/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
section {
  padding: 45px 0 90px 0;
}
._visible_sm {
  display: none !important;
}
._title1 {
  line-height: 1.1;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
._title2 {
  line-height: normal;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000;
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
._title3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
._pre-title {
  display: block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
._post-title {
  margin-bottom: 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.8;
}
._sub {
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 32px;
  text-align: center;
  margin: 20px 0 50px 0;
}
._sub_white {
  color: #fff;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 32px;
  text-align: center;
  margin: 20px 0 50px 0;
}
._sub_small {
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: -0.8px;
  line-height: 24px;
}
._sub_small_white {
  color: #fff;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: -0.8px;
  line-height: 24px;
}
/* ===== Кнопки ===== */
._btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  border: none;
  background-color: #3d3bff;
  font-size: 13px;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px 0px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
}
._btn:hover {
  background-color: #2a276d;
}
._btn._violet {
  background-color: #2a276d;
  padding: 25px 0px;
}
._btn._violet:hover {
  background-color: #4840c2;
}
._consult_form .form_group {
  margin-bottom: 20px;
}
._consult_form .form_group input {
  font-family: 'Open Sans', sans-serif;
  height: 60px;
  display: block;
  border: none;
  padding: 18px 50px 16px 28px;
  background-color: #fff;
  transition: 0.3s;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-right: 10px;
  width: 100%;
}
._consult_form .form_group button {
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 20px 0;
}
._form_consent input[type=checkbox] {
  display: none;
}
._form_consent label {
  padding-left: 40px;
  white-space: pre;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
._form_consent label a {
  text-decoration: none;
  color: #9c9cb9;
}
._form_consent label a:hover {
  text-decoration: underline;
}
._form_consent label:before,
._form_consent label:after {
  content: '';
  border-radius: 0px;
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1;
  background-color: #096dff;
}
._form_consent input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  z-index: 2;
}
._action_line {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #657195;
  letter-spacing: -0.8px;
  margin-top: 30px;
}
._action_line a {
  color: #096dff;
  text-decoration: none;
}
._action_line a:hover {
  text-decoration: underline;
}
/* ===== header ===== */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  padding: 12px 0;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
}
header .burger_wrap {
  text-align: right;
}
header .header_burger {
  border: none;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  height: 35px;
  outline: none;
  margin-right: 80px;
}
header .header_burger .burger {
  height: 3px;
  width: 35px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
header .header_burger .burger:before,
header .header_burger .burger:after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: 10px;
  display: block;
  position: absolute;
  background-color: #fff;
}
header .header_burger .burger:before {
  top: 10px;
}
header .header_burger .burger:after {
  bottom: 10px;
}
header .contact_wrap {
  text-align: left;
  margin-right: 80px;
}
header .contact_wrap .header_phone_mob {
  display: none;
}
header .contact_wrap .header_phone_mob .white {
  display: block;
}
header .contact_wrap .header_phone_mob .black {
  display: none;
}
header .contact_wrap .header_phone {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  line-height: 21px;
  outline: none;
  text-decoration: none;
  color: #fff;
}
header .contact_wrap .header_phone:hover {
  text-decoration: underline;
}
header .contact_wrap .header_phone span {
  display: block;
}
header .contact_wrap .header_phone .tell {
  font-size: 20px;
  font-weight: 700;
}
header .contact_wrap .header_phone .text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.8px;
  opacity: 0.7;
}
/* ===== section1 ===== */
#section1 {
  background-image: url('../img/bg_section1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 50px 0;
}
#section1 .cover_box {
  font-family: 'Roboto', sans-serif;
  position: relative;
  top: 70px;
  margin-bottom: -240px;
}
#section1 .cover_box .cover_video {
  height: 460px;
  background-color: green;
}
#section1 .cover_box .cover_video iframe {
  width: 100%;
  height: 100%;
}
#section1 .cover_box .cover_form_wrap {
  background-color: #fff;
  height: 460px;
  text-align: center;
  position: relative;
  padding: 50px 80px 40px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
}
#section1 .cover_box .cover_form_wrap .label {
  background-image: url('../img/black_label.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 15px;
  width: 110px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -55px;
  color: #fff;
  text-align: center;
}
#section1 .cover_box .cover_form_wrap .label .sale__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}
#section1 .cover_box .cover_form_wrap .label .sale_percent {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 28px;
  margin-bottom: 3px;
}
#section1 .cover_box .cover_form_wrap .label .sale_special {
  opacity: 0.8;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 24px;
}
#section1 .cover_box .cover_form_wrap .form_title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  border-bottom: 2px solid #e6e8f0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#section1 .cover_box .cover_form_wrap .form__before {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.27px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#section1 .cover_box .cover_form_wrap .form__date {
  font-size: 80px;
  font-weight: 300;
  letter-spacing: -2px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
}
#section1 .cover_box .cover_form_wrap .form__month {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
#section1 .cover_box .cover_form_wrap .btn_wrap {
  text-align: center;
}
#section1 .cover_box .cover_form_wrap .js-scrollNav {
  font-family: 'Open Sans', sans;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 32px;
  color: #657195;
  display: block;
}
#section1 .cover_box .cover_form_wrap .js-scrollNav .action-line-feedback {
  color: #096dff;
  text-decoration: none;
}
#section1 .cover_box .cover_form_wrap .js-scrollNav .action-line-feedback:hover {
  text-decoration: underline;
}
#section1 .cover-list {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #e6e8f0;
}
#section1 .cover-list .cover-list__item {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#section1 .cover-list .cover-list__item:before {
  content: '•';
  color: #096dff;
  margin-right: 20px;
  font-size: 30px;
}
/* ===== section2 ===== */
#section2 {
  margin-top: 340px;
}
#section2 .audience {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 85px;
}
#section2 .audience .audience__dots {
  width: 100%;
  margin-bottom: 65px;
  transition: 0.2s;
}
#section2 .audience .audience__dots .audience__name {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  cursor: pointer;
  margin: 0 30px;
  position: relative;
}
#section2 .audience .audience__dots .audience__name.active:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #096dff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#section2 .audience .audience__list {
  display: none;
}
#section2 .audience .audience__list.active {
  display: block;
}
#section2 .audience .audience__list .audience__item {
  display: flex;
  justify-content: center;
  text-align: left;
  position: relative;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #657195;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(1) {
  text-align: right;
  top: 33px;
  left: 40px;
  width: 300px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(2) {
  text-align: right;
  top: 33px;
  left: -40px;
  width: 300px;
  top: 168px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(3) {
  text-align: right;
  top: 273px;
  left: 50px;
  width: 340px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(4) {
  width: 380px;
  top: 46px;
  right: 40px;
  text-align: left;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(5) {
  width: 350px;
  top: 133px;
  right: 10px;
  text-align: left;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(6) {
  width: 384px;
  top: 301px;
  right: -10px;
  text-align: left;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap1 .audience__text:nth-child(6) span {
  color: #096dff;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap2 .audience__text:nth-child(1) {
  text-align: right;
  top: 33px;
  left: 40px;
  width: 300px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap2 .audience__text:nth-child(2) {
  text-align: right;
  top: 220px;
  left: 0px;
  width: 300px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap2 .audience__text:nth-child(3) {
  text-align: left;
  top: 273px;
  right: 50px;
  width: 340px;
}
#section2 .audience .audience__list .audience__item .audience_text_wrap2 .audience__text:nth-child(4) {
  width: 380px;
  top: 46px;
  right: 80px;
  text-align: left;
}
#section2 .audience .audience__list .audience__item .audience__img {
  position: relative;
}
#section2 .audience .audience__list .audience__item .audience__img:before,
#section2 .audience .audience__list .audience__item .audience__img:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* ===== section3 ===== */
#section3 {
  background-image: url('../img/bg-promo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section3 ._title2 {
  color: #fff;
}
#section3 .promo__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section3 .promo__list .list_item {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  width: 24%;
  display: inline-block;
}
#section3 .promo__list .list_item:before {
  content: '•';
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* ===== section4 ===== */
#section4 .teacher__list {
  margin-top: 55px;
}
#section4 .teacher__list .teacher__item {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 50px;
}
#section4 .teacher__list .teacher__item .teacher__photo {
  margin-bottom: 30px;
}
#section4 .teacher__list .teacher__item .teacher__photo img {
  height: 200px;
  max-width: 100%;
}
#section4 .teacher__list .teacher__item .teacher__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#section4 .teacher__list .teacher__item .teacher__descr {
  color: #657195;
  line-height: 26px;
  font-size: 16px;
}
/* ===== section5 ===== */
#section5 .learn__block {
  margin-top: 70px;
}
#section5 .learn__block .learn_img img {
  max-width: 100%;
}
#section5 .tabs_list-plus .tab_item {
  padding: 20px 0;
  position: relative;
  border-bottom: 3px solid #f0f1f7;
  cursor: pointer;
}
#section5 .tabs_list-plus .tab_item:first-child {
  border-top: 3px solid #f0f1f7;
}
#section5 .tabs_list-plus .tab_item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 28px;
  right: 12px;
  background-color: #096dff;
}
#section5 .tabs_list-plus .tab_item:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 19px;
  right: 20px;
  background-color: #096dff;
}
#section5 .tabs_list-plus .tab_item .tab_title {
  padding-right: 40px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  transition: all 0.3s;
}
#section5 .tabs_list-plus .tab_item .tab_text {
  padding: 20px 55px 20px 0;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 26px;
  display: none;
}
#section5 .tabs_list-plus .tab_item.active .tab_text {
  display: block;
}
#section5 .tabs_list-plus .tab_item.active:after {
  display: none;
}
/* ===== section6 ===== */
#section6 {
  background-image: url('../img/bg-numbers.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 60px 0;
}
#section6 .numbers__item {
  text-align: center;
}
#section6 .numbers__item .numbers__num {
  font-family: 'Roboto Slab', serif;
  font-size: 100px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: -2.5px;
  position: relative;
  color: #fff;
}
#section6 .numbers__item .numbers__num:before {
  content: '';
  width: 1px;
  height: 66px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#section6 .numbers__item .numbers__descr {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
#section6 .numbers__item_last .numbers__num:before {
  display: none;
}
#section6 .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
/* ===== section7 ===== */
#section7 {
  padding: 45px 0;
}
#section7 .program_list {
  margin-top: 10px;
}
#section7 .program_list .program-list__item.active .program_review {
  display: block;
}
#section7 .program_list .program-list_num .program-list-num_item {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
  margin-bottom: 10px;
}
#section7 .program_list .program-list__item {
  margin-bottom: 10px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #fff;
}
#section7 .program_list .program-list__item .program-list__headline {
  padding: 30px 100px 30px 85px;
  position: relative;
}
#section7 .program_list .program-list__item .program-list__headline:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../img/tringle.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -15px;
}
#section7 .program_list .program-list__item .program-list__headline .program-list__title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  position: relative;
}
#section7 .program_list .program-list__item .program-list__headline .program-list__title .program-list__num {
  position: absolute;
  top: -1px;
  left: -45px;
}
#section7 .program_list .program-list__item .program_review {
  font-family: 'Open Sans', sans-serif;
  padding: 0 50px 25px 90px;
  display: none;
}
#section7 .program_list .program-list__item .program_review .program-list__info {
  margin-bottom: 30px;
  margin-right: 60px;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__video-info {
  font-size: 15px;
  color: #096dff;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 26px;
  margin-bottom: 10px;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__video-info .program-list__video-amount {
  display: inline-block;
  margin-right: 20px;
  padding-left: 34px;
  position: relative;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__video-info .program-list__video-amount:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/play-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__video-info .program-list__video-time {
  display: inline-block;
  padding-left: 34px;
  position: relative;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__video-info .program-list__video-time:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('../img/time-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
#section7 .program_list .program-list__item .program_review .program-list__info .program-list__review-text {
  color: #657195;
  line-height: 26px;
  letter-spacing: -0.67px;
  font-size: 15px;
}
#section7 .program_list .program-list__item .program_review .program-list__video {
  width: 100%;
  height: 150px;
  background-color: green;
  margin-bottom: 20px;
  max-width: 300px;
}
#section7 .program_list .program-list__item .program_review .program-list__review-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #657195;
}
#section7 .program_list .program-list__item .program_review .program-list__review {
  margin-left: 15px;
}
#section7 .program_list .program-list__item .program_review .program-list__review .program-list__review-item {
  margin: 10px 0 15px 0;
  font-size: 15px;
  line-height: 26px;
  color: #657195;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}
#section7 .program_list .program-list__item .program_review .program-list__review .program-list__review-item:before {
  content: '•';
  color: #096dff;
  font-size: 30px;
  position: absolute;
  top: 2px;
  left: 0;
}
#section7 .btn_wrap {
  text-align: center;
  margin-top: 40px;
}
/* ===== section8 ===== */
#section8 {
  background-image: url('../img/docs-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section8 .title_head {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
#section8 .title_head span {
  display: inline-block;
  color: #fff;
}
#section8 .title_head .title_num {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  line-height: 115px;
  font-size: 135px;
  letter-spacing: -2.5px;
  text-align: right;
  margin-right: 30px;
}
#section8 .title_head .title_text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 60px;
  font-size: 55px;
  letter-spacing: -0.5px;
  text-align: left;
}
#section8 .doc_img {
  height: 500px;
  margin: 60px 0;
  background-image: url('../img/dosc.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section8 ._title2 {
  color: #fff;
  margin-bottom: 60px;
}
#section8 .doc_slider .doc_item {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  padding-left: 35px;
  padding-right: 10px;
  line-height: 16px;
  font-size: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  color: #fff;
}
#section8 .doc_slider .doc_item span {
  position: absolute;
  top: 0;
  left: 1px;
  opacity: 0.4;
  font-weight: 700;
}
/* ===== section9 ===== */
#section9 .about__list {
  margin-top: 40px;
}
#section9 .about__list .about__item {
  text-align: center;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  padding: 50px 0;
  height: 500px;
  margin-bottom: 50px;
}
#section9 .about__list .about__item .about__title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}
#section9 .about__list .about__item .about__text {
  font-family: 'Open Sans', sans-serif;
  color: #525d83;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 50px;
  padding: 0 70px;
}
#section9 .about__list .about__item .about__company {
  display: flex;
  padding: 0 40px 0 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section9 .about__list .about__item .about__company .about__pic {
  margin-bottom: 50px;
  width: 33%;
  padding: 0 10px;
}
#section9 .about__list .about__item .about__img {
  padding: 0 90px;
}
#section9 .about__list .about__item .about__img img {
  width: 100%;
}
#section9 .logo {
  text-align: center;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
#section9 .university_item_wrap {
  margin: 90px 0 70px 0;
}
#section9 .university_item {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
#section9 .university_item .university_num {
  background-image: url('../img/Ellipse82.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 150px;
  letter-spacing: -1px;
  color: #000;
  width: 154px;
  height: 154px;
  margin: 0 auto 20px auto;
  text-align: center;
}
#section9 .university_count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
  color: #000;
  text-align: center;
}
#section9 ._sub {
  margin: 0 0 20px 0;
}
#section9 .university_users {
  text-align: center;
}
#section9 .university_users img {
  max-width: 100%;
}
/* ===== section10 ===== */
#section10 .features-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#section10 .features-list .features-list__item {
  text-align: center;
  position: relative;
  width: 265px;
}
#section10 .features-list .features-list__item:after {
  content: '';
  display: inline-block;
  width: 106px;
  height: 6px;
  background-image: url('../img/dotted.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 63px;
  right: -74px;
}
#section10 .features-list .features-list__item .features-list__num {
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1.25px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(216, 219, 230, 0.34);
  margin: 0 auto 25px auto;
}
#section10 .features-list .features-list__item .features-list__title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section10 .features-list .features-list__item .features-list__text {
  font-family: 'Open Sans', sans-serif;
  color: #657195;
  font-size: 15px;
  line-height: 26px;
}
#section10 .features-list .features-list__item.last:after {
  display: none;
}
#section10 .what__wrap {
  margin-bottom: 40px;
}
#section10 .what__wrap .what__img {
  text-align: center;
  margin-bottom: 10px;
}
#section10 .what__wrap .what__img img {
  display: inline-block;
}
#section10 .what__wrap .what__title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 25px;
}
#section10 .what__wrap .what__list {
  column-count: 1;
  margin-bottom: 30px;
}
#section10 .what__wrap .what__list .what__item {
  font-family: 'Open Sans', sans-serif;
  margin-right: 10%;
  padding-left: 27px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
}
#section10 .what__wrap .what__list .what__item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f48132;
  position: absolute;
  left: 0;
  top: 10px;
}
/* ===== section11 ===== */
#section11 .reviews__list {
  margin: 70px 0 20px 0;
}
#section11 .reviews__list .reviews__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 370px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px 35px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#section11 .reviews__list .reviews__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(224deg, #010074, #0060bc 49%, #000853);
  z-index: -1;
  opacity: 0.8;
  transition: all 0.2s linear;
}
#section11 .reviews__list .reviews__item .reviews__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#section11 .reviews__list .reviews__item .reviews__position {
  font-size: 16px;
  line-height: 20px;
}
#section11 .reviews__list .reviews__item .reviews__qoute {
  margin-top: auto;
  margin-bottom: 20px;
}
#section11 .reviews__list .reviews__item .reviews__text {
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}
#section11 .reviews__list .reviews__item .reviews__more {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
  height: 0;
  opacity: 0;
}
#section11 .reviews__list .reviews__item .reviews__more:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url('../img/arrow-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 20px;
}
#section11 .btn_wrap {
  text-align: center;
}
/* ===== section12 ===== */
#section12 {
  background-image: url('../img/bg-buy-course.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section12 ._title2 {
  color: #fff;
}
#section12 .course__list {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
#section12 .course__list .buy-course__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  cursor: pointer;
  min-height: 110px;
  margin-bottom: 10px;
}
#section12 .course__list .buy-course__item .buy-course__name {
  width: 50%;
  text-align: right;
  font-size: 18px;
  color: #fff;
  padding-right: 45px;
}
#section12 .course__list .buy-course__item .buy-course__price {
  width: 50%;
  font-weight: 700;
  font-size: 50px;
  padding-left: 60px;
}
#section12 .course__list .buy-course__item .buy-course__price span {
  font-size: 22px;
  font-weight: 400;
}
#section12 .course__list .buy-course__item:first-child {
  opacity: 1;
}
#section12 .course__list .buy-course__item:last-child {
  background-image: linear-gradient(-89deg, transparent, #077bee 47%, transparent);
}
#section12 .btn_wrap {
  text-align: center;
  margin-top: 40px;
}
#section12 .btn_wrap ._action_line {
  color: #fff;
}
/* ===== section13 ===== */
#section13 .tabs_list-plus {
  margin-top: 50px;
}
#section13 .tabs_list-plus .tab_item {
  padding: 20px 0;
  position: relative;
  border-bottom: 3px solid #f0f1f7;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
}
#section13 .tabs_list-plus .tab_item:first-child {
  border-top: 3px solid #f0f1f7;
}
#section13 .tabs_list-plus .tab_item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 28px;
  right: 12px;
  background-color: #096dff;
}
#section13 .tabs_list-plus .tab_item:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 19px;
  right: 20px;
  background-color: #096dff;
}
#section13 .tabs_list-plus .tab_item .tab_title {
  padding-right: 40px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  transition: all 0.3s;
  position: relative;
}
#section13 .tabs_list-plus .tab_item .tab_title span {
  position: absolute;
  top: 0;
  left: -20px;
}
#section13 .tabs_list-plus .tab_item .tab_text {
  padding: 20px 55px 20px 0;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 26px;
  display: none;
}
#section13 .tabs_list-plus .tab_item.active .tab_text {
  display: block;
}
#section13 .tabs_list-plus .tab_item.active:after {
  display: none;
}
/* ===== section14 ===== */
#section14 {
  background-image: url('../img/flat.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 80px 0;
}
#section14 .feedback__title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
#section14 .feedback__sub {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.58px;
  line-height: 26px;
}
#section14 ._consult_form .form_group {
  width: 98%;
}
#section14 ._consult_form ._form_consent label:before,
#section14 ._consult_form ._form_consent label:after {
  background-color: #096dff;
}
#section14 ._consult_form ._form_consent label a {
  color: #096dff;
}
/* ===== footer ===== */
footer {
  background-color: #f6f7fd;
  padding: 60px 0;
}
footer .tell {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-decoration: none;
  display: inline-block;
}
footer .tell:hover,
footer .tell:focus {
  text-decoration: underline;
}
footer ._btn {
  background-color: #000;
  letter-spacing: 1px;
}
footer ._sub_small {
  text-decoration: none;
  display: block;
}
footer .social a {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 12px;
  background-color: #000;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
footer .social a:hover,
footer .social a:focus {
  background-color: #2a276d;
}
footer .social .fb {
  background-image: url('../img/fb.svg');
  background-size: 15px;
}
footer .social .vk {
  background-image: url('../img/vk.svg');
  background-size: 30px;
}
footer .social .youtube {
  background-image: url('../img/youtube.svg');
  background-size: 30px;
}
footer .social .instagram {
  background-image: url('../img/instagram.svg');
  background-size: 30px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  header .contact_wrap .header_phone {
    display: none;
  }
  header .contact_wrap .header_phone_mob {
    display: inline-block;
  }
  #section1 .cover_box .cover_video {
    margin-bottom: 110px;
  }
  #section1 .cover_box .cover_form_wrap {
    padding: 80px 80px 60px;
    height: auto;
  }
  #section1 .cover_box .cover_form_wrap .form_title,
  #section1 .cover_box .cover_form_wrap .form__before,
  #section1 .cover_box .cover_form_wrap .form__date,
  #section1 .cover_box .cover_form_wrap .form__month {
    display: inline-block;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #section1 .cover_box .cover_form_wrap .btn_wrap {
    margin-top: 30px;
  }
  #section1 .cover_box .cover_form_wrap .form__before {
    text-transform: lowercase;
  }
  #section2 .audience_text_wrap {
    width: 50%;
  }
  #section2 .audience__img {
    width: 50%;
  }
  #section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text {
    position: static;
    text-align: left !important;
    margin: 0;
    width: auto!important;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  #section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text:nth-child(2):before {
    display: none;
  }
  #section2 .audience .audience__list .audience__item .audience__img:after {
    display: none;
  }
  #section2 .audience .audience__list .audience__item .audience__img:before {
    display: none;
  }
  #section2 .audience .audience__list .audience__item .audience__img img {
    width: 100%;
  }
  #section3 .promo__list .list_item {
    width: 50%;
  }
  #section10 .features-list .features-list__item:after {
    right: -53px;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 50px 0;
  }
  ._title1 {
    font-size: 45px;
  }
  ._title2 {
    font-size: 45px;
  }
  ._post-title {
    font-size: 15px;
  }
  #section1 .cover-list .cover-list__item {
    display: flex;
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 20px;
  }
  #section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text:nth-child(6):before {
    display: none;
  }
  #section2 .audience .audience__list .audience__item .audience_text_wrap .audience__text {
    margin-right: 0;
  }
  #section6 .numbers__item .numbers__num {
    font-size: 70px;
  }
  #section8 .title_head .title_num {
    font-size: 120px;
  }
  #section8 .title_head .title_text {
    font-size: 45px;
  }
  #section8 .doc_img {
    background-size: contain;
    height: 280px;
  }
  #section9 .about__list {
    margin-top: 0;
  }
  #section10 .features-list {
    flex-wrap: wrap;
  }
  #section10 .features-list .features-list__item {
    margin-bottom: 20px;
  }
  #section10 .features-list .features-list__item2:after {
    display: none;
  }
  #section10 .features-list .features-list__item:after {
    right: -130px;
  }
  #section14 .feedback__sub {
    margin-bottom: 20px;
  }
  footer .social a {
    width: 55px;
    height: 55px;
  }
  ._consult_form .form_group {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  ._visible_sm {
    display: block;
  }
  ._sm_hide {
    display: none !important;
  }
  header .header_burger {
    margin-left: 0;
  }
  header .contact_wrap {
    margin-right: 0;
  }
  ._title2 {
    font-size: 30px;
  }
  #section2 .audience .audience__dots .audience__name {
    margin: 0 10px;
  }
  #section2 .audience .audience__list .audience__item {
    flex-wrap: wrap;
  }
  #section2 .audience_text_wrap {
    width: 100%;
  }
  #section2 .audience .audience__list .audience__item .audience__img {
    width: 100%;
  }
  #section4 .teacher__list {
    margin-top: 35px;
  }
  #section4 .teacher__list .teacher__item.last {
    margin-bottom: 0;
  }
  #section5 .learn__block .learn_img {
    margin-top: 20px;
  }
  #section6 .numbers__item .numbers__num:before {
    display: none;
  }
  #section8 .title_head {
    flex-wrap: wrap;
  }
  #section8 .title_head .title_num {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #section8 .title_head .title_text {
    font-size: 40px;
    text-align: center;
  }
  #section8 .doc_img {
    height: 130px;
    margin: 10px 0;
  }
  #section9 .university_item_wrap {
    margin: 25px 0 25px 0;
  }
  #section9 .university_item {
    margin-bottom: 25px;
  }
  #section10 .features-list {
    margin-top: 0;
  }
  #section10 .features-list .features-list__item {
    margin-bottom: 150px;
    width: 100%;
  }
  #section10 .features-list .features-list__item:after {
    top: auto;
    bottom: -80px;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -53px;
  }
  #section10 .features-list .features-list__item2:after {
    display: block;
  }
  #section10 .features-list .features-list__item.last {
    margin-bottom: 0;
  }
  footer {
    padding: 45px 0;
  }
  footer ._btn {
    max-width: 100%;
  }
  footer ._sub_small {
    margin-bottom: 10px;
  }
  footer .btn_wrap {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  footer .social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 35px 0;
  }
  ._title1 {
    font-size: 38px;
  }
  ._title2 {
    text-align: left;
  }
  ._pre-title {
    font-size: 13px;
  }
  ._post-title {
    font-size: 14px;
  }
  ._sub {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  ._sub_white {
    font-size: 15px;
    text-align: left;
  }
  header .logo_wrap .logo {
    width: 72px;
    height: 36px;
  }
  header .header_burger .burger:before,
  header .header_burger .burger:after {
    width: 24px;
    height: 2px;
  }
  header .header_burger .burger {
    width: 24px;
    height: 2px;
  }
  header .header_burger {
    height: 24px;
    position: relative;
    top: -5px;
  }
  header .header_burger .burger:before {
    top: 8px;
  }
  header .header_burger .burger:after {
    bottom: 8px;
  }
  header .header_burger {
    margin-right: 0;
  }
  ._action_line {
    font-size: 15px;
  }
  #section1 .cover_box .cover_video {
    height: 200px;
  }
  #section1 .cover_box .cover_form_wrap {
    padding: 80px 20px 60px;
  }
  #section1 .cover-list .cover-list__item {
    flex-basis: 100%;
    width: 100%;
  }
  #section1 .cover-list {
    padding-left: 30px;
  }
  #section1 .cover_box {
    margin-bottom: -370px;
    top: 30px;
  }
  #section2 {
    padding: 40px 0 0 0;
  }
  #section2 .audience .audience__dots .audience__name {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
  }
  #section3 .promo__list .list_item {
    flex-basis: 100%;
    width: 100%;
  }
  #section4 ._title2 {
    text-align: center;
  }
  #section5 .learn__block {
    margin-top: 0;
  }
  #section5 .learn__block .learn_img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #section7 .program_list .program-list__item .program-list__headline {
    padding: 30px 60px 30px 45px;
  }
  #section7 .program_list .program-list__item.active .program-list__review {
    padding: 0 25px 30px 25px;
  }
  #section7 .program_list .program-list__item .program-list__headline .program-list__title .program-list__num {
    left: -25px;
  }
  #section7 .program_list .program-list__item .program-list__headline:before {
    right: 15px;
  }
  #section7 .program_list .program-list__item {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section7 .program_list .program-list__item .program_review {
    padding: 0 50px 25px 50px;
  }
  #section9 ._title2 {
    text-align: center;
  }
  #section9 .about__list .about__item {
    height: auto;
  }
  #section9 .about__list .about__item .about__title {
    font-size: 20px;
    padding: 0 20px;
  }
  #section9 .about__list .about__item .about__text {
    padding: 0 20px;
  }
  #section9 .about__list .about__item .about__company {
    padding: 0 20px;
  }
  #section9 .about__list .about__item .about__img {
    padding: 0 20px;
  }
  #section11 .reviews__list .reviews__item {
    padding: 20px 15px;
    height: 300px;
  }
  #section10 .features-list .features-list__item {
    margin-bottom: 20px;
  }
  #section10 .features-list .features-list__item:after {
    display: none;
  }
  #section12 ._title2 {
    text-align: center;
  }
  #section12 .course__list .buy-course__item {
    flex-direction: column;
    min-height: auto;
    margin-bottom: 30px;
    padding: 15px 0;
  }
  #section12 .course__list .buy-course__item .buy-course__name {
    width: 100%;
  }
  #section12 .course__list .buy-course__item .buy-course__price {
    width: 100%;
  }
}
/*	
	header {display: none;}
	
	#section1 {display: none;}
	#section2 {display: none;}
	#section3 {display: none;}
	#section4 {display: none;}
	#section5 {display: none;}
	#section6 {display: none;}
	#section7 {display: none;}
	#section8 {display: none;}
	#section9 {display: none;}
	#section10 {display: none;}
	#section11 {display: none;}
	#section12 {display: none;}
	#section13 {display: none;}
	#section14 {display: none;}
*/
/*# sourceMappingURL=main.css.map */
