.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;
    }
  }

.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;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}

.event-link:hover {
        color: var(--MainColor);
    }

.header {
    /* &_fixed {
      position: fixed;
      top: -100%;
      transition: all .5s;
      transform: translateY(200%);
    } */
     position: relative;
     padding-top: 54px;
     z-index: 9;
}

.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;
  line-height: 135%;
  color: currentColor;
}

.logo_size_s {
      font-weight: 700;
      font-size: 20px;
      gap: 11px;
    }

.logo_size_s svg {
        width: 29px;
        height: 29px;
      }

.logo_size_l {
      font-weight: 400;
      font-size: 33px;
      gap: 18px;

    }

.logo_size_l svg {
        width: 49px;
        height: 49px;
      }

/*! 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
    }
      }

.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;
      color: #262626;
    }

.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: 30px;
        height: 30px;
    }

.icon_size_xxl {
        width: 40px;
        height: 40px;
    }

.icon_size_xxxl {
        width: 50px;
        height: 50px;
    }

.icon_size_xxxxl, .icon_size_4xl {
        width: 64px;
        height: 64px;
    }

.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);
  }

.icon_mail {
    background-image: url(/img/icon/mail.svg);
  }

.icon_phone {
    background-image: url(/img/icon/phone.svg);
  }

.icon_location {
    background-image: url(/img/icon/location.svg);
  }

.icon_fire {
    background-image: url(/img/icon/fire_with_bg.svg);
  }

.icon_filter {
    background-image: url(/img/icon/filter.svg);
  }

.icon_close {
    background-image: url(/img/icon/close.svg);
  }

.pushy-open-left .icon_burger {
  background-image: url(/img/icon/menu-close.svg);
}

/* 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%;
  }

.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;
  }

.breadcrumbs {
  position: relative;
  z-index: 2;
  padding: 24px 0;
}

.breadcrumbs .link {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #262626;
    padding: 4px;
  }

.breadcrumbs__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.breadcrumbs__li_current .link { 
        pointer-events: none;
        color: #9f9f9f;
        cursor: auto;
      }

/* Отступы */

.decorator_space-a_none{
      padding: 0!important;
    }

.decorator_space-a_xxxs {
      padding: 2px;
    }

.decorator_space-a_xxs {
      padding: 4px;
    }

.decorator_space-a_xs {
      padding: 8px;
    }

.decorator_space-a_s {
      padding: 12px;
    }

.decorator_space-a_m {
      padding: 16px;
    }

.decorator_space-a_l {
      padding: 20px;
    }

.decorator_space-a_xl {
      padding: 24px;
    }

.decorator_space-a_xxl {
      padding: 32px;
    }

.decorator_space-a_xxxl {
      padding: 40px;
    }

.decorator_space-a_xxxxl {
      padding: 48px;
    }

.decorator_space-v_xxxs {
      padding-top: 2px;
      padding-bottom: 2px;
    }

.decorator_space-v_xxs {
      padding-top: 4px;
      padding-bottom: 4px;
    }

.decorator_space-v_xs {
      padding-top: 8px;
      padding-bottom: 8px;
    }

.decorator_space-v_s {
      padding-top: 12px;
      padding-bottom: 12px;
    }

.decorator_space-v_m {
      padding-top: 16px;
      padding-bottom: 16px;
    }

.decorator_space-v_l {
      padding-top: 20px;
      padding-bottom: 20px;
    }

.decorator_space-v_xl {
      padding-top: 24px;
      padding-bottom: 24px;
    }

.decorator_space-v_xxl {
      padding-top: 32px;
      padding-bottom: 32px;
    }

.decorator_space-v_xxxl {
      padding-top: 40px;
      padding-bottom: 40px;
    }

.decorator_space-v_xxxxl {
      padding-top: 48px;
      padding-bottom: 48px;
    }

.decorator_space-v_xxxxxl {
      padding-top: var(--space-xxxxxl);
      padding-bottom: var(--space-xxxxxl);
    }

.decorator_space-v_xxxxxxl {
      padding-top: var(--space-xxxxxxl);
      padding-bottom: var(--space-xxxxxxl);
    }

.decorator_space-h_xxxs {
      padding-left: 2px;
      padding-right: 2px;
    }

.decorator_space-h_xxs {
      padding-left: 4px;
      padding-right: 4px;
    }

.decorator_space-h_xs {
      padding-left: 8px;
      padding-right: 8px;
    }

.decorator_space-h_s {
      padding-left: 12px;
      padding-right: 12px;
    }

.decorator_space-h_m {
      padding-left: 16px;
      padding-right: 16px;
    }

.decorator_space-h_l {
      padding-left: 20px;
      padding-right: 20px;
    }

.decorator_space-h_xl {
      padding-left: 24px;
      padding-right: 24px;
    }

.decorator_space-h_xxl {
      padding-left: 32px;
      padding-right: 32px;
    }

.decorator_space-h_xxxl {
      padding-left: 40px;
      padding-right: 40px;
    }

.decorator_space-h_xxxxl {
      padding-left: 48px;
      padding-right: 48px;
    }

.decorator_space-h_xxxxxl {
      padding-left: var(--space-xxxxxl);
      padding-right: var(--space-xxxxxl);
    }

.decorator_space-h_xxxxxxl {
      padding-left: var(--space-xxxxxxl);
      padding-right: var(--space-xxxxxxl);
    }

.decorator_space-t_xxxs {
      padding-top: 2px;
    }

.decorator_space-t_xxs {
      padding-top: 4px;
    }

.decorator_space-t_xs {
      padding-top: 8px;
    }

.decorator_space-t_s {
      padding-top: 12px;
    }

.decorator_space-t_m {
      padding-top: 16px;
    }

.decorator_space-t_l {
      padding-top: 20px;
    }

.decorator_space-t_xl {
      padding-top: 24px;
    }

.decorator_space-t_xxl {
      padding-top: 32px;
    }

.decorator_space-t_xxxl {
      padding-top: 40px;
    }

.decorator_space-t_xxxxl {
      padding-top: 48px;
    }

.decorator_space-t_xxxxxl {
      padding-top: var(--space-xxxxxl);
    }

.decorator_space-t_xxxxxxl {
      padding-top: var(--space-xxxxxxl);
    }

.decorator_space-r_xxxs {
      padding-right: 2px;
    }

.decorator_space-r_xxs {
      padding-right: 4px;
    }

.decorator_space-r_xs {
      padding-right: 8px;
    }

.decorator_space-r_s {
      padding-right: 12px;
    }

.decorator_space-r_m {
      padding-right: 16px;
    }

.decorator_space-r_l {
      padding-right: 20px;
    }

.decorator_space-r_xl {
      padding-right: 24px;
    }

.decorator_space-r_xxl {
      padding-right: 24px;
    }

.decorator_space-r_xxxl {
      padding-right: 40px;
    }

.decorator_space-r_xxxxl {
      padding-right: 48px;
    }

.decorator_space-r_xxxxxl {
      padding-right: var(--space-xxxxxl);
    }

.decorator_space-r_xxxxxxl {
      padding-right: var(--space-xxxxxxl);
    }

.decorator_space-b_xxxs {
      padding-bottom: 2px;
    }

.decorator_space-b_xxs {
      padding-bottom: 4px;
    }

.decorator_space-b_xs {
      padding-bottom: 8px;
    }

.decorator_space-b_s {
      padding-bottom: 12px;
    }

.decorator_space-b_m {
      padding-bottom: 16px;
    }

.decorator_space-b_l {
      padding-bottom: 20px;
    }

.decorator_space-b_xl {
      padding-bottom: 24px;
    }

.decorator_space-b_xxl {
      padding-bottom: 32px;
    }

.decorator_space-b_xxxl {
      padding-bottom: 40px;
    }

.decorator_space-b_xxxxl {
      padding-bottom: 48px;
    }

.decorator_space-b_xxxxxl {
      padding-bottom: 72px);
    }

.decorator_space-b_xxxxxxl {
      padding-bottom: 96px;
    }

.decorator_space-l_xxxs {
      padding-left: 2px;
    }

.decorator_space-l_xxs {
      padding-left: 4px;
    }

.decorator_space-l_xs {
      padding-left: 8px;
    }

.decorator_space-l_s {
      padding-left: 12px;
    }

.decorator_space-l_m {
      padding-left: 16px;
    }

.decorator_space-l_l {
      padding-left: 20px;
    }

.decorator_space-l_xl {
      padding-left: 24px;
    }

.decorator_space-l_xxl {
      padding-left: 32px;
    }

.decorator_space-l_xxxl {
      padding-left: 40px;
    }

.decorator_space-l_xxxxl {
      padding-left: 48px;
    }

.decorator_space-l_xxxxxl {
      padding-left: 72px);
    }

.decorator_space-l_xxxxxxl {
      padding-left: 96px;
    }

.decorator_indent-a_none {
      margin: 0;
    }

.decorator_indent-a_auto {
      margin: auto;
    }

.decorator_indent-a_xxxs {
      margin: 2px;
    }

.decorator_indent-a_xxs {
      margin: 4px;
    }

.decorator_indent-a_xs {
      margin: 8px;
    }

.decorator_indent-a_s {
      margin: 12px;
    }

.decorator_indent-a_m {
      margin: 16px;
    }

.decorator_indent-a_l {
      margin: 20px;
    }

.decorator_indent-a_xl {
      margin: 24px;
    }

.decorator_indent-a_xxl {
      margin: 32px;
    }

.decorator_indent-a_xxxl {
      margin: 40px;
    }

.decorator_indent-a_xxxxl {
      margin: 48px;
    }

.decorator_indent-a_xxxxxl {
      margin: var(--space-xxxxxl);
    }

.decorator_indent-a_xxxxxxl {
      margin: var(--space-xxxxxxl);
    }

.decorator_indent-v_auto {
      margin-top: auto;
      margin-bottom: auto;
    }

.decorator_indent-v_xxxs {
      margin-top: 2px;
      margin-bottom: 2px;
    }

.decorator_indent-v_xxs {
      margin-top: 4px;
      margin-bottom: 4px;
    }

.decorator_indent-v_xs {
      margin-top: 8px;
      margin-bottom: 8px;
    }

.decorator_indent-v_s {
      margin-top: 12px;
      margin-bottom: 12px;
    }

.decorator_indent-v_m {
      margin-top: 16px;
      margin-bottom: 16px;
    }

.decorator_indent-v_l {
      margin-top: 20px;
      margin-bottom: 20px;
    }

.decorator_indent-v_xl {
      margin-top: 24px;
      margin-bottom: 24px;
    }

.decorator_indent-v_xxl {
      margin-top: 32px;
      margin-bottom: 32px;
    }

.decorator_indent-v_xxxl {
      margin-top: 40px;
      margin-bottom: 40px;
    }

.decorator_indent-v_xxxxl {
      margin-top: 48px;
      margin-bottom: 48px;
    }

.decorator_indent-v_xxxxxl {
      margin-top: var(--space-xxxxxl);
      margin-bottom: var(--space-xxxxxl);
    }

.decorator_indent-v_xxxxxxl {
      margin-top: var(--space-xxxxxxl);
      margin-bottom: var(--space-xxxxxxl);
    }

.decorator_indent-h_auto {
      margin-left: auto;
      margin-right: auto;
    }

.decorator_indent-h_xxxs {
      margin-left: 2px;
      margin-right: 2px;
    }

.decorator_indent-h_xxs {
      margin-left: 4px;
      margin-right: 4px;
    }

.decorator_indent-h_xs {
      margin-left: 8px;
      margin-right: 8px;
    }

.decorator_indent-h_s {
      margin-left: 12px;
      margin-right: 12px;
    }

.decorator_indent-h_m {
      margin-left: 16px;
      margin-right: 16px;
    }

.decorator_indent-h_l {
      margin-left: 20px;
      margin-right: 20px;
    }

.decorator_indent-h_xl {
      margin-left: 24px;
      margin-right: 24px;
    }

.decorator_indent-h_xxl {
      margin-left: 32px;
      margin-right: 32px;
    }

.decorator_indent-h_xxxl {
      margin-left: 40px;
      margin-right: 40px;
    }

.decorator_indent-h_xxxxl {
      margin-left: 48px;
      margin-right: 48px;
    }

.decorator_indent-h_xxxxxl {
      margin-left: var(--space-xxxxxl);
      margin-right: var(--space-xxxxxl);
    }

.decorator_indent-h_xxxxxxl {
      margin-left: var(--space-xxxxxxl);
      margin-right: var(--space-xxxxxxl);
    }

.decorator_indent-t_none {
      margin-top: 0;
    }

.decorator_indent-t_xxxs {
      margin-top: 2px;
    }

.decorator_indent-t_xxs {
      margin-top: 4px;
    }

.decorator_indent-t_xs {
      margin-top: 8px;
    }

.decorator_indent-t_s {
      margin-top: 12px;
    }

.decorator_indent-t_m {
      margin-top: 16px;
    }

.decorator_indent-t_l {
      margin-top: 20px;
    }

.decorator_indent-t_xl {
      margin-top: 24px;
    }

.decorator_indent-t_xxl {
      margin-top: 32px;
    }

.decorator_indent-t_xxxl {
      margin-top: 40px;
    }

.decorator_indent-t_xxxxl {
      margin-top: 48px;
    }

.decorator_indent-t_xxxxxl {
      margin-top: var(--space-xxxxxl);
    }

.decorator_indent-t_xxxxxxl {
      margin-top: var(--space-xxxxxxl);
    }

.decorator_indent-r_xxxs {
      margin-right: 2px;
    }

.decorator_indent-r_xxs {
      margin-right: 4px;
    }

.decorator_indent-r_xs {
      margin-right: 8px;
    }

.decorator_indent-r_s {
      margin-right: 12px;
    }

.decorator_indent-r_m {
      margin-right: 16px;
    }

.decorator_indent-r_l {
      margin-right: 20px;
    }

.decorator_indent-r_xl {
      margin-right: 24px;
    }

.decorator_indent-r_xxl {
      margin-right: 24px;
    }

.decorator_indent-r_xxxl {
      margin-right: 32px;
    }

.decorator_indent-r_xxxxl {
      margin-right: 40px;
    }

.decorator_indent-r_xxxxxl {
      margin-right: var(--space-xxxxxl);
    }

.decorator_indent-r_xxxxxxl {
      margin-right: var(--space-xxxxxxl);
    }

.decorator_indent-b_xxxs {
      margin-bottom: 2px;
    }

.decorator_indent-b_xxs {
      margin-bottom: 4px;
    }

.decorator_indent-b_xs {
      margin-bottom: 8px;
    }

.decorator_indent-b_s {
      margin-bottom: 12px;
    }

.decorator_indent-b_m {
      margin-bottom: 16px;
    }

.decorator_indent-b_l {
      margin-bottom: 20px;
    }

.decorator_indent-b_xl {
      margin-bottom: 24px;
    }

.decorator_indent-b_xxl {
      margin-bottom: 32px;
    }

.decorator_indent-b_xxxl {
      margin-bottom: 40px;
    }

.decorator_indent-b_xxxxl {
      margin-bottom: 48px;
    }

.decorator_indent-b_xxxxxl {
      margin-bottom: var(--space-xxxxxl);
    }

.decorator_indent-b_xxxxxxl {
      margin-bottom: var(--space-xxxxxxl);
    }

.decorator_indent-l_auto{
      margin-left: auto;
    }

.decorator_indent-l_xxxs {
      margin-left: 2px;
    }

.decorator_indent-l_xxs {
      margin-left: 4px;
    }

.decorator_indent-l_xs {
      margin-left: 8px;
    }

.decorator_indent-l_s {
      margin-left: 12px;
    }

.decorator_indent-l_m {
      margin-left: 16px;
    }

.decorator_indent-l_l {
      margin-left: 20px;
    }

.decorator_indent-l_xl {
      margin-left: 24px;
    }

.decorator_indent-l_xxl {
      margin-left: 32px;
    }

.decorator_indent-l_xxxl {
      margin-left: 40px;
    }

.decorator_indent-l_xxxxl {
      margin-left: 48px;
    }

.decorator_indent-l_xxxxxl {
      margin-left: var(--space-xxxxxl);
    }

.decorator_indent-l_xxxxxxl {
      margin-left: var(--space-xxxxxxl);
    }

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;




}

.pagination__container{
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:  16px
  }

.pagination__page-prev, .pagination__page-num, .pagination__page-dots, .pagination__page-next{
        width: 48px;
        height: 48px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        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;
        position: relative;
  }

.pagination__page-prev a,.pagination__page-num a,.pagination__page-dots a,.pagination__page-next a{
        text-decoration: none;
        color: var(--Dark, #0D0D0D);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 40px;
        border: 1px solid var(--dark-10, rgba(13, 13, 13, 0.10));
        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;
      }

.pagination__page-prev a:hover,.pagination__page-num a:hover,.pagination__page-dots a:hover,.pagination__page-next a:hover{
        border: 1px solid var(--dark-10, rgba(13, 13, 13));
      }

.pagination__page-prev_active a,.pagination__page-num_active a,.pagination__page-dots_active a,.pagination__page-next_active a{
          color: var(--White, #FFF);
          background: var(--Dark, #0D0D0D);
        }

.pagination__page-prev_disabled a,.pagination__page-num_disabled a,.pagination__page-dots_disabled a,.pagination__page-next_disabled a{
            cursor: default;
            pointer-events: none;
            color: var(--dark-50, rgba(13, 13, 13, 0.50));
        }

.checkbox {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.checkbox_theme_main {
    position: relative; /* fix #1538 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox_theme_main:hover {
    cursor: pointer;
}

.checkbox_theme_main .checkbox__control {
    position: absolute;
    z-index: -1;
    margin: 0;
    opacity: 0;
}

.checkbox_theme_main .checkbox__box {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    background: #e2e2e2;;
}

.checkbox_theme_main .checkbox__box:before {
    position: absolute;
    inset: 2px;
    content: '';
    border-radius: 8px;
    background: #fff;
}

.checkbox_theme_main .checkbox__box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-image: url(/img/icon/tick_white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .05s ease-out, visibility 0s linear .05s, -webkit-transform .05s ease-out;
    -webkit-transition: opacity .05s ease-out, visibility 0s linear .05s, -webkit-transform .05s ease-out;
    transition: transform .05s ease-out, opacity .05s ease-out, visibility 0s linear .05s;
    transition: transform .05s ease-out, opacity .05s ease-out, visibility 0s linear .05s, -webkit-transform .05s ease-out;
}

.checkbox_theme_main.checkbox_size_m {
    font-size: 13px;
}

.checkbox_theme_main.checkbox_size_m .checkbox__box {
    line-height: 14px;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.checkbox_theme_main.checkbox_size_m .checkbox__box:after {
    width: 18px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.checkbox_theme_main.checkbox_size_l {
    font-size: 15px;
    line-height: 135%;
    font-weight: 400;
}

.checkbox_theme_main.checkbox_size_l .checkbox__box {
    line-height: 33px;
    width: 33px;
    height: 33px;
    margin-right: 8px;
}

.checkbox_theme_main.checkbox_size_l .checkbox__box:after {
    width: 18px;
    height: 14px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.checkbox_theme_main.checkbox_checked .checkbox__box {
    background: #1681ff;
}

.checkbox_theme_main.checkbox_checked .checkbox__box:before {
    background: #1681ff;
}

.checkbox_theme_main.checkbox_checked .checkbox__box:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

.checkbox_theme_main.checkbox_focused .checkbox__box:before {
    /* box-shadow: 0 0 0 1px var(--Red, #FF1F00), inset 0 0 0 1px var(--Red, #FF1F00); */
}

.checkbox_theme_main.checkbox_hovered .checkbox__box {
    background: #1681ff;
}

.checkbox_theme_main.checkbox_hovered.checkbox_checked .checkbox__box {
    background: #1681ff;
}

.checkbox_theme_main.checkbox_disabled {
    cursor: default;
    color: #999;
}

.checkbox_theme_main.checkbox_disabled .checkbox__box {
    background: rgba(0, 0, 0, 0.08);
}

.checkbox_theme_main.checkbox_disabled .checkbox__box:before {
    display: none;
}

.checkbox_theme_main.checkbox_disabled.checkbox_checked .checkbox__box {
    background: rgba(0, 0, 0, 0.15);
}

.checkbox_theme_main.checkbox_disabled.checkbox_checked .checkbox__box:after {
    opacity: 0.4;
}

.checkbox_theme_main.checkbox_type_button {
    display: inline-block;
}

.checkbox_theme_main.checkbox_type_line.checkbox_size_m {
    margin-right: 13px;
}

.checkbox_theme_main.checkbox_type_line.checkbox_size_l {
    /* margin-right: 15px; */
}

.checkbox_theme_main.checkbox_type_line:last-child
        {
    margin-right: 0;
}

/* hack for Safari only */

_::-webkit-full-page-media,
_:future,
:root .checkbox_theme_main .checkbox__box {
    pointer-events: none; /* NOTE: Fix #1472 and #1590 */
}

.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%
    }
        }

/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}

.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}

.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}

.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}

.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}

.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}

.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-3d{-webkit-perspective:1200px;perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(var(--swiper-navigation-size) / -2);z-index:10;cursor:pointer;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;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-lock{display:none}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}

.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active{pointer-events:auto}

.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}

.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}

.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

.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
    }
        }

.cases .swiper-slide {
        height: auto;
        width: 270px;
    }

@media (min-width: 1024px) {

.cases .swiper-slide {
            width: 360px
    }
        }

.cases .case-next,
    .cases .case-prev {
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    font-size: 24px;
    cursor: pointer;
}

.cases .case-next {
    right: 0;
}

.cases .case-prev {
    left: 0;
}

.cases .swiper-button-disabled {
    display: none!important;
}

.section-margin {
    margin: 48px 0;
}

@media (min-width: 1024px) {

.section-margin {
        margin: 110px 0
}
    }

.case-card {
  container-type: inline-size;
  padding-top: 20px;
  position: relative;
}

.case-card:hover .case-card__wrap {
       background: -webkit-gradient(linear, left top, left bottom, from(#e5ebff), to(#fff));
       background: linear-gradient(180deg, #e5ebff 0%, #fff 100%);
    }

.case-card:hover .case-card__title {
        color: #0066df;
    }

.case-card::before {
    position: absolute;
    content: '';
    border-radius: 15px;
    height: 50px;
    top: 0;
    right: 16px;
    left: 164px;
    background: #1681ff;
  }

.case-card__wrap {
    background: #d1e6ff;
    border-radius: 15px;
    padding: 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: 16px;
    position: relative;
    z-index: 2;
    height: 100%;
  }

.case-card__title {
    font-weight: 600;
    font-size: 21px;
    line-height: 125%;
  }

.case-card__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

.case-card__image {
    aspect-ratio: 320/174;
    overflow: hidden;
    border-radius: 15px;
  }

.case-card__image .image {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.case-card__number {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6e8ff), to(#fff));
    background: linear-gradient(360deg, #e6e8ff 0%, #fff 100%);
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #295088;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

.case-card__number_mobile {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6e8ff), to(#fff));
    background: linear-gradient(360deg, #e6e8ff 0%, #fff 100%);
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #295088;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

.case-card__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

.case-card__link.button_theme_primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 44px;
    padding: 0;
  }

.case-card__link.button_theme_primary::after {
        position: absolute;
        inset: 0;
        content: '';
    }

@container (width > 360px) {
  .case-card__number_mobile {
    display: none;
  }
  
  .case-card__number:not(.case-card__number_mobile) {
    display: block;
  }
}

@container (width <= 360px) {
  .case-card__number:not(.case-card__number_mobile) {
    display: none;
  }
  
  .case-card__number_mobile {
    display: block;
  }
}

.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;
                    color: #262626;
                }

.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
   }
    }

.schools__control {
    text-align: center;
    padding-top: 24px;
   }

@media (min-width: 1024px) {

.schools__control {
        padding-top: 48px
   }
    }

.schools__control .button_size_s {
        width: 100%;
        padding: 0 20px;
    }

@media (min-width: 1024px) {

.schools__control .button_size_s {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 0 38px
    }
        }

.schools .swiper-slide {
    height: auto;
    width: 270px;
   }

@media (min-width: 1024px) {

.schools .swiper-slide {
        width: 360px
   }
    }

.schools .button-next,
   .schools .button-prev {
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    font-size: 24px;
    cursor: pointer;
}

.schools .button-next {
    right: 0;
}

.schools .button-prev {
    left: 0;
}

.schools .swiper-button-disabled {
    display: none!important;
}

.school-card {
    border-radius: 25px;
    padding: 12px;
    overflow: hidden;
}

.school-card__wrap {
        border-radius: 15px;
        padding: 12px;
        color: #fff;
        background: rgba(255, 255, 255, 0.18);
        -webkit-backdrop-filter: blur(7px);
                backdrop-filter: blur(7px);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

@media (min-width: 1024px) {

.school-card__wrap {
            padding: 20px
    }
        }

.school-card__title {
        font-weight: 600;
        font-size: 21px;
        line-height: 125%;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.school-card__title {
            font-size: 25px
    }
        }

.school-card__description,
    .school-card__info {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
    }

.school-card__description {
        padding-bottom: 16px;
        min-height: 162px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

@media (min-width: 1024px) {

.school-card__description {
            min-height: 146px
    }
        }

.school-card__info {
        padding-bottom: 24px;
    }

.school-card_color_purple {
            background: url(/img/schools-bg/purple.webp) no-repeat;
            background-size: cover;
        }

.school-card_color_blue {
            background: url(/img/schools-bg/blue.webp) no-repeat;
            background-size: cover;
        }

.school-card_color_magenta {
            background: url(/img/schools-bg/magenta.webp) no-repeat;
            background-size: cover;
        }

.school-card .button.button_type_link {
        height: 44px;
    }

.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;
        padding-top: 24px;
    }

@media (min-width: 1024px) {

.mentors__control {
            padding-top: 48px
    }
        }

.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
        }
            }

.mentors .swiper-slide {
    height: auto;
    width: 287px;
   }

@media (min-width: 1024px) {

.mentors .swiper-slide {
        width: 384px
   }
    }

.mentors .mentor-next,
   .mentors .mentor-prev {
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 9999;
    background: #fff;
    font-size: 24px;
    cursor: pointer;
    top: 190px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media (min-width: 1024px) {

.mentors .mentor-next,
   .mentors .mentor-prev {
        top: 238px
}
    }

.mentors .mentor-next {
    right: 0;
}

.mentors .mentor-prev {
    left: 0;
}

.mentors .swiper-button-disabled {
    display: none!important;
}

.mentor-card {
    color: #262626;
}

.mentor-card__name {
        font-weight: 700;
        font-size: 17px;
        line-height: 135%;
        text-align: center;
    }

.mentor-card__description {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        margin-top: 16px;
        padding-left: 8px;
        border-left: 2px solid #1681ff;
    }

.mentor-card__image {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

.mentor-card__image img {
            aspect-ratio: 1/1;
            -o-object-fit: cover;
               object-fit: cover;
        }

@media (min-width: 1024px) {

.mentor-card__image img {
                border-radius: 0 0 15px 15px
        }
            }

.mentor-card__decor {
        background: #e1eaf7;
        height: 46px;
        position: relative;
    }

.mentor-card__decor::before {
            content: '';
            position: absolute;
            width: 45px;
            height: 11px;
            background: url(/img/icon/circles.svg) no-repeat;
            background-size: contain;
            top: 20px;
            left: 8px; 
        }

.mentor-card__decor::after {
            position: absolute;
            content: '+';
            top: 12px;
            right: 14px;
            font-weight: 700;
            font-size: 20px;
            z-index: 1;
        }

.mentor-card__name {
        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: 234px;
        height: 40px;
        background: url(/img/Union.svg) no-repeat;
        background-size: cover;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 2;
    }

@media (min-width: 1024px) {

.mentor-card__name {
            right: 54px
    }
        }

.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 .chip {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

.courses .image {
        border-radius: 35px;
    }

.chip {
    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%;
}

.chip svg {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

.memboring {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.memboring__wrap {
        border-radius: 35px;
        padding: 24px 16px;
        background: #262626;
        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: 24px;
        position: relative;
        overflow: hidden;
    }

.memboring__wrap::after {
            width: 402px;
            height: 402px;
            position: absolute;
            content: '';
            background: url(/img/Ellipse.png);
            background-size: contain;
            right: -192px;
            top: -233px;
        }

@media (min-width: 1024px) {

.memboring__wrap::after {
                width: 502px;
                height: 502px;
                right: -65px;
                top: -342px
        }
            }

@media (min-width: 1024px) {

.memboring__wrap {
            padding: 50px 60px
    }
        }

.memboring__title {
        padding-bottom: 16px;
        position: relative;
        z-index: 2;
    }

.memboring__col {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        position: relative;
        z-index: 2;
    }

@media (min-width: 1024px) {

.memboring__col {
            font-size: 20px;
            line-height: 135%
    }
            .memboring__col:nth-child(2) {
                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-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
            }
        }

.memboring__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

@media (min-width: 1024px) {

.memboring__row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px
    }
        }

.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 {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 15px;
        padding: 16px;
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        text-align: center;
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

@media (min-width: 1024px) {

.memboring__apps {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            grid-column: span 2
    }
        }

.memboring__label {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        border-radius: 35px;
        padding: 6px 16px 6px 54px;
        background: #7c86ff;
        position: relative;
        max-width: 280px;
    }

.memboring__label::after {
            position: absolute;
            content: '';
            background: url(/img/marker_white.svg) no-repeat;
            background-size: contain;
            width: 22px;
            height: 22px;
            left: 16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
        }

.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;
    }

.memboring__control {
        padding-top: 24px;
    }

.club-aim__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: 20px;
        overflow: hidden;
    }

@media (min-width: 1024px) {

.club-aim__content{
            gap: 289px
    }
        }

.club-aim__top {
        padding: 32px 12px;
        border-radius: 35px;
        background: #1681ff;
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }

.club-aim__top::after {
            position: absolute;
            width: 402px;
            height: 402px;
            content: '';
            top: -85px;
            left: -182px;
            background: url(/img/Ellipse.png) no-repeat;
            background-size: cover;
        }

@media (min-width: 1024px) {

.club-aim__top::after {
                width: 800px;
                height: 800px;
                top: -110px;
                left: -485px
        }
            }

@media (min-width: 1024px) {

.club-aim__top {
            padding: 50px 148px 138px 148px
    }
        }

.club-aim__title,
    .club-aim__description {
        color: #fff;
        position: relative;
        z-index: 1;
    }

.club-aim__title {
        text-align: center;
    }

.club-aim__description {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        padding-left: 27px;
        border-left: 2px solid #fff;
    }

.club-aim__accent {
        border-radius: 15px;
        padding: 12px;
        background: #fff;
        position: relative;
        z-index: 1;
        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) {

.club-aim__accent {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 22px 16px
    }
        }

.club-aim__accent-title {
            font-weight: 600;
            font-size: 25px;
            line-height: 125%;
        }

.club-aim__accent-text {
            font-weight: 400;
            font-size: 17px;
            line-height: 135%;
            padding-left: 8px;
            border-left: 2px solid #1681ff;
        }

.club-aim__info {
        color: #fff;
        position: relative;
        z-index: 1;
    }

.club-aim__info-title {
            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;
            gap: 8px;
            padding-bottom: 15px;
        }

@media (min-width: 1024px) {

.club-aim__info-title {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center
        }
            }

.club-aim__ul {
        list-style: none;
        font-size: 17px;
        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: 18px;
        padding: 0;
    }

@media (min-width: 1024px) {

.club-aim__ul {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 8px
    }
        }

.club-aim__li {
        min-height: 50px;
        position: relative;
        padding-left: 65px;
    }

.club-aim__li::after {
            position: absolute;
            content: '';
            width: 50px;
            height: 50px;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: url(/img/marker_white.svg) no-repeat;
            background-size: cover;
        }

.club-aim__bottom {
        padding-top: 38px;
        position: relative;
    }

@media (min-width: 1024px) {

.club-aim__bottom {
            padding-top: 43px
    }
        }

.club-aim__bottom::after {
            content: '';
            position: absolute;
            z-index: 2;
            width: 116px;
            height: 100px;
            background: url(/img/coin.webp) no-repeat;
            background-size: contain;
            top: 0;
            right: 10px;
        }

@media (min-width: 1024px) {

.club-aim__bottom::after {
                width: 332px;
                height: 273px;
                background-size: cover;
                background-position: top center;
                right: 78px
        }
            }

.club-aim__bottom-wrap {
            border-radius: 25px;
            background: -webkit-gradient(linear, left top, left bottom, from(#e5ebff), to(#fff));
            background: linear-gradient(180deg, #e5ebff 0%, #fff 100%);
            padding: 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: 15px;
        }

@media (min-width: 1024px) {

.club-aim__bottom-wrap {
                padding: 35px 43px 38px 43px
        }
            }

.club-aim__bottom-title {
            font-weight: 600;
            font-size: 25px;
            line-height: 125%;
            color: #1681ff;
        }

.club-aim__bottom-description {
            font-size: 17px;
            line-height: 135%;
        }

@media (min-width: 1024px) {

.club-aim__video {            
            position: absolute;
            width: 568px;
            height: 352px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            bottom: -265px
    }
        }

@media (min-width: 1024px) {

.club-aim__donate-link {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
    }
        }

.principes {
    position: relative;
}

.principes__title {
        text-align: center;
        padding-bottom: 24px;
        max-width: 726px;
        margin: 0 auto;
    }

@media (min-width: 1024px) {

.principes__title {
            padding-bottom: 48px
    }
        }

.principes__control {
        padding-top: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.principes__control {
            padding-top: 48px
    }
        }

.principes__control .button_type_link {
            width: 100%;
        }

@media (min-width: 1024px) {

.principes__control .button_type_link {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content
        }
            }

.principes__bg {
        display: none;
    }

@media (min-width: 1024px) {

.principes__bg {
            display: block;
            position: absolute;
            top: 59px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 902px;
            height: 902px;
            background: url(/img/principles-bg.png) no-repeat
    }
        }

.principes__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: 24px;
    }

@media (min-width: 1024px) {

.principes__items {
            height: 797px;
            width: 971px;
            margin: 0 auto;
            display: block;
            position: relative
    }
        }

@media (min-width: 1024px) {

.principes .principle-card {
            width: 305px;
            position: absolute;
            z-index: 2
    }
            .principes .principle-card:nth-child(1) {
                top: 61px;
                left: 62px;
            }
                .principes .principle-card:nth-child(1) .principle-card__title::after {
                    top: -50px;
                    left: 108px;
                }
            .principes .principle-card:nth-child(2) {
                top: 61px;
                right: 57px;
            }
                .principes .principle-card:nth-child(2) .principle-card__title::after {
                    top: -50px;
                    left: 160px;
                }
            .principes .principle-card:nth-child(3) {
                bottom: 261px;
                left: 0;
            }
                .principes .principle-card:nth-child(3) .principle-card__title::after {
                    top: -50px;
                    left: 22px;
                }
            .principes .principle-card:nth-child(4) {
                bottom: 222px;
                right: 0;
            }
                .principes .principle-card:nth-child(4) .principle-card__title::after {
                    top: -50px;
                    left: 56px;
                }
            .principes .principle-card:nth-child(5) {
                bottom: 0;
                left: 324px;
            }
                .principes .principle-card:nth-child(5) .principle-card__title::after {
                    top: -50px;
                    left: 36px;
                }
            .principes .principle-card .principle-card__title {
                position: relative;
            }
                .principes .principle-card .principle-card__title::after {
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    content: '';
                    background: #d1e6ff;
                }
        }

.principle-card__title {
        background: #d1e6ff;
        border-radius: 6px;
        padding: 8px 12px;
        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;
        gap: 6px;
        font-weight: 600;
        font-size: 21px;
        line-height: 125%;
        text-align: center;
        color: #1681ff;
    }

.principle-card__description {
        font-size: 17px;
        line-height: 135%;
        padding-top: 16px;
    }

.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_mobile.webp);
            background-size: cover;
        }

@media (min-width: 1024px) {

.sponsor__wrap::after {
                height: 100%;
                width: 100%;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right;
                background-image: url(/img/money.webp)
        }
            }

.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 {
    position: relative;
}

.map__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.map__title {
            padding-bottom: 48px
    }
        }

.map__cover{
        position: absolute;
        inset: 0;
        z-index: 1;
    }

.map__map {
       border-radius: 35px;
       overflow: hidden;
       aspect-ratio: 320/200;
       width: 100%;
    }

.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);
            }

.pagetitle {
    text-align: center;
}

.pagetitle__title {
        padding-bottom: 24px;
    }

.pagetitle__description {
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
        margin: 0 auto;
        max-width: 612px;
    }

.catalog__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: 16px;
    }

@media (min-width: 1024px) {

.catalog__content {
            display: grid;
            gap: 24px;
            grid-template-columns: 1fr 3fr
    }
        }

.catalog__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: 10px;
        background-color: var(--MainGrey);
        border-radius: 15px;
        padding: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

.catalog__label {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 10px 40px 10px 16px;
        position: relative;
    }

.catalog__label-title {
            font-weight: 600;
            font-size: 21px;
            line-height: 125%;
            color: #fff;
            padding-bottom: 4px;
        }

.catalog__label-counter {
            font-weight: 600;
            font-size: 17px;
            line-height: 135%;
            color: #fff;
            opacity: 0.5;
        }

.catalog__label::after {
            position: absolute;
            content: '';
            width: 14px;
            height: 14px;
            background: url(/img/icon/arrow_white.svg) no-repeat;
            background-size: contain;
            right: 16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
        }

.catalog__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) {

.catalog__items {
            display: block;
            -webkit-column-count: 2;
               -moz-column-count: 2;
                    column-count: 2;
            gap: 24px
    }
            .catalog__items .course-card {
                -webkit-column-break-inside: avoid;
                   page-break-inside: avoid;
                        break-inside: avoid;
                margin-bottom: 24px;
            }
        }

@media (min-width: 1024px) {
        .catalog .course-card__labels,
        .catalog .course-card__link {
            display: none;
        }
            .catalog .course-card:hover .course-card__labels,
            .catalog .course-card:hover .course-card__link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
    }

.course-card {
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.course-card::after {
        content: '';
        width: 280px;
        height: 280px;
        position: absolute;
        background: url(/img/Ellipse.png) no-repeat;
        background-size: contain;
        top: -138px;
        right: -93px;
    }

.course-card__wrap {
        padding: 24px;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

.course-card__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 125%;
        color: #fff;
    }

.course-card__description {
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        color: #d1e6ff;
    }

.course-card__labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
    }

.course-card__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

.course-card__label {
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        padding: 4px 8px;
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        color: #fff;
    }

.course-card .button_size_s {
        height: 44px;
    }

.course-card:nth-child(3n+1) {
    background: #1681ff;
}

.course-card:nth-child(3n+2) {
    background: #00b8db;
}

.course-card:nth-child(3n+3) {
    background: #7c86ff;
}

.members__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.members__title {
            padding-bottom: 48px
    }
        }

.members__description {
        padding-bottom: 24px;
        font-weight: 400;
        font-size: 17px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.members__description {
            padding-bottom: 48px;
            max-width: 996px;
            margin: 0 auto;
            text-align: center
    }
        }

.members__pagination {
        padding-top: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.members__pagination {
            display: none
    }
        }

.members .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #d1e6ff;
    }

.members .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #1681ff;
        }

.members .swiper-slide {
    height: auto;
    width: 328px;
   }

@media (min-width: 1024px) {

.members .swiper-slide {
        width: 282px
   }
    }

.members .member-next,
   .members .member-prev {
    display: none;
   }

@media (min-width: 1024px) {

.members .member-next,
   .members .member-prev {
        width: 40px;
        height: 40px;
        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;
        border-radius: 50%;
        -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 9999;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #fff;
        font-size: 24px;
        cursor: pointer
   }
    }

.members .member-next {
        right: 0;
    }

.members .member-prev {
        left: 0;
    }

.members .swiper-button-disabled {
        display: none!important;
    }

.member-card__data {
        border-radius: 35px;
        overflow: hidden;
        height: 400px;
        position: relative;        
    }

@media (hover: hover) {
                .member-card__data:hover .member-card__info{
                    -webkit-transform: translateY(0);
                            transform: translateY(0);
                }            
        }

.member-card__photo {
        height: 100%;
    }

.member-card__photo img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }

.member-card__info {
        background: #d1e6ff;
        position: absolute;
        inset: 0;
        overflow-y: auto;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: all .5s;
        transition: all .5s;
        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;
        gap: 12px;
        font-size: 15px;
        line-height: 135%;
    }

.member-card__name {
        margin-top: 16px;
        border-left: 2px solid #1681ff;
        padding: 10px 4px 10px 24px;
        font-weight: 600;
        font-size: 21px;
        line-height: 125%;
    }

@media (hover: none) {
    .member-card__data {
        cursor: pointer;
    }
        .member-card__data.member-card__data_active .member-card__info{
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }            
}

.video__video {
        aspect-ratio: 16/9;
        border-radius: 35px;
        overflow: hidden;
        margin: 0 auto;
        max-width: 792px;
    }

.seo-text__wrap {
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        color: #262626;
        padding: 24px 0;
    }

@media (min-width: 1024px) {

.seo-text__wrap {
            padding: 24px 16px;
            font-size: 17px
    }
        }

.seo-text *:first-child {
        margin-top: 0!important;
    }

.seo-text h2, .seo-text h3, .seo-text h4 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

.another-courses__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.another-courses__title {
            padding-bottom: 48px
    }
        }

.another-courses__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) {

.another-courses__items {
            display: grid;
            grid-template-columns: repeat(3, 1fr)
    }
        }

.support__content {
        background: #d1e6ff;
        padding-top: 24px;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.support__content {
            border-radius: 55px;
            padding: 40px
    }
        }

.support__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.support__title {
            padding-bottom: 48px
    }
        }

.support__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) {

.support__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
        }

.support__item {
        border-radius: 15px;
        padding: 24px;
        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: 16px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

.support__item-title {
            position: relative;
            padding-left: 50px;
        }

.support__item-title::after {
                position: absolute;
                width: 38px;
                height: 38px;
                content: '';
                background: url(/img/icon/marker.svg) no-repeat;
                background-size: contain;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
            }

.support__item-description {
            font-weight: 400;
            font-size: 15px;
            line-height: 135%;
        }

@media (min-width: 1024px) {

.support__item-description {
                font-size: 17px
        }
            }

.reasons-to-start__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.reasons-to-start__title {
            padding-bottom: 48px
    }
        }

.reasons-to-start__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;
        border-radius: 15px;
        padding: 16px;
        background: #1681ff;
    }

@media (min-width: 1024px) {

.reasons-to-start__items {
            border-radius: 35px;
            padding: 40px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
        }

.reasons-to-start__item {
        border-radius: 15px;
        padding: 16px;
        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: 16px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

.reasons-to-start__item-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 6px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }

.student-results__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.student-results__title {
            padding-bottom: 48px
    }
        }

.student-results__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) {

.student-results__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
        }

.student-results__item {
        border-radius: 15px;
        padding: 24px;
        background: #fff;
        position: relative;
        overflow: hidden;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

.student-results__item::after,
        .student-results__item::before {
            content: '';
            position: absolute;
            background: url(/img/Ellipse_blue.png) no-repeat;
            background-size: contain;
            width: 202px;
            height: 202px;
        }

.student-results__item::after {
            top: -101px;
            right: -101px;
        }

.student-results__item::before {
            bottom: -101px;
            left: -101px;
        }

.student-results__item-wrap {
            position: relative;
            z-index: 2;
            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;
        }

.student-results__item-title {
            font-weight: 600;
            font-size: 55px;
            line-height: 100%;
        }

.student-results__item-label {
            font-size: 15px;
            line-height: 135%;
            border: 1px solid #e2e2e2;
            border-radius: 10px;
            padding: 4px 8px;
            background: #fff;
            color: #295088;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

@media (hover:hover) {
            .student-results__item:hover {
                background: rgba(22, 129, 255, 0.1);
            }
                
                .student-results__item:hover .student-results__item-title {
                    color: var(--MainColor);
                }
                
                .student-results__item:hover::after,
                .student-results__item:hover::before {
                    background: url(/img/Ellipse.png) no-repeat;
                    background-size: contain;
                }
        }

.how-to-start__wrap {
        background: -webkit-gradient(linear, left top, left bottom, from(#e6e8ff), to(#fff));
        background: linear-gradient(180deg, #e6e8ff 0%, #fff 100%);
        border-radius: 15px;
        padding: 24px 16px;
    }

@media (min-width: 1024px) {

.how-to-start__wrap {
            border-radius: 35px;
            padding: 48px 40px
    }
        }

.how-to-start__title {
        padding-bottom: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.how-to-start__title {
            padding-bottom: 48px
    }
        }

.how-to-start__steps {
        border-radius: 15px;
        padding: 16px;
        background: #fff;
    }

@media (min-width: 1024px) {

.how-to-start__steps {
            padding: 24px
    }
        }

.how-to-start__control {
        padding-top: 24px;
        text-align: center;
    }

@media (min-width: 1024px) {

.how-to-start__control {
            padding-top: 48px
    }
            .how-to-start__control .button_width_available {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
            }
        }

.how-to-start__list {
        padding: 0;
        margin: 0;
        list-style: none;
        counter-reset: item;        
    }

@media (min-width: 1024px) {

.how-to-start__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 24px        
    }
        }

.how-to-start__list-title {
            font-weight: 700;
            font-size: 15px;
            line-height: 135%;
            padding-bottom: 8px;
        }

@media (min-width: 1024px) {

.how-to-start__list-title {
                font-size: 20px;
                line-height: 135%
        }
            }

.how-to-start__list-description {
            font-weight: 400;
            font-size: 15px;
            line-height: 135%;
            color: rgba(38, 38, 38, 0.8);
        }

@media (min-width: 1024px) {

.how-to-start__list-description {
                font-size: 17px
        }
            }

.how-to-start__list-item {
        position: relative;
        counter-increment: item;
        padding: 0 0 24px 34px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

@media (min-width: 1024px) {

.how-to-start__list-item {
            padding: 0 0 0 34px
    }
        }

.how-to-start__list-item::after {
            content: counter(item);
            background: #d1e6ff;
            border-radius: 50%;
            font-weight: 700;
            font-size: 15px;
            line-height: 135%;
            color: #1681ff;
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            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;
        }

.how-to-start__list-item::before {
            position: absolute;
            content: '';
            background: #1681ff;
            width: 1px;
            height: 100%;
            top: 0;
            left: 12px;
        }

@media (min-width: 1024px) {

.how-to-start__list-item::before {
               display: none
        }
            }

.how-to-start__list-item:last-child {
        padding: 0 0 0 34px;
    }

.how-to-start__list-item:last-child::before {
            display: none;
        }

.course-program__title {
        color: #fff;
        text-align: center;
        padding-bottom: 24px;
        position: relative;
        z-index: 1;
    }

.course-program__wrap {
        border-radius: 15px;
        padding: 24px 16px;
        background: #262626;
        position: relative;
    }

@media (min-width: 1024px) {

.course-program__wrap {
            border-radius: 35px;
            padding: 48px 40px
    }
        }

.course-program__wrap::before {
            position: absolute;
            content: '';
            width: 283px;
            height: 72px;
            background: url(/img/icon/green-line.svg);
            background-size: contain;
            background-repeat: no-repeat;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 21px;
        }

@media (min-width: 1024px) {

.course-program__wrap::before {
                    width: 537px;
                    height: 122px;
                    top: 38px
        }
                }

.course-program__control {
        text-align: center;
    }

@media (min-width: 1024px) {
            .course-program__control .button_width_available {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
            }
        }

.course-program__units {
        padding: 24px 0;
        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;
    }

@media (min-width: 1024px) {

.course-program__units {
            gap: 16px
    }
        }

.course-program__unit {
        border-radius: 15px;
        padding: 8px 8px 8px 42px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        position: relative;
        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;
    }

@media (min-width: 1024px) {

.course-program__unit {
            padding: 15px 15px 15px 56px
    }
        }

.course-program__unit-counter {
            position: absolute;
            border-radius: 20px;
            width: 24px;
            height: 24px;
            top: 8px;
            left: 8px;
            background: rgba(255, 255, 255, 0.1);
            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;
            font-weight: 700;
            font-size: 15px;
            line-height: 135%;
        }

@media (min-width: 1024px) {

.course-program__unit-counter {
                top: 15px;
                left: 15px
        }
            }

.course-program__unit-title {
            font-weight: 600;
            font-size: 17px;
            line-height: 135%;
        }

.course-program__unit-description {
            font-weight: 400;
            font-size: 15px;
            line-height: 135%;
        }

.course-program__when {
        background: linear-gradient(173deg, #bcec30 0%, #19cd10 53.36%, #01b089 100%);
        border-radius: 20px;
        padding: 6px 24px 6px 12px;
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

.course-program__when p {
            position: relative;
            padding-left: 20px;
        }

.course-program__when p::after {
                position: absolute;
                content: '';
                width: 12px;
                height: 12px;
                background: #fff;
                border-radius: 50%;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
            }

.course-program__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;
        position: relative;
        z-index: 1;
    }

@media (min-width: 1024px) {

.course-program__description {
            -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
    }
        }

.course-program__duration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 8px;
    }

@media (min-width: 1024px) {

.course-program__duration {
            gap: 24px
    }
        }

.course-program__duration-item {
            font-weight: 400;
            font-size: 15px;
            line-height: 135%;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 5px;
        }

.course-program__duration-counter {
            border-radius: 20px;
            padding: 2px 16px;
            font-weight: 700;
            font-size: 15px;
            line-height: 135%;
            color: #000;
            background: #fff;
        }

.course-features {
    margin-bottom: -36px;
}

@media (min-width: 1024px) {

.course-features {
        margin-bottom: -48px
}
    }

.course-features__title {
        padding-bottom: 24px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

@media (min-width: 1024px) {

.course-features__title {
            padding-bottom: 48px
    }
        }

.course-features__top {
        color: #fff;
        padding: 16px 16px 52px 16px;
        border-radius: 15px;
        background: #1681ff;
        position: relative;
        overflow: hidden;
    }

.course-features__top::after {
            position: absolute;
            content: '';
            width: 402px;
            height: 402px;
            top: -100px;
            right: -170px;
            background: url(/img/Ellipse.png);
            background-size: contain;
        }

@media (min-width: 1024px) {

.course-features__top::after {
                width: 830px;
                height: 830px;
                top: -52px;
                right: -247px
        }
            }

@media (min-width: 1024px) {

.course-features__top {
            border-radius: 35px;
            padding: 48px 40px 100px
    }
        }

.course-features__description {
        font-weight: 700;
        font-size: 15px;
        line-height: 135%;
        position: relative;
        z-index: 1;
    }

@media (min-width: 1024px) {

.course-features__description {
            font-weight: 600;
            font-size: 17px;
            line-height: 135%
    }
        }

.course-features__wrap {
        padding: 0 16px;
    }

@media (min-width: 1024px) {

.course-features__wrap {
            padding: 0 140px
    }
        }

.course-features__bottom {
        border-radius: 15px;
        padding: 16px;
        -webkit-transform: translateY(-36px);
                transform: translateY(-36px);
        background: #fff;
    }

@media (min-width: 1024px) {

.course-features__bottom {
            padding: 24px 40px;
            -webkit-transform: translateY(-48px);
                    transform: translateY(-48px)
    }
        }

.course-features__list {
        list-style: none;
        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;
        padding: 0;
    }

.course-features__list li {
            padding: 8px 8px 8px 40px;
            position: relative;
            border-radius: 15px;
            background: #fafafb;
            font-size: 15px;
            line-height: 135%;
        }

@media (min-width: 1024px) {

.course-features__list li {
                font-weight: 600;
                font-size: 17px
        }
            }

.course-features__list li::before {
                position: absolute;
                content: '';
                width: 22px;
                height: 22px;
                top: 8px;
                left: 8px;
                background: url(/img/icon/tick.svg) no-repeat;
                background-size: contain;
            }

.skills__wrap {
        border-radius: 15px;
        padding: 16px;
        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) {

.skills__wrap {
            border-radius: 35px;
            padding: 48px 40px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 48px
    }
        }

.skills__list {
        padding: 0;
        margin: 0;
        list-style: none;
        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;
    }

.skills__list li {
            padding-left: 32px;
            position: relative;
            font-size: 15px;
            line-height: 135%;
        }

@media (min-width: 1024px) {

.skills__list li {
                font-size: 17px
        }
            }

.skills__list li::before {
                position: absolute;
                content: '';
                width: 22px;
                height: 22px;
                background: url(/img/icon/tick.svg) no-repeat;
                top: 0;
                left: 0;
            }

.skills__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: 8px;
    }

@media (min-width: 1024px) {

.skills__labels {
            gap: 16px
    }
        }

.skills__labels .chip {
           font-weight: 700;
           font-size: 13px;
           line-height: 135%;
        }

@media (min-width: 1024px) {

.skills__labels .chip {
            font-weight: 700;
            font-size: 15px
        }
           }

.course-hero__content {
        border-radius: 15px;
        padding: 24px 16px;
        color: #fff;
        background: #262626;
        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;
        overflow: hidden;
    }

@media (min-width: 1024px) {

.course-hero__content {
            border-radius: 35px;
            padding: 60px;
            gap: 32px
    }
        }

.course-hero__content::after {
            position: absolute;
            content: '';
            width: 87px;
            height: 115px;
            background: #00b8db;
            -webkit-filter: blur(60px);
                    filter: blur(60px);
            top: 34px;
            right: 12px;
        }

@media (min-width: 1024px) {

.course-hero__content::after {
                width: 195px;
                height: 258px;
                top: 104px;
                right: 384px;
                -webkit-filter: blur(132px);
                        filter: blur(132px);
                opacity: 0.8
        }
            }

@media (min-width: 1024px) {

.course-hero__content::before {
                position: absolute;
                content: '';
                width: 240px;
                height: 162px;
                background: #00b8db;
                opacity: 0.5;
                -webkit-filter: blur(100px);
                        filter: blur(100px);
                top: 0;
                right: 188px
        }
            }

.course-hero__description,
    .course-hero__title,
    .course-hero__controls {
        position: relative;
        z-index: 1;
    }

.course-hero__title {
        text-align: center;   
    }

@media (min-width: 1024px) {

.course-hero__title {
            text-align: left   
    }
        }

.course-hero__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;
    }

@media (min-width: 1024px) {

.course-hero__description {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between
    }
            .course-hero__description > p {
                max-width: 630px;
            }
        }

.course-hero__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: 16px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
    }

.course-hero__decor {
        background: url(/img/icon/green-line2.svg) top right no-repeat;
        height: 40px;
        background-size: contain;
    }

@media (min-width: 1024px) {

.course-hero__decor {
            height: 68px;
            position: absolute;
            right: 0;
            width: 396px;
            top: 54px
    }
        }

.course-hero__when {
        background: linear-gradient(173deg, #bcec30 0%, #19cd10 53.36%, #01b089 100%);
        border-radius: 20px;
        padding: 6px 24px 6px 12px;
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color:#262626;
    }

@media (min-width: 1024px) {

.course-hero__when {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
    }
        }

.course-hero__when p {
            position: relative;
            padding-left: 20px;
        }

.course-hero__when p::after {
                position: absolute;
                content: '';
                width: 12px;
                height: 12px;
                background: #fff;
                border-radius: 50%;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
            }

.course-hero__controls {
        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) {

.course-hero__controls {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
            .course-hero__controls .button_size_s {
                height: 60px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                padding: 0 32px;
            }
        }

.course-intro__wrap {
        padding: 16px;
        border-radius: 16px;
        background: #fff;
    }

@media (min-width: 1024px) {

.course-intro__wrap {
            padding: 48px 40px
    }
        }

.course-intro__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.course-intro__title {
            padding-bottom: 48px
    }
        }

.course-intro__description {
        font-size: 15px;
        line-height: 135%;
        position: relative;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

@media (min-width: 1024px) {

.course-intro__description {
            font-size: 20px
    }
        }

.course-intro__description_collapsed {
            max-height: 303.75px;
        }

@media (min-width: 1024px) {

.course-intro__description_collapsed {
                max-height: 405px
        }
            }

.course-intro__description_expanded {
            max-height: 999px;
        }

.course-intro__toggle-btn {
        margin-top: 20px;
        padding: 0;
        background: transparent;
        color: var(--MainColor);
        cursor: pointer;
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border: none;
    }

.audience__title {
        text-align: center;
        padding-bottom: 24px;
    }

@media (min-width: 1024px) {

.audience__title {
            padding-bottom: 48px
    }
        }

.audience__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) {

.audience__items {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
        }

.audience__item {
        border-radius: 15px;
        padding: 24px;
        text-align: center;
        position: relative;
        overflow: hidden;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

.audience__item::after,
        .audience__item::before {
            position: absolute;
            width: 202px;
            height: 202px;
            content: '';
            background: url(/img/Ellipse_blue.png) no-repeat;
            background-size: contain;
        }

.audience__item::after {
            top: -62px;
            right: -92px;
        }

.audience__item::before {
            bottom: 0;
            left: -115px;
        }

.audience__item-title {
            padding-bottom: 16px;
            position: relative;
            z-index: 1;
        }

.audience__item-description {
            font-size: 15px;
            line-height: 135%;
            position: relative;
            z-index: 1;
        }

@media (min-width: 1024px) {

.audience__item-description {
                font-size: 17px
        }
            }

.audience__item:nth-child(3n+1) {
            background: rgba(22, 129, 255, 0.15);
        }

.audience__item:nth-child(3n+2) {
            background: rgba(0, 184, 219, 0.15);
        }

.audience__item:nth-child(3n+3) {
            background: rgba(124, 134, 255, 0.15);
        }

.takeaway__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;
    }

@media (min-width: 1024px) {

.takeaway__content {
            gap: 48px
    }
        }

.takeaway__title {
        text-align: center;
    }

.takeaway__description {
        font-size: 15px;
        line-height: 135%;
    }

@media (min-width: 1024px) {

.takeaway__description {
            font-size: 17px
    }
        }

.takeaway__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: 8px;
    }

@media (min-width: 1024px) {

.takeaway__labels {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            gap: 24px
    }
            .takeaway__labels .chip {
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
            }
        }

.filter-courses {
    padding-top: 48px;
}

.filter-courses__filter-labels {
        height: 89px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 8px;
        position: relative;
    }

.filter-courses__filter-labels .filter-courses__close-labels {
            display: none;
        }

.filter-courses__filter-labels_show {
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: auto;
            overflow: auto;
            background: #fff;
            padding: 16px 64px 16px 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            overflow: auto;
        }

.filter-courses__filter-labels_show .filter-courses__close-labels {
                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;
                pointer-events: all;
            }

@media (min-width: 1024px) {

.filter-courses__filter-labels {
            gap: 16px;
            height: auto
    }
        }

.filter-courses__close-labels {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 8px;
        right: 8px;
    }

@media (min-width: 1024px) {

.filter-courses__close-labels {
            display: none
    }
        }

.filter-courses__chips {
        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;
    }

.filter-courses__category {
        padding: 10px 12px 10px 40px;
        cursor: pointer;
        pointer-events: all;
        border-radius: 15px;
        background: #fff;
        font-size: 15px;
        line-height: 135%;
        position: relative;
    }

.filter-courses__category::before {
            position: absolute;
            content: '';
            width: 22px;
            height: 22px;
            background: url(/img/icon/marker.svg) no-repeat;
            background-size: contain;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 12px;
        }

.filter-courses__category_active {
            background: #0066df;
            color: #fff;
        }

.filter-courses__category_active::before {
                background: url(/img/marker_white.svg) no-repeat;
                background-size: contain;
            }

.filter-courses__category:hover::after {
                position: absolute;
                inset: 0;
                content: '';
                border: 1px solid #e2e2e2;
                border-radius: 15px;
            }

.filter-courses__row {
        padding-top: 48px;
    }

@media (min-width: 1024px) {

.filter-courses__row {
            display: grid;
            grid-template-columns: 1fr 3fr;
            gap: 24px
    }            
        }

.filter-courses__find {
        font-size: 17px;
        line-height: 135%;
        padding-bottom: 24px;
        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;
    }

.filter-courses__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) {

.filter-courses__items {            
            display: grid;
            gap: 24px;
            grid-template-columns: 1fr 1fr
    }
        }

.filter-courses__controls {
        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;
    }

.filter-courses__button-apply {
        height: 44px;
    }

.filter-courses__button-reset {
       border: none;
       outline: none;
       background: none;
       font-size: 15px;
       line-height: 135%;
       color: #0066df;
        width: 100%;
        text-align: center;
        cursor: pointer;
        padding: 0;
    }

.filter-courses__filter {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateX(-110%);
                transform: translateX(-110%);
        padding: 60px 16px;
        z-index: 9998;
        overflow: auto;
        border-radius: 15px;
        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: 16px;
    }

.filter-courses__filter_active {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

@media (min-width: 1024px) {

.filter-courses__filter {
            padding: 24px 16px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            position: unset;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            -webkit-transform: translateX(0);
                    transform: translateX(0)
    }
        }

.filter-courses__filter-button {
        border-radius: 15px;
        width: 72px;
        height: 36px;
        background: #fff;
        cursor: pointer;
        pointer-events: all;
        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;
    }

@media (min-width: 1024px) {

.filter-courses__filter-button {
            display: none
    }
        }

.filter-courses__close-filter {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 8px;
        right: 8px;
        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;
        pointer-events: all;
    }

@media (min-width: 1024px) {

.filter-courses__close-filter {
            display: none
    }
        }

.filter-courses__show-all {
        background: #fff;
        padding: 10px;
        background: #fff;
        border-radius: 15px;
        text-align: center;
        cursor: pointer;
        pointer-events: all;
    }

@media (min-width: 1024px) {

.filter-courses__show-all {
            display: none
    }
        }

.filter-group__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        padding-bottom: 16px;
    }

.filter-group__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;
    }

.footer {
    background: var(--MainGrey);
    border-radius: 35px 35px 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer__wrapper {
        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;
    }

.footer__heading {
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 8px;
   }

.footer__list {
    list-style: none;
    padding: 24px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   }

.footer__list_cols_2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

.footer__link:first-child .footer-link {
        font-weight: 600;
    }

.footer-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #e1eaf7;
   }

.footer-link:hover { 
        color: #1681ff;
    }

.footer__top {
    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__top {
        -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
   }
    }

.footer__bottom {
    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;
   }

.footer__logo {
    color: #fff;
   }

.footer__info {
    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: 40px;
   }

@media (min-width: 1024px) {

.footer__info {
        display: grid;
        grid-template-columns: 392px 392px 1fr
   }
    }

.footer__description {
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #9f9f9f;
   }

.footer__contacts {
    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;
   }

.footer__contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 600;
    font-size: 17px;
    line-height: 135%;
    color: #e1eaf7;
   }

.footer__download p {
        font-weight: 600;
        font-size: 17px;
        line-height: 135%;
        text-align: center;
        padding: 40px 0 24px 0;
        }

.footer__apps-icons {
    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;
    gap: 24px;
   }

.footer__sub {
    border-top: 1px solid rgba(226, 226, 226, 0.4);
    padding: 20px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
   }

.footer__sub p {
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;
        color: #e2e2e2;
    }

.footer__policy-link {
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #e2e2e2;
   }

/* ─── OVERLAY ─── */

.overlay {
      position: fixed; inset: 0;
      background: rgba(17, 24, 39, 0.55);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      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;
      padding: 24px;
      z-index: 200;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.22s ease;
      transition: opacity 0.22s ease;
    }

.overlay.open {
      opacity: 1;
      pointer-events: all;
    }

/* ─── POPUP ─── */

.popup {
      background: #fff;
      border-radius: 24px;
      -webkit-box-shadow:
        0 24px 64px rgba(17,24,39,0.18),
        0 4px 16px rgba(17,24,39,0.08);
              box-shadow:
        0 24px 64px rgba(17,24,39,0.18),
        0 4px 16px rgba(17,24,39,0.08);
      padding: 48px 48px 44px;
      max-width: 620px;
      width: 100%;
      position: relative;
      -webkit-transform: translateY(20px) scale(0.97);
              transform: translateY(20px) scale(0.97);
      -webkit-transition: opacity 0.22s ease, -webkit-transform 0.3s cubic-bezier(0.34,1.25,0.64,1);
      transition: opacity 0.22s ease, -webkit-transform 0.3s cubic-bezier(0.34,1.25,0.64,1);
      transition: transform 0.3s cubic-bezier(0.34,1.25,0.64,1), opacity 0.22s ease;
      transition: transform 0.3s cubic-bezier(0.34,1.25,0.64,1), opacity 0.22s ease, -webkit-transform 0.3s cubic-bezier(0.34,1.25,0.64,1);
      opacity: 0;
    }

.overlay.open .popup {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      opacity: 1;
    }

/* Close */

.close-btn {
      position: absolute;
      top: 18px; right: 18px;
      width: 36px; height: 36px;
      border-radius: 50%;
      border: 1.5px solid #E5E9F2;;
      background: #F5F8FF;
      color: #9CA3AF;
      cursor: pointer;
      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;
      -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
      transition: background 0.15s, color 0.15s, border-color 0.15s;
    }

.close-btn:hover {
      background: #EAF1FF;
      color: #3D7CF4;
      border-color: #D0E2FF;
    }

.close-btn svg { width: 14px; height: 14px; }

/* Popup eyebrow */

.popup-eyebrow {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 7px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color: #3D7CF4;
      margin-bottom: 16px;
    }

.popup-eyebrow::before {
      content: '';
      width: 18px; height: 2px;
      background: #3D7CF4;
      border-radius: 2px;
    }

.popup-title {
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 800;
      letter-spacing: -0.025em;
      line-height: 1.2;
      color: #111827;
      margin-bottom: 12px;
      text-wrap: pretty;
    }

.popup-subtitle {
      font-size: 15px;
      line-height: 1.65;
      color: #4B5563;
      margin-bottom: 32px;
    }

.popup-subtitle strong {
      color: #111827;
      font-weight: 700;
    }

.popup-divider {
      height: 1px;
      background: #E5E9F2;
      margin-bottom: 28px;
    }

/* Buttons grid */

.popup-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 20px;
    }

.popup-btn {
      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: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 6px;
      padding: 20px 20px 18px;
      border-radius: 16px;
      cursor: pointer;
      font-family: 'Manrope', sans-serif;
      text-align: left;
      text-decoration: none;
      border: none;
      -webkit-transition: background 0.15s, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
      transition: background 0.15s, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
      transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.15s;
      transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.15s, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
      position: relative;
      overflow: hidden;
    }

.popup-btn:active { -webkit-transform: scale(0.98) !important; transform: scale(0.98) !important; }

/* Telegram — filled blue */

.btn-tg {
      background: #3D7CF4;
      color: #fff;
    }

.btn-tg:hover {
      background: #2B6CE0;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 10px 28px rgba(61,124,244,0.35);
              box-shadow: 0 10px 28px rgba(61,124,244,0.35);
    }

/* Form — outlined */

.btn-form {
      background: #fff;
      color: #111827;
      border: 1.5px solid #E5E9F2;
    }

.btn-form:hover {
      border-color: #3D7CF4;
      background: #EAF1FF;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 6px 20px rgba(61,124,244,0.10);
              box-shadow: 0 6px 20px rgba(61,124,244,0.10);
    }

.pbtn-icon {
      width: 34px; height: 34px;
      border-radius: 9px;
      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;
      margin-bottom: 4px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }

.btn-tg .pbtn-icon  { background: rgba(255,255,255,0.18); }

.btn-form .pbtn-icon { background: #EAF1FF; }

.pbtn-icon svg { width: 18px; height: 18px; }

.btn-tg .pbtn-icon svg   { color: #fff; }

.btn-form .pbtn-icon svg  { color: #3D7CF4; }

.pbtn-label {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.35;
    }

.btn-tg .pbtn-label  { color: #fff; }

.btn-form .pbtn-label { color: #111827; }

.pbtn-sub {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.4;
    }

.btn-tg .pbtn-sub  { color: rgba(255,255,255,0.75); }

.btn-form .pbtn-sub { color: #9CA3AF; }

.pbtn-badge {
      position: absolute;
      top: 12px; right: 12px;
      background: rgba(255,255,255,0.22);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 100px;
    }

.popup-hint {
      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;
      gap: 6px;
      font-size: 13px;
      color: var(--text-muted);
      font-weight: 500;
    }

.popup-hint svg { width: 14px; height: 14px; -ms-flex-negative: 0; flex-shrink: 0; }

@media (max-width: 580px) {
      .popup { padding: 32px 20px 28px; border-radius: 20px; }
      .popup-actions { grid-template-columns: 1fr; }
      .pbtn-badge {
        position: static;
        background: rgba(255,255,255,0.22);
        display: inline-block;
        margin-top: 2px;
        -ms-flex-item-align: start;
            align-self: flex-start;
      }
      .popup-btn { padding: 18px 18px 16px; }
    }

@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(--MainGrey);
  -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;
        z-index: -1;
    }

@media (min-width: 1024px) {

.page_theme_main::after {
            width: 800px;
            height: 800px;
            left: -500px
    }
        }

a{
  text-decoration: none;
}

p{
    padding: 0;
    margin: 0;
}

ul {
    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;
}

html {
  scroll-behavior: smooth;
}

.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;
  }

.chip_color_white {
    background: #fff;
}