/* TrafficMint styles.
   Colours live in the :root block below.
   Do not edit this file to customise a site: put overrides in
   wp-content/uploads/trafficmint/custom.css, which survives rebuilds and updates.
*/

:root {
  --tm-white: #fff;
  --tm-yellow: #FA0;
  --tm-green: #00B355;
  --tm-red: #FF455B;
  --tm-red-light: #FF4E4E;
  --tm-popup-bg: rgba(19, 15, 38, 0.10);
  --tm-neutral-15: #130F26;
  --tm-neutral-45: #605C73;
  --tm-neutral-60: #807A99;
  --tm-neutral-80: #BBB8CC;
  --tm-neutral-97: #F1F0F7;
  --tm-secondary-100: #F9F9FF;
  --tm-primary-default: #5214CC;
  --tm-primary-dark: #5B1FCE;
  --tm-primary-light: #901BC8;
  --tm-secondary-default: #F05054;
  --tm-secondary-light: #EE3A8A;
  --tm-third-accent: #F04967;
  --tm-banner-bg: #292929;
  --tm-banner-sign: #ffd3a7;
  --tm-banner-text: #efefef;
  --tm-banner-btn: #c13306;
  --tm-banner-btn-hover: #F14A05;
  --tm-banner-placeholder: #989898;
  --tm-primary-gradient: linear-gradient(180deg, var(--tm-primary-dark) 0%, var(--tm-primary-light) 100%);
  --tm-secondary-gradient: linear-gradient(180deg, var(--tm-secondary-default) 0%, var(--tm-secondary-light) 100%);
  --tm-third-gradient: linear-gradient(90deg, var(--tm-primary-dark) 71.18%, var(--tm-third-accent) 95.58%);
  --tm-fourth-gradient: linear-gradient(118deg, var(--tm-primary-dark) 42.43%, var(--tm-primary-light) 105.19%);
}

@keyframes spinBtnLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1050deg);
  }
}
.tm-tg-banner,
.tm-present-banner,
.tm-wheel__banner,
.tm-wheel__wrapper,
.tm-contacts__header,
.tm-contacts__wrapper,
.tm-toast__wrapper {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
.tm-tg-banner *,
.tm-tg-banner *:before,
.tm-tg-banner *:after,
.tm-present-banner *,
.tm-present-banner *:before,
.tm-present-banner *:after,
.tm-wheel__banner *,
.tm-wheel__banner *:before,
.tm-wheel__banner *:after,
.tm-wheel__wrapper *,
.tm-wheel__wrapper *:before,
.tm-wheel__wrapper *:after,
.tm-contacts__header *,
.tm-contacts__header *:before,
.tm-contacts__header *:after,
.tm-contacts__wrapper *,
.tm-contacts__wrapper *:before,
.tm-contacts__wrapper *:after,
.tm-toast__wrapper *,
.tm-toast__wrapper *:before,
.tm-toast__wrapper *:after {
  box-sizing: border-box;
  font-family: inherit;
}
.tm-tg-banner h2,
.tm-present-banner h2,
.tm-wheel__banner h2,
.tm-wheel__wrapper h2,
.tm-contacts__header h2,
.tm-contacts__wrapper h2,
.tm-toast__wrapper h2 {
  margin: 0;
}
.tm-tg-banner p,
.tm-present-banner p,
.tm-wheel__banner p,
.tm-wheel__wrapper p,
.tm-contacts__header p,
.tm-contacts__wrapper p,
.tm-toast__wrapper p {
  margin: 0;
}
.tm-wheel__banner:focus:not(:focus-visible),
.tm-contacts__header:focus:not(:focus-visible) {
  outline: none;
}

.tm-label[data-tm-before]::before {
  content: attr(data-tm-before) " ";
}
.tm-label[data-tm-after]::after {
  content: " " attr(data-tm-after);
}

.tm-notice {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7a5b00;
  background: #fff8e1;
  border: 1px dashed #e0b400;
  border-radius: 4px;
  padding: 12px 16px;
  margin: 16px 0;
}

@media (prefers-reduced-motion: reduce) {
  .tm-wheels__content.rotation,
  .tm-wheels__labels.rotation {
    transition: none !important;
    animation: none !important;
  }
  .tm-present-banner__btn.loading img,
  .tm-wheel__action .btn.loading img {
    animation: none !important;
  }
}
.tm-container {
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}



.tm-wheel__banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 16px 0 16px 16px;
  border-radius: 2px;
  background: var(--tm-third-gradient);
  min-height: 130px;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.tm-wheel__banner * {
  font-family: inherit;
}
@media (min-width: 768px) {
  .tm-wheel__banner {
    padding: 16px 0 16px 40px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 90px;
  }
}
.tm-wheel__banner .title {
  color: var(--tm-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  width: 60%;
  margin: 0 0 8px 0;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media (min-width: 768px) {
  .tm-wheel__banner .title {
    font-size: 25px;
    line-height: 30px;
    width: 40%;
    margin: 0;
  }
}
.tm-wheel__banner .description {
  color: var(--tm-yellow);
}
.tm-wheel__banner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  padding: 10px;
  border: none;
  border-radius: 2px;
  background: var(--tm-secondary-gradient);
  color: var(--tm-white);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.tm-wheel__banner .btn__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}
@media (min-width: 768px) {
  .tm-wheel__banner .btn__container {
    width: 40%;
    min-width: 182px;
    justify-content: center;
  }
}
.tm-wheel__banner .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 132px;
  min-width: 133px;
  min-height: 132px;
  position: absolute;
  right: -67px;
  top: 10px;
}
@media (min-width: 768px) {
  .tm-wheel__banner .circle {
    width: 152px;
    height: 150px;
    min-width: 152px;
    min-height: 150px;
    right: -15px;
    top: auto;
  }
}
@media (min-width: 768px) {
  .tm-wheel__banner .circle {
    right: 0;
  }
}
.tm-wheel__banner .circle__box {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tm-wheel__banner .circle__block {
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: spinPause 3s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}
@keyframes spinPause {
  0% {
    transform: rotate(0deg);
  }
  83.33% {
    transform: rotate(720deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.tm-wheel__banner .circle img {
  position: absolute;
}

.tm-present-banner {
  position: relative;
  padding-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .tm-present-banner {
    padding-top: 16px;
    margin-bottom: 16px;
  }
}
.tm-present-banner__decor {
  width: 177px;
  height: 202px;
  position: absolute;
  bottom: -80px;
  left: 43%;
  z-index: 999;
}
.tm-present-banner__decor > img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .tm-present-banner__decor {
    bottom: inherit;
    left: inherit;
    right: -41px;
    top: 41px;
    opacity: 0.6;
  }
}
.tm-present-banner__box {
  background-color: var(--tm-banner-bg);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.tm-present-banner__box:before {
  position: absolute;
  content: "";
  background-image: url("../img/banner/decor-one.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 99;
}
.tm-present-banner__box:after {
  position: absolute;
  content: "";
  background-image: url("../img/banner/decor-two.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  left: inherit;
  right: 0;
  bottom: 0;
  background-size: cover;
}
@media (max-width: 992px) {
  .tm-present-banner__box {
    flex-wrap: wrap;
    padding: 16px;
  }
  .tm-present-banner__box:before {
    display: none;
  }
  .tm-present-banner__box:after {
    background-size: cover;
    background-position: center;
  }
}
.tm-present-banner__left {
  z-index: 999;
  position: relative;
}
@media (max-width: 992px) {
  .tm-present-banner__left {
    width: 100%;
    margin-bottom: 32px;
  }
}
.tm-present-banner__sign {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tm-banner-sign);
  margin-bottom: 8px;
}
.tm-present-banner__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--tm-white);
}
@media (max-width: 767px) {
  .tm-present-banner__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.tm-present-banner__right {
  width: 524px;
  backdrop-filter: blur(10px);
  background: rgba(1, 1, 1, 0.4);
  padding: 16px;
  border-radius: 8px;
  position: relative;
  z-index: 999;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .tm-present-banner__right {
    width: 424px;
  }
}
@media (max-width: 992px) {
  .tm-present-banner__right {
    width: 100%;
  }
}
.tm-present-banner__list {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.tm-present-banner__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tm-banner-text);
  padding-left: 30px;
  margin-right: 24px;
  position: relative;
  background-image: url("../img/banner/stars.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
}
.tm-present-banner__item:last-child {
  margin-right: 0;
}
.tm-present-banner__item:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.tm-present-banner__form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.tm-present-banner__input {
  backdrop-filter: blur(10px);
  background: rgba(1, 1, 1, 0.4);
  border: 1px solid transparent;
  padding: 16px;
  color: var(--tm-white);
  outline: none;
  border-radius: 8px;
  width: calc(50% - 4px);
  min-width: 0;
  margin: 0;
}
.tm-present-banner__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tm-banner-placeholder);
}
@media (max-width: 630px) {
  .tm-present-banner__input {
    width: 100%;
  }
}
.tm-present-banner__btn {
  display: block;
  width: 100%;
  order: 2;
  border-radius: 4px;
  padding: 8px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--tm-white);
  background-color: var(--tm-banner-btn);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.tm-present-banner__btn:hover {
  background-color: var(--tm-banner-btn-hover);
}
.tm-present-banner__btn.loading {
  pointer-events: none;
}
.tm-present-banner__btn.loading img {
  width: 24px;
  height: 24px;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: spinBtnLoading;
}
.tm-present-banner__form.error .tm-present-banner__error {
  display: block;
}
.tm-present-banner__form.error input[type=email] {
  border-color: var(--tm-red-light);
}
.tm-present-banner__error {
  order: 1;
  color: var(--tm-red-light);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  text-align: left;
  width: 100%;
  display: none;
}
.tm-present-banner__success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 104px;
  color: var(--tm-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.tm-present-banner__success img {
  width: 24px;
  height: 24px;
}

.tm-tg-banner {
  position: relative;
  padding-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .tm-tg-banner {
    padding-top: 16px;
    margin-bottom: 16px;
  }
}
.tm-tg-banner__decor {
  width: 191px;
  height: 175px;
  position: absolute;
  bottom: -39px;
  left: 41%;
}
.tm-tg-banner__decor img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .tm-tg-banner__decor {
    bottom: inherit;
    left: inherit;
    right: 0;
    top: 25px;
    opacity: 0.6;
  }
}
.tm-tg-banner__box {
  background-color: var(--tm-banner-bg);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.tm-tg-banner__box:before {
  position: absolute;
  content: "";
  background-image: url("../img/banner/decor-one.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tm-tg-banner__box:after {
  position: absolute;
  content: "";
  background-image: url("../img/banner/decor-two.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  left: inherit;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .tm-tg-banner__box {
    flex-wrap: wrap;
    padding: 16px;
  }
  .tm-tg-banner__box:before {
    display: none;
  }
  .tm-tg-banner__box:after {
    background-size: cover;
    background-position: center;
  }
}
.tm-tg-banner__left {
  z-index: 999;
  position: relative;
}
@media (max-width: 992px) {
  .tm-tg-banner__left {
    width: 100%;
    margin-bottom: 32px;
  }
}
.tm-tg-banner__sign {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tm-banner-sign);
  margin-bottom: 8px;
}
.tm-tg-banner__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--tm-white);
}
@media (max-width: 767px) {
  .tm-tg-banner__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.tm-tg-banner__right {
  width: 524px;
  backdrop-filter: blur(10px);
  background: rgba(1, 1, 1, 0.4);
  padding: 16px;
  border-radius: 8px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1250px) {
  .tm-tg-banner__right {
    width: 424px;
  }
}
@media (max-width: 992px) {
  .tm-tg-banner__right {
    width: 100%;
  }
}
.tm-tg-banner__list {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.tm-tg-banner__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tm-banner-text);
  padding-left: 30px;
  margin-right: 24px;
  position: relative;
  background-image: url("../img/banner/stars.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
}
.tm-tg-banner__item:last-child {
  margin-right: 0;
}
.tm-tg-banner__item:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.tm-tg-banner__btn {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--tm-white);
  background-color: var(--tm-banner-btn);
  transition: 0.3s;
}
.tm-tg-banner__btn:hover, .tm-tg-banner__btn:focus, .tm-tg-banner__btn:visited {
  text-decoration: none;
  color: var(--tm-white);
}
.tm-tg-banner__btn:hover {
  background-color: var(--tm-banner-btn-hover);
}

.tm-toast__wrapper {
  position: fixed;
  top: 80px;
  left: 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;
  gap: 5px;
}
.tm-toast__wrapper *, .tm-toast__wrapper input, .tm-toast__wrapper button {
  font-family: inherit;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.tm-toast__block {
  border-radius: 2px;
  background: var(--tm-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  color: var(--tm-neutral-15);
  font-size: 15px;
  line-height: 25px;
  animation: slide-in 0.6s ease forwards;
  max-width: 320px;
}
.tm-toast__block img,
.tm-toast__block svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.tm-toast__block span {
  margin-right: 8px;
  font-size: 20px;
}
.tm-toast__block.hide {
  animation: slide-out 0.6s ease forwards;
}
.tm-coinsAnimationBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.tm-coinsAnimationBlock img {
  position: absolute;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  transition: all 1s ease-in-out;
}

.tm-wheel__wrapper {
  background: rgba(19, 15, 38, 0.1);
  backdrop-filter: blur(6.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.tm-wheel__wrapper *, .tm-wheel__wrapper input, .tm-wheel__wrapper button {
  font-family: inherit;
}
.tm-wheel__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .tm-wheel__container {
    flex-direction: row;
  }
}
.tm-wheel__success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
}
.tm-wheel__success.hide {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tm-wheel__success.show {
  opacity: 1;
  transform: scale(1);
}
.tm-wheel__success .granted {
  width: 162.697px;
  height: 178px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tm-wheel__success .granted {
    width: 215.634px;
    height: 236.326px;
  }
}
.tm-wheel__success .granted img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .tm-wheel__success .granted img {
    transform: rotate(-11deg);
    aspect-ratio: 215.63/236.33;
  }
}
.tm-wheel__success .title {
  color: var(--tm-white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .tm-wheel__success .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }
}
.tm-wheel__success .description {
  color: var(--tm-white);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .tm-wheel__success .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    width: auto;
  }
}
.tm-wheel__success .posts {
  margin: 42px auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 323px;
  height: 136px;
}
.tm-wheel__success .alert {
  position: absolute;
  top: -12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.tm-wheel__success .alert .bell {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tm-yellow);
  border-radius: 50%;
}
.tm-wheel__success .alert .bell img {
  width: 28px;
  height: 28px;
}
.tm-wheel__success .alert .number {
  width: 32px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1.12px solid var(--tm-white);
  background: var(--tm-red-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tm-white);
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  top: -6px;
  right: -12px;
  font-size: 12px;
}
.tm-wheel__success .message {
  border-radius: 7.056px;
  border: 1.008px solid rgba(136, 102, 204, 0.5);
  background: var(--tm-white);
  box-shadow: 0 2px 6px 0 rgba(0, 255, 255, 0);
  width: 298px;
  height: 99px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.tm-wheel__success .message .icon {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.tm-wheel__success .message .icon img {
  width: 59px;
  height: 59px;
  min-width: 59px;
  min-height: 59px;
}
.tm-wheel__success .message .content {
  display: flex;
  flex-direction: column;
}
.tm-wheel__success .message .content .text {
  color: var(--tm-neutral-15);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 7px 0;
}
.tm-wheel__success .message .content .info {
  color: var(--tm-neutral-60);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.tm-wheel__success .message:nth-child(2) {
  border-radius: 7px;
  border: 1.008px solid rgba(136, 102, 204, 0.5);
  background: #D8D5E9;
  box-shadow: 0 2px 6px 0 rgba(0, 255, 255, 0);
  z-index: 0;
  top: 0;
  left: 0;
}
.tm-wheel__success .message:nth-child(3) {
  border-radius: 7px;
  border: 1.008px solid rgba(136, 102, 204, 0.5);
  background: var(--Neutral-97, #F1F0F7);
  box-shadow: 0 2px 6px 0 rgba(0, 255, 255, 0);
  top: 8px;
  left: 7px;
  z-index: 1;
}
.tm-wheel__success .message:nth-child(4) {
  z-index: 2;
  top: 17px;
  left: 15px;
}
.tm-wheel__success .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.tm-wheel__success .form.error .error {
  display: flex;
}
.tm-wheel__success .form.error input {
  border: 1px solid var(--tm-red-light);
}
@media (min-width: 768px) {
  .tm-wheel__success .form {
    width: 348px;
  }
}
.tm-wheel__success .form input {
  border-radius: 2px;
  background: var(--tm-neutral-97);
  display: flex;
  width: 100%;
  padding: 17px 20px;
  height: 54px;
  border: none;
  margin-bottom: 12px;
  color: var(--tm-neutral-15);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.tm-wheel__success .form input:focus {
  outline: 0;
}
.tm-wheel__success .form input:focus::placeholder {
  color: transparent;
}
.tm-wheel__success .form input::placeholder {
  color: var(--tm-neutral-60);
  transition: 0.2s;
}
.tm-wheel__success .form button {
  height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2px;
  background: var(--tm-secondary-gradient);
  border: none;
  color: var(--tm-white);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
}
.tm-wheel__success .form button.loading img {
  width: 30px;
  height: 30px;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: spinBtnLoading;
}
.tm-wheel__success .form .error {
  color: var(--tm-red);
  font-size: 12px;
  line-height: 15px;
  margin: -5px 0 12px 0;
  text-align: left;
  width: 100%;
  display: none;
}
.tm-wheel__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--tm-fourth-gradient);
  position: relative;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tm-wheel__popup {
    width: 884px;
    max-width: 90%;
    height: 508px;
    flex-direction: row;
  }
}
.tm-wheel__card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tm-wheel__card {
    width: 50%;
    height: 100%;
    padding: 40px;
  }
}
.tm-wheel__card.title__mob .title {
  color: var(--tm-white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  width: 70%;
  display: flex;
  flex-direction: column;
}
.tm-wheel__card.title__mob .title .description {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .tm-wheel__card.title__mob {
    display: none;
  }
}
.tm-wheel__close {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 992px) {
  .tm-wheel__close {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    top: 24px;
    right: 24px;
  }
}
.tm-wheel__close img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
@media (min-width: 992px) {
  .tm-wheel__close img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
.tm-wheel__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .tm-wheel__action {
    padding: 0;
  }
}
.tm-wheel__action .title {
  color: var(--tm-white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  display: none;
  flex-direction: column;
}
.tm-wheel__action .title .description {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .tm-wheel__action .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 32px 0;
    display: flex;
  }
}
.tm-wheel__action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 54px;
  padding: 10px;
  border-radius: 2px;
  background: var(--tm-secondary-gradient);
  color: var(--tm-white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.tm-wheel__action .btn.loading img {
  width: 30px;
  height: 30px;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: spinBtnLoading;
}
@media (min-width: 992px) {
  .tm-wheel__action .btn {
    width: 348px;
  }
}

.tm-wheel__popup .tm-wheels__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto;
}
@media (min-width: 992px) {
  .tm-wheel__popup .tm-wheels__wrapper {
    margin: 0;
  }
}
.tm-wheel__popup .tm-wheels__label--down {
  position: absolute;
  top: 121.57px;
  left: -25px;
  background-image: url("../img/wheel/circleLabelDown.webp");
  background-size: contain;
  background-repeat: no-repeat;
  height: 99.285px;
  width: 28.273px;
}
.tm-wheel__popup .tm-wheels__label--up {
  position: absolute;
  left: -25px;
  top: 133px;
  background-image: url("../img/wheel/circleLabelTop.webp");
  background-size: contain;
  background-repeat: no-repeat;
  height: 73.074px;
  width: 39.552px;
  z-index: 2;
}
.tm-wheel__popup .tm-wheels__circle {
  width: 340px;
  height: 339.349px;
  background: linear-gradient(54deg, #5B1FCE 18.52%, #901BC8 114.66%);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.1);
}
.tm-wheel__popup .tm-wheels__circle--inner {
  width: 305.64px;
  height: 305.954px;
  border-radius: 50%;
  background: #86C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-wheel__popup .tm-wheels__content {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(53.26% 53.26% at 50.02% 50%, #FDFDFD 37.38%, #FBFBFB 64.9%, #F2F2F2 80.98%, #E4E4E4 94.09%, #DBDBDB 100%);
  position: relative;
  overflow: hidden;
}
.tm-wheel__popup .tm-wheels__content.rotation {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.tm-wheel__popup .tm-wheels__content.rotation.spinWheel {
  animation-name: spinWheel;
}
.tm-wheel__popup .tm-wheels__sector {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
  color: black;
}
.tm-wheel__popup .tm-wheels__sector:first-child {
  transform: rotate(-17deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(2) {
  transform: rotate(18deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(3) {
  transform: rotate(43deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(4) {
  transform: rotate(78deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(5) {
  transform: rotate(103deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(6) {
  transform: rotate(138deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(7) {
  transform: rotate(163deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(8) {
  transform: rotate(198deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(9) {
  transform: rotate(223deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(10) {
  transform: rotate(258deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(11) {
  transform: rotate(283deg) skewY(-55deg);
}
.tm-wheel__popup .tm-wheels__sector:nth-child(12) {
  transform: rotate(318deg) skewY(-65deg);
  background: var(--tm-secondary-gradient);
}
.tm-wheel__popup .tm-wheels__labels {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.tm-wheel__popup .tm-wheels__labels.rotation {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.tm-wheel__popup .tm-wheels__labels.rotation.spinWheel {
  animation-name: spinWheel;
}
.tm-wheel__popup .tm-wheels__labels p {
  position: absolute;
  margin: 0;
  color: var(--tm-neutral-15);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 35%;
}
.tm-wheel__popup .tm-wheels__labels p span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(2n) {
  color: var(--tm-white);
}
.tm-wheel__popup .tm-wheels__labels p:first-of-type {
  top: 83px;
  left: 111px;
  transform: rotate(90deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(2) {
  top: 95px;
  left: 151px;
  transform: rotate(121deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(3) {
  top: 126px;
  left: 177px;
  transform: rotate(149deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(4) {
  top: 164px;
  left: 189px;
  transform: rotate(180deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(5) {
  top: 200px;
  left: 173px;
  transform: rotate(209deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(6) {
  top: 230px;
  left: 147px;
  transform: rotate(240deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(7) {
  top: 240px;
  left: 109px;
  transform: rotate(269deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(8) {
  top: 228px;
  left: 71px;
  transform: rotate(299deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(9) {
  top: 201px;
  left: 43px;
  transform: rotate(331deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(10) {
  top: 162px;
  left: 32px;
  transform: rotate(360deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(11) {
  top: 122px;
  left: 42px;
  transform: rotate(390deg);
}
.tm-wheel__popup .tm-wheels__labels p:nth-child(12) {
  top: 93px;
  left: 71px;
  transform: rotate(421deg);
}
.tm-wheel__popup .tm-wheels__center {
  width: 33.36px;
  height: 32.445px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(49.85% 49.85% at 49.79% 50.17%, #400500 33.84%, #4F1814 36.82%, #7D5451 46.96%, #A48886 57.02%, #C5B3B2 66.76%, #DED4D3 76.11%, #F0ECEB 84.98%, #FBFAFA 93.16%, #FFF 100%);
  opacity: 0.7;
  position: absolute;
}
.tm-wheel__popup .tm-wheels__center--pin {
  position: absolute;
  width: 20.016px;
  height: 19.467px;
  border-radius: 50%;
  background: var(--tm-secondary-gradient);
  margin: 0;
}

@keyframes spinWheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1230deg);
  }
}
.tm-contacts__header {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin: 0 16px 0 0;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(241, 240, 247, 0.13);
  cursor: pointer;
}
.tm-contacts__header img {
  width: 31px;
  height: 25px;
  min-width: 31px;
  min-height: 25px;
}
.tm-contacts__header .indicator {
  display: flex;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--tm-green);
  position: absolute;
  top: -3px;
  right: -3px;
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tm-contacts__wrapper {
  background: rgba(19, 15, 38, 0.1);
  backdrop-filter: blur(6.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.tm-contacts__wrapper *, .tm-contacts__wrapper input, .tm-contacts__wrapper button {
  font-family: inherit;
}
.tm-contacts__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .tm-contacts__container {
    flex-direction: row;
  }
}
.tm-contacts__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--tm-fourth-gradient);
  position: relative;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tm-contacts__popup {
    width: 884px;
    max-width: 90%;
    height: 508px;
    flex-direction: row;
  }
}
.tm-contacts__close {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 992px) {
  .tm-contacts__close {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    top: 24px;
    right: 24px;
  }
}
.tm-contacts__close img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
@media (min-width: 992px) {
  .tm-contacts__close img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
.tm-contacts__card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tm-contacts__card {
    width: 50%;
  }
  .tm-contacts__card:nth-child(2) {
    justify-content: flex-start;
  }
}
.tm-contacts__gift {
  width: 148px;
  height: 148px;
}
@media (min-width: 992px) {
  .tm-contacts__gift {
    width: 320.109px;
    height: 320.109px;
  }
}
.tm-contacts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 379px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .tm-contacts__content {
    padding: 0;
  }
}
.tm-contacts__content .title {
  color: var(--tm-white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 4px 0;
}
@media (min-width: 768px) {
  .tm-contacts__content .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
.tm-contacts__content .description {
  color: var(--tm-white);
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  width: 60%;
}
@media (min-width: 768px) {
  .tm-contacts__content .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    width: auto;
  }
}
.tm-contacts__content .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .tm-contacts__content .form {
    margin-top: 40px;
  }
}
.tm-contacts__content .form.error .error {
  display: flex;
}
.tm-contacts__content .form.error input {
  border: 1px solid var(--tm-red-light);
}
.tm-contacts__content .form input {
  border-radius: 2px;
  background: #F1F0F7;
  display: flex;
  width: 100%;
  padding: 17px 20px;
  height: 54px;
  border: none;
  margin-bottom: 12px;
  color: var(--tm-neutral-15);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.tm-contacts__content .form input:focus {
  outline: 0;
}
.tm-contacts__content .form input:focus::placeholder {
  color: transparent;
}
.tm-contacts__content .form input::placeholder {
  color: var(--tm-neutral-60);
  transition: 0.2s;
}
.tm-contacts__content .form button {
  height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2px;
  background: var(--tm-secondary-gradient);
  border: none;
  color: var(--tm-white);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.tm-contacts__content .form button.loading img {
  width: 30px;
  height: 30px;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-name: spinBtnLoading;
}
.tm-contacts__content .form .error {
  color: var(--tm-red);
  font-size: 12px;
  line-height: 15px;
  margin: -5px 0 12px 0;
  text-align: left;
  width: 100%;
  display: none;
}
.tm-contacts__success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
}
.tm-contacts__success.hide {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tm-contacts__success.show {
  opacity: 1;
  transform: scale(1);
}
.tm-contacts__success .granted {
  width: 162.697px;
  height: 178px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tm-contacts__success .granted {
    width: 215.634px;
    height: 236.326px;
  }
}
.tm-contacts__success .granted img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .tm-contacts__success .granted img {
    transform: rotate(-11deg);
    aspect-ratio: 215.63/236.33;
  }
}
.tm-contacts__success .title {
  color: var(--tm-white);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .tm-contacts__success .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }
}
.tm-contacts__success .description {
  color: var(--tm-white);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .tm-contacts__success .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    width: auto;
  }
}
