@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaLight.eot");
  src: url("../fonts/HelveticaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLight.woff") format("woff"), url("../fonts/HelveticaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaRegular.eot");
  src: url("../fonts/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaRegular.woff") format("woff"), url("../fonts/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaBold.eot");
  src: url("../fonts/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica";
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-color: #0d0d0d;
}

body.active {
  overflow: hidden;
}

.mn {
  margin-top: -10px;
}

.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(254, 255, 255, 0.17);
  border-radius: 50%;
  margin-right: 15px;
}

.nav-social-link:last-child {
  margin-right: 0;
}

.ch {
  background-image: url("../img/bg-m.jpg");
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.main {
  padding-bottom: 89px;
}

.main .nav-mobil {
  display: none;
}

.main .nav-city {
  margin-left: -20px;
  padding: 10px;
  position: relative;
}

.main .nav-city:hover::before {
  height: 65px;
  opacity: 1;
}

.main .nav-city:hover .nav-city-drop {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.main .nav-city:hover .nav-city-show {
  color: #fff;
}

.main .nav-city:hover .nav-city-show img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .nav-city::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  background-color: rgba(13, 13, 13, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

.main .nav-city-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 13px;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .nav-city-show img {
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.main .nav-city-drop {
  position: absolute;
  bottom: -20px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.main .nav-city-drop a {
  letter-spacing: 0.65px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  z-index: 10;
}

.main .nav-logo {
  position: relative;
  margin-left: -42px;
}

.main .nav-logo img {
  display: block;
  position: relative;
}

.main .nav-addr {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.main .nav-addr img {
  margin-right: 15px;
}

.main .nav-phone {
  margin-left: 47px;
  margin-right: 60px;
}

.main .nav-phone img {
  margin-right: 15px;
}

.main .nav-phone-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 4px;
}

.main .nav-phone-zak {
  display: block;
  color: rgba(186, 37, 67, 0.7);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.55px;
}

.main .menu {
  padding: 15px 0 15px;
  border-top: 1px solid rgba(254, 255, 255, 0.05);
  border-bottom: 1px solid rgba(254, 255, 255, 0.05);
  margin-top: -9px;
}

.main .menu-hide {
  display: none;
}

.main .menu-list li {
  list-style: none;
}

.main .menu-list li a {
  text-decoration: none;
  color: rgba(254, 255, 255, 0.4);
  font-weight: 300;
  font-size: 14px;
}

.main-title {
  color: #feffff;
  margin-top: 69px;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
}

.main-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #feffff;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  margin-left: -35px;
  margin-bottom: 3px;
  line-height: 1em;
}

.main-title-wrap img {
  margin-right: -27px;
}

.main-subtitle {
  margin-top: 24px;
  color: rgba(254, 255, 255, 0.6);
  max-width: 476px;
  line-height: 1.5em;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 54px;
}

.main-descr {
  color: rgba(254, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.main-btn {
  width: 274px;
  height: 80px;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
          box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
  border-radius: 3px;
  background-color: #ba2544;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 1, 5, 0)), color-stop(50%, rgba(186, 37, 68, 0.64)), color-stop(51%, rgba(182, 36, 67, 0.65)), color-stop(99%, rgba(4, 1, 1, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 1, 5, 0) 0%, rgba(186, 37, 68, 0.64) 50%, rgba(182, 36, 67, 0.65) 51%, rgba(4, 1, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
  padding-top: 30px;
  text-transform: uppercase;
  color: #feffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding-left: 50px;
  position: relative;
}

.main-btn-moto {
  position: absolute;
  right: 0;
  top: -13px;
}

.main-img {
  margin: 0 24px;
}

.part {
  padding-top: 166px;
  padding-bottom: 161px;
}

.part-title {
  color: #feffff;
  font-size: 45px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 50px;
  margin-bottom: 70px;
}

.part-col {
  width: 33.333%;
}

.part-col:last-child {
  padding-left: 60px;
}

.part-block-i {
  min-height: 98px;
  margin-left: -27px;
  margin-bottom: -10px;
}

.part-block-l {
  margin-bottom: 20px;
}

.part-block-r {
  margin-bottom: -15px;
}

.part-block-title {
  color: rgba(254, 255, 255, 0.8);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.part-block-descr {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.6);
  line-height: 20px;
  margin-bottom: 60px;
}

.prog-title {
  color: #feffff;
  font-size: 45px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 50px;
  margin-top: 73px;
  margin-bottom: 50px;
}

.prog .row {
  margin: 0 -15px;
}

.prog-col {
  width: 50%;
  padding: 0 15px;
}

.prog-block {
  position: relative;
  height: 288px;
  padding-left: 43px;
  padding-top: 39px;
  margin-bottom: 30px;
}

.prog-block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.prog-block-img img {
  width: 100%;
  height: 100%;
}

.prog-block-title {
  color: rgba(254, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 11px;
  z-index: 2;
}

.prog-block-descr {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.6);
  line-height: 20px;
}

.prog-block-wrap {
  position: absolute;
  bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prog-block-wrap span {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.2);
  line-height: 20px;
  margin: 0 17px;
}

.prog-block-btn {
  text-decoration: none;
  width: 191px;
  height: 61px;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
          box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
  border-radius: 3px;
  background-color: #ba2544;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 1, 5, 0)), color-stop(50%, rgba(186, 37, 68, 0.64)), color-stop(51%, rgba(182, 36, 67, 0.65)), color-stop(99%, rgba(4, 1, 1, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 1, 5, 0) 0%, rgba(186, 37, 68, 0.64) 50%, rgba(182, 36, 67, 0.65) 51%, rgba(4, 1, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #feffff;
  line-height: 24px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.prog-block-more {
  font-size: 15px;
  font-weight: 700;
  color: rgba(254, 255, 255, 0.6);
  letter-spacing: 0.45px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}

.ask {
  padding-bottom: 100px;
  padding-top: 90px;
}

.ask-tel {
  text-align: center;
  font-size: 18px;
  opacity: 0.6;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  color: rgba(254, 255, 255, 0.6);
}

.ask-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.ask-line span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  border: 1px solid #262626;
  background-color: #0d0d0d;
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  border-radius: 50%;
}

.ask-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(254, 255, 255, 0.8);
  text-align: center;
  margin-top: 67px;
  margin-bottom: 21px;
}

.ask-descr {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(254, 255, 255, 0.6);
  text-align: center;
}

.ask-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 51px;
}

.ask-form-inp {
  width: 221px;
  height: 61px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.8);
  letter-spacing: 0.45px;
  outline: none;
  background-color: transparent;
}

.ask-form-inp::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.2);
  letter-spacing: 0.45px;
}

.ask-form-inp:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.2);
  letter-spacing: 0.45px;
}

.ask-form-inp::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.2);
  letter-spacing: 0.45px;
}

.ask-form-inp::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.2);
  letter-spacing: 0.45px;
}

.ask-form-btn {
  width: 221px;
  height: 61px;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
          box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
  border-radius: 3px;
  background-color: #ba2544;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 1, 5, 0)), color-stop(50%, rgba(186, 37, 68, 0.64)), color-stop(51%, rgba(182, 36, 67, 0.65)), color-stop(99%, rgba(4, 1, 1, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 1, 5, 0) 0%, rgba(186, 37, 68, 0.64) 50%, rgba(182, 36, 67, 0.65) 51%, rgba(4, 1, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #feffff;
  letter-spacing: 0.45px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  margin-left: 30px;
}

.educ {
  padding-top: 77px;
  background-color: #151515;
  padding-bottom: 108px;
}

.educ-title {
  color: #feffff;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.educ-descr {
  font-size: 17px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.8);
  line-height: 24px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 56px;
}

.educ .row {
  margin: 0 -15px;
}

.educ-col {
  width: 33.333333%;
  padding: 0 15px;
}

.educ-block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 100%;
  padding-bottom: 28px;
}

.educ-block-img {
  width: 100%;
}

.educ-block-img img {
  width: 100%;
}

.educ-block-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(254, 255, 255, 0.8);
  margin: 26px 0 13px;
  padding-left: 30px;
}

.educ-block-descr {
  padding-left: 30px;
  font-size: 14px;
  color: rgba(254, 255, 255, 0.6);
  line-height: 20px;
  font-weight: 400;
}

.instr {
  background-color: #151515;
  padding-top: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 80px;
  position: relative;
}

.instr::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 107px;
  background-image: url("../img/bg-4-min.png");
  background-repeat: no-repeat;
  background-position: 100% center;
}

.instr-title {
  color: #feffff;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.instr-descr {
  font-size: 17px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.8);
  text-align: center;
  margin: 21px 0 70px;
}

.instr .row {
  margin: 0 -15px;
}

.instr-col {
  width: 50%;
  padding: 0 15px;
}

.instr-col:nth-child(even) {
  padding-left: 91px;
}

.instr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 105px;
}

.instr-block-img {
  width: 170px !important;
  height: 170px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 12px 1px rgba(109, 127, 139, 0.21);
          box-shadow: 0 5px 12px 1px rgba(109, 127, 139, 0.21);
}

.instr-block-img img {
  width: 100%;
  height: 100%;
}

.instr-block-wrap {
  padding-top: 6px;
  padding-left: 30px;
  width: calc(100% - 185px);
}

.instr-block-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(254, 255, 255, 0.8);
}

.instr-block-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.instr-block-flag {
  padding: 12px 17px;
  border-radius: 5px;
  border: 1px solid #ba2544;
  font-size: 14px;
  color: rgba(254, 255, 255, 0.8);
  display: block;
  font-weight: 700;
  margin-right: 15px;
}

.instr-block-flag:last-child {
  margin-right: 0;
}

.instr-block-descr {
  font-size: 14px;
  font-weight: 400;
  color: rgba(254, 255, 255, 0.6);
  line-height: 20px;
}

.review {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

.review-title {
  color: #feffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 45px;
  margin-bottom: 39px;
}

.review-container {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}

.review-item {
  padding: 40px 40px 50px 40px;
  border-radius: 5px;
  border: 1px solid rgba(254, 255, 255, 0.1);
}

.review-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 24px;
  overflow: hidden;
  background-color: #2e2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-img img {
  width: 160%;
}

.review-name {
  font-size: 17px;
  font-weight: 700;
  color: rgba(254, 255, 255, 0.8);
  margin-bottom: 10px;
}

.review-date {
  font-size: 12px;
  color: rgba(254, 255, 255, 0.6);
}

.review-text {
  margin-top: 30px;
  font-size: 15px;
  color: rgba(254, 255, 255, 0.8);
  line-height: 20px;
}

.review-btn {
  position: absolute;
  top: 236px;
  max-width: 770px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.review-btn-next, .review-btn-prev {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(254, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.review-btn-prev {
  left: -90px;
}

.review-btn-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -90px;
}

.review-link {
  width: 270px;
  height: 61px;
  border: 1px solid rgba(254, 255, 255, 0.1);
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: rgba(254, 255, 255, 0.2);
}

.review-descr {
  font-size: 15px;
  line-height: 20px;
  color: rgba(254, 255, 255, 0.2);
  margin-right: 44px;
}

.pop {
  background-image: url("../img/bg-3-min.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 135px;
  height: 700px;
}

.pop-title {
  color: #feffff;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.pop-block {
  padding-right: 105px;
  padding-top: 20px;
}

.pop-text {
  font-size: 16px;
  color: rgba(254, 255, 255, 0.8);
  line-height: 22px;
}

.pop-phone {
  display: block;
  text-decoration: none;
  font-size: 22px;
  color: rgba(254, 255, 255, 0.8);
  font-weight: 700;
  margin: 10px 0 34px;
}

.pop-form {
  max-width: 270px;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid rgba(254, 255, 255, 0.1);
}

.pop-form-inp {
  width: 100%;
  height: 65px;
  border-radius: 5px;
  background-color: #feffff;
  opacity: 0.8;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000000;
  border: none;
  outline: none;
  margin-top: 20px;
  margin-bottom: 25px;
}

.pop-form-inp::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.pop-form-inp:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.pop-form-inp::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.pop-form-inp::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.pop-form-btn {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
          box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
  border-radius: 5px;
  background-color: #ba2544;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 1, 5, 0)), color-stop(50%, rgba(186, 37, 68, 0.64)), color-stop(51%, rgba(182, 36, 67, 0.65)), color-stop(99%, rgba(4, 1, 1, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 1, 5, 0) 0%, rgba(186, 37, 68, 0.64) 50%, rgba(182, 36, 67, 0.65) 51%, rgba(4, 1, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
  color: #feffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.contact {
  padding-top: 80px;
  padding-bottom: 106px;
}

.contact-title {
  color: #feffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 45px;
  margin-bottom: 67px;
}

.contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-img {
  width: 18px;
  margin-right: 17px;
}

.contact-img img {
  width: 100%;
}

.contact-text {
  font-size: 12px;
  color: rgba(254, 255, 255, 0.2);
  text-transform: uppercase;
  margin-bottom: 11px;
}

.contact-addr {
  font-size: 16px;
  color: rgba(254, 255, 255, 0.8);
  text-decoration: none;
}

.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 300px;
  width: 300px;
  border-radius: 10px;
  background-color: #272626;
  padding: 30px;
}

.modal.active {
  display: block;
}

.modal-text {
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 35px;
}

.modal-close {
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(254, 255, 255, 0.1);
}

.overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06060646;
}

.overflow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overflow .mf {
  width: 100%;
  max-width: 570px;
  background-color: #2b2b2b;
  padding: 45px;
  position: relative;
  border-radius: 8px;
}

.overflow .mf-close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.overflow .mf-title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 35px;
  color: #fff;
  margin-bottom: 35px;
}

.overflow .mf-txt {
  margin-bottom: 25px;
  color: #787878;
  font-size: 15px;
  display: none;
}

.overflow .mf-text {
  margin-bottom: 25px;
  color: #787878;
  font-size: 15px;
}

.overflow .mf-l {
  background-color: #454545;
  margin: 50px -45px 40px;
  height: 1px;
}

.overflow .mf-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.overflow .mf-wr:last-child {
  margin-bottom: 0;
}

.overflow .mf .hide {
  display: none;
}

.overflow .mf-select {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #454545;
  outline: none;
}

.overflow .mf-select option {
  color: #000000;
  font-size: 16px;
}

.overflow .mf-select option.hid {
  display: none;
}

.overflow .mf-i {
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #454545;
  outline: none;
}

.overflow .mf-i.err {
  border: 1px solid red;
}

.overflow .mf-inp {
  width: calc(50% - 15px);
  height: 60px;
  padding: 20px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #454545;
  outline: none;
}

.overflow .mf-btn {
  width: calc(50% - 15px);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
          box-shadow: inset 0 1px 0 1px rgba(254, 251, 251, 0.19), inset 0 -4px 0 rgba(0, 0, 0, 0.27), 0 0 59px rgba(186, 37, 68, 0.31);
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #ba2544;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 1, 5, 0)), color-stop(50%, rgba(186, 37, 68, 0.64)), color-stop(51%, rgba(182, 36, 67, 0.65)), color-stop(99%, rgba(4, 1, 1, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 1, 5, 0) 0%, rgba(186, 37, 68, 0.64) 50%, rgba(182, 36, 67, 0.65) 51%, rgba(4, 1, 1, 0) 99%, rgba(0, 0, 0, 0) 100%);
  text-transform: uppercase;
  color: #feffff;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 768px;
  }
  .main {
    padding-bottom: 128px;
  }
  .main .nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .main .nav-mob-hide {
    display: none;
  }
  .main .nav-mobil {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .nav-mobil.active span {
    height: 0;
  }
  .main .nav-mobil.active span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main .nav-mobil.active span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main .nav-mobil span {
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .main .nav-mobil span::after, .main .nav-mobil span::before {
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    display: block;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .main .nav-mobil span::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .main .menu {
    position: fixed;
    z-index: 100;
    right: 0;
    width: 100%;
    max-width: 500px;
    border: none;
    background-color: #161616;
    padding: 40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
  }
  .main .menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main .menu-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .menu-list {
    display: block;
  }
  .main .menu-list li {
    padding: 5px 0;
    text-align: center;
  }
  .main .menu-list li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
  }
  .main .menu-hide {
    margin-top: 30px;
    display: block;
  }
  .main .menu-hide .nav-phone {
    margin: 0 0 0 40px;
  }
  .main .menu-hide .nav-social {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .part {
    padding-top: 0;
    padding-bottom: 329px;
  }
  .part-col {
    width: 50%;
  }
  .part-block-descr br {
    display: none;
  }
  .part-block-title br {
    display: none;
  }
  .prog-col {
    width: 100%;
  }
  .prog-block {
    width: 100%;
    max-width: 570px;
    margin: 0 auto 30px;
  }
  .educ-col {
    width: 100%;
  }
  .educ-block {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
    min-height: auto;
  }
  .instr-col {
    width: 100%;
  }
  .instr-col:nth-child(even) {
    padding-left: 15px;
  }
  .pop {
    padding-top: 60px;
    background-image: url("../img/bg-3-2-min.jpg");
  }
  .pop-title {
    text-align: center;
    width: 100%;
  }
  .pop-block {
    padding: 0;
    margin: 40px auto 0;
  }
  .contact-block {
    width: 40%;
    margin-bottom: 30px;
  }
}

@media (max-width: 980px) {
  .review-btn {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 30px;
  }
  .review-btn-prev, .review-btn-next {
    position: static;
    margin: 0 20px;
  }
  .ch {
    background-image: url("../img/bg-mm.jpg");
  }
}

@media (max-width: 630px) {
  body.ovf {
    overflow: hidden;
  }
  .container {
    max-width: 500px;
  }
  .main {
    padding-bottom: 28px;
  }
  .main-title {
    font-size: 35px;
    text-align: center;
  }
  .main-title-wrap {
    font-size: 35px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-title-wrap img {
    width: 200px;
    margin-right: -5px;
    margin-left: 15px;
  }
  .main-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }
  .main-img {
    display: none;
  }
  .main-descr {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.801);
    margin-top: 30px;
    font-size: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-descr br {
    display: none;
  }
  .main-btn {
    margin: 0 auto;
  }
  .part {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .part-title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.5em;
  }
  .part-col {
    width: 100%;
  }
  .part-col:last-child {
    padding: 0;
  }
  .part-block {
    text-align: center;
  }
  .part-block-title {
    font-size: 16px;
  }
  .part-block-descr {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .prog-title {
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .prog-block {
    padding: 20px 30px;
    height: 240px;
  }
  .prog-block-title {
    font-size: 16px;
  }
  .prog-block-descr {
    font-size: 13px;
    line-height: 1.3em;
  }
  .prog-block-wrap {
    bottom: 20px;
  }
  .prog-block-wrap span {
    font-size: 12px;
  }
  .prog-block-btn {
    font-size: 13px;
    height: 45px;
    width: 150px;
  }
  .prog-block-more {
    font-size: 13px;
  }
  .ask {
    padding-bottom: 60px;
  }
  .ask-title {
    font-size: 18px;
    line-height: 1.3em;
  }
  .ask-descr {
    font-size: 13px;
    line-height: 1.3em;
  }
  .ask-descr br {
    display: none;
  }
  .ask-form {
    display: block;
  }
  .ask-form-inp {
    margin: 0 auto;
  }
  .ask-form-btn {
    margin: 20px auto 0;
  }
  .educ {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .educ-title {
    font-size: 30px;
    line-height: 1em;
  }
  .educ-descr {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .educ-descr br {
    display: none;
    line-height: 1.3em;
  }
  .instr {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .instr-title {
    font-size: 30px;
    line-height: 1em;
  }
  .instr-descr {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .instr-block {
    display: block;
    margin-bottom: 40px;
  }
  .instr-block-img {
    margin: 0 auto 20px;
  }
  .instr-block-wrap {
    padding-left: 0;
    width: 100%;
  }
  .instr-block-title {
    text-align: center;
  }
  .instr-block-w {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .instr-block-descr {
    text-align: center;
  }
  .review {
    padding-bottom: 50px;
  }
  .review-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .review-container {
    margin-bottom: 35px;
  }
  .review-item {
    padding: 25px 15px;
  }
  .review-img {
    width: 50px;
    height: 50px;
  }
  .review-name {
    font-size: 14px;
  }
  .review-text {
    font-size: 14px;
    line-height: 1.3em;
  }
  .review-descr {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .review-descr br {
    display: none;
  }
  .pop-title {
    font-size: 30px;
    line-height: 1.2em;
  }
  .contact {
    padding: 50px 0 20px;
  }
  .contact-title {
    font-size: 30px;
  }
  .contact-block {
    width: 40%;
  }
}

@media (max-width: 550px) {
  .overflow .mf {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
  }
  .overflow .mf-title {
    font-size: 25px;
    padding-right: 30px;
  }
  .overflow .mf-wr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overflow .mf-inp {
    width: 100%;
    margin-bottom: 15px;
  }
  .overflow .mf-btn {
    width: 100%;
  }
  .overflow .mf-select {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .main {
    padding-bottom: 22px;
  }
  .main .nav {
    padding-bottom: 15px;
  }
  .main .nav-logo {
    width: 200px;
    margin-left: -25px;
  }
  .main .nav-logo img {
    width: 100%;
  }
  .main .nav-m {
    width: 60%;
  }
  .main .nav-city {
    width: 100%;
    margin-top: -25px;
    margin-left: 0;
  }
  .contact .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-block {
    width: 80%;
  }
  .instr-block-w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .instr-block-flag {
    margin: 0 auto 10px;
  }
  .instr-block-flag:last-child {
    margin-right: auto;
  }
  .prog-block-descr br {
    display: none;
  }
  .ask-title br {
    display: none;
  }
  .footer .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .main .menu .row {
    display: block;
  }
  .main .menu .nav-addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .main .menu .nav-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0;
  }
}

@media (max-width: 420px) {
  .part {
    padding-top: 16px;
  }
}

@media (max-width: 375px) {
  .prog-block {
    height: 270px;
  }
  .prog-block-wrap span {
    display: none;
  }
  .prog-block-btn {
    margin-right: 15px;
  }
}




.cover-container .btn {
    border-radius: 0;
    text-align: center;
    background: rgba(80, 144, 204, 1);
    color: #fff;
    padding: 10px 100px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    background-image: linear-gradient(to left, transparent, transparent 50%, #00c6ff 50%, #00c6ff);
    background-position: 99%;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.cover-container .btn:hover {
    background-position: 0 -100%;
  color: #fff;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */

.inner {
    padding: 0;
    position: relative;
}

/*
 * Angled Section
*/

.site-wrapper {
    position: relative;
    overflow: hidden;
    background: url(https://hd.unsplash.com/photo-1464746133101-a2c3f88e0dd9) no-repeat;
    background-size: cover;
}
.site-wrapper::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 0;
}
.site-wrapper-inner {
    z-index: 10;
    position: relative;
}

.sign-in-wrap {
  padding: 60px 60px;
  background: rgba(35, 107, 174, 0.5);  
}
.sign-in-wrap .form-heading{
	color: #fff;
	text-align: center;
}
.login-form input:not([type="submit"]) {
  display: block;
  background: rgba(0,0,0,0);
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(80, 144, 204, 0.5);
  box-shadow: 0 !important;
  outline: 0;
  margin-bottom: 15px;
  padding: 10px 16px;
  padding-left: 50px;
  color: #fff;
  transition: all 0.4s ease;
}
.login-form input:not([type="submit"]):focus {
  border-bottom: 2px solid rgba(80, 144, 204,1);
}
.login-form .input-group {
  width: 100%;
  position: relative.
}
.login-form .input-group .fa {
  position: absolute;
  left: 15px;
  top: 15px;
  color: rgba(255,255,255, 0.5) !important
}
.login-form .form-control {
  box-shadow: none;
}
.login-form input[type="submit"] {
  border: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  margin-top: 60px;
}

.login-form .reset {
  text-align: center;
  display: block;
  margin: 0;
  margin-top: 15px;
  color: rgba(255,255,255, 0.5);
  text-decoration: underline;
  transition: color 0.4s ease;
}
.login-form .reset:hover {
  color: rgba(255,255,255, 1);
}
.sign-in-outer {
  padding: 0;
}

.page-intro {
    font-weight: 100;
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 20px;
	color: #fff;
}
.intro-cont p {
    font-weight: 300;
    color: #ccc;
    margin-bottom: 20px;
    margin-top: 0;
}
.intro-cont p a {
  color: #ccc;
}
.intro-cont p:last-child {
  margin-bottom: 0;
    margin-top: 60px;
}

::-webkit-input-placeholder,
:-moz-placeholder, ::-moz-placeholder,
:-ms-input-placeholder, ::-ms-input-placeholder,
:placeholder-shown{
  color: rgba(255,255,255, 0.5) !important;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 300!important;
  font-style:italic;
}


.sign-in-outer {
	position: relative !important;
}
.cover-container {
	display: flex;
	align-items: center;
    height: 100vh;
}
.cover-container .cover-row{
    display: flex;
	justify-content: center;
}

.intro-row{
	display: flex;
    align-items: center;
}
/**********************/

	