@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&family=Unbounded:wght@200..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: "Inter", sans-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;
}

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

#dariim .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}

#dariim .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: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 992px) {
  #dariim .header-logo a {
    font-size: 30px;
    line-height: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#dariim .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) {
  #dariim .header-logo a img {
    max-width: 200px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #dariim .header-logo a img {
    max-width: 300px;
    max-height: 80px;
  }
}

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

#dariim .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) {
  #dariim .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #dariim .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
    padding: 0 20px;
  }
}

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

#dariim .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) {
  #dariim .select__item {
    min-width: 160px;
  }
}

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

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

#dariim .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;
}
#dariim .select__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 22px;
  height: 16px;
}
@media (min-width: 992px) {
  #dariim .select__icon img {
    width: 22px;
    height: 16px;
  }
}

#dariim .select a {
  font-family: "Inter", sans-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) {
  #dariim .select a {
    font-size: 20px;
  }
}

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

#dariim .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) {
  #dariim .select-content {
    left: 10px;
  }
}

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

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

#dariim .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) {
  #dariim .main {
    margin-bottom: 0;
  }
}
#dariim .main .main__container {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  #dariim .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) {
  #dariim .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;
  }
}
#dariim .main .main__wrap {
  max-width: 433px;
}
@media (min-width: 768px) {
  #dariim .main .main__img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #dariim .main .main__img {
    max-width: 670px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
  }
}
#dariim .main .main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #dariim .main .main__title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  #dariim .main .main__title {
    font-size: 60px;
    line-height: 73px;
  }
}
#dariim .main .main__p {
  font-family: "Inter", sans-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;
}

#dariim .header {
  background-size: cover;
  padding: 20px 0 0 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  #dariim .header {
    padding: 40px 0;
  }
}
#dariim .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: 14px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 10px;
}
#dariim .header__logo {
  max-width: 120px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}
@media (min-width: 992px) {
  #dariim .header__logo {
    width: 166px;
    height: 44px;
  }
}
#dariim .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
#dariim .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) {
  #dariim .header__btn {
    margin: 0;
    width: 290px;
    font-size: 20px;
    line-height: 80px;
    border-radius: 40px;
    display: block;
  }
}
#dariim .header .error-btn {
  display: block;
}

#dariim .offers {
  padding: 0 10px;
}
@media (min-width: 992px) {
  #dariim .offers {
    margin-bottom: 100px;
  }
}
@media (min-width: 1140px) {
  #dariim .offers {
    padding: 0;
  }
}
#dariim .offers .offers__title {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #dariim .offers .offers__title {
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 24px;
  }
}
#dariim .offers .offers__title p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  #dariim .offers .offers__title p {
    font-size: 40px;
  }
}
#dariim .offers .offers-cards {
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 10px;
}
@media (min-width: 780px) {
  #dariim .offers .offers-cards {
    gap: 20px;
  }
}
#dariim .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: 70px;
  max-height: 100px;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__item {
    gap: 24px;
  }
}
#dariim .offers .offers-cards__item .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#dariim .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-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0 10px;
}
#dariim .offers .offers-cards__name {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__name {
    font-size: 26px;
    font-weight: 600;
  }
}
#dariim .offers .offers-cards__unique {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  min-width: 315px;
}
#dariim .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) {
  #dariim .offers .offers-cards__top {
    padding: 25px 30px;
  }
}
#dariim .offers .offers-cards__top-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
#dariim .offers .offers-cards__top__list {
  text-align: right;
}
#dariim .offers .offers-cards__top__list-percent {
  margin-bottom: 10px;
}
#dariim .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) {
  #dariim .offers .offers-cards__top__list-percent span {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 30px;
  }
}
#dariim .offers .offers-cards__top__list-term span {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__top__list-term span {
    font-size: 14px;
  }
}
#dariim .offers .offers-cards__top__list-term span b {
  font-family: "NT Somic Med", sans-serif;
}
#dariim .offers .offers-cards__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
}
#dariim .offers .offers-cards__img-logo {
  max-width: 70px;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__img-logo {
    max-width: 100px;
  }
}
#dariim .offers .offers-cards__img-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dariim .offers .offers-cards__preview {
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__preview {
    width: 50px;
  }
}
#dariim .offers .offers-cards__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#dariim .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;
}
#dariim .offers .offers-cards__foot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  #dariim .offers .offers-cards__foot {
    grid-template-columns: auto minmax(auto, 220px);
    padding: 30px 20px;
  }
}
#dariim .offers .offers-cards__foot-sum {
  padding-bottom: 24px;
}
#dariim .offers .offers-cards__promo {
  left: 15px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-height: 50px;
  width: 100%;
  z-index: 899;
  padding: 6px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background: #F6F6F6;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
}
#dariim .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;
}
#dariim .offers .offers-cards__promo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #717171;
}
#dariim .offers .offers-cards__promo-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #717171;
}
#dariim .offers .offers-cards__promo-copied {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
#dariim .offers .offers-cards__promo-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #29AA47;
  padding: 5px;
}
#dariim .offers .offers-cards__promo-img img {
  width: 26px;
  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: 1000px;
    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,
#timertextEnd {
  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;
}

#dariim .footer {
  background: #FFF;
}
#dariim .footer .footer__container {
  padding: 0 15px 68px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #dariim .footer .footer__container {
    padding: 25px;
  }
}
#dariim .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) {
  #dariim .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#dariim .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #dariim .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
#dariim .footer .footer__container .footer__list .footer__item a {
  color: #211616;
  font-size: 14px;
  font-weight: 500;
  line-height: 122%;
  cursor: pointer;
}
#dariim .footer .footer__box {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #dariim .footer .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#dariim .footer .footer__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
#dariim .footer .footer__box-text:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #dariim .footer .footer__box-text:not(:first-child) {
    padding-top: 0;
  }
}

#dariim .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;
}
.popup__content {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #FFF;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  min-height: 387px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .popup__content {
    max-width: 600px;
  }
}
.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: 340px;
  -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: 340px;
}
@-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: -10px;
  left: 102px;
}
@media (min-width: 992px) {
  .popup__arrow-img {
    left: 252px;
  }
}
.popup__centre-img {
  position: absolute;
  top: 107px;
  left: 104px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 49px;
  height: 49px;
}
@media (min-width: 992px) {
  .popup__centre-img {
    left: 253px;
  }
}
.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%;
}
.popup__bg-img {
  width: 260px;
}
.popup__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.popup__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  .popup__text {
    font-size: 14px;
  }
}
.popup__text-first {
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  .popup__text-first {
    font-size: 14px;
  }
}
.popup .popup__text-last {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 10px;
}
.popup__text-last.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.popup__button {
  max-width: 260px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  background: #F70;
  color: #FFF;
  border: none;
  cursor: pointer;
}
.popup__track {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.popup__hidden {
  position: relative;
  width: 100%;
  height: 90px;
  margin-top: 20px;
  overflow: hidden;
}

.popup__track--right {
  top: 50px;
  right: 578px;
}

.popup__track--left .popup__track-items {
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: moveLeft 20s linear infinite;
          animation: moveLeft 20s linear infinite;
}

.popup__track--right .popup__track-items {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: moveRight 20s linear infinite;
          animation: moveRight 20s linear infinite;
}

.popup__track-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  width: 200%;
  will-change: transform;
}

.popup__track-items img {
  width: 100px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
  margin-bottom: 10px;
}

.popup__open {
  display: none;
}

.popup__open.show {
  display: block;
}

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

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* Анимация для правой дорожки */
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.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;
  -ms-flex-line-pack: center;
      align-content: center;
  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__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__logo {
  max-width: 100px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
}
@media (min-width: 992px) {
  .modal__logo {
    width: 140px;
    height: 80px;
  }
}
.modal__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}
.modal__unique {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .modal__unique {
    font-size: 24px;
  }
}
.modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .modal__info {
    margin-top: 12px;
  }
}
.modal__info-span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
  max-width: 175px;
}
@media (min-width: 992px) {
  .modal__info-span {
    max-width: 100%;
    font-size: 14px;
  }
}
.modal__info-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  padding: 2px 6px;
  background: #F70;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}
@media (min-width: 992px) {
  .modal__info-number {
    font-size: 14px;
  }
}
.modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #F70;
  width: 100%;
  padding: 14px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 20px 0;
}
.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;
  background: #FFF;
  -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-padding {
  overflow-y: auto;
}
.modal__box-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.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 {
  margin-top: 20px;
  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);
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424040;
  z-index: 9999;
  display: block;
}
.bg.off {
  display: none;
}

#dariim .input {
  z-index: 1;
  position: relative;
}
#dariim .input__wrap {
  border-radius: 24px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #dariim .input__wrap {
    max-width: 558px;
    max-width: 100%;
  }
}
#dariim .input-name {
  border-radius: 10px;
  background: #F6F6F6;
  padding: 16px 20px;
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #dariim .input-name {
    max-width: 100%;
  }
}
#dariim .input__button {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  max-width: 494px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #CF142B;
  -webkit-box-shadow: 0px 2px 0px 0px #CF142B;
          box-shadow: 0px 2px 0px 0px #CF142B;
  padding: 16px 0;
  color: #FFF;
  cursor: pointer;
  margin-top: 32px;
}

.modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
.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;
  padding: 22px;
  z-index: 1;
  border-radius: 20px;
  margin: 10px;
  background: #FFF;
  -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;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .modal__box {
    padding: 40px;
  }
}
@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-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.modal__button {
  cursor: pointer;
  pointer-events: none;
  background-color: rgba(255, 119, 0, 0.5490196078);
  margin: 15px 0;
}
.modal__button.prevent-register {
  pointer-events: auto;
  background: #F70;
}

.modal__button.open {
  pointer-events: auto;
  background: #F70;
}

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

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

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding-left: 3px;
}

.box-inner {
  padding: 22px;
  width: 100%;
  height: 100vh;
}

.box-inner .modal__box-close {
  top: -2px;
}

.checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.checkbox-text__span {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .checkbox-text__span {
    font-size: 14px;
  }
}
.checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #F70;
  text-decoration: underline;
}
.checkbox-text-error {
  font-size: 12px;
  background-color: #F6F6F6;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.checkbox-text-error.off {
  display: none;
}

.bid__form-errors {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding: 7px 0 0 3px;
  color: #EF5555;
  text-align: center;
}

.checkbox-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F9F9F9;
  border: 1px solid #F4F4F4;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-input:checked {
  border: 1px solid #F4F4F4;
  background: rgb(33, 160, 56);
}

.checkbox-input:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}

.bid__form-errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CF142B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.bid__form-errors::before {
  content: "";
  background: url("/static/broker_ua_1/images/info.svg") no-repeat center center/contain;
  min-width: 16px;
  height: 16px;
  display: block;
  margin: 0 10px 0 0;
}

.refund {
  border-radius: 20px;
  background: #F9F4F4;
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
}
.refund__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
  color: #000;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #000;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  .steps {
    margin-bottom: 60px;
  }
}
.steps__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .steps__info {
    font-size: 20px;
  }
}
.steps__container {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container {
    max-width: 558px;
  }
}
.steps__container img {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps__container img {
    max-width: 558px;
    width: 100%;
  }
}

.form {
  position: relative;
  z-index: 2;
}

.successMessage {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.successMessage span {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  padding-top: 20px;
  max-width: 259px;
}
@media (min-width: 768px) {
  .successMessage span {
    max-width: 100%;
    font-size: 20px;
  }
}
.successMessage__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 10px;
  background: #F70;
  padding: 14px 0;
  width: 100%;
  margin-bottom: 20px;
}

.survey-question,
.survey-result {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 20px 0 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .survey-question,
  .survey-result {
    font-size: 18px;
    padding: 20px 0 20px 0;
  }
}

.survey-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.survey-button {
  padding: 14px 40px;
  border-radius: 10px;
  background: #F70;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .survey-button {
    max-width: 100%;
  }
}
.survey-button.--margin {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .survey-button.--margin {
    margin-right: 20px;
  }
}