@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Bold.ttf?47f6d7143da9d8c0e480718100e5b179) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-ExtraBold.ttf?5b0ae7100ad1d12e53c9d802e8cf0ef8) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-ExtraLight.ttf?d0721272b8d9dd2d2d0f84359b502c38) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Light.ttf?2bf511c25636c7d7a4cea966de90e9ca) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Medium.ttf?08894ccb04665d1a9d53ddd771a3f50b) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Regular.ttf?a9b9e09fe6b69741f3165c52c961c508) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  src: url(/fonts/Manrope-SemiBold.ttf?310f108cc524df0e5ffcd2ac1ab97fed) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url(/fonts/Inter-Bold.ttf?88fa7ae373b07b41ecce77adbdf16ec2) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url(/fonts/Inter-Medium.ttf?6dcbc9bed1ec438907ee0751dc4cb217) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.ttf?e89cb19905e7db5591b0037b15a1d9cd) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.header .burger {
  display: none;
}
@media (max-width: 1200px) {
  .header .burger {
    display: flex;
  }
}
.header .burger svg {
  width: 40px;
  height: 40px;
}
.header .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  .header .dropdown {
    display: flex;
    margin-bottom: 20px;
  }
}
.header .dropdown .dropbtn {
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background: none;
  border: none;
  color: #333333;
  text-decoration: none;
  padding-right: 14px;
  padding: 0;
}
.header .dropdown .dropbtn:hover {
  color: #fd4040;
}
.header .dropdown .dropbtn:hover svg g path {
  stroke: #fd4040;
}
.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 14px;
  z-index: 1;
  border-radius: 4px;
}
.header .dropdown-content a {
  text-decoration: none;
  display: block;
}
.header .dropdown-content a:hover:after {
  left: -15px;
  width: calc(100% + 30px);
}
.header .dropdown-content a:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .header .dropdown-content {
    right: 50px;
  }
}
.header .dropdown .show {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .header .dropdown .show {
    gap: 0;
  }
}
.header .mob-menu {
  display: none;
  background: white;
  width: 95%;
  position: fixed;
  right: 0;
  top: 0;
  max-height: 100%;
  overflow-y: auto;
  box-shadow: 0 -100px 100px rgba(0, 0, 0, 0.8);
  z-index: 50;
  min-height: 400px;
  width: 400px;
  max-width: 100%;
  height: 100%;
}
.header .mob-menu__top {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #c72b52;
  text-transform: uppercase;
  padding: 20px;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
}
.header .mob-menu__top svg {
  cursor: pointer;
}
.header .mob-menu__content {
  padding: 20px;
}
.header .mob-menu__content .header__links {
  display: flex;
  flex-direction: column;
}
.header .mob-menu .menu {
  display: block;
  align-items: center;
  gap: 30px;
  margin-right: 20px;
}
.header .mob-menu .menu a {
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: flex;
  /* identical to box height, or 150% */
  /* Color 5 */
  color: #333333;
  text-decoration: none;
}
.header .mob-menu .menu a:after {
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  height: calc(100% + 20px);
  z-index: -1;
  border-radius: 4px;
}
.header .mob-menu .menu a svg {
  display: block;
  margin-right: 10px;
}
.header .mob-menu .menu a:hover {
  color: #fd4040;
}
.header .mob-menu .menu a:hover svg {
  fill: #fd4040;
}
.header .mob-menu .menu a:hover:after {
  background: #fd4040;
}
@media (max-width: 600px) {
  .header {
    padding-top: 20px;
    margin-bottom: 16px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .header .container {
    padding: 0 10px;
    gap: 2px;
  }
  .header .container .header__wa {
    gap: 3px;
  }
}
@media (max-width: 600px) {
  .header__logo {
    max-width: 75px;
  }
}
.header__desc {
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  max-width: 227px;
}
.header__links {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
@media (max-width: 1440px) {
  .header__links {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .header__links {
    display: none;
  }
}
.header__link a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
}
.header__link a:hover {
  color: #c0385f;
}
.header__link .purple:hover {
  color: #8a1bce;
}
.header__wa {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
.header__contacts a {
  transition: all 0.3s ease-out;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media (max-width: 1200px) {
  .header__contacts a {
    font-weight: 400;
    font-size: 16px;
  }
}
.header__contacts a:hover {
  color: #c0385f;
}
.header__contacts .wa-icon {
  width: 30px;
  height: 30px;
}
.header__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .btn {
  letter-spacing: -0.48px;
  transition: none;
}
@media (max-width: 1200px) {
  .header .btn {
    display: none;
  }
}
.header .btn--purple {
  padding: 16px 38px;
}
.header .btn--no-desktop {
  display: none;
}
@media (max-width: 992px) {
  .header .btn--no-desktop {
    display: block;
  }
}
.header .btn--highlighted {
  padding: 13px 38px;
  color: #fff;
}
@media (max-width: 1200px) {
  .header .btn--highlighted {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .btn--highlighted.purple {
  border-radius: 16px;
}
@media (max-width: 1440px) {
  .header .btn--highlighted {
    padding: 13px 15px;
  }
}
.header .btn--highlighted:hover {
  color: #fff;
}

.section__start-banner {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__start-banner {
    margin-bottom: 40px;
    padding-top: 130px;
  }
}
.section__start-banner .start-banner {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .section__start-banner .start-banner {
    flex-direction: column;
  }
}
.section__start-banner .start-banner__col {
  position: relative;
}
.section__start-banner .start-banner__col img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__start-banner .start-banner__col img {
    border-radius: 24px;
  }
}
.section__start-banner .start-banner__col:first-child img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .section__start-banner .start-banner__col:first-child img {
    width: 100%;
    height: auto;
  }
}
.section__start-banner .start-banner__col:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .section__start-banner .start-banner__col:nth-child(2) {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section__start-banner .start-banner__col:nth-child(2) {
    gap: 7px;
    flex-direction: row;
  }
}
.section__start-banner .start-banner__col-row {
  display: flex;
  gap: 10px;
  position: relative;
}
@media (max-width: 400px) {
  .section__start-banner .start-banner__col-row:nth-child(1) {
    flex: 2;
  }
}
@media (max-width: 400px) {
  .section__start-banner .start-banner__col-row--2 {
    width: 33%;
  }
}
.section__start-banner .start-banner__col-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 600px) {
  .section__start-banner .start-banner__col-bottom {
    gap: 7px;
  }
}
@media (max-width: 600px) {
  .section__start-banner .start-banner__img--2 {
    flex: 2;
    gap: 7px;
  }
}
.section__start-banner .start-banner__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 430px) {
  .section__start-banner .start-banner__img-wrapper:last-child {
    display: none;
  }
}
.section__start-banner .start-banner__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__start-banner .start-banner__title {
  position: absolute;
  left: 52px;
  top: 40px;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  letter-spacing: -1.2px;
  max-width: 75%;
}
@media (max-width: 1200px) {
  .section__start-banner .start-banner__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .section__start-banner .start-banner__title {
    max-width: 80%;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .section__start-banner .start-banner__title {
    left: 30px;
    top: 30px;
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 400px) {
  .section__start-banner .start-banner__title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.section__start-banner .start-banner__title--2, .section__start-banner .start-banner__title--3, .section__start-banner .start-banner__title--4 {
  font-size: 20px;
  letter-spacing: -0.6px;
}
@media (max-width: 992px) {
  .section__start-banner .start-banner__title--2, .section__start-banner .start-banner__title--3, .section__start-banner .start-banner__title--4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section__start-banner .start-banner__title--2, .section__start-banner .start-banner__title--3, .section__start-banner .start-banner__title--4 {
    font-size: 14px;
  }
}
.section__start-banner .start-banner__title--2 {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  text-align: right;
}
@media (max-width: 600px) {
  .section__start-banner .start-banner__title--2 {
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 470px) {
  .section__start-banner .start-banner__title--2 {
    right: 20px;
  }
}
.section__start-banner .start-banner__title--3 {
  bottom: 30px;
  left: 30px;
  top: auto;
}
@media (max-width: 767px) {
  .section__start-banner .start-banner__title--3 {
    bottom: 20px;
    left: 10px;
  }
}
.section__start-banner .start-banner__title--4 {
  top: auto;
  bottom: 30px;
  text-align: right;
  right: 30px;
}
@media (max-width: 767px) {
  .section__start-banner .start-banner__title--4 {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 430px) {
  .section__start-banner .start-banner__title--4 {
    display: none;
  }
}
.section__start-banner .start-banner .smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__start-banner .start-banner .smoke {
    border-radius: 24px;
  }
}
.section__start-banner .start-banner .smoke--1 {
  background: linear-gradient(360deg, rgba(65, 86, 90, 0) 0%, #41565a 71.87%);
  height: 50%;
}
.section__start-banner .start-banner .smoke--2 {
  height: 100%;
  display: none;
}
@media (max-width: 470px) {
  .section__start-banner .start-banner .smoke--2 {
    display: block;
    opacity: 0.8;
  }
}
.section__start-banner .start-banner .smoke--3 {
  height: 100%;
}
.section__start-banner .start-banner .smoke--4 {
  height: 100%;
}
@media (max-width: 430px) {
  .section__start-banner .start-banner .smoke--4 {
    display: none;
  }
}
.section__start-banner .start-banner .form {
  background: #f2f7ff;
  border-radius: 40px;
  max-width: 556px;
  flex-grow: 1;
}
.section__start-banner .start-banner .form .iti input {
  background-color: white;
}
@media (max-width: 992px) {
  .section__start-banner .start-banner .form {
    margin: 0 auto !important;
  }
}
@media (max-width: 470px) {
  .section__start-banner .start-banner .form {
    padding: 30px;
  }
}
.section__start-banner .start-banner .form__title {
  color: #3b84f2;
  font-size: 36px;
  letter-spacing: -1.08px;
  margin-bottom: 15px;
}
@media (max-width: 470px) {
  .section__start-banner .start-banner .form__title {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
}
.section__start-banner .start-banner .form__subtitle {
  margin-bottom: 30px;
  opacity: 0.8;
}
@media (max-width: 470px) {
  .section__start-banner .start-banner .form__subtitle {
    font-size: 12px;
    margin-bottom: 26px;
  }
}
.section__start-banner .start-banner .form__gift {
  margin-bottom: 20px;
}
.section__start-banner .start-banner .form__input {
  background-color: #fff;
}
.section__start-banner .start-banner .form__btn {
  margin-bottom: 25px;
}
@media (max-width: 470px) {
  .section__start-banner .start-banner .form__btn {
    padding: 18px 45px;
    margin-bottom: 20px;
    letter-spacing: -0.42px;
  }
}

.section__plus {
  margin-bottom: 100px;
}
@media (max-width: 470px) {
  .section__plus {
    margin-bottom: 40px;
  }
}
.section__plus .plus {
  padding: 95px 0 90px;
  background-color: #edefff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("/images/edu1/plus/background.webp");
  background-repeat: no-repeat;
  background-position-y: 35%;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .section__plus .plus {
    border-radius: 24px;
    padding: 55px 20px 50px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus {
    padding: 30px 20px 40px;
  }
}
.section__plus .plus__title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 20px;
}
.section__plus .plus__title--w55 {
  max-width: 55%;
}
@media (max-width: 470px) {
  .section__plus .plus__title--w55 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .section__plus .plus__title {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus__title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.section__plus .plus__subtitle {
  color: #222;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  opacity: 0.8;
  max-width: 443px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section__plus .plus__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus__subtitle {
    font-size: 14px;
    max-width: 264px;
  }
}
.section__plus .plus__items {
  display: flex;
  gap: 15px 40px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 904px;
  margin-bottom: 75px;
}
.section__plus .plus__items svg,
.section__plus .plus__items img {
  min-width: 24px;
  height: 24px;
}
@media (max-width: 470px) {
  .section__plus .plus__items {
    margin-bottom: 40px;
    gap: 10px;
  }
}
.section__plus .plus__item {
  padding: 20px 37px 20px 20px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  width: calc(50% - 30px);
  gap: 15px;
}
@media (max-width: 767px) {
  .section__plus .plus__item {
    width: 100%;
    padding: 20px 15px 20px 20px;
  }
}
.section__plus .plus__item p {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 470px) {
  .section__plus .plus__item p {
    font-size: 14px;
  }
}
.section__plus .plus__info {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  opacity: 0.8;
  max-width: 685px;
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .section__plus .plus__info {
    font-size: 14px;
  }
}
.section__plus .plus .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
}
.section__plus .plus__background img {
  border-radius: 24px;
}
@media (max-width: 600px) {
  .section__plus .plus__background img {
    border-radius: 12px;
  }
}
.section__plus .plus__background .men {
  position: absolute;
  left: 59px;
  top: 357px;
}
@media (max-width: 1440px) {
  .section__plus .plus__background .men {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .section__plus .plus__background .men {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .section__plus .plus__background .men {
    max-width: 100px;
    left: -10px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus__background .men {
    max-width: 50px;
    top: 69px;
  }
}
.section__plus .plus__background .woman {
  position: absolute;
  right: 52px;
  bottom: 372px;
}
@media (max-width: 1440px) {
  .section__plus .plus__background .woman {
    bottom: auto;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .section__plus .plus__background .woman {
    top: 30px;
    right: 25px;
  }
}
@media (max-width: 600px) {
  .section__plus .plus__background .woman {
    max-width: 100px;
    right: -10px;
    top: 80px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus__background .woman {
    max-width: 50px;
    top: 120px;
    right: -10px;
  }
}
.section__plus .plus__experts {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  margin-bottom: 15px;
}
@media (max-width: 470px) {
  .section__plus .plus__experts {
    margin-bottom: 40px;
  }
}
.section__plus .plus__expert {
  grid-area: 1/1/1/3;
}
.section__plus .plus__expert:nth-child(2) {
  margin-left: 70px;
}
@media (max-width: 470px) {
  .section__plus .plus__expert:nth-child(2) {
    margin-left: 50px;
  }
}
.section__plus .plus__expert:nth-child(3) {
  margin-left: 140px;
}
@media (max-width: 470px) {
  .section__plus .plus__expert:nth-child(3) {
    margin-left: 100px;
  }
}
.section__plus .plus__expert:nth-child(4) {
  margin-left: 210px;
}
@media (max-width: 470px) {
  .section__plus .plus__expert:nth-child(4) {
    margin-left: 150px;
  }
}
@media (max-width: 470px) {
  .section__plus .plus__expert {
    max-width: 60px;
  }
}

.section__program {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__program {
    margin-bottom: 40px;
  }
}
.section__program .container {
  padding-right: 0;
}
.section__program .program__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section__program .program__header {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .section__program .program__header {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.section__program .program__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.section__program .program__btns button {
  padding: 0;
  display: flex;
  border: 0;
  background: 0;
}
.section__program .program__btns button:first-child {
  opacity: 0.2;
}
.section__program .program__text {
  border-radius: 24px;
  background: #edefff;
  padding: 9px 15px;
  color: #3e41b6;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: -0.42px;
  border: 0;
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}
.section__program .program__title {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: -1.44px;
}
@media (max-width: 600px) {
  .section__program .program__title {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.section__program .program__item {
  position: relative;
  display: inline-block;
}
@media (max-width: 1200px) {
  .section__program .program__item {
    min-width: 200px;
  }
}
@media (max-width: 470px) {
  .section__program .program__item {
    min-width: auto;
  }
}
.section__program .program__item img {
  border-radius: 40px;
  position: relative;
}
.section__program .program__item-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 470px) {
  .section__program .program__item-info {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.section__program .program__item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.48px;
}
@media (max-width: 470px) {
  .section__program .program__item p {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}
.section__program .program__item button {
  display: none;
  padding: 16px 30px;
  max-width: 160px;
}
@media (max-width: 470px) {
  .section__program .program__item button {
    padding: 8px 20px;
  }
}
.section__program .program__item:hover button {
  display: flex;
}
.section__program .program__item .img-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 470px) {
  .section__program .program__item .img-wrapper {
    max-width: 184px;
  }
}
.section__program .program__item .img-wrapper .smoke {
  border-radius: 40px;
  opacity: 0.8;
  background: linear-gradient(0, #000 0.06%, rgba(167, 170, 124, 0) 58.77%, rgba(0, 0, 0, 0) 58.77%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-width: 264px;
}

.section__help {
  margin-bottom: 100px;
}
.section__help .help__title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
@media (max-width: 470px) {
  .section__help .help__title {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
}
.section__help .help__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 470px) {
  .section__help .help__items {
    gap: 10px;
  }
}
.section__help .help__items .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 40px;
  border: 3px solid #d8d9f0;
  padding: 40px;
  max-width: 438px;
}
@media (max-width: 470px) {
  .section__help .help__items .item {
    gap: 30px;
    border-radius: 24px;
    padding: 30px;
  }
}
.section__help .help__items .item__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section__help .help__items .item__head img {
  border-radius: 24px;
  background: #edefff;
  padding: 20px;
}
@media (max-width: 470px) {
  .section__help .help__items .item__head img {
    padding: 14px;
    max-width: 60px;
    border-radius: 12px;
  }
}
.section__help .help__items .item__text {
  color: #222;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
@media (max-width: 470px) {
  .section__help .help__items .item__text {
    font-size: 16px;
    max-width: 183px;
  }
}
.section__help .help__items .item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__help .help__items .item li {
  display: flex;
  gap: 20px;
}
.section__help .help__items .item li svg,
.section__help .help__items .item li img {
  min-width: 16px;
  margin-top: 4px;
  height: 16px;
}
.section__help .help__items .item li p {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  opacity: 0.8;
}
@media (max-width: 470px) {
  .section__help .help__items .item li p {
    font-size: 14px;
  }
}

.section__country {
  margin-bottom: 150px;
}
@media (max-width: 470px) {
  .section__country {
    margin-bottom: 40px;
  }
}
.section__country .country {
  border-radius: 40px;
  background: #ffe2f1;
  padding: 92px 62px 60px 22px;
  background-image: url("/images/edu1/country/background.webp");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .section__country .country {
    padding: 92px 22px 60px 22px;
  }
}
@media (max-width: 600px) {
  .section__country .country {
    padding: 40px 0 38px;
  }
}
.section__country .country .form {
  margin: 0 5px;
  padding: 20px;
}
@media (max-width: 600px) {
  .section__country .country__image--1 {
    max-width: 175px;
  }
}
.section__country .country__image--2 {
  position: absolute;
  top: 0;
  right: 240px;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .section__country .country__image--2 {
    right: 117px;
    max-width: 107px;
  }
}
@media (max-width: 600px) {
  .section__country .country__image--3 {
    max-width: 107px;
  }
}
@media (max-width: 600px) {
  .section__country .country__image--4 {
    max-width: 175px;
  }
}
@media (max-width: 400px) {
  .section__country .country__image--4 {
    max-width: 99px;
  }
}
.section__country .country__title {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1.2px;
  margin-bottom: 32px;
}
@media (max-width: 470px) {
  .section__country .country__title {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
  }
}
.section__country .country__flags {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .section__country .country__flags {
    padding: 0 60px;
  }
}
.section__country .country__body {
  display: flex;
  gap: 53px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .section__country .country__body {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .section__country .country__body {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .section__country .country__body {
    align-items: flex-start;
  }
}
.section__country .country__subtitle {
  color: #222;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 910px;
  margin: 0 auto 51px;
}
@media (max-width: 600px) {
  .section__country .country__subtitle {
    padding: 0 45px;
    font-size: 14px;
  }
}
.section__country .country__images {
  display: flex;
  gap: 20px;
}
.section__country .country__images-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 400px) {
  .section__country .country__images-col {
    justify-content: center;
  }
}
.section__country .country__images-col-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  justify-content: flex-end;
}
.section__country .country__persons {
  position: relative;
  display: grid;
  grid-template-columns: 91px 1fr;
  margin-bottom: 24px;
}
@media (max-width: 470px) {
  .section__country .country__persons {
    grid-template-columns: 49px 1fr;
    margin-bottom: 21px;
  }
}
.section__country .country__persons-wrapper {
  display: flex;
  justify-content: center;
}
.section__country .country__persons img {
  position: relative;
  grid-area: 1/1/1/3;
  border-radius: 24px;
  border: 3px solid #ffebf1;
}
@media (max-width: 470px) {
  .section__country .country__persons img {
    max-width: 49px;
    border-radius: 12px;
  }
}
.section__country .country__persons img:nth-child(1) {
  z-index: 1;
  transform: rotate(5deg) translateY(-0.27px);
}
@media (max-width: 470px) {
  .section__country .country__persons img:nth-child(1) {
    transform: rotate(5deg) translateY(-0.15);
  }
}
.section__country .country__persons img:nth-child(2) {
  margin-left: 80px;
  z-index: 2;
  transform: rotate(-3deg) translateY(-13px);
}
@media (max-width: 470px) {
  .section__country .country__persons img:nth-child(2) {
    margin-left: 40px;
    transform: rotate(-3deg) translateY(-7.2px);
  }
}
.section__country .country__persons img:nth-child(3) {
  margin-left: 160px;
  z-index: 3;
  transform: rotate(3deg);
}
@media (max-width: 470px) {
  .section__country .country__persons img:nth-child(3) {
    margin-left: 80px;
  }
}
.section__country .country__persons img:nth-child(4) {
  margin-left: 240px;
  z-index: 4;
  transform: rotate(-3.023deg) translateY(-11.45px);
}
@media (max-width: 470px) {
  .section__country .country__persons img:nth-child(4) {
    margin-left: 120px;
    transform: rotate(-3.023deg) translateY(-6.19px);
  }
}
.section__country .country__persons img:nth-child(5) {
  margin-left: 320px;
  z-index: 5;
  transform: rotate(4.927deg) translateY(-0.48px);
}
@media (max-width: 470px) {
  .section__country .country__persons img:nth-child(5) {
    margin-left: 160px;
    transform: rotate(4.927deg) translateY(-0.26px);
  }
}
.section__country .country__last {
  color: #222;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.72px;
  max-width: 507px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .section__country .country__last {
    font-size: 16px;
    letter-spacing: -0.48px;
    padding: 0 57px;
  }
}

.section__trust {
  margin: 100px 0;
}
@media (max-width: 600px) {
  .section__trust {
    margin: 40px 0;
  }
}
.section__trust .trust__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__trust .trust__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 38px;
  }
}
.section__trust .trust__flex {
  display: flex;
  gap: 68px;
}
@media (max-width: 992px) {
  .section__trust .trust__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.section__trust .trust__col {
  position: relative;
}
@media (max-width: 992px) {
  .section__trust .trust__col {
    text-align: center;
  }
}
.section__trust .trust__col .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #c0385f;
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
  padding: 18px;
  border-radius: 100%;
  display: flex;
  cursor: pointer;
}
@media (max-width: 600px) {
  .section__trust .trust__col .play {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .section__trust .trust__col .play svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.section__trust .trust__col:nth-child(2) {
  display: flex;
  align-items: center;
}
.section__trust .trust__logo {
  margin-bottom: 207px;
}
@media (max-width: 992px) {
  .section__trust .trust__logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .section__trust .trust__logo {
    max-width: 121px;
  }
}
.section__trust .trust__text {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  letter-spacing: -0.9px;
  max-width: 392px;
}
@media (max-width: 992px) {
  .section__trust .trust__text {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section__trust .trust__text {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

.section__three {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .section__three {
    margin-bottom: 40px;
  }
}
.section__three .three__items {
  display: flex;
  gap: 127px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .section__three .three__items {
    flex-direction: column;
    gap: 30px;
  }
}
.section__three .three__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 343px;
}
@media (max-width: 992px) {
  .section__three .three__item {
    max-width: 100%;
    gap: 20px;
  }
}
.section__three .three__head {
  display: flex;
  gap: 20px;
  align-items: center;
}
.section__three .three__img {
  border-radius: 24px;
  background: #ffebf1;
  padding: 20px;
}
@media (max-width: 992px) {
  .section__three .three__img {
    padding: 14px;
    max-width: 60px;
    border-radius: 12px;
  }
}
.section__three .three__title {
  color: #222;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  max-width: 220px;
}
@media (max-width: 992px) {
  .section__three .three__title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section__three .three__title {
    font-size: 16px;
    line-height: 130%; /* 20.8px */
  }
}
@media (max-width: 992px) {
  .section__three .three__title br {
    display: none;
  }
}
.section__three .three__text {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (max-width: 600px) {
  .section__three .three__text {
    font-size: 14px;
    line-height: 140%; /* 19.6px */
  }
}

.section__facts {
  margin-bottom: 110px;
}
.section__facts .facts__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .section__facts .facts__items {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .section__facts .facts__items {
    gap: 10px;
  }
}
.section__facts .facts__item {
  max-width: 440px;
}
.section__facts .facts .item__text {
  border-radius: 40px;
  background: #f4f4f4;
  padding: 50px 40px;
}
@media (max-width: 600px) {
  .section__facts .facts .item__text {
    padding: 30px;
    border-radius: 24px;
  }
}
.section__facts .facts .item__text ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .section__facts .facts .item__text ul {
    gap: 20px;
  }
}
.section__facts .facts .item__text li {
  display: flex;
  gap: 20px;
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.section__facts .facts .item__text li svg {
  min-width: 20px;
}
@media (max-width: 600px) {
  .section__facts .facts .item__text li svg {
    max-width: 16px;
    min-width: 16px;
  }
}
@media (max-width: 600px) {
  .section__facts .facts .item__text li {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section__facts .facts .item__text li {
    font-size: 12px;
  }
}
.section__facts .facts .item__base-img {
  position: relative;
  display: flex;
  align-items: center;
}
.section__facts .facts .item__base-img img {
  border-radius: 40px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__facts .facts .item__base-img p {
  position: absolute;
  color: #fff;
  font-family: "Manrope";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 600px) {
  .section__facts .facts .item__base-img p {
    font-size: 20px;
    letter-spacing: -0.6px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 400px) {
  .section__facts .facts .item__base-img p {
    font-size: 16px;
  }
}
.section__facts .facts .item__base-img .smoke {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.section__facts .facts .item__revert-img {
  position: relative;
}
.section__facts .facts .item__revert-img img {
  border-radius: 40px;
}
.section__facts .facts .item__revert-img p {
  position: absolute;
  color: #c0385f;
  font-family: "Manrope";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  top: 40px;
  left: 40px;
  right: 31px;
}
@media (max-width: 600px) {
  .section__facts .facts .item__revert-img p {
    font-size: 20px;
    letter-spacing: -0.6px;
    left: 30px;
    top: 30px;
  }
}
@media (max-width: 400px) {
  .section__facts .facts .item__revert-img p {
    font-size: 16px;
  }
}

.section__studied {
  margin-bottom: 150px;
}
@media (max-width: 470px) {
  .section__studied {
    margin-bottom: 40px;
  }
}
.section__studied .container {
  padding: 0 165px 0 135px;
}
@media (max-width: 1440px) {
  .section__studied .container {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .section__studied .container {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .section__studied .container {
    padding: 0 10px;
  }
}
.section__studied .studied__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  letter-spacing: -1.08px;
  font-size: 24px;
  letter-spacing: -0.72px;
  margin-bottom: 47px;
  text-align: center;
}
@media (max-width: 470px) {
  .section__studied .studied__title {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
  }
}
.section__studied .studied__title--purple {
  text-align: left;
}
.section__studied .studied__footer {
  color: #222;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.72px;
  max-width: 622px;
  margin: 0 auto 30px;
}
@media (max-width: 470px) {
  .section__studied .studied__footer {
    font-size: 16px;
    letter-spacing: -0.48px;
    padding: 0 50px;
  }
}
.section__studied .studied .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.54px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 470px) {
  .section__studied .studied .btn {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.section__studied .studied__swiper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper {
    padding-bottom: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .section__studied .studied__swiper {
    padding-bottom: 200px;
    margin-bottom: 20px;
  }
}
.section__studied .studied__swiper .item {
  display: flex;
  gap: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item {
    flex-direction: column-reverse;
  }
}
.section__studied .studied__swiper .item__btn {
  margin: 0;
  padding: 21px 47px;
}
@media (max-width: 600px) {
  .section__studied .studied__swiper .item__btn {
    padding: 14px 30px;
  }
}
.section__studied .studied__swiper .item__col {
  position: relative;
}
.section__studied .studied__swiper .item__col:nth-child(1) {
  flex: 1;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item__col:nth-child(1) {
    position: absolute;
    top: 85%;
    left: 40%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .section__studied .studied__swiper .item__col:nth-child(1) {
    top: 85%;
  }
}
.section__studied .studied__swiper .item__col:nth-child(2) {
  flex: 1;
  padding: 118px 40px 62px 125px;
  border-radius: 40px;
  border: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item__col:nth-child(2) {
    padding: 100px 80px 100px;
  }
}
@media (max-width: 470px) {
  .section__studied .studied__swiper .item__col:nth-child(2) {
    padding: 100px 30px 100px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .section__studied .studied__swiper .item__col--purple:nth-child(2) {
    padding-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .section__studied .studied__swiper .item__col svg {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item__col svg {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .section__studied .studied__swiper .item__col svg {
    max-width: 270px;
    height: auto;
  }
}
.section__studied .studied__swiper .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -121px;
  z-index: 1;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item img {
    top: 15%;
    right: -40%;
    transform: translate(0, 0);
  }
}
@media (max-width: 600px) {
  .section__studied .studied__swiper .item img {
    max-width: 234px;
    top: 27px;
    right: -63px;
    border-radius: 24px;
  }
}
.section__studied .studied__swiper .item__name {
  margin-bottom: 30px;
  color: #3e41b6;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  letter-spacing: -1.2px;
}
@media (max-width: 992px) {
  .section__studied .studied__swiper .item__name {
    text-align: center;
  }
}
@media (max-width: 470px) {
  .section__studied .studied__swiper .item__name {
    font-size: 32px;
    letter-spacing: -0.96px;
    margin-bottom: 26px;
  }
}
.section__studied .studied__swiper .item__name--purple {
  color: #3b84f2;
}
@media (max-width: 600px) {
  .section__studied .studied__swiper .item__name--purple {
    text-align: left;
  }
}
.section__studied .studied__swiper .item__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 470px) {
  .section__studied .studied__swiper .item__info {
    gap: 10px;
  }
}
.section__studied .studied__swiper .item__info--purple {
  margin-bottom: 40px;
}
.section__studied .studied__swiper .item__info li {
  display: flex;
  gap: 10px;
}
.section__studied .studied__swiper .item__info li div {
  color: #3e41b6;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.section__studied .studied__swiper .item__info li .purple {
  color: #3b84f2;
}
.section__studied .studied__swiper .item__info li p {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 470px) {
  .section__studied .studied__swiper .item__info li p {
    font-size: 14px;
  }
}
.section__studied .studied .swiper__wrapper {
  position: relative;
}
@media (max-width: 400px) {
  .section__studied .studied .swiper__wrapper {
    overflow: hidden;
  }
}
.section__studied .studied .item__names {
  display: flex;
  flex-direction: row;
  overflow: scroll;
  gap: 10px;
  padding-bottom: 5px;
}
.section__studied .studied .studied__names {
  position: absolute;
  right: 40px;
  left: 60%;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section__studied .studied .studied__names {
    left: 50%;
  }
}
@media (max-width: 992px) {
  .section__studied .studied .studied__names {
    left: 25%;
    right: 25%;
  }
}
@media (max-width: 767px) {
  .section__studied .studied .studied__names {
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 600px) {
  .section__studied .studied .studied__names {
    left: 0;
    right: 0;
  }
}
@media (max-width: 360px) {
  .section__studied .studied .studied__names {
    left: 0;
    width: calc(100vw + 20px);
  }
}
.section__studied .studied .studied__names li {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.54px;
  padding: 10px 20px;
  border-radius: 24px;
  background: #f4f4f4;
  width: auto !important;
  cursor: pointer;
}
.section__studied .studied .studied__names li.swiper-slide-active {
  color: #3e41b6;
  background: #edefff;
}
.section__studied .studied .video-rutube {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -121px;
  z-index: 1;
  border-radius: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.section__studied .studied .video-rutube img {
  transition: all 0.3s ease-out;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  max-width: unset;
  width: 100%;
}
.section__studied .studied .video-rutube:hover img {
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 10px;
}
@media (max-width: 992px) {
  .section__studied .studied .video-rutube {
    top: 15%;
    right: -40%;
    transform: translate(0, 0);
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .section__studied .studied .video-rutube {
    max-width: 234px;
    top: 27px;
    right: -63px;
  }
}
.section__studied .studied .video-rutube .play {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section__studied .studied .video-rutube .play svg {
  transition: all 0.3s ease-out;
  fill: #fff;
}
@media (max-width: 600px) {
  .section__studied .studied .video-rutube .play svg {
    width: 50px;
    height: 50px;
  }
}
.section__studied .studied .video-rutube:hover svg {
  fill: #ad2f33;
}

.section__review {
  margin-bottom: 100px;
  overflow: hidden;
}
.section__review .review {
  padding: 60px 40px 68px;
  border-radius: 40px;
  background: #edefff;
  background-image: url("/images/edu1/review/background.svg");
  background-repeat: no-repeat;
  background-position: top right;
}
.section__review .review--purple {
  border: 1px solid #eaeaea;
  background: none;
  background-image: none;
}
@media (max-width: 600px) {
  .section__review .review {
    background-position-x: 30%;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .section__review .review {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  .section__review .review {
    padding: 30px 10px;
  }
}
.section__review .review__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section__review .review__title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .section__review .review__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
}
.section__review .review__subtitle {
  color: #222;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  margin-bottom: 74px;
  max-width: 557px;
}
@media (max-width: 992px) {
  .section__review .review__subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .section__review .review__subtitle {
    font-size: 12px;
    text-align: center;
    margin-bottom: 26px;
  }
}
.section__review .review__body {
  display: flex;
  gap: 104px;
}
@media (max-width: 1200px) {
  .section__review .review__body {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .section__review .review__body {
    display: block;
  }
}
.section__review .review__users {
  display: flex;
  flex-direction: column;
  min-width: 276px;
  gap: 10px;
  max-height: 575px;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .section__review .review__users {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .section__review .review__users {
    min-width: 250px;
  }
}
@media (max-width: 992px) {
  .section__review .review__users {
    min-width: 200px;
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .section__review .review__users {
    justify-content: flex-start;
  }
}
@media (max-width: 400px) {
  .section__review .review__users {
    gap: 0;
  }
}
.section__review .review__user {
  padding: 10px;
  display: flex;
  gap: 20px;
  cursor: pointer;
  position: relative;
  align-items: center;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .section__review .review__user {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section__review .review__user {
    padding: 0;
    border: 4px solid rgba(255, 255, 255, 0);
  }
}
.section__review .review__user .smoke {
  opacity: 0;
  position: absolute;
}
.section__review .review__user:hover .smoke {
  border-radius: 24px;
  opacity: 0.1;
  background: #3e41b6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.section__review .review__user div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section__review .review__user img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 992px) {
  .section__review .review__user img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .section__review .review__user img {
    border-radius: 100%;
  }
}
.section__review .review__user-name {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}
@media (max-width: 992px) {
  .section__review .review__user-name {
    font-size: 16px;
  }
}
.section__review .review__user-age {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  opacity: 0.5;
}
@media (max-width: 992px) {
  .section__review .review__user-age {
    font-size: 14px;
  }
}
.section__review .review .active {
  border-radius: 24px;
  background: #fff;
}
.section__review .review .active .review__user-name {
  color: #3e41b6;
}
.section__review .review .active .smoke {
  opacity: 0;
}
.section__review .review__user--purple.active {
  border-radius: 24px;
  background: #f6e8ff;
}
.section__review .review__content {
  display: flex;
  gap: 62px;
}
@media (max-width: 1200px) {
  .section__review .review__content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .section__review .review__content {
    flex-direction: column;
    gap: 30px;
  }
}
.section__review .review__text {
  max-width: 473px;
  color: #222;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  margin-bottom: 40px;
}
.section__review .review__text span {
  color: #c0385f;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
}
@media (max-width: 600px) {
  .section__review .review__text span {
    font-size: 16px;
    line-height: 150%;
  }
}
.section__review .review__text--purple span {
  color: #a938ee;
}
@media (max-width: 1200px) {
  .section__review .review__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .section__review .review__text {
    font-size: 16px;
  }
}
.section__review .review__info {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section__review .review__info {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.section__review .review__uni {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .section__review .review__uni {
    align-items: center;
  }
}
.section__review .review__uni img {
  border-radius: 24px;
}
.section__review .review__uni p {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  opacity: 0.8;
  max-width: 270px;
}
@media (max-width: 1200px) {
  .section__review .review__uni p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .section__review .review__uni p {
    font-size: 12px;
  }
}
.section__review .review__btn {
  margin-top: auto;
}
@media (max-width: 767px) {
  .section__review .review__btn {
    margin-top: 30px;
  }
}
.section__review .review__btn .btn {
  padding: 21px 47px;
  font-size: 18px;
  letter-spacing: -0.54px;
}
@media (max-width: 600px) {
  .section__review .review__btn .btn {
    padding: 14px 30px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.section__review .review__video {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.section__review .review__video img {
  border-radius: 40px;
  width: 323px;
  height: 575px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .section__review .review__video img {
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .section__review .review__video img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section__review .review__video {
    justify-content: center;
  }
}
.section__review .review__video .play {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 100%;
  padding: 24px;
  display: flex;
}
.section__review .review__video--photo {
  cursor: default;
  max-width: 370px;
  position: relative;
  max-height: 575px;
}
@media (max-width: 1200px) {
  .section__review .review__video--photo {
    max-width: 320px;
  }
}
@media (max-width: 420px) {
  .section__review .review__video--photo {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .section__review .review__video--photo {
    max-width: 240px;
  }
}
.section__review .review__video--photo img {
  width: 370px;
}
@media (max-width: 600px) {
  .section__review .review__video--photo img {
    width: 100%;
    margin: 0 auto;
    height: 470px;
  }
}
.section__review .review__video--photo .swiper__btns {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.section__review .review__swiper {
  width: calc(100% - 276px - 104px);
}
@media (max-width: 1200px) {
  .section__review .review__swiper {
    width: calc(100% - 276px);
  }
}
@media (max-width: 992px) {
  .section__review .review__swiper {
    width: 100%;
  }
}

.section__mass-media {
  margin-bottom: 106px;
}
@media (max-width: 470px) {
  .section__mass-media {
    margin-bottom: 40px;
  }
}
.section__mass-media .mm__title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 60px;
}
@media (max-width: 470px) {
  .section__mass-media .mm__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 40px;
  }
}
.section__mass-media .mm__items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .section__mass-media .mm__items {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 470px) {
  .section__mass-media .mm__items {
    gap: 30px;
  }
}
.section__mass-media .mm .item {
  display: flex;
  gap: 26px;
  width: 33%;
}
@media (max-width: 1200px) {
  .section__mass-media .mm .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section__mass-media .mm .item {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .section__mass-media .mm .item {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .section__mass-media .mm .item {
    gap: 20px;
  }
}
.section__mass-media .mm .item__img {
  border-radius: 24px;
}
@media (max-width: 470px) {
  .section__mass-media .mm .item__img {
    max-width: 90px;
    border-radius: 20px;
  }
}
.section__mass-media .mm .item__info p {
  color: #222;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
@media (max-width: 470px) {
  .section__mass-media .mm .item__info p {
    font-size: 14px;
  }
}

.section__question {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__question {
    margin-bottom: 40px;
  }
}
.section__question .question {
  border-radius: 40px;
  background: #edefff;
  padding: 50px 40px 40px;
}
@media (max-width: 600px) {
  .section__question .question {
    padding: 40px 20px 20px;
    border-radius: 24px;
  }
}
.section__question .question--purple {
  background: #e6f0ff;
}
.section__question .question .minus {
  display: none;
  min-width: 24px;
}
.section__question .question .plus {
  min-width: 24px;
}
.section__question .question__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__question .question__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.section__question .question__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__question .question .item {
  position: relative;
  overflow: hidden;
}
.section__question .question .item .active {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section__question .question .item .active {
    margin-bottom: 15px;
  }
}
.section__question .question .item .show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease-in;
}
.section__question .question .item__main {
  color: #3e41b6;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  background: #fff;
  padding: 23px 20px 23px 32px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.section__question .question .item__main:hover {
  color: #c0385f;
}
.section__question .question .item__main:hover svg g path {
  stroke: #c0385f;
}
@media (max-width: 600px) {
  .section__question .question .item__main {
    font-size: 16px;
    padding: 19px 14px 19px 15px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__main {
    font-size: 14px;
  }
}
.section__question .question .item__main svg {
  margin-left: auto;
  padding: 8px;
  width: 40px;
  height: 40px;
  background: #edefff;
  border-radius: 100%;
}
@media (max-width: 600px) {
  .section__question .question .item__main svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__main svg {
    width: 26px;
    padding: 4px;
    height: 26px;
  }
}
.section__question .question .item__main--purple {
  color: #3b84f2;
}
.section__question .question .item__main--purple svg g path {
  stroke: #3b84f2;
}
.section__question .question .item__main--purple:hover {
  color: #a938ee;
}
.section__question .question .item__main--purple:hover svg g path {
  stroke: #a938ee;
}
.section__question .question .item__elements {
  flex-direction: column;
  opacity: 0;
  position: absolute;
  transform: translate(0, -100%);
}
.section__question .question .item__element {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 36px;
  padding: 0 20px 30px 32px;
}
.section__question .question .item__element--pay {
  padding-bottom: 20px;
  border: 0;
}
.section__question .question .item__element:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .section__question .question .item__element {
    padding: 0 14px 15px 15px;
  }
}
.section__question .question .item__second {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.section__question .question .item__second:hover {
  color: #c0385f;
}
.section__question .question .item__second:hover svg g path {
  stroke: #c0385f;
}
@media (max-width: 600px) {
  .section__question .question .item__second {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__second {
    font-size: 12px;
  }
}
.section__question .question .item__second svg {
  margin-left: auto;
  padding: 8px;
  min-width: 40px;
  min-height: 40px;
  background: #edefff;
  border-radius: 100%;
}
@media (max-width: 600px) {
  .section__question .question .item__second svg {
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__second svg {
    padding: 4px;
    min-width: 26px;
    min-height: 26px;
  }
}
.section__question .question .item__second--purple svg g path {
  stroke: #3b84f2;
}
.section__question .question .item__second--purple:hover {
  color: #a938ee;
}
.section__question .question .item__second--purple:hover svg g path {
  stroke: #a938ee;
}
.section__question .question .item__text {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  opacity: 0.8;
  display: none;
}
@media (max-width: 600px) {
  .section__question .question .item__text {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__text {
    font-size: 10px;
  }
}
.section__question .question .item__text--pay {
  display: block;
  font-size: 20px;
  opacity: 1;
}
@media (max-width: 600px) {
  .section__question .question .item__text--pay {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section__question .question .item__text--pay {
    font-size: 12px;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section__friends {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__friends {
    margin-bottom: 40px;
  }
}
.section__friends .friends__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .section__friends .friends__title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.section__friends .friends__subtitle {
  color: #222;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0.8;
  max-width: 580px;
  margin: 0 auto 40px;
}
@media (max-width: 600px) {
  .section__friends .friends__subtitle {
    font-size: 12px;
    margin-bottom: 30px;
    opacity: 1;
    font-weight: 500;
  }
}
@media (max-width: 470px) {
  .section__friends .friends__subtitle {
    max-width: 304px;
  }
}
.section__friends .friends__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
@media (max-width: 600px) {
  .section__friends .friends__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    padding: 0 40px;
  }
}
@media (max-width: 400px) {
  .section__friends .friends__items {
    padding: 0 10px;
  }
}
.section__friends .friends__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section__friends .friends__item img {
  border-radius: 100%;
  max-width: 50px;
}
@media (max-width: 600px) {
  .section__friends .friends__item img {
    max-width: 40px;
  }
}
.section__friends .friends__item span {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
}
@media (max-width: 600px) {
  .section__friends .friends__item span {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.section__friends .friends__item:hover span {
  color: #d6a467;
}
.section__friends .friends__text {
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  opacity: 0.6;
  text-align: center;
}
@media (max-width: 600px) {
  .section__friends .friends__text {
    font-size: 10px;
  }
}

.section__tel {
  margin-bottom: 30px;
}
.section__tel .tel {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .section__tel .tel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .section__tel .tel .hide-mobile {
    display: none;
  }
}
.section__tel .form {
  max-width: 440px;
  border-radius: 40px;
  background: #ffe2f1;
  padding: 50px 50px 25px;
  background-image: url("/images/edu1/tel/form-background.png");
  background-position-y: 40px;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .section__tel .form {
    border-radius: 24px;
  }
}
@media (max-width: 600px) {
  .section__tel .form {
    padding: 30px;
    margin: 0;
  }
}
.section__tel .form__img {
  border: 3px solid #ffebf1;
  border-radius: 100%;
  margin-bottom: 20px;
}
.section__tel .form__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section__tel .form__title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.section__tel .form__input {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  border: 0;
}
.section__tel .form .tel {
  margin-bottom: 30px;
}
.section__tel .form__gift {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section__tel .form__gift img {
    max-width: 32px;
  }
}
.section__tel .form__gift p {
  color: #3aa920;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  max-width: 320px;
}
@media (max-width: 600px) {
  .section__tel .form__gift p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section__tel .form__gift p {
    font-size: 12px;
  }
}
.section__tel .form__btn {
  margin-bottom: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .section__tel .form__btn {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.54px;
    padding: 8px 20px 8px 25px;
  }
}
.section__tel .form__info {
  display: flex;
  flex-direction: column;
}
.section__tel .form__conditions {
  margin-bottom: 5px;
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 600px) {
  .section__tel .form__conditions {
    font-size: 10px;
  }
}
.section__tel .form__privacy {
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 600px) {
  .section__tel .form__privacy {
    font-size: 10px;
  }
}
.section__tel .form .iti input {
  background-color: #fff;
}
.section__tel .main {
  border-radius: 40px;
  background: #f4f4f4;
  padding: 50px 50px 45px;
  width: 100%;
}
@media (max-width: 470px) {
  .section__tel .main {
    padding: 30px;
    border-radius: 24px;
  }
}
.section__tel .main__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__tel .main__title {
    margin-bottom: 30px;
  }
}
.section__tel .main__container {
  display: flex;
  gap: 80px;
}
@media (max-width: 600px) {
  .section__tel .main__container {
    flex-direction: column;
    gap: 30px;
  }
}
.section__tel .main__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.section__tel .main__item-name {
  color: #222;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.section__tel .main__item-tel {
  transition: all 0.3s ease-out;
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.section__tel .main__item-tel:hover {
  border-bottom-color: #222;
}
.section__tel .main__item-address {
  color: #222;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.friend {
  padding: 50px;
  border-radius: 40px;
  background: #f4f4f4;
  min-width: 440px;
}
@media (max-width: 600px) {
  .friend {
    background: none;
    padding: 0;
    min-width: auto;
  }
}
.friend__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .friend__title {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
  }
}
.friend__title--2 {
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.friend__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 28px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .friend__items {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.friend__item {
  transition: all 0.3s ease-out;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.friend__item img {
  transition: all 0.3s ease-out;
  border-radius: 100%;
}
.friend__item p {
  transition: all 0.3s ease-out;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.54px;
}
@media (max-width: 600px) {
  .friend__item p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
@media (max-width: 600px) {
  .friend__item img {
    max-width: 40px;
    max-height: 40px;
  }
}
.friend__item:hover p {
  color: #d6a467;
}
.friend__item:hover img {
  box-shadow: 3.214px 3.83px 15px 0 rgba(17, 17, 19, 0.3);
}
.friend__text {
  color: #222;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  margin-bottom: 50px;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .friend__text {
    text-align: center;
    margin-bottom: 40px;
  }
}
.friend__tel {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .friend__tel-wrapper {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.friend__tel--last {
  margin-bottom: 85px;
}
@media (max-width: 600px) {
  .friend__tel {
    margin-bottom: 0;
  }
}
.friend__tel a {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 5px;
  letter-spacing: -0.54px;
  line-height: 100%;
  margin-bottom: 10px;
}
.friend__tel a img {
  border-radius: 100px;
  height: 24px;
  transition: all 0.3s ease-out;
  width: 24px;
  box-shadow: 3.214px 3.83px 15px 0 rgba(17, 17, 19, 0.2);
}
.friend__payed {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .friend__payed {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.footer {
  margin-bottom: 30px;
}
.footer .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 600px) {
  .footer .container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.footer__text {
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  max-width: 314px;
  opacity: 0.5;
}
html[dir=rtl] .footer__text {
  direction: ltr;
}
.footer__items {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-form {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
@media (max-width: 767px) {
  .main-form {
    left: 30%;
    right: 30%;
    width: 100%;
    transform: translate(-15%, -50%);
  }
}
@media (max-width: 600px) {
  .main-form {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    right: 0;
    top: auto;
  }
}

.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 100;
  left: 0;
  top: 0;
}

.form {
  max-width: 485px;
  min-width: 400px;
  border-radius: 40px;
  background: #fff;
  padding: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .form {
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .form {
    border-radius: 24px;
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .form--modal {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.form .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.form__img {
  border: 3px solid #ffebf1;
  border-radius: 100%;
  margin-bottom: 20px;
}
.form__introduction {
  color: #222;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.6;
  width: 100%;
  padding: 10px 0;
  max-width: 300px;
}
.form__title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .form__title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}
.form__subtitle {
  color: #222;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  opacity: 0.8;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .form__subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
  }
}
.form__input {
  padding: 20px;
  border-radius: 12px;
  background: #f6f6f9;
  width: 100%;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  border: 0;
}
.form__gift {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}
.form__gift img {
  height: 32px;
  width: 32px;
}
@media (max-width: 600px) {
  .form__gift img {
    max-width: 32px;
  }
}
.form__gift p {
  color: #3aa920;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  max-width: 320px;
}
@media (max-width: 600px) {
  .form__gift p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .form__gift p {
    font-size: 12px;
  }
}
.form__btn {
  margin-bottom: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .form__btn {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.54px;
    padding: 8px 20px 8px 25px;
  }
}
.form__info {
  display: flex;
  flex-direction: column;
}
.form__conditions {
  margin-bottom: 5px;
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 600px) {
  .form__conditions {
    font-size: 10px;
  }
}
.form__privacy {
  color: #222;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 600px) {
  .form__privacy {
    font-size: 10px;
  }
}
.form__item {
  margin-bottom: 10px;
}
.form__item--last {
  margin-bottom: 30px;
}
.form__error {
  margin-top: 10px;
  color: #f13030;
  font-weight: 600;
}

@media (max-width: 600px) {
  .custom-modal .form {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .receive-gift-modal .form {
    max-width: 450px;
    margin: 0 auto;
    padding: 45px 20px 40px 20px;
  }
}
@media (max-width: 470px) {
  .receive-gift-modal .form {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .receive-gift-modal .form {
    margin: 0 6px;
    padding: 45px 15px 40px 15px;
  }
}

.section__why {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__why {
    margin-bottom: 40px;
  }
}
.section__why .why {
  border-radius: 40px;
  background: #ffe2f1;
  display: flex;
  padding: 40px;
  gap: 67px;
  background-image: url("/images/edu1/country/background.webp");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .section__why .why {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .section__why .why {
    padding: 30px 20px 20px;
  }
}
.section__why .why--purple {
  background: #f3deff;
  background-image: url("/images/edu1/why/background.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 110%;
}
.section__why .why--purple .form {
  background-color: #f7ebff;
}
.section__why .why--purple .form__title {
  color: #8a1bce;
}
.section__why .why--purple .form .btn {
  border-radius: 24px;
}
.section__why .why--purple .form__input {
  background-color: white;
}
.section__why .why--purple .form .iti input {
  background-color: white;
}
.section__why .why--purple .info {
  max-width: 605px;
}
.section__why .why .info__title {
  margin-top: 30px;
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .section__why .why .info__title {
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .section__why .why .info__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 40px;
  }
}
.section__why .why .info__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .section__why .why .info__items {
    gap: 20px;
  }
}
.section__why .why .info__items li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.section__why .why .info__items .num {
  padding: 7px 12px;
  background: #fff;
  border-radius: 100%;
  color: #a938ee;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}
.section__why .why .info__items .text {
  color: #222;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.section__why .why .info__items .text span {
  font-weight: 700;
}
@media (max-width: 600px) {
  .section__why .why .info__items .text {
    font-size: 14px;
  }
}
.section__why .why .form {
  margin: 0 auto;
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__why .why .form {
    padding: 30px;
  }
}
.section__why .why__form .hashlink {
  height: 200px;
  margin-top: -200px;
}
@media (max-width: 992px) {
  .section__why .why__form .hashlink {
    height: 160px;
    margin-top: -160px;
  }
}
@media (max-width: 600px) {
  .section__why .why__form .hashlink {
    height: 120px;
    margin-top: -120px;
  }
}

.section__trips {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__trips {
    margin-bottom: 40px;
  }
}
.section__trips .trips__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section__trips .trips__head {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 16px;
  }
}
.section__trips .trips__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: -1.08px;
}
@media (max-width: 767px) {
  .section__trips .trips__title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__title {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
  }
}
.section__trips .trips__subtitle {
  color: #222;
  text-align: right;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  max-width: 308px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .section__trips .trips__subtitle {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__subtitle {
    font-size: 14px;
  }
}
.section__trips .trips__items {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .section__trips .trips__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section__trips .trips__items--change-places {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section__trips .trips__items--change-places {
    flex-wrap: wrap-reverse;
  }
}
.section__trips .trips__item {
  position: relative;
}
.section__trips .trips__item-info {
  position: absolute;
  padding: 40px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .section__trips .trips__item-info {
    gap: 26px;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__item-info {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__item-info br {
    display: none;
  }
}
.section__trips .trips__item-text {
  font-size: 36px;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
}
@media (max-width: 992px) {
  .section__trips .trips__item-text {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__item-text {
    font-size: 24px;
    letter-spacing: -0.54px;
  }
}
.section__trips .trips__item-content {
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 992px) {
  .section__trips .trips__item-content {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .section__trips .trips__item-content {
    font-size: 18px;
  }
}
.section__trips .trips__item-img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__trips .trips__item-img {
    border-radius: 24px;
  }
}
.section__trips .trips__item .smoke {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 40px;
  opacity: 0.9;
  background: linear-gradient(180deg, #526b8f 0.06%, rgba(82, 107, 143, 0) 58.77%);
}
@media (max-width: 600px) {
  .section__trips .trips__item .smoke {
    border-radius: 24px;
  }
}
.section__trips .trips__item .smoke--green {
  background: linear-gradient(180deg, #3c522b 0.06%, rgba(139, 122, 83, 0) 58.77%, rgba(60, 82, 43, 0) 58.77%);
}

.section__task {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__task {
    margin-bottom: 40px;
  }
}
.section__task .task__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__task .task__title {
    text-align: center;
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
    margin-bottom: 40px;
  }
}
.section__task .task__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.section__task .task__items--change-places {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.section__task .task .item {
  padding: 40px;
  border-radius: 40px;
  background: #fffaea;
  flex: 1;
}
@media (max-width: 600px) {
  .section__task .task .item {
    padding: 30px;
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .section__task .task .item {
    padding: 20px;
    border-radius: 12px;
  }
}
.section__task .task .item:nth-child(2) {
  background: #eaffe5;
}
.section__task .task .item__text {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  margin-bottom: 20px;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .section__task .task .item__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section__task .task .item__head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .section__task .task .item__head {
    margin-bottom: 30px;
  }
}
.section__task .task .item__head img {
  padding: 20px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .section__task .task .item__head img {
    padding: 14px;
    border-radius: 12px;
    max-width: 60px;
    max-height: 60px;
  }
}
.section__task .task .item__title {
  color: #222;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
@media (max-width: 600px) {
  .section__task .task .item__title {
    font-size: 16px;
    max-width: 184px;
  }
}
.section__task .task .item__elements {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .section__task .task .item__elements {
    margin-bottom: 30px;
  }
}
.section__task .task .item__elements ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__task .task .item__elements ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.section__task .task .item__elements ul li svg {
  min-width: 16px;
}
@media (max-width: 600px) {
  .section__task .task .item__elements ul li svg {
    margin-top: 4px;
  }
}
.section__task .task .item__elements ul li p {
  color: #222;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 600px) {
  .section__task .task .item__elements ul li p {
    font-size: 14px;
  }
}
.section__task .task .item__description {
  color: #222;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  opacity: 0.5;
}
@media (max-width: 600px) {
  .section__task .task .item__description {
    font-size: 12px;
  }
}

.section__garant {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__garant {
    margin-bottom: 40px;
  }
}
.section__garant .garant__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__garant .garant__title {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.section__garant .garant__items {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.section__garant .garant__item {
  position: relative;
  min-width: 300px;
}
@media (max-width: 767px) {
  .section__garant .garant__item {
    min-width: 250px;
  }
}
@media (max-width: 470px) {
  .section__garant .garant__item {
    min-width: 185px;
  }
}
.section__garant .garant__item-text {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: -0.6px;
  right: 30px;
}
@media (max-width: 1200px) {
  .section__garant .garant__item-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section__garant .garant__item-text {
    left: 20px;
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .section__garant .garant__item-text {
    font-size: 16px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 600px) {
  .section__garant .garant__item-text br {
    display: none;
  }
}
.section__garant .garant__item-img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__garant .garant__item-img {
    border-radius: 24px;
  }
}
.section__garant .garant__item .smoke {
  position: absolute;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  background: linear-gradient(180deg, #1f3f6b 0.06%, rgba(31, 63, 107, 0) 58.77%);
}
@media (max-width: 600px) {
  .section__garant .garant__item .smoke {
    border-radius: 24px;
  }
}

.section__country-blue {
  margin-bottom: 100px;
}
.section__country-blue .iti input {
  background-color: white;
}
@media (max-width: 470px) {
  .section__country-blue .container {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .section__country-blue {
    margin-bottom: 40px;
  }
}
.section__country-blue .country {
  border-radius: 40px;
  background: #e6f0ff;
  padding: 40px 40px 42px;
  overflow: hidden;
}
@media (max-width: 470px) {
  .section__country-blue .country {
    padding: 40px 0 30px;
  }
}
.section__country-blue .country__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .section__country-blue .country__title {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.6px;
    margin: 0 30px 30px;
  }
}
.section__country-blue .country .body {
  display: flex;
  gap: 105px;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body {
    flex-direction: column;
    gap: 40px;
  }
}
.section__country-blue .country .body__col:first-child {
  width: 100%;
}
.section__country-blue .country .body__col:nth-child(2) {
  max-width: 515px;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body__col:nth-child(2) {
    margin: 0 auto;
  }
}
.section__country-blue .country .body__text {
  margin-left: 40px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body__text {
    margin-left: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body__text .body__main-text {
    margin-bottom: 10px;
  }
}
.section__country-blue .country .body__main-text {
  color: #222;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 600px) {
  .section__country-blue .country .body__main-text {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 140%; /* 19.6px */
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body__main-text {
    margin: 0 30px 20px;
  }
}
.section__country-blue .country .body__second-text {
  color: #222;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body__second-text {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .section__country-blue .country .body__second-text {
    margin: 0 0 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body__second-text {
    margin: 0 30px 32px;
  }
}
.section__country-blue .country .body .images {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images {
    flex-direction: row-reverse;
  }
}
.section__country-blue .country .body .images__background {
  position: absolute;
  left: -80px;
  bottom: -11px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body .images__background {
    left: auto;
    right: -40%;
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__background {
    right: -30%;
    bottom: 50%;
  }
}
.section__country-blue .country .body .images__col {
  flex: 1;
}
.section__country-blue .country .body .images__col:nth-child(2) {
  display: flex;
  flex-direction: column;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__col-wrapper {
    display: flex;
    position: absolute;
    gap: 9px;
    left: -48px;
    bottom: 0;
  }
}
.section__country-blue .country .body .images__flags {
  position: relative;
  margin-bottom: 28px;
  max-width: 284px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body .images__flags {
    max-width: none;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .section__country-blue .country .body .images__flags {
    max-width: 315px;
    margin: 0 auto 47px;
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__flags {
    justify-content: center;
  }
}
.section__country-blue .country .body .images__flags .smoke {
  position: absolute;
  right: 0;
  width: 95px;
  height: 100%;
  background: linear-gradient(270deg, #e6f0ff 0%, rgba(230, 240, 255, 0) 90.12%);
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body .images__flags .smoke {
    display: none;
  }
}
.section__country-blue .country .body .images__flag {
  border-radius: 100%;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__image.image--1 {
    width: 175px;
    height: 282px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section__country-blue .country .body .images__image.image--2 {
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__image.image--2 {
    max-width: 175px;
    max-height: 109px;
    margin-bottom: 10px;
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__image.image--3 {
    max-width: 107px;
    max-height: 107px;
  }
}
.section__country-blue .country .body .images__image.image--4 {
  display: none;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__image.image--4 {
    display: block;
  }
}
.section__country-blue .country .body .images__image {
  position: relative;
  z-index: 5;
  border-radius: 40px;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .images__image {
    border-radius: 24px;
  }
}
.section__country-blue .country .body__flags {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section__country-blue .country .body__flags {
    margin-bottom: 27px;
  }
}
@media (max-width: 470px) {
  .section__country-blue .country .body__flags {
    margin: 0 30px 27px;
  }
}
.section__country-blue .country .body__flags .flag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section__country-blue .country .body__flags .flag:first-child {
  padding-top: 0;
}
.section__country-blue .country .body__flags .flag:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section__country-blue .country .body__flags .flag .btn {
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: -0.42px;
}
.section__country-blue .country .body__flags .flag p {
  color: #3b84f2;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 600px) {
  .section__country-blue .country .body__flags .flag p {
    font-size: 14px;
  }
}
.section__country-blue .country .body__flags .flag button,
.section__country-blue .country .body__flags .flag a {
  margin-left: auto;
}
.section__country-blue .country .body__flags .flag__img {
  max-width: 32px;
  max-height: 32px;
  height: 100%;
  width: auto;
  border-radius: 100%;
}
.section__country-blue .country .body .modal-content {
  display: none;
}
.section__country-blue .country .body .form {
  background: #f2f7ff;
  border-radius: 40px;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .form {
    margin: 0 30px;
    padding: 30px;
  }
}
.section__country-blue .country .body .form__title {
  color: #3b84f2;
  font-size: 36px;
  letter-spacing: -1.08px;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .form__title {
    font-size: 20px;
    line-height: 120%; /* 24px */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
}
.section__country-blue .country .body .form__subtitle {
  margin-bottom: 40px;
  opacity: 0.8;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .form__subtitle {
    font-size: 12px;
    margin-bottom: 26px;
  }
}
.section__country-blue .country .body .form__input {
  background-color: #fff;
}
.section__country-blue .country .body .form__btn {
  margin-bottom: 30px;
}
@media (max-width: 470px) {
  .section__country-blue .country .body .form__btn {
    padding: 18px 45px;
    margin-bottom: 20px;
    letter-spacing: -0.42px;
  }
}

.section__mm-big {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__mm-big {
    margin-bottom: 40px;
  }
}
.section__mm-big .mm__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__mm-big .mm__header {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.section__mm-big .mm__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
}
@media (max-width: 600px) {
  .section__mm-big .mm__title {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.section__mm-big .mm__btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section__mm-big .mm__btns button {
  border: none;
  background: none;
  padding: 0;
}
.section__mm-big .mm__btn-left {
  opacity: 0.2;
}
.section__mm-big .mm .item:nth-child(1) .smoke {
  background: linear-gradient(180deg, rgba(62, 110, 250, 0) 45.31%, #3e6efa 83.33%);
}
.section__mm-big .mm .item:nth-child(2) .smoke {
  background: linear-gradient(180deg, rgba(70, 72, 75, 0) 45.31%, #46484b 83.33%);
}
.section__mm-big .mm .item:nth-child(3) .smoke {
  background: linear-gradient(180deg, rgba(108, 80, 64, 0) 45.31%, #6c5040 83.33%);
}
.section__mm-big .mm .item__main {
  position: relative;
  margin-bottom: 20px;
  max-width: 440px;
}
.section__mm-big .mm .item__main p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  max-width: 320px;
  z-index: 5;
}
@media (max-width: 600px) {
  .section__mm-big .mm .item__main p {
    font-size: 12px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.section__mm-big .mm .item__main .smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__mm-big .mm .item__main .smoke {
    border-radius: 24px;
  }
}
.section__mm-big .mm .item__main img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__mm-big .mm .item__main img {
    border-radius: 24px;
  }
}
.section__mm-big .mm .item__logo {
  margin-left: 40px;
  max-height: 40px;
}
@media (max-width: 600px) {
  .section__mm-big .mm .item__logo {
    max-height: 30px;
    margin-left: 0;
  }
}

.section__we {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__we {
    margin-bottom: 40px;
  }
}
.section__we .we__header {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__we .we__header {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.section__we .we__title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
}
@media (max-width: 600px) {
  .section__we .we__title {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.section__we .we__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.section__we .we__btns button {
  padding: 0;
  display: flex;
  border: 0;
  background: 0;
}
.section__we .we__item {
  position: relative;
  border-radius: 24px;
  display: flex;
  max-width: 325px;
}
@media (max-width: 600px) {
  .section__we .we__item {
    max-width: 184px;
  }
}
.section__we .we__item:nth-child(2n) {
  background: #f6e8ff;
}
.section__we .we__item:nth-child(4n) {
  background: #eaffe5;
}
.section__we .we__item p {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media (max-width: 600px) {
  .section__we .we__item p {
    font-size: 12px;
    letter-spacing: -0.36px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
.section__we .we__item .bottom {
  top: auto;
  bottom: 30px;
}
@media (max-width: 600px) {
  .section__we .we__item .bottom {
    bottom: 20px;
  }
}
.section__we .we__item--bottom .smoke {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  opacity: 0.8;
  background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.section__we .we__item img {
  border-radius: 24px;
}

.section__company {
  margin-bottom: 20px;
}
.section__company .company {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .section__company .company {
    flex-direction: column;
    align-items: center;
  }
}
.section__company .company .col {
  position: relative;
}
.section__company .company .col__video {
  max-width: 900px;
  cursor: pointer;
}
.section__company .company .col__video img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .section__company .company .col__video img {
    border-radius: 24px;
  }
}
.section__company .company .col__video .smoke {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(1, 97, 104, 0) 27.6%, #016168 100%);
}
@media (max-width: 600px) {
  .section__company .company .col__video .smoke {
    border-radius: 24px;
  }
}
.section__company .company .col__video-text {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
}
@media (max-width: 600px) {
  .section__company .company .col__video-text {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.section__company .company .col__video-bottom {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  right: 40px;
}
.section__company .company .col__video-bottom .play {
  margin-left: auto;
  padding: 24px;
  border-radius: 100%;
  background: rgba(34, 34, 34, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .section__company .company .col__video-bottom .play {
    padding: 16px;
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 600px) {
  .section__company .company .col__video-bottom .play svg {
    max-width: 18px;
    max-height: 18px;
  }
}
@media (max-width: 600px) {
  .section__company .company .col__video-bottom {
    left: 30px;
    bottom: 30px;
    right: 20px;
  }
}
.section__company .company .col__info {
  max-width: 440px;
  background: #f6e8ff;
  padding: 50px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  background-image: url("/images/edu1/company/callback.svg");
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: -100px;
}
@media (max-width: 600px) {
  .section__company .company .col__info {
    padding: 30px 30px 50px;
    background-size: 100%;
    background-position-y: -30px;
    background-position-x: -90px;
    border-radius: 24px;
  }
}
.section__company .company .col__info-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__company .company .col__info-header {
    margin-bottom: 27px;
  }
}
.section__company .company .col__info-header img {
  border-radius: 100%;
}
@media (max-width: 600px) {
  .section__company .company .col__info-header img {
    max-width: 70px;
    max-height: 70px;
  }
}
.section__company .company .col__info-header p {
  color: #8a1bce;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.08px;
}
@media (max-width: 600px) {
  .section__company .company .col__info-header p {
    font-size: 24px;
    letter-spacing: -0.72px;
    max-width: 170px;
  }
}
.section__company .company .col__info-text {
  color: #8a1bce;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  max-width: 380px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section__company .company .col__info-text {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
  }
}
.section__company .company .col__info-btn {
  margin-top: auto;
}
.section__company .company .col__info-btn .btn {
  padding: 21px 47px;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 600px) {
  .section__company .company .col__info-btn .btn {
    padding: 14px 30px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}

.receive-gift-button,
.request-callback-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.receive-gift-button__wrapper,
.request-callback-button__wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 50;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  padding-right: 375px;
}
@media (max-width: 992px) {
  .receive-gift-button__wrapper,
  .request-callback-button__wrapper {
    padding-right: 0;
  }
}
@media (max-width: 470px) {
  .receive-gift-button__wrapper,
  .request-callback-button__wrapper {
    max-width: calc(100% - 80px);
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .receive-gift-button,
  .request-callback-button {
    right: 100px;
  }
}
@media (max-width: 992px) {
  .receive-gift-button,
  .request-callback-button {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .receive-gift-button,
  .request-callback-button {
    gap: 6px;
  }
  .receive-gift-button.btn,
  .request-callback-button.btn {
    padding: 15px 25px;
  }
}
@media (max-width: 470px) {
  .receive-gift-button svg,
  .request-callback-button svg {
    width: 20px;
    height: 20px;
  }
  .receive-gift-button.btn,
  .request-callback-button.btn {
    padding: 10px 15px;
  }
}

.wa-link {
  position: fixed;
  z-index: 10;
  right: 80px;
  bottom: 50px;
  display: block;
}
@media (max-width: 1200px) {
  .wa-link {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .wa-link {
    bottom: 25px;
  }
}
.wa-link svg {
  width: 50px;
  height: 50px;
}

.edu1-wide-form {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .edu1-wide-form {
    margin-bottom: 40px;
  }
}
.edu1-wide-form .wide-form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 40px;
  background-color: rgba(192, 56, 95, 0.231372549);
}
@media (max-width: 992px) {
  .edu1-wide-form .wide-form {
    max-width: 556px;
    margin: 0 auto;
  }
}
.edu1-wide-form .wide-form form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .edu1-wide-form .wide-form form {
    flex-direction: column;
  }
}
.edu1-wide-form .wide-form .form__title {
  color: #a62c4f;
  letter-spacing: -1.08px;
}
@media (max-width: 992px) {
  .edu1-wide-form .wide-form .form__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .edu1-wide-form .wide-form .form__title {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .edu1-wide-form .wide-form .form__title {
    font-size: 24px;
  }
}
.edu1-wide-form .wide-form .form__item {
  margin-bottom: unset;
  flex: 1;
}
.edu1-wide-form .wide-form .form__btn {
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .edu1-wide-form .wide-form .form__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.section__text-block {
  margin-bottom: 100px;
}
@media (max-width: 470px) {
  .section__text-block {
    margin-bottom: 40px;
  }
}
.section__text-block_content {
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding: 40px;
  border-radius: 40px;
}

.section__ad-with-image {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__ad-with-image {
    margin-bottom: 40px;
  }
}
.section__ad-with-image .box__wrapper {
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .section__ad-with-image .box__wrapper {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .section__ad-with-image .box__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section__ad-with-image .box__column {
  position: relative;
}
.section__ad-with-image .box__column--centered {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section__ad-with-image .box__column {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
  }
}
.section__ad-with-image .box__plates {
  height: 430px;
  width: 480px;
}
@media (max-width: 600px) {
  .section__ad-with-image .box__plates {
    width: 400px;
  }
}
@media (max-width: 470px) {
  .section__ad-with-image .box__plates {
    height: 380px;
    width: 350px;
  }
}
@media (max-width: 400px) {
  .section__ad-with-image .box__plates {
    height: 340px;
    width: 300px;
  }
}
.section__ad-with-image .box__plate {
  position: absolute;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section__ad-with-image .box__plate--top {
  left: 0;
  top: 0;
  z-index: 1;
  width: 310px;
  height: 242px;
}
@media (max-width: 470px) {
  .section__ad-with-image .box__plate--top {
    width: 280px;
    height: 219px;
  }
}
@media (max-width: 400px) {
  .section__ad-with-image .box__plate--top {
    width: 250px;
    height: 195px;
  }
}
.section__ad-with-image .box__plate--bottom {
  z-index: 2;
  width: 290px;
  height: 220px;
  bottom: 0;
  left: 5%;
}
@media (max-width: 470px) {
  .section__ad-with-image .box__plate--bottom {
    width: 250px;
    height: 190px;
  }
}
@media (max-width: 400px) {
  .section__ad-with-image .box__plate--bottom {
    width: 220px;
    height: 167px;
  }
}
.section__ad-with-image .box__plate--main {
  z-index: 3;
  width: 343px;
  height: 306px;
  top: 13%;
  right: 0;
}
@media (max-width: 470px) {
  .section__ad-with-image .box__plate--main {
    width: 300px;
    height: 267px;
  }
}
@media (max-width: 400px) {
  .section__ad-with-image .box__plate--main {
    width: 250px;
    height: 223px;
  }
}
.section__ad-with-image .box__info {
  display: flex;
  gap: 20px;
  width: 100%;
}
.section__ad-with-image .box__info img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 600px) {
  .section__ad-with-image .box__info img {
    width: 55px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section__ad-with-image .box__info span {
  transition: all 0.3s ease-out;
  color: #c0385f;
  border-bottom: 1px solid transparent;
}
.section__ad-with-image .box__info:hover span {
  color: #3b84f2;
  border-bottom: 1px solid #3b84f2;
}
.section__ad-with-image .box__content {
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .section__ad-with-image .box__content {
    gap: 15px;
  }
}
.section__ad-with-image .box__title {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .section__ad-with-image .box__title {
    font-size: 26px;
  }
}
.section__ad-with-image .box__subtitle {
  font-size: 24px;
  max-width: 520px;
}
@media (max-width: 600px) {
  .section__ad-with-image .box__subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}

.section__grant-for-children {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section__grant-for-children {
    margin-bottom: 40px;
  }
}
.section__grant-for-children .box__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  gap: 105px;
}
@media (max-width: 1200px) {
  .section__grant-for-children .box__wrapper {
    gap: 65px;
  }
}
@media (max-width: 992px) {
  .section__grant-for-children .box__wrapper {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__wrapper {
    gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.section__grant-for-children .box__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 520px;
}
.section__grant-for-children .box__column--centered {
  justify-content: center;
  align-self: center;
}
@media (max-width: 767px) {
  .section__grant-for-children .box__column:first-child {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__column {
    align-items: center;
  }
}
.section__grant-for-children .box__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 600px) {
  .section__grant-for-children .box__row:first-child {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__row {
    align-items: center;
    text-align: center;
  }
}
.section__grant-for-children .box__header {
  display: flex;
  flex-direction: column;
  color: #c0385f;
  gap: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section__grant-for-children .box__header {
    gap: 0;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__header {
    align-items: center;
  }
}
.section__grant-for-children .box__title {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section__grant-for-children .box__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__title {
    font-size: 26px;
  }
}
@media (max-width: 470px) {
  .section__grant-for-children .box__title {
    font-size: 22px;
  }
}
.section__grant-for-children .box__age {
  color: #646464;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section__grant-for-children .box__age {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__age {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .section__grant-for-children .box__age {
    font-size: 20px;
  }
}
.section__grant-for-children .box__subtitle {
  font-size: 30px;
}
@media (max-width: 767px) {
  .section__grant-for-children .box__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .section__grant-for-children .box__subtitle {
    font-size: 20px;
  }
}
.section__grant-for-children .box__text {
  color: #898989;
  font-size: 24px;
}
@media (max-width: 992px) {
  .section__grant-for-children .box__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__text {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 470px) {
  .section__grant-for-children .box__text {
    font-size: 14px;
  }
}
.section__grant-for-children .box__image {
  max-width: 450px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section__grant-for-children .box__image {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .section__grant-for-children .box__image {
    min-width: unset;
  }
}
@media (max-width: 600px) {
  .section__grant-for-children .box__image {
    max-width: 250px;
  }
}
.section__grant-for-children .box__image img {
  border-radius: 30px;
}
.section__grant-for-children .btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.header-second {
  padding: 29px 0;
  background-color: #fff;
  box-shadow: 0 0 5px #9a9a9a;
  margin: auto;
  position: fixed;
  z-index: 77;
  width: 100%;
  top: 0;
}
@media (max-width: 992px) {
  .header-second {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header-second {
    padding: 10px 0;
  }
}
.header-second .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 470px) {
  .header-second .container {
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .header-second .container {
    gap: 10px;
  }
}
.header-second__logo {
  display: flex;
  gap: 20px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  color: #c0385f;
  text-transform: uppercase;
}
.header-second__logo img {
  max-width: 127px;
}
@media (max-width: 470px) {
  .header-second__logo img {
    max-width: 100px;
  }
}
@media (max-width: 992px) {
  .header-second__logo {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header-second__logo {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .header-second__logo {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .header-second__logo {
    max-width: 160px;
  }
}
@media (max-width: 992px) {
  .header-second__logo_text {
    display: none;
  }
}
.header-second__box {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .header-second__box {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .header-second__box {
    gap: 6px;
  }
}
.header-second__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
}
@media (max-width: 470px) {
  .header-second__contacts {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .header-second__contacts {
    font-size: 12px;
  }
}
.header-second__socials {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .header-second__socials {
    justify-content: flex-end;
  }
}
.header-second__socials_item {
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.header-second__socials_item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-second__phone-numbers {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 992px) {
  .header-second__phone-number {
    display: none;
  }
}
.header-second .btn {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header-second .btn {
    padding: 10px 24px;
    border-radius: 14px;
  }
}
@media (max-width: 470px) {
  .header-second .btn {
    font-size: 12px;
  }
}

.banner-second {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .banner-second {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .banner-second {
    padding-top: 102px;
  }
}
.banner-second__wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #fff;
  padding: 40px 55px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .banner-second__wrapper {
    padding: 30px 45px;
  }
}
@media (max-width: 992px) {
  .banner-second__wrapper {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .banner-second__wrapper {
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  .banner-second__wrapper {
    padding: 10px 16px;
  }
}
.banner-second .smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  height: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .banner-second .smoke {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.37) 0%, #333333 100%);
  }
}
.banner-second__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  z-index: 2;
}
@media (max-width: 992px) {
  .banner-second__column {
    width: 60%;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .banner-second__column {
    gap: 5px;
  }
}
@media (max-width: 400px) {
  .banner-second__column {
    width: 100%;
  }
}
.banner-second__title {
  font-size: 50px;
  font-weight: 800;
  text-shadow: 3px 3px 0 #c0385f;
}
@media (max-width: 1440px) {
  .banner-second__title {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .banner-second__title {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .banner-second__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-second__title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .banner-second__title {
    font-size: 20px;
  }
}
.banner-second__subtitle {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .banner-second__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .banner-second__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-second__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .banner-second__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .banner-second__subtitle {
    font-size: 12px;
  }
}
.banner-second__small-text {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .banner-second__small-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-second__small-text {
    font-size: 12px;
  }
}
@media (max-width: 470px) {
  .banner-second__small-text {
    font-size: 10px;
  }
}
.banner-second .btn {
  max-width: 450px;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .banner-second .btn {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .banner-second .btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .banner-second .btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 14px;
  }
}
.banner-second__front-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 1440px) {
  .banner-second__front-image img {
    transform: translateX(5%);
  }
}
@media (max-width: 1200px) {
  .banner-second__front-image img {
    transform: translateX(10%);
  }
}
@media (max-width: 767px) {
  .banner-second__front-image img {
    transform: translateX(15%);
  }
}
@media (max-width: 767px) {
  .banner-second__front-image img {
    transform: translateX(25%);
  }
}

.tiles {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 470px) {
  .tiles {
    padding-top: 20px;
  }
}
.tiles__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 55px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .tiles__wrapper {
    padding: unset;
  }
}
@media (max-width: 470px) {
  .tiles__wrapper {
    gap: 10px;
  }
}
.tiles__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .tiles__title {
    line-height: 130%;
    font-size: 18px;
  }
}
.tiles__items {
  transition: all 0.3s ease-out;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1440px) {
  .tiles__items {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .tiles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tiles__items {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .tiles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tiles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 33px 42px 15px 42px;
  background-color: #edefff;
  border-radius: 15px;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1200px) {
  .tiles__item {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .tiles__item {
    gap: 10px;
    padding: 14px 16px;
    font-size: 12px;
  }
}
.tiles__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  max-width: 145px;
}
@media (max-width: 1440px) {
  .tiles__icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .tiles__icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .tiles__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .tiles__icon {
    width: 60px;
    height: 60px;
  }
}
.tiles__icon img {
  height: 100%;
  width: 100%;
}
@media (max-width: 470px) {
  .tiles__icon img {
    height: auto;
  }
}

.question-second {
  padding-top: 50px;
}
.question-second__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 55px;
}
@media (max-width: 1200px) {
  .question-second__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .question-second__wrapper {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .question-second__wrapper {
    gap: 10px;
  }
}
.question-second__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .question-second__items {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .question-second__items {
    gap: 10px;
  }
}
.question-second__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .question-second__title {
    font-size: 18px;
    line-height: 130%;
  }
}
.question-second__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  text-transform: uppercase;
  border: 5px solid #dfe3ff;
  padding: 32px 35px;
  border-radius: 15px;
  cursor: pointer;
}
.question-second__question img {
  transition: 0.3s;
}
.question-second__question.active img {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .question-second__question {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .question-second__question {
    font-size: 18px;
    border-width: 1.5px;
  }
  .question-second__question img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .question-second__question {
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    border-width: 1px;
  }
}
.question-second__answer {
  display: none;
  font-size: 18px;
  padding: 23px 38px 50px 38px;
}
@media (max-width: 767px) {
  .question-second__answer {
    font-size: 14px;
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 600px) {
  .question-second__answer {
    font-size: 12px;
  }
}

.video-block {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .video-block {
    padding-top: 50px;
  }
}
.video-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .video-block__wrapper {
    gap: 15px;
  }
}
@media (max-width: 470px) {
  .video-block__wrapper {
    gap: 10px;
  }
}
.video-block__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .video-block__title {
    font-size: 20px;
  }
}
.video-block__cover {
  position: relative;
}
.video-block__cover img {
  border-radius: 20px;
}
.video-block__cover:hover .play {
  background-color: rgb(192, 56, 95);
}
.video-block .play {
  transition: all 0.3s ease-out;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.55);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 100%;
  padding: 24px;
  display: flex;
}

.about-scholarship {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .about-scholarship {
    padding-top: 50px;
  }
}
.about-scholarship .container {
  padding: 0 95px;
}
@media (max-width: 1200px) {
  .about-scholarship .container {
    padding: 0 20px;
  }
}
.about-scholarship__wrapper {
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding: 30px;
  border-radius: 20px;
  background-color: #edefff;
  background-image: url("/images/edu1/about-scholarship/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .about-scholarship__wrapper {
    padding: 11px 15px;
    gap: 15px;
  }
}
.about-scholarship__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 470px) {
  .about-scholarship__info {
    gap: 5px;
  }
}
.about-scholarship__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #c0385f;
}
@media (max-width: 767px) {
  .about-scholarship__title {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .about-scholarship__title {
    font-size: 20px;
  }
}
.about-scholarship__subtitle {
  font-size: 25px;
  text-align: center;
}
.about-scholarship__subtitle strong {
  color: #c0385f;
}
@media (max-width: 767px) {
  .about-scholarship__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .about-scholarship__subtitle {
    font-size: 14px;
  }
}
.about-scholarship__points {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.about-scholarship__points input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.about-scholarship__points input:checked + .checked {
  display: block;
  opacity: 1;
}
@media (max-width: 600px) {
  .about-scholarship__points {
    gap: 10px;
  }
}
.about-scholarship__point {
  width: calc(33% - 25px);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 15px 18px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .about-scholarship__point {
    width: 100%;
    margin: 0 70px;
  }
}
@media (max-width: 600px) {
  .about-scholarship__point {
    margin: 0 52px;
  }
}
@media (max-width: 470px) {
  .about-scholarship__point {
    font-size: 12px;
    gap: 10px;
    padding: 10px 14px;
  }
  .about-scholarship__point img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 400px) {
  .about-scholarship__point {
    margin: unset;
  }
}
.about-scholarship .checked {
  transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
}
.about-scholarship__label {
  position: relative;
}
@media (max-width: 767px) {
  .about-scholarship__label {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .about-scholarship__label {
    font-weight: 500;
    font-size: 14px;
  }
}
.about-scholarship .btn {
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
  padding: 18px 76px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .about-scholarship .btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .about-scholarship .btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 14px;
  }
}

.extended-form {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .extended-form {
    padding-top: 50px;
  }
}
.extended-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: rgba(255, 235, 241, 0.3882352941);
  border-radius: 15px;
  padding: 36px 56px;
  background-image: url(/images/edu1/extended-form/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 470px) {
  .extended-form__wrapper {
    padding: 17px 10px;
    gap: 15px;
  }
}
.extended-form__title {
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #c0385f;
}
@media (max-width: 767px) {
  .extended-form__title {
    font-size: 20px;
    line-height: 130%;
  }
}
.extended-form__form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.extended-form__form textarea {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  min-height: 150px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 992px) {
  .extended-form__form textarea {
    min-height: 120px;
  }
}
@media (max-width: 470px) {
  .extended-form__form {
    gap: 10px;
  }
}
.extended-form__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .extended-form__row {
    flex-direction: column;
  }
}
@media (max-width: 470px) {
  .extended-form__row {
    gap: 10px;
  }
}
.extended-form__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 470px) {
  .extended-form__column {
    gap: 10px;
  }
}
.extended-form__info {
  color: #8d8d8d;
  font-weight: 600;
}
@media (max-width: 992px) {
  .extended-form__info {
    display: none;
  }
}
@media (max-width: 600px) {
  .extended-form__info {
    font-size: 14px;
  }
}
.extended-form__info--mobile {
  display: none;
}
@media (max-width: 992px) {
  .extended-form__info--mobile {
    text-align: center;
    display: inline-block;
  }
}
.extended-form .btn {
  width: 320px;
  margin: 0 auto;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .extended-form .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .extended-form .btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .extended-form .btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 14px;
  }
}
.extended-form .form__input {
  background-color: #fff;
}
@media (max-width: 767px) {
  .extended-form .form__input {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .extended-form .form__input {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.extended-form .form__item {
  flex: 1;
}
@media (max-width: 992px) {
  .extended-form .form__item {
    margin: 0 100px;
  }
}
@media (max-width: 767px) {
  .extended-form .form__item {
    margin: 0 60px;
  }
}
@media (max-width: 600px) {
  .extended-form .form__item {
    margin: unset;
  }
}
.extended-form .iti input {
  background: #fff;
}
@media (max-width: 767px) {
  .extended-form .iti input {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .extended-form .iti input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .extended-form .iti__selected-dial-code {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .extended-form .iti__selected-dial-code {
    font-size: 14px;
  }
}
.extended-form select {
  padding: 20px;
  border: unset;
  width: 100%;
  border-radius: 12px;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.extended-form select:focus {
  border: red;
}
@media (max-width: 767px) {
  .extended-form select {
    font-size: 16px;
    padding-right: 35px;
  }
}
@media (max-width: 470px) {
  .extended-form select {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.extended-form .hashlink {
  height: 130px;
}
@media (max-width: 992px) {
  .extended-form .hashlink {
    height: 100px;
  }
}

.about-institution {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .about-institution {
    padding-top: 50px;
  }
}
.about-institution__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 470px) {
  .about-institution__wrapper {
    gap: 10px;
  }
}
.about-institution__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 470px) {
  .about-institution__content {
    gap: 10px;
  }
}
.about-institution__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-institution__title {
    font-size: 18px;
    line-height: 130%;
  }
}
.about-institution__subtitle {
  display: none !important;
  text-align: center;
}
@media (max-width: 470px) {
  .about-institution__subtitle {
    display: block !important;
  }
}
.about-institution__images {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.about-institution__column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 470px) {
  .about-institution__column {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .about-institution__column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .about-institution__column {
    width: 100%;
  }
  .about-institution__column img {
    max-height: 250px;
  }
  .about-institution__column:last-child {
    display: none;
  }
}
.about-institution__row {
  display: flex;
  flex-direction: row;
  gap: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .about-institution__row--third {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 470px) {
  .about-institution__row--third {
    gap: 10px;
  }
}
.about-institution__points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 470px) {
  .about-institution__points {
    gap: 10px;
  }
}
.about-institution__image img {
  border-radius: 20px;
}
.about-institution__image--l-shape {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .about-institution__image--l-shape {
    display: none;
  }
}
.about-institution__image--bottom-right {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1440px) {
  .about-institution__image--bottom-right {
    flex: 2;
  }
}
.about-institution__image--bottom-right img {
  width: 100%;
  height: auto;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .about-institution__image--bottom-right img {
    max-height: 200px;
  }
}
.about-institution__point {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 23px 18px;
  background-color: #fef9fa;
  border-radius: 20px;
  background-image: url("/images/edu1/about-institution/point-background.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .about-institution__point {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .about-institution__point {
    padding: 15px 10px;
    margin: 0 68px;
  }
}
@media (max-width: 400px) {
  .about-institution__point {
    margin: 0 30px;
  }
}
.about-institution__spacer--second-row {
  width: 18%;
}
.about-institution__spacer--third-row {
  width: 38%;
}
@media (max-width: 1440px) {
  .about-institution__spacer {
    display: none;
  }
}
.about-institution__number {
  color: #c0385f;
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .about-institution__number {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .about-institution__number {
    font-size: 40px;
  }
}
.about-institution__separator {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-institution__separator img {
  height: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.about-institution .about-institution-text-styles, .about-institution .about-institution__info, .about-institution .about-institution__name, .about-institution .about-institution__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-institution .about-institution-text-styles, .about-institution .about-institution__info, .about-institution .about-institution__name, .about-institution .about-institution__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .about-institution .about-institution-text-styles, .about-institution .about-institution__info, .about-institution .about-institution__name, .about-institution .about-institution__subtitle {
    font-size: 14px;
  }
}
.about-institution__info {
  flex: 2;
}
@media (max-width: 767px) {
  .about-institution__info {
    display: none !important;
  }
}

.benefits {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .benefits {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.benefits__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .benefits__wrapper {
    gap: 15px;
  }
}
@media (max-width: 470px) {
  .benefits__wrapper {
    gap: 10px;
  }
}
.benefits__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1200px) {
  .benefits__content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .benefits__content {
    gap: 10px;
  }
}
.benefits__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .benefits__title {
    font-size: 18px;
    line-height: 130%;
  }
}
.benefits__subtitle {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .benefits__subtitle {
    text-align: center;
  }
}
@media (max-width: 470px) {
  .benefits__subtitle {
    font-size: 14px;
    line-height: 130%;
  }
}
.benefits__column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .benefits__column {
    gap: 10px;
  }
}
.benefits__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media (max-width: 1200px) {
  .benefits__row {
    flex-direction: column;
    max-width: 775px;
  }
}
@media (max-width: 767px) {
  .benefits__row {
    gap: 10px;
  }
}
.benefits__row--first .benefits__column {
  flex: 1;
}
.benefits__point {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 23px 18px;
  background-color: #fef9fa;
  border-radius: 20px;
  background-image: url("/images/edu1/about-institution/point-background.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .benefits__point {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .benefits__point {
    width: auto;
    padding: 15px 10px;
    gap: 15px;
    margin: 0 45px;
  }
}
@media (max-width: 400px) {
  .benefits__point {
    margin: 0 10px;
  }
}
.benefits__number {
  color: #c0385f;
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 470px) {
  .benefits__number {
    font-size: 40px;
  }
}
.benefits__separator {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.benefits__separator img {
  height: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.benefits .benefits-commont-text-styles, .benefits .benefits__info, .benefits .benefits__name {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 470px) {
  .benefits .benefits-commont-text-styles, .benefits .benefits__info, .benefits .benefits__name {
    font-size: 14px;
  }
}
.benefits__name {
  font-weight: 600;
}
.benefits__info {
  font-weight: 500;
}
.benefits__image--main {
  max-width: 775px;
  width: 100%;
  flex: 2;
}
.benefits__image--right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .benefits__image--right {
    display: none;
  }
}
.benefits__image--bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .benefits__image--bottom-left {
    display: none;
  }
}
.benefits__image--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .benefits__image--mobile {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .benefits__image--mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.benefits__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .benefits__spacer {
    display: none;
  }
}
.benefits__spacer--second-row {
  width: 22%;
}
.benefits__spacer--third-row:first-child {
  width: 22%;
}
.benefits__spacer--third-row:last-child {
  width: 33%;
}
.benefits__spacer--fourth-row {
  width: 22%;
}

.section-success {
  position: relative;
  padding: 100px 0;
  overflow-x: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .section-success {
    padding: 50px 0;
  }
}
.section-success__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-success__info {
    align-items: center;
  }
}
.section-success__title {
  font-size: 40px;
  line-height: 110%;
  font-weight: bold;
  color: #C0385F;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-success__title {
    text-align: center;
    font-size: 22px;
  }
}
.section-success__text {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: black;
  max-width: 537px;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .section-success__text {
    font-size: 14px;
    text-align: center;
  }
}
.section-success__wrap {
  position: relative;
  padding: 100px 0;
  margin-top: -150px;
}
@media (max-width: 992px) {
  .section-success__wrap {
    margin-top: 0;
    padding: 50px 0;
  }
}
.section-success svg {
  width: 100%;
  aspect-ratio: 1440/542;
}
.section-success .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
}
.section-success .dot__circle {
  position: absolute;
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  background: #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transform-origin: center;
  cursor: pointer;
}
.section-success .dot:hover .dot__circle {
  transform: scale(1.2);
}
.section-success .dot:hover .dot__text {
  transform: scale(1.2) translateY(-110%);
}
.section-success .dot:hover .dot__text .dot__text {
  transform: scale(1.2) translateY(70%);
}
@media (max-width: 992px) {
  .section-success .dot:hover .dot__text .dot__text {
    transform: scale(1.2) translateY(90%);
  }
}
.section-success .dot:hover:nth-child(odd) .dot__text {
  transform: scale(1.2) translateY(70%);
}
@media (max-width: 992px) {
  .section-success .dot:hover:nth-child(odd) .dot__text {
    transform: scale(1.2) translateY(90%);
  }
}
.section-success .dot:nth-child(odd) .dot__text {
  transform: translateY(70%);
}
@media (max-width: 992px) {
  .section-success .dot:nth-child(odd) .dot__text {
    transform: translateY(90%);
  }
}
@media (max-width: 767px) {
  .section-success .dot {
    width: 20px;
    height: 20px;
  }
}
.section-success .dot__text {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 30px;
  line-height: 110%;
  font-weight: bold;
  transform: translateY(-110%);
  width: 200px;
}
@media (max-width: 992px) {
  .section-success .dot__text {
    font-size: 14px;
  }
}
.section-success .dot__inner {
  position: relative;
}
.section-success .dot__popup {
  display: none;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.2));
  width: 380px;
  z-index: 10000;
  position: relative;
}
.section-success .dot__popup-inner::before, .section-success .dot__popup-inner::after {
  z-index: -99;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: calc(25% - 10px);
  left: 0;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  transform-origin: 50% 50%;
}
.section-success .dot__popup-inner::after {
  top: initial;
  bottom: calc(0% - 10px);
  transform: translateX(-50%) rotate(-45deg);
}
.section-success .dot__popup[data-popper-placement^=bottom] .dot__popup-inner::after {
  top: -10px;
  bottom: initial;
  transform: translateX(-50%) rotate(-225deg);
}
@media (max-width: 767px) {
  .section-success .dot__popup {
    width: 300px;
  }
}
.section-success .dot__popup-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
  color: #333;
}
.section-success .dot__popup-text {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}
.section-success .dot.active {
  z-index: 1000;
}
.section-success .dot.active .dot__popup {
  display: block;
}
.section-success .dot--1 {
  margin-left: -43.5%;
  margin-top: -14.2%;
}
.section-success .dot--1 .dot__circle {
  background: #0DACE3;
}
.section-success .dot--1 .dot__text {
  color: #0DACE3;
}
.section-success .dot--2 {
  margin-left: -30%;
  margin-top: -1.7%;
}
.section-success .dot--2 .dot__circle {
  background: #A92F52;
}
.section-success .dot--2 .dot__text {
  color: #A92F52;
}
.section-success .dot--3 {
  margin-left: -19.2%;
  margin-top: -19.2%;
}
.section-success .dot--3 .dot__circle {
  background: #9885BE;
}
.section-success .dot--3 .dot__text {
  color: #9885BE;
}
.section-success .dot--4 {
  margin-left: -6.6%;
  margin-top: 16.4%;
}
.section-success .dot--4 .dot__circle {
  background: #48B060;
}
.section-success .dot--4 .dot__text {
  color: #48B060;
}
.section-success .dot--5 {
  margin-left: 11.9%;
  margin-top: -8.1%;
}
.section-success .dot--5 .dot__circle {
  background: #EDD12F;
}
.section-success .dot--5 .dot__text {
  color: #EDD12F;
}
.section-success .dot--6 {
  margin-left: 23.6%;
  margin-top: 7.8%;
}
.section-success .dot--6 .dot__circle {
  background: #F2B7D3;
}
.section-success .dot--6 .dot__text {
  color: #F2B7D3;
}

.section-apple {
  position: relative;
  padding: 50px 0;
}
.section-apple__wrap {
  display: flex;
  gap: 40px;
}
.section-apple__wrap > * {
  flex: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .section-apple__wrap > * {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .section-apple__image-wrap {
    display: none;
  }
}
.section-apple__image {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .section-apple__image {
    display: none;
  }
}
.section-apple__info .section-apple__image {
  display: none;
}
@media (max-width: 992px) {
  .section-apple__info .section-apple__image {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
}
.section-apple__title {
  font-size: 40px;
  line-height: 110%;
  font-weight: bold;
  color: #C0385F;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .section-apple__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-apple__title {
    font-size: 22px;
  }
}
.section-apple__description {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-apple__description {
    font-size: 14px;
    text-align: center;
  }
}
.section-apple__logo {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.red-form {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .red-form {
    padding: 0;
  }
}
.red-form .form__error {
  color: white;
}
.red-form__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #C0385F;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .red-form__title {
    font-size: 20px;
  }
}
.red-form__container {
  background-color: #C0385F;
  color: white;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}
.red-form__description {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .red-form__description {
    font-size: 12px;
  }
}
.red-form__form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-basis: 25%;
}
.red-form__form .form-group {
  width: 25%;
  flex: 1;
}
.red-form__form .form-group > * {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .red-form__form .form-group {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .red-form__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .red-form__form {
    display: flex;
    flex-direction: column;
  }
}
.red-form__input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 200px;
  background: white;
  font-size: 16px;
  padding: 20px 28px;
}
.red-form .iti input {
  border-radius: 5px;
  padding-top: 23px;
}
.red-form .iti__selected-dial-code {
  color: #444;
  line-height: 125%;
}
.red-form .iti__country-name {
  color: #444 !important;
}
.red-form__button {
  background-color: #efba41;
  color: #C0385F;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.2s ease-out;
  border: 1px solid transparent;
  height: 100%;
}
.red-form__button:hover {
  background-color: #C0385F;
  color: white;
  border: 1px solid white;
}

.circle-progress {
  padding: 50px 0;
}
.circle-progress .container {
  display: flex;
  gap: 70px;
  width: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .circle-progress .container {
    flex-direction: column;
  }
}
.circle-progress .container--first {
  margin-bottom: 80px;
}
.circle-progress .container--first > * {
  width: 50%;
}
@media (max-width: 992px) {
  .circle-progress .container--first > * {
    width: 100%;
  }
}
.circle-progress__percentage {
  text-align: center;
  font-weight: bold;
  font-size: 300px;
  margin-bottom: 20px;
  color: #C0385F;
  margin: auto;
  overflow: hidden;
  max-width: 640px;
  text-align: center;
}
@media (max-width: 767px) {
  .circle-progress__percentage {
    font-size: 150px;
  }
}
.circle-progress__description {
  color: #C0385F;
  text-align: center;
}
.circle-progress__title {
  position: relative;
  font-size: 40px;
  margin-top: -60px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .circle-progress__title {
    font-size: 20px;
    margin-top: 0px;
  }
}
.circle-progress__subtitle {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: -4px;
}
.circle-progress__countries {
  border: 5px solid #C0385F;
  padding: 27px;
  border-radius: 15px;
  position: relative;
}
.circle-progress__countries-title {
  position: absolute;
  top: -14px;
  text-align: center;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.circle-progress__countries-title div {
  background: white;
  padding: 0 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.circle-progress__countries-list {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  justify-content: center;
  align-items: center;
  place-items: center;
}
.circle-progress .country-card {
  width: 160px;
  min-height: 220px;
  position: relative;
}
@media (max-width: 767px) {
  .circle-progress .country-card {
    width: 110px;
    min-height: 160px;
  }
}
.circle-progress .country-card svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  height: 154px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .circle-progress .country-card svg {
    width: 104px;
    height: 104px;
  }
}
.circle-progress .country-card__percentage {
  font-size: 30px;
  font-weight: bold;
  color: #C0385F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .circle-progress .country-card__percentage {
    font-size: 24px;
  }
}
.circle-progress .country-card__flag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 127px;
  height: 127px;
  transform: translate(-50%, -50%);
  background: #999;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .circle-progress .country-card__flag {
    width: 80px;
    height: 80px;
  }
}
.circle-progress .universities {
  width: 100%;
}
.circle-progress .universities__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #C0385F;
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}
.circle-progress .universities__list {
  width: 100%;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .circle-progress .universities__list {
    gap: 30px;
  }
}
.circle-progress .circular-progress {
  --size: 250px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 8px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
}
.circle-progress .circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circle-progress .circular-progress circle.fg {
  transform: rotate(-90deg) scale(1, -1);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #C0385F;
}

.banner3 {
  padding-top: 150px;
}
.banner3 .container {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .banner3 {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .banner3 {
    padding-top: 102px;
  }
}
.banner3__wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 450px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #fff;
  padding: 40px 55px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .banner3__wrapper {
    padding: 30px 45px;
  }
}
@media (max-width: 992px) {
  .banner3__wrapper {
    padding: 20px 35px;
  }
}
@media (max-width: 767px) {
  .banner3__wrapper {
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  .banner3__wrapper {
    padding: 10px 16px;
  }
}
.banner3 .smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(270deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  height: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .banner3 .smoke {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.37) 0%, #333333 100%);
  }
}
.banner3__column {
  width: 100%;
  z-index: 2;
}
@media (max-width: 992px) {
  .banner3__column {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .banner3__column {
    gap: 5px;
  }
}
@media (max-width: 400px) {
  .banner3__column {
    width: 100%;
  }
}
.banner3__title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .banner3__title {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .banner3__title {
    font-size: 18px;
  }
}
.banner3__subtitle {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .banner3__subtitle {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .banner3__subtitle {
    font-size: 18px;
  }
}
.banner3__small-text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .banner3__small-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner3__small-text {
    font-size: 14px;
  }
}
.banner3 .btn {
  display: block;
  max-width: 450px;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 30px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .banner3 .btn {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .banner3 .btn {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .banner3 .btn {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 14px;
  }
}
.banner3__front-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 1440px) {
  .banner3__front-image img {
    transform: translateX(5%);
  }
}
@media (max-width: 1200px) {
  .banner3__front-image img {
    transform: translateX(10%);
  }
}
@media (max-width: 767px) {
  .banner3__front-image img {
    transform: translateX(15%);
  }
}
@media (max-width: 767px) {
  .banner3__front-image img {
    transform: translateX(25%);
  }
}

.section-image {
  padding: 50px 100px;
}
@media (max-width: 992px) {
  .section-image {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-image {
    padding: 50px 0;
  }
}
.section-image__title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-image__title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .section-image__title {
    font-size: 20px;
  }
}
.section-image__image img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .section-image__image {
    display: none;
  }
}
.section-image__image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-image__image-mobile {
    display: block;
  }
}
.section-image__info {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 760px;
  border-radius: 20px;
  padding: 25px 30px;
  background: linear-gradient(90deg, rgb(165, 211, 143) 0%, rgb(91, 136, 68) 100%);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .section-image__info {
    font-size: 18px;
  }
}

.away-from-house {
  padding-top: 100px;
  margin-bottom: 100px;
}
.away-from-house__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #C0385F;
}
@media (max-width: 767px) {
  .away-from-house__title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .away-from-house__title {
    font-size: 20px;
  }
}
.away-from-house__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 992px) {
  .away-from-house__items {
    margin: auto;
    max-width: 500px;
  }
}
.away-from-house .away-item--text {
  width: 100%;
}
.away-from-house .away-item:last-of-type {
  margin-bottom: 0;
}
.away-from-house .away-item--number {
  width: 450px;
  min-width: 450px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: #FFEBF1;
  padding: 23px 18px;
  background-color: #fef9fa;
  border-radius: 20px;
  background-image: url("/images/edu1/about-institution/point-background.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  max-height: 150px;
}
@media (max-width: 992px) {
  .away-from-house .away-item--number {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .away-from-house .away-item--number {
    max-height: unset;
  }
}
.away-from-house .away-item--number .away-item__text {
  max-height: 150px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .away-from-house .away-item--number .away-item__text {
    max-height: unset;
  }
}
.away-from-house .away-item--number .away-item__text-title {
  font-weight: 600;
}
.away-from-house .away-item__number {
  color: #c0385f;
  font-size: 70px;
  color: #c0385f;
  font-size: 70px;
  font-weight: 700;
  border-right: 1px solid #c0385f;
  min-width: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .away-from-house .away-item__number {
    font-size: 40px;
    min-width: 50px;
  }
}
.away-from-house .away-item p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.away-from-house__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.away-from-house__item--1 {
  position: relative;
}
.away-from-house__item--1:after {
  content: " ";
  display: block;
  position: absolute;
  background: url("/images/edu1/substract3.png") no-repeat right bottom;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 20px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .away-from-house__item--1:after {
    display: none;
  }
}
.away-from-house__item--1 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 20px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .away-from-house__item--1 .image {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .away-from-house__item--1 .image {
    position: static;
  }
}
.away-from-house__item--1 .away-from-house__item-inner {
  max-width: 50%;
  position: relative;
  left: calc(50% + 20px);
}
@media (max-width: 992px) {
  .away-from-house__item--1 .away-from-house__item-inner {
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .away-from-house__item--1 .away-from-house__item-inner {
    left: 0;
  }
}
.away-from-house__item--1 .away-item p {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .away-from-house__item--1 .away-item p {
    margin-bottom: 20px;
  }
}
.away-from-house__item--1 .away-item--number {
  margin-bottom: 20px;
}
.away-from-house__item--2 {
  position: relative;
  padding-right: calc(50% + 20px);
  margin-top: -177px;
}
@media (max-width: 992px) {
  .away-from-house__item--2 {
    padding-right: 0;
    margin-top: 0;
  }
}
.away-from-house__item--2 .away-from-house__item-inner {
  width: 100% !important;
  position: relative;
  z-index: 20;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .away-from-house__item--2 .away-from-house__item-inner {
    flex-direction: column;
  }
}
.away-from-house__item--3 {
  position: relative;
  padding-bottom: 10px;
}
.away-from-house__item--3 .image {
  position: absolute;
  right: 0;
  left: calc(50% + 20px);
  width: calc(50% - 20px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .away-from-house__item--3 .image {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .away-from-house__item--3 .image {
    position: static;
  }
}
.away-from-house__item--3:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: calc(50% + 20px);
  width: calc(50% - 20px);
  height: 100%;
  background: url("/images/edu1/substract.png") no-repeat left bottom;
  z-index: 1;
}
@media (max-width: 992px) {
  .away-from-house__item--3:after {
    display: none;
  }
}
.away-from-house__item--3 .away-from-house__item-inner {
  z-index: 20;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .away-from-house__item--3 .away-from-house__item-inner {
    flex-direction: column;
    align-items: start;
  }
}
.away-from-house .away-from-house__item-inner {
  width: 50%;
}
@media (max-width: 992px) {
  .away-from-house .away-from-house__item-inner {
    width: 100%;
  }
}
.away-from-house .away-from-house__item-inner:last-of-type {
  width: calc(50% + 270px);
}
@media (max-width: 992px) {
  .away-from-house .away-from-house__item-inner:last-of-type {
    width: 100%;
  }
}
.away-from-house .away-from-house__item-inner:last-of-type .away-item.away-item--text {
  flex-grow: 1;
}

.banner-fourth {
  padding-top: 170px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .banner-fourth {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .banner-fourth {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .banner-fourth {
    padding-top: 102px;
  }
}
.banner-fourth .btn {
  background-color: #ad2f33;
  font-size: 18px;
  padding: 20px 65px;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .banner-fourth .btn {
    font-size: 16px;
    padding: 15px 30px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .banner-fourth .btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.banner-fourth__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.banner-fourth__title {
  text-align: center;
  color: #ad2f33;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .banner-fourth__title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .banner-fourth__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner-fourth__title {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .banner-fourth__title {
    font-size: 26px;
  }
}
.banner-fourth__content {
  display: flex;
  gap: 23px;
}
@media (max-width: 992px) {
  .banner-fourth__content {
    flex-direction: column;
    align-items: center;
  }
}
.banner-fourth__image {
  width: 100%;
  text-align: center;
}
.banner-fourth__image img {
  border-radius: 40px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .banner-fourth__image img {
    max-height: 400px;
    width: 100%;
  }
}
.banner-fourth .form {
  background-color: #edefff;
  padding: 29px;
}
@media (max-width: 992px) {
  .banner-fourth .form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .banner-fourth .form {
    border-radius: 20px;
  }
}
@media (max-width: 470px) {
  .banner-fourth .form {
    margin: unset;
  }
}
.banner-fourth .form form {
  z-index: 3;
  position: relative;
}
.banner-fourth .form input {
  font-size: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 10px;
  background: #fff;
  border-radius: 15px;
}
.banner-fourth .form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5019607843);
}
.banner-fourth .form input::placeholder {
  color: rgba(51, 51, 51, 0.5019607843);
}
.banner-fourth .form__background {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-fourth .form__title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .banner-fourth .form__title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner-fourth .form__title {
    font-size: 24px;
  }
}
.banner-fourth .form__item {
  margin-bottom: 15px;
}
.banner-fourth .form__item--last {
  margin-bottom: 25px;
}
.banner-fourth .form__conditions {
  font-family: "Manrope";
}

.country-plates {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .country-plates {
    padding: 25px 0;
  }
}
.country-plates__wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.country-plates__title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.country-plates__items {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
}
@media (max-width: 1200px) {
  .country-plates__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 100px;
  }
}
@media (max-width: 992px) {
  .country-plates__items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .country-plates__items {
    gap: 10px;
  }
}
.country-plates__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 39px;
  border: 2px solid #dce8f8;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .country-plates__item {
    padding: 8px 25px;
  }
}
.country-plates__flag {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.country-plates__name {
  font-size: 20px;
  color: #333333;
}
@media (max-width: 767px) {
  .country-plates__name {
    font-size: 16px;
  }
}

.price-range {
  padding: 40px 0;
  color: #333333;
}
@media (max-width: 992px) {
  .price-range {
    padding: 25px 0;
  }
}
.price-range__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .price-range__wrapper {
    background-color: #ad2f33;
    padding: 14px 37px;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.price-range__title {
  color: #ad2f33;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price-range__title {
    color: #fff;
    line-height: 1;
  }
}
.price-range__disclaimer {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price-range__disclaimer {
    color: #fff;
    font-size: 14px;
  }
}
.price-range__groups {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .price-range__groups {
    flex-direction: column;
    color: #fff;
    gap: 30px;
  }
}
.price-range .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1;
  max-width: 420px;
  padding: 33px 40px;
  border-radius: 40px;
  line-height: 0.95;
}
@media (max-width: 767px) {
  .price-range .group {
    background-color: unset !important;
    padding: unset;
  }
}
.price-range .group--first {
  background-color: #fff8f0;
}
@media (max-width: 767px) {
  .price-range .group--first .group__price {
    font-weight: 400;
  }
}
.price-range .group--second {
  background-color: #ad2f33;
}
.price-range .group--second .group__title {
  color: #fff;
}
@media (max-width: 767px) {
  .price-range .group--second .group__title {
    font-size: 24px;
    font-weight: 600;
  }
}
.price-range .group--second .group__price {
  color: #ad2f33;
}
.price-range .group__title {
  max-width: 290px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .price-range .group__title {
    font-size: 16px;
  }
}
.price-range .group__price {
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  padding: 17px 0;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .price-range .group__price {
    padding: unset;
    background-color: unset;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .price-range .price-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .price-range .crossed-price {
    display: inline-block;
    position: relative;
  }
  .price-range .crossed-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(-6deg);
    pointer-events: none;
    z-index: 1;
  }
}

.partnership-agreements {
  padding: 40px 0;
  color: #333333;
}
@media (max-width: 992px) {
  .partnership-agreements {
    padding: 25px 0;
  }
}
.partnership-agreements__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
@media (max-width: 992px) {
  .partnership-agreements__wrapper {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .partnership-agreements__wrapper {
    gap: 20px;
  }
}
.partnership-agreements__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  max-width: 800px;
}
@media (max-width: 767px) {
  .partnership-agreements__title {
    font-size: 26px;
  }
}
.partnership-agreements__subtitle {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .partnership-agreements__subtitle {
    font-size: 20px;
  }
}
.partnership-agreements__items {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .partnership-agreements__items {
    flex-direction: column;
    max-width: 600px;
  }
}
.partnership-agreements__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}
.partnership-agreements__cover {
  max-height: 266px;
  width: auto;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnership-agreements__name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #fff8f0;
  border-radius: 40px;
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .partnership-agreements__name {
    border-radius: 20px;
  }
}
.partnership-agreements__icon {
  width: 80px;
  height: 80px;
}
.partnership-agreements__description {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.schools-info {
  padding: 50px 0;
  color: #333333;
}
@media (max-width: 1200px) {
  .schools-info {
    padding: 35px 0;
  }
}
.schools-info__background {
  background-image: url(/images/edu1/consultation-form/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 400px;
  background-color: #dce8f8;
  border-radius: 40px;
  top: 50%;
  right: 0;
  position: absolute;
  width: 100%;
  height: 69%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .schools-info__background {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .schools-info__background {
    border-radius: 20px;
  }
}
.schools-info__wrapper {
  padding: 34px 60px;
  display: flex;
  position: relative;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1200px) {
  .schools-info__wrapper {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
    align-items: center;
    padding: 35px 60px;
  }
}
@media (max-width: 992px) {
  .schools-info__wrapper {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .schools-info__wrapper {
    max-width: 350px;
  }
}
@media (max-width: 470px) {
  .schools-info__wrapper {
    max-width: 320px;
  }
}
@media (max-width: 400px) {
  .schools-info__wrapper {
    padding: 10px 20px;
    max-width: 250px;
  }
}
.schools-info__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 475px;
  text-align: left;
  z-index: 2;
}
@media (max-width: 1200px) {
  .schools-info__content {
    text-align: center;
    align-items: center;
  }
}
.schools-info__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .schools-info__title {
    font-size: 24px;
  }
}
.schools-info__subtitle {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-width: 400px;
}
.schools-info__images {
  height: 575px;
  width: 670px;
  min-width: 650px;
  position: relative;
}
@media (max-width: 1200px) {
  .schools-info__images {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .schools-info__images {
    width: 500px;
  }
}
@media (max-width: 600px) {
  .schools-info__images {
    width: 450px;
    height: 460px;
  }
}
@media (max-width: 470px) {
  .schools-info__images {
    height: 400px;
    max-width: 390px;
  }
}
@media (max-width: 400px) {
  .schools-info__images {
    max-width: 325px;
    height: 350px;
  }
}
.schools-info__image {
  position: absolute;
}
@media (max-width: 767px) {
  .schools-info__image {
    width: 50%;
  }
}
.schools-info__image--top-left, .schools-info__image--top-right {
  z-index: 3;
}
.schools-info__image--top-left {
  top: 0;
  left: 12%;
}
@media (max-width: 767px) {
  .schools-info__image--top-left {
    left: 14px;
    width: 55%;
    z-index: 4;
  }
}
@media (max-width: 600px) {
  .schools-info__image--top-left {
    width: 45%;
    left: 30px;
  }
}
.schools-info__image--top-right {
  top: 40px;
  right: 0;
}
@media (max-width: 767px) {
  .schools-info__image--top-right {
    right: -10px;
    width: 40%;
    top: 60px;
  }
}
@media (max-width: 600px) {
  .schools-info__image--top-right {
    width: 35%;
    right: 30px;
    top: 50px;
  }
}
@media (max-width: 400px) {
  .schools-info__image--top-right {
    right: 15px;
  }
}
.schools-info__image--bottom-left {
  bottom: 30px;
  left: 0;
}
@media (max-width: 767px) {
  .schools-info__image--bottom-left {
    bottom: 90px;
    left: -40px;
    width: 40%;
  }
}
@media (max-width: 600px) {
  .schools-info__image--bottom-left {
    width: 35%;
    left: -6px;
  }
}
@media (max-width: 470px) {
  .schools-info__image--bottom-left {
    width: 30%;
    left: 0px;
  }
}
@media (max-width: 400px) {
  .schools-info__image--bottom-left {
    left: 10px;
  }
}
.schools-info__image--bottom-right {
  bottom: 0;
  right: 15%;
}
@media (max-width: 767px) {
  .schools-info__image--bottom-right {
    bottom: 54px;
    right: 70px;
  }
}
@media (max-width: 600px) {
  .schools-info__image--bottom-right {
    width: 45%;
    bottom: 30px;
    right: 85px;
  }
}
@media (max-width: 400px) {
  .schools-info__image--bottom-right {
    right: 60px;
  }
}
.schools-info .btn {
  background-color: #ad2f33;
  font-size: 18px;
  padding: 20px 65px;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .schools-info .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 600px) {
  .schools-info .btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.why-choose {
  padding: 40px 0;
  color: #333333;
}
@media (max-width: 992px) {
  .why-choose {
    padding: 25px 0;
  }
}
.why-choose__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.why-choose__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.why-choose__groups {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.why-choose__group {
  display: flex;
  gap: 20px;
}
.why-choose__group--odd {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .why-choose__group {
    flex-direction: column;
  }
}
.why-choose__image, .why-choose__items {
  width: 50%;
  max-width: 650px;
}
@media (max-width: 992px) {
  .why-choose__image, .why-choose__items {
    width: 100%;
  }
}
.why-choose__image {
  height: auto;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .why-choose__image {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .why-choose__image {
    max-height: 350px;
  }
}
.why-choose__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose__item {
  padding: 42px 36px;
  background-color: #fff8f0;
  border-radius: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .why-choose__item {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .why-choose__item {
    padding: 30px 24px;
    gap: 25px;
  }
}
@media (max-width: 470px) {
  .why-choose__item {
    font-size: 16px;
    gap: 15px;
    padding: 20px;
  }
}
.why-choose__number {
  padding: 12px 23px;
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 15px;
}

.consultation-form {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .consultation-form {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.consultation-form input,
.consultation-form textarea {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
  font-weight: 400;
}
.consultation-form__box {
  background-color: #dce8f8;
  background-image: url(/images/edu1/consultation-form/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .consultation-form__box {
    border-radius: 40px;
    max-width: 650px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .consultation-form__box {
    border-radius: 20px;
  }
}
.consultation-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 36px 76px;
}
@media (max-width: 992px) {
  .consultation-form__wrapper {
    padding: 36px 0;
  }
}
@media (max-width: 470px) {
  .consultation-form__wrapper {
    padding: 17px 10px;
    gap: 15px;
  }
}
.consultation-form__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 767px) {
  .consultation-form__title {
    font-size: 20px;
    line-height: 130%;
  }
}
.consultation-form__form {
  display: flex;
  gap: 17px;
  flex-direction: column;
}
.consultation-form__form textarea {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  min-height: 150px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 992px) {
  .consultation-form__form textarea {
    min-height: 120px;
  }
}
@media (max-width: 470px) {
  .consultation-form__form {
    gap: 10px;
  }
}
.consultation-form__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .consultation-form__row {
    flex-direction: column;
  }
}
@media (max-width: 470px) {
  .consultation-form__row {
    gap: 10px;
  }
}
.consultation-form__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 470px) {
  .consultation-form__column {
    gap: 10px;
  }
}
.consultation-form__info {
  color: #8d8d8d;
  font-weight: 400;
}
@media (max-width: 992px) {
  .consultation-form__info {
    text-align: center;
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .consultation-form__info {
    font-size: 14px;
  }
}
.consultation-form .form__input {
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .consultation-form .form__input {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .consultation-form .form__input {
    font-size: 14px;
  }
}
.consultation-form .form__item {
  flex: 1;
}
@media (max-width: 992px) {
  .consultation-form .form__item {
    margin: 0 100px;
  }
}
@media (max-width: 767px) {
  .consultation-form .form__item {
    margin: 0 60px;
  }
}
@media (max-width: 600px) {
  .consultation-form .form__item {
    margin: unset;
  }
}
@media (max-width: 992px) {
  .consultation-form .form__info {
    text-align: center;
  }
}
.consultation-form .iti input {
  background: #ffffff;
}
@media (max-width: 767px) {
  .consultation-form .iti input {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .consultation-form .iti input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .consultation-form .iti__selected-dial-code {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .consultation-form .iti__selected-dial-code {
    font-size: 14px;
  }
}
.consultation-form .hashlink {
  height: 10px;
  margin-top: unset;
}
.consultation-form__age-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 17px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  height: 97%;
}
.consultation-form__age-label {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.2;
  opacity: 0.6;
}
.consultation-form__age-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 24px;
}
@media (max-width: 400px) {
  .consultation-form__age-options {
    grid-template-columns: repeat(3, 1fr);
  }
}
.consultation-form__age-option {
  color: #333333;
  display: flex;
  gap: 2px;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
}
.consultation-form__age-option:hover .consultation-form__age-icon {
  border-color: #000;
}
.consultation-form__age-radio {
  display: none;
}
.consultation-form__age-radio:checked + .consultation-form__age-icon {
  background: #e3eaf6;
}
.consultation-form__age-radio:checked + .consultation-form__age-icon::after {
  opacity: 1;
}
.consultation-form__age-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #dce8f8;
  background: #dce8f8;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
  box-shadow: rgba(100, 100, 111, 0.3) 1px 1px;
}
.consultation-form__age-icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  transition: opacity 0.2s;
}
.consultation-form .btn {
  width: 320px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ad2f33;
}
@media (max-width: 1200px) {
  .consultation-form .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .consultation-form .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 600px) {
  .consultation-form .btn {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 25px;
  }
}

.section-adv-four-images {
  padding: 114px 0;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .section-adv-four-images {
    padding: 44px 0;
  }
}
@media (max-width: 992px) {
  .section-adv-four-images {
    padding: 27px 0;
  }
}
.section-adv-four-images .adv-four-images__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffe2f1;
  position: relative;
  padding: 26px 70px 50px 70px;
  border-radius: 40px;
  gap: 20px;
}
@media (max-width: 767px) {
  .section-adv-four-images .adv-four-images__wrapper {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .section-adv-four-images .adv-four-images__wrapper {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .section-adv-four-images .adv-four-images__wrapper {
    padding: 15px 20px 50px 20px;
  }
}
.section-adv-four-images .adv-four-images__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: 40px;
}
.section-adv-four-images .adv-four-images__background img {
  left: 18%;
  position: relative;
  top: -230px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1200px) {
  .section-adv-four-images .adv-four-images__background img {
    left: 15%;
  }
}
@media (max-width: 992px) {
  .section-adv-four-images .adv-four-images__background img {
    left: 7%;
  }
}
@media (max-width: 767px) {
  .section-adv-four-images .adv-four-images__background img {
    left: -380px;
    top: 0;
  }
}
.section-adv-four-images .adv-four-images__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 470px;
  z-index: 3;
}
.section-adv-four-images .adv-four-images__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  word-spacing: -1.08px;
}
@media (max-width: 992px) {
  .section-adv-four-images .adv-four-images__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-adv-four-images .adv-four-images__title {
    font-size: 24px;
  }
}
.section-adv-four-images .adv-four-images__subtitle {
  font-size: 16px;
  line-height: 150%;
}
.section-adv-four-images .adv-four-images__box {
  position: relative;
  min-width: 666px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .section-adv-four-images .adv-four-images__box {
    zoom: 0.75;
  }
}
@media (max-width: 992px) {
  .section-adv-four-images .adv-four-images__box {
    zoom: 0.5;
    margin: 140px 0;
  }
}
@media (max-width: 767px) {
  .section-adv-four-images .adv-four-images__box {
    zoom: 0.7;
  }
}
@media (max-width: 600px) {
  .section-adv-four-images .adv-four-images__box {
    zoom: 0.5;
  }
}
@media (max-width: 400px) {
  .section-adv-four-images .adv-four-images__box {
    zoom: 0.4;
  }
}
.section-adv-four-images .adv-four-images__images {
  position: absolute;
  width: 666px;
  height: 275px;
}
@media (max-width: 767px) {
  .section-adv-four-images .adv-four-images__images {
    position: unset;
  }
}
.section-adv-four-images .adv-four-images__images img {
  position: absolute;
}
.section-adv-four-images .adv-four-images__images .top-left {
  z-index: 2;
  left: 70px;
  top: -138px;
}
.section-adv-four-images .adv-four-images__images .top-right {
  z-index: 2;
  right: 0;
  top: -88px;
}
.section-adv-four-images .adv-four-images__images .bottom-left {
  left: 0;
  bottom: -132px;
}
.section-adv-four-images .adv-four-images__images .bottom-right {
  right: 112px;
  bottom: -138px;
}
.section-adv-four-images .btn {
  position: absolute;
  bottom: -20px;
  left: 350px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 50px;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .section-adv-four-images .btn {
    left: 200px;
  }
}
@media (max-width: 992px) {
  .section-adv-four-images .btn {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media (max-width: 470px) {
  .section-adv-four-images .btn {
    padding: 12px 35px;
  }
}

.section-adv-tags-images {
  margin-bottom: 100px;
}
.section-adv-tags-images .adv-tags-images__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.section-adv-tags-images .adv-tags-images__wrapper img {
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__wrapper img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__wrapper {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    max-width: 440px;
  }
}
@media (max-width: 600px) {
  .section-adv-tags-images .adv-tags-images__wrapper {
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template {
    flex-direction: column;
    align-items: center;
  }
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__main-image {
  order: 1;
  max-width: 440px;
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__main-image {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__main-image {
    max-height: 250px;
  }
}
@media (max-width: 470px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__main-image {
    max-height: 200px;
  }
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__info {
  order: 2;
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__info .btn {
  left: 150px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__info .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  }
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__info {
    padding: 26px 36px 42px 36px;
  }
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__images {
  order: 3;
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__images img {
  max-width: 100%;
  height: unset;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__images img {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__images .top-image {
    display: none;
  }
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__box {
  justify-content: center;
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__box img {
  max-width: 210px;
  width: 47%;
}
.section-adv-tags-images .adv-tags-images__wrapper--four-image-template .adv-tags-images__box img:last-child {
  display: block;
}
.section-adv-tags-images .adv-tags-images__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: 40px;
  z-index: 1;
}
.section-adv-tags-images .adv-tags-images__background img {
  left: -280px;
  top: -100px;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: unset;
}
.section-adv-tags-images .adv-tags-images__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 440px;
  background: #edefff;
  position: relative;
  border-radius: 40px;
  padding: 30px 45px 100px 45px;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__info {
    align-items: center;
    padding: 26px 36px 42px 36px;
  }
}
.section-adv-tags-images .adv-tags-images__tags {
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.section-adv-tags-images .adv-tags-images__tag {
  padding: 8px 18.5px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}
@media (max-width: 470px) {
  .section-adv-tags-images .adv-tags-images__tag {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section-adv-tags-images .adv-tags-images__tag {
    font-size: 12px;
  }
}
.section-adv-tags-images .adv-tags-images__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  word-spacing: -1.08px;
  z-index: 3;
}
@media (max-width: 992px) {
  .section-adv-tags-images .adv-tags-images__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__title {
    font-size: 24px;
  }
}
.section-adv-tags-images .adv-tags-images__subtitle {
  font-size: 16px;
  line-height: 150%;
  z-index: 3;
}
.section-adv-tags-images .adv-tags-images__column {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__column {
    gap: 10px;
  }
}
.section-adv-tags-images .adv-tags-images__main-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-adv-tags-images .adv-tags-images__main-image {
    width: 100%;
  }
}
.section-adv-tags-images .adv-tags-images__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__images {
    gap: 10px;
  }
}
.section-adv-tags-images .adv-tags-images__images .top-image {
  flex: 1;
}
.section-adv-tags-images .adv-tags-images__images img {
  max-width: 325px;
  height: 100%;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__images img {
    max-height: 140px;
  }
}
@media (max-width: 400px) {
  .section-adv-tags-images .adv-tags-images__images img {
    max-height: 110px;
  }
}
@media (max-width: 1200px) {
  .section-adv-tags-images .adv-tags-images__images {
    width: 100%;
  }
}
.section-adv-tags-images .adv-tags-images__box {
  display: flex;
  gap: 20px;
  flex: 1;
}
@media (max-width: 767px) {
  .section-adv-tags-images .adv-tags-images__box {
    gap: 10px;
  }
}
.section-adv-tags-images .adv-tags-images__box img:last-child {
  display: none;
}
.section-adv-tags-images .btn {
  position: absolute;
  bottom: 30px;
  left: 350px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  padding: 15px 50px;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .section-adv-tags-images .btn {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .section-adv-tags-images .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    white-space: wrap;
  }
}
@media (max-width: 470px) {
  .section-adv-tags-images .btn {
    padding: 12px 35px;
  }
}

.section-adv-icons-images {
  margin-bottom: 100px;
}
.section-adv-icons-images .adv-icons-images__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffe2f1;
  position: relative;
  padding: 53px 140px;
  border-radius: 40px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .section-adv-icons-images .adv-icons-images__wrapper {
    padding: 50px 80px;
  }
}
@media (max-width: 992px) {
  .section-adv-icons-images .adv-icons-images__wrapper {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-adv-icons-images .adv-icons-images__wrapper {
    padding: 20px 40px;
  }
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 400px) {
  .section-adv-icons-images .adv-icons-images__wrapper {
    padding: 20px;
  }
}
.section-adv-icons-images .adv-icons-images__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: 40px;
}
.section-adv-icons-images .adv-icons-images__background img {
  left: 27%;
  top: -12px;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1200px) {
  .section-adv-icons-images .adv-icons-images__background img {
    left: 15%;
  }
}
@media (max-width: 992px) {
  .section-adv-icons-images .adv-icons-images__background img {
    left: 7%;
  }
}
@media (max-width: 767px) {
  .section-adv-icons-images .adv-icons-images__background img {
    left: -380px;
    top: 0;
  }
}
.section-adv-icons-images .adv-icons-images__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 470px;
  z-index: 3;
  flex: 1;
}
@media (max-width: 992px) {
  .section-adv-icons-images .adv-icons-images__info {
    align-items: center;
  }
}
.section-adv-icons-images .adv-icons-images__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  word-spacing: -1.08px;
}
@media (max-width: 992px) {
  .section-adv-icons-images .adv-icons-images__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-adv-icons-images .adv-icons-images__title {
    font-size: 24px;
  }
}
.section-adv-icons-images .adv-icons-images__subtitle {
  font-size: 16px;
  line-height: 150%;
}
.section-adv-icons-images .adv-icons-images__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 3;
  flex: 1;
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__box {
    gap: 10px;
  }
}
.section-adv-icons-images .adv-icons-images__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__row {
    gap: 10px;
  }
}
.section-adv-icons-images .adv-icons-images__row .main-image img,
.section-adv-icons-images .adv-icons-images__row .small-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__row .main-image img,
  .section-adv-icons-images .adv-icons-images__row .small-image img {
    border-radius: 22px;
    overflow: hidden;
  }
}
.section-adv-icons-images .adv-icons-images__icons {
  display: flex;
  gap: 15px;
}
.section-adv-icons-images .adv-icons-images__icons--vertical {
  flex-direction: column;
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__icons {
    gap: 10px;
  }
}
.section-adv-icons-images .adv-icons-images__icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.section-adv-icons-images .adv-icons-images__icon .image {
  padding: 18px 14px;
  background-color: #edefff;
  border-radius: 20px;
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .section-adv-icons-images .adv-icons-images__icon .image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__icon .image {
    width: 86px;
    height: 86px;
    padding: 8px;
    border-radius: 12px;
  }
}
@media (max-width: 400px) {
  .section-adv-icons-images .adv-icons-images__icon .image {
    width: 66px;
    height: 66px;
  }
}
.section-adv-icons-images .adv-icons-images__icon .title {
  background-color: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  padding: 8px;
  width: 100%;
  text-align: center;
}
@media (max-width: 470px) {
  .section-adv-icons-images .adv-icons-images__icon .title {
    font-size: 14px;
    border-radius: 12px;
    padding: 4px;
  }
}
@media (max-width: 400px) {
  .section-adv-icons-images .adv-icons-images__icon .title {
    font-size: 12px;
  }
}
.section-adv-icons-images .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  z-index: 3;
  padding: 15px 50px;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .section-adv-icons-images .btn {
    display: none;
  }
}
.section-adv-icons-images .btn--mobile {
  display: none;
}
@media (max-width: 992px) {
  .section-adv-icons-images .btn--mobile {
    display: flex;
  }
}
@media (max-width: 470px) {
  .section-adv-icons-images .btn {
    padding: 12px 35px;
  }
}

.partner-program {
  padding-top: 170px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .partner-program {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .partner-program {
    padding-top: 120px;
  }
}
.partner-program__title {
  font-size: 50px;
  color: #ad2f33;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .partner-program__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .partner-program__title {
    font-size: 22px;
  }
}
.partner-program__content {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .partner-program__content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 470px) {
  .partner-program__content {
    gap: 15px;
  }
}
.partner-program__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 540px;
}
@media (max-width: 470px) {
  .partner-program__features {
    gap: 10px;
  }
}
.partner-program__feature-item {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #f7ede4;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
}
.partner-program__feature-item strong {
  color: #ad2f33;
}
@media (max-width: 767px) {
  .partner-program__feature-item {
    border-radius: 25px;
  }
}
@media (max-width: 470px) {
  .partner-program__feature-item {
    gap: 10px;
    padding: 10px 20px;
  }
}
.partner-program__feature-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  padding: 7px;
  background-color: #fffcf7;
  border-radius: 15px;
}
.partner-program__feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 470px) {
  .partner-program__feature-icon {
    width: 55px;
    height: 55px;
  }
}
.partner-program__feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
@media (max-width: 470px) {
  .partner-program__feature-text {
    font-size: 13px;
  }
}
.partner-program__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .partner-program__image-wrapper {
    max-width: 540px;
    width: 100%;
  }
}
.partner-program__image {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .partner-program__image {
    max-height: 250px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-program__image {
    display: none;
    border-radius: 25px;
  }
}
.partner-program__image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .partner-program__image--mobile {
    display: block;
  }
}

.wide-form-second {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .wide-form-second {
    margin-inline: 20px;
  }
}
@media (max-width: 600px) {
  .wide-form-second {
    margin-bottom: 40px;
  }
}
.wide-form-second__wrapper {
  background-color: #dce8f8;
}
@media (max-width: 767px) {
  .wide-form-second__wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .wide-form-second__wrapper {
    border-radius: 20px;
  }
}
.wide-form-second__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wide-form-second__background {
    border-radius: 40px;
  }
}
.wide-form-second__background .first {
  transform: rotate(185deg);
  left: -625px;
  top: -200px;
}
@media (max-width: 992px) {
  .wide-form-second__background .first {
    bottom: 4px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .wide-form-second__background .first {
    display: none;
  }
}
.wide-form-second__background .second {
  right: -609px;
  top: -160px;
}
@media (max-width: 992px) {
  .wide-form-second__background .second {
    top: 0;
  }
}
@media (max-width: 767px) {
  .wide-form-second__background .second {
    min-width: 1500px;
    left: -322px;
    top: -47px;
  }
}
@media (max-width: 470px) {
  .wide-form-second__background .second {
    transform: rotate(10deg);
  }
}
.wide-form-second__background img {
  width: 1200px;
  position: absolute;
  height: 600px;
  min-width: 1000px;
}
.wide-form-second .wide-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  position: relative;
  padding: 30px 0;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .wide-form-second .wide-form {
    max-width: 556px;
  }
}
.wide-form-second .wide-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .wide-form-second .wide-form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .wide-form-second .wide-form form {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .wide-form-second .wide-form form .spacer {
    display: none;
  }
}
@media (max-width: 767px) {
  .wide-form-second .wide-form form .iti__selected-dial-code {
    font-size: 12px;
  }
}
.wide-form-second .wide-form .form__title {
  color: #333333;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .wide-form-second .wide-form .form__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.wide-form-second .wide-form .form__item {
  margin-bottom: unset;
}
.wide-form-second .wide-form .form__item input {
  border-radius: 40px;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
@media (max-width: 767px) {
  .wide-form-second .wide-form .form__item input {
    font-size: 12px;
    padding: 14px 17px;
  }
}
.wide-form-second .wide-form .form__btn {
  width: 100%;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: unset;
  height: 55px;
}
@media (max-width: 767px) {
  .wide-form-second .wide-form .form__btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 28px;
    font-size: 12px;
    margin-inline: auto;
  }
}
.wide-form-second .wide-form .form__info {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .wide-form-second .wide-form .form__info {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}

.offers-for-students {
  padding-bottom: 40px;
  color: #333;
}
.offers-for-students__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  word-spacing: -3%;
  line-height: 120%;
}
@media (max-width: 767px) {
  .offers-for-students__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .offers-for-students__title {
    font-size: 22px;
  }
}
.offers-for-students__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #f7ede4;
  padding: 25px 40px;
  border-radius: 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .offers-for-students__items {
    grid-template-columns: repeat(2, 1fr);
    max-width: 660px;
  }
}
@media (max-width: 600px) {
  .offers-for-students__items {
    padding: 16px 18px;
    border-radius: 25px;
  }
}
@media (max-width: 470px) {
  .offers-for-students__items {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .offers-for-students__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offers-for-students__item {
  flex: 1;
  background-color: #fffcf7;
  padding: 32px 17px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .offers-for-students__item {
    padding: 10px;
    gap: 10px;
    border-radius: 20px;
  }
}
.offers-for-students__icon {
  flex-shrink: 0;
  border-radius: 25px;
}
@media (max-width: 600px) {
  .offers-for-students__icon img {
    border-radius: 20px;
  }
}
.offers-for-students__label {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .offers-for-students__label {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .offers-for-students__label {
    font-size: 14px;
  }
}
.offers-for-students__text {
  margin-top: -15px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .offers-for-students__text {
    margin-top: -5px;
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .offers-for-students__text {
    font-size: 13px;
  }
}

.why-profitable {
  padding-bottom: 40px;
  color: #333;
}
.why-profitable .container {
  max-width: 1324px;
}
.why-profitable ol {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .why-profitable {
    padding-bottom: 25px;
  }
}
.why-profitable__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .why-profitable__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .why-profitable__title {
    font-size: 22px;
  }
}
.why-profitable__items {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .why-profitable__items {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .why-profitable__items {
    max-width: 300px;
  }
}
.why-profitable__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .why-profitable__item {
    gap: 10px;
  }
}
.why-profitable__header {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 40px;
  padding: 20px 25px;
  background-color: #fff8f0;
}
@media (max-width: 600px) {
  .why-profitable__header {
    border-radius: 20px;
    padding: 7.5px 15px;
    gap: 10px;
  }
}
.why-profitable__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.why-profitable__image img {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .why-profitable__image img {
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }
}
.why-profitable__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fffcf7;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .why-profitable__icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 600px) {
  .why-profitable__icon img {
    height: 40px;
    width: 40px;
  }
}
.why-profitable__label {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
@media (max-width: 600px) {
  .why-profitable__label {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .why-profitable__label {
    font-size: 14px;
  }
}
.why-profitable__label strong {
  color: #ef2121;
}
.why-profitable__text {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .why-profitable__text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 470px) {
  .why-profitable__text {
    font-size: 13px;
  }
}
.why-profitable__points {
  background-color: #fff8f0;
  border-radius: 40px;
  padding: 30px 88px;
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 992px) {
  .why-profitable__points {
    gap: 20px;
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .why-profitable__points {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .why-profitable__points {
    padding: 12px 33px;
  }
}
.why-profitable__points-title {
  font-size: 30px;
  line-height: 120%;
  font-weight: bold;
}
.why-profitable__points-title strong {
  color: #ad2f33;
}
@media (max-width: 992px) {
  .why-profitable__points-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .why-profitable__points-title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .why-profitable__points-title {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .why-profitable__points-title {
    font-size: 20px;
  }
}
.why-profitable__points-content {
  display: flex;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .why-profitable__points-content {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .why-profitable__points-content {
    font-size: 14px;
  }
}
.why-profitable__footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .why-profitable__footer {
    flex-direction: column-reverse;
  }
}
.why-profitable .btn {
  padding: 42.5px 112.5px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .why-profitable .btn {
    padding: 30px;
    border-radius: 40px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .why-profitable .btn {
    padding: 11px 32px;
    font-size: 18px;
    max-width: 300px;
  }
}
@media (max-width: 470px) {
  .why-profitable .btn {
    font-size: 16px;
  }
}

.recommend-program {
  padding-bottom: 40px;
  color: #333333;
}
@media (max-width: 992px) {
  .recommend-program {
    padding-bottom: 25px;
  }
}
.recommend-program .container {
  max-width: 1404px;
}
.recommend-program__title {
  font-size: 30px;
  color: #ad2f33;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 992px) {
  .recommend-program__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recommend-program__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .recommend-program__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 470px) {
  .recommend-program__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.recommend-program__subtitle {
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .recommend-program__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .recommend-program__subtitle {
    font-size: 16px;
  }
}
.recommend-program__rows {
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .recommend-program__rows {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .recommend-program__rows {
    gap: 10px;
  }
}
.recommend-program .pad {
  position: absolute;
  background-color: #fff;
  border-radius: 40px;
  height: 170px;
  width: 472px;
  left: 70px;
}
@media (max-width: 992px) {
  .recommend-program .pad {
    display: none;
  }
}
.recommend-program__item {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 517px;
  width: 100%;
  max-height: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .recommend-program__item {
    gap: 15px;
  }
}
@media (max-width: 470px) {
  .recommend-program__item {
    gap: 10px;
  }
}
.recommend-program__row {
  width: 100%;
}
@media (max-width: 992px) {
  .recommend-program__row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.recommend-program__row--first .recommend-program__background {
  left: -58px;
  transform: rotate(4deg);
}
.recommend-program__row--first .pad {
  border-radius: unset;
  border-bottom-right-radius: 65px;
}
.recommend-program__row--second .recommend-program__item {
  margin-left: 158px;
}
@media (max-width: 992px) {
  .recommend-program__row--second .recommend-program__item {
    margin-left: unset;
  }
}
.recommend-program__row--second .recommend-program__background {
  left: -190px;
  top: -38px;
  transform: rotate(50deg);
}
.recommend-program__row--third .recommend-program__item {
  margin-left: 316px;
}
@media (max-width: 992px) {
  .recommend-program__row--third .recommend-program__item {
    margin-left: unset;
  }
}
.recommend-program__row--third .recommend-program__background {
  left: -230px;
  top: -80px;
  transform: rotate(118.4deg);
}
.recommend-program__row--fourth .recommend-program__item {
  margin-left: 475px;
}
@media (max-width: 1200px) {
  .recommend-program__row--fourth .recommend-program__item {
    margin-left: 46%;
  }
}
@media (max-width: 992px) {
  .recommend-program__row--fourth .recommend-program__item {
    margin-left: unset;
  }
}
.recommend-program__row--fourth .recommend-program__background {
  left: -276px;
  top: -118px;
  transform: rotate(199deg);
}
@media (max-width: 1200px) {
  .recommend-program__row--fourth .recommend-program__arrow {
    padding: 10px 20px;
    background: #fff;
    border-radius: 20px;
    top: -25px;
    left: -108px;
  }
}
.recommend-program__row--fifth {
  display: none;
}
@media (max-width: 992px) {
  .recommend-program__row--fifth {
    display: flex;
  }
}
.recommend-program__row--fifth img {
  border-radius: 40px;
}
@media (max-width: 470px) {
  .recommend-program__row--fifth img {
    border-radius: 20px;
  }
}
.recommend-program__arrow {
  flex-shrink: 0;
  position: absolute;
  left: -88px;
  top: -15px;
}
@media (max-width: 992px) {
  .recommend-program__arrow {
    display: none;
  }
}
.recommend-program__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dce8f8;
  font-size: 30px;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  overflow: hidden;
}
.recommend-program__number span {
  z-index: 3;
}
@media (max-width: 600px) {
  .recommend-program__number {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .recommend-program__number {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.recommend-program__background {
  position: absolute;
  width: 386px;
  height: 316px;
  pointer-events: none;
}
.recommend-program__info {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff8f0;
  border-radius: 40px;
  padding: 25px 20px;
  z-index: 3;
}
@media (max-width: 600px) {
  .recommend-program__info {
    padding: 14px 18px;
    border-radius: 25px;
    gap: 10px;
  }
}
.recommend-program__icon {
  flex-shrink: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fffcf7;
  width: 70px;
  height: 70px;
}
@media (max-width: 600px) {
  .recommend-program__icon {
    width: 55px;
    height: 55px;
    padding: 7.5px;
  }
  .recommend-program__icon img {
    height: 100%;
  }
}
.recommend-program__label {
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 600px) {
  .recommend-program__label {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .recommend-program__label {
    font-size: 14px;
  }
}
.recommend-program__big-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 781px;
  height: 555px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.recommend-program__big-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .recommend-program__big-image {
    display: none;
  }
}
.recommend-program__small-image {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .recommend-program__small-image {
    display: none;
  }
}

.program-examples {
  padding-bottom: 40px;
  color: #333;
}
.program-examples .container {
  max-width: 1220px;
}
@media (max-width: 992px) {
  .program-examples {
    padding-bottom: 25px;
  }
}
.program-examples__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .program-examples__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .program-examples__title {
    font-size: 22px;
  }
}
.program-examples__group-names {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  padding-inline: 40px;
}
@media (max-width: 600px) {
  .program-examples__group-names {
    gap: 15px;
    padding-inline: 20px;
  }
}
@media (max-width: 470px) {
  .program-examples__group-names {
    gap: 5px;
  }
}
.program-examples__group-name {
  padding: 23.5px 47px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  font-size: 20px;
  border: 3px solid #dce8f8;
  border-bottom: 0;
  flex: 1;
  max-width: 330px;
  text-align: center;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
}
.program-examples__group-name.active {
  color: #000;
  background-color: #dce8f8;
}
@media (max-width: 992px) {
  .program-examples__group-name {
    padding: 20px 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .program-examples__group-name {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .program-examples__group-name {
    font-size: 16px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}
@media (max-width: 470px) {
  .program-examples__group-name {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .program-examples__group-name {
    font-size: 12px;
    padding: 6px 4px;
  }
}
.program-examples__items {
  grid-template-columns: repeat(2, 1fr);
  border: 3px solid #dce8f8;
  border-radius: 40px;
  padding: 30px 47px;
  gap: 20px;
  display: none;
}
.program-examples__items.show {
  display: grid;
}
@media (max-width: 1200px) {
  .program-examples__items {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .program-examples__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .program-examples__items {
    border-radius: 20px;
    padding: 20px 28px;
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .program-examples__items {
    padding: 15px;
  }
}
.program-examples__item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.program-examples__item img {
  border-radius: 40px;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .program-examples__item img {
    border-radius: 20px;
    max-height: 170px;
    max-width: 170px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 470px) {
  .program-examples__item img {
    max-height: 140px;
    max-width: 140px;
  }
}
@media (max-width: 600px) {
  .program-examples__item {
    gap: 15px;
  }
}
.program-examples__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .program-examples__content {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .program-examples__content {
    gap: 10px;
  }
}
@media (max-width: 470px) {
  .program-examples__content {
    font-size: 16px;
    gap: 5px;
  }
}
@media (max-width: 400px) {
  .program-examples__content {
    font-size: 14px;
  }
}
.program-examples__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .program-examples__points {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .program-examples__points {
    gap: 5px;
  }
}
@media (max-width: 470px) {
  .program-examples__points {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .program-examples__points {
    font-size: 12px;
  }
}
.program-examples__point {
  display: flex;
  flex-direction: column;
  color: rgba(51, 51, 51, 0.5);
}
.program-examples__point span {
  color: #333333;
}

.photos-videos {
  padding-bottom: 40px;
}
.photos-videos img {
  border-radius: 40px;
}
@media (max-width: 992px) {
  .photos-videos img {
    border-radius: 20px;
  }
}
.photos-videos .container {
  max-width: 1404px;
}
@media (max-width: 992px) {
  .photos-videos {
    padding-bottom: 25px;
  }
}
.photos-videos__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .photos-videos__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .photos-videos__title {
    font-size: 22px;
  }
}
.photos-videos__wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .photos-videos__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.photos-videos__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.photos-videos__big-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.photos-videos__small-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.photos-videos .video-rutube {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.photos-videos .video-rutube img {
  height: 100%;
}
.photos-videos .video-rutube .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.photos-videos .video-rutube .play svg {
  transition: all 0.3s ease-out;
  fill: #fff;
}
@media (max-width: 600px) {
  .photos-videos .video-rutube .play svg {
    width: 50px;
    height: 50px;
  }
}
.photos-videos .video-rutube:hover svg {
  fill: #ad2f33;
}

.section__trust-second {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section__trust-second {
    padding-bottom: 25px;
  }
}
.section__trust-second .container {
  max-width: 1222px;
}
.section__trust-second .trust__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .section__trust-second .trust__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .section__trust-second .trust__title {
    font-size: 22px;
  }
}
.section__trust-second .trust__subtitle {
  color: #ad2f33;
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 17px;
}
.section__trust-second .trust__text {
  color: #333;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section__trust-second .trust__text {
    margin-bottom: unset;
    font-size: 16px;
  }
}
.section__trust-second .trust__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .section__trust-second .trust__wrapper {
    gap: 15px;
  }
}
.section__trust-second .trust__top {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .section__trust-second .trust__top {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .section__trust-second .trust__info {
    text-align: center;
  }
}
.section__trust-second .trust__logo {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section__trust-second .trust__logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section__trust-second .trust__logo {
    margin-bottom: 15px;
  }
}
.section__trust-second .trust__buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section__trust-second .trust__buttons .btn {
  border-radius: 30px;
}
@media (max-width: 992px) {
  .section__trust-second .trust__buttons {
    display: none;
    align-items: center;
  }
}
.section__trust-second .trust__buttons--mobile {
  display: none;
}
@media (max-width: 992px) {
  .section__trust-second .trust__buttons--mobile {
    display: flex;
  }
}
.section__trust-second .trust__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 400px) {
  .section__trust-second .trust__row {
    flex-direction: column-reverse;
  }
}
.section__trust-second .trust__socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: center;
  margin: 0 auto;
}
.section__trust-second .trust__socials img {
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .section__trust-second .trust__socials {
    gap: 10px;
  }
}
.section__trust-second .trust__social a {
  display: flex;
}
.section__trust-second .trust__points {
  display: flex;
  gap: 25px;
  padding: 0 150px;
}
.section__trust-second .trust__points--wide {
  padding: unset;
}
@media (max-width: 992px) {
  .section__trust-second .trust__points--wide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .section__trust-second .trust__points {
    padding: unset;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section__trust-second .trust__points {
    gap: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 470px) {
  .section__trust-second .trust__points {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .section__trust-second .trust__points {
    flex-direction: column;
  }
}
.section__trust-second .trust__point {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #dce8f8;
  align-items: center;
  padding: 17.5px 35px;
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .section__trust-second .trust__point {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .section__trust-second .trust__point {
    padding: 8px;
  }
}
.section__trust-second .trust__counter {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: bold;
  color: #ad2f33;
}
.section__trust-second .trust__number {
  font-size: 50px;
}
@media (max-width: 767px) {
  .section__trust-second .trust__number {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .section__trust-second .trust__number {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .section__trust-second .trust__number {
    font-size: 29px;
  }
}
@media (max-width: 600px) {
  .section__trust-second .trust__content {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .section__trust-second .trust__content {
    font-size: 12px;
  }
}
.section__trust-second .trust__additional {
  font-size: 22px;
}
.section__trust-second .trust .video-rutube {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-shrink: 0;
}
.section__trust-second .trust .video-rutube img {
  height: 100%;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .section__trust-second .trust .video-rutube img {
    border-radius: 20px;
  }
}
.section__trust-second .trust .video-rutube .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section__trust-second .trust .video-rutube .play svg {
  transition: all 0.3s ease-out;
  fill: #fff;
}
@media (max-width: 600px) {
  .section__trust-second .trust .video-rutube .play svg {
    width: 50px;
    height: 50px;
  }
}
.section__trust-second .trust .video-rutube:hover svg {
  fill: #ad2f33;
}
@media (max-width: 600px) {
  .section__trust-second .trust .btn {
    padding: 10px 17px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section__trust-second .trust .btn--dark {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 55px;
}
@media (max-width: 992px) {
  .section__trust-second .trust .btn--dark {
    margin: unset;
  }
}
.section__trust-second .trust .btn--light {
  padding: 18px 45px;
}

.section__reviews-second {
  margin-bottom: 100px;
}
.section__reviews-second .container {
  max-width: 1404px;
}
.section__reviews-second .review__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .section__reviews-second .review__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .section__reviews-second .review__title {
    font-size: 22px;
  }
}
.section__reviews-second .review__wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .section__reviews-second .review__wrapper {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .section__reviews-second .review__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.section__reviews-second .review__side {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 20px;
  padding-right: 10px;
  max-height: 680px;
  overflow-y: auto;
}
.section__reviews-second .review__side img {
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .section__reviews-second .review__side {
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .section__reviews-second .review__side {
    font-size: 16px;
    flex-direction: row;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section__reviews-second .review__side {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .section__reviews-second .review__side {
    font-size: 14px;
  }
}
.section__reviews-second .review__side-item {
  display: flex;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  padding: 22.5px 28px;
  border: 3px solid #dce8f8;
  border-radius: 40px;
}
.section__reviews-second .review__side-item img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .section__reviews-second .review__side-item img {
    display: none;
  }
}
@media (max-width: 992px) {
  .section__reviews-second .review__side-item {
    padding: 22px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .section__reviews-second .review__side-item {
    border-radius: 25px;
    padding: 15px;
    min-width: 290px;
    max-width: 290px;
  }
}
.section__reviews-second .review__side-item.active {
  background-color: #fff8f0;
  border-color: #fff8f0;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
.section__reviews-second .review__side-info {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.section__reviews-second .review__side-info p {
  font-weight: bold;
}
.section__reviews-second .review__cards {
  width: calc(100% - 424px);
}
@media (max-width: 1200px) {
  .section__reviews-second .review__cards {
    width: calc(100% - 365px);
  }
}
@media (max-width: 992px) {
  .section__reviews-second .review__cards {
    width: 100%;
  }
}
.section__reviews-second .review__header {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .section__reviews-second .review__header {
    margin-top: 0;
  }
}
.section__reviews-second .review__card {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .section__reviews-second .review__card {
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .section__reviews-second .review__card {
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .section__reviews-second .review__card {
    flex-direction: column;
  }
}
.section__reviews-second .review__info {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  flex: 6;
}
@media (max-width: 992px) {
  .section__reviews-second .review__info {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .section__reviews-second .review__info {
    font-size: 14px;
  }
}
.section__reviews-second .review__name {
  font-weight: bold;
}
.section__reviews-second .review__uni {
  font-weight: 300;
}
.section__reviews-second .review__text {
  margin-top: 32px;
  line-height: 150%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .section__reviews-second .review__text {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .section__reviews-second .review__text {
    margin-top: 15px;
  }
}
.section__reviews-second .review__stars {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .section__reviews-second .review__stars {
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .section__reviews-second .review__stars {
    margin-top: 10px;
  }
}
.section__reviews-second .review .video-rutube {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 5;
}
@media (max-width: 600px) {
  .section__reviews-second .review .video-rutube {
    width: 100%;
  }
}
.section__reviews-second .review .video-rutube img {
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section__reviews-second .review .video-rutube img {
    border-radius: 20px;
    max-height: 400px;
  }
}
@media (max-width: 400px) {
  .section__reviews-second .review .video-rutube img {
    max-height: 300px;
    width: 100%;
  }
}
.section__reviews-second .review .video-rutube .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section__reviews-second .review .video-rutube .play svg {
  transition: all 0.3s ease-out;
  fill: #fff;
}
@media (max-width: 600px) {
  .section__reviews-second .review .video-rutube .play svg {
    width: 50px;
    height: 50px;
  }
}
.section__reviews-second .review .video-rutube:hover svg {
  fill: #c0385f;
}

.banner-five {
  padding-top: 230px;
  padding-bottom: 130px;
}
@media (max-width: 1200px) {
  .banner-five {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .banner-five {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .banner-five {
    padding-top: 110px;
  }
  .banner-five .spacer {
    display: none;
  }
}
.banner-five__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 470px) {
  .banner-five__wrapper {
    gap: 10px;
  }
}
.banner-five__header {
  background-color: #fff8f0;
  border-radius: 25px;
  display: flex;
  gap: 20px;
  padding: 50px 90px;
  background-position-x: 376px;
  background-repeat: no-repeat;
  background-position-y: -10px;
}
@media (max-width: 1200px) {
  .banner-five__header {
    padding: 50px 60px;
  }
}
@media (max-width: 992px) {
  .banner-five__header {
    flex-direction: column;
    align-items: center;
    background-position-y: 145px;
  }
}
@media (max-width: 767px) {
  .banner-five__header {
    padding: 35px;
  }
}
@media (max-width: 470px) {
  .banner-five__header {
    padding: 10px 30px;
  }
}
.banner-five__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media (max-width: 992px) {
  .banner-five__content {
    text-align: center;
  }
}
.banner-five__title {
  color: #ad2f33;
  font-size: 50px;
  line-height: 110%;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .banner-five__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .banner-five__title {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .banner-five__title {
    font-size: 18px;
  }
}
.banner-five__subtitle {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .banner-five__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-five__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .banner-five__subtitle {
    font-size: 13px;
  }
}
.banner-five__image {
  max-width: 510px;
  max-height: 510px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(3deg);
  flex: 1;
}
@media (max-width: 992px) {
  .banner-five__image {
    min-height: 300px;
  }
}
@media (max-width: 470px) {
  .banner-five__image {
    min-height: 190px;
  }
}
.banner-five__image img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .banner-five__image img {
    max-height: 450px;
  }
}
@media (max-width: 992px) {
  .banner-five__image img {
    max-height: 410px;
    top: 0;
    transform: unset;
    left: unset;
  }
}
@media (max-width: 767px) {
  .banner-five__image img {
    max-height: 380px;
  }
}
@media (max-width: 470px) {
  .banner-five__image img {
    max-height: 250px;
  }
}
.banner-five__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 60px 90px 25px 60px;
  background-color: #dce8f8;
  border-radius: 25px;
  background-position-x: 120px;
  background-repeat: no-repeat;
  background-position-y: -413px;
}
@media (max-width: 767px) {
  .banner-five__form {
    padding: 45px 35px 35px 35px;
    background-position-y: -136px;
    background-position-x: -136px;
  }
}
@media (max-width: 470px) {
  .banner-five__form {
    gap: 15px;
    background-position-x: -238px;
    padding-inline: 35px;
  }
}
@media (max-width: 400px) {
  .banner-five__form {
    padding: 45px 20px 35px 20px;
  }
}
@media (max-width: 470px) {
  .banner-five__form .iti__selected-dial-code {
    font-size: 11px;
  }
}
.banner-five__form-title {
  font-size: 30px;
  line-height: 120%;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .banner-five__form-title {
    font-size: 26px;
  }
}
@media (max-width: 470px) {
  .banner-five__form-title {
    font-size: 18px;
  }
}
.banner-five form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .banner-five form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .banner-five form {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 470px) {
  .banner-five form {
    gap: 5px;
  }
}
.banner-five form input {
  border-radius: 25px;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
@media (max-width: 470px) {
  .banner-five form input {
    padding: 12.5px 17px;
    font-size: 11px;
  }
}
.banner-five form .btn {
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  border-radius: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .banner-five form .btn {
    bottom: -86px;
  }
}
@media (max-width: 600px) {
  .banner-five form .btn {
    padding: 10px 24px;
    font-size: 13px;
    bottom: -76px;
  }
}
@media (max-width: 400px) {
  .banner-five form .btn {
    white-space: unset;
    bottom: -90px;
    width: 100%;
    gap: 0;
  }
}
.banner-five form .form__info {
  margin-top: -24px;
}
@media (max-width: 767px) {
  .banner-five form .form__info {
    margin-top: unset;
    text-align: center;
  }
}
@media (max-width: 470px) {
  .banner-five .wa-phone-icon {
    top: 19px !important;
  }
}

.why-profitable-second {
  padding-bottom: 120px;
  color: #333;
}
@media (max-width: 1200px) {
  .why-profitable-second {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .why-profitable-second {
    padding-bottom: 70px;
  }
}
.why-profitable-second .container {
  max-width: 1324px;
}
.why-profitable-second strong {
  color: #ad2f33;
}
.why-profitable-second__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .why-profitable-second__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .why-profitable-second__title {
    font-size: 22px;
  }
}
.why-profitable-second__wrapper {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 46px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .why-profitable-second__wrapper {
    padding: unset;
    background-image: none !important;
    flex-direction: column;
  }
}
.why-profitable-second__spacer {
  flex: 1;
}
@media (max-width: 767px) {
  .why-profitable-second__spacer {
    display: none;
  }
}
.why-profitable-second__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}
@media (max-width: 992px) {
  .why-profitable-second__items {
    max-width: 600px;
    margin-inline: auto;
    padding-bottom: unset;
  }
}
@media (max-width: 767px) {
  .why-profitable-second__items {
    background-color: transparent;
    padding-inline: unset;
  }
}
@media (max-width: 600px) {
  .why-profitable-second__items {
    gap: 15px;
  }
}
.why-profitable-second__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .why-profitable-second__item {
    gap: 10px;
  }
}
.why-profitable-second__header {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 25px;
  padding: 15px 30px;
  background-color: #fff8f0;
}
@media (max-width: 600px) {
  .why-profitable-second__header {
    padding: 7.5px 15px;
    gap: 10px;
  }
}
.why-profitable-second__image {
  display: none;
}
@media (max-width: 767px) {
  .why-profitable-second__image {
    display: flex;
    max-height: 360px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px;
  }
}
@media (max-width: 600px) {
  .why-profitable-second__image {
    max-height: 300px;
  }
}
@media (max-width: 470px) {
  .why-profitable-second__image {
    max-height: 270px;
  }
}
.why-profitable-second__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  background-color: #fffcf7;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .why-profitable-second__icon {
    padding: 16px;
    border-radius: 15px;
  }
}
@media (max-width: 600px) {
  .why-profitable-second__icon img {
    height: 23px;
    width: 23px;
  }
}
.why-profitable-second__label {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
}
@media (max-width: 600px) {
  .why-profitable-second__label {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .why-profitable-second__label {
    font-size: 14px;
  }
}
.why-profitable-second__text {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .why-profitable-second__text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 470px) {
  .why-profitable-second__text {
    font-size: 13px;
  }
}

.examples-of-savings {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .examples-of-savings {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .examples-of-savings {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .examples-of-savings {
    padding-bottom: 50px;
  }
}
.examples-of-savings .container {
  max-width: 1220px;
}
.examples-of-savings__title {
  font-size: 30px;
  color: #ad2f33;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .examples-of-savings__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .examples-of-savings__title {
    font-size: 22px;
  }
}
.examples-of-savings__subtitle {
  text-align: center;
  justify-content: center;
  padding: 11.5px 0 !important;
}
@media (max-width: 767px) {
  .examples-of-savings__subtitle {
    padding: 10px !important;
  }
}
.examples-of-savings .table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.examples-of-savings .table span {
  flex: 1;
}
.examples-of-savings .row {
  padding: 5px 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .examples-of-savings .row {
    flex-direction: column;
    gap: 10px;
    padding: 5px 24px;
  }
  .examples-of-savings .row .program {
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .examples-of-savings .row {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .examples-of-savings .row {
    padding: 5px;
  }
}
.examples-of-savings .row--colored {
  background-color: rgb(255, 248, 240);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .examples-of-savings .row--colored .program {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .examples-of-savings .row--colored {
    font-size: 11px;
  }
}
.examples-of-savings .items {
  padding-inline: 50px;
}
.examples-of-savings .items .row {
  padding: 14px 0;
}
.examples-of-savings .items .row:not(:last-of-type) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4784313725);
}
@media (max-width: 600px) {
  .examples-of-savings .items {
    padding-inline: 24px;
  }
}
@media (max-width: 400px) {
  .examples-of-savings .items {
    padding-inline: unset;
  }
}
.examples-of-savings .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 2;
  width: 100%;
  text-align: center;
}
.examples-of-savings .content .our-cost,
.examples-of-savings .content .average-cost,
.examples-of-savings .content .saving {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .examples-of-savings .content .our-cost,
  .examples-of-savings .content .average-cost,
  .examples-of-savings .content .saving {
    font-size: 13px;
  }
}
.examples-of-savings .content .our-cost {
  color: #ad2f33;
}
.examples-of-savings .content .saving {
  flex: 1;
}
.examples-of-savings .content .saving span {
  background-color: #ad2f33;
  color: #fff;
  border-radius: 40px;
  padding-inline: 20px;
}
@media (max-width: 400px) {
  .examples-of-savings .content .saving span {
    padding-inline: 10px;
  }
}
.examples-of-savings .program {
  flex: 1;
}

.work-options-with-form {
  padding-bottom: 130px;
}
@media (max-width: 1200px) {
  .work-options-with-form {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .work-options-with-form {
    padding-bottom: 70px;
  }
}
.work-options-with-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 470px) {
  .work-options-with-form__wrapper {
    gap: 10px;
  }
}
.work-options-with-form__header {
  background-color: #dce8f8;
  border-radius: 25px;
  display: flex;
  gap: 20px;
  padding: 37px 113px;
  background-repeat: no-repeat;
  background-position-x: -92px;
  background-position-y: 25px;
}
@media (max-width: 1200px) {
  .work-options-with-form__header {
    padding: 50px 60px;
  }
}
@media (max-width: 992px) {
  .work-options-with-form__header {
    flex-direction: column;
    align-items: center;
    background-position-y: 145px;
  }
}
@media (max-width: 767px) {
  .work-options-with-form__header {
    padding: 35px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__header {
    padding: 25px;
  }
}
.work-options-with-form__header .btn {
  margin-bottom: unset;
  padding: 18px 66px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .work-options-with-form__header .btn {
    display: none;
  }
}
@media (max-width: 600px) {
  .work-options-with-form__header .btn {
    padding: 13.5px 86.5px;
  }
}
.work-options-with-form__header .btn--white {
  margin-left: auto;
}
.work-options-with-form__header .btn--mobile {
  display: none;
}
@media (max-width: 992px) {
  .work-options-with-form__header .btn--mobile {
    display: flex;
  }
}
.work-options-with-form__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 35%;
}
@media (max-width: 992px) {
  .work-options-with-form__content {
    text-align: center;
    max-width: 100%;
  }
}
.work-options-with-form__title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 767px) {
  .work-options-with-form__title {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__title {
    font-size: 18px;
  }
}
.work-options-with-form__subtitle {
  color: #333333;
  font-weight: medium;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .work-options-with-form__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .work-options-with-form__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__subtitle {
    font-size: 13px;
  }
}
.work-options-with-form__options {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .work-options-with-form__options {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .work-options-with-form__options {
    flex-direction: column;
    align-items: center;
  }
}
.work-options-with-form .option {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
  text-align: center;
  max-width: 316px;
}
.work-options-with-form .option__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.work-options-with-form .option__price {
  background-color: #ad2f33;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  font-size: 22px;
  border-radius: 25px;
  padding-inline: 17.5px;
  width: -moz-fit-content;
  width: fit-content;
}
.work-options-with-form .option__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}
.work-options-with-form .option__text {
  font-size: 16px;
  font-weight: medium;
  line-height: 120%;
}
@media (max-width: 470px) {
  .work-options-with-form .option__text {
    font-size: 13px;
  }
}
.work-options-with-form .option img {
  border-radius: 25px;
}
.work-options-with-form__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 60px 90px 25px 60px;
  background-color: #fff8f0;
  border-radius: 25px;
  background-position-x: -80px;
  background-repeat: no-repeat;
  background-position-y: -413px;
}
@media (max-width: 767px) {
  .work-options-with-form__form {
    padding: 45px 35px 35px 35px;
    background-position-y: -136px;
    background-position-x: -136px;
  }
}
@media (max-width: 600px) {
  .work-options-with-form__form {
    padding: 11px 33px 33px 33px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__form {
    gap: 15px;
    background-position-x: -238px;
    padding-inline: 35px;
  }
}
@media (max-width: 400px) {
  .work-options-with-form__form {
    padding: 45px 20px 35px 20px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__form .iti__selected-dial-code {
    font-size: 11px;
  }
}
.work-options-with-form__form-title {
  font-size: 30px;
  line-height: 120%;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .work-options-with-form__form-title {
    font-size: 26px;
  }
}
@media (max-width: 470px) {
  .work-options-with-form__form-title {
    font-size: 18px;
  }
}
.work-options-with-form form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .work-options-with-form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .work-options-with-form form {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 470px) {
  .work-options-with-form form {
    gap: 5px;
  }
}
.work-options-with-form form input {
  border-radius: 25px;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
@media (max-width: 470px) {
  .work-options-with-form form input {
    padding: 12.5px 17px;
    font-size: 11px;
  }
}
.work-options-with-form form .btn {
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  border-radius: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .work-options-with-form form .btn {
    bottom: -86px;
  }
}
@media (max-width: 600px) {
  .work-options-with-form form .btn {
    padding: 10px 24px;
    font-size: 13px;
    bottom: -76px;
  }
}
@media (max-width: 400px) {
  .work-options-with-form form .btn {
    white-space: unset;
    bottom: -90px;
  }
}
.work-options-with-form form .form__info {
  margin-top: -24px;
}
@media (max-width: 767px) {
  .work-options-with-form form .form__info {
    margin-top: unset;
    text-align: center;
  }
}
@media (max-width: 470px) {
  .work-options-with-form .wa-phone-icon {
    top: 19px !important;
  }
}

.wide-form-three {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .wide-form-three {
    margin-inline: 20px;
    margin-bottom: 40px;
  }
}
.wide-form-three__wrapper {
  background-color: #dce8f8;
}
@media (max-width: 767px) {
  .wide-form-three__wrapper {
    border-radius: 20px;
  }
}
.wide-form-three__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wide-form-three__background {
    border-radius: 40px;
  }
}
.wide-form-three__background img {
  top: -130px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 703px;
  left: 100px;
}
.wide-form-three .wide-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  position: relative;
  padding: 30px 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .wide-form-three .wide-form {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wide-form-three .wide-form {
    padding-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .wide-form-three .wide-form {
    padding: 12px 0;
  }
}
.wide-form-three .wide-form form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .wide-form-three .wide-form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .wide-form-three .wide-form form {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .wide-form-three .wide-form form .spacer {
    display: none;
  }
}
@media (max-width: 767px) {
  .wide-form-three .wide-form form .iti__selected-dial-code {
    font-size: 12px;
  }
}
.wide-form-three .wide-form .form__title {
  color: #333333;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .wide-form-three .wide-form .form__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .wide-form-three .wide-form .form__title {
    font-size: 18px;
  }
}
.wide-form-three .wide-form .form__item {
  margin-bottom: unset;
}
.wide-form-three .wide-form .form__item input {
  border-radius: 40px;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
}
@media (max-width: 470px) {
  .wide-form-three .wide-form .form__item input {
    padding: 12.5px 17px;
    font-size: 11px;
  }
}
.wide-form-three .wide-form .form__btn {
  width: 100%;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: unset;
  height: 55px;
}
@media (max-width: 992px) {
  .wide-form-three .wide-form .form__btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .wide-form-three .wide-form .form__btn {
    position: relative;
    padding: 10px 28px;
    font-size: 12px;
    margin-inline: auto;
    height: -moz-fit-content;
    height: fit-content;
    left: unset;
    bottom: unset;
    transform: unset;
  }
}
.wide-form-three .wide-form .form__info {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .wide-form-three .wide-form .form__info {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    order: 10;
  }
}
@media (max-width: 470px) {
  .wide-form-three .wide-form .wa-phone-icon {
    top: 19px !important;
  }
}

.how-is-going {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .how-is-going {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .how-is-going {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .how-is-going {
    padding-bottom: 50px;
  }
}
.how-is-going__title {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .how-is-going__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .how-is-going__title {
    font-size: 22px;
  }
}
.how-is-going__content {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 992px) {
  .how-is-going__content {
    flex-direction: column;
    align-items: center;
  }
}
.how-is-going__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dce8f8;
  font-size: 30px;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  overflow: hidden;
}
.how-is-going__number span {
  z-index: 3;
}
@media (max-width: 600px) {
  .how-is-going__number {
    min-width: 55px;
    min-height: 55px;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .how-is-going__number {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.how-is-going__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .how-is-going__items {
    gap: 15px;
  }
}
.how-is-going__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .how-is-going__image {
    max-height: 550px;
  }
}
.how-is-going__item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff8f0;
  border-radius: 25px;
  padding: 25px 20px;
  z-index: 3;
  max-width: 500px;
}
@media (max-width: 992px) {
  .how-is-going__item {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .how-is-going__item {
    padding: 14px 18px;
    gap: 10px;
  }
}
.how-is-going__icon {
  flex-shrink: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcf7;
  width: 70px;
  height: 70px;
}
@media (max-width: 600px) {
  .how-is-going__icon {
    width: 55px;
    height: 55px;
    padding: 7.5px;
  }
  .how-is-going__icon img {
    height: 100%;
  }
}
.how-is-going__label {
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 600px) {
  .how-is-going__label {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .how-is-going__label {
    font-size: 14px;
  }
}
.how-is-going__background {
  position: absolute;
  width: 386px;
  height: 316px;
  pointer-events: none;
}
.how-is-going__background--1 {
  left: -58px;
  transform: rotate(4deg);
}
.how-is-going__background--2 {
  left: -190px;
  top: -38px;
  transform: rotate(50deg);
}
.how-is-going__background--3 {
  left: -230px;
  top: -80px;
  transform: rotate(118.4deg);
}
.how-is-going__background--4 {
  left: -276px;
  top: -118px;
  transform: rotate(199deg);
}
.how-is-going__background--5 {
  left: -253px;
  top: -80px;
  transform: rotate(160.4deg);
}

.adv-banner {
  font-family: "Inter", sans-serif;
  display: flex;
  background-image: url(/images/fairs/banner/autumn2025/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 14px;
  position: relative;
  max-width: 600px;
  gap: 20px;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: 70px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 600px) {
  .adv-banner {
    flex-direction: column-reverse;
    max-width: 440px;
    align-items: center;
  }
}
.adv-banner__content {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.adv-banner__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18.5px;
  line-height: 110%;
}
.adv-banner__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  max-width: unset;
  width: 40%;
}
@media (max-width: 600px) {
  .adv-banner__points {
    max-width: 250px;
    width: 100%;
  }
}
.adv-banner__point {
  font-size: 10px;
  padding: 9px 8px;
  background-color: #ffffff;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.adv-banner__point--even {
  margin-left: auto;
}
.adv-banner__point:last-child {
  padding: 5px 4px;
}
.adv-banner__smapse-logo {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 14px;
  top: 12px;
}
.adv-banner__books {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 20px;
  top: 32px;
}
.adv-banner__girl {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: -6px;
  bottom: -18px;
}
.adv-banner__items {
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  padding-top: 8px;
}
.adv-banner__item {
  color: #31793f;
}
.adv-banner__item:hover {
  opacity: 0.8;
}
.adv-banner__info {
  display: flex;
  gap: 7px;
}
.adv-banner__tile {
  display: flex;
  gap: 5px;
  background-color: #ffffff;
  font-size: 12px;
  padding: 6px 5px;
  border-radius: 3.7px;
}
.adv-banner__disclaimer {
  color: #ffffff;
  font-size: 7px;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: unset;
  left: 176px;
  bottom: 4px;
}
@media (max-width: 600px) {
  .adv-banner__disclaimer {
    right: 0;
  }
}

* {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  --swiper-theme-color: #f2f5f9;
  scroll-behavior: smooth;
}

.blocker {
  z-index: 100 !important;
}

.blocker.current {
  z-index: 1001 !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

.flex {
  display: flex;
}
.flex--10 {
  gap: 10px;
}
.flex--align-center {
  align-items: center;
}

.btn {
  padding: 16px 30px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  border-radius: 24px;
  background: #c0385f;
  border: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .btn {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.btn:hover {
  background: #3e41b6;
}
.btn--blue {
  background: #3e41b6;
}
.btn--blue:hover {
  background: #c0385f;
}
.btn--purple {
  border-radius: 16px;
  background: #a938ee;
}
.btn--purple:hover {
  background: #3b84f2;
}
.btn--w-blue {
  border-radius: 16px;
  background: #3b84f2;
}
.btn--w-blue:hover {
  background: #a938ee;
}
.btn--dark {
  background-color: #ad2f33;
}
.btn--dark:hover {
  background: #3e41b6;
}
.btn--light {
  background: #fff;
  border: 3px solid #dce8f8;
  color: #333333;
}
.btn--light:hover {
  background: #dce8f8;
}
.btn--white {
  background: #fff;
  color: #ad2f33;
}
.btn--white:hover {
  color: #fff;
}

@media (min-width: 600px) {
  ::-webkit-scrollbar {
    width: 4px;
    /* ширина всей полосы прокрутки */
  }
}

@media (min-width: 600px) {
  body::-webkit-scrollbar {
    width: 8px;
    /* ширина всей полосы прокрутки */
  }
}

@media (min-width: 600px) {
  ::-webkit-scrollbar-thumb {
    background-color: #c0385f;
    /* цвет бегунка */
    border-radius: 20px;
    /* округлось бегунка */
  }
}

@media (min-width: 600px) {
  .purple::-webkit-scrollbar-thumb {
    background-color: #a938ee;
    /* цвет бегунка */
    border-radius: 20px;
    /* округлось бегунка */
  }
}

.iti {
  width: 100%;
}
.iti__selected-flag {
  background: none !important;
  padding: 0 6px 0 20px !important;
}
.iti__selected-dial-code {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.iti input {
  padding: 20px 20px 20px 92px;
  border-radius: 12px;
  background: #f6f6f9;
  width: 100%;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border: 0;
}

input:focus {
  outline: none;
}

.hashlink {
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}

.institutions-modal {
  max-width: 920px !important;
  padding: unset !important;
}
.institutions-modal__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: white;
  z-index: 2;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .institutions-modal__title {
    font-size: 20px;
    padding: 15px;
  }
}
@media (max-width: 470px) {
  .institutions-modal__title {
    font-size: 16px;
    padding: 10px;
  }
}
.institutions-modal .swiper {
  border-radius: 8px;
  overflow: hidden;
}
.institutions-modal .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
.institutions-modal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.institutions-modal .close-modal {
  z-index: 5;
}
.institutions-modal .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 100px, rgba(0, 0, 0, 0));
}

.receive-gift-button {
  right: 360px;
  bottom: 18px;
}
@media (max-width: 1200px) {
  .receive-gift-button {
    right: 100px;
    bottom: 50px;
  }
}

@media (max-width: 1200px) {
  .wa-link {
    right: 28px;
  }
}
@media (max-width: 992px) {
  .wa-link {
    bottom: 90px;
  }
}

@media (max-width: 992px) {
  jdiv > jdiv > jdiv {
    right: 0 !important;
    left: unset !important;
  }
  jdiv > jdiv > jdiv > jdiv {
    margin-left: unset !important;
    margin-right: 20px !important;
  }
  jdiv > jdiv > jdiv > jdiv > jdiv {
    left: 0px !important;
  }
}
.wa-phone-icon {
  transition: all 0.3s ease-out;
  position: absolute;
  right: 10px !important;
  top: 30px !important;
  background: white;
  padding: 5px;
  border-radius: 1005%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-10px, -50%) !important;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .wa-phone-icon {
    top: 26px !important;
  }
}
