@font-face {
  font-family: 'OpiumNew';
  src: url('/local/templates/rosi/fonts/Opium-New/opium-new_normal.woff2') format('woff2'), url('/local/templates/rosi/fonts/Opium-New/opium-new_normal.ttf') format('truetype'), url('/local/templates/rosi/fonts/Opium-New/opium-new_normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-color: #34251E;
  --main-color-opacity: #34251E70;
  --sub-color: #faf5e2;
  --white: #fff;
}

header,
header *,
main *,
footer,
footer * {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  height: 100%;
  white-space: normal;
  color: var(--main-color);
  font-family: 'Ysabeau Infant', sans-serif;
  background: var(--white);
  line-height: 1.45;
  font-size: 15px;
  font-weight: 500;
}

body:before {
  content: '';
  background: transparent;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}

body.show {
  overflow: hidden;
}

body.show:before {
  visibility: visible;
  background: var(--main-color);
  opacity: 0.5;
  /* display: block; */
  transition: all 0.3s linear;
}

div[id^='wait_'] {
  background: none !important;
  border: 0 !important;
  color: #000000;
}

a,
input {
  color: var(--main-color);
  text-decoration: none;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

textarea {
  resize: none;
  overflow: auto;
  min-height: 120px;
}

a,
input,
label,
label::before,
select,
textarea,
a *,
button .popup,
ul,
li,
header,
.categories>li>a,
.footer-menu ul>li>a,
.menu-page ul li:after,
.search-header-block,
.ui-accordion-header .ui-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu a:hover,
.footer-menu a:hover:before {
  opacity: 0.7;
}

.footer-menu a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  left: 0;
  bottom: 4px;
  background: var(--sub-color);

  opacity: 0;
  position: absolute;
}

main {
  min-height: 100%;
}

main.page {
  margin: 140px 0 55px;
}

.section {
  padding: 120px 0 135px;
}

.section-null-top {
  padding-top: 0 !important;
}

.section-null-bottom {
  padding-bottom: 0 !important;
}

.button.lk-button.absolute {
  position: absolute;
  left: 110%;
  top: 0;
  width: 80%;
}

@media (max-width: 1440px) {
  .section {
    padding: 80px 0 100px;
  }
}

@media (max-width: 1200px) {
  .button.lk-button.absolute {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 960px) {
  .section {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  main.page {
    margin: 85px 0 55px;
  }
}

@media (max-width: 640px) {

  /* main.page {
    margin: 46px 0 50px;
  } */
  .section {
    padding: 50px 0 70px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 40px;
}

.mob {
  display: none !important;
}

@media (max-width: 960px) {
  /* .container.header-container {
    padding: 0 80px;
  } */

  *::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

/* поля форм */
.form-block label {
  color: #828282;
  display: inline-block;
  margin-bottom: 8px;
}

.form-block input:not(.button),
.form-block textarea {
  border: 1px solid #e3e3e3;
  padding: 10px 6px;
  width: 100%;
  box-sizing: border-box;
}

.inputfile {
  display: none;
}

.form-block .block-inputfile {
  width: 100%;
  display: flex;
  align-content: center;
}

.result-file {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-inputfile .button {
  padding: 10px 18px;
  border: 1px solid transparent;
}

.form-block .itc-select__toggle,
.form-block .inputselect,
.form-block .itc-select__option {
  padding: 10px 16px;
}

.form-block .itc-select__dropdown {
  top: 44px;
}

.form-required {
  color: var(--main-color);
}

.form-error-fld {
  display: none;
}

.form-politicy {
  margin-top: 10px;
}

/* Кнопки */

.button,
.mincart__coupon__btn {
  display: inline-flex;
  justify-content: center;
  padding: 18px;
  height: auto;

  color: var(--sub-color);
  line-height: 1.25;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  border-radius: 3px;
  background: var(--main-color);
  box-sizing: border-box;
}

.mincart__coupon__btn {
  text-transform: uppercase;
  padding: 10px 18px 11px;
  font-size: 10px;
  margin-top: 15px;
}

.button>* {
  cursor: pointer;
  text-transform: uppercase;
}

.button-link {
  background-color: transparent;
  color: var(--main-color);
  text-underline-offset: 3px;
  text-decoration: underline;
  transition: all 0.3s ease;
}

/* Форматирование текста */

.story strong,
.story b {
  font-weight: 500;
}

.story p:not(:last-child) {
  margin-bottom: 20px;
}

.story h1,
.story h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Ysabeau Infant', sans-serif;
}

.story h3 {
  font-size: 20px;
}

.story img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0px;
}

.story {
  width: 100%;
  font-weight: 400;
}

.story table {
  width: 100%;
}

.story table td:not(:first-child) {
  text-align: center !important;
}

.story table tr:not(:last-child) {
  margin-bottom: 5px;
}

.story a:not(.button) {
  cursor: pointer;
  display: inline-flex;
}

.story a:not(.button)::before {
  opacity: 1;
  transition: all 0.3s ease;
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  left: 0;
  bottom: -2px;
  background: #1f1f1f;

  position: absolute;
}

.story a:not(.button):hover::before,
.story a:not(.button):focus::before {
  transition: all 0.3s ease;
  opacity: 0;
}

.story ul,
.story ol {
  margin: 5px 0px;
  counter-reset: myCounter;
}

.story li {
  padding-left: 15px;
  line-height: 1.4;
}

.story li:not(:last-child) {
  margin-bottom: 5px;
}

.story li * {
  line-height: 1.4;
}

.story li::before {
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  color: var(--main-color);
  line-height: 1.25;
}

.story ul:not(.object-info) li::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%2334261f'/%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: 5px 5px;
  padding-top: 12px;
}

.story ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
}

/* фото */
.product-item-detail-slider-image,
.photo {
  padding-bottom: 140%;

  overflow: hidden;
}

.product-item-detail-slider-image {
  aspect-ratio: 2 / 3;
  padding: 0;
}

.product-item-detail-slider-image img,
.photo img {
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

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

/* Меню */
/* .menu-page ul li {
  width: 250px;
}

.menu-page ul li a {
  font-size: 25px;
  display: inline-block;
  width: 100%;
}

.menu-page ul li:first-child a {
  padding-bottom: 15px;
}

.menu-page ul li:not(:first-child) a {
  padding: 15px 0;
} */
.menu-page ul {
  display: flex;
  gap: 90px;
  overflow-x: scroll;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 40px;
  margin: 0 -40px;
}

.menu-page ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.menu-page a {
  white-space: nowrap;
  text-transform: uppercase;
  color: #818181;
  padding-bottom: 24px;
  font-size: 15px;
  display: inline-block;
}

.menu-page .item-icon {
  display: none;
}

.menu-page .current a,
.menu-page li:hover a {
  font-weight: 500;
  color: var(--main-color);
}

.menu-page li.current a:before,
.menu-page li:hover a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  left: 0;
  bottom: 0px;
  background: var(--main-color);
  position: absolute;
}

@media (max-width: 1440px) {
  .menu-page ul {
    gap: 45px;
  }
}

/* Slick Slider */
.slick-track {
  margin: 0;
}

.slick-track .product-item-scu-size {
  position: absolute;
}

.slick-slide {
  height: auto;
}

.slider-nav {
  display: flex;
  gap: 9px;
  width: 57px;
  align-items: center;
}

.slick-arrow {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: 9999px;
  white-space: nowrap;
  border-radius: 0px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}

.slick-arrow::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;

  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  /* filter: invert(100%); */
  transition: all 0.2s linear;
}

.slick-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23E3E3E3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.slick-arrow.slick-prev::after {
  left: 0%;
  transform: rotate(-180deg) translateY(50%);
}

.slick-arrow.slick-next::after {
  transform: translateY(-50%);
  right: 0%;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 4;
  display: none !important;
}

.slick-dots li button {
  display: block;
  padding: 0px;
  width: 50px;
  height: 2px;

  background: #00000070;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/* Анимация точек как прогресс-бар */
.slick-dots li button::before {
  content: '';
  width: 0px;
  height: 2px;
  /* Толщина прогресс-бара */
  background-color: var(--sub-color);
  /* Цвет прогресс-бара */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: width 2s ease;
  /* Скорость анимации */
}

.slick-dots li.slick-active button::before {
  animation: progressAnimation 3s linear forwards;
}

@keyframes progressAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Попапы */

/* .modal {
  display: none;
}

.modal-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 9999989;
}

.modal-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
} */

.modal-close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  z-index: 99;
}

/* Шапка */
.header {
  position: fixed;

  padding: 0px 40px;
  width: 100%;
  top: 0;
  z-index: 3;
  background-color: transparent;
  transition: all 0.3s linear;
}

/*скрывающийся хедер*/

.header {
  background-color: var(--white);
}

/*body:not(.home-page) .header {*/
/*  background-color: var(--white);*/
/*}*/


.block-logo {
  display: flex;
  justify-content: center;
}

.logo {
  width: 160px;
  height: 82px;
}

/*скрывающийся хедер*/

body:not(.home-page) .header .logo {
  filter: none;
}

/*body:not(.home-page) .header .logo {*/
/*  filter: invert(1);*/
/*}*/

.logo img {
  width: 100%;
  height: 100%;
}

.header-top__menu {
  display: flex;
  flex-direction: column;
}

.header-top__menu ul>li:hover>ul {
  opacity: 1;
}

.header-top__menu ul>li>a {
  display: block;
  padding: 8px 0 12px;
  line-height: 1;
  text-transform: uppercase;
}

.header-top__menu ul>li>a:hover {
  opacity: 0.7;
}

.header-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.header__block-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.header__block-icons_icon {
  cursor: pointer;
}

.header-icon,
.btn-men {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}

.sosials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sosials li a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.3s linear;
}

.sosials li a:hover {
  opacity: 0.7;
  transition: all 0.3s linear;
}

.sosials li a img {
  width: 100%;
  height: 100%;
}


/*скрывающийся хедер*/
.icon-search {
  background-image: url('images/icons/search-brown.svg');
}

.icon-favorites {
  background-image: url('images/icons/favorites-brown.svg');
}

.icon-cart {
  background-image: url('images/icons/cart-brown.svg');
}

.icon-login {
  background-image: url('images/icons/login-brown.svg');
}


/*.icon-search {*/
/*  background-image: url('images/icons/search.svg');*/
/*}*/

/*.home-page .icon-search {*/
/*  background-image: url('images/icons/search-white.svg');*/
/*}*/

/*.icon-favorites {*/
/*  background-image: url('images/icons/favorites.svg');*/
/*}*/

/*.home-page .icon-favorites {*/
/*  !* background-image: url('images/icons/favorites.svg');  *!*/
/*  filter: invert(100%);*/
/*}*/

/*.icon-cart {*/
/*  background-image: url('images/icons/cart.svg');*/
/*}*/

/*.home-page .icon-cart {*/
/*  background-image: url('images/icons/cart-white.svg');*/
/*}*/

/*.icon-login {*/
/*  background-image: url('images/icons/login.svg');*/
/*}*/

/*.home-page .icon-login {*/
/*  background-image: url('images/icons/login-white.svg');*/
/*}*/

.icon-exit {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H9' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 17L21 12L16 7' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21 12H9' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.header #basket {
  display: block;
}

header #awelite_favorites_equation p.count,
.header #basket p.count {
  width: 19px;
  height: 19px;
  background-color: var(--main-color);
  font-size: 15px;
  color: var(--sub-color);
  right: -30% !important;
  top: -30% !important;
  margin: 0;
  border: 1px solid var(--white);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
}

header #awelite_favorites_equation p.count {
  display: none;
}

.btn-menu {
  display: block;
  cursor: pointer;
}



/*скрывающийся хедер*/

.btn-menu {
  background-image: url('images/icons/menu-brown.svg');
}

/*.btn-menu {*/
/*  background-image: url('images/icons/menu.svg');*/
/*}*/

/*.home-page .btn-menu {*/
/*  background-image: url('images/icons/menu-white.svg');*/
/*}*/

/* блок имени пользователя */
.header .block-user-name {
  display: none;
}

.header-lk .block-user-name {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1;
  width: 100%;
}

.auth-block-container,
.menu-block-container {
  position: fixed;
  top: 0px;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;

  z-index: 1;
}

.success-block-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  opacity: 0;

  z-index: 11;
}

.success-block-container.active {
  visibility: visible;
  opacity: 1;
}

.auth-block-container {
  right: -100%;
  left: auto;
}

.success-block-container .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-block-container .modal-close {
  position: absolute;
  left: 40px;
  top: 30px;
}

.auth-block-container .modal-close {
  position: absolute;
  right: 40px;
  top: 30px;
}

.modal.active {
  transition: all 0.3s linear;
}

.auth-block-container.modal.active {
  right: 0;
}

.menu-block-container.modal.active {
  left: 0;
}

.auth-block-container .modal-content,
.menu-block-container .modal-content {
  padding: 98px 40px 40px;
  overflow: hidden;
  border-right: 1px solid #e3e3e3;
  background-color: var(--white);

  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 400px;
}

.success-block-container .modal-content {
  max-width: 400px;
  background-color: var(--white);
  border-radius: 5px;
  padding: 40px;
  z-index: 1;
}

.auth-block-container .modal-content {
  position: absolute;
  right: 0;
  top: 0;
}

.menu-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  overflow-y: scroll;
}

.auth-block {
  height: 100%;
  overflow-y: scroll;
}

.auth-block::-webkit-scrollbar,
.menu-block::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

.header.header-lk {
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 767px) {
  .header {
    padding: 0 16px;
  }

  .logo {
    width: 90px;
    height: 46px;
  }

  .header-icon,
  .btn-men {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  header #awelite_favorites_equation p.count,
  .header #basket p.count {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }

  .header__block-icons {
    gap: 16px;
  }

  .auth-block-container .modal-content,
  .menu-block-container .modal-content {
    max-width: 100%;
  }
}

/* блок поиска */
@media (min-width: 961px) {
  .header__block-icon-search {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .search-header-block.active .search-form {
    width: 200px;
  }
}

.search-header-block {}

.search-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.search-form {
  border-bottom: 1px solid var(--main-color);
  width: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}

.search-header-block.active .search-form {
  width: 390px;
  transition: all 0.3s linear;
}

/*скрывающийся хедер*/

.search-header-block.active .header__block-icon-search .icon-search {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%2334251E' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M5 5L15 15' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}


/*.search-header-block.active .header__block-icon-search .icon-search {*/
/*  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M5 5L15 15' stroke='%231f1f1f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");*/
/*}*/

/*.home-page .search-header-block.active .header__block-icon-search .icon-search {*/
/*  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M5 5L15 15' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");*/
/*}*/

.search-form input:not(#s) {
  padding: 12px 24px 12px 12px;
  font-size: 15px;
  width: 100%;
}

.search-header-block.active .search-form {}

@media (max-width: 1570px) {
  .search-header-block.active .search-form {
    width: 300px;
  }
}

@media (max-width: 960px) {
  .search-form {
    position: fixed;
    left: -100%;
    width: 100% !important;
    right: 0px;
    padding: 0 40px;
    top: 82px;
    overflow: visible;
    background-color: #FFF;
  }

  .search-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    width: 100%;
    height: 10px;
    background-color: #FFF;
    transition: all 0.3s linear;
  }

  .home-page .search-form,
  .home-page .search-form::before {
    /*background-color: transparent;*/
    transition: all 0.3s linear;
  }

  .search-header-block.active .search-form {
    left: 0%;
  }
}

@media (max-width: 767px) {
  .search-form #s.icon-search {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .search-form {
    top: 30px;
    padding: 0 16px;
  }
}

/* Хлебные крошки */
.breadcrumb-nav {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
}

.breadcrumb li {
  color: var(--main-color);
  display: flex;
  gap: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumb li a {
  color: #818181;
  display: flex;
  gap: 5px;
}

.breadcrumb li:not(:last-child) a:after {
  content: '/';
}

/* Заголовки для блоков на главной странице */
.title-page {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--main-color);
  grid-row: 1;
}

.back-title a {
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.back-title a:before {
  display: block;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 15L7.5 10L12.5 5' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.title-page-menu {
  margin-top: 45px;
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 767px) {
  .breadcrumb-nav {
    margin-bottom: 0px;
  }

  .breadcrumb li {
    font-size: 11px;
  }

  .title-page {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .page-title-page-menu:after {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    display: block;
    border-left: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .page-title-page-menu.active:after {
    transform: rotate(45deg);
    margin-top: 10px;
  }

  .block-container-page {
    position: static;
  }
}

/* Аккордион для страниц */

.accordion.orders {
  width: 100%;
}

.accordion-item:not(.order) {
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}

.accordion-item:hover {}

.accordion-header {
  cursor: pointer;
}

/* .accordion-header:not(.order-header) {
  display: block;
  padding: 15px 15px 17px 6px;
  font-size: 35px;
} */
.ui-accordion-header-icon {
  display: none !important;
}

.accordion-header svg,
.ui-accordion-header svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
}

.smart-filter-parameters-box .rotate-90,
.ui-accordion-header .rotate-90 {
  transition: all 0.3s linear;
  transform-origin: center;
}

.smart-filter-parameters-box.bx-active .rotate-90,
.ui-accordion-header-active .rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center;
}

.accordion:not(.orders) .info {
  margin: 0px;
  padding-bottom: 20px;
}

.accordion:not(.orders) .info .story p:first-child {
  margin-top: 0px;
}

/* Выпаадющий список service */
.block-container-page-service {
  gap: 0;
}

.block-container-page-service .accordion-header {
  text-transform: uppercase;
  padding: 22px 0;
}

.block-container-page-service .accordion-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.block-container-page-service .accordion-header {
  text-transform: uppercase;
  padding: 22px 0;
}

.block-container-page-service .desc-page.story {
  margin: 50px 0 40px;
}

/* табы */

.tab {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.tab-nav>input[type='radio'] {
  display: none;
}

.tab-content {
  display: none;
}

.tab:has(#tab-btn-1:checked) #content-1,
.tab:has(#tab-btn-2:checked) #content-2,
.tab:has(#tab-btn-3:checked) #content-3 {
  display: block;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 24px;
}

.tab-nav .tab-item {
  text-transform: uppercase;
  color: #818181;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}

.tab-item::before {
  position: absolute;
  content: '';
  display: block;
  transition: border-color 0.15s ease-in-out;
  border-bottom: 1px solid transparent;
  bottom: -25px;
  left: 0;
  right: 0;
}

.tab input[type='radio']:checked+.tab-item {
  cursor: default;
  color: var(--main-color);
}

.tab input[type='radio']:checked+.tab-item::before {
  border-bottom-color: var(--main-color);
}

.tab-item:hover:before {
  border-bottom-color: var(--main-color);
}

.tab-nav input[type='radio']:checked+.tab-item {
  cursor: default;
  color: var(--main-color);
  border-bottom-color: var(--main-color);
}

/* radio buttons */
.form_list_checked {
  padding: 16px 0;
  border-top: 1px solid #e3e3e3;
}

.form_list_checked:last-child {
  border-bottom: 1px solid #e3e3e3;
}

input[type='radio'].radio-custom {
  display: none;
}

.form_radio label[for] {
  cursor: pointer;
  position: relative;
  padding-left: 21px;
  margin-right: 0;
  font-weight: 500;
  user-select: none;
}

.form_radio label[for]::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  transition: all 0.3s linear;
}

.form_radio label[for]::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 5.5px;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  background-color: transparent;
}

/* Checked */
.form_radio input[type='radio'].radio-custom:checked+label[for]::after,
label:has(.radio-custom:checked)+label[for]::after {
  background-color: var(--main-color);
}

/* Hover */
.form_radio label[for]:hover::before,
label:has(.radio-custom)+label[for]:hover::before,
label:has(.radio-custom:checked)+label[for]:before {
  border: 1px solid var(--main-color);
}

/* Disabled */
.form_radio input[type='radio'].radio-custom:disabled+label[for]::before,
label:has(.radio-custom:disabled)+label[for]::before {}

.radio_deck {
  font-size: 12px;
  font-weight: 400;
  padding-left: 21px;
  margin-top: 4px;
}

.form-lk-profile-inputs .form_list_checked {
  width: 100%;
  padding: 0;
  border: 0;
}

.form-lk-profile-inputs .form_list_checked br {
  display: none;
}

.form-lk-profile-inputs .form_list_checked label[for] {
  padding: 16px 0 16px 21px;
  border-top: 1px solid #e3e3e3;
  display: block;
}

.form-lk-profile-inputs .form_list_checked label:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.form-lk-profile-group {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form-lk-profile-group .form-block-title {
  font-size: 24px;
}

/* select */
.itc-select {
  position: relative;
  width: 100%;
}

.itc-select__toggle,
.inputselect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 16px;
  font-weight: 400;
  color: var(--main-color);

  border: 1px solid #e3e3e3;

  cursor: pointer;
  user-select: none;
}

.inputselect::after,
.itc-select__toggle::after,
.itc-select__option_selected::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23818181' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: cover;
  content: '';
}

.itc-select__option_selected::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3327 4L5.99935 11.3333L2.66602 8' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.itc-select__toggle:focus {
  outline: none;
}

.inputselect:active::after,
.itc-select_show .itc-select__toggle::after {
  transform: rotate(180deg);
}

.itc-select__dropdown {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  max-height: 10rem;
  overflow-y: auto;
  background-color: var(--sub-color);
}

.itc-select__dropdown li {
  padding: 20px 16px;
  border: 1px solid #e3e3e3;
}

.itc-select__dropdown li:first-child {
  border-top: 0;
}

.itc-select_show .itc-select__dropdown {
  display: block;
}

.itc-select_show .itc-select__backdrop {
  display: block;
}

.itc-select__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.itc-select__option {
  padding: 0.375rem 0.75rem;
}

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

.itc-select__option:hover {
  cursor: pointer;
}

/* главный блок */
.slider-main,
.slider-main .slick-track {
  height: 100vh;
  position: relative;
  overflow: hidden;
  max-height: 1400px;
}

.slider-container {
  display: block;
  width: 100%;
  height: 100%;
}



.slider-container .item-sourse {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}

.slider-container video,
.slider-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

.slider-block-text {
  /*display: none;*/
  bottom: 12%;
  position: absolute;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  color: #FBF6E1;
}

.slider-block__header{
  font-family: "OpiumNew";
  text-transform: uppercase;
  font-size: 24px;
  color: var(--sub-color);
  margin-bottom: 30px;

  font-weight: 400;
}

.slider-block__text{
  font-size: 24px;
  line-height: 1.3em;
  color: var(--sub-color);
  font-weight: 500;
}

.slider-block__text:last-child{
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 769px) {

  .slider-block__header{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .slider-block__text{
    font-size: 16px;
  }

  .slider-block__text:last-child{
    margin-top: 20px;
  }

}

@media (max-width: 390px){
    .slider-block__header{
      font-size: 18px;
    }
}

@media (max-width: 335px){
    .slider-block__header{
      font-size: 15px;
    }
}

.slider-text {
  font-family: "OpiumNew";
  width: 100%;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}

.slider-potext {
  font-family: inherit;
  font-size: 32px;
  line-height: normal;
}

@media (max-width: 960px) {

  .slider-main,
  .slider-main .slick-track {
    height: 80vh;
  }
}

@media (max-width: 769px) {
  .slider-text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .slider-potext {
    font-size: 16px;
  }
}


/* категории на главной */
/* .category-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
} */

/* .category-main-item {
  width: 100%;
}
.category-main-item .photo {
  padding-bottom: 112%;
}
.category-main-item:nth-child(5n + 1) {
  grid-column: span 2;
}
.category-main-item:nth-child(5n + 1) .photo {
  padding-bottom: 55%;
} */

/* .category-main-text {
  color: #fff;
  position: absolute;
  text-wrap: nowrap;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
} */

/* @media (max-width: 768px) {
  .category-main-item .photo {
    padding-bottom: 168%;
  }
  .category-main-item:nth-child(5n + 1) .photo {
    padding-bottom: 84%;
  }
} */

/* Каталог */

.catalog-page__filters-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

.catalog-page__filters-head--sale {
  row-gap: 25px;
}

.catalog-page .title-page {
  grid-column: 4/10;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #818181;
}

.block-category-container {
  grid-column: 2/12;
  margin: 0 auto;
  display: flex;
  /* display: none; */
  align-items: center;
  width: 100%;
}

.block-category {
  /* max-width: 900px; */
  margin: 0 auto;
}

.block-filters {
  grid-column: 12;
  margin-left: auto;
  display: flex;
  gap: 16px;
  grid-row: 1;
}

.variant-card {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.variant-card:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4H3.6C3.03995 4 2.75992 4 2.54601 4.10899C2.35785 4.20487 2.20487 4.35785 2.10899 4.54601C2 4.75992 2 5.03995 2 5.6V18.4C2 18.9601 2 19.2401 2.10899 19.454C2.20487 19.6422 2.35785 19.7951 2.54601 19.891C2.75992 20 3.03995 20 3.6 20H12' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12 20L20.4 20C20.9601 20 21.2401 20 21.454 19.891C21.6422 19.7951 21.7951 19.6422 21.891 19.454C22 19.2401 22 18.9601 22 18.4L22 5.6C22 5.03995 22 4.75992 21.891 4.54601C21.7951 4.35785 21.6422 4.20487 21.454 4.10899C21.2401 4 20.9601 4 20.4 4L12 4' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11 20L12 20L12 4L11 4' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 24px 24px;
}

.variant-card.v2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4H3.6C3.03995 4 2.75992 4 2.54601 4.10899C2.35785 4.20487 2.20487 4.35785 2.10899 4.54601C2 4.75992 2 5.03995 2 5.6V18.4C2 18.9601 2 19.2401 2.10899 19.454C2.20487 19.6422 2.35785 19.7951 2.54601 19.891C2.75992 20 3.03995 20 3.6 20H12' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M10 20H20.4C20.9601 20 21.2401 20 21.454 19.891C21.6422 19.7951 21.7951 19.6422 21.891 19.454C22 19.2401 22 18.9601 22 18.4V5.6C22 5.03995 22 4.75992 21.891 4.54601C21.7951 4.35785 21.6422 4.20487 21.454 4.10899C21.2401 4 20.9601 4 20.4 4H12' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.block-category-list .swiper-slide {
  width: auto !important;
}

.block-category-list .swiper-slide:last-child {
  margin-right: 0 !important;
}

/* swiper */
.block-category-container .swiper-button-disabled {
  display: none !important;
}

.block-category-container .swiper-button-next:not([role]),
.block-category-container .swiper-button-prev:not([role]) {
  display: none;
}

.block-category-container .swiper-button-next,
.block-category-container .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  position: static;
  margin: 0;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  z-index: 1;
}

.block-category-container .swiper-button-prev {
  transform: rotate(180deg);
}

.block-category-container .swiper-button-prev:after,
.block-category-container .swiper-button-next:after {
  display: none;
}

.block-category-container .swiper-button-prev:before,
.block-category-container .swiper-button-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 36px;
  background: linear-gradient(270deg, var(--sub-color) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  height: 100%;
  pointer-events: none;
}

.block-category-container .swiper-button-next:before {
  right: 24px;
}

.block-category-container .swiper-button-prev:before {
  right: 24px;
}

.swiper-pagination {
  text-align: left !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  border-radius: 0;
  background-color: #e3e3e3;
  opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #818181;
}

.block-category-list a {
  white-space: nowrap;
  text-transform: uppercase;
  color: #818181;
}

.block-category-list a.active {
  font-weight: 500;
  color: var(--main-color);
}

.block-category-list a.active:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1px;
  width: 100%;
  content: '';
  display: block;
  left: 0;
  bottom: 0px;
  background: var(--main-color);
  position: absolute;
}

.catalog-page .catalog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 40px;
  margin-top: 65px;
}

.show-more-load {
  text-align: center;
  margin-top: 30px;
}

.catalog-page .catalog-list.catalog-list-v2 {
  grid-template-columns: repeat(12, 1fr);
}

.catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 2) {
  grid-column: 3/7;
}

.catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 3) {
  grid-column: 7/11;
}

.catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 1) {
  grid-column: 5/9;
}

.button-container-item {
  display: none;
}

/* Поиск */
.catalog-page .search-page .title-page {
  margin-bottom: 20px;
}

.search-page form {
  display: flex;
  gap: 20px;
}

.search-page .form-block {
  width: 100%;
}

.search-page .button {
  width: 200px;
  padding: 9px 18px;
}

/* Товары товар добавлен в корзину*/
#CatalogSectionBasket {
  top: 80px !important;
  left: auto !important;
  right: 0 !important;
  position: fixed !important;
  border-radius: 20px;
  padding-top: 20px;
  font-size: 15px;
}

.popup-window {
  /* top: 50% !important;
  transform: translateY(-50%); */
}

.popup-window-close-icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  right: 16px;
  top: 16px;
}

.popup-window-close-icon:after {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23818181' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M5 5L15 15' stroke='%23818181' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.popup-window-titlebar {
  height: auto;
  margin-bottom: 12px;
}

.popup-window.popup-window-with-titlebar {
  padding: 40px;
  width: 100%;
  max-width: 520px;
  font-family: 'Ysabeau Infant', sans-serif;
}

.popup-window-titlebar-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-wrap: wrap;
  white-space: pre-wrap;
  text-align: center;
}

.bx-catalog-subscribe-popup .popup-window-titlebar-text:before {
  display: none;
}
#popup-LP-register-box .popup-window-titlebar::after{
  content: none;
}
/*.popup-window-titlebar-text:before {*/
/*  margin: 32px 0;*/
/*  content: '';*/
/*  display: block;*/
/*  border: 1px solid #e3e3e3;*/
/*  border-radius: 100%;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 6L9.5 17L4.5 12' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");*/
/*  background-size: 25px 24px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  box-sizing: border-box;*/
/*}*/

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
  font-size: 18px;
  padding: 0;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.1;
}

.bx-catalog-subscribe-form-container .form-block {
  margin-bottom: 20px;
}

/* .bx-catalog-subscribe-popup .button:not(.button-link) {
  background-color: #e3e3e3;
  color: var(--main-color);
} */

.bx-catalog-subscribe-button {
  pointer-events: none;
}

.bx-catalog-subscribe-button span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bx-catalog-subscribe-button span::after {
  content: '';
  display: block;
  width: 11px;
  height: 10px;
  background-size: 11px 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_392_21133)'%3E%3Cpath d='M2.16659 1.66669H8.83325C9.29159 1.66669 9.66659 2.04169 9.66659 2.50002V7.50002C9.66659 7.95835 9.29159 8.33335 8.83325 8.33335H2.16659C1.70825 8.33335 1.33325 7.95835 1.33325 7.50002V2.50002C1.33325 2.04169 1.70825 1.66669 2.16659 1.66669Z' stroke='%2334261f' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M9.66659 2.5L5.49992 5.41667L1.33325 2.5' stroke='%2334261f' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_392_21133'%3E%3Crect width='10' height='10' fill='white' transform='translate(0.5)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.popup-window-buttons {
  padding: 0;
}

.popup-window-buttons .button {
  padding: 15px 5px;
  font-size: 15px;
  border-radius: 2px;
  text-transform: uppercase;
  width: 100%;
}

.btn-text-subscribe {
  margin-top: 8px;
  padding: 0 10px;
  font-weight: 400;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #828282;
}

.popup-window-buttons .button:first-child {
  margin-bottom: 8px;
}

.popup-window-buttons .button:last-child {
  background-color: transparent;
  color: var(--main-color);
  text-underline-offset: 3px;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.popup-window-buttons .button:last-child:hover {
  text-decoration: none;
}

/* карточка товара добавлен в корзину */
.popup-window-with-titlebar .popup-window-content {
  padding: 0;
}

.popup-window-content .mini-product-cart {
  margin-bottom: 30px;
}

.mini-product-cart {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;

  font-family: 'Ysabeau Infant', sans-serif;
}

.mini-product-cart:first-child {
  border-top: 1px solid #e3e3e3;
}

.mini-product-cart.mini-product-cart--subscribe:first-child,
.mini-product-cart.mini-product-cart--favorites:first-child {
  border-top: 0;
}

.mini-product-cart__img {
  width: 102px;
  height: 133px;
  flex-shrink: 0;
}

.mini-product-cart__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-product-cart__content {
  width: 100%;
}

.mini-product-cart__title {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}

.mini-product-cart__attr {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #818181;
  margin-bottom: 8px;
}

.mini-product-cart--subscribe .mini-product-cart__attr,
.mini-product-cart--favorites .mini-product-cart__attr,
.basket-page .mini-product-cart__attr {
  margin-bottom: 0;
}

.mini-product-cart__attr span,
.mini-product-cart__attr dt {
  display: none;
}

.mini-product-cart__attr dd {
  margin-inline-start: 0;
}

.mini-product-cart__var {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}

.mini-product-cart__var-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #818181;
  margin-bottom: 8px;
}

.mini-product-cart__content .icon-favorites.fa-heart {}

.btn-icon-basket {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}

.btn-icon-basket::before {
  display: block;
  content: '';
  inset: 0;
  background-image: url('images/icons/cart.svg');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.mini-product-cart__size-block ul {
  display: flex;
  gap: 5px;
}

.mini-product-cart__color,
.mini-product-cart__size,
.mini-product-cart__size-block li,
.mini-product-cart__quantity {
  width: max-content;
  padding: 7px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.mini-product-cart__size-block li,
.mini-product-cart__size,
.mini-product-cart__quantity {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-width: 40px;
  text-align: center;
}

.mini-product-cart__size {
  padding: 4px 7px 7px;
}

.mini-product-cart__size-block li {
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
}

.mini-product-cart__size-block li:hover,
.mini-product-cart__size-block li.active {
  border: 1px solid var(--main-color);
}

.mini-product-cart__quantity {
  padding: 3px 7px;
}

.mini-product-cart__quantity .product-item-amount-field-container {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 65px;
}

.mini-product-cart__quantity .product-item-amount-field {
  width: 24px;
  text-align: center;
}

.mini-product-cart__quantity .product-item-amount-field-btn-minus,
.mini-product-cart__quantity .product-item-amount-field-btn-plus {
  cursor: pointer;
}

.mini-product-cart__color .product-item-scu-item-color {
  position: relative;
  padding-top: 100%;
  border-radius: 2px;
  width: 12px;
}

.mini-product-cart__price {
  font-weight: 400;
  font-size: 15px !important;
  display: flex;
  gap: 4px;
}

.mini-product-cart--subscribe .mini-product-cart__price,
.mini-product-cart--favorites .mini-product-cart__price,
.basket-page .mini-product-cart__price {
  margin-bottom: 16px;
}

.mini-product-cart__icons {
  display: flex;
  gap: 8px;
}

.basket-page .basket-item-actions-remove,
.mini-product-cart--subscribe .icon-subscribes,
.mini-product-cart--favorites .icon-favorites.fa-heart {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .popup-window.popup-window-with-titlebar {
    padding: 40px 20px;
  }
}

.product-card-title-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.product-card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}

.product-card-price-block {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  /* justify-content: space-between; */
}

.product-card-price {
  font-weight: 400;

  display: flex;
  column-gap: 4px;
  flex-wrap: wrap;
}

.product-item-price-current.red {
  color: #ff0202;
}

.product-item-price-old {
  color: rgba(41, 41, 41, 0.44);
  position: relative;
  display: inline-block;
}

.product-item-price-old:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 100%;
  height: 0.5px;
  background-color: var(--main-color-opacity);
  /*background-color: #29292970;*/
}

.card-metki-icon {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 5px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

@media (max-width: 750px) {
  .card-metki-icon {
    left: 8px;
  }
}

.card-metki {
  margin-top: 4px;
  display: flex;
  gap: 4px;
  font-size: 12px;
}

/* sku */
.product-card-sku {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sku-block {
  /*   padding: 15px 0; */
  display: block;
}

.product-item-scu-item-color-block .product-item-scu-item-color {
  position: relative;
  padding-top: 100%;
  border-radius: 2px;
}

.product-item-scu-item-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.sku-block .product-item-scu-item-list {
  justify-content: flex-start;
}

.product-item-scu-item-color-container {
  width: 12px;
  height: 12px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-right .product-item-scu-item-color-block:hover::after,
.product-right .product-item-scu-item-color-container.selected .product-item-scu-item-color-block::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  transform: scale(1.1);
  border: 1px solid #818181;
}

.product-item-catalog {
  overflow: hidden;
}

.product-card .product-item-wrapper {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  /* padding-bottom: 155%; */
  aspect-ratio: 2 / 3;
}

/* избранное иконка */
.product-card .icon-favorites,
.product-right .icon-favorites {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('images/icons/favorites.svg');
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.fa-heart-o:before,
.fa-heart:before {
  display: none;
}

.product-card .icon-favorites:hover,
.product-right .product-item-detail-pay-block .icon-favorites:hover,
.product-card .icon-favorites.fa-heart,
.product-right .product-item-detail-pay-block .icon-favorites.fa-heart {
  background-image: url('images/icons/favorites-active.svg');
}

.product-card>a>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.product-item-scu-size-btn {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 2;
}

.product-item-scu-size-btn-inner {
  border-radius: 2px;
  width: 36px;
  height: 36px;
  backdrop-filter: blur(3.4000000953674316px);
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item-scu-size-btn-inner::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.16669V15.8334' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.16699 10H15.8337' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

/* Выбор размеров в карточке товара в каталоге */
.product-item-scu-size {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(254, 254, 254, 0.95);
  transition: all 0.3s linear;
}

.product-item-scu-size.active {
  bottom: 0;
}

.product-item-catalog .product-item-scu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #e3e3e3;
}

.product-item-scu-size .product-item-scu-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.product-item-scu-size .product-item-scu-item-list:last-child {
  border-top: 1px solid #dcdcdc;
}

.product-item-scu-size .product-item-scu-item-list li {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 1px 1px 0px 0px #dcdcdc;
}

.product-item-scu-size .product-item-scu-item-list {
  font-weight: 400;
}

.product-item-scu-size .product-item-scu-item-list span {
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: none;
}

.product-item-scu-size .product-item-scu-item-list .product-item-scu-item-text-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 1200px) {
  .catalog-page .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {

  .catalog-page .catalog-list,
  .catalog-page .catalog-list.catalog-list-v2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-page .catalog-list {
    margin: 25px -15px 0;
    column-gap: 4px;
    row-gap: 24px;
  }

  .catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 2) {
    grid-column: 1;
  }

  .catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 3) {
    grid-column: 2;
  }

  .catalog-page .catalog-list.catalog-list-v2 .product-card:nth-child(3n + 1) {
    grid-column: 1/3;
  }

  .catalog-page__columns {
    grid-template-columns: auto;
  }

  .catalog-page__filters-head {
    padding-top: 15px;
    /* grid-template-columns: repeat(2, 1fr); */
    row-gap: 36px;
    align-items: center;
  }

  .product-card-info,
  .product-card-title-info {
    position: static;
  }

  .product-card .icon-favorites {
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .catalog-page .title-page {
    margin: 0;
    order: 0;
    grid-column: 1/11;
    text-align: start;
  }

  .catalog-page .catalog-page__filters-head--sale .title-page {
    grid-column: 1/13;
    text-align: center;
  }

  .block-filters {
    grid-column: 12;
    margin-left: auto;
    order: 1;
  }

  .catalog-page__filters-head--sale .block-filters {
    order: 3;
  }

  .catalog-page__filters-head--sale .block-category-container {
    grid-column: 1/13;
  }

  .variant-card {
    width: 20px;
    height: 20px;
  }

  .variant-card:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .block-category-container {
    grid-column: 1/5;
    order: 2;
  }

  .product-item-scu-size-btn {
    padding: 10px;
  }

  /* Поиск */
  .search-page form {
    gap: 10px;
  }

  .search-page .button {
    width: auto;
  }

  .product-card-info {
    padding: 0 8px;
  }

  .product-item-scu-size {
    position: fixed;
    padding-bottom: 0;
  }

  .product-item-scu-size.active {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .recommends-product .product-item-scu-size-btn {
    display: none;
  }
}

.content-page-wrapper {
  display: flex;
  column-gap: 50px;
}

.content-page-wrapper .form-lk-profile {
  margin-top: 50px;
}

.content-page {
  width: 100%;
}

.content-w50 {
  width: 50%;
}

main.page.page-lk {
  margin: 200px 0 55px;
}

main.page.page-lk-main .content-page-lk {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.form-lk-profile {
  margin-top: 30px;
}

.form-lk-profile-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-lk-profile-inputs:not(:last-child) {
  margin-bottom: 28px;
}

.form-block-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.form-block {
  font-size: 15px;
  width: 100%;
}

.form-block.error-required input,
.form-block:has(.form-error-fld) input,
.form-block:has(.form-error-fld) .itc-select__toggle,
.form-block:has(.form-error-fld) .block-inputfile .button {
  border: 1px solid #d53f3f;
}

.form-block-w50 {
  width: calc(50% - 6px);
}

.form-block-calendar input {
  padding-right: 44px;
}

.form-block-calendar .calendar-icon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 0;
}

.bx-core-waitwindow {
  display: none !important;
}

.form-block-calendar-text {
  margin-top: 7px;
  display: flex;
  gap: 4px;
  color: #828282;
  font-weight: 400;
  align-items: center;
}

.form-block-calendar-text::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3346 8.5V15.1667H2.66797V8.5' stroke='%23828282' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M14.6654 5.16669H1.33203V8.50002H14.6654V5.16669Z' stroke='%23828282' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8 15.1667V5.16669' stroke='%23828282' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M7.9987 5.16665H4.9987C4.55667 5.16665 4.13275 4.99105 3.82019 4.67849C3.50763 4.36593 3.33203 3.94201 3.33203 3.49998C3.33203 3.05795 3.50763 2.63403 3.82019 2.32147C4.13275 2.00891 4.55667 1.83331 4.9987 1.83331C7.33203 1.83331 7.9987 5.16665 7.9987 5.16665Z' stroke='%23828282' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8 5.16665H11C11.442 5.16665 11.866 4.99105 12.1785 4.67849C12.4911 4.36593 12.6667 3.94201 12.6667 3.49998C12.6667 3.05795 12.4911 2.63403 12.1785 2.32147C11.866 2.00891 11.442 1.83331 11 1.83331C8.66667 1.83331 8 5.16665 8 5.16665Z' stroke='%23828282' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form-block .starrequired {
  display: inline !important;
}

.lk-button {
  /* margin-top: 35px; */
  padding: 17px 24px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.lk-button-white {
  background-color: white;
  color: black;
  border: 1px solid rgba(227, 227, 227, 1);
}

.block-container-page hr {
  display: none;
}

.title-page-menu a {
  cursor: none;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .content-page-wrapper {
    flex-direction: column;
  }

  main.page.page-lk {
    margin: 150px 0 55px;
  }

  .content-w50 {
    width: 100%;
  }

  .page-lk .block-container-page {
    display: flex;
  }

  .menu-page {
    /* width: 244px;
    padding-top: 44px; */
    /*
    height: 100%;
    padding-right: 20px; */
    /* flex-shrink: 0; */
  }

  .menu-page ul {
    /* flex-direction: column; */
  }

  .menu-page ul {
    gap: 12px;
  }

  .menu-page a {
    padding: 8px 0;
  }

  .menu-page li.current a:before,
  .menu-page li:hover a:before {
    bottom: 8px;
  }
}

@media (max-width: 767px) {
  
  .menu-page ul {
    margin: 0;
    padding: 0;
  }

  .form-block-w50 {
    width: 100%;
  }

  .page-lk .sidebar {
    display: none;
  }

  .title-page-menu a {
    cursor: pointer;
    pointer-events: all;
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .title-page-menu a:before {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 15L7.5 10L12.5 5' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  .page-lk .content-page:not(.content-page-lk) {
    padding-left: 0;
    min-height: auto;
    border-left: 0;
  }
}

/* Линчый кабинет главная */

.menu-page-lk li a {
  text-transform: uppercase;
  display: flex;
  gap: 12px;

  align-items: center;
}

.menu-page-lk .item-icon {
  display: flex;
  width: 20px;
  height: 20px;

  align-items: center;
  justify-content: center;
}

.menu-page-lk .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .menu-page-lk ul {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
  }

  .menu-page-lk li {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    max-width: 229px;
    width: 100%;
  }

  .menu-page-lk li:nth-child(3n + 1) {
    border-left: 1px solid #e3e3e3;
  }

  .menu-page-lk li:nth-child(1),
  .menu-page-lk li:nth-child(2),
  .menu-page-lk li:nth-child(3) {
    border-top: 1px solid #e3e3e3;
  }

  .menu-page-lk li a {
    height: 130px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .block-out {
    display: none;
  }
}

@media (min-width: 960px) {
  .menu-page-lk li {
    max-width: 266px;
  }
}

@media (max-width: 767px) {
  .menu-page-lk li {
    border-top: 1px solid #e3e3e3;
  }

  .menu-page-lk li:last-child {
    border-bottom: 1px solid #e3e3e3;
  }

  .menu-page-lk li a {
    display: flex;
    padding: 18px 0;
  }

  .menu-page-lk li a:before {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%2334261f' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .block-out {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }

  .block-out a {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
  }
}

/*  Доставки*/
.status {
  display: flex;
  gap: 4px;
  align-items: center;
}

.status::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.status-green::before {
  background-color: #0fcc17;
}

.status-yellow::before {
  background-color: yellow;
}

.status-red::before {
  background-color: #f00;
}

.content-page .order-header {
  display: flex;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #e3e3e3;
}

.content-page .orders-products-photo {
  display: grid;
  grid-template-columns: repeat(3, 119px);
  gap: 16px;
}

.content-page .orders-products-photo .photo {
  padding-bottom: 130%;
}

.orders-products-info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.orders-products-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.orders-products-info .date,
.orders-products-info .order-count {
  margin-bottom: 8px;
}

.order-id {
  color: #818181;
}

.orders-products-info-price {
  text-align: end;
}

.orders-products-info .status {
  font-size: 16px;
  font-weight: 400;
}

.orders-info-details {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  padding-right: 24px;
}

.orders-info-details svg {
  position: absolute;
}

.count-orders {
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 500;
  justify-content: center;
}

.order-info {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}

.order-products-title {
  margin: 52px 0 44px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}

.order-products-left,
.order-products-right {
  width: 100%;
  padding: 0 80px;
}

.order-products-left {
  border-right: 1px solid #e3e3e3;
}

.order-products-price {
  margin: 40px 0 52px;
}

.order-products-price-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.order-products-price-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-products-price-list--basket {
  margin-top: 16px;
}

.order-products-price-list li {
  display: flex;
  justify-content: space-between;
}

.order-detailing-list {
  display: flex;
  flex-direction: column;
}

.order-detailing-list li {
  border-top: 1px solid #e3e3e3;
  padding: 32px 0;
}

.title-order-detailing {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.info-order-detailing {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .order-info {
    flex-direction: column-reverse;
    gap: 44px;
  }

  .content-page .order-header.ui-accordion-header-active {
    border-bottom: 0;
  }

  .content-page .order-header {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .order-products-left,
  .order-products-right {
    padding: 0px;
  }

  .order-products-left {
    border-right: 0;
  }

  .order-products-title {
    margin: 0 0 24px;
    font-size: 15px;
  }

  .title-order-detailing {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .order-detailing-list {
    gap: 24px;
  }

  .order-detailing-list li {
    border-top: 0;
    padding: 0;
  }

  .order-products-price {
    margin: 20px 0 52px;
  }
}

@media (max-width: 767px) {
  .content-page .orders-products-photo {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
}

/* общее для 404, авторизация, отписка */
.block-content-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.page-404 {
  max-width: 500px;
  align-items: center;
}

.page-title-404 {
  font-size: 56px;
  margin-bottom: 40px;
}

.text-404 {
  margin-bottom: 30px;
  text-align: center;
}

.block-content-page-small {
  width: 658px;
}

.page-auth .title-page {
  margin: 0;
  text-align: center;
  width: 100%;
}

.page-auth .form-lk-profile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 658px;
}

.page-auth .form-input-status-text {
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.page-auth .button {
  width: 100%;
  padding: 16px;
}

.page-auth>div {
  width: 100%;
}

@media (max-width: 1440px) {
  .block-content-page {
    margin-top: 80px;
  }
}

@media (max-width: 1200px) {
  .block-content-page-small {
    width: 515px;
  }

  .block-content-page .button {
    font-size: 16px;
  }

  .page-auth .link-recovery {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .block-content-page {
    margin-top: 100px;
  }

  .block-content-page-small {
    width: 410px;
  }
}

@media (max-width: 640px) {
  .block-content-page {
    margin-top: 40px;
  }

  .block-content-page-small {
    width: 100%;
    max-width: 300px;
  }
}

/* Подвал сайта */

.footer {
  background: var(--main-color);
  color: var(--sub-color);
  padding: 0 40px;
  font-size: 20px;
}

.footer-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}

.footer-col:nth-child(2n) {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.footer-menu {
  display: flex;
  justify-content: center;
}

.footer-menu ul {
  display: flex;
  width: max-content;
  flex-direction: column;
}

.footer-menu ul li {}

.footer-menu ul li a {
  font-size: 15px;
  padding: 8px 0;
  color: var(--sub-color);
  text-transform: uppercase;
}

.story b {
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
}

.footer-bottom .footer-menu ul {
  flex-direction: row;
  gap: 10px;
}

.footer-bottom,
.footer-bottom .footer-menu ul li a {
  font-size: 12px;
}

@media (max-width: 960px) {
  .footer {
    padding: 0 15px;
  }

  .footer-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-col:nth-child(1n) {
    order: 2;
    padding: 25px 0;
  }

  .footer-col:nth-child(2n) {
    border: 0;
    padding: 15px 0;
    order: 0;
  }

  .footer-col:nth-child(3n) {
    order: 1;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }

  .footer-menu ul {
    width: 100%;
  }

  .footer-menu ul li {
    text-align: center;
    line-height: 1.1;
  }

  .footer-menu ul li a {
    padding: 3px 0;
  }

  .footer-menu a:before {
    bottom: 10px;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-bottom-col {
    display: flex;
    justify-content: center;
  }

  .footer-bottom .footer-menu ul {
    flex-direction: column;
  }
}

.product-item-container {
  position: relative;
}

.product-item-container.hover {
  z-index: 17;
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
  transition: all 300ms ease;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.product-item-image-original {
  z-index: 1;
}

.product-item-image-alternative {
  z-index: 2;
  opacity: 0;
}

/* .product-card:hover .product-item-image-original { opacity: 0; } */

.product-card:hover .product-item-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  /* display: none; */
  opacity: 0;
  height: 100%;
  background-color: var(--white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  inset: 0; */
  transition: 0.3s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.product-item-image-slider-slide-container>.active {
  left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container>.next {
  left: 100%;
}

.product-item-image-slider-slide-container>.prev {
  left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.stH {
  display: none !important;
}

.contacts-page .title-block {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 22px;
}

.contacts-page .sosials {
  margin-top: 12px;
}

.block-container-page {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.contacts-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 150px;
}

.br-tb {
  padding: 40px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: fit-content;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 400;
  width: fit-content;
}

.contacts-list a:before {
  transition: all 0.3s linear;
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: transparent;
}

.contacts-list a:hover:before {
  background-color: var(--main-color);
}

.contacts-list strong,
.contacts-list b {
  font-weight: 500;
  font-size: 18px;
}

.contacts-rows__about-photo {
  padding-bottom: 63%;
  height: 0;
  overflow: hidden;
}

.contacts-rows__about-photo img {
  position: absolute;
  top: 0;
  width: 100%;
}

.contacts-shop .tab-nav {
  gap: 40px;
  justify-content: flex-start;
}

/* .contacts-shop .map-container {
  width: 100%;
  height: 600px;
  padding-bottom: 100%;
} */

.map-shop {
  height: 33vw !important;
}

.contacts-shop .contacts-list.br-tb {
  border-top: 0;
}

.contacts-shop .map.br-tb {
  border: 0;
}

@media (max-width: 1024px) {
  .contacts-rows {
    column-gap: 50px;
  }
}

@media (max-width: 960px) {
  .contacts-rows {
    grid-template-columns: 1fr;
  }

  .block-container-page {
    row-gap: 0;
  }

  .contacts-rows__about-photo {
    order: 0;
  }

  .contacts-rows__about-content {
    order: 1;
  }

  .contacts-shop {
    padding-top: 40px;
  }
}

@media (max-width: 640px) {
  .contacts-rows__about-photo {
    padding-bottom: 135%;
    margin: 0 -16px;
  }

  .map-shop {
    height: calc(100vw - 32px) !important;
  }
}

.modal-email {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/*.modal-content-email {*/
/*  position: relative;*/
/*  background-image: url('/upload/medialibrary/fa5/block-popup.jpg');*/
/*  background-size: 166%;*/
/*  background-position: center;*/
/*  width: 90%;*/
/*  max-width: 400px;*/
/*  max-height: 590px;*/
/*  height: 70%;*/
/*  padding: 40px 20px 20px;*/
/*  color: var(--sub-color);*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: flex-end;*/
/*  align-items: center;*/
/*  background-position: 50% 10%;*/
/*}*/


.modal-content-email {
  position: relative;
  background-image: url('/upload/medialibrary/fa5/blackfridaypopup.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 400px;
  max-height: 590px;
  height: 100%;
  padding: 40px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  container-name: modal-email;
  container-type: inline-size;
  color: #FBF6E2;
}

.modal-text-email {
  width: 100%;
  color: #FBF6E2;
}

.modal-event__header{
  font-family: 'OpiumNew';
  font-size: 48px;
  text-align: left;
  font-weight: 400;
  margin: 0;
  padding: 0;
margin-left: -6px;
}

.modal-event__sub-header{
  font-family: 'OpiumNew';
  font-size: 25px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.modal-event__content{
  font-family: 'Ysabeau Infant', sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 10px 0;
  padding: 0;
}

.modal-event__buttom{
  font-family: 'OpiumNew';
  border: 1px solid;
  border-radius: 4px;
  background: #FBF6E2;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 17px;
  color: var(--main-color);
  box-sizing: border-box;
  border-color: #FBF6E2;
}


@media screen and (max-width:530px) {
  

  .modal-event__header{
    font-size: 33px;
  }

  .modal-event__sub-header{
    font-size: 18px;
  }

  .modal-event__content{
    font-size: 14px;
  }
  .modal-event__buttom{
    padding: 4px 0;
  }
}

@media screen and (max-width:330px){
  .modal-event__header {
        font-size: 28px;
    }
    .modal-event__sub-header {
        font-size: 15px;
    }
    .modal-event__content{
      font-size: 12px;
    }

}



.block-mail{
  margin-top: 0;
  background: var(--white);
	display: flex;
    align-items: center;
}
.block-mail-img{
	width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 65%;
}
.block-mail-text{
	font-size: 30px;
	text-align: center;
}

.block-mail-text-text{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 25px;
  text-align: center;
}

.block-mail-tw{
	padding: 0px 35px;
	width: 50%;

}

.block-mail-buttom{
  padding: 14px 24px
}

.width50{
  width: 50%;
}

.block-mail-polyt{
  padding: 10px 25%;
}

.block-mail-form{
  padding: 0 25%;
}

.block-mail-input{
  width: 100%;
  border: 1px solid;
  margin-bottom: 20px;
font-size: inherit;
  padding: 10px 24px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}

.block-mail-input .inputtext{
  text-align:center;
  background: none;
  border: 0;
  color: var(--sub-color);
}

.modal-email .block-mail-input .inputtext{
  text-align:left;
  padding-left: 14px;
  background: none;
  border: 0;
  color: var(--sub-color);
}

.block-mail-input .inputtext::placeholder, .block-mail-input .inputtext:hover{
  color: var(--main-color);
}

.modal-email  .block-mail-input .inputtext:hover{
  color: var(--sub-color);
}

.modal-email-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.modal-text-email .block-mail-form{
  padding: 0;
}

.modal-text-email .block-mail-input .inputtext::placeholder, .modal-text-email .block-mail-input .inputtext:hover{
  color: var(--sub-color);
}

.modal-text-email .block-mail-input{
  padding: 10px 2px;   
  text-align: left;
}

.modal-text-email .block-mail-buttom{
  color: var(--main-color);
  background: var(--sub-color);
  text-align: left;
}

.block-modal-input{
text-align: left;
color: var(--sub-color);
border: 0;
padding: 7px 30px;
width: 100%;
border: 1px solid var(--sub-color);
border-radius: 3px;
font-size: 17px;
box-sizing: border-box;
}

.block-mail-input::placeholder{
  color: var(--sub-color);
}

.modal-email-text {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.modal-email-subtext {
  font-size: 75px;
}

.modal-email-botton {
  display: inline-block;
  background-color: #FFFFFF;
  border: 0;
  padding: 10px 24px;
  font-size: 17px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #34251E;
  background: #FBF6E2;
  text-align: left;
}
.block-mail-input{
  background: unset;
}

.block-modal-input {
  color: var(--sub-color);
}

.block-modal-input::placeholder {
  color: var(--sub-color);
}

.small-text-modal {
  font-size: 13px;
  margin-top: 10px;
}

.modal-email-small {
  margin-bottom: 10px;
}

.close {
  position: absolute;
  color: #292929;
  font-size: 40px;
  cursor: pointer;
  font-weight: 100;
  z-index: 1001;
  top: 0;
  right: 20px;
}

@media (max-width: 768px) {
	.block-mail{
    margin-top: 0;
	flex-direction: column
	}
	.block-mail-img{
    display: none;
		width: 100%;
    	height: 40vh;
    	object-fit: cover;
	}
	.block-mail-text{
		font-size: 15px;
	}
  .block-mail-text-text{
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
  }
	.block-mail-tw{
		width: 100%;
		margin: 0 0 0;
    padding-bottom: 20px;
    color: #34251E;
    font-size: 12px;
    font-family: 'OpiumNew';
    background: #F1EDE4;
    padding-top: 20px;
	}
	.block-mail-form{
		margin: 5px 30px;
    padding: 0;
	}
	.block-mail-polyt{
		font-size: 12px;
    margin: 5px 30px;
    padding: 0;
	}
	

  .block-mail-buttom{
    padding: 15px 24px;
	}
  .width50{
    width: 100%;
    text-align: center;
  }
  
  
}
@media (max-width: 321px){
  .block-mail-text{
    font-size: 12px;
  }
  .block-mail-text-text{
    font-size: 11px;
  }
  .block-mail-polyt{
    font-size: 9px;
  }
}


@media (max-width: 768px) {
  .modal-content-email {
    width: 70%;
    height: 65%;
  }

  .modal-email-text {
    font-size: 19px;
    margin-bottom: 16px;
  }

  .modal-email-subtext {
    font-size: 55px;
  }

  .small-text-modal {
    font-size: 12px;
  }

  .modal-email-botton {
    padding: 6px 15px;
    font-size: 13px;
  }

  .block-mail-input{
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
    color: var(--main-color);
    text-align: center;
	}

  .modal-text-email .block-mail-input{
    color: var(--sub-color);
  }

  .modal-text-email .block-mail-form{
    margin: 0;
  }
  .modal-text-email .block-mail-buttom{
    padding: 4px 24px;
  }
  .modal-text-email .block-mail-input{
    padding: 0px 5px;
  }
  .block-modal-input{
    padding: 6px 15px;
    font-size: 13px;
    width: 100%;
    color: var(--sub-color);
  }
  .block-mail{
    display: block;
  }

  /*.close{*/
  /*  right: 15%;*/
  /*}*/
}

@media (max-width: 325px){
    .modal-email-subtext {
        font-size: 45px;
    }
}

.footer {
  background: var(--main-color);
  color: var(--sub-color);
}

.footer-menu ul li a {
  color: var(--sub-color);
}

.rc-anchor-invisible {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden
}

#raz {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#raz a {
  position: absolute;
}

#raz a:nth-of-type(1) {
  top: 2%;
  width: 20%;
  height: 45%;
}

#raz a:nth-of-type(2) {
  left: 21%;
  top: 2%;
  width: 22%;
  height: 45%;
}

#raz a:nth-of-type(3) {
  left: 44%;
  top: 2%;
  width: 12%;
  height: 45%;
}

#raz a:nth-of-type(4) {
  left: 57%;
  top: 2%;
  width: 22%;
  height: 45%;
}

#raz a:nth-of-type(5) {
  left: 80%;
  top: 2%;
  width: 19%;
  height: 45%;
}

#raz a:nth-of-type(6) {
  top: 48%;
  width: 20%;
  height: 45%;
}

#raz a:nth-of-type(7) {
  left: 21%;
  top: 48%;
  width: 22%;
  height: 45%;
}

#raz a:nth-of-type(8) {
  left: 44%;
  top: 48%;
  width: 12%;
  height: 45%;
}

#raz a:nth-of-type(9) {
  left: 57%;
  top: 48%;
  width: 22%;
  height: 45%;
}

#raz a:nth-of-type(10) {
  left: 80%;
  top: 48%;
  width: 19%;
  height: 45%;
}

#dva {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#dva a {
  position: absolute;
}

#dva a:nth-of-type(1) {
  top: 2%;
  width: 27%;
  height: 47%;
}

#dva a:nth-of-type(2) {
  left: 29%;
  top: 2%;
  width: 27%;
  height: 47%;
}

#dva a:nth-of-type(3) {
  left: 57%;
  top: 2%;
  width: 15%;
  height: 47%;
}

#dva a:nth-of-type(4) {
  left: 73%;
  top: 2%;
  width: 24%;
  height: 47%;
}

#dva a:nth-of-type(5) {
  top: 51%;
  width: 27%;
  height: 47%;
}

#dva a:nth-of-type(6) {
  top: 51%;
  left: 29%;
  width: 27%;
  height: 47%;
}

#dva a:nth-of-type(7) {
  left: 57%;
  top: 51%;
  width: 15%;
  height: 47%;
}

#dva a:nth-of-type(8) {
  left: 73%;
  top: 51%;
  width: 24%;
  height: 47%;
}

@media (max-width:767px) {
  .page-lk-main {
    margin-top: 94px !important;
  }

 .block-user-name{
  z-index: -1;
 }
 .footer-col-1{
  display:none !important;
 }
}

.header__text{
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 18px;
    font-family: 'Ysabeau Infant';
    padding: 5px;
}
@media screen and (max-width: 600px) {
  .header__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px){
.header__text{
font-size: 14px;
}
}
@media screen and (max-width: 330px){
.header__text{
font-size: 12px;
}
}

.first-block{
  display: block;
  margin-top: 120px;
  background-image: url('/upload/medialibrary/fa5/first-block-desktop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  aspect-ratio: 2/1;
}

.first-block__content{
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 19%;
  font-family: 'OPIUMNEW', sans-serif;
  width: max-content;
  color: var(--main-color);
}

.first-block__title{
  font-size: 50px;
  text-transform: uppercase;
}

.first-block__description{
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
}

.grid-block{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 6px;
}

@media screen and (max-width: 1140px){
  .grid-block {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.grid-item{
  color: #614e3f;
  display: block;
  padding: 0 20px 20px 20px;
  overflow: hidden;
  width: 100%;
  background-color: #F2F1ED;
}

.grid-item__image-wrapper{
  width: 100%;
  overflow: hidden;
}

.grid-item__image{
  width: 100%;
object-fit: cover;
}

.grid-item__tittle{
  text-align: center;
}

.grid-item__price-wrapper{
  position: relative;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 9px;
}

.grid-item__price-wrapper::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: var(--main-color);
}

.grid-item__old-price{
  position: relative;
  color: #B2A59A;
  width: max-content;
}

.grid-item__old-price::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #B2A59A;
}

.grid-item--desktop-only{
  display: block;
}

@media screen and (max-width: 770px){

  .first-block{
    background-image: url('/upload/medialibrary/fa5/first-block-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    aspect-ratio: 1/1.7;
    margin-top: 83px;
  }

  .grid-block {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 3px;
  }

  .grid-item--desktop-only{
    display: none;
  }

  .first-block__content{
    top: 81%;
    transform: translate(-50%, -50%);
    left: 50%;
    color:  #F1EDE5;
  }

  .first-block__title {
    font-size: 28px;
  }

  .first-block__description {
    font-size: 13px;
    padding-top: 11px;
  }

  .grid-item{
    font-sIZE: 9px;
    padding: 0 15px 15px 15px;
  }

  .grid-item__price-wrapper {
    height: 14px;
    margin-top: 5px;
  }

}

@media screen and (min-width: 770px) {
  .slider-main-mobile {
    display: none; 
  }
  .slider-main-pk {
    display: block; 
  }
}


@media screen and (max-width: 769px) {
  .slider-main-mobile {
    display: block; 
  }
  .slider-main-pk {
    display: none; 
  }
}

.blackfriday-clock {
            width: 300px;
            height: 300px;
            position: relative;
        }

        .logo-clock {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 180px;
            height: 180px;
            transform: translate(-50%, -50%);
            background-image: url('/upload/medialibrary/fa5/logo_blackfriday.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            pointer-events: none;
        }

        .hand-blackfriday {
            position: absolute;
            left: 50%;
            top: 50%;
            transform-origin: bottom;
            transform: translateX(-50%) translateY(-100%) rotate(0deg);
        }

        .hour-clock {
            width: 6px;
            height: 85px;
            background: #FAF5E1;
            border-radius: 3px;
        }

        .minute-clock {
            width: 3px;
            height: 120px;
            background: #FAF5E1;
            border-radius: 2px;
        }

        .second-clock {
            width: 2px;
            height: 130px;
            background: #ffffff;
            border-radius: 1px;
        }

        .center-clock {
            width: 14px;
            height: 14px;
            background: #fff6d9;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .ticks-clock {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
        }

        .ticks-clock span {
            position: absolute;
            left: 50%;
            top: 90%;
            width: 3px;
            height: 53px;
            background: #FAF5E1;
            transform-origin: center -120px;
            transform: rotate(calc(var(--i) * 30deg));
            border-radius: 2px;
        }

        .block-blackfriday {
            padding: 0px 6vw;
            background: #491406;
            display: flex;
            justify-content: space-around;
            align-items: center;
            width: 100%;
            height: 85vh;

        }

        .blackfriday {
            text-align: center;
            height: auto;
            color: #FAF5E1;
        }

        .blackfriday-head {
            font-size: 28px;
        }

        .blackfriday-body {
            font-size: 55px;
            font-family: 'OpiumNew';
            margin: 15px 0;
        }

        .blackfriday-bottom {
            display: inline-block;
            font-size: 22px;
            font-weight: 400;
            border: 1px solid;
            margin-top: 20px;
            border-radius: 5px;
            padding: 7px 35px;
        }

        @media (max-width: 600px) {
            .block-blackfriday {
                flex-direction: column;
                padding: 0px;
                height: 80vh;
                justify-content: space-evenly;
            }

            .blackfriday-head {
              font-size: 17px;
            }

            .blackfriday-body {
                font-size: 26px;
                margin: 10px 0;
            }

            .blackfriday-bottom {
                font-size: 16px;
                padding: 5px 10px;
            }
            .blackfriday-clock {
        width: 200px;
        height: 200px;
    }

    .logo-clock {
        width: 120px;
        height: 120px;
    }

    .hour-clock {
        height: 55px;
        width: 4px;
    }

    .minute-clock {
        height: 80px;
        width: 2px;
    }

    .second-clock {
        height: 90px;
        width: 2px;
    }

    .center-clock {
        width: 10px;
        height: 10px;
    }

    .ticks-clock span {
        top: 88%;
        height: 35px;
        transform-origin: center -80px;
    }
        }

        .blackfriday-text {
            font-weight: 400;
            background-color: #FAF5E1;
            color: #491406;
            padding: 20px 0;
            text-align: center;
            font-family: 'OpiumNew'
        }

        @media (max-width: 769px) {
            .blackfriday-text {
                font-size: 12px;
                padding: 20px;
            }

        }

