.finish { background: #fff; border-radius: 10px; max-width: 730px; padding: 40px 60px 16px; text-align: center; width: 90vw; }
.finish p { font-size: 1.125rem; }
.finish img { max-width: 100%; }
.finish strong { color: #02a300; }
.finish__info { color: #000; display: flex; flex-direction: column; font-size: 24px; gap: 8px; margin-top: 16px; }
.finish__info-tab { font-size: 18px; font-weight: bold; }
.finish__info-strong { font-size: 24px; font-weight: bold; }
.finish__item { border-bottom: 1px dotted #000; display: grid; gap: 10px; grid-template-columns: 1fr 176px; padding-bottom: 29px; padding-top: 31px; text-align: left; }
.finish__item:last-child { border-bottom: 0; }
.finish__label { align-items: center; background: #000; border-radius: 20px; color: #fff; display: flex; font-weight: bold; gap: 10px; height: 40px; padding: 0 16px 0 10px; text-transform: uppercase; }
.finish__text { align-items: flex-start; display: flex; flex-direction: column; }
.finish__title { font-size: 2.25rem; font-weight: bold; margin-bottom: 0.75em; text-align: center; }
@media (max-width:991px) {
  .finish p { font-size: 1rem; }
  .finish { padding: 30px 40px 14px; }
  .finish__info { font-size: 20px; gap: 2px; margin-top: 10px; }
  .finish__item { grid-template-columns: 1fr 120px; }
  .finish__title { font-size: 2rem; }
}
@media (max-width:575px) {
  .finish { padding-left: 20px; padding-right: 20px; }
  .finish__info { font-size: 18px; }
  .finish__item { gap: 25px; grid-template-columns: none; }
  .finish__qr { width: 100px; height: 100px; }
  .finish__qr img { width: 100px; height: 100px; }
}

.new { padding-bottom: 50px; padding-top: 50px; }
.new img { max-width: 100%; }
.new__grid { display: grid; gap: 30px; grid-template-columns: repeat(3,1fr); }
.new__item { display: flex; }
.new__item img { height: 100%; object-fit: cover; width: 100%; }
.new__title { font-size: 2rem; font-weight: bold; margin-bottom: 40px; text-align: center; }
@media (max-width:767px) {
  .new__grid { grid-template-columns: minmax(0,350px); justify-content: center; }
}

.play__grid { display: grid; gap: 33px 34px; grid-template-columns: repeat(2,1fr); } 
.play__heading { font-size: 24px; font-weight: bold; transition: all 0.25s; }
.play__icon { bottom: 0; height: 64px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 57px; }
.play__image { border-radius: 20px; display: flex; height: 216px; margin: 0; overflow: hidden; position: relative; }
.play__image img { height: 100%; object-fit: cover; width: 100%; }
.play__item { color: #000; display: flex; flex-direction: column; gap: 13px; }
.play__item:hover { color: #000; text-decoration: none; }
.play__item:hover .play__heading { color: #F3B03D; }
.play__title { font-size: 2rem; font-weight: bold; margin-bottom: 30px; }
@media (max-width:767px) {
  .play__grid { grid-template-columns: minmax(0,350px); justify-content: center; }
}

.premium_1 { background: #000; color: #F3B03D; margin-top: 40px; }
.premium_1 img { max-width: 100%; }
.premium_1 .container { align-items: center; display: flex; gap: 20px 15px; justify-content: space-between; padding-bottom: 0; padding-top: 1px; }
.premium_1__button { background: #F3B03D; border-radius: 10px; box-shadow: 0px 5px 0px #A87928; color: #443300; font-size: 18px; font-weight: bold; padding: 7px 38px 8px; text-transform: uppercase; transition: all 0.25s; }
.premium_1__button:hover { color: #fff; text-decoration: none; }
.premium_1__text { align-items: center; display: flex; gap: 24px; }
.premium_1__title { font-size: 1.5rem; font-weight: bold; }
.premium_1__vip { align-self: stretch; display: flex; margin: -18px 0 0; width: 157px; }
@media (max-width:991px) {
  .premium_1 .container { flex-direction: column; padding-top: 20px; }
  .premium_1__vip { align-self: center; order: 2; margin-top: 0; }
  .button--orange--finish { margin-left: auto; margin-right: auto; margin-bottom: 50px; }
}

.thanks { padding-top: 33px; }
.finish { margin-left: auto; margin-right: auto; }
.button--orange--finish {
  width: 307px; height: 42px; padding-top: 5px;
  margin: 34px auto 50px;
}

.new_account { padding-top: 0px; }
.new_other { width: 75%; margin-left: auto; margin-right: auto; }

.sticky { position: sticky; top: 90px; }

li.submenu ul { display: none; position: absolute; background-color: black; border-radius: 0px 0px 5px 5px; padding: 10px 5px; }
li.submenu:hover > ul { display: block; }

.play__image.video iframe { width: 100%; }

.mobile-shown { display: none !important; }

@media (max-width:767px) {
  .mobile-hidden { display: none !important; }
  .mobile-shown { display: block !important; }
  .button--orange--finish { margin-left: auto; margin-right: auto; margin-bottom: 50px; }
}


.statistics { border-bottom: 3px solid #F3B03D; display: flex; margin-bottom: 15px; }
.statistics__label { align-items: center; background: #F3B03D; border-radius: 10px 10px 0 0; color: #513402; display: flex; font-size: 18px; font-weight: 700; gap: 12px; padding: 5px 16px; position: relative; }
.statistics__label::after { background: #F3B03D; bottom: 0; clip-path: polygon(0 0,100% 100%,0 100%); content: ""; position: absolute; right: -6px; top: 10px; width: 6px; }

@media (max-width:767px) {
  .statistics__label { font-size: 16px; }
}