@charset "UTF-8";
.normalize *, .normalize *:before, .normalize *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.normalize html {
  font-size: 16px;
  line-height: 1.5;
}
.normalize body {
  margin: 0px auto;
}
.normalize ul {
  margin: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.normalize ul li {
  list-style-type: none;
  /* Убираем маркеры */
}
.normalize select, .normalize input, .normalize textarea {
  outline: none;
}
.normalize select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.normalize select:hover {
  cursor: pointer;
}
.normalize textarea {
  resize: none;
}
.normalize input[type=button]:active,
.normalize input[type=submit]:active {
  outline: none;
  border-color: inherit;
}
.normalize input[type=button]:focus,
.normalize input[type=submit]:focus {
  box-shadow: none;
  border-style: solid;
}
.normalize input[type=search]::-ms-clear, .normalize input[type=search]::-ms-reveal {
  display: none;
}
.normalize button {
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.normalize button:hover {
  cursor: pointer;
}
.normalize button:active, .normalize button:focus {
  outline: none;
  border-style: none;
}
.normalize button::-moz-focus-inner, .normalize select::-moz-focus-inner {
  border: 0px;
}
.normalize input[type=number] {
  -moz-appearance: textfield;
}
.normalize input[type=number]:hover,
.normalize input[type=number]:focus {
  -moz-appearance: textfield;
}
.normalize input[type=number]::-webkit-inner-spin-button,
.normalize input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.normalize h1, .normalize h2, .normalize h3, .normalize h4, .normalize h5, .normalize h6 {
  margin-top: 0px;
}
.normalize p {
  margin: 0px;
}
.normalize a:active,
.normalize a:hover,
.normalize a {
  text-decoration: none;
  color: inherit;
  word-break: break-word;
}
.normalize a:focus {
  outline: none;
}

/* Short media */
.registration-control-order {
  margin: 0 0 30px 10px;
}
@media only screen and (min-width: 768px) {
  .registration-control-order {
    margin: 0 0 40px 20px;
  }
}

.registration-control-mobile {
  height: 43px;
  background-color: #fff;
  border-bottom: 1px solid #fbdfc5;
  color: #575757;
  padding: 0 15px;
}

.def-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #daa068;
  color: #fff;
  font-size: 0.75rem;
  transition: 0.3s linear background-color;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 4px;
  text-transform: uppercase;
  height: 48px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .def-button {
    font-size: 0.875rem;
  }
}
.def-button:hover {
  background-color: #c38950;
}

.product-shops {
  float: left;
}
.product-shops__link {
  display: flex;
  align-items: center;
  font-style: normal;
  color: #1e0f00;
  margin: 0 18px;
  font-size: 14px;
}
.product-shops__link:before {
  content: "";
  display: block;
  background: url(/local/templates/main/images/new-care.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin-right: 8px;
}
.product-shops__link span {
  text-decoration: underline;
}

.product-map-wrapper {
  display: none;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.product-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 600px;
}
@media only screen and (min-width: 768px) {
  .product-map {
    grid-template-columns: 0.6fr 1fr;
    grid-auto-rows: auto 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .product-map {
    grid-template-columns: 0.4fr 1fr;
  }
}
.product-map__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 16px 16px 0px;
}
@media only screen and (min-width: 768px) {
  .product-map__header {
    grid-column-gap: 20px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-template-columns: auto 1fr;
    padding: 30px;
  }
}
.product-map__title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 220px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .product-map__title {
    font-size: 16px;
    max-width: unset;
    text-align: left;
    margin-left: unset;
    margin-right: unset;
  }
}
.product-map__cities {
  margin-bottom: 30px;
}
.product-map__cities .jq-selectbox {
  width: 100%;
}
.product-map__shops {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 4px;
  max-height: 420px;
  overflow-y: auto;
}
.product-map__aside {
  background-color: #fbfbfb;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .product-map__aside {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .product-map__aside {
    padding: 30px;
  }
}
.product-map .jq-selectbox__select {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #fff;
}
.product-map .jq-selectbox__trigger-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.map-shop {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-column-gap: 20px;
  font-size: 14px;
  background-color: #fff;
  padding: 16px;
  cursor: pointer;
  position: relative;
}
.map-shop_active {
  position: relative;
}
.map-shop_active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #EDC889;
}
.map-shop__block {
  display: flex;
  flex-direction: column;
}
.map-shop__address {
  font-weight: 600;
  margin-bottom: 10px;
}
.map-shop__phone {
  color: #000;
  margin-bottom: 5px;
}
.map-shop__time {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}
.map-shop__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  background-color: transparent;
  color: #fff;
  height: 40px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #EDC889;
}
.map-shop__buy img {
  display: block;
  max-width: 18px;
}
.map-shop__marker {
  display: block;
  align-self: flex-start;
}
.map-shop__marker svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #EDC889;
}

.map-product {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .map-product {
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
  }
}
.map-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .map-product__image {
    width: 80px;
    height: 80px;
  }
}
.map-product__image img {
  display: block;
  max-width: 100%;
}
.map-product__name {
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .map-product__name {
    font-size: 16px;
  }
}
.map-product__description {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
}
.map-product__block {
  display: flex;
  flex-direction: column;
}
.map-product__prices {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 3px 5px;
  margin-bottom: 3px;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .map-product__prices {
    grid-template-columns: auto auto auto;
  }
}
.map-product__price {
  order: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media only screen and (min-width: 768px) {
  .map-product__price {
    order: 1;
  }
}
.map-product__price-old {
  display: inline-block;
  text-decoration: line-through;
  color: #948e8e;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .map-product__price-old {
    order: 2;
  }
}
.map-product__size {
  order: 1;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .map-product__size {
    order: 3;
    font-size: 14px;
  }
}
.map-product__sale {
  font-size: 12px;
  color: #DBA4A7;
}

#product-map-block {
  display: none;
  height: 260px;
}
@media only screen and (min-width: 768px) {
  #product-map-block {
    display: block;
    height: unset;
  }
}

.form-vertical {
  display: flex;
  flex-direction: column;
}
.form-vertical .def-input {
  margin-bottom: 20px;
}
.form-vertical__social {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  color: #212121;
  font-weight: 500;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .form-vertical__social {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .form-vertical__social {
    font-size: 1rem;
  }
}
.form-vertical__social svg {
  width: 18px;
  height: 18px;
  margin: 0 15px;
  transform: translateY(-2px);
  fill: #161616;
  transition: fill 0.2s linear;
}
@media only screen and (min-width: 992px) {
  .form-vertical__social svg {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .form-vertical__social svg {
    width: 19px;
    height: 19px;
  }
}
.form-vertical__social svg:hover {
  fill: rgba(133, 137, 139, 0.8);
  transition: fill 0.2s linear;
}
.form-vertical-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-vertical-buttons button {
  width: 50%;
}
.form-vertical-buttons__forgot-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-vertical-buttons__forgot-password button {
  width: 50%;
  margin-right: 20px;
}

.def-validation__invalid {
  border-color: var(--color-red);
}
/* Short media */
.registration-control[data-v-273366db] {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
}
.registration-control__icon[data-v-273366db] {
  display: block;
  width: 18px;
  height: 18px;
}
.registration-control__name[data-v-273366db], .registration-control__text[data-v-273366db] {
  font-size: 0.875rem;
  margin-left: 10px;
}
.registration-control__log-out[data-v-273366db] {
  display: flex;
  align-items: center;
}
/* Short media */
.enter-cabinet {
  font-family: Roboto, sans-serif;
  max-width: 440px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
.enter-cabinet {
    height: 100%;
}
}
@media only screen and (min-width: 992px) {
.enter-cabinet {
    padding: 24px 32px;
}
}
.enter-cabinet-close {
  align-self: flex-end;
  cursor: pointer;
}
.enter-cabinet-close svg {
  fill: #85898B;
  width: 20px;
  height: 20px;
}
.enter-cabinet__auth-errors {
  color: red;
}
.enter-cabinet__choose {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
}
.enter-cabinet__choose span {
  width: 50%;
  display: block;
  text-align: center;
  padding-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #85898B;
  cursor: pointer;
  transition: 0.2s linear border-color;
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 992px) {
.enter-cabinet__choose span {
    font-size: 1.125rem;
}
}
.enter-cabinet__choose span.active {
  color: rgba(0, 0, 0, 0.7);
  border-color: #eadec2;
}
.enter-cabinet__tab {
  width: 100%;
}
.enter-cabinet__forgot-password {
  display: inline;
  height: auto;
  color: #504949;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
.enter-cabinet__forgot-password {
    font-size: 0.75rem;
}
}
@media only screen and (min-width: 992px) {
.enter-cabinet__forgot-password {
    font-size: 0.875rem;
    margin-bottom: 20px;
}
}
.enter-cabinet .def-button {
  margin-bottom: 17px;
  font-size: 0.875rem;
}
.enter-cabinet .def-input {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
.enter-cabinet .def-input {
    font-size: 0.75rem;
}
}
@media only screen and (min-width: 992px) {
.enter-cabinet .def-input {
    font-size: 0.875rem;
}
}
.enter-cabinet .def-phone, .enter-cabinet .def-email {
  margin-bottom: 20px;
}
.enter-cabinet .def-button-border {
  width: 100%;
}
.enter-cabinet .hide-btn {
  background-color: lightgray;
  pointer-events: none;
  border: 2px solid transparent;
}
.enter-cabinet .register_error {
  color: red;
}
.enter-cabinet__registration {
  width: 100%;
}
/* Short media */
.sms-confirmation[data-v-6dd075be] {
  height: 100vh;
  padding: 24px 15px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #53595C;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
.sms-confirmation[data-v-6dd075be] {
    height: 100%;
    padding: 24px 32px;
}
}
.sms-confirmation__wrap[data-v-6dd075be] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sms-confirmation__phone[data-v-6dd075be] {
  color: #232222;
}
.sms-confirmation__phone span[data-v-6dd075be] {
  white-space: nowrap;
}
.sms-confirmation__link[data-v-6dd075be] {
  margin-top: 16px;
}
.sms-confirmation__link a[data-v-6dd075be] {
  font-size: 0.875rem;
  line-height: 18px;
  color: #53595C;
  border-bottom: 1px dotted #53595C;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
.sms-confirmation__link a[data-v-6dd075be] {
    font-size: 1rem;
    line-height: 20px;
}
}
.sms-confirmation form[data-v-6dd075be] {
  margin-top: 24px;
  width: 100%;
}
.sms-confirmation form .def-input[data-v-6dd075be] {
  width: 100%;
}
.sms-confirmation form p[data-v-6dd075be] {
  margin: 24px 0;
}
.sms-confirmation .def-button[data-v-6dd075be] {
  border: unset;
  padding: 0 20px;
}
/* Short media */
.enter-cabinet__nav[data-v-b2ffe01e] {
  display: flex;
  height: 40px;
}
.enter-cabinet__nav > span[data-v-b2ffe01e] {
  align-self: center;
  color: var(--color-red);
  pointer-events: auto;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.enter-cabinet__nav > span[data-v-b2ffe01e]:hover {
  cursor: pointer;
}
/* Short media */
.enter-cabinet p[data-v-2427b5a2] {
  color: #85898B;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.enter-cabinet-header[data-v-2427b5a2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.enter-cabinet-header .socials[data-v-2427b5a2] {
  display: flex;
  justify-content: center;
}
.enter-cabinet-header .def-title-3[data-v-2427b5a2] {
  font-size: 1rem;
  margin-bottom: 20px;
}
.enter-cabinet-header .def-title-3 > *[data-v-2427b5a2]:not(.enter__active) {
  display: none;
}
/* Short media */
.cabinet-main-btn[data-v-5adc322c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cabinet-main-btn .def-button[data-v-5adc322c] {
  width: 100%;
  border: unset;
}
@media only screen and (min-width: 768px) {
.cabinet-main-btn .def-button[data-v-5adc322c] {
    width: 262px;
}
}
.cabinet-main-btn.flex[data-v-5adc322c] {
  justify-content: space-between;
}
.cabinet-main-btn.flex button[data-v-5adc322c] {
  width: 152px;
}
@media only screen and (min-width: 768px) {
.cabinet-main-btn.flex button[data-v-5adc322c] {
    width: 212px;
}
}
.cabinet-main-btn__link[data-v-5adc322c] {
  font-size: 0.875rem;
  line-height: 18px;
  color: #53595C;
  border-bottom: 1px dotted #53595C;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
.cabinet-main-btn__link[data-v-5adc322c] {
    line-height: 20px;
}
}
/* Short media */
/* Short media */
.validate-phone-modal[data-v-77c61d4f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
.validate-phone-modal[data-v-77c61d4f] {
    padding: 24px 32px;
}
}
.validate-phone-modal__close[data-v-77c61d4f] {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: auto;
  cursor: pointer;
}
.validate-phone-modal__close svg[data-v-77c61d4f] {
  fill: #85898B;
  width: 20px;
  height: 20px;
}
.validate-phone-modal__title[data-v-77c61d4f] {
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
}
.validate-phone-modal__phone[data-v-77c61d4f] {
  margin-bottom: 24px;
}
.validate-phone-modal__form[data-v-77c61d4f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.validate-phone-modal .def-button[data-v-77c61d4f] {
  border: none;
  padding: 0 30px;
  margin-top: 12px;
}
.validate-phone-modal[data-v-77c61d4f]  .def-phone {
  margin-bottom: 12px;
  width: 100%;
}
@charset "UTF-8";
/* Short media */
.fortune-wheel[data-v-fb93cc5c] {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.fortune-wheel[data-v-fb93cc5c] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 30px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
.fortune-wheel[data-v-fb93cc5c] {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) {
.fortune-wheel[data-v-fb93cc5c] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 50px;
}
}
.fortune-wheel__form[data-v-fb93cc5c] {
  display: flex;
  flex-direction: column;
}
.fortune-wheel__block[data-v-fb93cc5c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fortune-wheel__title[data-v-fb93cc5c] {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 24px;
  color: white;
}
.fortune-wheel__text[data-v-fb93cc5c] {
  margin-bottom: 40px;
  color: white;
}
.fortune-wheel .def-button[data-v-fb93cc5c]:disabled {
  /* меняем внешний вид курсора */
  cursor: progress;
  /* делаем кнопку полупрозрачной */
  opacity: 0.25;
}
.fortune-wheel[data-v-fb93cc5c]  .def-email {
  margin-bottom: 20px;
}
@charset "UTF-8";
/* Short media */
/* общий блок для всех элементов */
.deal-wheel[data-v-60480447] {
  justify-self: center;
  padding: 30px;
  overflow: hidden;
  /* задаём переменные блока, внутри которого всё будет рисоваться */
  /* размеры колеса */
  --size: clamp(250px, 80vmin, 400px);
  /* clamp — функция CSS, которая задаёт три размера: минимальное, предпочтительное и максимальное. В данном случае мы хотим, чтобы колесо было не меньше 250 пикселей, не больше 700 пикселей, но в идеале — 80% от безопасно малой высоты окна браузера */
  /* настройки яркости и заливки фона секторов. Нам понадобится описать поведение градиента, это у нас делается через много переменных */
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(
          hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
          hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
  );
  /* добавляем позиционирование относительно других элементов */
  position: relative;
  /* подключаем стандартную CSS-сетку */
  display: grid;
  grid-gap: calc(var(--size) / 20);
  /* выравниваем содержимое блока по центру */
  align-items: center;
  /* задаём имена областей внутри сетки — в CSS теперь можно прямо назвать эти области */
  grid-template-areas: "spinner";
  /* устанавливаем размер шрифта */
  font-size: calc(var(--size) / 21);
  /* всё, что относится ко внутренним элементам главного блока, будет находиться в области сетки с названием spinner */
  /* сектор колеса */
  /* всё, что внутри этого блока, будет находиться в области сетки с названием spinner */
}
.deal-wheel > *[data-v-60480447] {
  grid-area: spinner;
}
.deal-wheel .spinner[data-v-60480447] {
  /* добавляем относительное позиционирование */
  position: relative;
  /* подключаем сетку */
  display: grid;
  /* выравниваем всё по центру */
  align-items: center;
  /* добавляем элемент в сетку */
  grid-template-areas: "spinner";
  /* устанавливаем размеры */
  width: var(--size);
  height: var(--size);
  /* поворачиваем элемент  */
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  /* рисуем круглую обводку, а всё, что не поместится, — будет скрыто за кругом */
  border-radius: 50%;
  box-shadow: 0px 0px 10px #806e46;
}
.deal-wheel .spinner[data-v-60480447]:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 30%, transparent);
  border-radius: 50%;
}
.deal-wheel .spinner *[data-v-60480447] {
  grid-area: spinner;
}
.deal-wheel .prize[data-v-60480447] {
  /* включаем «гибкую» вёрстку */
  display: flex;
  align-items: center;
  /* задаём отступы от краёв блока */
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  /* устанавливаем размеры */
  width: 50%;
  height: 50%;
  /* устанавливаем координаты, относительно которых будем вращать текст */
  transform-origin: center right;
  /* поворачиваем текст */
  transform: rotate(var(--rotate));
  /* запрещаем пользователю выделять мышкой текст на секторах */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* язычок */
.ticker[data-v-60480447] {
  /* добавляем относительное позиционирование */
  position: relative;
  /* устанавливаем размеры */
  left: calc(var(--size) / -15);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  /* фон язычка */
  background: #daa068;
  /* делаем так, чтобы язычок был выше колеса */
  z-index: 1;
  /* форма язычка */
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
          clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  /* устанавливаем точку, относительно которой будет вращаться язычок при движении колеса */
  transform-origin: center left;
}

/* анимация вращения */
.is-spinning .spinner[data-v-60480447] {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

/* анимация движения язычка */
.is-spinning .ticker[data-v-60480447] {
  -webkit-animation: tick-data-v-60480447 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: tick-data-v-60480447 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* эффект, когда колесо задевает язычок при вращении */
@-webkit-keyframes tick-data-v-60480447 {
40% {
    /* чуть поворачиваем язычок наверх в середине анимации */
    transform: rotate(-12deg);
}
}
@keyframes tick-data-v-60480447 {
40% {
    /* чуть поворачиваем язычок наверх в середине анимации */
    transform: rotate(-12deg);
}
}
/* анимируем выпавший сектор */
.prize.selected .text[data-v-60480447] {
  /* делаем текст белым */
  color: #c3a81e;
  /* настраиваем длительность анимации */
  -webkit-animation: selected-data-v-60480447 800ms ease;
          animation: selected-data-v-60480447 800ms ease;
}

/* настраиваем анимацию текста на выпавшем секторе по кадрам */
@-webkit-keyframes selected-data-v-60480447 {
  /* что происходит на 25% от начала анимации */
25% {
    /* увеличиваем текст в 1,25 раза */
    transform: scale(1.25);
    /* добавляем тексту тень */
    text-shadow: 1vmin 1vmin 0 rgba(0, 0, 0, 0.1);
}
40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 rgba(0, 0, 0, 0.1);
}
75% {
    transform: scale(0.98);
}
85% {
    transform: scale(1);
}
}
@keyframes selected-data-v-60480447 {
  /* что происходит на 25% от начала анимации */
25% {
    /* увеличиваем текст в 1,25 раза */
    transform: scale(1.25);
    /* добавляем тексту тень */
    text-shadow: 1vmin 1vmin 0 rgba(0, 0, 0, 0.1);
}
40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 rgba(0, 0, 0, 0.1);
}
75% {
    transform: scale(0.98);
}
85% {
    transform: scale(1);
}
}
.spinner-wrapper[data-v-60480447] {
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: url("/local/templates/main/images/wheel.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
.spinner-wrapper[data-v-60480447] {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
}
}
/* Short media */
.modal-wheel[data-v-010a7bfe] {
  padding: 40px 30px 30px;
  text-align: center;
}
/* Short media */
.def-input[data-v-157e1aee] {
  position: relative;
  border: none;
}
.def-input__input[data-v-157e1aee] {
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 0.875rem;
  height: 48px;
  border: 1px solid #e1e1e1;
  outline: none;
}
@media only screen and (min-width: 768px) {
.def-input__input[data-v-157e1aee] {
    font-size: 1rem;
}
}
.def-input__input[data-v-157e1aee]::-moz-placeholder {
  color: #53595C;
}
.def-input__input[data-v-157e1aee]:-ms-input-placeholder {
  color: #53595C;
}
.def-input__input[data-v-157e1aee]::placeholder {
  color: #53595C;
}
.def-input__input[data-v-157e1aee]:focus {
  outline: none;
}
.def-input__label[data-v-157e1aee] {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  padding-left: 16px;
  left: 0;
  line-height: 1em;
  transition: 0.2s linear transform, 0.2s linear font-size, 0.2s linear top;
  cursor: text;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #85898B;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: calc(100% - 16px);
  text-overflow: ellipsis;
}
.def-input__error[data-v-157e1aee] {
  display: none;
  color: #c0392b;
  position: absolute;
  left: 19px;
  font-size: 0.75rem;
  top: 100%;
}
.def-input__error_active[data-v-157e1aee] {
  display: inline;
}
.def-input_transform > .def-input__label[data-v-157e1aee] {
  font-size: 12px;
  top: 6px;
  transform: translateY(0);
}
.def-input__invalid[data-v-157e1aee] {
  border-color: #c0392b;
}
/* Short media */
.def-phone[data-v-91b47594] {
  position: relative;
}
.def-phone__input[data-v-91b47594] {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 0.875rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
.def-phone__input[data-v-91b47594] {
    font-size: 1rem;
}
}
.def-phone__input[data-v-91b47594]::-moz-placeholder {
  color: #53595C;
}
.def-phone__input[data-v-91b47594]:-ms-input-placeholder {
  color: #53595C;
}
.def-phone__input[data-v-91b47594]::placeholder {
  color: #53595C;
}
.def-phone__input[data-v-91b47594]:focus {
  outline: none;
}
.def-phone__input_invalid[data-v-91b47594] {
  border-color: #c0392b;
}
.def-phone__error[data-v-91b47594] {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% + 3px));
  color: #c0392b;
  font-size: 0.75rem;
}
/* Short media */
.def-email__input {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 0.875rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
.def-email__input {
    font-size: 1rem;
}
}
.def-email__input::-moz-placeholder {
  color: #53595C;
}
.def-email__input:-ms-input-placeholder {
  color: #53595C;
}
.def-email__input::placeholder {
  color: #53595C;
}
.def-email__input:focus {
  outline: none;
}
.def-email__invalid {
  border-color: #c0392b;
}
/* Short media */
.def-modal__close[data-v-13ce2418] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.def-modal__icon[data-v-13ce2418] {
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.2s linear fill;
}
.def-modal__icon[data-v-13ce2418]:hover {
  fill: red;
}
/* Short media */
.forgot-password[data-v-789970df] {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  background-color: #ffffff;
  padding: 24px 20px;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
.forgot-password[data-v-789970df] {
    padding: 24px 32px;
    height: 100%;
}
}
.forgot-password__errors[data-v-789970df] {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: red;
}
.forgot-password__text[data-v-789970df] {
  font-size: 0.875rem;
  line-height: 16px;
  text-align: center;
}
.forgot-password__tab[data-v-789970df] {
  margin-top: 32px;
}
.forgot-password__nav[data-v-789970df] {
  display: flex;
  border: 1px solid #f5f5f5;
  height: 40px;
  margin-bottom: 20px;
}
.forgot-password__nav > div[data-v-789970df] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  pointer-events: auto;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
.forgot-password__nav > div[data-v-789970df] {
    font-size: 0.75rem;
}
}
@media only screen and (min-width: 992px) {
.forgot-password__nav > div[data-v-789970df] {
    font-size: 0.875rem;
}
}
.forgot-password__nav > div[data-v-789970df]:hover {
  cursor: pointer;
}
.forgot-password__nav .enter__active[data-v-789970df] {
  background-color: #f5f5f5;
}
.forgot-password .def-title-3[data-v-789970df] {
  text-align: center;
  font-size: 1rem;
}
.forgot-password .def-title-3 > *[data-v-789970df]:not(.enter__active) {
  display: none;
}
.forgot-password .def-button[data-v-789970df] {
  font-size: 0.875rem;
  padding: 17px 61px;
  border: none;
}
@media only screen and (min-width: 992px) {
.forgot-password .def-button[data-v-789970df] {
    font-size: 1rem;
}
}
.forgot-password[data-v-789970df]  .def-input {
  font-size: 0.875rem;
}
.forgot-password[data-v-789970df]  .def-email {
  margin-bottom: 20px;
}
.forgot-password__link[data-v-789970df] {
  font-size: 0.875rem;
  line-height: 18px;
  color: #53595C;
  border-bottom: 1px dotted #53595C;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
.forgot-password__link[data-v-789970df] {
    font-size: 1rem;
    line-height: 20px;
}
}
.forgot-password__send-mail[data-v-789970df] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.forgot-password__send-mail button[data-v-789970df] {
  width: 50%;
  margin-top: 32px;
}
/* Short media */
.registration-phone[data-v-0df3285c] {
  width: 100%;
}
/* Short media */
.registration-email[data-v-96829a00] {
  width: 100%;
}
/* Short media */
/* Short media */
/* Short media */
/* Short media */

/*# sourceMappingURL=app.css.map*/