/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/css/page.scss ***!
  \******************************************************************************************************************************************************************************************************/

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}

.loader {
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  display: none;
}

.loader svg {
  width: 100%;
}

.loader--active {
  display: inline-block;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary2-color) transparent transparent transparent;
}

.loader.loader--small {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader.loader--small div {
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #fff;
  border-color: #FF6B00 transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  margin: 0 auto;
}

.form__top {
  max-width: 1328px;
  min-width: 360px;
  padding: 80px 24px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form__header {
  max-width: 760px;
}

.form__button {
  width: clamp(320px, 32%, 410px);
}

.form__top:last-child {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.form__header:last-child {
  color: var(--on-primary-color);
}

.form__row1 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form__banner {
  max-width: 1600px;
  min-width: 328px;
  width: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  height: 385px;
}

.form__banner:has(.form__placeholder) {
  background: #8C8C8C;
}

.form__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__row2 {
  max-width: 1328px;
  width: 100%;
  display: flex;
  gap: 120px;
  padding: 40px 24px;
  align-items: flex-end;
  justify-content: center;
}

.form__description {
  max-width: 580px;
  width: 100%;
}

.form__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
}

.form__form {
  max-width: 1328px;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__inputs {
  display: flex;
  gap: 24px;
}

.form__input {
  width: clamp(320px, 32%, 410px);
  border: 2px solid var(--primary-container);
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #141414;
}

.form ::-moz-placeholder {
  color: #727272;
}

.form ::placeholder {
  color: #727272;
}

.form__wrapper {
  gap: 24px;
}

.form__form .button {
  width: clamp(320px, 32%, 410px);
  margin: 0;
}

.form__form .button:disabled {
  color: blue;
}

.form__explanation {
  line-height: 28px;
  opacity: 1;
  width: clamp(320px, 44.3%, 410px);
}

.form__policy {
  display: inline;
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.form__policy:hover {
  transition: color .3s ease-in-out;
  color: #994000;
}

.form .hidden {
  display: none;
  transition: opacity .3s ease;
}

.form .active {
  opacity: 1;
  display: block;
  transition: opacity .3s ease;
}

.form__success, .form__failure {
  max-width: 1328px;
  width: 100%;
  padding: 115px 0 80px;
}

.form__inner {
  border: 2px solid #EAE6E0;
  border-radius: 24px;
  padding: 40px 337px 40px 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.form__inner .button {
  padding: 8px 32px;
  width: auto;
}

.form__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
  max-width: 593px;
}

.form__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: .8;
  max-width: 593px;
}

.form__pic {
  position: absolute;
  width: 147px;
  height: 162px;
}

.form__success .form__img {
  position: absolute;
  width: 212px;
  height: 384px;
  left: 3vw;
  bottom: 0;
}

.form__success .form__pic {
  right: 3.5vw;
  bottom: -1px;
}

.form__failure .form__img {
  position: absolute;
  width: 243px;
  height: 363px;
  right: 2vw;
  bottom: 0;
}

.form__failure .form__pic {
  left: 3.5vw;
  bottom: -1px;
}

.formModal {
  position: relative;
}

.formModal__item {
  position: relative;
  margin-bottom: 24px;
}

.formModal__title {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #9F9F9F;
}

.formModal__input {
  display: block;
  width: 100%;
  border: 1px solid var(--primary-container);
  padding: 8px 16px;
  border-radius: 8px;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  transform: scale(0.875);
  transform-origin: left;
}

.formModal__error {
  font-size: 12px;
  line-height: 14px;
  color: #FF3D12;
  position: absolute;
  opacity: .8;
  bottom: -16px;
}

.formModal__button {
  margin: 40px 0 24px 0;
}

.formModal__policy {
  font-size: 14px;
  line-height: 21px;
}

.formModal__link {
  display: inline;
  color: var(--primary3-color);
  transition: .3s;
}

.formModal__link:hover {
  color: #141414;
  transition: .3s;
}

.formModal ::-moz-placeholder {
  color: #8C8C8C;
}

.formModal ::placeholder {
  color: #8C8C8C;
}

.product-details .product-reviews .product-reviews__title {
  margin-bottom: 40px;
  text-transform: none;
}

.product-details .product-reviews .product__columns {
  gap: 120px;
}

.product-reviews .product__column2 {
  max-width: 414px;
}

.review__item:not(:last-of-type) .review__content {
  border-bottom: 1px solid #D9D9D9;
}

.review__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.review__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.review__user {
  display: flex;
  gap: 16px;
}

.review__avatarbox {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.review__author {
  font-weight: 600;
  color: #404040;
  margin-bottom: 6px;
}

.review__date {
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  opacity: 0.8;
}

.review__rating--big svg {
  transform: scale(1.3333);
  margin-right: 6px;
}

.review__text {
  color: #272727;
}

.review__images {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  gap: 16px;
}

.review__images a {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}

.review__images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__reply a {
  font-weight: 600;
  color: var(--primary2-color);
  text-transform: capitalize;
}

.review__amount {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
}

.review__score {
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

.rating-distribution {
  margin-bottom: 40px;
}

.rating-distribution .rating {
  width: 80px;
}

.rating-distribution .min-width.hint span {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rating-distribution td:has(.bar) {
  padding: 0 8px;
  width: 100%;
}

.rating-distribution .bar {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #D9D9D9;
}

.rating-distribution .filling {
  height: 4px;
  background-color: #F2C94C;
}

.reviews__button {
  padding: 12px;
  background-color: var(--primary2-color);
  color: #FFF;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reviews__button:hover {
  background-color: var(--primary3-color);
}

.review-modal {
  position: fixed;
  cursor: pointer;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 100px 0;
  display: none;
}

.review-modal--active {
  display: flex;
}

.review-modal__wrapper {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.review-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.review-modal__header span {
  display: flex;
  align-items: center;
}

.review-modal__header span svg {
  width: 26px;
  height: 26px;
  margin: 16px;
}

.review-modal__close {
  cursor: pointer;
  display: flex;
}

.review-modal__attention {
  width: 100%;
  background: #F7F5F3;
  padding: 8px 16px;
  border-radius: 8px;
  color: #404040;
  display: flex;
  margin-bottom: 24px;
}

.review-modal__attention svg {
  margin-right: 8px;
}

.review-modal__attention a {
  color: var(--primary2-color);
  text-decoration: underline;
  margin-right: 4px;
  display: contents;
}

.review__form p {
  margin-bottom: 24px;
}

.review__form .form__group {
  width: 100%;
}

.review__form .form__field {
  margin-bottom: 24px;
}

.review__form .form-field__name {
  color: #404040;
  opacity: 0.8;
  margin-bottom: 8px;
}

.review__form .rating-select {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review__form .rating-select svg {
  transform: scale(1.333);
  margin-right: 6px;
  color: #D9D9D9;
}

.review__form .rating-select .rating-select__star.selected svg,
.review__form .rating-select .rating-select__star.colored svg {
  color: #F2C94C;
}

.review__form .rating-select__clear {
  cursor: pointer;
}

.review__form .textarea_fill {
  height: 144px;
  width: 100%;
  resize: none;
  border: 2px solid #DDE2E2;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 21px;
  padding: 8px;
}

.review__form .files-input {
  display: none;
}

.review__form .images-button {
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 stroke=%27%23717274%27 stroke-width=%272%27 stroke-dasharray=%2710%2c 10%27 stroke-dashoffset=%274%27 stroke-linecap=%27square%27/%3e%3c/svg%3e");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  cursor: pointer;
  color: #A0A0A0;
}

.review__form .images-button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.review__form .review__attachments {
  margin-bottom: 8px;
}

.review__form .review__attachment {
  padding: 8px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #C2C2C2;
}

.review__form .review__attachment span {
  color: #141414;
  margin-left: 8px;
  margin-right: auto;
}

.review__form .review__attachment svg {
  width: 24px;
  height: 24px;
}

.review__form .review__attachment:hover {
  color: #FF6B19;
}

.review__form .review__attachment:hover span {
  color: #FF6B19;
}

.review__form .reviews__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.review__form .policy-note {
  opacity: 1;
  margin-bottom: 0;
}

.review__form .policy-note a {
  color: var(--primary2-color);
  display: contents;
}

.product-review-form__notice {
  display: none;
}

.rating-select .rating-select__stars {
  display: flex;
  gap: 4px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reviews__empty-rating {
  margin-bottom: 16px;
  display: flex;
  gap: 24px;
}

.reviews__empty-content {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #F7F7F7;
}

.reviews__empty-content .reviews__button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.review__product {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8C8C8C;
}

.review__product a {
  color: #8C8C8C;
  display: contents;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 40px 0 40px 0;
}

.pagination__content {
  display: flex;
  align-items: center;
  margin: 0 80px 0 0;
}

.pagination__item {
  background: #FFFFFF;
  width: 56px;
  height: 56px;
  border: 1px solid #E8E9F2;
  border-radius: 100%;
  color: var(--on-background-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: .3s;
}

.pagination__item--dots {
  border-color: transparent;
}

.pagination__item:not(:last-child) {
  margin-right: 16px;
}

.pagination__link {
  color: var(--on-background-color);
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .3s;
}

.pagination__item:hover {
  background: var(--on-primary-color);
  border-color: var(--primary3-color);
  transition: .3s;
}

.pagination__item:hover .pagination__link {
  color: var(--primary3-color);
  transition: .3s;
}

.pagination__item:hover .pagination__icon {
  fill: #404040;
  transition: .3s;
}

.pagination__item--active {
  background: var(--primary3-color);
  border-color: var(--primary3-color);
  pointer-events: none;
}

.pagination__item--active .pagination__link {
  color: var(--on-primary-color);
}

.pagination__item--disabled {
  pointer-events: none;
}

.pagination__btn {
  border-color: transparent;
}

.pagination__btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  transform: scale(0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pagination__btn--disabled .pagination__icon {
  color: #A1A1A1;
}

.pagination__btn:hover {
  border-color: transparent;
}

.pagination__icon {
  position: relative;
  z-index: 1;
  transition: .3s;
  color: var(--on-background-color);
}

.pagination__icon--prev {
  transform: rotate(180deg);
}

.pagination__item--more {
  width: 100%;
  border-radius: 48px;
  margin-top: 24px;
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

p,
h3,
li {
  margin: 0;
}

.footer {
  background-color: var(--primary-container);
  width: 100%;
  min-width: 360px;
  margin-top: 40px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
}

.footer__col {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__col-contacts {
  gap: 40px;
}

.footer__col-location {
  gap: 0;
}

.footer__logo {
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__key {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}

.footer__value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.footer__point {
  font-size: 16px;
  line-height: 24px;
}

.footer__point.second__point {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  margin-top: 4px;
}

.footer__city {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__value:hover {
  color: var(--primary3-color);
  transition: color .3s ease-in-out;
}

.footer__nav-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.footer__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  opacity: .8;
  transition: .3s ease-in-out;
}

.footer__item a {
  display: inline;
  color: var(--black-color);
  opacity: .8;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.footer__item a:hover {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.footer__select-wrapper {
  display: flex;
}

.footer__policy {
  max-width: 200px;
}

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__address {
  margin: 38px 0 26px;
}

.footer__address.address__select {
  position: relative;
}

.footer__address.address__select .first__point {
  display: flex;
}

.footer__address.address__select .first__point::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.876953 1.40479L6.06836 6.59521L11.2588 1.40479%27 stroke=%27%23141414%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
  position: relative;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  transition: transform .3s;
}

.footer__address.address__select a, .footer__address.address__select div {
  z-index: 3;
  position: relative;
}

.footer__address.address__select a {
  cursor: pointer;
}

.footer__address.address__select a:hover {
  opacity: 1;
}

.footer__address.address__select:hover .first__point::after {
  transform: rotate(180deg);
}

.footer__address.address__select:hover .second__point {
  opacity: 1;
  visibility: visible;
}

.footer__address.address__select:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer__address.address__select::after {
  content: '';
  background: #fff;
  width: calc(100% + 16px);
  height: calc(100% + 21px);
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 8px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.footer__url {
  position: relative;
  display: flex;
}

.footer__messanger {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.footer__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.footer__messanger:hover {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.footer__messanger:hover ~ .footer__hover {
  opacity: 1;
}

.footer__bottom {
  background-color: var(--on-primary-color);
}

.footer__inner {
  max-width: 1360px;
  padding: 0 40px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__holder {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__link {
  display: flex;
}

.footer__content {
  display: flex;
  gap: 16px;
}

.footer__icon:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__checkout {
  background-color: var(--grey6-color);
}

.footer__wrap {
  background-color: var(--primary-container);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px 40px;
  margin: 32px 24px 8px;
}

.footer__copy,
.footer__toproi {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--on-background-color);
  opacity: .8;
}

.shop-regions-button .shop-regions__link {
  color: var(--primary2-color);
  border-bottom: none !important;
  display: flex;
  align-items: center;
}

.shop-regions-button .shop-regions__link::after {
  content: url("data: image/svg+xml, %3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 %3E%3Cpath d=%27M7.01758 11.3979L12.209 16.5884L17.3994 11.3979%27 stroke=%27%235F5240%27 stroke-width=%271.5%27 /%3E%3C/svg%3E%0A");
  margin-left: 5px;
  margin-bottom: 3px;
  height: 24px;
  width: 24px;
}

body .shop-regions-window__wrapper {
  width: 825px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

body .shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper {
  border-radius: 16px;
  padding: 40px;
}

body .shop-regions-window__search .shop-regions-window__sub-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #272727;
  margin-bottom: 16px;
}

body .shop-regions__button-close {
  color: #404040;
  top: 40px;
  right: 40px;
  font-size: 18px;
  text-align: center;
}

body .shop-regions-window-search {
  width: 100%;
  margin-bottom: 16px;
}

body .shop-regions-window-search .shop-regions-window-search__input {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  border: 1px solid #C6BDB0;
}

body .shop-regions-window__regions {
  margin-top: 0;
  padding: 16px;
}

body .shop-regions-window__regions.js-search_result {
  padding: 0;
}

body .shop-regions-window .selected_region {
  font-weight: 600;
}

body .shop-regions-window__region {
  margin-bottom: 0;
}

body .shop-regions-window__region:not(:last-child) {
  margin-bottom: 8px;
}

body .shop-regions__link {
  color: #8C8C8C;
  text-decoration: none;
}

body .shop-regions__link:hover {
  color: var(--primary2-color);
}

body .without_regions .shop-regions-window__regions.search_result {
  margin-left: 0;
}

body .shop-regions__window .shop-regions-window_mobile .shop-regions__link {
  font-weight: 400;
}

body .shop-regions__window .shop-regions-window_mobile .selected_region .shop-regions__link {
  font-weight: 600;
}

.shop-regions-window__search .shop-regions-window__sub-subheader {
  display: none;
}

.shop-regions-window__regions_all .shop-regions-window__sub-header {
  display: none;
}

.shop-regions-window__regions_all {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .dekstop {
    display: none;
  }
  .install-modal {
    align-items: flex-end;
  }
  .install-modal__body {
    width: 100%;
    height: 90%;
    border-radius: 16px 16px 0 0;
    padding: 32px 16px 24px;
  }
  .install-modal__title {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .install-modal__close {
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 50%;
    right: 16px;
    top: -23px;
    z-index: 10;
    cursor: pointer;
  }
  .install-modal__close svg {
    width: 100%;
    height: 100%;
  }
  .install-modal__close.install-modal__close--big {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
    margin-left: 16px;
    margin-top: auto;
  }
  .install-modal__close.install-modal__close--big svg {
    width: 80px;
    height: 80px;
  }
  .install-modal__content {
    height: auto;
  }
  .install-modal__imagebox {
    height: auto;
  }
  .quiz__content {
    justify-content: center;
  }
  .quiz__close {
    right: 0px;
    top: -5px;
  }
  .quiz__btn {
    padding: 5px 10px;
  }
  .header_new .header__logobox {
    width: 100px;
    height: 37px;
  }
  .header__bonuses {
    padding: 11px 12px;
    border-radius: 48px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    color: #434343;
    font-size: 12px;
    line-height: 18px;
    margin-right: 8px;
  }
  .breadcumbs__wrapper {
    margin: 8px 16px;
  }
  .butn__text {
    line-height: 24px;
  }
  .block__content {
    padding: 0 16px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 16px;
  }
  .block__title {
    font-size: 24px;
    line-height: 32px;
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  .form {
    margin-bottom: 0;
  }
  .form__top {
    padding: 24px 16px 8px;
  }
  .form__top:last-child {
    padding: 16px;
  }
  .form__banner {
    height: 240px;
  }
  .form__row2 {
    min-width: 328px;
    gap: 48px;
    padding: 16px 16px 8px;
    flex-wrap: wrap;
  }
  .form__wrapper {
    margin-bottom: 16px;
  }
  .form__description {
    max-width: 100%;
  }
  .form__headline {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
  }
  .form__form {
    padding: 0 16px;
  }
  .formModal__item {
    margin-bottom: 28px;
  }
  .formModal__button {
    margin-top: 40px;
  }
  .review__content {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .review__avatarbox {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .review__avatarbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .review__rating {
    width: 116px;
    min-width: 116px;
  }
  .review__rating--big {
    width: 135px;
    min-width: 135px;
  }
  .reviews__empty-content {
    flex-direction: column;
    background-color: #fff;
    padding: 0;
  }
  .product-reviews {
    padding-bottom: 32px;
  }
  .product-details .product-reviews .product__columns {
    gap: 40px;
  }
  .product-reviews .product__columns {
    flex-direction: column-reverse;
  }
  .product-details .product-reviews .product__columns.product-reviews-empty {
    gap: 0;
  }
  .review-modal {
    padding: 100px 0 0;
    z-index: 99999;
  }
  .review-modal__wrapper {
    width: 100%;
    border-radius: 16px 16px 0 0;
    margin-top: auto;
  }
  .review__images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .review__images a {
    width: 96px;
    height: 96px;
  }
  @keyframes slide-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slide-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .footer {
    min-width: 360px;
    background-color: var(--on-primary-color);
  }
  .footer__container {
    display: none;
  }
  .footer__mobile {
    display: flex;
    min-width: 328px;
    justify-content: space-between;
    background-color: var(--primary-container);
    margin: 80px 16px 16px;
    margin-bottom: 120px;
    padding: 16px;
    border-radius: 8px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--grey3-color);
    margin: 0 !important;
  }
  .footer__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary2-color);
  }
  .footer__link {
    align-self: flex-end;
  }
  .page__content figure {
    margin: 0;
  }
  .page__content figure:has(+ h2) {
    margin-bottom: 24px;
  }
}

@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
  .header__top .header__block .header__key {
    display: none;
  }
  .header_new .header__top .header__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__btn--text {
    display: none;
  }
  .header_new .header__bottom .menu__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: none;
  }
  .header__bonuses {
    font-size: 14px;
    line-height: 21px;
  }
  .menu-catalog {
    width: calc(100% - 40px);
  }
  .menu__bottom {
    -moz-columns: 3;
         columns: 3;
  }
  .butn {
    padding: 8px 16px 8px 12px;
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .butn--orange {
    border: 1px solid #FF6B00;
  }
  .butn--big {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .butn:hover {
    color: #FFF;
  }
  .butn--orange:hover {
    border-color: #FF6B00;
    color: white;
  }
  .butn:hover .butn__circle {
    opacity: 0;
  }
  .block {
    margin-bottom: 0px;
  }
  .block__header {
    margin: 24px 0 8px;
  }
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .button {
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .subcats {
    margin: 0 16px 16px 16px;
    min-width: 360px;
  }
  .subcats__content {
    gap: 8px;
  }
  .subcats__title {
    font-size: 14px;
  }
  .subcats__more {
    margin: 16px auto 0 0;
  }
  body .shop-regions-window__wrapper {
    width: 640px;
  }
}

@media (min-width: 1601px) {
  .header__container--mobile {
    margin: 16px auto;
  }
}

@media (max-width: 1200px) {
  .quiz__btn {
    font-size: 14px;
    line-height: 21px;
  }
  .header__middle .header__list .header__item:not(:last-of-type) {
    margin-right: 8px;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__bottom .header__right {
    height: 37px;
  }
  .avatar__ph {
    color: #fff;
  }
  .header_new .header__top .header__item:not(:last-of-type) {
    margin-right: 24px;
  }
  .header_new .header__top .header__block .header__key {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__left {
    gap: 16px;
  }
  .header_new .header__middle .header__right {
    margin-left: 16px;
  }
  .header_new .header__middle #search {
    margin-right: 16px;
  }
  .header_new .catalog__btn {
    height: 48px;
  }
  .header_new .catalog__btn .catalog__text {
    display: none;
  }
  .header_new .catalog__icon {
    margin-right: 0;
  }
  .header_new .header__group:not(:last-of-type) {
    padding-right: 16px;
  }
  .header_new .header__group:last-of-type {
    padding-left: 16px;
  }
  .header_new .header__right .additional__menu {
    right: 24px;
  }
  .menu-categories .menu__column {
    gap: 8px;
  }
  .menu-categories .menu__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .menu__title {
    font-size: 14px;
    line-height: 21px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .form__top {
    padding: 64px 24px 40px;
  }
  .form__top:last-child {
    padding-bottom: 24px;
  }
  .form__row2 {
    gap: 32px;
  }
  .form__headline {
    font-size: 18px;
    line-height: 28px;
  }
  .form__inputs {
    gap: 8px;
  }
  .form__input {
    width: clamp(200px, 33%, 410px);
    font-size: 14px;
    line-height: 21px;
  }
  .form__wrapper {
    gap: 24px;
  }
  .form__form .button {
    width: clamp(200px, 32.8%, 410px);
  }
  .form__explanation {
    font-size: 14px;
    line-height: 21px;
    width: 410px;
  }
  .footer__container {
    padding: 80px 24px;
    margin: 0;
    gap: 30px;
  }
  .footer__col {
    max-width: 214px;
  }
  .footer__inner {
    padding: 0 24px;
    margin: 0;
  }
  .footer__checkout {
    background-color: var(--grey6-color);
  }
  .footer__wrap {
    background-color: var(--primary-container);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 16px 40px;
    margin: 32px 24px 8px;
  }
}

@media (max-width: 1291px) and (min-width: 1217px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 933px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header__logobox {
    height: 35px;
    width: 75px;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header_new .header__top .header__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__bottom .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header__bonuses {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .header_new .header__logobox {
    height: 48px;
    width: 126px;
  }
}

@media (max-width: 1250px) and (min-width: 1025px) {
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: flex;
  }
}

@media (max-width: 1560px) {
  .menu-catalog {
    left: 24px;
  }
}

@media (max-width: 1300px) {
  .menu__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1217px) {
  .search {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .container__right {
    width: 50%;
  }
  .container__left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container__sm {
    min-width: 320px;
    padding: 0 16px;
  }
}

@media (max-width: 1600px) {
  .breadcumbs__wrapper {
    margin: 24px 0px;
  }
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .block__content {
    max-width: 100%;
    padding: 0 24px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 24px;
  }
}

@media screen and (max-width: 350px) {
  body {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1400px) {
  .hidden {
    display: none;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
  .pagination {
    margin: 20px 0 20px 0;
  }
  .pagination__content {
    margin: 0 30px 0 0;
  }
  .pagination__item {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .pagination__item--more {
    width: 100%;
    margin-left: 16px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .butn {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 650px) {
  .form {
    min-width: 360px;
    padding: 0;
  }
  .form__inputs {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .form__input {
    width: 100%;
  }
  .form__wrapper {
    gap: 8px;
    flex-direction: column;
  }
  .form .form__form .button {
    width: 100%;
  }
  .form__explanation {
    width: 100%;
    padding: 8px 24px 0;
    text-align: start;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalPartner.vue?vue&type=style&index=0&id=4ee2cda0&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.formPartner[data-v-4ee2cda0] {
  position: fixed;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.formPartner__content[data-v-4ee2cda0] {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.formPartner__base[data-v-4ee2cda0] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  max-width: 600px;
  cursor: default;
}
.formPartner__loader[data-v-4ee2cda0] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formPartner__success[data-v-4ee2cda0] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  max-width: 525px;
  cursor: default;
}
.formPartner__failure[data-v-4ee2cda0] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  max-width: 525px;
  cursor: default;
}
.formPartner__header[data-v-4ee2cda0] {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.formPartner__icon[data-v-4ee2cda0] {
  margin-right: 16px;
}
.formPartner__title[data-v-4ee2cda0] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
}
.formPartner__body[data-v-4ee2cda0] {
  display: flex;
}
.formPartner__side[data-v-4ee2cda0] {
  width: 168px;
  margin-right: 24px;
}
.formPartner__text[data-v-4ee2cda0] {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
.formPartner__form[data-v-4ee2cda0] {
  width: 360px;
}
.formPartner__avatar[data-v-4ee2cda0] {
  opacity: 1;
  width: 100%;
  margin-bottom: 16px;
}
.formPartner__name[data-v-4ee2cda0] {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 8px;
}
.formPartner__close[data-v-4ee2cda0] {
  cursor: pointer;
}
.formPartner__closemob[data-v-4ee2cda0] {
  display: none;
}
.loadr[data-v-4ee2cda0] {
  border: 10px solid #E0E0E0;
  border-top: 10px solid #353535;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-4ee2cda0 1s linear infinite;
          animation: spin-4ee2cda0 1s linear infinite;
}
@-webkit-keyframes spin-4ee2cda0 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spin-4ee2cda0 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.fadeTransition-enter-active[data-v-4ee2cda0], .fadeTransition-leave-active[data-v-4ee2cda0] {
  transition: .3s;
}
.fadeTransition-enter-from[data-v-4ee2cda0], .fadeTransition-leave-to[data-v-4ee2cda0] {
  opacity: 0;
}
.loaderTransition-enter-active[data-v-4ee2cda0], .loaderTransition-leave-active[data-v-4ee2cda0] {
  transition: .3s;
}
.loaderTransition-enter-from[data-v-4ee2cda0], .loaderTransition-leave-to[data-v-4ee2cda0] {
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalPartnerMobile.vue?vue&type=style&index=0&id=24d8993c&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.formPartner[data-v-24d8993c] {
  position: fixed;
  cursor: pointer;
  z-index: 21;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  overflow: auto;
}
.formPartner__base[data-v-24d8993c] {
  position: relative;
  z-index: 1;
  background: white;
  padding: 32px 16px;
  border-radius: 16px;
  margin-top: 230px;
}
.formPartner__loader[data-v-24d8993c] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 30px;
  left: 0;
  z-index: 1;
}
.formPartner__success[data-v-24d8993c] {
  z-index: 2;
  background: white;
  padding: 32px 16px;
  border-radius: 16px 16px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.formPartner__failure[data-v-24d8993c] {
  background: white;
  padding: 32px 16px;
  border-radius: 16px 16px 0 0;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.formPartner__header[data-v-24d8993c] {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.formPartner__icon[data-v-24d8993c] {
  margin-right: 16px;
}
.formPartner__title[data-v-24d8993c] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
}
.formPartner__side[data-v-24d8993c] {
  width: 168px;
  margin-right: 24px;
}
.formPartner__text[data-v-24d8993c] {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
.formPartner__form[data-v-24d8993c] {
  margin-top: 24px;
}
.formPartner__avatar[data-v-24d8993c] {
  opacity: 1;
  width: 100%;
  margin-bottom: 8px;
}
.formPartner__name[data-v-24d8993c] {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 8px;
}
.formPartner__closeup[data-v-24d8993c] {
  position: absolute;
  right: 0;
  top: -80px;
}
.formPartner__closeup[data-v-24d8993c] > * {
  pointer-events: none;
}
.formPartner__closedown[data-v-24d8993c] {
  display: block;
  margin: 40px auto;
}
.formPartner__closedown[data-v-24d8993c] > * {
  pointer-events: none;
}
.loadr[data-v-24d8993c] {
  border: 10px solid #E0E0E0;
  border-top: 10px solid #353535;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-24d8993c 1s linear infinite;
          animation: spin-24d8993c 1s linear infinite;
  margin: 150px auto;
}
@-webkit-keyframes spin-24d8993c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spin-24d8993c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Animation */
.fade-enter-active[data-v-24d8993c] {
  transition: opacity 0.3s;
}
.fade-leave-active[data-v-24d8993c] {
  transition: opacity 0.3s;
}
.fade-enter-from[data-v-24d8993c], .fade-leave-to[data-v-24d8993c] {
  opacity: 0;
  /* Starting fully invisible */
}
.fade-enter-to[data-v-24d8993c], .fade-leave-from[data-v-24d8993c] {
  opacity: 1;
  /* Ending fully visible */
}
.slide-enter-active[data-v-24d8993c] {
  transition: transform 0.3s ease-out;
}
.slide-leave-active[data-v-24d8993c] {
  transition: transform 0.3s ease-in;
}
.slide-enter-from[data-v-24d8993c], .slide-leave-to[data-v-24d8993c] {
  transform: translateY(60%);
}
.slide-enter-to[data-v-24d8993c], .slide-leave-from[data-v-24d8993c] {
  transform: translateY(0);
}
.slide1-enter-active[data-v-24d8993c] {
  transition: opacity 0.3s ease-out 1s, transform 0.3s ease-out 1s;
}
.slide1-leave-active[data-v-24d8993c] {
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-in 0.3s;
}
.slide1-enter-from[data-v-24d8993c], .slide1-leave-to[data-v-24d8993c] {
  transform: translateY(30%);
  /* Starting */
  opacity: 0;
}
.slide1-enter-to[data-v-24d8993c], .slide1-leave-from[data-v-24d8993c] {
  transform: translateY(0);
  /* Ending  */
  opacity: 1;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/mobileSearchComponent.vue?vue&type=style&index=0&id=14569884&scoped=true&lang=scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-search[data-v-14569884] {
  z-index: 22;
}
.mobile-overlay[data-v-14569884] {
  z-index: 21;
}
.mobile-content[data-v-14569884],
.mobile-content__wrapper[data-v-14569884] {
  max-height: 100vh;
  height: 100%;
}
.mobile-content__wrapper[data-v-14569884] {
  min-height: 90vh;
  overflow-x: hidden;
}
.mobile-content__item[data-v-14569884] {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.mobile-content__imagebox[data-v-14569884] {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: auto 16px auto 0;
}
.mobile-content__imagebox img[data-v-14569884] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-content__title[data-v-14569884] {
  font-weight: 400;
  margin-bottom: 8px;
}
.mobile-content__title--accent[data-v-14569884] {
  font-weight: 600;
  color: var(--primary2-color);
}
.mobile-content__price[data-v-14569884] {
  font-weight: 600;
}
.mobile-content__input[data-v-14569884] {
  font-size: 16px;
  line-height: 24px;
  transform: scale(0.875);
  transform-origin: left;
  width: 114%;
}
.search__icon[data-v-14569884] {
  top: 45%;
  transform: scale(0.875) translateY(-50%);
  transform-origin: left;
  z-index: 1;
}

