@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Manrope", serif;
  font-size: 15px;
  position: relative;
  min-height: 100vh;
  background: #FFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#daem .inner {
  max-width: 1140px;
  margin: 0 auto auto;
  width: 100%;
}

#daem .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* Основной контент занимает оставшееся пространство */
  padding: 20px 0; /* Отступы для контента */
}

#daem .header-logo a {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 992px) {
  #daem .header-logo a {
    font-size: 30px;
    line-height: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#daem .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  max-height: 35px;
  margin-right: 12px;
}
@media (min-width: 900px) {
  #daem .header-logo a img {
    max-width: 200px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #daem .header-logo a img {
    max-width: 300px;
    max-height: 80px;
  }
}

#daem .header-logo a.--long img {
  max-width: 65px;
  max-height: 85px;
}
@media (min-width: 992px) {
  #daem .header-logo a.--long img {
    max-width: 100px;
    max-height: 110px;
  }
}

#daem .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}
@media (min-width: 768px) {
  #daem .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #daem .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
    padding: 0 20px;
  }
}

#daem .select {
  position: relative;
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  font-family: "Manrope", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

#daem .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 136px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  #daem .select__item {
    min-width: 160px;
  }
}

#daem .select__item::after {
  content: "⌄";
  position: absolute;
  right: -5px;
  top: -9px;
  font-size: 24px;
  line-height: 1;
}

#daem .select__item:hover::after {
  content: "⌃";
  margin-top: 10px;
}

#daem .select__icon {
  max-width: 22px;
  max-height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-shrink: 0;
}
#daem .select__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 22px;
  height: 16px;
}
@media (min-width: 992px) {
  #daem .select__icon img {
    width: 22px;
    height: 16px;
  }
}

#daem .select a {
  font-family: "Manrope", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 11px 5px 11px;
}
@media (min-width: 992px) {
  #daem .select a {
    font-size: 20px;
  }
}

#daem .select__text {
  font-family: "Manrope", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #daem .select__text {
    font-size: 16px;
  }
}

#daem .select-content {
  display: none;
  position: absolute;
  background: #D1DBFC;
  border-radius: 20px;
  min-width: 64px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  z-index: 1;
  top: 25px;
  left: -5px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 992px) {
  #daem .select-content {
    left: 10px;
  }
}

.--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
}
@media (min-width: 992px) {
  .--arrow {
    margin-left: 36px;
  }
}

#daem .select:hover .select-content {
  display: block;
}

#daem .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #daem .main {
    margin-bottom: 0;
  }
}
#daem .main .main__container {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  #daem .main .main__container {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
    margin: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  #daem .main .main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#daem .main .main__wrap {
  max-width: 433px;
}
@media (min-width: 768px) {
  #daem .main .main__img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #daem .main .main__img {
    max-width: 670px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
}
#daem .main .main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #daem .main .main__title {
    font-family: "Manrope", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  #daem .main .main__title {
    font-size: 60px;
    line-height: 73px;
  }
}
#daem .main .main__p {
  font-family: "Manrope", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  max-width: 500px;
  color: #525252;
  padding-top: 20px;
}

strong {
  font-weight: bold;
}

#daem .header {
  background-size: cover;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  #daem .header {
    padding: 40px 0;
  }
}
#daem .header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
#daem .header__logo {
  max-width: 173px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}
@media (min-width: 992px) {
  #daem .header__logo {
    width: 166px;
    height: 44px;
  }
}
#daem .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
#daem .header__btn {
  display: block;
  width: 255px;
  margin: 0 auto;
  font-family: "NT Somic Med", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 70px;
  background: #FFFFFF;
  border-radius: 35px;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  #daem .header__btn {
    margin: 0;
    width: 290px;
    font-size: 20px;
    line-height: 80px;
    border-radius: 40px;
    display: block;
  }
}
#daem .header .error-btn {
  display: block;
}

#daem .offers {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #daem .offers {
    margin-bottom: 100px;
  }
}
@media (min-width: 1140px) {
  #daem .offers {
    padding: 0;
  }
}
#daem .offers .offers__title {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #daem .offers .offers__title {
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 24px;
  }
}
#daem .offers .offers__title p {
  font-family: "Manrope", serif;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  #daem .offers .offers__title p {
    font-size: 40px;
  }
}
#daem .offers .offers-cards {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 10px;
}
@media (min-width: 780px) {
  #daem .offers .offers-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  #daem .offers .offers-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
}
#daem .offers .offers-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 209, 154, 0.25)), to(#FFD19A));
  background: linear-gradient(90deg, rgba(255, 209, 154, 0.25) 0%, #FFD19A 100%);
  position: relative;
  overflow: hidden;
  min-height: 125px;
}
@media (min-width: 992px) {
  #daem .offers .offers-cards__item {
    gap: 24px;
  }
}
#daem .offers .offers-cards__item .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  cursor: pointer;
}
#daem .offers .offers-cards__action {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 20px;
  background: #5CB24B;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0 10px;
}
#daem .offers .offers-cards__name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding-top: 15px;
}
#daem .offers .offers-cards__unique {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-top: 2px;
}
#daem .offers .offers-cards__top {
  display: grid;
  grid-template-columns: minmax(auto, 170px) auto;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #F4F7FE;
}
@media (min-width: 992px) {
  #daem .offers .offers-cards__top {
    padding: 25px 30px;
  }
}
#daem .offers .offers-cards__top-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
#daem .offers .offers-cards__top__list {
  text-align: right;
}
#daem .offers .offers-cards__top__list-percent {
  margin-bottom: 10px;
}
#daem .offers .offers-cards__top__list-percent span {
  font-family: "NT Somic Med", sans-serif;
  font-size: 12px;
  background: #FFED28;
  padding: 7px 10px;
  line-height: 28px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  #daem .offers .offers-cards__top__list-percent span {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 30px;
  }
}
#daem .offers .offers-cards__top__list-term span {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  #daem .offers .offers-cards__top__list-term span {
    font-size: 14px;
  }
}
#daem .offers .offers-cards__top__list-term span b {
  font-family: "NT Somic Med", sans-serif;
}
#daem .offers .offers-cards__img-logo {
  max-width: 140px;
  width: 100%;
  height: 25px;
}
#daem .offers .offers-cards__img-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#daem .offers .offers-cards__preview {
  width: 145px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
#daem .offers .offers-cards__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#daem .offers .offers-cards__dynamic-field {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  border-radius: 20px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 4px 10px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
#daem .offers .offers-cards__foot {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(auto, 200px);
  gap: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  #daem .offers .offers-cards__foot {
    grid-template-columns: auto minmax(auto, 220px);
    padding: 30px 20px;
  }
}
#daem .offers .offers-cards__foot-sum {
  padding-bottom: 24px;
}
#daem .offers .offers-cards__promo {
  position: absolute;
  left: 15px;
  bottom: 16px;
  cursor: pointer;
  max-width: 180px;
  width: 100%;
  z-index: 899;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
}
#daem .offers .offers-cards__promo-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#daem .offers .offers-cards__promo-text {
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
#daem .offers .offers-cards__promo-copied {
  font-weight: 800;
  margin-right: 17px;
}
#daem .offers .offers-cards__promo-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #29AA47;
  padding: 6px;
}
#daem .offers .offers-cards__promo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Стили для блока с таймером */
.timer-box.timer {
  width: 50px;
}

.timer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .timer-block {
    max-width: 1140px;
    margin: 0 auto auto;
    width: 100%;
    position: relative;
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 40px;
  }
}

.timer.empty {
  width: 0px;
}

.timer {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  width: 50px;
  display: inline-block;
}

#timertext {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 10px;
}

.timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 15px 15px 0px 0px;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  color: white;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (min-width: 1200px) {
  .timer-box {
    max-width: 1140px;
    margin: 0 auto auto;
    width: 100%;
    position: relative;
    border-radius: 16px 16px 16px 16px;
    -webkit-box-shadow: -100px -100px 0px -100px rgba(34, 60, 80, 0);
            box-shadow: -100px -100px 0px -100px rgba(34, 60, 80, 0);
  }
}

.timer-box.gray {
  background: #555972;
}

.timer-box.orange {
  background: #F18B31;
}

.timer-box.red {
  background: #EC5557;
}

.timer-box.blue {
  background: #008fff;
}

/* Стили для попапа */
.bg.off {
  display: none;
}

#daem .footer {
  background: #FFF;
}
#daem .footer .footer__container {
  padding: 20px 15px 68px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #daem .footer .footer__container {
    padding: 25px;
  }
}
#daem .footer .footer__container .footer__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #daem .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#daem .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #daem .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
#daem .footer .footer__container .footer__list .footer__item a {
  color: #211616;
  font-size: 14px;
  font-weight: 500;
  line-height: 122%;
  cursor: pointer;
}
#daem .footer .footer__box {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #daem .footer .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#daem .footer .footer__box-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 122%;
  text-align: center;
}
#daem .footer .footer__box-text:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #daem .footer .footer__box-text:not(:first-child) {
    padding-top: 0;
  }
}

#daem .error {
  margin-bottom: auto;
}

/* Стили для попапа */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424040;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
  overflow: hidden;
}
.popup__content {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #FFF;
  padding: 30px 0;
  border-radius: 10px;
  text-align: center;
  position: relative;
  min-height: 387px;
  overflow: hidden;
}
.popup__drum-img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 238px;
  -webkit-animation: spin 10s ease-out forwards;
          animation: spin 10s ease-out forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  height: 238px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(2160deg);
            transform: translate(-50%, -50%) rotate(2160deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(2160deg);
            transform: translate(-50%, -50%) rotate(2160deg);
  }
}
.popup__drum-img.stop svg {
  -webkit-animation-play-state: unset;
          animation-play-state: unset;
  -webkit-transform: translate(-50%, -50%) rotate(2160deg);
      -ms-transform: translate(-50%, -50%) rotate(2160deg);
          transform: translate(-50%, -50%) rotate(2160deg);
  -webkit-animation: spinunset 0.1s ease-out forwards;
          animation: spinunset 0.1s ease-out forwards;
}
@-webkit-keyframes spinunset {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(2160deg);
            transform: translate(-50%, -50%) rotate(2160deg);
  }
}
@keyframes spinunset {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(2160deg);
            transform: translate(-50%, -50%) rotate(2160deg);
  }
}
.popup__arrow-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 145px;
}
.popup__centre-img {
  position: absolute;
  top: 77px;
  left: 127px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 47px;
  height: 47px;
}
.popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.popup__drum-wheel {
  position: relative;
  width: 100%;
  min-height: 210;
  overflow: hidden;
}
.popup__bg-img {
  width: 205px;
}
.popup__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}
.popup__text {
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.popup__text-first {
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup__button {
  max-width: 106px;
  width: 100%;
  margin-top: 20px;
  padding: 9px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  background: #F70;
  color: #FFF;
  border: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.popup__open {
  display: none;
}

.popup__open.show {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
}

.modal {
  display: none;
  color: #000;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: end;
      align-content: end;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (min-width: 768px) {
  .modal {
    justify-items: center;
  }
}
.modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 600px;
  min-width: 300px;
  width: calc(100vw - 30px);
  padding: 20px;
  z-index: 1;
  border-radius: 15px;
  margin: 10px 10px 62px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  max-height: calc(100% - 20px);
  height: auto;
}
@media (min-width: 992px) {
  .modal__box {
    padding: 40px;
    min-width: 600px;
  }
}
@media (min-height: 800px) {
  .modal__box {
    height: auto;
  }
}
.modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.modal__box-link {
  color: #F70;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  cursor: pointer;
}
.modal__box-list {
  list-style-type: disc;
  padding-left: 20px;
}
.modal__box-list li {
  list-style-type: disc;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
}
.modal__erid-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.modal__erid-box span {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.modal__erid {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
}

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

.modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}