.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  font-family: 'Proxima nova', sans-serif;
  color: #003142;
  font-size: 18px;
  line-height: 26px;
}

.content {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.content.pad {
  padding-right: 96px;
  padding-left: 96px;
}

.content.pad.main {
  position: relative;
  z-index: 5;
}

.content.pad.grey_block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f8fa;
}

.logos_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section {
  max-width: 100%;
  padding: 120px 20px;
}

.section.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 70px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.short {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.short.hidden {
  display: none;
}

.section.grey {
  position: relative;
  background-color: #f6f9fc;
}

.section.grey.final {
  padding-bottom: 40px;
}

.section.zero {
  padding-top: 0px;
  padding-bottom: 80px;
}

.txt_preheading {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0.037em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hr {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1d2e33;
}

.hr.base {
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #ebeff2;
}

.h1 {
  position: relative;
  height: 156px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 8px;
  font-size: 103px;
  line-height: 0.7em;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.block_main_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #003142;
  font-size: 21px;
  line-height: 34px;
}

.point_6 {
  width: 6px;
  height: 6px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 6px;
  background-color: #22a264;
}

.point_6.mob {
  display: none;
  background-color: #22a264;
}

.main_features_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.text-field-2 {
  position: relative;
  z-index: 2;
  width: 33%;
  height: 40px;
  max-width: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #90989f rgba(29, 47, 51, 0.5) #fff;
  color: #1d2f33;
}

.text-field-2.phonefield.top3 {
  z-index: 1;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(29, 47, 51, 0.5);
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 18px;
  font-weight: 400;
}

.text-field-2.phonefield.top3::-webkit-input-placeholder {
  color: #1d2f33;
}

.text-field-2.phonefield.top3:-ms-input-placeholder {
  color: #1d2f33;
}

.text-field-2.phonefield.top3::-ms-input-placeholder {
  color: #1d2f33;
}

.text-field-2.phonefield.top3::placeholder {
  color: #1d2f33;
}

.text-field-2.top1 {
  z-index: 3;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(29, 47, 51, 0.5);
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #003142;
  font-size: 18px;
  font-weight: 400;
}

.text-field-2.top1::-webkit-input-placeholder {
  color: #1d2f33;
}

.text-field-2.top1:-ms-input-placeholder {
  color: #1d2f33;
}

.text-field-2.top1::-ms-input-placeholder {
  color: #1d2f33;
}

.text-field-2.top1::placeholder {
  color: #1d2f33;
}

.field-label-5 {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: left;
  font-size: 12px;
}

.field-label-5.white {
  position: relative;
  z-index: 5;
  margin-bottom: 2px;
  padding-top: 3px;
  line-height: 1.18em;
  text-align: left;
}

.green {
  color: #22a264;
  font-weight: 800;
}

.success-message {
  padding-left: 0px;
  border-top: 1px solid #fff;
  background-color: transparent;
  text-align: left;
}

.top_form_free3day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt_spasibo {
  color: #1d2f33;
}

.checkbox-field-3 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.checkbox-field-3.form1 {
  position: relative;
  left: 0px;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin: 15px auto 44px 0px;
  text-align: center;
}

.checkbox-field-3.form1.top {
  margin-bottom: 0px;
}

.btn_ghost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f60042;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_ghost:hover {
  background-color: #f60042;
}

.btn_ghost.topform {
  width: 260px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-width: 4px;
  border-color: #0eb87a;
  background-image: url('../images/Rectangle-15_1Rectangle 15.png');
  background-position: 82% 49%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #13232f;
  font-size: 16px;
  line-height: 11px;
}

.btn_ghost.topform:hover {
  background-color: #0eb87a;
  color: #fff;
}

.btn_ghost.topform.main {
  display: block;
  width: 100%;
  max-width: 240px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-width: 3px;
  border-color: #22a264;
  background-image: none;
  color: #1d2f33;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.btn_ghost.topform.main:hover {
  background-color: #22a264;
  color: #fff;
}

.btn_ghost.std {
  width: 264px;
  margin: 24px auto 24px 0px;
  border-width: 3px;
  border-color: #22a264;
  border-radius: 3px;
  color: #1d2f33;
  font-size: 16px;
}

.btn_ghost.std:hover {
  background-color: #22a264;
  color: #fff;
}

.btn_ghost.std.ctr {
  margin-bottom: 40px;
  margin-left: auto;
}

.btn_ghost.std.ctr.long {
  width: 31%;
  margin-top: 40px;
  margin-bottom: 0px;
  border-color: #22a264;
  border-radius: 3px;
}

.btn_ghost.std.ctr.long:hover {
  background-color: #22a264;
}

.btn_ghost.std.full {
  width: 100%;
  margin-top: 40px;
/*  padding-top: 14px;
  padding-bottom: 13px;*/
  padding: 18px 30px;
}

.link-3 {
  color: #1d2f33;
  line-height: 1.1em;
}

.field_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.field_box2.last {
  width: 30%;
  margin-right: 0px;
  border-bottom: 2px none rgba(11, 39, 46, 0.5);
  font-size: 16px;
}

.form-block-free3days {
  position: static;
  width: 100%;
  margin: 5% auto 0px 0px;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #1d2f33;
}

.heading_spasibo {
  color: #22a264;
  font-size: 30px;
  font-weight: 900;
}

.red-3 {
  color: #ff3535;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  padding-bottom: 0px;
  background-color: #74bccc;
}

.checkbox:active {
  background-color: #74bccc;
}

.checkbox.w--redirected-checked {
  background-color: #74bccc;
  background-size: 10px;
}

.field_border2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 696px;
  margin-top: 7px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #acbcfd;
  border-radius: 2px;
}

.form-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading_top_form {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #003142;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  text-align: left;
}

.txt_text-field {
  display: none;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
}

.bg_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100vh;
}

.bg_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(230, 250, 255, 0.9);
  opacity: 0.8;
  mix-blend-mode: screen;
}

.block_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_block_logo {
  margin-right: 48px;
}

.course_specif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.course_specif_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.course_specif_img {
  margin-right: 8px;
}

.header {
  max-width: 100%;
  padding: 120px 20px;
}

.header.logos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #1d2f33;
  font-size: 18px;
  line-height: 28px;
}

.block_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block_about_txt {
  max-width: 446px;
  padding-top: 38px;
}

.block_about_txt.anim_block {
  position: relative;
  z-index: 2;
}

.block_about_img {
  position: relative;
  width: 364px;
  height: 568px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f2f6f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f2f6f7);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #22a264;
  font-size: 32px;
  font-weight: 800;
}

.h2.add_desc {
  margin-bottom: 16px;
}

.h2.about_main {
  line-height: 44px;
}

.img_container {
  position: absolute;
  left: auto;
  top: 127px;
  right: -3%;
  bottom: auto;
  max-width: 110%;
}

.li_red_bullit {
  display: inline-block;
  max-width: 50%;
  min-height: 90px;
  padding-right: 30px;
  padding-left: 24px;
  background-image: url('../images/img_bullit.svg');
  background-position: 0px 11px;
  background-size: auto;
  background-repeat: no-repeat;
}

.h2_after {
  color: rgba(29, 47, 51, 0.8);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.pdf_download {
  position: absolute;
  left: auto;
  top: 9px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  background-image: url('../images/ant-design_file-pdf-filled.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #1d2f33;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.programm_header {
  position: relative;
}

.block_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_speakers__item {
  width: 22%;
  margin-top: 40px;
  margin-right: 4%;
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 47, 64, 0.2);
}

.img_speaker {
  display: block;
}

.about_speaker.author_video {
  max-width: 340px;
}

.speaker_position {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.surname {
  text-transform: uppercase;
}

.speaker_name {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #22a264;
  font-size: 20px;
  font-weight: 700;
}

.speaker_name.video {
  margin-top: 8px;
}

.txt_marg {
  margin-bottom: 48px;
}

.block_how {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_how_header {
  width: 50%;
}

.block_how_proccess {
  width: 50%;
}

.li_how {
  margin-left: -71px;
  padding-top: 2px;
  padding-bottom: 46px;
  padding-left: 85px;
  background-image: url('../images/point_1_process.svg'), url('../images/line_1_process.svg');
  background-position: 16px 0px, 31px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-y;
  list-style-type: none;
}

.li_how.point2 {
  background-image: url('../images/point_2_process.svg'), url('../images/line_1_process.svg');
  background-position: 14px 0px, 31px 0px;
}

.li_how.point3 {
  background-image: url('../images/point_3_process.svg'), url('../images/line_1_process.svg');
  background-position: 11px 0px, 31px 0px;
}

.li_how.point4 {
  padding-bottom: 0px;
  background-image: url('../images/point_4_process.svg');
  background-position: 1px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.doc_sel-2 {
  width: 100%;
  max-width: 492px;
  margin-bottom: 40px;
  margin-left: -8px;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 80px;
  border-bottom: 3px solid #d7d8e3;
  background-image: none;
}

.doc_sel-2.doc1 {
  margin-top: 16px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #747580;
  background-image: none;
  opacity: 0.5;
  cursor: pointer;
}

.doc_sel-2.doc1.active {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom: 2px none #15a089;
  background-image: none;
  opacity: 1;
  cursor: default;
}

.doc_sel-2.doc3 {
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom: 2px none #747580;
  opacity: 0.5;
  cursor: pointer;
}

.doc_sel_panel-2 {
  position: relative;
  width: 50%;
  margin-right: 0px;
  padding-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block_docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400;
}

.pag {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #d0d7e0;
}

.pag.active {
  background-color: #13232f;
}

.doc_view {
  width: 100%;
  max-width: 804px;
  min-height: 500px;
  border-radius: 5px;
  background-color: #c0c0c8;
}

.doc_view.sert1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  min-height: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/udost.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.doc_view.sert11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  min-height: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/logo_iq-1.svg'), url('../images/Asset-2-1_1Asset 2 1.png'), url('../images/vertical_frame.jpg');
  background-position: 0px 120px, 0px 0%, 100% 0%;
  background-size: 98px, 100px, 320px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.txt_doc_name-2 {
  display: inline;
  margin-right: -7px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding-right: 7px;
  padding-left: 7px;
  color: #13232f;
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
  font-weight: 800;
}

.txt_doc_name-2.active {
  background-color: #22a264;
  color: #fff;
}

.txt_doc_name-2.disabled {
  background-color: #eff1f2;
}

.doc_doc11 {
  display: none;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paginator {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.doc_doc1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_doc_sel-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 7px;
  color: #13232f;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
  letter-spacing: 0px;
}

.video_how {
  width: 100%;
  margin-bottom: 48px;
}

.note_bold {
  color: #8c8e8f;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.block_ref_auditor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_ref {
  width: 50%;
}

.block_auditor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ref__item {
  margin-left: -57px;
  padding-top: 16px;
  padding-left: 60px;
  background-image: url('../images/img_kov.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.txt_cyt {
  font-style: italic;
}

.block_auditor__item {
  width: 368px;
  margin-top: -36px;
  padding: 36px 48px;
  background-color: #f6f9fc;
}

.audit_fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
}

.counting {
  width: 110px;
  margin-right: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 52px;
  line-height: 54px;
  font-weight: 800;
  text-align: right;
}

.block_audit_fact {
  margin-top: 80px;
}

.block_why_school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_why_school_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.block_why_school_right {
  width: 50%;
}

.li_why {
  margin-bottom: 12px;
  margin-left: -20px;
  padding-left: 36px;
  background-image: url('../images/yes_green.svg');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
}

.price_left {
  width: 100%;
  max-width: 500px;
  padding-right: 0px;
}

.input_std {
  height: 54px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: transparent transparent #dee1ed;
  background-color: transparent;
  font-size: 20px;
}

.input_std:hover {
  border-bottom-color: #0b1123;
}

.input_std:focus {
  border-bottom-color: #fff;
  background-color: #dce8fa;
}

.input_std::-webkit-input-placeholder {
  color: #1d2f33;
}

.input_std:-ms-input-placeholder {
  color: #1d2f33;
}

.input_std::-ms-input-placeholder {
  color: #1d2f33;
}

.input_std::placeholder {
  color: #1d2f33;
}

.input_std.phonefield::-webkit-input-placeholder {
  color: #1d2f33;
}

.input_std.phonefield:-ms-input-placeholder {
  color: #1d2f33;
}

.input_std.phonefield::-ms-input-placeholder {
  color: #1d2f33;
}

.input_std.phonefield::placeholder {
  color: #1d2f33;
}

.label {
  display: none;
}

.success_message {
  padding: 0px;
  background-color: transparent;
}

.txt_copyright {
  margin-top: 106px;
  opacity: 0.5;
  color: #13232f;
  font-size: 14px;
  line-height: 24px;
}

.price_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price_right {
  width: 100%;
  max-width: 640px;
  padding-left: 175px;
}

.green_span2 {
  display: inline-block;
  margin-bottom: 24px;
  margin-left: 0px;
  color: #22a264;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
}

.txt_price {
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  background-color: #22a264;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.price_bottom {
  margin-top: 20px;
}

.link {
  color: #13232f;
  text-decoration: none;
}

.form {
  margin-top: 0px;
}

.txt_old_price {
  display: inline-block;
  margin-left: 20px;
  opacity: 0.5;
  font-family: 'Proxima nova', sans-serif;
  color: #13232f;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  text-decoration: line-through;
}

.rub {
  font-family: Rouble, sans-serif;
  font-size: 24px;
}

.txt_about_price {
  margin-top: 60px;
  padding-right: 51px;
}

.txt_about_price.mobile {
  display: none;
  margin-top: 40px;
}

.btn_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f60042;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_full:hover {
  background-color: #f60042;
}

.btn_full.last {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0px;
  padding: 18px 16px 16px;
  border: 3px none #99e359;
  border-radius: 3px;
  background-color: #22a264;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.btn_full.last:hover {
  border-style: none;
  border-color: #acff64;
  background-color: rgba(34, 162, 100, 0.8);
}

.thank_you {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.html-embed {
  margin-bottom: 40px;
}

.span_h1_online {
  display: inline-block;
  color: #22a264;
}

.span_h1_small {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.28em;
  line-height: 1.2em;
  letter-spacing: 0em;
}

.span_h1_hidden {
  display: none;
}

.block_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_features__item {
  width: 32%;
  height: 240px;
  margin-right: 2%;
  margin-bottom: 96px;
  border-bottom: 1px solid rgba(0, 47, 64, 0.2);
  font-weight: 600;
}

.block_features__item.link_tst_period {
  width: 32%;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.block_features__item.link_tst_period:hover {
  background-color: #22a264;
  color: #fff;
  text-decoration: none;
}

.block_features__item_img {
  height: 105px;
}

.link_tst_period {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #22a264;
  text-align: center;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.link_tst_period:hover {
  text-decoration: underline;
}

.icn_3day {
  height: 64px;
  margin-top: 12px;
  margin-left: 20px;
}

.block_img_speaker {
  position: relative;
  overflow: hidden;
}

.logo_block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100px;
  background-image: url('../images/bg_logo.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img_logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.img_logo.econica {
  width: 80px;
}

.img_logo.nlmk {
  width: 65px;
}

.img_logo.delic {
  width: 40px;
}

.nobr {
  white-space: nowrap;
}

.block_about_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blue {
  color: #003142;
}

.block_about_logos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 364px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

.block_about_logos__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 98px;
  margin-right: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.img_logo_about.cian {
  margin-top: -10px;
}

.block_about_img2 {
  position: relative;
  width: 364px;
  height: 568px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f2f6f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f2f6f7);
}

.img_container2 {
  position: absolute;
  left: auto;
  top: 137px;
  right: auto;
  bottom: auto;
  max-width: 110%;
}

.illustr_1 {
  position: absolute;
  left: -26px;
  top: 84px;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.illustr_2 {
  position: absolute;
  top: 30px;
  right: 100px;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.illustr_3 {
  position: absolute;
  top: 109px;
  right: 147px;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.illustr_4 {
  position: absolute;
  top: 69px;
  right: -60px;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.illustr_5 {
  position: absolute;
  top: 208px;
  right: -42px;
  bottom: auto;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.illustr_6 {
  position: absolute;
  top: 52px;
  right: 21px;
  -webkit-transform: translate(-48px, 62px);
  -ms-transform: translate(-48px, 62px);
  transform: translate(-48px, 62px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media screen and (min-width: 1440px) {
  .txt_preheading {
    letter-spacing: 0.042em;
  }

  .h1 {
    font-size: 102px;
  }
}

@media screen and (min-width: 1920px) {
  .section.main {
    min-height: 90vh;
  }

  .txt_preheading {
    font-size: 16px;
    letter-spacing: 0.041em;
  }

  .h1 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .content.pad {
    padding-right: 48px;
    padding-left: 48px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .txt_preheading {
    font-size: 16px;
    line-height: 1.3em;
    white-space: normal;
  }

  .hr {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .h1 {
    height: auto;
    font-size: 9vw;
  }

  .block_main_features {
    padding-right: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .point_6 {
    margin-top: 8px;
    margin-right: 6px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .point_6.mob {
    display: block;
  }

  .main_features_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6vw;
    line-height: 21px;
  }

  .text-field-2.top1 {
    margin-right: 16px;
  }

  .top_form_free3day {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .checkbox-field-3.form1 {
    width: 440px;
    margin-right: auto;
    margin-left: 0px;
    text-align: center;
  }

  .btn_ghost.topform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }

  .btn_ghost.topform.main {
    max-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn_ghost.std.ctr.long {
    width: 50%;
    max-width: 368px;
  }

  .btn_ghost.std.full {
    display: none;
  }

  .field_box2 {
    width: 32%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .field_box2.last {
    width: 32%;
    padding-right: 0px;
  }

  .form-block-free3days {
    max-width: none;
    margin-top: 32px;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .field_border2 {
    max-width: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading_top_form {
    font-size: 18px;
  }

  .link_block_logo {
    margin-right: 24px;
  }

  .block_about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .block_about_txt {
    width: 60%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 24px;
    text-align: left;
  }

  .block_about_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: auto;
    margin: 0px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .h2.docs {
    width: 100%;
  }

  .h2.about_main {
    margin-bottom: 0px;
    line-height: 1.4em;
  }

  .img_container {
    position: static;
    margin-left: -16px;
  }

  .li_red_bullit {
    margin-bottom: 24px;
  }

  .h2_after {
    display: block;
  }

  .block_speakers__item {
    width: 30%;
  }

  .block_how_header {
    padding-right: 30px;
  }

  .doc_sel-2.doc1 {
    width: 33%;
    max-width: none;
    margin-right: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .doc_sel-2.doc1.active {
    width: 49%;
    height: 150px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .doc_sel-2.doc3 {
    width: 49%;
    height: 150px;
    max-width: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .doc_sel_panel-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .block_docs {
    margin-top: 120px;
  }

  .doc_view.sert1 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    background-position: 0% 0%;
    background-size: contain;
  }

  .doc_view.sert11 {
    width: 91%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .txt_doc_name-2 {
    display: inline;
    max-width: 200px;
    font-size: 21px;
  }

  .txt_doc_name-2.active {
    font-size: 19px;
  }

  .txt_doc_name-2.disabled {
    font-size: 19px;
  }

  .doc_doc11 {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doc_doc1 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_doc_sel-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .block_ref_auditor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block_ref {
    padding-right: 24px;
  }

  .block_auditor {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ref__item {
    background-position: 20px 0px;
  }

  .block_why_school_left {
    padding-right: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .input_std {
    font-size: 20px;
  }

  .txt_copyright {
    display: block;
  }

  .price_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price_right {
    max-width: 500px;
    padding-left: 0px;
  }

  .txt_price {
    font-size: 42px;
  }

  .form {
    display: block;
    max-width: 468px;
    margin-top: 54px;
    margin-right: auto;
    margin-left: 0px;
  }

  .txt_old_price {
    font-size: 42px;
  }

  .txt_about_price {
    display: none;
    margin-top: 40px;
  }

  .txt_about_price.mobile {
    display: block;
  }

  .btn_full.last {
    display: block;
    margin-top: 32px;
  }

  .txt_about {
    text-align: left;
  }

  .block_features {
    margin-top: 80px;
  }

  .block_about_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block_about_logos {
    width: 40%;
    margin: 0px auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_about_logos__item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .block_about_img2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: auto;
    margin: 0px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_container2 {
    position: static;
    margin-left: -16px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 17px;
    line-height: 24px;
  }

  .content.pad {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content.pad.main {
    padding: 40px 20px;
  }

  .content.pad.grey_block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content.pad.speakers_cont {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logos_block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.speakers {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block_offer {
    padding-right: 20px;
  }

  .txt_preheading {
    line-height: 24px;
  }

  .h1 {
    font-size: 10vw;
  }

  .block_main_features {
    padding-top: 12px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main_features_item {
    width: 49%;
    margin-bottom: 12px;
    font-size: 2.2vw;
  }

  .text-field-2.phonefield.top3 {
    width: 100%;
    height: 44px;
    margin-right: 0px;
    border-width: 1px;
    border-color: #acbcfd #acbcfd rgba(29, 47, 51, 0.5);
  }

  .text-field-2.top1 {
    width: 100%;
    height: 44px;
  }

  .top_form_free3day {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-field-3.form1 {
    width: 300px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: 0px;
  }

  .checkbox-field-3.form1.top {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .btn_ghost {
    margin-top: 20px;
  }

  .btn_ghost.topform {
    margin-left: 0px;
  }

  .btn_ghost.topform.main {
    max-width: none;
    margin-top: 16px;
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_ghost.std.ctr.long {
    width: 100%;
  }

  .field_box2 {
    display: block;
    width: 32%;
    height: 44px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .field_box2.last {
    width: 32%;
    padding-right: 0px;
  }

  .form-block-free3days {
    margin-top: 42px;
    margin-right: auto;
    margin-left: auto;
  }

  .field_border2 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    background-color: transparent;
  }

  .heading_top_form {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
  }

  .course_specif {
    display: none;
  }

  .block_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block_about_txt {
    width: 80%;
    padding-right: 0px;
  }

  .block_about_txt.main_about {
    width: 100%;
  }

  .block_about_img {
    display: none;
    width: 60%;
    margin-bottom: 40px;
    background-image: none;
  }

  .h2 {
    margin-bottom: 40px;
    text-align: center;
  }

  .li_red_bullit {
    max-width: 100%;
    min-height: 60px;
  }

  .h2_after {
    display: block;
  }

  .pdf_download {
    top: 16px;
    right: 16px;
  }

  .programm_header {
    position: static;
  }

  .block_speakers {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block_speakers__item {
    width: 54%;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .txt_marg {
    text-align: center;
  }

  .block_how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_how_header {
    width: 100%;
  }

  .block_how_proccess {
    width: 90%;
    margin-left: 20px;
  }

  .li_how {
    width: 100%;
    max-width: 468px;
  }

  .doc_sel-2.doc1 {
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .doc_sel-2.doc1.active {
    width: 100%;
    height: auto;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .doc_sel-2.doc3 {
    width: 100%;
    height: auto;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }

  .doc_sel_panel-2 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .block_docs {
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .doc_view.sert1 {
    width: 399px;
    height: 330px;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0% 100%;
    background-size: cover;
  }

  .doc_view.sert11 {
    width: 399px;
    height: 380px;
    max-width: none;
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0px 120px, 0px 0%, 100% 0%;
    background-size: auto, auto, auto 370px;
  }

  .doc_doc11 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doc_doc1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt_doc_sel-2 {
    display: block;
    padding-top: 0px;
    text-align: center;
  }

  .video_how {
    margin-bottom: 24px;
  }

  .block_ref_auditor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_ref {
    width: 100%;
    padding-right: 0px;
  }

  .block_auditor {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ref__item {
    background-position: 50px 0px;
  }

  .block_auditor__item {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .block_why_school {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_why_school_left {
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .block_why_school_right {
    width: 100%;
  }

  .li_why {
    max-width: 468px;
    margin-left: 0px;
  }

  .input_std {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .price_right {
    max-width: none;
  }

  .txt_price {
    font-size: 30px;
    line-height: 44px;
  }

  .price_bottom {
    text-align: center;
  }

  .txt_old_price {
    font-size: 30px;
    line-height: 44px;
  }

  .btn_full {
    margin-top: 20px;
  }

  .btn_full.last {
    margin-left: 0px;
  }

  .block_features__item {
    width: 48%;
    margin-right: 4%;
  }

  .block_features__item.link_tst_period {
    width: 48%;
  }

  .logo_link {
    margin-right: 20px;
  }

  .block_about_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_about_logos {
    width: 100%;
    margin-top: 60px;
  }

  .block_about_logos__item {
    width: 30%;
  }

  .block_about_img2 {
    display: none;
    width: 60%;
    margin-bottom: 40px;
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .block_offer {
    padding-right: 0px;
  }

  .txt_preheading {
    font-size: 14px;
    line-height: 1.3em;
  }

  .h1 {
    font-size: 15vw;
    line-height: 0.9em;
  }

  .block_main_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .point_6 {
    margin-left: 0px;
  }

  .main_features_item {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .field-label-5 {
    text-align: left;
  }

  .checkbox-field-3.form1 {
    margin-top: 10px;
  }

  .checkbox-field-3.form1.top {
    margin-left: 0px;
  }

  .btn_ghost.topform {
    position: absolute;
    left: 20px;
    top: auto;
    right: auto;
    bottom: -92px;
  }

  .btn_ghost.topform.main {
    position: static;
  }

  .btn_ghost.std {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .btn_ghost.std.ctr.long {
    display: none;
    max-width: 280px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }

  .field_box2 {
    width: 100%;
    padding-right: 0px;
  }

  .field_box2.last {
    width: 101%;
  }

  .heading_spasibo {
    display: block;
    margin-top: 24px;
  }

  .heading_top_form {
    line-height: 25px;
  }

  .link_block_logo {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0%;
  }

  .block_about_txt {
    width: 100%;
  }

  .block_about_img {
    width: 100%;
  }

  .h2 {
    text-align: center;
  }

  .h2_after {
    margin-top: 24px;
  }

  .block_speakers__item {
    width: 60%;
    padding-right: 10px;
  }

  .speaker_name {
    font-size: 18px;
    line-height: 20px;
  }

  .speaker_name.video {
    font-size: 18px;
    line-height: 20px;
  }

  .txt_marg {
    margin-bottom: 28px;
  }

  .block_how_proccess {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .ul_how {
    padding-left: 0px;
  }

  .li_how {
    max-width: none;
    margin-left: 0px;
    padding-left: 60px;
  }

  .doc_sel-2.doc1 {
    margin-right: 10px;
  }

  .doc_sel-2.doc1.active {
    margin-right: 10px;
    line-height: 23px;
  }

  .doc_view.sert1 {
    width: 100%;
    height: 230px;
    max-width: 270px;
    min-height: 200px;
    background-position: 50% 0%;
    background-size: 268px;
  }

  .doc_view.sert11 {
    width: 100%;
    height: 270px;
    max-width: 270px;
    background-size: auto, auto, auto 270px;
  }

  .txt_doc_name-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .txt_doc_name-2.active {
    font-size: 17px;
    line-height: 22px;
  }

  .txt_doc_name-2.disabled {
    display: inline;
    font-size: 17px;
    line-height: 22px;
  }

  .doc_doc11 {
    display: none;
    margin-top: 0px;
  }

  .doc_doc1 {
    margin-top: 0px;
  }

  .txt_doc_sel-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .note_bold {
    font-size: 11px;
  }

  .block_auditor__item {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .audit_fact {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .block_why_school_left {
    padding-right: 0px;
  }

  .input_std {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .txt_copyright {
    font-size: 12px;
    line-height: 1.4em;
  }

  .txt_price {
    margin-top: 8px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 40px;
    line-height: 36px;
  }

  .price_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .form {
    margin-top: 40px;
  }

  .txt_old_price {
    margin-left: 0px;
    font-size: 36px;
    line-height: 36px;
  }

  .rub {
    font-size: 23px;
    line-height: 23px;
  }

  .txt_about_price.mobile {
    font-size: 18px;
    line-height: 26px;
  }

  .thank_you {
    font-size: 44px;
    line-height: 44px;
  }

  .span_h1_small {
    position: static;
    margin-top: 16px;
    font-size: 24px;
  }

  .block_features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block_features__item.link_tst_period {
    width: 90%;
    margin-bottom: 0px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block_features__item_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_features__item_img.mob_feature_img {
    display: none;
  }

  .logo_link {
    margin-right: 16px;
  }

  .block_about_logos {
    width: 100%;
  }

  .block_about_logos__item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .block_about_img2 {
    width: 100%;
  }
}

@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/rouble.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}