:root {
 --sectionIndent: 100px;
}
@media screen and (max-width: 480px) {
 :root {
  --sectionIndent: 50px;
 }
}
.flex-col-centered,
.flex-row-centered,
.form_wrap {
 display: flex;
 justify-content: center;
}
.flex-col-centered {
 flex-direction: column;
}
.shadow {
 box-shadow: 0 12px 21px 0 rgba(46, 228, 255, 0.5);
}
.shadow-svg {
 -webkit-filter: drop-shadow(0 12px 21px rgba(46, 228, 255, 0.4));
 filter: drop-shadow(0 12px 21px rgba(46, 228, 255, 0.4));
}
.shadow-svg-pink {
 -webkit-filter: drop-shadow(0 10px 4px rgba(232, 62, 140, 0.6));
 filter: drop-shadow(0 10px 4px rgba(232, 62, 140, 0.6));
}
.navigation-arrow,
.shadow-svg-arrow {
 -webkit-filter: drop-shadow(0 0 4px #2ee4ff);
 filter: drop-shadow(0 0 4px rgb(46, 228, 255));
}
.play-arrow,
.shadow-svg-play {
 -webkit-filter: drop-shadow(0 0 12px #2ee4ff);
 filter: drop-shadow(0 0 12px rgb(46, 228, 255));
}
.trapezoid-out {
 perspective: 1000px;
 width: 40px;
 height: 32px;
}
.trapezoid-in {
 width: inherit;
 height: inherit;
 transform: rotateX(65deg) scaleY(3);
 top: -2px;
}
.trapezoid-in-invert {
 width: inherit;
 height: inherit;
 transform: rotateX(-65deg) scaleY(3);
}
.banner {
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50%;
 position: relative;
}
.navigation-arrow {
 background-image: url(../images/navigation_arrow.svg);
}
.navigation-arrow,
.play-arrow {
 position: absolute;
 background-repeat: no-repeat;
 background-size: 100% 100%;
}
.play-arrow {
 background-image: url(../images/video_play.svg);
}
.play-arrow-background {
 background-image: url(../images/video_play_bg.svg);
 background-repeat: no-repeat;
 background-size: 100% 100%;
}
.gdpr-policy--popup-form {
 padding-left: 20px;
 width: 34%;
}
@media screen and (max-width: 680px) {
 .gdpr-policy--popup-form {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
 }
}
.gdpr-policy--call-form {
 padding-left: 20px;
 width: 40%;
}
@media screen and (max-width: 860px) {
 .gdpr-policy--call-form {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
 }
}
.gdpr-policy--eko-course {
 width: 30%;
}
@media screen and (max-width: 768px) {
 .gdpr-policy--eko-course {
  width: 80%;
  margin-bottom: 20px;
 }
}
.gdpr-policy--demo {
 width: 36%;
 max-width: 190px;
 margin-bottom: auto;
}
@media screen and (max-width: 767px) {
 .gdpr-policy--demo {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
 }
}
@media screen and (max-width: 480px) {
 .gdpr-policy--demo .gdpr-policy__text--demo {
  margin-top: 0;
 }
}
.gdpr-policy--form-contact {
 width: 33%;
 display: flex;
 flex-wrap: wrap;
 align-self: flex-end;
 color: #fff;
 padding: 10px 0 23px 30px;
}
@media screen and (max-width: 1220px) {
 .gdpr-policy--form-contact {
  width: 100%;
  padding: 0;
 }
}
.gdpr-policy--form,
.gdpr-policy--news {
 width: 30%;
 display: flex;
 flex-direction: column;
 color: #fff;
 padding: 10px 0 0 20px;
}
.gdpr-policy--form .gdpr-policy__text,
.gdpr-policy--news .gdpr-policy__text {
 margin-bottom: 20px;
}
@media screen and (max-width: 1220px) {
 .gdpr-policy--form .gdpr-policy__text,
 .gdpr-policy--news .gdpr-policy__text {
  width: 100%;
 }
}
.gdpr-policy--form .gdpr-policy__link,
.gdpr-policy--news .gdpr-policy__link {
 margin-bottom: 40px;
}
@media screen and (max-width: 1220px) {
 .gdpr-policy--form .gdpr-policy__link,
 .gdpr-policy--news .gdpr-policy__link {
  margin-bottom: 15px;
 }
}
@media screen and (max-width: 1220px) {
 .gdpr-policy--form,
 .gdpr-policy--news {
  width: 70%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
 }
 .gdpr-policy--form .gdpr-policy__label,
 .gdpr-policy--news .gdpr-policy__label {
  height: 20px;
 }
}
@media screen and (max-width: 992px) {
 .gdpr-policy--form,
 .gdpr-policy--news {
  width: 80%;
 }
}
.gdpr-policy--event {
 margin-bottom: 15px;
}
.gdpr-policy--event,
.gdpr-policy--header {
 width: 100%;
 display: flex;
 flex-direction: column;
}
.gdpr-policy--header {
 max-height: 0;
 padding-top: 5px;
 justify-content: flex-start;
 align-items: flex-start;
 color: #fff;
 opacity: 0;
 transform-origin: 50% 0;
 transform: perspective(350px) rotateX(-90deg);
 transition: opacity 0.3s, max-height 0.3s ease-in-out, transform 0.2s linear;
 overflow: hidden;
}
@media (min-width: 400px) {
 .gdpr-policy--header {
  position: absolute;
  top: 0;
  width: 178px;
  height: 235px;
  right: 178px;
  padding: 0 10px 25px;
  transform: perspective(800px) rotateY(-90deg);
  transform-origin: 100% 25%;
  background: url(../images/head-form_back.png) no-repeat -225px -314px #055ea9;
  background-size: 850px;
  -webkit-clip-path: polygon(100% 0, 100% 95%, 7% 90%, 0 80%, 0 0);
  clip-path: polygon(100% 0, 100% 95%, 7% 90%, 0 80%, 0 0);
 }
}
@media (min-width: 768px) {
 .gdpr-policy--header {
  width: 200px;
  right: 200px;
 }
}
.gdpr-policy--show {
 opacity: 1;
 max-height: 400px;
 transform: perspective(350px) rotateX(0deg);
 overflow: hidden;
}
.gdpr-policy__text {
 margin: 10px 0 5px;
 font-size: 12px;
 line-height: 13px;
 font-weight: 300;
 color: #fff;
}
@media screen and (max-width: 860px) {
 .gdpr-policy__text {
  font-size: 11px;
 }
}
.gdpr-policy__text--header {
 order: 2;
}
@media screen and (max-width: 360px) {
 .gdpr-policy__text--header {
  font-size: 11px;
 }
}
.gdpr-policy__text--event {
 color: #000;
 margin: 0 0 5px;
}
.gdpr-policy__link {
 margin-bottom: 10px;
 font-size: 12px;
 line-height: 13px;
 font-weight: 600;
 color: #27c5dc;
 text-decoration: underline;
}
.gdpr-policy__link--header {
 order: 3;
 margin-bottom: 0;
}
@media (min-width: 400px) {
 .gdpr-policy__link--header {
  order: 2;
 }
}
.gdpr-policy__label {
 display: flex;
 padding-left: 3px;
 align-items: center;
 font-size: 14px;
 font-weight: 600;
}
.gdpr-policy__label--header {
 order: 1;
}
@media (min-width: 400px) {
 .gdpr-policy__label--header {
  order: 2;
  margin: 10px 0;
 }
}
.gdpr-policy__label--form-contact {
 width: 100%;
 padding-top: 30px;
}
@media screen and (max-width: 1220px) {
 .gdpr-policy__label--form-contact {
  width: auto;
  margin-left: auto;
  padding-top: 0;
  align-self: baseline;
 }
}
.gdpr-policy__checkbox-icon {
 position: relative;
 display: inline-block;
 width: 18px;
 height: 16px;
 margin-right: 12px;
}
.gdpr-policy__checkbox-icon:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 18px;
 height: 16px;
 background: url(../images/gdpr_checkbox.svg) no-repeat;
 background-position: -8px -5px;
}
.gdpr-policy__checkbox-text {
 color: #fff;
}
.gdpr-policy__checkbox-text--event {
 color: #000;
}
.gdpr-policy__checkbox {
 display: none;
}
.gdpr-policy__checkbox:checked + .gdpr-policy__checkbox-icon:before {
 background-position: -42px -5px;
}
.checkbox_error:before {
 background-position: -74px -5px;
}
.gdpr-policy-redesign {
 text-align: center;
}
@media screen and (min-width: 680px) {
 .gdpr-policy-redesign {
  text-align: start;
  max-width: 343px;
  align-self: center;
 }
}
@media screen and (min-width: 680px) and (min-width: 992px) {
 .gdpr-policy-redesign {
  max-width: 409px;
 }
}
@media screen and (min-width: 680px) and (min-width: 1190px) {
 .gdpr-policy-redesign {
  max-width: 100%;
  width: 100%;
  padding: 0;
  justify-content: flex-end;
 }
}
.gdpr-policy-redesign__text {
 color: #5c5d73;
}
@media screen and (min-width: 992px) {
 .gdpr-policy-redesign__text {
  font-size: 16px !important;
  line-height: 26px !important;
 }
}
.gdpr-policy-redesign__link {
 color: #3963ff;
}
.gdpr-policy-redesign a {
 display: inline;
}
.gdpr-policy-hidden {
 display: none;
}
.title {
 color: #000;
 margin-bottom: 50px;
 position: relative;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
@media screen and (max-width: 768px) {
 .title {
  padding: 0 20px;
 }
}
@media screen and (max-width: 480px) {
 .title {
  margin-bottom: 25px;
 }
}
.title__back,
.title__back-over {
 position: absolute;
 top: -2px;
 line-height: 0;
 font-size: 100px;
 font-weight: 700;
 text-align: center;
 text-shadow: 0 0 1px #f0f0f0;
 color: #fefeff;
 opacity: 0.75;
 width: 100%;
 z-index: -1;
}
@media screen and (max-width: 1160px) {
 .title__back,
 .title__back-over {
  font-size: 8vw;
 }
}
@media screen and (max-width: 768px) {
 .title__back,
 .title__back-over {
  top: 10px;
 }
}
@media screen and (max-width: 680px) {
 .title__back,
 .title__back-over {
  font-size: 60px;
  top: 4px;
 }
}
@media screen and (max-width: 370px) {
 .title__back,
 .title__back-over {
  font-size: 50px;
 }
}
@media screen and (max-width: 680px) {
 .title__back--hidden,
 .title__back--pc,
 .title__back-over--hidden,
 .title__back-over--pc {
  display: none;
 }
}
.title__back--mob,
.title__back-over--mob {
 display: none;
}
@media screen and (max-width: 680px) {
 .title__back--mob,
 .title__back-over--mob {
  display: block;
 }
}
.title__back-over {
 font-size: 98px;
}
@media screen and (max-width: 1160px) {
 .title__back-over {
  font-size: 8vw;
 }
}
@media screen and (max-width: 480px) {
 .title__back-over {
  font-size: 55px;
 }
}
@media screen and (max-width: 390px) {
 .title__back-over {
  width: 120%;
 }
}
@media screen and (max-width: 370px) {
 .title__back-over {
  width: 110%;
  font-size: 45px;
 }
}
.title__back-over--lightgray,
.title__back-over--zircon {
 color: #cdcbcb;
}
.title__back-over--grayish {
 color: #e6e5e5;
}
.title__h2 {
 position: relative;
 font-size: 33px;
 font-weight: 700;
 line-height: 40px;
 width: 100%;
}
@media screen and (max-width: 680px) {
 .title__h2 {
  font-size: 25px;
  line-height: 30px;
 }
}
.title-h1,
.title-h1--invert {
 font-size: 50px;
 font-weight: 700;
 line-height: 60px;
 color: #000;
}
.title-h1--invert {
 color: #fff;
}
@media screen and (max-width: 768px) {
 .title-h1,
 .title-h1--invert {
  font-size: 35px;
  line-height: 45px;
 }
}
@media screen and (max-width: 480px) {
 .title-h1,
 .title-h1--invert {
  font-size: 25px;
  line-height: 30px;
 }
}
.title-h2,
.title-h2--invert {
 font-size: 33px;
 font-weight: 700;
 line-height: 40px;
 color: #000;
 width: 100%;
}
.title-h2--invert {
 color: #fff;
}
@media screen and (max-width: 680px) {
 .title-h2,
 .title-h2--invert {
  font-size: 25px;
  line-height: 30px;
 }
}
.title-new {
 color: #000;
}
.title-new_h2 {
 font-size: 48px;
 line-height: 58px;
}
@media screen and (max-width: 360px) {
 .title-new_h2 {
  font-size: 40px;
  line-height: 46px;
 }
}
.title-new_h3 {
 font-size: 36px;
 line-height: 44px;
 font-weight: 700;
}
@media screen and (max-width: 1024px) {
 .title-new_h3 {
  font-size: 25px;
  line-height: 34px;
 }
}
@media screen and (max-width: 768px) {
 .title-new_h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
 }
}
.title-h3,
.title-h3--invert {
 font-size: 20px;
 font-weight: 700;
 line-height: 30px;
 color: #000;
 z-index: 1;
}
@media screen and (max-width: 680px) {
 .title-h3,
 .title-h3--invert {
  font-size: 17px;
  line-height: 25px;
 }
}
.title-h3--invert {
 color: #fff;
}
.title-h2-new {
 font-size: 36px;
 line-height: 44px;
}
@media screen and (min-width: 992px) {
 .title-h2-new {
  font-size: 48px;
  line-height: 58px;
 }
}
.subtitle-new {
 font-weight: 500;
 font-size: 16px;
 line-height: 26px;
}
@media screen and (min-width: 992px) {
 .subtitle-new {
  font-size: 18px;
  line-height: 27px;
 }
}
@media screen and (min-width: 1024px) {
 .subtitle-new {
  font-size: 20px;
  line-height: 29px;
 }
}
.title-new-h1 {
 font-weight: 700;
 font-size: 48px;
 line-height: 58px;
}
.title-new-h2 {
 font-weight: 600;
 font-size: 20px;
 line-height: 29px;
}
@media screen and (min-width: 1024px) {
 .title-new-h2 {
  font-size: 24px;
  line-height: 34px;
 }
}
.title-new-h3 {
 font-weight: 700;
 font-size: 36px;
 line-height: 44px;
}
@media screen and (min-width: 578px) {
 .title-new-h3 {
  font-size: 48px;
  line-height: 58px;
 }
}
.text-block,
.text-break,
.title-break {
 display: block;
}
.text-normal {
 font-weight: 400;
 font-size: 14px;
 line-height: 17px;
}
@media screen and (min-width: 1024px) {
 .text-normal {
  font-size: 16px;
  line-height: 26px;
 }
}
.text,
p {
 color: #000;
 font-weight: 400;
 font-size: 14px;
 line-height: 23px;
}
.text-lead {
 line-height: 17px;
}
.text-l {
 font-size: 20px;
 line-height: 30px;
}
@media screen and (max-width: 480px) {
 .text-l {
  font-size: 17px;
  line-height: 25px;
 }
}
.text-bold {
 font-weight: 700;
}
.text-semibold {
 font-weight: 600;
}
.text-medium {
 font-weight: 500;
}
.text-invert {
 color: #fff;
}
.text-primary {
 color: #27c5dc;
}
.re-section-title {
 font-weight: 700;
 font-size: 48px;
 line-height: 58px;
}
@media screen and (max-width: 992px) {
 .re-section-title {
  font-size: 40px;
  line-height: 48px;
 }
}
@media screen and (max-width: 680px) {
 .re-section-title {
  font-size: 36px;
  line-height: 44px;
 }
}
.re-section-title_center {
 text-align: center;
}
@media screen and (max-width: 680px) {
 .re-section-title_center {
  text-align: left;
 }
}
.re-section-title--m {
 font-weight: 600;
 font-size: 36px;
 line-height: 44px;
}
.re-text--xl {
 font-size: 20px;
 line-height: 29px;
}
@media screen and (max-width: 992px) {
 .re-text--xl {
  font-size: 18px;
  line-height: 27px;
 }
}
@media screen and (max-width: 680px) {
 .re-text--xl {
  font-size: 16px;
  line-height: 26px;
 }
}
.re-text--l {
 font-size: 20px;
 line-height: 24px;
}
.re-item-title {
 font-weight: 600;
 font-size: 24px;
 line-height: 29px;
}
.re-item-title--l {
 font-size: 24px;
 line-height: 34px;
}
.re-item-text {
 font-size: 18px;
 line-height: 26px;
}
.re-item-text--xl {
 font-size: 18px;
 line-height: 28px;
}
@media screen and (max-width: 992px) {
 .re-item-text--xl {
  font-size: 16px;
  line-height: 26px;
 }
}
.re-item-text--b {
 font-size: 18px;
 line-height: 24px;
}
@media screen and (max-width: 992px) {
 .re-item-text--b {
  font-size: 14px;
  line-height: 17px;
 }
}
.re-item-text--l {
 font-size: 18px;
 line-height: 22px;
}
.re-item-text--m {
 font-size: 16px;
 line-height: 22px;
}
.re-item-text--s {
 font-size: 14px;
 line-height: 17px;
}
.AlignLeft {
 text-align: left;
}
.AlignCenter {
 text-align: center;
}
.AlignRight {
 text-align: right;
}
.AlignJustify {
 text-align: justify;
}
.footer-new {
 background: #111217;
 padding-top: 48px;
 position: relative;
 z-index: 1112;
}
.footer-new__container {
 max-width: 1338px;
 padding: 0 12px;
 margin: auto;
}
@media screen and (min-width: 768px) {
 .footer-new__container {
  padding: 0 35px;
 }
}
@media screen and (min-width: 992px) {
 .footer-new__container {
  padding: 0 28px;
 }
}
@media screen and (min-width: 1024px) {
 .footer-new__container {
  padding: 0 42px;
 }
}
@media screen and (min-width: 1280px) {
 .footer-new__container {
  padding: 0 20px;
 }
}
@media screen and (max-width: 1280px) {
 .footer-new {
  padding-top: 39px;
 }
}
@media screen and (max-width: 680px) {
 .footer-new {
  padding-top: 27px;
 }
}
.footer-new__top {
 display: flex;
 padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
 .footer-new__top {
  flex-direction: column;
  padding-bottom: 14px;
 }
}
.footer-new .footer-new__line {
 border-bottom: 1px solid rgba(221, 224, 235, 0.25);
 margin-bottom: 19px !important;
}
@media screen and (max-width: 1280px) {
 .footer-new .footer-new__line {
  margin-bottom: 16px !important;
 }
}
@media screen and (max-width: 578px) {
 .footer-new .footer-new__line {
  display: none;
 }
}
.footer-new__top-navigation {
 width: 100%;
}
@media screen and (max-width: 1220px) {
 .footer-new__top-navigation {
  grid-template-columns: 1.1fr 1.1fr 1.3fr 0.8fr 0.6fr;
 }
}
@media screen and (max-width: 1024px) {
 .footer-new__top-navigation {
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-gap: 24px;
 }
}
@media screen and (max-width: 768px) {
 .footer-new__top-navigation {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
 }
}
@media screen and (max-width: 578px) {
 .footer-new__top-navigation {
  grid-gap: 14px;
  grid-template-columns: 1fr;
 }
}
.footer-new__top-navigation_small {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 578px) {
 .footer-new__top-navigation_small {
  flex-direction: column;
 }
 .footer-new__top-navigation_small .footer-new__top-column {
  width: 100%;
 }
}
.footer-new__top-column {
 display: flex;
 flex-direction: column;
}
@media screen and (max-width: 578px) {
 .footer-new__top-column {
  border-bottom: 1px solid rgba(221, 224, 235, 0.25);
 }
}
.footer-new__bottom {
 display: flex;
 width: 100%;
 padding-bottom: 24px;
 justify-content: space-between;
}
@media screen and (max-width: 645px) {
 .footer-new__bottom {
  flex-direction: column-reverse;
 }
}
@media screen and (max-width: 680px) {
 .footer-new__bottom {
  padding-top: 3px;
 }
}
@media screen and (max-width: 578px) {
 .footer-new__bottom {
  text-align: center;
  margin-top: 12px;
  padding-bottom: 60px;
 }
}
.footer-new .social__item {
 width: 24px;
 height: 24px;
 background: rgba(221, 224, 235, 0.25);
 border-radius: 4px;
 margin: 0 8.5px !important;
}
.footer-new .social__item:last-of-type {
 margin-right: 0 !important;
}
.footer-new .social__item:first-of-type {
 margin-left: 0 !important;
}
@media screen and (min-width: 1024px) {
 .footer-new .social__item:hover {
  opacity: 0.7;
 }
}
.footer-new__social {
 margin-top: -5px;
}
@media screen and (max-width: 578px) {
 .footer-new__social {
  margin-bottom: 5px;
 }
}
.footer-new__social .footer-new__link--fb {
 background: url(../images/f.svg) no-repeat;
}
.footer-new__social .footer-new__link--youtube {
 background: url(../images/you.svg) 80% no-repeat;
}
.footer-new__social .footer-new__link--insta {
 background: url(../images/ins.svg) no-repeat;
}
.footer-new__social .footer-new__link--telega {
 background: url(../images/2.svg) no-repeat;
 background-size: 15px;
}
.footer-new__social .footer-new__link--in {
 background: url(../images/4.svg) no-repeat;
 background-size: 15px;
}
.footer-new__social .footer-new__link--tw {
 background: url(../images/8.svg) no-repeat;
 background-size: 15px;
}
.footer-new__social .footer-new__link--vk {
 background: url(../images/7.svg) no-repeat;
 background-size: 16px;
}
.footer-new__social .footer-new__link--tt {
 background: url(../images/6.svg) no-repeat;
 background-size: 12px;
}
.footer-new__social .footer-new__link--wa {
 background: url(../images/9.svg) no-repeat;
 background-size: 14px;
}
.footer-new__social .footer-new__link--line {
 background: url(../images/icon-bangkok.svg) no-repeat;
 background-size: 32px;
}
.footer-new__social .footer-new__link--fb,
.footer-new__social .footer-new__link--in,
.footer-new__social .footer-new__link--insta,
.footer-new__social .footer-new__link--line,
.footer-new__social .footer-new__link--telega,
.footer-new__social .footer-new__link--tt,
.footer-new__social .footer-new__link--tw,
.footer-new__social .footer-new__link--vk,
.footer-new__social .footer-new__link--wa,
.footer-new__social .footer-new__link--youtube {
 background-position: 50%;
 width: 100%;
 height: 100%;
}
.footer-new__block {
 display: flex;
}
@media screen and (max-width: 645px) {
 .footer-new__block {
  flex-direction: column;
 }
}
.footer-new .footer-new__copyright-text {
 font-family: Inter, sans-serif;
 font-size: 12px;
 line-height: 15px;
 color: hsla(0, 0%, 100%, 0.75);
 margin-right: 36px;
}
@media screen and (max-width: 1280px) {
 .footer-new .footer-new__copyright-text {
  color: #9097a2;
  font-weight: 400;
 }
}
@media screen and (max-width: 645px) {
 .footer-new .footer-new__copyright-text {
  margin-top: 19px;
  padding-bottom: 15px;
  margin-right: 0;
 }
}
.footer-new .underline {
 text-decoration: underline;
}
@media screen and (max-width: 645px) {
 .footer-new .underline {
  margin-top: 0;
 }
}
.footer-new .social-list {
 padding: 0;
 display: flex;
 list-style: none;
}
.footer-new .footer__contacts {
 flex-direction: row;
}
@media screen and (max-width: 1220px) {
 .footer-new .footer__contacts {
  flex-direction: column;
 }
}
.footer-new .footer__contacts-wrapper {
 /* max-width: 190px; */
 display: flex;
 gap: 30px;
}

.footer-new .footer__contacts-wrapper p {
 color: #838485;
}
@media screen and (max-width: 1220px) {
 .footer-new .footer__contacts-wrapper {
  max-width: 100%;
 }
}
.footer-new .footer__contacts-wrapper:nth-of-type(2) {
 margin-left: 20px;
}
@media screen and (max-width: 1220px) {
 .footer-new .footer__contacts-wrapper:nth-of-type(2) {
  margin-left: 0;
  margin-top: 20px;
  padding-bottom: 16px;
 }
}
.footer-new .footer__contacts-wrapper:nth-of-type(3) {
 margin-left: 20px;
}
@media screen and (max-width: 1220px) {
 .footer-new .footer__contacts-wrapper:nth-of-type(3) {
  margin-left: 0;
  margin-top: 4px;
  padding-bottom: 16px;
 }
}
.top-column__item-header {
 position: relative;
}
@media screen and (max-width: 578px) {
 .top-column__icon {
  position: absolute;
  right: 4px;
  top: 0;
  background: url(../images/plus.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  transition: all 0.3s ease 0s;
 }
}
.top-column__item-list {
 list-style: none;
}
@media screen and (max-width: 578px) {
 .top-column--andora .top-column__title,
 .top-column__item-list {
  display: none;
 }
}
.top-column--andora .top-column__item-list {
 display: block !important;
}
@media screen and (max-width: 578px) {
 .top-column--mob .top-column__item-list {
  display: block !important;
 }
 .top-column--mob .footer__contacts {
  max-width: 100%;
 }
 .top-column--mob .top-column__item-header {
  display: none;
 }
 .top-column--mob .footer__address {
  padding-bottom: 24px;
 }
 .top-column--mob .footer__address:nth-of-type(2) {
  margin: 0 16px;
 }
 .top-column--mob .footer__contacts-wrapper {
  display: flex;
  justify-content: center;
 }
}
.top-column .icon-rotate {
 transition: transform 0.8s ease 0s;
}
.top-column .icon-rotate_active .icon-rotate {
 transform: rotate(45deg);
}
.top-column__title {
 font-weight: 500;
 font-size: 14px;
 line-height: 17px;
 letter-spacing: 0.01em;
 color: #fff;
 padding-bottom: 17px;
 font-family: Inter, sans-serif;
}
.top-column .department__email,
.top-column .footer__address,
.top-column .footer__phone,
.top-column__item {
 padding-bottom: 16px;
 font-family: Inter, sans-serif;
}
.top-column .footer__address,
.top-column__link {
 font-size: 14px;
 line-height: 17px;
 letter-spacing: 0.01em;
 color: #838485;
}
.top-column .department__email:hover,
.top-column .footer__address:hover,
.top-column .footer__phone:hover,
.top-column a.top-column__link:hover {
 color: rgba(158, 175, 197, 0.8);
}
.top-column .footer__address {
 cursor: pointer;
 display: block;
}
.top-column .footer__address--andora {
 cursor: default;
}
.top-column .hidden-title {
 opacity: 0;
}
@media screen and (max-width: 460px) {
 .top-column .hidden-title {
  display: none;
 }
}
.top-column .department__phone {
 display: flex;
 flex-direction: column;
}
.footer-black__copyright-text {
 font-family: Lato;
 font-style: normal;
 font-weight: 500;
 font-size: 16px;
 line-height: 19px;
 color: #9eafc5;
}
.navigation-hce {
 grid-template-columns: 1.1fr 0.85fr 1.1fr 1.6fr 0.5fr !important;
}
@media screen and (max-width: 1220px) {
 .navigation-hce {
  grid-template-columns: 1.1fr 0.8fr 1.1fr 1.3fr 0.6fr !important;
 }
}
@media screen and (max-width: 1024px) {
 .navigation-hce {
  grid-template-columns: 1fr 1fr 1fr 1.5fr !important;
  grid-gap: 24px;
 }
}
@media screen and (max-width: 768px) {
 .navigation-hce {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
 }
}
@media screen and (max-width: 578px) {
 .navigation-hce {
  grid-template-columns: 1fr !important;
 }
}
.navigation-md {
 grid-template-columns: 1.1fr 1.1fr 1.6fr 65px !important;
}
@media screen and (max-width: 1220px) {
 .navigation-md {
  grid-template-columns: 1.1fr 0.8fr 1.1fr 65px !important;
 }
}
@media screen and (max-width: 1024px) {
 .navigation-md {
  grid-template-columns: 1fr 1fr 1fr 65px !important;
  grid-gap: 24px;
 }
}
@media screen and (max-width: 768px) {
 .navigation-md {
  grid-template-columns: 1fr 1fr 1fr 65px !important;
 }
}
@media screen and (max-width: 578px) {
 .navigation-md {
  grid-template-columns: 1fr !important;
 }
}
.navigation-mka {
 grid-template-columns: 1fr 2fr 1.6fr 65px !important;
}
@media screen and (max-width: 1220px) {
 .navigation-mka {
  grid-template-columns: repeat(4, 1fr) !important;
 }
}
@media screen and (max-width: 1024px) {
 .navigation-mka {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 24px;
 }
}
@media screen and (max-width: 578px) {
 .navigation-mka {
  grid-template-columns: 1fr !important;
 }
}
#academy_page.font_lang_ar .social__item:first-of-type {
 margin-left: 8.5px !important;
}
@media screen and (max-width: 1024px) {
 #academy_page .empty-column {
  border: none;
  display: none;
 }
}
.footer {
 background-color: #000;
 padding: 25px 0 27px;
 overflow-x: hidden;
}
@media screen and (min-width: 768px) {
 .footer {
  padding: 25px 20px 27px;
 }
}
.footer__wrap {
 max-width: 980px;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .footer__wrap {
  max-width: 360px;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
 }
}
@media screen and (max-width: 480px) {
 .footer__wrap {
  align-items: flex-start;
  max-width: 100%;
  margin: 0 20px;
 }
}
@media screen and (min-width: 768px) {
 .footer__wrap {
  max-width: 100%;
  width: 100%;
  margin: 0;
 }
}
@media screen and (min-width: 1024px) {
 .footer__wrap {
  max-width: 980px;
  margin: auto;
 }
}
.footer__text {
 margin-bottom: 12px;
 font-size: 15px;
 line-height: 18px;
 text-align: right;
 color: #fff;
}
@media screen and (orientation: landscape) and (max-width: 860px) and (pointer: coarse) {
 .footer__text {
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 768px) {
 .footer__text {
  text-align: left;
 }
}
@media screen and (max-width: 480px) {
 .footer__text {
  margin-bottom: 20px;
 }
}
.footer__social {
 align-items: center;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
@media screen and (max-width: 768px) {
 .footer__social {
  margin-top: 20px;
  padding-left: 3px;
 }
}
@media screen and (min-width: 768px) {
 .footer__social {
  align-items: flex-end;
 }
}
.footer__social .social {
 margin-bottom: 32px;
 list-style-type: none;
 justify-content: flex-end;
 flex-wrap: wrap;
 display: flex;
}
@media screen and (max-width: 768px) {
 .footer__social .social {
  justify-content: flex-start;
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 380px) {
 .footer__social .social {
  max-width: 240px;
 }
}
.footer__copyright {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
@media screen and (max-width: 860px) {
 .footer__copyright {
  flex-wrap: wrap;
 }
}
@media screen and (min-width: 768px) {
 .footer__copyright {
  justify-content: flex-end;
 }
}
.footer__copyright-text {
 font-size: 11px;
 line-height: 13px;
 text-align: right;
 color: #fff;
}
@media screen and (max-width: 768px) {
 .footer__copyright-text {
  text-align: left;
 }
}
.footer p.footer__copyright-text {
 margin-left: 5px;
}
.footer__contacts {
 max-width: 360px;
}
@media screen and (max-width: 320px) {
 .footer__contacts {
  max-width: 100%;
 }
}
@media screen and (min-width: 768px) {
 .footer__contacts {
  display: flex;
  max-width: fit-content;
  max-width: -moz-max-content;
  width: 100%;
 }
}
.footer .footer__contacts-wrap {
 margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
 .footer .footer__contacts-wrap {
  margin-right: 24px;
 }
}
.footer .footer__address,
.footer .footer__email,
.footer .footer__phone,
.footer .footer__working-hours {
 font-size: 15px;
 line-height: 18px;
 color: #fff;
 position: relative;
 display: flex;
 align-items: center;
}
.footer .footer__email:nth-of-type(odd),
.footer .footer__phone:nth-of-type(odd),
.footer .footer__working-hours:nth-of-type(odd) {
 margin-right: 16px;
}
.footer .footer__email:nth-of-type(odd):before,
.footer .footer__phone:nth-of-type(odd):before,
.footer .footer__working-hours:nth-of-type(odd):before {
 content: "•";
 position: absolute;
 color: #0066c5;
 right: -11px;
}
@media screen and (max-width: 320px) {
 .footer .footer__email:nth-of-type(odd):before,
 .footer .footer__phone:nth-of-type(odd):before,
 .footer .footer__working-hours:nth-of-type(odd):before {
  content: none;
 }
}
.footer .footer__email:last-of-type,
.footer .footer__phone:last-of-type,
.footer .footer__working-hours:last-of-type {
 margin-right: 0;
}
.footer .footer__email:last-of-type:before,
.footer .footer__phone:last-of-type:before,
.footer .footer__working-hours:last-of-type:before {
 content: none;
}
.footer .department__email,
.footer .department__phone,
.footer .department__working,
.footer .footer__address {
 padding-left: 36px;
 margin-bottom: 3px;
 position: relative;
 display: grid;
 grid-template-columns: repeat(2, max-content);
 min-height: 22px;
}
@media screen and (max-width: 320px) {
 .footer .department__email,
 .footer .department__phone,
 .footer .department__working,
 .footer .footer__address {
  grid-template-columns: 1fr;
 }
}
.footer .department__email:before,
.footer .department__phone:before,
.footer .department__working:before,
.footer .footer__address:before {
 position: absolute;
 content: "";
 width: 22px;
 height: 22px;
 top: -1px;
 left: 3px;
 background: url(../images/adress-sprite.svg) no-repeat;
}
.footer .department__working {
 margin-bottom: 0;
}
.footer .footer__address {
 display: flex;
}
.footer .footer__address:nth-of-type(2) {
 margin-top: 20px;
}
.footer .department__phone:before {
 background-position: 0 -25px;
}
.footer .department__email:before {
 background-position: 0 -67px;
}
.footer .department__working:before {
 background-position: 0 -92px;
}
.footer-black {
 position: relative;
 background-color: #000;
}
.footer-black__text {
 color: #fff;
 font-size: 18px;
 padding: 15px 0 20px;
}
@media screen and (max-width: 540px) {
 .footer-black__text {
  font-size: 14px;
 }
}
@media screen and (max-width: 360px) {
 .footer-black__text {
  padding: 13px 0 17px;
 }
}
.footer-black__social {
 display: flex;
 justify-content: center;
 list-style-type: none;
 flex-wrap: wrap;
 flex-direction: column;
}
.footer-black__copyright-text {
 color: #fff;
 font-size: 11px;
 padding: 25px 0 30px;
}
@media screen and (max-width: 540px) {
 .footer-black__copyright-text {
  font-size: 10px;
 }
}
@media screen and (max-width: 360px) {
 .footer-black__copyright-text {
  padding: 8px 0 30px;
 }
}
.footer-black__link {
 display: inline-block;
 position: relative;
 width: 42px;
 height: 42px;
}
.footer-black__link--fb {
 background: url(../images/fb-icon.png) no-repeat;
}
.footer-black__link--fb:hover {
 background: url(../images/fb-icon-hover.png) no-repeat;
}
.footer-black__link--youtube {
 background: url(../images/youtube-icon.png) no-repeat;
}
.footer-black__link--youtube:hover {
 background: url(../images/youtube-icon-hover.png) no-repeat;
}
.footer-black__link--insta {
 background: url(../images/inst-icon.png) no-repeat;
}
.footer-black__link--insta:hover {
 background: url(../images/inst-icon-hover.png) no-repeat;
}
.footer-black__link--twitter {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: -59px;
}
.footer-black__link--twitter:hover {
 background-image: url(../images/social-icon-hover.svg);
}
.footer-black__link--linkedin {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: -118px;
}
.footer-black__link--linkedin:hover {
 background-image: url(../images/social-icon-hover.svg);
}
.footer-black__link--vk {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: -180px;
}
.footer-black__link--vk:hover {
 background-image: url(../images/social-icon-hover.svg);
 background-position: -179.5px;
}
.footer-black__link--ok {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: -239px;
}
.footer-black__link--ok:hover {
 background-image: url(../images/social-icon-hover.svg);
}
.footer-black__link--telega {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: -296px -1px;
}
.footer-black__link--telega:hover {
 background-image: url(../images/social-icon-hover.svg);
 background-position: -300px 0;
}
.footer-black__link--tiktok {
 background-image: url(../images/social-icon-sprite.svg);
 background-position: 0;
}
.footer-black__link--tiktok:hover {
 background-image: url(../images/social-icon-hover.svg);
}
.social-list {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 list-style: none;
 flex-wrap: wrap;
 max-width: 100%;
 padding: 0 20px;
}
.social-list .social__item {
 margin: 0 7px;
}
.gray {
 background: #252525;
}
.popup {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 30000 !important;
 background-color: rgba(0, 0, 0, 0.8);
 display: none;
 overflow-y: scroll;
}
@media screen and (max-width: 860px) {
 .popup__scroll {
  display: flex;
  height: auto;
  overflow: auto;
  padding-top: 35px;
 }
}
.popup__content {
 margin: 0 auto;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 1001;
}
.popup__content--gmaps,
.popup__content--video {
 width: 70%;
 height: 70%;
 display: none;
}
.popup__content--activities,
.popup__content--call,
.popup__content--call-new,
.popup__content--camps-landing,
.popup__content--career,
.popup__content--consult,
.popup__content--demo-lessons,
.popup__content--director,
.popup__content--event,
.popup__content--form,
.popup__content--form-new,
.popup__content--gift,
.popup__content--personal-consult,
.popup__content--study-form,
.popup__content--study-form-new,
.popup__content--teacher {
 width: 100%;
 display: none;
 opacity: 0;
}
.popup__content--news {
 display: none;
}
.popup__content--demo {
 display: none;
 width: 100%;
 align-self: center;
}
@media (max-height: 500px) {
 .popup__content--demo {
  align-self: flex-end;
 }
}
@media (max-height: 500px) and (orientation: landscape) {
 .popup__content--demo {
  align-self: auto;
 }
}
@media (min-height: 501px) and (orientation: landscape) {
 .popup__content--demo {
  align-self: flex-end;
 }
}
@media (min-height: 630px) {
 .popup__content--demo {
  align-self: auto;
 }
}
.popup__close {
 color: #27c5dc;
 font-size: 32px;
 cursor: pointer;
 position: absolute;
 right: -20px;
 top: -40px;
}
.popup__close:hover {
 color: #27c5dc;
}
.popup__video-frame {
 width: 100%;
 height: 100%;
}
.popup__video-frame iframe {
 width: 100%;
 height: 100%;
 border: none;
}
.popup__open {
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 1000;
}
@media screen and (min-width: 680px) and (max-height: 800px) {
 .popup__open {
  overflow: scroll;
 }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (max-height: 666px) {
 .popup__open {
  align-items: flex-start;
 }
}
@-moz-document url-prefix() {
 @media screen and (max-height: 666px) {
  .popup__open {
   align-items: flex-start;
  }
 }
}
.popup__message {
 width: 431px;
 height: 252px;
 background-image: url(../images/popup-message_bg.png);
 background-size: contain;
 background-position: 50%;
 background-repeat: no-repeat;
 padding: 25px;
 display: none;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 text-align: center;
 font-size: 24px;
 line-height: 38px;
 font-weight: 600;
 color: #fff;
}
@media screen and (max-width: 480px) {
 .popup__message {
  width: 100%;
  margin: 0 20px;
  min-height: 212px;
  height: auto;
 }
}
@media screen and (max-width: 320px) {
 .popup__message {
  padding: 12px 20px;
 }
}
@media screen and (max-width: 280px) {
 .popup__message {
  margin: 0 10px;
 }
}
.popup__message .message-title {
 text-align: center;
 font-size: 33px;
 line-height: 38px;
 font-weight: 600;
 color: #fff;
}
@media screen and (max-width: 480px) {
 .popup__message .message-title {
  font-size: 25px;
  margin-bottom: 1px;
 }
}
@media screen and (max-width: 320px) {
 .popup__message .message-title {
  font-size: 23px;
  margin-bottom: 0;
 }
}
@media screen and (max-width: 280px) {
 .popup__message .message-title {
  font-size: 21px;
 }
}
.popup__message .message-subtitle {
 font-size: 15px;
 color: #fff;
 padding: 0 26px;
 margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
 .popup__message .message-subtitle {
  line-height: 14px;
  font-size: 11px;
  width: 75%;
  text-align: center;
  margin: 0 auto 5px;
 }
}
@media (max-width: 412px) {
 .popup__message .message-subtitle {
  width: 83%;
 }
}
@media (max-width: 380px) {
 .popup__message .message-subtitle {
  width: 90%;
 }
}
@media screen and (max-width: 280px) {
 .popup__message .message-subtitle {
  font-size: 10px;
  padding: 0;
 }
}
.popup__message a {
 color: #27c5dc;
 font-size: 15px;
 line-height: 30px;
}
.body-lock {
 overflow-y: auto;
}
@media screen and (max-width: 768px) {
 .popup__social {
  margin-top: 20px;
  padding-left: 3px;
 }
}
@media screen and (max-width: 480px) {
 .popup__social {
  margin-top: 0;
 }
}
.popup__social .social {
 list-style-type: none;
 justify-content: center;
 flex-wrap: wrap;
 display: flex;
}
@media screen and (max-width: 480px) {
 .popup__social .social {
  max-width: 200px;
  margin: 0 auto;
 }
}
@media screen and (max-width: 480px) {
 .popup__social .social__item {
  height: 35px;
 }
}
.popup__social .social__item:last-of-type .social__link {
 margin-right: 0;
}
.popup__social .social__item .social__link {
 display: inline-block;
 position: relative;
 width: 30px;
 height: 30px;
 background: url(../images/popup-sprite.svg) no-repeat;
 margin-right: 7px;
}
@media screen and (max-width: 480px) {
 .popup__social .social__item .social__link {
  margin-right: 10px;
 }
}
.popup__social .social__item .social__link:active,
.popup__social .social__item .social__link:hover {
 background: url(../images/popup-sprite-active.svg) no-repeat;
}
.popup__social .social__item .social__link--fb,
.popup__social .social__item .social__link--fb:active,
.popup__social .social__item .social__link--fb:hover {
 background-position: -149px 0;
}
.popup__social .social__item .social__link--youtube,
.popup__social .social__item .social__link--youtube:active,
.popup__social .social__item .social__link--youtube:hover {
 background-position: -112px 0;
}
.popup__social .social__item .social__link--insta,
.popup__social .social__item .social__link--insta:active,
.popup__social .social__item .social__link--insta:hover {
 background-position: -74px 0;
}
.popup__social .social__item .social__link--twitter,
.popup__social .social__item .social__link--twitter:active,
.popup__social .social__item .social__link--twitter:hover {
 background-position: -299px 0;
}
.popup__social .social__item .social__link--linkedin,
.popup__social .social__item .social__link--linkedin:active,
.popup__social .social__item .social__link--linkedin:hover {
 background-position: -260px 0;
}
.popup__social .social__item .social__link--ok,
.popup__social .social__item .social__link--ok:active,
.popup__social .social__item .social__link--ok:hover {
 background-position: -186px 0;
}
.popup__social .social__item .social__link--vk,
.popup__social .social__item .social__link--vk:active,
.popup__social .social__item .social__link--vk:hover {
 background-position: -223px 0;
}
.popup__social .social__item .social__link--telega,
.popup__social .social__item .social__link--telega:active,
.popup__social .social__item .social__link--telega:hover {
 background-position: -336px 0;
}
.popup__social .social__item .social__link--zen,
.popup__social .social__item .social__link--zen:active,
.popup__social .social__item .social__link--zen:hover {
 background-position: 1px 0;
}
.popup__social .social__item .social__link--tiktok,
.popup__social .social__item .social__link--tiktok:active,
.popup__social .social__item .social__link--tiktok:hover {
 background-position: -36px 0;
}
.new_block_to_call {
 position: fixed;
 right: 13px;
 z-index: 999;
 bottom: 17px;
 width: 80px;
 height: 80px;
 display: flex;
 background-color: #167bfc;
 border-radius: 75px;
 justify-content: center;
 align-items: center;
 background-image: url(../images/call-icon.svg);
 background-size: auto;
 background-repeat: no-repeat;
 background-position: 50%;
}
@media screen and (max-width: 680px) {
 .new_block_to_call {
  width: 60px;
  height: 60px;
  background-size: 29px;
 }
}
.new_block_to_call:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0;
 border: 7px solid hsla(0, 0%, 100%, 0.5);
 -webkit-animation: pulseCall 2s linear infinite;
 -moz-animation: pulseCall 2s linear infinite;
 animation: pulseCall 2s linear infinite;
 -webkit-border-radius: 999px;
 -moz-border-radius: 999px;
 border-radius: 999px;
 -webkit-box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
 -moz-box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
 box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
}
@keyframes pulseCall {
 0% {
  -webkit-transform: scale(1);
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(1.1);
  opacity: 0;
 }
 60% {
  -webkit-transform: scale(1.2);
  opacity: 0.6;
 }
 70% {
  -webkit-transform: scale(1.3);
  opacity: 0.85;
 }
 80% {
  -webkit-transform: scale(1.4);
  opacity: 0.6;
 }
 to {
  -webkit-transform: scale(1.5);
  opacity: 0;
 }
}
.white-text {
 color: #fff;
}
.popup__content--director .input-smsCode {
 margin: 12px 0;
}
.popup-form-wrap {
 width: 646px;
 position: relative;
}
.popup-form-wrap .phone-ivalid-message {
 position: relative;
 top: -11px;
 text-align: center;
 color: #ec0101;
 font-weight: 500;
 display: none;
}
.popup-form-wrap .phone-ivalid-message.demo-phone {
 top: -10px;
 font-size: 13px;
 width: 100%;
}
@media screen and (max-width: 860px) {
 .popup-form-wrap {
  width: 70%;
  margin: 0 auto;
 }
}
@media screen and (max-width: 680px) {
 .popup-form-wrap {
  width: 310px;
 }
}
.popup-form-wrap__block-bg {
 position: absolute;
 width: 100%;
 height: 100%;
}
.popup-form-wrap__top-bit {
 position: absolute;
 width: 100%;
 height: 55px;
 top: -55px;
}
@media screen and (max-width: 860px) {
 .popup-form-wrap__top-bit {
  height: 43px;
  top: -38px;
 }
}
@media screen and (max-width: 680px) {
 .popup-form-wrap__top-bit {
  height: 45px;
  top: -45px;
 }
}
@media screen and (max-width: 578px) {
 .popup-form-wrap__top-bit {
  height: 35px;
  top: -35px;
 }
}
.popup-form-wrap__bottom-bit {
 position: absolute;
 width: 100%;
 height: 55px;
 bottom: -55px;
}
@media screen and (max-width: 860px) {
 .popup-form-wrap__bottom-bit {
  height: 43px;
  bottom: -38px;
 }
}
@media screen and (max-width: 680px) {
 .popup-form-wrap__bottom-bit {
  height: 45px;
  bottom: -45px;
 }
}
@media screen and (max-width: 578px) {
 .popup-form-wrap__bottom-bit {
  height: 35px;
  bottom: -35px;
 }
}
.popup-form-wrap__triangle1 {
 position: absolute;
 top: -70px;
 left: -50px;
}
@media screen and (max-width: 860px) {
 .popup-form-wrap__triangle1 {
  left: -70px;
 }
}
@media screen and (max-width: 680px) {
 .popup-form-wrap__triangle1 {
  transform: scaleX(-1);
  left: -80px;
 }
}
.popup-form-wrap__triangle2 {
 position: absolute;
 top: -40px;
 right: 0;
}
@media screen and (max-width: 860px) {
 .popup-form-wrap__triangle2 {
  right: -20px;
 }
}
@media screen and (max-width: 680px) {
 .popup-form-wrap__triangle2 {
  display: none;
 }
}
.popup-form {
 width: 550px;
 margin: 0 auto;
 position: relative;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
 .popup-form {
  width: 90%;
 }
}
@media screen and (max-width: 680px) {
 .popup-form {
  width: 70%;
  height: 100%;
 }
}
.popup-form__close-wrap {
 position: absolute;
 width: 60px;
 height: 46px;
 top: -100px;
 right: -45px;
}
@media screen and (max-width: 860px) {
 .popup-form__close-wrap {
  width: 35px;
  height: 28px;
  top: -60px;
 }
}
.popup-form__close {
 position: relative;
}
.popup-form__close,
.popup-form__close--close-bit {
 width: 100%;
 height: 100%;
}
.popup-form__close--close-btn {
 color: red;
 font-size: 50px;
 font-weight: 700;
 line-height: 30px;
 cursor: pointer;
 right: 13px;
 top: 6px;
}
.popup-form__close--close-btn:hover {
 color: red;
}
@media screen and (max-width: 860px) {
 .popup-form__close--close-btn {
  font-size: 30px;
  top: -3px;
  right: 7px;
 }
}
.popup-form__subtitle,
.popup-form__title {
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
 padding: 0 40px;
}
@media screen and (max-width: 860px) {
 .popup-form__subtitle,
 .popup-form__title {
  padding: 0 20px;
  margin-bottom: 10px;
 }
}
.popup-form__about-title {
 width: 100%;
 max-width: 300px;
 text-align: center;
 margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
 .popup-form__about-title {
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
 }
}
@media screen and (max-width: 860px) {
 .popup-form__title {
  font-size: 21px;
  line-height: 24px;
 }
}
@media screen and (max-width: 860px) {
 .popup-form__about-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
 }
}
.popup-form__attention-text {
 color: #fff;
 margin-bottom: 15px;
 font-size: 14px;
 line-height: 17px;
}
.popup-form__attention-text--black {
 color: #000;
}
.popup-form__attention-text--left {
 text-align: left !important;
}
.popup-form__attention-text--red {
 color: red;
}
.popup-form__subtitle {
 text-align: left;
}
.popup-form__calendar {
 color: #27c5dc;
 padding: 0 100px;
 text-decoration: underline;
 position: relative;
}
@media screen and (max-width: 860px) {
 .popup-form__calendar {
  padding: 0 10px 0 80px;
 }
}
.popup-form__calendar:before {
 content: "";
 position: absolute;
 top: 0;
 left: 40px;
 display: inline-block;
 width: 45px;
 height: 40px;
 background-repeat: no-repeat;
 background-position: 50%;
 z-index: 101;
 background-image: url(../images/sprite_branch.png);
 background-position: -8px -227px;
}
@media screen and (max-width: 860px) {
 .popup-form__calendar:before {
  left: 20px;
 }
}
.popup-form__set-inputs {
 width: 60%;
 display: flex;
 flex-direction: column;
 align-items: center;
}
@media screen and (max-width: 680px) {
 .popup-form__set-inputs {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
 }
}
@media screen and (max-width: 860px) {
 .popup-form__set-inputs--form-call {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
 }
 .popup-form__set-inputs--form-call input {
  margin-bottom: 0;
 }
}
.popup-form__set-inputs--camps {
 margin-bottom: 0;
 margin-top: 20px;
 width: 90%;
}
.popup-form__input {
 height: 36px;
 width: 100%;
 margin-bottom: 20px;
 border: none;
 border-radius: 0;
 background-color: #f6f6f6;
 padding: 0 15px;
 cursor: pointer;
}
.popup-form__input:-webkit-autofill,
.popup-form__input:-webkit-autofill:active,
.popup-form__input:-webkit-autofill:focus,
.popup-form__input:-webkit-autofill:hover {
 box-shadow: inset 0 0 0 100px #f6f6f6 !important;
}
.popup-form__textarea {
 height: 96px;
 border: none;
 border-radius: 0;
 background-color: #f6f6f6;
 padding: 15px;
 resize: none;
}
.popup-form__select,
.popup-form__textarea {
 width: 100%;
 margin-bottom: 20px;
 cursor: pointer;
}
.popup-form__select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: url(../images/arrow_dropdwn.svg) no-repeat 100% #f6f6f6;
 background-size: 45px 7px;
 border: none;
 height: 36px;
 padding: 0 15px;
}
.popup-form__select::-ms-expand {
 display: none;
}
@media screen and (max-width: 768px) {
 .popup-form__select {
  width: 100%;
 }
}
.popup-form__btn {
 position: absolute;
 bottom: 0;
 flex: 0 0 auto;
 margin: 0 auto;
}
@media screen and (max-width: 680px) {
 .popup-form__btn {
  position: static;
 }
}
.popup-form__btn-camps {
 margin: 10px auto 0;
}
.director-form .popup-form__input,
.director-form .popup-form__textarea,
.form-teacher .popup-form__input,
.form-teacher .popup-form__textarea,
.input-valid {
 width: 100%;
}
.form-teacher input[type="file"] {
 padding: 0;
 background: transparent;
 color: #fff;
}
.form-teacher input[type="file"]::-webkit-file-upload-button {
 background: #27c5dc;
 margin-right: 15px;
 padding: 5px 10px;
 border: none;
 color: #fff;
 transition: 0.3s;
 cursor: pointer;
 height: 100%;
}
@media screen and (max-width: 860px) {
 .form-call {
  width: 450px;
 }
}
@media screen and (max-width: 480px) {
 .form-call {
  width: 310px;
 }
}
@media screen and (max-width: 860px) {
 .form-call .popup-form {
  width: 70%;
  justify-content: center;
  height: 100%;
 }
}
@media screen and (max-width: 860px) {
 .form-call .popup-form .gdpr-policy + .popup-form__btn {
  position: absolute;
  bottom: 0;
  right: -32px;
  background-size: contain;
  height: 58px;
  min-height: auto;
  left: auto;
 }
}
@media screen and (max-width: 480px) {
 .form-call .popup-form .gdpr-policy + .popup-form__btn {
  position: relative;
  right: auto;
 }
}
@media screen and (max-width: 860px) {
 .form-call .popup-form__btn {
  position: static;
  margin-top: 10px;
 }
}
@media screen and (max-width: 480px) {
 .form-call .popup-form__btn {
  position: static;
 }
}
.form-event {
 width: 600px;
}
@media screen and (max-width: 860px) {
 .form-event {
  width: 450px;
 }
}
@media screen and (max-width: 680px) {
 .form-event {
  width: 310px;
 }
}
@media screen and (max-width: 480px) {
 .form-event {
  width: 100%;
  margin: 0 20px;
 }
}
.form-event .popup-form {
 width: 441px;
}
@media screen and (max-width: 860px) {
 .form-event .popup-form {
  width: 70%;
  justify-content: center;
  height: 100%;
 }
}
@media screen and (max-width: 480px) {
 .form-event .popup-form {
  width: 90%;
 }
}
@media screen and (max-width: 680px) {
 .form-event .popup-form__title {
  font-size: 25px;
  padding: 0;
 }
}
@media screen and (max-width: 320px) {
 .form-event .popup-form__title {
  font-size: 23px;
  margin-bottom: 0;
 }
}
@media screen and (max-width: 280px) {
 .form-event .popup-form__title {
  font-size: 21px;
 }
}
.form-event .popup-form__subtitle {
 text-align: center;
}
.form-event .popup-form__subtitle:last-of-type {
 margin-bottom: 5px;
 padding: 0 67px;
}
@media screen and (max-width: 480px) {
 .form-event .popup-form__subtitle:last-of-type {
  line-height: 17px;
  padding: 0 10px;
 }
}
@media screen and (max-width: 480px) {
 .form-event .popup-form__close-wrap {
  right: -12px;
 }
}
@media screen and (max-width: 860px) {
 .form-event .popup-form__btn {
  position: static;
 }
}
.form-event .popup-form__calendar {
 margin-bottom: 30px;
 padding: 0 44px 0 100px;
}
@media screen and (max-width: 480px) {
 .form-event .popup-form__calendar {
  padding: 0 20px 0 80px;
  font-size: 14px;
 }
}
.form-event .popup__social {
 padding: 0 40px;
 margin: 0 auto;
}
@media screen and (max-width: 480px) {
 .form-event .popup__social {
  max-width: 200px;
  padding: 0;
 }
}
.demo-propose,
.demo-sms,
.form-demo {
 display: none;
 width: 100%;
 justify-content: center;
}
.demo-popup {
 position: relative;
 width: 100%;
 height: auto;
 min-height: 300px;
}
.demo-popup--form {
 height: 450px;
}
@media (min-width: 768px) {
 .demo-popup {
  height: 375px;
  margin-left: 20%;
 }
}
@media (min-width: 768px) and (max-height: 500px) and (orientation: landscape) {
 .demo-popup {
  margin-left: 0;
 }
}
@media (min-width: 980px) {
 .demo-popup {
  width: 550px;
  height: 500px;
  margin-left: 34%;
 }
}
@media (min-width: 1200px) {
 .demo-popup {
  margin-left: 28%;
 }
}
@media (min-width: 1360px) {
 .demo-popup {
  margin-left: 24%;
 }
}
@media (min-width: 1600px) {
 .demo-popup {
  margin-left: 10%;
 }
}
.demo-popup__background {
 display: flex;
 align-items: center;
 position: relative;
 width: 100%;
 height: 100%;
 background-image: url(../images/demo-popup.png);
 background-repeat: no-repeat;
 background-position: bottom;
 background-size: cover;
 z-index: 20;
}
@media screen and (max-width: 767px) {
 .demo-popup__background {
  background-image: url(../images/demo-popup-bg-mob.png);
  background-size: 100% 100%;
  max-width: 380px;
  margin: 0 auto;
 }
}
@media screen and (max-height: 350px) and (orientation: landscape) {
 .demo-popup__background {
  transform: scale(0.75);
 }
}
@media screen and (max-height: 370px) and (orientation: landscape) {
 .demo-popup__background {
  transform: scale(0.85);
 }
}
.demo-popup__keeper {
 position: absolute;
 width: 542px;
 height: 527px;
 left: -330px;
 top: -133px;
 transform: rotate(0deg);
 background-image: url(../images/demo-robot.png);
 background-repeat: no-repeat;
 background-size: contain;
 z-index: 10;
}
@media (max-height: 500px) and (orientation: landscape) {
 .demo-popup__keeper {
  display: none;
 }
}
@media screen and (max-width: 992px) {
 .demo-popup__keeper {
  transform: rotate(0deg) scale(0.65);
  left: -270px;
  top: -160px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup__keeper {
  height: 260px;
  left: -7px;
  top: -100px;
  transform: rotate(28deg);
  width: 246px;
  z-index: 10;
 }
}
@media screen and (max-width: 480px) {
 .demo-popup__keeper {
  top: -120px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup__keeper--form {
  display: none;
 }
}
.demo-popup__keeper-part {
 position: absolute;
 width: 327px;
 height: 334px;
 left: -329px;
 top: 59px;
 transform: rotate(0deg);
 background-image: url(../images/demo-robot-hand.png);
 background-repeat: no-repeat;
 background-size: contain;
 z-index: 40;
}
@media (max-height: 500px) and (orientation: landscape) {
 .demo-popup__keeper-part {
  display: none;
 }
}
@media screen and (max-width: 992px) {
 .demo-popup__keeper-part {
  transform: rotate(0deg) scale(0.65);
  left: -235px;
  top: 4px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup__keeper-part {
  height: 145px;
  left: 13px;
  top: -11px;
  transform: rotate(3deg);
  width: 137px;
  z-index: 40;
 }
}
@media screen and (max-width: 480px) {
 .demo-popup__keeper-part {
  top: -31px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup__keeper-part--form {
  display: none;
 }
}
.demo-popup__cancel {
 position: absolute;
 width: 48px;
 height: 38px;
 right: 6px;
 top: 22px;
 transform: scale(1);
 transition: transform 0.3s;
 background-image: url(../images/demo-btn-close.png);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: 50%;
 z-index: 50;
}
@media (min-width: 360px) {
 .demo-popup__cancel {
  right: 15%;
  top: 5%;
 }
}
@media (min-width: 980px) {
 .demo-popup__cancel {
  width: 67px;
  height: 53px;
  right: 27px;
  top: 33px;
 }
}
@media (min-width: 360px) {
 .demo-popup__cancel--form {
  right: 15%;
  top: 10%;
 }
}
.demo-popup__cancel:focus,
.demo-popup__cancel:hover {
 transform: scale(0.9);
}
.demo-popup__content {
 display: flex;
 width: 240px;
 margin-top: 80px;
 margin-left: auto;
 margin-right: auto;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-end;
}
@media (min-width: 980px) {
 .demo-popup__content {
  width: 375px;
  margin-top: 80px;
  margin-left: 21%;
 }
}
.demo-popup__content .btn {
 width: 148px;
 height: 52px;
 padding: 5px 20px 16px 17px;
 align-self: center;
 -webkit-filter: none;
 filter: none;
 font-weight: 500;
}
@media (min-width: 600px) {
 .demo-popup__content .btn {
  max-width: 150px;
 }
}
.demo-popup__title {
 margin-bottom: 15px;
 font-size: 19px;
 text-align: center;
}
@media (min-width: 980px) {
 .demo-popup__title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
 }
}
.demo-popup__title span {
 display: inline-block;
}
.demo-popup__title span:last-child {
 margin-right: 25px;
}
.demo-popup .popup-form__field:last-of-type {
 margin: 0;
}
.demo-popup .popup-form__input {
 height: 25px;
 width: 100%;
 max-width: 275px;
 border: none;
 background-color: #fff;
 padding: 0 30px;
 cursor: pointer;
 font-size: 13px;
 line-height: 18px;
 font-weight: 500;
 color: #2d2d2d;
}
.demo-popup .popup-form__input::placeholder {
 color: #959595;
 opacity: 1;
}
.demo-popup .popup-form__input :-ms-input-placeholder {
 color: #959595;
}
.demo-popup .popup-form__input ::-ms-input-placeholder {
 color: #959595;
}
@media (min-width: 600px) {
 .demo-popup .popup-form__input {
  height: 30px;
  font-size: 15px;
  line-height: 24px;
 }
}
.demo-popup .popup-form__input--trapeze {
 padding: 0 25px;
 -webkit-clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
 clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}
.demo-popup .popup-form__input--trapeze-down {
 padding: 0 25px 0 35px;
 -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
 clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.demo-popup .popup-form__input--paral {
 padding: 0 25px 0 45px;
 -webkit-clip-path: polygon(5% 0, 94% 0, 100% 100%, 10% 100%);
 clip-path: polygon(5% 0, 94% 0, 100% 100%, 10% 100%);
}
.demo-popup .form-demo-content {
 margin: 70px 20px 0 80px;
 width: 100%;
 display: flex;
 justify-content: center;
}
@media screen and (max-width: 992px) {
 .demo-popup .form-demo-content {
  margin: 70px 0 0 50px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup .form-demo-content {
  min-height: 300px;
  margin: 60px 0 0;
 }
}
@media screen and (max-width: 320px) {
 .demo-popup .form-demo-content {
  margin-top: 50px;
 }
}
.demo-popup .form-demo-content .popup-form {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}
@media screen and (max-width: 767px) {
 .demo-popup .form-demo-content .popup-form {
  flex-direction: column;
  padding: 0 20px;
 }
}
.demo-popup .form-demo-content .popup-form__block {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-right: 25px;
}
@media screen and (max-width: 992px) {
 .demo-popup .form-demo-content .popup-form__block {
  max-width: 230px;
 }
}
@media screen and (max-width: 767px) {
 .demo-popup .form-demo-content .popup-form__block {
  width: 100%;
  max-width: none;
  margin-right: 0;
  align-items: center;
 }
}
.demo-popup .form-demo-content .popup-form__field {
 margin-bottom: 15px;
 width: 100%;
 display: flex;
 align-items: center;
 color: #959595;
}
@media screen and (max-width: 768px) {
 .demo-popup .form-demo-content .popup-form__field {
  flex-wrap: wrap;
 }
}
.demo-popup .form-demo-content .popup-form__input {
 height: 33px;
 margin: 0 auto;
 max-width: 280px;
}
@media screen and (max-width: 320px) {
 .demo-popup .form-demo-content .popup-form__input {
  max-width: 235px;
 }
}
.demo-popup .form-demo-content .popup-form__demo-btn {
 width: 145px;
 height: 52px;
 margin-top: 0;
 flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
 .demo-popup .form-demo-content .popup-form__demo-btn {
  display: none;
 }
}
.demo-popup .form-demo-content .popup-form__demo-btn-mob {
 display: none;
}
@media screen and (max-width: 767px) {
 .demo-popup .form-demo-content .popup-form__demo-btn-mob {
  display: block;
  width: 145px;
  min-height: 40px;
  height: 40px;
  margin: 10px auto 0;
 }
}
.demo-popup .demo-sms-content {
 width: 270px;
 margin: 90px auto 0;
 padding-right: 55px;
}
@media (min-width: 460px) {
 .demo-popup .demo-sms-content {
  width: 65%;
  padding-right: 75px;
 }
}
@media (min-width: 600px) {
 .demo-popup .demo-sms-content {
  width: 300px;
  margin-top: 120px;
  padding-right: 60px;
  padding-left: 10px;
 }
}
@media (min-width: 980px) {
 .demo-popup .demo-sms-content {
  width: 420px;
  margin-top: 100px;
  padding-right: 115px;
 }
}
.demo-popup .demo-sms-content .popup-form,
.demo-popup .demo-sms-content .popup-form__field {
 display: flex;
 flex-direction: column;
 position: relative;
}
.demo-popup .demo-sms-content .popup-form__field {
 align-items: center;
 margin-bottom: 15px;
}
@media (min-width: 600px) {
 .demo-popup .demo-sms-content .popup-form__field {
  margin-bottom: 25px;
 }
}
.demo-popup .demo-sms-content .popup-form .demo-sms-form__title {
 margin-bottom: 12px;
 font-weight: 700;
 color: #fff;
 font-size: 24px;
 line-height: 28px;
}
@media (min-width: 980px) {
 .demo-popup .demo-sms-content .popup-form .demo-sms-form__title {
  margin-bottom: 25px;
  font-size: 33px;
  line-height: 33px;
 }
}
.demo-popup .demo-sms-content .popup-form .btn {
 box-sizing: border-box;
 width: 130px;
 height: 52px;
 margin-right: 25px;
 align-self: flex-end;
 font-weight: 500;
}
@media (min-width: 600px) {
 .demo-popup .demo-sms-content .popup-form .btn {
  margin-right: 12px;
 }
}
@media (min-width: 980px) {
 .demo-popup .demo-sms-content .popup-form .btn {
  width: 145px;
  margin-right: 33px;
 }
}
.demo-popup .popup-form__attention-text {
 margin: 0 auto 15px;
 text-align: center;
 padding: 0 20px;
}
@media screen and (max-width: 480px) {
 .demo-popup .popup-form__attention-text {
  font-size: 12px;
  line-height: 15px;
 }
}
.phone-ivalid-message.demo-phone {
 top: -10px;
 font-size: 13px;
 width: 100%;
}
.breadcrumbs-container {
 position: absolute;
 background: #000;
 padding: 5px 10px;
 border-radius: 0 0 5px 5px;
 left: calc(50vw - 499px);
 top: 100%;
}
@media screen and (max-width: 1680px) {
 .breadcrumbs-container {
  top: 99%;
 }
}
@media screen and (max-width: 1440px) {
 .breadcrumbs-container {
  left: calc(50vw - 491.5px);
 }
}
@media screen and (max-width: 1024px) {
 .breadcrumbs-container {
  left: 20px;
 }
}
@media screen and (max-width: 860px) {
 .breadcrumbs-container {
  top: 99%;
 }
}
@media screen and (max-width: 680px) {
 .breadcrumbs-container {
  top: 100%;
  left: 0;
  width: 100%;
 }
}
.breadcrumbs-container span {
 color: #fff;
 font-size: 14px;
 display: inline-block;
}
.breadcrumbs-container span:first-letter {
 text-transform: capitalize;
}
.breadcrumbs-container a {
 color: #27c5dc;
 font-size: 14px;
}
.breadcrumbs-container .breadcrumb-item {
 position: relative;
 padding-right: 15px;
}
.breadcrumbs-container .breadcrumb-item:after {
 content: "";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 right: -1px;
 top: 4px;
 border: 4px solid transparent;
 border-top: 6px solid #fff;
 transform: rotate(-90deg);
}
.breadcrumbs-container .breadcrumb-item:last-child {
 padding: 0;
}
.breadcrumbs-container .breadcrumb-item:last-child:after {
 display: none;
}
.hide_breadcrumbs {
 top: -100px;
 transition: top 0.45s;
 z-index: -1;
}
.show_breadcrumbs {
 top: 100%;
 z-index: 2;
 transition: top 0.45s, z-index 5s;
}
.redesign .breadcrumbs-container {
 position: absolute;
 z-index: 1001;
 background-color: transparent;
 top: 100px;
 padding: 6px 10px 6px 20px;
 width: auto;
 display: none;
 max-width: 1320px;
 margin: 0 auto;
 left: 0;
 right: 0;
}
@media screen and (min-width: 768px) {
 .redesign .breadcrumbs-container {
  display: block;
 }
}
@media screen and (max-width: 1399px) {
 .redesign .breadcrumbs-container {
  padding-left: 45px;
  max-width: 1333px;
 }
}
@media screen and (max-width: 1280px) {
 .redesign .breadcrumbs-container {
  padding-left: 25px;
 }
}
@media screen and (max-width: 1024px) {
 .redesign .breadcrumbs-container {
  padding-left: 30px;
 }
}
@media screen and (max-width: 991px) {
 .redesign .breadcrumbs-container {
  padding-left: 38px;
 }
}
.redesign .breadcrumbs-container a,
.redesign .breadcrumbs-container span {
 font-size: 12px;
 line-height: 16px;
}
.redesign .breadcrumbs-container a {
 color: #666;
 padding-right: 24px;
 position: relative;
}
.redesign .breadcrumbs-container a:after {
 content: "/";
 position: absolute;
 display: block;
 top: 0;
 right: 13px;
 border: none;
 transform: rotate(0deg);
}
.redesign .breadcrumbs-container span {
 color: #000;
}
.redesign .header-new--banner + main .breadcrumbs-container {
 top: 145px;
}
@media screen and (max-width: 1024px) {
 .redesign .header-new--banner + main .breadcrumbs-container {
  top: 40px;
 }
}
#academy_page.font_lang_ar .breadcrumbs-container a {
 padding-right: 0;
 padding-left: 24px;
}
#academy_page.font_lang_ar .breadcrumbs-container a:after {
 right: auto;
 left: 13px;
}
.popup-form-wrap_redesign {
 width: 100%;
 background: #fff;
 border-radius: 16px;
 padding: 28px;
 margin: 0 20px;
}
@media screen and (min-width: 680px) {
 .popup-form-wrap_redesign {
  padding: 48px;
 }
}
.popup-form-wrap_redesign__title {
 font-weight: 600;
 font-size: 22px;
 line-height: 27px;
 text-align: center;
 color: #161736;
 margin-bottom: 24px;
}
@media screen and (min-width: 680px) {
 .popup-form-wrap_redesign__title {
  font-size: 29px;
  line-height: 36px;
 }
}
.popup-form-wrap_redesign__gdpr .new-gdpr {
 margin-bottom: 0;
 display: flex;
}
@media screen and (max-width: 992px) {
 .popup-form-wrap_redesign__gdpr .new-gdpr {
  margin: 15px auto 0;
 }
}
.popup-form-wrap_redesign__gdpr .new-gdpr-link,
.popup-form-wrap_redesign__gdpr .new-gdpr-text {
 color: rgba(33, 46, 68, 0.75);
 margin: 0;
 font-size: 11px;
 line-height: 14px;
 text-decoration: none;
 font-weight: 400;
}
.popup-form-wrap_redesign__gdpr .new-gdpr-link {
 text-decoration: underline;
}
.popup-form-wrap_redesign__gdpr .new-gdpr .gdpr-policy__checkbox-text {
 margin-left: 0;
}
.popup-form-wrap_redesign__gdpr .new-gdpr .new-gdpr-checkbox-color {
 border: none !important;
}
.popup-form-wrap_redesign__gdpr .new-gdpr .gdpr-policy__checkbox-icon:before {
 content: "";
 border: 1px solid rgba(0, 0, 0, 0.25);
 box-sizing: border-box;
 border-radius: 4px;
 background: #fff;
 width: 0;
 height: 0;
 top: -3px;
 margin: 0;
 padding: 0 9.5px;
}
@media screen and (max-width: 680px) {
 .popup-form-wrap_redesign__gdpr .new-gdpr .gdpr-policy__checkbox-icon:before {
  top: -15px;
  left: -1px;
 }
}
.popup-form-wrap_redesign__gdpr .new-gdpr .checkbox_error:before {
 content: "";
 border: 1px solid red;
 width: 16px;
 height: 16px;
 border-radius: 4px;
 background-image: none;
}
.popup-form-wrap_redesign__gdpr
 .new-gdpr
 .gdpr-policy__checkbox:checked
 + .gdpr-policy__checkbox-icon:before {
 content: "";
 background-image: url(../images/check-mark.svg);
 background-repeat: no-repeat;
 background-size: auto;
 background-position: 50%;
 color: #fff;
 background-color: #167bfc;
 border: 1px solid #397dfb;
 border-radius: 4px;
 width: 16px;
 height: 16px;
}
.popup-form-wrap_redesign__gdpr .new-gdpr .gdpr-policy__label {
 padding-left: 0;
}
.popup-form-wrap_redesign .popup-form {
 width: 100% !important;
}
.popup-form-wrap_redesign .popup-form__set-inputs {
 width: 100%;
 max-width: 100%;
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign {
 margin-bottom: 0;
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign .input-valid {
 margin-bottom: 12px;
}
@media screen and (min-width: 680px) {
 .popup-form-wrap_redesign .popup-form__set-inputs_redesign .input-valid {
  margin-bottom: 24px;
 }
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign input,
.popup-form-wrap_redesign .popup-form__set-inputs_redesign textarea {
 border: 1px solid #dde0eb;
 box-sizing: border-box;
 border-radius: 4px;
 font-size: 16px;
 line-height: 19px;
 color: #9097a2;
 padding: 14.5px 15px;
 background-color: #fff;
 margin-bottom: 0;
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign input::placeholder,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 textarea::placeholder {
 font-size: 16px;
 line-height: 19px;
 color: #9097a2;
}
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 input:-webkit-autofill,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 input:-webkit-autofill:active,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 input:-webkit-autofill:focus,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 input:-webkit-autofill:hover,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 textarea:-webkit-autofill,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 textarea:-webkit-autofill:active,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 textarea:-webkit-autofill:focus,
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 textarea:-webkit-autofill:hover {
 box-shadow: inset 0 0 0 100px #fff !important;
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign input {
 padding: 23px 15px;
}
.popup-form-wrap_redesign .popup-form__set-inputs_redesign textarea {
 height: 100px;
}
@media screen and (min-width: 680px) {
 .popup-form-wrap_redesign .popup-form__set-inputs_redesign textarea {
  height: 150px;
 }
}
.popup-form-wrap_redesign
 .popup-form__set-inputs_redesign
 .popup-form__attention-text {
 display: none;
}
.popup-form-wrap_redesign .popup-form .popup-form__btn_redesign {
 position: relative;
}
.popup-form-wrap_redesign .popup-form__close--close-btn {
 color: #3963ff;
 font-size: 22px;
 top: -39px;
 right: 30px;
}
@media screen and (min-width: 470px) {
 .popup-form-wrap_redesign .popup-form__close--close-btn {
  top: -14px;
 }
}
@media screen and (min-width: 680px) {
 .popup-form-wrap_redesign .popup-form__close--close-btn {
  top: -35px;
  right: 17px;
 }
}
@media screen and (min-width: 860px) {
 .popup-form-wrap_redesign .popup-form__close--close-btn {
  top: 0;
  right: 7px;
 }
}
.popup-form-wrap_redesign .gdpr-policy--popup-form {
 width: 100%;
 padding-left: 0;
 margin-bottom: 24px;
}
.popup-form-wrap_redesign .gdpr-policy--popup-form .gdpr-policy__checkbox-text,
.popup-form-wrap_redesign .gdpr-policy--popup-form .gdpr-policy__text {
 color: #161736;
}
.popup-form-wrap_redesign .gdpr-policy--popup-form .gdpr-policy__link {
 color: #3963ff;
}
.popup-form-wrap_redesign .gdpr-policy--popup-form .gdpr-policy__checkbox-icon {
 border: 1px solid #dde0eb;
 box-sizing: border-box;
 border-radius: 4px;
}
.popup-form-wrap_redesign .gdpr-policy--popup-form .gdpr-policy__checkbox {
 display: none;
}
.popup-form-wrap_redesign
 .gdpr-policy--popup-form
 .gdpr-policy__checkbox:checked
 + .gdpr-policy__checkbox-icon:before {
 width: 18px;
 height: 16px;
 border-radius: 4px;
 background: none;
 background-color: #3963ff;
}
.popup-form-wrap_redesign
 .gdpr-policy--popup-form
 .gdpr-policy__checkbox-icon
 .checkbox_error {
 width: 18px;
 height: 18px;
 margin-right: 12px;
 background: red;
}
.popup-form-wrap .popup-form__btn_redesign {
 background: #3963ff;
 color: #fff;
 border-radius: 4px;
 font-weight: 500;
 font-size: 18px;
 line-height: 27px;
 padding: 16px 32px;
}
.popup_redesign .popup__message {
 width: 400px;
 height: 400px;
 background-color: #fff;
 border-radius: 16px;
 background-image: none;
 padding: 60px;
 align-items: flex-end;
 color: #222425;
 font-size: 24px;
 line-height: 29px;
 font-weight: 600;
 position: relative;
}
.popup_redesign .popup__message:before {
 position: absolute;
 content: "";
 background-image: url(../images/popup-message.png);
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: auto;
 transform: scaleX(-1);
 top: 56px;
 width: 150px;
 height: 145px;
}
.ivalid-message {
 padding: 5px 0;
 color: red;
 font-size: 14px;
 line-height: 17px;
}
.new-gdpr {
 padding-left: 0;
 width: 100%;
 margin-top: 16px;
}
.new-gdpr-text {
 color: #6b717d;
}
.new-gdpr-link,
.new-gdpr-text {
 font-size: 11px;
 line-height: 14px;
}
.new-gdpr-link {
 color: #167bfc;
 text-decoration: none;
}
.new-gdpr-checkbox-text {
 font-size: 18px;
 line-height: 26px;
 font-weight: 400;
}
.new-gdpr-checkbox-color {
 margin-right: 10px;
 box-sizing: border-box;
 width: 16px;
 height: 16px;
}
.new-gdpr .checkbox_error:before {
 background-color: #f7f9fd;
 border-radius: 2px;
}
.new-gdpr .gdpr-policy__checkbox:checked + .gdpr-policy__checkbox-icon:before {
 border: 1px solid #397dfb;
 border-radius: 2px;
}
.new-gdpr {
 margin-bottom: 0;
 margin-top: 15px;
 display: flex;
 align-items: flex-start;
}
@media screen and (max-width: 992px) {
 .new-gdpr {
  margin: 15px auto 0;
 }
}
.new-gdpr-link,
.new-gdpr-text {
 margin: 0;
 text-decoration: none;
 text-align: left;
 font-weight: 400;
}
.new-gdpr-link {
 text-decoration: underline;
}
.new-gdpr .gdpr-policy__checkbox-icon:before {
 border: 1px solid #e1e3e7;
 box-sizing: border-box;
 border-radius: 4px;
 background: #fff;
 width: 16px;
 height: 16px;
 top: 1px;
 margin-bottom: 0;
}
.new-gdpr .checkbox_error:before {
 border: 1px solid red;
 width: 16px;
 height: 16px;
 border-radius: 4px;
 background-image: none;
}
.new-gdpr .gdpr-policy__checkbox:checked + .gdpr-policy__checkbox-icon:before {
 background-image: url(../images/check-mark.svg);
 background-repeat: no-repeat;
 background-size: auto;
 background-position: 50%;
 color: #fff;
 background-color: #167bfc;
 border-radius: 4px;
 width: 16px;
 height: 16px;
}
.new-gdpr .gdpr-policy__label {
 padding-left: 0;
}
.calendar-btn,
.qxCTlb {
 font-family: Inter, sans-serif !important;
 padding: 9.5px 32px !important;
 font-size: 18px !important;
 line-height: 27px !important;
 font-weight: 500 !important;
 margin-top: 16px;
 margin-bottom: -16px;
 letter-spacing: 0 !important;
 color: #3963ff !important;
 border: 1px solid #3963ff !important;
 width: 100%;
 display: block;
}
.form-event--new {
 width: fit-content !important;
 padding: 36px 19.5px;
 height: fit-content;
 position: relative;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 border-radius: 24px;
 background: #fff;
 color: var(--Text-Color-Primary, #1d1d1f);
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 140%;
}
@media screen and (max-width: 860px) {
 .demo-popup__cancel {
  right: 0 !important;
  top: -30px !important;
 }
}
.popup-form__title {
 color: #000;
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 28px;
 font-style: normal;
 font-weight: 600;
 line-height: 110%;
 margin-bottom: 12px;
 padding: 0;
 position: relative;
}
.popup-form__title:before {
 position: relative;
 content: "";
 background-image: url(../images/popup-message-blue.png);
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: auto;
 transform: scale(1);
 top: 0;
 margin: 0 auto 24px;
 display: block;
 width: 48px;
 height: 48px;
}
.popup-form__subtitle {
 color: var(--Text-Color-Primary, #1d1d1f);
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 140%;
 padding: 0 !important;
}
.popup-form__subtitle:last-of-type {
 padding: 0;
 margin: 0 0 15px;
}
.popup-form .thank-you-page__calendar {
 text-align: left;
}
.popup-form .thank-you-page__calendar-box {
 margin: 0;
 justify-content: flex-start;
}
.popup-form .thank-you-page__buttons {
 margin-bottom: 15px;
}
#academy_page.font_lang_ar .new-gdpr-checkbox-color {
 margin-right: 0;
 margin-left: 10px;
}
#academy_page.font_lang_ar .new-gdpr-text {
 text-align: right;
}
.btn-submit--disabled {
 filter: invert(0.3);
 pointer-events: none;
}
.form {
 display: flex;
 flex-wrap: wrap;
 position: relative;
}
.form__title {
 font-weight: 600;
 margin-bottom: 40px;
}
.form__subtitle {
 font-size: 16px;
 font-weight: 400;
 margin-bottom: 50px;
}
.form__field {
 margin-bottom: 15px;
 width: 100%;
}
@media screen and (max-width: 1220px) {
 .form__field {
  margin-bottom: 10px;
 }
}
.form__input,
.form__select,
.form__textarea {
 border: 1px solid #fbfbfb;
 background-color: #ededed;
 border-radius: 0;
 font-size: 12px;
 width: 100%;
}
.form__input::-webkit-input-placeholder,
.form__select::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
 text-align: left;
 font-size: 12px;
 font-weight: 500;
 color: #aeb6c2;
}
.form__input::-moz-placeholder,
.form__select::-moz-placeholder,
.form__textarea::-moz-placeholder {
 text-align: left;
 font-size: 12px;
 font-weight: 500;
 color: #aeb6c2;
}
.form__input:-webkit-autofill,
.form__input:-webkit-autofill:active,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:hover,
.form__select:-webkit-autofill,
.form__select:-webkit-autofill:active,
.form__select:-webkit-autofill:focus,
.form__select:-webkit-autofill:hover,
.form__textarea:-webkit-autofill,
.form__textarea:-webkit-autofill:active,
.form__textarea:-webkit-autofill:focus,
.form__textarea:-webkit-autofill:hover {
 box-shadow: inset 0 0 0 100px #fff !important;
}
.form__input,
.form__select {
 height: 35px;
 padding: 5px 15px;
}
.form__textarea {
 display: block;
 height: 80px;
 resize: none;
 padding: 15px;
}
.form__select {
 width: 100%;
}
.search-form {
 display: flex;
}
.search-form__input {
 width: 100%;
 height: 40px;
 border: 1px solid transparent;
 border-bottom-color: #000;
 background-color: transparent;
 padding: 10px 15px 10px 0;
}
.search-form__input::-webkit-input-placeholder {
 font-size: 15px;
 color: #aeb6c2;
}
.search-form__input::-moz-placeholder {
 font-size: 15px;
 color: #aeb6c2;
}
.search-form__btn {
 height: 40px;
 width: 40px;
 border: 1px solid transparent;
 border-bottom-color: #000;
 background: transparent;
}
.email-subscribe {
 max-width: 1200px;
 width: 100%;
 margin: 0 auto 300px;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 60px 20px 50px;
}
@media screen and (max-width: 1024px) {
 .email-subscribe {
  margin: 0 auto 100px;
 }
}
.email-subscribe__title {
 margin-bottom: 20px;
}
.email-subscribe__text {
 margin-bottom: 55px;
 max-width: 470px;
 font-size: 14px;
 line-height: 24px;
}
@media screen and (max-width: 480px) {
 .email-subscribe__text {
  margin-bottom: 35px;
 }
}
.email-subscribe__btn {
 margin-top: 60px;
}
@media screen and (max-width: 480px) {
 .email-subscribe__btn {
  margin-top: 40px;
 }
}
.form-section__wrap {
 height: 670px;
 width: 100%;
 position: relative;
 display: flex;
 align-items: center;
}
@media screen and (max-width: 767px) {
 .form-section__wrap {
  height: 700px;
 }
}
@media screen and (max-width: 480px) {
 .form-section__wrap {
  height: 740px;
 }
}
@media screen and (max-width: 360px) {
 .form-section__wrap {
  height: 770px;
 }
}
.form-section__bg,
.form-section__triangles {
 position: absolute;
 width: 100%;
 max-width: 100%;
 background-repeat: no-repeat;
 background-position: 50%;
}
.form-section__bg {
 height: 670px;
 object-fit: cover;
 top: 0;
}
@media screen and (max-width: 768px) {
 .form-section__bg {
  object-position: 45%;
 }
}
@media screen and (max-width: 767px) {
 .form-section__bg {
  object-position: 74%;
  height: 700px;
 }
}
@media screen and (max-width: 578px) {
 .form-section__bg {
  object-position: 67%;
 }
}
@media screen and (max-width: 480px) {
 .form-section__bg {
  height: 740px;
 }
}
@media screen and (max-width: 360px) {
 .form-section__bg {
  height: 770px;
  object-position: 66%;
 }
}
.form-section__triangles {
 top: 8%;
 width: 100%;
 height: 625px;
 background-image: url(../images/contacts-form-tri.png);
}
@media screen and (max-width: 860px) {
 .form-section__triangles {
  background-size: 105% 128%;
  background-position: 100% 0;
 }
}
@media screen and (max-width: 767px) {
 .form-section__triangles {
  background-size: 105% 135%;
  height: 500px;
 }
}
@media screen and (max-width: 480px) {
 .form-section__triangles {
  background-size: 170% 135%;
 }
}
.form-section__block {
 position: relative;
 top: 0;
 left: 0;
 display: flex;
 justify-content: flex-end;
 width: 100%;
 max-width: 1180px;
 height: 100%;
 max-height: 565px;
 margin: 0 auto;
 padding-top: 90px;
}
@media screen and (max-width: 767px) {
 .form-section__block {
  padding-top: 70px;
 }
}
@media screen and (max-width: 480px) {
 .form-section__block {
  max-height: none;
 }
}
.form-section__title {
 margin-top: 60px;
}
@media screen and (max-width: 768px) {
 .form-section__title {
  margin-top: 10px;
 }
}
.form-section__image {
 width: 37%;
 position: relative;
 display: flex;
 justify-content: center;
}
@media screen and (max-width: 1024px) {
 .form-section__image {
  width: 43%;
 }
}
@media screen and (max-width: 767px) {
 .form-section__image {
  display: none;
 }
}
.form-section__about {
 width: 47%;
 margin-left: 40px;
 display: flex;
 flex-direction: column;
}
@media screen and (max-width: 900px) {
 .form-section__about {
  width: 50%;
 }
}
@media screen and (max-width: 860px) {
 .form-section__about {
  width: 44%;
 }
}
@media screen and (max-width: 767px) {
 .form-section__about {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
 }
}
@media screen and (max-width: 480px) {
 .form-section__about {
  padding: 0 40px;
 }
}
.form-section__about-title {
 margin-bottom: 18px;
 min-height: 60px;
 width: 100%;
 max-width: 375px;
 line-height: 22px;
 padding-top: 8px;
}
@media screen and (max-width: 480px) {
 .form-section__about-title {
  padding-top: 15px;
  line-height: 22px;
  min-height: 0;
  max-width: none;
 }
}
.form-section__btn-gendir {
 width: 351px;
 height: 87px;
 background-image: url(../images/btn-director-disable.svg);
 background-repeat: no-repeat;
 padding: 10px 30px 30px 130px;
 margin: 0 auto -18px;
}
.form-section__btn-gendir:active,
.form-section__btn-gendir:hover {
 cursor: pointer;
 background-image: url(../images/btn-director-active.svg);
}
@media screen and (max-width: 380px) {
 .form-section__btn-gendir {
  width: 320px;
  height: 79px;
  padding: 8px 25px 25px 105px;
  background-size: contain;
 }
}
.form-section .form {
 flex-direction: row;
 flex-wrap: wrap;
}
@media screen and (max-width: 1220px) {
 .form-section .form {
  max-width: 375px;
 }
}
@media screen and (max-width: 860px) {
 .form-section .form {
  max-width: 300px;
 }
}
@media screen and (max-width: 767px) {
 .form-section .form {
  max-width: 375px;
 }
}
@media screen and (max-width: 480px) {
 .form-section .form {
  max-width: none;
 }
}
.form-section .form__block {
 width: 67%;
 max-width: 375px;
}
@media screen and (max-width: 1220px) {
 .form-section .form__block {
  width: 100%;
 }
}
@media screen and (max-width: 480px) {
 .form-section .form__block {
  max-width: none;
 }
}
.form-section .form__btn {
 margin-top: 20px;
 margin-left: 30.5%;
}
@media screen and (max-width: 1220px) {
 .form-section .form__btn {
  margin-left: auto;
 }
}
.form-subscribe {
 height: 469px;
}
@media screen and (max-width: 768px) {
 .form-subscribe {
  height: 501px;
 }
}
.form-subscribe__bg {
 height: 100%;
 background-image: url(../images/email-subs-desktop.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50%;
}
@media screen and (max-width: 992px) {
 .form-subscribe__bg {
  background-position-x: -1700px;
 }
}
@media screen and (max-width: 768px) {
 .form-subscribe__bg {
  background-image: url(../images/email-subs-mob.png);
  background-position: 50%;
 }
}
.form-subscribe__block {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 max-width: 1220px;
 height: 100%;
 margin: 0 auto;
 position: relative;
}
@media screen and (max-width: 768px) {
 .form-subscribe__block {
  justify-content: center;
 }
}
.form-subscribe--triangle1 {
 position: absolute;
 width: 89px;
 height: 100px;
 top: -10px;
 left: 170px;
 background-image: url(../images/polygon22.png);
 background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
 .form-subscribe--triangle1 {
  left: 80px;
 }
}
@media screen and (max-width: 578px) {
 .form-subscribe--triangle1 {
  display: none;
 }
}
.form-subscribe--triangle2 {
 position: absolute;
 width: 135px;
 height: 105px;
 top: 20px;
 right: 90px;
 background-image: url(../images/polygon23.png);
 background-repeat: no-repeat;
}
@media screen and (max-width: 1220px) {
 .form-subscribe--triangle2 {
  top: -30px;
 }
}
@media screen and (max-width: 480px) {
 .form-subscribe--triangle2 {
  background-image: url(../images/polygon24.png);
  height: 124px;
  width: 80px;
  top: 55px;
  right: 0;
 }
}
.form-subscribe--triangle3 {
 position: absolute;
 width: 139px;
 height: 124px;
 bottom: 20px;
 right: 510px;
 background-image: url(../images/polygon12.png);
 background-repeat: no-repeat;
}
@media screen and (max-width: 1220px) {
 .form-subscribe--triangle3 {
  bottom: -10px;
 }
}
@media screen and (max-width: 992px) {
 .form-subscribe--triangle3 {
  right: 650px;
 }
}
@media screen and (max-width: 480px) {
 .form-subscribe--triangle3 {
  display: none;
 }
}
.form-subscribe__about {
 width: 47%;
 height: 80%;
 padding: 70px 30px 0 0;
}
@media screen and (max-width: 1220px) {
 .form-subscribe__about {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
}
@media screen and (max-width: 992px) {
 .form-subscribe__about {
  width: 60%;
 }
}
@media screen and (max-width: 578px) {
 .form-subscribe__about {
  width: 80%;
 }
}
@media screen and (max-width: 380px) {
 .form-subscribe__about {
  width: 100%;
 }
}
.news-form {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 position: relative;
}
@media screen and (max-width: 1220px) {
 .news-form {
  justify-content: flex-start;
  padding: 20px 0;
 }
}
@media screen and (max-width: 768px) {
 .news-form {
  justify-content: center;
 }
}
.news-form__set-inputs {
 width: 70%;
 display: flex;
 flex-direction: column;
}
@media screen and (max-width: 1220px) {
 .news-form__set-inputs {
  width: 90%;
 }
}
@media screen and (max-width: 992px) {
 .news-form__set-inputs {
  width: 80%;
 }
}
.news-form__title {
 line-height: 33px;
 font-size: 33px;
 margin-bottom: 30px;
}
@media screen and (max-width: 1220px) {
 .news-form__title {
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 992px) {
 .news-form__title {
  font-size: 25px;
 }
}
.news-form__about-title {
 line-height: 20px;
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 25px;
}
@media screen and (max-width: 1220px) {
 .news-form__about-title {
  font-size: 18px;
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 992px) {
 .news-form__about-title {
  font-size: 17px;
 }
}
@media screen and (max-width: 1220px) {
 .news-form .form__input,
 .news-form .form__textarea {
  width: 80%;
 }
}
@media screen and (max-width: 992px) {
 .news-form .form__input,
 .news-form .form__textarea {
  width: 100%;
 }
}
.news-form__btn {
 margin-top: 20px;
 align-self: flex-end;
 position: absolute;
 top: 195px;
 left: 180px;
}
@media screen and (max-width: 1220px) {
 .news-form__btn {
  position: static;
  margin: 0;
  transform: translateX(100px);
 }
}
@media screen and (max-width: 768px) {
 .news-form__btn {
  transform: none;
  margin-top: 20px;
 }
}
.sign-up-event {
 position: relative;
 width: 100vw;
 margin-bottom: 100px !important;
}
.sign-up-event__top-bit {
 position: absolute;
 width: 100%;
 height: 98px;
 top: -98px;
}
@media screen and (max-width: 680px) {
 .sign-up-event__top-bit {
  height: 70px;
  top: -70px;
 }
}
@media screen and (max-width: 480px) {
 .sign-up-event__top-bit {
  height: 40px;
  top: -40px;
 }
}
.sign-up-event__bottom-bit {
 position: absolute;
 width: 100%;
 height: 87px;
 bottom: -87px;
}
@media screen and (max-width: 680px) {
 .sign-up-event__bottom-bit {
  height: 60px;
  bottom: -60px;
 }
}
@media screen and (max-width: 480px) {
 .sign-up-event__bottom-bit {
  height: 35px;
  bottom: -35px;
 }
}
.sign-up-event__block-bg {
 position: absolute;
 width: 100%;
 height: 100%;
 object-fit: fill;
}
.sign-up-event__triangle1 {
 position: absolute;
 width: 68px;
 height: 77px;
 top: -70px;
 left: 70px;
 -webkit-transform: rotate(-75deg);
 -moz-transform: rotate(-75deg);
 -ms-transform: rotate(-75deg);
 -o-transform: rotate(-75deg);
 transform: rotate(-75deg);
}
.sign-up-event__triangle2 {
 position: absolute;
 width: 77px;
 height: 61px;
 top: -50px;
 left: 10px;
 -webkit-transform: rotate(37deg);
 -moz-transform: rotate(37deg);
 -ms-transform: rotate(37deg);
 -o-transform: rotate(37deg);
 transform: rotate(37deg);
}
@media screen and (max-width: 1024px) {
 .sign-up-event__triangle2 {
  left: auto;
  right: -77px;
 }
}
.sign-up-event__content {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 980px;
 margin: 0 auto;
}
@media screen and (max-width: 1024px) {
 .sign-up-event__content {
  width: 100%;
  padding: 0 40px;
  justify-content: center;
 }
}
@media screen and (max-width: 480px) {
 .sign-up-event__content {
  padding: 0 10px;
 }
}
.sign-up-event__geo-img {
 width: 428px;
 height: 370px;
}
@media screen and (max-width: 1024px) {
 .sign-up-event__geo-img {
  position: absolute;
  opacity: 0.3;
 }
}
@media screen and (max-width: 1024px) {
 .event-form {
  z-index: 10;
 }
}
.event-form__about-title,
.event-form__title {
 margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
 .event-form__about-title,
 .event-form__title {
  text-align: center;
 }
}
.event-form__entries {
 display: flex;
 align-items: flex-start;
}
@media screen and (max-width: 1024px) {
 .event-form__entries {
  flex-direction: column;
  align-items: center;
 }
}
.event-form__set-inputs {
 width: 375px;
 margin-right: 10px;
}
@media screen and (max-width: 480px) {
 .event-form__set-inputs {
  width: 300px;
  margin-right: 0;
 }
}
.event-form__gdpr-wrap {
 width: 140px;
 position: relative;
}
@media screen and (max-width: 1024px) {
 .event-form__gdpr-wrap {
  width: 375px;
 }
}
@media screen and (max-width: 480px) {
 .event-form__gdpr-wrap {
  width: 300px;
 }
}
.event-form__field {
 font-size: 14px;
}
.event-form__input,
.event-form__select,
.event-form__textarea {
 width: 100%;
 height: 36px;
 border: none;
 border-radius: 0;
 font-size: 14px;
 background-color: #fff;
 margin-bottom: 15px;
 padding: 5px 10px;
}
.event-form__input::-webkit-input-placeholder,
.event-form__select::-webkit-input-placeholder,
.event-form__textarea::-webkit-input-placeholder {
 text-align: left;
 font-size: 14px;
 font-weight: 500;
 color: #aeb6c2;
}
.event-form__input::-moz-placeholder,
.event-form__select::-moz-placeholder,
.event-form__textarea::-moz-placeholder {
 text-align: left;
 font-size: 14px;
 font-weight: 500;
 color: #aeb6c2;
}
.event-form__input:-webkit-autofill,
.event-form__input:-webkit-autofill:active,
.event-form__input:-webkit-autofill:focus,
.event-form__input:-webkit-autofill:hover,
.event-form__select:-webkit-autofill,
.event-form__select:-webkit-autofill:active,
.event-form__select:-webkit-autofill:focus,
.event-form__select:-webkit-autofill:hover,
.event-form__textarea:-webkit-autofill,
.event-form__textarea:-webkit-autofill:active,
.event-form__textarea:-webkit-autofill:focus,
.event-form__textarea:-webkit-autofill:hover {
 box-shadow: inset 0 0 0 100px #fff !important;
}
.event-form__textarea {
 height: 110px;
}
.event-form__btn {
 margin-top: 25px;
}
@media screen and (max-width: 1024px) {
 .event-form__btn {
  margin: 25px auto 0;
 }
}
.consult-subscribe {
 position: relative;
 height: 600px;
}
@media screen and (max-width: 992px) {
 .consult-subscribe {
  height: 674px;
 }
}
@media screen and (max-width: 768px) {
 .consult-subscribe {
  height: 750px;
 }
}
@media screen and (max-width: 480px) {
 .consult-subscribe {
  height: 730px;
 }
}
.consult-subscribe__gray-bg {
 position: absolute;
 height: 100%;
 width: 100%;
 z-index: -2;
}
.consult-subscribe__blue-bg {
 position: absolute;
 height: 100%;
 width: 100%;
 background-image: url(../images/consult-subs-desktop.png);
 -webkit-background-size: cover;
 background-size: cover;
 background-position: 50%;
 z-index: -1;
}
@media screen and (max-width: 768px) {
 .consult-subscribe__blue-bg {
  background-image: url(../images/consult-subs-mob.png);
 }
}
.consult-subscribe__triangle1 {
 position: absolute;
 top: -30px;
 left: 0;
}
.consult-subscribe__triangle2 {
 position: absolute;
 bottom: 150px;
 right: 0;
}
@media screen and (max-width: 992px) {
 .consult-subscribe__triangle2 {
  bottom: 80px;
 }
}
@media screen and (max-width: 680px) {
 .consult-subscribe__triangle2 {
  display: none;
 }
}
.consult-subscribe__triangle3 {
 position: absolute;
 bottom: 0;
 left: 450px;
}
@media screen and (max-width: 992px) {
 .consult-subscribe__triangle3 {
  left: 350px;
 }
}
@media screen and (max-width: 768px) {
 .consult-subscribe__triangle3 {
  display: none;
 }
}
.consult-subscribe__block {
 max-width: 1220px;
 height: 100%;
 padding: 0 40px;
 margin: 0 auto;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-end;
}
@media screen and (max-width: 768px) {
 .consult-subscribe__block {
  padding-top: 50px;
 }
}
@media screen and (max-width: 680px) {
 .consult-subscribe__block {
  padding: 50px 10px 0;
 }
}
.consult-subscribe__title {
 margin-bottom: 40px;
 height: 40px;
 overflow: hidden;
}
@media screen and (max-width: 992px) {
 .consult-subscribe__title {
  height: 80px;
 }
}
@media screen and (max-width: 680px) {
 .consult-subscribe__title {
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 578px) {
 .consult-subscribe__title {
  font-size: 20px;
  height: 60px;
 }
}
.consult-subscribe__form {
 width: 50%;
 justify-content: center;
}
@media screen and (max-width: 768px) {
 .consult-subscribe__form {
  width: 100%;
 }
}
.consult-subscribe__set-inputs {
 width: 70%;
 display: flex;
 flex-direction: column;
 padding-right: 10px;
 margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
 .consult-subscribe__set-inputs {
  width: 80%;
  margin-bottom: 20px;
  padding: 0;
 }
}
.consult-subscribe__input,
.consult-subscribe__textarea {
 width: 100%;
 height: 36px;
 margin-bottom: 25px;
 padding: 5px 15px;
 border: 1px solid #fbfbfb;
 background-color: #ededed;
 border-radius: 0;
 -webkit-appearance: none;
 appearance: none;
}
.consult-subscribe__input::-webkit-input-placeholder,
.consult-subscribe__textarea::-webkit-input-placeholder {
 text-align: left;
 font-size: 12px;
 font-weight: 500;
 color: #aeb6c2;
}
.consult-subscribe__input::-moz-placeholder,
.consult-subscribe__textarea::-moz-placeholder {
 text-align: left;
 font-size: 13px;
 font-weight: 500;
 color: #aeb6c2;
}
.consult-subscribe__textarea {
 height: 110px;
}
.consult-subscribe__btn {
 position: absolute;
 right: 30%;
 bottom: 0;
}
@media screen and (max-width: 768px) {
 .consult-subscribe__btn {
  position: static;
 }
}
.error-phone-event {
 top: -8px;
}
#step2smart .smart_sign-up-event {
 background: #333;
 margin-bottom: 0 !important;
 height: 100%;
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event {
  height: 100%;
  padding-bottom: 40px;
 }
}
#step2smart .smart_sign-up-event .sign-up-event__content {
 max-width: 1008px;
 width: 100%;
 padding: 67px 20px;
 align-items: flex-start;
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .sign-up-event__content {
  padding: 0 20px 27px;
 }
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .event-form {
  margin-top: 27px;
 }
}
@media screen and (max-width: 520px) {
 #step2smart .smart_sign-up-event .event-form {
  width: 100%;
 }
}
#step2smart .smart_sign-up-event .event-form .event-form__title {
 position: relative;
 font-size: 64px;
 line-height: 68px;
 color: #00aaf8;
 text-transform: uppercase;
 font-family: Igra Sans, sans-serif;
 font-weight: 400;
 margin-bottom: 54px;
}
@media screen and (max-width: 680px) {
 #step2smart .smart_sign-up-event .event-form .event-form__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px;
 }
}
@media screen and (max-width: 380px) {
 #step2smart .smart_sign-up-event .event-form .event-form__title {
  font-size: 40px;
  line-height: 43px;
 }
}
@media screen and (max-width: 360px) {
 #step2smart .smart_sign-up-event .event-form .event-form__title {
  font-size: 35px;
  line-height: 40px;
 }
}
#step2smart .smart_sign-up-event .event-form .event-form__title span {
 color: #fff;
}
#step2smart .smart_sign-up-event .event-form .event-form__title:before {
 content: "";
 position: absolute;
 top: -68px;
 left: 0;
 border: 37px solid transparent;
 border-top: 20px solid #fff;
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .event-form .event-form__title:before {
  top: -28px;
 }
}
#step2smart .smart_sign-up-event .event-form .event-form__set-inputs {
 width: 467px;
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .event-form .event-form__set-inputs {
  margin-right: 0;
 }
}
@media screen and (max-width: 520px) {
 #step2smart .smart_sign-up-event .event-form .event-form__set-inputs {
  width: 100%;
 }
}
#step2smart .smart_sign-up-event .event-form .event-form__input,
#step2smart .smart_sign-up-event .event-form .event-form__select {
 height: 50px;
 margin-bottom: 24px;
 padding: 12px 50px 12px 14px;
 font-size: 20px;
}
#step2smart .smart_sign-up-event .event-form .event-form__input::placeholder,
#step2smart .smart_sign-up-event .event-form .event-form__select::placeholder {
 font-size: 18px;
 font-weight: 400;
 line-height: 22px;
 color: #758197;
 font-family: Montserrat, Sans-Serif;
}
#step2smart .smart_sign-up-event .event-form select {
 font-size: 18px;
 font-weight: 400;
 line-height: 22px;
 color: #758197;
 font-family: Montserrat, Sans-Serif;
 background-image: url(../images/select.jpg);
 background-repeat: no-repeat;
 background-position: 100%;
 background-size: 50px;
 appearance: none;
 position: relative;
 padding-right: 45px;
}
#step2smart .smart_sign-up-event .event-form .event-form__btn {
 height: 61px;
 background: #00aaf8;
 color: #fff;
 font-size: 24px;
 font-weight: 500;
 padding: 0 32px;
 margin-top: 30px;
}
@media screen and (max-width: 680px) {
 #step2smart .smart_sign-up-event .event-form .event-form__btn {
  margin-top: 17px;
 }
}
#step2smart .smart_sign-up-event .sign-up-event__image {
 position: relative;
}
#step2smart .smart_sign-up-event .sign-up-event__image:before {
 content: "";
 background: #00aaf8;
 border-radius: 50%;
 width: 400px;
 height: 400px;
 position: absolute;
 padding: 257px;
 top: 15px;
 left: 71px;
}
@media screen and (max-width: 1280px) {
 #step2smart .smart_sign-up-event .sign-up-event__image:before {
  width: 260px;
  height: 260px;
  padding: 190px;
  top: 70px;
  left: 40px;
 }
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .sign-up-event__image:before {
  display: none;
 }
}
#step2smart .smart_sign-up-event .sign-up-event__geo-img {
 width: 100%;
 height: 100%;
 z-index: 2;
 margin-left: 20px;
 margin-top: -75px;
}
@media screen and (max-width: 1280px) {
 #step2smart .smart_sign-up-event .sign-up-event__geo-img {
  width: 50%;
  height: 50%;
  margin-top: 0;
 }
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .sign-up-event__geo-img {
  display: none;
 }
}
#step2smart .smart_sign-up-event .gdpr-policy--form-contact {
 width: 100%;
 flex-wrap: nowrap;
 padding: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
 #step2smart .smart_sign-up-event .gdpr-policy--form-contact {
  width: 467px;
  margin: 0 auto;
 }
}
@media screen and (max-width: 680px) {
 #step2smart .smart_sign-up-event .gdpr-policy--form-contact {
  margin-bottom: 7px;
 }
}
@media screen and (max-width: 520px) {
 #step2smart .smart_sign-up-event .gdpr-policy--form-contact {
  width: 100%;
 }
}
#step2smart
 .smart_sign-up-event
 .gdpr-policy--form-contact
 .gdpr-policy__label--form-contact {
 width: 10%;
 padding: 0;
 margin-top: 5px;
}
#step2smart
 .smart_sign-up-event
 .gdpr-policy--form-contact
 .gdpr-policy__text--form-contact {
 color: #fff;
}
#step2smart section.event__form {
 background-image: url(../images/select.jpg);
 background-repeat: no-repeat;
 background-position: 100%;
 background-size: 50px;
 appearance: none;
 position: relative;
 padding-right: 45px;
 overflow: hidden;
 margin-top: -2px;
 margin-bottom: 0 !important;
}
.header-contact-form__input.input-code {
 position: fixed !important;
 left: -1000px;
 top: -1000px;
}
.smsCode-field {
 display: none;
}
#academy_app .demo-propose,
#academy_app .demo-sms,
#academy_app .form-demo,
#academy_app_no_bg .demo-propose,
#academy_app_no_bg .demo-sms,
#academy_app_no_bg .form-demo,
#academy_page .demo-propose,
#academy_page .demo-sms,
#academy_page .form-demo {
 display: none;
 width: 100%;
 justify-content: center;
}
#academy_app .popup__content--demo,
#academy_app_no_bg .popup__content--demo,
#academy_page .popup__content--demo {
 align-self: center;
}
@media screen and (min-width: 680px) and (max-height: 800px) {
 #academy_app .popup__content--demo,
 #academy_app_no_bg .popup__content--demo,
 #academy_page .popup__content--demo {
  align-self: flex-start;
 }
}
#academy_app .demo-popup,
#academy_app_no_bg .demo-popup,
#academy_page .demo-popup {
 max-width: 485px;
 width: 100%;
 min-height: 547px;
 height: fit-content;
 background: #1b2c48;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -44%);
 margin-left: 0 !important;
 border-radius: 12px;
}
@media screen and (max-width: 550px) {
 #academy_app .demo-popup,
 #academy_app_no_bg .demo-popup,
 #academy_page .demo-popup {
  width: 90vw;
  min-height: auto;
 }
}
@media screen and (min-width: 680px) and (max-height: 800px) {
 #academy_app .demo-popup,
 #academy_app_no_bg .demo-popup,
 #academy_page .demo-popup {
  top: 100px;
  transform: translate(-55%);
 }
}
#academy_app .demo-popup__img,
#academy_app_no_bg .demo-popup__img,
#academy_page .demo-popup__img {
 position: absolute;
 top: -78px;
 width: 80%;
 left: 50%;
 transform: translateX(-50%);
 z-index: 2;
 object-fit: contain;
}
@media screen and (max-width: 500px) {
 #academy_app .demo-popup__img,
 #academy_app_no_bg .demo-popup__img,
 #academy_page .demo-popup__img {
  top: -50px;
 }
}
#academy_app .demo-popup__ellipse,
#academy_app_no_bg .demo-popup__ellipse,
#academy_page .demo-popup__ellipse {
 position: absolute;
 width: 80%;
 right: -35px;
 top: -50px;
 z-index: 1;
}
#academy_app .demo-popup__cancel,
#academy_app_no_bg .demo-popup__cancel,
#academy_page .demo-popup__cancel {
 background-image: url(../images/close.svg);
 right: -28px;
 top: -28px;
 width: 28px;
 height: 28px;
}
#academy_app .demo-popup__cancel:hover,
#academy_app_no_bg .demo-popup__cancel:hover,
#academy_page .demo-popup__cancel:hover {
 transform: scale(1.2);
}
@media screen and (max-width: 680px) {
 #academy_app .demo-popup__cancel,
 #academy_app_no_bg .demo-popup__cancel,
 #academy_page .demo-popup__cancel {
  right: -15px;
 }
}
#academy_app .demo-popup .popup-form,
#academy_app_no_bg .demo-popup .popup-form,
#academy_page .demo-popup .popup-form {
 display: flex;
 flex-direction: column;
}
#academy_app .demo-popup .form-demo-content,
#academy_app_no_bg .demo-popup .form-demo-content,
#academy_page .demo-popup .form-demo-content {
 display: flex;
 flex-direction: column;
 padding: 184px 48px 43px;
 justify-content: center;
 width: 100%;
 margin: 0;
}
@media screen and (max-width: 500px) {
 #academy_app .demo-popup .form-demo-content,
 #academy_app_no_bg .demo-popup .form-demo-content,
 #academy_page .demo-popup .form-demo-content {
  padding: 160px 24px 43px;
 }
}
#academy_app .demo-popup .form-demo-content .popup-form,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form,
#academy_page .demo-popup .form-demo-content .popup-form {
 padding: 0;
 width: 100%;
}
#academy_app .demo-popup .form-demo-content .popup-form__block,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form__block,
#academy_page .demo-popup .form-demo-content .popup-form__block {
 width: 100%;
 max-width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-right: 0;
}
#academy_app .demo-popup .form-demo-content .popup-form__field,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form__field,
#academy_page .demo-popup .form-demo-content .popup-form__field {
 margin-bottom: 12px;
}
#academy_app .demo-popup .form-demo-content .popup-form__input,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form__input,
#academy_page .demo-popup .form-demo-content .popup-form__input {
 max-width: 100%;
 padding-left: 16px;
 background: hsla(0, 0%, 100%, 0.15);
 border-radius: 6px;
 font-weight: 400;
 font-size: 16px;
 line-height: 19px;
 height: 48px;
 color: #fff;
}
#academy_app .demo-popup .form-demo-content .iti--allow-dropdown input,
#academy_app_no_bg .demo-popup .form-demo-content .iti--allow-dropdown input,
#academy_page .demo-popup .form-demo-content .iti--allow-dropdown input {
 padding-left: 52px !important;
}
#academy_app .demo-popup .form-demo-content .popup-form__demo-btn-mob,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form__demo-btn-mob,
#academy_page .demo-popup .form-demo-content .popup-form__demo-btn-mob {
 display: block;
 background-image: none;
 background-color: #2870dc;
 box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
 border-radius: 6px;
 transition: 0.3s;
 font-weight: 500;
 font-size: 18px;
 color: #fff;
 padding: 12px 48px;
 width: fit-content;
 min-width: fit-content;
 height: fit-content;
 min-height: fit-content;
 margin-top: 24px;
}
#academy_app .demo-popup .form-demo-content .popup-form__demo-btn-mob:hover,
#academy_app_no_bg
 .demo-popup
 .form-demo-content
 .popup-form__demo-btn-mob:hover,
#academy_page .demo-popup .form-demo-content .popup-form__demo-btn-mob:hover {
 transform: scale(1.05);
}
#academy_app .demo-popup .form-demo-content .popup-form__demo-btn,
#academy_app_no_bg .demo-popup .form-demo-content .popup-form__demo-btn,
#academy_page .demo-popup .form-demo-content .popup-form__demo-btn {
 display: none;
}
#academy_app .demo-popup__title,
#academy_app_no_bg .demo-popup__title,
#academy_page .demo-popup__title {
 font-weight: 700;
 font-size: 30px;
 line-height: 38px;
 text-align: center;
 color: #fff;
 margin-bottom: 24px;
}
@media screen and (max-width: 630px) {
 #academy_app .demo-popup__title,
 #academy_app_no_bg .demo-popup__title,
 #academy_page .demo-popup__title {
  font-size: 5vw;
  line-height: 5.5vw;
 }
}
#academy_app .demo-popup .gdpr-policy,
#academy_app_no_bg .demo-popup .gdpr-policy,
#academy_page .demo-popup .gdpr-policy {
 margin-top: 0;
}
#academy_app .demo-popup .gdpr-policy .gdpr-policy__text,
#academy_app_no_bg .demo-popup .gdpr-policy .gdpr-policy__text,
#academy_page .demo-popup .gdpr-policy .gdpr-policy__text {
 color: #fff;
}
.new-rpo-popup {
 background-color: rgba(0, 0, 0, 0.5);
 overflow: hidden !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 .new-rpo-popup {
  padding: 16px 0;
  align-items: flex-start;
 }
}
.new-rpo-popup .popup__message {
 width: 422px;
 height: fit-content;
 padding: 36px 19.5px;
 position: relative;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 border-radius: 24px;
 background: #fff;
 color: var(--Text-Color-Primary, #1d1d1f);
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 140%;
}
.new-rpo-popup .popup__message:before {
 position: relative;
 content: "";
 background-image: url(../images/popup-message-blue.png);
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: auto;
 transform: scale(1);
 top: 0;
 margin-bottom: 24px;
 width: 48px;
 height: 48px;
}
.new-rpo-popup .popup__message .message-title-new {
 color: #000;
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 28px;
 font-style: normal;
 font-weight: 600;
 line-height: 110%;
 margin-bottom: 12px;
}
.new-rpo-popup .popup__message .message-subtitle-new {
 color: var(--Text-Color-Primary, #1d1d1f);
 text-align: center;
 font-family: Fixel Display, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 140%;
}
.new-rpo-popup .popup__message .show-message-btn {
 border-radius: 12px;
 background: #26a4e4;
 padding: 12px 17px;
 display: flex;
 align-items: center;
 gap: 10px;
 color: var(--Text-Color-White, #fff);
 font-family: Fixel Display, sans-serif;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 margin-top: 24px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .call-popup__wrap,
.new-rpo-popup .popup__scroll .popup__content--call .call-popup__wrap,
.new-rpo-popup .popup__scroll .popup__content--consult .call-popup__wrap,
.new-rpo-popup .popup__scroll .popup__content--form-new .call-popup__wrap {
 max-width: 463px;
 width: 100%;
 min-height: 429px;
 height: auto;
 padding: 32px;
 border-radius: 8px !important;
 justify-content: center;
 position: relative;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .call-popup__wrap
 .popup-form__close-wrap,
.new-rpo-popup
 .popup__scroll
 .popup__content--call
 .call-popup__wrap
 .popup-form__close-wrap,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .call-popup__wrap
 .popup-form__close-wrap,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .call-popup__wrap
 .popup-form__close-wrap {
 display: flex;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .call-popup__wrap
 .popup-form__close-wrap
 .popup__close,
.new-rpo-popup
 .popup__scroll
 .popup__content--call
 .call-popup__wrap
 .popup-form__close-wrap
 .popup__close,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .call-popup__wrap
 .popup-form__close-wrap
 .popup__close,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .call-popup__wrap
 .popup-form__close-wrap
 .popup__close {
 font-size: 0;
 background: #fff url(../images/close-new.svg) no-repeat;
 width: 25px;
 height: 25px;
 top: 10px;
 right: -23px;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .call-popup__wrap
 .call-popup__img,
.new-rpo-popup
 .popup__scroll
 .popup__content--call
 .call-popup__wrap
 .call-popup__img,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .call-popup__wrap
 .call-popup__img,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .call-popup__wrap
 .call-popup__img {
 display: none;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .call-popup__wrap
 .call-popup__title,
.new-rpo-popup
 .popup__scroll
 .popup__content--call
 .call-popup__wrap
 .call-popup__title,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .call-popup__wrap
 .call-popup__title,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .call-popup__wrap
 .call-popup__title {
 margin-bottom: 16px;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .call-popup__wrap
 .call-popup__subtitle,
.new-rpo-popup
 .popup__scroll
 .popup__content--call
 .call-popup__wrap
 .call-popup__subtitle,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .call-popup__wrap
 .call-popup__subtitle,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .call-popup__wrap
 .call-popup__subtitle {
 font-size: 19px;
 line-height: 23px;
 color: #696e74;
 margin-bottom: 32px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .consult-popup__img,
.new-rpo-popup .popup__scroll .popup__content--call .consult-popup__img,
.new-rpo-popup .popup__scroll .popup__content--consult .consult-popup__img,
.new-rpo-popup .popup__scroll .popup__content--form-new .consult-popup__img {
 display: none;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .call-popup__form-wrap,
.new-rpo-popup .popup__scroll .popup__content--call .call-popup__form-wrap,
.new-rpo-popup .popup__scroll .popup__content--consult .call-popup__form-wrap,
.new-rpo-popup .popup__scroll .popup__content--form-new .call-popup__form-wrap {
 width: 100% !important;
 padding: 0 !important;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .call-popup__title,
.new-rpo-popup .popup__scroll .popup__content--call .call-popup__title,
.new-rpo-popup .popup__scroll .popup__content--consult .call-popup__title,
.new-rpo-popup .popup__scroll .popup__content--form-new .call-popup__title {
 font-size: 29px;
 line-height: 35px;
 color: #000;
 margin-bottom: 16px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .call-popup-subtitle,
.new-rpo-popup .popup__scroll .popup__content--call .call-popup-subtitle,
.new-rpo-popup .popup__scroll .popup__content--consult .call-popup-subtitle,
.new-rpo-popup .popup__scroll .popup__content--form-new .call-popup-subtitle {
 font-size: 18px;
 line-height: 22px;
 color: #696e74;
 margin-bottom: 32px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .consultation-form,
.new-rpo-popup .popup__scroll .popup__content--call .consultation-form,
.new-rpo-popup .popup__scroll .popup__content--consult .consultation-form,
.new-rpo-popup .popup__scroll .popup__content--form-new .consultation-form {
 text-align: center;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .direction-rpo__btn-new,
.new-rpo-popup .popup__scroll .popup__content--call .direction-rpo__btn-new,
.new-rpo-popup .popup__scroll .popup__content--consult .direction-rpo__btn-new,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .direction-rpo__btn-new {
 border-radius: 4px !important;
 width: fit-content !important;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .popup__close,
.new-rpo-popup .popup__scroll .popup__content--call .popup__close,
.new-rpo-popup .popup__scroll .popup__content--consult .popup__close,
.new-rpo-popup .popup__scroll .popup__content--form-new .popup__close {
 background: url(../images/close-new.svg);
 width: 10px;
 height: 10px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .popup__close:before,
.new-rpo-popup .popup__scroll .popup__content--call .popup__close:before,
.new-rpo-popup .popup__scroll .popup__content--consult .popup__close:before,
.new-rpo-popup .popup__scroll .popup__content--form-new .popup__close:before {
 content: "";
}
.new-rpo-popup .popup__scroll .popup__content--call-new .activities-submit,
.new-rpo-popup .popup__scroll .popup__content--call-new .direction-rpo__btn,
.new-rpo-popup .popup__scroll .popup__content--call .activities-submit,
.new-rpo-popup .popup__scroll .popup__content--call .direction-rpo__btn,
.new-rpo-popup .popup__scroll .popup__content--consult .activities-submit,
.new-rpo-popup .popup__scroll .popup__content--consult .direction-rpo__btn,
.new-rpo-popup .popup__scroll .popup__content--form-new .activities-submit,
.new-rpo-popup .popup__scroll .popup__content--form-new .direction-rpo__btn {
 border-radius: 4px !important;
 width: fit-content !important;
 display: block;
 margin: 32px auto 0;
 background: #3963ff;
 border: 2px solid #3963ff;
 padding: 14.2px 42.6px;
 font-size: 18px;
 line-height: 21px;
 color: #fff !important;
 transition: 0.3s;
}
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .activities-submit:hover,
.new-rpo-popup
 .popup__scroll
 .popup__content--call-new
 .direction-rpo__btn:hover,
.new-rpo-popup .popup__scroll .popup__content--call .activities-submit:hover,
.new-rpo-popup .popup__scroll .popup__content--call .direction-rpo__btn:hover,
.new-rpo-popup .popup__scroll .popup__content--consult .activities-submit:hover,
.new-rpo-popup
 .popup__scroll
 .popup__content--consult
 .direction-rpo__btn:hover,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .activities-submit:hover,
.new-rpo-popup
 .popup__scroll
 .popup__content--form-new
 .direction-rpo__btn:hover {
 transform: scale(1.05);
}
.new-rpo-popup .popup__scroll .popup__content--call-new .call-popup__wrap {
 min-height: 305px;
 max-width: 569px;
}
.new-rpo-popup .popup__scroll .popup__content--call-new .direction-rpo__btn {
 display: flex;
 margin: 32px auto 0;
}
.new-rpo-popup .popup__scroll .single-course-demo-popup {
 transform: matrix(1, 0, 0, 1, 0, 50);
 display: none;
 z-index: 12000;
}
@media screen and (max-width: 860px) {
 .new-rpo-popup
  .popup__scroll
  .single-course-demo-popup
  .call-popup__wrap-new-new {
  align-self: center;
  width: 90%;
  max-width: 464px;
  height: fit-content;
 }
}
@media screen and (max-width: 500px) {
 .new-rpo-popup .popup__scroll .single-course-demo-popup .call-popup__title {
  font-size: 24px;
  line-height: 32px;
 }
}
.new-rpo-popup .popup-form__close-wrap {
 top: 0;
 right: 33px;
}
@media screen and (max-width: 860px) {
 .new-rpo-popup .popup-form__close-wrap {
  display: block;
 }
}
.new-rpo-popup .popup__content--consult {
 padding: 0 20px;
}
.new-rpo-popup .popup__close {
 color: #6b717d;
 font-size: 41px;
 font-weight: lighter;
}
.new-rpo-popup .popup__close:hover {
 color: #6b717d;
}
.new-rpo-popup .new_block_to_call {
 position: fixed;
 right: 13px;
 z-index: 999;
 bottom: 17px;
 width: 80px;
 height: 80px;
 display: flex;
 background-color: #167bfc;
 border-radius: 75px;
 justify-content: center;
 align-items: center;
 background-image: url(../images/call-icon.svg);
 background-size: auto;
 background-repeat: no-repeat;
 background-position: 50%;
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .new_block_to_call {
  width: 60px;
  height: 60px;
  background-size: 29px;
 }
}
.new-rpo-popup .new_block_to_call:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0;
 border: 7px solid hsla(0, 0%, 100%, 0.5);
 -webkit-animation: pulse 2s linear infinite;
 -moz-animation: pulse 2s linear infinite;
 animation: pulse 2s linear infinite;
 -webkit-border-radius: 999px;
 -moz-border-radius: 999px;
 border-radius: 999px;
 -webkit-box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
 -moz-box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
 box-shadow: inset 0 0 15px 10px rgba(71, 91, 115, 0.41);
}
@keyframes pulse {
 0% {
  -webkit-transform: scale(1);
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(1.1);
  opacity: 0;
 }
 60% {
  -webkit-transform: scale(1.2);
  opacity: 0.6;
 }
 70% {
  -webkit-transform: scale(1.3);
  opacity: 0.85;
 }
 80% {
  -webkit-transform: scale(1.4);
  opacity: 0.6;
 }
 to {
  -webkit-transform: scale(1.5);
  opacity: 0;
 }
}
.new-rpo-popup .call-popup__wrap {
 max-width: 924px;
 min-height: 452px;
 display: flex;
 border-radius: 16px;
 background-color: #fff;
 position: relative;
}
@media screen and (max-width: 992px) {
 .new-rpo-popup .call-popup__wrap {
  margin: 0 20px;
 }
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .call-popup__wrap {
  flex-direction: column;
  height: auto;
  min-height: auto;
 }
}
.new-rpo-popup .call-popup__wrap-new {
 border-radius: 10px;
}
.new-rpo-popup .call-popup__img {
 width: 300px;
 background-image: url(../images/call-popup.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50%;
 border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .call-popup__img {
  display: none;
 }
}
.new-rpo-popup .call-popup__form-wrap {
 width: 68%;
 padding: 64px;
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .call-popup__form-wrap {
  width: 100%;
  padding: 20px 20px 30px;
 }
}
.new-rpo-popup .call-popup__form-wrap .direction-rpo__btn {
 width: 100%;
 margin-top: 29px;
}
.new-rpo-popup .call-popup__form-wrap .input-valid {
 margin-top: 16px;
}
.new-rpo-popup .call-popup__form-wrap select {
 height: 48px;
 padding: 0 11px;
}
.new-rpo-popup .call-popup__form-wrap select,
.new-rpo-popup .call-popup__form-wrap textarea {
 margin-bottom: 0;
 width: 100%;
 border-radius: 8px;
 border: 1px solid #e1e3e7;
 background-color: #fff;
 font-size: 14px;
 line-height: 24px;
 color: #88929d;
}
.new-rpo-popup .call-popup__form-wrap textarea {
 margin-top: 16px;
 padding: 11px;
}
.new-rpo-popup .call-popup__form-wrap textarea::placeholder {
 color: #88929d;
}
.new-rpo-popup .call-popup__title {
 color: #222425;
 font-weight: 700;
 font-size: 30px;
 line-height: 36px;
 margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .call-popup__title {
  text-align: center;
  padding: 0 20px;
 }
}
.new-rpo-popup .call-popup__subtitle {
 font-size: 20px;
 line-height: 32px;
 color: #222425;
 margin-bottom: 32px;
}
@media screen and (max-width: 680px) {
 .new-rpo-popup .call-popup__subtitle {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
 }
}
.new-rpo-popup .call-popup__input {
 height: 48px;
 width: 100%;
 border-radius: 8px;
 border: 1px solid #e1e3e7;
 background-color: #fff;
 font-size: 14px;
 line-height: 24px;
 color: #88929d;
 padding: 0 11px;
}
.new-rpo-popup .call-popup__input::placeholder {
 font-size: 14px;
 line-height: 24px;
 color: #88929d;
}
@media screen and (max-width: 1366px) {
 .new-rpo-popup .call-popup__input::placeholder {
  font-size: 14px;
  line-height: 17px;
 }
}
.new-rpo-popup .consult-popup__img,
.new-rpo-popup .consult-popup__img-new {
 width: 300px;
 background-size: cover;
 background-repeat: no-repeat;
}
.new-rpo-popup .consult-popup__img {
 background-image: url(../images/consult-back.png);
 background-image: -webkit-image-set(url(../images/consult-back.webp) 1x);
 background-position: 50%;
 border-radius: 16px 0 0 16px;
}
.new-rpo-popup .consult-popup__img-new {
 background-image: url(../images/bg-q.webp);
 background-position: 0;
 border-radius: 10px 0 0 10px;
}
.new-rpo-popup .call-popup__wrap-new-new {
 width: 464px;
 height: auto;
 min-height: 0;
 padding: 32px;
 border-radius: 8px !important;
 justify-content: center;
}
.new-rpo-popup .call-popup__wrap-new-new .call-popup__form-wrap {
 width: 100% !important;
 padding: 0 !important;
}
.new-rpo-popup .call-popup__wrap-new-new .call-popup__title {
 font-size: 29px;
 line-height: 35px;
 color: #000;
 margin-bottom: 16px;
}
.new-rpo-popup .call-popup__wrap-new-new .call-popup-subtitle {
 font-size: 18px;
 line-height: 22px;
 color: #696e74;
 margin-bottom: 32px;
}
.new-rpo-popup .call-popup__wrap-new-new .consultation-form {
 text-align: center;
}
.new-rpo-popup .call-popup__wrap-new-new .direction-rpo__btn-new {
 border-radius: 4px !important;
 width: fit-content !important;
}
.new-rpo-popup .call-popup__wrap-new-new .popup-form__close-wrap {
 display: flex;
}
.new-rpo-popup .call-popup__wrap-new-new .popup-form__close-wrap .popup__close {
 font-size: 0;
 background: #fff url(../images/close-new.svg) no-repeat;
 width: 25px;
 height: 25px;
 top: 10px;
 right: -23px;
}
.btn-submit-sms {
 display: block;
 width: 100%;
 margin-top: 24px;
 text-decoration: underline;
 cursor: pointer;
}
.btn-submit-sms,
.popup-form__attention-text,
.popup-form__error-text {
 color: #6b717d;
 font-size: 14px;
 line-height: 17px;
 width: 100%;
}
.popup-form__attention-text,
.popup-form__error-text {
 margin-top: 24px;
}
.form-demo .btn-submit-sms,
.form-demo .popup-form__attention-text,
.form-demo .popup-form__error-text {
 color: #fff;
}
.form-demo .popup-form__attention-text,
.form-demo .popup-form__error-text {
 margin: 15px auto 0 !important;
}
.form-demo .btn-submit-sms,
.text-center {
 text-align: center;
}
.input_error {
 border: 1px solid red !important;
 animation: inputBlink 0.3s;
}
.warsaw__gdpr-checkbox {
 flex-direction: row !important;
 align-items: center !important;
 justify-content: flex-start !important;
 flex-wrap: nowrap !important;
}
.warsaw__gdpr-checkbox .gdpr-policy__label {
 margin-top: -3px !important;
}
.warsaw__gdpr-checkbox .gdpr-policy__text {
 text-align: left;
}
#academy_page.contract-page .popup__message:before {
 content: none;
}
.cookies-new {
 position: fixed;
 bottom: 0;
 width: 100vw;
 padding: 25px 20px;
 background: #111217;
 z-index: 20000000;
 max-width: 1280px;
 left: 50%;
 right: auto;
 transform: translate(-50%);
 display: none;
}
@media screen and (min-width: 1320px) {
 .cookies-new {
  border-radius: 16px 16px 0 0;
 }
}
.cookies-new__wrap {
 display: flex;
 justify-content: center;
 margin: 0 auto;
}
@media screen and (max-width: 680px) {
 .cookies-new__wrap {
  max-width: 100%;
  flex-direction: column;
  align-items: center;
 }
}
.cookies-new__wrap-info {
 margin-right: 16px;
}
@media screen and (max-width: 680px) {
 .cookies-new__wrap-info {
  margin-right: 0;
  margin-bottom: 16px;
 }
}
.cookies-new__message {
 color: #fff;
 font-size: 14px;
 line-height: 17px;
 text-align: right;
}
@media screen and (max-width: 680px) {
 .cookies-new__message {
  text-align: center;
 }
}
.cookies-new__link {
 text-decoration: underline;
 color: #6787ff;
 font-size: 14px;
 line-height: 17px;
 text-align: right;
}
@media screen and (max-width: 680px) {
 .cookies-new__link {
  text-align: center;
 }
}
.cookies-new__link:hover {
 color: #fff;
}
.cookies-new__confirm {
 background: #3963ff;
 border: 2px solid #3963ff;
 border-radius: 4px;
 padding: 2px 28px;
 color: #fff;
 transition: 0.2s;
 font-size: 16px;
 line-height: 24px;
}
.cookies-new__confirm:hover {
 background: transparent;
}
@media screen and (min-width: 992px) {
 .form-section-redesign {
  margin-bottom: 123px !important;
 }
}
@media screen and (min-width: 1390px) {
 .form-section-redesign {
  margin-bottom: 100px !important;
 }
}
.form-section-redesign__container {
 margin: auto;
 max-width: 1400px;
}
.form-section-redesign__wrap {
 background: #eff3fa;
 border-radius: 16px;
 padding: 38px 36px 36px;
 margin-bottom: 50px;
}
@media screen and (min-width: 578px) {
 .form-section-redesign__wrap {
  padding: 34px 35px 49px;
  margin-bottom: 75px;
 }
}
@media screen and (min-width: 992px) {
 .form-section-redesign__wrap {
  padding: 49px 40px;
  margin-bottom: 75px;
 }
}
@media screen and (min-width: 1024px) {
 .form-section-redesign__wrap {
  padding: 49px 48px;
  margin-bottom: 122px;
 }
}
.form-about__title {
 color: #161736;
 margin-bottom: 15px;
}
@media screen and (min-width: 578px) {
 .form-about__title {
  margin-bottom: 24px;
 }
}
.form-about__subtitle {
 font-weight: 500;
 font-size: 18px;
 line-height: 27px;
 color: #161736;
 margin-bottom: 43px;
}
@media screen and (min-width: 578px) {
 .form-about__subtitle {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 33px;
 }
}
@media screen and (min-width: 992px) {
 .form-about__subtitle {
  margin-bottom: 49px;
 }
}
@media screen and (min-width: 680px) {
 .form-redesign__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
 }
}
@media screen and (min-width: 992px) {
 .form-redesign__block {
  grid-column-gap: 22px;
 }
}
.form-redesign__field {
 padding-bottom: 12px;
}
@media screen and (min-width: 680px) {
 .form-redesign__field {
  padding-bottom: 24px;
 }
}
.form-redesign__field:last-of-type {
 padding-bottom: 0;
}
.form-redesign__field input,
.form-redesign__field select {
 background: #fff;
 border-radius: 4px;
 padding: 15.5px 16px;
 border: none;
 font-size: 18px;
 line-height: 28px;
 color: #9097a2;
 height: auto;
}
.form-redesign__field select {
 appearance: none;
 background: url(../images/arrow_dropdwn.svg) no-repeat 100% #fff;
 background-size: 45px 7px;
}
@media screen and (min-width: 680px) {
 .form-redesign__field_textarea {
  grid-column: span 3;
  padding-bottom: 0;
 }
}
.form-redesign__input {
 width: 100%;
}
.form-redesign__textarea {
 background: #fff;
 border-radius: 4px;
 width: 100%;
 height: 187px;
 overflow-x: auto;
 border: none;
 padding: 16px;
 resize: none;
}
@media screen and (min-width: 680px) {
 .form-redesign__textarea {
  height: 150px;
 }
}
@media screen and (min-width: 680px) {
 .form-redesign__button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  align-items: center;
  margin-bottom: 15px;
 }
}
.form-redesign__btn {
 margin: 34px 0 23px;
 width: 100%;
 background: #3963ff;
 border-radius: 4px;
 font-weight: 500;
 font-size: 18px;
 line-height: 27px;
 color: #fff;
 padding: 16px;
}
@media screen and (min-width: 680px) {
 .form-redesign__btn {
  margin: 0;
  display: inline;
  padding: 16px 48px;
 }
}
@media screen and (min-width: 1024px) {
 .form-redesign__btn:hover {
  background: rgba(57, 99, 255, 0.8);
 }
}
.form-redesign .popup-form__attention-text {
 color: #161736;
}
@media screen and (min-width: 680px) {
 .form-redesign .popup-form__attention-text {
  display: none;
 }
}
.form-redesign .popup-form__input {
 background: #fff;
 border-radius: 4px;
 height: 59px;
 padding: 15.5px 16px;
 border: none;
 font-size: 18px;
 line-height: 28px;
}
.form-redesign__input:-webkit-autofill,
.form-redesign__input:-webkit-autofill:active,
.form-redesign__input:-webkit-autofill:focus,
.form-redesign__input:-webkit-autofill:hover {
 box-shadow: inset 0 0 0 100px #fff !important;
}
#academy_app .branch_banner.light-theme,
#academy_app_no_bg .branch_banner.light-theme,
#academy_page .branch_banner.light-theme {
 background-color: #2f4664;
}
#academy_app .branch_banner,
#academy_app_no_bg .branch_banner,
#academy_page .branch_banner {
 width: 382px;
 height: 291px;
 background-image: url(../images/side-banner-new.png);
 background-image: -webkit-image-set(url(../images/side-banner-new.webp) 1x);
 background-size: auto;
 background-repeat: no-repeat;
 background-position: 100% 100%;
 background-color: #192a45;
 border-radius: 10px;
 position: fixed;
 left: 24px;
 opacity: 0;
 transform: translateX(-600px);
 bottom: 30px;
 z-index: 10000;
 padding: 24px;
 flex-direction: column;
}
@media screen and (max-width: 680px) {
 #academy_app .branch_banner,
 #academy_app_no_bg .branch_banner,
 #academy_page .branch_banner {
  bottom: 60px;
 }
}
@media screen and (max-width: 460px) {
 #academy_app .branch_banner,
 #academy_app_no_bg .branch_banner,
 #academy_page .branch_banner {
  left: 10px;
  width: 80vw;
  height: 63vw;
  background-size: 65%;
 }
}
@media screen and (max-width: 390px) {
 #academy_app .branch_banner,
 #academy_app_no_bg .branch_banner,
 #academy_page .branch_banner {
  padding: 16px;
 }
}
@media screen and (max-width: 320px) {
 #academy_app .branch_banner,
 #academy_app_no_bg .branch_banner,
 #academy_page .branch_banner {
  padding: 10px;
 }
}
#academy_app .branch_banner__title,
#academy_app_no_bg .branch_banner__title,
#academy_page .branch_banner__title {
 font-weight: 600;
 font-size: 24px;
 line-height: 29px;
 color: #fff;
 margin-bottom: 12px;
 text-align: left;
 position: relative;
 z-index: 2;
}
#academy_app .branch_banner__description,
#academy_app_no_bg .branch_banner__description,
#academy_page .branch_banner__description {
 font-weight: 500;
 font-size: 16px;
 line-height: 21px;
 color: hsla(0, 0%, 100%, 0.6);
 position: relative;
 z-index: 2;
}
@media screen and (max-width: 414px) {
 #academy_app .branch_banner__description,
 #academy_app_no_bg .branch_banner__description,
 #academy_page .branch_banner__description {
  font-size: 15px;
 }
}
@media screen and (max-width: 360px) {
 #academy_app .branch_banner__description,
 #academy_app_no_bg .branch_banner__description,
 #academy_page .branch_banner__description {
  font-size: 14px;
 }
}
@media screen and (max-width: 320px) {
 #academy_app .branch_banner__description,
 #academy_app_no_bg .branch_banner__description,
 #academy_page .branch_banner__description {
  font-size: 13px;
 }
}
#academy_app .branch_banner__learn-more,
#academy_app_no_bg .branch_banner__learn-more,
#academy_page .branch_banner__learn-more {
 position: absolute;
 bottom: 24px;
 font-weight: 500;
 font-size: 16px;
 line-height: 21px;
 color: #2870dc;
}
@media screen and (max-width: 360px) {
 #academy_app .branch_banner__learn-more,
 #academy_app_no_bg .branch_banner__learn-more,
 #academy_page .branch_banner__learn-more {
  font-size: 15px;
 }
}
@media screen and (max-width: 320px) {
 #academy_app .branch_banner__learn-more,
 #academy_app_no_bg .branch_banner__learn-more,
 #academy_page .branch_banner__learn-more {
  font-size: 14px;
 }
}
#academy_app .branch_banner__learn-more:after,
#academy_app_no_bg .branch_banner__learn-more:after,
#academy_page .branch_banner__learn-more:after {
 content: "";
 position: absolute;
 right: -22px;
 top: 1px;
 height: 21px;
 width: 21px;
 background-image: url(../images/learn_more_arrow.png);
 background-size: cover;
}
#academy_app .branch_banner__bg-filter,
#academy_app_no_bg .branch_banner__bg-filter,
#academy_page .branch_banner__bg-filter {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 filter: blur(100px);
 z-index: 1;
}
#academy_app .branch_banner .close_banner,
#academy_app_no_bg .branch_banner .close_banner,
#academy_page .branch_banner .close_banner {
 height: 24px;
 width: 24px;
 position: absolute;
 top: -25px;
 right: -25px;
 background-color: rgba(0, 0, 0, 0.25);
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0;
}
#academy_app .branch_banner .close_banner:before,
#academy_app_no_bg .branch_banner .close_banner:before,
#academy_page .branch_banner .close_banner:before {
 content: "";
 background-image: url(../images/side-banner-new-button.svg);
 background-size: cover;
 width: 24px;
 height: 24px;
 display: block;
 background-position: 50%;
}
#academy_app .branch_banner.show,
#academy_app_no_bg .branch_banner.show,
#academy_page .branch_banner.show {
 display: flex;
 transform: translateX(0);
 opacity: 1;
}
