html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiase;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat";
  font-size: 22px;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  color: #000;
  height: 100%;
  background: #FFF;
  margin: 0;
  max-width: 100%;
}

a, img, input, textarea, select {
  outline: none;
}

label {
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: bottom;
}

form {
  margin: 0;
}

header, nav, section, article, aside, footer {
  display: block;
}

a {
  color: #FF008C;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

textarea, input, select, button {
  resize: none;
  outline: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-weight: normal;
}

[class*=icon-] {
  display: inline-block;
  vertical-align: middle;
}

.counter {
  font-size: 36px;
  line-height: 130%;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  background: #FF008C;
  padding: 19px 19px 19px;
  border-radius: 0 15px 15px 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 40px;
  max-width: 20%;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .counter {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .counter {
    font-size: 18px;
  }
}

.popup-note {
  position: relative;
  z-index: 11;
  background: #FFF;
  width: 360px;
  padding: 22px 24px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  box-sizing: border-box;
  text-align: left;
}
.popup-note-close {
  position: absolute;
  right: 6px;
  top: 6px;
  border: none;
}
.popup-note-close:hover {
  cursor: pointer;
}
.popup-note a {
  text-decoration: underline;
  color: inherit;
}
.popup-note p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-note {
    width: 241px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .popup-note {
    width: 100%;
    position: static;
    font-size: 14px;
  }
}
.popup-note_gradient {
  width: 360px;
  position: absolute;
  right: 40px;
  bottom: 90px;
  background: linear-gradient(95deg, #FF008C 0%, #B400E6 100%);
  -webkit-border-radius: 25px 0px 25px 25px;
  border-radius: 25px 0px 25px 25px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-note_gradient {
    width: 264px;
    font-size: 10px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .popup-note_gradient {
    width: calc(100% - 16px - 16px);
    right: 16px;
    font-size: 14px;
    line-height: 1.2em;
  }
}

.rules {
  min-height: 1100px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules {
    min-height: 432px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rules {
    min-height: 100%;
    padding-bottom: 0;
    padding: 10px 0 87px;
  }
}
.rules-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  width: 592px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list {
    gap: 12px;
    width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list {
    gap: 12px;
    width: 328px;
  }
}
.rules-list-item {
  color: #FFF;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 592px;
  height: 300px;
  background-size: 100% auto;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  padding: 44px 20px 44px 115px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item {
    font-size: 9px;
    line-height: normal;
    padding: 18px 20px 20px 60px;
    width: 328px;
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item {
    font-size: 9px;
    line-height: normal;
    padding: 18px 20px 20px 60px;
    width: 327px;
    height: 166px;
  }
}
.rules-list-item_green {
  background-image: url(../images/ticket-green.png);
}
.rules-list-item_pink {
  background-image: url(../images/ticket-pink.png);
}
.rules-list-item_blue {
  background-image: url(../images/ticket-blue.png);
}
.rules-list-item_red {
  background-image: url(../images/ticket-red.png);
}
.rules-list-item:nth-child(2) {
  margin-top: -147px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(2) {
    margin-top: -83px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(2) {
    margin-top: -60px;
  }
}
.rules-list-item:nth-child(3) {
  margin-top: -115px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(3) {
    margin-top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(3) {
    margin-top: -60px;
  }
}
.rules-list-item:nth-child(4) {
  margin-top: -119px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(4) {
    margin-top: -69px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(4) {
    margin-top: -60px;
  }
}
.rules-list-item-number {
  margin: 0;
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item-number {
    font-size: 60px;
  }
}

.rules-list-item-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  height: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item-wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item-wrap {
    gap: 10px;
  }
}

.rules-title {
  margin: 0 auto 20px;
  text-align: center;
}

.rules-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  color: #FFF;
  font-weight: 500;
}
.rules-footer .text {
  margin: 0;
  font-family: Unbounded;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-footer .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .rules-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 16px;
  }
  .rules-footer .text {
    font-size: 11px;
  }
}

.rules-footer-button {
  height: 48px;
  font-size: 14px;
  background: linear-gradient(90deg, #FF008C 0%, #8406FF 104.87%);
}
.rules-footer-button:hover {
  opacity: 0.8;
}

.dec-rul {
  position: absolute;
  width: 235px;
  background-size: contain;
  background-position: 50% 50%;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1191px) {
  .dec-rul:hover {
    margin-bottom: 15px;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
.dec-rul-play {
  background-image: url(../images/bil-rul-play.png);
  height: 235px;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-play {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-play {
    width: 108px;
    height: 108px;
  }
}
.dec-rul-scan {
  background-image: url(../images/bil-rul-scan.png);
  width: 280px;
  height: 296px;
  top: -21px;
  right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-scan {
    width: 138px;
    height: 145px;
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-scan {
    width: 138px;
    height: 145px;
    top: 9px;
  }
}
.dec-rul-jar {
  background-image: url(../images/bil-rul-jar.png);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-jar {
    width: 108px;
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-jar {
    width: 108px;
    height: 105px;
  }
}
.dec-rul-gift {
  background-image: url(../images/bil-rul-gift.png);
  width: 209px;
  height: 212px;
  top: 30px;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-gift {
    width: 96px;
    height: 97px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-gift {
    width: 96px;
    height: 97px;
    right: 8px;
  }
}
.dec-rul-button {
  background-image: url(../images/bil-rul-button.png);
  height: 235px;
  top: 10px;
  right: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-button {
    width: 96px;
    height: 97px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-button {
    width: 96px;
    height: 97px;
    right: 10px;
  }
}

.rules-list-item-text {
  max-width: 204px;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item-text {
    max-width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item-text {
    max-width: 136px;
  }
}

.rating {
  color: #FFF;
  flex: 1;
}
.rating .title-h2 {
  text-align: center;
}
.rating__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1em;
  font-family: Unbounded;
  text-transform: uppercase;
}
.rating__score {
  margin: 16px auto 47px;
  width: fit-content;
  font-size: 24px;
  line-height: 130%;
  font-style: normal;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  background: linear-gradient(90deg, #FF008C 0%, #8406FF 104.87%);
  padding: 12px 70px;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating__score {
    font-size: 18px;
    padding: 8px 49px;
  }
}
@media screen and (max-width: 767px) {
  .rating__score {
    font-size: 18px;
    padding: 8px 49px;
  }
}
.rating__text {
  text-align: center;
  max-width: 702px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rating__text {
    font-size: 16px;
  }
}
.rating__top {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 105px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating__top {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .rating__top {
    margin-bottom: 67px;
  }
}
.rating-list {
  max-width: 571px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #FF008C;
  background: #FFF;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating-list {
    max-width: 442px;
    margin-top: 20px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .rating-list {
    margin-bottom: 32px;
  }
}
.rating-list-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .rating-list-item {
    padding: 8px 8px;
  }
}
.rating-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.rating-list-item-numb {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #FF008C;
  min-width: 20px;
}
.rating-list-item-count {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  color: #FF008C;
  background-color: #FF008C;
  background: linear-gradient(95deg, #FF008C 0%, #B400E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-list-item-user {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #FF008C;
  background-color: #FF008C;
  background: linear-gradient(95deg, #FF008C 0%, #B400E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-list-item-desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.45);
}
.rating-list-item-text {
  flex: 1;
}
.rating-list-item-ava img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rating-list-item p {
  margin: 0;
}