/* 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;
}
._btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  border: none;
  background-color: #db3e3e;
  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: #ba3333;
}
._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: #db3e3e;
}
._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;
}
button {
  background: #2a276d;
}
/* ===== header ===== */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 0;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  transition: all 0.3s;
}
header .header_burger {
  border: none;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  height: 35px;
  outline: none;
  margin-left: 80px;
}
header .header_burger .burger {
  height: 3px;
  width: 35px;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
header .header_burger .burger:before,
header .header_burger .burger:after {
  content: '';
  width: 35px;
  height: 3px;
  bottom: 10px;
  display: block;
  position: absolute;
  background-color: #fff;
}
header .header_burger .burger:before {
  top: 10px;
}
header .header_burger .burger:after {
  bottom: 10px;
}
header .contact_wrap {
  text-align: 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: 150px 0 50px 0;
  background: url('../img/back/fon1.jpg') calc(70%) calc(99%) no-repeat #101079;
}
#section1 .consult_form_wrap {
  background-color: #01004b;
  padding: 30px 30px 40px;
  box-shadow: 0 2px 24px rgba(1, 0, 60, 0.35);
  position: relative;
  top: -25px;
  margin-bottom: -120px;
}
#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: #db3e3e;
}
#section1 ._consult_form .form_group {
  width: 98%;
  margin-bottom: 20px;
}
#section1 ._consult_form .form_group input {
  margin-right: 10px;
}
#section1 ._consult_form ._form_consent label {
  color: #fff;
}
#section1 ._consult_form ._form_consent label a {
  color: #9c9cb9;
}
/* ===== section2 ===== */
#section2 {
  padding: 90px 0 90px 0;
  background-color: #f6f7fd;
}
#section2 .bonus_item {
  padding: 50px 60px;
  background-color: #101079;
  box-shadow: 0 2px 24px rgba(67, 77, 106, 0.3);
  margin-bottom: 25px;
}
#section2 .bonus_item .text {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 26px;
  line-height: 40px;
  position: relative;
  padding-top: 22px;
}
#section2 .bonus_item .text:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #db3e3e;
  position: absolute;
  top: 0;
  left: 0;
}
#section2 .bonus_sub_wrap {
  margin: 60px 0 55px 0;
}
#section2 .bonus_sub_wrap .percent {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 80px;
  color: #db3e3e;
}
#section2 .btn_wrap {
  text-align: center;
}
/* ===== section3 ===== */
#section3 .video {
  height: 320px;
  background-color: green;
}
#section3 .ideas_item {
  padding-left: 60px;
  margin: 30px 0 40px 65px;
  position: relative;
}
#section3 .ideas_item:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #db3e3e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#section3 .ideas_item .ideas_title {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
#section3 .ideas_item .ideas_text {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
}
/* ===== section4 ===== */
#section4 {
  background-color: #101079;
}
#section4 ._title2 {
  color: #fff;
}
#section4 .profession_item_wrap {
  margin-top: 30px;
}
#section4 .profession_item .profession_message {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
#section4 .profession_item .profession_message .profession_img {
  width: 51px;
  height: 51px;
  display: inline-block;
}
#section4 .profession_item .profession_message .profession_name {
  color: #db3e3e;
  font-weight: 700;
  margin-bottom: 10px;
}
#section4 .profession_item .profession_message .profession_text {
  width: 100%;
  background-color: #000063;
  padding: 25px 30px;
  box-shadow: 0 2px 24px #101079;
  border-radius: 3px;
  margin-left: 16px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #fff;
}
#section4 .profession_item .profession_message .profession_text:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url('../img/message-tail.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -15px;
}
#section4 .profession_item .profession_message .profession_mark {
  padding: 5px 0 5px 20px;
  border-left: 3px solid #db3e3e;
  margin-bottom: 10px;
}
#section4 .profession_item .profession_message .profession_mark-title {
  color: #db3e3e;
  font-weight: 700;
}
#section4 .profession_item .profession_message .profession_mark-text {
  font-size: 13px;
  opacity: 0.8;
  line-height: 18px;
}
/* ===== section5 ===== */
#section5 {
  background-color: #f6f7fd;
}
#section5 .program_list_wrap {
  margin: 10px 0 65px 0;
}
#section5 .program_list_wrap .program_list {
  background-color: #db3e3e;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  padding: 30px 100px 30px 40px;
  margin-bottom: 10px;
}
#section5 .program_list_wrap .program_list .program_list_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 26px;
  letter-spacing: -0.5px;
  color: #fff;
}
#section5 .program_list_wrap .program_list_content .program_item {
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
}
#section5 .program_list_wrap .program_list_content .program_item__title {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-weight: 700;
  cursor: pointer;
  padding: 30px 100px 30px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
#section5 .program_list_wrap .program_list_content .program_item__title:after {
  position: absolute;
  right: 50px;
  width: 15px;
  height: 34px;
  content: "";
  display: block;
  background: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#section5 .program_list_wrap .program_list_content .program_item__title .text {
  padding-left: 25px;
}
#section5 .program_list_wrap .program_list_content .program_item__content {
  display: none;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #657195;
  padding: 0 100px 20px 40px;
  margin-top: -20px;
}
#section5 .program_list_wrap .program_list_content .program_item__content ._subtitle {
  padding: 15px 0 2px 0;
  font-weight: 700;
}
#section5 .btn_wrap {
  text-align: center;
}
/* ===== section6 ===== */
#section6 .teacher_name {
  margin-bottom: 7px;
}
#section6 .teacher_post {
  color: #657195;
  font-weight: 300;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
}
#section6 .box_teacher_item {
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 2px 18px rgba(168, 175, 196, 0.3);
  padding: 60px 50px;
  height: 360px;
}
#section6 .box_teacher_item .teacher_logo {
  margin-top: 70px;
  position: relative;
}
#section6 .box_teacher_item .teacher_logo:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  top: -35px;
  left: 0;
  background-color: #db3e3e;
}
#section6 .box_teacher_item .teacher_photo {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 250px;
}
#section6 .box_teacher_item .teacher_photo img {
  border-radius: 50%;
}
#section6 .teacher_item_wrap {
  margin-top: 20px;
}
#section6 .teacher_item {
  text-align: center;
  margin-bottom: 20px;
}
#section6 .teacher_item .teacher_photo {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}
#section6 .teacher_item .teacher_photo img {
  max-width: 100%;
  border-radius: 50%;
}
#section6 .teacher_item .teacher_logo {
  position: relative;
  margin-top: 5px;
}
/* ===== section7 ===== */
#section7 {
  background-color: #f6f7fd;
}
#section7 .teaching_item.last:before {
  display: none;
}
#section7 .teaching_item {
  position: relative;
  padding-top: 80px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
#section7 .teaching_item:before {
  content: '';
  display: block;
  width: 120%;
  height: 2px;
  background-color: rgba(101, 113, 149, 0.2);
  top: 18px;
  left: 15px;
  position: absolute;
}
#section7 .teaching_item .teaching_dot {
  background-color: #f6f7fd;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  left: -10px;
  top: -10px;
}
#section7 .teaching_item .teaching_dot:before {
  content: '';
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #db3e3e;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
#section7 .teaching_item ._title3 {
  margin-bottom: 10px;
}
#section7 .teaching_item ._sub_small {
  margin-bottom: 45px;
}
#section7 .teaching_item .teaching_img {
  position: relative;
}
#section7 .teaching_item .teaching_img:before {
  content: '';
  width: 90%;
  height: 20px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  position: absolute;
  bottom: -5px;
  left: 5%;
  z-index: 2;
  background-color: #fff;
}
#section7 .teaching_item .teaching_img:after {
  content: '';
  width: 80%;
  height: 20px;
  box-shadow: 0 2px 24px rgba(168, 175, 196, 0.5);
  position: absolute;
  bottom: -13px;
  left: 10%;
  z-index: 1;
  background-color: #fff;
}
#section7 .teaching_item .teaching_img img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px rgba(168, 175, 196, 0.5);
}
/* ===== section8 ===== */
#section8 {
  font-family: 'Arial', sans-serif;
  color: #fff;
  background-color: #101079;
}
#section8 ._title2 {
  color: #fff;
}
#section8 .community_img {
  position: relative;
  margin-bottom: 20px;
}
#section8 .community_img img {
  width: 100%;
  max-width: 100%;
}
#section8 .community_img .community_item {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 10px 20px 10px 35px;
  background-color: #000063;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  position: absolute;
}
#section8 .community_img .community_item:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #db3e3e;
  border-radius: 50%;
  line-height: 28px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
}
#section8 .community_img .community_item1 {
  top: 75px;
  left: 50px;
}
#section8 .community_img .community_item2 {
  top: 75px;
  right: 115px;
}
#section8 .community_img .community_item3 {
  bottom: 170px;
  right: 115px;
}
#section8 .adding {
  text-align: center;
}
#section8 .adding h2 {
  font-size: 26px;
}
#section8 .adding .adding-list {
  margin-top: 50px;
}
#section8 .adding .adding-list .adding-list-block .wrapper {
  background: #fff;
  padding: 50px 15px;
  height: 100%;
  border-radius: 1px;
}
#section8 .adding .adding-list .adding-list-block__pic {
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 20px;
}
#section8 .adding .adding-list .adding-list-block__title {
  color: #000;
}
#section8 .btn_wrap {
  text-align: center;
}
/* ===== section9 ===== */
#section9 {
  background-color: #f6f7fd;
}
#section9 .graduation_item {
  background-color: #fff;
  box-shadow: 0 2px 18px rgba(168, 175, 196, 0.3);
  padding: 40px 70px;
}
#section9 .graduation_item ._title3 {
  text-align: center;
  padding-bottom: 20px;
}
#section9 .graduation_item .graduation_content .graduation_content_img {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  text-align: center;
}
#section9 .graduation_item .graduation_content .graduation_content_img img {
  max-width: 100%;
}
#section9 .graduation_item .graduation_content .graduation_content_text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #657195;
  margin-left: 40px;
  min-width: 230px;
}
#section9 .graduation_item .graduation_content.img {
  justify-content: space-around;
}
/* ===== section10 ===== */
#section10 {
  background-color: #101079;
}
#section10 ._title2 {
  color: #fff;
  padding-bottom: 40px;
}
#section10 .resume_card {
  background-color: #fff;
  box-shadow: 0 2px 24px rgba(67, 77, 106, 0.3);
  padding: 40px 100px 40px 100px;
}
#section10 .resume_card .topname {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 40px;
}
#section10 .resume_card .header {
  border-bottom: 1px solid #e5e5f5;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
#section10 .resume_card .header .resume_person {
  display: flex;
  align-items: flex-start;
}
#section10 .resume_card .header .resume__desc {
  margin-bottom: 10px;
}
#section10 .resume_card .header .resume_photo {
  margin-right: 20px;
}
#section10 .resume_card .header .resume_photo img {
  max-width: 100%;
}
#section10 .resume_card .header .resume_name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #000;
}
#section10 .resume_card .header .resume_dev {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 26px;
  color: #657195;
}
#section10 .resume_card .header .resume__money-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 2px;
}
#section10 .resume_card .header .resume__money-count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #657195;
}
#section10 .resume_card .header .resume__money-count .low {
  font-size: 15px;
}
#section10 .resume_card .header .resume-tools__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 30px;
}
#section10 .resume_card .header .resume-tools__list {
  display: flex;
  justify-content: flex-start;
}
#section10 .resume_card .header .resume-tools__list .resume-tools_item {
  display: inline-block;
  text-align: center;
  margin-right: 25px;
}
#section10 .resume_card .header .resume-tools__list .resume-tools_item img {
  height: 40px;
}
#section10 .resume_card .header .resume-tools__list .resume-tools_item .name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 10px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #657195;
}
#section10 .resume_card .resume_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 15px;
}
#section10 .resume_card .resume_list {
  columns: 3;
}
#section10 .resume_card .resume_list .resume_list_item {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.9px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
  color: #657195;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}
#section10 .resume_card .resume_list .resume_list_item:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #db3e3e;
  top: 11px;
  left: 0;
  position: absolute;
}
#section10 .resume_diploma_wrap {
  background-color: #000063;
  padding: 50px 100px;
}
#section10 .resume_diploma_wrap .resume-diploma_title {
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 42px;
  font-size: 23px;
  letter-spacing: -0.5px;
  color: #fff;
}
#section10 .resume_diploma_wrap .resume-diploma_sub {
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.8;
}
#section10 .btn_wrap {
  text-align: right;
}
/* ===== section11 ===== */
#section11 {
  background-color: #f6f7fd;
}
#section11 ._title2 {
  margin-bottom: 45px;
}
#section11 .course_list_wrap {
  margin: 10px 0 20px 0;
}
#section11 .course_list {
  position: relative;
  padding-left: 48px;
  margin-bottom: 50px;
}
#section11 .course_list:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('../img/check.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  background-color: #db3e3e;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#section11 .diploma_wrap {
  background-color: #000063;
  padding: 60px 180px 35px 180px;
  box-shadow: 0 2px 24px rgba(1, 0, 60, 0.15);
  position: relative;
  margin-bottom: -280px;
}
#section11 .diploma_wrap .diploma_title {
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #fff;
}
@media (max-width: 500px) {
  #section11 .diploma_wrap .diploma_title {
    font-size: 24px;
  }
}
#section11 .diploma_wrap .diplama_sub {
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  font-size: 18px;
  opacity: 0.8;
  color: #fff;
}
#section11 .diploma_wrap .diploma_img_wrap {
  text-align: left;
}
#section11 .diploma_wrap .diploma_img_wrap img {
  width: 100%;
  max-width: 100%;
}
/* ===== section12 ===== */
#section12 {
  padding-top: 240px;
}
#section12 .reviews_item_wrap {
  margin: 40px 0 105px 0;
}
#section12 .reviews_item .reviews_user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7ef;
}
#section12 .reviews_item .reviews_user .photo_user {
  margin-right: 15px;
}
#section12 .reviews_item .reviews_user .photo_user img {
  width: 60px;
  max-width: 60px;
  max-height: 60px;
}
#section12 .reviews_item .reviews_user ._title3 {
  margin-bottom: 3px;
  width: 100%;
}
#section12 .reviews_item .reviews_user .position_user {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  color: #657195;
  font-size: 15px;
}
#section12 .reviews_item .reviews_user .position_user span {
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 7px;
}
#section12 .reviews_item .reviews_user .position_user .new {
  background-color: #db3e3e;
}
#section12 .reviews_item .reviews_user .position_user .pro {
  background-color: #101079;
}
#section12 .reviews_item .reviews_text {
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.8px;
  color: #657195;
}
/* ===== section13 ===== */
#section13 {
  background-color: #101079;
}
#section13 ._title2 {
  color: #fff;
}
#section13 .course_wrap {
  margin: 45px 0 0px 0;
}
#section13 .buy-course_wrap {
  background-color: #000063;
  padding: 60px 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 .course-plane__ttl {
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 400;
  opacity: 0.5;
}
#section13 .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;
  margin-bottom: 10px;
}
#section13 .buy-course_wrap .course_plane .course-plane__price-new {
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1.8px;
}
#section13 .buy-course_wrap .course_plane .course-plane__price-new span {
  font-size: 48px;
}
#section13 .buy-course_wrap .course_plane .course-plane__ttl-new {
  font-size: 23px;
  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: 50px;
  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;
}
#section13 .buy-course_wrap .course_plane .line {
  margin-top: 70px;
  border-top: 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;
}
#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: #db3e3e;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}
#section13 .guarantee_form .form_group {
  margin-bottom: 20px;
}
#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;
}
#section13 .guarantee_form ._form_consent label a {
  display: inline-block;
  color: #9c9cb9;
  padding-left: 30px;
}
/* ===== section14 ===== */
#section14 {
  padding: 90px 0 70px 0;
}
#section14 .logo {
  text-align: center;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
#section14 .university_item_wrap {
  margin: 90px 0 70px 0;
}
#section14 .university_item {
  width: 234px;
  margin: 0 auto;
  text-align: center;
}
#section14 .university_item .university_num {
  background-image: url('../img/Ellipse82_new_orange.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;
}
#section14 .university_count {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
  color: #000;
  text-align: center;
}
#section14 ._sub {
  margin: 0 0 20px 0;
}
#section14 .university_users {
  text-align: center;
}
#section14 .university_users img {
  max-width: 100%;
}
/* ===== section15 ===== */
#section15 {
  background-color: #f6f7fd;
}
#section15 .slider img {
  max-width: 100%;
  width: 100%;
}
/* ===== section16 ===== */
#section16 {
  background-color: #101079;
}
#section16 ._consult_title {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.75px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
#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_consent label {
  color: #fff;
}
#section16 ._consult_form ._form_consent label a {
  color: #9c9cb9;
}
/* ===== footer ===== */
footer {
  background-color: #f6f7fd;
  padding: 60px 0;
}
footer .tell {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-decoration: none;
  display: inline-block;
}
footer .tell:hover,
footer .tell:focus {
  text-decoration: underline;
}
footer ._btn {
  background-color: #000;
  letter-spacing: 1px;
}
footer ._sub_small {
  text-decoration: none;
  display: block;
}
footer .social a {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 12px;
  background-color: #000;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
footer .social a:hover,
footer .social a:focus {
  background-color: #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;
  }
  #section3 .ideas_item {
    margin-left: 0;
    padding-left: 0;
    padding-top: 50px;
  }
  #section3 .ideas_item:before {
    top: 0;
    left: 0;
  }
  #section11 .diploma_wrap {
    padding: 60px 80px;
  }
  #section13 .guarantee_form {
    background-color: #101079;
  }
  #section13 .guarantee_form .form_title {
    color: #fff;
    text-align: center;
  }
  #section13 .guarantee_form ._form_consent label {
    color: #fff;
  }
  #section13 .guarantee_form ._form_consent label a {
    color: #ff006c;
    padding-left: 5px;
  }
  #section13 .guarantee_form .date_wrap {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 50px 0;
  }
  #section1 {
    padding: 105px 0 50px 0;
  }
  ._title1 {
    font-size: 45px;
  }
  ._title2 {
    font-size: 45px;
  }
  ._post-title {
    font-size: 15px;
  }
  #section1 ._consult_form .form_group {
    width: 100%;
  }
  #section2 .bonus_item {
    padding: 40px;
  }
  #section2 .bonus_item .text {
    font-size: 22px;
  }
  #section2 .bonus_sub_wrap {
    margin: 5px 0 55px 0;
  }
  #section3 .ideas_item {
    margin-bottom: 0;
  }
  #section6 .box_teacher_item .teacher_photo {
    width: 195px;
  }
  #section7 .teaching_item1 {
    padding-top: 0;
  }
  #section7 .teaching_item1 .teaching_dot {
    left: auto;
    right: -110px;
  }
  #section7 .teaching_item1:before {
    width: 2px;
    height: 70%;
    right: -81px;
    left: auto;
  }
  #section7 .teaching_item2 {
    padding-top: 0;
    margin-top: 210px;
  }
  #section7 .teaching_item2 .teaching_dot {
    left: -80px;
  }
  #section7 .teaching_item2:before {
    width: 2px;
    height: 70%;
    left: -51px;
  }
  #section7 .teaching_item3 {
    padding-top: 0;
    margin-top: -80px;
  }
  #section7 .teaching_item3 .teaching_dot {
    left: auto;
    right: -110px;
  }
  #section7 .teaching_item3:before {
    width: 2px;
    height: 80%;
    right: -80px;
    left: auto;
  }
  #section7 .teaching_item4 {
    padding-top: 0;
    margin-top: 150px;
  }
  #section7 .teaching_item4 .teaching_dot {
    left: auto;
    left: -80px;
  }
  #section7 .teaching_item4:before {
    display: none;
  }
  #section8 .community_img .community_item1 {
    top: 30px;
    left: 20px;
  }
  #section8 .community_img .community_item2 {
    top: 30px;
    right: 40px;
  }
  #section8 .community_img .community_item3 {
    bottom: 60px;
    right: 40px;
  }
  #section9 .graduation_item {
    padding: 30px;
  }
  #section9 .graduation_item .graduation_content {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #section10 .resume_card .header .resume_person {
    align-items: center;
    margin-bottom: 10px;
  }
  #section10 .resume_card .header .resume__desc {
    display: inline-block;
    margin-right: 20px;
  }
  #section10 .resume_card {
    padding: 40px 50px;
  }
  #section10 .resume_diploma_wrap {
    padding: 40px 50px;
  }
  #section10 .resume_card .header .resume__money {
    display: inline-block;
  }
  #section11 .diploma_wrap {
    padding: 60px 40px;
  }
  #section16 ._consult_form .form_group {
    width: 100%;
  }
  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;
  }
  #section7 .teaching_item {
    max-width: 100%;
    padding: 0 0 50px 60px;
  }
  #section7 .teaching_item .teaching_img {
    max-width: 170px;
  }
  #section7 .teaching_item .teaching_dot {
    left: -15px;
    right: auto;
  }
  #section7 .teaching_item ._sub_small {
    margin-bottom: 20px;
  }
  #section7 .teaching_item1 {
    padding-top: 0;
    margin-top: 0;
  }
  #section7 .teaching_item1 .teaching_dot {
    left: -15px;
    right: auto;
  }
  #section7 .teaching_item1:before {
    width: 2px;
    height: 100%;
    right: auto;
    left: 14px;
  }
  #section7 .teaching_item2 {
    padding-top: 0;
    margin-top: 0;
  }
  #section7 .teaching_item2 .teaching_dot {
    left: -15px;
    right: auto;
  }
  #section7 .teaching_item2:before {
    width: 2px;
    height: 100%;
    right: auto;
    left: 14px;
  }
  #section7 .teaching_item3 {
    padding-top: 0;
    margin-top: 0;
  }
  #section7 .teaching_item3 .teaching_dot {
    left: -15px;
    right: auto;
  }
  #section7 .teaching_item3:before {
    width: 2px;
    height: 100%;
    right: auto;
    left: 14px;
  }
  #section7 .teaching_item4 {
    padding-top: 0;
    margin-top: 0;
  }
  #section7 .teaching_item4 .teaching_dot {
    left: -15px;
    right: auto;
  }
  #section7 .teaching_item4:before {
    display: none;
  }
  #section9 .graduation_item {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #section10 .resume_card .resume_list {
    columns: 2;
  }
  #section10 .resume_diploma_wrap .resume-diploma_title {
    text-align: center;
  }
  #section10 .resume_diploma_wrap .resume-diploma_sub {
    text-align: center;
    margin-bottom: 20px;
  }
  #section10 .btn_wrap {
    text-align: center;
  }
  #section11 .diploma_wrap .diploma_title {
    text-align: center;
  }
  #section11 .diploma_wrap .diplama_sub {
    text-align: center;
  }
  #section12 .reviews_item {
    margin-bottom: 40px;
  }
  #section12 .reviews_item_wrap {
    margin-bottom: 0;
  }
  #section13 .buy-course_wrap {
    padding: 50px 20px 40px;
  }
  #section13 .buy-course_wrap .course_plane .course-plane__price-new {
    font-size: 56px;
    line-height: 66px;
  }
  #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 .buy-course_wrap .course_plane .course-plane__ttl-sale {
    padding-bottom: 30px;
  }
  #section13 .guarantee_form {
    padding: 45px 50px 40px 50px;
  }
  footer {
    padding: 45px 0;
  }
  footer ._btn {
    max-width: 100%;
  }
  footer ._sub_small {
    margin-bottom: 10px;
  }
  footer .btn_wrap {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  footer .social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 35px 0;
  }
  ._title1 {
    font-size: 38px;
  }
  ._title2 {
    text-align: left;
  }
  ._pre-title {
    font-size: 13px;
  }
  ._post-title {
    font-size: 14px;
  }
  ._sub {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  ._sub_white {
    font-size: 15px;
    text-align: left;
  }
  header .logo_wrap .logo {
    width: 72px;
    height: 36px;
  }
  header .header_burger .burger:before,
  header .header_burger .burger:after {
    width: 24px;
    height: 2px;
  }
  header .header_burger .burger {
    width: 24px;
    height: 2px;
  }
  header .header_burger {
    height: 24px;
    position: relative;
    top: -5px;
  }
  header .header_burger .burger:before {
    top: 8px;
  }
  header .header_burger .burger:after {
    bottom: 8px;
  }
  #section1 .consult_form_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section1 ._consult_form ._form_consent label a {
    padding-left: 40px;
  }
  #section2 {
    padding-bottom: 40px;
  }
  #section2 .bonus_item .text {
    font-size: 20px;
  }
  #section2 .bonus_item {
    padding: 25px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section4 .profession_item .profession_message .profession_text:before {
    display: none;
  }
  #section4 .profession_item .profession_message .profession_text {
    margin-left: 0;
    padding-left: 50px;
  }
  #section4 .profession_item .profession_message {
    position: relative;
    padding-left: 0px;
    margin-left: 0;
  }
  #section4 .profession_item .profession_message .profession_img {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    top: 25px;
    left: 10px;
  }
  #section4 .profession_item .profession_message .profession_img img {
    width: 100%;
  }
  #section8 .community_img .community_item {
    display: none;
  }
  #section9 .graduation_item .graduation_content .graduation_content_text {
    min-width: auto;
  }
  #section9 .graduation_item {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section10 .resume_card .header .resume-tools__list {
    flex-wrap: wrap;
  }
  #section10 .resume_card {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 20px;
  }
  #section10 .resume_card .header .resume_photo {
    margin-bottom: 15px;
  }
  #section10 .resume_card .header .resume_person {
    margin-bottom: 20px;
  }
  #section10 .resume_card .header .resume_name {
    font-size: 23px;
  }
  #section10 .resume_card .header .resume_person {
    flex-wrap: wrap;
  }
  #section10 .resume_card .header .resume-tools__list .resume-tools_item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #section10 .resume_card .resume_list {
    columns: 1;
  }
  #section10 .resume_diploma_wrap {
    padding: 40px 10px;
    background-color: transparent;
  }
  #section11 .diploma_wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: static;
    margin-bottom: 0;
  }
  #section11 .diploma_wrap .diploma_title {
    text-align: left;
  }
  #section11 .diploma_wrap .diplama_sub {
    text-align: left;
  }
  #section11 .diploma_wrap .diploma_img_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section11 .diploma_wrap .diploma_img_wrap img {
    width: 100%;
  }
  #section11 {
    padding-bottom: 0;
  }
  #section12 {
    padding-top: 40px;
  }
  #section13 .buy-course_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  #section13 .guarantee_form {
    padding: 45px 10px 40px 10px;
  }
  #section13 .guarantee_form .form_title {
    text-align: left;
  }
  #section13 .guarantee_form .date_wrap {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #section13 .guarantee_form .date_wrap .date {
    width: 100%;
    margin-bottom: 20px;
  }
  #section16 ._consult_title {
    text-align: left;
  }
  #section16 ._sub_small_white {
    text-align: left;
  }
}
/*# sourceMappingURL=main.css.map */
