@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  background-color: #f5f5f5;
}

* {
  margin: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1315px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-big {
  width: 100%;
  max-width: 1415px;
  padding: 0 15px;
  margin: 0 auto;
}

.main_button {
  text-decoration: none;
  background-color: rgb(70, 127, 203);
  padding: 21px 38px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.2s;
  border: unset;
  cursor: pointer;
}
.main_button:hover {
  background-color: #54B3EB;
}
.main_button:focus {
  background-color: #313B78;
}
.main_button span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.descr {
  color: #060708;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.descr span {
  font-weight: 700;
}
.descr--small {
  font-size: 16px;
}
.descr--normal {
  font-size: 18px;
}
.descr--large {
  font-size: 24px;
}
.descr--blue {
  color: #313B78;
}
.descr--500 {
  font-weight: 500;
}

.heading {
  color: #313B78;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.subheading {
  color: #313B78;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #f5f5f5;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 10px;
}
.header__left {
  display: flex;
  align-items: center;
}

.logo {
  width: 96px;
  height: 96px;
  margin-right: 130px;
}
.logo img {
  width: 100%;
}

.menu {
  display: flex;
  padding-left: 0;
}
.menu li {
  margin-right: 32px;
  list-style: none;
}
.menu li:last-of-type {
  margin-right: 0;
}
.menu li:hover a {
  color: rgb(84, 179, 235);
}
.menu li a {
  color: #313B78;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s;
}

.primary_sec {
  display: flex;
  padding: 80px 0 90px;
}
.primary_sec__text {
  width: calc(55% - 55px);
  margin-right: 55px;
}
.primary_sec__text h1 {
  color: #313B78;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}
.primary_sec__text .descr {
  margin-bottom: 32px;
}
.primary_sec__text .img-tablet {
  display: none;
}
.primary_sec__img {
  width: 45%;
}
.primary_sec__img img {
  width: 100%;
}

.about_school_rows {
  display: flex;
  margin-top: 55px;
}
.about_school_rows .about_school_row {
  width: calc(50% - 13px);
  border-radius: 16px;
  background: rgba(84, 179, 235, 0.12);
}
.about_school_rows .about_school_row .arrow-icon {
  width: 32px;
  height: 32px;
}
.about_school_rows .about_school_row p {
  color: #060708;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about_school_rows .about_school_row p span {
  color: #467FCB;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.about_school_rows .about_school_row.first {
  display: flex;
  margin-right: 26px;
}
.about_school_rows .about_school_row.first .img {
  display: flex;
  vertical-align: bottom;
  width: 50%;
}
.about_school_rows .about_school_row.first .img img {
  width: 100%;
  object-fit: cover;
}
.about_school_rows .about_school_row.first .text {
  width: 50%;
  padding: 28px 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_school_rows .about_school_row.first .text .title {
  margin-left: -20px;
}
.about_school_rows .about_school_row.first .title {
  color: #060708;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about_school_rows .about_school_row.second {
  padding: 14px 16px 28px;
}
.about_school_rows .about_school_row.second .img {
  width: 100%;
}
.about_school_rows .about_school_row.second .img img {
  width: 100%;
}
.about_school_rows .about_school_row.second .text {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 8px;
}

.about_us_sec {
  background-image: url(../img/bcg_about_sec.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 100px;
  margin-bottom: 40px;
}
.about_us_sec .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 79%;
  margin: 0 auto;
}
.about_us_sec .heading {
  margin-bottom: 55px;
}

.advantages_sec {
  margin-bottom: 120px;
}
.advantages_sec .heading {
  margin-bottom: 50px;
}
.advantages_sec .text_wrap {
  display: flex;
  position: relative;
  margin-bottom: 65px;
}
.advantages_sec .text_wrap:after {
  content: "";
  display: block;
  background-image: url(../img/cloud.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  left: -45px;
  width: 190px;
  height: 110px;
}
.advantages_sec .text_wrap .subheading {
  width: calc(60% - 130px);
  margin-right: 130px;
}
.advantages_sec .text_wrap .descr {
  width: 40%;
}

.advantages_wrap {
  display: flex;
  width: calc(100% + 23px);
  margin-left: -23px;
  position: relative;
}
.advantages_wrap:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/paper_jet.png);
  background-repeat: no-repeat;
  width: 245px;
  height: 107px;
  bottom: -40%;
  right: 60px;
}
.advantages_wrap .advantage_row {
  padding: 30px 21px;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  width: calc(33.3% - 23px);
  margin-left: 23px;
}
.advantages_wrap .advantage_row:nth-child(1) {
  background: #313B78;
}
.advantages_wrap .advantage_row:nth-child(1) .img {
  width: 75px;
  height: 68px;
}
.advantages_wrap .advantage_row:nth-child(2) {
  background: #54B3EB;
}
.advantages_wrap .advantage_row:nth-child(2) .img {
  width: 133px;
  height: 65px;
}
.advantages_wrap .advantage_row:nth-child(3) {
  background: #467FCB;
}
.advantages_wrap .advantage_row:nth-child(3) .img {
  width: 130px;
  height: 78px;
}
.advantages_wrap .advantage_row:nth-child(3) .title {
  margin-bottom: 8px;
}
.advantages_wrap .advantage_row .img {
  margin: 0 auto 25px;
}
.advantages_wrap .advantage_row .img img {
  width: 100%;
}
.advantages_wrap .advantage_row .title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.advantages_wrap .advantage_row ul {
  padding-left: 21px;
}
.advantages_wrap .advantage_row ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.learning_process_sec .heading {
  margin-bottom: 50px;
}
.learning_process_sec .text_wrap {
  display: flex;
  margin-bottom: 60px;
}
.learning_process_sec .text_wrap .subheading {
  width: calc(60% - 130px);
  margin-right: 130px;
}
.learning_process_sec .text_wrap .descr {
  width: 40%;
}

.CLIL_methodology {
  margin-bottom: 120px;
}
.CLIL_methodology .heading-sec {
  color: #467FCB;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}

.methodology_wrap {
  width: 80%;
  margin: 0 auto 24px;
}
.methodology_wrap__row {
  display: flex;
}
.methodology_wrap__row .img {
  width: 50%;
}
.methodology_wrap__row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.methodology_wrap__row .text {
  width: 50%;
  background: rgba(84, 179, 235, 0.12);
  padding: 60px 30px 40px 40px;
}
.methodology_wrap__row .text h2 {
  color: #060708;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.methodology_wrap__row .text .descr {
  margin-bottom: 20px;
}
.methodology_wrap__row .text .descr:last-of-type {
  margin-bottom: 0;
}

.methodology_gallery {
  display: flex;
  width: calc(100% + 26px);
  margin-left: -26px;
  position: relative;
  z-index: 2;
}
.methodology_gallery:before {
  content: "";
  display: block;
  background-image: url(../img/ABCD.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 310px;
  height: 285px;
  bottom: -70%;
  left: 0;
  z-index: -1;
}
.methodology_gallery:after {
  content: "";
  display: block;
  background-image: url(../img/planet.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 192px;
  height: 145px;
  bottom: -29%;
  right: -45px;
  z-index: -1;
}
.methodology_gallery .img {
  width: calc(33.3% - 26px);
  margin-left: 26px;
}
.methodology_gallery .img img {
  width: 100%;
}

.team-container {
  position: relative;
  z-index: 2;
}
.team-container:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/spot_yellow.png);
  background-repeat: no-repeat;
  top: 20%;
  right: -25px;
  width: 380px;
  height: 345px;
  z-index: -1;
}

.team_sec {
  position: relative;
  z-index: 2;
}
.team_sec .heading {
  margin-bottom: 60px;
}

.team_wrap {
  display: flex;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
.team_wrap .img {
  width: calc(50% - 25px);
  margin-right: 25px;
}
.team_wrap .img img {
  width: 100%;
}
.team_wrap .text {
  width: 50%;
  padding-top: 40px;
}
.team_wrap .text h2 {
  color: #313B78;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
  width: 80%;
}
.team_wrap .text .descr {
  width: 80%;
}

.bcg-blue-sec {
  margin-top: -150px;
}
.bcg-blue-sec .bcg-for-sec {
  background: rgba(84, 179, 235, 0.12);
  height: 380px;
}

.teaching-method-wrap {
  margin-top: -230px;
  display: flex;
  width: calc(100% + 24px);
  margin-left: -24px;
  margin-bottom: 120px;
}
.teaching-method-wrap__card {
  width: calc(25% - 24px);
  margin-left: 24px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.teaching-method-wrap__card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #313B78;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.teaching-method-wrap__card .icon img {
  width: 24px;
  height: 24px;
}
.teaching-method-wrap__card .descr--normal {
  margin-bottom: 35px;
}

.form-sec-outside {
  background: rgba(84, 179, 235, 0.12);
  margin-bottom: 120px;
}
.form-sec-outside .form-sec-inner {
  display: flex;
}
.form-sec-outside .form-sec-inner .img {
  width: calc(50% - 130px);
  margin-right: 130px;
}
.form-sec-outside .form-sec-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-sec-outside .form-sec-inner .form-excursion {
  padding: 72px 0 72px;
  width: 50%;
}
.form-sec-outside .form-sec-inner .form-excursion .heading-form {
  color: #313B78;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.form .agree-rule {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.form .agree-rule input[type=checkbox] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.form .agree-rule span {
  color: #3E3E52;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form .input {
  width: 520px;
  display: block;
  border: unset;
  margin-bottom: 24px;
}
.form .input input {
  display: block;
  width: 100%;
  border: unset;
  border-radius: 16px;
  background: #F5F5F5;
  padding: 23px 16px;
  color: #060708;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 1;
}
.form .input input:focus {
  outline: none;
}
.form .input input::placeholder {
  color: #060708;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 1;
}

.contact-sec .heading {
  margin-bottom: 50px;
}
.contact-sec .img {
  width: calc(60% - 135px);
  margin-right: 135px;
}
.contact-sec .img iframe {
  width: 100%;
}
.contact-sec .text {
  width: 40%;
}
.contact-sec .text .contact-info {
  display: flex;
  align-items: start;
  margin-bottom: 32px;
}
.contact-sec .text .contact-info img {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.contact-sec .text .contact-info a {
  color: #060708;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-decoration: none;
}
.contact-sec .contact-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

footer {
  background: #26263C;
}

.footer-inner {
  display: flex;
  padding: 45px 0 45px;
}
.footer-inner .text-part {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer-inner .text-part .center-col .soc-media {
  display: none;
}
.footer-inner .right-col {
  width: 50%;
  display: flex;
  justify-content: end;
}
.footer-inner .right-col .main_button {
  margin-bottom: 30px;
}
.footer-inner .logo {
  width: 109px;
  height: 89px;
  display: block;
  margin-bottom: 45px;
}
.footer-inner .logo img {
  width: 100%;
}
.footer-inner .contact-info:first-of-type {
  margin-bottom: 15px;
}
.footer-inner .contact-info a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-decoration: none;
}
.footer-inner .menu {
  flex-direction: column;
}
.footer-inner .menu li {
  margin-bottom: 20px;
}
.footer-inner .menu li:hover a {
  color: #54B3EB;
}
.footer-inner .menu li a {
  color: #fff;
}
.footer-inner .soc-media {
  display: flex;
}
.footer-inner .soc-media__link {
  width: 32px;
  height: 32px;
  margin-right: 24px;
  display: block;
}
.footer-inner .center-col, .footer-inner .right-col {
  padding-top: 50px;
}

.main_button_mobile {
  display: none;
}

.gumb {
  width: 32px;
  height: 32px;
  background-image: url(../img/gumb.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  display: none;
}

.header.active .menu {
  padding-top: 20px;
  display: block;
  position: absolute;
  top: 100%;
  background-color: #f5f5f5;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
}
.header.active .menu li {
  margin-bottom: 20px;
}
.header.active .menu li:last-of-type {
  margin-bottom: 44px;
}
.header.active .menu li a {
  color: #060708;
}
.header.active .gumb {
  background-image: url(../img/close.svg);
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

.error {
  color: red;
  font-size: 12px;
}

#agrreRule-error {
  position: absolute;
  top: 100%;
  left: 0;
}

.popup-wrap .close-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  padding: 24px 33px 44px 48px;
  z-index: 2;
  background-image: url(../img/bcg_popup.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.popup .closer {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.popup .logo-popup {
  width: 151px;
  height: 151px;
  display: block;
  margin: 0 auto 13px;
}
.popup .logo-popup img {
  width: 100%;
}
.popup .descr {
  text-align: center;
  margin-bottom: 30px;
}
.popup .button {
  display: flex;
  justify-content: center;
}

.main-popup-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  display: none;
}
.main-popup-wrap .popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 56;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  overflow: auto;
}
.main-popup-wrap .popup-close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 58;
  overflow: auto;
}

body.hidden {
  overflow: hidden;
}

.sucsess_popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 55px 0 55px;
}
.sucsess_popup img {
  width: 60px;
  height: 60px;
  margin-bottom: 56px;
}
.sucsess_popup .descr span {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}