.body {
  font-family: 'Proxima nova', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
}

.section {
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.section.monitor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  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-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: #474d5e;
}

.section.tests {
  height: auto;
  padding-top: 48px;
  padding-bottom: 120px;
  background-color: #ecedee;
}

.section.programmes {
  position: relative;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecedee;
}

.section.learns {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecedee;
}

.section.docs {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecedee;
}

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

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #474d5e;
}

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

.brand {
  max-width: 250px;
  margin-top: 16px;
}

.navlink {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #fff;
}

.heading_main {
  font-family: Pfdintextcomppro, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.heading_main.dark {
  margin-bottom: 48px;
  color: #23262e;
  text-align: center;
}

.block_monitor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -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;
}

.monitor_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monitor_right {
  width: 346px;
}

.txt_monitor {
  padding-bottom: 25px;
  color: #fff;
  font-size: 36px;
  line-height: 1em;
}

.block_numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers_item {
  width: 20%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.numbers_item.last {
  border-right-style: none;
}

.numbers_item_top {
  color: #fff;
  font-size: 100px;
  line-height: 0.8em;
  font-weight: 400;
  text-align: center;
}

.numbers_item_top.green {
  color: #158b48;
}

.numbers_item_top.green-light {
  color: #61c75f;
}

.numbers_item_top.orange {
  color: #f79a15;
}

.numbers_item_top.red {
  color: #f66284;
}

.numbers_item_bottom {
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.block_progress_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24px;
  margin-top: 54px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.progress_bar_item.green {
  width: 30%;
  background-color: #158b48;
}

.progress_bar_item.green-light {
  width: 20%;
  background-color: #61c75f;
}

.progress_bar_item.orange {
  width: 30%;
  background-color: #f79a15;
}

.progress_bar_item.red {
  width: 20%;
  background-color: #f66284;
}

.big_screen {
  position: relative;
  width: 100%;
  max-width: 1172px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding-top: 24px;
}

.img_finger_up {
  position: absolute;
  left: auto;
  top: 48%;
  right: 11%;
  bottom: auto;
  z-index: 1;
}

.img_finger_down {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 13%;
}

.heading {
  color: #272a33;
  font-weight: 800;
}

.heading.center {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subsection {
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.subsection.tests {
  margin-top: 120px;
  background-color: #ecedee;
}

.preheading {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.heading_big {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  font-family: Pfdintextcomppro, sans-serif;
  color: #23262e;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.block_tst1 {
  margin-top: 96px;
  text-align: center;
}

.block_programm {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_programm {
  width: 30%;
  margin-right: 0%;
  margin-bottom: 48px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #d7d8d9;
}

.item_programm_apply {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 389px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 #d7d8d9;
}

.block_btns {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  background-color: #fff;
}

.btn_sample_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 55px;
  margin: 24px auto;
  -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: 3px;
  background-color: #308cfc;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.btn_sample_main:hover {
  background-color: #2c7fe5;
}

.btn_sample_second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 55px;
  margin: 24px auto;
  -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: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #23262e;
  font-size: 16px;
  text-align: center;
}

.btn_sample_second:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #308cfc;
}

.txt_center {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.img_learn {
  display: block;
  width: 100%;
  max-width: 607px;
  margin: 48px auto 96px;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 #d7d8d9;
}

.img_learn._2 {
  max-width: 453px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.list {
  width: 100%;
  max-width: 520px;
  margin: 20px auto 48px;
}

.small {
  display: block;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.2em;
  font-style: normal;
}

.programm_apply2 {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 58px;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 18px;
  }

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

  .navlink {
    border-bottom: 1px solid #454b5c;
    background-color: #3a3f4d;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #3a3f4d;
  }

  .heading_main {
    font-size: 10vw;
  }

  .monitor_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .txt_monitor {
    font-size: 25px;
  }

  .numbers_item_bottom {
    font-size: 14px;
  }

  .img_finger_up {
    top: 48%;
    max-width: 40px;
  }

  .img_finger_down {
    bottom: 20%;
    max-width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .numbers_item_top {
    font-size: 60px;
  }

  .numbers_item_bottom {
    line-height: 1em;
  }

  .block_progress_bar {
    height: 18px;
  }

  .img_finger_up {
    max-width: 24px;
  }

  .img_finger_down {
    max-width: 24px;
  }

  .heading.center {
    font-size: 20px;
    line-height: 26px;
  }

  .heading_big {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .block_monitor {
    -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;
  }

  .monitor_left {
    margin-right: 0px;
  }

  .monitor_right {
    width: 100%;
    max-width: 479px;
  }

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

  .numbers_item {
    width: 50%;
    min-height: 130px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: 0px;
    padding: 30px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #575c6c;
  }

  .numbers_item.last {
    border-right-style: solid;
  }

  .numbers_item_top {
    font-size: 10vw;
    font-weight: 700;
  }

  .img_finger_up {
    top: 33%;
  }

  .subsection.tests {
    height: auto;
  }

  .heading_big {
    font-size: 36px;
  }
}

@font-face {
  font-family: 'Pfdintextcomppro';
  src: url('../fonts/pfdintextcomppro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pfdintextcomppro';
  src: url('../fonts/pfdintextcomppro-thin.ttf') format('truetype');
  font-weight: 100;
  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: '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-Thin.otf') format('opentype');
  font-weight: 100;
  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;
}