/* 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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@font-face {
  font-family: "Noteworthy";
  src: url("../fonts/Noteworthy/Noteworthy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
   font-display: swap;
}
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.3333333333%;
}
.row .col-2 {
  width: 16.6666666667%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.3333333333%;
}
.row .col-5 {
  width: 41.6666666667%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.3333333333%;
}
.row .col-8 {
  width: 66.6666666667%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.3333333333%;
}
.row .col-11 {
  width: 91.6666666667%;
}
.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.3333333333%;
  }
  .row .col-lg-2 {
    width: 16.6666666667%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-4 {
    width: 33.3333333333%;
  }
  .row .col-lg-5 {
    width: 41.6666666667%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-7 {
    width: 58.3333333333%;
  }
  .row .col-lg-8 {
    width: 66.6666666667%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-10 {
    width: 83.3333333333%;
  }
  .row .col-lg-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .row .col-md-2 {
    width: 16.6666666667%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-4 {
    width: 33.3333333333%;
  }
  .row .col-md-5 {
    width: 41.6666666667%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-7 {
    width: 58.3333333333%;
  }
  .row .col-md-8 {
    width: 66.6666666667%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-10 {
    width: 83.3333333333%;
  }
  .row .col-md-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .row .col-xs-2 {
    width: 16.6666666667%;
  }
  .row .col-xs-3 {
    width: 25%;
  }
  .row .col-xs-4 {
    width: 33.3333333333%;
  }
  .row .col-xs-5 {
    width: 41.6666666667%;
  }
  .row .col-xs-6 {
    width: 50%;
  }
  .row .col-xs-7 {
    width: 58.3333333333%;
  }
  .row .col-xs-8 {
    width: 66.6666666667%;
  }
  .row .col-xs-9 {
    width: 75%;
  }
  .row .col-xs-10 {
    width: 83.3333333333%;
  }
  .row .col-xs-11 {
    width: 91.6666666667%;
  }
  .row .col-xs-12 {
    width: 100%;
  }
}

.main {
  position: relative;
  margin-bottom: -30px;
  padding-bottom: 100px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.main::before, .main::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 100vw;
  z-index: -1;
}
.main::before {
  height: 88px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 39, 75, 0.24)), to(transparent));
  background: linear-gradient(to bottom, rgba(24, 39, 75, 0.24) 0%, transparent 100%);
}
.main::after {
  height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 39, 75, 0.12)), to(transparent));
  background: linear-gradient(to bottom, rgba(24, 39, 75, 0.12) 0%, transparent 100%);
}
.main__content, .main > .container__content {
  z-index: 5;
}

.header {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1340px;
  max-width: calc(100% - 40px);
  margin-top: 8px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: 0.3s;
  z-index: 60;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: calc(100% - 16px);
    margin-top: 0;
    border-radius: 24px;
  }
}
.header .header-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
}
@media screen and (max-width: 767px) {
  .header .header-bar {
    min-height: 48px;
  }
}
.header .header-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background-color: #f1f1f1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header .header-bar::after {
    display: none;
  }
}
.header .header-bar__logo {
  height: 47px;
  margin-right: 56px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .header .header-bar__logo {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-bar__logo {
    height: 33px;
    margin-right: 0;
  }
}
.header .header-bar .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 16px;
  margin-left: auto;
  z-index: 10;
}
.header .header-bar .header-nav__link {
  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;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__link {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
  }
}
.header .header-bar .header-nav__link:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
.header .header-bar .header-nav__link img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__link img {
    width: 18px;
  }
}
.header .header-bar .header-nav__link span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 1023px) {
  .header .header-bar .header-nav__link span {
    display: none;
  }
}
.header .header-bar .header-nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 19px;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__button {
    padding-left: 14px;
  }
}
.header .header-bar .header-nav__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #7bb745;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__button::before {
    width: 10px;
    height: 10px;
  }
}
.header .header-bar .header-nav__button span {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #1b2a40;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__button span {
    font-size: 16px;
    line-height: 20px;
  }
}
.header .header-bar .header-nav__burger {
  position: relative;
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  opacity: 1 !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .header-bar .header-nav__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-bar .header-nav__burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: #05203e;
  -webkit-transform-origin: center;
  transform-origin: center;
  -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;
}
.header .header-bar .header-nav__burger span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
  transform: translate(-50%, calc(-50% - 6px));
}
.header .header-bar .header-nav__burger span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
  transform: translate(-50%, calc(-50% + 6px));
}
.header-menu {
  position: sticky;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 1340px;
  max-width: calc(100% - 40px);
  margin-bottom: 8px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 60;
}
@media screen and (max-width: 767px) {
  .header-menu {
    position: fixed;
    top: 56px;
    height: calc(100vh - 56px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100vw;
    max-width: 100%;
    margin: 0;
    border: none;
    padding: 8px 20px 24px 16px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 50;
  }
  .header-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 28px));
    transform: translate(-50%, calc(-50% - 28px));
    width: 100vw;
    height: 100vh;
    background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.48) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
  }
}
.header-menu .container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 0;
  margin: 12px auto;
}
@media screen and (max-width: 767px) {
  .header-menu .container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden auto;
  }
}
.header-menu__logo {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 767px) {
  .header-menu__logo {
    display: none;
  }
}
.header-menu__logo img {
  width: 55px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-menu .menu {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 767px) {
  .header-menu .menu {
    width: 100%;
    margin-bottom: auto;
  }
}
.header-menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 36px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .header-menu .menu__list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.header-menu .menu__list .menu-item-has-children {
  position: relative;
}
.header-menu .menu__list .menu-item-has-children > a {
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list .menu-item-has-children > a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-menu .menu__list .menu-item-has-children > a img {
  width: 12px;
  -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) {
  .header-menu .menu__list .menu-item-has-children > a img {
    width: 16px;
  }
}
.header-menu .menu__list .menu-item-has-children.show-submenu > a img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.header-menu .menu__list .menu-item-has-children.show-submenu .sub-menu {
  opacity: 1;
  pointer-events: initial;
}
.header-menu .menu__list .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list .menu-item a {
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.header-menu .menu__list .menu-item .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 26px);
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 18px 88px -4px rgba(24, 39, 75, 0.24), 0px 8px 28px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 18px 88px -4px rgba(24, 39, 75, 0.24), 0px 8px 28px -6px rgba(24, 39, 75, 0.12);
  opacity: 0;
  pointer-events: none;
  list-style: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header-menu .menu__list .menu-item .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list .menu-item .sub-menu {
    position: relative;
    left: initial;
    top: initial;
    display: none;
    gap: 0;
    margin: -8px 0 8px;
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: initial;
  }
}
.header-menu .menu__list .menu-item .sub-menu .menu-item a {
  gap: 12px;
  height: auto;
  padding: 8px 28px 8px 8px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 1 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list .menu-item .sub-menu .menu-item a {
    padding: 4px 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 156%;
  }
}
.header-menu .menu__list .menu-item .sub-menu .menu-item a img {
  width: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list .menu-item .sub-menu .menu-item a img {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header-menu .menu__list .menu-item .sub-menu .menu-item:hover a, .header-menu .menu__list .menu-item .sub-menu .menu-item.current-menu-item a {
    background-color: #f7f7f8;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-menu .menu__list > .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  }
}
.header-menu .header-socials {
  display: none;
  -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: 16px;
  max-width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .header-menu .header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu .header-socials__list {
  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;
  gap: 40px;
}
.header-menu .header-socials__list a img {
  max-width: 32px;
  max-height: 32px;
}
.header-menu .header-socials__tel {
  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;
  gap: 2px;
  width: 280px;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #edf1f7;
}
.header-menu .header-socials__tel img {
  width: 16px;
}
.header-menu .header-socials__tel span {
  font-weight: 400;
  font-size: 12px;
  line-height: 156%;
  color: #05203e;
}
@media screen and (min-width: 768px) {
  .header-menu.is-scrolled .header-menu__logo {
    width: 55px;
  }
  .header-menu.is-scrolled .header-menu__logo img {
    -webkit-transform: none;
    transform: none;
  }
  .header-menu.is-scrolled .menu {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .header.show-menu {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .header.show-menu .header-bar .header-nav__link {
    opacity: 0;
    pointer-events: none;
  }
  .header.show-menu .header-bar .header-nav__burger span {
    width: 17px;
  }
  .header.show-menu .header-bar .header-nav__burger span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header.show-menu .header-bar .header-nav__burger span:nth-child(2) {
    opacity: 0;
  }
  .header.show-menu .header-bar .header-nav__burger span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header.show-menu ~ .header-menu {
    opacity: 1;
    pointer-events: initial;
  }
  .header.show-menu ~ .header-menu::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  body.admin-bar .header {
    top: 54px;
  }
}
body.admin-bar .header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-menu {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  body.admin-bar .header-menu {
    top: 102px;
    height: calc(100vh - 56px - 46px);
  }
  body.admin-bar .header-menu::before {
    -webkit-transform: translate(-50%, calc(-50% - 28px - 23px));
    transform: translate(-50%, calc(-50% - 28px - 23px));
  }
}

.footer {
  margin-top: 100px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 70px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    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;
  }
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 450px;
    max-width: 100%;
    padding-bottom: 32px;
  }
}
.footer .footer-nav .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 56px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .footer-nav .footer-contacts .contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-contacts .contacts-item {
    gap: 12px;
  }
}
.footer .footer-nav .footer-contacts .contacts-item__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: 44px;
  height: 45px;
  border: 1px solid #d6dade;
  border-radius: 8px;
}
.footer .footer-nav .footer-contacts .contacts-item__icon img {
  max-width: 24px;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-contacts .contacts-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
  }
  .footer .footer-nav .footer-contacts .contacts-item__icon img {
    max-width: 22px;
    max-height: 22px;
  }
}
.footer .footer-nav .footer-contacts .contacts-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-contacts .contacts-item__title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.footer .footer-nav .footer-contacts .contacts-item__subtitle {
  margin-top: 2px;
  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) {
  .footer .footer-nav .footer-contacts .contacts-item__subtitle {
    margin-top: 0;
    letter-spacing: 0;
  }
}
.footer .footer-nav__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer .footer-nav__socials a img {
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav__socials a img {
    width: 40px;
  }
}
.footer__body {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer__body {
    width: 450px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer__body .footer__menus .col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__body .footer__menus .col {
    gap: 0;
  }
}
.footer__body .menu.is-opened .menu__head img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .footer__body .menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  }
}
.footer__body .menu__head {
  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) {
  .footer__body .menu__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
  }
}
.footer__body .menu__head[href] {
  padding: 4px 0;
}
.footer__body .menu__head p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .footer__body .menu__head p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.footer__body .menu__head img {
  display: none;
  width: 16px;
  -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) {
  .footer__body .menu__head img {
    display: block;
  }
}
.footer__body .menu__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__body .menu__body {
    display: block !important;
  }
}
.footer__body .menu__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: 4px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__body .menu__list {
    gap: 0;
    margin-top: 0;
    padding-bottom: 8px;
  }
}
.footer__body .menu__list .menu-item a {
  padding: 4px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .footer__body .menu__list .menu-item a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.footer__body .menu__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
}
.footer__body .menu__text {
  padding: 4px 0;
}
.footer__body .menu__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 156%;
  color: #05203e;
}
.footer__body .menu__text p a {
  color: inherit;
  text-decoration: underline;
}
.footer__body .footer-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .footer__body .footer-apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer__body .footer-apps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}
.footer__body .footer-apps__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 24px;
  margin-left: 19px;
}
@media screen and (max-width: 1239px) {
  .footer__body .footer-apps__list {
    gap: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__body .footer-apps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
  }
}
.footer__body .footer-apps__list a {
  margin-bottom: auto;
}
.footer__body .footer-apps__list a img {
  width: 130px;
}
@media screen and (max-width: 1239px) {
  .footer__body .footer-apps__list a img {
    width: 100%;
  }
}
.footer__body .footer-apps__cta {
  position: absolute;
  top: 120px;
  left: 125px;
  width: 262px;
  z-index: -1;
}
@media screen and (max-width: 1239px) {
  .footer__body .footer-apps__cta {
    top: 130px;
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer__body .footer-apps__cta {
    top: calc(100% + 12px);
    left: 0;
    width: 125%;
  }
}
.footer__body .footer-apps__hero {
  width: 202px;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .footer__body .footer-apps__hero {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .footer__body .footer-apps__hero {
    width: auto;
  }
}
.footer .btmbar {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.footer .btmbar .col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .btmbar__logo img {
  height: 47px;
}
@media screen and (max-width: 1023px) {
  .footer .btmbar__logo img {
    height: 33px;
  }
}
.footer .btmbar .btmbar-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 103px;
}
@media screen and (max-width: 1023px) {
  .footer .btmbar .btmbar-texts {
    gap: 40px;
  }
}
.footer .btmbar .btmbar-texts__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: 4px;
  width: 240px;
  max-width: 100%;
}
.footer .btmbar .btmbar-texts__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.001em;
  color: #05203e;
}
.footer .btmbar .btmbar-texts__text p a {
  color: inherit;
  text-decoration: underline;
}
.footer__scrollup {
  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-item-align: end;
  align-self: flex-end;
  width: 56px;
  height: 56px;
  background-color: rgba(2, 150, 229, 0.32);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .footer__scrollup {
    width: 40px;
    height: 40px;
    margin-left: auto;
  }
}
.footer__scrollup img {
  width: 28px !important;
}
.footer .credentials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footer .credentials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 450px;
    max-width: 100%;
    margin-top: 24px;
  }
}
.footer .credentials__logo img {
  height: 36px;
}
.footer .credentials__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: 4px;
}
@media screen and (max-width: 767px) {
  .footer .credentials__text {
    gap: 0;
  }
}
.footer .credentials__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .footer .credentials__text p {
    font-size: 10px;
  }
}
.footer .credentials__text p img {
  height: 18px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .footer .credentials__text p img {
    height: 14px;
  }
}
.footer .credentials__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer .credentials__images {
    gap: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    margin: 0 0 16px;
  }
}
.footer .credentials__images img {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .footer .credentials__images img:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer .credentials__images img:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 200;
}
.popup.is-active {
  opacity: 1;
  pointer-events: initial;
}
.popup__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
}
.popup__body {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 70px 20px 0;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup__body {
    padding-top: 64px;
    border-radius: 12px;
  }
}
.popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 27px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup__close {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.popup__logo {
  position: absolute;
  top: 18px;
  left: 20px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .popup__logo {
    top: 20px;
    height: 32px;
  }
}

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

.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 40px 30px;
  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: 14px;
}
@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: 10px;
  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%;
  }
}

.price-card {
  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: 40px;
  border-radius: 32px;
  border: 1px solid #d6dade;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .price-card {
    padding: 24px;
  }
}
.price-card__bg {
  position: absolute;
  top: -1px;
  right: -1px;
  max-width: calc(100% + 2px);
  opacity: 0;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .price-card__bg {
    opacity: 1;
  }
}
.price-card__label {
  position: absolute;
  top: -13px;
  right: 40px;
  width: 123px;
}
@media screen and (max-width: 1239px) {
  .price-card__label {
    right: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .price-card__label {
    top: -10px;
    right: 40px;
    width: 75px;
  }
}
.price-card__title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 32px;
  line-height: 118%;
  color: #05203e;
}
@media screen and (max-width: 1023px) {
  .price-card__title {
    margin-bottom: 12px;
    font-size: 26px;
  }
}
.price-card__subtitle {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  color: #05203e;
}
@media screen and (max-width: 1023px) {
  .price-card__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.price-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  color: #7bb745;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .price-card__price {
    font-size: 40px;
    color: #05203e;
  }
}
.price-card__price span {
  padding: 0 0 3px 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203e;
}
@media screen and (max-width: 1023px) {
  .price-card__price span {
    padding-bottom: 0;
    font-size: 14px;
  }
}
.price-card__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: 14px;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
}
.price-card__list li {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #05203e;
}
@media screen and (max-width: 1023px) {
  .price-card__list li {
    font-size: 16px;
  }
}
.price-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #7bb745;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .price-card__list li::before {
    background-color: #05203e;
  }
}
.price-card__btn {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 14px;
  border-radius: 12px;
}
.price-card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background-color: #05203e;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  .price-card__btn::before {
    opacity: 1;
  }
}
.price-card__btn span {
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.price-card:hover {
  border-color: transparent;
}
.price-card:hover .price-card__bg {
  opacity: 1;
}
.price-card:hover .price-card__price {
  color: #05203e;
}
.price-card:hover .price-card__list li::before {
  background-color: #05203e;
}
.price-card:hover .price-card__btn::before {
  opacity: 1;
}

.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%;
  }
}
@media screen and (max-width: 767px) {
  .stats-block__content > .row {
    max-width: 50%;
  }
}
.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: 42px;
    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:nth-of-type(2), .sliders-block .sliders-video .video-nav__item--mute img:nth-of-type(2) {
  display: none;
}
.sliders-block .sliders-video .video-nav__item--play.is-on img:nth-of-type(1), .sliders-block .sliders-video .video-nav__item--mute.is-on img:nth-of-type(1) {
  display: none;
}
.sliders-block .sliders-video .video-nav__item--play.is-on img:nth-of-type(2), .sliders-block .sliders-video .video-nav__item--mute.is-on img:nth-of-type(2) {
  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/images/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.1666666667% {
    -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.6666666667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  16.6666666667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  20.8333333333% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  29.1666666667% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px));
  }
  33.3333333333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px));
  }
  33.3333333333% {
    -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.8333333333% {
    -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.1666666667% {
    -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.6666666667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  66.6666666667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  70.8333333333% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  79.1666666667% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px));
  }
  83.3333333333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px));
  }
  83.3333333333% {
    -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.8333333333% {
    -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.1666666667% {
    -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.6666666667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  16.6666666667% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  20.8333333333% {
    -webkit-transform: translateY(calc(-100% + 1160px));
    transform: translateY(calc(-100% + 1160px));
  }
  29.1666666667% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px));
  }
  33.3333333333% {
    -webkit-transform: translateY(calc(-100% + 1740px));
    transform: translateY(calc(-100% + 1740px));
  }
  33.3333333333% {
    -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.8333333333% {
    -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.1666666667% {
    -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.6666666667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  66.6666666667% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  70.8333333333% {
    -webkit-transform: translateY(calc(-100% + 2900px));
    transform: translateY(calc(-100% + 2900px));
  }
  79.1666666667% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px));
  }
  83.3333333333% {
    -webkit-transform: translateY(calc(-100% + 3480px));
    transform: translateY(calc(-100% + 3480px));
  }
  83.3333333333% {
    -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.8333333333% {
    -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;
  }
  .panda-cash .image-slider__slide:nth-child(1) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .panda-cash .image-slider__slide:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .panda-cash .image-slider__slide:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .panda-cash .image-slider__slide:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .panda-cash .image-slider__slide:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .panda-cash .image-slider__slide:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .panda-cash .image-slider__slide:nth-child(7) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.panda-cash .image-slider__slide img {
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .panda-cash .image-slider__slide img {
    height: 62px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .topbanner__title span {
    display: block;
    min-height: 38px;
  }
}
.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/images/giphy.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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;
  z-index: 5;
}
.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;
    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;
  }
}
.course-block--children {
  padding-top: 23px;
}
@media screen and (min-width: 1240px) {
  .course-block--children {
    min-height: 524px;
  }
}
@media screen and (max-width: 767px) {
  .course-block--children {
    padding-top: 0;
  }
}
@media screen and (min-width: 1240px) {
  .course-block--children .course-block__content {
    width: 840px;
  }
}
.course-block--children .course-block__title {
  margin-bottom: 30px;
  line-height: 88%;
}
@media screen and (max-width: 767px) {
  .course-block--children .course-block__title {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 44px;
  }
}
.course-block--children .course-block__title span {
  color: #fbc732;
}
.course-block--children .course-block__hero {
  position: absolute;
  top: -100px;
  right: -100px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .course-block--children .course-block__hero {
    top: -100px;
    right: -250px;
  }
}
@media screen and (max-width: 767px) {
  .course-block--children .course-block__hero {
    position: relative;
    top: initial;
    right: initial;
    border-radius: 0;
  }
}
.course-block--children .course-block__hero img {
  height: 644px;
  max-width: initial;
}
@media screen and (max-width: 1023px) {
  .course-block--children .course-block__hero img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .course-block--children .course-block__hero img {
    width: 100vw;
    height: auto;
    margin: 0 -16px;
  }
}
.course-block--children .calculator__step:first-child .calculator__question {
  width: 510px;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .course-block--children .calculator__step:first-child .calculator__question {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 106%;
  }
}
.course-block--children .calculator__step:first-child .calculator__question span {
  font-weight: 700;
  color: #7bb745;
}
.course-block--children .calculator__radio--btn {
  width: auto;
  padding: 24px 40px;
  border: 1px solid rgba(5, 32, 68, 0.32);
  border-radius: 15px;
  background-color: #ffffff;
  -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;
}
@media screen and (max-width: 767px) {
  .course-block--children .calculator__radio--btn {
    padding: 14px 30px;
    border-radius: 10px;
  }
}
.course-block--children .calculator__radio--btn::before {
  display: none;
}
.course-block--children .calculator__radio--btn p {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .course-block--children .calculator__radio--btn p {
    font-size: 12px;
    line-height: 20px;
  }
}
.course-block--children .calculator__radio--btn.is-active {
  opacity: 1 !important;
  border-color: transparent;
  background: linear-gradient(95.2deg, #84c24c 3.64%, #6baa32 94.78%);
}
.course-block--children .calculator__radio--btn:hover {
  opacity: 0.64;
}

.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/images/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/images/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;
  }
}

.map-block {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .map-block {
    margin-top: 30px;
  }
}
.map-block__locations-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .map-block__locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .map-block__locations-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  .map-block__locations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.map-block__locations-list .map-block__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .map-block__locations-list .map-block__location {
    gap: 10px;
  }
}
.map-block__locations-list .map-block__location .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.map-block__locations-list .map-block__location .location__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: 44px;
  height: 45px;
  border: 1px solid #d6dade;
  border-radius: 8px;
}
.map-block__locations-list .map-block__location .location__icon[href] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .map-block__locations-list .map-block__location .location__icon[href]:hover {
    opacity: 0.6;
  }
}
.map-block__locations-list .map-block__location .location__icon img {
  max-width: 24px;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .map-block__locations-list .map-block__location .location__icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
  }
  .map-block__locations-list .map-block__location .location__icon img {
    max-width: 22px;
    max-height: 22px;
  }
}
.map-block__locations-list .map-block__location .location__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .map-block__locations-list .map-block__location .location__content {
    gap: 0;
  }
}
.map-block__locations-list .map-block__location .location__content[href] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .map-block__locations-list .map-block__location .location__content[href]:hover {
    opacity: 0.6;
  }
}
.map-block__locations-list .map-block__location .location__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .map-block__locations-list .map-block__location .location__title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.map-block__locations-list .map-block__location .location__subtitle {
  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) {
  .map-block__locations-list .map-block__location .location__subtitle {
    letter-spacing: 0;
  }
}
.map-block__locations-cloud {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 60px;
  width: 830px;
  max-width: 90%;
  padding: 18px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .map-block__locations-cloud {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .map-block__locations-cloud {
    position: relative;
    top: initial;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    max-width: 100%;
    padding: 0 16px 18px;
    border-radius: 0;
  }
}
.map-block__locations-cloud .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.map-block__locations-cloud .location img {
  width: 30px;
}
.map-block__locations-cloud .location p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203e;
  white-space: nowrap;
}
.map-block__map {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .map-block__map {
    height: 300px;
  }
}
.map-block__map iframe {
  height: 100% !important;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-block__title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 48px;
  line-height: 128%;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .price-block__title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 108%;
  }
}
.price-block__title span {
  color: #7bb745;
}
.price-block__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 134%;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .price-block__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.price-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1239px) {
  .price-block__items {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .price-block__items {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }
  .price-block__items::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .price-block__items {
    gap: 12px;
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.price-block__items .price-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media screen and (max-width: 1023px) {
  .price-block__items .price-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media screen and (max-width: 1023px) {
  .price-block__items .price-card:nth-child(1) {
    background-color: #7ccaa3;
  }
}
.price-block__items .price-card:nth-child(1):hover {
  background-color: #7ccaa3;
}
@media screen and (max-width: 1023px) {
  .price-block__items .price-card:nth-child(2) {
    background-color: #c39ff5;
  }
}
.price-block__items .price-card:nth-child(2):hover {
  background-color: #c39ff5;
}
@media screen and (max-width: 1023px) {
  .price-block__items .price-card:nth-child(3) {
    background-color: #ff90bb;
  }
}
.price-block__items .price-card:nth-child(3):hover {
  background-color: #ff90bb;
}

.location-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0 0 110px;
}
.location-picker::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.location-picker::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ededed;
}
.location-picker::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #7bb745;
}
.location-picker::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}
.location-picker .locations-head {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 8px 2px;
  padding-bottom: 54px;
  background-color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .location-picker .locations-head {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-bottom: 25px;
  }
}
.location-picker .locations-head__item {
  position: relative;
  padding: 9px 20px;
  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;
}
@media screen and (max-width: 767px) {
  .location-picker .locations-head__item {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.location-picker .locations-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;
}
.location-picker .locations-head__item:hover {
  color: #5a67dd;
}
.location-picker .locations-head__item.is-active {
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}
.location-picker .locations-head__item.is-active::before {
  opacity: 1;
}
.location-picker__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-picker__body .locations-list {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  gap: 120px;
  width: 100%;
  overflow: hidden auto;
}
@media screen and (max-width: 1239px) {
  .location-picker__body .locations-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .location-picker__body .locations-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media screen and (max-width: 767px) {
  .location-picker__body .locations-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media screen and (max-width: 449px) {
  .location-picker__body .locations-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.location-picker__body .locations-list:not(.is-active) {
  display: none;
}
.location-picker__body .locations-list .locations-section {
  position: relative;
  margin-top: 30px;
  padding: 10px 0 0 45px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.location-picker__body .locations-list .locations-section__letter {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 32px;
  line-height: 118%;
  color: #7bb745;
}
.location-picker__body .locations-list .locations-section__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: 10px;
  padding: 0;
  list-style: none;
}
.location-picker__body .locations-list .locations-section__list li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 134%;
  color: #05203e;
  white-space: nowrap;
}
.location-picker__body .locations-list .locations-section__list li a.is-active {
  color: #7bb745;
}

.location-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .location-toggle {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 10px 0;
  }
}
.location-toggle img:nth-of-type(1) {
  height: 15px;
  margin-right: 2px;
}
.location-toggle img:nth-of-type(2) {
  height: 24px;
}
.location-toggle p {
  max-width: 180px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .location-toggle p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
  }
}

.locations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .locations-list {
    gap: 15px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  .locations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.locations-list__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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
  padding: 20px;
  border: 1px solid #d6dade;
  border-radius: 8px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .locations-list__item {
    gap: 10px;
    padding: 15px;
    border-radius: 7px;
  }
}
.locations-list__item .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.locations-list__item .location__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: 44px;
  height: 45px;
  border: 1px solid #d6dade;
  border-radius: 8px;
}
.locations-list__item .location__icon[href] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .locations-list__item .location__icon[href]:hover {
    opacity: 0.6;
  }
}
.locations-list__item .location__icon img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 24px;
  max-height: 24px;
}
@media screen and (max-width: 767px) {
  .locations-list__item .location__icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
  }
  .locations-list__item .location__icon img {
    max-width: 22px;
    max-height: 22px;
  }
}
.locations-list__item .location__content {
  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;
  -ms-flex-item-align: center;
  align-self: center;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .locations-list__item .location__content {
    gap: 0;
  }
}
.locations-list__item .location__content[href] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .locations-list__item .location__content[href]:hover {
    opacity: 0.6;
  }
}
.locations-list__item .location__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.001em;
  color: #05203e;
}
@media screen and (max-width: 767px) {
  .locations-list__item .location__title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
.locations-list__item .location__subtitle {
  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) {
  .locations-list__item .location__subtitle {
    letter-spacing: 0;
  }
}

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

.page-children {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-children {
    padding-bottom: 30px;
  }
}
.page-children .main__content > * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-children .main__content > * {
    margin-top: 30px;
  }
}
.page-children .main__content .course-block {
  margin-top: 0;
}
@media screen and (min-width: 1240px) {
  .page-children .main__content .cards__cta {
    margin-left: 130px;
  }
}
@media screen and (min-width: 1240px) {
  .page-children .main__content .stats-block {
    padding-top: 287px;
  }
}
@media screen and (max-width: 767px) {
  .page-children .main__content .stats-block {
    padding-top: 60px;
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1240px) {
  .page-children .main__content .stats-block__content > .row + .row {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1240px) {
  .page-children .main__content .stats-block__content > .row .stats-item__title {
    line-height: 70%;
  }
}
@media screen and (min-width: 1240px) {
  .page-children .main__content .stats-block__content > .row .stats-item__text {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-children .main__content .panda-cash {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .page-children .main__content .sliders-block {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .page-children .main__content .reviews-block {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-children .main__content .blog-block {
    margin-top: 85px;
  }
}
.page-children .main__content .accordions {
  margin-top: 0;
}
/*# sourceMappingURL=style.min.css.map */