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;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/Unbounded-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Unbounded-ExtraBold.woff2") format("woff2"), url("../fonts/Unbounded-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}
.mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
body.x-mobile-fade {
  overflow: hidden;
}
body.x-mobile-fade:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
  background: rgba(33, 160, 56, 0.7);
}

.wrapper {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 375px;
    overflow: hidden;
  }
}

.section-wrapper {
  margin: 0 auto;
  max-width: 1165px;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .section-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.burger {
  display: flex;
  align-items: center;
  width: 39px;
  height: 22px;
  padding: 0;
  box-sizing: unset;
  cursor: pointer;
  position: relative;
  right: 0;
  bottom: auto;
  z-index: 6;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1191px) {
  .burger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .burger {
    display: none;
  }
}
.burger:after, .burger:before,
.burger i {
  content: "";
  display: block;
  background: #FFF;
  width: 100%;
  height: 3px;
  transition: all 0.1s ease-in-out;
}
.burger i {
  position: relative;
  margin: 6px 0;
}
.burger.x-burger-active {
  z-index: 155;
}
.burger.x-burger-active:after {
  transform: rotate(45deg);
  margin-top: -3px;
}
.burger.x-burger-active:before {
  transform: rotate(-45deg);
}
.burger.x-burger-active i {
  display: none;
}

.header {
  padding: 12px 0;
  background: #FF008C;
  background-size: cover;
  color: #FFF;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.header-menu {
  flex: 1;
  display: flex;
}
.header-menu .menu {
  justify-content: center;
  flex: 1;
}
.header .burger {
  margin-left: auto;
}
.header .section-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .header {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
  .header-menu {
    display: none;
  }
  .x-mobile-menu-opened .header-menu {
    display: block;
    background: #FF008C;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    z-index: 10;
    max-height: calc(100vh - 53px);
    padding: 40px 16px 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .x-mobile-menu-opened .header-menu .menu {
    flex-flow: column;
    align-items: center;
    margin-bottom: 34px;
  }
  .x-mobile-menu-opened .header-menu .menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.content > :last-child {
  margin-bottom: 0;
}

.footer {
  background: #151515;
  padding: 49px 0 44px;
  position: relative;
  z-index: 1;
  color: rgba(244, 245, 247, 0.6);
  line-height: 130%;
}
.footer .section-wrapper {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .section-wrapper {
    flex-flow: column;
    align-items: center;
  }
}
.footer-text {
  flex: 1;
  min-width: 100%;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .footer-text {
    font-size: 14px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .footer-text {
    font-size: 12px;
    text-align: center;
    line-height: 130%;
  }
}
.footer-right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-right {
    margin-left: 0;
  }
}
.footer-right,
.footer .logo-footer {
  margin-bottom: 62px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .footer-right,
  .footer .logo-footer {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-right,
  .footer .logo-footer {
    margin-bottom: 20px;
  }
}

.menu {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  list-style: none;
  position: relative;
  box-sizing: border-box;
}
.menu-item:not(:last-child) {
  margin-right: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .menu-item:not(:last-child) {
    margin-right: 30px;
  }
}
.menu-item-url {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.menu-item-url [class*=icon] {
  margin-right: 10px;
  margin-top: -0.2em;
}
.menu-item-url:hover {
  filter: "alpha(opacity=80)";
  opacity: 0.8;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .menu-item-url {
    font-size: 13px;
  }
}

.title-h1 {
  font: 700 normal 64px/110% "Unbounded", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .title-h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title-h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.title-h2 {
  font: 700 normal 36px/110% "Unbounded", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .title-h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.title-h3 {
  font: 600 normal 16px/110% "Montserrat", "Sans-serif, Arial";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.text-gradient {
  background-color: #FF008C;
  background: linear-gradient(95deg, #FFB991 0%, #FF008C 52.6%, #B400E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-close-wt {
  width: 26px;
  height: 26px;
  background: url("../images/icon-close-wt.svg") 50% 50% no-repeat;
  background-size: contain;
}
.icon-close, .icon-close-cl {
  width: 28px;
  height: 28px;
  background: url("../images/icon-close-cl.svg") 50% 50% no-repeat;
  background-size: contain;
}
.icon-likee {
  width: 29px;
  height: 29px;
  background: url("../images/icon-likee.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-likee {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-likee {
    width: 20px;
    height: 20px;
  }
}
.icon-ok {
  width: 29px;
  height: 29px;
  background: url("../images/icon-ok.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-ok {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-ok {
    width: 20px;
    height: 20px;
  }
}
.icon-tg {
  width: 29px;
  height: 29px;
  background: url("../images/icon-tg.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-tg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-tg {
    width: 20px;
    height: 20px;
  }
}
.icon-vk {
  width: 29px;
  height: 29px;
  background: url("../images/icon-vk.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-vk {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-vk {
    width: 20px;
    height: 20px;
  }
}
.icon-dzen {
  width: 29px;
  height: 29px;
  background: url("../images/icon-dzen.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-dzen {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-dzen {
    width: 20px;
    height: 20px;
  }
}
.icon-yt {
  width: 29px;
  height: 29px;
  background: url("../images/icon-yt.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-yt {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-yt {
    width: 20px;
    height: 20px;
  }
}
.icon-vb {
  width: 29px;
  height: 29px;
  background: url("../images/icon-vb.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .icon-vb {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-vb {
    width: 20px;
    height: 20px;
  }
}

.logo {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .logo {
    width: 89px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 93px;
    height: 29.404px;
  }
}
.logo-footer {
  display: block;
  background: url("../images/logo-footer.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 168.666px;
  height: 33.734px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .logo-footer {
    width: 94px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .logo-footer {
    width: 94px;
    height: 19px;
  }
}

.button {
  border: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", "Sans-serif, Arial";
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  color: #000;
  background: transparent;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  height: 70px;
  padding: 0 30px;
  min-width: 150px;
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
}
.button-text {
  padding-top: 0.2em;
  box-sizing: border-box;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}
.button-white {
  color: #FF008C;
  background: #FFF;
}
.button-white:hover {
  color: #FF008C;
}
.button-accent {
  color: #FFF;
  background: #FF008C;
}
.button-accent:hover {
  color: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .button {
    font-size: 12px;
    height: 35px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 16px;
    height: 56px;
    padding: 0 25px;
  }
}

.elements-list {
  display: flex;
  flex-flow: wrap row;
  gap: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .elements-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .elements-list {
    gap: 20px;
  }
}

.popup {
  position: fixed;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
  max-height: 100%;
  z-index: 150;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-loader {
  z-index: 9;
}
.popup-loader-counter {
  margin-top: 20px;
  color: #FFF;
  text-align: center;
}
.popup-window {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  background: #FFF;
  box-sizing: border-box;
  background: #FFFFFF;
  box-sizing: border-box;
  margin: 80px 0;
  border-radius: 25px;
}
.popup-m .popup-window {
  width: 570px;
  padding: 37px 76px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-m .popup-window {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .popup-m .popup-window {
    font-size: 11px;
    padding: 37px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-window .button {
    font-size: 13px;
    height: 40px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .popup-window .button {
    font-size: 12px;
    height: 40px;
    padding: 0 16px;
  }
}
.popup-loader .popup-window {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.popup-window .text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.popup-window .text a {
  color: #FF008C;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-window .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .popup-window .text {
    font-size: 11px;
  }
}
.popup-block {
  margin-bottom: 20px;
}
.popup-close {
  padding: 10px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
  display: block;
}
.popup-close:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-close-cl.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-close:after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .popup-close:after {
    width: 22px;
    height: 22px;
  }
}
.popup-frame {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .popup-window {
    min-height: 0;
    max-width: calc(100vw - 20px);
    margin: 0;
    max-height: calc(100vh - 20px);
  }
  .popup-frame {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }
}

.x-modal-opened {
  overflow: hidden;
}
.x-modal-fade:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.x-modal-loader:after {
  z-index: 8;
}

.form-row:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .form-row:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .form-row:not(:last-child) {
    margin-bottom: 6px;
  }
}
.form-row .message {
  font-size: 9px;
  display: none;
}
.form-error {
  position: relative;
}
.form-error .message {
  display: block;
  text-align: right;
}
.form-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .form-bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-bottom {
    margin-top: 37px;
  }
}
.form-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form-field {
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(95deg, #FF008C 0%, #B400E6 100%);
}
.form-error .form-field {
  color: #FF0101;
  background: #FF0101;
}
.form-field-input {
  color: #000;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  padding: 15px;
  background: #FFF;
  border: 0;
  font-family: "Montserrat", "Sans-serif, Arial";
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .form-field-input {
    height: 33px;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-field-input {
    height: 33px;
    padding: 12px;
  }
}
.form-field-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-field-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-field-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: rgba(244, 245, 247, 0.4);
  margin-top: 2px;
}
.form-field-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .form-field-name {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .form-field-name {
    font-size: 11px;
    margin-bottom: 2px;
  }
}
.form-checkbox {
  position: relative;
  overflow: hidden;
}
.form-checkbox-style {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #FFF 50% 50% no-repeat;
}
.form-checkbox-field {
  font-size: 150px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
.form-checkbox-field:checked + .form-checkbox-style {
  width: 25px;
  height: 25px;
  background: url("../images/icon-check.svg") 50% 50% no-repeat;
  background-size: contain;
}
.form .text {
  font-size: 18px;
  line-height: 140%;
}

textarea.form-field-input {
  height: 130px;
}

.message {
  display: flex;
}
.message [class*=icon] {
  margin-right: 10px;
}
.message-text {
  flex: 1;
}
.message-error {
  color: #FF0101;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
}

.option {
  display: flex;
  font-size: 14px;
}
.option .form-checkbox {
  margin-right: 15px;
}
.option-text {
  flex: 1;
  display: flex;
  align-items: center;
}

.r-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.r-title span {
  display: none;
}
.r-title:after {
  display: block;
  content: "";
  background: url(../images/bzzz.gif) 50% 50% no-repeat;
  background-size: contain;
  width: 222.108px;
  height: 152.692px;
  transform: rotate(7.954deg);
  left: calc(50% + 110px);
  top: -20px;
  position: absolute;
  animation: bzzMove 5s infinite alternate;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .r-title:after {
    width: 76.163px;
    height: 52.36px;
    left: calc(50% + 40px);
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .r-title:after {
    width: 76.163px;
    height: 52.36px;
    left: calc(50% + 40px);
    top: -10px;
  }
}
.rating .r-title:after {
  display: none;
}
.pump .r-title:after, .rules .r-title:after {
  width: 100px;
  height: 100px;
  left: calc(50% + 70px);
  top: -20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump .r-title:after, .rules .r-title:after {
    width: 50px;
    height: 50px;
    left: calc(50% + 24px);
    top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .pump .r-title:after, .rules .r-title:after {
    width: 50px;
    height: 50px;
    left: calc(50% + 24px);
    top: -12px;
  }
}
.r-title:before {
  display: block;
  content: "";
  background: url(../images/title.png) 50% 50% no-repeat;
  background-size: contain;
  width: 452px;
  height: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .r-title:before {
    width: 190px;
    height: 79.027px;
  }
}
@media screen and (max-width: 767px) {
  .r-title:before {
    width: 209.075px;
    height: 86.488px;
  }
}

@keyframes bzzMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.main {
  background: url("../images/bg.png") 50% 0px;
  background-size: cover;
  min-height: 1100px;
  flex: 1;
  color: #FFF;
  overflow: hidden;
  padding: 0 0 43px;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main {
    min-height: 473px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    min-height: 812px;
  }
}
.main > .section-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main-promo {
  width: auto;
  height: 354px;
  display: block;
  background: url(../images/main-promo.png?1) 50% 0px no-repeat;
  background-size: auto 100%;
  margin: 70px -40px 90px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-promo {
    height: 146px;
    margin-bottom: 50px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-promo {
    margin: 0 -16px;
    height: 122px;
    background-size: auto 100%;
    background-position: 50% 0px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.main-promo-artist-list {
  position: relative;
}
.main-promo-artist-list-item {
  transition: all 0.2s ease-in-out;
  filter: "alpha(opacity=0)";
  opacity: 0;
  position: absolute;
  top: -130px;
  left: calc(50% - 500px);
}
.main-promo-artist-list-item-active {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-promo-artist-list-item {
    top: -40px;
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .main-promo-artist-list-item {
    top: -35px;
    left: calc(50% - 170px);
  }
}
.main-promo-artist-list-item img {
  width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-promo-artist-list-item img {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .main-promo-artist-list-item img {
    width: 330px;
  }
}
.main-text {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  text-transform: uppercase;
  max-width: 853px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-text {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .main-text {
    font-size: 11px;
  }
}
.main-url-1, .main-url-2, .main-url-3, .main-url-4 {
  display: block;
  width: 335px;
  height: 335px;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-url-1, .main-url-2, .main-url-3, .main-url-4 {
    width: 126px;
    height: 126px;
  }
}
@media screen and (max-width: 767px) {
  .main-url-1, .main-url-2, .main-url-3, .main-url-4 {
    display: none;
  }
}
.main-url-1 {
  top: 210px;
  right: calc(50% + 520px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-url-1 {
    top: 113px;
    right: calc(50% + 220px);
  }
}
.main-url-2 {
  top: 640px;
  right: calc(50% + 440px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-url-2 {
    top: 290px;
    right: calc(49% + 186px);
  }
}
.main-url-3 {
  top: 140px;
  left: calc(50% + 450px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-url-3 {
    top: 62px;
    left: calc(50% + 174px);
  }
}
.main-url-4 {
  top: 640px;
  left: calc(50% + 510px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-url-4 {
    width: 170px;
    top: 295px;
    left: calc(50% + 190px);
  }
}
.main-dec-1, .main-dec-2, .main-dec-4, .main-dec-5 {
  display: block;
  width: 335px;
  height: 335px;
  position: absolute;
}
.main-dec-1 {
  background: url(../images/bg-dec-1.png) no-repeat;
  background-size: contain;
  width: 398px;
  height: 274px;
  top: 1250px;
  left: calc(50% - 541px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-dec-1 {
    width: 147px;
    height: 126px;
    top: 480px;
    left: calc(50% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .main-dec-1 {
    width: 165px;
    height: 115px;
    top: 460px;
    left: calc(50% - 175px);
  }
}
.main-dec-2 {
  background: url(../images/bg-dec-2.png) no-repeat;
  background-size: contain;
  width: 366px;
  height: 274px;
  top: 1250px;
  right: calc(50% - 541px);
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-dec-2 {
    width: 142.627px;
    height: 128px;
    top: 480px;
    right: calc(50% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .main-dec-2 {
    width: 151px;
    height: 119px;
    top: 460px;
    right: calc(50% - 175px);
  }
}
.main-control {
  display: flex;
  justify-content: center;
  margin-top: 387px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-control {
    margin-top: 157px;
  }
}
@media screen and (max-width: 767px) {
  .main-control {
    margin-top: 171px;
  }
  .main-control .button {
    flex: 1;
  }
}
.main-content {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 20px;
  }
}
.main-frame {
  position: relative;
  margin-top: 23px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-frame {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-frame {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
.main-frame .r-title {
  z-index: 5;
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 78px */
  text-transform: uppercase;
  margin-bottom: 0;
  text-indent: 0;
  text-align: center;
}
.main-frame .r-title span {
  display: block;
}
.main-frame .r-title:before {
  width: 806.497px;
  height: 334.534px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .main-frame .r-title {
    font-size: 18px;
  }
  .main-frame .r-title:before {
    width: 275px;
    height: 113.735px;
  }
}
@media screen and (max-width: 767px) {
  .main-frame .r-title {
    font-size: 20px;
  }
  .main-frame .r-title:before {
    width: 278px;
    height: 115px;
  }
}

.popup-arrow {
  position: absolute;
  z-index: 11;
  left: calc(50% + 280px);
  bottom: 200px;
  width: 419px;
  height: 225px;
  background: url(../images/dec-arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  box-sizing: border-box;
  padding: 50px 50px 50px 70px;
  text-align: center;
  transform: rotate(-7deg);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-arrow {
    width: 230px;
    height: 120px;
    font-size: 10px;
    left: calc(50% + 80px);
    bottom: 80px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup-arrow {
    width: 230px;
    height: 120px;
    font-size: 10px;
    left: calc(50% - 40px);
    bottom: -90px;
    padding: 20px;
    transform: rotate(23deg);
  }
}
.popup-arrow-2 {
  background: url(../images/dec-arrow-2.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  width: 537.851px;
  height: 223.728px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-arrow-2 {
    width: 230px;
    height: 120px;
    font-size: 10px;
    left: calc(50% + 80px);
    bottom: 80px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup-arrow-2 {
    width: 230px;
    height: 120px;
    font-size: 10px;
    left: calc(50% - 40px);
    bottom: -90px;
    padding: 20px;
    transform: rotate(23deg);
  }
}
.popup-note {
  position: relative;
  z-index: 11;
  background: #FFF;
  width: 360px;
  padding: 24px 50px 24px 24px;
  border-radius: 25px;
  color: #FFF;
  font-family: Unbounded;
  font-size: 16px;
  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;
}
.popup-note a {
  text-decoration: underline;
  color: inherit;
}
@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-2 {
  width: 360px;
  position: absolute;
  right: 40px;
  bottom: 90px;
  background: linear-gradient(95deg, #FF008C 0%, #B400E6 100%);
  border-radius: 25px 0px 25px 25px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-note-2 {
    width: 264px;
    font-size: 10px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .popup-note-2 {
    width: calc(100% - 16px - 16px);
    right: 16px;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.popup-note-arrow {
  background: url(../images/strela.png) 50% 50% no-repeat;
  background-size: contain;
  width: 394px;
  height: 301px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  padding: 0;
  padding-left: 90px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-note-arrow {
    width: 224px;
    height: 172px;
    padding-left: 43px;
    font-size: 9px;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .popup-note-arrow {
    width: 271px;
    height: 207px;
    font-size: 10px;
    padding-left: 64px;
    right: calc(50% - 135.5px);
    top: 500px;
  }
}
.popup-note-arrow .popup-note-close {
  position: absolute;
  right: 36px;
  top: 86px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .popup-note-arrow .popup-note-close {
    right: 16px;
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .popup-note-arrow .popup-note-close {
    right: 16px;
    top: 56px;
  }
}

.pump {
  flex: 1;
  padding-top: 37px;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url("../images/bg.png") 50% 0px;
  background-size: cover;
  min-height: 1100px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump {
    min-height: 473px;
  }
}
@media screen and (max-width: 767px) {
  .pump {
    min-height: 812px;
  }
}
.pump .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pump-frame {
  height: 585px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-frame {
    height: 209px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pump-frame {
    height: 330px;
    margin-bottom: 0;
  }
}
.pump-counter {
  font-size: 36px;
  line-height: 130%;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  background: #FF008C;
  padding: 19px 19px 19px 160px;
  border-radius: 0 15px 15px 0;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-counter {
    padding: 14px 16px 14px 70px;
    top: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pump-counter {
    padding: 14px 16px 14px 70px;
    top: 150px;
    font-size: 18px;
  }
}
.pump-control {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-control {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pump-control {
    margin-top: 30px;
  }
}
.pump-text {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-text {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pump-text {
    font-size: 10px;
    margin-bottom: 180px;
  }
}
.pump-action-1 {
  width: 464px;
  height: 585px;
  top: 0;
  left: calc(50% - 232px);
  z-index: 2;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-action-1 {
    width: 165px;
    height: 209px;
    top: 0;
    left: calc(50% - 82.5px);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pump-action-1 {
    width: 262px;
    height: 330px;
    left: calc(50% - 131px);
    margin-top: 0;
  }
}
.pump-action-1-11 {
  background-image: url("../images/banka-1-11.png");
}
.pump-action-1-10 {
  background-image: url("../images/banka-1-10.png");
}
.pump-action-1-9 {
  background-image: url("../images/banka-1-9.png");
}
.pump-action-1-8 {
  background-image: url("../images/banka-1-8.png");
}
.pump-action-1-7 {
  background-image: url("../images/banka-1-7.png");
}
.pump-action-1-6 {
  background-image: url("../images/banka-1-6.png");
}
.pump-action-1-5 {
  background-image: url("../images/banka-1-5.png");
}
.pump-action-1-4 {
  background-image: url("../images/banka-1-4.png");
}
.pump-action-1-3 {
  background-image: url("../images/banka-1-3.png");
}
.pump-action-1-2 {
  background-image: url("../images/banka-1-2.png");
}
.pump-action-1-1 {
  background-image: url("../images/banka-1-1.png");
}
.pump-action-2 {
  width: 464px;
  height: 585px;
  top: 0;
  left: calc(50% - 232px);
  z-index: 2;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-action-2 {
    width: 165px;
    height: 209px;
    top: 0;
    left: calc(50% - 82.5px);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pump-action-2 {
    width: 262px;
    height: 330px;
    left: calc(50% - 131px);
    margin-top: 0;
  }
}
.pump-action-2-11 {
  background-image: url("../images/banka-2-11.png");
}
.pump-action-2-10 {
  background-image: url("../images/banka-2-10.png");
}
.pump-action-2-9 {
  background-image: url("../images/banka-2-9.png");
}
.pump-action-2-8 {
  background-image: url("../images/banka-2-8.png");
}
.pump-action-2-7 {
  background-image: url("../images/banka-2-7.png");
}
.pump-action-2-6 {
  background-image: url("../images/banka-2-6.png");
}
.pump-action-2-5 {
  background-image: url("../images/banka-2-5.png");
}
.pump-action-2-4 {
  background-image: url("../images/banka-2-4.png");
}
.pump-action-2-3 {
  background-image: url("../images/banka-2-3.png");
}
.pump-action-2-2 {
  background-image: url("../images/banka-2-2.png");
}
.pump-action-2-1 {
  background-image: url("../images/banka-2-1.png");
}
.pump-action-3 {
  width: 464px;
  height: 585px;
  top: 0;
  left: calc(50% - 232px);
  z-index: 2;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-action-3 {
    width: 165px;
    height: 209px;
    top: 0;
    left: calc(50% - 82.5px);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pump-action-3 {
    width: 262px;
    height: 330px;
    left: calc(50% - 131px);
    margin-top: 0;
  }
}
.pump-action-3-11 {
  background-image: url("../images/banka-3-11.png");
}
.pump-action-3-10 {
  background-image: url("../images/banka-3-10.png");
}
.pump-action-3-9 {
  background-image: url("../images/banka-3-9.png");
}
.pump-action-3-8 {
  background-image: url("../images/banka-3-8.png");
}
.pump-action-3-7 {
  background-image: url("../images/banka-3-7.png");
}
.pump-action-3-6 {
  background-image: url("../images/banka-3-6.png");
}
.pump-action-3-5 {
  background-image: url("../images/banka-3-5.png");
}
.pump-action-3-4 {
  background-image: url("../images/banka-3-4.png");
}
.pump-action-3-3 {
  background-image: url("../images/banka-3-3.png");
}
.pump-action-3-2 {
  background-image: url("../images/banka-3-2.png");
}
.pump-action-3-1 {
  background-image: url("../images/banka-3-1.png");
}
.pump-action-4 {
  width: 464px;
  height: 585px;
  top: 0;
  left: calc(50% - 232px);
  z-index: 2;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .pump-action-4 {
    width: 165px;
    height: 209px;
    top: 0;
    left: calc(50% - 82.5px);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pump-action-4 {
    width: 262px;
    height: 330px;
    left: calc(50% - 131px);
    margin-top: 0;
  }
}
.pump-action-4-11 {
  background-image: url("../images/banka-4-11.png");
}
.pump-action-4-10 {
  background-image: url("../images/banka-4-10.png");
}
.pump-action-4-9 {
  background-image: url("../images/banka-4-9.png");
}
.pump-action-4-8 {
  background-image: url("../images/banka-4-8.png");
}
.pump-action-4-7 {
  background-image: url("../images/banka-4-7.png");
}
.pump-action-4-6 {
  background-image: url("../images/banka-4-6.png");
}
.pump-action-4-5 {
  background-image: url("../images/banka-4-5.png");
}
.pump-action-4-4 {
  background-image: url("../images/banka-4-4.png");
}
.pump-action-4-3 {
  background-image: url("../images/banka-4-3.png");
}
.pump-action-4-2 {
  background-image: url("../images/banka-4-2.png");
}
.pump-action-4-1 {
  background-image: url("../images/banka-4-1.png");
}

.basic-content {
  padding-top: 50px;
  padding-bottom: 87px;
}

.content-footer {
  display: flex;
  align-items: center;
  gap: 49px;
  justify-content: center;
  background: linear-gradient(180deg, rgba(24, 19, 86, 0) 0%, #160F3F 100%);
  padding-top: 30px;
  padding-bottom: 35px;
  margin-top: auto;
  color: #FFF;
}
.content-footer .text {
  font-family: Unbounded;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .content-footer {
    padding-left: 34px;
    padding-right: 34px;
  }
  .content-footer .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .content-footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 23px;
  }
  .content-footer .text {
    font-size: 11px;
    max-width: 281px;
  }
}

.rules {
  background: url("../images/bg.png") 50% 0px;
  background-size: cover;
  min-height: 1100px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  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-top: 10px;
  }
}
.rules-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list {
    gap: 12px;
  }
}
.rules-list-item {
  box-sizing: border-box;
  color: #FFF;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 615px;
  height: 324px;
  background-size: 100% auto;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  padding: 60px 229px 20px 212px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item {
    font-size: 9px;
    line-height: normal;
    padding: 30px 99px 20px 112px;
    width: 327px;
    height: 166px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item {
    font-size: 9px;
    line-height: normal;
    padding: 30px 99px 20px 112px;
    width: 327px;
    height: 166px;
  }
}
.rules-list-item:nth-child(1) {
  background-image: url(../images/bil-rul-bg-1.png);
}
.rules-list-item:nth-child(2) {
  background-image: url(../images/bil-rul-bg-2.png);
  margin-top: -157px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(2) {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(2) {
    margin-top: -60px;
  }
}
.rules-list-item:nth-child(3) {
  background-image: url(../images/bil-rul-bg-3.png);
  margin-top: -157px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(3) {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(3) {
    margin-top: -60px;
  }
}
.rules-list-item:nth-child(4) {
  background-image: url(../images/bil-rul-bg-4.png);
  margin-top: -157px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item:nth-child(4) {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item:nth-child(4) {
    margin-top: -60px;
  }
}
.rules-list-item-numb {
  position: absolute;
  left: -60px;
  bottom: -25px;
  line-height: 1em;
  font-family: "Unbounded", "Sans-serif, Arial";
  font-size: 185px;
  font-style: normal;
  font-weight: 700;
  background-color: #FF008C;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item-numb {
    font-size: 80px;
    left: -30px;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item-numb {
    font-size: 80px;
    left: -30px;
    bottom: 15px;
  }
}
.rules-list-item .dec-rul-1 {
  position: absolute;
  right: 10px;
  bottom: 81px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item .dec-rul-1 {
    right: 10px;
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item .dec-rul-1 {
    right: 10px;
    bottom: 26px;
  }
}
.rules-list-item .dec-rul-2 {
  position: absolute;
  right: 10px;
  bottom: 36px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item .dec-rul-2 {
    right: 5px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item .dec-rul-2 {
    right: 5px;
    bottom: 0px;
  }
}
.rules-list-item .dec-rul-3 {
  position: absolute;
  right: -2px;
  bottom: 82px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item .dec-rul-3 {
    right: 3px;
    bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item .dec-rul-3 {
    right: 3px;
    bottom: 33px;
  }
}
.rules-list-item .dec-rul-4 {
  position: absolute;
  right: 15px;
  bottom: 91px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rules-list-item .dec-rul-4 {
    right: 8px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list-item .dec-rul-4 {
    right: 8px;
    bottom: 40px;
  }
}
@media screen and (min-width: 1191px) {
  .rules-list-item:hover .dec-rul-1, .rules-list-item:hover .dec-rul-2, .rules-list-item:hover .dec-rul-3, .rules-list-item:hover .dec-rul-4 {
    margin-bottom: 15px;
    transform: rotate(5deg);
  }
}

.dec-rul-1 {
  width: 235px;
  height: 235px;
  background: url("../images/bil-rul-1.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-1 {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-1 {
    width: 108px;
    height: 108px;
  }
}
.dec-rul-2 {
  width: 280px;
  height: 296px;
  background: url("../images/bil-rul-2.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-2 {
    width: 138px;
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-2 {
    width: 138px;
    height: 145px;
  }
}
.dec-rul-3 {
  width: 235px;
  height: 228px;
  background: url("../images/bil-rul-3.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-3 {
    width: 108px;
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-3 {
    width: 108px;
    height: 105px;
  }
}
.dec-rul-4 {
  width: 209px;
  height: 212px;
  background: url("../images/bil-rul-4.png") 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .dec-rul-4 {
    width: 96px;
    height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .dec-rul-4 {
    width: 96px;
    height: 97px;
  }
}

.rating {
  background: url("../images/bg.png") 50% 0px;
  background-size: cover;
  min-height: 1100px;
  color: #FFF;
  flex: 1;
}
.rating .section-wrapper {
  padding-bottom: 170px;
}
.rating .section-wrapper:after {
  display: block;
  content: "";
  background: url(../images/bzzz.gif) 50% 50% no-repeat;
  background-size: contain;
  width: 222.108px;
  height: 152.692px;
  transform: rotate(-14.901deg);
  left: 10%;
  top: 5px;
  position: absolute;
  animation: bzzMove 5s infinite alternate;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating .section-wrapper:after {
    width: 100px;
    height: 100px;
    left: 10%;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rating .section-wrapper:after {
    width: 70px;
    height: 70px;
    left: 5px;
    top: 60px;
  }
}
.rating [class*=title] {
  text-align: center;
}
.rating-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 67px;
}
.rating-top .label-rating {
  margin-bottom: 43px;
}
.rating-top .text {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating-top .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .rating-top .text {
    font-size: 16px;
  }
}
.rating-list {
  max-width: 571px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  border-radius: 12px;
  border: 2px solid #FF008C;
  background: #FFF;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .rating-list {
    max-width: 442px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .rating-list {
    margin-bottom: 30px;
  }
}
.rating-list-item {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  min-height: 40px;
  gap: 15px;
}
@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 {
  border-radius: 50%;
}

.label-rating {
  font-size: 24px;
  line-height: 130%;
  font-style: normal;
  font-weight: 800;
  color: #FFF;
  background: linear-gradient(90deg, #FF008C 0%, #8406FF 104.87%);
  padding: 12px 70px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .label-rating {
    font-size: 18px;
    padding: 7px 49px;
  }
}
@media screen and (max-width: 767px) {
  .label-rating {
    font-size: 18px;
    padding: 7px 49px;
  }
}