/* 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;
}
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;
}
._text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: -0.4px;
  line-height: 26px;
  font-weight: 400;
}
/* ===== Кнопки ===== */
._btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  border: none;
  background-color: #ff006c;
  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: #e80062;
}
._btn._violet {
  background-color: #a400ff;
  padding: 25px 0px;
}
._btn._violet:hover {
  background-color: #b838ff;
}
._btn._yellow {
  background-color: #f4d700;
  padding: 25px 0px;
  color: #000;
}
._btn._yellow:hover {
  background-color: #f4ae00;
}
._btn._black {
  background-color: #000;
  padding: 25px 0px;
  color: #fff;
}
._btn._black:hover {
  background-color: #3A3734;
}
._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;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
._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: #ff006c;
}
._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: #a400ff;
  text-decoration: none;
}
._action_line a:hover {
  text-decoration: underline;
}
/* ===== Модальное окно ===== */
.modal-container {
  margin: 50px auto;
  max-width: 570px;
  position: fixed;
  box-shadow: 0 2px 24px rgba(67, 77, 106, 0.3);
}
.modal-container .modal_close {
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 60px;
  background-color: #000;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
}
.modal-container .modal-content {
  padding: 60px 75px;
}
.modal-container .modal-content .modal__title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 40px;
  margin-bottom: 3px;
}
.modal-container .modal-content .modal__text {
  font-family: 'Open Sans', sans-serif;
  color: #525d83;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  margin-bottom: 42px;
}
.modal-container .modal-content .done {
  position: relative;
  padding-left: 70px;
  margin-bottom: 0;
}
.modal-container .modal-content .done:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #3d3bff;
  background-image: url('../img/done_icon.svg');
  background-repeat: no-repeat;
  background-size: 24px 18px;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
.modal-container .modal-content .form_group {
  margin-bottom: 20px;
}
.modal-container .modal-content .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%;
  border: 2px solid #cfd6e8;
}
.modal-container .modal-content .form_group button {
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 20px 0;
}
.modal-container .modal-content input[type=checkbox] {
  display: none;
}
.modal-container .modal-content label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  color: #657195;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: block;
}
.modal-container .modal-content label a {
  text-decoration: none;
  color: #f2a100;
}
.modal-container .modal-content label a:hover {
  text-decoration: underline;
}
.modal-container .modal-content label:before,
.modal-container .modal-content label:after {
  content: '';
  border-radius: 0px;
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1;
  background-color: #ff006c;
}
.modal-container .modal-content 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;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content {
    padding: 40px 25px;
  }
  .modal-container .modal_close {
    left: auto;
    right: 0;
    width: 35px;
    height: 35px;
  }
}
/* ===== ===== */
/* ===== 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 .logo_wrap {
  text-align: center;
}
header .logo_wrap .logo {
  display: inline-block;
  width: 118px;
  height: 36px;
  text-decoration: none;
}
header .logo_wrap .logo:before {
  content: "Престиж";
  color: #fff;
  font-family: Roboto, Arial, serif;
  font-size: 28px;
  letter-spacing: -1.5px;
  position: relative;
  top: 6px;
}
header .contact_wrap {
  text-align: right;
  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: linear-gradient(51.87deg, #b80042 -4.33%, #f58233 57.89%, #ffc700 115.57%);
  padding: 105px 0 10px 0;
}
#section1 ._sub_white {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#section1 .cover_box {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-bottom: 60px;
}
#section1 .cover_box .cover_video {
  height: 460px;
}
#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: 70px 80px 40px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
}
#section1 .cover_box .cover_form_wrap .label {
  background-image: url('../img/green_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;
  color: #000;
}
#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: #000;
  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 rgba(230, 232, 240, 0.2);
}
#section1 .cover-list .cover-list__item {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
#section1 .cover-list .cover-list__item:before {
  content: '•';
  color: hsla(0, 0%, 100%, 0.4);
  margin-right: 20px;
  font-size: 30px;
}
#section1 .waiting ._title2 {
  color: #fff;
}
#section1 .waiting ._title3 {
  color: #fff;
}
#section1 .waiting ._sub_white {
  max-width: 900px;
  opacity: 1;
  margin-bottom: 125px;
}
#section1 .waiting .img_wrap {
  position: relative;
  top: -40px;
}
#section1 .waiting .img_wrap img {
  max-width: 100%;
}
#section1 .waiting .waiting-features__list .waiting-features__list-item {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-left: 22px;
  color: #fff;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}
#section1 .waiting .waiting-features__list .waiting-features__list-item:before {
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  top: 12px;
  left: 1px;
  width: 6px;
}
#section1 .info_block {
  background: #fff;
  box-shadow: 0 2px 24px rgba(79, 85, 103, 0.45);
  margin: -137px auto 0;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  position: relative;
  top: 135px;
}
#section1 .info_block .img_wrap {
  text-align: center;
  margin-bottom: 15px;
}
#section1 .info_block .img_wrap img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
#section1 .info_block ._sub {
  margin: 0;
}
/* ===== section2 ===== */
#section2 {
  padding: 175px 0 0px 0;
}
#section2 ._title2 {
  margin-bottom: 24px;
}
#section2 .course-box .course-tab {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#section2 .course-box .course-tab .course-tab__item {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.92px;
  margin-right: 90px;
  margin-bottom: 10px;
  text-decoration: none;
}
#section2 .course-box .course-tab .course-tab__item .course-tab__text span {
  display: block;
}
#section2 .course-box .course-tab .course-tab__item.current:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #f48132;
}
#section2 .course-box .course-content .course-content__item {
  padding-bottom: 30px;
  display: none;
}
#section2 .course-box .course-content .course-content__item.current {
  display: block;
}
#section2 .course-box .course-content .course-content__item ._title3 {
  max-width: 435px;
  line-height: 1.5;
}
#section2 .course-box .course-content .course-content__item .text {
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
#section2 .course-box .course-content .course-content__item .img_wrap {
  text-align: center;
  position: relative;
  top: -30px;
}
#section2 .course-box .course-content .course-content__item .img_wrap img {
  display: inline-block;
  max-width: 100%;
}
/* ===== section3 ===== */
#section3 {
  padding: 100px 0 60px;
  background-color: #f6f7fd;
}
#section3 ._title2 {
  margin-bottom: 40px;
}
#section3 .what__wrap {
  margin-bottom: 40px;
}
#section3 .what__wrap .what__img {
  text-align: center;
  margin-bottom: 10px;
}
#section3 .what__wrap .what__img img {
  display: inline-block;
}
#section3 .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;
}
#section3 .what__wrap .what__list {
  column-count: 1;
  margin-bottom: 30px;
}
#section3 .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;
}
#section3 .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;
}
#section3 .btn_wrap {
  text-align: center;
}
#section3 .btn_wrap ._btn:hover {
  background-color: #3a3734;
}
#section3 .btn_wrap ._action_line a {
  color: #000;
}
/* ===== section4 ===== */
#section4 {
  padding: 65px 0 65px 0;
  background: linear-gradient(55.44deg, #b80042 -3.19%, #f58233 68.23%, #ffc700 115.02%);
}
#section4 ._title2 {
  color: #fff;
  margin-bottom: 60px;
}
#section4 ._sub {
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#section4 .instruments__list {
  border-bottom: 2px solid rgba(230, 232, 240, 0.3);
  padding-bottom: 40px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#section4 .instruments__list .instruments__item {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  position: relative;
  margin: 0 25px 40px 25px;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #fff;
  padding-left: 60px;
  display: inline-block;
}
#section4 .instruments__list .instruments__item.instruments__item1:before {
  background-image: url('../img/Photoshop.jpg');
}
#section4 .instruments__list .instruments__item.instruments__item2:before {
  background-image: url('../img/archicad.jpg');
}
#section4 .instruments__list .instruments__item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#section4 .features-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
#section4 .features-list .features-list__item {
  text-align: center;
  position: relative;
  width: 265px;
}
#section4 .features-list .features-list__item:after {
  content: '';
  display: inline-block;
  width: 106px;
  height: 6px;
  background-image: url('../img/dotted_white.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 63px;
  right: -74px;
}
#section4 .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: 108px;
  text-align: center;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  background-color: rgba(216, 219, 230, 0.34);
  margin: 0 auto 10px auto;
  color: #fff;
}
#section4 .features-list .features-list__item .features-list__title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 28px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#section4 .features-list .features-list__item .features-list__text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}
#section4 .features-list .features-list__item.last:after {
  display: none;
}
#section4 .features-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 75px;
}
#section4 .features-box .features-box__item {
  font-family: "Roboto", serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 28px;
  padding-left: 66px;
  max-width: 430px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
}
#section4 .features-box .features-box__item1 {
  background-image: url('../img/devices-icon.png');
}
#section4 .features-box .features-box__item2 {
  background-image: url('../img/cloud-icon.png');
}
#section4 .btn_wrap {
  text-align: center;
}
#section4 .btn_wrap ._btn:hover {
  background-color: #3a3734;
}
#section4 .btn_wrap ._action_line {
  color: #fff;
}
/* ===== section5 ===== */
#section5 {
  padding: 30px 0 30px 0;
}
#section5 .teacher__list {
  margin-bottom: 0px;
}
#section5 .teacher__item {
  border: 2px solid #E5E7EF;
  box-sizing: border-box;
  padding: 55px 20px 50px;
  margin-bottom: 30px;
  height: 97%;
}
#section5 .teacher__item .teacher__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
}
#section5 .teacher__item .teacher__photo img {
  max-width: 100%;
}
#section5 .teacher__item .teacher__name {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #000000;
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
#section5 .teacher__item .teacher__post {
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
}
#section5 .teacher__item .teacher__post:before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #F48132;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#section5 .teacher__item .teacher__achiv {
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
}
#section5 .audience .logo_img {
  text-align: center;
}
#section5 .audience .logo_img img {
  display: inline-block;
}
#section5 .audience ._sub {
  text-align: center;
}
#section5 .audience .audience__item_wrap1 {
  text-align: left;
}
#section5 .audience .audience__item_wrap2 {
  text-align: center;
}
#section5 .audience .audience__item_wrap3 {
  text-align: right;
}
#section5 .audience .audience__item {
  max-width: 200px;
  display: inline-block;
  text-align: left;
}
#section5 .audience .audience__item .audience__name {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 20px;
  color: #000000;
}
#section5 .audience .audience__item .audience__info {
  font-weight: 300;
  line-height: 80px;
  font-size: 80px;
  letter-spacing: -0.5px;
  font-family: "Roboto Slab", serif;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #F48132;
}
#section5 .audience .audience__item .audience__descr {
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
  max-width: 200px;
}
/* ===== section6 ===== */
#section6 {
  padding: 40px 0 200px 0;
  background: linear-gradient(20deg, #B80042 1.11%, #F58233 67.06%, #FFC700 112.96%);
}
#section6 ._title2 {
  color: #fff;
}
#section6 ._text {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
#section6 .awards {
  margin-bottom: -620px;
  position: relative;
  top: 115px;
}
#section6 .awards .award__item {
  min-height: 180px;
  padding: 30px 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(168, 175, 196, 0.5);
  text-align: left;
  position: relative;
}
#section6 .awards .award__item .award__name {
  font-weight: bold;
  line-height: 28px;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
#section6 .awards .award__item .award__text {
  line-height: 26px;
  font-size: 15px;
  color: #657195;
  letter-spacing: -0.5px;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
}
#section6 .awards .award__item .award__img {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* ===== section7 ===== */
#section7 {
  margin-top: 525px;
  padding: 20px 0 10px 0;
}
#section7 ._title2 {
  margin-bottom: 60px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#section7 .cooperation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#section7 .cooperation__list .cooperation__item {
  width: 16.66666667%;
  margin-bottom: 53px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section7 .cooperation__list .cooperation__item img {
  max-width: 100%;
}
/* ===== section8 ===== */
#section8 {
  padding: 20px 0 20px 0;
}
#section8 ._title2 {
  margin-bottom: 30px;
}
#section8 .link {
  text-decoration: none;
}
#section8 .example__item {
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #ffffff;
  padding: 30px 50px 38px 70px;
  margin-bottom: 30px;
}
#section8 .example__item .example__desc .example__title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  padding-top: 20px;
}
#section8 .example__item .example__desc .example__achiv .example__numbers .example__counts {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 55px;
  padding-top: 14px;
}
#section8 .example__item .example__desc .example__achiv .example__numbers .example__counts .sub {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
#section8 .example__item .example__desc .example__achiv .example__numbers .example__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #657195;
  padding-top: 11px;
}
#section8 .example__item .example__figure img {
  max-width: 100%;
}
/* ===== section9 ===== */
#section9 {
  background: linear-gradient(45deg, #B80042 -1.22%, #F58233 58.61%, #FFC700 114.08%);
}
#section9 ._title2 {
  color: #fff;
  margin-bottom: 20px;
}
#section9 ._sub_small_white {
  text-align: center;
  margin-bottom: 45px;
}
#section9 ._consult_form .form_group {
  width: 98%;
  margin-bottom: 20px;
}
#section9 ._consult_form .form_group input {
  margin-right: 10px;
}
#section9 ._consult_form .form_group button:hover {
  background-color: #3A3734;
}
#section9 ._consult_form ._form_consent label {
  color: #fff;
}
#section9 ._consult_form ._form_consent label a {
  color: #000;
}
#section9 ._consult_form ._form_consent label:after,
#section9 ._consult_form ._form_consent label:before {
  background-color: #000;
}
/* ===== section10 ===== */
#section10 {
  padding: 50px 0 50px 0;
}
#section10 ._sub {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#section10 .program_list {
  margin-top: 10px;
}
#section10 .program_list .program-list__item.active .program-list__review {
  display: block;
}
#section10 .program_list .program-list__item {
  margin-bottom: 10px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #fff;
}
#section10 .program_list .program-list__item .program-list__headline {
  padding: 30px 100px 30px 85px;
  position: relative;
}
#section10 .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;
}
#section10 .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;
}
#section10 .program_list .program-list__item .program-list__headline .program-list__title .program-list__num {
  position: absolute;
  top: -1px;
  left: -45px;
}
#section10 .program_list .program-list__item .program-list__review {
  font-family: 'Open Sans', sans-serif;
  padding: 0 100px 30px 85px;
  display: none;
  margin-bottom: 10px;
}
#section10 .program_list .program-list__item .program-list__review .program-list__review-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  color: #657195;
}
#section10 .program_list .program-list__item .program-list__review .rogram-list__review {
  column-count: 1;
}
#section10 .program_list .program-list__item .program-list__review .rogram-list__review .rogram-list__review-item {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #657195;
  position: relative;
  padding-left: 10px;
}
#section10 .program_list .program-list__item .program-list__review .rogram-list__review .rogram-list__review-item:before {
  content: '•';
  color: #f4d700;
  font-size: 30px;
  position: relative;
  top: 5px;
  left: -10px;
}
#section10 .btn_wrap {
  margin: 50px 0 50px 0;
  text-align: center;
}
#section10 .btn_wrap ._action_line {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
/* ===== section11 ===== */
#section11 {
  background-color: #F6F7FD;
  padding: 50px 0 50px 0;
}
#section11 ._title2 {
  margin-bottom: 40px;
}
#section11 .video {
  height: 435px;
}
#section11 .video iframe {
  height: 100%;
  width: 100%;
}
#section11 .reviews_list {
  margin: 50px 0 50px 0;
}
#section11 .reviews_list .reviews_item {
  margin-bottom: 50px;
  max-width: 540px;
}
#section11 .reviews_list .reviews_item .reviews_user {
  border-bottom: 2px solid #e6e8f0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: flex;
}
#section11 .reviews_list .reviews_item .reviews_user .reviews__photo {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#section11 .reviews_list .reviews_item .reviews_user .reviews__photo img {
  width: 100%;
}
#section11 .reviews_list .reviews_item .reviews_user .reviews_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#section11 .reviews_list .reviews_item .reviews_user .reviews_info .reviews__name {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
#section11 .reviews_list .reviews_item .reviews_user .reviews_info .reviews__post {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  opacity: 0.7;
  color: #657195;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
#section11 .reviews_list .reviews_item .reviews__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #657195;
}
#section11 .what__wrap {
  margin-bottom: 40px;
}
#section11 .what__wrap .what__img {
  text-align: center;
  margin-bottom: 10px;
}
#section11 .what__wrap .what__img img {
  display: inline-block;
}
#section11 .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;
}
#section11 .what__wrap .what__list {
  column-count: 1;
  margin-bottom: 30px;
}
#section11 .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;
}
#section11 .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 .btn_wrap {
  text-align: center;
}
#section11 .btn_wrap ._btn:hover {
  background-color: #3a3734;
}
#section11 .btn_wrap ._action_line a {
  color: #000;
}
/* ===== section12 ===== */
#section12 .tabs_list-plus {
  margin-top: 50px;
  margin-bottom: 40px;
}
#section12 .tabs_list-plus .tab_item {
  padding: 20px 0;
  position: relative;
  border-bottom: 2px solid #f0f1f7;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
}
#section12 .tabs_list-plus .tab_item:first-child {
  border-top: 2px solid #f0f1f7;
}
#section12 .tabs_list-plus .tab_item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 28px;
  right: 12px;
  background-color: #F48132;
}
#section12 .tabs_list-plus .tab_item:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 19px;
  right: 20px;
  background-color: #F48132;
}
#section12 .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;
  margin-bottom: 20px;
}
#section12 .tabs_list-plus .tab_item .tab_title span {
  position: absolute;
  top: 0;
  left: -20px;
}
#section12 .tabs_list-plus .tab_item .tab_text {
  padding: 0px 55px 0px 0;
  color: #657195;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 26px;
  display: none;
  margin-bottom: 10px;
}
#section12 .tabs_list-plus .tab_item.active .tab_text {
  display: block;
}
#section12 .tabs_list-plus .tab_item.active:after {
  display: none;
}
#section12 .btn_wrap {
  text-align: center;
}
#section12 .btn_wrap ._action_line {
  font-weight: 600;
  color: #000;
}
/* ===== section13 ===== */
#section13 {
  background: linear-gradient(20deg, #B80042 -3.19%, #F58233 68.23%, #FFC700 115.02%);
}
#section13 ._title2 {
  color: #fff;
}
#section13 ._sub {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#section13 .diplom_wrap img {
  width: 100%;
}
#section13 .result__wrap {
  margin-bottom: 40px;
}
#section13 .result__list .result__el {
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  max-width: 400px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
#section13 .result__list .result__el:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
#section13 .img_wrap {
  text-align: right;
}
#section13 .img_wrap img {
  max-width: 100%;
  display: inline-block;
  max-width: 477px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}
#section13 .course_wrap {
  margin: 45px 0 0px 0;
}
#section13 .buy-course_wrap {
  background: linear-gradient(20deg, #B80042 -3.19%, #F58233 68.23%, #FFC700 115.02%);
  padding: 140px 80px 40px;
  text-align: center;
  position: relative;
}
#section13 .buy-course_wrap .course_plane {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
#section13 .buy-course_wrap .course_plane .label {
  background-image: url('../img/green_label.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 15px;
  width: 110px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -55px;
  color: #fff;
}
#section13 .buy-course_wrap .course_plane .label .sale__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}
#section13 .buy-course_wrap .course_plane .label .sale_percent {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 28px;
  margin-bottom: 3px;
}
#section13 .buy-course_wrap .course_plane .label .sale_special {
  opacity: 0.8;
  color: #020140;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 24px;
  color: #fff;
}
#section13 .buy-course_wrap .course_plane .course-plane__ttl {
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 400;
  opacity: 0.5;
  color: #fff;
}
#section13 .buy-course_wrap .course_plane .course-plane__price-old {
  font-size: 30px;
  font-weight: 300;
  opacity: 0.9;
  line-height: 58px;
  letter-spacing: -1.8px;
  position: relative;
  text-decoration: line-through;
  margin-bottom: 10px;
  color: #fff;
}
#section13 .buy-course_wrap .course_plane .course-plane__price-new {
  font-weight: 400;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -1.8px;
}
#section13 .buy-course_wrap .course_plane .course-plane__ttl-new {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
#section13 .buy-course_wrap .course_plane .course-plane__item-sale {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: -1.8px;
  line-height: 70px;
}
#section13 .buy-course_wrap .course_plane .course-plane__ttl-sale {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.6px;
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#section13 .buy-course_wrap .course_plane .note {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.6px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
#section13 .buy-course_wrap .course_plane .note:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../img/important.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  top: 50%;
  left: 0;
  margin-top: -7px;
  position: absolute;
}
#section13 .guarantee_form {
  background-color: #fff;
  height: 100%;
  padding: 45px 100px 40px 100px;
  font-family: 'Roboto', sans-serif;
}
#section13 .guarantee_form .form_title {
  line-height: 40px;
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: center;
}
#section13 .guarantee_form .date_wrap {
  font-weight: 400;
  font-size: 15px;
  color: #657195;
  letter-spacing: -0.6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#section13 .guarantee_form .date_wrap span {
  color: #AACA00;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
#section13 .guarantee_form .form_group {
  margin-bottom: 35px;
}
#section13 .guarantee_form .form_group input {
  border: 2px solid #cfd6e8;
}
#section13 .guarantee_form .form_group input:focus {
  border-color: #3d3bff;
}
#section13 .guarantee_form .form_group button {
  height: 60px;
}
#section13 .guarantee_form ._form_consent label {
  color: #657195;
  display: block;
}
#section13 .guarantee_form ._form_consent label a {
  display: inline-block;
  color: #000;
}
#section13 .guarantee_form ._form_consent label:before,
#section13 .guarantee_form ._form_consent label:after {
  background-color: #000;
  color: #fff;
}
/* ===== section14 ===== */
#section14 {
  position: relative;
  padding: 50px 0 50px 0;
}
#section14 ._title2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#section14 .university__desc {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 45px 0;
  margin: 40px 0;
}
#section14 .university__desc .university__desc-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.7px;
  color: #000000;
  max-width: 760px;
}
#section14 .university__desc .university__numbers {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
#section14 .university__desc .university__numbers .university__count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: normal;
  font-size: 75px;
  letter-spacing: -2.2px;
  color: #000000;
  display: inline-block;
  margin-right: 25px;
}
#section14 .university__desc .university__numbers .university__text {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #657195;
  max-width: 130px;
  text-align: left;
}
#section14 .university__partners .university__title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  color: #000000;
}
#section14 .university__partners .university__partners-item {
  min-height: 180px;
  padding: 30px 50px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px rgba(67, 77, 106, 0.3);
  text-align: center;
}
#section14 .university__partners .university__partners-item .university__partners-logo {
  height: 46px;
  margin-bottom: 15px;
}
#section14 .university__partners .university__partners-item .university__partners-logo img {
  max-width: 100%;
  max-height: 100%;
}
#section14 .university__partners .university__partners-item .university__partners-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.444444px;
  color: #657195;
}
#section14 .university__bg {
  position: absolute;
  width: 100%;
  height: 519px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(20deg, #B80042 1.45%, #F58233 55%, #FFC700 112.8%);
}
#section14 .university__statistic {
  padding: 0px 0 0px 0;
  margin-top: 70px;
}
#section14 .university__statistic .university__statistic-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.7px;
  color: #FFFFFF;
}
#section14 .university__statistic .university__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
#section14 .university__statistic .university__row .university__row-num {
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 60px;
  letter-spacing: -2.22222px;
  color: #FFFFFF;
  width: 94px;
  margin-right: 15px;
}
#section14 .university__statistic .university__row .university__row-num span {
  font-size: 26px;
}
#section14 .university__statistic .university__row .university__row-text {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.444444px;
  color: #FFFFFF;
  opacity: 0.7;
  max-width: 260px;
}
/* ===== section15 ===== */
#section15 {
  padding: 50px 0 50px 0;
}
#section15 ._title2 {
  margin-bottom: 40px;
}
#section15 .signed__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#section15 .signed__list .signed__item {
  width: 16.66666667%;
  margin-bottom: 53px;
  height: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section15 .signed__list .signed__item img {
  max-width: 100%;
}
/* ===== section16 ===== */
#section16 {
  background: linear-gradient(45deg, #B80042 -1.22%, #F58233 58.61%, #FFC700 114.08%);
}
#section16 ._title2 {
  color: #fff;
  margin-bottom: 20px;
}
#section16 ._sub_small_white {
  text-align: center;
  margin-bottom: 45px;
}
#section16 ._consult_form .form_group {
  width: 98%;
  margin-bottom: 20px;
}
#section16 ._consult_form .form_group input {
  margin-right: 10px;
}
#section16 ._consult_form .form_group button:hover {
  background-color: #3A3734;
}
#section16 ._consult_form ._form_consent label {
  color: #fff;
}
#section16 ._consult_form ._form_consent label a {
  color: #000;
}
#section16 ._consult_form ._form_consent label:after,
#section16 ._consult_form ._form_consent label:before {
  background-color: #000;
}
/* ===== footer ===== */
footer {
  background-color: #f6f7fd;
  padding: 60px 0;
}
footer .logo {
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
}
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: #e80062;
}
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 .instagram {
  background-image: url('../img/instagram.svg');
  background-size: 30px;
}
/* ===== section10 ===== */
#section17 {
  padding: 90px 0 70px 0;
}
#section17 .logo {
  text-align: center;
  margin-bottom: 35px;
}
#section17 .university_item_wrap {
  margin: 90px 0 70px 0;
}
#section17 .university_item {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
#section17 .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;
}
#section17 .university_count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
  color: #000;
  text-align: center;
}
#section17 ._sub {
  margin: 0 0 20px 0;
}
#section17 .university_users {
  text-align: center;
}
#section17 .university_users img {
  max-width: 100%;
}
#section17 .university__partners-wrapper {
  box-shadow: 0 2px 24px rgba(67, 77, 106, 0.3);
  margin: 50px 0;
  padding: 54px 70px 30px 70px;
  position: relative;
  margin-bottom: -300px;
  background-color: #fff;
}
#section17 .university__partners-wrapper ._sub {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#section17 .university__partners-wrapper .university_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
  text-align: center;
}
#section17 .university__partners-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#section17 .university__partners-wrapper .content .content_item {
  width: 16.4%;
  text-align: center;
  height: 60px;
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section17 .university__partners-wrapper .content .content_item img {
  max-width: 100%;
}
@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;
  }
  #section2 .course-box .course-tab .course-tab__item {
    margin-right: 0;
  }
  #section4 .features-list {
    justify-content: center;
  }
  #section3 .what__wrap .what__list .what__item {
    height: auto;
  }
  #section4 .features-list .features-list__item:after {
    right: -53px;
  }
  #section4 .features-list .features-list__item {
    margin-bottom: 20px;
    width: 360px;
  }
  #section4 .features-list .features-list__item2:after {
    display: none;
  }
  #section4 .features-list .features-list__item:after {
    right: -60px;
  }
  #section13 .btn_wrap {
    margin: 50px 0 0 0;
  }
  #section13 .guarantee_form {
    padding: 45px 50px 40px 50px;
  }
  #section14 .university__bg {
    height: 720px;
  }
  #section17 .university__partners-wrapper .content .content_item img {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  header .contact_wrap {
    margin-right: 0;
    text-align: right;
  }
  ._title1 {
    font-size: 45px;
  }
  ._title2 {
    font-size: 45px;
  }
  ._post-title {
    font-size: 15px;
  }
  #section1 .cover_box .cover_video {
    margin-bottom: 90px;
  }
  #section1 .waiting {
    margin-bottom: 35px;
  }
  #section2 .course-box .course-tab .course-tab__item {
    width: 100%;
  }
  #section2 .course-box .course-tab .course-tab__item .course-tab__text span {
    display: inline-block;
  }
  #section3 {
    background-color: #fff;
  }
  #section3 .what__wrap .what__list {
    column-count: 2;
  }
  #section4 .instruments__list {
    column-count: 3;
  }
  #section4 .features-list .features-list__item:after {
    display: none;
  }
  #section4 .features-box .features-box__item1 {
    margin-bottom: 40px;
  }
  #section6 .awards {
    margin-bottom: -1040px;
  }
  #section7 {
    margin-top: 940px;
  }
  #section8 .example__numbers {
    margin-bottom: 25px;
  }
  #section9 ._consult_form .form_group {
    width: 100%;
    padding-right: 5px;
  }
  #section10 {
    overflow-x: hidden;
  }
  #section10 .program_list .program-list__item {
    margin: 0 -40px 10px -40px;
  }
  #section11 {
    padding: 0;
  }
  #section11 .reviews_list .reviews_item {
    margin-left: auto;
    margin-right: auto;
  }
  #section13 .result__list {
    column-count: 2;
    margin-bottom: 20px;
  }
  #section13 .result__list .result__el {
    margin-bottom: 10px;
    margin-top: 0;
  }
  #section13 .img_wrap {
    text-align: center;
  }
  #section13 .img_wrap img {
    max-width: 80%;
  }
  #section14 .university__desc .university__numbers {
    justify-content: center;
  }
  #section14 .university__bg {
    height: 1399px;
  }
  #section14 .university__statistic .university__statistic-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #section15 .signed__list .signed__item {
    width: 25%;
  }
  #section16 ._consult_form .form_group {
    padding-right: 5px;
  }
  #section16 ._consult_form .form_group {
    width: 100%;
  }
  #section17 .university__partners-wrapper .content .content_item {
    width: 20%;
  }
  #section17 .university__partners-wrapper .content .content_item img {
    width: 80%;
  }
  #section17 .university__partners-wrapper {
    padding: 54px 30px 30px 30px;
  }
  footer .social a {
    width: 55px;
    height: 55px;
  }
}
@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;
  }
  #section1 .cover-list .cover-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  #section1 .cover_box .cover_video {
    height: 300px;
  }
  #section3 {
    padding-top: 0;
  }
  #section4 .features-list .features-list__item {
    margin-bottom: 150px;
    width: 100%;
  }
  #section4 .features-list .features-list__item:after {
    top: auto;
    bottom: -80px;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -53px;
  }
  #section4 .features-list .features-list__item {
    margin-bottom: 20px;
  }
  #section4 .features-list .features-list__item.last {
    margin-bottom: 0;
  }
  #section5 .audience .audience__item_wrap1 {
    text-align: center;
  }
  #section5 .audience .audience__item_wrap3 {
    text-align: center;
  }
  #section5 .audience .audience__item {
    text-align: center;
    margin-bottom: 20px;
  }
  #section7 .cooperation__list .cooperation__item {
    width: 25%;
  }
  #section10 .program_list .program-list__item .program-list__review .rogram-list__review {
    column-count: 1;
  }
  #section11 .video {
    height: 300px;
  }
  #section13 .buy-course_wrap {
    margin-left: -33px;
    margin-right: -33px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__price-new {
    font-size: 56px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__ttl-new {
    font-size: 18px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__item-sale {
    font-size: 40px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__ttl-sale {
    font-size: 15px;
  }
  #section13 .guarantee_form {
    padding: 45px 25px 40px 25px;
  }
  #section10 .guarantee_form ._form_consent label a {
    padding-left: 5px;
  }
  #section17 .university_item_wrap {
    margin-top: 20px;
  }
  #section17 .university__partners-wrapper .content .content_item {
    width: 50%;
  }
  #section17 .university__partners-wrapper .content .content_item img {
    width: 50%;
  }
  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: center;
  }
  ._pre-title {
    font-size: 13px;
  }
  ._post-title {
    font-size: 14px;
  }
  ._sub {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  ._sub_white {
    font-size: 15px;
    text-align: left;
  }
  ._form_consent label:before,
  ._form_consent label:after {
    top: 0;
  }
  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_form_wrap {
    padding: 70px 30px 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section1 .cover_box {
    margin-bottom: 20px;
  }
  #section3 .what__wrap .what__list {
    column-count: 1;
  }
  #section4 .instruments__list {
    column-count: 1;
  }
  #section4 .instruments__list .instruments__item {
    height: auto;
  }
  #section4 .features-list .features-list__item {
    margin-bottom: 20px;
  }
  #section4 .features-list .features-list__item:after {
    display: none;
  }
  #section4 .features-box .features-box__item {
    font-size: 17px;
  }
  #section5 .audience .logo_img img {
    max-width: 100%;
  }
  #section6 .awards {
    top: 20px;
  }
  #section7 {
    margin-top: 840px;
  }
  #section7 .cooperation__list .cooperation__item {
    width: 30%;
  }
  #section8 ._title2 {
    text-align: left;
    padding-left: 20px;
  }
  #section9 ._consult_title {
    text-align: left;
  }
  #section9 ._sub_small_white {
    text-align: left;
  }
  #section10 .program_list .program-list__item .program-list__headline {
    padding: 15px 30px 15px 60px;
  }
  #section10 .program_list .program-list__item {
    margin: 0 -15px 10px -15px;
  }
  #section10 .program_list .program-list__item .program-list__headline:before {
    right: 20px;
  }
  #section10 .program_list .program-list__item .program-list__review {
    padding: 10px 30px 30px 30px;
  }
  #section13 .result__list {
    column-count: 1;
  }
  #section13 .buy-course_wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 130px 20px 20px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__price-new {
    line-height: 1;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__item-sale {
    line-height: 1;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__ttl-sale {
    padding-bottom: 30px;
  }
  #section13 .guarantee_form .date_wrap {
    flex-wrap: wrap;
  }
  #section13 .guarantee_form .date_wrap .date {
    margin-bottom: 10px;
  }
  #section13 .guarantee_form {
    padding: 40px 0;
    background-color: transparent;
  }
  #section13 .guarantee_form .form_title {
    color: #fff;
  }
  #section13 .guarantee_form .date_wrap .date {
    color: #fff;
  }
  #section13 .guarantee_form ._form_consent label {
    color: #fff;
  }
  #section13 .guarantee_form ._form_consent label a {
    padding-left: 0px;
  }
  #section14 .university__desc .university__numbers .university__text {
    max-width: 100%;
  }
  #section14 .university__statistic .university__statistic-text {
    margin-bottom: 20px;
  }
  #section15 .signed__list {
    justify-content: space-around;
  }
  #section15 .signed__list .signed__item {
    width: 30%;
  }
  #section16 ._consult_title {
    text-align: left;
  }
  #section16 ._sub_small_white {
    text-align: left;
  }
  #section17 {
    padding: 40px 0 0 0;
  }
  #section17 .university_item {
    margin-bottom: 20px;
  }
  #section17 .university_count {
    font-size: 45px;
  }
  #section17 ._sub {
    text-align: center;
  }
  #section17 .university__partners-wrapper .university_title {
    font-size: 24px;
  }
  #section17 .university__partners-wrapper {
    padding: 54px 15px 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  #section17 .university__partners-wrapper .content .content_item img {
    width: 80%;
  }
}
/*# sourceMappingURL=main.css.map */
