@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  background-color: #1D2A4A;
}

input,
button,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  display: block;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/* --------------- */

/* Global Style main */
.wrapper {
  min-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.item__programm-title.big-title {
  font-size: 40px;
  line-height: 45px;
}

.mainBtn {
  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;
  font-family: "DIN Pro";
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 50px #DD3333;
          box-shadow: 0px 0px 50px #DD3333;
  border-radius: 10px;
  font-size: 18px;
  background-color: #dd3333;
  padding: 18.5px 53.5px;
}

.bg-text {
  font-size: 400px;
  font-family: "Co Headline Corp";
  font-weight: 700;
  opacity: 0.05;
  text-transform: uppercase;
  color: #fff;
}

.bg-text-programm {
  font-size: 200px;
  font-family: "Co Headline Corp";
  font-weight: 700;
  opacity: 0.05;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 40px;
  left: 0;
  z-index: -1;
}

.bg-text--services {
  text-align: center;
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.title {
  font-family: "Co Headline Corp";
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
}

.head {
  text-align: center;
  margin-bottom: 50px;
}

.indentation {
  padding: 100px 0px;
}

.mix-blender-opacity {
  position: relative;
}

.mix-blender-opacity:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #1D2A4A;
}

.ellipses-bg {
  position: relative;
}

.ellipses-bg:before {
  content: '';
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/ellipses-bg-main.png);
  width: 1595px;
  height: 1595px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.main-gradient {
  position: relative;
}

.main-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E254B), to(rgba(14, 45, 89, 0)));
  background: -o-linear-gradient(top, #0E254B 0%, rgba(14, 45, 89, 0) 100%);
  background: linear-gradient(180deg, #0E254B 0%, rgba(14, 45, 89, 0) 100%);
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.error {
  border: 2px #ff4019 solid !important;
}

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}

.dots-bottom-left {
  position: relative;
}

.dots-bottom-left:after {
  content: '';
  position: absolute;
  bottom: -130px;
  left: 0;
  background-image: url(../img/dots-main-site.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 276px;
  width: 255px;
  z-index: 2;
}

.dots-bottom-right {
  position: relative;
}

.dots-bottom-right:after {
  content: '';
  position: absolute;
  bottom: -130px;
  right: 0;
  background-image: url(../img/dots-main-site.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 276px;
  width: 255px;
  z-index: 2;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  font-display: swap;
  src: url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  font-display: swap;
  src: url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Co Headline Corp";
  font-display: swap;
  src: url("../fonts/CoHead_Corp_Bd.woff") format("woff"), url("../fonts/CoHead_Corp_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../libs/icomoon/fonts/icomoon.eot?vc2oz0");
  src: url("../libs/icomoon/fonts/icomoon.eot?vc2oz0#iefix") format("embedded-opentype"), url("../libs/icomoon/fonts/icomoon.ttf?vc2oz0") format("truetype"), url("../libs/icomoon/fonts/icomoon.woff?vc2oz0") format("woff"), url("../libs/icomoon/fonts/icomoon.svg?vc2oz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "";
}

.icon-consultation:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-youtube:before {
  content: "";
  color: #fff;
}

.icon-location:before {
  content: "";
}

.icon-book2:before {
  content: "";
}

.icon-globus:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-left2:before {
  content: "";
}

.icon-knowledge:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-right2:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-close {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: opacity .2s, -webkit-transform .2s;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.btn-close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-close:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .8;
}

.btn-close:before {
  content: '';
  background: #fff;
  position: absolute;
  height: 18px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-close:after {
  content: '';
  background: #fff;
  position: absolute;
  height: 18px;
  width: 2px;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.btn-close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.popup.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}

.popup__content {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.main-form-content {
  border-radius: 50px;
  background: #fff;
  max-width: 370px;
  padding: 40px;
}

.main-form-desc {
  text-align: center;
  color: #0E264B;
  font-size: 16px;
  line-height: 21px;
}

.main-form-title {
  font-family: "Co Headline Corp";
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-form-send {
  margin-top: 30px;
}

.main-form-group {
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #E6E6E6;
}

.main-form-group input {
  width: 100%;
  height: 100%;
  background: #E6E6E6;
  padding-left: 20px;
  color: #8793A5;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-form-group input:focus {
  background-color: #e2e2e2;
  color: #000000;
}

.main-form-group input:focus::-webkit-input-placeholder {
  color: #000000;
}

.main-form-group input:focus::-moz-placeholder {
  color: #000000;
}

.main-form-group input:focus:-ms-input-placeholder {
  color: #000000;
}

.main-form-group input:focus::-ms-input-placeholder {
  color: #000000;
}

.main-form-group input:focus::placeholder {
  color: #000000;
}

.main-form-group input::-webkit-input-placeholder {
  color: #8793A5;
}

.main-form-group input::-moz-placeholder {
  color: #8793A5;
}

.main-form-group input:-ms-input-placeholder {
  color: #8793A5;
}

.main-form-group input::-ms-input-placeholder {
  color: #8793A5;
}

.main-form-group input::placeholder {
  color: #8793A5;
}

.main-form-group select {
  width: 100%;
  height: 100%;
  background: #E6E6E6;
  padding-left: 20px;
  color: #8793A5;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/form-arrow-svg.svg) no-repeat right 0.75rem center;
  background-size: 10px 6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-form-group select:focus {
  background-color: #e2e2e2;
  color: #000000;
}

.main-form-group select:focus::-webkit-input-placeholder {
  color: #000000;
}

.main-form-group select:focus::-moz-placeholder {
  color: #000000;
}

.main-form-group select:focus:-ms-input-placeholder {
  color: #000000;
}

.main-form-group select:focus::-ms-input-placeholder {
  color: #000000;
}

.main-form-group select:focus::placeholder {
  color: #000000;
}

.main-form-group textarea {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  color: #8793A5;
  font-size: 16px;
  background: #E6E6E6;
  resize: none;
  min-height: 145px;
}

.main-form-group textarea:focus {
  background-color: #e2e2e2;
  color: #000000;
}

.main-form-group textarea:focus::-webkit-input-placeholder {
  color: #000000;
}

.main-form-group textarea:focus::-moz-placeholder {
  color: #000000;
}

.main-form-group textarea:focus:-ms-input-placeholder {
  color: #000000;
}

.main-form-group textarea:focus::-ms-input-placeholder {
  color: #000000;
}

.main-form-group textarea:focus::placeholder {
  color: #000000;
}

.main-form-group textarea::-webkit-input-placeholder {
  color: #8793A5;
}

.main-form-group textarea::-moz-placeholder {
  color: #8793A5;
}

.main-form-group textarea:-ms-input-placeholder {
  color: #8793A5;
}

.main-form-group textarea::-ms-input-placeholder {
  color: #8793A5;
}

.main-form-group textarea::placeholder {
  color: #8793A5;
}

.main-form-btn {
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
          box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
}

.pagination-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagination-main__item {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #133364;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 10px;
}

.pagination-main__item.active {
  background-color: #dd3333;
  border: 2px solid #dd3333;
}

.pagination-main__item.active a {
  color: #fff;
}

.pagination-main__item:hover {
  border: 2px solid #dd3333;
}

.pagination-main__item a {
  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;
  color: #fff;
  height: 100%;
  width: 100%;
}

.pagination-main__item a span {
  font-size: 15px;
}

.header {
  padding: 30px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__top {
  padding-bottom: 30px;
}

.header__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__logo {
  margin-right: 70px;
  position: relative;
  z-index: 1;
}

.header__language {
  position: relative;
  z-index: 1;
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__info-phone {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.header__bottom {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__btn {
  font-family: "DIN Pro";
  font-weight: 500;
  width: 100%;
  max-width: 200px;
  height: 45px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #dd3333;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__btn:hover {
  background-color: #dd3333;
}

.burger {
  display: none;
  margin-left: 20px;
}

.header .header__bottom.scrolled {
  position: fixed;
  left: 0;
  top: 0px;
  padding: 10px 0px;
  width: 100%;
  background-color: #123974;
}

.logo {
  display: block;
  width: 175px;
  height: 35px;
}

.logo img {
  max-width: 100%;
}

.dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.dropdown:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 12px;
  background-image: url(../img/header/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropdown:hover .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dropdown:hover:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-submenu {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 35px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropdown-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
}

.dropdown-item a {
  display: block;
}

.menu__list-mobile {
  display: none;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 95px;
}

.social__item:hover svg {
  fill: #dd3333;
}

.social__item svg {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #fff;
}

.social__item:not(:last-child) {
  margin-right: 28px;
}

.social__item:hover span {
  color: #dd3333;
}

.social__item span {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.phone-icone {
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dd3333;
  color: #fff;
  margin-right: 13px;
}

.header__phone {
  font-family: "DIN Pro";
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.header__phone span {
  color: #dd3333;
}

.menu__list {
  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;
}

.menu__list-item:not(:first-child) {
  margin-left: 38px;
}

.menu__list-link {
  font-family: "DIN Pro";
  font-weight: 700;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.menu__list-link.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #dd3333;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
}

.menu__list-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 4px;
  background-color: #dd3333;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
}

.current-item {
  position: relative;
}

.current-item:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/header/before-link-current.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero__info {
  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;
  max-width: 570px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.hero__info p {
  line-height: 30px;
  max-width: 435px;
}

.hero__info h1 {
  font-family: "Co Headline Corp";
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.hero__info h1 span {
  display: inline-block;
  border-radius: 10px;
  padding: 0 5px;
  background-color: #dd3333;
}

.hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-family: "DIN Pro";
  font-weight: 500;
  border-radius: 10px;
  padding: 16px 68px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 50px;
}

.hero__btn:hover {
  background-color: #fff;
  color: #dd3333;
}

.hero__navigation-item .swiper-button-prev.hero-button-prev,
.hero__navigation-item .swiper-button-next.hero-button-next {
  position: static;
  width: 50px;
  height: 50px;
  border-radius: 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;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__navigation-item .swiper-button-prev.hero-button-prev:hover,
.hero__navigation-item .swiper-button-next.hero-button-next:hover {
  background-color: #dd3333;
  border: 1px solid #dd3333;
}

.hero__navigation-item .swiper-button-prev.hero-button-prev span,
.hero__navigation-item .swiper-button-next.hero-button-next span {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero__navigation-item .swiper-button-prev.hero-button-prev:after {
  font-size: 0;
}

.hero__navigation-item .swiper-button-next.hero-button-next:after {
  font-size: 0;
}

.hero__navigation-item .swiper-button-prev {
  margin-right: 30px;
}

.hero__navigation-item .swiper-pagination.hero-pagination {
  position: static;
}

.hero-slider-wrapper .hero-item {
  position: relative;
  padding: 195px 0px 60px 0px;
}

.hero__navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__navigation-item .swiper-pagination.hero-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  margin: 0 3px;
}

.hero__navigation-item .swiper-pagination.hero-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.hero__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.services {
  position: relative;
  z-index: 2;
}

.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.services__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.services__body {
  padding: 40px 27px 30px 27px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background-color: #133364;
  overflow: hidden;
  text-align: center;
  height: 100%;
  font-size: 18px;
  color: #7d9ccd;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.services__body p {
  margin-bottom: 30px;
}

.services__body-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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dd3333;
  margin-bottom: 24px;
}

.services__body-icon span {
  color: #fff;
  font-size: 60px;
}

.services__body-title {
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 22px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.services__body-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;
  text-align: center;
  padding: 11px 27px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #dd3333;
  border-radius: 10px;
  margin-top: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #133364;
}

.services__body:hover .services__body-title {
  color: #0e264a;
}

.services__body:hover .services__body-btn {
  background-color: #dd3333;
  -webkit-box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
          box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
}

.services__body:hover {
  background-color: #fff;
}

.country {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.country__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.country__item {
  width: 16.667%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.country__body {
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  border-radius: 50px;
  padding: 30px 0px;
  cursor: pointer;
}

.country__body-image {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
}

.country__body-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.country__title {
  font-family: "DIN Pro";
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 21px;
  line-height: 26px;
}

.country__body:hover {
  background-color: #fff;
}

.country__body:hover .country__title {
  color: #dd3333;
}

.programm {
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 2;
}

.programm__head {
  text-align: left;
}

.programm__item {
  margin-bottom: 150px;
}

.block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item__programm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item__programm-image {
  width: 43%;
  position: relative;
}

.item__programm-image-pic {
  position: relative;
  height: 420px;
  border-radius: 50px;
  overflow: hidden;
}

.item__programm-image-pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #123974;
}

.item__programm-image-pic img {
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item__programm-image-btn {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  overflow: hidden;
}

.item__programm-image-btn p {
  font-size: 14px;
  color: #000000;
  font-family: "DIN Pro";
  font-weight: 700;
}

.item__programm-info {
  width: 40%;
}

.item__programm-info p {
  color: #7d9ccd;
  margin-bottom: 40px;
}

.item__programm-title {
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 37px;
  color: #fff;
}

.item__programm-btn-play {
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dd3333;
  margin-bottom: 15px;
  -webkit-animation: amin 2s infinite ease-in-out;
          animation: amin 2s infinite ease-in-out;
}

.item__programm-btn-play span {
  font-size: 18px;
  color: #dd3333;
  margin-left: 5px;
}

.programm-inner__content {
  display: none;
  padding: 50px 0px;
}

.programm-inner__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item__programm--order .item__programm-body .item__programm-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.item__programm-image-btn--right {
  position: absolute;
  bottom: -45px;
  right: -100px;
  z-index: 2;
}

.item__programm-image-btn--left {
  position: absolute;
  bottom: -45px;
  left: -100px;
  z-index: 2;
}

@-webkit-keyframes amin {
  0% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }

  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }

  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

@keyframes amin {
  0% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }

  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }

  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

.about {
  position: relative;
}

.about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E264B;
  opacity: 0.6;
  z-index: 1;
}

.about__info {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  max-width: 670px;
  padding: 55px 70px 70px 70px;
  position: relative;
  z-index: 2;
}

.about__info p {
  color: #8793a5;
  line-height: 30px;
}

.about__title {
  font-family: "Co Headline Corp";
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0e264b;
}

.about__wrapper {
  padding: 35px 0px 0px 0px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.about__item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.about__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about__item-body-icon {
  font-size: 30px;
  color: #dd3333;
  margin-right: 20px;
}

.about__item-body-desc h3 {
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #0e264b;
  margin-bottom: 5px;
}

.about__item-body-desc p {
  color: #8793a5;
  font-size: 16px;
  line-height: 20px;
}

.about__btn {
  padding: 18.5px 70px;
  -webkit-box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
          box-shadow: 0px 10px 30px rgba(221, 51, 51, 0.8);
  margin-top: 20px;
}

.partners {
  padding: 50px 50px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.partners-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.partners-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews {
  position: relative;
  z-index: 2;
}

.reviews__head {
  text-align: left;
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reviews__item-image {
  width: 43%;
  position: relative;
}

.reviews__item-image-pic {
  position: relative;
  height: 420px;
  border-radius: 50px;
  overflow: hidden;
}

.reviews__item-image-pic:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #123974;
}

.reviews__item-image-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__item-image-btn {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 150px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  overflow: hidden;
}

.reviews__item-image-btn p {
  font-size: 14px;
  color: #000000;
  font-family: "DIN Pro";
  font-weight: 700;
}

.reviews__item-btn-play {
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dd3333;
  margin-bottom: 15px;
  -webkit-animation: amin 2s infinite ease-in-out;
          animation: amin 2s infinite ease-in-out;
}

.reviews__item-btn-play span {
  font-size: 18px;
  color: #dd3333;
  margin-left: 5px;
}

.reviews__item-info {
  width: 40%;
}

.reviews__item-info p {
  color: #fff;
}

.reviews__item-info-text {
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.reviews__item-info-subtitle {
  font-family: "DIN Pro";
  font-weight: 700;
  color: #dd3333;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 30px;
}

.reviews.ellipses-bg:before {
  top: 50px;
}

.reviews__btn-load-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__btn-load {
  display: inline-block;
  padding: 15px 31px;
  color: #dd3333;
  font-family: "DIN Pro";
  font-weight: 700;
  text-align: center;
  border: 2px solid #dd3333;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  border-radius: 10px;
  width: 100%;
  max-width: 230px;
}

.reviews__btn-load:hover {
  background-color: #dd3333;
  color: #fff;
}

.reviews__item-image-btn--right {
  position: absolute;
  bottom: -45px;
  right: -100px;
  z-index: 2;
}

.reviews__item--indentation {
  margin-bottom: 150px;
}

.reviews__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.reviews__star-item {
  padding: 0 5px;
  margin-bottom: 20px;
}

.reviews__star-item svg {
  fill: #fff;
}

.reviews__star-item.active svg {
  fill: #dd3333;
}

.reviews-slider-container {
  min-height: 520px;
}

.bg-text-reviews {
  font-size: 200px;
  font-family: "Co Headline Corp";
  font-weight: 700;
  opacity: 0.05;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 37px;
  left: 0;
  z-index: -1;
}

.reviews__slider {
  position: relative;
}

.reviews__slider-navigation {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__item-desc {
  max-height: 150px;
  overflow-y: scroll;
  padding-right: 15px;
  scrollbar-width: none;
}

.reviews__item-desc::-webkit-scrollbar-track {
  border-radius: 4px;
}

.reviews__item-desc::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}

.reviews__item-desc::-webkit-scrollbar-thumb {
  background-color: #dd3333;
}

.reviws__slider-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-pagination {
  position: static;
  margin-right: 50px;
}

.swiper-button-prev.reviews-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  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;
  border: 2px solid #dd3333;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-button-prev.reviews-button-prev span {
  color: #fff;
}

.swiper-button-prev.reviews-button-prev:hover {
  background-color: #dd3333;
}

.swiper-button-next.reviews-button-next {
  position: static;
  width: 50px;
  height: 50px;
  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;
  border: 2px solid #dd3333;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 30px;
}

.swiper-button-next.reviews-button-next span {
  color: #fff;
}

.swiper-button-next.reviews-button-next:hover {
  background-color: #dd3333;
}

.swiper-button-prev.reviews-button-prev:after {
  font-size: 0;
}

.swiper-button-next.reviews-button-next:after {
  font-size: 0;
}

.reviews-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.reviews-pagination > .swiper-pagination-bullet {
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reviews-pagination > .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #fff;
  width: 7px;
  height: 7px;
}

.request {
  position: relative;
  z-index: 2;
}

.request__wrapper {
  background-color: #dd3333;
  border-radius: 50px;
  overflow: hidden;
  padding: 70px;
  position: relative;
}

.request__image {
  position: absolute;
  top: -50px;
  right: -30px;
}

.request__image img {
  max-width: 100%;
}

.request__head {
  text-align: center;
}

.request__head p {
  color: #fff;
}

.request__title {
  font-size: 30px;
  margin-bottom: 15px;
}

.request__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.request__form-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.request__form-item:last-child {
  margin-bottom: 0;
}

.request__form-body {
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request__form-body input {
  height: 100%;
  width: 100%;
  padding: 0px 24px;
  color: #8793A5;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.request__form-body input:focus {
  background-color: #123974;
}

.request__form-body input:focus::-webkit-input-placeholder {
  color: #fff;
}

.request__form-body input:focus::-moz-placeholder {
  color: #fff;
}

.request__form-body input:focus:-ms-input-placeholder {
  color: #fff;
}

.request__form-body input:focus::-ms-input-placeholder {
  color: #fff;
}

.request__form-body input:focus::placeholder {
  color: #fff;
}

.request__form-body input::-webkit-input-placeholder {
  color: #8793A5;
}

.request__form-body input::-moz-placeholder {
  color: #8793A5;
}

.request__form-body input:-ms-input-placeholder {
  color: #8793A5;
}

.request__form-body input::-ms-input-placeholder {
  color: #8793A5;
}

.request__form-body input::placeholder {
  color: #8793A5;
}

.request__form-body select {
  color: #8793A5;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  background: url(../img/form-arrow-svg.svg) no-repeat right 0.75rem center;
  background-size: 10px 6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.request__form-body select:focus {
  background-color: #123974;
  color: #fff;
}

.request__form-body select:focus::-webkit-input-placeholder {
  color: #fff;
}

.request__form-body select:focus::-moz-placeholder {
  color: #fff;
}

.request__form-body select:focus:-ms-input-placeholder {
  color: #fff;
}

.request__form-body select:focus::-ms-input-placeholder {
  color: #fff;
}

.request__form-body select:focus::placeholder {
  color: #fff;
}

.request__form-body button {
  background-color: #1D2A4A;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 18px;
}

.request__form-full--width {
  width: 100%;
  padding: 0 24px;
}

.intro {
  min-height: 455px;
  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;
}

.intro__wrapper {
  padding-top: 80px;
  position: relative;
  width: 100%;
  height: 100%;
}

.info-for-steps {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: -40px;
}

.info-for-steps-wrapper {
  font-family: "DIN Pro";
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 40px;
  background-color: #fff;
  color: #dd3333;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
}

.info-for-steps-wrapper span {
  margin-right: 18px;
  font-size: 35px;
}

.steps {
  position: relative;
  z-index: 2;
  padding: 100px 0px;
}

.steps__item {
  border-radius: 50px;
  background-color: #133364;
  margin-bottom: 75px;
  position: relative;
}

.steps__item:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/arrow-services.svg);
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: dotsAnim 2s linear infinite;
          animation: dotsAnim 2s linear infinite;
}

.steps__item:last-child {
  margin-bottom: 0px;
}

.steps__item:last-child:after {
  display: none;
}

.steps__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px;
}

.steps__item-number {
  text-align: center;
  color: #dd3333;
  font-size: 21px;
  font-family: "DIN Pro";
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 50px;
}

.steps__item-number-circle {
  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;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #dd3333;
  -webkit-box-shadow: 0px 0px 50px #DD3333;
          box-shadow: 0px 0px 50px #DD3333;
  margin-bottom: 20px;
}

.steps__item-number-circle span {
  display: block;
  color: #fff;
  font-size: 50px;
}

.steps__item-desc h3 {
  font-weight: 700;
  font-family: "DIN Pro";
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.steps__item-desc p {
  color: #7D9CCD;
  line-height: 30px;
}

.steps.ellipses-bg:before {
  top: 15px;
  z-index: -1;
}

@-webkit-keyframes dotsAnim {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dotsAnim {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.company {
  position: relative;
  z-index: 2;
}

.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

.company__item {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 30px;
}

.company__body {
  color: #7d9ccd;
}

.company__image {
  margin-top: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.company__image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: #1D2A4A;
}

.about-us {
  margin-bottom: 20px;
}

.about-us__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}

.about-us__item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 30px;
}

.about-us__body {
  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;
  text-align: center;
}

.about-us__body p {
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
}

.about-us__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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #dd3333;
  -webkit-box-shadow: 0px 0px 50px #DD3333;
          box-shadow: 0px 0px 50px #DD3333;
  margin-bottom: 25px;
}

.about-us__icon span {
  font-size: 55px;
  color: #fff;
}

.consultation__head {
  text-align: left;
}

.consultation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consultation__pagination {
  margin-top: 60px;
}

.consultation__language {
  width: 25%;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 0px 40px 40px;
  background-color: #fff;
  border: 5px solid #dd3333;
}

.consultation__language-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.consultation__info {
  width: 65%;
}

.language-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 5px;
  width: 100%;
}

.language-item:last-child {
  margin-bottom: 0px;
}

.language-item__image {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
}

.language-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.language-item__text {
  margin-left: 15px;
  background-color: transparent;
  font-family: "DIN Pro";
  font-weight: 700;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  padding: 13px 15px;
}

.language-item:hover .language-item__text {
  color: #fff;
  background-color: #dd3333;
}

.country-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #133364;
  border-radius: 50px;
  padding: 50px;
}

.country-info__choice {
  margin-bottom: 60px;
}

.country-info__item {
  margin-bottom: 40px;
}

.country-info__item:last-child {
  margin-bottom: 0px;
}

.country-info__image {
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  height: 200px;
  margin-right: 50px;
}

.country-info__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.country-info__text {
  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;
  color: #7d9ccd;
}

.country-info__text p {
  margin-bottom: 15px;
}

.country-info__title {
  color: #fff;
  font-family: "DIN Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 25px;
}

.country-info__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;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #dd3333;
  color: #fff;
  padding: 11px 27px;
  font-size: 16px;
  margin-top: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.country-info__btn:hover {
  background-color: #dd3333;
}

.choice input {
  border-radius: 10px;
  border: 2px solid #133364;
  background-color: transparent;
  width: 100%;
  height: 60px;
  padding: 0px 70px 0px 24px;
  color: #7d9ccd;
  font-size: 18px;
}

.choice input::-webkit-input-placeholder {
  color: #7d9ccd;
}

.choice input::-moz-placeholder {
  color: #7d9ccd;
}

.choice input:-ms-input-placeholder {
  color: #7d9ccd;
}

.choice input::-ms-input-placeholder {
  color: #7d9ccd;
}

.choice input::placeholder {
  color: #7d9ccd;
}

.choice select {
  border-radius: 10px;
  border: 2px solid #133364;
  background-color: transparent;
  width: 100%;
  height: 60px;
  padding: 0px 24px;
  color: #7d9ccd;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/select-white-arrow.svg) no-repeat right 15px center;
  background-size: 10px 6px;
}

.choice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.choice__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 15px;
}

.choice__item:last-child {
  margin-bottom: 0;
}

.choice__item-body-input {
  position: relative;
}

.choice__item-body-input button {
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  background-color: transparent;
  padding: 5px;
}

.choice__item-body-input button:hover span {
  color: #fff;
}

.choice__item-body-input button span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #dd3333;
  font-size: 25px;
}

.university {
  position: relative;
  z-index: 2;
}

.university__tabs {
  position: relative;
  z-index: 3;
}

.university__content {
  display: none;
  padding: 50px 0px;
}

.university__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.university__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

.university__content-item {
  width: 50%;
  padding: 0 30px;
}

.university__content-body {
  color: #7d9ccd;
}

.university__row {
  margin: 90px 0px;
}

.tabs__wrapper {
  position: relative;
  top: -40px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
}

.tabs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  position: relative;
}

.tabs__item:last-child:after {
  display: none;
}

.tabs__item:after {
  content: '';
  display: inline-block;
  background-image: url(../img/university-arrow-svg.svg);
  min-width: 13px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 10px;
}

.tabs__item-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  text-align: center;
  padding: 30px 60px;
  color: #000000;
  font-family: "Co Headline Corp";
  font-weight: 700;
  border-radius: 50px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.tabs__item-btn.active {
  background-color: #dd3333;
  color: #fff;
}

.university.ellipses-bg:before {
  top: 70px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__info {
  width: 50%;
  margin-left: 100px;
}

.contacts__info p {
  color: #7d9ccd;
}

.contacts__info-desc {
  margin-top: 40px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
}

.contacts__item:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.contacts__item:last-child {
  margin-bottom: 0px;
}

.contacts__item p {
  color: #fff;
}

.contacts__item span {
  color: #dd3333;
  font-size: 20px;
  margin-right: 15px;
}

.contacts__item a {
  color: #fff;
}

.contacts__item-phone {
  font-weight: 700;
}

.contacts__item-mail {
  position: relative;
}

.contacts__item-mail:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 2px;
  width: 82%;
  background-color: #dd3333;
}

.contacts__item-phone,
.contacts__item-mail {
  font-size: 30px;
}

.contacts .main-form-content {
  width: 43%;
  max-width: 100%;
  padding: 50px 60px;
}

.contacts-form-content .main-form-group {
  height: 60px;
}

.contacts-form-content .main-form-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 40px;
}

.contacts-form-content .main-form-group.textarea {
  height: 100%;
}

.contacts-form-content .main-form-group {
  margin-bottom: 20px;
}

.contacts-form-content .main-form-group:last-child {
  margin-bottom: 0px;
}

#map {
  width: 100%;
  height: 600px;
  position: relative;
}

.footer {
  padding: 40px 0px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__main {
  max-width: 275px;
  margin-right: 12%;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}

.footer__columns {
  width: 33.33%;
  padding: 0 15px;
}

.footer__logo {
  margin-bottom: 40px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

.footer__bottom .copy {
  color: #8191BB;
  font-size: 14px;
  line-height: 20px;
}

.footer__bottom .main-link {
  font-weight: 500;
  color: #8191BB;
  font-size: 14px;
}

.footer__bottom .main-link span {
  font-style: italic;
  color: #fff;
}

.footer__phone {
  font-family: "DIN Pro";
  font-weight: 700;
}

.footer-search-maps {
  font-family: "DIN Pro";
  font-weight: 500;
  margin-left: 27px;
  text-decoration: underline;
  font-size: 16px;
}

.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 25px;
}

.footer__info-item:last-child {
  margin-bottom: 0;
}

.footer__info-item span {
  color: #dd3333;
  margin-right: 10px;
}

.footer__body-title {
  color: #dd3333;
  font-family: "DIN Pro";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer__body-list li:not(:last-child) {
  margin-bottom: 25px;
}

.footer__body-list li a {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__body-list li a:hover {
  color: #dd3333;
}

.footer__info-item.footer-search-maps {
  color: #8191BB;
}

@media (max-width: 1200px) {
  .dots-bottom-left:after {
    display: none;
  }

  .dots-bottom-right:after {
    display: none;
  }
}

@media (max-width: 1150px) {
  .main-gradient:before {
    height: 155px;
  }

  .header__btn {
    max-width: 170px;
  }

  .menu__list-item:not(:first-child) {
    margin-left: 25px;
  }

  .menu__list-link {
    font-size: 13px;
  }

  .hero__info h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .services__item {
    width: 50%;
  }

  .country__item {
    width: 20%;
  }

  .consultation__info {
    width: 70%;
  }

  .tabs__item:after {
    display: none;
  }

  .contacts .main-form-content {
    padding: 50px 30px;
  }

  .footer__main {
    margin-right: 6%;
  }

  .footer__columns {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .ellipses-bg:before {
    display: none;
  }

  .main-gradient:before {
    height: 110px;
  }

  .main-form-content {
    border-radius: 30px;
  }

  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }

  .header:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #123974;
  }

  .header__top {
    padding-bottom: 0;
  }

  .header__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .burger {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 38px;
    z-index: 100;
    border-radius: 18px;
    background-color: transparent;
  }

  .burger span {
    top: 17px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
  }

  .burger span:first-child {
    top: 9px;
  }

  .burger span:last-child {
    top: auto;
    bottom: 10px;
    width: 100%;
    right: 0;
  }

  .burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .burger.active span:first-child {
    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
    top: 19px;
  }

  .burger.active span:last-child {
    -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
            transform: rotate(42deg);
    bottom: 16px;
    width: 100%;
  }

  .menu__list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
    margin-top: 45px;
  }

  .social {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #123974;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .menu__list {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 35px;
  }

  .menu__list-item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .menu__list-item:not(:first-child) {
    margin-left: 0px;
  }

  .menu__list-link.active:before {
    display: none;
  }

  .menu__list-link {
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .obloshka {
    margin-top: 120px;
  }

  .current-item a {
    color: #dd3333;
  }

  .current-item:before {
    display: none;
  }

  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__info {
    max-width: 100%;
  }

  .hero__btn {
    margin-top: 30px;
    padding: 12px 40px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
            box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  }

  .hero__form {
    display: none;
  }

  .hero-slider-wrapper .hero-item {
    padding: 140px 0px 30px 0px;
  }

  .country__item {
    width: 25%;
  }

  .programm__head {
    text-align: center;
  }

  .programm__item {
    margin-bottom: 100px;
  }

  .item__programm-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item__programm-image {
    width: 100%;
  }

  .item__programm-image {
    margin-bottom: 30px;
  }

  .item__programm-info {
    width: 100%;
    text-align: center;
  }

  .item__programm-title {
    margin-bottom: 25px;
  }

  .item__programm--order .item__programm-body .item__programm-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .item__programm-image-btn--right {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .item__programm-image-btn--left {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .reviews__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews__item-image {
    width: 100%;
  }

  .reviews__item-image {
    margin-bottom: 30px;
  }

  .reviews__item-info {
    width: 100%;
    text-align: center;
  }

  .reviews__item-image-btn--right {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .reviews__item--indentation {
    margin-bottom: 100px;
  }

  .reviews__star {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .reviews__slider-navigation {
    margin-top: 60px;
    position: static;
    width: 100%;
  }

  .request__wrapper {
    padding: 50px;
  }

  .request__image {
    display: none;
  }

  .request__form-item {
    width: 50%;
  }

  .company__row {
    display: block;
  }

  .company__item {
    width: 100%;
  }

  .about-us__row {
    margin: 0 -30px;
  }

  .about-us__item {
    width: 50%;
    padding: 0 30px;
  }

  .consultation__row {
    display: block;
  }

  .consultation__language {
    margin-bottom: 30px;
    width: 100%;
  }

  .consultation__info {
    width: 100%;
  }

  .language-item {
    width: 50%;
    padding: 0px 10px 0px 0px;
  }

  .country-info__choice {
    margin-bottom: 30px;
  }

  .university__content-row {
    display: block;
    margin: 0;
  }

  .university__content-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .university__row {
    margin: 50px 0px;
  }

  .tabs__wrapper {
    position: static;
    margin-top: 30px;
  }

  .tabs__item-btn {
    padding: 20px 45px;
    font-size: 16px;
  }

  .contacts__row {
    display: block;
  }

  .contacts__info {
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
  }

  .contacts__item {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .contacts__item-phone,
  .contacts__item-mail {
    font-size: 22px;
  }

  .contacts .main-form-content {
    width: 100%;
  }

  #map {
    height: 450px;
  }

  .footer__bottom {
    margin-top: 50px;
  }

  .footer__body-title {
    margin-bottom: 20px;
  }

  .footer__body-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer__body-list li a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .indentation {
    padding: 70px 0px;
  }

  .pagination-main__item {
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
  }

  .pagination-main__item a span {
    font-size: 12px;
  }

  .hero__navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }

  .hero__navigation .swiper-pagination.hero-pagination {
    display: none;
  }

  .country__item {
    width: 33.3%;
    margin-bottom: 20px;
  }

  .country__body {
    padding: 25px 0px;
  }

  .country__title {
    font-size: 16px;
    line-height: 20px;
  }

  .programm__item {
    margin-bottom: 60px;
  }

  .item__programm-image-pic {
    height: 350px;
    border-radius: 30px;
  }

  .item__programm-image-btn {
    width: 150px;
    height: 110px;
  }

  .item__programm-info p {
    margin-bottom: 20px;
  }

  .item__programm-btn-play {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .item__programm-btn-play span {
    font-size: 16px;
  }

  .about__info {
    padding: 30px;
    border-radius: 30px;
  }

  .about__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  .partners {
    padding: 30px 30px;
  }

  .partners-slide {
    height: 50px;
  }

  .reviews__item-image-pic {
    height: 350px;
    border-radius: 30px;
  }

  .reviews__item-image-btn {
    width: 150px;
    height: 110px;
  }

  .reviews__item-btn-play {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .reviews__item-btn-play span {
    font-size: 16px;
  }

  .reviews__item--indentation {
    margin-bottom: 70px;
  }

  .reviews__slider-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .reviews-pagination {
    display: none;
  }

  .request__wrapper {
    padding: 30px 20px 30px 20px;
    border-radius: 30px;
  }

  .request__form-body {
    height: 50px;
  }

  .request__form-body input {
    padding: 0 15px;
    font-size: 16px;
  }

  .request__form-body select {
    font-size: 16px;
  }

  .request__form-body button {
    font-size: 16px;
  }

  .info-for-steps {
    max-width: 400px;
  }

  .info-for-steps-wrapper {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
  }

  .info-for-steps-wrapper span {
    margin-right: 10px;
    font-size: 20px;
  }

  .steps__item-body {
    padding: 30px;
    -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;
  }

  .steps__item-number {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .steps__item-number-circle {
    width: 70px;
    height: 70px;
  }

  .steps__item-number-circle span {
    font-size: 30px;
  }

  .country-info__body {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }

  .country-info__image {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .country-info__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .tabs__wrapper {
    border-radius: 30px;
  }

  .tabs__item {
    width: 50%;
  }

  .tabs__item-btn {
    border-radius: 30px;
    padding: 15px 0px;
  }

  .contacts .main-form-content {
    padding: 30px 20px;
  }

  .contacts-form-content .main-form-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .footer__row {
    -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;
  }

  .footer__main {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .header__info {
    display: none;
  }

  .header__info-phone {
    margin-bottom: 30px;
  }

  .burger {
    top: -4px;
  }

  .services__item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  html,
  body {
    font-size: 16px;
    line-height: 21px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .head {
    margin-bottom: 30px;
  }

  .indentation {
    padding: 50px 0px;
  }

  .main-gradient:before {
    height: 90px;
  }

  .pagination-main__item {
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
  }

  .pagination-main__item a {
    font-size: 16px;
  }

  .header {
    padding: 20px 0px;
  }

  .header__logo {
    margin-right: 50px;
  }

  .logo {
    width: 140px;
    height: 28px;
  }

  .dropdown-item {
    width: 25px;
    height: 25px;
  }

  .menu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }

  .hero__info h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .services__body {
    padding: 30px 25px 35px;
  }

  .services__body p {
    margin-bottom: 24px;
  }

  .services__body-icon {
    width: 73px;
    height: 73px;
  }

  .services__body-icon span {
    font-size: 40px;
  }

  .services__body-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .services__body-btn {
    padding: 9px 22px;
  }

  .country__item {
    width: 50%;
  }

  .country__body-image {
    width: 70px;
    height: 70px;
  }

  .item__programm-image-pic {
    height: 250px;
    border-radius: 20px;
  }

  .item__programm-title {
    font-size: 20px;
    line-height: 25px;
  }

  .about__info p {
    line-height: 20px;
  }

  .about__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about__row {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about__item {
    width: 100%;
  }

  .about__item-body-icon {
    font-size: 20px;
    margin-right: 10px;
  }

  .about__item-body-desc h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .about__item-body-desc p {
    font-size: 14px;
  }

  .about__btn {
    padding: 13px 70px;
  }

  .partners {
    padding: 20px 20px;
  }

  .reviews__item-image-pic {
    height: 250px;
    border-radius: 20px;
  }

  .reviews__item-info-text {
    font-size: 20px;
    line-height: 25px;
  }

  .reviews__item-info-subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .reviews__btn-load {
    font-size: 16px;
    padding: 13px 31px;
  }

  .request__form-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .intro {
    min-height: 300px;
  }

  .info-for-steps-wrapper {
    font-size: 12px;
    line-height: 16px;
  }

  .steps {
    padding: 70px 0px;
  }

  .steps__item-body {
    padding: 30px 15px;
  }

  .steps__item-desc h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .company__row {
    margin: 0;
  }

  .company__item {
    padding: 0;
  }

  .company__image {
    border-radius: 20px;
  }

  .about-us__row {
    margin: 0;
  }

  .about-us__item {
    padding: 0;
    width: 100%;
  }

  .about-us__body p {
    font-size: 16px;
    line-height: 20px;
  }

  .about-us__icon {
    -webkit-box-shadow: 0px 0px 30px #DD3333;
            box-shadow: 0px 0px 30px #DD3333;
    width: 70px;
    height: 70px;
  }

  .about-us__icon span {
    font-size: 30px;
  }

  .consultation__pagination {
    margin-top: 30px;
  }

  .consultation__language {
    padding: 30px 0px 30px 15px;
    border-radius: 20px;
  }

  .language-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 25px;
  }

  .language-item__text {
    padding: 13px 5px;
    margin-left: 5px;
  }

  .country-info__body {
    padding: 30px 15px;
  }

  .country-info__item {
    margin-bottom: 30px;
  }

  .country-info__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .country-info__btn {
    padding: 7px 21px;
  }

  .choice input {
    height: 40px;
    font-size: 16px;
  }

  .choice select {
    height: 40px;
    font-size: 16px;
  }

  .choice__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .choice__item {
    width: 100%;
  }

  .choice__item-body-input button {
    right: 15px;
  }

  .choice__item-body-input button span {
    font-size: 20px;
  }

  .university__content {
    padding: 30px 0px;
  }

  .tabs__item-btn {
    font-size: 14px;
  }

  .contacts-form-content .main-form-group {
    height: 50px;
  }

  .contacts-form-content .main-form-title {
    font-size: 20px;
    line-height: 25px;
  }

  #map {
    height: 300px;
  }

  .footer {
    padding: 30px 0px;
  }

  .footer__columns {
    width: 100%;
  }

  .footer__bottom {
    margin-top: 30px;
    display: block;
  }

  .footer__bottom .copy {
    margin-bottom: 15px;
  }

  .footer-search-maps {
    margin-left: 0;
  }
}

@media (any-hover: hover) {
  .menu__list-link:hover:before {
    width: 100%;
  }
}