*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

html, body {
  width: 100%;
  height: 100%; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a[class] {
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit;
  outline: none; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*$container-max-widths: (
    md: 738px,
    lg: 962px,
    xl: 1200px,
    hd: 1260px,
    laptop: 1380px,
    desktop: 1620px,
    fullhd: 1740px
);*/
body {
  background-color: #F4F3FF;
  color: #353439;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: normal;
  font-style: normal;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 56px;
  min-height: 100vh; }
  @media (min-width: 992px) {
    body {
      font-size: 16px;
      padding-top: 82px; } }

.o-noscroll {
  overflow-y: hidden; }
  @media (min-width: 992px) {
    .o-noscroll {
      overflow-y: auto; } }

.c-content {
  width: 100%;
  padding: 15px;
  max-width: 1340px;
  margin: 10px auto;
  border-top: 1px solid #DEDEE2;
  border-bottom: 1px solid #DEDEE2; }
  .c-content h1, .c-content h2, .c-content h3 {
    font-size: 24px;
    color: #353439;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
  .c-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
    color: rgba(53, 52, 57, 0.7); }
    @media (min-width: 768px) {
      .c-content p {
        font-size: 16px;
        line-height: 28px; } }
  .c-content ul, .c-content ol {
    margin: 15px 0 0;
    color: rgba(53, 52, 57, 0.7);
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .c-content ul, .c-content ol {
        font-size: 16px;
        line-height: 28px; } }

.c-table__info {
  width: 100%;
  min-width: 500px;
  border-spacing: 4px; }
  .c-table__info tr {
    width: 100%; }
  .c-table__info tr:nth-child(2n) td {
    border: 2px solid #3959d9;
    color: #3959d9; }
  .c-table__info tr:nth-child(2n+1) {
    background: #3959d9;
    color: #fff; }
  .c-table__info td {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px; }
  .c-table__info tr td:first-child {
    width: 33.33%; }
  .c-table__info tr td:last-child {
    width: 66.67%;
    text-align: center; }
  .c-table__info-wrapper {
    width: 100%;
    margin: 0 auto 15px;
    overflow-x: auto;
    max-width: 800px; }

.c-navigation {
  display: block;
  margin: 0 10px 15px;
  border-radius: 7px;
  border: 3px solid #3959d9;
  padding: 10px 20px; }
  .c-navigation ul li {
    color: #3959d9; }
    .c-navigation ul li:hover {
      color: #244beb; }
    .c-navigation ul li a {
      text-decoration: none;
      color: #3959d9; }
      .c-navigation ul li a:hover {
        color: #244beb; }
  @media (min-width: 576px) {
    .c-navigation {
      float: right;
      margin: 0 10px; } }

.o-center {
  margin: 0 auto; }

.o-left, .o-right {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 414px) {
    .o-left, .o-right {
      max-width: 300px;
      width: auto;
      margin-bottom: 10px; } }

@media (min-width: 414px) {
  .o-left {
    float: left;
    margin-right: 20px; } }

@media (min-width: 414px) {
  .o-right {
    float: right;
    margin-left: 20px; } }

.c-payments {
  width: 100%;
  min-width: 748px;
  border-collapse: collapse;
  border-spacing: 0; }
  .c-payments__wrapper {
    width: 100%;
    margin: 15px auto;
    overflow-x: auto;
    padding: 10px 20px;
    background: #244beb;
    border-radius: 30px; }
    @media (min-width: 1200px) {
      .c-payments__wrapper {
        padding: 10px 50px 30px; } }
  .c-payments tr:first-child {
    border-bottom: 1px solid #DEDEE2; }
  .c-payments th {
    height: 75px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 5px 10px 5px 0; }
    @media (min-width: 1200px) {
      .c-payments th {
        font-size: 14px;
        padding: 10px; } }
    .c-payments th:nth-child(1) {
      width: 20%;
      padding-left: 20px; }
    .c-payments th:nth-child(2) {
      width: 13%; }
    .c-payments th:nth-child(3) {
      width: 6%; }
    .c-payments th:nth-child(4) {
      width: 13%; }
    .c-payments th:nth-child(5) {
      width: 28%; }
    .c-payments th:nth-child(6) {
      width: 20%;
      padding-right: 20px; }
  .c-payments img {
    max-width: 100px;
    max-height: 30px; }
    @media (min-width: 1200px) {
      .c-payments img {
        max-width: 120px;
        max-height: 40px; } }
  .c-payments td {
    position: relative;
    border: none;
    padding: 5px 10px 5px 0;
    text-align: left;
    vertical-align: middle;
    color: #D7D3E4;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.2;
    font-size: 13px; }
    @media (min-width: 1200px) {
      .c-payments td {
        font-size: 16px;
        padding: 10px; } }
    .c-payments td:nth-child(1) {
      width: 20%;
      padding-left: 20px; }
    .c-payments td:nth-child(2) {
      width: 13%; }
    .c-payments td:nth-child(3) {
      width: 6%; }
    .c-payments td:nth-child(4) {
      width: 13%; }
    .c-payments td:nth-child(5) {
      width: 28%; }
    .c-payments td:nth-child(6) {
      width: 20%;
      padding-right: 20px; }
    .c-payments td a {
      min-width: 158px;
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 10px;
      color: #fff;
      margin: 10px auto 0;
      font-weight: 700;
      min-height: 45px;
      font-size: 16px;
      background: linear-gradient(180deg, #99DC21 0%, #76AC16 123.88%);
      box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
      .c-payments td a:hover {
        background: linear-gradient(180.54deg, #99DC21 -234.64%, #76AC16 123.19%); }
      @media (min-width: 1200px) {
        .c-payments td a {
          min-width: 200px;
          font-size: 18px; } }

.c-winners {
  background: #3959d9;
  border-radius: 10px;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px; }
  .c-winners__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px; }
    @media (min-width: 576px) {
      .c-winners__item {
        width: 50%; } }
    @media (min-width: 992px) {
      .c-winners__item {
        width: 25%; } }
    .c-winners__item-img {
      width: 90px;
      height: 90px;
      margin-right: 10px; }
    .c-winners__item-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .c-winners__item span {
      display: inline-block; }
    .c-winners__item-caption {
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 7px; }
    .c-winners__item-name {
      font-size: 16px;
      color: #353439; }
    .c-winners__item-money {
      font-size: 20px;
      font-weight: 700;
      color: #FFED45;
      margin-top: 13px;
      text-transform: uppercase; }

.c-tiles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px; }
  .c-tiles__item {
    min-width: 232px;
    margin: 10px auto;
    background: #244beb;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px; }
    @media (min-width: 992px) {
      .c-tiles__item {
        min-height: 210px; } }
    .c-tiles__item-wrapper {
      width: calc(100% - 20px);
      margin: 0 10px; }
      @media (min-width: 576px) {
        .c-tiles__item-wrapper {
          width: calc(50% - 20px); } }
      @media (min-width: 992px) {
        .c-tiles__item-wrapper {
          width: calc(25% - 20px); } }
    .c-tiles__item-img {
      min-height: 45px;
      margin-bottom: 10px; }
    .c-tiles__item-caption {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #FFED45; }
    .c-tiles__item-descr {
      color: #fff;
      line-height: 1.2;
      font-size: 14px;
      text-align: center; }

/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }

/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }

/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }

/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }

/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F; }

/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v20/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #F4F3FF; }
  .c-header__wrapper {
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .c-header__wrapper {
        padding: 0 15px;
        height: 82px; } }
  .c-header__left {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .c-header__burger {
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    width: 25px;
    height: 21px; }
    .c-header__burger span {
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      background: #3959d9; }
      .c-header__burger span:nth-child(1) {
        top: 0px; }
      .c-header__burger span:nth-child(2) {
        top: calc(50% - 1.5px); }
      .c-header__burger span:nth-child(3) {
        bottom: 0; }
    @media (min-width: 992px) {
      .c-header__burger {
        display: none; } }
  .c-header__logo {
    max-width: 150px; }
    @media (min-width: 992px) {
      .c-header__logo {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .c-header__logo {
        max-width: 250px; } }
  .c-header__right {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .c-header__btn {
    min-width: 100px;
    min-height: 40px;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 5px 15px;
    letter-spacing: 0.01em;
    font-weight: bold;
    outline: none;
    text-decoration: none;
    text-shadow: 8px;
    border-radius: 10px; }
    .c-header__btn:hover {
      background-color: #244beb; }
    @media (min-width: 1200px) {
      .c-header__btn {
        min-width: 120px;
        min-height: 45px; } }
  .c-header__login {
    box-shadow: none;
    color: #3959d9;
    border: 2px solid #3959d9;
    transition: border-color .3s ease, background-color .3s ease; }
    .c-header__login:hover {
      color: #fff; }
  .c-header__register {
    background-color: #3959d9;
    color: #fff;
    display: none; }
    @media (min-width: 576px) {
      .c-header__register {
        display: inline-flex; } }
  .c-header__nav {
    display: none; }
    @media (min-width: 992px) {
      .c-header__nav {
        display: block; }
        .c-header__nav ul {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          list-style: none;
          margin: 0;
          padding: 0; }
          .c-header__nav ul li {
            margin: 0;
            padding: 5px 15px 5px 0; }
            .c-header__nav ul li a {
              text-decoration: none;
              color: #353439;
              font-weight: 500;
              transition: color .3s ease;
              display: inline-flex;
              padding: 7px 0;
              text-transform: uppercase;
              border-bottom: 2px solid transparent; }
              .c-header__nav ul li a:hover {
                color: #3959d9;
                border-bottom: 2px solid #3959d9; }
            .c-header__nav ul li:first-child a {
              color: #3959d9;
              border-bottom: 2px solid #3959d9; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .c-header__nav ul li {
          padding-right: 20px; } }

.c-popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  background: rgba(242, 241, 254, 0.7); }
  .c-popup.is-active {
    display: block; }
    @media (min-width: 992px) {
      .c-popup.is-active {
        display: none; } }
  .c-popup__inner {
    position: relative;
    height: 100vh;
    min-width: 300px;
    max-width: 450px;
    width: 60%;
    background: #244beb;
    overflow-y: auto; }
  .c-popup__close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer; }
  .c-popup__list {
    list-style: none;
    margin: 52px 0 0;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column; }
    .c-popup__list li {
      padding: 0;
      margin: 0;
      display: inline-flex;
      align-items: center;
      height: 52px;
      border-top: 1px solid #533FBA; }
      .c-popup__list li:last-child {
        border-bottom: 1px solid #533FBA; }
      .c-popup__list li a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-weight: 500; }
        .c-popup__list li a:hover {
          color: #76AC16; }
  .c-popup__btns {
    width: 100%;
    padding: 15px 15px 0; }
  .c-popup__btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
    min-height: 60px;
    font-size: 22px; }
  .c-popup__login {
    border: 2px solid #D7D3E4; }
    .c-popup__login:hover {
      background-color: #244beb; }
  .c-popup__register {
    background: linear-gradient(180deg, #99DC21 0%, #76AC16 123.88%);
    box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    .c-popup__register:hover {
      background: linear-gradient(180.54deg, #99DC21 -234.64%, #76AC16 123.19%); }

.c-banner {
  display: block;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative; }
  .c-banner__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    max-height: 600px;
    width: 100%; }
    @media (min-width: 768px) {
      .c-banner__img {
        max-width: 100%;
        max-height: auto; } }
  .c-banner__info {
    position: absolute;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .c-banner__info {
        top: 0;
        right: auto;
        left: 10%;
        bottom: 0;
        display: flex;
        margin: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left; } }
    @media (min-width: 768px) {
      .c-banner__info {
        max-width: 700px; } }
    .c-banner__info span {
      display: inline-block;
      width: 100%;
      color: #fff; }
    .c-banner__info-caption {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .c-banner__info-caption {
          font-size: 30px;
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        .c-banner__info-caption {
          font-size: 64px; } }
    .c-banner__info-desc {
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .c-banner__info-desc {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .c-banner__info-desc {
          font-size: 24px; } }
    .c-banner__info-btn {
      min-width: 152px;
      max-width: 350px;
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 10px;
      color: #fff;
      margin: 10px auto 0;
      font-weight: 700;
      min-height: 58px;
      font-size: 18px;
      background: linear-gradient(180deg, #99DC21 0%, #76AC16 123.88%);
      box-shadow: 0 1px 24px -1px rgba(59, 85, 12, 0.4);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
      .c-banner__info-btn:hover {
        background: linear-gradient(180.54deg, #99DC21 -234.64%, #76AC16 123.19%); }
      @media (min-width: 768px) {
        .c-banner__info-btn {
          margin: 15px auto 0 0; } }
      @media (min-width: 1200px) {
        .c-banner__info-btn {
          margin: 40px auto 0 0;
          min-height: 82px;
          font-size: 24px; } }

.c-slots {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .c-slots__item {
    width: calc(50% - 20px);
    max-width: 170px;
    margin: 10px;
    position: relative;
    border-radius: 10px; }
    @media (min-width: 576px) {
      .c-slots__item {
        width: calc(33.33% - 20px); } }
    @media (min-width: 768px) {
      .c-slots__item {
        width: calc(16.66% - 20px);
        max-width: none; } }
    .c-slots__item img {
      border-radius: 10px; }
    .c-slots__item-info {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-radius: 10px;
      padding: 20px;
      transition: opacity .3s ease;
      text-align: center;
      background: linear-gradient(114.86deg, rgba(37, 36, 79, 0.88) -6.88%, rgba(85, 34, 190, 0.88) 43.67%, rgba(113, 56, 236, 0.88) 100%); }
    .c-slots__item:hover > div.c-slots__item-info {
      opacity: 1; }
    .c-slots__item-caption {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 15px;
      max-width: 100%; }
    .c-slots__item-btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      padding: 5px 15px; }
    .c-slots__item-demo {
      min-width: 93px;
      max-width: 113px;
      min-height: 24px;
      box-shadow: none;
      border-radius: 4px;
      border: 2px solid rgba(255, 255, 255, 0.6);
      font-size: 12px; }
      .c-slots__item-demo:hover {
        background-image: linear-gradient(to bottom, rgba(219, 182, 255, 0.35) 0%, rgba(219, 182, 255, 0.35) 100%);
        border-color: rgba(219, 182, 255, 0.35); }
    .c-slots__item-play {
      border-radius: 6px;
      width: 100%;
      font-size: 16;
      font-weight: 700;
      min-height: 46px;
      background: radial-gradient(98.65% 1286.46% at 0% 8.33%, #8D80F6 0%, #5F50F0 100%);
      box-shadow: 0px 1px 24px -1px rgba(30, 19, 136, 0.4); }
      .c-slots__item-play:hover {
        background: radial-gradient(98.65% 1286.46% at 0% 8.33%, #7062E3 0%, #4A3CCE 100%); }
  .c-slots__wrapper {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 10px 0; }
    .c-slots__wrapper h2 {
      font-size: 24px;
      color: #3959d9;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center; }
  .c-slots__btn {
    min-width: 152px;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    color: #fff;
    margin: 10px auto 0;
    font-weight: 700;
    min-height: 58px;
    font-size: 18px;
    background: #3959d9;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    .c-slots__btn:hover {
      background: #244beb; }
    @media (min-width: 1200px) {
      .c-slots__btn {
        min-height: 82px;
        font-size: 24px; } }

.c-footer {
  width: 100%;
  margin-top: 40px;
  background: #1E1E1E;
  padding: 20px 0; }
  .c-footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    padding: 15px; }
  .c-footer__icons {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(110, 88, 131, 0.3);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .c-footer__icons-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 10px;
      opacity: .8;
      transition: opacity .3s ease; }
      .c-footer__icons-item:hover {
        opacity: 1; }
      @media (min-width: 992px) {
        .c-footer__icons-item {
          margin: 16px 12px; } }
      @media (min-width: 1200px) {
        .c-footer__icons-item {
          margin: 18px 16px; } }
      .c-footer__icons-item img {
        height: 20px;
        width: 100%;
        max-width: 100px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
        @media (min-width: 768px) {
          .c-footer__icons-item img {
            max-width: 130px; } }
        @media (min-width: 992px) {
          .c-footer__icons-item img {
            max-width: 160px;
            height: 26px; } }
        @media (min-width: 1200px) {
          .c-footer__icons-item img {
            max-width: 200px; } }
  .c-footer__lists {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    .c-footer__lists-item {
      display: flex;
      flex-direction: column;
      padding-right: 10px;
      margin: 20px 0;
      width: 100%; }
      @media (min-width: 576px) {
        .c-footer__lists-item {
          width: 50%; } }
      @media (min-width: 992px) {
        .c-footer__lists-item {
          width: 25%; } }
    .c-footer__lists-caption {
      margin-bottom: 15px;
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      width: 100%;
      text-align: center; }
      @media (min-width: 576px) {
        .c-footer__lists-caption {
          text-align: left; } }
      @media (min-width: 992px) {
        .c-footer__lists-caption {
          font-size: 16px; } }
    .c-footer__lists-menu ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0;
      margin: 0;
      list-style: none; }
      .c-footer__lists-menu ul li {
        margin-bottom: 12px;
        width: 100%;
        text-align: center; }
        @media (min-width: 576px) {
          .c-footer__lists-menu ul li {
            text-align: left; } }
        .c-footer__lists-menu ul li a {
          text-decoration: none;
          font-size: 14px;
          color: #D7D3E4;
          text-transform: capitalize;
          line-height: 1.2;
          font-weight: 500;
          transition: color .3s ease; }
          @media (min-width: 992px) {
            .c-footer__lists-menu ul li a {
              font-size: 16px; } }
          .c-footer__lists-menu ul li a.o-current {
            color: #3959d9; }
          .c-footer__lists-menu ul li a:hover {
            color: #3959d9; }
  .c-footer__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 10px;
    border-top: 1px solid rgba(110, 88, 131, 0.3); }
    @media (min-width: 768px) {
      .c-footer__info {
        flex-direction: row-reverse;
        justify-content: space-between; } }
    .c-footer__info-right {
      margin-bottom: 30px;
      display: flex;
      justify-content: center;
      width: 100%; }
      .c-footer__info-right img {
        margin: 0 auto; }
      @media (min-width: 768px) {
        .c-footer__info-right {
          width: 30%;
          margin-bottom: 0; } }
    .c-footer__info-left p {
      color: #D7D3E4;
      font-size: 12px;
      line-height: 1.1;
      margin-bottom: 10px;
      text-align: center; }
      .c-footer__info-left p a {
        text-decoration: none;
        color: #fff;
        font-weight: 500; }
        .c-footer__info-left p a:hover {
          color: #3959d9; }
    @media (min-width: 768px) {
      .c-footer__info-left {
        width: 65%; } }

.c-reviews {
  width: 100%;
  margin-top: 10px; }
  .c-reviews__item {
    border: 3px solid #3959d9;
    padding: 25px 20px 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
    z-index: 1; }
  .c-reviews__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px; }
  .c-reviews__name {
    color: rgba(53, 52, 57, 0.7);
    margin-left: 10px;
    display: inline-block; }
  .c-reviews__date {
    color: rgba(53, 52, 57, 0.7);
    display: inline-block;
    margin-left: auto; }
  .c-reviews__btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 2px solid transparent;
    text-align: center;
    transition: background-color .3s ease, color .3s ease;
    background: #3959d9;
    box-shadow: 0 10px 40px #3959d9;
    position: absolute;
    bottom: -17px;
    border: 0;
    right: 25px; }
    .c-reviews__btn:hover {
      background: #244beb; }

.c-rating {
  display: block;
  width: 110px;
  height: 20px; }
  .c-rating__value {
    display: flex;
    width: 100%;
    height: 20px;
    overflow-x: hidden; }
    .c-rating__value-80 {
      width: 80% !important; }
    .c-rating__value-90 {
      width: 90% !important; }
    .c-rating__value-100 {
      width: 100% !important; }

.c-faq {
  box-sizing: border-box;
  width: 100%; }

summary::-webkit-details-marker {
  display: none; }

summary::-moz-list-bullet {
  list-style-type: none; }

summary::marker {
  display: none; }

summary {
  padding: 14px 12px 0px 12px;
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  color: white;
  background-color: #3959d9;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  padding-bottom: 14px;
  font-size: 16px; }

summary::before {
  content: "";
  position: absolute;
  display: flex;
  height: 3px;
  width: 19px;
  right: 10px;
  top: calc(50% - 1px); }

summary::after {
  content: "";
  position: absolute;
  display: flex;
  height: 19px;
  width: 3px;
  right: 18px;
  transition-duration: .3s;
  top: calc(50% - 9px); }

details[open] summary {
  border-color: #e4e5eb;
  border-radius: 10px 10px 0 0; }

details[open] > summary::after {
  transform: rotate(90deg); }

summary ~ * {
  -webkit-animation: sweep .8s;
  animation: sweep .8s; }

summary:focus {
  outline: 0; }

details {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  background-color: white;
  box-shadow: 0 10px 18px rgba(75, 74, 120, 0.14);
  border-radius: 10px;
  margin-bottom: 2rem; }

details > div {
  margin: 0px;
  padding: 20px;
  text-align: left; }
  details > div p {
    margin-top: 0 !important; }
