@charset "UTF-8";
/**
 * @file
 * Breakpoints.
 */
@font-face {
  font-family: "Stag Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Stag Sans"), url("../assets/fonts/StagSans/StagSansLight.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSansLight.woff") format("woff"), url("../assets/fonts/StagSans/StagSansLight.ttf") format("ttf"), url("../assets/fonts/StagSans/StagSansLight.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Stag Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Stag Sans"), url("../assets/fonts/StagSans/StagSansRegular.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSansRegular.woff") format("woff"), url("../assets/fonts/StagSans/StagSansRegular.ttf") format("ttf"), url("../assets/fonts/StagSans/StagSansRegular.woff?#iefix") format("eot");
}
.container {
  max-width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1604px;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 2136px;
    padding: 0 60px;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-2 {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1920px) {
  .col-hd-4 {
    width: 33.3333333333%;
  }
}

.g-20, .gy-20 {
  --bs-gutter-y: 20px;
}

.g-20, .gx-20 {
  --bs-gutter-x: 20px;
}

.g-32, .gy-32 {
  --bs-gutter-y: 32px;
}

.g-32, .gx-32 {
  --bs-gutter-x: 32px;
}

@media screen and (min-width: 992px) {
  .g-lg-32, .gy-lg-32 {
    --bs-gutter-y: 32px;
  }
}

@media screen and (min-width: 992px) {
  .g-lg-32, .gx-lg-32 {
    --bs-gutter-x: 32px;
  }
}

.g-40, .gy-40 {
  --bs-gutter-y: 40px;
}

.g-40, .gx-40 {
  --bs-gutter-x: 40px;
}

.g-80, .gy-80 {
  --bs-gutter-y: 80px;
}

.g-80, .gx-80 {
  --bs-gutter-x: 80px;
}

.bg--blue {
  background: #0827C4 !important;
  color: #fff !important;
}
.bg--blue.start * {
  color: #fff;
}
.bg--blue.start .breadcrumbs svg > path {
  fill: #fff;
}

.bg--lightblue {
  background: -webkit-gradient(linear, left top, right top, from(#2F6298), to(#438DB0)) !important;
  background: linear-gradient(90deg, #2F6298 0%, #438DB0 100%) !important;
  color: #fff !important;
}
.bg--lightblue.start * {
  color: #fff;
}
.bg--lightblue.start .breadcrumbs svg > path {
  fill: #fff;
}

.bg--green {
  background: linear-gradient(79.51deg, #2A418B 0%, #4DA567 100%) !important;
  color: #fff !important;
}
.bg--green .breadcrumbs svg > path {
  fill: #fff;
}

.bg--gray {
  background: #F8F7F7 !important;
  color: #000 !important;
}
.bg--gray.start * {
  color: #000;
}
.bg--gray.start .breadcrumbs svg > path {
  fill: #000;
}

/**
***CHECKBOXES***
**/
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Stag Sans", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }
}

.fancybox-enabled body {
  overflow: scroll;
}

.title--h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .title--h1 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1480px) {
  .title--h1 {
    font-size: 80px;
    line-height: 92px;
  }
}
@media screen and (min-width: 1480px) {
  .title--h1.small {
    font-size: 42px;
    line-height: 60px;
  }
}

.title--h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
}
@media screen and (min-width: 992px) {
  .title--h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .title--h2 {
    font-size: 42px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1480px) {
  .title--h2 {
    font-size: 56px;
    line-height: 1.15;
  }
}

section {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

section img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.image-wrapper {
  overflow: hidden;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #EFF4FF;
}
.image-wrapper img {
  display: block;
  max-height: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image-wrapper img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

ul,
ol {
  list-style-type: none;
  padding-left: unset;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  font: inherit;
}
p:not(:last-of-type) {
  margin-bottom: 10px;
}

i {
  font-style: italic;
  font-weight: 300;
}

b, b.f-20 {
  font-weight: bold;
}

label {
  cursor: inherit;
}

.btn--dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  min-height: 56px;
  background-color: #2B418B;
  color: #fff;
  border: none;
}
.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  color: #000;
  background-position: 100% 0;
  border-color: #EFF4FF;
}
.btn--dark img {
  width: 68px;
  min-width: 68px;
  height: 73px;
  display: block;
}
.btn--dark img + * {
  color: inherit !important;
}
.btn--dark.bg--blue, .btn--dark.bg--lightblue, .btn--dark.bg--green {
  color: #fff;
}
.btn--dark.bg--gray {
  color: #000;
}
@media screen and (min-width: 992px) {
  .btn--dark {
    padding: 32px 48px;
    font-size: 24px;
    line-height: 1;
  }
}
.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  background-color: #2B418B;
  color: #fff;
}

.btn--light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  min-height: 56px;
  background: transparent;
  color: #2B418B;
  border: 1px solid #2B418B;
}
.btn--light:hover, .btn--light:focus, .btn--light:active {
  color: #000;
  background-position: 100% 0;
  border-color: #EFF4FF;
}
.btn--light img {
  width: 68px;
  min-width: 68px;
  height: 73px;
  display: block;
}
.btn--light img + * {
  color: inherit !important;
}
.btn--light.bg--blue, .btn--light.bg--lightblue, .btn--light.bg--green {
  color: #fff;
}
.btn--light.bg--gray {
  color: #000;
}
@media screen and (min-width: 992px) {
  .btn--light {
    padding: 32px 48px;
    font-size: 24px;
    line-height: 1;
  }
}
.btn--light:hover, .btn--light:focus, .btn--light:active {
  background: transparent;
  color: #2B418B;
  border: 1px solid #2B418B;
}

.btn--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  min-height: 56px;
  background-color: #fff;
  color: #2B418B;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  height: 100%;
  padding: 21px 24px 21px 16px;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  color: #000;
  background-position: 100% 0;
  border-color: #EFF4FF;
}
.btn--white img {
  width: 68px;
  min-width: 68px;
  height: 73px;
  display: block;
}
.btn--white img + * {
  color: inherit !important;
}
.btn--white.bg--blue, .btn--white.bg--lightblue, .btn--white.bg--green {
  color: #fff;
}
.btn--white.bg--gray {
  color: #000;
}
@media screen and (min-width: 992px) {
  .btn--white {
    padding: 32px 48px;
    font-size: 24px;
    line-height: 1;
  }
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background-color: #fff;
  color: #2B418B;
  border: none;
}
@media screen and (min-width: 992px) {
  .btn--white {
    font-size: 20px;
    line-height: 24px;
  }
}

.link {
  color: #0827C4;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 1280px) {
  .link {
    font-size: 16px;
    line-height: 20px;
  }
}
.link:hover {
  text-decoration: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tabs--wrapper {
  overflow: auto;
  margin-bottom: 20px;
  max-width: calc(100% + 32px);
  margin-right: -32px;
}
@media screen and (min-width: 992px) {
  .tabs--wrapper {
    margin-bottom: 44px;
  }
}
.tabs__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  background-color: #E6E6E6;
  color: #000;
  text-align: center;
  padding: 9px 18px;
  cursor: pointer;
  white-space: nowrap;
}
.tabs__item:hover {
  background-color: #dad8d8;
}
.tabs__item.active {
  background-color: #000;
  color: #fff;
  cursor: auto;
}
.tabs__item:last-child {
  margin-right: 30px;
}

.spaces {
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .spaces {
    padding: 120px 0 !important;
  }
}

.phone {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.phone:hover {
  color: #49AD33;
}

.b24-window-mounts .b24-window-popup {
  z-index: 1100002;
}

.logo-block svg {
  min-width: 124px;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 1180px) {
  .logo-block svg {
    min-width: 155px;
    width: 155px;
    height: 50px;
  }
}

.gradient-title {
  color: #fff;
  display: block;
  padding: 4px 16px;
  background: linear-gradient(90.16deg, #25234E 0.29%, #4E71B1 99.71%);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .gradient-title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .gradient-title {
    font-size: 34px;
    line-height: 52px;
  }
}

.f-42 {
  font-size: 42px;
  margin-bottom: 56px;
  font-weight: 400;
}

.banner.bg--lightblue * {
  color: #fff;
}

.expertise__images img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  max-height: unset;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 44px;
}
@media screen and (min-width: 992px) {
  .expertise__images img {
    height: 100px;
  }
}

.page_about .our-students-block, .page_testing .our-students-block {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .page_about .our-students-block, .page_testing .our-students-block {
    padding: 75px 0;
  }
}
.page_about .banner.bg--lightblue, .page_testing .banner.bg--lightblue {
  padding: 24px 0 32px;
}
@media screen and (min-width: 992px) {
  .page_about .banner.bg--lightblue, .page_testing .banner.bg--lightblue {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1480px) {
  .page_about .banner.bg--lightblue .title--h2, .page_testing .banner.bg--lightblue .title--h2 {
    font-size: 56px;
    line-height: 64px;
  }
}

.jq-selectbox {
  margin-bottom: 24px;
  background-color: #fff;
  font-family: "Stag Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 1181px) {
  .jq-selectbox {
    font-size: 20px;
    line-height: 32px;
  }
}
.jq-selectbox__select {
  height: 54px;
  padding: 16px 54px 16px 16px;
  font: inherit;
  border: none;
}
@media screen and (min-width: 1181px) {
  .jq-selectbox__select {
    height: 80px;
    padding: 24px 80px 24px 24px;
  }
}
.jq-selectbox__select-text {
  padding: 0;
}
.jq-selectbox__trigger {
  width: 24px;
  min-width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1181px) {
  .jq-selectbox__trigger {
    right: 24px;
  }
}
.jq-selectbox__trigger-arrow {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jq-selectbox__dropdown {
  top: calc(100% + 4px) !important;
  bottom: unset !important;
  font: inherit;
  margin: 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 192px;
}
.jq-selectbox__dropdown ul {
  background-color: #fff;
  max-height: 250px !important;
  padding: 0 !important;
}
.jq-selectbox__dropdown li {
  height: 54px;
  padding: 16px 56px 16px 16px;
  font: inherit;
  color: #000;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .jq-selectbox__dropdown li {
    height: 80px;
    padding: 24px 80px 24px 24px;
  }
}
.jq-selectbox__dropdown li:after {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 24px;
  min-width: 24px;
  height: 24px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/agree.svg) no-repeat center center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1181px) {
  .jq-selectbox__dropdown li:after {
    right: 24px;
  }
}
.jq-selectbox__dropdown li.selected, .jq-selectbox__dropdown li:hover {
  color: #000;
}
.jq-selectbox__dropdown li.selected:after, .jq-selectbox__dropdown li:hover:after {
  opacity: 1;
  visibility: visible;
}

.form-radio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.form-radio-btns:first-child {
  margin-bottom: 24px;
}
.form-radio-btns input {
  position: absolute;
  opacity: 0;
}
.form-radio-btns__item {
  position: relative;
}
.form-radio-btns__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  background-color: #fff;
  color: #000 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 0 !important;
}
.form-radio-btns input:checked + span {
  background-color: #000;
  color: #fff !important;
}

.main-feedback-form-block .title--h2 {
  color: #fff;
  font-family: "Stag Sans", sans-serif;
  max-width: 650px;
}
.main-feedback-form-block .main-feedback-form-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .main-feedback-form-block .main-feedback-form-description {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
}

.certification-detail .main-feedback-form-block .title--h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .certification-detail .main-feedback-form-block .title--h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
  }
}
@media screen and (min-width: 1280px) and (min-width: 992px) {
  .certification-detail .main-feedback-form-block .title--h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .certification-detail .main-feedback-form-block .title--h2 {
    font-size: 42px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1480px) {
  .certification-detail .main-feedback-form-block .title--h2 {
    font-size: 56px;
    line-height: 1.15;
  }
}
.certification-detail .main-feedback-form-block .question-block.question {
  margin-bottom: 24px;
}

form[name=banner_get_consult] {
  position: relative;
}
form[name=banner_get_consult] input[type=submit] {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  form[name=banner_get_consult] input[type=submit] {
    position: static;
  }
}
form[name=banner_get_consult] .form-table + div {
  margin-top: -30px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  form[name=banner_get_consult] .form-table + div {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  form[name=banner_get_consult] .question-block:not(.privacy_policy) {
    margin-bottom: 0 !important;
  }
}

.start {
  margin-bottom: 40px;
  padding: 16px 0 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .start {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1480px) {
  .start {
    margin-bottom: 120px;
  }
}
.start .breadcrumbs * {
  color: inherit !important;
}
.start .title--h1 {
  color: inherit;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 480px) {
  .start .title--h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .start .title--h1 {
    max-width: 860px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .start .title--h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .start .title--h1 {
    max-width: 950px;
    font-size: 72px;
    line-height: 80px;
  }
}
.start .title--h1 + p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: inherit;
  margin-bottom: 32px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1280px) {
  .start .title--h1 + p {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1400px) {
  .start .title--h1 + p {
    max-width: 700px;
  }
}
@media screen and (min-width: 1480px) {
  .start .title--h1 + p {
    max-width: 850px;
  }
}
.start .btn--white, .start .btn--dark {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.start .btn--white {
  color: #2B418B !important;
  max-width: 100%;
  padding: 16px 16px 16px 77px;
  position: relative;
  min-height: 80px;
}
@media screen and (min-width: 480px) {
  .start .btn--white {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .start .btn--white {
    max-width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .start .btn--white {
    padding: 24px 24px 24px 77px;
  }
}
.start .btn--white > img {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .start__btns > div:first-child .btn--white {
    max-width: 385px;
  }
}
.start__btns > div:first-child .btn--white img {
  width: 61px;
  min-width: 61px;
  height: 55px;
}
.start__btns > div:last-child .btn--white {
  padding: 24px 24px 24px 84px;
}
@media screen and (min-width: 992px) {
  .start__btns > div:last-child .btn--white {
    max-width: 365px;
  }
}
.start__btns > div:last-child .btn--white img {
  width: 68px;
  min-width: 68px;
  height: 73px;
  left: 8px;
}
.start__image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.start__image img {
  max-width: 736px;
  max-height: calc(100% - 120px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.start__numbers {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .start__numbers {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.start__numbers li {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 1280px) {
  .start__numbers li {
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .start__numbers li {
    line-height: 32px;
  }
}
.start__numbers span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (min-width: 1280px) {
  .start__numbers span {
    font-size: 42px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .start__numbers span {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 8px;
  }
}
.start.fullwidth .title--h1 {
  max-width: 100%;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1920px) {
  .start.fullwidth .title--h1 {
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 56px;
  }
}
.start.fullwidth .title--h1 + p {
  max-width: 100%;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1280px) {
  .start.fullwidth .title--h1 + p {
    line-height: 44px;
    margin-bottom: 100px;
  }
}
.start.fullwidth .title--h2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1920px) {
  .start.fullwidth .title--h2 {
    line-height: 72px;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1280px) {
  .page_testing .start .title--h1 {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .page_testing .start__btns > div:first-child {
    max-width: 400px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns > div:first-child {
    max-width: 500px !important;
  }
}
@media screen and (min-width: 1280px) {
  .page_testing .start__btns > div:last-child {
    max-width: 432px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns > div:last-child {
    max-width: 550px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns > div:last-child .btn--white img {
    left: 24px;
  }
}
@media screen and (min-width: 480px) {
  .page_testing .start__btns > div.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .page_testing .start__btns > div.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.page_testing .start .btn--white, .page_testing .start .btn--dark {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 8px 16px;
}
@media screen and (min-width: 992px) {
  .page_testing .start .btn--white, .page_testing .start .btn--dark {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start .btn--white, .page_testing .start .btn--dark {
    font-size: 24px;
    line-height: 30px;
    height: 100%;
  }
}
.page_testing .start .btn--dark {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .page_testing .start .btn--dark {
    padding-left: 40px;
    padding-right: 40px;
    height: 100%;
  }
}
.page_testing .start .btn--white {
  max-width: 100% !important;
}
.page_testing .start .btn--white img {
  width: 61px;
  min-width: 61px;
  height: 55px;
}

@media screen and (min-width: 1280px) {
  .page_about .start .title--h1 {
    margin-bottom: 56px;
  }
}

.fundamental h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .fundamental h2 {
    margin-bottom: 48px;
  }
}
.fundamental__item {
  background-color: #F0F0F0;
  padding: 24px;
  height: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.fundamental__item p, .fundamental__item li {
  margin-bottom: 24px;
}
.fundamental__item__title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 24px;
}
.fundamental__item ul li {
  position: relative;
  padding-left: 44px;
}
.fundamental__item ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
}
.fundamental__item ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
.fundamental__item:hover {
  background-color: #0827C4;
}
.fundamental__item:hover * {
  color: #fff;
}
.fundamental__item:hover li:before {
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter--white.svg) no-repeat center center;
}
.fundamental__btns {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1480px) {
  .fundamental__btns {
    margin-top: 48px;
    margin-bottom: 120px;
  }
}
.fundamental__btns a {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 576px) {
  .fundamental__btns a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.certificates-list {
  background-color: #F0F0F0;
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .certificates-list {
    padding: 120px 0 !important;
  }
}
.certificates-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 16px;
  min-height: 132px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .certificates-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px;
    min-height: 204px;
  }
}
.certificates-list__item img {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
@media screen and (min-width: 1280px) {
  .certificates-list__item img {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
}
.certificates-list__item__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .certificates-list__item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.certificates-list__item__title b {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .certificates-list__item__title b {
    font-size: 19px;
  }
}
@media screen and (min-width: 1280px) {
  .certificates-list__item__title b {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1480px) {
  .certificates-list__item__title b {
    font-size: 32px;
  }
}
.certificates-list__item__title .link {
  margin-top: 16px;
}

.advantages {
  background: linear-gradient(259.83deg, #4DA567 0%, #2A408B 100%);
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .advantages {
    padding: 120px 0 !important;
  }
}
.advantages__item {
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.advantages__item__key {
  color: #4C9F69;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .advantages__item__key {
    font-size: 160px;
    margin-right: 0;
    text-align: center;
  }
}
.advantages__item__title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .advantages__item__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .advantages__item__title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.advantages__item__points {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .advantages__item__points {
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}
.advantages__item__points li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1280px) {
  .advantages__item__points li {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 44px;
  }
  .advantages__item__points li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
  }
}
.advantages__item__points li:not(:last-of-type) {
  margin-bottom: 8px;
}
.advantages__item__points + a {
  color: #0827C4;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 1280px) {
  .advantages__item__points + a {
    font-size: 16px;
    line-height: 20px;
  }
}
.advantages__item__points + a:hover {
  text-decoration: none;
}

.why-us {
  padding: 40px 0 0;
}
@media screen and (min-width: 1280px) {
  .why-us {
    padding: 120px 0 0;
  }
}
.why-us .title--h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1480px) {
  .why-us .title--h2 {
    margin-bottom: 56px;
  }
}
.why-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 1480px) {
  .why-us__item {
    gap: 16px;
  }
}
.why-us__item img {
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1480px) {
  .why-us__item img {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }
}
.why-us__item__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1480px) {
  .why-us__item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.why-us.with-titles .why-us__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.why-us.with-titles .why-us__item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 1480px) {
  .why-us.with-titles .why-us__item__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
.why-us.with-titles .why-us__item__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1480px) {
  .why-us.with-titles .why-us__item__desc {
    font-size: 20px;
    line-height: 32px;
  }
}
.why-us.with-titles .why-us__item__desc b {
  font-weight: 400;
}
.why-us.with-titles .why-us__item__desc p {
  font: inherit;
}
.why-us + .fundamental__btns {
  margin-bottom: 40px;
}
@media screen and (min-width: 1480px) {
  .why-us + .fundamental__btns {
    margin-bottom: 120px;
  }
}

.how-to-cert {
  background: linear-gradient(70.08deg, #2C4689 0%, #4CA069 100%);
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .how-to-cert {
    padding: 120px 0 !important;
  }
}
.how-to-cert .title--h2 {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .how-to-cert .title--h2 {
    margin-bottom: 64px;
  }
}
.how-to-cert__item {
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .how-to-cert__item {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .how-to-cert__item {
    gap: 24px;
    height: auto;
  }
}
.how-to-cert__item__title {
  color: #4C9F69;
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .how-to-cert__item__title {
    font-size: 160px;
    margin-right: 0;
    text-align: center;
  }
}
.how-to-cert__item__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media screen and (min-width: 1280px) {
  .how-to-cert__item__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
.how-to-cert__item__desc a {
  color: #0827C4;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 1280px) {
  .how-to-cert__item__desc a {
    font-size: 16px;
    line-height: 20px;
  }
}
.how-to-cert__item__desc a:hover {
  text-decoration: none;
}
.how-to-cert__item__desc * {
  font-size: inherit !important;
  line-height: inherit !important;
}

.certification-banner {
  position: relative;
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .certification-banner {
    padding: 120px 0 !important;
  }
}
.certification-banner img {
  position: relative;
  z-index: 10;
}
.certification-banner--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .certification-banner--inner {
    max-width: 100%;
    padding: 0 30px;
  }
}
.certification-banner .title--h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .certification-banner .title--h2 {
    white-space: nowrap;
  }
}
.certification-banner .link {
  color: #fff;
}

.promo {
  background-color: #F8F7F7;
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .promo {
    padding: 120px 0 !important;
  }
}
.promo .title--h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .promo .title--h2 {
    margin-bottom: 64px;
  }
}
.promo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .promo__item {
    gap: 16px;
  }
}
.promo__item img {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
@media screen and (min-width: 1280px) {
  .promo__item img {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }
}
.promo__item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .promo__item__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.promo__item__discount {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(90.16deg, #2A418B 0.29%, #4DA467 99.71%);
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .promo__item__discount {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: "Noto Sans", sans-serif;
  }
}
.promo__item__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1280px) {
  .promo__item__desc {
    font-size: 24px;
    line-height: 32px;
  }
}
.promo__item__desc b {
  font-weight: 400;
}

.differences {
  background-color: #F8F7F7;
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .differences {
    padding: 120px 0 !important;
  }
}
.differences .title--h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .differences .title--h2 {
    margin-bottom: 64px;
  }
}
.differences__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 576px) {
  .differences__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.differences__item__icon {
  display: block;
  min-width: 72px;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.differences__item__title {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .differences__item__title {
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .differences__item__title {
    font-size: 40px;
  }
}
.differences__item__label {
  color: #0827C4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1920px) {
  .differences__item__label {
    font-size: 20px;
  }
}
.differences__item__label:hover {
  text-decoration: underline;
}
.differences__item__sticker {
  background: linear-gradient(90.16deg, #2A418B 0.29%, #4DA467 99.71%);
  padding: 4px 8px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .differences__item__sticker {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .differences__item__sticker {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 4px 16px;
  }
}
.differences__item__text {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .differences__item__text {
    font-size: 24px;
    line-height: 32px;
  }
}
.differences__item__desc {
  position: fixed;
  z-index: 10151;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125vw;
  height: 125vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.32);
}
.differences__item__desc__modal {
  background-color: #fff;
  width: calc(100vw - 32px);
  height: auto;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  padding: 32px;
  position: absolute;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
@media screen and (min-width: 1280px) {
  .differences__item__desc__modal {
    width: 1280px;
    height: auto;
    padding: 64px;
  }
}
.differences__item__desc__modal .modal--close {
  position: absolute;
  top: 24px;
  right: 24px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/modal-close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.differences__item__desc__modal .modal--close:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 992px) {
  .differences__item__desc__modal .modal--close {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.differences__item__desc__modal .title--h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .differences__item__desc__modal .title--h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 992px) {
  .differences__item__desc__modal .title--h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .differences__item__desc__modal .title--h2 {
    font-size: 42px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1480px) {
  .differences__item__desc__modal .title--h2 {
    font-size: 56px;
    line-height: 1.15;
  }
}
.differences__item__desc__modal p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 1280px) {
  .differences__item__desc__modal p {
    font-family: "Stag Sans", sans-serif;
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
  }
}
.differences__item__desc.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 576px) {
  .differences .lastitem {
    margin-left: 88px;
  }
}
@media screen and (min-width: 992px) {
  .differences .lastitem {
    margin: 64px auto 0;
    position: relative;
  }
  .differences .lastitem:before, .differences .lastitem:after {
    position: absolute;
    content: "";
    background: url(/local/templates/ibs-training_new_copy/assets/images/gradient_arrow.svg) no-repeat center center;
    width: 141px;
    height: 116px;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .differences .lastitem:before, .differences .lastitem:after {
    bottom: 37px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1280px) {
  .differences .lastitem:before, .differences .lastitem:after {
    bottom: 8px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .differences .lastitem:before {
    left: -140px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1280px) {
  .differences .lastitem:before {
    left: -100px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .differences .lastitem:after {
    right: -140px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (min-width: 992px) and (min-width: 1280px) {
  .differences .lastitem:after {
    right: -100px;
  }
}
@media screen and (min-width: 992px) {
  .differences .lastitem .differences__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .differences .lastitem .differences__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.differences__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .differences__btn {
    margin-top: 64px;
  }
}
.differences__btn a {
  border: 1px solid #2B418B !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}
.differences__btn a:hover {
  border-color: #4C9F69 !important;
  color: #4C9F69;
}
@media screen and (min-width: 576px) {
  .differences__btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.basically {
  background-color: #F8F7F7;
}
.basically .title--h2 {
  margin-bottom: 32px;
}
.basically p, .basically li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1280px) {
  .basically p, .basically li {
    font-size: 24px;
    line-height: 30px;
  }
}
.basically__image {
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .basically__image {
    max-width: 402px;
  }
}
.basically .row {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .basically .row {
    margin-bottom: 120px;
  }
}
.basically__list {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .basically__list {
    margin-bottom: 56px;
  }
}
.basically__list li {
  position: relative;
  padding-left: 44px;
}
.basically__list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
}
.basically__list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.basically--white {
  background-color: #fff;
}
.basically__btns a {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .basically__btns a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.basically__btns > div:last-of-type {
  margin-top: 4px;
}
@media screen and (min-width: 576px) {
  .basically__btns > div:last-of-type {
    margin-top: 32px;
  }
}

.levels {
  padding: 32px 0 40px;
  width: 125%;
}
@media screen and (min-width: 1280px) {
  .levels {
    padding: 120px 0;
  }
}
.levels .title--h2 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .levels .title--h2 {
    margin-bottom: 56px;
  }
}
.levels__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .levels__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}
.levels span, .levels b {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: block;
}
.levels b {
  font-weight: 600;
}
.levels__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border-top: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 100%;
  height: 100%;
  max-width: unset;
}
@media screen and (min-width: 1280px) {
  .levels__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 33.3333333333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 0 0 32px;
  }
}
.levels__item.justify-content-end {
  max-width: unset;
}
.levels__item__showmore {
  display: none;
}
@media screen and (min-width: 1280px) {
  .levels__item__showmore {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#4DA467), to(#2A428B));
    background: linear-gradient(180deg, #4DA467 0%, #2A428B 100%);
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
}
@media screen and (min-width: 1280px) {
  .levels__item__showmore p {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: block;
    white-space: nowrap;
    font-family: "Stag Sans", sans-serif;
    line-height: 24px;
    padding-right: 34px;
    color: #fff;
    position: relative;
    padding-right: 34px;
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .levels__item__showmore p:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/ibs-training_new_copy/assets/images/icons/arrow--white.svg) no-repeat center center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .levels__item__showmore p.active:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1280px) {
  .levels__item__showmore--mobile {
    display: none;
  }
}
.levels__item__showmore--mobile p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #0827C4;
  position: relative;
  padding-right: 24px;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0 auto;
}
.levels__item__showmore--mobile p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/arrow--blue.svg) no-repeat center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.levels__item__showmore--mobile p.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 1280px) {
  .levels__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 96px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-top: 0;
  }
}
.levels__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .levels__item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
}
.levels__item__head > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .levels__item__head > div:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.levels__item__image {
  min-width: 100px;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .levels__item__image {
    min-width: 120px;
    width: 120px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.levels__item__title {
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  .levels__item__title {
    max-width: 260px;
  }
}
.levels__item__title p {
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .levels__item__title p {
    font-family: "Stag Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
}
.levels__item:first-child {
  border-top: none;
}
@media screen and (min-width: 1280px) {
  .levels__item:first-child {
    border-top: 1px solid #000;
  }
}
.levels__item:first-child .levels__item__head {
  padding-top: 0;
}
@media screen and (min-width: 1280px) {
  .levels__item:first-child .levels__item__head {
    padding-top: 32px;
  }
}
.levels__item:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1280px) {
  .levels__item:last-child {
    border-bottom: none;
  }
}
.levels__item__cost b {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .levels__item__cost b {
    font-family: "Stag Sans", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
.levels__item__period span {
  line-height: 22px;
}
@media screen and (min-width: 1280px) {
  .levels__item__period {
    text-align: center;
    width: 120px;
  }
}
.levels__item__props__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .levels__item__props__title {
    font-family: "Stag Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}
.levels__item__props__list {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .levels__item__props__list {
    margin-bottom: 32px;
  }
}
.levels__item__props__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.levels__item__props__list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.levels__item__props__list img {
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.levels__item__btns {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .levels__item__btns {
    margin-bottom: 22px;
  }
}
.levels__item__btns a {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 18.5px;
}
.levels__item__btns a:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) {
  .levels__item__desc {
    padding: 32px;
    margin-left: 32px;
  }
  .levels__item__desc ul li {
    position: relative;
    padding-left: 44px;
  }
  .levels__item__desc ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
  }
  .levels__item__desc ul li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .levels__item__desc ul:not(:last-child) {
    margin-bottom: 24px;
  }
}
.levels__item__desc--mobile {
  padding: 0 0 32px;
}
@media screen and (min-width: 1280px) {
  .levels__item__desc--mobile {
    display: none;
  }
}
.levels__item__desc--mobile__text {
  padding: 24px 0;
}
.levels__item__desc--mobile ul li {
  position: relative;
  padding-left: 44px;
}
.levels__item__desc--mobile ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
}
.levels__item__desc--mobile ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
.levels__item__desc--mobile ul:not(:last-child) {
  margin-bottom: 24px;
}
.levels__item.opened {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: calc(100% - 330px);
  height: 100%;
  z-index: 50;
  -webkit-box-shadow: -4px -4px 48px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: -4px -4px 48px 0px rgba(0, 0, 0, 0.0588235294);
}
.levels__item.opened .levels__item__showmore {
  background: #F0F0F0;
}
.levels__item.opened .levels__item__showmore p {
  color: #000;
}
.levels__item__modal {
  position: fixed;
  z-index: 10151;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125vw;
  height: 125vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.levels__item__modal--bg {
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}
.levels__item__modal--window {
  background-color: #fff;
  width: 95vw;
  height: auto;
  max-width: 95vw;
  max-height: 95vh;
  padding: 24px;
  position: absolute;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .levels__item__modal--window {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1160px) {
  .levels__item__modal--window {
    max-height: 121vh;
  }
}
@media screen and (min-width: 1480px) {
  .levels__item__modal--window {
    max-width: 1024px;
    max-height: 100vh;
    padding: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .levels__item__modal--window {
    min-width: 929px;
  }
}
.levels__item__modal--window__close {
  position: absolute;
  top: 24px;
  right: 24px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/modal-close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.levels__item__modal--window__close:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 992px) {
  .levels__item__modal--window__close {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .levels__item__modal--window .submit-main-feedback-form {
    height: 56px !important;
  }
}
@media screen and (min-width: 1920px) {
  .levels__item__modal--window .submit-main-feedback-form {
    height: 70px !important;
  }
}
.levels__item__modal.show {
  opacity: 1;
  visibility: visible;
}
.levels__item__modal .main-feedback-form-block .main-feedback-form-container .questions-block span,
.levels__item__modal .main-feedback-form-block .main-feedback-form-container .questions-block span a {
  color: #000;
  font-family: "Stag Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
@media screen and (min-width: 992px) {
  .levels__item__modal .main-feedback-form-block .main-feedback-form-container .questions-block span,
  .levels__item__modal .main-feedback-form-block .main-feedback-form-container .questions-block span a {
    font-size: 16px;
    line-height: 24px;
  }
}
.levels__item__modal .question-block.privacy_policy, .levels__item__modal .question-block.agree_of_subject {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.levels__item__modal .question-block.privacy_policy > span, .levels__item__modal .question-block.agree_of_subject > span {
  margin-top: 0;
}
.levels__item__modal .question-block.name, .levels__item__modal .question-block.email {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 1920px) {
  .levels__item__modal .question-block.name, .levels__item__modal .question-block.email {
    margin-bottom: 24px !important;
  }
}
.levels__item__modal .question-block.phone, .levels__item__modal .question-block.agree_of_subject {
  margin-bottom: 32px !important;
}
.levels__item__modal .question-block.name input, .levels__item__modal .question-block.email input, .levels__item__modal .question-block.phone input {
  padding: 9px 16px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media screen and (min-width: 1920px) {
  .levels__item__modal .question-block.name input, .levels__item__modal .question-block.email input, .levels__item__modal .question-block.phone input {
    padding: 24px !important;
    font-size: 20px !important;
    line-height: 32px !important;
  }
}
.levels__item__modal .title--h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .levels__item__modal .title--h2 {
    font-family: "Stag Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .levels__item__modal .title--h2 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
  }
}
.levels__item__modal .title--h2 + p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .levels__item__modal .title--h2 + p {
    font-family: "Stag Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .levels__item__modal .title--h2 + p {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 32px;
  }
}
.levels__item__modal .btn--dark {
  font-family: "Noto Sans", sans-serif;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  min-height: unset;
}
@media screen and (min-width: 1920px) {
  .levels__item__modal .btn--dark {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.guarantees {
  background: linear-gradient(79.51deg, #2A418B 0%, #4DA567 100%);
  color: #fff;
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .guarantees {
    padding: 120px 0 !important;
  }
}
.guarantees .title--h2 {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .guarantees .title--h2 {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 480px) {
  .guarantees__image {
    max-width: 304px;
  }
}
.guarantees__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .guarantees__content {
    border: 1px solid #fff;
    padding: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.guarantees__content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .guarantees__content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.guarantees__list {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .guarantees__list {
    margin-top: 0;
  }
}
.guarantees__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 992px) {
  .guarantees__list li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .guarantees__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.guarantees__list li:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .guarantees__list li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.guarantees__list li span {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 992px) {
  .guarantees__list li span {
    font-size: 56px;
    line-height: 64px;
    min-width: 215px;
    white-space: nowrap;
    text-align: right;
  }
}

.reviews {
  padding: 40px 0 !important;
}
@media screen and (min-width: 1280px) {
  .reviews {
    padding: 120px 0 !important;
  }
}
@media screen and (min-width: 1920px) {
  .reviews .title--h2 {
    font-size: 80px;
    line-height: 92px;
  }
}
.reviews__link {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
  color: #000;
  display: block;
  padding-right: 42px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .reviews__link {
    text-align: right;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.reviews__link:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/arrow-all-reviews.svg) no-repeat center center;
}
.reviews__slider {
  height: auto;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .reviews__slider {
    padding-bottom: 130px;
  }
}
.reviews__item {
  padding-bottom: 35px;
  height: 312px;
}
@media screen and (min-width: 992px) {
  .reviews__item {
    height: 319px;
  }
}
@media screen and (min-width: 1480px) {
  .reviews__item {
    min-width: 362px;
    height: 440px;
  }
}
.reviews__item--inner {
  height: 100%;
  background-color: #F8F7F7;
  padding: 24px;
  margin-bottom: 35px;
  position: relative;
}
.reviews__item--inner:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -23px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/review-item-rectangle.svg) no-repeat center center;
  width: 23px;
  height: 23px;
}
.reviews__item__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  max-height: 192px;
  overflow: hidden;
}
@media screen and (min-width: 1480px) {
  .reviews__item__text {
    max-height: 308px;
    font-size: 20px;
    line-height: 28px;
  }
}
.reviews__item__text .readmore {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F8F7F7; /* Чтобы "..." не накладывались на текст */
  padding-left: 5px;
}
.reviews__item__text .link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.reviews__item__image {
  min-width: 100px;
  width: 100px;
  height: 50px;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
.reviews .swiper-pagination {
  bottom: 0;
}
.reviews .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.reviews .swiper-pagination-bullet-active {
  background: #0827C4;
}

@media screen and (min-width: 992px) {
  .our-services .title--h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .our-services .title--h2 {
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 72px;
  }
}
.our-services__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.our-services__image img {
  -o-object-position: top center;
     object-position: top center;
}
.our-services__list {
  height: auto;
}
.our-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 16px 0;
  padding-right: 42px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #000;
}
.our-services__item:after {
  position: absolute;
  content: "";
  right: 0;
  top: 16px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/arrow-all-reviews.svg) no-repeat center center;
}
.our-services__item:hover {
  padding-left: 32px;
}
@media screen and (min-width: 1280px) {
  .our-services__item {
    padding-right: 56px;
  }
}
.our-services__item__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 1280px) {
  .our-services__item__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .our-services__item__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.assessment_types {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.assessment_types__head .row {
  background-color: #fff;
  text-align: center;
}
.assessment_types__head__item {
  padding: 16px 32px;
  border-left: 1px solid #4127E0;
  font-size: 22px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .assessment_types__head__item {
    font-size: 31px;
    line-height: 44px;
    white-space: nowrap;
  }
}
.assessment_types__props {
  text-align: center;
}
.assessment_types__props .row {
  height: 100%;
}
.assessment_types__props .assessment_types__item__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #4127E0;
}
.assessment_types__props .assessment_types__item__cell img {
  min-width: 36px;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 1280px) {
  .assessment_types__props .assessment_types__item__cell img {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
}
.assessment_types__props .assessment_types__item__cell .btn--dark {
  color: #fff;
  padding: 16px 32px;
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .assessment_types__props .assessment_types__item__cell .btn--dark {
    white-space: nowrap;
    padding: 32px 48px;
    font-size: 24px;
  }
}
.assessment_types__item__cell {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .assessment_types__item__cell {
    padding: 16px 32px;
  }
}
.assessment_types__item__cell [data-subcode]:not(.assessment_types--sm-btn) {
  position: relative;
  padding-left: 44px;
  font-weight: 500;
  font-size: inherit;
  margin-top: 8px;
  padding-left: 40px;
}
.assessment_types__item__cell [data-subcode]:not(.assessment_types--sm-btn):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/enter.svg) no-repeat center center;
}
.assessment_types__item__cell [data-subcode]:not(.assessment_types--sm-btn):before {
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/blue_agree.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.assessment_types__item__cell .btn--dark {
  color: white !important;
}
.assessment_types__item__title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .assessment_types__item__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .assessment_types__item__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.assessment_types__item__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .assessment_types__item__desc {
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .assessment_types__item.big-text .assessment_types__item__cell {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .assessment_types__item.big-text .assessment_types__item__cell {
    font-size: 32px;
    line-height: 44px;
  }
}
.assessment_types--sm-btn {
  width: 100%;
  max-width: 100%;
}

.history {
  overflow: hidden;
}
.history .title--h1 {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .history .title--h1 {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1480px) {
  .history .title--h1 {
    margin-bottom: 32px;
  }
}
.history .title--h1 + p {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .history .title--h1 + p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1480px) {
  .history .title--h1 + p {
    font-size: 42px;
    line-height: 60px;
  }
}
.history__list {
  position: relative;
}
@media screen and (min-width: 992px) {
  .history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.history__list__item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .history__list__item {
    text-align: center;
    padding: 0;
    width: 33.3333333333%;
  }
}
.history__list__item .infinity {
  min-width: 68px;
  width: 68px;
  height: 42.5px;
  position: absolute;
  top: -8px;
  left: -6px;
}
@media screen and (min-width: 992px) {
  .history__list__item .infinity {
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.history__list__item .title--h2 {
  color: #fff;
  white-space: nowrap;
  display: block;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 992px) {
  .history__list__item .title--h2 {
    padding: 14px 19px 0;
  }
}
.history__list__item .title--h2.infin {
  color: transparent;
  position: relative;
}
.history__list__item .f-20 {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 992px) {
  .history__list__item .f-20 {
    padding: 0 0 8px;
    max-width: 323px;
    margin: 0 auto;
  }
}
.history__list__item__point span {
  position: absolute;
  z-index: 50;
  min-width: 11px;
  width: 11px;
  height: 11px;
  border: 1.5px solid #fff;
  background-color: #0827C4;
  top: 13px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 992px) {
  .history__list__item__point span {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 992px) {
  .history__list__item__point {
    position: relative;
    height: 31px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .history__list__item__point:before, .history__list__item__point:after {
    position: absolute;
    content: "";
    z-index: 10;
    width: 50%;
    height: 1.5px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  .history__list__item__point:before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .history__list__item__point:after {
    right: 0;
  }
}
.history__list__item:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 17px;
  background-color: #fff;
  width: 1.5px;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .history__list__item:before {
    display: none;
  }
}
.history__list__item__text {
  padding-top: 16px;
}
.history__list__item.active .history__list__item__head {
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .history__list__item.active .history__list__item__head {
    padding: 0;
    position: static;
  }
}
.history__list__item.active .history__list__item__head:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  width: calc(100% + 30px);
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .history__list__item.active .history__list__item__head:before {
    display: none;
  }
}
.history__list__item.active .history__list__item__point span {
  left: -25px;
}
@media screen and (min-width: 992px) {
  .history__list__item.active .history__list__item__point span {
    left: 50%;
  }
}
.history__list__item.active .title--h2, .history__list__item.active .f-20 {
  color: #0827C4;
  position: relative;
  z-index: 10;
}
.history__list__item.active .title--h2.infin {
  color: transparent;
}
.history__list__item.active .infinity path {
  fill: #0827C4;
}
.history__list__item.active .history__list__item__point:before, .history__list__item.active .history__list__item__point:after {
  background-color: #fff;
  mix-blend-mode: difference;
}
.history__list__item.active .history__list__item__point span {
  border-color: #0827C4;
}
.history__list__item.active:before {
  mix-blend-mode: difference;
}
@media screen and (min-width: 992px) {
  .history__list__item.active {
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .history__list:first-child .history__list__item:first-child .history__list__item__point:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .history__list:first-child .history__list__item:last-child .history__list__item__point:after {
    right: -500px;
    width: calc(50% + 500px);
  }
}
@media screen and (min-width: 992px) {
  .history__list:last-child .history__list__item:first-child .history__list__item__point:before {
    left: -500px;
    width: calc(50% + 500px);
  }
}
@media screen and (min-width: 1480px) {
  .history__list:last-child .history__list__item:first-child .history__list__item__point:before {
    left: -1000px;
    width: calc(50% + 1000px);
  }
}
.history__list:last-child .history__list__item:last-child, .history__list:only-child .history__list__item:last-child {
  padding-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .history__list:last-child .history__list__item:last-child, .history__list:only-child .history__list__item:last-child {
    padding-bottom: 0;
  }
}
.history__list:last-child .history__list__item:last-child p, .history__list:only-child .history__list__item:last-child p {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .history__list:last-child .history__list__item:last-child p, .history__list:only-child .history__list__item:last-child p {
    margin-top: 0;
  }
}
.history__list:last-child .history__list__item:last-child:before, .history__list:only-child .history__list__item:last-child:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .history__list:last-child .history__list__item:last-child .history__list__item__point:after, .history__list:only-child .history__list__item:last-child .history__list__item__point:after {
    display: none;
  }
}
.history__list:last-child .history__list__item:nth-last-child(2) .history__list__item__point:before, .history__list:only-child .history__list__item:nth-last-child(2) .history__list__item__point:before {
  display: none;
}
.history__list:last-child .history__list__item:nth-last-child(2) .history__list__item__point:after, .history__list:only-child .history__list__item:nth-last-child(2) .history__list__item__point:after {
  width: 150%;
  right: unset;
  left: 0;
}
.history__text {
  color: #fff;
  padding: 16px 0;
  margin: 24px 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mini-gallery .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 576px) {
  .mini-gallery .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.mini-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -ms-flex-negative: unset;
      flex-shrink: unset;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .mini-gallery__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .mini-gallery__item {
    gap: 24px;
  }
}
.mini-gallery__item > a {
  height: 100%;
  display: block;
}
.mini-gallery__item img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 160px;
  width: auto;
  height: auto;
}
.mini-gallery__item__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .mini-gallery__item__title {
    margin-bottom: 16px;
  }
}
.mini-gallery__item__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.mini-gallery__item__desc * {
  font: inherit;
}
@media screen and (min-width: 576px) {
  .mini-gallery__item.w-500 .mini-gallery__item__desc {
    max-width: 266px;
    width: 266px;
  }
}
.mini-gallery__item.w-500 img {
  height: 230px;
  min-width: 160px;
}
@media screen and (min-width: 768px) {
  .mini-gallery__item.w-500 img {
    height: 300px;
    min-width: 210px;
  }
}
.mini-gallery__item.w-800 {
  max-width: 800px;
}
.mini-gallery .our-clients-block {
  margin-bottom: 0;
}
.mini-gallery [data-code=partners] .mini-gallery__item:last-child img {
  min-width: 73px;
}

.testing-tasks {
  font-family: "Noto Sans", sans-serif;
}
.testing-tasks--left {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .testing-tasks--left {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.testing-tasks .title--h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .testing-tasks .title--h2 {
    margin-bottom: 56px;
  }
}
.testing-tasks__list__title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .testing-tasks__list__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 56px;
  }
}
.testing-tasks__list li {
  position: relative;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .testing-tasks__list li {
    font-size: 32px;
    line-height: 44px;
    padding-left: 68px;
  }
}
.testing-tasks__list li:before {
  position: absolute;
  content: "";
  min-width: 27px;
  width: 27px;
  height: 27px;
  background: url(/local/templates/ibs-training_new_copy/assets/images/icons/blue_agree.svg) no-repeat center center;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .testing-tasks__list li:before {
    min-width: 44px;
    width: 44px;
    height: 44px;
  }
}
.testing-tasks__list li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .testing-tasks__list li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.testing-tasks__image {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .testing-tasks__image {
    max-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.testing-tasks__image img {
  -o-object-position: top center;
     object-position: top center;
  max-height: 261px;
  display: block;
}
@media screen and (min-width: 480px) {
  .testing-tasks__image img {
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .testing-tasks__image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
    max-height: calc(100% - 40px);
  }
}
@media screen and (min-width: 992px) {
  .testing-tasks__image img {
    max-height: calc(100% - 120px);
  }
}

.experience {
  font-family: "Noto Sans", sans-serif;
}
.experience .title--h2 {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .experience .title--h2 {
    margin-bottom: 0;
  }
}
.experience__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
}
@media screen and (min-width: 1280px) {
  .experience__list {
    gap: 32px 40px;
  }
}
.experience__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: calc(50% - 12px);
}
@media screen and (min-width: 1280px) {
  .experience__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: calc(50% - 20px);
  }
}
.experience__item__number {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .experience__item__number {
    font-size: 56px;
    line-height: 72px;
    text-align: right;
    width: 222px;
  }
}
.experience__item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .experience__item__title {
    font-size: 20px;
    line-height: 32px;
  }
}

.steps {
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
}
.steps .title--h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .steps .title--h2 {
    margin-bottom: 56px;
  }
}
.steps .tabs--wrapper {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .steps .tabs--wrapper {
    margin-bottom: 56px;
  }
}
.steps__list {
  position: relative;
}
@media screen and (min-width: 992px) {
  .steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 32px;
  }
}
.steps__list__item {
  position: relative;
  padding: 8px 0 8px 60px;
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .steps__list__item {
    padding: 0;
    width: 33.3333333333%;
    display: block;
  }
}
.steps__list__item__number {
  white-space: nowrap;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #0827C4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1480px) {
  .steps__list__item__number {
    font-size: 56px;
    line-height: 72px;
    color: #000;
    position: static;
  }
}
.steps__list__item .steps__list__item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
@media screen and (min-width: 1480px) {
  .steps__list__item .steps__list__item__title {
    font-size: 22px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .steps__list__item .steps__list__item__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.steps__list__item .steps__list__item__title .link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: none;
  color: #0827C4;
}
.steps__list__item .steps__list__item__title form {
  margin-top: 16px;
}
.steps__list__item .steps__list__item__title form input[type=text], .steps__list__item .steps__list__item__title form input[type=email] {
  margin-bottom: 8px;
  display: block;
  height: 38px;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  border-radius: 0;
}
.steps__list__item .steps__list__item__title form input[type=text]::-webkit-input-placeholder, .steps__list__item .steps__list__item__title form input[type=email]::-webkit-input-placeholder {
  color: #000;
}
.steps__list__item .steps__list__item__title form input[type=text]::-moz-placeholder, .steps__list__item .steps__list__item__title form input[type=email]::-moz-placeholder {
  color: #000;
}
.steps__list__item .steps__list__item__title form input[type=text]:-ms-input-placeholder, .steps__list__item .steps__list__item__title form input[type=email]:-ms-input-placeholder {
  color: #000;
}
.steps__list__item .steps__list__item__title form input[type=text]::-ms-input-placeholder, .steps__list__item .steps__list__item__title form input[type=email]::-ms-input-placeholder {
  color: #000;
}
.steps__list__item .steps__list__item__title form input[type=text]::placeholder, .steps__list__item .steps__list__item__title form input[type=email]::placeholder {
  color: #000;
}
@media screen and (min-width: 992px) {
  .steps__list__item .steps__list__item__title form input[type=text], .steps__list__item .steps__list__item__title form input[type=email] {
    margin-bottom: 16px;
    height: 54px;
  }
}
.steps__list__item .steps__list__item__title form input[type=submit],
.steps__list__item .steps__list__item__title form button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  min-height: 56px;
  background-color: #2B418B;
  color: #fff;
  border: none;
  background-color: #4127E0;
  height: 40px;
  cursor: pointer;
}
.steps__list__item .steps__list__item__title form input[type=submit]:hover, .steps__list__item .steps__list__item__title form input[type=submit]:focus, .steps__list__item .steps__list__item__title form input[type=submit]:active,
.steps__list__item .steps__list__item__title form button[type=submit]:hover,
.steps__list__item .steps__list__item__title form button[type=submit]:focus,
.steps__list__item .steps__list__item__title form button[type=submit]:active {
  color: #000;
  background-position: 100% 0;
  border-color: #EFF4FF;
}
.steps__list__item .steps__list__item__title form input[type=submit] img,
.steps__list__item .steps__list__item__title form button[type=submit] img {
  width: 68px;
  min-width: 68px;
  height: 73px;
  display: block;
}
.steps__list__item .steps__list__item__title form input[type=submit] img + *,
.steps__list__item .steps__list__item__title form button[type=submit] img + * {
  color: inherit !important;
}
.steps__list__item .steps__list__item__title form input[type=submit].bg--blue, .steps__list__item .steps__list__item__title form input[type=submit].bg--lightblue, .steps__list__item .steps__list__item__title form input[type=submit].bg--green,
.steps__list__item .steps__list__item__title form button[type=submit].bg--blue,
.steps__list__item .steps__list__item__title form button[type=submit].bg--lightblue,
.steps__list__item .steps__list__item__title form button[type=submit].bg--green {
  color: #fff;
}
.steps__list__item .steps__list__item__title form input[type=submit].bg--gray,
.steps__list__item .steps__list__item__title form button[type=submit].bg--gray {
  color: #000;
}
@media screen and (min-width: 992px) {
  .steps__list__item .steps__list__item__title form input[type=submit],
  .steps__list__item .steps__list__item__title form button[type=submit] {
    padding: 32px 48px;
    font-size: 24px;
    line-height: 1;
  }
}
.steps__list__item .steps__list__item__title form input[type=submit]:hover, .steps__list__item .steps__list__item__title form input[type=submit]:focus, .steps__list__item .steps__list__item__title form input[type=submit]:active,
.steps__list__item .steps__list__item__title form button[type=submit]:hover,
.steps__list__item .steps__list__item__title form button[type=submit]:focus,
.steps__list__item .steps__list__item__title form button[type=submit]:active {
  background-color: #2B418B;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .steps__list__item .steps__list__item__title form input[type=submit],
  .steps__list__item .steps__list__item__title form button[type=submit] {
    height: 54px;
  }
}
.steps__list__item__point span {
  position: absolute;
  z-index: 50;
  min-width: 7px;
  width: 7px;
  height: 7px;
  border: 1.5px solid #0827C4;
  background-color: #0827C4;
  top: 21px;
  left: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 992px) {
  .steps__list__item__point span {
    background-color: #fff;
    min-width: 11px;
    width: 11px;
    height: 11px;
    top: 7px;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .steps__list__item__point {
    position: relative;
    height: 23px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .steps__list__item__point:before, .steps__list__item__point:after {
    position: absolute;
    content: "";
    z-index: 10;
    width: 50%;
    height: 1.5px;
    background-color: #0827C4;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .steps__list__item__point:before {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .steps__list__item__point:after {
    right: unset;
    left: 0;
    width: calc(100% + 32px);
  }
}
.steps__list__item:before {
  position: absolute;
  content: "";
  left: 39px;
  top: 21px;
  background-color: #0827C4;
  width: 1.5px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .steps__list__item:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .steps__list:first-child {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 992px) {
  .steps__list:first-child .steps__list__item:first-child .steps__list__item__point:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .steps__list:first-child .steps__list__item:last-child .steps__list__item__point:after {
    right: -500px;
    width: calc(50% + 500px);
  }
}
@media screen and (min-width: 992px) {
  .steps__list:last-child .steps__list__item:first-child .steps__list__item__point:before {
    left: -500px;
    width: calc(50% + 500px);
  }
}
.steps__list:last-child .steps__list__item:last-child, .steps__list:only-child .steps__list__item:last-child {
  padding-bottom: 0;
}
.steps__list:last-child .steps__list__item:last-child:before, .steps__list:only-child .steps__list__item:last-child:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .steps__list:last-child .steps__list__item:last-child .steps__list__item__point:before, .steps__list:last-child .steps__list__item:last-child .steps__list__item__point:after, .steps__list:only-child .steps__list__item:last-child .steps__list__item__point:before, .steps__list:only-child .steps__list__item:last-child .steps__list__item__point:after {
    display: none;
  }
}

.page_about__desc {
  padding: 40px 0;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1280px) {
  .page_about__desc {
    padding: 120px 0;
  }
}
.page_about__desc__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page_about__desc__quote {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.page_about__desc__quote__icon {
  width: 32px;
  min-width: 32px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .page_about__desc__quote__icon {
    width: 64px;
    min-width: 64px;
    height: 47px;
  }
}
.page_about__desc__text {
  position: relative;
  margin-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  .page_about__desc__text {
    padding-left: 120px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page_about__desc__text {
    padding-bottom: 32px;
    padding-right: 100px;
    padding-left: 120px;
  }
}
.page_about__desc__text:after {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #0827C4;
}
@media screen and (min-width: 992px) {
  .page_about__desc__text:after {
    width: calc(100% - 120px);
    left: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .page_about__desc__text:after {
    width: calc(100% - 120px - 100px);
  }
}
.page_about__desc__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .page_about__desc__image {
    display: block;
  }
}
.page_about__desc__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  .page_about__desc__image img {
    border-radius: 50%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1480px) {
  .page_about__desc__image img {
    border-radius: 0;
  }
}
.page_about__desc__image--mini {
  display: block;
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page_about__desc__image--mini {
    display: none;
  }
}
.page_about__desc .f-20 {
  font-family: "Noto Sans", sans-serif;
}
.page_about__desc b {
  font-weight: 500;
}
.page_about__desc b i {
  font-weight: inherit;
}
.page_about .offset-block {
  background-position: 98% 40px;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .page_about .offset-block {
    background-position: 98% 120px;
  }
}
.page_about .main-feedback-form-block .main-feedback-form-container .questions-block .submit-main-feedback-form {
  height: auto !important;
}

.page_testing .main-feedback-form-block .main-feedback-form-container .questions-block .submit-main-feedback-form {
  height: auto !important;
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns > .col-12 {
    margin-top: 0 !important;
  }
}
.page_testing .start__btns .btn--dark, .page_testing .start__btns .btn--white {
  padding: 16px !important;
}
@media screen and (min-width: 768px) {
  .page_testing .start__btns .btn--dark, .page_testing .start__btns .btn--white {
    min-height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page_testing .start__btns .btn--dark, .page_testing .start__btns .btn--white {
    padding: 24px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns .btn--dark, .page_testing .start__btns .btn--white {
    height: 121.25px !important;
  }
}
.page_testing .start__btns .btn--white {
  padding: 16px 16px 16px 77px !important;
}
@media screen and (min-width: 992px) {
  .page_testing .start__btns .btn--white {
    padding: 8px 24px 8px 77px !important;
  }
}
@media screen and (min-width: 1920px) {
  .page_testing .start__btns .btn--white {
    padding-left: 110px !important;
  }
}/*# sourceMappingURL=app.css.map */