.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Golos Text";
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FCFCFC;
}

::-moz-selection {
  background-color: #E70000;
  color: #fff;
}

::selection {
  background-color: #E70000;
  color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.btn {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: #E70000;
  padding: 20px;
  border-radius: 40px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_white {
  background: #fff !important;
  color: #E70000 !important;
  font-size: 18px;
  text-decoration: none;
  padding: 20px;
  border-radius: 40px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
form input[type=text], form input[type=tel], form input[type=checkbox], form input[type=submit], form input[type=email] {
  font-family: inherit;
  font-size: 16px;
}
form button {
  font-family: inherit;
  font-size: 16px;
}
form input[type=text], form input[type=tel], form input[type=email] {
  margin: 10px 0;
  padding: 12px 16px;
  color: #222;
  width: 100%;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
}
form input[type=text]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder {
  color: #222222;
}
form input[type=text]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder {
  color: #222222;
}
form input[type=text]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder {
  color: #222222;
}
form input[type=text]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder {
  color: #222222;
}
form input[type=text]::placeholder, form input[type=tel]::placeholder, form input[type=email]::placeholder {
  color: #222222;
}
form input[type=text]:focus, form input[type=tel]:focus, form input[type=email]:focus {
  outline: none;
  border-color: #222;
}
form input[type=checkbox] {
  accent-color: #fff;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
form label {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

form button[type=submit], form input[type=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));
  background: -o-linear-gradient(left, #d40000, #8c0000);
  background: linear-gradient(90deg, #d40000, #8c0000);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 50px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
form button[type=submit]:hover, form input[type=submit]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b30000), to(#730000));
  background: -o-linear-gradient(left, #b30000, #730000);
  background: linear-gradient(90deg, #b30000, #730000);
}
form input[type=checkbox] {
  accent-color: red;
}

.iti {
  max-width: 330px;
  width: 100%;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkbox a {
  text-decoration: none;
  font-size: 10px;
  color: #222;
  margin-top: 0 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #222;
}

.btn_white {
  background: #fff !important;
  color: #E70000 !important;
}

.widget_page {
  width: 100%;
  position: relative;
  background-image: url("../img/bot/gb.png");
  min-height: 97vh;
  padding-top: 100px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.iti__country {
  color: #222;
}
.widget_page-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.widget_page-content h2 {
  font-size: 50px;
  color: #fff;
  line-height: normal;
  font-style: normal;
  margin: 0;
  line-height: normal;
  font-weight: 600;
}
.widget_page-content p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.widget__text {
  position: relative;
  z-index: 99;
  padding-top: 120px;
}
.widget__text ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  margin: 20px 0;
}
.widget__text ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  margin-right: 18px;
  position: relative;
}
.widget__text ul li img {
  position: relative;
  top: 4px;
}

@media (max-width: 768px) {

  .widget_page-content {
    margin-top: 0;
  }
  .widget_page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer_v3 {
  margin-top: 50px;
  position: relative;
}
.footer_v3:after {
  content: url("../img/decor2.svg");
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer_v3 .footer_v3-form_content {
  background: -o-linear-gradient(200deg, #750117 1.45%, #E70000 98.55%);
  background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 999;
}
.footer_v3 .footer_v3-form_content form {
  margin-top: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer_v3 .footer_v3-form_content form input {
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  max-width: 310px;
}
.footer_v3 .footer_v3-form_content form input[type=text], .footer_v3 .footer_v3-form_content form input[type=tel], .footer_v3 .footer_v3-form_content form input[type=email] {
  padding: 12px 16px;
  color: #fff !important;
  width: 100%;
  max-width: 310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
}
.footer_v3 .footer_v3-form_content form input[type=text]::-webkit-input-placeholder, .footer_v3 .footer_v3-form_content form input[type=tel]::-webkit-input-placeholder, .footer_v3 .footer_v3-form_content form input [type=email]::-webkit-input-placeholder {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=text]::-moz-placeholder, .footer_v3 .footer_v3-form_content form input[type=tel]::-moz-placeholder, .footer_v3 .footer_v3-form_content form input [type=email]::-moz-placeholder {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=text]:-ms-input-placeholder, .footer_v3 .footer_v3-form_content form input[type=tel]:-ms-input-placeholder, .footer_v3 .footer_v3-form_content form input [type=email]:-ms-input-placeholder {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=text]::-ms-input-placeholder, .footer_v3 .footer_v3-form_content form input[type=tel]::-ms-input-placeholder, .footer_v3 .footer_v3-form_content form input [type=email]::-ms-input-placeholder {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=text]::placeholder, .footer_v3 .footer_v3-form_content form input[type=tel]::placeholder, .footer_v3 .footer_v3-form_content form input [type=email]::placeholder {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=text]:focus, .footer_v3 .footer_v3-form_content form input[type=tel]:focus, .footer_v3 .footer_v3-form_content form input[type=email]:focus {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form input[type=checkbox] {
  accent-color: red;
}
.footer_v3 .footer_v3-form_content form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17% !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_v3 .footer_v3-form_content form .checkbox a {
  color: #fff;
  text-align: left;
  font-size: 12px;
  margin-left: 10px;
  line-height: 12px;
}
.footer_v3 .footer_v3-form_content form .iti {
  max-width: 310px !important;
}
.footer_v3 .footer_v3-form_content form .iti--separate-dial-code .iti__selected-dial-code {
  color: #fff !important;
}
.footer_v3 .footer_v3-form_content form button {
  background: #fff !important;
  color: #E70000 !important;
  padding: 14px 32px !important;
  border-radius: 24px !important;
}

.footer_v3_content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  z-index: 999;
}
.footer_v3_content-top h3 {
  text-align: left;
  font-size: 40px;
}
.footer_v3_content-top p {
  font-size: 20px;
  font-weight: 400;
}
.footer_v3_content-top p span {
  color: #E70000;
}
.footer_v3_content-top ul {
  padding-left: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_v3_content-top ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}
.footer_v3_content-top ul li img {
  margin-right: 10px;
}

.footer_v3_content-bottom {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}

.footer_v3_content-bottom-logo {
  text-align: left;
}
.footer_v3_content-bottom-logo p {
  font-size: 12px;
  margin: 0;
}

.footer_v3_content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_v3_content-center p {
  font-size: 14px;
  margin: 0;
}
.footer_v3_content-center svg {
  margin-right: 5px;
}

.footer_v3_content-bottom-rights {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_v3_content-bottom-rights p {
  font-size: 16px;
  margin-right: 10px;
  line-height: normal;
}
.footer_v3_content-bottom-rights ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_v3_content-bottom-rights ul li {
  list-style: none;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .footer_v3 .footer_v3_content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_v3 form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_v3 .footer_v3 {
    margin-top: 100px;
  }
  .footer_v3 .footer_v3_content form .checkbox {
    width: 25% !important;
  }
}
@media (max-width: 600px) {
  .footer_v3 .footer_v3_content-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 20px 0;
  }
  .footer_v3 .footer_v3_content form .checkbox {
    width: 100% !important;
  }
  .footer_v3 .footer_v3_content-top ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_v3 .footer_v3_content-top p {
    text-align: center;
    line-height: normal;
  }
  .footer_v3 .footer_v3_content-top ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_v3 .footer_v3_content-top h3 {
    text-align: center;
  }
  .footer_v3 .footer_v3_content-bottom-rights ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_v3 .footer_v3_content-bottom-rights p {
    text-align: center;
  }
  .footer_v3 .footer_v3_content-bottom-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_v3 .footer_v3_content-bottom-logo {
    text-align: center;
  }
  .footer_v3 .footer_v3_content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_v3 .form_content form {
    margin-bottom: 0;
  }
}

.first-screen-v1 {
  position: relative;
  min-height: 800px;
  background: url("../img/first-screen-v1/gb.png");
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-screen-v1__overlay {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 60px;
}

.first-screen-v1__header {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.first-screen-v1__logo {
  width: 160px;
}

.first-screen-v1__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.first-screen-v1__phone-icon {
  margin-right: 8px;
}

.first-screen-v1__content {
  max-width: 600px;
  text-align: left;
  color: #fff;
}

.first-screen-v1__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 75px;
}

.first-screen-v1__flag {
  font-size: 40px;
  vertical-align: middle;
}

.first-screen-v1__desc {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: normal;
}

.first-screen-v1__form-bg {
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-top: 16px;
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.first-screen-v1__form-bg input {
  max-width: 600px !important;
  width: 100%;
  margin: 0 !important;
}
.first-screen-v1__form-bg .iti {
  max-width: 600px !important;
}

.first-screen-v1__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.first-screen-v1__input {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  margin-bottom: 0;
}

.first-screen-v1__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #fff;
  gap: 8px;
}

.first-screen-v1__btn {
  width: 100%;
  padding: 16px;
  background: #e53935;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.first-screen-v1__btn:hover {
  background: #b71c1c;
}

.phone-dropdown {
  position: relative;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.phone-trigger {
  width: 85%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
}

.phone-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.phone-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 90%);
  border-radius: 16px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none;
  z-index: 10;
  width: 85%;
  left: 15%;
}
.phone-list li a {
  display: block;
  padding: 5px 20px;
  color: #222;
  text-decoration: none;
  font-size: 18px;
  font-size: 12px;
}
.phone-list li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.first-screen-v1 .first-screen-v1__desc br {
  display: none;
}

@media (max-width: 1200px) {
  .first-screen-v1 {
    min-height: 700px;
  }
  .first-screen-v1 .first-screen-v1__title {
    font-size: 48px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .phone-text {
    font-size: 11px;
  }
  .first-screen-v1 {
    min-height: 600px;
  }
  .first-screen-v1 .first-screen-v1__header {
    margin-bottom: 40px;
  }
  .first-screen-v1 .first-screen-v1__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .phone-list li a {
    font-size: 11px;
  }
  .first-screen-v1 .first-screen-v1__desc {
    font-size: 18px;
  }
  .first-screen-v1 .phone-dropdown {
    width: 180px;
  }

}
@media (max-width: 600px) {

  .first-screen-v1__logo {
    width: 140px;
  }
  .first-screen-v1__title br {
    display: none;
  }
  .phone-trigger {
    width: 100%;
  }
  .first-screen-v1__overlay {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .first-screen-v1__header {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .first-screen-v1__content {
    width: 100%;
  }
  .first-screen-v1__form-bg {
    padding: 20px;
  }

  .first-screen-v1 {
    background-image: url("../img/first-screen-v1/mob.png");
  }
  .first-screen-v1 {
    min-height: 500px;
  }
  .first-screen-v1 .first-screen-v1__header {
    gap: 16px;
    margin-bottom: 30px;
  }
  .first-screen-v1 .first-screen-v1__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .first-screen-v1 .first-screen-v1__desc {
    font-size: 16px;

  }
  .first-screen-v1 .first-screen-v1__desc br {
    display: block;
  }
}

.education_opportunities {
  margin: 100px 0;
}

.education_opportunities__content-top {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education_opportunities__content-top-items {
  width: 65%;
}
.education_opportunities__content-top-items ul {
  padding-left: 80px;
}
.education_opportunities__content-top-items ul li {
  list-style: none;
  position: relative;
  margin: 45px 0;
}
.education_opportunities__content-top-items ul li img {
  position: absolute;
  left: -73px;
  top: 0%;
}
.education_opportunities__content-top-items ul li ul {
  padding-left: 16px;
}
.education_opportunities__content-top-items ul li ul li {
  margin: 0;
  list-style: circle;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.education_opportunities__content-top-items ul li h3 {
  font-size: 20px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.education_opportunities__content-top-items ul li p {
  font-size: 16px;
  margin: 0;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
}

.education_opportunities-photo {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education_opportunities__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.education_opportunities__content-top-items h3 {
  text-align: left;
}

.education_opportunities__content-bottom-item {
  width: 32%;
  padding: 10px;
}
.education_opportunities__content-bottom-item h3 {
  font-size: 36px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.education_opportunities__content-bottom-item h3 span {
  color: #E70000;
  font-weight: 500;
  font-size: 36px;
  display: inline;
}
.education_opportunities__content-bottom-item span {
  font-size: 20px;
  display: inline-block;
  color: #222;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.expectation-decor {
  padding: 30px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #DADADA;
  background: #FFF;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.expectation-decor:after {
  content: url("../img/education_opportunities/decor.svg");
  position: absolute;
  bottom: 0;
  right: 0;
}
.expectation-decor img {
  margin-bottom: 40px;
}
.expectation-decor h5 {
  font-size: 20px;
  margin: 0;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.expectation-decor p {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 10px 0;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .education_opportunities .education_opportunities__content-top h3 {
    font-size: 24px;
  }
  .education_opportunities .education_opportunities__content-top p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .education_opportunities .education_opportunities__content-top-items ul li img {
    top: -12%;
  }
  .education_opportunities .education_opportunities__content-top-items {
    width: 100%;
  }
  .education_opportunities .education_opportunities__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education_opportunities .education_opportunities-photo {
    width: 100%;
  }
  .education_opportunities .education_opportunities__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education_opportunities .education_opportunities__content-bottom-item {
    width: 100%;
    margin: 10px 0;
  }
  .education_opportunities .education_opportunities__content-bottom-item h3 {
    font-size: 32px;
  }
  .education_opportunities .education_opportunities__content-bottom-item h3 br {
    display: none;
  }
  .education_opportunities .education_opportunities__content-top-items ul li h3 {
    line-height: normal;
  }
  .education_opportunities .education_opportunities__content-bottom-item {
    margin: 10px 0;
  }
  .education_opportunities .education_opportunities__content-top-items ul li p {
    line-height: normal;
  }
  .education_opportunities .education_opportunities__content-top p {
    font-size: 16px;
    line-height: 120%;
  }
}

.universities_slider {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
.universities_slider .swiper-pagination-bullet-active {
  background: #E70000 !important;
  width: 30px !important;
  border-radius: 4px !important;
}

.universities_slider-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.universities_slider-title h3 {
  text-align: left;
}
.universities_slider-title p {
  text-align: left;
  line-height: normal;
}

.universities_slider-title-left {
  width: 90%;
}

.universities_slider-title-img {
  width: 10%;
}

.universities_slider__content {
  text-align: center;
}
.universities_slider__content a {
  margin: 0 auto;
}

.universities_slider__slider .swiper-pagination {
  bottom: 10px !important;
}

.universities_slider__slider {
  margin: 100px 0;
  margin-bottom: 50px;
}

.universities_slider__slide {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #DADADA;
  background: #FFF;
  position: relative;
  z-index: 999;
}
.universities_slider__slide span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}
.universities_slider__slide p {
  text-align: left;
  line-height: normal;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.universities-top_image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}

.universities_slider__bottom {
  padding: 30px;
  text-align: left;
}
.universities_slider__bottom img {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .universities_slider {
    margin: 50px 0;
  }
  .universities_slider .universities_slider-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .universities_slider .universities_slider-title-left {
    width: 70%;
  }
  .universities_slider .universities_slider-title-left br {
    display: none;
  }
  .universities_slider .universities_slider-title-img {
    width: 30%;
    text-align: center;
  }
  .universities_slider .universities_slider-title-img img {
    margin: 0 auto;
  }
  .universities_slider .universities_slider__slider {
    margin-top: 50px;
  }
  .universities_slider .universities_slider__slider .swiper-pagination {
    bottom: 52px !important;
  }
}

.admission-process {
  margin: 100px 0;
  position: relative;
}
.admission-process h3 {
  margin-bottom: 50px;
}
.admission-process .admission-process-decor {
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -1;
}
.admission-process .admission-process-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  position: relative;
  z-index: 99;
}
.admission-process .admission-process-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.admission-process_v1 {
  max-width: 100%;
  width: 50%;
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
.admission-process_v1 .admission-process_v1__item {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 16px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.admission-process_v1 .admission-process_v1__item--active {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.admission-process_v1 .admission-process_v1__header {
  width: 100%;
  background: none;
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-right: 60px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  gap: 16px;
  color: #222;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F8F8F8;
  border: 1px solid #DADADA;
}
.admission-process_v1 .admission-process_v1__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admission-process_v1 .admission-process_v1__icon::before {
  content: '';
  color: #fff;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.admission-process_v1 .admission-process_v1__arrow {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.admission-process_v1 .admission-process_v1__arrow::before {
  content: "";
  border: solid #222;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.admission-process_v1 .admission-process_v1__arrow--up::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.admission-process_v1 .admission-process_v1__content {
  background: #F8F8F8;
  padding: 0px 13px 10px 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  -o-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  color: #222;
  display: none;
}
.admission-process_v1 .admission-process_v1__content hr {
  margin: 0 0 12px 0;
  border: none;
  border-top: 1px solid #eaeaea;
}
.admission-process_v1 .admission-process_v1__item--active {
  border: 1px solid #DADADA;
}
.admission-process_v1 .admission-process_v1__item--active .admission-process_v1__item {
  background: #F8F8F8;
}
.admission-process_v1 .admission-process_v1__item--active .admission-process_v1__content {
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.admission-process_v1 .admission-process_v1__item--active .admission-process_v1__header {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.admission-process_v1 .admission-process_v1__item--active .admission-process_v1__arrow {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
      -ms-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}

.admission-process_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  border-radius: 15px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.admission-process_bottom p {
  font-size: 20px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.admission-process_bottom .btn__main {
  margin-top: 0;
}

@media (max-width: 600px) {
  .admission-process {
    margin: 50px 0;
  }
  .admission-process .admission-process_v1 {
    width: 100%;
  }
  .admission-process .admission-process-left {
    width: 100%;
  }
  .admission-process .admission-process-left img {
    width: 100%;
  }
  .admission-process .admission-process-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .admission-process .admission-process_v1__item {
    margin-bottom: 10px;
  }
  .admission-process .admission-process_v1 .admission-process_v1__arrow::before {
    padding: 4px;
    border-width: 0 2px 2px 0;
  }
  .admission-process .admission-process_v1 .admission-process_v1__icon {
    width: 17px;
  }
  .admission-process .admission-process_v1__header {
    font-size: 16px;
    padding: 15px;
    text-align: left;
  }
  .admission-process .admission-process_v1 .admission-process_v1__item--active .admission-process_v1__content {
    padding: 15px;
  }
  .admission-process .admission-process_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .admission-process .admission-process_bottom p {
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
  }
  .admission-process .admission-process-decor {
    width: 100%;
  }
}

.education-brand {
  margin: 100px 0;
}
.education-brand__inner {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.education-brand__content {
  max-width: 300px;
}
.education-brand__title {
  text-align: left !important;
}
.education-brand__title span {
  color: #e30613;
}
.education-brand__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.education-brand__item {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.education-brand__item::after {
  content: url("../img/education-brand/decor.png");
  position: absolute;
  left: 0;
  top: 0;
}
.education-brand__number {
  display: inline-block;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  color: #e30613;
  margin-bottom: 0;
}
.education-brand__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
  color: #111;
}
.education-brand__item-text {
  font-size: 16px;
  line-height: 120%;
  color: #555;
}
@media (max-width: 1200px) {
  .education-brand__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .education-brand__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .education-brand {
    margin: 50px 0;
    padding: 0;
  }
  .education-brand__content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
  .education-brand__content h2 br {
    display: none;
  }
  .education-brand__title {
    font-size: 36px;
  }
  .education-brand__list {
    grid-template-columns: 1fr;
  }
  .education-brand__item {
    padding: 24px;
  }
}

.accordion {
  margin: 100px 0;
  position: relative;
}
.accordion h3 {
  margin-bottom: 50px;
}
.accordion .accordion-decor {
  position: absolute;
  top: -400px;
  left: 0;
  z-index: 0;
}

.accordion_v1 {
  max-width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
.accordion_v1 .accordion_v1__item {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 16px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion_v1 .accordion_v1__item--active {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.accordion_v1 .accordion_v1__header {
  width: 100%;
  background: none;
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  gap: 16px;
  color: #222;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F8F8F8;
  border: 1px solid #DADADA;
}
.accordion_v1 .accordion_v1__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion_v1 .accordion_v1__icon::before {
  content: url("../img/accordion/arr.svg");
  color: #fff;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion_v1 .accordion_v1__arrow {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion_v1 .accordion_v1__arrow::before {
  content: "";
  border: solid #222;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion_v1 .accordion_v1__arrow--up::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.accordion_v1 .accordion_v1__content {
  background: #F8F8F8;
  padding: 0 24px 24px 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  -o-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
  color: #222;
  display: none;
}
.accordion_v1 .accordion_v1__content hr {
  margin: 0 0 12px 0;
  border: none;
  border-top: 1px solid #eaeaea;
}
.accordion_v1 .accordion_v1__item--active {
  border: 1px solid #DADADA;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__item {
  background: #F8F8F8;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__content {
  display: block;
  padding: 24px 24px 24px 80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__header {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.accordion_v1 .accordion_v1__item--active .accordion_v1__arrow {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
      -ms-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}

.accordion_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  border-radius: 15px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.accordion_bottom p {
  font-size: 20px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.accordion_bottom .btn__main {
  margin-top: 0;
}

@media (max-width: 600px) {
  .accordion {
    margin: 50px 0;
  }
  .accordion .accordion_v1__item {
    margin-bottom: 10px;
  }
  .accordion .accordion_v1 .accordion_v1__arrow::before {
    padding: 4px;
    border-width: 0 2px 2px 0;
  }
  .accordion .accordion_v1 .accordion_v1__icon {
    width: 17px;
  }
  .accordion .accordion_v1__header {
    font-size: 16px;
    padding: 15px;
    text-align: left;
  }
  .accordion .accordion_v1 .accordion_v1__item--active .accordion_v1__content {
    padding: 15px;
  }
  .accordion .accordion_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accordion .accordion_bottom p {
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
  }
  .accordion .accordion-decor {
    width: 100%;
  }
}

.admission-pathways {
  margin: 100px 0;
}
.admission-pathways__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admission-pathways__content {
  max-width: 720px;
}
.admission-pathways__title {
  text-align: center;
}
.admission-pathways__list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.admission-pathways__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 24px 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.admission-pathways__card:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.admission-pathways__card:after {
  content: url("../img/admission-pathways/decor.png");
  position: absolute;
  top: 0;
  right: 0;
}
.admission-pathways__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.admission-pathways__card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  color: #111;
}
.admission-pathways__card-text {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
}
.admission-pathways__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 36px;
  border-radius: 999px;
  background: #e30613;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.admission-pathways__btn:hover {
  background: #c50511;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.admission-pathways__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admission-pathways__image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.admission-pathways__decor {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.admission-pathways__decor--top {
  top: 10%;
  left: 5%;
}
.admission-pathways__decor--bottom {
  bottom: 12%;
  right: 8%;
}
@media (max-width: 1200px) {
  .admission-pathways__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .admission-pathways__media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 768px) {
  .admission-pathways {
    margin: 50px 0;
  }
  .admission-pathways__title {
    font-size: 36px;
  }
  .admission-pathways__card {
    padding: 20px;
  }
  .admission-pathways__icon {
    width: 48px;
    height: 48px;
  }
  .admission-pathways__icon svg {
    width: 100%;
  }
  .admission-pathways__card-title {
    font-size: 24px;
  }
  .admission-pathways__card-text {
    font-size: 16px;
  }
  .admission-pathways__btn {
    width: 100% !important;
    text-align: center;
  }
  .admission-pathways .admission-pathways__card:after {
    right: -120%;
  }
}

.study_numbers-v2 {
  margin: 100px 0;
  position: relative;
}
.study_numbers-v2 .main_title {
  text-align: left;
}

.study_numbers-v2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.study_numbers-v2__content-top {
  margin: 50px 0;
  margin-top: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 1px solid #DADADA;
  background: #FFF;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
.study_numbers-v2__content-top p {
  width: 70%;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
.study_numbers-v2__content-top .decor {
  position: absolute;
  right: 0;
  top: 0;
}

.study_numbers-v2__content-left {
  width: 67%;
}

.study_numbers-v2__content-award {
  width: 30%;
}
.study_numbers-v2__content-award img {
  width: 95%;
}

.study_numbers-v2__content-bottom {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 999;
}
.study_numbers-v2__content-bottom .number__item {
  width: 32%;
  text-align: center;
  padding: 0px;
}
.study_numbers-v2__content-bottom .number__item h4 {
  font-size: 64px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.study_numbers-v2__content-bottom .number__item p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .study_numbers-v2 .study_numbers-v2__content-top p br {
    display: none;
  }
}
@media (max-width: 600px) {
  .study_numbers-v2 {
    margin: 50px 0;
  }
  .study_numbers-v2 .main_title {
    text-align: center;
  }
  .study_numbers-v2 .study_numbers-v2__content-left {
    width: 100%;
  }
  .study_numbers-v2 .study_numbers-v2__content-award {
    display: none;
  }
  .study_numbers-v2 .study_numbers-v2__content-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .study_numbers-v2 .study_numbers-v2__content-bottom .number__item {
    width: 49%;
    padding: 0;
  }
  .study_numbers-v2 .study_numbers-v2__content-bottom .number__item h4 {
    font-size: 44px;
  }
  .study_numbers-v2 .study_numbers-v2__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .study_numbers-v2 .study_numbers-v2__content-top p {
    width: 100%;
    line-height: normal;
    margin: 20px 0;
  }
}

.reviews .sbttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews .sbttl img {
  margin-right: 10px;
}
.reviews .main_title {
  text-align: center;
  margin-bottom: 50px;
}
.reviews .reviews_slider {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
  gap: 30px;
}
@media (max-width: 600px) {

  .accordion_bottom {
    flex-direction: column;
    text-align: center;
  }
  .accordion_bottom p {
    font-size: 16px;
    line-height: normal;
  }
  .reviews .reviews_slider .swiper-pagination {
    top: inherit !important;
    bottom: -50px;
  }
  .reviews .reviews_slider .swiper-pagination-bullet-active {
    background: #E70000 !important;
    width: 30px !important;
    border-radius: 4px !important;
  }
}
.reviews .reviews_slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
  gap: 30px;
}
@media (max-width: 600px) {
  .reviews .reviews_slider .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .reviews .reviews_slider .swiper-wrapper {
    gap: 0px;
  }
}
.reviews .review {
  width: 17%;
  position: relative;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.reviews .review img {
  width: 100%;
}
.reviews .review h3 {
  margin: 0;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  margin-top: 10px;
}
.reviews .review:before {
  content: url("../img/reviews/7.svg");
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 999;
}
.reviews .review:hover:before {
  -webkit-transform: translate(-50%, 0) scale(1.5);
      -ms-transform: translate(-50%, 0) scale(1.5);
          transform: translate(-50%, 0) scale(1.5);
}
.reviews .review[role=button] {
  cursor: pointer;
}
.reviews .review:focus {
  outline: 2px solid #222;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .reviews {
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .reviews {
    margin: 50px 0;
  }
}

.yt-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.yt-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yt-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.yt-modal__dialog {
  position: relative;
  width: min(960px, 92vw);
  background: transparent;
}

.yt-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #fff;
  color: #000;
  font-size: 22px;
  line-height: 1;
}
.yt-modal__close:hover {
  background: #222;
  color: #fff;
}

.yt-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.application_form_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0;
  position: relative;
}
.application_form_v1__content {
  max-width: 57%;
  padding: 20px;
}
.application_form_v1__title {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  color: #fff;
}
.application_form_v1__description {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0;
  line-height: 100%;
}
.application_form_v1__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.application_form_v1__form input {
  max-width: 600px !important;
  width: 100%;
  margin: 0 !important;
  border-radius: 20px !important;
  border: 1px solid #FFF !important;
  background: rgba(255, 255, 255, 0.3) !important;
  -webkit-backdrop-filter: blur(3px) !important;
          backdrop-filter: blur(3px) !important;
}
.application_form_v1__form input[type=text], .application_form_v1__form input[type=tel], .application_form_v1__form input[type=email] {
  color: #fff !important;
}
.application_form_v1__form input[type=text]::-webkit-input-placeholder, .application_form_v1__form input[type=tel]::-webkit-input-placeholder, .application_form_v1__form input[type=email]::-webkit-input-placeholder {
  color: #fff !important;
}
.application_form_v1__form input[type=text]::-moz-placeholder, .application_form_v1__form input[type=tel]::-moz-placeholder, .application_form_v1__form input[type=email]::-moz-placeholder {
  color: #fff !important;
}
.application_form_v1__form input[type=text]:-ms-input-placeholder, .application_form_v1__form input[type=tel]:-ms-input-placeholder, .application_form_v1__form input[type=email]:-ms-input-placeholder {
  color: #fff !important;
}
.application_form_v1__form input[type=text]::-ms-input-placeholder, .application_form_v1__form input[type=tel]::-ms-input-placeholder, .application_form_v1__form input[type=email]::-ms-input-placeholder {
  color: #fff !important;
}
.application_form_v1__form input[type=text]::placeholder, .application_form_v1__form input[type=tel]::placeholder, .application_form_v1__form input[type=email]::placeholder {
  color: #fff !important;
}
.application_form_v1__form .checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.application_form_v1__form .checkbox a {
  color: #fff;
}
.application_form_v1__form .iti {
  max-width: 600px !important;
}
.application_form_v1__form .iti__selected-dial-code {
  color: #fff !important;
}
.application_form_v1__form button {
  background: #fff !important;
  color: #E70000 !important;
}
.application_form_v1__checkbox {
  font-size: 14px;
  color: #333;
}
.application_form_v1__button {
  background-color: #ff6347;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.application_form_v1__button:hover {
  background-color: #ff4500;
}
.application_form_v1__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  width: 45%;
}
.application_form_v1__image {
  position: absolute;
  bottom: -60px;
  right: -60px;
}

.application_form_v1__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -o-linear-gradient(200deg, #750117 1.45%, #E70000 98.55%);
  background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 60px;
  padding: 60px;
}

@media (max-width: 992px) {
  .application_form_v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .application_form_v1__content {
    max-width: 100%;
    text-align: center;
  }
  .application_form_v1__images {
    margin-top: 30px;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .application_form_v1__image {
    position: relative;
    margin-top: 20px;
    right: 0;
    bottom: 0;
  }
  .application_form_v1 .application_form_v1__content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    padding-bottom: 0;
  }
  .application_form_v1 .application_form_v1__image {
    width: 100%;
  }
  .application_form_v1 .application_form_v1__title {
    font-size: 36px;
    line-height: normal;
  }
  .application_form_v1 .application_form_v1__content {
    padding: 0;
  }
}

.widget_page {
  position: relative;
}

.widget_page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000073;
}

.thank_page {
  width: 100%;
  position: relative;
  background-image: url("../img/thankyou_v2/gb.png");
  background-size: cover;
  background-position: 50% 50%;
  min-height: 98vh;

}
.thank_page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000073;
}
.thank_page .decor {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.thank_page .thank_page-content {
  width: 100%;
}
.thank_page .thank_page_peoples {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.thank_page .thank_page__text {
  position: relative;
  z-index: 99;
  padding-top: 80px;
  text-align: center;
}
.thank_page .thank_page__text ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  margin: 20px 0;
}
.thank_page .thank_page__text ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  margin-right: 18px;
  position: relative;
}
.thank_page .thank_page__text ul li img {
  position: relative;
  top: 4px;
}
.thank_page .thank_page__text h2 {
  font-size: 56px;
  color: #fff;
  line-height: normal;
  font-style: normal;
  margin: 0;
  font-weight: 600;
}
.thank_page .thank_page__text p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.thank_page-form {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  padding: 44px 56px;
}
.thank_page-form .first__content-form-content {
  width: 100%;
}
.thank_page-form form {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.thank_page-form .item {
  width: 100%;
}
.thank_page-form select {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: #fff;
  padding: 0 46px 0 18px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23222222' d='M7 8L0 1.272 1.235 0 7 5.456 12.765 0 14 1.272z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 8px;
  margin: 0;
}
.thank_page-form select:focus {
  border-color: #D2D2D2;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}
.thank_page-form select option:first-child {
  color: #8c8c8c;
}
.thank_page-form button {
  grid-column: 1/-1;
  justify-self: center;
  height: 54px;
  min-width: 220px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: #E70000 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 26px rgba(231, 0, 0, 0.28);
          box-shadow: 0 10px 26px rgba(231, 0, 0, 0.28);
  -webkit-transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease, -webkit-filter 0.12s ease;
  transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease, -webkit-filter 0.12s ease;
  -o-transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease, -webkit-filter 0.12s ease;
}
.thank_page-form button:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
  -webkit-box-shadow: 0 14px 32px rgba(231, 0, 0, 0.32);
          box-shadow: 0 14px 32px rgba(231, 0, 0, 0.32);
}
.thank_page-form button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 10px 24px rgba(231, 0, 0, 0.26);
          box-shadow: 0 10px 24px rgba(231, 0, 0, 0.26);
}

.main_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  margin: 0 0 48px 0;
}
.main_title span {
  color: #E70000;
}

.main_title_v2 {
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
.main_title_v2 span {
  color: #16AC53;
}

.btn__main {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 999;
}
.btn__main a {
  max-width: 426px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
  background: #16AC53;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
}

.main_sbttl {
  margin: 10px auto;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 999;
  line-height: normal;
}

@media (max-width: 1200px) {
  .thank_page .thank_page_peoples {
    display: none;
  }
  .thank_page .thank_page-content {
    width: 53%;
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .main_title_v2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .thank_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .thank_page .thank_page__text {
    padding-top: 40px;
  }
  .thank_page .thank_page_peoples {
    display: block;
    position: inherit;
    width: 100%;
    right: -6px;
  }
  .thank_page .thank_page-content {
    width: 100%;
    padding-bottom: 50px;
  }
  .thank_page-form {
    padding: 28px 18px;
    border-radius: 22px;
  }
  .thank_page-form form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .thank_page-form button {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 600px) {
  .thank_page {
    overflow: hidden;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .thank_page .decor {
    width: 100%;
  }
  .thank_page .thank_page-content {
    width: 100%;
  }
  .thank_page .thank_page-content h2 {
    font-size: 48px;
  }
  .thank_page-form select {
    height: 45px;
  }
  .main_title {
    font-size: 26px;
    line-height: normal;
  }
  .main_title_v2 {
    font-size: 36px;
  }
  .main_sbttl {
    font-size: 20px;
    line-height: normal;
  }
  .widget_page-content h2 {
    font-size: 32px;
  }
  .widget_page-content p {
    font-size: 16px;
    line-height: normal;
  }
  .widget_page-content p br {
    display: none;
  }
  .widget iframe {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 320px) {
  .thank_page-form {
    padding: 22px 14px;
  }
  .thank_page-form select {
    font-size: 15px;
  }
}
.warning-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin: 20px 0;
  color: #fff;
}
.warning-text svg {
  margin-right: 8px;
}

.main_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .main_title {
    font-size: 32px;
    line-height: normal;
  }
}
.main_title span {
  color: #E70000;
}

.main_title_v2 {
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 999;
}
.main_title_v2 span {
  color: #16AC53;
}
@media (max-width: 992px) {
  .main_title_v2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .main_title_v2 {
    font-size: 36px;
  }
}

.btn {
  border-radius: 20px;
  padding: 10px 20px;
  background: #E70000;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn__main {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 999;
}
.btn__main a {
  max-width: 426px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
  background: #E70000;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
}

.main_sbttl {
  margin: 10px auto;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 999;
  line-height: normal;
}
@media (max-width: 600px) {
  .main_sbttl {
    font-size: 16px;
    line-height: normal;
  }
}

.parent-contacts {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  transform: translateY(-6px);
  transition:
          max-height 0.35s ease,
          opacity 0.25s ease,
          transform 0.25s ease;
}
.form-role__buttons{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}


.role-btn {
  background: #fff;
  border: 1px solid #d40000;
  color: #d40000;
  border-radius: 12px;
  padding: 14px 50px;
  font-size: 16px;
  cursor: pointer;

  transition:
          background-color 0.25s ease,
          color 0.25s ease,
          border-color 0.25s ease,
          box-shadow 0.25s ease,
          transform 0.18s ease;
}
.role-btn:hover{
  transform: scale(1.05);
}
.role-btn.active {
  background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));
  background: -o-linear-gradient(left, #d40000, #8c0000);
  background: linear-gradient(90deg, #d40000, #8c0000);
  color: #fff;
  transform: scale(1);
}

@media (max-width: 768px) {
  .parent-contacts {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-role__buttons {

    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .role-btn {
    background: #fff;
    border: 1px solid #d40000;
    color: #d40000;
    border-radius: 12px;
    padding: 14px ;
    width: 100%;
  }
  .form-role__title{
    font-size: 16px;
  }

  .widget_page-content {
    padding-top: 0!important;
  }

}