.page_hide_pc{
      display: block;
    }
      @media (min-width: 1025px){.page_hide_pc{
        display: none
    }
      }
    .page_show_pc{
      display: none;
    }
    @media (min-width: 1025px){
    .page_show_pc{
        display: block
    }
      }
    .page_show_tablet{
      display: none;
    }
    @media (min-width: 641px) and (max-width: 1024px){
    .page_show_tablet{
        display: block
    }
      }
    .page_hide_tablet{
      display: block;
    }
    @media (min-width: 641px){
    .page_hide_tablet{
        display: none
    }
      }
    .page_hide_mob{
      display: block;
    }
    @media (max-width: 639px){
    .page_hide_mob{
        display: none
    }
      }
    .page_show_mob{
      display: block;
    }
    @media (min-width: 640px){
    .page_show_mob{
        display: none
    }
      }
    .page_display_block{
      display: block;
    }
    .page_display_flex{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .page_space_between{
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    /*bg-colors*/
    .page_bg-color_white{
      background: var(--White, #FFF);
    }
    .page_bg-color_red{
      background: var(--Red, #FF1F00);
    }
    .page_bg-color_black{
      background: var(--Dark, #0D0D0D);
    }
    .page_bg-color_gray1{
      background: var(--dark-5, rgba(13, 13, 13, 0.05));
    }
    .page_bg-color_gray2{
      background: var(--dark-10, rgba(13, 13, 13, 0.10));
    }
    .page_bg-color_gray3{
      background: var(--dark-30, rgba(13, 13, 13, 0.30));
    }

.page.open-pushy,
.page.pushy-open-left{
    overflow: hidden;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  background: #ffffff;
  color: #0D0D0D;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.cookie-banner.cookie-banner_visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

.cookie-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }

.cookie-banner__text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }

.cookie-banner__button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #FF1F00;
    color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
  }

@media (min-width: 1025px) {

.cookie-banner {
    left: 32px;
    right: 32px
}
  }

@media (max-width: 640px) {
    .cookie-banner__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

    .cookie-banner__button {
      width: 100%;
      text-align: center;
    }
  }

.header {
    /* &_fixed {
      position: fixed;
      top: -100%;
      transition: all .5s;
      transform: translateY(200%);
    } */
     position: relative;
     padding-top: 54px;
     z-index: 9;
}

.header__event {
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
     }

.header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 16px;
     }

.header__menu {
        display: none;
     }

@media (min-width: 1024px) {

.header__menu {
          border-radius: 15px;
          padding: 12px;
          font-family: "Manrope", sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 135%;
          color: #262626;
          background: #e1eaf7;
          display: block
     }
        }

.header__menu-icon {
      display: block;
     }

@media (min-width: 1024px) {

.header__menu-icon {
        display: none
     }
      }

.header__logo {
      width: 100%;
     }

@media (min-width: 1024px) {

.header__logo {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
     }
      }

@media (min-width: 1024px) {

.header .button_theme_primary.button_size_s {
        padding: 0px 32px;
        height: 60px
     }
      }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: currentColor;
}

/*! Pushy - v1.2.0 - 2019-4-24
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding: 0px;
}

.pushy{
    position: fixed;
    top: 154px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    padding: 24px;
    -webkit-overflow-scrolling: touch;

}

/* enables momentum scrolling in iOS overflow elements */

.pushy ul:first-child{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

    }

.pushy.pushy-left{
        left: 0;
    }

.pushy.pushy-right{
        right: 0;
    }

.pushy .ul_level_2{
            padding: 8px 16px 4px;
        }

.pushy-link_level_1 > a{
        display: inline-block;
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        color: #262626;
        padding: 12px 0;
    }

.pushy-link_level_2 > a{
        display: inline-block;
        color: var(--White, #FFF);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 15px */
        text-decoration: none;
        padding: 8px 0;
    }

.pushy-content{
    visibility: hidden;
    padding-bottom: 100px;

}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.pushy-open-left #container,
    .pushy-open-left .push{
        -webkit-transform: translate3d( 100% ,0,0);
        transform: translate3d( 100% ,0,0);
    }

.pushy-right{
    -webkit-transform: translate3d( 100% ,0,0);
    transform: translate3d( 100% ,0,0);
}

.pushy-open-right #container,
    .pushy-open-right .push{
        -webkit-transform: translate3d( unquote('-' + 100%) ,0,0);
        transform: translate3d( unquote('-' + 100%) ,0,0);
    }

.pushy-open-left .pushy,.pushy-open-right .pushy{
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.pushy-open-left .pushy-content,.pushy-open-right .pushy-content{
        visibility: visible;
    }

/* Menu Transitions */

#container,
.pushy,
.push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
}

.pushy-content{
    -webkit-transition: visibility .2s cubic-bezier(.16, .68, .43, .99);
    transition: visibility .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-open-left .site-overlay,.pushy-open-right .site-overlay{
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: #fff;
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
    }

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Submenu Appearance */

.pushy-submenu > ul{

        -webkit-transition: max-height 0.2s ease-in-out,
                    visibility 0.2s ease-in-out;

        transition: max-height 0.2s ease-in-out,
                    visibility 0.2s ease-in-out;
    }

.pushy-submenu > ul .pushy-link{
            -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }

.pushy-submenu > ul .pushy-link > a{
                font-weight: 400;
                font-size: 17px;
                line-height: 135%;
                color: #262626;
            }

/* Submenu Buttons */

.pushy-submenu button{
       font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        padding: 12px 0;
        border: none;
        background: none;
        text-transform: none;
    }

/* Submenu Icon */

.pushy-submenu > a,
    .pushy-submenu > button {
        position: relative;
    }

.pushy-submenu > a::after,
    .pushy-submenu > button::after {
        content: '';
        display: block;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 50%;
        right: 0;
        background: url("../../img/icon/chevron-down.svg") center center no-repeat;
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

/* Submenu Movement */

.pushy-submenu-closed .ul_level_2{
        max-height: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
    }

.pushy-submenu-closed .pushy-link{
        opacity: 0;
    }

.pushy-submenu-open > ul{
        max-height: 1000px;
        visibility: visible;
    }

.pushy-submenu-open .pushy-link{
        opacity: 1;
    }

/* Submenu Icon */

.pushy-submenu-open > button{
        color: #1681ff;
    }

.pushy-submenu-open > a::after,
    .pushy-submenu-open > button::after{
        -webkit-transform: translateY(-50%) translateX(100%) rotate(180deg);
        transform: translateY(-50%) translateX(100%) rotate(180deg);
    }

.button {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  outline: none;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; 
  display: -webkit-inline-box; 
  display: -ms-inline-flexbox; 
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.button_width_available{
    width: 100%;
  }

.button_type_link{

  }

.button_size_l{
  padding: 0px 64px;
  height: 72px;
}

.button_size_m{
  padding: 0px 32px;
  height: 60px;
}

.button_size_s{
  padding: 0px 24px;
  height: 44px;
}

@media (min-width: 1024px){

.button_size_s{
    height: 72px;
    padding: 0px 64px
}
  }

.button_with_icon.button_size_l{
  padding: 0px 24px 0px 16px;
  height: 72px;
}

.button_with_icon.button_size_m{
  padding: 0px 24px 0px 16px;
  height: 60px;
}

.button_with_icon.button_size_s{
  padding: 0px 16px 0px 8px;
  height: 44px;
}

@media (min-width: 1024px){

.button_with_icon.button_size_s{
    height: 72px;
    padding: 0px 24px 0px 16px
}
  }

.link {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.link_disabled {
        pointer-events: none;
    }

.link {
    cursor: pointer;
    text-decoration: none;
    color: var(--MainColor);
    -webkit-transition: color .2s;
    transition: color .2s;
}

.link_hovered{
      color: var(--MainHovered, #0066df);
    }

.link_visited{
      color: #7A008E;
    }

.content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1232px;
}

@media (min-width: 1232px){

.content {
      margin: 0 auto;
      max-width: 1200px;
      padding-left: 0;
      padding-right: 0
}
    }

.content__button{
      text-align: center;
      padding: 24px 0 0 0;
    }

@media (min-width: 1024px){

.content__button{
        padding: 40px 0 0 0
    }
      }

.event-link {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 135%;
    text-align: center;
    color: #262626;
    background: #ffdb00;
    border-radius: 0 0 15px 15px;
    padding: 4px 32px;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}

.menu-top__ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

.menu-top__ul_level_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 24px;
    }

.menu-top__ul_level_2,
    .menu-top__ul_level_3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px;
    }

.menu-top__ul_drop-down_hidden,
    .menu-top__ul_drop-down_show {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 280px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      max-width: 400px;
      padding: 20px 24px;
      background: #e1eaf7;
      border-radius: 15px;
      z-index: 10;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

.menu-top__ul_drop-down_hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0);
      -webkit-transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

.menu-top__ul_drop-down_show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition:
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

.menu-top__ul_level_3.menu-top__ul_drop-down_hidden,
      .menu-top__ul_level_3.menu-top__ul_drop-down_show {
        top: 0;
        left: 100%;
        border-left: 16px solid transparent;
        background-clip: padding-box;
      }

.menu-top__ul_level_3.menu-top__ul_drop-down_hidden {
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
      }

.menu-top__li .link {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      white-space: nowrap;
    }

.menu-top__li .link:hover {
        color: var(--MainColor);
      }

.menu-top__li .link svg {
        -webkit-transform: translate(0px, -2px);
                transform: translate(0px, -2px);
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

.menu-top__li_drop-down {
      position: relative;
    }

.menu-top__li_opened .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }

.menu-top__li .icon {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

.ul {
  margin: 0;
  padding: 0;
    
}

.ul_list-style_none{
    list-style: none;
  }

.ul_list-style_inside{
    list-style-position: inside;
  }

.ul_display_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.icon {
    display: inline-block;

    text-align: center;

    background: 50% no-repeat;
}

/* Hack for correct baseline positioning */

.icon:empty:after {
        visibility: hidden;

        content: '\00A0';
    }

/*
     * Чтобы иконка правильно позиционировалась внутри блочного контекста,
     * нужно прописать родителю свойство line-height со значением, равным высоте иконки
     */

.icon > img,
    .icon > svg {
        margin: -5.15em 0 -5em; /* 0.15 — magic number, empirically found */

        vertical-align: middle;
    }

.icon {
  display: inline-block;
  text-align: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon_size_xxs {
        width: 5px;
        height: 5px;
    }

.icon_size_xs {
        width: 10px;
        height: 10px;
    }

.icon_size_s {
        width: 15px;
        height: 15px;
    }

.icon_size_m {
        width: 20px;
        height: 20px;
    }

.icon_size_l {
        width: 24px;
        height: 24px;
    }

.icon_size_xl {
        width: 32px;
        height: 32px;
    }

.icon_size_xxl {
        width: 40px;
        height: 40px;
    }

.icon_size_xxxl {
        width: 50px;
        height: 50px;
    }

.icon_size_xxxxl, .icon_size_4xl {
        width: 65px;
        height: 65px;
    }

.icon_size_xxxxxl, .icon_size_5xl {
        width: 100px;
        height: 100px;
    }

.icon_battery{
    background-image: url(/img/icon/battery.svg);
  }

.icon_faceid{
    background-image: url(/img/icon/faceid.svg);
  }

.icon_lock{
    background-image: url(/img/icon/lock.png);
  }

.icon_time{
    background-image: url(/img/icon/time.png);
  }

.icon_teory {
    background-image: url(/img/icon/teory.svg);
  }

.icon_result {
    background-image: url(/img/icon/result.svg);
  }

.icon_idea {
    background-image: url(/img/icon/idea.svg);
  }

.icon_burger {
    background-image: url(/img/icon/menu-burger.svg);
  }

.pushy-open-left .icon_burger {
  background-image: url(/img/icon/menu-close.svg);
}

.hero {
    margin: 24px 0 48px 0;
}

@media (min-width: 1024px) {

.hero {
        margin: 60px 0 110px 0;
        padding-bottom: 24px
}
    }

.hero__info, .hero__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        position: relative;
        z-index: 2;
    }

@media (min-width: 1024px) {

.hero__info, .hero__control {            
            grid-column: 1 / span 6
    }
            .hero__info .button_theme_primary.button_size_s, .hero__control .button_theme_primary.button_size_s {
                height: 72px;
                padding: 0px 64px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
            }
        }

@media (min-width: 1024px) {

.hero__content {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 32px
    }
        }

.hero__text {
        font-size: 17px;
        line-height: 135%;
    }

.hero__image {
        border-radius: 35px;
        overflow: hidden;
        aspect-ratio: 1/1;
    }

.hero__image .image {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }

@media (min-width: 1024px) {

.hero__image {
            grid-column: 8 / span 5;
            grid-row: 1 / span 2;
            aspect-ratio: auto
    }
        }

.hero__numbers {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

@media (min-width: 1024px) {

.hero__numbers {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }
        }

.hero__digit {
        font-weight: 600;
        font-size: 26px;
        line-height: 125%;
        color: var(--MainColor);
    }

.hero__digit span {
            color: var(--MainGrey);
        }

@media (min-width: 640px) {

.hero__digit {
            font-size: 45px
    }
        }

.hero__item-text {
        font-size: 17px;
        line-height: 135%;
        opacity: 0.5;
    }

.image {
    border: 0;
}

.image {
    width: 100%;
}

.reasons {
    margin: 48px 0;
}

@media (min-width: 1024px) {

.reasons {
        margin: 110px 0
}
    }

.reasons__title {
        text-align: center;
        padding-bottom: 24px;
    }

.reasons__item {
        border-radius: 35px;
        padding: 16px;
        background: #fff;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.reasons__item {
            font-size: 17px;
            padding: 24px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }
        }

.reasons__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

@media (min-width: 1024px) {

.reasons__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row
    }
        }

.reasons__item-title {
        padding: 12px 0;
    }

@media (min-width: 1024px) {

.reasons__item-title {
            min-height: 118px
    }
        }

.reasons__item-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.reasons__charge {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 11px;
        border-radius: 8px;
        background: #e1eaf7;
        position: relative;
    }

.reasons__charge::after {
            position: absolute;
            content: '';
            width: 40px;
            height: 100%;
            border-radius: 8px;
            background: #ff0000;
        }

.what-is {
    margin: 48px 0;
}

@media (min-width: 1024px) {

.what-is {
        margin: 110px 0
}
    }

.what-is__title {
        text-align: center;
        padding-bottom: 24px;
    }

.what-is__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        padding-bottom: 35px;
    }

@media (min-width: 1024px) {

.what-is__description {
            font-size: 25px;
            line-height: 125%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 100px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
        }

.what-is__description-line {
        padding-left: 16px;
        border-left: 2px solid #1681ff;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    }

.what-is__description-circle {
        padding-left: 54px;
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    }

.what-is__description-circle::before {
            content: '';
            position: absolute;
            width: 38px;
            height: 38px;
            background-color: var(--MainColor);
            opacity: 0.24;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;

        }

.what-is__description-circle::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: var(--MainColor);
            opacity: 0.64;
            top: 50%;
            left: 11px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;

        }

.what-is__numbers {
        padding: 32px 28px;
        background: var(--MainColor);
        color: #fff;
        border-radius: 24px;
    }

@media (min-width: 1024px) {

.what-is__numbers {
            padding: 40px 60px
    }
        }

.what-is__numbers-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.what-is__numbers-title {
            font-size: 45px;
            line-height: 120%
    }
        }

.what-is__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

@media (min-width: 1024px) {

.what-is__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
        }

.what-is__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 4px;
    }

@media (min-width: 1024px) {

.what-is__item {
            max-width: 308px;
            gap: 0
    }
        }

.what-is__item-number {
        font-weight: 600;
        font-size: 55px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.what-is__item-number {
            font-size: 85px
    }
        }

.what-is__item-text {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.what-is__item-text {
            font-size: 25px;
            line-height: 125%
    }
        }

.cases__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-widht: 1024px) {

.cases__title {
            padding-bottom: 48px
    }
        }

.cases__controls {
        padding-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

@media (min-width: 1024px) {

.cases__controls {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            gap: 24px;
            padding-top: 48px
    }
        }

/* colors */

.font_color_black{
    color: var(--Black, #262626);
  }

.font_color_blue {
    color: var(--Blue, #295088);
  }

.font_color_main {
    color: var(--MainColor, #1681ff);
  }

.font_color_light {
    color: var(--LightColor, #d1e6ff);
  }

.font_color_white {
    color: var(--White, #ffffff);
  }

/* size */

.font_size_m{
    font-size: 1.6rem;
  }

.font_size_l{
    font-size: 2rem;
  }

.font_size_xl{
    font-size: 2.4rem;
  }

.font_size_xxl{
    font-size: 3.2rem;
  }

.font_size_xxxl{
    font-size: 4.8rem;
  }

.font_size_xxxxl{
    font-size: 6.4rem;
  }

/*weight*/

.font_weight_normal{
    font-weight: 400;
  }

.font_weight_medium{
    font-weight: 500;
  }

.font_weight_bold{
    font-weight: 700;
  }

/*body text*/

.font_body_25SB{
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
  }

.font_body_20R{
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
  }

.font_body_17R{
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
  }

.font_body_17SB{
    font-weight: 600;
    font-size: 17px;
    line-height: 135%;
  }

.font_body_15R{
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
  }

.section-margin {
    margin: 48px 0;
}

@media (min-width: 1024px) {

.section-margin {
        margin: 110px 0
}
    }

.button_theme_secondary {
    border-radius: 15px;
    background: #fff;
    color: var(--Black, #262626);
    border: none;
  }

.button_theme_secondary.button_hovered{
    color: #295088;
  }

.button_theme_secondary.button_disabled{
    background: var(--dark-10, rgba(13, 13, 13, 0.10));
    cursor: auto;
    pointer-events: none;
  }

.case-card {
    
}

.steps {
    position: relative;
}

.steps::before {
        content: '';
        position: absolute;
        width: calc(100% - 32px);
        max-width: 1200px;
        height: calc(100% - 95px);
        border-radius: 35px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--MainColor);
    }

.steps__title {
        position: relative;
        text-align: center;
        padding: 40px 28px;
        color: #fff;        
    }

@media (min-width: 1024px) {

.steps__title {
            padding: 50px 28px        
    }
        }

.steps__items {
        position: relative;
        padding: 30px 16px;
        border: 1px solid #e2e2e2;
        border-radius: 35px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

@media (min-width: 1024px) {

.steps__items {
            margin: 0 50px;
            padding: 50px 76px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 50px;
            -ms-flex-pack: distribute;
                justify-content: space-around
    }
        }

.steps__item {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }

.steps__item:nth-child(3n+1) {
            border-left: 3px solid #1681FF;
        }

.steps__item:nth-child(3n+2) {
            border-left: 3px solid #00B8DB;
        }

.steps__item:nth-child(3n+3) {
            border-left: 3px solid #7c86ff;;
        }

@media (min-width: 1024px) {

.steps__item {
            max-width: 430px
    }
        }

.steps__item-description {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        color: #9f9f9f;
    }

@media (min-width: 1024px) {

.steps__item-description {
            font-size: 20px
    }
        }

.steps__item-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
    }

.tag {
    display: inline-block;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #295088;
}

@media (min-width: 1024px) {

.tag {
        font-size: 17px;
        padding: 9px
}
    }

.claster__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.claster__title {
            padding-bottom: 48px
    }
        }

.claster__cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

@media (min-width: 1024px) {

.claster__cols {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px
    }
        }

.claster__col {
        border-radius: 35px;
        padding: 30px 20px;
    }

.claster__col_type_white {
                color: #262626;
                background: #fff;
            }

.claster__col_type_white .claster__col-counter::after {
                    background: url(/img/icon/logo_blue.svg);
                }

.claster__col_type_white .claster__col-title {
                    background: #f2f3f9;
                }

.claster__col_type_blue {
                color: #fff;
                background: var(--MainColor);
            }

.claster__col_type_blue .claster__col-counter::after {
                    background: url(/img/icon/logo_white.svg);
                }

.claster__col_type_blue .claster__col-title {
                    background: #fff;
                    color:#262626;
                }

.claster__col-counter {
            font-weight: 600;
            font-size: 25px;
            line-height: 125%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 54px;
            height: 54px;
            position: relative;
        }

.claster__col-counter::after {
                position: absolute;
                inset: 0;
                content: '';
            }

.claster__col-title {
            font-weight: 600;
            font-size: 25px;
            line-height: 125%;
            text-decoration: underline;
            padding: 10px;
            border-radius: 15px;
        }

.claster__col-subtitle {
            font-weight: 600;
            font-size: 25px;
            line-height: 125%;
            padding-bottom: 10px;
        }

.claster__col-text {
            font-weight: 400;
            font-size: 20px;
            line-height: 135%;
        }

.claster__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 13px;
        padding-bottom: 24px;
    }

.claster__formula {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 4px;
        padding-top: 24px;
    }

@media (min-width: 1024px) {

.claster__formula {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 48px 26px;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start
    }
        }

.claster__item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        font-size: 26px;
        line-height: 125%;
        padding-bottom: 20px;
    }

.claster__item-title .icon {
            width: 52px;
            height: 52px;
        }

@media (min-width: 1024px) {

.claster__item-title {
            font-size: 45px;
            line-height: 120%
    }
        }

.claster__item-sign {
        font-size: 45px;
        line-height: 120%;
        text-align: center;
        height: 54px;
    }

.claster__tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
    }

.schools__title {
    padding-bottom: 24px;
    text-align: center;
   }

@media (min-width: 1024px) {

.schools__title {
        padding-bottom: 48px
   }
    }

.mentoring__title {
        padding-bottom: 25px;
        text-align: center;
    }

.mentoring__description {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        padding-left: 53px;
        margin: 0 auto 25px auto;
        position: relative;
        max-width: 568px;
    }

@media (min-width: 1024px) {

.mentoring__description {
            font-size: 20px
    }
        }

.mentoring__description::before {
            content: '';
            position: absolute;
            width: 38px;
            height: 38px;
            background-color: var(--MainColor);
            opacity: 0.24;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;

        }

.mentoring__description::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: var(--MainColor);
            opacity: 0.64;
            top: 50%;
            left: 11px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;
        }

.mentoring__subtitle {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        text-align: center;
        color: var(--MainColor);
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.mentoring__subtitle {
            padding-bottom: 48px;
            font-size: 25px
    }
        }

.mentoring__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

@media (min-width: 1024px) {

.mentoring__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
        }

.mentoring__item {
        background: -webkit-gradient(linear, left top, left bottom, from(#e5ebff), to(#fff));
        background: linear-gradient(180deg, #e5ebff 0%, #fff 100%);
        border: 1px solid #e2e2e2;
        border-radius: 35px;
        padding: 25px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    }

.mentoring__item-title {
        font-weight: 600;
        font-size: 25px;
        line-height: 125%;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        padding: 10px;       
        text-align: center;
    }

.mentoring__item-title_level_start {
                color: #295088;
                 background: #fff;
            }

.mentoring__item-title_level_startplus {
                color: #1681ff;
                background: #fff;
            }

.mentoring__item-title_level_proruv {
                background: #dfe1ff;
                color: #295088;
            }

.mentoring__item-title_level_opora {
                background: #d1e6ff;
                color: #295088;
            }

.mentoring__item-text {
        min-height: 46px;
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        text-align: center;
    }

.mentoring__item-description {
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        color: var(--MainColor);
        padding-left: 16px;
        border-left: 2px solid #1681ff;
    }

.mentors__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.mentors__title {
            padding-bottom: 48px
    }
        }

.mentors__control {
        text-align: center;
    }

.mentors__control .button_theme_primary.button_size_s {
            width: 100%;
        }

@media (min-width: 1024px) {

.mentors__control .button_theme_primary.button_size_s {
                padding: 0px 38px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                height: 73px
        }
            }

.courses__wrap {
        border-radius: 55px;
        background: #fff;
        padding: 38px 16px;
    }

@media (min-width: 1024px) {

.courses__wrap {
            display: grid;
            grid-template-columns: 421px 1fr;
            gap: 86px;
            padding: 50px 61px
    }
        }

.courses__control .button_theme_primary.button_size_s {
            width: 100%;
        }

@media (min-width: 1024px) {

.courses__control .button_theme_primary.button_size_s {
                padding: 0px 64px;
                height: 73px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content
        }
            }

.courses__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        padding-bottom: 16px;
    }

@media (min-width: 1024px) {

.courses__col {
            padding: 0;
            gap: 27px
    }
        }

.courses__description {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        color: var(--MainColor);
        border-left: 2px solid #1681ff;
        padding-left: 16px;
    }

@media (min-width: 1024px) {

.courses__description {
            font-size: 20px
    }
        }

.courses__labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 6px;
    }

.courses__labels .label {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

.label {
    border-radius: 6px;
    padding: 8px 12px;
    background: #d1e6ff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #1681ff;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
}

.memboring {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.memboring__wrap {
        border: 1px solid #e2e2e2;
        border-radius: 35px;
        padding: 24px 16px;
        background: -webkit-gradient(linear, left top, left bottom, from(#e6e8ff), to(#fff));
        background: linear-gradient(180deg, #e6e8ff 0%, #fff 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

@media (min-width: 1024px) {

.memboring__wrap {
            padding: 50px 60px;
            display: grid;
            grid-template-columns: 2.3fr 2fr;
            -webkit-column-gap: 90px;
               -moz-column-gap: 90px;
                    column-gap: 90px
    }
        }

.memboring__title {
        padding-bottom: 16px;
    }

.memboring__col {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.memboring__col {
            font-size: 20px;
            line-height: 135%
    }
        }

@media (min-width: 1024px) {

.memboring__row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
        }

.memboring__steps {
        border: 1px solid #e2e2e2;
        border-radius: 15px;
        padding: 16px;
        -webkit-box-shadow: 0 11px 21px 0 rgba(149, 149, 149, 0.11);
                box-shadow: 0 11px 21px 0 rgba(149, 149, 149, 0.11);
        background: #fff;
    }

.memboring__apps {
        border-radius: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        color: #295088;
    }

@media (max-width: 1023px) {

.memboring__apps {
            padding: 16px;
            -webkit-box-shadow: 0 11px 21px 0 rgba(149, 149, 149, 0.11);
                    box-shadow: 0 11px 21px 0 rgba(149, 149, 149, 0.11);
            background: #fff;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            text-align: center
    }
        }

.memboring__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

.memboring__steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

.memboring__steps-heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 38px;
        color: #295088;
        margin-bottom: 16px;
        padding-left: 47px;
        position: relative;
    }

.memboring__steps-heading::before {
            content: '';
            position: absolute;
            width: 38px;
            height: 38px;
            background-color: var(--MainColor);
            opacity: 0.24;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;

        }

.memboring__steps-heading::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background-color: var(--MainColor);
            opacity: 0.64;
            top: 50%;
            left: 11px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            border-radius: 50%;
        }

.memboring__steps-time {
        border-radius: 6px;
        padding: 4px 12px;
        background: #d1e6ff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
        color: #1681ff;
        margin-bottom: 20px;
    }

.memboring__step {        
        border-radius: 15px;
        padding: 6px 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.memboring__step svg {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 8px;
        }

.memboring__step_color_blue {
                border: 0.40px solid #0066df;
                color: #0066df;
            }

.memboring__step_color_grey {
                border: 0.40px solid #262626;
                color: #262626;
            }

.memboring__step_color_grey svg {
                    color: #9f9f9f;
                }

.memboring__step-count {
        border: 1px solid #e2e2e2;
        border-radius: 21px;
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
        color: #9f9f9f;
        width: 42px;
        height: 42px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: auto;
    }

@media (min-width: 1024px) {

.memboring .button_theme_primary {            
            width: -webkit-fit-content;            
            width: -moz-fit-content;            
            width: fit-content
    }
        }

.club-aim {
    
}

.sponsor__wrap {
        border-radius: 35px;
        padding: 24px;
        background: #1681ff;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

@media (min-width: 1024px) {

.sponsor__wrap {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding: 50px 60px;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
        }

.sponsor__wrap::after {
            position: absolute;
            content: '';
            width: 328px;
            height: 157px;
            bottom: 0;
            right: 0;
            background-image: url(/img/money.png);
            background-size: cover;
        }

@media (min-width: 1024px) {

.sponsor__wrap::after {
                height: 100%;
                width: 100%;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right
        }
            }

.sponsor__wrap::before {
            position: absolute;
            content: '';
            width: 402px;
            height: 402px;
            top: 0;
            right: 0;
            -webkit-transform: translate(50%, -50%);
                    transform: translate(50%, -50%);
            background-image: url(/img/Ellipse.png);
            background-size: cover;
        }

@media (min-width: 1024px) {

.sponsor__wrap::before {
                width: 900px;
                height: 900px;
                -webkit-transform: translate(-42%, -20%);
                        transform: translate(-42%, -20%)
        }
            }

.sponsor__title {
         position: relative;
        z-index: 2;
    }

.sponsor__subtitle {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        padding: 16px 0;
         position: relative;
        z-index: 2;
    }

@media (min-width: 1024px) {

.sponsor__subtitle {
            font-size: 20px
    }
        }

.sponsor ul {
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        position: relative;
        z-index: 2;
    }

@media (min-width: 1024px) {

.sponsor ul {
            font-size: 20px
    }
        }

.sponsor__control {
        position: relative;
        z-index: 2;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

.sponsor__control .button_theme_secondary.button_size_s {
            width: 100%;
        }

@media (min-width: 1024px) {

.sponsor__control {
            width: 426px;
            height: 100%
    }
            .sponsor__control .button_theme_secondary.button_size_s {
                height: 72px;
            }
        }

.charity__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.charity__title {
            text-align: left
    }
        }

.charity__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.charity__content {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 92px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
        }

.charity__kindness {
        border-radius: 15px;
        padding: 24px;
        background: rgba(124, 134, 255, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        overflow: hidden;
    }

.charity__kindness .charity__title {
            text-align: left;
            padding-bottom: 40px;
            position: relative;
            z-index: 2;
        }

.charity__kindness::after {
            content: '';
            position: absolute;
            width: 202px;
            height: 202px;
            background: url(/img/Ellipse_blue.png);
            bottom: 0;
            left: -115px;
        }

.charity__kindness::before {
            content: '';
            position: absolute;
            width: 202px;
            height: 202px;
            background: url(/img/Ellipse_blue.png);
            top: -62px;
            right: -92px;
        }

.charity__description {
        position: relative;
        padding-bottom: 20px;
        z-index: 2;
    }

@media (min-width: 1024px) {

.charity__description {
            padding-bottom: 32px
    }
        }

.charity__button {
        position: relative;
        z-index: 2;
    }

@media (min-width: 1024px) {

.charity__button {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
    }
        }

@media (min-width: 1024px) {

.download {
        height: 271px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;   
        -webkit-box-align: end;   
            -ms-flex-align: end;   
                align-items: flex-end
}
    }

.download__wrap {
        border-radius: 35px;
        padding: 24px 24px 0px;
        background: -webkit-gradient(linear, left top, left bottom, from(#e5ebff), to(#fff));
        background: linear-gradient(180deg, #e5ebff 0%, #fff 100%);
    }

@media (min-width: 1024px) {

.download__wrap {
            padding: 40px;
            position: relative
    }
        }

.download__title {
        padding-bottom: 24px;
        font-weight: 600;
        font-size: 25px;
        line-height: 125%;
    }

.download__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

.download__row p {
            font-weight: 400;
            font-size: 17px;
            line-height: 135%;
            color: #295088;
        }

@media (min-width: 1024px) {

.download__row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center
    }
        }

@media (min-width: 1024px) {

.download__col {
            max-width: calc(100% - 516px)
    }
        }

.download__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

.download__image {
        margin-top: 24px;
    }

@media (min-width: 1024px) {

.download__image {
            position: absolute;
            margin: 0;
            bottom: 0;
            width: 458px;
            right: 40px
    }
        }

.map__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.map__title {
            padding-bottom: 48px
    }
        }

.faq__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.faq__title {
            text-align: left
    }
        }

@media (min-width:1024px) {

.faq__content {
            display: grid;
            grid-template-columns: 5fr 7fr;
            gap: 40px
    }
        }

.faq hr {
        border: 1px solid #e2e2e2;
        margin: 15px 0;
    }

.question {
    cursor: pointer;
}

.question .icon {
        width: 56px;
        height: 56px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 50%;
        background: var(--MainColor);
        position: relative;
    }

.question .icon span:first-child {
            position: absolute;
            width: 22px;
            height: 3px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

.question .icon span:last-child {
            position: absolute;
            width: 3px;
            height: 22px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #fff;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

.question__question {
        font-weight: 600;
        font-size: 21px;
        line-height: 125%;
        color: #1681ff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.question__question ol{
            padding-left: 24px;
        }

@media (min-width: 1024px) {

.question__question {
            font-size: 25px
    }
        }

.question__answer {
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
        padding: 12px 72px 0 0;
    }

.question__container {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.question_show .icon {
            background: #0066df;
        }

.question_show .icon span:last-child {
                -webkit-transform: translate(-50%, -50%) rotate(90deg);
                        transform: translate(-50%, -50%) rotate(90deg);
            }

.footer {
    background: var(--MainGrey);
    border-radius: 35px 35px 0 0;
}

.footer__wrapper {
        max-width: 1232px;
        margin: 0 auto;
        padding: 24px 16px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 35px;
    }

@media (min-width: 1024px) {

.footer__wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            gap: 8px;
            padding: 40px 16px
    }
        }

.footer__heading {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 600;
        font-size: 25px;
        line-height: 125%;
    }

.footer__cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }

.footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

.footer__link {
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        color: #e1eaf7;
    }

.footer__link:hover {
            color: var(--MainColor);
        }

.footer__link:first-child {
            font-weight: 700;
        }

@font-face {
    font-family: 'Manrope';
    src: local('Manrope'),
        url('/assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

.page_theme_main {
  --MainColor: #1681ff;
  --MainGrey: #262626;
  font-family: 'Manrope', sans-serif;
  background-color: #F2F3F9;
  color: var(--Dark, #0D0D0D);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  min-width: 360px;
  -webkit-overflow-scrolling: touch;
   position: relative;
}

.page_theme_main::after {
        position: absolute;
        content: '';
        width: 484px;
        height: 484px;
        background: url(/img/Ellipse_blue.png) no-repeat;
        background-size: cover;
        top: 20px;
        left: -256px;
    }

@media (min-width: 1024px) {

.page_theme_main::after {
            width: 800px;
            height: 800px;
            left: -500px
    }
        }

a{
  text-decoration: none;
}

p{
    padding: 0;
    margin: 0;
}

ul, ol{
    margin: 0;
    padding: 0 0 0 24px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4{
  margin: 0;
}

h1, .h1{
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
}

@media (min-width: 641px){

h1, .h1{
    font-size: 45px
}
  }

h2, .h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
}

@media (min-width: 641px){

h2, .h2{
    font-size: 40px
}
  }

h3, .h3{
  font-weight: 600;
  font-size: 21px;
  line-height: 125%;
}

@media (min-width: 641px){

h3, .h3{
    font-size: 25px
}
  }

h4, .h4{
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
}

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

*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s-message{
  display: none;
}

.button_theme_primary {
    border-radius: 15px;
    background: var(--MainColor);
    color: var(--White, #FFF);
    border: none;
  }

.button_theme_primary.button_hovered{
    background: var(--MainColorHovered, #0066df);
  }

.button_theme_primary.button_disabled{
    background: var(--dark-10, rgba(13, 13, 13, 0.10));
    cursor: auto;
    pointer-events: none;
  }