/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl/Museo-Sans-Cyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Noteworthy";
  src: url("../fonts/Noteworthy/Noteworthy.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

body {
  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;
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #FFFFFF;
  font: normal 300 16px / 20px "Museo Sans Cyrl", sans-serif;
  color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default; }
  body.no-scroll {
    overflow: hidden; }
  body.admin-bar {
    min-height: calc(100vh - 32px); }
    @media screen and (max-width: 782px) {
      body.admin-bar {
        min-height: calc(100vh - 46px); } }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }

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

iframe, video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media screen and (min-width: 768px) {
    a:hover {
      opacity: 0.64; } }

.disabled,
.disabled * {
  pointer-events: none;
  cursor: not-allowed; }

.hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .hide-desk {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    .hide-mob {
      display: none !important; } }

.scrollbar {
  padding-right: 15px;
  overflow-y: auto;
  overflow-x: hidden; }
  .scrollbar::-webkit-scrollbar {
    height: 0;
    width: 1px; }
    .scrollbar::-webkit-scrollbar-track {
      background: rgba(120, 120, 120, 0.5); }
    .scrollbar::-webkit-scrollbar-button {
      display: none; }
    .scrollbar::-webkit-scrollbar-thumb {
      background-color: #787878; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .container__content {
    width: 1240px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .container__content {
        max-width: calc(100% - 32px); } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }
  .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px; }
    .row .col-0 {
      padding: 0; }
    .row .col-0 {
      width: 0%; }
    .row .col-1 {
      width: 8.33333%; }
    .row .col-2 {
      width: 16.66667%; }
    .row .col-3 {
      width: 25%; }
    .row .col-4 {
      width: 33.33333%; }
    .row .col-5 {
      width: 41.66667%; }
    .row .col-6 {
      width: 50%; }
    .row .col-7 {
      width: 58.33333%; }
    .row .col-8 {
      width: 66.66667%; }
    .row .col-9 {
      width: 75%; }
    .row .col-10 {
      width: 83.33333%; }
    .row .col-11 {
      width: 91.66667%; }
    .row .col-12 {
      width: 100%; }
    @media screen and (max-width: 1239px) {
      .row .col-lg-0 {
        padding: 0; }
      .row .col-lg-0 {
        width: 0%; }
      .row .col-lg-1 {
        width: 8.33333%; }
      .row .col-lg-2 {
        width: 16.66667%; }
      .row .col-lg-3 {
        width: 25%; }
      .row .col-lg-4 {
        width: 33.33333%; }
      .row .col-lg-5 {
        width: 41.66667%; }
      .row .col-lg-6 {
        width: 50%; }
      .row .col-lg-7 {
        width: 58.33333%; }
      .row .col-lg-8 {
        width: 66.66667%; }
      .row .col-lg-9 {
        width: 75%; }
      .row .col-lg-10 {
        width: 83.33333%; }
      .row .col-lg-11 {
        width: 91.66667%; }
      .row .col-lg-12 {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .row .col-md-0 {
        padding: 0; }
      .row .col-md-0 {
        width: 0%; }
      .row .col-md-1 {
        width: 8.33333%; }
      .row .col-md-2 {
        width: 16.66667%; }
      .row .col-md-3 {
        width: 25%; }
      .row .col-md-4 {
        width: 33.33333%; }
      .row .col-md-5 {
        width: 41.66667%; }
      .row .col-md-6 {
        width: 50%; }
      .row .col-md-7 {
        width: 58.33333%; }
      .row .col-md-8 {
        width: 66.66667%; }
      .row .col-md-9 {
        width: 75%; }
      .row .col-md-10 {
        width: 83.33333%; }
      .row .col-md-11 {
        width: 91.66667%; }
      .row .col-md-12 {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .row .col-sm-0 {
        padding: 0; }
      .row .col-sm-0 {
        width: 0%; }
      .row .col-sm-1 {
        width: 8.33333%; }
      .row .col-sm-2 {
        width: 16.66667%; }
      .row .col-sm-3 {
        width: 25%; }
      .row .col-sm-4 {
        width: 33.33333%; }
      .row .col-sm-5 {
        width: 41.66667%; }
      .row .col-sm-6 {
        width: 50%; }
      .row .col-sm-7 {
        width: 58.33333%; }
      .row .col-sm-8 {
        width: 66.66667%; }
      .row .col-sm-9 {
        width: 75%; }
      .row .col-sm-10 {
        width: 83.33333%; }
      .row .col-sm-11 {
        width: 91.66667%; }
      .row .col-sm-12 {
        width: 100%; } }
    @media screen and (max-width: 449px) {
      .row .col-xs-0 {
        padding: 0; }
      .row .col-xs-0 {
        width: 0%; }
      .row .col-xs-1 {
        width: 8.33333%; }
      .row .col-xs-2 {
        width: 16.66667%; }
      .row .col-xs-3 {
        width: 25%; }
      .row .col-xs-4 {
        width: 33.33333%; }
      .row .col-xs-5 {
        width: 41.66667%; }
      .row .col-xs-6 {
        width: 50%; }
      .row .col-xs-7 {
        width: 58.33333%; }
      .row .col-xs-8 {
        width: 66.66667%; }
      .row .col-xs-9 {
        width: 75%; }
      .row .col-xs-10 {
        width: 83.33333%; }
      .row .col-xs-11 {
        width: 91.66667%; }
      .row .col-xs-12 {
        width: 100%; } }

        ul {
          list-style: none;
        }

        .header {
          position: fixed;
          left: 0;
          top: 8px;
          right: 0;
          max-width: 1340px;
          margin: 0 auto;
          background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
          border-radius: 24px;
          -webkit-backdrop-filter: blur(10px);
                  backdrop-filter: blur(10px);
          padding: 12px 20px;
          z-index: 100;
        }
        
        @media (max-width: 1200px) {
          .header {
            margin: 0 8px;
          }
        }
        
        @media (max-width: 767px) {
          .header {
            border-radius: 12px;
            padding: 8px 20px;
          }
          .logo__img {
            max-width: 130px !important;
          }
        }

        @media (max-width: 575px) {
          .logo__img {
            max-width: 100px !important;
          }
        }
        
        .header--small .logo {
          margin-right: 16px;
        }
        
        @media (max-width: 1200px) {
          .header--small .header__tel {
            border-radius: 12px;
            max-height: 40px;
          }
        }
        
        .header--small .header__tel-text {
          white-space: nowrap;
          padding: 0 0 0 28px;
          display: block;
          min-width: auto;
          min-height: auto;
        }
        
        @media (max-width: 380px) {
          .header--small .header__tel-text {
            font-size: 10px;
            padding-left: 18px;
          }
          .header--small .header__tel-text::before {
            width: 14px;
            height: 14px;
          }
        }
        
        .header--small .header__tel {
          padding: 12px 16px;
        }
        
        @media (max-width: 380px) {
          .header--small .header__tel {
            padding: 0 12px;
          }
        }
        
        @media (max-width: 380px) {
          .header--small .header__social {
            gap: 8px;
          }
        }
        
        .header__inner {
          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;
        }
        
        .header__social {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 16px;
        }
        
        @media (max-width: 991px) {
          .header__social {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
          }
        }
        
        .header__tel {
          display: block;
          background-color: transparent;
          padding: 12px 16px;
          border-radius: 12px;
          cursor: pointer;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
        }
        
        @media (max-width: 1200px) {
          .header__tel {
            padding: 0;
            border-radius: 3px;
          }
        }
        
        @media (max-width: 991px) {
          .header__tel {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }
        }
        
        .header__tel:hover {
          background-color: #F5F5F8;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
        }
        
        .header__tel-text {
          font-weight: 600;
          line-height: 24px;
          letter-spacing: -0.018px;
          padding-left: 28px;
          color: #05203E;
          position: relative;
        }
        
        @media (max-width: 1200px) {
          .header__tel-text {
            padding: 0;
            display: block;
            min-width: 52px;
            min-height: 48px;
          }
        }
        
        @media (max-width: 991px) {
          .header__tel-text {
            min-width: auto;
            min-height: auto;
            padding-left: 24px;
          }
        }
        
        @media (max-width: 767px) {
          .header__tel-text {
            font-size: 16px;
          }
        }
        
        .header__tel-text::before {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          background-image: url("../img/icons/phone.svg");
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
        }
        
        @media (max-width: 991px) {
          .header__tel-text::before {
            width: 17px;
            height: 17px;
          }
        }
        
        @media (max-width: 1200px) {
          .header__tel-text--main {
            display: none;
          }
        }
        
        .header__tel-text--small {
          display: none;
        }
        
        @media (max-width: 1200px) {
          .header__tel-text--small {
            display: block;
            height: 24px;
          }
          .header__tel-text--small::before {
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
          }
        }
        
        /* @media (max-width: 991px) {
          .header__tel-text--small {
            display: none;
          }
        } */
        
        .header__tg-box {
          display: block;
          background-color: transparent;
          border-radius: 12px;
          min-width: 52px;
          min-height: 48px;
          position: relative;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
        }
        
        @media (max-width: 991px) {
          .header__tg-box {
            min-width: 40px;
            min-height: 40px;
            background-color: #F5F5F8;
          }
        }
        
        .header__tg-box:hover {
          background-color: #F5F5F8;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
        }
        
        .header__tg-box::before {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          background-image: url("../img/icons/tg.svg");
          background-size: contain;
          background-repeat: no-repeat;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
        }
        
        @media (max-width: 991px) {
          .header__tg-box::before {
            width: 17px;
            height: 17px;
          }
        }
        
        @media (max-width: 991px) {
          .header__tg-box--main {
            display: none;
          }
        }
        
        .header__burger {
          display: none;
          width: 22px;
          height: 22px;
          background-color: transparent;
          position: relative;
          z-index: 101;
        }
        
        @media (max-width: 991px) {
          .header__burger {
            display: block;
          }
        }
        
        @media (max-width: 575px) {
          .header__burger {
            width: 14px;
            height: 14px;
          }
        }
        
        .header__burger::before, .header__burger::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #05203E;
          left: 0;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
          -webkit-transform-origin: right;
              -ms-transform-origin: right;
                  transform-origin: right;
        }
        
        .header__burger::before {
          top: 0;
          -webkit-transition: top .2s, -webkit-transform .2s;
          transition: top .2s, -webkit-transform .2s;
          transition: transform .2s, top .2s;
          transition: transform .2s, top .2s, -webkit-transform .2s;
        }
        
        .header__burger::after {
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .header__burger--active::before {
          top: 50%;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: top .2s, -webkit-transform .2s;
          transition: top .2s, -webkit-transform .2s;
          transition: top .2s, transform .2s;
          transition: top .2s, transform .2s, -webkit-transform .2s;
        }
        
        .header__burger--active::after {
          opacity: 0;
        }
        
        .header__burger--active .header__icon {
          bottom: 50%;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%);
          -webkit-transition: bottom .2s, -webkit-transform .2s;
          transition: bottom .2s, -webkit-transform .2s;
          transition: bottom .2s, transform .2s;
          transition: bottom .2s, transform .2s, -webkit-transform .2s;
        }
        
        .header__burger--active-transit::before {
          -webkit-transform: translateY(-50%) rotate(-45deg);
              -ms-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg);
        }
        
        .header__burger--active-transit .header__icon {
          -webkit-transform: translateY(50%) rotate(45deg);
              -ms-transform: translateY(50%) rotate(45deg);
                  transform: translateY(50%) rotate(45deg);
        }
        
        .header__icon {
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #05203E;
          bottom: 0;
          left: 0;
          -webkit-transition: background-color .3s;
          transition: background-color .3s;
          -webkit-transform-origin: right;
              -ms-transform-origin: right;
                  transform-origin: right;
          -webkit-transition: bottom .2s, -webkit-transform .2s;
          transition: bottom .2s, -webkit-transform .2s;
          transition: transform .2s, bottom .2s;
          transition: transform .2s, bottom .2s, -webkit-transform .2s;
        }

        @media (max-width: 991px) {
          .menu-main {
            position: fixed;
            min-width: 100%;
            max-height: calc(100vh - 143px);
            height: 100%;
            left: 0;
            bottom: 0;
            opacity: 0;
            top: 90px;
            visibility: hidden;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
            margin-bottom: 8px;
            border-radius: 24px;
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px);
            padding: 32px 15px;
            z-index: 100;
            -webkit-transition: opacity .3s, visibility .3s;
            transition: opacity .3s, visibility .3s;
          }
        }
        
        @media (max-width: 991px) and (max-width: 991px) {
          .menu-main {
            min-width: calc(100% - 16px);
            left: 8px;
          }
        }
        
        @media (max-width: 991px) and (max-width: 767px) {
          .menu-main {
            max-height: calc(100vh - 136px);
          }
        }
        
        .menu-main--active {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity .3s, visibility .3s;
          transition: opacity .3s, visibility .3s;
        }
        
        @media (max-width: 991px) {
          .menu-main--main {
            display: none;
          }
        }
        
        .menu-main--small {
          display: none;
        }
        
        @media (max-width: 991px) {
          .menu-main--small {
            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: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
          }
        }
        
        .menu-main__items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 60px;
        }
        
        @media (max-width: 991px) {
          .menu-main__items {
            display: block;
          }
        }
        
        @media (max-width: 991px) {
          .menu-main__item:not(:last-child) {
            padding-bottom: 16px;
            margin-bottom: 16px;
            border-bottom: 1px solid #05203E;
          }
        }
        
        @media (max-width: 767px) {
          .menu-main__item:not(:last-child) {
            padding-bottom: 12px;
            margin-bottom: 12px;
          }
        }
        
        .menu-main__link {
          line-height: 24px;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: -0.018px;
          color: #05203E;
          -webkit-transition: color .3s;
          transition: color .3s;
        }
        
        @media (max-width: 767px) {
          .menu-main__link {
            font-size: 16px;
          }
        }
        
        .menu-main__link:hover {
          color: #7BB745;
          -webkit-transition: color .3s;
          transition: color .3s;
        }

.main {
  margin-bottom: -30px;
  padding-top: 136px;
  padding-bottom: 100px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 18px 88px rgba(24, 39, 75, 0.24), 0px 8px 28px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 18px 88px rgba(24, 39, 75, 0.24), 0px 8px 28px rgba(24, 39, 75, 0.12); }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 80px;
      padding-bottom: 30px; } }



        .footer {
          padding: 100px 0 25px;
          position: relative;
          overflow: hidden;
        }
        
        @media (max-width: 767px) {
          .footer {
            padding: 70px 0 16px;
          }
        }
        
        .footer__top {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          gap: 30px;
          padding-bottom: 26px;
          margin-bottom: 30px;
          position: relative;
        }
        
        @media (max-width: 767px) {
          .footer__top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 20px;
            max-width: 500px;
            margin: 0 auto 25px auto;
          }
        }
        
        .footer__top::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #D6DADE), color-stop(0%, #D6DADE00));
          background-image: linear-gradient(#D6DADE 100%, #D6DADE00 0%);
          bottom: 0;
          left: 0;
        }
        
        .footer__top-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 56px;
        }
        
        @media (max-width: 1200px) {
          .footer__top-items {
            -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;
          }
        }
        
        .footer__top-item:first-child .footer__top-link::before {
          background-image: url("../img/icons/footer-tel.svg");
        }
        
        .footer__top-item:nth-child(2) .footer__top-link::before {
          background-image: url("../img/icons/footer-tg.svg");
        }
        
        .footer__top-item:last-child .footer__top-link::before {
          background-image: url("../img/icons/footer-mail.svg");
        }
        
        .footer__top-link {
          display: block;
          padding-left: 60px;
          position: relative;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        @media (max-width: 767px) {
          .footer__top-link {
            padding-left: 52px;
          }
        }
        
        .footer__top-link::before {
          content: '';
          position: absolute;
          width: 44px;
          height: 44px;
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
        }
        
        @media (max-width: 767px) {
          .footer__top-link::before {
            width: 40px;
            height: 40px;
          }
        }
        
        .footer__top-link:hover {
          opacity: 0.7;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__top-title {
          display: block;
          line-height: 24px;
          font-weight: 700;
          letter-spacing: -0.018px;
          color: #05203E;
          margin-bottom: 2px;
        }
        
        @media (max-width: 767px) {
          .footer__top-title {
            font-size: 16px;
            margin-bottom: 0;
            line-height: 100%;
          }
        }
        
        .footer__top-text {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: -0.014px;
          color: rgba(5, 32, 62, 0.88);
        }
        
        @media (max-width: 767px) {
          .footer__top-text {
            font-size: 14px;
            line-height: 150%;
          }
        }
        
        @media (max-width: 767px) {
          .footer__top-right {
            position: relative;
          }
        }
        
        .footer__social {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 24px;
        }
        
        .footer__social-link {
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__social-link:hover {
          opacity: 0.7;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__social-img {
          width: 100%;
        }
        
        @media (max-width: 767px) {
          .footer__social-img {
            width: 40px;
            height: 40px;
            object-fit: contain;
          }
        }
        
        .footer__center {
          margin-bottom: 30px;
        }
        
        @media (max-width: 767px) {
          .footer__center {
            text-align: center;
            margin-bottom: 24px;
          }
        }
        
        .footer__center-img {
          width: 100%;
        }
        
        @media (max-width: 767px) {
          .footer__center-img {
            max-width: 500px;
          }
        }
        
        .footer__logo {
          padding-bottom: 30px;
          margin-bottom: 25px;
          position: relative;
        }
        
        @media (max-width: 767px) {
          .footer__logo-box:nth-child(1) {
            display: none;
          }
        }
 		@media (max-width: 480px) {
          .cookie-btn {
            width: 30% !important;
			  display: flex !important;
			  justify-content: center;
			  align-items: center;
          }
        }
        
        .footer__logo::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #D6DADE), color-stop(0%, #D6DADE00));
          background-image: linear-gradient(#D6DADE 100%, #D6DADE00 0%);
          bottom: 0;
          left: 0;
        }
        
        .footer__logo-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-right: 70px;
        }
        
        .footer__logo-box:first-child {
          margin-right: 12.5%;
        }
        
        .footer__logo-box:nth-child(2) {
          margin-right: 7.3%;
        }
        
        .footer__logo-img {
          max-width: 166px;
          width: 100%;
          max-height: 72px;
          height: 100%;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__logo-img:hover {
          opacity: 0.7;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__logo-text {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: -0.014px;
        }
        
        .footer__logo-text p:first-child {
          margin-bottom: 4px;
        }
        
        .footer__logo-link {
          text-decoration: underline;
          color: #05203E;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__logo-link:hover {
          opacity: 0.7;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__arrow-up {
          position: absolute;
          width: 56px;
          height: 56px;
          border-radius: 50%;
          background-image: url("../img/icons/footer-arrow-up.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-color: #0296E5;
          opacity: 0.3199999928474426;
          -webkit-backdrop-filter: blur(6px);
                  backdrop-filter: blur(6px);
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          cursor: pointer;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__arrow-up:hover {
          opacity: 0.4;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        .footer__arrow-up--small {
          display: none;
        }
        
        @media (max-width: 767px) {
          .footer__arrow-up--small {
            display: block;
          }
        }
        
        .footer__bottom {
          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;
        }
        
        @media (max-width: 767px) {
          .footer__bottom {
            max-width: 500px;
            margin: 0 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
          }
        }
        
        .footer__bottom-left {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: -0.014px;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-left {
            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;
            font-size: 10px;
            line-height: 18px;
            letter-spacing: -0.01px;
            width: 100%;
            gap: 20px;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
          }
        }
        
        .footer__bottom-left p:first-child {
          margin-bottom: 4px;
          padding-left: 21px;
          position: relative;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-left p:first-child {
            margin-bottom: 0;
            padding-left: 17px;
          }
        }
        
        .footer__bottom-left p:first-child::before {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          background-image: url("../img/icons/footer-bottom.svg");
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
        }
        
        @media (max-width: 767px) {
          .footer__bottom-left p:first-child::before {
            width: 14px;
            height: 14px;
          }
        }
        
        .footer__bottom-logobox {
          display: none;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-logobox {
            display: block;
          }
        }
        
        @media (max-width: 767px) {
          .footer__bottom-logo {
            max-width: 83px;
          }
        }
        
        .footer__bottom-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-right {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            padding-bottom: 16px;
            margin-bottom: 16px;
            max-width: 500px;
            width: 100%;
            position: relative;
          }
          .footer__bottom-right::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #D6DADE), color-stop(0%, #D6DADE00));
            background-image: linear-gradient(#D6DADE 100%, #D6DADE00 0%);
            bottom: 0;
            left: 0;
          }
        }
        
        @media (max-width: 767px) {
          .footer__bottom-right--main {
            display: none;
          }
        }
        
        .footer__bottom-right--small {
          display: none;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-right--small {
            display: -ms-grid;
            display: grid;
          }
        }
        
        @media (max-width: 767px) {
          .footer__bottom-item:first-child {
            -ms-grid-column-span: 2;
            grid-column: span 2;
          }
        }
        
        .footer__bottom-img {
          max-width: 159px;
          width: 100%;
          max-height: 35px;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        
        @media (max-width: 767px) {
          .footer__bottom-img {
            max-width: 186px;
            width: auto;
            max-height: 37px;
            -o-object-fit: contain;
               object-fit: contain;
          }
        }
        
        .footer__bottom-img:hover {
          opacity: 0.7;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px;
  border-radius: 20px;
  background: linear-gradient(95.2deg, #84C24C 3.64%, #6BAA32 94.78%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s; }
  .btn span {
    font-weight: 600;
    font-size: 20px;
    line-height: 134%;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
  @media screen and (max-width: 1023px) {
    .btn {
      padding: 20px 24px; }
      .btn span {
        font-size: 18px;
        line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .btn {
      padding: 14px 24px;
      border-radius: 12px; }
      .btn span {
        font-size: 16px; } }

.hint {
  padding: 20px 40px 20px 25px;
  border-left: 5px solid #FAC017;
  border-radius: 24px;
  background-color: #FCECDB; }
  @media screen and (max-width: 767px) {
    .hint {
      padding: 16px 24px 16px 19px; } }
  .hint__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .hint__title {
        margin-bottom: 8px;
        font-size: 14px; } }
  .hint__content {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .hint__content {
        font-size: 14px; } }
    .hint__content a {
      color: #0296E5; }
  .hint--green {
    background-color: #E2FDCA;
    border-color: #7BB745; }
  .hint--blue {
    background-color: #E4F6FF;
    border-color: #0296E5; }
  .hint--sandy {
    background-color: #FFEFD7;
    border-color: #F3C47E; }
  .hint--purple {
    background-color: #F2D8FF;
    border-color: #D58CF7; }
  .hint--pink {
    background-color: #FFDAE7;
    border-color: #FF76A7; }
  .hint--orange {
    background-color: #FFF5D7;
    border-color: #FAC017; }

.arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .arrow-link:hover {
      opacity: 0.72; } }
  .arrow-link:hover img {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  .arrow-link span {
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    color: #0296E5; }
    @media screen and (max-width: 767px) {
      .arrow-link span {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.001em; } }
  .arrow-link img {
    width: 28px;
    margin: 0 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    @media screen and (max-width: 767px) {
      .arrow-link img {
        width: 18px; } }

.title-two {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 70px;
  line-height: 108%;
  color: #05203E;
}

@media (max-width: 767px) {
  .title-two {
    font-size: 32px;
  }
}

.title--color {
  color: #7BB745;
}

.formarea input, .formarea textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.formarea__input {
  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;
  margin-bottom: 16px; }
  .formarea__input input {
    display: block;
    width: 100%;
    padding: 18px 50px 18px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #FFFFFF;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #05203E;
    outline: none;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s; }
    @media screen and (max-width: 767px) {
      .formarea__input input {
        padding: 11px 16px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 18px; } }
    .formarea__input input::-webkit-input-placeholder {
      opacity: 0.56; }
    .formarea__input input::-moz-placeholder {
      opacity: 0.56; }
    .formarea__input input:-ms-input-placeholder {
      opacity: 0.56; }
    .formarea__input input::-ms-input-placeholder {
      opacity: 0.56; }
    .formarea__input input::placeholder {
      opacity: 0.56; }
    .formarea__input input:focus {
      border-color: #05203E !important; }
    .formarea__input input.error {
      border-color: #ED0A34 !important;
      color: #ED0A34 !important; }
      .formarea__input input.error ~ img {
        opacity: 1; }
      .formarea__input input.error::-webkit-input-placeholder {
        color: #ED0A34 !important; }
      .formarea__input input.error::-moz-placeholder {
        color: #ED0A34 !important; }
      .formarea__input input.error:-ms-input-placeholder {
        color: #ED0A34 !important; }
      .formarea__input input.error::-ms-input-placeholder {
        color: #ED0A34 !important; }
      .formarea__input input.error::placeholder {
        color: #ED0A34 !important; }
  .formarea__input > img {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.formarea__select {
  position: relative;
  width: 100%; }
  .formarea__select select {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none; }
    .formarea__select select.error ~ .select__selected {
      border-color: #ED0A34 !important;
      color: #ED0A34 !important; }
  .formarea__select .select__selected {
    position: relative;
    width: 100%;
    padding: 18px 40px 18px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .formarea__select .select__selected {
        padding: 11px 40px 11px 16px;
        border-radius: 8px; } }
    .formarea__select .select__selected::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 40px;
      background-color: #FFFFFF; }
    .formarea__select .select__selected p {
      font-family: "Museo Sans Cyrl", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #05203E;
      white-space: nowrap;
      pointer-events: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      @media screen and (max-width: 767px) {
        .formarea__select .select__selected p {
          font-size: 14px;
          line-height: 18px; } }
    .formarea__select .select__selected > img {
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%) scaleY(-1);
      transform: translateY(-50%) scaleY(-1);
      width: 16px;
      opacity: 0.56;
      pointer-events: none;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
    .formarea__select .select__selected.is-empty p {
      color: rgba(5, 32, 62, 0.56); }
  .formarea__select .select__items {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    display: none;
    padding: 4px 0;
    border: 1px solid #D6DADE;
    border-radius: 12px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.24);
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.24);
    overflow: hidden;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      .formarea__select .select__items {
        border-radius: 8px; } }
  .formarea__select .select__item {
    padding: 7px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.014px;
    color: #05203E;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer; }
    .formarea__select .select__item:hover {
      opacity: 0.56; }
  .formarea__select.is-open .select__selected {
    border-color: #05203E !important; }
    .formarea__select.is-open .select__selected > img {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1; }
  .formarea__select.is-open .select__items {
    display: block; }

.formarea__helptext {
  margin-top: 4px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 132%;
  color: #05203E; }

.formarea__submit {
  margin-top: 24px; }
  .formarea__submit input {
    width: 100%;
    border: none;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 134%;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap; }
    @media screen and (max-width: 1023px) {
      .formarea__submit input {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 767px) {
      .formarea__submit input {
        font-size: 16px; } }

.formarea label.error {
  display: none !important; }

.formarea__note {
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.001em;
  color: rgba(5, 32, 62, 0.88); }
  @media screen and (max-width: 767px) {
    .formarea__note {
      margin-top: 24px; } }
  .formarea__note a {
    color: inherit;
    text-decoration: underline; }

.review-card {
  padding: 40px;
  border: 1px solid #D6DADE;
  border-radius: 32px;
  background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .review-card {
      padding: 24px;
      border-radius: 24px; } }
  .review-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .review-card__head {
        gap: 12px;
        margin-bottom: 16px; } }
  .review-card__image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .review-card__image {
        width: 40px;
        height: 40px; } }
    .review-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .review-card__info {
    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: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .review-card__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 142%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .review-card__name {
        font-weight: 400;
        font-size: 16px;
        line-height: 122%; } }
  .review-card__position {
    font-weight: 400;
    font-size: 20px;
    line-height: 142%;
    color: #05203E;
    opacity: 0.72; }
    @media screen and (max-width: 767px) {
      .review-card__position {
        font-size: 16px;
        line-height: 122%;
        opacity: 1; } }
  .review-card__text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 154%;
    color: #05203E;
    opacity: 0.72; }
    @media screen and (max-width: 767px) {
      .review-card__text {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 138%;
        color: rgba(5, 32, 62, 0.88);
        opacity: 1; } }
    .review-card__text--full {
      display: none; }
  .review-card__more {
    margin-top: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    color: #2D9CDB; }
    @media screen and (max-width: 767px) {
      .review-card__more {
        font-size: 14px;
        line-height: 130%; } }

.cards {
  width: calc(100% + 50vw - 50%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: -45px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cards {
      width: 100%;
      margin: 40px 0 12px;
      padding: 0;
      overflow: initial; } }
  @media screen and (max-width: 767px) {
    .cards > .row .col:last-child {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  .cards__title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 70px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .cards__title {
        margin-bottom: 30px;
        font-size: 50px; } }
    @media screen and (max-width: 767px) {
      .cards__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .cards__title span {
      color: #7BB745; }
  .cards__btn {
    margin-right: auto; }
  .cards__cta {
    width: 382px;
    margin-left: 215px;
    margin-top: -14px;
    z-index: -1; }
    @media screen and (max-width: 1239px) {
      .cards__cta {
        width: 340px;
        margin-left: 100px;
        margin-top: 0; } }
    @media screen and (max-width: 1023px) {
      .cards__cta {
        width: 290px;
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .cards__cta {
        margin-left: 0;
        margin-top: -7px; } }
  .cards .cards-slider {
    position: relative;
    max-width: 100%;
    margin: 23px 20px 0 auto;
    padding-left: 80px; }
    @media screen and (max-width: 1023px) {
      .cards .cards-slider {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .cards .cards-slider {
        width: 100%;
        margin: 0 0 24px;
        padding-left: 0; } }
    .cards .cards-slider__body {
      position: relative;
      width: 400px;
      max-width: 100%;
      height: 450px; }
      @media screen and (max-width: 767px) {
        .cards .cards-slider__body {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 16px;
          width: 100vw;
          max-width: initial;
          height: auto;
          margin: 0 -16px;
          padding: 0 16px;
          overflow: auto; }
          .cards .cards-slider__body::-webkit-scrollbar {
            display: none; } }
      .cards .cards-slider__body .slider-card {
        position: absolute;
        top: 50%;
        left: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translate(-50%, -200%);
        transform: translate(-50%, -200%);
        width: 100%;
        height: 100%;
        padding: 40px 36px 56px;
        border-radius: 40px;
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.32, 1.86, 0.29, 0.92);
        transition: -webkit-transform 0.6s cubic-bezier(0.32, 1.86, 0.29, 0.92);
        transition: transform 0.6s cubic-bezier(0.32, 1.86, 0.29, 0.92);
        transition: transform 0.6s cubic-bezier(0.32, 1.86, 0.29, 0.92), -webkit-transform 0.6s cubic-bezier(0.32, 1.86, 0.29, 0.92);
        cursor: pointer; }
        .cards .cards-slider__body .slider-card:nth-child(1) {
          z-index: 20; }
        .cards .cards-slider__body .slider-card:nth-child(2) {
          z-index: 19; }
        .cards .cards-slider__body .slider-card:nth-child(3) {
          z-index: 18; }
        .cards .cards-slider__body .slider-card:nth-child(4) {
          z-index: 17; }
        .cards .cards-slider__body .slider-card:nth-child(5) {
          z-index: 16; }
        .cards .cards-slider__body .slider-card:nth-child(6) {
          z-index: 15; }
        .cards .cards-slider__body .slider-card:nth-child(7) {
          z-index: 14; }
        .cards .cards-slider__body .slider-card:nth-child(8) {
          z-index: 13; }
        .cards .cards-slider__body .slider-card:nth-child(9) {
          z-index: 12; }
        .cards .cards-slider__body .slider-card:nth-child(10) {
          z-index: 11; }
        .cards .cards-slider__body .slider-card:nth-child(11) {
          z-index: 10; }
        .cards .cards-slider__body .slider-card:nth-child(12) {
          z-index: 9; }
        .cards .cards-slider__body .slider-card:nth-child(13) {
          z-index: 8; }
        .cards .cards-slider__body .slider-card:nth-child(14) {
          z-index: 7; }
        .cards .cards-slider__body .slider-card:nth-child(15) {
          z-index: 6; }
        .cards .cards-slider__body .slider-card:nth-child(16) {
          z-index: 5; }
        .cards .cards-slider__body .slider-card:nth-child(17) {
          z-index: 4; }
        .cards .cards-slider__body .slider-card:nth-child(18) {
          z-index: 3; }
        .cards .cards-slider__body .slider-card:nth-child(19) {
          z-index: 2; }
        .cards .cards-slider__body .slider-card:nth-child(20) {
          z-index: 1; }
        @media screen and (max-width: 767px) {
          .cards .cards-slider__body .slider-card {
            position: relative;
            top: initial;
            left: initial;
            -webkit-transform: none !important;
            transform: none !important;
            width: 280px;
            min-height: 260px;
            padding: 20px 28px 20px 16px;
            border-radius: 24px;
            cursor: initial; } }
        .cards .cards-slider__body .slider-card.is-active {
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-6deg);
            transform: translate(-50%, -50%) rotate(-6deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-9deg);
            transform: translate(-50%, -50%) rotate(-9deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-12deg);
            transform: translate(-50%, -50%) rotate(-12deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-18deg);
            transform: translate(-50%, -50%) rotate(-18deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-21deg);
            transform: translate(-50%, -50%) rotate(-21deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-24deg);
            transform: translate(-50%, -50%) rotate(-24deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-27deg);
            transform: translate(-50%, -50%) rotate(-27deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-33deg);
            transform: translate(-50%, -50%) rotate(-33deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-36deg);
            transform: translate(-50%, -50%) rotate(-36deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-39deg);
            transform: translate(-50%, -50%) rotate(-39deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-42deg);
            transform: translate(-50%, -50%) rotate(-42deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-48deg);
            transform: translate(-50%, -50%) rotate(-48deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-51deg);
            transform: translate(-50%, -50%) rotate(-51deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-54deg);
            transform: translate(-50%, -50%) rotate(-54deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-57deg);
            transform: translate(-50%, -50%) rotate(-57deg); }
          .cards .cards-slider__body .slider-card.is-active + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card + .slider-card {
            -webkit-transform: translate(-50%, -50%) rotate(-60deg);
            transform: translate(-50%, -50%) rotate(-60deg); }
        .cards .cards-slider__body .slider-card__icon {
          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;
          width: 56px;
          height: 56px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .cards .cards-slider__body .slider-card__icon {
              width: 40px;
              height: 40px;
              margin-bottom: 10px; } }
        .cards .cards-slider__body .slider-card__text {
          margin-top: auto; }
          .cards .cards-slider__body .slider-card__text p {
            font-weight: 400;
            font-size: 28px;
            line-height: 134%;
            color: #05203E; }
            @media screen and (max-width: 1023px) {
              .cards .cards-slider__body .slider-card__text p {
                font-size: 24px; } }
            @media screen and (max-width: 767px) {
              .cards .cards-slider__body .slider-card__text p {
                font-size: 18px;
                line-height: 132%; } }
    .cards .cards-slider__nav {
      position: absolute;
      left: 10px;
      bottom: 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; }
    .cards .cards-slider__arrow {
      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: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #D6DADE;
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      cursor: pointer; }
      .cards .cards-slider__arrow.is-disabled {
        opacity: 0.24;
        pointer-events: none; }
      .cards .cards-slider__arrow--next img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .cards .cards-slider__arrow img {
        width: 28px; }

.paws-block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .paws-block {
      width: 100vw;
      margin: 0 -16px;
      padding: 28px 16px 30px;
      overflow: hidden; } }
  .paws-block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dashed #D6DADE;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .paws-block::after {
        left: 16px;
        right: 16px; } }
  .paws-block__title {
    width: 740px;
    max-width: 100%;
    font-weight: 600;
    font-size: 52px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .paws-block__title {
        font-size: 42px; } }
    @media screen and (max-width: 767px) {
      .paws-block__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .paws-block__title span {
      color: #FAC017; }
  .paws-block__text {
    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;
    width: 360px;
    max-width: 100%; }
    @media screen and (max-width: 1239px) {
      .paws-block__text {
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .paws-block__text {
        gap: 16px;
        margin-left: 0; } }
    .paws-block__text p {
      font-weight: 400;
      font-size: 20px;
      line-height: 134%;
      color: #05203E; }
      @media screen and (max-width: 767px) {
        .paws-block__text p {
          font-size: 16px;
          line-height: 122%; } }
    .paws-block__text img {
      margin-top: 16px; }
      @media screen and (max-width: 767px) {
        .paws-block__text img {
          margin-top: 8px; } }
  .paws-block__paws {
    position: absolute;
    left: -100px;
    top: -74px;
    width: 795px;
    max-width: 100%;
    height: 500px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .paws-block__paws {
        left: -32px;
        top: 0;
        width: 515px;
        height: 325px; } }
    .paws-block__paws img {
      position: absolute;
      width: 147px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media screen and (max-width: 767px) {
        .paws-block__paws img {
          width: 95px; } }
      .paws-block__paws img:nth-child(1) {
        left: 100px;
        top: 0px;
        -webkit-animation: show-paw-1 5s ease-in-out infinite;
        animation: show-paw-1 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .paws-block__paws img:nth-child(1) {
            left: 64px;
            top: 0px; } }
      .paws-block__paws img:nth-child(2) {
        left: 0px;
        top: 224px;
        -webkit-animation: show-paw-2 5s ease-in-out infinite;
        animation: show-paw-2 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .paws-block__paws img:nth-child(2) {
            left: 0px;
            top: 144px; } }
      .paws-block__paws img:nth-child(3) {
        left: 416px;
        top: 104px;
        -webkit-animation: show-paw-3 5s ease-in-out infinite;
        animation: show-paw-3 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .paws-block__paws img:nth-child(3) {
            left: 268px;
            top: 67px; } }
      .paws-block__paws img:nth-child(4) {
        left: 288px;
        top: 327px;
        -webkit-animation: show-paw-4 5s ease-in-out infinite;
        animation: show-paw-4 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .paws-block__paws img:nth-child(4) {
            left: 185px;
            top: 210px; } }
      .paws-block__paws img:nth-child(5) {
        left: 648px;
        top: 352px;
        -webkit-animation: show-paw-5 5s ease-in-out infinite;
        animation: show-paw-5 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .paws-block__paws img:nth-child(5) {
            left: 417px;
            top: 226px; } }

@-webkit-keyframes show-paw-1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-4 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-4 {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-5 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-5 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-6 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-6 {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-paw-7 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes show-paw-7 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0.8; }
  90% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

.stats-block {
  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;
  padding-top: 255px;
  padding-bottom: 192px; }
  @media screen and (max-width: 1239px) {
    .stats-block {
      width: 100vw;
      margin: 0 -20px;
      padding-left: 20px;
      padding-right: 20px;
      overflow: hidden; } }
  @media screen and (max-width: 1023px) {
    .stats-block {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .stats-block {
      margin: 0 -16px -40px;
      padding: 40px 16px 93px; } }
  @media screen and (max-width: 767px) {
    .stats-block__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-item-align: center;
      align-self: center;
      gap: 20px 24px;
      width: 350px;
      max-width: 100%; } }
  .stats-block__content > .row + .row {
    margin-top: 24px; }
  @media screen and (max-width: 767px) {
    .stats-block__content > .row {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin: 0 !important; }
      .stats-block__content > .row:nth-child(2n) {
        width: 150px; }
      .stats-block__content > .row:nth-child(2n + 1) {
        width: 120px; }
      .stats-block__content > .row .col {
        padding: 0 !important; } }
  .stats-block__content > .row .stats-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: 14px; }
    @media screen and (max-width: 767px) {
      .stats-block__content > .row .stats-item {
        gap: 0; } }
    .stats-block__content > .row .stats-item__title {
      font-weight: 600;
      font-size: 88px;
      line-height: 96%;
      color: #7BB745; }
      @media screen and (max-width: 767px) {
        .stats-block__content > .row .stats-item__title {
          font-size: 31px;
          line-height: 98%; } }
    .stats-block__content > .row .stats-item__text {
      font-weight: 400;
      font-size: 28px;
      line-height: 122%;
      color: #05203E; }
      @media screen and (max-width: 767px) {
        .stats-block__content > .row .stats-item__text {
          font-size: 16px; } }
  .stats-block__paws {
    position: absolute;
    left: 80px;
    top: 90px;
    width: 1140px;
    height: 960px;
    z-index: -1;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .stats-block__paws {
        top: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 520px;
        height: 320px; } }
    .stats-block__paws img {
      position: absolute;
      width: 147px;
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media screen and (max-width: 767px) {
        .stats-block__paws img {
          width: 95px; } }
      .stats-block__paws img:nth-child(1) {
        left: 981px;
        top: 21px;
        -webkit-animation: show-paw-1 5s ease-in-out infinite;
        animation: show-paw-1 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(1) {
            left: 352px;
            top: 8px; } }
      .stats-block__paws img:nth-child(2) {
        left: 558px;
        top: 0px;
        -webkit-animation: show-paw-2 5s ease-in-out infinite;
        animation: show-paw-2 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(2) {
            left: 416px;
            top: 144px; } }
      .stats-block__paws img:nth-child(3) {
        left: 686px;
        top: 345px;
        -webkit-animation: show-paw-3 5s ease-in-out infinite;
        animation: show-paw-3 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(3) {
            left: 149px;
            top: 67px; } }
      .stats-block__paws img:nth-child(4) {
        left: 201px;
        top: 203px;
        -webkit-animation: show-paw-4 5s ease-in-out infinite;
        animation: show-paw-4 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(4) {
            left: 231px;
            top: 210px; } }
      .stats-block__paws img:nth-child(5) {
        left: 462px;
        top: 575px;
        -webkit-animation: show-paw-5 5s ease-in-out infinite;
        animation: show-paw-5 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(5) {
            left: 0px;
            top: 226px; } }
      .stats-block__paws img:nth-child(6) {
        left: 0px;
        top: 414px;
        -webkit-animation: show-paw-6 5s ease-in-out infinite;
        animation: show-paw-6 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(6) {
            left: 185px;
            top: 210px;
            display: none; } }
      .stats-block__paws img:nth-child(7) {
        left: 93px;
        top: 805px;
        -webkit-animation: show-paw-7 5s ease-in-out infinite;
        animation: show-paw-7 5s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .stats-block__paws img:nth-child(7) {
            left: 417px;
            top: 226px;
            display: none; } }

.sliders-block {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .sliders-block {
      height: 305px;
      margin-top: 30px;
      margin-bottom: 60px; } }
  .sliders-block::before {
    content: "";
    position: absolute;
    left: 43px;
    right: 43px;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #05203E;
    opacity: 0.24; }
    @media screen and (max-width: 767px) {
      .sliders-block::before {
        display: none; } }
  .sliders-block__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 32px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .sliders-block__item.is-active {
      opacity: 1;
      pointer-events: initial; }
  .sliders-block .sliders-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .sliders-block .sliders-video__progress {
    position: absolute;
    top: 16px;
    left: 48px;
    right: 48px;
    height: 8px;
    border-radius: 16px;
    background-color: #05203E;
    opacity: 0.56;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .sliders-block .sliders-video__progress {
        top: 8px;
        left: 24px;
        right: 24px;
        height: 6px; } }
    .sliders-block .sliders-video__progress span {
      position: absolute;
      top: 1px;
      bottom: 1px;
      left: 1px;
      width: 0;
      height: 6px;
      max-width: calc(100% - 2px);
      border-radius: 16px;
      background-color: #FFFFFF;
      -webkit-transition: width 1s;
      transition: width 1s; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-video__progress span {
          height: 4px; } }
  .sliders-block .sliders-video .video-nav {
    position: absolute;
    bottom: 40px;
    right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px; }
    @media screen and (max-width: 767px) {
      .sliders-block .sliders-video .video-nav {
        bottom: 16px;
        right: 8px;
        gap: 8px; } }
    .sliders-block .sliders-video .video-nav__item {
      position: relative;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-video .video-nav__item {
          width: 48px;
          height: 48px; } }
      .sliders-block .sliders-video .video-nav__item--play img:last-child, .sliders-block .sliders-video .video-nav__item--mute img:last-child {
        display: none; }
      .sliders-block .sliders-video .video-nav__item--play.is-on img:first-child, .sliders-block .sliders-video .video-nav__item--mute.is-on img:first-child {
        display: none; }
      .sliders-block .sliders-video .video-nav__item--play.is-on img:last-child, .sliders-block .sliders-video .video-nav__item--mute.is-on img:last-child {
        display: block; }
      .sliders-block .sliders-video .video-nav__item img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        max-height: 40px; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-video .video-nav__item img {
            width: 26px;
            max-height: 26px; } }
  .sliders-block .sliders-photo {
    position: relative; }
    .sliders-block .sliders-photo::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .sliders-block .sliders-photo__close {
      position: fixed;
      top: 24px;
      right: 24px;
      display: none;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-photo__close {
          top: 10px;
          right: 10px;
          width: 40px;
          height: 40px; } }
      .sliders-block .sliders-photo__close::before, .sliders-block .sliders-photo__close::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo__close::before, .sliders-block .sliders-photo__close::after {
            width: 20px; } }
      .sliders-block .sliders-photo__close::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .sliders-block .sliders-photo__close::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
    .sliders-block .sliders-photo .photo-slider {
      position: relative; }
      .sliders-block .sliders-photo .photo-slider__slide {
        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;
        height: 650px; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo .photo-slider__slide {
            height: 305px; } }
        .sliders-block .sliders-photo .photo-slider__slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .sliders-block .sliders-photo .photo-slider__arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        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: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 10;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo .photo-slider__arrow {
            width: 40px;
            height: 40px; } }
        .sliders-block .sliders-photo .photo-slider__arrow.slick-disabled {
          opacity: 0.24;
          pointer-events: none; }
        .sliders-block .sliders-photo .photo-slider__arrow--prev {
          left: 48px; }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo .photo-slider__arrow--prev {
              left: 8px; } }
          .sliders-block .sliders-photo .photo-slider__arrow--prev img {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .sliders-block .sliders-photo .photo-slider__arrow--next {
          right: 48px; }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo .photo-slider__arrow--next {
              right: 8px; } }
          .sliders-block .sliders-photo .photo-slider__arrow--next img {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
        .sliders-block .sliders-photo .photo-slider__arrow img {
          width: 28px; }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo .photo-slider__arrow img {
              width: 18px; } }
    .sliders-block .sliders-photo__fullscreen {
      position: absolute;
      top: 40px;
      right: 48px;
      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;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-photo__fullscreen {
          top: 16px;
          right: 8px;
          width: 40px;
          height: 40px; } }
      .sliders-block .sliders-photo__fullscreen img {
        width: 24px;
        max-height: 24px; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo__fullscreen img {
            width: 16px;
            max-height: 16px; } }
    .sliders-block .sliders-photo__pagination {
      position: absolute;
      bottom: 40px;
      right: 48px;
      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;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      font-weight: 300;
      font-size: 20px;
      line-height: 100%;
      color: #FFFFFF;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-photo__pagination {
          bottom: 16px;
          right: 8px;
          width: 48px;
          height: 48px;
          font-size: 14px; } }
      .sliders-block .sliders-photo__pagination span {
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo__pagination span {
            margin-right: 3px; } }
    .sliders-block .sliders-photo.is-fullscreen {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      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;
      border-radius: 0;
      z-index: 120; }
      .sliders-block .sliders-photo.is-fullscreen::before {
        opacity: 1; }
      .sliders-block .sliders-photo.is-fullscreen .photo-slider {
        width: 1240px;
        max-width: calc(100% - 200px); }
        @media screen and (max-width: 767px) {
          .sliders-block .sliders-photo.is-fullscreen .photo-slider {
            max-width: calc(100% - 20px); } }
        .sliders-block .sliders-photo.is-fullscreen .photo-slider__slide {
          height: calc(100vh - 40px); }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo.is-fullscreen .photo-slider__slide {
              height: calc(100vh - 120px); } }
          .sliders-block .sliders-photo.is-fullscreen .photo-slider__slide img {
            -o-object-fit: contain;
            object-fit: contain; }
        .sliders-block .sliders-photo.is-fullscreen .photo-slider__arrow--prev {
          left: -20px;
          -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo.is-fullscreen .photo-slider__arrow--prev {
              left: 10px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
        .sliders-block .sliders-photo.is-fullscreen .photo-slider__arrow--next {
          right: -20px;
          -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%); }
          @media screen and (max-width: 767px) {
            .sliders-block .sliders-photo.is-fullscreen .photo-slider__arrow--next {
              right: 10px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
      .sliders-block .sliders-photo.is-fullscreen .sliders-photo__close {
        display: block; }
      .sliders-block .sliders-photo.is-fullscreen .sliders-photo__fullscreen, .sliders-block .sliders-photo.is-fullscreen .sliders-photo__pagination {
        display: none; }
  .sliders-block .sliders-toggle {
    position: absolute;
    left: 48px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    z-index: 40; }
    @media screen and (max-width: 767px) {
      .sliders-block .sliders-toggle {
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        bottom: -8px; } }
    .sliders-block .sliders-toggle__item {
      padding: 20px 24px;
      background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.64) 0%, rgba(99, 97, 97, 0.48) 100%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      font-weight: 600;
      font-size: 28px;
      line-height: 34px;
      color: #FFFFFF;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .sliders-block .sliders-toggle__item {
          padding-top: 16px;
          padding-bottom: 16px;
          font-size: 16px;
          line-height: 19px; } }
      .sliders-block .sliders-toggle__item.is-active {
        background: linear-gradient(95.2deg, #84C24C 3.64%, #6BAA32 94.78%); }

.reviews-block {
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    .reviews-block {
      padding-top: 40px; } }
  .reviews-block__title {
    font-weight: 600;
    font-size: 52px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .reviews-block__title {
        width: 600px;
        max-width: 100%;
        font-size: 32px; } }
    .reviews-block__title--highlight {
      color: #7BB745; }
  .reviews-block__amount {
    display: block;
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 134%;
    color: #7BB745; }
    @media screen and (max-width: 767px) {
      .reviews-block__amount {
        display: inline-block;
        margin-top: auto;
        font-size: 16px;
        line-height: 122%; } }
  .reviews-block .reviews-slider {
    position: relative;
    padding-left: 48px; }
    @media screen and (max-width: 767px) {
      .reviews-block .reviews-slider {
        margin-top: 28px;
        padding-left: 0; } }
    .reviews-block .reviews-slider__body {
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .reviews-block .reviews-slider__body {
          overflow: initial; } }
      .reviews-block .reviews-slider__body::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 30px;
        background: linear-gradient(359.39deg, #FFFFFF 0%, rgba(255, 255, 255, 0.56) 85.97%, rgba(255, 255, 255, 0.0001) 177.75%);
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px); }
        @media screen and (max-width: 767px) {
          .reviews-block .reviews-slider__body::after {
            display: none; } }
    .reviews-block .reviews-slider__track {
      width: 506px;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .reviews-block .reviews-slider__track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 16px;
          width: 100vw;
          max-width: initial;
          margin: 0 -16px;
          padding: 0 16px;
          overflow: auto; }
          .reviews-block .reviews-slider__track::-webkit-scrollbar {
            display: none; } }
      .reviews-block .reviews-slider__track .slick-list {
        overflow: visible; }
        .reviews-block .reviews-slider__track .slick-list .slick-track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .reviews-block .reviews-slider__card {
      height: inherit;
      min-height: 524px;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .reviews-block .reviews-slider__card {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 280px;
          min-height: initial;
          margin-right: 0; } }
      .reviews-block .reviews-slider__card .review-card {
        height: 100%; }
    .reviews-block .reviews-slider__nav {
      position: absolute;
      bottom: 48px;
      left: 28px;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
    .reviews-block .reviews-slider__arrow {
      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: 72px;
      height: 72px;
      border-radius: 50%;
      background-color: #D6DADE;
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      cursor: pointer; }
      .reviews-block .reviews-slider__arrow.slick-disabled {
        opacity: 0.24;
        pointer-events: none; }
      .reviews-block .reviews-slider__arrow--prev img {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .reviews-block .reviews-slider__arrow--next img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .reviews-block .reviews-slider__arrow img {
        width: 28px; }
    .reviews-block .reviews-slider .reviews-fullscreen {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      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;
      z-index: 120;
      background: rgba(0, 0, 0, 0.7);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .reviews-block .reviews-slider .reviews-fullscreen__close {
        position: fixed;
        top: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(108.46deg, rgba(115, 114, 114, 0.8) 0%, rgba(99, 97, 97, 0.68) 100%);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .reviews-block .reviews-slider .reviews-fullscreen__close {
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px; } }
        .reviews-block .reviews-slider .reviews-fullscreen__close::before, .reviews-block .reviews-slider .reviews-fullscreen__close::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 24px;
          height: 2px;
          background-color: #FFFFFF; }
          @media screen and (max-width: 767px) {
            .reviews-block .reviews-slider .reviews-fullscreen__close::before, .reviews-block .reviews-slider .reviews-fullscreen__close::after {
              width: 20px; } }
        .reviews-block .reviews-slider .reviews-fullscreen__close::before {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
        .reviews-block .reviews-slider .reviews-fullscreen__close::after {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
      .reviews-block .reviews-slider .reviews-fullscreen__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 200px);
        height: calc(100% - 40px); }
        @media screen and (max-width: 767px) {
          .reviews-block .reviews-slider .reviews-fullscreen__content {
            width: calc(100% - 20px);
            height: calc(100vh - 120px); } }
        .reviews-block .reviews-slider .reviews-fullscreen__content .review-card {
          width: 600px;
          max-width: 100%;
          max-height: 100%;
          margin: auto;
          overflow: auto; }
          .reviews-block .reviews-slider .reviews-fullscreen__content .review-card__text {
            margin-bottom: 0; }
            .reviews-block .reviews-slider .reviews-fullscreen__content .review-card__text--short {
              display: none; }
            .reviews-block .reviews-slider .reviews-fullscreen__content .review-card__text--full {
              display: block; }
          .reviews-block .reviews-slider .reviews-fullscreen__content .review-card__more {
            display: none; }
      .reviews-block .reviews-slider .reviews-fullscreen.is-active {
        opacity: 1;
        pointer-events: initial; }

.teachers-block {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .teachers-block {
      margin-top: 40px; } }
  .teachers-block__title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 70px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .teachers-block__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .teachers-block__title span {
      color: #7BB745; }
  .teachers-block__slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden; }
  .teachers-block__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    height: 494px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
    @media screen and (max-width: 1023px) {
      .teachers-block__track {
        height: 370.5px;
        gap: 30px; } }
    @media screen and (max-width: 767px) {
      .teachers-block__track {
        height: 178px; } }
    .teachers-block__track .teacher {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 100%; }
      .teachers-block__track .teacher__content {
        width: 100%;
        height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateX(-27px);
        transform: translateX(-27px); }
        @media screen and (max-width: 767px) {
          .teachers-block__track .teacher__content {
            -webkit-transform: none;
            transform: none; } }
        .teachers-block__track .teacher__content svg {
          max-width: initial;
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transform-origin: left center;
          transform-origin: left center;
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s; }
      .teachers-block__track .teacher__bg rect {
        -webkit-transition: fill 0.3s;
        transition: fill 0.3s; }
      .teachers-block__track .teacher__name, .teachers-block__track .teacher__text {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .teachers-block__track .teacher.is-active ~ .teacher {
        width: 230px;
        cursor: pointer; }
        @media screen and (max-width: 1023px) {
          .teachers-block__track .teacher.is-active ~ .teacher {
            width: 172.5px; } }
        @media screen and (max-width: 767px) {
          .teachers-block__track .teacher.is-active ~ .teacher {
            width: 140px; } }
        .teachers-block__track .teacher.is-active ~ .teacher .teacher__content {
          -webkit-transform: translateX(-13.5px);
          transform: translateX(-13.5px); }
          @media screen and (max-width: 767px) {
            .teachers-block__track .teacher.is-active ~ .teacher .teacher__content {
              -webkit-transform: translateX(-10px);
              transform: translateX(-10px); } }
          .teachers-block__track .teacher.is-active ~ .teacher .teacher__content svg {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transition: none;
            transition: none; }
            @media screen and (max-width: 767px) {
              .teachers-block__track .teacher.is-active ~ .teacher .teacher__content svg {
                -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
        .teachers-block__track .teacher.is-active ~ .teacher .teacher__bg rect {
          fill: #D6DADE; }
        .teachers-block__track .teacher.is-active ~ .teacher .teacher__name, .teachers-block__track .teacher.is-active ~ .teacher .teacher__text {
          opacity: 0; }

.blog-block {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .blog-block {
      margin-top: 40px; } }
  .blog-block__title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 70px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .blog-block__title {
        margin-bottom: 30px;
        font-size: 32px; } }
    .blog-block__title span {
      color: #7BB745; }
  .blog-block > .row {
    row-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .blog-block > .row {
        row-gap: 16px; }
        .blog-block > .row .col {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .blog-block .blog-article {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 323px;
    padding: 24px;
    border: 1px solid #D6DADE;
    border-radius: 32px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .blog-block .blog-article {
        width: 450px;
        max-width: 100%;
        min-height: 260px;
        padding: 20px 16px;
        border-radius: 24px; } }
    .blog-block .blog-article__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 20px; }
    .blog-block .blog-article__category {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 5px; }
      .blog-block .blog-article__category p {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.001em; }
        @media screen and (max-width: 767px) {
          .blog-block .blog-article__category p {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0; } }
        .blog-block .blog-article__category p.is-violet {
          color: #D58CF7; }
        .blog-block .blog-article__category p.is-green {
          color: #7BB745; }
        .blog-block .blog-article__category p.is-blue {
          color: #0296E5; }
        .blog-block .blog-article__category p.is-yellow {
          color: #FAC017; }
    .blog-block .blog-article__icon {
      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;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 56px;
      height: 56px; }
      @media screen and (max-width: 767px) {
        .blog-block .blog-article__icon {
          width: 40px;
          height: 40px; } }
      .blog-block .blog-article__icon img {
        width: 100%; }
    .blog-block .blog-article__title {
      font-weight: 900;
      font-size: 28px;
      line-height: 118%;
      color: #05203E; }
      @media screen and (max-width: 767px) {
        .blog-block .blog-article__title {
          font-size: 20px; } }
    .blog-block .blog-article__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 6px 12px;
      margin-top: 32px; }
      @media screen and (max-width: 767px) {
        .blog-block .blog-article__meta {
          margin-top: 24px; } }
    .blog-block .blog-article__meta-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px;
      opacity: 0.48; }
      .blog-block .blog-article__meta-item img {
        width: 20px; }
      .blog-block .blog-article__meta-item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.001em;
        color: #05203E; }
    .blog-block .blog-article .arrow-link {
      margin-top: 27px; }
      @media screen and (max-width: 767px) {
        .blog-block .blog-article .arrow-link {
          margin-top: 24px; } }
      .blog-block .blog-article .arrow-link:hover {
        opacity: initial; }
    .blog-block .blog-article:hover .arrow-link img {
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }

.accordions {
  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; }
  .accordions > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .accordions__list {
    display: none;
    width: 100%;
    margin: 0 auto; }
    .accordions__list .accordion-block {
      margin-top: 24px;
      border: 1px solid #D6DADE;
      border-radius: 24px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 767px) {
        .accordions__list .accordion-block {
          width: 450px;
          max-width: 100%;
          margin: 16px auto 0; } }
      .accordions__list .accordion-block.show .accordion-head__content img {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1); }
      .accordions__list .accordion-block.show .accordion-head__preview {
        display: none; }
      .accordions__list .accordion-block .accordion-head {
        padding: 24px 16px 0 24px;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .accordions__list .accordion-block .accordion-head {
            padding: 20px 16px 0; } }
        .accordions__list .accordion-block .accordion-head__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          gap: 16px; }
          @media screen and (max-width: 767px) {
            .accordions__list .accordion-block .accordion-head__content {
              gap: 14px; } }
          .accordions__list .accordion-block .accordion-head__content p {
            font-weight: 900;
            font-size: 28px;
            line-height: 118%;
            color: #05203E; }
            @media screen and (max-width: 767px) {
              .accordions__list .accordion-block .accordion-head__content p {
                font-size: 20px; } }
          .accordions__list .accordion-block .accordion-head__content img {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 30px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s; }
            @media screen and (max-width: 767px) {
              .accordions__list .accordion-block .accordion-head__content img {
                width: 24px; } }
        .accordions__list .accordion-block .accordion-head__preview {
          padding-top: 8px;
          padding-bottom: 24px;
          font-weight: 400;
          font-size: 20px;
          line-height: 148%;
          color: rgba(5, 32, 62, 0.88); }
          @media screen and (max-width: 767px) {
            .accordions__list .accordion-block .accordion-head__preview {
              padding-bottom: 20px;
              font-size: 14px;
              line-height: 156%; } }
      .accordions__list .accordion-block__body {
        display: none;
        width: 750px;
        max-width: 100%;
        padding: 8px 24px 24px;
        font-weight: 400;
        font-size: 20px;
        line-height: 148%;
        color: rgba(5, 32, 62, 0.88); }
        @media screen and (max-width: 767px) {
          .accordions__list .accordion-block__body {
            padding: 8px 16px 20px;
            font-size: 14px;
            line-height: 156%; } }
        .accordions__list .accordion-block__body * + * {
          margin-top: 12px; }
          @media screen and (max-width: 767px) {
            .accordions__list .accordion-block__body * + * {
              margin-top: 10px; } }
  .accordions__btn {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    color: #0296E5; }
    @media screen and (max-width: 767px) {
      .accordions__btn {
        margin-top: 16px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.001em; } }
    .accordions__btn span:last-child {
      display: none; }
  .accordions.show .accordions__btn span:first-child {
    display: none; }
  .accordions.show .accordions__btn span:last-child {
    display: inline-block; }

.form-block {
  position: relative;
  margin-top: 70px;
  padding: 48px 40px;
  border-radius: 32px;
  overflow: hidden;
  background-image: url(../img/form-bg.png);
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .form-block {
      width: 450px;
      max-width: 100%;
      margin: 40px auto 0;
      padding: 20px 16px 186px;
      border-radius: 24px; } }
  .form-block__content {
    position: relative;
    z-index: 10; }
  .form-block__title {
    font-weight: 600;
    font-size: 70px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .form-block__title {
        font-size: 50px; } }
    @media screen and (max-width: 767px) {
      .form-block__title {
        font-size: 24px;
        line-height: 118%; } }
  .form-block__subtitle {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .form-block__subtitle {
        margin-top: 12px;
        font-size: 16px;
        line-height: 122%; } }
  .form-block .formarea {
    width: 350px;
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .form-block .formarea {
        width: 100%;
        margin-top: 24px; } }
  .form-block__content {
    min-height: 300px; }
  .form-block__result {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 300px; }
    .form-block__result .btn {
      width: 100%;
      padding: 23px 31px;
      border: 1px solid rgba(5, 32, 62, 0.88);
      background: transparent; }
      @media screen and (max-width: 1023px) {
        .form-block__result .btn {
          padding: 19px 23px; } }
      @media screen and (max-width: 767px) {
        .form-block__result .btn {
          padding: 13px 23px; } }
      .form-block__result .btn span {
        color: #05203E; }
  .form-block__response {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 118%;
    color: #7BB745; }
    @media screen and (max-width: 767px) {
      .form-block__response {
        font-size: 18px; } }
    .form-block__response.is-error {
      color: #ED0A34; }
  .form-block__team {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 760px; }
    @media screen and (max-width: 1023px) {
      .form-block__team {
        right: -140px;
        width: 560px; } }
    @media screen and (max-width: 767px) {
      .form-block__team {
        bottom: -30px;
        right: 50%;
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
        width: 360px;
        max-width: initial; } }

.panda-cash {
  margin-top: 30px;
  padding-bottom: 70px;
  border-bottom: 2px dashed #D6DADE; }
  @media screen and (max-width: 1023px) {
    .panda-cash {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  @media screen and (max-width: 767px) {
    .panda-cash {
      margin-top: 0;
      padding-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .panda-cash .col:last-child {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  .panda-cash .image-slider {
    -ms-flex-item-align: center;
    align-self: center;
    width: 400px;
    max-width: 100%;
    height: 580px;
    border: 1px solid #D6DADE;
    border-radius: 200px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .panda-cash .image-slider {
        width: 100vw;
        max-width: initial;
        height: auto;
        margin: 0 -16px;
        border: none;
        border-radius: 0; } }
    .panda-cash .image-slider__track {
      -webkit-transform: translateY(calc(-100% + 580px));
      transform: translateY(calc(-100% + 580px));
      -webkit-animation: vertical-slide 24s cubic-bezier(0.58, 0, 0.42, 1) alternate infinite;
      animation: vertical-slide 24s cubic-bezier(0.58, 0, 0.42, 1) alternate infinite; }
      @media screen and (max-width: 767px) {
        .panda-cash .image-slider__track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transform: none !important;
          transform: none !important;
          padding: 0 16px;
          -webkit-animation: none;
          animation: none;
          overflow: auto; }
          .panda-cash .image-slider__track::-webkit-scrollbar {
            display: none; } }

@-webkit-keyframes vertical-slide {
  0% {
    -webkit-transform: translateY(calc(-100% + 580px));
    transform: translateY(calc(-100% + 580px)); }
  4.16667% {
    -webkit-transform: translateY(calc(-100% + 580px));
    transform: translateY(calc(-100% + 580px)); }
  12.5% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  16.66667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  16.66667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  20.83333% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  29.16667% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  33.33333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  33.33333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  37.5% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  45.83333% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  50% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  50% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  54.16667% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  62.5% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  66.66667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  66.66667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  70.83333% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  79.16667% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  83.33333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  83.33333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  87.5% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  95.83333% {
    -webkit-transform: translateY(calc(-100% + 4060px));
    transform: translateY(calc(-100% + 4060px)); }
  100% {
    -webkit-transform: translateY(calc(-100% + 4060px));
    transform: translateY(calc(-100% + 4060px)); } }

@keyframes vertical-slide {
  0% {
    -webkit-transform: translateY(calc(-100% + 580px));
    transform: translateY(calc(-100% + 580px)); }
  4.16667% {
    -webkit-transform: translateY(calc(-100% + 580px));
    transform: translateY(calc(-100% + 580px)); }
  12.5% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  16.66667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  16.66667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  20.83333% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px)); }
  29.16667% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  33.33333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  33.33333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  37.5% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px)); }
  45.83333% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  50% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  50% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  54.16667% {
    -webkit-transform: translateY(calc(-100% + 2320px));
    transform: translateY(calc(-100% + 2320px)); }
  62.5% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  66.66667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  66.66667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  70.83333% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px)); }
  79.16667% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  83.33333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  83.33333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  87.5% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px)); }
  95.83333% {
    -webkit-transform: translateY(calc(-100% + 4060px));
    transform: translateY(calc(-100% + 4060px)); }
  100% {
    -webkit-transform: translateY(calc(-100% + 4060px));
    transform: translateY(calc(-100% + 4060px)); } }
    .panda-cash .image-slider__slide {
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 580px; }
      @media screen and (max-width: 767px) {
        .panda-cash .image-slider__slide {
          height: auto; }
        @media screen and (max-width: 767px) {
          .panda-cash .image-slider__slide img {
            min-height: 62px; 
            min-width: 126px;
          } 
        }
      }
  .panda-cash__body {
    width: 685px;
    max-width: 100%;
    margin-top: 78px; }
    @media screen and (max-width: 1023px) {
      .panda-cash__body {
        -ms-flex-item-align: center;
        align-self: center;
        width: 600px;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .panda-cash__body {
        margin-top: 0;
        margin-bottom: 32px; } }
    .panda-cash__body .cash-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .panda-cash__body .cash-title {
          margin-bottom: 16px; } }
      .panda-cash__body .cash-title__text {
        font-weight: 600;
        font-size: 70px;
        line-height: 108%;
        color: #05203E;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        -webkit-animation: color-bounce 6s cubic-bezier(0.57, 2.03, 0.52, 0) infinite;
        animation: color-bounce 6s cubic-bezier(0.57, 2.03, 0.52, 0) infinite; }
        @media screen and (max-width: 1239px) {
          .panda-cash__body .cash-title__text {
            font-size: 55px; } }
        @media screen and (max-width: 767px) {
          .panda-cash__body .cash-title__text {
            font-size: 32px;
            -webkit-animation: none;
            animation: none; } }

@-webkit-keyframes color-bounce {
  0% {
    color: #05203E; }
  40% {
    color: #05203E; }
  50% {
    color: #84C24C; }
  90% {
    color: #6BAA32; }
  100% {
    color: #05203E; } }

@keyframes color-bounce {
  0% {
    color: #05203E; }
  40% {
    color: #05203E; }
  50% {
    color: #84C24C; }
  90% {
    color: #6BAA32; }
  100% {
    color: #05203E; } }
      .panda-cash__body .cash-title__arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 18px;
        padding: 0 9px;
        -webkit-animation: arrows-bounce 6s cubic-bezier(0.57, 2.03, 0.52, 0) infinite;
        animation: arrows-bounce 6s cubic-bezier(0.57, 2.03, 0.52, 0) infinite; }

@-webkit-keyframes arrows-bounce {
  0% {
    -webkit-transform: none;
    transform: none; }
  40% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes arrows-bounce {
  0% {
    -webkit-transform: none;
    transform: none; }
  40% {
    -webkit-transform: none;
    transform: none; }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }
  100% {
    -webkit-transform: none;
    transform: none; } }
        .panda-cash__body .cash-title__arrows img {
          width: 40px; }
          @media screen and (max-width: 1239px) {
            .panda-cash__body .cash-title__arrows img {
              width: 32px; } }
  .panda-cash__text {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px dashed #D6DADE;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .panda-cash__text {
        padding-bottom: 16px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 122%; } }
    .panda-cash__text img {
      position: absolute;
      right: 123px;
      bottom: 10px;
      height: 68px;
      -webkit-transform: rotate(9.15deg);
      transform: rotate(9.15deg);
      opacity: 0.64;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .panda-cash__text img {
          right: 48px;
          bottom: 4px;
          height: 34px; } }
  .panda-cash__note {
    font-weight: 400;
    font-size: 20px;
    line-height: 144%;
    color: #05203E; }
    @media screen and (max-width: 767px) {
      .panda-cash__note {
        font-size: 16px;
        line-height: 122%; } }

.topbanner {
  position: relative;
  min-height: 400px;
  padding-top: 127px; }
  @media screen and (max-width: 767px) {
    .topbanner {
      min-height: 300px;
      padding-top: 0; } }
  .topbanner__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    font-weight: 900;
    font-size: 88px;
    line-height: 108%;
    color: #05203E;
    pointer-events: none; }
    @media screen and (max-width: 1279px) {
      .topbanner__title {
        font-size: 6.9vw; } }
    @media screen and (max-width: 767px) {
      .topbanner__title {
        position: relative;
        width: 100%;
        font-size: 38px;
        line-height: 100%; } }
    .topbanner__title span {
      color: #FAC017; }
  .topbanner__btn {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 10; }
    @media screen and (max-width: 1023px) {
      .topbanner__btn {
        top: 0; } }
    @media screen and (max-width: 767px) {
      .topbanner__btn {
        position: relative;
        right: initial;
        top: initial;
        margin-top: 16px;
        margin-bottom: -25px; } }
  .topbanner__image {
    width: 100%; }
  .topbanner .alive {
    position: absolute;
    left: 16.915%;
    bottom: 0.25%;
    width: 15.33%; }
    .topbanner .alive__content {
      width: 100%;
      padding-bottom: 100%;
      border-radius: 50%;
      overflow: hidden;
      background-image: url(../img/giphy.gif);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }

      @media (max-width: 767px) {

        .topbanner__title span {
          display: block;
          min-height: 38px;
        }

      }

.tabcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .tabcards {
      margin-top: 40px; } }
  .tabcards__title {
    width: 27%;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 52px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .tabcards__title {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .tabcards__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .tabcards__title span {
      display: block;
      color: #7BB745; }
  .tabcards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .tabcards__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -16px;
        padding: 0 16px;
        overflow: auto; }
        .tabcards__content::-webkit-scrollbar {
          display: none; } }
  .tabcards .tabcards-head {
    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;
    width: 27%;
    gap: 8px; }
    @media screen and (max-width: 1023px) {
      .tabcards .tabcards-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-bottom: 40px; } }
    .tabcards .tabcards-head__item {
      position: relative;
      padding: 20px 30px;
      font-weight: 400;
      font-size: 20px;
      line-height: 134%;
      color: #05203E;
      text-align: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      cursor: pointer; }
      .tabcards .tabcards-head__item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 40px;
        background: linear-gradient(131.5deg, #B46BED 6.02%, #5A67DD 103.13%);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: -1; }
      .tabcards .tabcards-head__item:hover, .tabcards .tabcards-head__item.is-active {
        color: #FFFFFF; }
        .tabcards .tabcards-head__item:hover::before, .tabcards .tabcards-head__item.is-active::before {
          opacity: 1; }
  .tabcards__body {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38%;
    margin-top: -140px;
    padding-top: 40px;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .tabcards__body {
        width: 60%;
        margin-top: -40px; } }
    @media screen and (max-width: 767px) {
      .tabcards__body {
        width: auto;
        margin-top: 0;
        padding-top: 0; } }
  .tabcards__track {
    position: relative; }
    @media screen and (max-width: 767px) {
      .tabcards__track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px; } }
    .tabcards__track .tabcards-card {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      min-height: 560px;
      height: 100%;
      padding: 36px 40px;
      border: 1px solid #D6DADE;
      border-radius: 48px;
      background-color: #FFFFFF;
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s; }
      @media screen and (max-width: 767px) {
        .tabcards__track .tabcards-card {
          position: relative;
          left: initial;
          right: initial;
          top: initial;
          -webkit-transform: none !important;
          transform: none !important;
          width: 280px;
          min-height: 404px;
          padding: 20px 16px;
          border-radius: 24px; } }
      .tabcards__track .tabcards-card.is-active {
        position: relative;
        -webkit-transform: none;
        transform: none; }
      .tabcards__track .tabcards-card.is-under {
        -webkit-transform: translateY(-16px) scale(0.89);
        transform: translateY(-16px) scale(0.89); }
      .tabcards__track .tabcards-card.is-under-twice {
        -webkit-transform: translateY(-32px) scale(0.78);
        transform: translateY(-32px) scale(0.78); }
      .tabcards__track .tabcards-card__title {
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 40px;
        line-height: 120%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .tabcards__track .tabcards-card__title {
            margin-bottom: 16px;
            font-weight: 700;
            font-size: 20px;
            line-height: 118%; } }
      .tabcards__track .tabcards-card__text {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .tabcards__track .tabcards-card__text {
            margin-bottom: 2px; } }
        .tabcards__track .tabcards-card__text > p {
          font-weight: 400;
          font-size: 20px;
          line-height: 134%;
          color: #05203E;
          opacity: 0.8; }
          @media screen and (max-width: 767px) {
            .tabcards__track .tabcards-card__text > p {
              font-size: 16px;
              line-height: 122%; } }
        .tabcards__track .tabcards-card__text ul {
          padding: 0;
          list-style: none; }
          .tabcards__track .tabcards-card__text ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 24px; }
            @media screen and (max-width: 767px) {
              .tabcards__track .tabcards-card__text ul li {
                gap: 12px; } }
            .tabcards__track .tabcards-card__text ul li .tabcards-card__icon {
              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;
              -ms-flex-negative: 0;
              flex-shrink: 0;
              width: 30px;
              height: 61px; }
              @media screen and (max-width: 767px) {
                .tabcards__track .tabcards-card__text ul li .tabcards-card__icon {
                  width: 24px;
                  height: 48px; } }
              .tabcards__track .tabcards-card__text ul li .tabcards-card__icon img {
                width: 100%;
                max-height: 30px; }
                @media screen and (max-width: 767px) {
                  .tabcards__track .tabcards-card__text ul li .tabcards-card__icon img {
                    max-height: 24px; } }
            .tabcards__track .tabcards-card__text ul li span {
              padding: 17px 0;
              font-weight: 400;
              font-size: 20px;
              line-height: 134%;
              color: #05203E; }
              @media screen and (max-width: 767px) {
                .tabcards__track .tabcards-card__text ul li span {
                  padding: 12px 0;
                  font-size: 16px;
                  line-height: 122%; } }
            .tabcards__track .tabcards-card__text ul li:not(:last-child) span {
              border-bottom: 1px solid #D6DADE; }
      .tabcards__track .tabcards-card__link {
        margin-top: auto; }
      .tabcards__track .tabcards-card__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 46px;
        margin-top: auto; }
        @media screen and (max-width: 767px) {
          .tabcards__track .tabcards-card__links {
            -webkit-column-gap: 30px;
            -moz-column-gap: 30px;
            column-gap: 30px; } }
        .tabcards__track .tabcards-card__links a {
          position: relative;
          font-weight: 400;
          font-size: 20px;
          line-height: 134%;
          color: #0296E5; }
          @media screen and (max-width: 767px) {
            .tabcards__track .tabcards-card__links a {
              font-size: 14px; } }
          .tabcards__track .tabcards-card__links a:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -23px;
            top: 50%;
            -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #7BB745; }
            @media screen and (max-width: 767px) {
              .tabcards__track .tabcards-card__links a:not(:last-child)::after {
                right: -15px; } }
  .tabcards__note {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28.3%;
    margin-top: auto;
    margin-bottom: 28px; }
    @media screen and (max-width: 1023px) {
      .tabcards__note {
        width: 35%; } }
    @media screen and (max-width: 767px) {
      .tabcards__note {
        width: 186px;
        margin-left: 16px;
        margin-bottom: 5px; } }
    .tabcards__note p {
      font-weight: 600;
      font-size: 52px;
      line-height: 108%;
      color: #05203E; }
      @media screen and (max-width: 1023px) {
        .tabcards__note p {
          font-size: 45px; } }
      @media screen and (max-width: 767px) {
        .tabcards__note p {
          font-size: 32px; } }
      @media screen and (max-width: 767px) {
        .tabcards__note p span {
          color: #7BB745; } }

.students {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .students {
      margin-top: 30px; } }
  .students__title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 70px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .students__title {
        font-size: 50px; } }
    @media screen and (max-width: 767px) {
      .students__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .students__title span {
      color: #7BB745; }
  .students .icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px; }
    @media screen and (max-width: 1023px) {
      .students .icons-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .students .icons-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px; } }
    .students .icons-list .list-item {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 520px;
      max-width: 100%;
      padding-left: 147px; }
      @media screen and (max-width: 1023px) {
        .students .icons-list .list-item {
          max-width: 30%;
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        .students .icons-list .list-item {
          max-width: 100%; } }
      .students .icons-list .list-item__image {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1; }
        @media screen and (max-width: 1023px) {
          .students .icons-list .list-item__image {
            position: relative;
            width: auto !important;
            height: 60px;
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .students .icons-list .list-item__image {
            height: 55px;
            margin-bottom: 8px; } }
      .students .icons-list .list-item__title {
        font-weight: 700;
        font-size: 28px;
        line-height: 118%;
        color: #7BB745; }
        @media screen and (max-width: 1023px) {
          .students .icons-list .list-item__title {
            font-size: 22px; } }
        @media screen and (max-width: 767px) {
          .students .icons-list .list-item__title {
            font-size: 16px;
            line-height: 120%; } }
      .students .icons-list .list-item__text {
        font-weight: 400;
        font-size: 28px;
        line-height: 122%;
        color: #05203E; }
        @media screen and (max-width: 1023px) {
          .students .icons-list .list-item__text {
            font-size: 22px; } }
        @media screen and (max-width: 767px) {
          .students .icons-list .list-item__text {
            font-size: 16px; } }
      .students .icons-list .list-item:nth-child(1) .list-item__image {
        width: 138px; }
      .students .icons-list .list-item:nth-child(2) .list-item__image {
        width: 171px; }
      .students .icons-list .list-item:nth-child(3) .list-item__image {
        width: 147px; }
  .students .students-slider {
    position: relative;
    padding-left: 90px; }
    @media screen and (max-width: 767px) {
      .students .students-slider {
        padding: 20px 0 60px;
        border: 1px solid #D6DADE;
        border-radius: 16px;
        overflow: hidden; } }
    .students .students-slider__body {
      padding-top: 13px; }
      @media screen and (max-width: 767px) {
        .students .students-slider__body {
          padding-top: 0; } }
      .students .students-slider__body .slick-list {
        margin-top: -40px;
        padding-top: 40px; }
        @media screen and (max-width: 767px) {
          .students .students-slider__body .slick-list {
            margin-top: 0;
            padding-top: 0; } }
        .students .students-slider__body .slick-list .slider-card {
          padding-left: 15px;
          padding-bottom: 90px;
          border: none; }
          @media screen and (max-width: 767px) {
            .students .students-slider__body .slick-list .slider-card {
              padding: 0 16px; } }
          .students .students-slider__body .slick-list .slider-card__head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 24px;
            margin-bottom: 24px;
            padding-top: 10px; }
            @media screen and (max-width: 767px) {
              .students .students-slider__body .slick-list .slider-card__head {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 8px;
                margin-bottom: 8px;
                padding-top: 0; } }
          .students .students-slider__body .slick-list .slider-card__image {
            position: relative;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin-bottom: auto; }
            @media screen and (max-width: 767px) {
              .students .students-slider__body .slick-list .slider-card__image {
                margin: 8px; } }
            .students .students-slider__body .slick-list .slider-card__image::before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
              border-radius: 16px;
              background-color: #D6DADE;
              z-index: -1; }
              @media screen and (max-width: 767px) {
                .students .students-slider__body .slick-list .slider-card__image::before {
                  -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg);
                  border-radius: 12px; } }
            .students .students-slider__body .slick-list .slider-card__image img {
              width: 146px;
              border-radius: 16px;
              overflow: hidden; }
              @media screen and (max-width: 767px) {
                .students .students-slider__body .slick-list .slider-card__image img {
                  width: 64px;
                  border-radius: 12px; } }
          .students .students-slider__body .slick-list .slider-card__name {
            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;
            margin-top: 17px; }
            @media screen and (max-width: 767px) {
              .students .students-slider__body .slick-list .slider-card__name {
                margin-top: 0; } }
            .students .students-slider__body .slick-list .slider-card__name p {
              font-weight: 400;
              font-size: 28px;
              line-height: 122%;
              color: #05203E;
              opacity: 0.72; }
              @media screen and (max-width: 1023px) {
                .students .students-slider__body .slick-list .slider-card__name p {
                  font-size: 22px; } }
              @media screen and (max-width: 767px) {
                .students .students-slider__body .slick-list .slider-card__name p {
                  font-size: 16px; } }
          .students .students-slider__body .slick-list .slider-card__review p {
            font-weight: 400;
            font-size: 28px;
            line-height: 134%;
            color: #05203E; }
            @media screen and (max-width: 1023px) {
              .students .students-slider__body .slick-list .slider-card__review p {
                font-size: 20px; } }
            @media screen and (max-width: 767px) {
              .students .students-slider__body .slick-list .slider-card__review p {
                font-size: 14px;
                line-height: 18px;
                padding: 0 8px;
                letter-spacing: -0.001em; } }
    .students .students-slider__nav {
      position: absolute;
      left: 13px;
      top: 23px;
      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 screen and (max-width: 767px) {
        .students .students-slider__nav {
          left: initial;
          right: 16px;
          top: initial;
          bottom: 20px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 10px; } }
      .students .students-slider__nav .slick-dots {
        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: 10px;
        padding: 0;
        list-style: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        @media screen and (max-width: 767px) {
          .students .students-slider__nav .slick-dots {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 8px; } }
        .students .students-slider__nav .slick-dots li {
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background-color: #D6DADE;
          opacity: 0.24;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            .students .students-slider__nav .slick-dots li {
              width: 10px;
              height: 10px; } }
          .students .students-slider__nav .slick-dots li:hover, .students .students-slider__nav .slick-dots li.slick-active {
            opacity: 1; }
    .students .students-slider__arrow {
      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: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #D6DADE;
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .students .students-slider__arrow {
          width: 32px;
          height: 32px; } }
      .students .students-slider__arrow.slick-disabled {
        opacity: 0.24;
        pointer-events: none; }
      .students .students-slider__arrow--prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        @media screen and (max-width: 767px) {
          .students .students-slider__arrow--prev img {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }
      .students .students-slider__arrow--next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        .students .students-slider__arrow--next img {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
          @media screen and (max-width: 767px) {
            .students .students-slider__arrow--next img {
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }
      .students .students-slider__arrow img {
        width: 28px; }
        @media screen and (max-width: 767px) {
          .students .students-slider__arrow img {
            width: 18px; } }

.course-block {
  position: relative;
  min-height: 600px; }
  @media screen and (max-width: 1023px) {
    .course-block {
      min-height: 450px; } }
  @media screen and (max-width: 767px) {
    .course-block {
      min-height: initial; } }
  .course-block__content {
    width: 900px;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .course-block__content {
        width: 700px; } }
    @media screen and (max-width: 767px) {
      .course-block__content {
        width: 100%; } }
  .course-block__title {
    margin-bottom: 36px;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-weight: 900;
    font-size: 88px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .course-block__title {
        font-size: 68px; } }
    @media screen and (max-width: 767px) {
      .course-block__title {
        margin-bottom: 24px;
        font-size: 42px;
        line-height: 98%; } }
    .course-block__title span {
      color: #FAC017; }
    .course-block__title img {
      display: inline-block;
      width: 96px;
      vertical-align: middle; }
      @media screen and (max-width: 1023px) {
        .course-block__title img {
          width: 66px; } }
      @media screen and (max-width: 767px) {
        .course-block__title img {
          width: 42px; } }
  .course-block .calculator {
    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: 32px;
    width: 615px;
    max-width: 100%;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .course-block .calculator {
        gap: 24px;
        width: 450px;
        margin: 0 auto; } }
    .course-block .calculator__step:first-child .calculator__question {
      margin-bottom: 26px;
      font-weight: 400;
      font-size: 24px;
      line-height: 140%; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__step:first-child .calculator__question {
          margin-bottom: 12px;
          font-size: 16px;
          line-height: 122%; } }
    .course-block .calculator__question {
      font-weight: 600;
      font-size: 20px;
      line-height: 124%;
      color: #05203E; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__question {
          font-size: 16px;
          line-height: 19px; } }
    .course-block .calculator__answer {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 18px; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__answer {
          gap: 12px; } }
      .course-block .calculator__answer--circles {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .course-block .calculator__answer--circles {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 0;
            margin-bottom: -8px; } }
    .course-block .calculator__radio input {
      position: absolute;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0;
      opacity: 0;
      pointer-events: none; }
    .course-block .calculator__radio--btn {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 40px;
      -webkit-transition: opacity 0.3s, background-color 0.3s;
      transition: opacity 0.3s, background-color 0.3s;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__radio--btn {
          width: 138px; } }
      .course-block .calculator__radio--btn:hover {
        opacity: 1; }
        .course-block .calculator__radio--btn:hover::before {
          opacity: 0; }
      .course-block .calculator__radio--btn.is-active::before {
        background: linear-gradient(131.5deg, #B46BED 6.02%, #5A67DD 103.13%);
        opacity: 1; }
      .course-block .calculator__radio--btn.is-active p {
        background-color: transparent;
        color: #FFFFFF; }
      .course-block .calculator__radio--btn::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 40px;
        background: -webkit-gradient(linear, left top, right top, from(#D58CF7), to(#7A9FFF));
        background: linear-gradient(90deg, #D58CF7 0%, #7A9FFF 100%);
        -webkit-transition: opacity 0.3s, background 0.3s;
        transition: opacity 0.3s, background 0.3s;
        z-index: -1; }
      .course-block .calculator__radio--btn p {
        position: relative;
        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: 2px;
        padding: 18px 28px;
        border-radius: 40px;
        background-color: #FFFFFF;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        color: #05203E;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s; }
        @media screen and (max-width: 767px) {
          .course-block .calculator__radio--btn p {
            width: calc(100% - 4px);
            padding: 12px 0;
            font-size: 14px;
            line-height: 156%; } }
    .course-block .calculator__radio--circle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      min-height: 43px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__radio--circle {
          gap: 12px;
          min-height: 36px; } }
      .course-block .calculator__radio--circle input:checked ~ span {
        border-color: #7BB745; }
        .course-block .calculator__radio--circle input:checked ~ span::before {
          opacity: 1; }
      .course-block .calculator__radio--circle span {
        position: relative;
        width: 24px;
        height: 24px;
        border: 1px solid #D6DADE;
        border-radius: 50%;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
        @media screen and (max-width: 767px) {
          .course-block .calculator__radio--circle span {
            width: 20px;
            height: 20px; } }
        .course-block .calculator__radio--circle span::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 12px;
          height: 12px;
          background-color: #7BB745;
          border-radius: 50%;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media screen and (max-width: 767px) {
            .course-block .calculator__radio--circle span::before {
              width: 10px;
              height: 10px; } }
      .course-block .calculator__radio--circle p {
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .course-block .calculator__radio--circle p {
            font-size: 16px;
            line-height: 122%; } }
    .course-block .calculator__hints {
      position: absolute;
      top: 0;
      right: -40px;
      -webkit-transform: translate(100%);
      transform: translate(100%);
      width: 470px; }
      @media screen and (max-width: 1239px) {
        .course-block .calculator__hints {
          position: relative;
          top: initial;
          right: initial;
          -webkit-transform: none;
          transform: none;
          display: none;
          width: 100%;
          margin-top: 10px; }
          .course-block .calculator__hints.show {
            display: block; } }
      @media screen and (max-width: 767px) {
        .course-block .calculator__hints {
          margin-top: 4px;
          margin-bottom: -8px; } }
      .course-block .calculator__hints .hint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 26px;
        border-left-width: 4px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .course-block .calculator__hints .hint.show {
          opacity: 1;
          pointer-events: initial; }
        @media screen and (max-width: 1239px) {
          .course-block .calculator__hints .hint {
            position: relative;
            top: initial;
            bottom: initial;
            left: initial;
            right: initial;
            display: none;
            opacity: 1;
            pointer-events: initial; }
            .course-block .calculator__hints .hint.show-mob {
              display: block; } }
        @media screen and (max-width: 767px) {
          .course-block .calculator__hints .hint {
            padding-left: 20px; } }
    .course-block .calculator__result {
      margin-top: -2px;
      border-top: 1px solid #D6DADE;
      padding-top: 30px;
      font-weight: 400;
      font-size: 20px;
      line-height: 134%;
      color: #05203E;
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__result {
          margin-top: 0;
          padding-top: 24px;
          font-size: 14px;
          line-height: 117%;
          color: rgba(5, 32, 62, 0.63); } }
      .course-block .calculator__result span {
        margin-right: 12px;
        font-weight: 600;
        font-size: 40px;
        line-height: 108%; }
        @media screen and (max-width: 767px) {
          .course-block .calculator__result span {
            margin-right: 4px;
            font-size: 28px;
            line-height: 118%;
            color: #05203E; } }
    .course-block .calculator__btn {
      margin-top: -2px;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        .course-block .calculator__btn {
          width: 100%;
          margin-top: 0; } }
    .course-block .calculator__cta {
      width: 520px;
      margin: -2px -69px 0 auto; }
      @media screen and (max-width: 1023px) {
        .course-block .calculator__cta {
          width: 400px;
          margin-right: 150px; } }
      @media screen and (max-width: 767px) {
        .course-block .calculator__cta {
          display: none; } }
  .course-block .hero {
    position: absolute;
    top: 0;
    right: 0;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 425px;
    height: 600px;
    z-index: -1; }
    @media screen and (max-width: 1023px) {
      .course-block .hero {
        top: 100px;
        width: 285px;
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .course-block .hero {
        position: relative;
        top: initial;
        right: initial;
        width: 212px;
        height: 300px;
        margin: 24px auto 0; } }
    .course-block .hero__image {
      -webkit-transform: translateY(58px);
      transform: translateY(58px);
      width: 100%;
      -webkit-animation: levitate-hero 5s linear infinite;
      animation: levitate-hero 5s linear infinite; }
      @media screen and (max-width: 1023px) {
        .course-block .hero__image {
          -webkit-transform: translateY(-39px);
          transform: translateY(-39px); } }
      @media screen and (max-width: 767px) {
        .course-block .hero__image {
          -webkit-transform: translateY(-29px);
          transform: translateY(-29px); } }

@-webkit-keyframes levitate-hero {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  50% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); } }

@keyframes levitate-hero {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  50% {
    -webkit-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); } }
    .course-block .hero__shadow {
      height: 13px;
      margin: 0 28px 16px;
      border-radius: 64px;
      background: radial-gradient(63.76% 723.08% at 50% 50%, rgba(138, 138, 138, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
      -webkit-filter: blur(3.5px);
      filter: blur(3.5px);
      -webkit-animation: levitate-shadow 5s linear infinite;
      animation: levitate-shadow 5s linear infinite; }
      @media screen and (max-width: 1023px) {
        .course-block .hero__shadow {
          height: 9px;
          margin: 0 18px 10px;
          border-radius: 43px; } }
      @media screen and (max-width: 767px) {
        .course-block .hero__shadow {
          height: 7px;
          margin: 0 14px 8px;
          border-radius: 32px; } }

@-webkit-keyframes levitate-shadow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes levitate-shadow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.level-test {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .level-test {
      margin-top: 30px; } }
  .level-test__title {
    width: 1000px;
    max-width: 100%;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 52px;
    line-height: 108%;
    color: #05203E; }
    @media screen and (max-width: 1023px) {
      .level-test__title {
        width: 1000px;
        max-width: 100%;
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 52px;
        line-height: 108%; } }
    @media screen and (max-width: 767px) {
      .level-test__title {
        margin-bottom: 24px;
        font-size: 32px; } }
    .level-test__title span {
      color: #7BB745; }
  .level-test__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px; }
    @media screen and (max-width: 1023px) {
      .level-test__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .level-test__content {
        gap: 0;
        width: 450px;
        max-width: 100%;
        margin: 0 auto; } }
  .level-test__body {
    width: 56.7%;
    border: 1px solid #D6DADE;
    border-radius: 32px; }
    @media screen and (max-width: 1023px) {
      .level-test__body {
        width: 100%; } }
    .level-test__body .test-intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 32px; }
      @media screen and (max-width: 767px) {
        .level-test__body .test-intro {
          height: auto;
          padding: 24px; } }
      .level-test__body .test-intro__title {
        width: 480px;
        max-width: 100%;
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .level-test__body .test-intro__title {
            font-size: 16px;
            line-height: 140%; } }
      .level-test__body .test-intro .intro-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto auto 0;
        border-radius: 16px;
        overflow: hidden;
        background-color: rgba(115, 114, 114, 0.74);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px); }
        @media screen and (max-width: 767px) {
          .level-test__body .test-intro .intro-toggle {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 16px;
            margin: 0 0 40px;
            border-radius: 0;
            background-color: transparent;
            -webkit-backdrop-filter: none;
            backdrop-filter: none; } }
        .level-test__body .test-intro .intro-toggle__item {
          position: relative;
          padding: 16px 24px;
          font-size: 16px;
          line-height: 132%;
          color: #FFFFFF;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .intro-toggle__item {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 40%;
              flex: 1 0 40%;
              padding: 12px;
              border-radius: 12px;
              background-color: rgba(115, 114, 114, 0.74);
              -webkit-backdrop-filter: blur(6px);
              backdrop-filter: blur(6px);
              font-size: 14px;
              line-height: 156%;
              overflow: hidden;
              text-align: center; }
              .level-test__body .test-intro .intro-toggle__item:last-child {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
          .level-test__body .test-intro .intro-toggle__item::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(131deg, #84C24C 0%, #6BAA32 100%);
            opacity: 0;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
            z-index: -1; }
          .level-test__body .test-intro .intro-toggle__item.is-active::before, .level-test__body .test-intro .intro-toggle__item:hover::before {
            opacity: 1; }
      .level-test__body .test-intro .test-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% + 10px);
        margin: 0 -5px; }
        @media screen and (max-width: 767px) {
          .level-test__body .test-intro .test-nav {
            width: 100%;
            margin: 0; } }
        .level-test__body .test-intro .test-nav__btn {
          -ms-flex-item-align: end;
          align-self: flex-end; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-nav__btn {
              width: 100%; } }
        .level-test__body .test-intro .test-nav img {
          width: 105px; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-nav img {
              display: none; } }
      .level-test__body .test-intro .test-form {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .level-test__body .test-intro .test-form {
            margin-top: -16px; } }
        .level-test__body .test-intro .test-form .formarea__input input {
          border-color: #D6DADE; }
        .level-test__body .test-intro .test-form .formarea__select .select__selected {
          border-color: #D6DADE; }
        .level-test__body .test-intro .test-form .formarea__helptext {
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transform: translateY(calc(4px + 100%));
          transform: translateY(calc(4px + 100%)); }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-form .formarea__helptext {
              position: relative;
              left: initial;
              bottom: initial;
              -webkit-transform: none;
              transform: none; } }
        .level-test__body .test-intro .test-form .formarea__submit {
          margin-top: 0; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-form .formarea__submit {
              width: 100%; } }
        .level-test__body .test-intro .test-form .formarea__note {
          max-width: 360px;
          margin-top: 0;
          color: #05203E; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-form .formarea__note {
              max-width: 100%; } }
        .level-test__body .test-intro .test-form__row {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 25px;
          margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-form__row {
              grid-template-columns: 1fr;
              gap: 0;
              margin-bottom: 0; } }
        .level-test__body .test-intro .test-form__footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 24px;
          padding-top: 16px; }
          @media screen and (max-width: 767px) {
            .level-test__body .test-intro .test-form__footer {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              gap: 16px;
              padding-top: 8px; } }
    .level-test__body .test__steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 32px; }
      @media screen and (max-width: 767px) {
        .level-test__body .test__steps {
          padding: 24px; } }
    .level-test__body .test__subtitle {
      font-weight: 400;
      font-size: 20px;
      line-height: 134%;
      color: #05203E; }
      @media screen and (max-width: 767px) {
        .level-test__body .test__subtitle {
          padding-right: 60px;
          font-size: 16px;
          line-height: 140%; } }
    .level-test__body .test .test-progress {
      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; }
      @media screen and (max-width: 767px) {
        .level-test__body .test .test-progress {
          padding-top: 12px; } }
      .level-test__body .test .test-progress__counter {
        margin: 0 0 8px auto;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.024px;
        color: #FAC017; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-progress__counter {
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            font-size: 16px;
            line-height: 140%;
            text-align: right; } }
      .level-test__body .test .test-progress__track {
        position: relative;
        height: 20px;
        width: 100%;
        border-radius: 10px;
        background-color: #F9F5E7;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-progress__track {
            height: 12px; } }
        .level-test__body .test .test-progress__track span {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          background-color: #FAC017;
          -webkit-transition: width 0.3s;
          transition: width 0.3s; }
    .level-test__body .test .test-step {
      width: 600px;
      max-width: 100%;
      margin-top: 32px; }
      @media screen and (max-width: 767px) {
        .level-test__body .test .test-step {
          margin-top: 24px; } }
      .level-test__body .test .test-step__question {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 24px;
        line-height: 144%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-step__question {
            margin-bottom: 16px;
            font-size: 16px; } }
      .level-test__body .test .test-step__answer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-step__answer {
            grid-template-columns: 1fr;
            gap: 12px; } }
      .level-test__body .test .test-step__radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 8px;
        margin-right: auto;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-step__radio {
            gap: 4px; } }
        .level-test__body .test .test-step__radio input {
          position: absolute;
          width: 0;
          height: 0;
          padding: 0;
          margin: 0;
          opacity: 0;
          pointer-events: none; }
        .level-test__body .test .test-step__radio input:checked ~ * {
          color: #FAC017; }
        .level-test__body .test .test-step__radio span {
          font-weight: 600;
          font-size: 24px;
          line-height: 144%;
          color: #05203E;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
          @media screen and (max-width: 767px) {
            .level-test__body .test .test-step__radio span {
              font-weight: 400;
              font-size: 16px; } }
        .level-test__body .test .test-step__radio p {
          font-weight: 400;
          font-size: 24px;
          line-height: 144%;
          color: #05203E;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
          @media screen and (max-width: 767px) {
            .level-test__body .test .test-step__radio p {
              font-size: 16px; } }
      .level-test__body .test .test-step__btn {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-step__btn {
            width: 100%;
            margin-top: 32px; } }
        .level-test__body .test .test-step__btn.disabled {
          background: #D6DADE; }
    .level-test__body .test .test-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 32px;
      background-image: url(../img/form-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 32px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .level-test__body .test .test-result {
          padding: 24px; } }
      .level-test__body .test .test-result__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__body {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .level-test__body .test .test-result__body > img {
          width: 40%;
          margin-top: auto;
          padding-top: 40px;
          margin-bottom: -5px;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            .level-test__body .test .test-result__body > img {
              width: auto;
              height: 104px;
              margin: 0 0 0 auto;
              padding-top: 8px; } }
      .level-test__body .test .test-result__info {
        width: calc(60% - 10px);
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__info {
            width: 100%; } }
      .level-test__body .test .test-result__title {
        font-weight: 600;
        font-size: 40px;
        line-height: 108%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__title {
            font-size: 28px;
            line-height: 122%; } }
      .level-test__body .test .test-result__text {
        margin-top: 32px;
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__text {
            margin-top: 16px;
            font-size: 16px;
            line-height: 140%; } }
      .level-test__body .test .test-result__level {
        margin: 30px 0;
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: #05203E; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__level {
            margin: 16px 0 0;
            font-size: 16px;
            line-height: 144%; } }
        .level-test__body .test .test-result__level-value {
          margin-top: 8px;
          font-weight: 600;
          font-size: 40px;
          line-height: 108%;
          color: #D58CF7; }
          @media screen and (max-width: 767px) {
            .level-test__body .test .test-result__level-value {
              margin-top: 4px;
              font-weight: 400;
              font-size: 28px;
              line-height: 122%; } }
      .level-test__body .test .test-result__nav {
        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; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__nav {
            margin-top: 32px;
            gap: 16px; } }
      @media screen and (max-width: 767px) {
        .level-test__body .test .test-result__btn {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      .level-test__body .test .test-result__repeat {
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: rgba(5, 32, 62, 0.88);
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .level-test__body .test .test-result__repeat {
            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;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 12px;
            border: 1px solid #7BB745;
            background-color: #FFFFFF;
            overflow: hidden;
            font-size: 0; } }
        .level-test__body .test .test-result__repeat:hover {
          color: rgba(5, 32, 62, 0.5); }
        .level-test__body .test .test-result__repeat img {
          display: none;
          width: 17px; }
          @media screen and (max-width: 767px) {
            .level-test__body .test .test-result__repeat img {
              display: block; } }
    .level-test__body .form-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      padding: 32px;
      background-image: url(../img/form-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 32px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .level-test__body .form-result {
          padding: 24px 24px 32px; } }
      .level-test__body .form-result__title {
        font-weight: 900;
        font-size: 28px;
        line-height: 118%;
        color: #7BB745;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .level-test__body .form-result__title.is-error {
          color: #ED0A34; }
      .level-test__body .form-result__response {
        width: 550px;
        max-width: 100%;
        margin-top: 24px;
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: #05203E;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        @media screen and (max-width: 767px) {
          .level-test__body .form-result__response {
            font-size: 18px; } }
        .level-test__body .form-result__response.is-error {
          color: #ED0A34; }
      .level-test__body .form-result__nav {
        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-top: 20px;
        margin-top: auto; }
        @media screen and (max-width: 767px) {
          .level-test__body .form-result__nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 20px;
            gap: 8px; } }
      @media screen and (max-width: 767px) {
        .level-test__body .form-result__btn {
          width: 100%; } }
      .level-test__body .form-result__test {
        font-weight: 400;
        font-size: 20px;
        line-height: 134%;
        color: rgba(5, 32, 62, 0.88);
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .level-test__body .form-result__test {
            width: 100%;
            border: 1px solid rgba(5, 32, 62, 0.88);
            padding: 13px 23px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #05203E;
            text-align: center;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1; } }
        .level-test__body .form-result__test:hover {
          color: rgba(5, 32, 62, 0.5); }
  .level-test .test-helper {
    width: calc(43.3% - 22px);
    border: 1px solid #D6DADE;
    border-radius: 32px; }
    @media screen and (max-width: 1023px) {
      .level-test .test-helper {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .level-test .test-helper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        background-color: #FFFFFF;
        overflow: hidden; } }
    .level-test .test-helper.show-rules {
      margin-bottom: auto; }
      @media screen and (max-width: 767px) {
        .level-test .test-helper.show-rules {
          opacity: 1;
          pointer-events: initial; } }
      .level-test .test-helper.show-rules .hint-list {
        display: none; }
      .level-test .test-helper.show-rules .rules-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .level-test .test-helper .hint-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 22px;
      padding: 32px 40px 40px; }
      @media screen and (max-width: 767px) {
        .level-test .test-helper .hint-list {
          display: none; } }
      .level-test .test-helper .hint-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        margin-right: auto; }
        .level-test .test-helper .hint-list__item > p {
          font-weight: 400;
          font-size: 20px;
          line-height: 120%;
          color: #05203E; }
      .level-test .test-helper .hint-list__icon {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .level-test .test-helper .hint-list__icon > img {
          width: 20px;
          cursor: pointer; }
        .level-test .test-helper .hint-list__icon:hover .hint {
          opacity: 1; }
        .level-test .test-helper .hint-list__icon .hint {
          position: absolute;
          top: -4px;
          right: 50%;
          -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
          width: 272px;
          padding: 16px 24px 16px 20px;
          border-left-width: 4px;
          border-radius: 16px;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          z-index: 10; }
          @media screen and (max-width: 1239px) {
            .level-test .test-helper .hint-list__icon .hint {
              right: 0;
              -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
          .level-test .test-helper .hint-list__icon .hint__title {
            margin-bottom: 8px;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: -0.018px; }
          .level-test .test-helper .hint-list__icon .hint__content {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.014px; }
    .level-test .test-helper .rules-list {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 32px; }
      @media screen and (max-width: 767px) {
        .level-test .test-helper .rules-list {
          height: 100%;
          padding: 24px; } }
      .level-test .test-helper .rules-list__icon {
        display: none;
        width: 41px;
        margin-bottom: 24px; }
        @media screen and (max-width: 767px) {
          .level-test .test-helper .rules-list__icon {
            display: block; } }
      .level-test .test-helper .rules-list ul {
        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;
        padding: 0;
        list-style: none; }
        @media screen and (max-width: 767px) {
          .level-test .test-helper .rules-list ul {
            gap: 12px;
            margin-bottom: 20px; } }
        .level-test .test-helper .rules-list ul li {
          position: relative;
          padding-left: 18px;
          font-weight: 400;
          font-size: 20px;
          line-height: 134%;
          color: rgba(5, 32, 62, 0.88); }
          @media screen and (max-width: 767px) {
            .level-test .test-helper .rules-list ul li {
              padding-left: 14px;
              font-size: 16px;
              line-height: 140%;
              color: #05203E; } }
          .level-test .test-helper .rules-list ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #7BB745; }
            @media screen and (max-width: 767px) {
              .level-test .test-helper .rules-list ul li::before {
                top: 8px; } }
      .level-test .test-helper .rules-list__btn {
        display: none; }
        @media screen and (max-width: 767px) {
          .level-test .test-helper .rules-list__btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-top: auto; } }

.page-corporate .course-block .calculator {
  gap: 0; }
  .page-corporate .course-block .calculator__step:first-child .calculator__question {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .page-corporate .course-block .calculator__step:first-child .calculator__question {
        margin-bottom: 24px; } }
/*# sourceMappingURL=style.min.css.map */

.faq-block {
  padding: 100px 0 100px;
}

@media (max-width: 767px) {
  .faq-block {
    padding: 20px 0 20px;
  }
}

.faq-block__container {
  width: 100%;
}

@media (max-width: 767px) {
  .faq-block__container {
    padding: 0;
  }
}

.faq-block__wrapper {
  padding: 50px 30px;
  border-radius: 40px;
  background-image: linear-gradient(135deg, #C2D5E4 0%, #FFF 100%);
}

@media (max-width: 767px) {
  .faq-block__wrapper {
    border-radius: 0;
    padding: 32px 16px;
    background: linear-gradient(138deg, #C6D8E6 0%, #C9DAE8 54.01%, #EEF3F8 100%);
  }
}

.faq-block__inner {
  max-width: 814px;
  margin: 0 auto;
}

.faq-block__title {
  text-align: center;
}

.faq-block__subtitle {
  text-align: center;
}

.faq-block__items {
  margin-bottom: 20px;
}

.faq-block__item {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px 62px 32px 32px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .faq-block__item {
    padding: 12px 40px 12px 16px;
    border-radius: 16px;
  }
}

.faq-block__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .faq-block__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

.faq-block__item--hidden {
  display: none;
}

.faq-block__item-title {
  font-size: 22px;
  line-height: 115%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .faq-block__item-title {
    font-size: 16px;
  }
}

.faq-block__item-text {
  display: none;
  line-height: 144%;
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .faq-block__item-text {
    font-size: 14px;
    padding-top: 16px;
  }
}

.faq-block__item-text p:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .faq-block__item-text p:not(:last-child) {
    margin-bottom: 16px;
  }
}

.faq-block__icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/faq-icon.svg");
  right: 32px;
  top: 32px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 767px) {
  .faq-block__icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 12px;
    right: 16px;
  }
}

.faq-block__icon--active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.faq-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-block__btn {
  max-width: 235px;
  background-image: none;
  background-color: transparent;
  color: #05203E;
  font-size: 20px;
  font-weight: 500;
  line-height: 134%;
  border: 1px solid rgba(5, 32, 62, 0.88);
}

@media (max-width: 767px) {
  .faq-block__btn {
    font-size: 14px;
    border: none;
    color: #0296E5;
    padding: 0;
  }
}

.faq-block__btn--close {
  display: none;
}

.subtitle-block {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 134%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .subtitle-block {
    font-size: 16px;
    line-height: 122%;
    margin-bottom: 24px;
  }
}

.price {
  padding: 100px 0 100px;
}

@media (max-width: 991px) {
  .price {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .price {
    padding: 20px 0 20px;
  }
}

@media (max-width: 991px) {
  .price__container {
    padding: 0;
  }
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .price__items {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .price__items {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .price__items--main {
    display: none;
  }
}

.price__slider-small {
  display: none;
  overflow: visible;
  padding: 0 40px 0 30px;
}

@media (max-width: 991px) {
  .price__slider-small {
    display: block;
  }
}

.price__item {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 32px;
  border: 1px solid #D6DADE;
  max-width: 387px;
  height: auto;
  position: relative;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
}

@media (max-width: 991px) {
  .price__item {
    max-width: 100%;
    min-height: 498px;
  }
}

@media (max-width: 767px) {
  .price__item {
    padding: 24px;
    min-height: 450px;
    /* max-height: 450px; */
  }
}

.price__item::before {
  content: '';
  position: absolute;
  max-width: 363px;
  width: 100%;
  max-height: 252px;
  height: 100%;
  background-image: url("../img/price.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 30px;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .price__item::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .price__item::before {
    max-width: 279px;
    max-height: 195px;
    right: -2px;
  }
}

.price__item:hover {
  border-color: #ffffff;
  -webkit-transition-delay: .03s;
          transition-delay: .03s;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
}

.price__item:hover .price__hover {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.price__item:hover .price__list-item::before {
  background-color: #05203E;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.price__item:hover .price__btn::before {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.price__item:hover::before {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .price__item:first-child {
    background-color: #7CCAA3;
  }
}

.price__item:first-child:hover {
  background-color: #7CCAA3;
}

@media (max-width: 991px) {
  .price__item:nth-child(2) {
    background-color: #C39FF5;
  }
}

.price__item:nth-child(2):hover {
  background-color: #C39FF5;
}

@media (max-width: 991px) {
  .price__item:nth-child(3) {
    background-color: #FF90BB;
  }
}

.price__item:nth-child(3):hover {
  background-color: #FF90BB;
}

.price__item-best {
  position: absolute;
  max-width: 123px;
  width: 100%;
  max-height: 111px;
  height: 100%;
  background-image: url("../img/best.webp");
  right: 10%;
  top: -2.5%;
}

@media (max-width: 767px) {
  .price__item-best {
    max-width: 75px;
    max-height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.6%;
  }
}

.price__item-inner {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .price__item-inner {
    margin-bottom: 0;
  }
}

.price__item-title {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 118%;
  margin-bottom: 16px;
  z-index: 3;
}

@media (max-width: 1200px) {
  .price__item-title {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .price__item-title {
    font-size: 26px;
    line-height: 118%;
    margin-bottom: 12px;
  }
}

.price__item-subtitle {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 128%;
  margin-bottom: 28px;
  z-index: 3;
}

@media (max-width: 767px) {
  .price__item-subtitle {
    font-size: 16px;
    line-height: 128%;
    opacity: 0.8799999952316284;
  }
}

.price__price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px;
  z-index: 3;
}

@media (max-width: 767px) {
  .price__price-box {
    gap: 3px;
  }
}

.price__price {
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  background-color: #05203E;
  background-image: linear-gradient(131deg, #84C24C 0%, #6BAA32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-image .3s;
  transition: background-image .3s;
  position: relative;
}

@media (max-width: 1300px) {
  .price__price {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .price__price {
    font-size: 3vw;
  }
}

@media (max-width: 991px) {
  .price__price {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .price__price {
    display: none;
  }
}

.price__hover {
  position: absolute;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  color: #05203E;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 1300px) {
  .price__hover {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .price__hover {
    font-size: 3vw;
  }
}

@media (max-width: 991px) {
  .price__hover {
    font-size: 48px;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .price__hover {
    position: relative;
    font-size: 38px;
    line-height: 108%;
  }
}

@media (max-width: 350px) {
  .price__hover {
    font-size: 33px;
  }
}

.price__rub {
  font-family: 'Arial';
  font-weight: 600;
  font-size: 45px;
}

@media (max-width: 1300px) {
  .price__rub {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {
  .price__rub {
    font-size: 29px;
  }
}

@media (max-width: 350px) {
  .price__rub {
    font-size: 25px;
  }
}

.price__text {
  line-height: 24px;
  letter-spacing: -0.018px;
}

@media (max-width: 1200px) {
  .price__text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .price__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.014px;
    opacity: 1;
  }
}

@media (max-width: 350px) {
  .price__text {
    font-size: 12px;;
  }
}

.price__list-item {
  line-height: 136%;
  padding-left: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .price__list-item {
    font-size: 16px;
    line-height: 136%;
  }
}

.price__list-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #7BB745;
  border-radius: 50%;
  left: 0;
  top: 7px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 991px) {
  .price__list-item::before {
    background-color: #05203E;
  }
}

.price__list-item:not(:last-child) {
  margin-bottom: 14px;
}

.price__btn {
  font-size: 16px;
  max-width: 100%;
  padding: 12px 5px;
  border-radius: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.price__btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05203E;
  border-radius: 12px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 991px) {
  .price__btn::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .price__btn {
    margin-top: 30px;
  }
}

.mobile {
  padding: 50px 0 50px;
}

@media (max-width: 767px) {
  .mobile {
    padding: 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .mobile__container {
    padding: 0;
  }
}

.mobile__items {
  padding: 70px 50px 50px 50px;
  border-radius: 40px;
  background-image: linear-gradient(135deg, #C2D5E4 0%, #FFF 100%);
}

@media (max-width: 767px) {
  .mobile__items {
    padding: 0;
    background-image: none;
  }
}

.mobile__top {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mobile__top {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 767px) {
  .mobile__top--main {
    display: none;
  }
}

.mobile__top--small {
  display: none;
  padding: 24px 10px;
  min-height: 390px;
  background-image: linear-gradient(135deg, #C2D5E4 0%, #FFF 100%);
  border-radius: 32px;
  position: relative;
}

.mobile__top--small::before {
  content: '';
  position: absolute;
  max-width: 231px;
  width: 100%;
  max-height: 205px;
  height: 100%;
  background-image: url("../img/mobile-small.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .mobile__top--small {
    display: block;
  }
}

.mobile__title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mobile__title {
    text-align: start;
    margin-bottom: 16px;
    max-width: 400px;
  }
}

.mobile__subtitle {
  font-size: 16px;
}

@media (max-width: 767px) {
  .mobile__box {
    display: none;
  }
}

.mobile__img {
  width: 100%;
  max-height: 720px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile__test {
  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: 100%;
  padding: 0 30px;
  min-height: 330px;
  background-image: url("../img/test.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .mobile__test {
    border-radius: 0;
    background-image: url("../img/test-small.webp");
    background-size: cover;
    min-height: 298px;
  }
}

.mobile__test-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 100%;
}

@media (max-width: 767px) {
  .mobile__test-title {
    font-size: 26px;
    line-height: 118%;
    margin-bottom: 20px;
  }
}

.mobile__test-text {
  font-size: 20px;
  line-height: 130%;
  max-width: 520px;
  text-align: center;
  opacity: 0.8799999952316284;
  margin: 0 auto 40px auto;
}

@media (max-width: 767px) {
  .mobile__test-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.014px;
    opacity: 1;
    margin: 0 auto 32px auto;
  }
}

.mobile__test-box {
  text-align: center;
}

.mobile__test-btn {
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  max-width: 352px;
  width: 100%;
  padding: 22px 5px;
}

@media (max-width: 767px) {
  .mobile__test-btn {
    max-width: 288px;
    font-size: 16px;
    border-radius: 12px;
    padding: 12px 5px;
  }
}

.test {
  margin-top: 72px;
  padding: 50px 0 70px;
}

@media (max-width: 991px) {
  .test {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .test {
    margin-top: 49px;
    padding: 24px 0 20px;
  }
}

.test__title {
  margin-bottom: 50px;
  font-size: 48px;
}

@media (max-width: 767px) {
  .test__title {
    margin-bottom: 24px;
  }
}

.test__start {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}

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

.test__start-left, .test__start-right {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid #D6DADE;
}

@media (max-width: 767px) {
  .test__start-left, .test__start-right {
    padding: 24px;
  }
}

.test__start-left {
  width: 100%;
  position: relative;
}

.test__start-left::before {
  content: '';
  position: absolute;
  max-width: 105px;
  width: 100%;
  max-height: 123px;
  height: 100%;
  background-image: url("../img/icons/test-start.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 32px;
  bottom: 32px;
}

@media (max-width: 575px) {
  .test__start-left::before {
    display: none;
  }
}

.test__start-text {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 102px;
}

@media (max-width: 767px) {
  .test__start-text {
    font-size: 16px;
    margin-bottom: 90px;
  }
}

.test__start-btn {
  max-width: 180px;
  width: 100%;
  padding: 25.5px 5px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border: none;
}

@media (max-width: 767px) {
  .test__start-btn {
    padding: 12px 5px;
    font-size: 16px;
    border-radius: 12px;
  }
}

@media (max-width: 575px) {
  .test__start-btn {
    max-width: 100%;
  }
}

.test__start-right {
  max-width: 513px;
  width: 100%;
}

@media (max-width: 991px) {
  .test__start-right {
    display: none;
  }
}

.test__start-right--result-vis {
  display: none;
  max-height: 325px;
}

@media (max-width: 991px) {
  .test__start-right--result-vis {
    display: none !important;
  }
}

.test__start-right--result {
  display: block;
}

.test__start-items {
  list-style: none;
}

.test__start-item {
  font-size: 20px;
  line-height: 120%;
  position: relative;
  cursor: pointer;
}

.test__start-item:not(:last-child) {
  margin-bottom: 22px;
}

.test__start-inner {
  display: inline-block;
  position: relative;
  padding-right: 28px;
}

.test__start-inner::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/test-faq.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.test__start-inner:hover .test__faq {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.test__faq {
  position: absolute;
  padding: 16px 24px;
  background-color: #E2FDCA;
  border-left: 4px solid #7BB745;
  min-width: 272px;
  border-radius: 16px;
  bottom: 120%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.test__faq-title {
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.018px;
  margin-bottom: 8px;
}

.test__faq-text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.014px;
}

.test__wrapper {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

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

.test__wrapper--color .test__inner {
  position: relative;
}

.test__wrapper--color .test__inner::before {
  content: '';
  position: absolute;
  width: 103%;
  height: 100%;
  background-image: url("../img/text-result.webp");
  background-size: cover;
  left: -13px;
  top: 0;
}

.test__inner {
  max-width: 705px;
  width: 100%;
  border-radius: 32px;
  border: 1px solid #D6DADE;
  padding: 32px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .test__inner {
    padding: 24px;
  }
}

.test__items-all {
  padding-left: 0;
}

.test__item-all {
  display: none;
}

.test__item-all--active {
  display: block;
}

.test__left {
  margin-bottom: 40px;
}

.test__top-title {
  font-size: 20px;
  line-height: 134%;
}

@media (max-width: 767px) {
  .test__top-title {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.test__num {
  font-size: 24px;
  color: #FAC017;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  letter-spacing: -0.024px;
  text-align: end;
}

.test__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 144%;
}

@media (max-width: 767px) {
  .test__text {
    font-size: 18px;
  }
}

.test__line {
  width: 100%;
  background-color: #F9F5E7;
  min-height: 20px;
  border-radius: 32px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.test__line-progress {
  display: block;
  position: absolute;
  min-height: 20px;
  width: 20px;
  background-color: #FAC017;
  top: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.test__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  margin-bottom: 42px;
  padding-left: 0;
}

.test__item {
  font-size: 24px;
  line-height: 144%;
  position: relative;
}

@media (max-width: 767px) {
  .test__item {
    line-height: 100%;
  }
}

.test__radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.test__radio-text {
  position: relative;
  font-weight: 700;
  z-index: 2;
}

@media (max-width: 767px) {
  .test__radio-text {
    font-size: 16px;
  }
}

.test__radio-text--error {
  color: red;
}

.test__radio {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.test__radio:checked ~ .test__radio-text {
  color: #FAC017;
}

.test__radio-visible {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.test__btn-box {
  position: relative;
  margin-top: 16px;
}

.test__btn-box--hidden {
  display: none;
}

.test__btn {
  max-width: 259px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 25.5px 5px;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .test__btn {
    font-size: 16px;
    padding: 12px 5px;
    border-radius: 12px;
  }
}

.test__btn--hidden {
  display: none;
}

.test__btn--last {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.test__btn--last::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D6DADE;
  border-radius: 20px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.test__btn--click {
  pointer-events: auto;
}

.test__btn--click::before {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.test__item-result--hidden {
  display: none;
}

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

.test__result-left {
  position: relative;
  padding-bottom: 42px;
}

.test__result-thanks {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .test__result-thanks {
    font-size: 28px;
    line-height: 122%;
    margin-bottom: 16px;
  }
}

.test__result-text {
  font-size: 20px;
  line-height: 134%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .test__result-text {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}

.test__result-yourlevel {
  display: block;
  font-size: 20px;
  line-height: 134%;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .test__result-yourlevel {
    font-size: 16px;
    line-height: 144%;
    margin-bottom: 4px;
  }
}

.test__result-level {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  color: #D58CF7;
}

@media (max-width: 767px) {
  .test__result-level {
    font-size: 28px;
    line-height: 122%;
  }
}

.test__result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .test__result-box {
    margin-top: 16px;
  }
}

.test__result-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 256px;
  width: 100%;
}

@media (max-width: 767px) {
  .test__result-right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 16%;
  }
}

@media (max-width: 575px) {
  .test__result-right {
    max-width: 108px;
    bottom: 34%;
    right: 20px;
  }
}

.test__result-img {
  width: 100%;
  max-height: 246px;
}

@media (max-width: 575px) {
  .test__result-img {
    max-width: 108px;
    max-height: 104px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.test__result-box {
  position: relative;
}

.test__result-btn {
  max-width: 229px;
  width: 100%;
  font-weight: 500;
  padding: 25.5px 5px;
  font-size: 20px;
  line-height: 134%;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .test__result-btn {
    font-size: 16px;
    padding: 12px 5px;
    border-radius: 12px;
  }
}

.test__result-btn--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.test__result-repeat {
  font-size: 20px;
  line-height: 134%;
  border-radius: 18px;
  padding: 0 10px;
  background-color: transparent;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

.test__result-repeat:hover {
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 767px) {
  .test__result-repeat--main {
    display: none;
  }
}

.test__result-repeat--small {
  display: none;
  min-width: 49px;
  height: 49px;
  background-image: url("../img/icons/reload-test.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #7BB745;
  border-radius: 12px;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .test__result-repeat--small {
    display: block;
  }
}

.test__test-right {
  display: none;
  padding: 32px;
  border: 1px solid #D6DADE;
  border-radius: 32px;
  max-height: 205px;
}

@media (max-width: 1200px) {
  .test__test-right {
    max-height: 230px;
  }
}

@media (max-width: 991px) {
  .test__test-right {
    display: none !important;
  }
}

.test__test-right--visible {
  display: block;
}

.test__test-item {
  font-size: 20px;
  line-height: 134%;
  padding-left: 14px;
  color: rgba(5, 32, 62, 0.88);
  position: relative;
}

.test__test-item::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #7BB745;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.test__test-item:not(:last-child) {
  margin-bottom: 16px;
}

.policy {
  padding-bottom: 120px;
  padding-top: 50px;
  margin-top: 72px;
}

@media (max-width: 991px) {
  .policy {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .policy {
    margin-top: 49px;
    padding-bottom: 67px;
  }
}

.policy__top {
  max-width: 1440px;
  padding: 100px 32px;
  margin: 0 auto;
  border-radius: 40px;
  background-image: linear-gradient(135deg, #C2D5E4 0%, #FFF 100%);
}

@media (max-width: 767px) {
  .policy__top {
    padding: 32px 0 32px;
  }
}

.policy__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto 28px auto;
}

@media (max-width: 1200px) {
  .policy__title {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .policy__title {
    font-size: 24px;
    max-width: 343px;
    margin-bottom: 16px;
  }
}

.policy__subtitle {
  display: block;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
  color: rgba(28, 28, 28, 0.4);
}

@media (max-width: 1200px) {
  .policy__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .policy__subtitle {
    font-size: 16px;
    color: #1c1c1c;
    max-width: 343px;
  }
}

.policy__items {
  max-width: 1472px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  list-style: none;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .policy__items {
    padding-top: 31px;
  }
}

.policy__item-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__item-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .policy__item-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
  }
}

.policy__text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .policy__text {
    margin-bottom: 16px;
  }
}

.policy__list {
  list-style: none;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__list {
    margin-bottom: 16px;
  }
}

.policy__items-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .policy__items-item {
    font-size: 16px;
  }
}

.policy__items-item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__items-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.policy__item-link {
  color: #6D2EF4;
  text-decoration: underline;
}

.policy__list-items {
  margin-bottom: 24px;
}

.policy__list-text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .policy__list-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .policy__list-text {
    margin-bottom: 16px;
  }
}

.policy__items-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1200px) {
  .policy__items-subtitle {
    font-size: 16px;
  }
}

.policy__items-subtitle:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .policy__items-subtitle:not(:last-child) {
    margin-bottom: 16px;
  }
}

.form {
  position: relative;
}

.form--test {
  position: relative;
}

.form--error {
  border-color: red !important;
}

.form__good--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.form--test {
  position: relative;
}

.form__good--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.form__test-box {
  max-width: 360px;
}

@media (max-width: 767px) {
  .form__test-box {
    max-width: 100%;
    margin-right: 240px;
  }
}

@media (max-width: 575px) {
  .form__test-box {
    margin-right: 110px;
  }
}

.form__test-box--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.form__label {
  display: block;
  margin-bottom: 16px;
}

.form__input {
  font-family: 'Museo Sans Cyrl';
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 132%;
  outline: none;
  border-radius: 12px;
  list-style: none;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .form__input {
    min-height: 40px;
    font-size: 14px;
  }
}

.form__input::-webkit-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form__input::-moz-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form__input:-ms-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form__input::-ms-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form__input::placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

@media (max-width: 767px) {
  .form__input::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form__input::-moz-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form__input:-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form__input::-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form__input::placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
}

.form__input--test {
  border: 1px solid #D6DADE;
}

.form__input--error {
  border-color: red !important;
}

.form__btn {
  max-width: 100%;
  border-radius: 20px;
  font-size: 20px;
  padding: 25.5px 5px;
  margin: 8px 0 11px 0;
}

@media (max-width: 991px) {
  .form__btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .form__btn {
    padding: 12px 0;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.form__thanks {
  display: block;
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  line-height: 118%;
  color: #7BB745;
  min-width: 480px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .form__thanks {
    min-width: 100px;
    font-size: 18px;
    max-width: 300px;
  }
}

.form__thanks--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3, visibility .3s;
  transition: opacity .3, visibility .3s;
}

.form__thanks--test {
  top: 32px;
}

.form__btn-thanks {
  position: absolute;
  color: #05203E;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(5, 32, 62, 0.88);
  background-image: none;
  background-color: transparent;
  padding: 24.5px 5px;
  bottom: 8px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .form__btn-thanks {
    padding: 12px 5px;
    font-size: 16px;
    border-radius: 12px;
  }
}

.form__btn-thanks--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3, visibility .3s;
  transition: opacity .3, visibility .3s;
}

.sign-up {
  padding: 50px 0 50px;
}

@media (max-width: 767px) {
  .sign-up {
    padding: 20px 0 20px;
  }
}

.sign-up--thanks {
  margin-top: 72px;
}

.sign-up--thanks {
  margin-top: 72px;
}

.sign-up__wrapper {
  padding: 48px 0 0 40px;
  background-image: url("../img/form-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 32px;
}

@media (max-width: 767px) {
  .sign-up__wrapper {
    padding: 20px 16px 0 20px;
  }
}

.sign-up__title {
  font-size: 70px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: start;
}

@media (max-width: 767px) {
  .sign-up__title {
    font-size: 24px;
    line-height: 118%;
    margin-bottom: 12px;
  }
}

.sign-up__subtitle {
  margin-bottom: 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  .sign-up__subtitle {
    display: block;
    font-size: 16px;
    line-height: 122%;
    margin-bottom: 24px;
  }
}

.sign-up__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: -75px;
}

@media (max-width: 767px) {
  .sign-up__inner {
    display: block;
    margin-top: 0;
  }
}

.sign-up__form {
  max-width: 352px;
  margin-top: 107px;
}

@media (max-width: 1200px) {
  .sign-up__form {
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .sign-up__form {
    margin-top: 0;
    max-width: 100%;
  }
}

.sign-up__img {
  max-width: 760px;
}

.sign-up__policy {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.014px;
}

.sign-up__policy--link {
  text-decoration: underline;
  color: rgba(5, 32, 62, 0.88);
}

@media (max-width: 1200px) {
  .sign-up__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .sign-up__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -16px;
  }
}

@media (max-width: 1200px) {
  .sign-up__img {
    max-width: 55vw;
  }
}

@media (max-width: 767px) {
  .sign-up__img {
    max-width: 288px;
    width: 100%;
  }
}

.form-main {
  position: relative;
}

.form-main--error {
  border-color: red !important;
}

.form-main--test {
  position: relative;
}

.form-main__good--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.form-main__test-box {
  max-width: 360px;
}

@media (max-width: 767px) {
  .form-main__test-box {
    max-width: 100%;
    margin-right: 240px;
  }
}

@media (max-width: 575px) {
  .form-main__test-box {
    margin-right: 110px;
  }
}

.form-main__test-box--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.form-main__label {
  display: block;
  margin-bottom: 16px;
}

.form-main__input {
  font-family: 'Museo Sans Cyrl';
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 132%;
  outline: none;
  border-radius: 12px;
  list-style: none;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .form-main__input {
    min-height: 40px;
    font-size: 14px;
  }
}

.form-main__input::-webkit-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form-main__input::-moz-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form-main__input:-ms-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form-main__input::-ms-input-placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

.form-main__input::placeholder {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 132%;
}

@media (max-width: 767px) {
  .form-main__input::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form-main__input::-moz-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form-main__input:-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form-main__input::-ms-input-placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
  .form-main__input::placeholder {
    font-size: 14px;
    opacity: 0.5600000023841858;
  }
}

.form-main__input--test {
  border: 1px solid #D6DADE;
}

.form-main__input--error {
  border-color: red !important;
}

.form-main__btn {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  font-size: 20px;
  padding: 25.5px 5px;
  margin: 8px 0 11px 0;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 991px) {
  .form-main__btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .form-main__btn {
    padding: 12px 0;
    border-radius: 12px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.form-main__thanks {
  display: block;
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  line-height: 118%;
  color: #7BB745;
  min-width: 480px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .form-main__thanks {
    min-width: 100px;
    font-size: 18px;
    max-width: 300px;
  }
}

.form-main__thanks--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3, visibility .3s;
  transition: opacity .3, visibility .3s;
}

.form-main__thanks--test {
  top: 32px;
}

.form-main__btn-thanks {
  position: absolute;
  color: #05203E;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(5, 32, 62, 0.88);
  background-image: none;
  background-color: transparent;
  padding: 24.5px 5px;
  bottom: 8px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .form-main__btn-thanks {
    padding: 12px 5px;
    font-size: 16px;
    border-radius: 12px;
  }
}

.form-main__btn-thanks--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3, visibility .3s;
  transition: opacity .3, visibility .3s;
}

.people-slider {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .people-slider {
    padding: 20px 0;
  }
}

.people-slider__title {
  margin-bottom: 50px;
  text-align: start;
}

.people-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.people-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 280px;
  cursor: pointer;
  -webkit-transition: min-width 1s;
  transition: min-width 1s;
}

@media (max-width: 767px) {
  .people-slider__item {
    min-width: 120px;
    max-height: 177px;
  }
}

.people-slider__item--active, .people-slider__item--num {
  min-width: 750px;
  -webkit-transition: min-width 1s;
  transition: min-width 1s;
}

@media (max-width: 991px) {
  .people-slider__item--active, .people-slider__item--num {
    min-width: 625px;
  }
}

@media (max-width: 767px) {
  .people-slider__item--active, .people-slider__item--num {
    min-width: 265px;
  }
}

.people-slider__item--active .people-slider__img, .people-slider__item--num .people-slider__img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

.people-slider__item--active .people-slider__img-small, .people-slider__item--num .people-slider__img-small {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

.people-slider__item--active .people-slider__box, .people-slider__item--num .people-slider__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.people-slider__box {
  -webkit-transform: scale(0.5) translateX(-47%);
      -ms-transform: scale(0.5) translateX(-47%);
          transform: scale(0.5) translateX(-47%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

@media (max-width: 767px) {
  .people-slider__box {
    -webkit-transform: scale(0.5) translateX(-37%);
        -ms-transform: scale(0.5) translateX(-37%);
            transform: scale(0.5) translateX(-37%);
  }
}

.people-slider__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 702px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

@media (max-width: 991px) {
  .people-slider__img {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .people-slider__img {
    max-width: 265px;
  }
}

.people-slider__img-small {
  min-width: 702px;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

@media (max-width: 991px) {
  .people-slider__img-small {
    min-width: 540px;
  }
}

@media (max-width: 767px) {
  .people-slider__img-small {
    min-width: 265px;
    max-width: 265px;
  }
}