@import url("../../../../z-index/css/normalize.css");
@import url("../../../../z-index/css/frank.css");
@import url('/08_fonts/montserrat.css');
@import url("../../../../z-index/css/roboto.css");
@import url("../../../../blocks/top_logo/style.css");
@import url("../../../../z-index/css/owl-carousel-min.css");
@import url("../../../../blocks/advance/style.css");
@import url("../../../../blocks/about_us/style.css");
@import url("../../../../blocks/img_modal/style.css");
@import url("../../../../blocks/media/style.css");
@import url("../../../../blocks/footer/style.css");
@import url("../../../../z-index/css/nym_banner.css");
@import url("../../../../z-index/css/top_btn.css");
@import url("../../../../z-index/css/modal.css");
@import url("../includes/reviews/style.css");
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhs.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0e.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOVuhs.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuHMQg.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuHMQg.ttf) format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0yEwA.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #535353;
}

.test {
  color: blue;
}

wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-btn {
  min-width: 370px;
  max-width: 370px;
  height: 60px;
  border: 2px solid linear-gradient(to right, #e67151 0%, #f8b15e 100%);
  box-shadow: 0 15px 30px rgba(29, 29, 27, 0.29);
  background-image: -webkit-linear-gradient(bottom, #e73428 0%, #ff9700 100%);
  background-image: -o-linear-gradient(bottom, #e73428 0%, #ff9700 100%);
  background-image: linear-gradient(to top, #e73428 0%, #ff9700 100%);
  background-size: contain;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fefeff;
  padding: 0px auto;
  transition: all 0.3s;
}
.main-btn:hover {
  box-shadow: 0 15px 30px rgba(29, 29, 27, 0.29);
  background-color: #e73428;
  background-image: none;
}

.main-btn:active,
.main-btn:focus {
  border: 2px solid transparent;
}

.header__top {
  background-color: #095784;
  background: url(../img/bg-novintens-01.jpg) center no-repeat;
  background-size: cover;
  height: 268px;
  padding: 15px 30px 0px;
}
.header__top--intensive {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .header__top {
    background-position: left top;
  }
}
@media (max-width: 768px) {
  .header__top {
    height: auto;
    padding-bottom: 30px;
    background-position: center;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  .header__row {
    flex-direction: column;
  }
}
.header__phone {
  color: #000;
  font-weight: 600;
}
@media (max-width: 420px) {
  .header__phone {
    margin-top: 15px;
  }
}
.header__main-title {
  text-align: center;
  color: #353535;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__main-title {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .header__main-title {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .header__main-title {
    font-size: 20px;
  }
}
.header__announces {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .header__announces {
    flex-direction: column;
    align-items: center;
  }
}
.header__showcase {
  height: 859px;
  width: 100%;
  background-color: #095784;
  background: url(../img/bg-showcase1.jpg) center no-repeat;
  background-size: cover;
  color: #fefeff;
  text-align: left;
}
@media (max-width: 1024px) {
  .header__showcase {
    height: 782px;
  }
}

/*announces*/
.announces__content {
  width: 370px;
  height: 129px;
  display: block;
  text-align: center;
  padding: 25px 30px 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all linear 0.3s;
  margin: 0 15px;
}
.announces__content:hover .announces__title {
  color: #fffff6;
}
.announces__content--blue {
  box-shadow: 0 0 15px #55c3da;
  border: 2px solid #1a9db9;
}
.announces__content--blue:hover {
  color: #fffff6;
  background-color: #1a9db9;
}
.announces__content--green {
  box-shadow: 0 0 15px #6fd195;
  border: 2px solid #48bb74;
}
.announces__content--green:hover {
  color: #fffff6;
  background-color: #48bb74;
}
.announces__content--yellow {
  box-shadow: 0 0 15px #f4de75;
  border: 2px solid #ffb129;
}
.announces__content--yellow:hover {
  color: #fffff6;
  background-color: #ffb129;
}
@media (max-width: 768px) {
  .announces__content {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .announces__content {
    width: auto;
  }
}
.announces__title {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all linear 0.3s;
}
.announces__title--blue {
  color: #1a9db9;
}
.announces__title--green {
  color: #48bb74;
}
.announces__title--yellow {
  color: #ffb129;
}
@media (max-width: 320px) {
  .announces__title {
    font-size: 24px;
  }
}
.announces__text {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .announces__text {
    font-size: 16px;
  }
}

.showcase__inner {
  position: relative;
  padding-top: 80px;
  z-index: 100;
}
.showcase__subtitle {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 60px;
}
@media (max-width: 320px) {
  .showcase__subtitle {
    font-size: 27px;
  }
}
.showcase__title {
  width: 674px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 75px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .showcase__title {
    font-size: 40px;
    line-height: 66px;
  }
}
@media (max-width: 425px) {
  .showcase__title {
    width: 100%;
    font-size: 34px;
    line-height: 52px;
  }
}
.showcase__footer {
  position: relative;
  z-index: 2;
}
.showcase__btn {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.showcase__register {
  width: 399px;
  height: 103px;
  color: #000000;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  padding: 12px 71px 14px 26px;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.87);
  background: url(../img/bg-register.png) center no-repeat;
  background-size: cover;
  border: 1px solid #ED4C1E;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .showcase__register {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 425px) {
  .showcase__register {
    display: none;
  }
}
.showcase__frame {
  position: absolute;
  top: 73px;
  left: 320px;
}
@media (max-width: 425px) {
  .showcase__frame {
    display: none;
  }
}
.showcase__person {
  width: 707px;
  height: 768px;
  position: absolute;
  top: 15px;
  right: -70px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .showcase__person {
    right: -15px;
    width: 593px;
    height: 692px;
  }
}
@media (max-width: 768px) {
  .showcase__person {
    right: -14px;
    top: 35px;
    width: 426px;
    height: 672px;
  }
}
@media (max-width: 425px) {
  .showcase__person {
    display: none;
  }
}

/*main title*/
.main-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #25A355;
}

.description {
  height: 531px;
  background: #f5f5f5;
  transform: translateY(-75px);
}
@media (max-width: 768px) {
  .description {
    height: auto;
  }
}
.description__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .description__content {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.description__main-title {
  margin-bottom: 40px;
  padding-top: 70px;
  background: #f5f5f5;
}
@media (max-width: 425px) {
  .description__main-title {
    font-size: 29px;
    margin-bottom: 23px;
    margin-top: 25px;
  }
}
@media (max-width: 320px) {
  .description__main-title {
    font-size: 23px;
    padding-top: 31px;
  }
}
.description__item {
  position: relative;
  padding-left: 110px;
  margin-bottom: 15px;
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .description__item {
    height: 110px;
    margin-bottom: 30px;
    flex: auto;
  }
}
@media (max-width: 320px) {
  .description__item {
    padding-left: 74px;
  }
}
.description__text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #1F1F1F;
}
@media (max-width: 1024px) {
  .description__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .description__text {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .description__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.description__strong {
  font-weight: bold;
}
.description__image {
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 320px) {
  .description__image {
    width: 65px;
    height: 65px;
  }
}

/* thinking*/
.thinking {
  height: 920px;
  background: #ffffff url(../img/thinking.png) no-repeat bottom;
}
@media (max-width: 768px) {
  .thinking {
    height: 874px;
  }
}
.thinking__main-title {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .thinking__main-title {
    padding-top: 0;
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .thinking__main-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.thinking__content {
  position: relative;
}
.thinking__item {
  width: 394px;
  height: 333px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #393939;
  position: absolute;
  padding: 70px 50px 0 50px;
}
@media (max-width: 768px) {
  .thinking__item {
    height: 250px;
    width: 270px;
    font-size: 16px;
    padding: 60px 30px 0 30px;
    line-height: 24px;
  }
}
.thinking__item--left {
  background: url(../img/cloud1.png) center no-repeat;
  top: 120px;
  left: 0;
}
@media (max-width: 768px) {
  .thinking__item--left {
    background-size: contain;
  }
}
.thinking__item--middle {
  background: url(../img/cloud2.png) center no-repeat;
  top: 0;
  left: calc(50% - 196px);
  padding-top: 120px;
}
@media (max-width: 768px) {
  .thinking__item--middle {
    background-size: contain;
    padding-top: 80px;
    left: calc(50% - 135px);
  }
}
.thinking__item--right {
  background: url(../img/cloud3.png) center no-repeat;
  top: 120px;
  right: 0;
}
@media (max-width: 768px) {
  .thinking__item--right {
    background-size: contain;
  }
}

.banner {
  height: 420px;
  background: url(../img/banner2.png) center no-repeat;
  background-size: cover;
}
.banner__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  .banner__inner {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 320px) {
  .banner__inner {
    font-size: 28px;
    line-height: 39px;
  }
}
.banner__btn {
  margin-top: 20px;
}

/* biography */
.biography {
  padding-top: 68px;
  height: 640px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .biography {
    height: auto;
    padding-top: 40px;
  }
}
.biography__main-title {
  line-height: 55px;
  margin-bottom: 26px;
  text-align: left;
}
@media (max-width: 320px) {
  .biography__main-title {
    font-size: 37px;
  }
}
.biography__content {
  position: relative;
}
.biography__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 621px;
}
@media (max-width: 768px) {
  .biography__list {
    width: 100%;
    padding-right: 243px;
  }
}
@media (max-width: 425px) {
  .biography__list {
    padding-right: 0;
  }
}
.biography__item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #323232;
  margin-bottom: 16px;
}
.biography__item i {
  color: #25A355;
  font-size: 1.3rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .biography__item {
    font-size: 14px;
    line-height: 21px;
  }
}
.biography__description {
  width: 621px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #323232;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .biography__description {
    width: 100%;
    padding-right: 314px;
  }
}
@media (max-width: 425px) {
  .biography__description {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.biography__image {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}
@media (max-width: 768px) {
  .biography__image {
    right: -157px;
  }
}
@media (max-width: 425px) {
  .biography__image {
    display: none;
  }
}

/*advance*/
.advanced {
  height: 420px;
  background: url(../img/banner2.png) center no-repeat;
  background-size: cover;
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .advanced {
    height: auto;
  }
}
.advanced__main-title {
  color: #ffffff;
  font-size: 35px;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .advanced__main-title {
    line-height: 54px;
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .advanced__main-title {
    font-size: 33px;
    line-height: 45px;
  }
}
@media (max-width: 320px) {
  .advanced__main-title {
    font-size: 24px;
  }
}
.advanced__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .advanced__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.advanced__item {
  width: 372px;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .advanced__item {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .advanced__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .advanced__item {
    width: 100%;
  }
}
.advanced__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.advanced__number {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 122.5%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.advanced__description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.advanced__icon {
  position: absolute;
  top: -50px;
  right: 10px;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.block-title {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 400;
}

.block-title-lg {
  font-size: 72px;
}

.block-title-md {
  font-size: 48px;
}

.block-title-md-m {
  font-size: 48px;
}

.block-title-md-s {
  font-size: 40px;
}

.block-title-sm {
  font-size: 30px;
}

.block-title-xs {
  font-size: 24px;
}

.block-title-sm,
.about__title,
.about-us .block-title,
.tv .block-title {
  font-size: 36px;
}

.sec {
  padding: 70px 0;
}

.jumb__logo-wrap {
  border: none;
  color: #fefeff;
}

.jumb__logo-author {
  display: none;
}

.jumb__logo-tel {
  color: #fefeff;
  font-size: 18px;
}

.icon {
  display: inline-block;
}

.sc-sec {
  margin-top: 30px;
}

.sc__btn {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 170px;
  max-height: 33px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  background-size: contain;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  color: #fefeff;
  padding: 6px 30px 7px;
}

.fb {
  background-color: #0084ff;
}

.vk {
  background-color: #5e81a8;
}

.btn-block {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue {
  color: #1a9db9;
  transition: all linear 0.3s;
}

.green {
  color: #48bb74;
  transition: all linear 0.3s;
}

.yellow {
  color: #ffb129;
  transition: all linear 0.3s;
}

.intensiv_col-item--blue:hover .blue {
  color: #fefeff;
}

.intensiv_col-item--green:hover .green {
  color: #fefeff;
}

.intensiv_col-item--yellow:hover .yellow {
  color: #fefeff;
}

.intensiv_col-item--blue-active {
  color: #fefeff !important;
  box-shadow: 0 0 15px #55c3da;
  border: 2px solid #1a9db9;
  background-color: #1a9db9;
}

.intensiv_col-item--blue-active span {
  color: #fefeff;
}

.intensiv_col-item--green-active {
  color: #fefeff !important;
  box-shadow: 0 0 15px #6fd195;
  border: 1px solid #48bb74;
  background-color: #48bb74;
}

.intensiv_col-item--green-active span {
  color: #fefeff;
}

.intensiv_col-item--yellow-active {
  color: #fefeff !important;
  box-shadow: 0 0 15px #f4de75;
  border: 1px solid #ffb129;
  background-color: #ffb129;
}

.intensiv_col-item--yellow-active span {
  color: #fefeff;
}

.intensiv {
  background: url(../img/bg-novintens-01.jpg) center no-repeat;
  background-size: cover;
  padding: 0px 0 20px;
}

.intensiv_title {
  text-align: center;
  color: #353535;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.intensiv_title-bottom {
  padding-top: 48px;
}

.intensiv_row {
  margin-top: 30px;
  padding-bottom: 10px;
}

.intensiv_col-item {
  display: block;
  text-align: center;
  padding: 25px 30px 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #353535;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  transition: all linear 0.3s;
  height: 100%;
  max-height: 129px;
}

.intensiv_col-item span {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.intensiv_col-item--blue {
  box-shadow: 0 0 15px #55c3da;
  border: 2px solid #1a9db9;
  transition: all linear 0.3s;
}

.intensiv_col-item--blue:hover {
  color: #fefeff;
  box-shadow: 0 0 15px #55c3da;
  border: 2px solid #1a9db9;
  background-color: #1a9db9;
}

.intensiv_col-item--green {
  box-shadow: 0 0 15px #6fd195;
  border: 2px solid #48bb74;
  transition: all linear 0.3s;
}

.intensiv_col-item--green:hover {
  color: #fefeff;
  box-shadow: 0 0 15px #6fd195;
  border: 1px solid #48bb74;
  background-color: #48bb74;
}

.intensiv_col-item--yellow {
  box-shadow: 0 0 15px #f4de75;
  border: 2px solid #ffb129;
  transition: all linear 0.3s;
}

.intensiv_col-item--yellow:hover {
  color: #fefeff;
  box-shadow: 0 0 15px #f4de75;
  border: 1px solid #ffb129;
  background-color: #ffb129;
}

.logo-wrapper {
  padding: 15px 30px 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.tel {
  color: #000;
  font-weight: 600;
}

/*/.intensiv*/
.result {
  color: #000;
  padding: 100px 0 80px;
  background: #f5f5f5;
}

.result_title {
  text-transform: uppercase;
}

.result_row {
  background: #fff;
  margin-top: 0px;
}

.result_col {
  min-height: 585px;
  padding: 0;
}

.result_col-title {
  color: #38925a;
  font-family: "Open Sans Condensed";
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 90px 0 0 60px;
}

.result_col-title--bottom {
  text-align: center;
}

.result_col-desc {
  margin-top: 50px;
  position: relative;
  color: #353535;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 0 130px;
}

.result_col-desc--1:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 60px;
  top: 0;
  background: url(../img/00-tactics.svg) center no-repeat;
  background-size: contan;
}

.result_col-desc--2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 60px;
  top: 0;
  background: url(../img/00-goal.svg) center no-repeat;
  background-size: contan;
}

.result_col-desc--bottom {
  text-align: center;
  padding-left: 60px;
}

.result_col-icon {
  background: url(../img/photo-englishkey-01.jpg) center no-repeat;
  background-size: cover;
}

.result_col-icon2 {
  background: url(../img/photo-englishkey-02.jpg) center no-repeat;
  background-size: cover;
}

.result_col-mob {
  display: none;
}

/*/.result*/
.practice {
  background: #fff;
  padding: 70px 0 100px;
}

.practice_title {
  text-align: left;
  color: #38925a;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.practice_row {
  margin-top: 50px;
}

.practice_col {
  padding: 25px 0 25px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.practice_col-gray {
  background: #f5f5f5;
}

.practice_col-icon {
  min-height: 40px;
  min-width: 40px;
  margin-right: 20px;
}

.practice_col-desc {
  display: block;
  color: #353535;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.practice_col-desc span {
  display: block;
  text-transform: none;
  font-weight: 400;
}

/*/.practice*/
.best {
  background-image: linear-gradient(to top, #379259 0%, #48bb74 100%);
  padding: 125px 0 115px;
}

.best_desc {
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}

/*/.best*/
.program {
  color: #000;
  padding: 70px 0;
  background: #f5f5f5;
}

.program_title {
  text-transform: uppercase;
}

.program_row {
  background: #fff;
  margin-top: 60px;
}

.program_col {
  min-height: 585px;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.program_col-title {
  color: #38925a;
  font-family: "Open Sans Condensed";
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 0 0 60px;
}

.program_col-title--top {
  padding-top: 80px;
}

.program_col-desc {
  margin-top: 50px;
  position: relative;
  color: #353535;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 130px;
}

.program_col-desc--1:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/02-conversation.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/02-translate.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/02-webinar.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--4:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/03-tasks.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--5:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/03-notes.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--6:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 44px;
  left: 70px;
  top: 0;
  background: url(../img/03-chip.svg) center no-repeat;
  background-size: contan;
}

.program_col-desc--bottom {
  text-align: center;
  padding-left: 60px;
}

.program_col-icon {
  background: url(../img/photo-englishkey-03.png) center no-repeat;
  background-size: cover;
}

.program_col-icon2 {
  background: url(../img/photo-englishkey-04.png) center no-repeat;
  background-size: cover;
}

.program_col-mob {
  display: none;
}

/*/.program*/
.speaker_title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.speaker {
  color: #000;
  background-color: #fff;
  padding: 140px 0 120px;
}

.speaker_inner {
  margin-top: 60px;
  width: 100%;
}

.speaker_inner-col {
  position: relative;
  vertical-align: middle;
}

.speaker_inner-col_photo {
  vertical-align: middle;
}

.speaker_inner-col_icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker_inner-col_title {
  color: #000;
  font-family: "Open Sans Condensed";
  font-size: 20px;
  font-weight: 900;
}

.speaker_inner-col_title span {
  font-size: 36px;
  font-weight: 900;
}

.speaker_inner-col_list {
  margin-top: 30px;
  color: #000;
  list-style-type: none;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 500;
}

.speaker_inner-col_list-str {
  margin-left: 20px;
  position: relative;
  font-family: "Open Sans";
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
}

.speaker_inner-col_list-str:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(40% - 2.5px);
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background-color: #000;
}

.speaker_btn-block {
  margin-top: 60px;
  justify-content: flex-start;
}

/*/.speaker*/
.join {
  background: url(../img/bg-marafon-01-02.png) center no-repeat;
  background-size: cover;
  padding: 120px 0 150px;
  text-align: center;
}

.join_suptitle {
  color: #fefeff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
}

.join_title {
  margin-top: 40px;
  color: #fefeff;
  font-family: "Open Sans";
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.join_date {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #ffcc00;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

/*/.join*/
.advance {
  background-image: linear-gradient(to top, #379259 0%, #48bb74 100%);
  color: #fefeff;
}

.advance__title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.advance .top {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}

.advance .num {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 900;
  margin: 10px 0 5px;
}

.advance .text {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}

.advance .col {
  border-color: #fefeff;
}

.about-us {
  background-color: #fefeff;
}

.about-us .block-title {
  color: #3f4857 !important;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.license {
  background-color: #f1f1f1;
}

.about-us .block-title,
.tv .block-title {
  color: #000;
  margin-bottom: 40px;
}

.tv {
  background-image: linear-gradient(to top, #379259 0%, #48bb74 100%);
  color: #fefeff;
}

.tv .block-title {
  color: #fefeff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.tv .block-title,
.smi-text {
  text-align: center;
}

.smi-text p {
  font-family: Montserrat;
  max-width: 810px;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

/*/.advance*/
@media (max-width: 1199px) {
  .header_title:before {
    display: none;
  }

  .header_title:after {
    display: none;
  }

  .intensiv_col-item {
    min-height: 135px;
  }
}
/*/.media 1199px*/
@media (max-width: 991px) {
  .block-title-lg {
    font-size: 62px;
  }

  .block-title-main {
    font-size: 50px;
  }

  .block-title-md {
    font-size: 44px;
  }

  .block-title-md-m {
    font-size: 40px;
  }

  .block-title-md-s {
    font-size: 36px;
  }

  .block-title-sm,
.about__title,
.about-us .block-title,
.tv .block-title {
    font-size: 32px;
  }

  .block-title-sm-s {
    font-size: 26px;
  }

  /*/titles*/
  .header_title {
    font-size: 56px;
    line-height: 48px;
  }

  .header_title span {
    font-size: 32px;
  }

  .header_suptitle {
    font-size: 32px;
    margin: 15px 0 20px;
  }

  .header_subtitle {
    font-size: 22px;
  }

  .header .time {
    font-size: 32px;
  }

  .header-block {
    margin-top: 15px;
  }

  /*/.header*/
  .intensiv_title {
    margin-top: 50px;
  }

  .intensiv_row {
    margin-top: 5px;
    flex-direction: column;
  }

  .intensiv_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .intensiv_col-item {
    margin-top: 35px;
    min-width: 370px;
  }

  /*/.intensiv*/
  .result {
    padding: 70px 0;
  }

  .result_row {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .result_col {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .result_col-title {
    padding: 0 0 0 0;
  }

  .result_col-desc {
    margin-top: 20px;
    padding: 0 0 0 0;
    text-align: center;
  }

  .result_col-desc:before {
    display: none;
  }

  .result_col-icon2 {
    display: none !important;
  }

  .result_col-mob {
    display: block !important;
    margin-bottom: 0;
  }

  /*/.result*/
  .practice {
    padding: 70px 0;
  }

  .practice_row {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .practice_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }

  .practice_col:last-of-type {
    margin-bottom: 0;
  }

  .practice_col-item--icon {
    margin-bottom: 5px;
  }

  .practice-btn {
    font-size: 18px;
  }

  /*/.practice*/
  .speaker {
    padding: 70px 0;
  }

  .speaker_inner-col {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .speaker_inner-col_photo {
    position: relative;
  }

  .speaker_inner-col_text {
    margin-top: 30px;
  }

  .speaker_inner-col_title {
    font-size: 20px;
    margin-top: 10px;
  }

  .speaker_inner-col_list {
    color: #000;
    text-align: left;
    margin-left: 10%;
  }

  .speaker_btn-block {
    margin-top: 60px;
    justify-content: center;
  }

  .speaker_inner-col_list {
    font-size: 18px;
  }

  .speaker_inner-col_list-str {
    font-size: 16px;
    margin-left: 0;
  }

  /*/.speaker*/
  .best_desc {
    font-size: 44px;
  }

  /*/.best*/
  .program {
    padding: 70px 0;
  }

  .program_row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .program_col-icon2 {
    display: none !important;
  }

  .program_col-mob {
    display: block !important;
  }

  .program_col {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .program_col-title {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .program_col-desc {
    text-align: center;
    padding-left: 0px;
  }

  .program_col-desc:before {
    display: none;
  }

  /*/.program*/
}
/*/.media 991px*/
@media (max-width: 767px) {
  .block-title-sm,
.about__title,
.about-us .block-title,
.tv .block-title {
    font-size: 28px;
  }

  .block-title-sm-s {
    font-size: 22px;
  }

  .block-btn {
    font-size: 18px;
  }

  /*/titles*/
  .intensiv_title {
    font-size: 28px;
  }

  /*/.intensiv*/
  .header {
    background-image: linear-gradient(to top, #379259 0%, #48bb74 100%);
    min-height: auto;
    text-align: center;
  }

  .header_suptitle {
    font-size: 18px;
    margin: 15px auto 20px;
  }

  .header_title {
    font-size: 48px;
    line-height: 54px;
  }

  .header_subtitle {
    margin: 20px auto 10px;
    font-size: 18px;
  }

  .header-btn {
    margin: 0px auto;
    font-size: 18px;
    min-width: 320px;
  }

  /*/.header*/
  .result_row {
    margin-top: 0px;
  }

  .result_col {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

  /*/.result*/
  .practice_col-desc {
    font-size: 18px;
  }

  /*/.practice*/
  .speaker-btn {
    font-size: 18px;
  }

  /*/.speaker*/
  .best_desc {
    font-size: 32px;
  }

  /*/.best*/
}
/*/.media 767px*/
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  /*/main*/
  .block-title-lg {
    font-size: 56px;
  }

  .block-title-md {
    font-size: 36px;
  }

  .block-title-md-m {
    font-size: 30px;
  }

  .block-title-md-s {
    font-size: 26px;
  }

  /*/titles*/
  .logo-wrapper {
    flex-direction: column;
  }

  .logo-wrapper .tel {
    display: none;
  }

  .intensiv_title {
    margin-top: 0px;
    font-size: 24px;
  }

  .intensiv_col-item {
    min-width: 300px;
    max-width: 300px;
  }

  .header_title {
    font-size: 44px;
    line-height: 48px;
  }

  .header_title span {
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
  }

  .header-btn {
    max-width: 270px;
  }

  /*/.header*/
  .result_row {
    margin-top: 0px;
  }

  .result_col-title {
    font-size: 32px;
    padding: 30px 0 0 0px;
  }

  .result_col-desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 0 0px;
  }

  /*/.result*/
  .practice {
    padding-bottom: 0;
  }

  .practice_row {
    margin-top: 30px;
  }

  .practice_col-desc {
    font-size: 16px;
  }

  /*/.practice*/
  .best {
    padding: 40px 0;
  }

  .best_desc {
    font-size: 28px;
  }

  .program_col-title {
    font-size: 32px;
    padding: 30px 0 0 0px;
  }

  .program_col-desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 0 0px;
  }

  /*/.program*/
  .main-btn {
    min-width: 270px;
    max-width: 270px;
  }
}
/*/.media 480px*/
.map {
  background-color: #f8f9fa;
}

.map iframe {
  display: block;
  width: 100%;
  height: 600px;
}

.modal {
  height: auto;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
