@charset "UTF-8";

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('/themes/modern_t056388/fonts/Gilroy-Medium.woff') format('woff'),
    url('/themes/modern_t056388/fonts/Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('/themes/modern_t056388/fonts/Gilroy-Regular.woff') format('woff'),
    url('/themes/modern_t056388/fonts/Gilroy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url('/themes/modern_t056388/fonts/icons.woff') format('woff'),
    url('/themes/modern_t056388/fonts/icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url('/themes/modern_t056388/fonts/Gilroy-SemiBold.woff') format('woff'),
    url('/themes/modern_t056388/fonts/Gilroy-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  font-display: swap;
  src: url('/themes/modern_t056388/fonts/icons.woof') format('woof'),
    url('/themes/modern_t056388/fonts/icons.woof2#icons') format('woof');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.setting-nav__list-link._active::before,
.shop-header__main-title._verif::before,
.categoty-content::before,
.header-thumb__menu-item::before,
.form__remove-btn::before,
.form__checkbox-item::before,
.product__image-label::before,
.product__image-actions .product-favorite.active::before,
.navigation__list-item:not(:last-child)::before,
.select__selected::before,
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  display: block;
}

.icon-copy:before {
  content: '\e92e';
}

.icon-grid-fill:before {
  content: '\e92c';
}

.icon-users:before {
  content: '\e92d';
}

.icon-building:before {
  content: '\e92b';
}

.icon-arrow-left:before {
  content: '\e900';
}

.icon-arrow-right:before,
.setting-nav__list-link._active:before,
.header-thumb__menu-item:before {
  content: '\e901';
}

.icon-bookmark:before {
  content: '\e902';
}

.icon-bookmark.active:before {
  content: '\e903';
}

.icon-bookmark-fill:before,
.product__image-actions .product-favorite.active:before {
  content: '\e903';
}

.product__image-actions .product-favorite.loading:before {
  opacity: 0;
}

.btn.active.product-favorite {
  color: inherit !important;
}

.icon-camera:before {
  content: '\e904';
}

.icon-cart:before {
  content: '\e905';
}

.icon-chat:before {
  content: '\e906';
}

.icon-chat-fill:before {
  content: '\e907';
}

.icon-check:before,
.categoty-content:before,
.form__checkbox-item:before {
  content: '\e908';
}

.icon-clock:before {
  content: '\e909';
}

.icon-close:before {
  content: '\e90a';
}

.icon-coin:before {
  content: '\e90b';
}

.icon-compass:before {
  content: '\e90c';
}

.icon-delete:before {
  content: '\e90d';
}

.icon-double-check:before {
  content: '\e90e';
}

.icon-down:before,
.navigation__list-item:not(:last-child):before,
.select__selected:before {
  content: '\e90f';
}

.icon-edit:before {
  content: '\e910';
}

.icon-eye:before {
  content: '\e911';
}

.icon-facebook:before {
  content: '\e912';
}

.icon-grid:before {
  content: '\e913';
}

.icon-image:before {
  content: '\e914';
}

.icon-instagram:before {
  content: '\e915';
}

.icon-instagram-fill:before {
  content: '\e916';
}

.icon-location:before {
  content: '\e917';
}

.icon-location-fill:before {
  content: '\e918';
}

.icon-exit:before {
  content: '\e919';
}

.icon-mail:before {
  content: '\e91a';
}

.icon-mail-fill:before {
  content: '\e91b';
}

.icon-minus:before {
  content: '\e91c';
}

.icon-notification:before {
  content: '\e91d';
}

.icon-person:before {
  content: '\e91e';
}

.icon-phone:before {
  content: '\e91f';
}

.icon-phone-fill:before {
  content: '\e920';
}

.icon-plus:before,
.form__remove-btn:before {
  content: '\e921';
}

.icon-procent:before,
.product__image-label._sale:before {
  content: '\e922';
}

.icon-search:before {
  content: '\e923';
}

.icon-send:before {
  content: '\e924';
}

.icon-setting:before {
  content: '\e925';
}

.icon-shield:before,
.shop-header__main-title._verif:before,
.product__image-label._verif:before {
  content: '\e926';
}

.icon-star-fill:before,
.product__image-label._vip:before {
  content: '\e927';
}

.icon-twitter:before {
  content: '\e928';
}

.icon-upload:before {
  content: '\e929';
}

.icon-whatsupp:before {
  content: '\e92a';
}

body {
  color: #23262f;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*='__container'] {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 32.5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__button {
  padding-left: 0.5em;
  color: rgba(35, 38, 47, 0.4);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__button:not(:last-child) {
  margin-right: 1em;
}

.tabs__button.active {
  position: relative;
  color: #23262f;
}

.tabs__button.active::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background: #315df7;
  border-radius: 50%;
}

.tabs__button-quantity {
  margin-left: 0.125em;
}

.tabs__content {
  margin: 1em 0em 0em 0em;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item.active {
  display: block;
}

.select {
  position: relative;
  font-weight: 500;
}

.select select {
  display: none;
}

.select.btn:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn._select-location::before {
  font-size: 20px;
}

.btn._select-location .select__selected {
  padding: 0em 2em 0 0.4444444444em;
}

.select__selected {
  width: 100%;
  height: 100%;
  padding: 0em 2em;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.select__selected._open::before,
.select__selected.open::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

._open.has-text::before,
.open.has-text::before {
  opacity: 0;
}

.select__selected::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 8px;
  margin-left: 1.5em;
}

.select__items {
  position: absolute;
  z-index: 99;
  background: #f1f1f1;
  border-radius: 2px;
  max-height: 184px;
  border-radius: 15px;
  border: 1px solid rgba(35, 38, 47, 0.05);
  top: 100%;
  left: 0;
  right: 0;
}

.select__items._hide {
  display: none;
}

.select__option {
  border-radius: 15px;
  padding: 0.9375em 0.5em;
  color: #000;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

.select__option._selected {
  background: #000000;
  color: #ffbfc5;
  border-left: 3px solid #ffbfc5;
}

.search-form {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  background: #fcfcfc;
  border: 1px solid rgb(35 38 47 / 6%);
  border-radius: 333px;
  padding: 0.5em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.search-form__row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 55555;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup#image .popup__body {
  background: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border: 0;
}

.popup#image .popup__close {
  right: -45px;
}

.popup__content {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__body {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  padding: 4.375em 0em 1.875em;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.popup__image {
  max-height: 600px;
}

.popup__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 34px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  font-size: 1.25rem;
  z-index: 20;
}

.popup__close::before,
.popup__close::after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 3px;
  background: #315df7;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.popup__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.form-body__wrapper :not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.form-body__button {
  margin: 1.25em 0em 0em 0em;
}

.accordion {
  position: relative;
}

.accordion.open .accordion__control::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion.open .accordion__control._btn::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion.open .accordion__content {
  opacity: 1;
}

.accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 500;
}

.accordion__control::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 5px;
  margin-left: 0.6153846154em;
  color: #7b7d82;
}

.accordion__control::-webkit-details-marker {
  display: none;
}

.accordion__control-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__control-country._ru::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion__content {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.625em;
  will-change: max-height;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 12px;
  border: 1px solid #959595;
  background: #fff;
}

.accordion-list__item {
  white-space: nowrap;
}

.accordion-list__item:not(:last-child) {
  margin-bottom: 0.625em;
}

.accordion-list__link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.navigation {
  padding: 2.25em 0em;
}

.navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation__body {
  margin-left: 1.25em;
}

.navigation__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
}

.navigation__list-item:not(:last-child) {
  position: relative;
  margin-right: 0.75em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #919397;
}

.navigation__list-item:not(:last-child)::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 2.4em;
  font-size: 5px;
}

.navigation__list-item:last-child .navigation__list-link {
  pointer-events: none;
}

.navigation__list-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: flex-start;
}
.footer-body__logo .logo__text{
  display: none;
}

.logo.logo-sm img {
  width: 75px;
  height: 75px;
}

.logo.logo-lg .logo__text {
  font-size: 20px;
}

.logo.logo-lg img {
  width: 115px;
  height: 115px;
  min-width: 115px;
}

.logo__text {
  margin-left: 0.8em;
}

.logo__text span {
  font-weight: 600;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header._align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-controls {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-controls .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.slider-controls .btn:not(:last-child) {
  margin-right: 0.375em;
}

.slider-controls .btn::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.main-title span {
  color: #a7a8ac;
}

.title {
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 44px;
}

.title-2 {
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 24px;
}

.title-3 {
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: -0.03em;
  font-size: 20px;
}

.product {
  position: relative;
  height: auto;
  min-width: 0;
  background: rgba(35, 38, 47, 0.02);
  border: 2px solid rgba(35, 38, 47, 0.05);
  /* border-radius: 16px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5em 0.5em 0.75em;
}

.product.selected {
  background: rgb(87 117 215 / 30%);
  border-color: rgba(151, 87, 215, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
}

.product__image {
  position: relative;
}

.product__image-link {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: block;*/
  /*z-index: 2;*/
  /* border-radius: 16px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__image div,
.product__desc div,
.product__footer div {
  color: #23262f;
  user-select: all;
}
.product__image-actions {
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 3;
}

.product__image-actions .product-favorite::before {
  font-size: 20px;
}

.product__image-labels {
  position: absolute;
  top: -18px;
  left: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

.product__image-label {
  /* padding: 0.9285714286em 1.4285714286em; */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 333px;
}

.product__image-label:not(:last-child) {
  margin: 0em 0em 0.5714285714em 0rem;
}

.product__image-label::before {
  margin-right: 0.625em;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__image-label._vip-bg {
  background: rgba(151, 87, 215, 0.1);
}

.product__image-label._vip::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #9757d7),
    color-stop(50%, #cfb2ed)
  );
  background: -o-linear-gradient(left, #9757d7 50%, #cfb2ed 50%);
  background: linear-gradient(90deg, #9757d7 50%, #cfb2ed 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product__image-label._sale-bg {
  background: rgba(55, 114, 255, 0.1);
}

.product__image-label._sale::before {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M8.99941 17.3318C8.35858 17.3318 7.71858 17.0885 7.22941 16.6026L6.62108 15.9943C6.38524 15.7593 6.06941 15.6293 5.73441 15.6285H4.87858C3.49524 15.6285 2.36941 14.5026 2.36941 13.1193V12.2626C2.36857 11.9285 2.23857 11.6126 2.00274 11.3751L1.4044 10.7776C0.424404 9.80347 0.420237 8.21097 1.39524 7.23013L2.00357 6.62096C2.23857 6.38513 2.36857 6.0693 2.36941 5.7343V4.8793C2.36941 3.49513 3.49524 2.36929 4.87858 2.36929H5.73524C6.06941 2.36929 6.38441 2.23929 6.62191 2.00179L7.22108 1.40429C8.19525 0.42429 9.78692 0.41929 10.7686 1.39512L11.3769 2.00346C11.6136 2.23929 11.9286 2.36929 12.2628 2.36929H13.1194C14.5028 2.36929 15.6286 3.49513 15.6286 4.8793V5.73513C15.6294 6.0693 15.7594 6.38513 15.9953 6.62263L16.5936 7.22097C17.0678 7.69263 17.3303 8.32097 17.3328 8.9918C17.3344 9.65847 17.0778 10.286 16.6103 10.7601C16.6019 10.7685 16.5944 10.7776 16.5861 10.7851L15.9944 11.3768C15.7594 11.6126 15.6294 11.9285 15.6286 12.2635V13.1193C15.6286 14.5026 14.5028 15.6285 13.1194 15.6285H12.2628C11.9286 15.6293 11.6128 15.7593 11.3761 15.9951L10.7769 16.5935C10.2886 17.0851 9.64358 17.3318 8.99941 17.3318' fill='%23315DF7'/%3E%3C/svg%3E%0A")
    no-repeat 0 0 / contain;
  font-size: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #315df7;
}

.product__image-label._verif::before {
  color: #b2dac0;
}

.product__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 1.25em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e9e9ea;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.selected .product__desc {
  border-color: rgba(151, 87, 215, 0.2);
}

.product__desc-title {
  font-weight: 500;
  line-height: 1.1666666667;
  overflow-wrap: break-word;
}

.product__desc-location {
  font-size: 14px;
  margin-top: 0.75em;
  line-height: 1.1875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7b7d82;
}

.product__desc-location::before {
  margin-right: 0.375em;
}

.product__desc-price {
  margin-top: 0.3em;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__desc-price span:not(:last-child) {
  margin-right: 0.4444444444em;
}

.product__desc-price span.current-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1666666667;
}

.product__desc-price span.old-price {
  font-weight: 500;
  line-height: 1.1666666667;
  color: rgba(35, 38, 47, 0.5);
  text-decoration: line-through;
}

.product__footer {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-slider {
  position: relative;
  overflow: hidden;
  /* border-radius: 12px; */
  height: 223px;
}

.product-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 12px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-slider__pagination {
  z-index: 3;
}

.product-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-person__thumb {
  margin-right: 0.5em;
}

.product-person__thumb img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.product-person__info-name {
  font-weight: 500;
  line-height: 1.1875;
}

.product-person__info-rate {
  margin-top: 0.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.product-person__info-rate::before {
  color: #f6bf4d;
  margin-right: 0.25em;
}

.product-person__info-rate .rate-quantity {
  margin-left: 0.25em;
  font-weight: 400;
  color: #878888;
}

.product-time__title {
  font-size: 12px;
  line-height: 1.1428571429;
  color: #7b7d82;
}

.product-time__current {
  margin-top: 0.25em;
  font-weight: 500;
  line-height: 1.2666666667;
}

.product-time__current._hot::before {
  content: '🔥';
}

.hover-content {
  position: relative;
}

.hover-content._open .hidden-hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.hover-content:hover .hidden-hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.hover-content .hidden-hover {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 90;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.hover-content .hidden-hover::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  background: #3a6e94;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::selection {
  background: #ccd9ec;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #315df7;
  border-radius: 4px;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.form__checkbox {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.form__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__checkbox-item::after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  background: #fff;
  border: 2px solid rgba(35, 38, 47, 0.25);
  border-radius: 4px;
  margin-right: 0.625em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.form__checkbox-item::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  position: absolute;
  margin-top: 0.375em;
  left: 5px;
  font-size: 7px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #fff;
  cursor: pointer;
}

.form__map {
  margin-top: 1.5em;
}

.form__section-subtitle {
  margin-top: 0.5em;
  color: #7b7d82;
}

.form__section-row {
  margin-top: 1.5em;
  display: block;
}

.form__pass-title {
  font-size: 18px;
  font-weight: 500;
}

.form__pass-date {
  margin-top: 0.5714285714em;
  font-size: 14px;
  color: rgba(35, 38, 47, 0.6);
}

.form__row.row-lg {
  --input-height: 42px;
  --input-size: 14px;
  --icon-height: 16px;
  --icon-size: 16px;
  --label-size: 18px;
}

.form__row.row-sm {
  --input-height: 54px;
  --input-size: 14px;
  --icon-height: 32px;
  --icon-size: 20px;
  --label-size: 14px;
}

.form__rows {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.form__rows:not(:last-child) {
  margin-bottom: 1em;
}

.form__row-wrapper {
  position: relative;
  display: block;
  z-index: 2;
}

.form__row-wrapper::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--input-height);
  height: var(--icon-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  font-size: var(--icon-size);
  z-index: 2;
}

.form__label {
  display: block;
  font-size: var(--label-size);
  margin-bottom: 0.6666666667em;
}

.form__input {
  background: transparent;
  border-radius: 50px;
  position: relative;
  min-height: var(--input-height);
  font-size: var(--input-size);
  color: rgba(35, 38, 47, 0.4);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  border: 1.5px solid rgba(35, 38, 47, 0.05);
  font-weight: 500;
  caret-color: #315df7;
  padding: 0 3.75em 0 1.25em;
}

.form__input::-webkit-input-placeholder {
  color: currentColor !important;
  font-size: var(--input-size) !important;
  font-weight: 400;
}

.form__input:-moz-placeholder {
  color: currentColor !important;
  font-size: var(--input-size) !important;
  font-weight: 400;
}

.form__input::-moz-placeholder {
  color: currentColor !important;
  font-size: var(--input-size) !important;
  font-weight: 400;
}

.form__input:-ms-input-placeholder {
  color: currentColor !important;
  font-size: var(--input-size) !important;
  font-weight: 400;
}

.form__input-no-border {
  border-color: transparent !important;
}

.form__input-circle-border {
  border-radius: 333px;
}

.form__input-icon {
  padding: 0 35px 0 var(--input-height);
  box-shadow: none !important;
}

.form__input:focus {
  border: 1.5px solid #58bd7d;
  color: #23262f;
}

.form__textarea {
  resize: none;
  overflow: auto;
  height: 181px;
  padding: 1.5em 3.75em 1.5em 1.25em;
}

.form__textarea + .form__remove-btn {
  top: 2.25em;
}

.form__remove-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(35, 38, 47, 0.1);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__footer {
  margin-top: 2em;
}

.form__button {
  margin-top: 3em;
}

.btn {
  --border-radius: 50px;
  --border-width: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding: 0 1.5em;
  border-radius: var(--border-radius);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*background: var(--gradient);*/
  min-height: var(--height-btn);
  z-index: 1;
}

.btn:focus,
.btn:hover,
.btn:focus a,
.btn:hover a {
  opacity: 1;
  color: inherit;
}

.btn::after {
  background: var(--background);
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - var(--border-width) * 2);
  height: calc(100% - var(--border-width) * 2);
  top: var(--border-width);
  left: var(--border-width);
  border-radius: calc(var(--border-radius) - var(--border-width));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.btn::before {
  font-size: 14px;
}

.btn:disabled,
.btn[aria-disabled='true'] {
  cursor: default;
  pointer-events: none;
  background: var(--background-disabled);
}

.btn:disabled::before,
.btn[aria-disabled='true']::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}

.btn:disabled::after,
.btn[aria-disabled='true']::after {
  background: var(--background-disabled);
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn.btn-blue {
  color: #fff;
  --background: red;
  --background-hover: #b92525;
  --background-disabled: #cbd7fd;
}

.btn.btn-black {
  --gradient: linear-gradient(180deg, #3c3e45 0%, #2d2f35 50%, #16171d 100%);
  --background: #23262f;
  --background-hover: #141416;
  --background-disabled: #c8c9cb;
  color: #fff;
}

.btn.btn-white {
  --gradient: linear-gradient(rgba(35, 38, 47, 0.1), rgba(35, 38, 47, 0.1));
  --background: #fff;
  --background-hover: #f4f5f6;
  --background-disabled: #f4f5f6;
  background: var(--gradient);
}

.btn.btn-white:disabled,
.btn.btn-white[aria-disabled] {
  color: rgba(35, 38, 47, 0.4);
}

.btn.btn-red {
  border: 2px solid #ef4646;
  color: #ef4646;
}

.btn.btn-xl {
  margin: 0.1875em 0;
  --height-btn: 72px;
  padding: 0 2em;
  font-size: 18px;
  --border-width: 3px;
  --border-radius: 10px;
}

.btn.btn-lg {
  --height-btn: 64px;
  padding: 0 2.25em;
}

.btn.btn-md {
  --height-btn: 58px;
  padding: 0 2em;
}

.btn.btn-sm {
  --height-btn: 48px;
  --border-radius: 6px;
}

.btn.btn-mw {
  width: 100%;
}

.btn.btn-icon-left::before {
  margin-right: 8px;
}

.btn.btn-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn.btn-icon-right::before {
  margin-left: 8px;
}

.btn.btn-no-padding {
  padding: 0;
}

.btn.btn-cirlce {
  padding: 0;
  width: var(--height-btn);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--height-btn);
  flex: 0 0 var(--height-btn);
  --border-radius: 50%;
  font-size: 20px;
}

.btn.btn-cirlce-border {
  --border-radius: 333px;
}

.geo-input input,
.geo-input input:focus {
  font-size: 18px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  max-width: 120px;
}

.geo-input input::placeholder {
  color: #000;
}

.filtres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter:not(:last-child) {
  margin-right: 0.75em;
}

.filter__input:checked + span {
  --gradient: linear-gradient(180deg, #3c3e45 0%, #2d2f35 50%, #16171d 100%);
  --background: #23262f;
  --background-hover: #141416;
  --background-disabled: #c8c9cb;
  color: #fff;
}

.file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 184px;
  padding: 0 2.34375em;
  cursor: pointer;
}

.file-input::before {
  color: #315df7;
  font-size: 36px;
}

.file-input__title {
  margin-top: 0.6666666667em;
  font-weight: 500;
  line-height: 1.0833333333;
  color: #23262f;
}

.file-input__subtitle {
  margin-top: 0.5714285714em;
  font-size: 12px;
  line-height: 1.0714285714;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-button {
  max-width: 263px;
  height: 74px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 9px rgba(67, 67, 88, 0.2);
  box-shadow: 0 0 9px rgba(67, 67, 88, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.input__file-button-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 133.3333333333%;
  margin: 0px 20px 0px 0px;
}

.input__file-button-pic {
  color: #000;
  border: 2px solid #000;
  font-weight: 600;
  width: 48px;
  height: 48px;
  font-size: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input__checkbox + span.btn {
  cursor: pointer;
}

.input__checkbox:checked + span::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input__checkbox:checked + span::after {
  background: #315df7;
  border: 2px solid #315df7;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
}

.header__logo {
  position: relative;
  z-index: 11;
  margin: 0em 1.5em 0em 0em;
}

.header__lang {
  position: relative;
  z-index: 11;
  margin-right: 1.25em;
}
.header__lang:hover > .hidden-hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header__lang:hover > .lang__btn::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__actions-btn:not(:last-child) {
  margin: 0em 0em 0em 0.75em;
}

.header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-user__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.header-user__action {
  width: 58px;
  height: 58px;
  background: #f4f4f4;
  border-radius: 50px;
  /*margin: 0 2px;*/
  margin: 0;
}

.header-user__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  border-radius: 50%;
}

.header-user__action-btn._new {
  position: relative;
}

.header-user__action-btn._new::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 36.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4646;
}

.header-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58px;
  flex: 0 0 58px;
  /*margin: 0em 0em 0em 1.5em;*/
  margin: 0;
}

.header-thumb__image {
  min-width: 58px;
}

.header-thumb__image img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-thumb__menu {
  padding: 0.9375em 0em 0em;
}

.header-thumb__menu-item {
  position: relative;
  font-weight: 500;
  color: #7b7d82;
  -webkit-transition: background-color, color 0.3s ease 0s;
  -o-transition: background-color, color 0.3s ease 0s;
  transition: background-color, color 0.3s ease 0s;
}

.header-thumb__menu-item .header-thumb__menu-link:hover {
  color: inherit;
}

.header-thumb__menu-item._logout {
  color: #ef4646;
}

.header-thumb__menu-item::before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0;
}

.header-thumb__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 1em 5em 1em 1.5em;
}

.header-thumb__menu-link::before {
  margin-right: 0.75em;
}

.lang._open .lang__btn::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 500;
  color: inherit;
}

.lang__btn::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 5px;
  margin-left: 0.6153846154em;
  color: #cdced0;
}

.lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
}

.lang__item::after {
  content: '';
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.lang__item._ru::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.3 44.3'%3e%3cg%3e%3ccircle fill='%2396AAB4' cx='22.2' cy='22.2' r='22.2'/%3e%3cg%3e%3cpath fill='%23FF0000' d='M22.2,44C31,44,38.6,38.8,42,31.3H2.3C5.7,38.8,13.3,44,22.2,44z'/%3e%3cpath fill='%23FFFFFF' d='M22.2,0.3C13.3,0.3,5.7,5.5,2.3,13H42C38.6,5.5,31,0.3,22.2,0.3z'/%3e%3cpath fill='%230000FF' d='M0.3,22.2c0,3.3,0.7,6.3,2,9.1H42c1.3-2.8,2-5.9,2-9.1c0-3.3-0.7-6.3-2-9.1H2.3C1,15.8,0.3,18.9,0.3,22.2z '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.lang__item._en::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.3 44.3'%3e%3cg%3e%3ccircle fill='%2396AAB4' cx='22.2' cy='22.2' r='22.2'/%3e%3cg%3e%3cpath fill='%2301247D' d='M2,13.8c-0.3,0.6-0.5,1.2-0.7,1.8h3.4L2,13.8z'/%3e%3cpath fill='%2301247D' d='M42.3,30.6c0.3-0.6,0.5-1.2,0.7-1.9h-3.5L42.3,30.6z'/%3e%3cpath fill='%2301247D' d='M6.6,37.5c2.5,2.5,5.5,4.4,9,5.5V31.6L6.6,37.5z'/%3e%3cpath fill='%2301247D' d='M15.6,1.3c-3.4,1.1-6.5,3-9,5.5l9,6V1.3z'/%3e%3cpath fill='%2301247D' d='M43,15.6c-0.2-0.6-0.4-1.2-0.7-1.8l-2.8,1.8H43z'/%3e%3cpath fill='%2301247D' d='M28.7,43c3.4-1.1,6.5-3,9-5.5l-9-6V43z'/%3e%3cpath fill='%2301247D' d='M1.3,28.7C1.5,29.3,1.7,30,2,30.6l2.8-1.9H1.3z'/%3e%3cpath fill='%2301247D' d='M37.7,6.8c-2.5-2.5-5.5-4.4-9-5.5v11.5L37.7,6.8z'/%3e%3cpath fill='%23FFFFFF' d='M43.7,26H26v17.7c0.9-0.2,1.8-0.4,2.7-0.7V31.6l9,6c1-1,1.9-2.1,2.7-3.3l-8.3-5.5h5.2l4.5,3 c0.2-0.4,0.3-0.7,0.5-1.1l-2.8-1.9H43C43.3,27.8,43.5,26.9,43.7,26z'/%3e%3cpath fill='%23FFFFFF' d='M15.6,1.3v11.5l-9-6c-1,1-1.9,2.1-2.7,3.3l8.4,5.6H7.1l-4.6-3.1c-0.2,0.4-0.4,0.8-0.6,1.2l2.8,1.8H1.3 c-0.3,0.9-0.5,1.8-0.7,2.7h17.7V0.6C17.4,0.8,16.5,1,15.6,1.3z'/%3e%3cpath fill='%23FFFFFF' d='M0.6,26c0.2,0.9,0.4,1.8,0.7,2.7h3.5L2,30.6c0.5,1.3,1.2,2.5,1.9,3.6l8.3-5.5h3.4v1.2l-9.9,6.6 c0.3,0.4,0.6,0.7,1,1.1l9-6V43c0.9,0.3,1.8,0.5,2.7,0.7V26H0.6z'/%3e%3cpath fill='%23FFFFFF' d='M43,15.6h-3.4l2.8-1.8c-0.5-1.3-1.2-2.6-2-3.7l-8.4,5.6h-3.2v-1.3l9.9-6.6c-0.3-0.3-0.6-0.6-0.9-1l-9,6 V1.3C27.8,1,26.9,0.8,26,0.6v17.7h17.7C43.5,17.4,43.3,16.5,43,15.6z'/%3e%3cpath fill='%23CF142B' d='M43.7,18.3H26V0.6c-1.2-0.2-2.5-0.3-3.8-0.3c-1.3,0-2.6,0.1-3.8,0.3v17.7H0.6c-0.2,1.2-0.3,2.5-0.3,3.8 c0,1.3,0.1,2.6,0.3,3.8h17.7v17.7c1.2,0.2,2.5,0.3,3.8,0.3c1.3,0,2.6-0.1,3.8-0.3V26h17.7c0.2-1.2,0.3-2.5,0.3-3.8 C44,20.8,43.9,19.6,43.7,18.3z'/%3e%3cpath fill='%23CF142B' d='M32.1,28.7l8.3,5.5c0.5-0.8,1-1.6,1.4-2.5l-4.5-3H32.1z'/%3e%3cpath fill='%23CF142B' d='M28.7,15.6h3.2l8.4-5.6c-0.5-0.8-1.1-1.6-1.8-2.3l-9.9,6.6V15.6z'/%3e%3cpath fill='%23CF142B' d='M15.6,28.7h-3.4l-8.3,5.5C4.5,35,5,35.8,5.7,36.5l9.9-6.6V28.7z'/%3e%3cpath fill='%23CF142B' d='M12.3,15.6L4,10c-0.5,0.8-1,1.6-1.4,2.5l4.6,3.1H12.3z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.lang__item._de::after {
  background: 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%3Cg clip-path='url(%23clip0_1057_9850)'%3E%3Cpath d='M0 10C0 4.47715 4.47715 0 10 0V0C15.5228 0 20 4.47715 20 10V10C20 15.5228 15.5228 20 10 20V20C4.47715 20 0 15.5228 0 10V10Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.66667 13.3333H25.3333V20H-2.66667V13.3333Z' fill='%23FFCC00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.66667 0H25.3333V6.66667H-2.66667V0Z' fill='black'/%3E%3C/g%3E%3Cpath d='M10 19C5.02944 19 1 14.9706 1 10H-1C-1 16.0751 3.92487 21 10 21V19ZM19 10C19 14.9706 14.9706 19 10 19V21C16.0751 21 21 16.0751 21 10H19ZM10 1C14.9706 1 19 5.02944 19 10H21C21 3.92487 16.0751 -1 10 -1V1ZM10 -1C3.92487 -1 -1 3.92487 -1 10H1C1 5.02944 5.02944 1 10 1V-1Z' fill='%2323262F' fill-opacity='0.1'/%3E%3Cdefs%3E%3CclipPath id='clip0_1057_9850'%3E%3Cpath d='M0 10C0 4.47715 4.47715 0 10 0V0C15.5228 0 20 4.47715 20 10V10C20 15.5228 15.5228 20 10 20V20C4.47715 20 0 15.5228 0 10V10Z' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.lang__item._uk::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.3 44.3'%3e%3cg%3e%3cpath fill='%2396AAB4' d='M44.3,22.2c0,12.2-9.9,22.2-22.2,22.2C9.9,44.3,0,34.4,0,22.2C0,9.9,9.9,0,22.2,0 C34.4,0,44.3,9.9,44.3,22.2z'/%3e%3cg%3e%3cpath fill='%233A75C4' d='M22.2,44C34.2,44,44,34.2,44,22.1H0.3C0.3,34.2,10.1,44,22.2,44z'/%3e%3cpath fill='%23F9DD16' d='M22.2,0.3c-12.1,0-21.9,9.8-21.9,21.9H44C44,10.1,34.2,0.3,22.2,0.3z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.lang__list {
  font-weight: 500;
  padding: 2.1875em 1em 0.9375em;
}

.lang__list::before {
  border: 2px solid #f4f4f5;
}

.lang__list-item:not(:last-child) {
  margin-bottom: 1.25em;
}

.user-messages {
  padding: 2.9375em 1em 1.25em;
}

.user-messages__title {
  padding: 0.7083333333em 0;
  font-size: 24px;
  font-weight: 600;
}

.user-messages__body {
  margin-top: 1em;
}

.user-messages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(35, 38, 47, 0.05);
}

.user-messages__item:not(:last-child) {
  margin-bottom: 1.25em;
}

.user-messages__item-thumb {
  position: relative;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.user-messages__item-thumb img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.user-messages__item-label {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-messages__item-label.icon-star-fill,
.user-messages__item-label.product__image-label._vip::before {
  background: #58bd7d;
}

.user-messages__item-label.icon-mail-fill {
  background: #9757d7;
  font-size: 8.5px;
}

.user-messages__item-label.icon-bookmark-fill,
.product__image-actions
  .user-messages__item-label.product-favorite.active::before {
  background: #315df7;
}

.user-messages__item-label.icon-chat-fill {
  background: #23262f;
}

.user-messages__item-title {
  font-weight: 500;
}

.user-messages__item-body {
  margin-top: 0.5714285714em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  color: #7b7d82;
}

.user-messages__item-link {
  margin-top: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f4f5f6;
  border-radius: 33333px;
  padding: 0.8333333333em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1666666667;
  color: #315df7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.user-messages__item-link:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.user-messages__footer {
  margin-top: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-messages__footer-btn:not(:last-child) {
  margin-right: 0.75em;
}

.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__search {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu__logout {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  border-top: 1px solid rgba(35, 38, 47, 0.05);
  border-bottom: 1px solid rgba(35, 38, 47, 0.05);
  padding: 0 32px;
  margin: 2em 0 0;
  transform: translateX(-32px);
}

.menu__logout-link {
  color: #ef4646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 1.75em 0em;
  font-weight: 500;
}

.menu__logout-link::before {
  margin-right: 0.75em;
}

.menu__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0em 1.25em 0em 0em;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}

@media screen and (max-width: 1192px) {
  .menu__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 855px) {
  .menu__list {
    grid-template-columns: 1fr;
  }
}

/* .menu__item:not(:last-child) {
  margin: 0em 0em 1em 0rem;
} */

.menu__link {
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__link.active {
  position: relative;
  font-weight: 600;
  color: #fff;
}

/* BURGER*/

.icon-menu {
  margin-left: auto;
  z-index: 100;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #d5d6d7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.875em;
}

.icon-menu::before,
.icon-menu::after {
  background: #fff;
  content: '';
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 1.25px;
  border-radius: 20px;
  width: 100%;
}

.icon-menu::before {
  top: 0;
}

.icon-menu::after {
  margin-top: 0.4375em;
  bottom: 0;
}

.icon-menu.active::before {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
  -ms-transform: rotate(-45deg) translate(-3px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
  background: #d5d6d7;
}

.icon-menu.active:after {
  -webkit-transform: rotate(45deg) translate(-2.4px, -3px);
  -ms-transform: rotate(45deg) translate(-2.4px, -3px);
  transform: rotate(45deg) translate(-2.4px, -3px);
  background: #d5d6d7;
}

/* BURGER*/

.footer {
  background: #3b6e93;
}

.footer-body {
  padding: 4em 0em 3em 0em;
  border-bottom: 1px solid #eaebec;
}

.footer-body__menu {
  margin: 3em 0em 0em 0em;
}

.footer-body__menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.footer-body__menu-item{
  min-width: 156px;
}

.footer-body__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer-body__menu-link.active {
  font-weight: 700;
  color: #23262f;
}

.footer-body__btn {
  margin: 3em 0em 0em 0em;
}

.footer-copy {
  padding: 4em 0em 2.6666666667em;
  font-size: 12px;
}

.footer-copy__container {
  color: rgba(255, 255, 255, 0.8);
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search {
  padding: 4em 0em 2em 0em;
}

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__label {
  text-align: center;
  color: #3a6e94;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.9285714286em 1.4285714286em;
  background: rgb(245 246 246);
  border-radius: 333px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__label::before {
  margin-right: 0.625em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #3a6e94),
    color-stop(50%, #b2c2ed)
  );
  background: -o-linear-gradient(left, #3a6e94 50%, #b2c2ed 50%);
  background: linear-gradient(90deg, #3a6e94 50%, #b2c2ed 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.search__title {
  margin-top: 0.0952380952em;
}

@media screen and (max-width: 1025px) {
  .search__container .search-form{
    display: flex;
    flex-wrap: wrap;
    border-radius: .5rem;
  }
  .search-form__row{
    width: 45%;
  }
}

.category {
  padding: 2em 0em 3.25em 0em;
}

.category__slider {
  margin-top: 1.5em;
}

.category-slider__slide-checkbox:checked + .categoty-content {
  border: 3px solid #58bd7d;
  background: #fff;
}

.category-slider__slide-checkbox:checked + .categoty-content::before {
  opacity: 1;
  visibility: visible;
}

.category-slider__slide-checkbox:checked
  + .categoty-content
  .categoty-content__quantity {
  background: #f4f5f6;
}

.categoty-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f4f5f6;
  border: 3px solid #f4f5f6;
  border-radius: 16px;
  padding: 1.5em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.categoty-content::before {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #58bd7d;
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.categoty-content__title::before {
  margin-bottom: 0.75em;
}

.category-content__icon {
  margin-bottom: 0.75em;
  width: 40px;
  height: 40px;
}

.category-content__icon svg {
  width: 40px;
  height: 40px;
}

.category-content__icon._violet svg g,
.category-content__icon._violet svg path {
  stroke: #9757d7 !important;
}

.category-content__icon._green svg g,
.category-content__icon._green svg path {
  stroke: #58bd7d !important;
}

.category-content__icon._blue svg g,
.category-content__icon._blue svg path {
  stroke: #315df7 !important;
}

.category-content__icon._red svg g,
.category-content__icon._red svg path {
  stroke: #ef466f !important;
}

.categoty-content__subtitle {
  margin-top: 0.5em;
  color: rgba(35, 38, 47, 0.5);
}

.categoty-content__quantity {
  margin-top: 1.7142857143em;
  color: #23262f;
  background: #fff;
  border-radius: 333px;
  padding: 0.9285714286em 1.25875em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.products {
  padding: 3.25em 0em;
}

.products__slider {
  margin-top: 2em;
}

.products__more {
  margin-top: 2.25em;
}

.recommendation {
  padding: 3.875em 0em;
}

.recommendation._border {
  border-top: 1px solid #e9e9ea;
}

.recommendation__products {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 24px;
}

.recommendation__more {
  margin-top: 2.25em;
}

.current-product {
  padding: 3em 0em 3.875em 0em;
}

.current-product__header-location {
  margin-top: 1em;
  font-size: 12px;
  color: #7b7d82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.current-product__header-location::before {
  margin-right: 0.5em;
  color: #23262f;
}

.product-body {
  margin-top: 1.5em;
  display: -ms-grid;
  display: grid;
  gap: 32px;
}

.product-body__about {
  margin-top: 4em;
}

.product-body__info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-body__info-price span:not(:last-child) {
  margin-right: 0.4166666667em;
}

.product-body__info-price span.current-price {
  font-size: 36px;
  line-height: 1.1666666667;
  font-weight: 500;
}

.product-body__info-price span.old-price {
  font-weight: 500;
  line-height: 1.1666666667;
  text-decoration: line-through;
  color: rgba(35, 38, 47, 0.5);
}

.product-body__info-time {
  margin-top: 0.25em;
  line-height: 1.1875;
  color: #919397;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f4f4f5;
}

.product-body__info-time._hot::after {
  content: '🔥';
}

.product-body__info-labels {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-body__info-labels .product__image-label:not(:last-child) {
  margin: 0em 0.5714285714em 0em 0em;
}

.product-body__info-stats {
  margin-top: 1.7142857143em;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7b7d82;
}

.product-body__info-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-body__info-stat:not(:last-child) {
  margin-right: 1.1428571429em;
}

.product-body__info-stat::before {
  color: #23262f;
  font-size: 16px;
  margin-right: 0.75em;
}

.product-seller {
  margin-top: 1.5em;
  background: #f4f5f6;
  border-radius: 8px;
  padding: 1.5em 1em;
}

.product-seller__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eaebec;
}

.product-seller__person-thumb {
  margin-right: 0.9375em;
}

.product-seller__person-thumb img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.product-seller__person-name {
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.product-seller__person-rate {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.product-seller__person-rate::before {
  color: #f6bf4d;
  margin-right: 0.25em;
}

.product-seller__person-rate .rate-quantity {
  margin-left: 0.25em;
  font-weight: 400;
  color: #878888;
}

.product-seller__reg-date {
  margin-top: 1.7857142857em;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #77797f;
}

.product-seller__reg-date::before {
  color: #23262f;
  margin-right: 0.5em;
  font-size: 16px;
}

.product-seller__contact {
  margin-top: 1.7857142857em;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-seller__contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #77797f;
}

.product-seller__contact-title::before {
  color: #23262f;
  margin-right: 0.5em;
  font-size: 16px;
}

.product-seller__contact-link {
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.product-seller__footer {
  margin-top: 1.5em;
}

.product-seller__footer-btn:not(:last-child) {
  margin-bottom: 0.5em;
}

.product-main {
  min-width: 0;
  overflow: hidden;
}

.product-main__desc {
  margin-top: 3em;
}

.product-main__desc-text {
  margin-top: 1em;
}

.product-main__desc-text p {
  line-height: 2;
  color: #5a5c63;
}

.product-main__desc-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

.product-main__place {
  margin-top: 3em;
}

.product-main__place-address {
  margin-top: 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #7b7d82;
  line-height: 1.15;
}

.product-main__place-address::before {
  margin-right: 0.4em;
  color: #23262f;
}

.product-main__place-map {
  margin-top: 2em;
  border-radius: 16px;
}

.product-main__place-map img {
  min-height: 311px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-product-slider {
  position: relative;
  border-radius: 20px;
}

.main-product-slider__wrapper {
  border-radius: 20px;
}

.main-product-slider__slide {
  height: 224px;
  border-radius: 20px;
}

.main-product-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-product-slider__controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0em 2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.thumbs-product-slider {
  margin-top: 1em;
}

.thumbs-product-slider__slide {
  height: 124px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.thumbs-product-slider__slide.swiper-slide-thumb-active {
  position: relative;
}

.thumbs-product-slider__slide.swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #58bd7d;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.thumbs-product-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-dignity {
  gap: 24px;
  display: -ms-grid;
  display: grid;
}

.product-dignity__item {
  border: 1.5px solid rgba(35, 38, 47, 0.1);
  border-radius: 10px;
  padding: 1em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-dignity__item::before {
  margin-right: 0.5333333333em;
  font-size: 30px;
}

.product-dignity__item.icon-users::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, rgba(49, 93, 247, 0.4)),
    color-stop(55%, #315df7)
  );
  background: -o-linear-gradient(top, rgba(49, 93, 247, 0.4) 55%, #315df7 55%);
  background: linear-gradient(180deg, rgba(49, 93, 247, 0.4) 55%, #315df7 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product-dignity__item.icon-grid-fill::before {
  background: -o-radial-gradient(
    at top right,
    rgba(88, 189, 125, 0.4) 40%,
    #58bd7d 40%
  );
  background: radial-gradient(
    at top right,
    rgba(88, 189, 125, 0.4) 40%,
    #58bd7d 40%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product-dignity__item.icon-location-fill::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, #9757d7),
    color-stop(80%, #d5bcef)
  );
  background: -o-linear-gradient(top, #9757d7 80%, #d5bcef 80%);
  background: linear-gradient(180deg, #9757d7 80%, #d5bcef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product-dignity__item-title {
  font-size: 12px;
  color: #7b7d82;
}

.product-dignity__item-value {
  margin-top: 0.4em;
  font-weight: 500;
}

.recommendation-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommendation-user__thumb {
  margin-right: 1.25em;
}

.recommendation-user__thumb img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.recommendation-user__info-rate {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommendation-user__info-rate::before {
  color: #f6bf4d;
  margin-right: 0.375em;
}

.recommendation-user__info-rate:not(span) {
  font-weight: 500;
}

.recommendation-user__info-rate span {
  margin-left: 0.1875em;
  color: #878888;
}

.shop {
  padding: 2.875em 0em 3.875em 0em;
}

.shop__container {
  position: relative;
}

.shop__banner {
  height: 400px;
}

.shop__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.shop__info {
  margin: 0em -1em;
  background: #ffffff;
  -webkit-backdrop-filter: blur(124px);
  backdrop-filter: blur(124px);
}

.shop-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-header__main-thumb {
  margin: 0em 0em 1.5em 0rem;
}

.shop-header__main-thumb img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.shop-header__main-title {
  font-size: 32px;
  font-weight: 500;
}

.shop-header__main-title._verif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-header__main-title._verif::before {
  margin-left: 0.3333333333em;
  color: #58bd7d;
}

.shop-header__main-place {
  margin-top: 0.6em;
  color: rgba(35, 38, 47, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-header__main-place::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, #23262f),
    color-stop(80%, rgba(35, 38, 47, 0.6))
  );
  background: -o-linear-gradient(top, #23262f 80%, rgba(35, 38, 47, 0.6) 80%);
  background: linear-gradient(180deg, #23262f 80%, rgba(35, 38, 47, 0.6) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 0.4em;
}

.shop-header__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-header__stat {
  text-align: center;
}

.shop-header__stat:not(:last-child) {
  margin-right: 3em;
}

.shop-header__stat-value {
  font-size: 24px;
  font-weight: 500;
}

.shop-header__stat-desc {
  margin-top: 0.5em;
  color: rgba(35, 38, 47, 0.5);
}

.shop-body {
  margin-top: 1.6em;
}

.shop-body__text {
  line-height: 1.6;
  color: rgba(35, 38, 47, 0.6);
}

.shop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-footer__time {
  font-size: 14px;
  margin: 0.8571428571em 0em 0em 0em;
  color: rgba(35, 38, 47, 0.6);
  line-height: 1.2;
  font-weight: 500;
}

.shop-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-footer__socials-item {
  font-size: 18px;
}

.shop-footer__socials-item:not(:last-child) {
  margin-right: 1.1363636364em;
}

.shop-footer__socials-link {
  color: rgba(35, 38, 47, 0.6);
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.shop-footer__socials-link._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

.shop-footer__socials-link._text::before {
  margin-right: 0.75em;
  color: #23262f;
}

.shop-footer__btn:not(:last-child) {
  margin: 0em 0em 0.75em 0rem;
}

.reviews {
  padding: 3em 0em;
}

.reviews__body {
  margin-top: 1.5em;
}

.review {
  border-top: 1px solid rgba(35, 38, 47, 0.1);
  padding-top: 1.5em;
}

.review:not(:last-child) {
  margin-bottom: 1.5em;
}

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

.review__rate-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
}

.review__rate-star {
  color: #f6bf4d;
}

.review__rate-star._half::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #f6bf4d),
    color-stop(50%, rgba(246, 191, 77, 0.4))
  );
  background: -o-linear-gradient(
    left,
    #f6bf4d 50%,
    rgba(246, 191, 77, 0.4) 50%
  );
  background: linear-gradient(90deg, #f6bf4d 50%, rgba(246, 191, 77, 0.4) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.review__rate-star:not(:last-child) {
  margin-right: 0.625em;
}

.review__rate-num {
  padding-left: 0.8em;
  font-weight: 600;
  line-height: 1.2;
  border-left: 1px solid #f4f4f4;
}

.review__text {
  margin-top: 1em;
  font-weight: 500;
  line-height: 1.7916666667;
}

.review__author {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__author-thumb {
  margin-right: 1em;
}

.review__author-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review__author-title {
  font-weight: 500;
  line-height: 1.2;
}

.review__author-desc {
  margin-top: 0.2857142857em;
  font-size: 12px;
  color: rgba(35, 38, 47, 0.6);
}

.review__author-desc span:not(:last-child) {
  position: relative;
  padding-right: 0.5em;
  margin-right: 0.3571428571em;
}

.review__author-desc span:not(:last-child)::before {
  content: '•';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.product-tabs {
  padding: 3em 0em;
}

.tab-products__active {
  margin-top: 3em;
}

.active-product {
  padding: 0.75em 0.75em 1.5em 0.75em;
  border: 1px solid rgba(35, 38, 47, 0.1);
  border-radius: 16px;
  position: relative;
}

.active-product:not(:last-child) {
  margin-bottom: 1.5em;
}

.active-product__action {
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.active-product__image {
  position: relative;
  height: 224px;
}

.active-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.active-product__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.active-product__info-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1666666667;
  max-width: 300px;
}

.active-product__info-time {
  margin-top: 0.5em;
}

.active-product__info-status {
  border: 2px solid var(--status-color);
  color: var(--status-color);
  border-radius: 333px;
  padding: 0.7142857143em 1.4285714286em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.active-product__info-status._active {
  --status-color: #315df7;
}

.active-product__info-status._sold {
  --status-color: #58bd7d;
}

.active-product__info-status._unactive {
  --status-color: #909296;
}

.active-product__info-status._ending {
  --status-color: #ef4646;
}

.active-product__info-price {
  margin-top: 0.6666666667em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
}

.active-product__info-footer {
  margin-top: 0.75em;
}

.active-product__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-product__info-btn:not(:last-child) {
  margin: 0em 0.75em 0em 0em;
}

.active-product__info-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b7d82;
}

.active-product__info-stat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.active-product__info-stat::before {
  margin-right: 0.5625em;
}

.active-product__info-stat:not(:last-child) {
  margin: 0em 1.5em 0em 0em;
}

.active-product__info-location {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b7d82;
}

.active-product__info-location::before {
  margin-right: 0.5em;
}

.active-product__seller {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-product__seller-thumb {
  margin-right: 0.5em;
}

.active-product__seller-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.active-product__seller-name {
  font-weight: 500;
  line-height: 1.1875;
}

.active-product-time {
  line-height: 1.1875;
}

.active-product-time__title {
  color: #7b7d82;
}

.active-product-time__date {
  font-weight: 500;
}

.product-bid__num-title {
  color: #7b7d82;
  font-size: 14px;
  line-height: 1.1428571429;
}

.product-bid__num-footer {
  position: relative;
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-bid__num-footer .tooltip-copy {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  color: #fff;
  border-radius: 333px;
  padding: 0.625em 1.25em;
}

.product-bid__num-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5833333333;
}

.product-bid__num-btn {
  color: #7b7d82;
}

.product-bid__num-btn::before {
  margin-left: 0.5em;
}

.product-bid__date {
  margin-top: 1.5em;
}

.product-bid__date-title {
  color: #7b7d82;
  font-size: 14px;
  line-height: 1.1428571429;
}

.product-bid__date-value {
  margin-top: 0.25em;
  font-weight: 500;
  line-height: 1.1875;
}

.product-bid__date-value._hot::before {
  content: '🔥';
}

.category-ad {
  padding: 1em 0em;
}

.category-ad__body {
  background: -o-linear-gradient(
      356.67deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('../img/current/01.png') center/cover no-repeat;
  background: linear-gradient(
      93.33deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('../img/current/01.png') center/cover no-repeat;
  padding: 3em 1.5em 1.5em 1.5em;
  border-radius: 16px;
}

.category-ad__body-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.9285714286em 1.4285714286em;
  border-radius: 333px;
}

.category-ad__body-title {
  margin-top: 0.25em;
  color: #fff;
}

.category-ad__search {
  margin-top: 11.375em;
}

.category-ad__filtres {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-ad__filtres-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-ad__filtres-checkboxes .form__checkbox {
  white-space: nowrap;
}

.category-ad__filtres-checkboxes .form__checkbox:not(:last-child) {
  margin-right: 1.5em;
}

.services {
  padding: 4em 0em 3em 0em;
}

.services__items {
  margin-top: 4.5em;
}

.service:not(:last-child) {
  margin-bottom: 4em;
}

.service img {
  width: 100%;
  height: 208px;
  border-radius: 16.1538px;
  margin-right: 3em;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__desc-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.service__desc-text {
  margin-top: 1em;
  line-height: 1.8125;
  color: #7b7d82;
}

.service__desc-btn {
  margin-top: 1em;
}

.blog {
  padding: 3em 0em;
}

.blog__body {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.blog__more {
  margin-top: 3em;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.blog-item img {
  border-radius: 12px;
  width: 100%;
  height: 208px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1666666667;
}

.blog-item__text {
  margin-top: 1em;
  line-height: 1.375;
  color: #7b7d82;
}

.blog-item__time {
  margin-top: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625em 1.25em;
  background: #f4f5f6;
  border-radius: 333px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.blog-item__time::before {
  margin-right: 0.625em;
}

.article-header {
  padding: 4em 0em;
  background: #f4f5f6;
}

.article-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-header__time {
  border: 2px solid rgba(35, 38, 47, 0.1);
  border-radius: 333px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7142857143em 1.4285714286em;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.article-header__time::before {
  margin-right: 0.5em;
  font-size: 1.4285714286em;
}

.article-header__title {
  margin-top: 0.1428571429em;
}

.article-header__subtitle {
  margin-top: 1.5em;
  line-height: 1.1875;
  color: #575a61;
}

.article-body {
  padding: 4em 0em 3em 0em;
}

.article-body__item:not(:last-child) {
  margin-bottom: 4em;
}

.article-body__item-image {
  height: 364px;
}

.article-body__item-image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-body__item-text {
  margin-top: 2.4em;
  line-height: 1.8;
  color: #5a5c63;
}

.article-body__item-text p:not(:last-child) {
  margin-bottom: 1.8em;
}

.article-body__item-images {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.favorites-empty {
  padding: 2.25em 0em;
}

.favorites-empty__btn {
  margin-top: 2em;
}

.active-elements {
  padding: 0em 0em 4em 0em;
}

.active-elements__body {
  margin-top: 4em;
}

.new-ads {
  padding: 4em 0em 2.25em 0em;
}

.new-ads__header {
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(35, 38, 47, 0.1);
}

.new-ads__category {
  margin-top: 0.8571428571em;
  padding: 0.9285714286em 1.4285714286em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #f4f5f6;
  border-radius: 333px;
}

.new-ads__category::before {
  color: #9757d7;
  margin-right: 0.5em;
  font-size: 20px;
}

.new-ad {
  margin-top: 3em;
}

.new-ad__preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  min-width: 0;
}

.new-ad__preview-product {
  margin-top: 1em;
}

.settings {
  padding: 3.875em 0em;
}

.settings__body {
  margin-top: 1em;
}

.settings__body-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.setting-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  margin: 0em 2em 0em 0em;
}

.setting-nav__list {
  background: #ffffff;
  border: 1px solid rgba(35, 38, 47, 0.05);
  -webkit-box-shadow: 0px 84px 250px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 84px 250px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.setting-nav__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  font-weight: 500;
  color: rgba(35, 38, 47, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.setting-nav__list-link._active {
  background: #f4f5f6;
  color: #23262f;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.setting-nav__list-link._active::before {
  font-size: 12px;
}

.setting-nav__list-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.setting-nav__list-link span::before {
  margin-right: 0.75em;
}

@media screen and (max-width: 769px) {
  .footer-body__container{
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 0 16px;
  }
  .footer-body__menu{
    margin: 0;
  }
  .footer-body__menu-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, min-content));
    justify-content: space-evenly;
  }
  .footer-body__menu-item{
    max-width: 200px;
  }

  .footer-body__btn{
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1025px) {
  .footer-body__menu-list {
    grid-template-columns: repeat(2, min-content) !important;
  }

}
@media (min-width: 35.99875em) {
  .main-product-slider__slide {
    height: 340px;
  }

  .product-dignity {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }

  .active-product__image {
    height: 260px;
  }

  .blog__body {
    margin-top: 3em;
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 47.99875em) {
  .tabs__content {
    margin: 1.5em 0em 0em 0em;
  }

  .select__selected {
    font-size: 18px;
  }

  .logo.logo-sm .logo__text {
    font-size: 20px;
  }

  .logo.logo-sm img {
    width: 95px;
    height: 95px;
  }

  .slider-controls .btn:not(:last-child) {
    margin-right: 0.75em;
  }

  .main-title {
    font-size: 66px;
  }

  .title {
    font-size: 54px;
  }

  .title-2 {
    font-size: 32px;
  }

  .title-3 {
    font-size: 26px;
  }

  .product {
    padding: 1em 1em 1.5em;
  }

  .product__desc-title {
    font-size: 18px;
  }

  .product__desc-price span.current-price {
    font-size: 24px;
  }

  .product-slider {
    height: 205px;
  }

  .product-slider__pagination {
    opacity: 0;
  }

  .product-slider__pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 56px;
  }

  .form__checkbox {
    margin-top: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }

  .form__checkbox-item::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .form__checkbox-item::before {
    font-size: 10px;
  }

  .form__pass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form__row.row-lg {
    --icon-height: 36px;
    --input-height: 64px;
    --input-size: 16px;
    --icon-size: 24px;
  }

  .form__rows._grid-2 {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }

  .form__rows._grid-3 {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
  }

  .form__row-wrapper::before {
    border-right: 1px solid rgba(35, 38, 47, 0.05);
  }

  .form__input-icon {
    padding: 0 60px 0 calc(var(--input-height) + 16px);
  }

  .form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form__footer-save {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1em;
  }

  .btn.btn-xl-pc {
    margin: 0.1875em 0;
    --height-btn: 72px;
    padding: 0 2em;
    font-size: 18px;
    --border-width: 3px;
  }

  .btn.btn-lg-pc {
    --height-btn: 64px;
    padding: 0 2.25em;
  }

  .filter:not(:last-child) {
    margin-right: 1em;
  }

  .file-input {
    min-height: 224px;
  }

  .file-input__title {
    font-size: 24px;
  }

  .file-input__subtitle {
    font-size: 14px;
  }

  .header._grey-bg {
    background: #f4f5f6;
  }

  .header.active .header__content {
    position: relative;
  }

  .header.active .header__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #f4f4f5;
    z-index: 11;
  }

  .header__content {
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
    position: relative;
  }

  .header__logo {
    padding-right: 1.5em;
    /* border-right: 1px solid #fff; */
  }

  .footer-body__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 2em;
  }

  .footer-body__logo {
    /*margin-right: 2.5em;*/
  }

  .footer-body__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*margin: 0em 2em 0em 0em;*/
    margin: 0;
  }

  .footer-body__btn {
    margin: 0em 0em 0em 0.625em;
  }

  .footer-copy {
    padding: 3.4285714286em 0em;
    font-size: 14px;
  }

  .search {
    padding: 7.75em 0em 3.125em 0em;
  }

  .search._min-padding {
    padding: 3.75em 0em 3.125em 0em;
  }

  .category {
    padding: 3.375em 0em 3.875em 0em;
  }

  .categoty-content__quantity {
    font-size: 14px;
  }

  .products {
    padding: 3.875em 0em;
  }

  .recommendation__products {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }

  .current-product__header-info {
    max-width: 50%;
  }

  .current-product__header-location {
    font-size: 20px;
  }

  .product-body {
    margin-top: 3em;
  }

  .product-body__info-price span.current-price {
    font-size: 48px;
  }

  .product-body__info-price span.old-price {
    font-size: 24px;
  }

  .product-body__info-labels {
    margin-top: 1.5em;
  }

  .product-main__desc {
    margin-top: 4em;
  }

  .product-main__desc-text {
    margin-top: 1.5em;
  }

  .product-main__desc-text p:not(:last-child) {
    margin-bottom: 2.1875em;
  }

  .product-main__place {
    margin-top: 4em;
  }

  .product-dignity__item-title {
    font-size: 14px;
  }

  .product-dignity__item-value {
    font-size: 20px;
  }

  .shop__info {
    margin: -15.625em 2em 0em;
    padding: 4em 3em 2em;
    -webkit-box-shadow: 0px 24px 250px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 250px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }

  .shop__info-edit {
    position: absolute;
    top: -7.75em;
    right: 0;
  }

  .shop-header__main-thumb img {
    width: 96px;
    height: 96px;
  }

  .shop-footer {
    margin: 2em 0em 0em 0em;
  }

  .shop-footer__socials-item {
    font-size: 22px;
  }

  .shop-footer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shop-footer__btn:not(:last-child) {
    margin: 0em 1em 0em 0em;
  }

  .reviews {
    padding: 3.875em 0em 5.25em 0em;
  }

  .reviews__body {
    margin-top: 3em;
  }

  .review {
    padding-top: 3em;
  }

  .review:not(:last-child) {
    margin-bottom: 3em;
  }

  .review__rate-num {
    font-size: 20px;
  }

  .review__text {
    max-width: 75%;
    font-size: 24px;
  }

  .review__author-thumb img {
    width: 48px;
    height: 48px;
  }

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

  .review__author-desc {
    font-size: 14px;
  }

  .product-tabs {
    padding: 3.875em 0em;
  }

  .active-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em 1.5em 0.75em 0.75em;
  }

  .active-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin-right: 2em;
  }

  .active-product__info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .active-product__info-title {
    font-size: 24px;
  }

  .active-product__info-price {
    font-size: 36px;
  }

  .active-product__info-footer {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .category-ad {
    padding: 3em 0em;
  }

  .category-ad__body {
    padding: 4.5em 2.25em 2.25em 2.25em;
  }

  .category-ad__search {
    margin-top: 2.25em;
  }

  .services {
    padding: 6em 0em 4.5em 0em;
  }

  .service {
    padding: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(35, 38, 47, 0.1);
    border-radius: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .service:not(:last-child) {
    margin-bottom: 2em;
  }

  .service img {
    min-width: 300px;
    width: 300px;
    height: 300px;
  }

  .service__desc-btn {
    margin-top: 2em;
  }

  .blog {
    padding: 6em 0em 5.25em 0em;
  }

  .blog-item img {
    height: 228px;
  }

  .article-header {
    padding: 2.625em 0em 9.5625em 0em;
  }

  .article-header__time {
    font-size: 14px;
  }

  .article-body {
    padding: 7.8125em 0em 5.25em 0em;
  }

  .article-body__item:not(:last-child) {
    margin-bottom: 8em;
  }

  .article-body__item-text {
    font-size: 20px;
  }

  .article-body__item-images {
    display: -ms-grid;
    display: grid;
  }

  .article-body__item-images._grid-2 {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .article-body__item-images._grid-3 {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .favorites-empty {
    padding: 5.75em 0em;
  }

  .favorites-empty__container {
    text-align: center;
  }

  .new-ads {
    padding: 4em 0em 12em 0em;
  }

  .new-ads__category {
    font-size: 14px;
  }
}

@media (min-width: 61.99875em) {
  .main-title {
    font-size: 84px;
  }

  .title {
    font-size: 64px;
  }

  .title-2 {
    font-size: 40px;
  }

  .title-3 {
    font-size: 32px;
  }

  .product__image-label._verif::before {
    font-size: 20px;
  }

  .product__desc-title {
    font-size: 22px;
  }

  .product__desc-price span.current-price {
    font-size: 28px;
  }

  .product__desc-price span.old-price {
    font-size: 24px;
  }

  .product-slider {
    height: 278px;
  }

  .product-person__thumb img {
    width: 32px;
    height: 32px;
  }

  .product-person__info-rate {
    font-size: 14px;
  }

  .product-time__title {
    font-size: 14px;
  }

  .form__section:not(:last-child) {
    margin-bottom: 5.25em;
  }

  .footer-body__logo {
    /*margin-right: 5.9375em;*/
  }

  .footer-body__menu-list {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, min-content);
    justify-content: center;
    white-space: nowrap;
  }

  .recommendation__products {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 48px;
  }

  .product-body {
    -ms-grid-columns: 1fr 384px;
    grid-template-columns: 1fr 384px;
  }

  .product-body__info {
    padding: 3.375em 1.5em 1.5em;
    background: #ffffff;
    border: 2px solid rgba(35, 38, 47, 0.1);
    border-radius: 20px;
  }

  .main-product-slider {
    overflow: hidden;
  }

  .main-product-slider__slide {
    height: 545px;
  }

  .recommendation-user__thumb img {
    width: 64px;
    height: 64px;
  }

  .shop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(35, 38, 47, 0.05);
    padding-bottom: 2em;
  }

  .shop-header__main-thumb {
    margin: 0em 1.5em 0em 0em;
  }

  .shop-header__main-title {
    font-size: 36px;
  }

  .shop-header__main-title._verif {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shop-header__main-place {
    font-size: 20px;
  }

  .shop-header__stat-value {
    font-size: 36px;
  }

  .shop-body {
    font-size: 20px;
  }

  .shop-footer {
    margin: 0.75em 0em 0em 0em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-footer__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0em 0em 1.6em 0rem;
    font-size: 20px;
    border-bottom: 1px solid rgba(35, 38, 47, 0.05);
    padding-bottom: 1.6em;
    color: #23262f;
  }

  .active-product__action {
    opacity: 0;
    visibility: hidden;
  }

  .service__desc-title {
    font-size: 36px;
  }

  .blog__body {
    margin-top: 6em;
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 64px;
  }

  .blog-item img {
    height: 248px;
  }

  .blog-item__desc {
    margin-top: 2em;
  }

  .blog-item__title {
    font-size: 24px;
  }

  .blog-item__time {
    font-size: 14px;
  }

  .article-body__item-image {
    height: 384px;
  }

  .favorites-empty {
    padding: 9.5em 0em;
  }

  .new-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .new-ad__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 2em;
  }

  .settings__title {
    padding-bottom: 0.75em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }

  .settings__body {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 74.99875em) {
  .search-form {
    min-width: 1024px;
  }

  .popup__body {
    min-width: 400px;
  }

  .header__actions-btn:not(:last-child) {
    margin: 0em 0.75em 0em 0em;
  }

  .header-user__action-btn._new::after {
    top: 17px;
    right: 20px;
  }

  .header-thumb {
    margin: 0em 1.2em 0em;
  }

  .menu__search {
    display: none;
  }

  .menu__logout {
    display: none;
  }

  /* .menu__item:not(:last-child) {
    margin: 0em 2em 0em 0em;
  } */

  .icon-menu {
    display: none;
  }

  .recommendation__products {
    -ms-grid-columns: 1fr 4;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 12px;
    row-gap: 24px;
  }

  .product-dignity {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
  }

  .active-elements__filtres {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-ad__form {
    margin-right: 4em;
  }

  .setting-nav {
    margin: 0em 4em 0em 0em;
  }
}

@media (max-width: 74.99875em) {
  .search-form {
    margin-top: 1em;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .header__actions {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: auto;
    padding: 1em 0em 2.125em 0em;
    background: #fff;
  }

  .header__actions.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2em;
  }

  .header__actions.flex-row-reverse ._add,
  .header__actions.flex-row-reverse ._add a {
    width: 100%;
  }

  .header-user {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 1em 0;
  }

  .header-user__action {
    width: 95px;
    height: 48px;
  }

  .header-user__action:not(:last-child) {
    margin-right: 0.75em;
    margin-right: 0;
  }

  .header-user__action-btn {
    border: 2px solid rgba(35, 38, 47, 0.1);
    border-radius: 333px;
  }

  .menu {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*padding: 9.25em 2em 2.125em;*/
    padding: 9.25em 1em 9.125em;
    background: #fff;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.active {
    display: flex;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .menu__body {
    margin: 2em 0em 1.25em 0rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  .menu__link.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 3px;
    height: 100%;
    background: #315df7;
  }
}

@media (max-width: 61.99875em) {
  .header__container {
    min-height: 100px;
  }

  .search-form__select._select-category,
  .search-form__select._select-location {
    display: none;
  }

  .category {
    padding-bottom: 0;
  }

  .products,
  .recommendation {
    padding-top: 2em;
  }

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

  .product__image-label {
    font-size: 9px;
  }

  .product__desc-location {
    margin-top: 1.5em;
  }

  .product__desc-price {
    margin-top: 1em;
  }

  .product__desc-location {
    font-size: 12px;
  }

  .product-person__info {
    font-size: 12px;
  }

  .product-time__current {
    font-size: 12px;
  }

  .form__section:not(:last-child) {
    padding-bottom: 2.25em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
    margin-bottom: 2.25em;
  }

  .product-seller__person-info {
    font-size: 12px;
  }

  .product-seller__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 1em 2em 2.125em;
    background: #fff;
    z-index: 2;
  }

  .product-main {
    margin: 0 -32.5px;
    padding: 0 32.5px;
  }

  .thumbs-product-slider {
    display: none;
  }

  .shop-header__main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-header__main-title._verif::before {
    font-size: 20px;
  }

  .shop-header__stats {
    margin-top: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop-header__stat:not(:last-child) {
    margin-right: 1.5em;
    padding-right: 1.5em;
    border-right: 1px solid rgba(35, 38, 47, 0.1);
  }

  .shop-header__stat-desc {
    font-size: 14px;
  }

  .shop-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .shop-footer__socials {
    margin-top: 2em;
  }

  .active-product__info-status {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--status-color);
    color: #fff;
    font-size: 12px;
  }

  .service__desc-text {
    font-size: 14px;
  }

  .blog-item__text {
    font-size: 14px;
  }

  .new-ad__preview {
    display: none;
  }

  .settings__body-form {
    margin-top: 2.25em;
  }

  .setting-nav {
    margin: 0;
    padding-bottom: 3em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }
}

@media (max-width: 47.99875em) {
  .search {
    padding: 3em 0;
  }

  .tabs__button.active .tabs__button-quantity {
    display: block;
  }

  .tabs__button-quantity {
    display: none;
  }

  .search-form .form__input {
    min-height: 42px;
  }

  .navigation__btn {
    position: relative;
    z-index: 11;
  }

  .navigation__list {
    display: none;
  }

  .product {
    padding: 1em 1em 1.25em;
  }

  .product__image-actions .product-favorite.btn {
    width: 38px;
    --height-btn: 38px;
  }

  .product-slider__pagination .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 18px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 18px)
    );
  }

  .product__image-actions .product-favorite.btn::before {
    font-size: 16px;
  }

  .product__image-labels {
    display: none;
  }

  .product__desc-price span.old-price {
    font-size: 14px;
  }

  .product__footer {
    margin-top: 1em;
  }

  .product-person__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-time__title {
    display: none;
  }

  .form__checkbox-item {
    font-size: 14px;
  }

  .form__section-subtitle {
    font-size: 12px;
  }

  .form__pass-btn {
    margin-top: 1em;
  }

  .form__label {
    font-size: 14px;
  }

  .form__remove-btn {
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .form__footer-clear {
    margin-top: 0.75em;
  }

  .btn::before {
    font-size: 11px;
  }

  .btn.btn-sm-mob {
    --height-btn: 48px;
  }

  .btn.btn-mob-mw {
    width: 100%;
  }

  .btn.btn-cirlce-mob {
    padding: 0;
    width: var(--height-btn);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--height-btn);
    flex: 0 0 var(--height-btn);
    --border-radius: 50%;
    font-size: 20px;
  }

  .btn.btn-cirlce-mob::before {
    margin: 0;
    font-size: 16px;
  }

  .btn.btn-cirlce-mob span {
    display: none;
  }

  .btn.btn-cirlce-border-mob {
    --border-radius: 333px;
  }

  .filtres {
    overflow-x: scroll;
    margin-right: -32.5px;
    margin: 0em -2.03125em;
    padding: 0em 2.03125em;
  }

  .filtres::-webkit-scrollbar {
    height: 0px;
  }

  .header._nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-bottom: 1px solid #f4f4f5;
  }

  .header._nav .header__logo {
    display: none;
  }

  .header.active {
    position: relative;
  }

  .header.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #f4f4f5;
    z-index: 11;
  }

  .footer-body__menu-list {
    font-size: 14px;
  }

  .categoty-content__subtitle {
    font-size: 14px;
  }

  .current-product {
    padding: 3em 0em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }

  .current-product__header-title {
    font-size: 32px;
  }

  .product-body__info-stats {
    display: none;
  }

  .product-seller__person-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-seller__footer-btn .btn {
    font-size: 0px;
  }

  .product-seller__footer-btn .btn::before {
    display: none;
  }

  .product-seller__footer-btn .btn span {
    font-size: 14px;
  }

  .product-main__desc {
    padding-bottom: 3em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }

  .recommendation-user__info-rate {
    font-size: 14px;
  }

  .shop {
    padding: 2em 0em 3em 0em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }

  .shop__banner {
    display: none;
  }

  .shop__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop__info-edit {
    display: none;
  }

  .shop-header {
    padding: 2em 1em 0em;
    border-radius: 12px 12px 0 0;
    border-top: 1.5px solid rgba(35, 38, 47, 0.1);
    border-left: 1.5px solid rgba(35, 38, 47, 0.1);
    border-right: 1.5px solid rgba(35, 38, 47, 0.1);
  }

  .shop-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 1em;
  }

  .shop-footer {
    padding: 2em 1em 1.5em;
    border-radius: 0 0 12px 12px;
    border-bottom: 1.5px solid rgba(35, 38, 47, 0.1);
    border-left: 1.5px solid rgba(35, 38, 47, 0.1);
    border-right: 1.5px solid rgba(35, 38, 47, 0.1);
  }

  .shop-footer__socials-link._text span {
    display: none;
  }

  .active-product__info {
    margin-top: 2em;
  }

  .active-product__info-time {
    font-size: 14px;
  }

  .active-product__info-btns {
    padding-bottom: 1.25em;
    border-bottom: 1px solid rgba(35, 38, 47, 0.1);
  }

  .active-product__info-stats {
    margin-top: 1.25em;
  }

  .product-bid {
    margin-top: 1.5em;
  }

  .category-ad__body-title {
    font-size: 40px;
  }

  .category-ad__filtres-select {
    margin-top: 1em;
    width: 100%;
  }

  .category-ad__filtres-select .select__selected {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service__desc {
    margin-top: 2.25em;
  }

  .article-header__title {
    font-size: 40px;
  }

  .article-header__subtitle {
    font-size: 14px;
  }

  .article-body__item-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%;
  }

  .article-body__item-image:not(:last-child) {
    margin-right: 0.75em;
  }

  .article-body__item-images {
    overflow-x: scroll;
    margin-right: -32.5px;
    padding-right: 32.5px;
  }

  .article-body__item-images::-webkit-scrollbar {
    height: 1px;
  }

  .new-ads__title {
    font-size: 36px;
  }

  .settings__title {
    font-size: 32px;
  }
}

@media (max-width: 35.99875em) {
  .tabs__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__actions-btn._input .btn {
    padding: 0 1.5em;
  }

  .header__actions-btn._add .btn {
    padding: 0 1.15625em;
  }

  .search__label {
    display: none;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #e2e2e2;
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background: #000;
  }

  .accordion-list__link:hover {
    color: #3b71fe;
  }

  .navigation__list-link:hover {
    color: #23262f;
  }

  .product__image:hover .product-slider__pagination {
    opacity: 1;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #1d1750;
  }

  .form__remove-btn:hover {
    border: 1px solid #ef4646;
  }

  .form__remove-btn:hover::before {
    color: #ef4646;
  }

  .btn:hover::after {
    background: var(--background-hover);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
  }

  .btn.btn-red:hover {
    background: #ef4646;
    color: #fff;
  }

  .header-user__action-btn:hover {
    background: #f4f5f6;
  }

  .header-thumb__menu-item:hover {
    background: #f4f5f6;
  }

  .header-thumb__menu-item:hover:not(._logout) {
    color: #23262f;
  }

  .header-thumb__menu-item:hover::before {
    opacity: 1;
  }

  .user-messages__item-link:hover {
    background: #315df7;
    color: #f4f5f6;
  }

  .menu__link:hover {
    color: #23262f !important;
  }

  .footer-body__menu-link:hover {
    color: #23262f;
  }

  .categoty-content:hover {
    background: #fff;
  }

  .categoty-content:hover .categoty-content__quantity {
    background: #f4f5f6;
  }

  .product-seller__contact-link:hover {
    color: #315df7;
  }

  .main-product-slider:hover .main-product-slider__controls {
    opacity: 1;
    visibility: visible;
  }

  .shop-footer__socials-link:hover {
    color: #315df7;
  }

  .active-product__image:hover .active-product__action {
    opacity: 1;
    visibility: visible;
  }

  .product-bid__num-btn:hover {
    color: #315df7;
  }

  .service:hover {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  }

  .blog-item:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
  }

  .setting-nav__list-link:hover {
    background: #f4f5f6;
    color: #23262f;
  }
}
@media screen and (max-width: 321px) {
  .footer-body__container{
    padding: 0 12px;
  }
  .footer-body__menu-list{
    gap: 32px 20px;
  }
  .footer-body__menu-item{
    min-width: 140px;
  }
}
html{
    background: url(https://indekc.com.ua/bg.png) no-repeat;
    background-position-x: 100%;
}


