@import url('/08_fonts/ubuntu.css');
@import url('/03_components/header/css/logoAndTel.css');
@import url('/04_sections/reviews_switch_tabs/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/v20/mem5YaGs126MiZpBA-UN_r8-VQ.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/v20/mem8YaGs126MiZpBA-U1Ug.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/v20/mem5YaGs126MiZpBA-UNirk-VQ.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/v20/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}
/*FONTS*/
/*COLORS*/
/*MAIN*/
body {
  max-width: 1920px;
  min-width: 320px;
  overflow-x: hidden;
  margin: 0 auto;
  color: #000000;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.container {
  position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.main-title {
  font-weight: 700;
  font-size: 32px;
  color: #0F0D4B;
  text-align: center;
}
.block-btn {
  text-align: left;
  width: 100%;
}
.main-btn {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 13, 75, 0.99) 0%, #1E1B6D 100%);
  padding: 16px 15px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}
.main-btn:hover,
.main-btn:focus,
.main-btn:active {
  background: linear-gradient(180deg, rgba(15, 13, 75, 0.99) 0%, #1E1B6D 100%);
  color: #ffffff;
}
/*MAIN*/
/*LOGO*/
.top-logo .phone {
  font-weight: 700;
}
/*/.LOGO*/
/*SCREEN1*/
.screen1 {
  background: url("../05_imgs/header-left.svg") left top no-repeat;
  background-size: auto;
  padding-bottom: 120px;
}
.screen1__date {
  color: #322979;
  font-weight: 700;
  text-transform: uppercase;
}
.screen1__text-up {
  padding-left: 40px;
  margin: 10px 0 30px;
  position: relative;
}
.screen1__text-up::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../05_imgs/translation.svg") 0 0 no-repeat;
}
.screen1__title {
  margin: 30px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: #120D37;
  max-width: 450px;
}
.screen1__text {
  margin: 30px 0;
  font-size: 24px;
}
.screen1__row {
  align-items: center;
}
.screen1__wrapper {
  display: flex;
  align-items: center;
}
.screen1__link {
  margin: 20px 0;
}
.screen1__check-wrapper {
  font-size: 14px;
  margin-left: 80px;
  position: relative;
}
.screen1__check-wrapper::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../05_imgs/header-reg.png) 0 0 no-repeat;
  background-size: 80%;
  top: 0;
  left: -62px;
}
.screen1__check-title {
  color: #0F0D4B;
  font-weight: 700;
  text-transform: uppercase;
}
.screen1__check-text {
  background-color: #F3F3F3;
  padding: 10px;
  border-radius: 15px;
  max-width: 250px;
}
/*/.SCREEN1*/
/*PROGRAM*/
.program__container {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #9E9E9E;
}
.program__item {
  margin: 5px;
}
.program__link,
.program__link.active {
  max-width: 165px;
  padding: 10px 25px;
}
.program__link {
  background: #EAEAEA;
  color: #0F0D4B;
}
.program__link.active {
  background: linear-gradient(180deg, rgba(15, 13, 75, 0.99) 0%, #1E1B6D 100%);
  color: #ffffff;
}
.program__list {
  margin-bottom: 25px;
}
.program__item-tab {
  padding: 10px 0 10px 30px;
  position: relative;
}
.program__item-tab::before {
  display: inline-block;
  content: '';
  position: absolute;
  background: url("../05_imgs/check_mark.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  top: 12px;
  left: 0;
}
/*/.PROGRAM*/
/*ONLINE*/
.online {
  padding: 45px 0 70px;
  background-color: #F3F3F3;
  background-image: url("../05_imgs/gray-left.png"), url("../05_imgs/gray-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
.online__title {
  margin-bottom: 50px;
}
.online__col--min {
  max-width: 460px;
}
.online__col--large {
  max-width: 690px;
}
.online__item--first {
  position: relative;
}
.online__image-text {
  cursor: auto;
  max-width: 320px;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: calc(50% - 155px);
}
.online__item--second {
  display: flex;
  text-align: center;
  margin: 40px 0;
  justify-content: space-between;
}
.online__text {
  background-color: #D0EAF5;
  border-radius: 20px;
  padding: 14px;
  font-size: 32px;
  font-weight: 700;
}
.online__text--first {
  flex-basis: 48%;
}
.online__text--second {
  flex-basis: 32%;
  background-color: #9FC5D6;
}
/*/.ONLINE*/
/*RESULTS*/
.results {
  padding: 100px 0;
}
.results__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.results__image {
  margin: 50px 0 25px;
}
/*/.RESULTS*/
/*SPEAKER*/
.speaker__container {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
}
.speaker__row {
  align-items: flex-start;
}
.speaker__title {
  text-align: left;
}
.speaker__subtitle {
  font-size: 32px;
  font-weight: 700;
  margin: 30px 0;
}
.speaker__item {
  padding: 15px 0;
}
/*/.SPEAKER*/
/*REVIEWS*/
section.reviews_switch_tabs h2:first-child {
  text-align: center;
  font-size: 32px;
  padding: 5px;
  margin: 0 auto;
  color: #0F0D4B;
}
@media (max-width: 768px) {
  section.reviews_switch_tabs h2:first-child {
    font-size: 28px;
  }
}
section.reviews_switch_tabs h2.smi__title {
  background-color: transparent;
}
section.reviews_switch_tabs .switch {
  border-radius: 20px;
  background-color: #EAEAEA;
}
@media (max-width: 768px) {
  section.reviews_switch_tabs .switch {
    font-size: 16px;
  }
}
section.reviews_switch_tabs .switch.active {
  background: linear-gradient(180deg, rgba(15, 13, 75, 0.99) 0%, #1E1B6D 100%);
}
@media (max-width: 768px) {
  section.reviews_switch_tabs .switch.active {
    font-size: 20px;
  }
}
section.reviews_switch_tabs .preview_item.active img {
  border: 1px solid #0F0D4B;
}
section.reviews_switch_tabs .item img {
  border: 1px solid #0F0D4B;
}
section.reviews_switch_tabs .item.active {
  background: linear-gradient(180deg, rgba(15, 13, 75, 0.99) 0%, #1E1B6D 100%);
}
section.reviews_switch_tabs .about-us .img-block img {
  border: 1px solid #FD6108;
}
section.reviews_switch_tabs .about-us .owl-dot.active {
  background-color: #0F0D4B;
  border-color: #0F0D4B;
}
section.reviews_switch_tabs .tab .preview_item > div a {
  background-color: #E7E7E7;
  border-radius: 80px;
  border: none;
}
section.reviews_switch_tabs .tab .thumbnails .row .item {
  background-color: #D0EAF5;
}
section.reviews_switch_tabs .tab .thumbnails .row .item.active {
  border: none;
}
/*/.REVIEWS*/
/*INTENSIVE*/
.intensive {
  padding: 100px 0;
  background-color: #D0EAF5;
  background-image: url("../05_imgs/blue-left.png"), url("../05_imgs/blue-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
.intensive__row {
  align-items: center;
}
.intensive__title {
  margin: 15px 0;
  text-align: left;
}
.intensive__subtitle {
  font-size: 24px;
  font-weight: 700;
}
.intensive__text-registration {
  margin: 50px 0;
  padding-left: 40px;
  position: relative;
}
.intensive__text-registration::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 30px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../05_imgs/translation.svg") 0 0 no-repeat;
}
.intensive__widget {
  margin: 0 auto;
  padding: 0 60px;
  background-color: #0F0D4B;
  max-width: 550px;
  width: 100%;
  text-align: center;
}
.intensive__check-wrapper {
  font-size: 14px;
  margin-left: 80px;
  max-width: 250px;
  position: relative;
}
.intensive__check-wrapper::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 80px;
  height: 100px;
  background: url(../05_imgs/header-reg.png) 0 0 no-repeat;
  background-size: 90%;
  top: -15px;
  left: -80px;
}
.intensive__check-title {
  color: #0F0D4B;
  font-weight: 700;
  text-transform: uppercase;
}
.intensive__check-text {
  background-color: #F3F3F3;
  padding: 10px;
  border-radius: 15px;
}
/*/.INTENSIVE*/
/* /Max width 1199px */
@media (max-width: 991px) {
  .screen1 {
    background: none;
  }
  .screen1__date {
    margin-top: 20px;
  }
  .screen__col--second {
    order: -1;
  }
  .screen1__title {
    max-width: 600px;
  }
  .program__wrapper {
    margin-top: 30px;
  }
  .speaker__title {
    margin: 20px 0;
    max-width: 750px;
  }
  .intensive__check-wrapper {
    margin: 20px 20px 35px 80px;
  }
}
/* /Max width 991px */
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
  }
  .main-btn {
    font-size: 20px;
  }
  .top-logo {
    flex-direction: row;
  }
  .screen1 {
    padding-bottom: 50px;
  }
  .screen1__title {
    font-size: 28px;
    margin: 15px 0;
  }
  .screen1__check-wrapper {
    margin-left: 65px;
  }
  .screen1__text-up {
    font-size: 16px;
    padding-left: 35px;
    margin: 10px 0 15px;
  }
  .screen1__text-up::before {
    top: -5px;
  }
  .screen1__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .screen1__text {
    margin: 15px 0;
    font-size: 18px;
  }
  .program__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .program__item-tab {
    font-size: 16px;
  }
  .online {
    background-size: 50%;
    padding-bottom: 45px;
  }
  .online__title {
    margin-bottom: 20px;
  }
  .online__text {
    padding: 12px;
    font-size: 24px;
  }
  .results {
    padding: 50px 0;
  }
  .results__image {
    margin: 20px 0;
  }
  .speaker__subtitle {
    margin: 20px 0;
  }
  .speaker__item {
    padding: 10px 0;
    font-size: 16px;
  }
  .intensive {
    background-size: 50%;
    padding: 50px 0;
  }
  .intensive__subtitle {
    font-size: 20px;
  }
  .intensive__text-registration {
    margin: 30px 0;
    max-width: 300px;
  }
  .intensive__widget {
    padding: 0 30px;
  }
}
/* /Max width 767px */
@media (max-width: 480px) {
  .top-logo .logo a img {
    max-width: 100px;
    width: 100px;
  }
  .top-logo .phone {
    font-size: 16px;
  }
  .online__title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .online__image-text {
    max-width: 250px;
    left: calc(50% - 122px);
    padding: 10px;
  }
  .results__image {
    width: 25%;
  }
  .speaker__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .speaker__image {
    width: 60%;
  }
  .intensive__widget {
    padding: 0;
  }
}
/* /Max width 480px */
/*# sourceMappingURL=style.css.map */