/*!*******************************************************************************************************************************************************************************************************!*\
  !*** 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/login.scss ***!
  \*******************************************************************************************************************************************************************************************************/

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
input[type="submit"],
input[type="button"],
button[type="submit"] {
  padding: 0;
  max-width: 343px;
  width: 100%;
  height: 40px;
  transition: .3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.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;
}
.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);
  }
}
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;
}

.footer {
  margin-top: 0;
}

@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;
  }
  .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;
  }
  .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;
  }
}

@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;
  }
  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;
  }
  input[type="submit"],
  input[type="button"],
  button[type="submit"] {
    font-size: 14px;
    line-height: 28px;
    height: 44px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .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 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: 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;
  }
  .search {
    margin-right: 0;
  }
}

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

@media (max-width: 767px) {
  .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;
  }
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}

@media (max-width: 1600px) {
  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 (min-width: 360px) and (max-width: 1024px) {
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

