@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/gilroy/Gilroy-ExtraBold.otf") format("truetype"); }
@font-face {
  font-family: 'Gilroy-Light';
  src: url("../fonts/gilroy/Gilroy-Light.otf") format("truetype"); }
@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/root/pt-root-ui.light.otf") format("truetype"); }

.preloader1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*overflow: hidden;*/
  background: #fff;
  z-index: 999999;
}

.preloader__image1 {
  position: relative;
  top: -20%;
  /*left: 50%;*/
  width: 100%;
  height: 100%;
  margin-top: -32px;
  margin-left: -32px;
  background: url('../images/1920x1080.gif');
  /*расположение (url) изображения gif и др. параметры*/
}

.loaded_hiding .preloader1 {
  transition: 0.3s opacity;
  opacity: 100%;
}

.loaded .preloader1 {
  display: none;
}

body {
  font-family: 'Gilroy-Light';
  font-size: 16px;
  background-color: #fff;
  color: #333333;
  margin: 0; }

::-webkit-scrollbar {
  width: 0; }

#scrollPath {
  position: fixed;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff; }

#progressbar-right,
#progressbar-left {
  position: fixed;
  top: -3px;
  width: 2px;
  background: #4588DE;
  -webkit-animation: animate 5s #4588DE;
          animation: animate 5s #4588DE;
  z-index: 1; }
  #progressbar-right.plane-transform::after,
  #progressbar-left.plane-transform::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

#progressbar-right {
  right: 0; }

#progressbar-left {
  left: 0; }

@-webkit-keyframes animate {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg); }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); } }

@keyframes animate {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg); }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg); } }
#progressbar-right::after,
#progressbar-left::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 48px;
  height: 50px;
  background-position: bottom;
  background-image: url("../images/icons/plane.png");
  background-repeat: no-repeat;
  background-size: cover; }

#progressbar-right::after {
  left: -24px; }

#progressbar-left::after {
  right: -24px; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001; }
video{
  margin-left: 30px;

}
.preloader-row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 3s infinite linear;
          animation: preloader-rotate 3s infinite linear; }

.preloader-item {
  position: absolute;
  display: block;
  bottom: 0;
  left: 75px;
  background-image: url("../images/icons/plane.png");
  background-size: cover;
  width: 48px;
  height: 50px;
  -webkit-animation: preloader-planes 4s infinite ease-in-out;
          animation: preloader-planes 4s infinite ease-in-out; }

.preloader-item:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

@-webkit-keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes preloader-planes {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@keyframes preloader-planes {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
.loaded-hiding .preloader {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0; }

.loaded .preloader {
  display: none; }

p {
  line-height: 20px;
  margin: 20px 0; }

section {
  margin: 70px 0; }

img {
  width: 100%; }

.img-border-radius {
  border-radius: 15px; }

.blue-section {
  position: relative;
  border-radius: 25px;
  color: #fff; }
  .blue-section-container {
    padding: 50px; }
  .blue-section-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-filter: url(#round);
            filter: url(#round);
    z-index: -1; }
    .blue-section-bg:before {
      content: "";
      display: block;
      height: 100%;
      background: #4588DE;
      -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%); }
  .blue-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blue-section-heading .title-h1 {
      margin-top: 20px; }
    .blue-section-heading img {
      position: absolute;
      right: 4%;
      width: 320px;
      height: 138px; }

.title-shadow {
  margin: 30px 0;
  text-align: center;
  position: relative; }
  .title-shadow .title-h4 {
    width: 64%;
    margin: 0 auto; }
  .title-shadow .subtitle-h4 {
    opacity: 0.1;
    font-size: 25px;
    font-family: 'Gilroy-ExtraBold';
    position: absolute;
    top: -7px;
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.title-center {
  text-align: center; }
  .title-center .title-h4 {
    width: 64%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px; }
  .title-center .description-text {
    width: 50%;
    display: block;
    margin: 0 auto; }

.title-desc {
  margin: 30px 0; }
  .title-desc span.title-h4 {
    margin: 0;
    float: left;
    margin-right: 10px; }

.container {
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto; }

.container-small {
  padding: 0 150px; }

.color-blue {
  color: #4588DE;
  font-family: 'Gilroy-ExtraBold';
  text-decoration: none; }
  .color-blue:hover {
    color: #4588DE; }

.contact-phone {
  color: #171717;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-phone:hover {
    color: #171717;
    text-decoration: none; }

.br-desktop {
  display: block; }

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4588DE;
  background: #fff;
  border-radius: 10px;
  /*padding: 5px;*/
  margin: 20px 0; }
  .btn-block .btn {
    color: #4588DE; }
    .btn-block .btn.active {
      background: linear-gradient(94.15deg, #4588DE 0%, #77B2FF 100%);
      color: #fff; }
      .btn-block .btn.active:hover {
        background: #77B2FF; }
      .btn-block .btn.active:focus {
        background: #2961A8;
        -webkit-box-shadow: inset 0px 5px 5px rgba(23, 23, 23, 0.3);
                box-shadow: inset 0px 5px 5px rgba(23, 23, 23, 0.3); }
      .btn-block .btn.active:disabled {
        opacity: 0.7; }

.btn {
  display: inline-block;
  line-height: 52px;
  font-family: 'Gilroy-ExtraBold';
  font-size: 16px;
  color: #fff;
  padding: 0 45px;
  border-radius: 7px;
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.btn-white {
  color: #fff; }

.btn-blue {
  color: #fff !important;
  background: linear-gradient(94.15deg, #4588DE 0%, #77B2FF 100%); }
  .btn-blue:hover {
    background: #77B2FF; }
  .btn-blue:focus {
    background: #2961A8;
    -webkit-box-shadow: inset 0px 5px 5px rgba(23, 23, 23, 0.3);
            box-shadow: inset 0px 5px 5px rgba(23, 23, 23, 0.3); }
  .btn-blue:disabled {
    opacity: 0.7; }

.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 48px; }
  .btn-transparent:hover {
    background-color: #fff;
    color: #171717; }

.btn-menu {
  font-family: 'Gilroy-Light';
  color: #171717;
  line-height: 50px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-menu.active {
    background: #4588DE;
    color: #fff; }

.btn-arrow-right {
  width: 35px;
  height: 35px;
  background-color: #4588DE;
  border-radius: 100%;
  position: relative;
  cursor: pointer; }
  .btn-arrow-right::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    background-image: url("../images/icons/arrow-right.svg");
    background-size: cover;
    left: 41%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn-arrow-right:hover {
    background-color: #77B2FF; }
  .btn-arrow-right:focus {
    background-color: #2961A8; }

.description-text {
  font-family: 'PT Root UI'; }

.title-h1 {
  font-size: 48px;
  font-family: 'Gilroy-ExtraBold';
  margin-bottom: 50px; }

.title-h4 {
  font-size: 20px;
  font-family: 'Gilroy-ExtraBold';
  margin: 15px 0; }

.more-text {
  display: none; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0; }
  .socials li {
    margin-right: 30px; }
  .socials a {
    width: 20px;
    height: 20px;
    display: block; }
    .socials a:focus {
      -webkit-box-shadow: inset 0px 2px 2px rgba(37, 37, 37, 0.6);
              box-shadow: inset 0px 2px 2px rgba(37, 37, 37, 0.6); }
  .socials .icon-face {
    background-image: url("../images/icons/face.svg"); }
    .socials .icon-face:focus {
      border-radius: 100%; }
  .socials .icon-insta {
    background-image: url("../images/icons/insta.svg"); }
  .socials .icon-youtube {
    height: 17px;
    background-image: url("../images/icons/yout.svg"); }

.form-container {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(23, 23, 23, 0.7); }

.modal {
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 25%; }
  .modal .title-h4 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
  .modal form {
    max-width: 350px;
    padding: 0 50px;
    z-index: 1;
    position: relative; }
    .modal form .form-group {
      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;
      margin-bottom: 20px; }
      .modal form .form-group label {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        font-size: 14px;
        color: #171717;
        font-family: 'Gilroy-ExtraBold';
        margin-bottom: 5px;
        padding-left: 10px; }
      .modal form .form-group input,
      .modal form .form-group select,
      .modal form .form-group textarea {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        background: #FFFFFF;
        color: #171717;
        border: 0.5px solid #4588DE;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 5px;
        font-family: 'PT Root UI';
        font-size: 16px;
        line-height: 50px;
        padding: 0 10px;
        width: 100%; }
        .modal form .form-group input::-webkit-input-placeholder,
        .modal form .form-group select::-webkit-input-placeholder,
        .modal form .form-group textarea::-webkit-input-placeholder {
          opacity: 0.5; }
        .modal form .form-group input:-ms-input-placeholder,
        .modal form .form-group select:-ms-input-placeholder,
        .modal form .form-group textarea:-ms-input-placeholder {
          opacity: 0.5; }
        .modal form .form-group input::-ms-input-placeholder,
        .modal form .form-group select::-ms-input-placeholder,
        .modal form .form-group textarea::-ms-input-placeholder {
          opacity: 0.5; }
        .modal form .form-group input::placeholder,
        .modal form .form-group select::placeholder,
        .modal form .form-group textarea::placeholder {
          opacity: 0.5; }
        .modal form .form-group input:hover,
        .modal form .form-group select:hover,
        .modal form .form-group textarea:hover {
          border-color: #77B2FF; }
        .modal form .form-group input:focus,
        .modal form .form-group select:focus,
        .modal form .form-group textarea:focus {
          outline: none;
          border: 1px solid #4588DE; }
          .modal form .form-group input:focus + label,
          .modal form .form-group select:focus + label,
          .modal form .form-group textarea:focus + label {
            color: #4588DE; }
    .modal form button {
      display: block;
      margin: 0 auto; }
  .modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0; }
  .modal .icon-cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/icons/icon-close.svg");
    background-size: cover; }
  .modal::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/icons/design-line.svg");
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: contain; }

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  display: inline-block; }
  .icon-menu {
    background-image: url("../images/icons/icon-burger.png");
    width: 22px;
    height: 15px; }
  .icon-cross {
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/icon-close.png"); }

.icon-phone {
  display: inline-block;
  background-image: url("../images/icons/phone.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.icon-phone-contact {
  display: inline-block;
  background-image: url("../images/icons/icon-phone.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.icon-mail {
  display: inline-block;
  background-image: url("../images/icons/icon-mail.svg");
  background-size: cover;
  width: 20px;
  height: 16px;
  margin-right: 5px; }

.icon-map {
  display: inline-block;
  background-image: url("../images/icons/icon-map.svg");
  background-size: cover;
  width: 17px;
  height: 20px;
  margin-right: 5px; }

.icon-check {
  display: inline-block;
  background-color: #4588DE;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative; }
  .icon-check::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.js-slick-main div {
  max-height: 650px; }
  .js-slick-main div img {
    height: 100%;
    position: relative;
    top: -300px; }

.header {
  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;
  align-items: center;
  padding: 28px 0; }
  .header-logo {
    width: 20%; }
  .header-right {
    width: 20%;
    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; }
    .header-right-contact {
      text-align: right; }
      .header-right-contact-text {
        display: block;
        color: #4588DE;
        font-size: 12px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .header-right-contact-text:hover {
          color: #77B2FF; }
        .header-right-contact-text:focus {
          color: #2961A8; }
  .header .select-toggle {
    position: relative; }
    .header .select-toggle select {
      display: none; }

.logo {
  max-width: 145px;
  height: 52px;
  display: block; }

.menu {
  width: 60%;
  text-align: center; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    list-style-type: none; }
    .menu ul li {
      margin: 0 15px; }
    .menu ul a {
      text-decoration: none;
      color: #171717;
      -webkit-transition: .3s;
      transition: .3s; }
      .menu ul a:hover {
        color: #4588DE; }
      .menu ul a.active {
        color: #4588DE; }
  .menu-mobile {
    border-radius: 100%;
    display: none;
    width: 40px;
    height: 40px;
    background-color: #4588DE;
    position: relative; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: radial-gradient(104.9% 301.05% at 1.91% 50%, rgba(79, 79, 79, 0.8) 0%, rgba(44, 44, 44, 0.8) 100%);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlay .closebtn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 46%;
  top: 20px;
  background: #4588DE;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.nav {
  max-width: 200px;
  margin: 0 auto; }
  .nav-item {
    border-radius: 20px;
    width: 200px;
    height: 100px;
    display: block;
    margin: 15px;
    text-decoration: none; }

.select-selected {
  background: transparent;
  color: #171717;
  width: 28px;
  padding-right: 10px; }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 5px;
    right: -8px;
    width: 12px;
    height: 8px;
    background-image: url("../images/icons/arrow-down.png"); }

.select-items {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99; }

.select-items div {
  padding: 5px;
  padding-bottom: 0;
  border-top: 1px solid #171717; }

.select-items div,
.select-selected {
  max-width: 28px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }

.select-hide {
  display: none; }

.js-slick-main {
  position: absolute; }

.main-heading {
  position: relative; }
  .main-heading-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 30%;
    color: #fff;
    text-align: center;
    max-width: 1020px;
    width: 100%; }
    .main-heading-content .title-h1 {
      margin-bottom: 10px; }
    .main-heading-content-btn {
      margin-top: 30px; }
      .main-heading-content-btn .btn:first-child {
        margin-right: 10px; }
      .main-heading-content-btn .btn:last-child {
        margin-left: 10px; }
    .main-heading-content-social {
      position: absolute;
      right: 12%;
      top: 37%;
      list-style-type: none;
      padding: 0; }
      .main-heading-content-social li {
        margin: 30px 0; }
      .main-heading-content-social a {
        width: 20px;
        height: 20px;
        display: block; }
        .main-heading-content-social a:focus {
          -webkit-box-shadow: inset 0px 2px 2px rgba(37, 37, 37, 0.6);
                  box-shadow: inset 0px 2px 2px rgba(37, 37, 37, 0.6); }
      .main-heading-content-social .icon-face {
        background-image: url("../images/icons/face.svg"); }
        .main-heading-content-social .icon-face:focus {
          border-radius: 100%; }
      .main-heading-content-social .icon-insta {
        background-image: url("../images/icons/insta.svg"); }
      .main-heading-content-social .icon-youtube {
        height: 17px;
        background-image: url("../images/icons/yout.svg"); }
  .main-heading .main-advantages {
    position: relative;
    bottom: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1440px;
    width: 100%; }
    .main-heading .main-advantages-card {
      padding: 30px;
      max-width: 360px;
      width: 100%;
      height: 120px;
      background: rgba(255, 255, 255, 0.9);
      border: 0.5px solid #4588DE;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.03), inset -10px -10px 30px rgba(255, 255, 255, 0.25), inset 10px 10px 30px rgba(255, 255, 255, 0.25);
              box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.03), inset -10px -10px 30px rgba(255, 255, 255, 0.25), inset 10px 10px 30px rgba(255, 255, 255, 0.25);
      -webkit-backdrop-filter: blur(15px);
              backdrop-filter: blur(15px);
      border-radius: 15px;
      position: relative;
      overflow: hidden; }
      .main-heading .main-advantages-card .description-text {
        display: block;
        padding-left: 30px; }
      .main-heading .main-advantages-card .icon-check {
        position: absolute; }
      .main-heading .main-advantages-card:nth-child(2) {
        margin: 0 30px; }
      .main-heading .main-advantages-card:nth-child(3) {
        margin: 0 30px; }
      .main-heading .main-advantages-card::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../images/icons/main-advt-line.png");
        background-repeat: no-repeat;
        left: 5%;
        top: 0;
        background-size: contain; }
      .main-heading .main-advantages-card::after {
        content: '';
        position: absolute;
        width: 66px;
        height: 76px;
        background-image: url("../images/icons/main-advt-plane.png");
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
        top: 0; }

.advantages {
  position: relative;
  margin-top: 0; }

.advantages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .advantages-content-col {
    margin-right: 3%;
    width: 47%;
    margin-bottom: 30px; }
    .advantages-content-col .number {
      font-size: 30px;
      display: block;
      color: rgba(69, 136, 222, 0.15);
      font-family: 'Gilroy-ExtraBold'; }
    .advantages-content-col p {
      margin: 0; }

.our-advantages {
  overflow: hidden;
  position: relative; }
  .our-advantages-description {
    display: none;
    font-size: 14px;
    margin-top: 10px; }
  .our-advantages .blue-section-container {
    padding-bottom: 0; }
    .our-advantages .blue-section-container .title-h1 {
      padding-right: 30%; }
  .our-advantages .blue-section-heading img {
    top: 50px; }
  .our-advantages .img {
    display: inline-block;
    width: 510px;
    height: 510px;
    position: relative; }
    .our-advantages .img img {
      max-width: 205px; }
    .our-advantages .img span.one,
    .our-advantages .img span.two,
    .our-advantages .img span.three {
      border-radius: 100%;
      background: #C4C4C4;
      opacity: 0.2;
      position: absolute;
      bottom: -95px;
      left: -120px; }
    .our-advantages .img span.one {
      width: 500px;
      height: 500px; }
    .our-advantages .img span.two {
      width: 550px;
      height: 550px; }
    .our-advantages .img span.three {
      width: 600px;
      height: 600px; }
    .our-advantages .img img {
      z-index: 1;
      position: absolute;
      left: 10%;
      bottom: 15%; }
  .our-advantages-desc {
    position: absolute;
    display: inline-block;
    left: 330px;
    padding-right: 30px; }
    .our-advantages-desc-item {
      margin-bottom: 19px; }
      .our-advantages-desc-item > div {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .our-advantages-desc-item.show-desc {
        min-height: 80px;
        position: relative; }
        .our-advantages-desc-item.show-desc > div {
          position: absolute;
          top: 0;
          z-index: 1;
          background-color: #fff;
          border-radius: 15px;
          color: #171717;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .our-advantages-desc-item.show-desc > div .our-advantages-description {
            display: block; }
          .our-advantages-desc-item.show-desc > div .icon-plus {
            background: #4588DE;
            opacity: 0.2; }
            .our-advantages-desc-item.show-desc > div .icon-plus::before, .our-advantages-desc-item.show-desc > div .icon-plus::after {
              background-color: #fff; }
      .our-advantages-desc-item.last-item.show-desc > div {
        top: auto;
        bottom: 0; }
      .our-advantages-desc-item .description-text {
        max-width: 630px; }
      .our-advantages-desc-item span.description-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .our-advantages-desc-item:nth-child(2) {
        margin-left: 110px; }
      .our-advantages-desc-item:nth-child(3) {
        margin-left: 155px; }
      .our-advantages-desc-item:nth-child(4) {
        margin-left: 160px; }
      .our-advantages-desc-item:nth-child(5) {
        margin-left: 125px; }
    .our-advantages-desc .icon-plus {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #FFFFFF;
      border-radius: 100%;
      position: relative;
      margin-right: 20px;.contact-map}

       .our-advantages-desc .icon-plus::after {
         content: '';
         display: block;
         transform: rotate(45deg);
         height: 25px;
         width: 12px;

         border-bottom: 7px solid #4588DE;
         border-right: 7px solid #4588DE;
         margin-left: 7px;
        /*width: 45px;*/
        /*height: 14px;*/
        /*-ms-transform: rotate(45deg);*/
        /*-webkit-transform: rotate(45deg);*/
        /*transform: rotate(45deg);*/
        /*top: 50%;*/
        left: 50%;
        /*-webkit-transform: translate(-50%, -50%);*/
        /*        transform: translate(-50%, -50%);*/
      }
      .our-advantages-desc .icon-plus::after {
        height: 0.9em;
        width: 0.5em; }
      .our-advantages-desc .icon-plus:before {
        height: 0.9em;
        width: 0.5em; }
#triangle-down {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 50px solid red;
}
#triangle-down:before {
  content:"";
  position: absolute;
  top: -10px;
  left:0;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 50px solid #fff;
}
#triangle-down:after {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  width: 10px;
  height: 10px;
  background-color:#fff;
}
.programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  .programs-card {
    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;
    max-width: 220px;
    width: 100%;
    background: #4588DE;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px; }
    .programs-card .title-h4 {
      margin-top: 0;
      margin-bottom: 10px; }
    .programs-card a {
      display: block;
      font-family: 'PT Root UI';
      color: #fff;
      text-decoration: none; }
      .programs-card a span.underline {
        border-bottom: 1px solid #fff; }
      .programs-card a:hover {
        color: #fff; }
      .programs-card a:focus {
        color: #2961A8; }
        .programs-card a:focus .arrow-right {
          background: #2961A8; }
          .programs-card a:focus .arrow-right:before, .programs-card a:focus .arrow-right:after {
            content: "";
            background: #2961A8; }
      .programs-card a .arrow-right {
        position: relative;
        display: inline-block;
        background: #fff;
        height: 2px;
        width: 10px;
        left: 10px;
        top: -3px;
        margin: 0 auto;
        position: relative;
        cursor: pointer; }
        .programs-card a .arrow-right:before, .programs-card a .arrow-right:after {
          content: "";
          background: #fff;
          position: absolute;
          height: 2px;
          width: 9px; }
        .programs-card a .arrow-right:before {
          right: -2px;
          bottom: -3px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .programs-card a .arrow-right:after {
          right: -2px;
          top: -3px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }

.our-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .our-progress-card {
    max-width: 180px; }
    .our-progress-card .number {
      font-size: 75px;
      font-family: 'Gilroy-ExtraBold';
      color: #171717;
      position: relative; }
      .our-progress-card .number::after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 100%;
        right: -49px;
        top: -20%;
        width: 80px;
        height: 80px;
        background: rgba(69, 136, 222, 0.15); }
    .our-progress-card .description-text {
      display: block; }

.gallery .blue-section-heading img {
  width: 405px;
  height: 129px;
  top: -30px; }
.gallery-link {
  margin: 0 10px; }

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-us-img {
    width: 48%; }
  .about-us-desc {
    width: 48%;
    padding-left: 50px; }

.about-us-title-h4 {
  position: relative;
  font-size: 20px;
  font-family: 'Gilroy-ExtraBold';
  margin: 15px 0; }
  .about-us-title-h4::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 100px;
    background-color: #4588DE; }

.certificats-container {
  padding-bottom: 30px;
  padding-top: 10px !important;
  position: relative;
  top: -20px; }

.certificats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -30px; }
  .certificats-img {
    max-width: 367px;
    margin-right: 30px; }

.blue-certificats-bg.blue-section-bg:before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%); }

.stages-education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .stages-education-item {
    width: 48%; }
    .stages-education-item-heading {
      color: #fff;
      background-color: #4588DE;
      -webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
      text-align: center; }
      .stages-education-item-heading .title-h4 {
        line-height: 66px; }
    .stages-education-item-desc {
      padding-left: 20px;
      margin-left: 20px;
      border-left: 0.5px solid #171717;
      position: relative; }
      .stages-education-item-desc .title-h4 {
        margin-top: 22px;
        margin-bottom: 10px; }
      .stages-education-item-desc::before, .stages-education-item-desc::after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #171717;
        left: -2px; }
      .stages-education-item-desc::before {
        top: 0; }
      .stages-education-item-desc::after {
        bottom: 0; }
      .stages-education-item-desc ul {
        padding: 0;
        list-style: none; }
        .stages-education-item-desc ul li {
          font-family: 'PT Root UI';
          margin-bottom: 5px; }

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .title-block .title-desc {
    width: 48%; }

.sign-up {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .sign-up .title-h1 {
    margin-bottom: 30px; }
  .sign-up .btn {
    padding: 0 52px; }
  .sign-up::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #4588DE; }
  .sign-up::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #4588DE; }

.characteristics {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  position: relative;
  top: -20px; }

.characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -30px; }
  .characteristic-bg-title {
    position: absolute;
    font-family: 'Gilroy-ExtraBold';
    font-size: 8em;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 18%;
    text-transform: uppercase; }
  .characteristic-item {
    color: #fff;
    max-width: 360px;
    margin-right: 30px; }
    .characteristic-item .img {
      position: relative; }
      .characteristic-item .img .title-h4 {
        position: absolute;
        bottom: 0;
        left: 20px;
        margin-bottom: 20px; }
    .characteristic-item .desc {
      list-style: none;
      padding-left: 20px;
      margin-top: 20px;
      margin-bottom: 0; }
      .characteristic-item .desc li {
        font-family: 'PT Root UI';
        font-weight: bold;
        margin-bottom: 10px; }
        .characteristic-item .desc li span {
          font-weight: 100; }

.teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px; }
  .teams-card {
    width: 212px;
    max-height: 240px;
    height: 100%;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer; }
    .teams-card .img-name {
      font-family: 'Gilroy-ExtraBold';
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      left: 0;
      top: 0;
      font-size: 12px;
      line-height: 25px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      background-color: #4588DE; }
    .teams-card-desc {
      display: none;
      max-width: 100%;
      height: -webkit-fill-available;
      background-color: #4588DE;
      padding: 20px;
      border-radius: 15px;
      position: absolute;
      overflow-x: hidden;
      z-index: 1;
      top: 0;
      left: 0; }
      .teams-card-desc .name {
        font-family: 'Gilroy-ExtraBold';
        margin: 10px 0; }
      .teams-card-desc .title {
        font-family: 'Gilroy-ExtraBold';
        font-size: 12px; }
      .teams-card-desc ul {
        font-size: 12px;
        padding-left: 20px; }
        .teams-card-desc ul li {
          margin-bottom: 5px; }

.our-partners-item:last-child {
  border-bottom: none; }

.our-partners-counter {
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #4588DE; }
.our-partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #4588DE;
  padding-bottom: 20px;
  margin-top: 20px; }
  .our-partners-item .about-partner {
    display: inherit; }
    .our-partners-item .about-partner-icon > div {
      margin-right: 20px;
      width: 80px;
      height: 80px; }
    .our-partners-item .about-partner-desc {
      display: inline-block;
      max-width: 750px;
      width: 100%;
      padding-right: 15px; }
      .our-partners-item .about-partner-desc .title-h4 {
        margin-top: 0; }
      .our-partners-item .about-partner-desc .cooperation {
        font-family: 'Gilroy-ExtraBold'; }
      .our-partners-item .about-partner-desc p {
        margin-bottom: 10px; }
  .our-partners-item .about-partner-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .our-partners-item .about-partner-img .img-medium {
      width: 180px;
      height: 180px;
      margin-right: 15px; }
    .our-partners-item .about-partner-img .img-small {
      width: 120px;
      height: 120px;
      margin-top: 12px; }
    .our-partners-item .about-partner-img .btn-read-more {
      position: absolute;
      right: 15px;
      top: 150px; }

.place-card {
  display: none; }

.section-contacts {
  margin-bottom: 300px; }

.contact {
  position: relative; }
  .contact-map {
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
    z-index: -1; }
  .contact-content {
    margin-top: -90px;
    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; }
    .contact-content-left {
      max-width: 560px;
      /*max-width: 266px;*/
      border: 3px solid #4588de; }
      .contact-content-left .btn {
        padding: 0 37px; }
    .contact-content-right {
      width: 420px; }
      .contact-content-right .blue-section-bg:before {
        -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%); }
      .contact-content-right .contacts > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: 'PT Root UI';
        color: #fff;
        margin-bottom: 20px;
        text-decoration: none; }
        .contact-content-right .contacts > a:hover {
          color: #fff; }
      .contact-content-right .blue-section-container {
        padding-bottom: 30px; }

footer {
  margin-top: 50px; }

.footer-container {
  padding: 20px 0;
  border-top: 1px solid #4588DE; }

.footer {
  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; }

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 30px 0; }
  .social-footer .icon-face {
    background-image: url("../images/icons/face-bl.png");
    width: 24px;
    height: 24px;
    display: inline-block; }
  .social-footer .icon-insta {
    background-image: url("../images/icons/insta-bl.png");
    width: 24px;
    height: 24px;
    display: inline-block; }
  .social-footer .icon-youtube {
    background-image: url("../images/icons/yout-bl.png");
    width: 24px;
    height: 20px;
    display: inline-block; }
  .social-footer li {
    margin: 0 15px; }

.footer-copyright {
  display: block;
  max-width: 218px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #171717; }
@media (max-width: 1440px)  {
  .preloader1 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .preloader1 {
    display: none;
  }
  .js-slick-main div img {
    top: 0; }

  .container {
    padding: 0 50px; }

  #progressbar-right::after,
  #progressbar-left::after {
    width: 40.3px;
    height: 42px; }

  #progressbar-right::after {
    left: -19px; }

  #progressbar-left::after {
    right: -19px; }

  .main-heading .main-advantages-card {
    max-width: 285px;
    padding: 20px; }

  .main-heading-content-social {
    right: 5%;
    top: 32%; }

  .our-advantages-desc {
    left: 335px; }

  .programs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: center; }

  .characteristic-bg-title {
    font-size: 6em; } }
@media (max-width: 1024px) {
  body {
    font-size: 14px; }
  .preloader1 {
    display: none;   /*расположение (url) изображения gif и др. параметры*/
  }
}
@media (max-width: 700px) and (orientation: landscape){
  .preloader1 {
    display: none;
  }
  .main-heading .main-advantages-card {
    max-width: 285px;
    padding: 22px !important;
  }
}
@media (max-width: 890px) and (min-width: 750px) and (orientation: landscape){
  .preloader1 {
    display: none;
  }
  .main-heading .main-advantages-card {
    max-width: 285px;
    padding: 7px !important;
  }
}
@media (max-width: 990px) {
  video{
    width: 371px;
    height: 195px;
    margin-left: 0px;
    padding: 15px;
  }
  .blue-section-more{
    height: 660px;
  }
  .preloader1 {
    display: none;
    /*расположение (url) изображения gif и др. параметры*/
  }
  p {
    margin: 15px 0; }

  .icon-phone-contact {
    width: 18px;
    height: 18px; }

  .icon-mail {
    width: 18px;
    height: 15px; }

  .icon-map {
    width: 14px;
    height: 18px; }

  .gallery-content {
    padding-bottom: 0; }

  .br-desktop {
    display: initial; }

  section {
    margin: 50px 0; }

  .our-partners-counter {
    margin-top: 50px;
    padding-bottom: 50px; }

  .advantages {
    margin-top: -50px; }

  .blue-section-container {
    padding: 20px; }

  .our-advantages .blue-section-heading img {
    top: 20px; }

  .container {
    padding: 0 10px; }

  .container-small {
    padding: 0 30px; }

  .title-h1 {
    font-size: 36px;
    margin-bottom: 40px; }

  .title-h4,
  .about-us-title-h4 {
    font-size: 18px;
    margin: 10px 0; }

  .title-shadow {
    margin: 20px 0; }
    .title-shadow .title-h4 {
      width: 90%; }
    .title-shadow .subtitle-h4 {
      font-size: 22px;
      width: 100%; }

  .title-center .title-h4 {
    margin: 15px 0;
    width: 100%; }
  .title-center .description-text {
    width: 75%; }

  .sign-up .title-h1 {
    margin-bottom: 20px; }

  .btn {
    line-height: 50px;
    font-size: 14px;
    padding: 0 33px; }
    .btn-transparent {
      line-height: 44px; }

  .sign-up .btn {
    padding: 0 46px; }

  .logo {
    max-width: 118px;
    height: 42px; }

  .modal {
    padding: 20px 0; }

  .modal .title-h4 {
    margin-bottom: 20px; }

  .modal form .form-group {
    margin-bottom: 15px; }

  .modal form .form-group input,
  .modal form .form-group select,
  .modal form .form-group textarea {
    line-height: 43px;
    font-size: 14px; }

  .modal form .form-group label {
    font-size: 12px; }

  .header {
    padding: 21px 0; }
    .header-logo {
      width: 34%; }
    .header .menu {
      width: 35%; }
      .header .menu ul {
        display: none; }
      .header .menu-mobile {
        display: inline-block; }
    .header-right {
      width: 30%; }

  .main-heading-content {
    top: 27%; }

  .main-heading-content-btn {
    margin-top: 20px; }

  .our-advantages .img span.one,
  .our-advantages .img span.two,
  .our-advantages .img span.three {
    bottom: -72px;
    left: -65px; }

  .our-advantages span.description-text {
    min-height: 36px; }
  .our-advantages .img {
    width: 330px;
    height: 330px; }
    .our-advantages .img img {
      width: 132px;
      left: 63px;
      bottom: 25px; }
  .our-advantages-desc {
    left: 206px; }
    .our-advantages-desc-item {
      margin-bottom: 0; }
      .our-advantages-desc-item > div {
        padding: 15px; }
      .our-advantages-desc-item.show-desc {
        min-height: 66px; }
    .our-advantages-desc .icon-plus {
      margin-right: 15px;
      width: 25px;
      height: 25px; }
  .our-advantages .our-advantages-description {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 5px; }

  .our-advantages .img span.one {
    width: 330px;
    height: 330px; }

  .our-advantages .img span.two {
    width: 360px;
    height: 360px; }

  .our-advantages .img span.three {
    width: 390px;
    height: 390px; }

  .our-advantages-desc > div:nth-child(2) {
    margin-left: 72px; }

  .our-advantages-desc > div:nth-child(3) {
    margin-left: 102px; }

  .our-advantages-desc > div:nth-child(4) {
    margin-left: 105px; }

  .our-advantages-desc > div:nth-child(5) {
    margin-left: 15px; }

  .our-partners-item .about-partner-icon > div {
    width: 60px;
    height: 60px;
    margin-right: 15px; }

  .our-partners-item .about-partner-img .btn-read-more {
    top: 140px; }

  .our-partners-item .about-partner-img .img-medium {
    width: 160px;
    height: 160px; }

  .certificats {
    margin-right: -20px; }
    .certificats-img {
      width: 223px;
      margin-right: 20px; }

  .btn-arrow-right {
    width: 30px;
    height: 30px; }
    .btn-arrow-right::before {
      width: 6px;
      height: 10px; }

  .our-partners-item .about-partner-img .img-small {
    width: 110px;
    height: 110px; }

  .blue-section-heading img {
    width: 230px;
    height: 100px; }

  .main-heading-content-social {
    right: 3%;
    top: 25%; }

  .main-heading .main-advantages-card {
    max-width: 229px;
    padding: 6px;
  }
    .main-heading .main-advantages-card:nth-child(2) {
      margin: 0 20px; }

  .icon-phone {
    width: 18px;
    height: 18px; }

  .our-progress-card .number {
    font-size: 60px; }
    .our-progress-card .number::after {
      right: -32px;
      width: 60px;
      height: 60px; }

  .programs {
    margin-left: -10px;
    margin-right: -10px; }
    .programs-card {
      padding: 10px;
      margin-left: 10px;
      margin-right: 10px; }

  .header-contact-text {
    font-size: 10px; }

  .our-progress-card {
    max-width: 162px; }

  .gallery .blue-section-heading img {
    width: 253px;
    height: 80px;
    top: -15px; }

  .about-us {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-us-desc {
      padding-left: 40px; }

  .stages-education-item-heading .title-h4 {
    line-height: 50px; }

  .teams {
    margin-right: -15px; }
    .teams-card {
      margin-right: 15px;
      margin-bottom: 15px;
      width: 226px;
      max-height: 100%; }

  .teams-card-desc ul {
    font-size: 10px; }

  .characteristic {
    margin-right: -20px; }
    .characteristic-item {
      max-width: 222px;
      margin-right: 20px; }
      .characteristic-item ul.desc {
        padding: 0;
        font-size: 13px;
        margin-top: 15px; }
    .characteristic-bg-title {
      font-size: 5em;
      bottom: 20%; }

  .contact-content-right .blue-section-container {
    padding: 70px 50px 30px 50px; }

  .contact-content-right .contacts > a {
    margin-bottom: 15px; }

  .title-desc span.title-h4 {
    margin-right: 5px; }

  .footer-container .footer .menu {
    display: none; }
  .footer-container .social-footer {
    margin-top: -25px; } }
@media (min-width: 1025px) and (max-width: 1100px){
  .our-advantages-desc-item {
    margin-bottom: -17px !important;
  }
}
@media (max-width: 1300px) {
  .our-advantages-desc-item {
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) and (min-width: 425px){
  .main-heading .main-advantages {
    position: relative;
    bottom: 36px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
  }
  .main-heading .main-advantages-card {
    max-width: 285px;
    padding: 8px ;
  }
}
@media (max-width: 767px) {
  .preloader1 {
    display: none;
  }

  .main-heading .main-advantages-card::after {
    width: 46px;
    height: 56px; }

  .js-slick-main .slick-track,
  .js-slick-main .slick-track img {
    min-height: 255px; }

  body {
    font-size: 12px; }

  p {
    margin: 10px 0; }

  section.advantages {
    margin-top: 200px; }

  section {
    margin: 30px 0; }

  .our-partners-counter {
    margin-top: 30px;
    padding-bottom: 30px; }

  .container-small {
    padding: 0 20px; }

  #progressbar-right,
  #progressbar-left {
    width: 1px; }

  #progressbar-right::after,
  #progressbar-left::after {
    width: 20.1px;
    height: 21px; }

  #progressbar-right::after {
    left: -10px; }

  #progressbar-left::after {
    right: -10px; }

  .title-h1 {
    font-size: 24px;
    margin-bottom: 30px; }

  .title-h4,
  .about-us-title-h4 {
    font-size: 16px; }

  .title-shadow .title-h4 {
    width: 85%; }

  .title-shadow .subtitle-h4 {
    font-size: 19px;
    width: 97%; }

  .btn {
    line-height: 40px;
    font-size: 12px;
    padding: 0 35px; }
    .btn-transparent {
      line-height: 36px; }

  .header {
    padding: 15px 0; }
    .header .menu {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: end;
      width: 10%; }
    .header-right {
      width: 65%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header-right .select-toggle {
        margin-right: 20px; }
    .header-logo {
      width: 25%; }
      .header-logo .logo {
        max-width: 79px;
        height: 29px; }

  .select-selected:after {
    right: -12px; }

  .overlay .closebtn {
    top: 14px;
    right: 20px; }

  .main-heading-content {
    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;
    padding: 0;
    top: 80px; }
    .main-heading-content .title-h1 {
      padding: 0 15px; }
    .main-heading-content-btn {
      margin-top: 15px;
      margin-bottom: 50px; }
    .main-heading-content-social {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
      .main-heading-content-social li {
        margin: 0 20px; }
  .main-heading .main-advantages {
    position: absolute;
    top: 343px;
    -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; }
    .main-heading .main-advantages-card {
      max-width: 335px;
      height: 40px;
      margin: 5px 0;
      padding: 20px;
    }
      .main-heading .main-advantages-card:nth-child(2) {
        margin: 5px 0; }
  .main-heading .main-advantages-card .description-text {
    display: block;
    padding-left: 30px;
    margin-top: -13px;
  }
  .main-heading .main-advantages-card .icon-check {
    position: absolute;
    margin-top: -9px;
  }

  .advantages-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .advantages-content-col {
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0; }
      .advantages-content-col .number {
        font-size: 22px; }

  .programs {
    margin-left: -7px;
    margin-right: -7px; }
    .programs-card {
      padding: 15px;
      margin-bottom: 15px;
      margin-left: 7px;
      margin-right: 7px; }

  .our-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .our-progress-card {
      margin-bottom: 35px; }

  .stages-education-item {
    width: 100%; }

  .teams {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer-container .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-container .footer-contact {
    margin: 15px 0; }
  .footer-container .social-footer {
    margin-top: 0;
    margin-bottom: 15px; }
  .footer-container .footer-copyright {
    font-size: 12px; } }
@media (max-width: 650px) {
  .preloader1 {
    display: none;
  }
  video{
    width: 371px;
    height: 195px;
    margin-left: 0px;
    padding: 15px;
  }
  .icon-phone-contact {
    width: 15px;
    height: 15px; }
  .contact-content-left .btn {
    padding: 0 18px;
  }

  .icon-mail {
    width: 15px;
    height: 12px; }
  .contact-content-right {
    margin-top: 152px;
  }
  .icon-map {
    width: 13px;
    height: 15px; }

  .blue-section-container {
    padding: 0; }

  .characteristics {
    padding-bottom: 0; }

  .certificats-container {
    padding-bottom: 0; }

  .blue-section-heading {
    padding: 0 10px;
    margin-top: 10px; }

  .section-contacts {
    margin-bottom: 50px; }

  .our-partners-item .about-partner-icon > div {
    margin-right: 10px;
    width: 50px;
    height: 50px; }

  .our-partners-item .about-partner-desc {
    padding: 0; }

  .our-progress-card .number::after {
    top: -12%;
    right: -22px;
    width: 50px;
    height: 50px; }

  .our-partners-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .about-partner {
    margin-bottom: 10px; }

  .modal {
    max-width: 335px; }

  .modal form {
    padding: 0 18px; }

  .modal form .form-group input,
  .modal form .form-group select,
  .modal form .form-group textarea {
    line-height: 38px;
    font-size: 12px; }

  .modal form .form-group label {
    font-size: 10px; }

  .our-partners-item .about-partner-img {
    width: 100%; }
    .our-partners-item .about-partner-img .btn-read-more {
      right: 0;
      top: 185px; }

  .our-advantages .img {
    position: absolute;
    bottom: 0;
    width: 255px;
    height: 255px;
    left: 15%; }
    .our-advantages .img img {
      width: 87px;
      left: 75px; }
  .our-advantages .blue-section-heading img {
    width: 142px;
    height: 60px; }
  .our-advantages-desc {
    position: static;
    padding-bottom: 130px;
    padding-right: 0; }
    .our-advantages-desc-item {
      margin-left: 0 !important;
      padding: 0; }
      .our-advantages-desc-item > div {
        padding: 10px; }
      .our-advantages-desc-item.show-desc {
        min-height: 56px; }
    .our-advantages-desc .icon-plus {
      margin-right: 10px;
      width: 20px;
      height: 20px; }

  .our-advantages.blue-section .title-h1 {
    padding-right: 39%; }

  .our-advantages .blue-section-heading img {
    top: 50px; }

  .our-advantages .img span.one,
  .our-advantages .img span.two,
  .our-advantages .img span.three {
    bottom: -49px;
    left: 0; }

  .our-advantages .img span.one {
    width: 217px;
    height: 217px;
    left: 10px; }

  .our-advantages .img span.two {
    width: 236px;
    height: 236px; }

  .our-advantages .img span.three {
    width: 255px;
    height: 255px;
    left: -10px; }

  .about-us {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about-us-img {
      width: 100%;
      margin-bottom: 30px; }
    .about-us-desc {
      width: 100%;
      padding-left: 0; }

  .stages-education.about-us .desc {
    padding-right: 0; }

  .stages-education {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .stages-education.about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .stages-education.about-us .img {
      margin-bottom: 30px; }

  .stages-education-item-desc {
    padding-left: 12px;
    margin-left: 12px; }

  .programs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .title-shadow {
    margin: 15px 0; }

  .title-desc {
    margin: 15px 0; }

  .title-block .title-desc {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%; }

  .characteristic {
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .characteristic-item {
      max-width: 285px;
      margin-right: 0;
      margin-bottom: 20px; }
      .characteristic-item ul.desc {
        font-size: 12px;
        margin-top: 10px; }
    .characteristic-bg-title {
      display: none; }

  .contact .container-small {
    padding: 0 10px; }
  .contact-map {
    top: 0; }
  .contact-content {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-content-left.btn-block {
      margin-bottom: 120px;
      margin-top: -29px;}
    .contact-content-right .contacts a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contact-content-right .contacts .socials {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

  .our-partners-item .about-partner-img .img-medium {
    height: 215px;
    width: 215px; }

  .our-partners-item .about-partner-img .img-small {
    height: 165px;
    width: 165px; }

  .programs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .programs-card {
      max-width: 130px; } }
@media (max-width: 500px) {
  .preloader1 {
    display: none;
  }
  .header-right {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .gallery-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
    .gallery-content .gallery-link {
      margin-bottom: 15px; }

  .certificats {
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .certificats-img {
      width: 333px;
      margin-right: 0;
      margin-bottom: 15px; }

  .teams-card {
    width: 160px;
    height: 180px; }
    .teams-card .img-name {
      font-size: 10px; }
    .teams-card-desc {
      padding: 10px; }
      .teams-card-desc .name {
        margin-top: 0;
        margin-bottom: 5px; }
      .teams-card-desc .title {
        font-size: 10px; }
      .teams-card-desc ul {
        padding-left: 14px; }

  .our-advantages .our-advantages-description {
    font-size: 10px; }

  .our-progress-card {
    margin-bottom: 28px; } }
@media (max-width: 400px) {
  .preloader1 {
    display: none;
  }
  .main-heading-content-social li {
    margin: 0 10px; }

  .select-selected:after {
    right: -8px;
    width: 10px;
    height: 6px;
    background-size: cover; }

  .menu-mobile,
  .overlay .closebtn {
    width: 35px;
    height: 35px; }

  .icon-menu {
    width: 17px;
    height: 13px;
    background-size: cover; }

  .sign-up .title-h1 {
    margin-bottom: 0; }

  .sign-up .btn {
    padding: 0 40px; }

  .header-right-contact-text {
    font-size: 10px; }

  .overlay .closebtn {
    right: 19px; }

  .icon-phone {
    width: 15px;
    height: 15px; }

  .main-heading-content-btn .btn:first-child {
    margin-right: 5px; }

  .main-heading-content-btn .btn:last-child {
    margin-left: 5px; }

  .gallery .blue-section-heading img {
    width: 155px;
    height: 49px;
    top: 5px; }

  .our-partners-item .about-partner-img .img-small {
    position: absolute;
    right: 0;
    z-index: -1; }

  .blue-certificats-bg.blue-section-bg:before {
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }

  .main-heading .main-advantages-card {
    -webkit-backdrop-filter: none;
            backdrop-filter: none; } }
@media (max-width: 365px) {
  .preloader1 {
    display: none;
  }
  .main-heading-content {
    padding: 0 5px; }

  .main-heading .main-advantages-card {
    max-width: 307px; }

  .btn {
    padding: 0 28px; }

  .our-advantages .img {
    left: 11%; }

  .programs-card {
    max-width: 100%; }

  .our-progress-card {
    max-width: 130px; }

  .teams-card {
    width: 100%;
    height: 100%;
    max-height: 100%; } }
/*# sourceMappingURL=style.css.map */

