.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: 20px;
    border: 1px solid #DADADA;
    background: rgba(255, 255, 255, 0.70);


}
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: #E70000;
  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;
}


.form-role__title{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

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

}







.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/ireland.png");
  min-height: 97vh;
  padding-top: 100px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.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;
    padding-top: 150px;
}
.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;
}

.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 {
    -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-v2 {
  position: relative;
  min-height: 800px;
  background: url("../img/first-screen-v2/ireland.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-v2__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-v2__header {
  width: 100%;
  max-width: 626px;
  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: 20px;
}

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

.first-screen-v2__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-v2__phone-icon {
  margin-right: 8px;
}

.first-screen-v2__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  color: #fff;
}

.first-screen-v2__content-left {
  width: 50%;
}
.first-screen-v2__content-left .bottom__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}
.bottom__text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
}
.first-screen-v2__content-left .bottom__text svg {
  margin-right: 10px;
}

.first-screen-v2__content-img {
  width: 46%;
}
.first-screen-v2__content-img img {
  width: 100%;
}

.first-screen-v2__title {
  font-size: 56px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.first-screen-v2__desc {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}
.text-border {
  color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #fff;
    display: inline-block;
}

.first-screen-v2__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);
  color: #222;

}
.first-screen-v2__form-bg input {
  max-width: 600px !important;
  width: 100%;
  margin: 0 !important;
}
.first-screen-v2__form-bg .iti {
  max-width: 600px !important;
}

.first-screen-v2__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;
    margin-top: 0;
}

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

.first-screen-v2__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-v2__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-v2__btn:hover {
  background: #b71c1c;
}

@media (max-width: 1200px) {
  .first-screen-v2 {
    min-height: 700px;
  }
  .first-screen-v2 .first-screen-v1__title {
    font-size: 48px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
    .decor {
        width: 100%;
    }
    .first-screen-v2__logo {
        width: 120px;
    }
    .expectations-photo img {
        width: 100%;
    }
    .expectations {
        overflow: hidden;
    }
  .first-screen-v2 {
    min-height: 600px;
  }
  .first-screen-v2 .first-screen-v1__header {
    margin-bottom: 40px;
  }
  .first-screen-v2 .first-screen-v1__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .first-screen-v2 .first-screen-v1__desc {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .first-screen-v2 {
    min-height: 500px;
  }
  .first-screen-v2 .first-screen-v2__header {
    gap: 16px;
    margin-bottom: 30px;
  }
  .first-screen-v2 .first-screen-v2__title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .first-screen-v2__content-img {
      display: none;
  }
  .first-screen-v2 .first-screen-v2__desc {
    font-size: 16px;
  }
  .first-screen-v2 .first-screen-v2__content {
    -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;
    text-align: center;
  }
  .first-screen-v2 .first-screen-v2__content-left {
    width: 100%;
  }
  .first-screen-v2 .first-screen-v2__content-img {
    width: 100%;
    margin-top: 20px;
  }
  .first-screen-v2 .bottom__text {
    line-height: normal;
  }
  .first-screen-v2 .first-screen-v2__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.expectations {
    margin: 100px 0;
    position: relative;
}


.expectations__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;
}
.expectations__content-top-items {
  width: 58%;
}
.expectations__content-top-items ul {
  padding-left: 80px;
}
.expectations__content-top-items ul li {
  list-style: none;
  position: relative;
  margin: 45px 0;
}
.expectations__content-top-items ul li img {
  position: absolute;
  left: -73px;
  top: -50%;
}
.expectations__content-top-items ul li h3 {
  font-size: 20px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.expectations__content-top-items ul li p {
  font-size: 18px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}

.expectations-photo {
  width: 40%;
  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;
}

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

.expectations__content-bottom-item {
  width: 32%;
  padding: 10px;
}
.expectations__content-bottom-item h3 {
  font-size: 36px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.expectations__content-bottom-item h3 span {
  color: #E70000;
  font-weight: 500;
  font-size: 36px;
  display: inline;
}
.expectations__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/expectations/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) {
  .expectations .expectations__content-top h3 {
    font-size: 24px;
  }
  .expectations .expectations__content-top p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .expectations .expectations__content-top-items ul li img {
    top: -12%;
  }
  .expectations .expectations__content-top-items {
    width: 100%;
  }
  .expectations .expectations__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expectations .expectations-photo {
    width: 100%;
  }
  .expectations .expectations__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expectations .expectations__content-bottom-item {
    width: 100%;
    margin: 10px 0;
  }
  .expectations .expectations__content-bottom-item h3 {
    font-size: 32px;
  }
  .expectations .expectations__content-bottom-item h3 br {
    display: none;
  }
  .expectations .expectations__content-top-items ul li h3 {
    line-height: normal;
  }
  .expectations .expectations__content-bottom-item {
    margin: 10px 0;
  }
  .expectations .expectations__content-top-items ul li p {
    line-height: normal;
  }
}

.country_career {
  margin: 100px 0;
}

.country_career__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;
  position: relative;
  z-index: 99;
}
.country_career__content-top-items {
  width: 69%;
}
.country_career__content-top-items ul {
  padding-left: 80px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.country_career__content-top-items ul li {
  list-style: none;
  position: relative;
  margin: 12px 0;
  margin-top: 0;
}
.country_career__content-top-items ul li img {
  position: absolute;
  left: -73px;
  top: -50%;
  -webkit-transform: translate(0px, 35%);
      -ms-transform: translate(0px, 35%);
          transform: translate(0px, 35%);
}
.country_career__content-top-items ul li h3 {
  font-size: 24px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.country_career__content-top-items ul li p {
  font-size: 16px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.country_career__content-top-items p {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 40px;
}
.country_career__content-top-items span {
  font-size: 20px;
  line-height: normal;
  display: inline-block;
}

.country_career-photo {
  width: 29%;
  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;
}
.country_career-photo img {
  width: 100%;
}

.logo-list {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px !important;
}
.logo-list li img {
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .country_career .country_career__content-top h3 {
    font-size: 24px;
  }
  .country_career .country_career__content-top p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .country_career {
    margin: 50px 0;
  }
  .country_career .logo-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .country_career .country_career__content-top-items {
    width: 100%;
  }
  .country_career .country_career__content-top-items ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        /*-ms-flex-direction: column;*/
        /*    flex-direction: column;*/
    padding-left: 80px;
  }
  .btn__main {
      bottom: 0!important;
  }
    .btn__main a {
        font-size: 16px!important;
    }
  .country_career .country_career__content-top-items ul li {
    margin: 20px 0;
  }
  .country_career .country_career__content-top-items ul li h3 {
    font-size: 20px;
  }
  .country_career .country_career__content-top-items ul li img {
    -webkit-transform: translate(0px, 0%);
        -ms-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
  }
  .country_career .country_career__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .country_career .country_career-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .country_career .country_career__content-top-items ul li h3 {
    line-height: normal;
  }
  .country_career .country_career__content-bottom-item {
    margin: 10px 0;
  }
  .country_career .country_career__content-top-items ul li p {
    line-height: normal;
  }
}

.program_v3 {
  position: relative;
}

.program_v3__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program_v3__card {
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  padding: 10px;
  max-width: 610px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 340px;
          flex: 1 1 340px;
  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;
  -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;
  position: relative;
  overflow: hidden;
}
.program_v3__card:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.program_v3-text {
    padding: 30px;
    position: relative;
}
.program_v3-text .btn__main {
    position: relative;
    bottom: 0;
}
.program_v3-text p {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.logos img {
  margin-right: 50px;
}

.program_v3__icon {
  width: 100%;
  margin-bottom: 18px;
  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;
}
.program_v3__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.program_v3__title {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1.2;
}

.program_v3__list {
  padding-left: 18px;
}
.program_v3__list li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  color: #222;
  list-style: disc;
}

.program_decor1 {
  position: absolute;
  top: -300px;
  left: 0;
}

.program_decor2 {
  position: absolute;
  top: -300px;
  right: 0;
}

.program_v3__card--red .program_v3__title {
  color: #a12a2a;
}

.program_v3__card--blue .program_v3__title {
  color: #1a2a5a;
}

@media (max-width: 992px) {
  .program_v3 .program_v3__cards {
    gap: 40px;
    margin-top: 24px;
  }
  .program_v3 .program_v3__card {
    padding: 40px;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .program_v3 .program_v3__title {
    font-size: 28px;
  }
  .program_v3 .program_v3__list li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .program_v3 {
    margin: 50px 0;
  }
  .program_v3 .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .program_v3 .logos img {
    max-width: 100px;
    margin-right: 10px;
  }
  .program_v3 .program_decor2 {
    width: 100%;
  }
  .program_v3 .program_v3-text p {
    font-size: 16px;
  }
  .program_v3 .program_decor1 {
    width: 100%;
  }
  .program_v3 .program_v3__cards {
    gap: 20px;
  }
  .program_v3 .program_v3__card {
    padding: 10px;
  }
  .program_v3 .program_v3-text {
    padding: 10px;
    width: 100%;
  }
  .program_v3 .program_v3__title {
    font-size: 24px;
    margin-top: 0;
  }
  .program_v3 .program_v3__list li {
    font-size: 16px;
  }
  .program_v3 .program_v3__card:after {
    bottom: -85px;
    right: -52px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.program_v4 {
  position: relative;
  margin: 100px 0;
}

.program_v4__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.program_v4__card {
  background: #fff;
  border-radius: 28px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 26px 28px;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.program_v4__card:before {
  content: url("../img/program_v4/Vector.png");
  position: absolute;
  right: 0;
  top: -140px;
}
.program_v4__card:hover {
  -webkit-box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.program_v4__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  position: relative;
  z-index: 1;
}

.program_v4__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.program_v4__title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.program_v4__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 520px;
}

.program_v4__card--blue .program_v4__title {
  color: #0b1b46;
}

.program_v4__card--green .program_v4__title {
  color: #0a6f3a;
}

.program_v4__card--orange .program_v4__title {
  color: #e46f00;
}

.program_v4__card--teal .program_v4__title {
  color: #006067;
}

@media (max-width: 992px) {
  .program_v4 .program_v4__cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .program_v4 .program_v4__card {
    padding: 22px;
    min-height: unset;
  }
  .program_v4 .program_v4__title {
    font-size: 30px;
  }
  .program_v4 .program_v4__text {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .program_v4 .program_v4__card {
    padding: 18px;
    border-radius: 22px;
    gap: 14px;
  }
  .program_v4 .program_v4__card:before {
    right: -140px;
    top: -110px;
    width: 320px;
    height: 200px;
    border-radius: 70px;
  }
  .program_v4 .program_v4__icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    border-radius: 18px;
  }
  .program_v4 .program_v4__icon img {
    width: 36px;
    height: 36px;
  }
  .program_v4 .program_v4__title {
    font-size: 24px;
  }
  .program_v4 .program_v4__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.study_numbers-v1 {
  margin: 100px 0;
  position: relative;
}

.study_numbers-v1__content-top {
  margin: 50px 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;
}
.study_numbers-v1__content-top p {
  width: 70%;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.study_numbers-v1__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-v1__content-bottom .number__item {
  width: 20%;
  text-align: center;
  padding: 20px;
}
.study_numbers-v1__content-bottom .number__item h4 {
  font-size: 64px;
  margin: 0;
  font-style: normal;
  font-weight: 500;
}
.study_numbers-v1__content-bottom .number__item p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .study_numbers-v1 .study_numbers-v1__content-top p br {
    display: none;
  }
}
@media (max-width: 600px) {
  .study_numbers-v1 {
    margin: 50px 0;
  }
  .study_numbers-v1 .study_numbers-v1__content-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .study_numbers-v1 .study_numbers-v1__content-bottom .number__item {
    width: 49%;
    padding: 0;
  }
  .study_numbers-v1 .study_numbers-v1__content-bottom .number__item h4 {
    font-size: 44px;
  }
  .study_numbers-v1 .study_numbers-v1__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-v1 .study_numbers-v1__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) {
  .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 .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: 20px;
  font-weight: 500;
  line-height: normal;
}
.reviews .review:before {
  content: url("../img/reviews/7.svg");
  position: absolute;
  bottom: 6%;
  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: none !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:none !important;
}
.application_form_v1__form .iti__selected-dial-code {
  color: #fff !important;
}
.application_form_v1__form button {
  background: #fff !important;
  color: #16AC53 !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: 0;
}

.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-image: url("../img/application_form_v1/bg.png");
  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;
  }
}



.application_form_v1 .form-role__title{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}



.application_form_v1 .role-btn {
    background: #fff;
    border: 1px solid #16AC53;
    color: #16AC53;
    border-radius: 20px !important;
    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;
}
.application_form_v1 .role-btn:hover{
    transform: scale(1.05);
}
.application_form_v1 .role-btn.active {
    background: #16AC53 !important;
    color: #fff !important;
    border: 1px solid #fff;
    transform: scale(1);
}

@media (max-width: 768px) {
    .application_form_v1  .form-role__buttons {

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


}









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

.decor {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  /*width: fit-content;*/
  /*height: 100%;*/
}

.thank_page-content {
  width: 100%;
}

.thank_page_peoples {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.thank_page__text {
     position: relative;
    z-index: 99;
    padding-top: 80px;
    text-align: center;
}
.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__text ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  margin-right: 18px;
  position: relative;
}
.thank_page__text ul li img {
  position: relative;
  top: 4px;
}
.thank_page__text h2 {
  font-size: 56px;
  color: #fff;
  line-height: normal;
  font-style: normal;
  margin: 0;
  font-weight: 600;
}
.thank_page__text p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

/*.thank_page-form {*/
/*  width: 100%;*/
/*  background: transparent;*/
/*  border: none;*/
/*  position: relative;*/
/*  z-index: 999;*/
/*  border-radius: 30px;*/
/*  border: 1px solid #FFF;*/
/*  background: rgba(255, 255, 255, 0.3);*/
/*  -webkit-backdrop-filter: blur(3px);*/
/*          backdrop-filter: blur(3px);*/
/*  padding: 30px;*/
/*}*/
/*.thank_page-form select {*/
/*  width: 100%;*/
/*  height: 56px;*/
/*  margin: 5px 0;*/
/*  color: #222;*/
/*  border-radius: 20px;*/
/*  padding: 10px;*/
/*  border-radius: 20px;*/
/*  border: 1px solid #DADADA;*/
/*  background: rgba(255, 255, 255, 0.7);*/
/*}*/
/*.thank_page-form button {*/
/*  -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);*/
/*  background: #E70000 !important;*/
/*  color: #fff !important;*/
/*  font-weight: 600;*/
/*}*/
/*.thank_page-form form {*/
/*  margin-top: 0 !important;*/
/*}*/
/*.thank_page-form .item {*/
/*  width: 100%;*/
/*}*/
/* ====== CARD (как на скрине) ====== */
.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);
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);

    padding: 44px 56px;
}

/* контейнер если нужен (у тебя есть .first__content-form-content) */
.thank_page-form .first__content-form-content{
    width: 100%;
}

/* ====== GRID: 2 колонки селектов ====== */
.thank_page-form form{
    margin-top: 0 !important;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
    align-items: start;
}

/* item на всю ширину ячейки */
.thank_page-form .item{
    width: 100%;
}

/* ====== SELECT (как на скрине) ====== */
.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;
    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;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
}

/* placeholder-опция (первый option) чуть светлее */
.thank_page-form select option:first-child{
    color: #8c8c8c;
}

/* ====== BUTTON (красная пилюля по центру) ====== */
.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: fit-content;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(231,0,0,0.28);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.thank_page-form button:hover{
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 14px 32px rgba(231,0,0,0.32);
}

.thank_page-form button:active{
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(231,0,0,0.26);
}

/* ====== RESPONSIVE: на мобиле 1 колонка ====== */
@media (max-width: 860px){
    .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 (min-width: 1800px) {
  .thank_page {
    min-height: 77vh !important;
  }
  .thank_page .thank_page-content {
    width: 47.5%;
    padding-bottom: 177px;
  }
  .thank_page .thank_page__text h2 {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .thank_page .thank_page_peoples {
    display: none;
  }
  .thank_page .thank_page-content {
    width: 53%;
    padding-bottom: 160px;
  }
}
@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;
  }
}
@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-form select {
    height: 45px;
  }
  .thank_page .thank_page-content {
    width: 100%;
  }
  .thank_page .thank_page-content h2 {
    font-size: 48px;
  }
}

.main_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  margin: 0 0 48px 0;
}
@media (max-width: 600px) {
  .main_title {
    font-size: 26px;
    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__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: 600px) {
  .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;
    }
}