.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;
}

.body {
  font-family: 'Proxima nova', sans-serif;
  color: #0b272e;
  font-size: 21px;
  line-height: 32px;
}

.section {
  width: 100%;
  padding: 160px 20px;
}

.section.main {
  position: relative;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  opacity: 0.4;
}

.content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.header_course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  -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;
}

.block_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-right: 30px;
  margin-bottom: 0px;
}

.logo.skd {
  max-width: 130px;
  margin-bottom: 0px;
}

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

.item_diretion {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header_h4 {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt_duration {
  margin-top: 3px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.razd {
  width: 1px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: rgba(108, 124, 128, 0.4);
}

.preheading {
  margin-bottom: 13px;
  font-size: 32px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hr {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background-color: #0b272e;
}

.hr.light {
  margin-top: 104px;
  margin-bottom: 0px;
  background-color: #d8ebf0;
}

.heading_main {
  margin-top: 2%;
  font-size: 78px;
  line-height: 84px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features {
  margin-top: 2%;
  -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;
}

.item_features {
  display: block;
}

.circle {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  font-family: Wingding, sans-serif;
  color: #2ea1bc;
  font-size: 16px;
}

.txt_features {
  position: relative;
}

.txt_spasibo {
  color: #747580;
}

.txt_spasibo.pp {
  color: #2ea1bc;
  text-align: left;
}

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

.form-block-free3days {
  position: static;
  width: 100%;
  margin: 5% auto 0px 0px;
}

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

.heading_spasibo {
  color: #2ea1bc;
  font-size: 30px;
  font-weight: 900;
}

.link-3 {
  color: #2681ff;
  line-height: 1.1em;
}

.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: 210px;
  margin-left: 10px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 16px;
  border-color: #f0c424;
  border-radius: 0px;
  background-image: none;
}

.btn_ghost.topform.main:hover {
  background-color: #f0c424;
  color: #13232f;
}

.btn_ghost.light {
  width: 330px;
  margin-left: 0px;
  padding: 20px 16px;
  border-width: 4px;
  border-color: #f0c424;
  border-radius: 0px;
  color: #0b1123;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
}

.btn_ghost.light:hover {
  background-color: #f0c424;
  color: #0b1123;
}

.btn_ghost.light.pp {
  width: 100%;
}

.btn_ghost.top {
  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.top:hover {
  background-color: #0eb87a;
  color: #fff;
}

.btn_ghost.top.w {
  width: 290px;
  margin-top: 60px;
  border-color: #0fa;
  background-image: url('../images/Rectangle-15.svg');
  color: #fff;
}

.btn_ghost.top.w:hover {
  background-color: #0fa;
  background-image: url('../images/Rectangle-15.svg');
  color: #13232f;
}

.btn_ghost.top.form {
  width: 100%;
  padding-left: 30px;
  border-color: #f0c424;
  border-radius: 0px;
  background-image: none;
}

.btn_ghost.top.form:hover {
  background-color: #f0c424;
  color: #13232f;
}

.btn_ghost.top.form {
  width: 100%;
  border-color: #0fa;
  background-image: url('../images/Rectangle-15.svg');
  background-position: 290px 49%;
}

.btn_ghost.top.form:hover {
  background-color: #0fa;
  color: #13232f;
}

.btn_ghost.top.main-form {
  width: 100%;
  padding-left: 30px;
  border-color: #f0c424;
  border-radius: 0px;
  background-image: none;
}

.btn_ghost.top.main-form:hover {
  background-color: #f0c424;
  color: #13232f;
}

.btn_ghost.full {
  width: 330px;
  margin-left: 0px;
  padding: 20px 16px;
  border-width: 4px;
  border-color: #f0c424;
  border-radius: 0px;
  background-color: #f0c424;
  color: #0b1123;
  font-size: 16px;
  line-height: 11px;
  text-align: center;
}

.btn_ghost.full:hover {
  background-color: #f0c424;
  color: #0b1123;
}

.btn_ghost.std {
  width: 330px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 4px;
  border-color: #0fa;
  color: #13232f;
  font-size: 16px;
  line-height: 11px;
}

.btn_ghost.std:hover {
  background-color: #0fa;
  color: #13232f;
}

.btn_ghost.std.doc {
  border-color: #0fa;
}

.btn_ghost.std.doc:hover {
  background-color: #0fa;
  color: #13232f;
}

.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 #fff #fff;
}

.text-field-2.phonefield._3 {
  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 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.text-field-2.phonefield._3 {
  z-index: 1;
  width: 100%;
  height: 32px;
  margin-right: -1px;
  padding-left: 28px;
  border-right-width: 0px;
  background-color: transparent;
  background-image: url('../images/icon_phone.svg');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.text-field-2.phonefield._3.pp {
  height: 44px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  background-color: #fff;
  background-image: url('../images/icon_phone.svg'), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: url('../images/icon_phone.svg'), linear-gradient(180deg, #f1f1f1, #f1f1f1);
  background-position: 8px 50%, 0px 0px;
  background-size: 14px, auto;
  background-repeat: no-repeat, repeat;
  color: #13232f;
  font-size: 18px;
}

.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 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.text-field-2._1 {
  z-index: 3;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.text-field-2._2 {
  z-index: 2;
  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 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.text-field-2._1 {
  z-index: 3;
  width: 100%;
  height: 32px;
  padding-left: 28px;
  border-right-color: #acbcfd;
  background-color: transparent;
  background-image: url('../images/icon_user.svg');
  background-position: 9px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.text-field-2._1.pp {
  height: 44px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  background-image: url('../images/icon_user.svg'), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: url('../images/icon_user.svg'), linear-gradient(180deg, #f1f1f1, #f1f1f1);
  background-position: 9px 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
  color: #13232f;
  font-size: 18px;
}

.text-field-2._2 {
  z-index: 2;
  width: 100%;
  height: 32px;
  padding-left: 28px;
  border-right-color: #acbcfd;
  background-color: transparent;
  background-image: url('../images/icon_mail.svg');
  background-position: 7px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field-2._2.pp {
  height: 44px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  background-color: #fff;
  background-image: url('../images/icon_mail.svg'), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: url('../images/icon_mail.svg'), linear-gradient(180deg, #f1f1f1, #f1f1f1);
  background-position: 7px 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
  color: #13232f;
  font-size: 18px;
}

.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 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.text-field-2.top2 {
  z-index: 2;
  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 #0b272e;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 21px;
}

.bold-text {
  color: #2ea1bc;
  font-weight: 800;
}

.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;
}

.field-label-5.pp {
  color: #13232f;
  line-height: 16px;
  text-align: left;
}

.red-3 {
  color: #ff3535;
}

.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;
}

.heading_top_form {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.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 {
  position: relative;
  left: 0px;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin: 15px auto 44px 0px;
  text-align: center;
}

.red {
  color: #01fdae;
  font-weight: 800;
}

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

.field_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 12px;
  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 {
  margin-right: 0px;
  border-bottom: 2px none rgba(11, 39, 46, 0.5);
  font-size: 16px;
}

.field_border2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: none;
  margin-top: 4px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.block_why_right {
  width: 60%;
  padding-right: 0px;
}

.block_why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 8px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d7ecfa;
}

.section-2.about {
  padding-top: 104px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-2.skills {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
}

.block_why_left {
  width: 100%;
  max-width: 500px;
  padding-right: 30px;
  padding-left: 0px;
}

.heading_std {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2ea1bc;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: -1px;
}

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

.txt_big {
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 34px;
}

.know_icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: 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;
}

.know_item {
  width: 33%;
  max-width: none;
  margin-top: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 50px;
}

.know_item._4 {
  margin-right: 109px;
}

.know_item.right {
  margin-right: 0px;
}

.know_item.left {
  margin-right: 110px;
}

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

.block_btn {
  margin-top: 40px;
  padding-left: 62px;
  font-weight: 700;
}

.block_btn.std {
  margin-top: 0px;
  padding-left: 0px;
}

.ex_bold {
  font-weight: 800;
}

.block_know_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blue {
  color: #2ea1bc;
}

.section-3 {
  width: 100%;
  padding: 200px 20px;
  background-color: #e8effa;
}

.section-3.dark {
  padding-top: 142px;
  padding-bottom: 150px;
  background-color: #f2f6fc;
}

.section-3.dark.modules {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6fc;
}

.section-3.dark.faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2ea1bc;
}

.section-3.final {
  padding-top: 110px;
  padding-bottom: 50px;
  background-color: #f2f6fc;
}

.faq_block_left {
  width: 100%;
  max-width: 500px;
}

.accordion {
  margin-top: -5px;
}

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

.content-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.heading_std-3 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 117px;
  color: #f60042;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}

.heading_std-3.modul2 {
  color: #2ea1bc;
  font-size: 48px;
  line-height: 48px;
}

.heading_std-3.modul {
  max-width: 360px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}

.heading_std-3.faq {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
}

.process_bl_right {
  width: 60%;
}

.process_bl_left {
  width: 100%;
  max-width: 500px;
}

.process_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.row_process {
  width: 100%;
  min-height: 92px;
  padding-left: 100px;
  background-image: url('../images/line_1_process.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 18px 43px, 0px 0px;
  background-size: auto, 36px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-weight: 400;
}

.row_process.proc_3 {
  padding-bottom: 40px;
  background-image: url('../images/point_3_process.svg'), url('../images/Ellipse-6.svg'), url('../images/line_3_process.svg');
  background-position: 16px 0px, 15px 0px, 33px 40px;
  background-size: 36px, 37px, auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.row_process.proc_1 {
  padding-bottom: 58px;
  background-image: url('../images/point_1_process.svg'), url('../images/Ellipse-6.svg'), url('../images/line_1_process_1.svg');
  background-position: 16px 0px, 16px 0px, 33px 39px;
  background-size: 36px, 37px, 3px;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.row_process.proc_2 {
  padding-bottom: 55px;
  background-image: url('../images/point_2_process.svg'), url('../images/Ellipse-6.svg'), url('../images/line_2_process.svg');
  background-position: 16px 0px, 16px 0px, 33px 40px;
  background-size: 37px, 37px, auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.row_process.proc_4 {
  margin-bottom: 30px;
  background-image: url('../images/point_4_process.svg');
  background-position: 2px 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}

.section-documents {
  position: relative;
  padding: 120px 20px;
  background-color: #2ea1bc;
}

.container-2 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.txt_process {
  color: #fff;
}

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

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

.block_docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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_sel-2 {
  width: 100%;
  max-width: 492px;
  margin-bottom: 40px;
  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;
}

.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.disabled {
  background-color: #dee1ed;
}

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

.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;
}

.paginator {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section-documents-2 {
  position: relative;
  padding: 63px 3% 105px;
  background-color: #f2f6fc;
}

.heading_std-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2ea1bc;
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  letter-spacing: -1px;
}

.heading_std-4.doc {
  margin-bottom: 30px;
  color: #2ea1bc;
  font-size: 48px;
  line-height: 48px;
}

.doc_sel_panel-2 {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-right: 0px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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: 60%;
  max-width: none;
  min-height: 541px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/udost.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.doc_view.sert11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: none;
  min-height: 541px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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%, 50% 50%;
  background-size: 98px, 100px, 330px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.faq_block_left2 {
  width: 100%;
  max-width: 500px;
  padding-right: 125px;
}

.accordion2 {
  margin-top: -5px;
}

.green_span2 {
  display: inline-block;
  margin-left: 0px;
  color: #2ea1bc;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
}

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

.label {
  display: none;
}

.txt_copyright {
  margin-top: 106px;
  opacity: 0.5;
  color: #13232f;
}

.txt_copyright.mobile {
  display: none;
}

.price_bottom {
  margin-top: 35px;
}

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

.form {
  margin-top: 0px;
}

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

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

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

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

.input_std::-webkit-input-placeholder {
  color: #0b1123;
}

.input_std:-ms-input-placeholder {
  color: #0b1123;
}

.input_std::-ms-input-placeholder {
  color: #0b1123;
}

.input_std::placeholder {
  color: #0b1123;
}

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

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

.txt_about_price {
  margin-top: 60px;
  padding-right: 51px;
  font-size: 21px;
  line-height: 32px;
}

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

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

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

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

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

.close_area-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.heading_spasibo-2 {
  color: #e63b35;
  font-size: 30px;
  font-weight: 900;
}

.heading_spasibo-2.pp {
  color: #2ea1bc;
}

.light_pp {
  font-weight: 300;
}

.pp_block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 516px;
  max-width: 680px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  background-image: url('../images/Book-Cover-Mockup.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.field_border3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 720px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #acbcfd;
  background-color: transparent;
}

.top_form_free3day-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.top_form_free3day-2.pp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field_box2-2 {
  display: inline-block;
  width: 33%;
  height: 32px;
  margin-right: -1px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.field_box2-2.pp {
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
}

.form-block-free3days-pp {
  position: static;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

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

.heading_pp {
  margin-bottom: 25px;
  color: #13232f;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
}

.popup_3free {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  background-color: rgba(46, 161, 188, 0.8);
}

.icn_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 12px;
  margin-right: 12px;
  cursor: pointer;
}

.icn_close:hover {
  opacity: 0.4;
}

.pp_block_right {
  position: relative;
  width: 100%;
  max-width: 422px;
  padding: 45px 50px;
}

.list {
  font-size: 18px;
}

.list_featers {
  display: none;
  font-size: 18px;
}

.txt_features-main {
  position: relative;
}

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

  .background-video {
    height: auto;
  }

  .content.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_course {
    margin-bottom: 9%;
  }

  .block_logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-2.skills {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .hr {
    width: 80%;
  }

  .hr.light {
    display: none;
  }

  .heading_main {
    font-size: 60px;
    line-height: 62px;
  }

  .form-block-free3days {
    max-width: 611px;
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .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-right: auto;
    margin-left: 0px;
  }

  .btn_ghost.light {
    display: none;
    margin-top: 32px;
  }

  .btn_ghost.light.pp {
    display: block;
    margin-top: 0px;
  }

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

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

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

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

  .top_form_free3day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .checkbox-field-3.form1.pp {
    width: 100%;
  }

  .block_why_right {
    width: 100%;
    padding-right: 45px;
    padding-left: 0px;
  }

  .block_why {
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2.about {
    padding: 95px 20px 0px;
  }

  .section-2.skills {
    padding: 16px 20px 80px;
  }

  .block_why_left {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    padding-right: 45px;
    padding-left: 0px;
  }

  .heading_std {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 42px;
  }

  .know_item {
    width: 50%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
  }

  .know_item._4 {
    margin-right: 35px;
  }

  .know_item.right {
    margin-right: 35px;
  }

  .know_item.left {
    margin-right: 35px;
  }

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

  .block_btn {
    margin-top: 0px;
    padding-left: 0px;
  }

  .block_know_right {
    width: 100%;
  }

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

  .section-3.dark.modules {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .section-3.dark.faq {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .section-3.final {
    padding-top: 95px;
  }

  .accordion {
    margin-top: 0px;
    padding-left: 0px;
  }

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

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

  .heading_std-3.modul2 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 42px;
  }

  .heading_std-3.modul {
    max-width: none;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 42px;
  }

  .heading_std-3.faq {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 42px;
  }

  .process_bl_right {
    width: 100%;
  }

  .process_bl_left {
    width: 100%;
    max-width: none;
  }

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

  .row_process.proc_3 {
    padding-bottom: 30px;
  }

  .row_process.proc_1 {
    padding-bottom: 40px;
  }

  .row_process.proc_2 {
    padding-bottom: 40px;
  }

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

  .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;
  }

  .block_docs {
    margin-top: 10px;
  }

  .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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .txt_doc_name-2 {
    font-size: 21px;
  }

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

  .section-documents-2 {
    padding-top: 70px;
    padding-bottom: 84px;
  }

  .heading_std-4 {
    margin-bottom: 45px;
    font-size: 42px;
    line-height: 42px;
  }

  .heading_std-4.doc {
    width: 100%;
    font-size: 42px;
    line-height: 42px;
  }

  .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: 40px;
    -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;
  }

  .doc_view.sert1 {
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }

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

  .accordion2 {
    margin-top: 0px;
    padding-left: 0px;
  }

  .txt_copyright {
    display: none;
  }

  .txt_copyright.mobile {
    display: block;
  }

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

  .column-6 {
    text-align: center;
  }

  .input_std {
    font-size: 20px;
  }

  .txt_old_price {
    font-size: 42px;
  }

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

  .txt_about_price.mobile {
    display: block;
  }

  .txt_price {
    font-size: 42px;
  }

  .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;
  }
}

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

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

  .block_logo {
    max-width: 650px;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .duration {
    display: none;
  }

  .pre_offer {
    margin-top: 40px;
  }

  .preheading {
    font-size: 26px;
    line-height: 26px;
  }

  .hr {
    width: 100%;
    margin-bottom: 16px;
  }

  .heading_main {
    font-size: 52px;
    line-height: 52px;
  }

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

  .btn_ghost {
    margin-top: 20px;
  }

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

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

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

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

  .btn_ghost.top.w {
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_ghost.top.w:hover {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_ghost.top.form {
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_ghost.top.form {
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_ghost.top.main-form {
    padding-right: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .btn_ghost.std {
    margin-right: auto;
    margin-left: auto;
  }

  .text-field-2.phonefield._3 {
    width: 100%;
    height: 44px;
    margin-right: 0px;
    border-width: 1px;
    border-color: #acbcfd #acbcfd #0b272e;
    color: #13232f;
  }

  .text-field-2.phonefield._3 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

  .text-field-2.phonefield.top3 {
    width: 100%;
    height: 44px;
    margin-right: 0px;
    border-width: 1px;
    border-color: #acbcfd #acbcfd #0b272e;
    color: #13232f;
  }

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

  .text-field-2._2 {
    width: 100%;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd #acbcfd #0b272e;
    color: #13232f;
  }

  .text-field-2._1 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

  .text-field-2._2 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

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

  .text-field-2.top2 {
    width: 100%;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd #acbcfd #0b272e;
    color: #13232f;
  }

  .top_form_free3day {
    max-width: 400px;
    -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;
  }

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

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

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

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

  .field_border2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    background-color: transparent;
  }

  .block_why_right {
    padding-right: 0px;
  }

  .block_why {
    padding-top: 0px;
  }

  .section-2.about {
    padding-top: 75px;
    padding-bottom: 0px;
  }

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

  .block_why_left {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .heading_std {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 44px;
  }

  .txt_big {
    font-size: 26px;
    line-height: 35px;
  }

  .know_icn {
    margin-right: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .know_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .know_item.right {
    margin-right: 0px;
  }

  .know_item.left {
    max-width: none;
    margin-right: 0px;
  }

  .block_btn {
    padding-left: 0px;
  }

  .block_know_right {
    margin-top: 0px;
  }

  .txt_know {
    padding-right: 20px;
  }

  .section-3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .section-3.dark.modules {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-3.dark.faq {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-3.final {
    padding-top: 78px;
  }

  .accordion {
    margin-top: 40px;
    padding-left: 0px;
  }

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

  .heading_std-3 {
    margin-bottom: 60px;
    font-size: 54px;
    line-height: 54px;
  }

  .heading_std-3.modul2 {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 44px;
  }

  .heading_std-3.modul {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading_std-3.faq {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .process_bl_right {
    width: 100%;
    margin-top: 40px;
  }

  .process_bl_left {
    width: 100%;
  }

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

  .row_process.proc_3 {
    padding-bottom: 25px;
  }

  .row_process.proc_1 {
    padding-bottom: 25px;
  }

  .row_process.proc_2 {
    padding-bottom: 25px;
  }

  .section-documents {
    padding: 75px 20px;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt_process {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .doc_doc11 {
    display: none;
  }

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

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

  .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: left;
  }

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

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

  .section-documents-2 {
    display: block;
    padding: 50px 20px 45px;
  }

  .heading_std-4 {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading_std-4.doc {
    font-size: 36px;
    line-height: 40px;
  }

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

  .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;
    background-image: url('../images/logo_iq-1.svg'), none, none;
    background-position: 100% 120px, 100% 0%, 0% 50%;
    background-size: auto, auto, auto 344px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .accordion2 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .txt_copyright {
    font-size: 20px;
    line-height: 28px;
  }

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

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

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

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

  .price_right {
    max-width: none;
  }

  .pp_block {
    height: auto;
    max-width: 400px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .field_border3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    background-color: transparent;
  }

  .top_form_free3day-2 {
    -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;
  }

  .field_box2-2 {
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-block-free3days-pp {
    margin-bottom: 0px;
  }

  .pp_block_right {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .list_featers {
    display: block;
  }

  .txt_features-main {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 130px;
  }

  .logo.skd {
    max-width: 110px;
  }

  .preheading {
    font-size: 24px;
  }

  .heading_main {
    font-size: 32px;
    line-height: 36px;
  }

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

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

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

  .btn_ghost.light.pp {
    position: static;
    left: 0px;
    margin-bottom: 30px;
  }

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

  .btn_ghost.top.w {
    position: static;
    margin-top: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .btn_ghost.top.form {
    position: static;
    width: 250px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .btn_ghost.top.form {
    position: static;
    width: 250px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .btn_ghost.top.main-form {
    position: static;
    width: 250px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

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

  .btn_ghost.std {
    position: static;
    left: 20px;
    top: auto;
    right: auto;
    bottom: -92px;
    width: 280px;
    padding: 16px 20px;
    font-size: 14px;
  }

  .text-field-2.phonefield._3.pp {
    width: 100%;
  }

  .text-field-2._1.pp {
    width: 100%;
  }

  .text-field-2._2.pp {
    width: 100%;
  }

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

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

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

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

  .block_why_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block_why {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-style: none;
    background-color: transparent;
  }

  .section-2.about {
    padding: 75px 16px 0px;
  }

  .section-2.skills {
    padding: 0px 16px 60px;
  }

  .block_why_left {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading_std {
    font-size: 36px;
    line-height: 36px;
  }

  .txt_big {
    font-size: 21px;
    line-height: 30px;
  }

  .know_icn {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .know_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
    -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;
  }

  .know_item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .know_item.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block_btn.std {
    position: relative;
  }

  .block_know_right {
    margin-top: 0px;
  }

  .txt_know {
    padding-right: 0px;
    font-size: 18px;
  }

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

  .section-3.dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.dark.modules {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-3.dark.faq {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-3.final {
    padding-top: 75px;
  }

  .accordion {
    margin-top: 20px;
  }

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

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

  .process_bl_right {
    width: 100%;
  }

  .row_process.proc_3 {
    min-height: 60px;
    padding-bottom: 10px;
    padding-left: 44px;
    background-position: 0px 0px, 0px 0px, 17px 40px;
  }

  .row_process.proc_1 {
    min-height: 60px;
    padding-bottom: 10px;
    padding-left: 44px;
    background-position: 0px 0px, 0px 0px, 17px 39px;
  }

  .row_process.proc_2 {
    min-height: 60px;
    padding-bottom: 20px;
    padding-left: 44px;
    background-position: 0px 0px, 0px 0px, 17px 40px;
    background-size: 37px, auto, auto;
  }

  .row_process.proc_4 {
    padding-left: 44px;
    background-position: 0px 0px;
    background-size: 36px;
  }

  .section-documents {
    padding: 74px 16px 70px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .txt_process {
    padding-bottom: 10px;
  }

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

  .doc_doc1 {
    margin-top: 0px;
  }

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

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

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

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

  .section-documents-2 {
    padding: 63px 16px 20px;
  }

  .heading_std-4 {
    font-size: 36px;
    line-height: 36px;
  }

  .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-image: url('../images/logo_iq-1.svg'), none, none;
    background-position: 100% 70px, 100% 0%, 0% 0%;
    background-size: 60px, 60px, auto 250px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  .accordion2 {
    margin-top: 20px;
  }

  .txt_copyright.mobile {
    margin-top: 67px;
    font-size: 14px;
    line-height: 24px;
  }

  .price_bottom {
    padding-left: 0px;
  }

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

  .form {
    margin-top: 40px;
  }

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

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt_about_price.mobile {
    font-size: 21px;
    line-height: 30px;
  }

  .txt_price {
    margin-right: 20px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 36px;
  }

  .pp_block {
    max-width: 380px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .top_form_free3day-2.pp {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pp_block_right {
    padding: 20px;
  }

  .list_featers {
    max-width: 410px;
    padding-left: 22px;
  }
}

@font-face {
  font-family: 'Wingding';
  src: url('../fonts/wingding.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  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-Semibold.otf') format('opentype');
  font-weight: 600;
  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-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}