*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

body.scroll-lock {
  overflow: hidden;
}

.tatts-green {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  background: linear-gradient(180deg, #000000 0%, #004c53 57.46%, #43d9e7 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
}

.tatts-green h1,
.tatts-green h2,
.tatts-green h3,
.tatts-green h4,
.tatts-green h5,
.tatts-green h6 {
  color: #fff;
  margin-top: 0;
}

.tatts-green h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.tatts-green h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.tatts-green p {
  margin-top: 0;
  margin-bottom: 0;
}

.tatts-green a {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: inherit;
  transition: 75ms ease;
}

.tatts-green__main {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  margin-bottom: 70px;
}

.container {
  padding: 0 20px;
  width: 100vw;
}

.tatts-green-header {
  position: fixed;
  z-index: 999;
  top: 14px;
  right: 0;
  left: 0;
}

.tatts-green-header__body {
  position: relative;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0 14px;
}

.tatts-green-header__body::before {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tatts-green-header__logo {
  width: 126px;
  height: 35px;
}

.tatts-green-header__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
}

.tatts-green-header__close {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 20px;
  background: none;
  background-color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
}

.tatts-green-header__close img {
  width: 20px;
  height: 20px;
}

.tatts-green-header__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tatts-green-header__list > li + li {
  margin-top: 18px;
}

.tatts-green-header__link {
  display: inline-block;
  background-color: transparent;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 10px 16px;
}

.tatts-green-header__link.active {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, 0.2);
}

.tatts-green-header__user {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}

.tatts-green-header__user:empty {
  display: none;
}

.tatts-green-header__cart {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff !important;
  padding-left: 40px;
  margin-left: auto;
}

.tatts-green-header__cart::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #e10b87;
  background-image: url('../images/tatts-green-cart.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  border-radius: 50%;
  transition: 75ms ease;
}

.tatts-green-header__open {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 20px;
}

.tatts-green-header__open img {
  width: 20px;
  height: 20px;
}

.tatts-green-footer__fqa {
  display: none;
}

.tatts-green-footer--has-fqa .tatts-green-footer__fqa {
  display: block;
  margin-bottom: 70px;
}

.tatts-green-footer-bottom {
  background-color: #101010;
  color: #fff;
  padding: 30px 0;
}

.tatts-green-footer-bottom__logo {
  width: 126px;
  height: 35px;
  margin-bottom: 15px;
}

.tatts-green-footer-bottom__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
}

.tatts-green-footer-bottom__content {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
}

.tatts-green-footer-bottom__br {
  display: none;
}

.tatts-green-footer-bottom__partners {
  overflow-x: clip;
  margin-right: -20px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.tatts-green-footer-bottom__loop {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(0);
  will-change: transform;
  animation: loop 32s linear infinite;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}

.tatts-green-footer-bottom__loop li {
  flex-shrink: 0;
  margin-right: 25px;
}

.tatts-green-footer-bottom__link {
  display: block;
}

.tatts-green-footer-bottom__link[href]:hover {
  transform: scale(1.1);
}

.tatts-green-footer-bottom__link img {
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.tatts-green-footer-bottom__bottom {
  font-size: 14px;
}

.tatts-green-footer-bottom__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 62px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.tatts-green-footer-bottom__nav a {
  font-weight: 500;
  color: #fff !important;
}

.tatts-green-footer-bottom__copyright {
  color: #c6c6c6;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.tatts-green-footer-fqa__title {
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.tatts-green-footer-fqa__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tatts-green-footer-fqa__item + .tatts-green-footer-fqa__item {
  margin-top: 10px;
}

.tatts-green-fqa-card__header {
  position: relative;
  background: rgba(28, 28, 28, 0.6980392157);
  border: 1px solid #494949;
  border-radius: 10px;
  padding: 19px 80px 22px 20px;
}

.tatts-green-fqa-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}

.tatts-green-fqa-card__toggle {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e10b87;
  border-radius: 6px;
  transition: 250ms ease;
}

.tatts-green-fqa-card__toggle img {
  width: 24px;
  height: 24px;
  transition: 250ms ease;
}

.tatts-green-fqa-card.is-expanded .tatts-green-fqa-card__toggle img {
  transform: rotate(180deg);
}

.tatts-green-fqa-card__content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  overflow: hidden;
  max-height: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  transition: 250ms ease;
}

.tatts-green-fqa-card.is-expanded .tatts-green-fqa-card__content {
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
}

.tatts-green-index__intro {
  margin-bottom: 30px;
}

.tatts-green-index__order {
  scroll-margin-top: 90px;
  margin-bottom: 70px;
}

.tatts-green-index-intro__header {
  text-align: center;
}

.tatts-green-index-intro__title {
  font-size: 40px !important;
  margin-bottom: 14px;
}

.tatts-green-index-intro__subtitle {
  font-size: 18px;
  font-weight: 500;
}

.tatts-green-index-order__body {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #494949;
  border-radius: 10px;
}

.tatts-green-index-order__header {
  grid-template-columns: 1fr 1fr;
  min-height: 40px;
  display: grid;
}

.tatts-green-index-order__tab {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  background-color: #dfdfdf;
  font-size: 16px;
  font-weight: 600;
  color: #5c5c5c;
}

.tatts-green-index-order__tab.active {
  background-color: #e10b87;
  color: #fff;
}

.tatts-green-index-order__content {
  display: none;
}

.tatts-green-index-order__content.active {
  display: block;
}

.tatts-green-index-order-form__row {
  padding: 22px 10px 18px;
}

.tatts-green-index-order-form__row--numbers {
  padding-bottom: 15px;
}

.tatts-green-index-order-form__row--more {
  padding-top: 21px;
  padding-bottom: 20px;
}

.tatts-green-index-order-form__row + .tatts-green-index-order-form__row {
  border-top: 1px solid #494949;
}

.tatts-green-index-order-form__label {
  font-size: 14px;
  font-weight: 600;
  padding-left: 6px;
  margin-bottom: 14px;
}

.tatts-green-index-order-form__sublabel {
  max-width: 185px;
  font-size: 12px;
  font-weight: 400;
  color: #929292;
  padding-left: 14px;
  margin-top: -7px !important;
  margin-bottom: 14px !important;
}

.tatts-green-index-order-form__or {
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0;
}

.tatts-green-index-order-form-select__original {
  display: none;
}

.tatts-green-index-order-form-select__custom {
  position: relative;
  font-size: 13px;
}

.tatts-green-index-order-form-select__input {
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #3e3e3e;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  padding: 12px 16px;
}

.tatts-green-index-order-form-select__input::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url('../images/tatts-green-select-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

.tatts-green-index-order-form-select__input.open::before {
  transform: translateY(-50%) rotate(180deg);
}

.tatts-green-index-order-form-select__dropdown {
  position: absolute;
  z-index: 10;
  top: calc(100% + 4px);
  width: 100%;
  display: none;
  background-color: #3e3e3e;
  font-weight: 500;
  padding: 20px;
}

.tatts-green-index-order-form-select__option {
  cursor: pointer;
  color: #a89b9b;
}

.tatts-green-index-order-form-select__option + .tatts-green-index-order-form-select__option {
  margin-top: 14px;
}

.tatts-green-index-order-form-select__option.selected {
  color: #fff;
}

.tatts-green-index-order-form-numbers {
  background-color: #3e3e3e;
  border-radius: 10px;
  gap: 10px;
  display: flex;
  line-height: 0.99;
  padding: 10px 16px 11px 14px;
}

.tatts-green-index-order-form-numbers__title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.tatts-green-index-order-form-numbers__subtitle {
  font-size: 12px;
  color: #a89b9b;
  margin-top: 3px;
}

.tatts-green-index-order-form-numbers__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #e4e4e4;
  border-radius: 50%;
  outline: none;
  margin: 0;
}

.tatts-green-index-order-form-numbers__radio:before {
  content: "";
  transform: translate(-50%, -50%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #e10b87;
  border-radius: 50%;
  transition: transform 75ms ease;
}

.tatts-green-index-order-form-numbers__radio:checked:before {
  transform: translate(-50%, -50%) scale(1);
}

.tatts-green-index-order-form-multi {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 12px 13px 12px 10px;
}

.tatts-green-index-order-form-multi__header {
  gap: 10px;
  display: flex;
  margin-bottom: 15px;
}

.tatts-green-index-order-form-multi__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #e4e4e4;
  border-radius: 2px;
  margin: 0;
  margin-left: 5px;
}

.tatts-green-index-order-form-multi__checkbox:checked {
  background-color: #e10b87;
}

.tatts-green-index-order-form-multi__checkbox::before {
  content: "";
  inset: 0;
  transform: scale(0);
  position: absolute;
  bottom: -1px;
  background-image: url('../images/tatts-green-select-check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  transition: 75ms;
}

.tatts-green-index-order-form-multi__checkbox:checked:before {
  transform: scale(1);
}

.tatts-green-index-order-form-multi__label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.tatts-green-index-order-form-multi__draw {
  background-color: #1c1c1c;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #cccccc;
  padding: 12px 13px;
}

.tatts-green-index-order-form-multi__draw.checked {
  color: #cccccc;
}

.tatts-green-index-order-form-autoplay {
  background-color: #3e3e3e;
  border-radius: 10px;
  padding: 12px 13px 12px 10px;
}

.tatts-green-index-order-form-autoplay__header {
  gap: 10px;
  display: flex;
  margin-bottom: 15px;
}

.tatts-green-index-order-form-autoplay__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #e4e4e4;
  border-radius: 2px;
  margin: 0;
  margin-left: 5px;
}

.tatts-green-index-order-form-autoplay__checkbox:checked {
  background-color: #e10b87;
}

.tatts-green-index-order-form-autoplay__checkbox::before {
  content: "";
  inset: 0;
  transform: scale(0);
  position: absolute;
  bottom: -1px;
  background-image: url('../images/tatts-green-select-check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  transition: 75ms;
}

.tatts-green-index-order-form-autoplay__checkbox:checked:before {
  transform: scale(1);
}

.tatts-green-index-order-form-autoplay__label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.tatts-green-index-order-form-autoplay__cancel {
  font-size: 12px;
  font-weight: 400;
  color: #7e7e7e;
  margin-right: 3px;
  margin-left: auto;
}

.tatts-green-index-order-form-autoplay__draw {
  background-color: #1c1c1c;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #cccccc;
  padding: 12px 13px;
}

.tatts-green-index-order-form-autoplay__draw.checked {
  color: #cccccc;
}

.tatts-green-index-order-form-footer {
  border-top: 1px solid #494949;
  padding: 20px 10px 18px;
}

.tatts-green-index-order-form-footer__total {
  gap: 6px;
  display: flex;
  align-items: flex-end;
  padding-left: 9px;
  margin-bottom: 21px;
}

.tatts-green-index-order-form-footer__title {
  font-size: 16px;
  font-weight: 600;
}

.tatts-green-index-order-form-footer__subtitle {
  display: none;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #7e7e7e;
}

.tatts-green-index-order-form-footer__subtitle.show {
  display: block;
}

.tatts-green-index-order-form-footer__button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 100%;
  background: #e10b87;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 13px 30px;
}

.tatts-green-index-about {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 0;
}

.tatts-green-index-about__body {
  text-align: center;
}

.tatts-green-index-about__title {
  margin-bottom: 12px;
}

.tatts-green-index-about__content {
  margin-bottom: 38px;
}

.tatts-green-index-about__picture > img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
  height: 100%;
}

.tatts-green-cart__header {
  margin-bottom: 30px;
}

.tatts-green-cart__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.tatts-green-cart__list > li + li {
  margin-top: 10px;
}

.tatts-green-cart-header__title {
  text-align: center;
  margin-bottom: 0;
}

.tatts-green-cart-item {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #494949;
  border-radius: 10px;
}

.tatts-green-cart-item__delete {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 9px;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 10px;
}

.tatts-green-cart-item__icon {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.tatts-green-cart-item__row {
  padding: 20px 14px 20px;
}

.tatts-green-cart-item__row + .tatts-green-cart-item__row {
  border-top: 1px solid #494949;
}

.tatts-green-cart-item__row--price {
  padding: 19px 20px 20px;
}

.tatts-green-cart-item__date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.tatts-green-cart-item__draw {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.tatts-green-cart-item__numbers p {
  max-width: 246px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.tatts-green-cart-item__balls {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
}

.tatts-green-cart-item__ball {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #43d9e7;
  border-radius: 50%;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.tatts-green-cart-item__price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tatts-green-cart-item__type {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.tatts-green-cart-empty {
  text-align: center;
}

.tatts-green-cart-empty__title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.tatts-green-cart-empty__button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 100%;
  background: #e10b87;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #fff !important;
  padding: 19px 30px;
  margin-left: auto;
  margin-right: auto;
}

.tatts-green-cart-footer__left {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.tatts-green-cart-footer__total {
  font-size: 16px;
  font-weight: 500;
  color: #aeaeae;
}

.tatts-green-cart-footer__items {
  margin-left: 3px;
}

.tatts-green-cart-footer__sum {
  font-size: 20px;
  font-weight: 600;
  margin-top: -3px;
  margin-right: 10px;
}

.tatts-green-cart-footer__button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 100%;
  background: #e10b87;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  padding: 19px 30px;
}

.tatts-green-checkout__header {
  margin-bottom: 30px;
}

.tatts-green-checkout__body {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 399px;
}

.tatts-green-checkout__view {
  transform: translateX(100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  transition: transform 250ms ease, opacity 250ms ease;
}

.tatts-green-checkout__view.active {
  transform: translateX(0);
  z-index: 10;
  width: 100%;
  opacity: 1;
}

.tatts-green-checkout__view.exit-left {
  transform: translateX(-50%);
  opacity: 0;
}

.tatts-green-checkout__view.enter-right {
  transform: translateX(0);
  opacity: 1;
}

.tatts-green-checkout__form {
  margin-bottom: 31px;
}

.tatts-green-checkout__switch {
  color: #a89b9b;
}

.tatts-green-checkout__switch > button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #eb068e;
}

.tatts-green-checkout__question {
  font-weight: 500;
  margin-bottom: 8px;
}

.tatts-green-checkout-view__title {
  text-align: center;
  margin-bottom: 30px;
}

.tatts-green-checkout-form {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #494949;
  border-radius: 10px;
  padding: 20px 20px;
}

.tatts-green-checkout-form__form {
  margin-bottom: 20px;
}

.tatts-green-checkout-form__header {
  font-weight: 500;
  margin-bottom: 19px;
}

.tatts-green-checkout-form__title {
  font-size: 18px;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.tatts-green-checkout-form__subtitle {
  color: #a89b9b;
}

.tatts-green-checkout-form__body {
  margin-bottom: 20px;
}

.tatts-green-checkout-form__group {
  position: relative;
}

.tatts-green-checkout-form__group + .tatts-green-checkout-form__group {
  margin-top: 7px;
}

.tatts-green-checkout--create .tatts-green-checkout-form__group:first-child {
  grid-column: 1/-1;
}

.tatts-green-checkout-form__input {
  cursor: pointer;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border: none;
  border-radius: 10px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 0px 16px;
}

.tatts-green-checkout-form__input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
}

.tatts-green-checkout-form__input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
}

.tatts-green-checkout-form__input:focus::-moz-placeholder {
  opacity: 0;
}

.tatts-green-checkout-form__input:focus::placeholder {
  opacity: 0;
}

.tatts-green-checkout-form__input.filled,
.tatts-green-checkout-form__input:focus {
  outline: 1px solid #e10b87;
}

.tatts-green-checkout-form__input.error {
  outline: 1px solid #dc0004 !important;
}

.tatts-green-checkout-form__error {
  position: absolute;
  top: calc(100% - 2px);
  font-size: 8px;
  font-weight: 500;
  color: #dc0004;
}

.tatts-green-checkout-form__button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  padding: 0;
  transition: 125ms ease;
  width: 100%;
  background: #e10b87;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 30px;
}

.tatts-green-finish__body {
  text-align: center;
}

.tatts-green-finish__picture {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #43d9e7;
  border-radius: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.tatts-green-finish__image {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  display: block;
  width: 30px;
  height: 30px;
}

.tatts-green-finish__title {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tatts-green-finish p {
  font-size: 14px;
  font-weight: 500;
  color: #d2d2d2;
}

.tatts-green-page__body {
  font-size: 14px;
  line-height: 1.22;
  font-weight: 500;
}

.tatts-green-page h1 {
  font-size: 40px !important;
  text-align: center;
  margin-bottom: 30px;
}

.tatts-green-page section + section {
  margin-top: 38px;
}

.tatts-green-page h2 {
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.tatts-green-page ul {
  padding-left: 9px;
  margin: 0;
}

.tatts-green-page ul li::marker {
  font-size: 10px;
}

.tatts-green-fqa-page__title {
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.tatts-green-fqa-page__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tatts-green-fqa-page__item + .tatts-green-fqa-page__item {
  margin-top: 11px;
}

.tatts-green-results__title {
  text-align: center;
  margin-bottom: 30px;
}

.tatts-green-results-card + .tatts-green-results-card {
  margin-top: 38px;
}

.tatts-green-results-card__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.tatts-green-results-card__body {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #494949;
  border-radius: 10px;
}

.tatts-green-results-card__rows {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tatts-green-results-card__row {
  padding: 20px;
}

.tatts-green-results-card__row + .tatts-green-results-card__row {
  position: relative;
}

.tatts-green-results-card__row + .tatts-green-results-card__row:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #494949;
}

.tatts-green-results-card__set + .tatts-green-results-card__set {
  margin-top: 16px;
}

.tatts-green-results-card__caption {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 10px;
}

.tatts-green-results-card__balls {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  display: flex;
}

.tatts-green-results-card__ball {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}

.tatts-green-results-card__set--main .tatts-green-results-card__ball {
  background-color: #43d9e7;
  color: #000000;
}

.tatts-green-results-card__set--suppl .tatts-green-results-card__ball {
  border: 2px solid #43d9e7;
  color: #43d9e7;
}

@media (min-width: 1084px) {
  .tatts-green {
    font-size: 18px;
  }

  .tatts-green h1 {
    font-size: 40px;
  }

  .tatts-green h2 {
    font-size: 40px;
  }

  .tatts-green__main {
    margin-top: 144px;
    margin-bottom: 100px;
  }

  .tatts-green--index .tatts-green__main {
    margin-top: 164px;
  }

  .container {
    box-sizing: content-box;
    margin: 0 auto;
    width: auto;
    max-width: 1044px;
  }

  .tatts-green-header__body {
    height: 70px;
    max-height: 70px;
    justify-content: space-between;
    padding: 0 35px;
  }

  .tatts-green-header__logo {
    width: 230px;
    height: 64px;
  }

  .tatts-green-header__nav {
    display: block;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    margin-left: 132px;
  }

  .tatts-green-header__close {
    display: none;
  }

  .tatts-green-header__list {
    display: flex;
    gap: 20px;
  }

  .tatts-green-header__list > li + li {
    margin-top: unset;
  }

  .tatts-green-header__user {
    margin-bottom: unset;
  }

  .tatts-green-header__cart {
    font-size: 18px;
    padding-left: 50px;
    margin-left: 32px;
  }

  .tatts-green-header__cart::before {
    width: 40px;
    height: 40px;
  }

  .tatts-green-header__open {
    display: none;
  }

  .tatts-green-footer--has-fqa .tatts-green-footer__fqa {
    margin-bottom: 100px;
  }

  .tatts-green-footer-bottom {
    padding: 40px 0;
  }

  .tatts-green-footer-bottom__logo {
    width: 230px;
    height: 64px;
    margin-bottom: 20px;
  }

  .tatts-green-footer-bottom__content {
    max-width: 966px;
    font-size: 16px;
    line-height: 1.19;
    margin-bottom: 21px;
  }

  .tatts-green-footer-bottom__br {
    display: block;
  }

  .tatts-green-footer-bottom__partners {
    overflow: visible;
    margin-right: unset;
    margin-bottom: 20px;
    margin-left: unset;
  }

  .tatts-green-footer-bottom__loop {
    animation: none;
  }

  .tatts-green-footer-bottom__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }

  .tatts-green-footer-bottom__nav > ul {
    gap: 40px;
    margin-bottom: unset;
  }

  .tatts-green-footer-bottom__item--privacy {
    order: 1;
  }

  .tatts-green-footer-bottom__copyright {
    order: -1;
  }

  .tatts-green-footer-fqa__title {
    font-size: 50px;
    line-height: 1.25;
    text-transform: unset;
    margin-bottom: 50px;
  }

  .tatts-green-footer-fqa__item + .tatts-green-footer-fqa__item {
    margin-top: 20px;
  }

  .tatts-green-fqa-card__header {
    gap: 50px;
    padding: 25px 80px 24px 30px;
  }

  .tatts-green-fqa-card__title {
    font-size: 26px;
  }

  .tatts-green-fqa-card__toggle {
    top: 15px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .tatts-green-fqa-card__toggle img {
    width: 24px;
    height: 24px;
  }

  .tatts-green-fqa-card__content {
    font-size: 16px;
    padding-right: 145px;
    padding-left: 30px;
  }

  .tatts-green-fqa-card.is-expanded .tatts-green-fqa-card__content {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
  }

  .tatts-green-index__intro {
    margin-bottom: 50px;
  }

  .tatts-green-index__order {
    scroll-margin-top: 100px;
    margin-bottom: 100px;
  }

  .tatts-green-index-intro__title {
    font-size: 60px !important;
    margin-bottom: 20px;
  }

  .tatts-green-index-intro__subtitle {
    font-size: 25px;
  }

  .tatts-green-index-order__header {
    min-height: 60px;
  }

  .tatts-green-index-order__tab {
    font-size: 20px;
  }

  .tatts-green-index-order-form__row {
    grid-template-columns: 1fr 311px;
    display: grid;
    align-items: center;
    padding: 30px 393px 29px 37px;
  }

  .tatts-green-index-order-form__row--numbers {
    align-items: flex-start;
    padding-bottom: 29px;
  }

  .tatts-green-index-order-form__row--more {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .tatts-green-index-order-form__row--wide {
    grid-template-columns: 1fr 311px 62px 311px;
    padding-right: 19px;
  }

  .tatts-green-index-order-form__label {
    font-size: 18px;
    padding-left: unset;
    margin-bottom: unset;
  }

  .tatts-green-index-order-form__sublabel {
    max-width: 195px;
    font-size: 14px;
    padding-left: 19px;
    margin-top: 7px !important;
    margin-bottom: unset;
  }

  .tatts-green-index-order-form__or {
    font-size: 18px;
    text-align: center;
    margin: unset;
  }

  .tatts-green-index-order-form-select__custom {
    font-size: 16px;
  }

  .tatts-green-index-order-form-select__input {
    padding: 14px 14px 14px 16px;
  }

  .tatts-green-index-order-form-select__input::before {
    right: 14px;
  }

  .tatts-green-index-order-form-numbers {
    padding: 12px 25px 10px 14px;
  }

  .tatts-green-index-order-form-numbers__title {
    font-size: 16px;
  }

  .tatts-green-index-order-form-numbers__subtitle {
    font-size: 14px;
  }

  .tatts-green-index-order-form-numbers__radio {
    margin-top: 3px;
  }

  .tatts-green-index-order-form-multi {
    padding: 12px 18px 13px 16px;
  }

  .tatts-green-index-order-form-multi__header {
    margin-bottom: 13px;
    margin-left: -4px;
  }

  .tatts-green-index-order-form-multi__checkbox {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }

  .tatts-green-index-order-form-multi__label {
    font-size: 16px;
  }

  .tatts-green-index-order-form-multi__draw {
    font-size: 16px;
    padding: 13px 16px 14px;
  }

  .tatts-green-index-order-form-autoplay {
    padding: 12px 18px 13px 16px;
  }

  .tatts-green-index-order-form-autoplay__header {
    margin-bottom: 13px;
    margin-left: -4px;
  }

  .tatts-green-index-order-form-autoplay__checkbox {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }

  .tatts-green-index-order-form-autoplay__label {
    font-size: 16px;
  }

  .tatts-green-index-order-form-autoplay__cancel {
    margin-right: unset;
  }

  .tatts-green-index-order-form-autoplay__draw {
    font-size: 16px;
    padding: 13px 16px 14px;
  }

  .tatts-green-index-order-form-footer {
    gap: 23px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 20px 30px 30px;
  }

  .tatts-green-index-order-form-footer__total {
    position: relative;
    flex-direction: column;
    margin-top: 3px;
    margin-bottom: unset;
  }

  .tatts-green-index-order-form-footer__title {
    font-size: 25px;
  }

  .tatts-green-index-order-form-footer__subtitle {
    font-size: 14px;
  }

  .tatts-green-index-order-form-footer__button {
    width: unset;
    min-width: 418px;
  }

  .tatts-green-index-order-form-footer__button {
    font-size: 18px;
    padding: 19px 30px;
  }

  .tatts-green-index-about {
    padding: 80px 0;
  }

  .tatts-green-index-about__body {
    max-width: 912px;
    margin: 0 auto;
  }

  .tatts-green-index-about__title {
    margin-bottom: 20px;
  }

  .tatts-green-index-about__content {
    margin-bottom: 41px;
  }

  .tatts-green-cart__header {
    margin-bottom: 40px;
  }

  .tatts-green-cart__list {
    margin-bottom: 37px;
  }

  .tatts-green-cart-item {
    display: flex;
    padding: 38px 78px 40px 30px;
  }

  .tatts-green-cart-item__delete {
    top: 30px;
    right: 20px;
    width: 24px;
    height: 24px;
  }

  .tatts-green-cart-item__row {
    padding: unset;
  }

  .tatts-green-cart-item__row + .tatts-green-cart-item__row {
    border-top: unset;
  }

  .tatts-green-cart-item__row--date {
    flex-basis: 250px;
  }

  .tatts-green-cart-item__row--numbers {
    margin-left: 87px;
  }

  .tatts-green-cart-item__row--price {
    padding: unset;
    margin-left: auto;
  }

  .tatts-green-cart-item__date {
    font-size: 20px;
    margin-bottom: 11px;
  }

  .tatts-green-cart-item__draw {
    font-size: 16px;
  }

  .tatts-green-cart-item__numbers p {
    max-width: unset;
    font-size: 18px;
    text-transform: unset;
  }

  .tatts-green-cart-item__balls {
    gap: 10px;
  }

  .tatts-green-cart-item__ball {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .tatts-green-cart-item__price {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tatts-green-cart-item__type {
    font-size: 16px;
  }

  .tatts-green-cart-empty__title {
    margin-bottom: 30px;
  }

  .tatts-green-cart-empty__button {
    width: unset;
    min-width: 418px;
  }

  .tatts-green-cart-footer {
    gap: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tatts-green-cart-footer__left {
    flex-grow: 1;
    font-size: 25px;
    margin-bottom: unset;
  }

  .tatts-green-cart-footer__total {
    font-size: 25px;
  }

  .tatts-green-cart-footer__items {
    margin-left: 9px;
  }

  .tatts-green-cart-footer__sum {
    font-size: 25px;
    margin-right: unset;
    margin-top: unset;
  }

  .tatts-green-cart-footer__button {
    width: unset;
    min-width: 418px;
  }

  .tatts-green-checkout__header {
    margin-bottom: 40px;
  }

  .tatts-green-checkout__body {
    min-height: 384px;
  }

  .tatts-green-checkout__form {
    margin-bottom: 40px;
  }

  .tatts-green-checkout__switch {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }

  .tatts-green-checkout__switch > button {
    font-size: 16px;
  }

  .tatts-green-checkout__question {
    margin-bottom: unset;
  }

  .tatts-green-checkout-view__title {
    margin-bottom: 60px;
  }

  .tatts-green-checkout-view__content {
    max-width: 847px;
    margin: 0 auto;
  }

  .tatts-green-checkout-form {
    padding: 30px;
  }

  .tatts-green-checkout-form__form {
    margin-bottom: 18px;
  }

  .tatts-green-checkout-form__header {
    padding-right: 160px;
    margin-bottom: 31px;
  }

  .tatts-green-checkout-form__title {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
  }

  .tatts-green-checkout-form__subtitle {
    font-size: 18px;
  }

  .tatts-green-checkout-form__body {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-bottom: 15px;
  }

  .tatts-green-checkout--create .tatts-green-checkout-form__body {
    margin-bottom: 19px;
  }

  .tatts-green-checkout-form__group + .tatts-green-checkout-form__group {
    margin-top: unset;
  }

  .tatts-green-checkout-form__input {
    height: 48px;
    font-size: 16px;
    padding: 0 15px;
  }

  .tatts-green-checkout-form__input::-moz-placeholder {
    font-size: 16px;
  }

  .tatts-green-checkout-form__input::placeholder {
    font-size: 16px;
  }

  .tatts-green-checkout-form__error {
    top: calc(100% + 5px);
    font-size: 14px;
  }

  .tatts-green-checkout-form__button {
    width: unset;
    min-width: 418px;
  }

  .tatts-green-checkout-form__button {
    width: 100%;
    padding: 14px 30px;
  }

  .tatts-green-finish__picture {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
  }

  .tatts-green-finish__image {
    width: 40px;
    height: 40px;
  }

  .tatts-green-finish p {
    font-size: 25px;
  }

  .tatts-green-page__body {
    font-size: 18px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .tatts-green-page h1 {
    margin-bottom: 40px;
  }

  .tatts-green-page section + section {
    margin-top: 40px;
  }

  .tatts-green-page h2 {
    font-size: 25px;
  }

  .tatts-green-page ul {
    padding-left: 14px;
  }

  .tatts-green-page ul li::marker {
    font-size: 14px;
  }

  .tatts-green-fqa-page__title {
    font-size: 50px;
    line-height: 1.25;
    text-transform: unset;
    margin-bottom: 50px;
  }

  .tatts-green-fqa-page__item + .tatts-green-fqa-page__item {
    margin-top: 20px;
  }

  .tatts-green-results__title {
    margin-bottom: 40px;
  }

  .tatts-green-results__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
  }

  .tatts-green-results-card + .tatts-green-results-card {
    margin-top: unset;
  }

  .tatts-green-results-card__title {
    font-size: 20px;
  }

  .tatts-green-results-card__row {
    padding: 30px;
  }

  .tatts-green-results-card__numbers {
    gap: 40px;
    display: flex;
  }

  .tatts-green-results-card__set + .tatts-green-results-card__set {
    margin-top: unset;
  }

  .tatts-green-results-card__caption {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
  }

  .tatts-green-results-card__ball {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 1084px) and (min-width: 1084px) {
  .tatts-green-cart-footer {
    gap: 45px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1282px;
  }

  .tatts-green-header__nav {
    margin-left: 220px;
  }

  .tatts-green-header__cart {
    margin-left: 42px;
  }

  .tatts-green-footer-bottom__logo {
    margin-bottom: 20px;
  }

  .tatts-green-footer-bottom__content {
    margin-bottom: 24px;
  }

  .tatts-green-footer-bottom__partners {
    max-width: 1034px;
  }

  .tatts-green-fqa-card__content {
    padding-right: 380px;
  }

  .tatts-green-index-order-form__row {
    padding: 30px calc(50% - 30px) 29px 37px;
  }

  .tatts-green-index-order-form__row--wide {
    grid-template-columns: 1fr 311px 99px 311px;
    padding-right: 202px;
  }

  .tatts-green-index-order-form-numbers__subtitle {
    margin-top: unset;
  }

  .tatts-green-index-order-form-footer {
    padding: 30px;
  }

  .tatts-green-index-about__picture {
    max-width: 1065px;
    margin: 0 auto;
  }

  .tatts-green-cart__list {
    margin-bottom: 41px;
  }

  .tatts-green-cart__list > li + li {
    margin-top: 20px;
  }

  .tatts-green-cart-item__row--numbers {
    margin-left: 93px;
  }
}

@media (max-width: 1083.98px) {
  .tatts-green-header__nav {
    transform: translateX(100%);
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    color: #fff;
    padding: 78px 20px;
    transition: transform 250ms ease;
  }

  .tatts-green-header__nav.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .tatts-green-header__nav.closing {
    transform: translateX(100%);
  }

  .tatts-green-header__user {
    position: absolute;
    top: 34px;
    left: 20px;
    margin-left: 16px;
  }
}

@media (any-hover: hover) {
  .tatts-green a:hover {
    text-decoration: none;
    color: #e10b87;
  }

  .tatts-green-header__link:hover {
    color: #e10b87 !important;
  }

  .tatts-green-header__cart:hover {
    color: #ff0897 !important;
  }

  .tatts-green-header__cart:hover::before {
    background-color: #ff0897;
  }

  .tatts-green-footer-bottom__nav a:hover {
    color: #e10b87 !important;
  }

  .tatts-green-fqa-card__toggle:hover {
    background-color: #ff0897;
  }

  .tatts-green-index-order-form-select__option:hover:hover {
    color: #fff;
  }

  .tatts-green-index-order-form-footer__button:hover {
    background: #ff0897;
  }

  .tatts-green-cart-empty__button:hover {
    background: #ff0897;
  }

  .tatts-green-cart-footer__button:hover {
    background: #ff0897;
  }

  .tatts-green-checkout__switch > button:hover {
    color: #fff;
  }

  .tatts-green-checkout-form__button:hover {
    background: #ff0897;
  }
}