@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

* a {
  text-decoration: none;
}

* p {
  margin: 0;
}
* p strong {
  font-weight: 700;
}

* ul {
  margin-bottom: 0;
}

* li {
  list-style: none;
}

* h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  * h1, h2, h3, h4, h5 {
    font-size: 50px;
    line-height: 60px;
  }
}

button {
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

* img {
  width: 100%;
  max-width: 100%;
}

*:focus-visible {
  outline: none;
}

html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffff;
  background-color: #000000;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  html,
body {
    font-weight: 400;
    font-size: 17px;
  }
}

.title-whith-arrow {
  display: block;
  position: relative;
  color: #FF6E01;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.title-whith-arrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/images/arrow-kse.svg?ca5ddc52ab8ae9edd595ad95d9ac8df7);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.title-whith-arrow span {
  display: inline-block;
}

.title-block {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .title-block {
    font-size: 42px;
    line-height: 56px;
  }
}

.text-block {
  text-align: center;
}
.text-block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .text-block p {
    font-size: 20px;
  }
}

.slider-projects {
  position: relative;
  margin-right: -30px;
}
.slider-projects .swiper-wrapper {
  margin-bottom: 20px;
}
.slider-projects .swiper-slide {
  max-width: 280px;
}
.slider-projects .swiper-slide-img {
  padding-top: 190px;
}
.slider-projects .swiper__buttons {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .slider-projects .swiper-wrapper {
    margin-bottom: 40px;
  }
  .slider-projects .swiper-slide {
    max-width: 525px;
  }
  .slider-projects .swiper-slide-img {
    padding-top: 350px;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-projects {
    margin-right: -100px;
  }
  .slider-projects .swiper__buttons {
    margin-right: 100px;
  }
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1366px) {
  .container {
    padding: 0 48px;
  }
}

.img-object-fit-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding: 46px 30px 27px 30px;
  margin: 0;
  gap: 26px;
}
.header__nav__list-item.kse-logo {
  width: 157px;
  height: 25px;
  -webkit-mask: url(/images/kse-pro.svg?b19d7a2846c38ace854a1a6ea325a41d) no-repeat center/contain;
          mask: url(/images/kse-pro.svg?b19d7a2846c38ace854a1a6ea325a41d) no-repeat center/contain;
  background-color: #ffff;
}
.header__nav__list-item.work-logo {
  width: 117px;
  height: 22px;
  -webkit-mask: url(/images/work-ua.svg?a327d672d3fc62fefcd5afe0efcb2dba) no-repeat center/contain;
          mask: url(/images/work-ua.svg?a327d672d3fc62fefcd5afe0efcb2dba) no-repeat center/contain;
  background-color: #ffff;
}

.footer {
  padding: 64px 0;
  background-color: #3064FF;
}
.footer-content {
  margin-bottom: 46px;
}
.footer-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.footer-buttons-button {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 114px 0;
  }
  .footer-content-title {
    max-width: 459px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .text-block {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-buttons {
    flex-direction: row;
    gap: 24px;
  }
  .footer-buttons-button {
    width: auto;
  }
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  border-radius: 46px;
  line-height: 59px;
  padding: 0 24px;
  color: #ffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  background: #3064FF;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  border: none;
}
.button.button-outline {
  background: transparent;
  border: 1px solid #3064FF;
  color: #3064FF;
}
.button.button-white {
  background: #ffff;
  color: #000000;
}
.button.button-opacity {
  background: transparent;
  border: 1px solid #3064FF;
  color: #3064FF;
}
.button.button-opacity-white {
  background: transparent;
  border: 1px solid #ffff;
  color: #ffff;
}
.button:hover {
  filter: brightness(0.9);
}
@media only screen and (max-width: 359px) {
  .button {
    font-size: 18px;
  }
}

.swiper__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 20px;
}
.swiper__buttons.black .swiper-button-prev svg circle, .swiper__buttons.black .swiper-button-next svg circle {
  fill: #000000;
}
.swiper__buttons.black .swiper-button-prev svg path, .swiper__buttons.black .swiper-button-next svg path {
  fill: #000000;
}
.swiper__buttons.black .swiper-button-prev svg rect, .swiper__buttons.black .swiper-button-next svg rect {
  stroke: #000000;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.15s ease;
}
.swiper .swiper-button-prev:active:not(.swiper-button-disabled), .swiper .swiper-button-next:active:not(.swiper-button-disabled) {
  transform: scale(0.92);
}
.swiper .swiper-button-prev:active:not(.swiper-button-disabled) svg circle, .swiper .swiper-button-next:active:not(.swiper-button-disabled) svg circle {
  fill: #FF6E01;
}
.swiper .swiper-button-prev:active:not(.swiper-button-disabled) svg path, .swiper .swiper-button-next:active:not(.swiper-button-disabled) svg path {
  fill: #FF6E01;
}
.swiper .swiper-button-prev:active:not(.swiper-button-disabled) svg rect, .swiper .swiper-button-next:active:not(.swiper-button-disabled) svg rect {
  stroke: #FF6E01;
}
@media only screen and (min-width: 1366px) {
  .swiper .swiper-button-prev:hover:not(.swiper-button-disabled) svg circle, .swiper .swiper-button-next:hover:not(.swiper-button-disabled) svg circle {
    fill: #FF6E01;
  }
  .swiper .swiper-button-prev:hover:not(.swiper-button-disabled) svg path, .swiper .swiper-button-next:hover:not(.swiper-button-disabled) svg path {
    fill: #FF6E01;
  }
  .swiper .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect, .swiper .swiper-button-next:hover:not(.swiper-button-disabled) svg rect {
    stroke: #FF6E01;
  }
}
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
}
.swiper .swiper-button-prev.swiper-button-disabled svg circle, .swiper .swiper-button-next.swiper-button-disabled svg circle {
  stroke: rgba(178, 178, 179, 0.7);
}
.swiper .swiper-button-prev.swiper-button-disabled svg path, .swiper .swiper-button-next.swiper-button-disabled svg path {
  fill: rgba(178, 178, 179, 0.7);
}
.swiper .swiper-button-prev.swiper-button-disabled svg rect, .swiper .swiper-button-next.swiper-button-disabled svg rect {
  stroke: rgba(178, 178, 179, 0.7);
}
.swiper .swiper-slide-img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .swiper__buttons {
    display: flex;
  }
}

.master-path-markers {
  display: none;
}
.master-path-image {
  background-image: url(/images/kse-masters-360.jpg?8ee1aba410e9c1b5c0b55f56fad49999);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 358px;
  height: 429px;
  position: absolute;
  top: 95px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 359px) {
  .master-path-image {
    width: 320px;
    background-size: contain;
  }
}
.master-path-content {
  padding-top: 220px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}
.master-path-content-title {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.master-path-content-title h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 46px;
}
.master-path-content-text {
  position: relative;
  z-index: 2;
}
.master-path-content-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.master-path__buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .master-path-image {
    background-image: url(/images/kse-masters-1440.jpg?202c4b175a69d62daad676852eb10d31);
    width: 671px;
    height: 532px;
  }
  .master-path-content {
    padding-top: 415px;
    margin-bottom: 24px;
  }
  .master-path-content-title h1 {
    font-size: 64px;
    line-height: 65px;
  }
  .master-path-content-text p {
    font-size: 22px;
  }
  .master-path__buttons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .master-path__buttons .button {
    line-height: 75px;
  }
}
@media only screen and (min-width: 1366px) {
  .master-path-markers {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 1100px;
    height: 800px;
    z-index: 1;
  }
  .master-path-marker {
    position: absolute;
    display: inline-block;
  }
  .master-path-marker:nth-child(1) {
    top: 125px;
    left: 0;
    transform: rotate(10deg);
  }
  .master-path-marker:nth-child(2) {
    top: 275px;
    left: -95px;
    transform: rotate(-7deg);
  }
  .master-path-marker:nth-child(3) {
    top: 95px;
    left: auto;
    right: 25px;
    transform: rotate(8deg);
  }
  .master-path-marker:nth-child(4) {
    top: 225px;
    left: auto;
    right: 0;
    transform: rotate(-6deg);
  }
  .master-path-marker-label {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    background-color: #000000;
    padding: 0 15px;
    color: #ffff;
    border-radius: 50px;
  }
  .master-path-marker-value {
    font-size: 20px;
    font-weight: 400;
    line-height: 64px;
    background-color: #D5EAFF;
    padding: 0 40px;
    border-radius: 50px;
    color: #000000;
  }
  .master-path-figure {
    position: absolute;
  }
  .master-path-figure-1 {
    top: 45px;
    left: auto;
    right: -130px;
    width: 514px;
    height: 746px;
  }
}
@media screen and (min-width: 1440px) {
  .master-path-figure-1 {
    right: -145px;
  }
}

.about {
  padding-top: 110px;
  padding-bottom: 180px;
}
.about-content {
  text-align: center;
}
.about-content-text p {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}
.about-content-text p .about-content-span-light {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .about {
    padding-top: 195px;
    padding-bottom: 153px;
  }
  .about-content-text {
    width: 100%;
    max-width: 970px;
    margin: auto;
  }
  .about-content-text p {
    font-size: 32px;
  }
}

.test {
  position: relative;
  padding-top: 110px;
  padding-bottom: 64px;
  background-color: #3064FF;
}
.test-content {
  text-align: center;
}
.test-content-text {
  margin-bottom: 24px;
}
.test-image-helmets {
  background-image: url(/images/kse-test-helmets.png?d6efa2482a650a565ba70d0318c3bf11);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 337.523px;
  height: 214.613px;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 359px) {
  .test-image-helmets {
    width: 320px;
    background-size: contain;
  }
}
.test-figures {
  display: none;
}
@media only screen and (min-width: 768px) {
  .test {
    padding-bottom: 114px;
  }
  .test-image-helmets {
    left: 200px;
    transform: translateX(0);
  }
  .test-content {
    position: relative;
    z-index: 2;
  }
  .test-content-title {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .test-content-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 730px;
  }
  .test-figures {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: 538px;
  }
  .test-figures-item {
    position: absolute;
    right: 0;
    left: auto;
  }
  .test-figures-item:nth-child(1) {
    width: 298px;
    height: 312px;
    top: auto;
    bottom: 0;
  }
  .test-figures-item:nth-child(2) {
    top: 0;
    width: 264.101px;
    height: 228.867px;
  }
}

.test-event-body--quiz {
  color: #000000;
}
.test-event-body--quiz .header, .test-event-body--quiz .header__nav__list {
  background-color: #D5EAFF;
}
.test-event-body--quiz .header__nav__list-item.kse-logo, .test-event-body--quiz .header__nav__list-item.work-logo {
  background-color: #000000;
}

.test-event-body--result-a,
.test-event-body--result-b,
.test-event-body--result-v {
  color: #ffff;
}
.test-event-body--result-a .test-event,
.test-event-body--result-b .test-event,
.test-event-body--result-v .test-event {
  background-color: #3064FF;
}
.test-event-body--result-a .header, .test-event-body--result-a .header__nav__list,
.test-event-body--result-b .header,
.test-event-body--result-b .header__nav__list,
.test-event-body--result-v .header,
.test-event-body--result-v .header__nav__list {
  background-color: #3064FF;
}
.test-event-body--result-a .header__nav__list-item.kse-logo, .test-event-body--result-a .header__nav__list-item.work-logo,
.test-event-body--result-b .header__nav__list-item.kse-logo,
.test-event-body--result-b .header__nav__list-item.work-logo,
.test-event-body--result-v .header__nav__list-item.kse-logo,
.test-event-body--result-v .header__nav__list-item.work-logo {
  background-color: #ffff;
}
@media only screen and (min-width: 1366px) {
  .test-event-body--result-a:after,
.test-event-body--result-b:after,
.test-event-body--result-v:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 480px;
    height: 942px;
    background-image: url(/images/kse-results-bg.svg?105080d2a756dea321dd503bf9c12892);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.test-event {
  min-height: 100vh;
  padding: 24px 0 48px;
  background-color: #D5EAFF;
}
.test-event__back {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
  color: #1E1C1A;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.test-event__back--light {
  color: #ffff;
}
@media only screen and (min-width: 768px) {
  .test-event__back {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
.test-event__back-icon {
  width: 18px;
  height: 18px;
  background-image: url(/images/kse-arrow-back.svg?d1d2f8ac928e3af4639bd1b50f1afca5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.test-event__back--light .test-event__back-icon {
  filter: brightness(0) invert(1);
}
.test-event__head {
  margin-bottom: 46px;
}
.test-event__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  .test-event__title {
    font-size: 24px;
    line-height: normal;
  }
}
.test-event__progress {
  margin-bottom: 46px;
}
@media only screen and (min-width: 1024px) {
  .test-event__progress {
    width: 100%;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
  }
}
.test-event__progress-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.test-event__progress-top-current {
  color: #3064FF;
}
.test-event__progress-bar {
  height: 16px;
  border-radius: 24px;
  background: #EEEEF0;
  overflow: hidden;
}
.test-event__progress-fill {
  display: block;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #ffff;
  background: #3064FF;
  transition: width 0.3s ease;
  box-sizing: border-box;
}
.test-event__question-text {
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .test-event__question-text {
    width: 100%;
    max-width: 778px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 48px;
  }
}
.test-event__answers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto 46px;
}
@media only screen and (min-width: 768px) {
  .test-event__answers {
    max-width: 1115px;
  }
}
.test-event__answer {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: 1px solid #ffff;
  border-radius: 24px;
  background: transparent;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.test-event__answer--selected {
  border-color: #3064FF;
}
.test-event__answer--selected .test-event__answer-label {
  background-color: #3064FF;
  color: #ffff;
}
.test-event__answer-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #EEEEF0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
.test-event__answer-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.test-event__actions {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .test-event__actions {
    flex-direction: row;
  }
}
.test-event__prev, .test-event__next {
  max-width: 330px;
}
.test-event__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: none;
}
.test-event__result {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.test-event__result-profession, .test-event__result-superpower, .test-event__result-description, .test-event__result-benefits-label, .test-event__result-note {
  color: #ffff;
}
.test-event__result-profession {
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .test-event__result-profession {
    font-size: 42px;
    line-height: 56px;
  }
}
.test-event__result-superpower {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .test-event__result-superpower {
    font-size: 24px;
    font-weight: 700;
  }
}
.test-event__result-superpower-text {
  font-weight: 700;
}
.test-event__result-description {
  line-height: 28px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .test-event__result-description {
    font-size: 20px;
    font-weight: 700;
  }
}
.test-event__result-benefits-label {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .test-event__result-benefits-label {
    font-size: 24px;
    font-weight: 700;
  }
}
.test-event__result-benefits {
  display: inline-block;
  margin-bottom: 24px;
  text-align: left;
}
.test-event__result-benefits li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}
.test-event__result-benefits li::before {
  content: "—";
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .test-event__result-benefits li {
    font-size: 20px;
    font-weight: 700;
  }
}
.test-event__result-note {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .test-event__result-note {
    font-size: 20px;
    margin-bottom: 100px;
    font-weight: 700;
  }
}
.test-event__result-actions {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.test-event__result-actions .button-white {
  background-color: #D5EAFF;
}
@media only screen and (min-width: 768px) {
  .test-event__result-actions {
    flex-direction: row;
    justify-content: center;
  }
}
.test-event__result-image {
  max-width: 360px;
  margin: 0 auto;
}
.test-event__result-image img {
  width: 100%;
  height: auto;
}

.history {
  position: relative;
  padding-top: 64px;
  padding-bottom: 110px;
  background-color: #D5EAFF;
  color: #000000;
}
.history-content {
  margin-bottom: 62px;
}
.history-cards__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 46px;
}
.history-cards__list-item-image {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.history-cards__list-item-content-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.history-cards__list-item-content-year {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.history-cards__list-item-content-profession {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
.history-cards__list-item-content-profession strong {
  font-weight: 700;
}
.history-cards__list-item-content-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
.history-cards__list-item-content-text p:last-child {
  margin-bottom: 0;
}
.history .iframe-block {
  position: relative;
}
.history .iframe-block img {
  display: block;
  width: 100%;
  height: auto;
}
.history .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.history .iframe-block--playing {
  aspect-ratio: 16/9;
}
.history .iframe-block-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  cursor: pointer;
}
.history .iframe-block-button-text {
  display: none;
}
.history-figures-1, .history-figures-2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .history-content-title {
    font-weight: 800;
  }
  .history-cards__list-item-content {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .history {
    overflow: hidden;
  }
  .history-figures-1, .history-figures-2 {
    display: block;
  }
  .history .container {
    position: relative;
    z-index: 2;
  }
  .history-content {
    margin-bottom: 145px;
  }
  .history-figures-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    height: 1132px;
    z-index: 1;
  }
  .history-figures-2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 1344px;
    height: 914px;
    z-index: 1;
  }
  .history-figure-1 {
    position: absolute;
    top: -45px;
    left: auto;
    right: 0;
    width: 1140px;
    height: 1055px;
    z-index: 1;
  }
  .history-figure-1 svg {
    width: 100%;
    height: 100%;
  }
  .history-figure-2 {
    position: absolute;
    top: -155px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 483px;
    height: 914px;
    z-index: 1;
  }
  .history-cards__list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .history-cards__list-item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .history-cards__list-item-image {
    width: 100%;
    max-width: 546px;
    height: 100%;
    padding: 52px;
    box-sizing: border-box;
  }
  .history-cards__list-item-content {
    width: 100%;
    max-width: 780px;
  }
  .history .iframe-block {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: 0;
  }
  .history .iframe-block-button {
    width: auto;
  }
  .history .iframe-block-button-icon {
    display: none;
  }
  .history .iframe-block-button-text {
    display: inline-block;
  }
  .history .iframe-block-button-text .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3064FF;
    background-color: #ffff;
    cursor: pointer;
  }
  .history .iframe-block-button-text .button-icon {
    height: 23px;
    width: 20px;
    margin-right: 12px;
  }
  .history .iframe-block-button-text .button-icon svg {
    display: block;
  }
}

.steps {
  padding-top: 64px;
  padding-bottom: 64px;
}
.steps-content {
  margin-bottom: 46px;
}
.steps-content-title span {
  font-weight: 300;
}
.steps__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 46px;
}
.steps__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.steps__list-item-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.4px;
}
.steps__list-item-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.steps-slider .swiper {
  margin: 0 -30px;
  padding: 0 30px;
}
.steps-slider .swiper .swiper-slide img {
  border-radius: 16px;
  overflow: hidden;
}
.steps-slider__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .steps-content-title {
    margin-bottom: 56px;
  }
  .steps__list {
    align-items: center;
  }
  .steps__list-item {
    gap: 24px;
  }
  .steps__list-item-number {
    font-size: 94px;
  }
  .steps__list-item-content {
    width: 100%;
    max-width: 245px;
  }
}
@media only screen and (min-width: 1024px) {
  .steps__list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 115px;
  }
}
@media only screen and (min-width: 1366px) {
  .steps {
    padding: 114px 0;
  }
  .steps-slider {
    overflow: hidden;
  }
  .steps-slider .swiper {
    margin: 0 -48px;
    padding: 0 48px;
    overflow: hidden;
  }
  .steps-slider .swiper-wrapper {
    align-items: center;
    perspective: 1200px;
  }
  .steps-slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 580px;
    z-index: 1;
  }
  .steps-slider-item-image {
    position: relative;
    flex-shrink: 0;
    width: 846px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 846/530;
    transform-origin: center center;
    will-change: transform;
  }
  .steps-slider-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
  .steps-slider-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: black;
    opacity: var(--overlay-opacity, 0.55);
    pointer-events: none;
  }
  .steps-slider .swiper-button-prev::after,
.steps-slider .swiper-button-next::after {
    display: none;
  }
  .steps-slider .steps-slider__buttons {
    margin-top: 32px;
  }
}

.careers {
  padding-top: 64px;
  padding-bottom: 30px;
  background-color: #D5EAFF;
  color: #000000;
}
.careers-content {
  margin-bottom: 46px;
}
.careers__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.careers__list-item {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 30px;
  background-color: #ffff;
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.careers__list-item:nth-child(1) .careers__list-item-image-overlay {
  height: 152px;
}
.careers__list-item:nth-child(1) .careers__list-item-image-overlay img {
  left: 20%;
}
.careers__list-item:nth-child(2) .careers__list-item-image-overlay {
  height: 95px;
}
.careers__list-item:nth-child(2) .careers__list-item-image-overlay img {
  left: 10%;
}
.careers__list-item:nth-child(3) .careers__list-item-image-overlay {
  height: 152px;
}
.careers__list-item:nth-child(3) .careers__list-item-image-overlay img {
  left: 24%;
}
.careers__list-item-image-type {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #ffff;
  background-color: #1E1C1A;
  border-radius: 30px;
  padding: 0 12px;
  margin-bottom: 16px;
}
.careers__list-item-image-overlay {
  margin: 0 -16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.careers__list-item-image-overlay img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers__list-item-content-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
}
.careers__list-item-content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
.careers__list-item-content-info {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.careers__list-item-content-info-item {
  width: 100%;
  max-width: 130px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 30px;
  background-color: #EEEEF0;
  box-sizing: border-box;
  text-align: center;
}
.careers__list-item-content-info-item-icon {
  display: none;
}
@media only screen and (max-width: 359px) {
  .careers__list-item-content-info-item {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .careers {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .careers-content-title {
    width: 100%;
    max-width: 467px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    margin-bottom: 56px;
  }
  .careers__list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .careers__list-item-content-text {
    height: 84px;
  }
  .careers__list-item-content-button .button {
    max-width: 100%;
  }
  .careers__list-item:nth-child(1) .careers__list-item-image-overlay img {
    left: 0;
  }
  .careers__list-item:nth-child(2) .careers__list-item-image-overlay {
    height: 152px;
  }
  .careers__list-item:nth-child(2) .careers__list-item-image-overlay img {
    left: 0;
  }
  .careers__list-item:nth-child(3) .careers__list-item-image-overlay img {
    left: 0;
  }
  .careers__list-item-image-overlay {
    height: 152px;
  }
}
@media only screen and (min-width: 1366px) {
  .careers__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
  .careers__list-item-content-info-item {
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    align-items: center;
  }
  .careers__list-item-content-info-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .careers__list-item-content-info-item span:nth-child(2) {
    white-space: nowrap;
  }
}

.news {
  background-color: #ffff;
  padding: 64px 0;
  color: #000000;
}
.news-slider {
  overflow: hidden;
}
.news-slider .swiper-slide {
  width: 100%;
  max-width: 300px;
}
.news-slider-item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #F5F5F5;
  border-radius: 30px;
}
.news-slider-item-image {
  margin-bottom: 24px;
}
.news-slider-item-content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
  min-height: 115px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-more {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news-content-title {
    font-weight: 800;
    margin-bottom: 56px;
  }
  .news-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    transform: none !important;
  }
  .news-slider .swiper-slide {
    width: 100%;
    max-width: 432px;
    margin-right: 0 !important;
  }
  .news-slider .swiper__buttons {
    display: none;
  }
  .news-more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .news-more__button {
    cursor: pointer;
  }
  .news:not(.news--expanded) .news-slider .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .news--expanded .news-more {
    display: none;
  }
  .news .news-slider-item .button {
    max-width: 100%;
  }
}
