/* 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: #f4ae00;
}
._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;
}
._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 {
  padding: 145px 0 50px 0;
  background: url('../img/cover-decor.png'), linear-gradient(164.61deg, #00a4d5 4.5%, #0049bf 53.29%);
  background-position: 100% 0,0 0;
  background-repeat: no-repeat;
  background-size: auto auto,auto;
}
#section1 ._sub {
  color: #fff;
}
#section1 .consult_form_wrap {
  background-color: #01003d;
  padding: 30px 30px 40px;
  box-shadow: 0 2px 24px rgba(1, 0, 60, 0.35);
  position: relative;
}
#section1 .consult_form_wrap ._consult_title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
#section1 .consult_form_wrap ._consult_title span {
  color: #f4d700;
}
#section1 ._consult_form .form_group {
  width: 98%;
  margin-bottom: 20px;
}
#section1 ._consult_form .form_group input {
  margin-right: 10px;
}
#section1 ._consult_form .form_group button {
  background-color: #f4d700;
  color: #000;
}
#section1 ._consult_form ._form_consent label {
  color: #fff;
  display: block;
}
#section1 ._consult_form ._form_consent label:before,
#section1 ._consult_form ._form_consent label:after {
  background-color: #f4d700;
  color: #000;
}
#section1 ._consult_form ._form_consent label a {
  color: #f4d700;
}
#section1 .cover-list {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section1 .cover-list .cover-list__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.67px;
  line-height: 28px;
}
#section1 .cover-list .cover-list__item:before {
  content: '•';
  color: #f4d700;
  margin-right: 20px;
  font-size: 30px;
}
#section1 .cover-list .cover-list__item:nth-child(1) {
  width: 25%;
}
#section1 .cover-list .cover-list__item:nth-child(2) {
  width: 25%;
}
#section1 .cover-list .cover-list__item:nth-child(3) {
  width: 25%;
}
#section1 .cover-list .cover-list__item:nth-child(4) {
  width: 25%;
}
#section1 .info {
  background-color: #fff;
  padding: 56px 110px 92px 150px;
}
#section1 .info ._title2 {
  margin-bottom: 55px;
}
#section1 .info ._title3 {
  margin-bottom: 17px;
}
#section1 .info ._text {
  color: #657195;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-family: 'Open Sans', sans-serif;
}
#section1 .about-proffession {
  padding-top: 70px;
}
#section1 .about-proffession ._title2 {
  color: #fff;
}
#section1 .about-proffession .features_cards {
  margin-bottom: 50px;
}
#section1 .about-proffession .features_cards .features_cards_item {
  margin: 80px 0 50px 0;
}
#section1 .about-proffession .features_cards .features_cards_item .features_card_img {
  height: 50px;
  text-align: left;
  margin-bottom: 30px;
}
#section1 .about-proffession .features_cards .features_cards_item .features_card_img img {
  width: auto;
  display: inline-block;
}
#section1 .about-proffession .features_cards .features_cards_item ._title3 {
  color: #fff;
}
#section1 .about-proffession .features_cards .features_cards_item ._text {
  color: #fff;
  padding: 15px;
  border: 2px solid #fff;
  min-height: 140px;
  display: flex;
  align-items: center;
}
#section1 .about-proffession .btn_wrap {
  text-align: center;
  margin: 50px 0;
}
/* ===== section2 ===== */
#section2 {
  background-color: #f6f7fd;
  padding: 90px 0;
}
#section2 .career_wrap {
  padding: 30px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.3);
  background-color: #fff;
}
#section2 .career_wrap .career_list {
  border-bottom: 2px solid #edf0f9;
  padding: 15px 35px;
}
#section2 .career_wrap .career_list .career_item {
  text-align: center;
}
#section2 .career_wrap .career_list .career_item .career_img {
  margin-bottom: 20px;
}
#section2 .career_wrap .career_list .career_item .career_img img {
  display: inline-block;
}
#section2 .career_wrap .career_logos {
  margin: 50px 0 25px 0;
}
#section2 .career_wrap .career_logos .logos_item {
  text-align: center;
}
#section2 .career_wrap .career_logos .logos_item img {
  display: inline-block;
}
#section2 .consult_form_wrap {
  margin: 50px 0;
}
#section2 .consult_form_wrap ._consult_title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
}
#section2 ._consult_form .form_group {
  width: 98%;
  margin-bottom: 20px;
}
#section2 ._consult_form .form_group input {
  margin-right: 10px;
}
#section2 ._consult_form .form_group button {
  background-color: #000;
  color: #fff;
}
#section2 ._consult_form .form_group button:hover {
  background-color: #f4ae00;
  color: #000;
}
#section2 ._consult_form ._form_consent label {
  color: #000;
  display: block;
}
#section2 ._consult_form ._form_consent label:before,
#section2 ._consult_form ._form_consent label:after {
  background-color: #fff;
  color: #f4ae00;
}
#section2 ._consult_form ._form_consent label a {
  color: #000;
}
/* ===== section3 ===== */
#section3 .program_list {
  margin-top: 10px;
}
#section3 .program_list .program-list__item.active .program-list__review {
  display: block;
}
#section3 .program_list .program-list__item {
  margin-bottom: 10px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  background-color: #fff;
}
#section3 .program_list .program-list__item .program-list__headline {
  padding: 30px 100px 30px 85px;
  position: relative;
}
#section3 .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;
}
#section3 .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;
}
#section3 .program_list .program-list__item .program-list__headline .program-list__title .program-list__num {
  position: absolute;
  top: -1px;
  left: -45px;
}
#section3 .program_list .program-list__item .program-list__review {
  font-family: 'Open Sans', sans-serif;
  padding: 0 100px 30px 85px;
  display: none;
  margin-bottom: 10px;
}
#section3 .program_list .program-list__item .program-list__review .program-list__review-subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  color: #657195;
}
#section3 .program_list .program-list__item .program-list__review .rogram-list__review {
  column-count: 1;
}
#section3 .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;
}
#section3 .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;
}
#section3 .btn_wrap {
  margin: 50px 0 50px 0;
  text-align: center;
}
#section3 .btn_wrap ._action_line a {
  color: #f2a100;
}
/* ===== section4 ===== */
#section4 {
  background-color: #f6f7fd;
  padding: 80px 0;
}
#section4 .skills_list {
  margin: 50px 0;
}
#section4 .skills_list .skills_list-item {
  position: relative;
  padding-left: 30px;
  margin: 0 auto 60px auto;
}
#section4 .skills_list .skills_list-item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #f4ae00;
  border-radius: 50%;
}
/* ===== section5 ===== */
#section5 .reviews_list {
  margin: 50px 0 50px 0;
}
#section5 .reviews_list .reviews_item {
  margin-bottom: 50px;
  max-width: 540px;
}
#section5 .reviews_list .reviews_item .reviews_user {
  border-bottom: 2px solid #e6e8f0;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: flex;
}
#section5 .reviews_list .reviews_item .reviews_user .reviews__photo {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#section5 .reviews_list .reviews_item .reviews_user .reviews__photo img {
  width: 100%;
}
#section5 .reviews_list .reviews_item .reviews_user .reviews_info {
  display: flex;
  align-items: center;
}
#section5 .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;
}
#section5 .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;
}
#section5 .reviews_list .reviews_item .reviews__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #657195;
}
#section5 .video iframe {
  width: 100%;
  max-width: 100%;
  height: 430px;
}
#section5 .video {
  width: 100%;
  max-width: 100%;
  height: 430px;
}

/* ===== section6 ===== */
#section6 {
  background-image: url('../img/cover-teacher.png'), linear-gradient(164.06deg, #00a4d5 4.5%, #0049bf 53.29%);
  background-repeat: no-repeat;
  background-position: 0 20px 0 0;
  padding: 75px 0 0 0;
}
#section6 ._title2 {
  color: #fff;
}
#section6 .teacher_wrap {
  background-color: #fff;
  margin-bottom: 80px;
}
#section6 .teacher_wrap .teacher__header {
  background-color: #f2f3f7;
  padding: 40px 10px 0px 80px;
}
#section6 .teacher_wrap .teacher__header .teacher__name {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.43px;
  margin-bottom: 30px;
}
#section6 .teacher_wrap .teacher__header .teacher__position {
  font-family: 'Open Sans', sans-serif;
  color: #657195;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  max-width: 450px;
  margin-bottom: 10px;
}
#section6 .teacher_wrap .teacher__header .teacher__photo {
  text-align: center;
}
#section6 .teacher_wrap .teacher__header .teacher__photo img {
  display: inline-block;
  max-width: 100%;
}
#section6 .teacher_wrap .teacher__content {
  background-color: #fff;
  padding: 50px 50px 50px 50px;
}
#section6 .teacher_wrap .teacher__content .teacher__list .teacher__list-item {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  color: #657195;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}
#section6 .teacher_wrap .teacher__content .teacher__list .teacher__list-item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #f4ae00;
  border-radius: 50%;
}
#section6 .teacher_wrap .teacher__content .teacher__logo {
  text-align: left;
  margin-bottom: 20px;
}
#section6 .teacher_wrap .teacher__content .teacher__logo img {
  display: inline-block;
  width: 130px;
  max-width: 100%;
}
#section6 .teacher_wrap .teacher__content .video {
  height: 300px;
}
#section6 .teacher_wrap .teacher__content .video iframe {
  width: 100%;
  height: 100%;
}
#section6 .teacher_wrap .teacher__content .teacher__caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  max-width: 350px;
}
#section6 .teacher_wrap .teacher__content .teacher-count__list-item {
  display: flex;
  margin-bottom: 20px;
}
#section6 .teacher_wrap .teacher__content .teacher-count__list-item .teacher-count__list-num {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -2.2px;
  color: #000;
}
#section6 .teacher_wrap .teacher__content .teacher-count__list-item .teacher-count__list-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.5px;
  padding-left: 20px;
  max-width: 190px;
}
#section6 ._sub {
  color: #fff;
}
#section6 .skills_list {
  margin: 50px 0;
}
#section6 .skills_list .skills_list-item {
  max-width: 450px;
  position: relative;
  padding-left: 50px;
  margin: 0 auto 60px auto;
}
#section6 .skills_list .skills_list-item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #f4ae00;
  border-radius: 50%;
}
#section6 .skills_list .skills_list-item ._title3 {
  color: #fff;
}
#section6 .skills_list .skills_list-item ._text {
  color: #fff;
}
/* ===== section7 ===== */
#section7 .features-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#section7 .features-list .features-list__item {
  text-align: center;
  position: relative;
  width: 265px;
}
#section7 .features-list .features-list__item:after {
  content: '';
  display: inline-block;
  width: 106px;
  height: 6px;
  background-image: url('../img/dotted_orange.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 63px;
  right: -74px;
}
#section7 .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;
  color: #fff;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #0149bf;
  margin: 0 auto 25px auto;
}
#section7 .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;
}
#section7 .features-list .features-list__item .features-list__text {
  font-family: 'Open Sans', sans-serif;
  color: #657195;
  font-size: 15px;
  line-height: 26px;
}
#section7 .features-list .features-list__item.last:after {
  display: none;
}
#section7 .btn_wrap {
  text-align: center;
  margin: 50px 0;
}
#section7 .btn_wrap ._action_line a {
  color: #f2a100;
}
/* ===== section8 ===== */
#section8 {
  background-image: url('../img/bitmap2.png'), linear-gradient(180deg, #00a4d5, #004fa9 29%, #003895 43.4%);
  background-repeat: repeat-x, no-repeat;
  background-size: auto;
  background-position: 0 20%,0 0;
}
#section8 ._title2 {
  color: #fff;
}
#section8 ._sub {
  color: #fff;
}
#section8 .graduate-work__wrapper {
  padding: 75px 0 50px 0;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.1);
}
#section8 .graduate-work__wrapper .graduate-work_img {
  position: relative;
}
#section8 .graduate-work__wrapper .graduate-work_img .laptop {
  width: 100%;
}
#section8 .graduate-work__wrapper .graduate-work_img .ship1 {
  position: absolute;
  bottom: 50px;
  left: -200px;
}
#section8 .graduate-work__wrapper .graduate-work_img .ship2 {
  position: absolute;
  top: 0;
  right: -200px;
}
#section8 .graduate-work__wrapper .graduate-work__list-item {
  color: #fff;
}
#section8 .graduate-work__wrapper .graduate-work__list-item ._title3 {
  color: #fff;
  line-height: 30px;
}
#section8 .total__container {
  padding-top: 40px;
}
#section8 .skills_list {
  margin: 50px 0;
}
#section8 .skills_list .skills_list-item {
  max-width: 255px;
  position: relative;
  padding-left: 50px;
  margin: 0 auto 60px auto;
}
#section8 .skills_list .skills_list-item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #f4ae00;
  border-radius: 50%;
}
#section8 .skills_list .skills_list-item ._title3 {
  color: #fff;
}
#section8 .skills_list .skills_list-item ._text {
  color: #fff;
}
/* ===== section9 ===== */
#section9 .resume__card {
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  padding: 60px 100px 60px 140px;
}
#section9 .resume__card .resume__header {
  border-bottom: 1px solid #e5e5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#section9 .resume__card .resume__header .resume__person {
  display: flex;
  align-items: center;
}
#section9 .resume__card .resume__header .resume__person .resume__photo {
  width: 60px;
  margin-right: 15px;
}
#section9 .resume__card .resume__header .resume__person .resume__photo img {
  max-width: 100%;
}
#section9 .resume__card .resume__header .resume__person .resume__desc .resume__name {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.4px;
  color: #000;
}
#section9 .resume__card .resume__header .resume__person .resume__desc .resume__dev {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #657195;
}
#section9 .resume__card .resume__header .resume__money .resume__money-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #657195;
}
#section9 .resume__card .resume__header .resume__money .resume__money-count {
  font-family: 'Roboto Slab', serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #000;
}
#section9 .resume__card .resume_content .resume__title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 28px;
  color: #000;
  margin-bottom: 13px;
  margin-top: 30px;
}
#section9 .resume__card .resume_content .resume__list {
  column-count: 2;
}
#section9 .resume__card .resume_content .resume__list .resume__list-item {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  padding-left: 26px;
  letter-spacing: -0.9px;
  font-size: 15px;
  color: #657195;
  position: relative;
}
#section9 .resume__card .resume_content .resume__list .resume__list-item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #150096;
  border-radius: 50%;
}
#section9 .btn_wrap {
  text-align: center;
  margin: 50px 0 0 0;
}
#section9 .btn_wrap ._action_line {
  font-size: 20px;
  color: #000;
}
/* ===== section10 ===== */
#section10 {
  background-color: #101079;
}
#section10 ._title2 {
  color: #fff;
}
#section10 .course_wrap {
  margin: 45px 0 0px 0;
}
#section10 .buy-course_wrap {
  background-color: #00165e;
  padding: 140px 80px 40px;
  text-align: center;
  position: relative;
}
#section10 .buy-course_wrap .course_plane {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
#section10 .buy-course_wrap .course_plane .label {
  background-image: url('../img/bg-label-md.png');
  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: #020140;
}
#section10 .buy-course_wrap .course_plane .label .sale__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}
#section10 .buy-course_wrap .course_plane .label .sale_percent {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 28px;
  margin-bottom: 3px;
}
#section10 .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;
}
#section10 .buy-course_wrap .course_plane .course-plane__ttl {
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 400;
  opacity: 0.5;
}
#section10 .buy-course_wrap .course_plane .course-plane__price-old {
  font-size: 38px;
  font-weight: 300;
  opacity: 0.5;
  line-height: 58px;
  letter-spacing: -1.8px;
  position: relative;
  text-decoration: line-through;
  margin-bottom: 10px;
  color: #003895;
}
#section10 .buy-course_wrap .course_plane .course-plane__price-new {
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1.8px;
}
#section10 .buy-course_wrap .course_plane .course-plane__ttl-new {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}
#section10 .buy-course_wrap .course_plane .course-plane__item-sale {
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -1.8px;
  line-height: 70px;
}
#section10 .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);
}
#section10 .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;
}
#section10 .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;
}
#section10 .guarantee_form {
  background-color: #fff;
  height: 100%;
  padding: 45px 100px 40px 100px;
  font-family: 'Roboto', sans-serif;
}
#section10 .guarantee_form .form_title {
  line-height: 40px;
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
#section10 .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;
}
#section10 .guarantee_form .date_wrap span {
  color: #003793;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
#section10 .guarantee_form .form_group {
  margin-bottom: 20px;
}
#section10 .guarantee_form .form_group input {
  border: 2px solid #cfd6e8;
}
#section10 .guarantee_form .form_group input:focus {
  border-color: #3d3bff;
}
#section10 .guarantee_form .form_group button {
  height: 60px;
  background-color: #f4d700;
  color: #000;
}
#section10 .guarantee_form ._form_consent label {
  color: #657195;
  display: block;
}
#section10 .guarantee_form ._form_consent label a {
  display: inline-block;
  color: #f4d700;
}
#section10 .guarantee_form ._form_consent label:before,
#section10 .guarantee_form ._form_consent label:after {
  background-color: #f4d700;
  color: #000;
}
/* ===== section11 ===== */
#section11 {
  padding: 90px 0 70px 0;
}
#section11 .logo {
  text-align: center;
  margin-bottom: 35px;
}
#section11 .university_item_wrap {
  margin: 90px 0 70px 0;
}
#section11 .university_item {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
#section11 .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;
}
#section11 .university_count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
  color: #000;
  text-align: center;
}
#section11 ._sub {
  margin: 0 0 20px 0;
}
#section11 .university_users {
  text-align: center;
}
#section11 .university_users img {
  max-width: 100%;
}
#section11 .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;
}
#section11 .university__partners-wrapper ._sub {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#section11 .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;
}
#section11 .university__partners-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#section11 .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;
}
#section11 .university__partners-wrapper .content .content_item img {
  max-width: 100%;
}
/* ===== section12 ===== */
#section12 {
  background-color: #00165e;
  padding: 350px 0 100px 0;
}
#section12 .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
}
#section12 ._sub_small_white {
  margin-bottom: 20px;
}
#section12 .counter {
  font-family: 'Roboto', sans-serif;
  color: #f4d700;
  font-weight: 700;
  display: flex;
}
#section12 .counter .counter-title {
  display: inline-block;
  font-size: 30px;
  margin-right: 15px;
}
#section12 .counter .counter-text {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
}
#section12 .video {
  height: 200px;
  background-color: green;
}
/* ===== section13 ===== */
#section13 {
  background-color: #fff;
}
#section13 .slider img {
  max-width: 100%;
  width: 100%;
}
/* ===== section14 ===== */
#section14 {
  background-color: #00165e;
  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 {
  display: block;
}
#section14 ._consult_form ._form_consent label:before,
#section14 ._consult_form ._form_consent label:after {
  background-color: #f4d700;
  color: #000;
}
#section14 ._consult_form ._form_consent label a {
  color: #ecb707;
}
/* ===== 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;
}
@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-list .cover-list__item {
    margin-bottom: 20px;
  }
  #section1 .cover-list .cover-list__item:nth-child(1) {
    width: 50%;
  }
  #section1 .cover-list .cover-list__item:nth-child(2) {
    width: 50%;
  }
  #section1 .cover-list .cover-list__item:nth-child(3) {
    width: 50%;
  }
  #section1 .cover-list .cover-list__item:nth-child(4) {
    width: 50%;
  }
  #section1 .info {
    padding: 40px 60px;
  }
  #section1 .info ._text {
    margin-bottom: 20px;
  }
  #section1 .about-proffession .btn_wrap {
    margin: 50px 0 0 0;
  }
  #section1 .about-proffession .features_cards .features_cards_item ._text {
    min-height: 200px;
  }
  #section3 .btn_wrap {
    margin: 50px 0 0 0;
  }
  #section6 .teacher_wrap .teacher__content .teacher-count__list-item .teacher-count__list-num {
    font-size: 60px;
  }
  #section7 .features-list .features-list__item:after {
    right: -52px;
  }
  #section7 .btn_wrap {
    margin: 50px 0 0 0;
  }
  #section10 .guarantee_form {
    background-color: transparent;
  }
  #section10 .guarantee_form .form_title {
    color: #fff;
  }
  #section10 .guarantee_form .date_wrap {
    color: #fff;
  }
  #section10 .guarantee_form .date_wrap span {
    color: #f4d700;
  }
  #section10 .guarantee_form ._form_consent label {
    color: #fff;
  }
  #section11 .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 {
    background-image: url('../img/cover-main-t.png'), linear-gradient(136.16deg, #00a4d5 4.5%, #0049bf 53.29%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #section1 ._consult_form .form_group {
    width: 100%;
  }
  #section1 .about-proffession .features_cards .features_cards_item {
    text-align: center;
    margin: 20px 0;
  }
  #section1 .about-proffession .features_cards .features_cards_item .features_card_img {
    text-align: center;
  }
  #section1 .about-proffession .features_cards .features_cards_item ._text {
    min-height: auto;
  }
  #section2 .career_wrap .career_list .career_item {
    margin-bottom: 40px;
  }
  #section2 .consult_form_wrap {
    background-color: #fff;
    padding: 55px 20% 50px;
    box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  }
  #section2 .consult_form_wrap input {
    border: 2px solid #e6e8f0;
  }
  #section2 ._consult_form ._form_consent label:before,
  #section2 ._consult_form ._form_consent label:after {
    background-color: #f4d700;
    color: #fff;
  }
  #section2 ._consult_form ._form_consent label a {
    color: #f4d700;
  }
  #section2 {
    padding: 50px 0;
  }
  #section4 {
    padding-bottom: 0;
  }
  #section5 {
    padding: 0;
  }
  #section5 .reviews_list .reviews_item {
    margin-left: auto;
    margin-right: auto;
  }
  #section5 .video iframe {
    height: 255px;
  }
  #section5 .video {
    height: 255px;
  }
  #section6 {
    padding-top: 0;
    background-image: none;
    background-image: linear-gradient(137.22deg, #00a4d5 4.5%, #0049bf 53.29%);
  }
  #section6 .container.md-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #section6 .container.md-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }
  #section6 .teacher_wrap .teacher__content .teacher__logo {
    margin-top: 40px;
  }
  #section7 .features-list {
    flex-wrap: wrap;
  }
  #section7 .features-list .features-list__item {
    margin-bottom: 20px;
  }
  #section7 .features-list .features-list__item2:after {
    display: none;
  }
  #section7 .features-list .features-list__item:after {
    right: -130px;
  }
  #section8 .graduate-work__wrapper {
    padding-top: 0;
  }
  #section8 .graduate-work__wrapper .graduate-work_img .ship1 {
    left: -100px;
  }
  #section8 .graduate-work__wrapper .graduate-work_img .ship2 {
    right: -100px;
  }
  #section8 {
    padding-bottom: 20px;
  }
  #section9 .resume__card {
    padding: 60px 100px 60px 100px;
  }
  #section11 .university__partners-wrapper .content .content_item {
    width: 20%;
  }
  #section11 .university__partners-wrapper .content .content_item img {
    width: 80%;
  }
  #section11 .university__partners-wrapper {
    padding: 54px 30px 30px 30px;
  }
  #section12 {
    padding: 280px 0 100px 0;
  }
  #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 .career_wrap .career_logos .logos_item {
    margin-bottom: 10px;
  }
  #section2 .career_wrap {
    margin-left: -33px;
    margin-right: -33px;
  }
  #section2 .consult_form_wrap {
    margin: 25px -33px;
    padding: 55px 5% 50px;
  }
  #section3 .program_list .program-list__item .program-list__review .rogram-list__review {
    column-count: 1;
  }
  #section6 .skills_list {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #section7 .features-list .features-list__item:after {
    display: none;
  }
  #section7 .features-list .features-list__item {
    margin-left: auto;
    margin-right: auto;
    width: 510px;
  }
  #section7 {
    padding: 40px 0;
  }
  #section8 .graduate-work__wrapper .graduate-work_img .ship1 {
    left: -70px;
  }
  #section8 .graduate-work__wrapper .graduate-work_img .ship2 {
    right: -70px;
  }
  #section10 .buy-course_wrap {
    margin-left: -33px;
    margin-right: -33px;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__price-new {
    font-size: 56px;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__ttl-new {
    font-size: 18px;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__item-sale {
    font-size: 40px;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__ttl-sale {
    font-size: 15px;
  }
  #section10 .guarantee_form {
    padding: 45px 25px 40px 25px;
  }
  #section10 .guarantee_form ._form_consent label a {
    padding-left: 5px;
  }
  #section11 .university_item_wrap {
    margin-top: 20px;
  }
  #section11 .university__partners-wrapper .content .content_item {
    width: 50%;
  }
  #section11 .university__partners-wrapper .content .content_item img {
    width: 50%;
  }
  #section12 .counter {
    margin-bottom: 20px;
  }
  #section14 {
    padding: 40px 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: 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;
  }
  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 {
    background-position: 100% 0,0 0;
    background-size: contain;
    padding-bottom: 20px;
  }
  #section1 .consult_form_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section1 .cover-list .cover-list__item {
    font-size: 16px;
  }
  #section1 .cover-list .cover-list__item:nth-child(1) {
    width: 100%;
  }
  #section1 .cover-list .cover-list__item:nth-child(2) {
    width: 100%;
  }
  #section1 .cover-list .cover-list__item:nth-child(3) {
    width: 100%;
  }
  #section1 .cover-list .cover-list__item:nth-child(4) {
    width: 100%;
  }
  #section1 .info {
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px 22px 44px;
  }
  #section1 .about-proffession {
    padding-top: 20px;
  }
  #section2 .career_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section2 .consult_form_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section2 .career_wrap .career_logos .logos_item img {
    max-width: 100%;
  }
  #section6 .teacher_wrap .teacher__header {
    padding: 30px 24px;
  }
  #section8 .graduate-work__wrapper .graduate-work_img .ship1,
  #section8 .graduate-work__wrapper .graduate-work_img .ship2 {
    display: none;
  }
  #section3 .program_list .program-list__item .program-list__headline {
    padding: 15px 30px 15px 60px;
  }
  #section3 .program_list .program-list__item .program-list__headline:before {
    right: 20px;
  }
  #section3 .program_list .program-list__item .program-list__review {
    padding: 10px 30px 30px 30px;
  }
  #section4 {
    padding: 30px 0;
  }
  #section4 .skills_list .skills_list-item {
    padding-left: 35px;
  }
  #section4 .skills_list {
    margin-bottom: 0;
  }
  #section6 ._title2 {
    text-align: center;
  }
  #section6 .teacher_wrap .teacher__header .teacher__name {
    font-size: 26px;
  }
  #section6 .teacher_wrap .teacher__header {
    padding-bottom: 0;
  }
  #section6 .teacher_wrap .teacher__content {
    padding: 30px 10px;
  }
  #section6 .teacher_wrap .teacher__content .teacher-count__list-item {
    flex-wrap: wrap;
  }
  #section6 .teacher_wrap .teacher__content .teacher-count__list-item .teacher-count__list-text {
    padding-left: 0;
  }
  #section6 .teacher_wrap {
    margin-bottom: 0;
  }
  #section6 ._title2 {
    text-align: left;
  }
  #section6 .skills_list .skills_list-item {
    padding-left: 25px;
  }
  #section7 ._title2 {
    text-align: center;
  }
  #section8 ._post-title {
    margin-bottom: 20px;
  }
  #section8 .graduate-work__wrapper .graduate-work__list-item ._text {
    margin-bottom: 20px;
  }
  #section8 .graduate-work__wrapper {
    padding-bottom: 20px;
  }
  #section8 .skills_list .skills_list-item {
    padding-left: 25px;
  }
  #section8 ._title2 {
    text-align: center;
  }
  #section8 .total__container {
    padding-top: 0;
  }
  #section9 .resume__card {
    padding: 60px 20px 60px 20px;
  }
  #section9 .resume__card .resume__header .resume__person {
    margin-bottom: 10px;
  }
  #section9 .resume__card .resume__header {
    margin-bottom: 0;
  }
  #section9 .resume__card .resume_content .resume__list {
    column-count: 1;
  }
  #section9 .btn_wrap ._action_line {
    font-size: 16px;
  }
  #section10 .buy-course_wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 130px 20px 20px;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__price-new {
    line-height: 1;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__item-sale {
    line-height: 1;
  }
  #section10 .buy-course_wrap .course_plane .course-plane__ttl-sale {
    padding-bottom: 30px;
  }
  #section10 .guarantee_form .date_wrap {
    flex-wrap: wrap;
  }
  #section10 .guarantee_form .date_wrap .date {
    margin-bottom: 10px;
  }
  #section10 .guarantee_form {
    padding: 40px 0;
  }
  #section10 .guarantee_form ._form_consent label a {
    padding-left: 0px;
  }
  #section11 {
    padding: 40px 0 0 0;
  }
  #section11 .university_item {
    margin-bottom: 20px;
  }
  #section11 .university_count {
    font-size: 45px;
  }
  #section11 ._sub {
    text-align: center;
  }
  #section11 .university__partners-wrapper .university_title {
    font-size: 24px;
  }
  #section11 .university__partners-wrapper {
    padding: 54px 15px 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  #section11 .university__partners-wrapper .content .content_item img {
    width: 80%;
  }
  #section12 {
    padding: 40px 0;
  }
  #section12 .title {
    font-size: 34px;
  }
  #section13 {
    padding: 40px 0;
  }
  #section13 ._title2 {
    text-align: center;
  }
  ._form_consent label:before,
  ._form_consent label:after {
    top: 6px;
  }
  .modal-container .modal-content label:before,
  .modal-container .modal-content label:after {
    top: 6px;
  }
}
/*# sourceMappingURL=main.css.map */
