@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,900&subset=cyrillic');
@font-face {
  font-family: 'Bebas-Regular';
  src: url('fonts/BebasNeue/bebasneue-regular.eot');
  src: url('fonts/BebasNeue/bebasneue-regular.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue/bebasneue-regular.woff') format('woff'), url('fonts/BebasNeue/bebasneue-regular.ttf') format('truetype'), url('fonts/BebasNeue/bebasneue-regular.svg#bebasneue-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas-Bold';
  src: url('fonts/BebasNeue/bebasneue-bold.eot');
  src: url('fonts/BebasNeue/bebasneue-bold.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue/bebasneue-bold.woff') format('woff'), url('fonts/BebasNeue/bebasneue-bold.ttf') format('truetype'), url('fonts/BebasNeue/bebasneue-bold.svg#bebasneue-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font: 22px "Open Sans";
  position: relative;
}
a {
  color: #004483;
}
.relative {
  position: relative;
}
.b-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  z-index: 1;
}
.b-header__mobi-link {
  display: none;
}
.b-header__logo {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 270px;
  margin-left: -135px;
}
.b-header__nav {
  margin-left: -50px;
}
.b-header__nav-link {
  font: 22px/22px "Bebas-Regular";
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin: 0px 30px;
  transition: .5s;
}
.b-header__nav-link:hover {
  color: #fff;
  text-shadow: 0px 0px 5px #fff;
  text-decoration: none;
}
.b-header__nav-link:nth-child(2) {
  margin-right: 360px;
}
.b-part {
  background: #012766 url("../images/bg-part.jpg") center 0px no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 300px 0px 220px;
  position: relative;
}
.b-part:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 50%;
  border-top: 20vh solid transparent;
  border-left: 50vw solid #fff;
}
.b-part:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 50%;
  border-top: 20vh solid transparent;
  border-right: 50vw solid #fff;
}
.b-part__title {
  font: 92px/92px "Bebas-Bold";
  margin-bottom: 60px;
}
.b-part__sub-title {
  font: 500 34px/34px "Roboto";
  text-transform: uppercase;
  margin-bottom: 210px;
}
.b-part__btn-link {
  display: block;
  font: 24px/74px "Roboto";
  max-width: 345px;
  color: #fff;
  margin: auto;
  border: 2px solid #fff;
  cursor: pointer;
  transition: .5s;
}
.b-part__btn-link:hover {
  background: #fff;
  color: #002289;
  text-decoration: none;
}
.b-about {
  padding: 45px 15px 75px;
  text-align: center;
}
.b-about__title {
  color: #004483;
  font: 48px/48px "Bebas-Bold";
  margin-bottom: 55px;
}
.b-about__sub-title {
  font: 22px/26px "Roboto";
  margin-bottom: 95px;
}
.b-about__stat {
  margin: 0px auto 75px;
  max-width: 1500px;
}
.b-about__stat:after {
  content: " ";
  display: table;
  clear: both;
}
.b-about__stat-one {
  color: #004483;
  float: left;
  width: 20%;
}
.b-about__stat-one-num {
  font: 900 120px "Roboto";
  margin-bottom: 50px;
}
.b-about__stat-one-text {
  font: 22px/28px "Roboto";
}
.b-about__more {
  font: 22px "Roboto";
}
.b-why {
  color: #fff;
  background: #02296b url("../images/bg-why.jpg") 0px 0px no-repeat;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}
.b-why__container {
  padding: 270px 15px 350px;
  position: relative;
}
.b-why__title {
  font: 72px/72px "Bebas-Bold";
  margin-bottom: 65px;
}
.b-why__play {
  width: 140px;
  height: 96px;
  background: url("../images/icon-play.jpg") 0px 0px no-repeat;
  background-size: 100% 100%;
  margin: auto;
  border-radius: 5px;
}
.b-why__video {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 200px;
  display: none;
}
.b-calendar {
  padding: 100px 0px 125px;
  text-align: center;
}
.b-calendar__title {
  font: 48px/48px "Bebas-Bold";
  color: #004483;
  margin-bottom: 50px;
}
.b-calendar__item {
  margin: 0 auto 30px;
}
.calendar-item {
  max-width: 300px;
  font: 100%/1 "Bebas-Bold";
  border: 6px solid #0b4e8d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #0b4e8d;
  font-weight: 600;
  padding: 4%;
}
.calendar-item__top {
  display: flex;
  justify-content: space-between;
}
.calendar-item__bottom {
  text-align: left;
}
.calendar-item__title {
  font-size: 140%;
  margin-bottom: 3%;
}
.calendar-item__location {
  font: 18px/1 "Roboto";
}
.b-calendar__item-img {
  max-width: 100%;
}
.b-view {
  text-align: center;
  padding-bottom: 150px;
}
.b-view__title {
  color: #004483;
  font: 48px/48px "Bebas-Bold";
  margin-bottom: 30px;
}
.b-view__sub-title {
  font: 22px/22px "Roboto";
  margin-bottom: 50px;
}
.b-view__videos-first {
  margin-bottom: 40px;
}
.b-view__videos-first .b-view__videos-one-play {
  width: 10%;
  padding-top: 6.8%;
}
.b-view__videos-one {
  position: relative;
  cursor: pointer;
  padding-top: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
}
.b-view__videos-one-name {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 35%;
  font: 60px/60px "Bebas-Bold";
  color: #fff;
  z-index: 2;
}
.b-view__videos-one-play {
  position: absolute;
  left: 0px;
  top: 10%;
  right: 0px;
  bottom: 0px;
  height: 0px;
  width: 20%;
  padding-top: 13.6%;
  background: url("../images/icon-play.jpg") 0px 0px no-repeat;
  background-size: 100% 100%;
  margin: auto;
  border-radius: 5px;
  z-index: 2;
}
.b-view__videos-one-img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.b-view__videos-one-video {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 3;
}
.b-view__pictures-img {
  max-width: 100%;
}
.b-yourway {
  color: #fff;
  text-align: center;
  position: relative;
  background: #0087d7;
}
.b-yourway:after {
  content: " ";
  display: table;
  clear: both;
}
.b-yourway__title {
  font: 72px/72px "Bebas-Bold";
  position: absolute;
  left: 0px;
  top: 10%;
  width: 100%;
  z-index: 2;
}
.b-yourway__half {
  width: 54%;
  float: left;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}
.b-yourway__half:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.b-yourway__half_left {
  background: url("../images/bg-your_way-l.png") right 0px no-repeat;
  background-size: cover;
  margin-right: -4%;
}
.b-yourway__half_left:before {
  border-right: 6.6vw solid transparent;
  border-top: 44.3vw solid rgba(0, 68, 131, 0.5);
}
.b-yourway__half_right {
  background: url("../images/bg-your_way-r.png") 0px 0px no-repeat;
  background-size: cover;
  margin-left: -4%;
}
.b-yourway__half_right:before {
  border-left: 7.6vw solid transparent;
  border-bottom: 52vw solid rgba(0, 68, 131, 0.5);
}
.b-yourway__half-content {
  position: absolute;
  left: 10%;
  top: 45%;
  width: 80%;
  transition: .5s;
  z-index: 2;
}
.b-yourway__half-content-hover {
  opacity: 0;
  transition: .5s;
}
.b-yourway__half-content-title {
  font: 44px/44px "Bebas-Bold";
  margin-bottom: 5%;
}
.b-yourway__half-content-text {
  font: 21px/28px "Roboto";
  margin: 0 auto;
  margin-bottom: 5%;
  max-width: 430px;
}
.b-yourway__half-content-btn-link {
  display: block;
  font: 24px/74px "Roboto";
  max-width: 345px;
  color: #fff;
  margin: auto;
  border: 2px solid #fff;
  cursor: pointer;
  transition: .5s;
}
.b-yourway__half-content-btn-link:hover {
  background: #fff;
  color: #002289;
  text-decoration: none;
}
.b-yourway__half:hover .b-yourway__half-content {
  top: 30%;
}
.b-yourway__half:hover .b-yourway__half-content-hover {
  opacity: 1;
}
.b-yourway__half:hover:before {
  opacity: 1;
}
.b-faq {
  padding: 70px 0px 20px;
  text-align: center;
}
.b-faq__title {
  display: inline-block;
  font: 48px/48px "Bebas-Bold";
  text-align: center;
  color: #004483;
  margin-bottom: 65px;
}
.b-faq .panel {
  border: 0px;
  box-shadow: none;
  text-align: left;
}
.b-faq .panel-heading {
  font: 300 22px/26px "Roboto";
  color: #004483;
  background: none;
  border: 0px;
  box-shadow: none;
}
.b-faq .panel-heading a {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
}
.b-faq .panel-heading a:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #004483;
  transition: .3s;
  transform: rotate(0deg);
}
.b-faq .panel-heading a.collapsed:after {
  transform: rotate(180deg);
}
.b-faq .panel-heading a:hover,
.b-faq .panel-heading a:focus {
  text-decoration: none;
  border-color: #004483;
}
.b-faq .panel-body {
  border: 0px !important;
  box-shadow: none !important;
  font: 300 18px/24px "Roboto";
  margin-bottom: 60px;
}
.b-faq .js-open-tabs {
  font: 400 22px/26px "Roboto";
  color: #004483;
  background: none;
  border: 0px;
}
.b-faq .js-pannel-hidden {
  display: none;
}
.b-faq .js-pannel-hidden.active {
  display: block;
}
.b-footer {
  background: #ebebeb;
  padding: 35px 15px 50px;
  text-align: center;
}
.b-footer__info {
  color: #9b9b9b;
  font: 16px "Roboto";
  margin-bottom: 25px;
}
.b-footer__link {
  font: 22px/22px "Roboto";
  margin: 0px 1%;
}
.b-modal {
  width: 1200px;
}
.b-modal__header {
  padding: 30px 100px 40px;
  text-align: center;
}
.b-modal__header-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.b-modal__header-close:before,
.b-modal__header-close:after {
  content: "";
  position: absolute;
  background: #004483;
  transition: .3s;
  transform: rotate(45deg);
}
.b-modal__header-close:before {
  left: 50%;
  top: 0px;
  width: 2px;
  height: 100%;
}
.b-modal__header-close:after {
  top: 50%;
  left: 0px;
  height: 2px;
  width: 100%;
}
.b-modal__header-close:hover:before,
.b-modal__header-close:hover:after {
  background: #000;
}
.b-modal__header-logo {
  margin-bottom: 40px;
}
.b-modal__header-info {
  font: 18px "Roboto";
  margin-bottom: 40px;
}
.b-modal__header-title {
  font: 60px/60px "Bebas-Bold";
  color: #004483;
}
.b-modal__stages {
  background: #faf9f9;
  padding: 45px 100px;
}
.b-modal__stages-title {
  font: 48px "Bebas-Bold";
  color: #535467;
  text-align: center;
  margin-bottom: 65px;
}
.b-modal__stages-block {
  margin-bottom: 60px;
}
.b-modal__stages-one {
  font: 36px "Bebas-Bold";
  color: #004483;
}
.b-modal__stages-info {
  color: #535467;
  font: 18px "Roboto";
}
.b-modal__form {
  padding: 50px 80px;
}
.b-modal__form-title {
  font: 48px "Bebas-Bold";
  color: #004483;
  margin-bottom: 80px;
}
.b-modal__form-block {
  margin-bottom: 55px;
}
.b-modal__form-block .form-group {
  font-size: 0px;
  position: relative;
}
.b-modal__form-block .form-group.has-error .form-control {
  border-color: #ed1c24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.b-modal__form-block-title {
  color: #172961;
  font: 24px "Roboto";
  margin-bottom: 35px;
}
.b-modal__form-block-label {
  display: inline-block;
  width: 20%;
  color: #172961;
  font: 18px "Roboto";
}
.form-group.has-error .b-modal__form-block-label {
  position: relative;
}
.form-group.has-error .b-modal__form-block-label:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ed1c24;
}
.b-modal__form-block-error {
  display: block;
  position: absolute;
  left: 72%;
  top: 50%;
  margin-top: -8px;
  font: 14px "Roboto";
  color: #ed1c24;
}
.form-group.has-error .b-modal__form-block-error {
  display: block;
}
.b-modal__form-block .form-control {
  max-width: 50%;
  display: inline-block;
  line-height: 53px;
  height: 53px;
  font: 18px "Roboto";
  border-color: #c2c2c2;
}
.b-modal__form-block .form-control:hover,
.b-modal__form-block .form-control:focus {
  border-color: #172961;
}
.b-modal__form-block .form-control.num {
  width: 100px;
}
.b-modal__form-block-sex,
.b-modal__form-block-nationality {
  display: inline-block;
}
.b-modal__form-block-sex .ui-radio:first-of-type,
.b-modal__form-block-nationality .ui-radio:first-of-type {
  margin-right: 30px;
  box-shadow: none !important;
}
.b-modal__form-block-nationality-input {
  margin: 10px 0px 0px 20%;
}
.b-modal__form-block-birthday {
  display: inline-block;
  position: relative;
  padding-right: 0px;
  width: 520px;
}
.b-modal__form-block-birthday input {
  margin-right: 3%;
}
.b-modal__form-block-birthday input.b-modal__form-block-birthday_1,
.b-modal__form-block-birthday input.b-modal__form-block-birthday_2 {
  width: 20%;
}
.b-modal__form-block-birthday input.b-modal__form-block-birthday_3 {
  width: 54%;
  margin-right: 0%;
  max-width: none;
}
.b-modal__form-block-birthday .b-modal__form-block-error {
  left: 104% !important;
  width: 100% !important;
}
.b-modal__form-block-file {
  border: 0px;
  background: none;
  padding: 200px;
  opacity: 0;
  cursor: pointer;
}
.b-modal__form-block-file-wrap {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 30%;
  top: 0px;
  overflow: hidden;
  background: url("../images/icon-upload.png") 0px 0px no-repeat;
  cursor: pointer;
}
.b-modal__form-block-dropdown {
  cursor: pointer;
  display: inline-block;
  width: 50%;
}
.b-modal__form-block-dropdown-selected {
  line-height: 48px;
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  font-size: 16px;
  color: #172961;
  padding: 0px 40px 0px 15px;
  width: 100%;
  position: relative;
}
.b-modal__form-block-dropdown-selected-input {
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  cursor: pointer;
  font: 18px "Roboto";
}
.b-modal__form-block-dropdown-selected-carret {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #0c8ae0;
  margin-top: -10px;
  line-height: 20px;
}
.b-modal__form-block-dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font: 18px "Roboto";
}
.b-modal__form-block-dropdown .dropdown-menu li {
  padding: 10px 15px;
}
.b-modal__form-block-dropdown .dropdown-menu li:hover {
  background: #fafafa;
}
.b-modal__form-block_more .b-modal__form-block-label {
  width: 100%;
  margin-bottom: 20px;
}
.b-modal__form-block_more .ui-radio {
  min-width: 200px;
  margin: 0px 20px 20px 0px;
  box-shadow: none !important;
}
.b-modal__form-block-inline-wrap {
  position: relative;
  display: inline-block;
}
.b-modal__form-block-inline-wrap .ui-radio {
  margin-bottom: 0px;
}
.b-modal__form-block-inline-wrap .b-modal__form-block-error,
.b-modal__form-block-birthday .b-modal__form-block-error {
  left: 100%;
  width: 100%;
}
.b-modal__form-block .has-error .ui-radio__decor {
  border-color: #ed1c24;
}
.b-modal__form-block-check {
  position: relative;
  padding: 3px 0px 30px 30px;
  font: 14px "Roboto" !important;
}
.b-modal__form-block-check .ui-checkbox {
  position: absolute;
  left: 0px;
  top: 0px;
}
.b-modal__form-block-check .b-modal__form-block-error {
  left: 30px;
  top: auto;
  bottom: 0;
}
.b-modal__form-footer:after {
  content: " ";
  display: table;
  clear: both;
}
.b-modal__form-footer-btn {
  float: left;
  width: 30%;
  margin-right: 10%;
}
.b-modal__form-footer-btn-link {
  display: block;
  background: #004483;
  border-radius: 5px;
  font: 14px/54px "Roboto";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: .3s;
  cursor: pointer;
  border: 0px;
  width: 100%;
}
.b-modal__form-footer-btn-link:hover {
  background: #fff;
  color: #004483;
  box-shadow: inset 0px 0px 0px 2px #004483;
  text-decoration: none;
}
.b-modal__form-footer-support {
  float: left;
  width: 60%;
  color: #535467;
  font: 14px "Roboto";
}
.b-modal__form-footer-support-info {
  float: left;
  width: 60%;
  margin-right: 10%;
  padding-top: 10px;
}
.b-modal__form-footer-support-links {
  padding-top: 3px;
}
.b-modal__form-footer-support-links-one {
  font: 18px/22px "Roboto";
}
.modal-backdrop.in {
  background: #004483 !important;
  opacity: 1 !important;
}
.ui-radio {
  cursor: pointer;
}
.ui-radio__input {
  display: none;
}
.ui-radio__decor {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #c2c2c2;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
}
.ui-radio__text {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-left: 10px;
  font: 18px "Roboto";
  color: #172961;
}
.ui-radio__input:checked + .ui-radio__decor {
  background: #004483;
  box-shadow: inset 0px 0px 0px 4px #fff;
  border-color: #004483;
}
.ui-checkbox {
  cursor: pointer;
}
.ui-checkbox__input {
  display: none;
}
.ui-checkbox__decor {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  transition: .3s;
}
.ui-checkbox__decor:before,
.ui-checkbox__decor:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  transition: .3s;
}
.ui-checkbox__decor:before {
  left: 5px;
  top: 8px;
  width: 2px;
  height: 6px;
}
.ui-checkbox__decor:after {
  left: 6px;
  top: 8px;
  width: 10px;
  height: 2px;
}
.ui-checkbox__decor:before,
.ui-checkbox__decor:after {
  background: #004483;
  box-shadow: 0px 0px 0px 5px #004483;
}
.ui-checkbox__input:checked + .ui-checkbox__decor:before,
.ui-checkbox__input:checked + .ui-checkbox__decor:after {
  opacity: 1;
  box-shadow: none;
}
.parsley-error {
  border-color: #ed1c24 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
@media (max-width: 1199px) {
  .b-header__nav-link:nth-child(2) {
    margin-right: 280px;
  }
  .b-about__stat-one {
    width: 33.3%;
    min-height: 250px;
  }
  .b-about__stat-one:nth-child(4),
  .b-about__stat-one:nth-child(5) {
    width: 50%;
  }
  .b-about__stat-one-num {
    margin-bottom: 10px;
  }
  .b-why__container {
    padding: 20% 15px 20%;
  }
  .b-yourway__title {
    font-size: 56px;
  }
  .b-yourway__half {
    padding-top: 50%;
  }
  .b-yourway__half-content {
    top: 30%;
  }
  .b-yourway__half-content-hover {
    opacity: 1;
  }
  .b-yourway__half-content-title {
    font-size: 32px;
  }
  .b-yourway__half-content-text {
    font-size: 20px;
    line-height: 26px;
  }
  .b-yourway__half-content-btn-link {
    font-size: 20px;
    line-height: 60px;
    max-width: 300px;
  }
  .b-modal {
    width: 900px;
  }
  .b-modal__form-block-birthday {
    width: 50%;
  }
  .b-modal__form-block-birthday input {
    margin-right: 3%;
  }
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_1,
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_2 {
    width: 20%;
  }
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_3 {
    width: 54%;
    margin-right: 0%;
    max-width: none;
  }
  .b-modal__form-block-birthday .b-modal__form-block-error {
    left: 104% !important;
    width: 207px !important;
  }
  .b-modal__form-footer-btn {
    margin-right: 5%;
  }
  .b-modal__form-footer-support {
    width: 65%;
  }
  .b-modal__form-footer-support-info {
    margin-right: 5%;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .b-header {
    position: fixed;
    padding: 10px 0px;
    background: transparent;
    z-index: 10;
    transition: .5s;
  }
  .b-header.affix {
    background: #004483;
  }
  .b-header.active {
    background: #004483;
  }
  .b-header__mobi-link {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-size: 26px;
  }
  .b-header__mobi-link:hover,
  .b-header__mobi-link:active {
    color: #fff;
    text-decoration: none;
  }
  .b-header__logo {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
  }
  .b-header__nav {
    text-align: left;
    margin: 0px;
    display: none;
  }
  .b-header__nav-link {
    margin: 10px 0px;
    padding: 5px;
    display: block;
  }
  .b-header__nav-link:nth-child(2) {
    margin: 10px 0px;
  }
  .b-header__nav-link:hover {
    background: #fff;
    color: #004483;
  }
  .b-part {
    padding: 20% 0px 15%;
  }
  .b-part__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .b-part__sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 40px;
  }
  .b-part__btn-link {
    font-size: 16px;
    line-height: 40px;
    max-width: 260px;
  }
  .b-part:before,
  .b-part:after {
    border-top-width: 7vh;
  }
  .b-about {
    padding: 5% 15px;
  }
  .b-about__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .b-about__sub-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .b-about__stat {
    margin-bottom: 2%;
  }
  .b-about__stat-one-num {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
  .b-about__stat-one-text {
    font-size: 20px;
    line-height: 26px;
  }
  .b-about__more {
    font-size: 20px;
    line-height: 26px;
  }
  .b-why__container {
    padding: 22% 15px;
  }
  .b-why__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .b-why__play {
    width: 10%;
    padding-top: 6.8%;
    height: auto;
  }
  .b-why__video {
    top: 2%;
  }
  .b-calendar {
    padding: 10% 0px;
  }
  .b-calendar__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .b-view {
    padding-bottom: 10%;
  }
  .b-view__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .b-view__sub-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .b-view__videos-first {
    margin: 0px;
  }
  .b-view__videos-one-name {
    display: none;
  }
  .b-view__videos-one-play {
    top: 0px;
  }
  .b-view__videos-first .b-view__videos-one-play,
  .b-view__videos-one-play {
    width: 16%;
    padding-top: 9.6%;
  }
  .b-yourway__title {
    font-size: 36px;
    line-height: 36px;
  }
  .b-yourway__half-content-title {
    font-size: 26px;
    line-height: 26px;
  }
  .b-yourway__half-content-text {
    font-size: 16px;
    line-height: 20px;
  }
  .b-yourway__half-content-btn-link {
    font-size: 18px;
    line-height: 36px;
    max-width: 260px;
  }
  .b-faq {
    padding: 10% 0px;
  }
  .b-faq__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .b-faq .panel-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .b-faq .panel-heading a:after {
    top: 10px;
  }
  .b-faq .panel-body {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .b-modal {
    width: auto;
  }
  .b-modal__form-block_more .ui-radio {
    min-width: 150px;
  }
  .b-modal__form-footer-btn {
    float: none;
    margin: 0px 0px 20px;
  }
  .b-modal__form-footer-support {
    float: none;
    width: 100%;
  }
  .b-modal__form-footer-support-info {
    width: 70%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .b-header {
    padding: 5px 0px;
  }
  .b-header__logo-img {
    height: 20px;
  }
  .b-header__mobi-link {
    top: 5px;
    font-size: 18px;
  }
  .b-part {
    padding: 30% 0px 25%;
  }
  .b-part__btn-link {
    max-width: 80%;
  }
  .b-about__sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .b-about__stat-one {
    min-height: 180px;
    width: 50%;
  }
  .b-about__stat-one-num {
    font-size: 60px;
    line-height: 60px;
  }
  .b-about__stat-one-text {
    font-size: 16px;
    line-height: 20px;
  }
  .b-about__stat-one:nth-child(5) {
    width: 100%;
    min-height: 150px;
  }
  .b-why__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .b-why__video {
    top: 6%;
  }
  .b-view__pictures-img {
    margin-bottom: 20px;
  }
  .b-yourway {
    background: none;
  }
  .b-yourway__title {
    position: relative;
    top: 0px;
    color: #004483;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .b-yourway__half {
    float: none;
    width: 100%;
    margin: 0px;
    background-size: 140% auto;
    padding: 30% 0px;
    background-color: #0087d7;
  }
  .b-yourway__half_left,
  .b-yourway__half_right {
    background-position: center center;
  }
  .b-yourway__half-content {
    position: relative;
    top: 0px;
  }
  .b-yourway__half-content-title {
    font-size: 26px;
    line-height: 26px;
  }
  .b-yourway__half-content-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .b-yourway__half-content-btn-link {
    font-size: 16px;
    line-height: 36px;
    max-width: 260px;
  }
  .b-faq__title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .b-faq .panel-heading a {
    border: 0px;
  }
  .b-faq .panel-body {
    font-size: 5vw;
    line-height: 5.4vw;
    padding: 1vw 20px;
    margin-bottom: 4vw;
  }
  .b-footer__link {
    margin: 4% 0px;
    display: block;
  }
  .b-modal__header {
    padding: 20px 15px;
  }
  .b-modal__header-logo {
    height: 36px;
    margin-bottom: 20px;
  }
  .b-modal__header-close {
    right: 5px;
    top: 5px;
  }
  .b-modal__header-info {
    font-size: 16px;
  }
  .b-modal__header-title {
    font-size: 36px;
    line-height: 40px;
  }
  .b-modal__stages {
    padding: 20px 15px;
  }
  .b-modal__stages-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .b-modal__stages-block {
    margin-bottom: 30px;
  }
  .b-modal__stages-one {
    font-size: 26px;
    line-height: 30px;
  }
  .b-modal__stages-info {
    font-size: 16px;
    line-height: 20px;
  }
  .b-modal__form {
    padding: 20px 15px;
  }
  .b-modal__form-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .b-modal__form-block-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .b-modal__form-block-label {
    width: 100%;
    display: block;
  }
  .b-modal__form-block .form-control {
    max-width: 100%;
  }
  .b-modal__form-block-birthday input {
    width: 100% !important;
    margin: 0px 0px 10px;
  }
  .b-modal__form-block-nationality-input {
    margin-left: 0px;
  }
  .b-modal__form-block-file-wrap {
    top: 28px;
    right: 0px;
  }
  .form-group.has-error .b-modal__form-block-label:after {
    left: -10px;
  }
  .b-modal__form-block-error {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 5px 0px 0px;
  }
  .b-modal__form-block-dropdown {
    width: 100%;
  }
  .b-modal__form-block-birthday .b-modal__form-block-error,
  .b-modal__form-block-inline-wrap .b-modal__form-block-error {
    left: 0px;
  }
  .b-modal__form-block-inline-wrap .ui-radio {
    margin-bottom: 20px;
  }
  .b-modal__form-block .form-group.form-group_radio {
    padding-bottom: 20px;
    position: relative;
  }
  .b-modal__form-block .form-group.form-group_radio .b-modal__form-block-error {
    position: absolute;
    bottom: 5px;
    top: auto;
  }
  .b-modal__form-footer-btn,
  .b-modal__form-footer-support {
    width: 100%;
  }
  .b-modal__form-footer-support-info {
    float: none;
    width: 100%;
    margin: 0px 0px 10px;
  }
  .b-modal__form-footer-support-links {
    text-align: center;
  }
  .b-modal__form-block-birthday {
    width: 100%;
  }
  .b-modal__form-block-birthday input {
    margin-right: 0%;
  }
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_1,
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_2 {
    width: 100%;
  }
  .b-modal__form-block-birthday input.b-modal__form-block-birthday_3 {
    width: 100%;
    margin-right: 0%;
    max-width: none;
  }
  .b-modal__form-block-birthday .b-modal__form-block-error {
    left: 0 !important;
    width: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */

.universityList {
  max-height: 400px;
  overflow-y: auto;
}