@font-face {
  font-family: Pixelpurl;
  src: url('../fonts/pixelpurl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-bold.otf') format("opentype"), url('../fonts/inter-extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black: #000;
  --color--white: white;
  --font-text-small-sssssservice-size-dekstop--body: 16px;
  --course-hero: 220px;
  --font-size-for-form-h1: 40px;
  --font-about-hero1-size-dekstop--h3: 60px;
  --font-size-dekstop--h4-contacts: 21px;
  --font-new-size-dekstop--h5: 24px;
  --color--grey: #909090;
  --font-size-dekstop--blockquote: 36px;
  --color--light-gray-bg: #f1f1f1;
  --font-size-tablet--h1-h111111: 160px;
  --mobile-landscape--h1: 54px;
  --mobile-landscape--h2: 40px;
  --mobile-landscape--h3: 28px;
  --mobile-landscape--h4: 22px;
  --font-size-dekstop--big-paragraph: 36px;
  --mobile-landscape--big-paragraph: 30px;
  --mobile-landscape--blockquote: 24px;
  --font-size-dekstop--button: 17px;
  --_blue---text-accent: #41c6ec;
  --font-size-tablet--nav-link: 20px;
  --color--transparent: transparent;
  --color--black-navy: #101217;
  --greeeey: #3c3c3c;
  --color--text1-hero-mobile: 14px;
  --_blue---bllllluuuee: #76d8fa;
  --color--about-hero-text2: 12px;
  --color--size-2: 120px;
  --font-text-small-sssssservice-size-dekstop--text-h1-tablet: 155px;
  --color--hero-h1-mobile: 67px;
  --color--size-3: 32px;
  --color--серый: #8b8b8b;
  --color--deep-green: #0a212e;
  --color--button-hover: #5fc6ec59;
  --color--color: #1d2025;
  --beautiful: #686d7d;
  --color--size: 34px;
  --size-2: 180px;
  --size-4: 320px;
  --size-3: 240px;
  --font-text-small-sssssservice-size-dekstop--text-h1-for-tablet: 90px;
  --_blue---морской: #1d96ab;
  --_blue---голубой-светлый: #89dcf3;
  --color--orange: #ec9441;
  --color--size-4: 8px;
  --color--blllllllue: #41c6ec00;
  --h1-1920: 280px;
  --size: 165px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--black);
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-family: Sf Pro Display, Georgia, sans-serif;
  font-size: var(--course-hero);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: var(--color--black);
  font-size: var(--font-size-for-form-h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--color--black);
  font-size: var(--font-about-hero1-size-dekstop--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  color: var(--color--black);
  font-size: var(--font-size-dekstop--h4-contacts);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  font-size: var(--font-new-size-dekstop--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

p {
  color: var(--color--grey);
  margin-bottom: 0;
}

a {
  color: var(--color--white);
  line-height: 110%;
  text-decoration: none;
}

blockquote {
  color: var(--color--black);
  font-size: var(--font-size-dekstop--blockquote);
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  line-height: 140%;
}

.section {
  background-color: var(--color--black);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.section-grey {
  background-color: var(--color--light-gray-bg);
}

.ui-content-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  font-size: var(--course-hero);
  font-weight: 600;
  line-height: 110%;
}

.heading.h1 {
  color: var(--color--white);
}

.body {
  color: var(--color--black);
  font-size: var(--font-size-for-form-h1);
  font-weight: 700;
  line-height: 110%;
}

.body.h2 {
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
}

.h2 {
  color: var(--color--black);
  font-family: Inter, sans-serif;
}

.h2.white {
  width: 300px;
  color: var(--color--white);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.heading-2 {
  font-size: var(--font-about-hero1-size-dekstop--h3);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

.heading-3 {
  font-size: var(--font-size-dekstop--h4-contacts);
  font-weight: 400;
  line-height: 110%;
}

.heading-4 {
  color: var(--color--white);
  font-size: var(--font-new-size-dekstop--h5);
  font-weight: 400;
  line-height: 110%;
}

.paragraph.hero {
  width: 300px;
  color: var(--color--white);
}

.big-paragraph {
  color: var(--color--white);
  font-size: var(--font-size-dekstop--big-paragraph);
  font-weight: 500;
  line-height: 110%;
}

.big-paragraph.black {
  color: var(--color--black);
}

.nav-link {
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--button);
  align-self: center;
  margin-left: 35px;
  padding: 0;
}

.nav-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--color--grey);
}

.button {
  min-width: 180px;
  color: var(--color--black);
  font-size: var(--font-size-dekstop--button);
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 110%;
}

.submit {
  border: 1px solid var(--color--white);
  background-color: var(--color--transparent);
  min-width: 180px;
  color: var(--color--white);
  font-size: var(--font-size-dekstop--button);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 110%;
}

.h1 {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  font-family: Inter, sans-serif;
}

.h3 {
  font-family: Inter, sans-serif;
}

.h4 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--button);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-weight: 700;
  display: flex;
}

.h4.h3-hero-mobile {
  font-size: var(--font-size-dekstop--button);
  text-align: center;
}

.h5 {
  font-family: Inter, sans-serif;
}

.container {
  max-width: none;
}

.container.nav-bar {
  justify-content: space-between;
  display: flex;
}

.navbar {
  background-color: var(--color--transparent);
  padding-top: 0;
  position: sticky;
  inset: 24px 0% 0 0;
}

.logo {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #d9d9d9;
  width: 70%;
  margin-left: 10px;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 600px;
  display: flex;
  position: relative;
}

.burger {
  display: none;
}

.hero-section {
  background-image: url('../images/image-146091.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.hero-section-mobile.newwwherrrooo {
  display: none;
}

.hero-section.hero-section-mobile.hero-base {
  border-bottom: 1px solid var(--greeeey);
  flex-flow: column;
  display: flex;
}

.hero-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 620px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-block.hero-content-blok-mobile {
  flex-flow: column;
  height: auto;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Inter, sans-serif;
  display: flex;
}

.content-block {
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.left-content-block {
  flex-flow: row;
  flex: 1;
  width: 300px;
  display: flex;
}

.right-content-block {
  display: flex;
}

.review-author-name {
  color: var(--color--black);
}

.review-author-position {
  color: var(--color--grey);
}

.mission-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.submit-button {
  border: 1px solid var(--color--white);
  background-color: var(--color--transparent);
}

.map-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.ui-section {
  background-color: #282828;
}

.brand {
  margin-right: 0;
}

.nav-content {
  background-image: url('../images/rectangle-2085654354.png');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 18px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-2 {
  color: var(--color--black);
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--button);
  background-color: #41c6ec;
  border-radius: 40px;
  font-weight: 700;
}

.image {
  align-self: center;
}

.hero-without-image {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--greeeey);
  color: var(--color--white);
  background-color: #101217;
  flex-flow: column;
  padding: 60px 30px 0 40px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  color: var(--color--white);
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  width: 1148px;
  height: 180px;
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-about-hero1-size-dekstop--h3);
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
}

.margin-bottom-24px.h5 {
  width: 764px;
  height: 140px;
  font-size: var(--font-new-size-dekstop--h5);
  letter-spacing: -.02em;
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 115%;
}

.button-primary-2 {
  color: #101217;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #41c6ec;
  border-radius: 40px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration-thickness: auto;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-5 {
  color: var(--color--white);
  font-size: var(--font-size-dekstop--h4-contacts);
  text-align: left;
  line-height: 90%;
}

.pricing-overview {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color--transparent) var(--color--transparent) var(--greeeey);
  background-color: #101217;
  padding: 10px 120px 80px 60px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.h3-hero-mobile {
  font-size: var(--font-size-dekstop--button);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-description {
  max-width: 550px;
  color: var(--color--white);
  font-size: var(--font-size-dekstop--h4-contacts);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-image: url('../images/frame-1321317532_1frame-1321317532.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 282px;
  height: 196px;
  padding-left: 25px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  flex: 1;
  align-self: center;
  width: 547px;
  height: 320px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.image-2 {
  align-self: center;
}

.team-slider {
  background-color: var(--color--black-navy);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 80px 60px;
  display: none;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image-2 {
  background-color: #0a212e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  margin-bottom: 24px;
  font-weight: 400;
}

.margin-bottom-24px-2.achievements-text-mobile {
  width: 80%;
  font-size: var(--mobile-landscape--h3);
  letter-spacing: -.05em;
  line-height: 110%;
}

.heading-6 {
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  margin-bottom: 20px;
}

.heading-6.h3-hero-mobile {
  font-size: var(--font-size-dekstop--button);
  text-transform: uppercase;
}

.pricing-overview-2 {
  background-color: #101217;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-image-2 {
  object-fit: cover;
  width: 405px;
  height: 450px;
  margin-bottom: 16px;
}

.logos-title-small {
  border: 1px solid #101217;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: -12px;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-dark {
  border: 1px solid var(--color--transparent);
  background-color: #041e2b;
  background-image: url('../images/group-1321319619.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 43px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 0;
  display: grid;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 12px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.footer-link {
  color: var(--color--white);
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_blue---bllllluuuee);
}

.footer-social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2px;
  margin-left: 0;
  display: flex;
}

.footer-social-block.contacts {
  margin-top: 0;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link:hover {
  color: var(--color--white);
}

.footer-social-link.facebook {
  margin-left: 0;
}

.footer-social-link.vk {
  margin-left: -10px;
  margin-right: 10px;
}

.footer-social-link.vk.contactsvk, .footer-social-link.contactsinsta {
  margin-left: 0;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  margin-top: 40px;
  margin-left: 0;
  font-family: "Press Start 2P", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.heading-7 {
  color: var(--color--white);
  font-size: var(--font-new-size-dekstop--h5);
}

.team-slider-2 {
  background-color: #101217;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  background-color: var(--color--grey);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: var(--color--white);
  font-size: var(--font-new-size-dekstop--h5);
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  color: var(--color--white);
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--greeeey);
  background-color: var(--color--black-navy);
  -webkit-text-stroke-color: var(--color--transparent);
  padding: 80px 0;
  position: relative;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.centered-heading-4 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.h3-hero-mobile {
  font-size: var(--font-size-dekstop--button);
  text-transform: uppercase;
}

.centered-subheading-3 {
  max-width: 300px;
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.01px;
  margin: 20px auto 10px;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 0;
  font-family: Inter, sans-serif;
  line-height: 130%;
  display: grid;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-heading-center {
  border: 1px solid var(--color--transparent);
  background-color: #101217;
  padding: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  font-size: var(--font-size-for-form-h1);
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-8 {
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--mobile-landscape--h2);
  border: 1px solid #10121700;
}

.text-block {
  margin-top: 40px;
  font-family: Inter, sans-serif;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  background-image: url('../images/image-146091.png');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.module {
  background-image: url('../images/module-3-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 590px 500px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.heading-9 {
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-about-hero1-size-dekstop--h3);
  margin-bottom: 30px;
  font-weight: 500;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-6 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--button);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider-4 {
  background-color: #101217;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image-4 {
  font-family: Inter, sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  background-color: #f5f7fa;
  background-image: url('../images/image-146065.png');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 40px;
}

.button-primary-5 {
  color: var(--color--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #41c6ec;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.heading-10 {
  font-size: var(--font-size-for-form-h1);
  margin-bottom: 30px;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-7 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.map {
  height: auto;
  color: var(--color--black);
  background-color: #101217;
  margin-bottom: 60px;
}

.div-block {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  display: flex;
  position: relative;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-2 {
  font-size: var(--course-hero);
  display: flex;
}

.div-block-3 {
  grid-column-gap: var(--font-size-dekstop--button);
  grid-row-gap: var(--font-size-dekstop--button);
  grid-template: "Area" minmax(220px, 220px)
  / minmax(220px, 220px) minmax(0, 1fr) minmax(220px, 220px);
  grid-auto-columns: minmax(220px, 220px);
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  display: none;
}

.div-block-4 {
  margin-left: 24px;
}

.link-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #41c6ec;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  min-width: auto;
  height: 40px;
  margin-bottom: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-2 {
  color: var(--color--black);
  -webkit-text-stroke-color: var(--color--black);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-3 {
  width: 12px;
  height: 14px;
}

.div-block-5 {
  background-image: url('../images/rectangle-2085654353.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-height: 100px;
  display: block;
  position: relative;
}

.text-block-3 {
  width: 250px;
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  text-transform: uppercase;
  margin-left: 20px;
}

.text-block-4 {
  text-align: left;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: var(--course-hero);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/rectangle-2085654353.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 220px;
  display: block;
}

.heading-11 {
  font-size: var(--course-hero);
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  font-size: var(--font-new-size-dekstop--h5);
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.4fr .9fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: 0;
  display: grid;
}

.text-highlight-inline {
  background-image: url('../images/image-146131-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.text-accent {
  color: var(--_blue---text-accent);
  -webkit-text-stroke-color: var(--color--light-gray-bg);
  font-style: italic;
  font-weight: 400;
}

.text-small {
  width: 50%;
  height: auto;
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  text-align: center;
  letter-spacing: -.02px;
  margin-top: 20px;
  padding-top: 0;
  line-height: 115%;
}

.text-small.about-hero-text2-mobile {
  width: 35%;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: var(--color--text1-hero-mobile);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  line-height: 130%;
}

.text-small.about-hero-text2-mobile.scroll-highlight {
  width: 30%;
}

.text-span {
  color: var(--_blue---text-accent);
  font-size: var(--font-size-dekstop--big-paragraph);
  font-style: italic;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 120px;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/rectangle-2085654355.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 535px;
}

.heading-12 {
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--button);
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-12.heading-12-mobile {
  height: 35px;
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  letter-spacing: -.03em;
  margin: 20px 10px 10px 20px;
  padding-bottom: 20px;
}

.text-block-6 {
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6.text-block-6-mobile {
  height: 15%;
  font-size: var(--color--text1-hero-mobile);
  letter-spacing: -.01em;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 10px;
  padding-bottom: 0;
  line-height: 130%;
}

.link {
  color: var(--_blue---text-accent);
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  font-weight: 700;
}

.link-block-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-block-7 {
  color: var(--_blue---text-accent);
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  font-weight: 700;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 1920px;
  padding-top: 40px;
  display: flex;
}

.pricing-overview-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-15 {
  text-align: left;
}

.text-block-8 {
  text-align: left;
  margin-bottom: 20px;
}

.text-block-8.network-management-text-h1-3 {
  width: 200px;
}

.text-block-10 {
  color: var(--_blue---text-accent);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
}

.div-block-16 {
  display: flex;
}

.text-block-11 {
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-12 {
  width: 200px;
  font-family: Inter, sans-serif;
  font-size: var(--color--text1-hero-mobile);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.heading-15 {
  color: var(--greeeey);
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  letter-spacing: -.03em;
  margin-bottom: 30px;
  font-weight: 700;
}

.div-block-17 {
  border-right: 1px solid var(--greeeey);
  flex-flow: column;
  width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-18 {
  border-right: 1px solid var(--greeeey);
  border-left: 1px solid var(--greeeey);
  flex-flow: column;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-19 {
  border-right: 1px solid var(--greeeey);
  width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
}

.div-block-20 {
  border-right: 1px solid var(--greeeey);
  flex-flow: column;
  height: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/rectangle-2085654384-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 266px 250px;
  width: 266px;
  height: 250px;
}

.text-block-13 {
  font-size: var(--color--size-2);
  letter-spacing: -.05em;
  font-weight: 700;
}

.pricing-overview-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-3 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-4 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.service-card {
  margin-right: 20px;
}

.service-card.service-card-mobile {
  background-image: url('../images/rectangle-2085654386.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 265px;
  height: 410px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-right: 0;
  line-height: 110%;
}

.service-card.service-cardx {
  display: none;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-25.footer-content-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--black-navy);
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  line-height: 120%;
  display: flex;
}

.tr-centre-hero1 {
  font-family: Inter, sans-serif;
  font-size: var(--color--hero-h1-mobile);
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-about-text1.hero-about-text1-mobile {
  width: 60%;
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--color--size-3);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-left: 0;
  font-weight: 700;
  line-height: 100%;
}

.course-format, .course-format.course-format-mobile-hero {
  color: var(--color--grey);
}

.block-duration {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading1-for-course {
  height: 70px;
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--button);
  margin-right: 10px;
}

.cta-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta-menu:hover, .cta-menu:active, .cta-menu:focus, .cta-menu:lang(en) {
  margin-left: 0;
  margin-right: 0;
}

.section-2 {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.div-block-33 {
  background-image: url('../images/group-1321319620.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 358px 550px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-15 {
  background-image: url('../images/contact_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Inter, sans-serif;
  display: flex;
}

.form-h1 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-new-size-dekstop--h5);
  text-align: center;
  margin-top: 0;
}

.text-field-2 {
  background-color: var(--color--color);
  color: var(--beautiful);
  -webkit-text-stroke-color: var(--color--transparent);
  border: 1px solid #0000;
  border-radius: 10px;
}

.text-field-3 {
  background-color: var(--color--color);
  color: var(--beautiful);
  border: 1px solid #0000;
  border-radius: 10px;
}

.form-2 {
  width: 290px;
  margin-left: 0;
  display: block;
}

.link-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 46px;
  margin-top: 10px;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.partners-text {
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 40px;
}

.service-h1-hero {
  font-family: Inter, sans-serif;
  font-size: var(--font-size-for-form-h1);
  text-align: center;
  margin-bottom: 20px;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: auto;
  display: grid;
}

.h11.h1-mobile {
  font-family: Inter, sans-serif;
  font-size: var(--size-2);
  text-align: center;
  letter-spacing: -.05em;
  order: 0;
  margin-bottom: -80px;
}

.hero-contacts-main, .hero-contacts-main2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 20px;
  display: flex;
}

.trainingcentre-hero-text1 {
  width: 570px;
  color: var(--color--white);
  margin-bottom: 10px;
}

.trainingcentre-button1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  width: 320px;
  height: 50px;
  color: var(--color--black);
  border-radius: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.service-text1 {
  width: 60%;
  color: var(--color--white);
  text-align: center;
  margin-bottom: 40px;
}

.trainingcentrehero {
  margin-left: 0;
  padding-left: 0;
}

.trainingcentre-herosection {
  background-image: url('../images/image-146065.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 515px;
  display: block;
}

.service-herosection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.service-container {
  background-image: url('../images/image-146065.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.course-hero-h1 {
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--big-paragraph);
  text-align: center;
  margin-top: 40px;
}

.course-hero-text1 {
  width: 797px;
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  text-align: center;
  margin-top: 20px;
}

.course-hero-block1 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  display: flex;
}

.courses-tabs {
  margin-top: 40px;
  margin-bottom: 100px;
  display: none;
}

.course-h3 {
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.schedule-main-classes {
  width: 100%;
  max-width: 100%;
  color: var(--color--light-gray-bg);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.course-tab-link {
  background-color: var(--color--black-navy);
}

.schedule-course-name {
  width: 40vw;
  margin-left: 60px;
  margin-right: 20px;
  font-weight: 700;
}

.schedule-course-format {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px dashed var(--color--transparent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  max-width: none;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.schedule-course-price {
  width: 10vw;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 20px;
}

.date-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 10vw;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/rectangle-2085654296.svg');
  background-position: 50%;
  background-size: 20px 20px;
  flex: none;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.div-block-40 {
  border: 1px dashed var(--_blue---text-accent);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-icon.toggle-iconplus {
  color: var(--_blue---text-accent);
  font-size: var(--font-size-dekstop--h4-contacts);
}

.toggle-icon.toggle-iconminus {
  display: none;
}

.heading-22 {
  font-family: Inter, sans-serif;
  font-size: var(--font-about-hero1-size-dekstop--h3);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contacts-hours {
  border-right: 1px solid var(--greeeey);
  flex-flow: column;
  height: auto;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.partners-logo-grid.partners-logo-grid-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.partners-logo1 {
  background-image: url('../images/group-1321319628.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 107px;
  display: flex;
}

.services-grid.services-grid-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.service-card-link-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--_blue---text-accent);
  margin-top: -10px;
  margin-left: 20px;
  font-weight: 700;
  display: flex;
}

.news-card-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--_blue---text-accent);
  margin-bottom: 20px;
  margin-left: 10px;
  display: flex;
}

.course-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.news-grid.news-grid-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.about-service-description {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-service-description-text1 {
  width: 884px;
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--big-paragraph);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 40px;
  font-weight: 700;
  line-height: 110%;
}

.cta-button-service {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  width: 320px;
  height: 50px;
  color: var(--color--black-navy);
  text-align: center;
  border-radius: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.cta-button-service-button {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.course-hero-blockh1 {
  color: var(--color--серый);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--color--text1-hero-mobile);
  font-weight: 400;
}

.course-hero-block-text2 {
  color: var(--_blue---text-accent);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.block-formats {
  margin-top: 0;
}

.schedule-section {
  width: 100%;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 0;
}

.schedule-headers {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--greeeey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  margin-bottom: 40px;
  margin-right: 50px;
  padding-bottom: 0;
  display: grid;
}

.schedule-h1 {
  width: 40vw;
  color: var(--color--grey);
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
}

.schedule-h1.schedule-h1coursename, .schedule-h1.schedule-h1format, .schedule-h1.schedule-h1data {
  color: var(--greeeey);
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
}

.course-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/rectangle-2085654385.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 420px 590px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 590px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.course-link-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.course-text {
  letter-spacing: -.01em;
  height: auto;
  max-height: 160px;
  margin-top: 15px;
  margin-right: 10px;
  line-height: 130%;
  overflow: hidden;
}

.course-image {
  margin-bottom: 40px;
}

.course-link-text {
  color: var(--_blue---text-accent);
  font-size: var(--color--text1-hero-mobile);
  font-weight: 700;
}

.contacts-email {
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  margin-top: -2px;
  line-height: 140%;
}

.text-span-5, .text-span-6 {
  color: var(--greeeey);
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
}

.news-card.news-card-mobile {
  background-image: url('../images/rectangle-2085654350-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  width: 302px;
  height: 442px;
  display: flex;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.news-nav.news-nav-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.hero-human-image {
  vertical-align: baseline;
  max-width: 80%;
  margin-top: -40px;
  display: inline-block;
}

.hero-human-image.hero-base {
  text-align: center;
  max-width: 80%;
}

.hero-mobile-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  order: 0;
  display: none;
}

.hero-title-top-mobile {
  flex-flow: column-reverse;
  order: 1;
  display: flex;
}

.hero-info-card-left-mobile, .hero-info-card-right-mobile.hero-info-card-right {
  background-image: url('../images/rectangle-2085654384-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 266px 220px;
  width: 266px;
  height: 220px;
  font-family: Inter, sans-serif;
}

.text-for-mobile {
  font-family: Inter, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--text-h1-for-tablet);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text1-hero-mobile {
  font-size: var(--color--text1-hero-mobile);
  margin-left: 20px;
}

.text-h3-mobile {
  color: var(--_blue---text-accent);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.hero-about-container-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero-text2.about-hero-text2-mobile {
  width: 50%;
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  line-height: 115%;
}

.achievements-wrap {
  background-color: var(--color--deep-green);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.achievements-wrap.scroll-highlight-group.scroll-highlight-short {
  padding-top: 60px;
}

.about-hero-mobile {
  background-color: var(--color--black-navy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.about-hero.about-hero-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.services-nav.services-nav-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.image-service-mobile {
  text-align: center;
  max-width: 80%;
  height: 211px;
  margin-left: 20px;
  display: inline-block;
}

.section-services.section-services-mobile {
  background-color: var(--color--black-navy);
  display: none;
}

.div-block-47.services-top-mobile {
  text-align: center;
  margin-top: 60px;
}

.body-2 {
  background-color: var(--color--black-navy);
  font-family: Inter, sans-serif;
}

.body-3, .body-4, .body-5 {
  background-color: var(--color--black-navy);
}

.body-6 {
  background-color: var(--color--black-navy);
  font-family: Inter, sans-serif;
}

.footer-content-policies {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-bottom {
  order: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.hero-center-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-bottom-mobile {
  text-align: center;
  display: block;
}

.schedule-details {
  display: none;
}

.collection-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.schedule-date {
  width: 10vw;
}

.scheduleh1-coursenameh1 {
  width: 40vw;
  display: flex;
}

.scheduleh1-formath1 {
  width: 15vw;
  margin-left: -40px;
}

.toggle-iconplus-wrap {
  border: 1px solid var(--greeeey);
  padding: 10px;
}

.toggle-iconminus-wrap {
  display: none;
}

.schedule-divider {
  background-color: var(--greeeey);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.schedule-divider.schedule-divider-filter {
  width: 25%;
  margin-top: 0;
}

.schedule-divider.schedule-divider-headers {
  display: none;
}

.course-hero {
  background-image: url('../images/image-146091.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-heading-h1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.module-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 40px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.module1-ai {
  background-image: url('../images/module-3-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 490px 550px;
  width: 490px;
  height: 550px;
  font-family: Inter, sans-serif;
}

.navlink-mailhero {
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--color--text1-hero-mobile);
}

.navlink-mailhero.w--current {
  color: var(--_blue---bllllluuuee);
}

.navlink-main-hero {
  color: var(--color--white);
  font-family: Inter, sans-serif;
  font-size: var(--color--text1-hero-mobile);
}

.navlink-main-hero.w--current {
  color: var(--_blue---bllllluuuee);
  font-size: var(--color--text1-hero-mobile);
}

.navlink-main-hero.navlink-main-hero-about {
  width: 150px;
}

.navlink-main-hero.navlink-main-hero-about.w--current {
  color: var(--color--white);
}

.navlink-main-hero.navlink-main-hero-about.w--current:hover {
  color: var(--_blue---bllllluuuee);
}

.navlink-main-hero.serv {
  display: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.services-slider {
  background-color: var(--color--black-navy);
  margin-bottom: 220px;
}

.services-sliderrr {
  display: none;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.body-7 {
  background-color: var(--color--black-navy);
  font-family: Inter, sans-serif;
}

.servicesheroh1 {
  font-family: Inter, sans-serif;
  font-size: var(--color--hero-h1-mobile);
  text-align: center;
  margin-top: 40px;
}

.text-span-7, .text-span-8 {
  color: var(--_blue---text-accent);
  font-style: italic;
}

.politics {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.politics-text {
  color: var(--color--light-gray-bg);
  letter-spacing: -.02em;
  margin-top: -40px;
  margin-bottom: 20px;
  line-height: 130%;
  display: none;
}

.policies-main {
  flex-flow: column;
  line-height: 120%;
  display: flex;
}

.policies-main-container {
  background-color: var(--color--transparent);
  margin-bottom: 100px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
}

.policies-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.course-program {
  margin-top: 60px;
  display: none;
}

.module-text-h1 {
  color: var(--_blue---text-accent);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  margin-top: 60px;
  margin-left: 20px;
}

.module-text-h2 {
  font-size: var(--font-size-tablet--nav-link);
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-weight: 700;
}

.module-text {
  font-size: var(--color--text1-hero-mobile);
}

.module-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
}

.module-container {
  margin-bottom: 100px;
}

.div-block-49 {
  font-family: Inter, sans-serif;
}

.text-block-15 {
  letter-spacing: -.01px;
  line-height: 130%;
}

.image-17 {
  margin-left: -10px;
}

.checkbox-label {
  font-size: var(--color--text1-hero-mobile);
  line-height: 120%;
}

.div-block-50 {
  text-align: center;
  order: 9999;
  margin-top: -40px;
}

.human-hero {
  order: 9999;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.div-block-51 {
  text-align: center;
}

.checkbox-label-2 {
  font-size: var(--color--text1-hero-mobile);
  letter-spacing: -.01em;
  line-height: 130%;
}

.link-block-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 290px;
  max-width: 290px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.link-4, .link-5 {
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
}

.politics-link {
  font-family: Inter, sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  font-weight: 400;
}

.body-8 {
  background-color: var(--color--black-navy);
}

.trainingcentre-hero-container {
  margin-left: 55px;
}

.image-18 {
  max-width: 100%;
}

.image-19, .image-20, .image-21, .image-22, .image-23, .image-24 {
  max-width: 60%;
}

.div-block-52 {
  background-image: url('../images/image-146091.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-53 {
  display: none;
}

.whyus-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.whycard {
  background-image: url('../images/square.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 250px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.text-block-17 {
  text-align: center;
  font-weight: 700;
}

.whyustext {
  text-align: center;
  width: 100%;
  min-height: 80px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.wesolve {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 110%;
  display: flex;
}

.wesolvecard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/rectangle-2085654392.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  width: 180px;
  height: 260px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.wesolve-text {
  text-align: left;
  height: 20%;
  margin: 0 10px 20px 20px;
  font-weight: 700;
  line-height: 110%;
}

.image-26 {
  margin-top: 20px;
}

.wesolweimage {
  width: 80%;
  margin-top: 20px;
}

.why-us {
  margin-top: 100px;
  font-family: Inter, sans-serif;
}

.we-solve {
  background-color: var(--color--black-navy);
  margin-top: 40px;
  font-family: Inter, sans-serif;
}

.burgermenu {
  display: none;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 60px;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.container-21 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-3 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-3:focus-visible, .gallery-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-3:focus-visible, .gallery-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-3 {
  display: none;
}

.slider-2 {
  background-color: var(--color--black-navy);
}

.servicemain-slider {
  background-color: var(--color--black-navy);
  flex-flow: column;
  height: auto;
  display: flex;
}

.slide-3 {
  width: 264px;
  height: 411px;
}

.mask {
  width: 264px;
  height: 420px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.left-arrow {
  z-index: 50;
  border: 1px solid var(--greeeey);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 80px 0 0 15px;
  display: flex;
  top: -25px;
  left: 89%;
}

.right-arrow {
  border: 1px solid var(--greeeey);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 80px 0 0 -30px;
  padding-right: 0;
  display: flex;
  top: -25px;
  left: 99%;
}

.service-card-main-gallery {
  height: 600px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: none;
}

.service-slider {
  margin-right: 20px;
}

.icon-2 {
  display: none;
}

.services-desktop {
  display: block;
}

.numbertext1 {
  height: auto;
  color: var(--_blue---text-accent);
  font-size: var(--color--text1-hero-mobile);
  text-align: left;
  text-transform: uppercase;
  margin-top: -20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.numbertext1.numbertext1-2 {
  color: var(--_blue---морской);
}

.numbertext1.numbertext1-1 {
  color: var(--_blue---голубой-светлый);
}

.numbertext2 {
  color: var(--color--light-gray-bg);
  font-size: var(--color--text1-hero-mobile);
  text-align: left;
  margin-top: 40px;
  line-height: 130%;
}

.text-block-18 {
  text-align: left;
}

.numbersh1 {
  color: var(--_blue---голубой-светлый);
  font-family: Pixelpurl, Arial, sans-serif;
  font-size: var(--font-text-small-sssssservice-size-dekstop--text-h1-for-tablet);
  justify-content: center;
  align-items: flex-start;
  margin-top: -40px;
  line-height: 110%;
  display: block;
}

.numbersh1.numbersh1-1 {
  color: var(--_blue---text-accent);
  margin-top: -20px;
}

.numbersh1.numbersh1-2 {
  color: var(--_blue---морской);
  margin-top: -20px;
}

.services-slider-mobile, .why-us-slider {
  display: none;
}

.form-block-2 {
  color: var(--color--white);
}

.form-text {
  border: 1px solid var(--color--transparent);
  background-color: var(--color--color);
  color: var(--color--white);
  -webkit-text-stroke-color: var(--color--transparent);
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.form-text::placeholder {
  color: var(--beautiful);
}

.next {
  background-color: var(--_blue---text-accent);
  width: 100%;
  font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-weight: 700;
  display: flex;
}

.next.next-courses {
  width: 90%;
}

.text-block-19 {
  color: var(--color--black-navy);
}

.button-arrow-down {
  margin-left: 2px;
}

.previous, .text-block-20 {
  display: none;
}

.why-us-mobile {
  display: flex;
}

.why-us-mobile-section, .we-solve-mobile-section {
  display: none;
}

.bold-text-2, .bold-text-3 {
  color: var(--_blue---text-accent);
  font-style: italic;
}

.courses {
  display: block;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: 940px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-right: 20px;
  display: grid;
}

.course-info {
  height: 200px;
  margin-top: 25px;
}

.text-block-23 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-28 {
  width: 12px;
  height: 14px;
}

.nav-menu-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 600px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 0;
  position: sticky;
  inset: 24px 0% 0 0;
}

.cta-menu-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #41c6ec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 35px;
  font-family: Inter, sans-serif;
  display: flex;
}

.navlink-main-hero-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.navlink-main-hero-2.w--current {
  color: #76d8fa;
  font-size: 14px;
}

.navlink-mailhero-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.navlink-mailhero-2.w--current {
  color: #76d8fa;
}

.text-block-24 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-29 {
  width: 12px;
  height: 14px;
}

.course-hero-h1-2 {
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

.course-hero-blockh1-2 {
  color: #8b8b8b;
  font-family: "Press Start 2P", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.course-hero-block-text2-2 {
  color: #41c6ec;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.link-block-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #41c6ec;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 360px;
  min-width: auto;
  height: 50px;
  margin-bottom: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.course-hero-text1-2 {
  color: #fff;
  text-align: center;
  width: 797px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.module-text-h1-2 {
  color: #41c6ec;
  width: auto;
  min-width: auto;
  margin-top: 40px;
  margin-left: 20px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 21px;
}

.module-text-h2-2 {
  height: 10%;
  margin: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 700;
}

.module-text-2 {
  font-size: 14px;
}

.centered-heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: "Press Start 2P", sans-serif;
  font-size: 17px;
}

.text-block-25 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-30 {
  width: 12px;
  height: 14px;
}

.link-block-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #41c6ec;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 290px;
  max-width: 290px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.form-h1-2 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 24px;
}

.checkbox-label-3 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 130%;
}

.centered-subheading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01px;
  max-width: 300px;
  margin: 20px auto 10px;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.container-22 {
  background-image: url('../images/contact_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-56 {
  background-image: url('../images/group-1321319620.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 358px 550px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-4 {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.text-field-4 {
  color: #686d7d;
  background-color: #1d2025;
  border: 1px solid #0000;
  border-radius: 10px;
}

.text-field-5 {
  color: #686d7d;
  -webkit-text-stroke-color: transparent;
  background-color: #1d2025;
  border: 1px solid #0000;
  border-radius: 10px;
}

.text-block-26 {
  letter-spacing: -.01px;
  line-height: 130%;
}

.container-23 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.div-block-57.footer-content-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-dark-2 {
  border: 1px solid var(--color--transparent);
  background-color: #041e2b;
  background-image: url('../images/group-1321319619.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 30px 15px;
  position: relative;
}

.div-block-58 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #76d8fa;
}

.div-block-59 {
  font-family: Inter, sans-serif;
}

.body-9 {
  background-color: var(--color--black-navy);
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  display: grid;
}

.rich-text-block {
  height: 330px;
  color: var(--color--white);
  line-height: 120%;
}

.text-block-28 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-32 {
  width: 12px;
  height: 14px;
}

.container-24 {
  background-image: url('../images/contact_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-61 {
  background-image: url('../images/group-1321319620.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 358px 550px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-5 {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.form-text-2 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #1d2025;
  border: 1px solid #0000;
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.form-text-2::placeholder {
  color: #686d7d;
}

.form-block-3 {
  color: #fff;
}

.text-block-29 {
  letter-spacing: -.01px;
  line-height: 130%;
}

.container-25 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.div-block-62.footer-content-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #76d8fa;
}

.div-block-64 {
  font-family: Inter, sans-serif;
}

.text-block-32 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-34 {
  width: 12px;
  height: 14px;
}

.navlink-mailhero-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.navlink-mailhero-3.w--current {
  color: #76d8fa;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  display: flex;
}

.previous-2, .next-2 {
  display: none;
}

.submit-button-2 {
  background-color: var(--_blue---text-accent);
  width: 100%;
  color: var(--color--black-navy);
  letter-spacing: -.02em;
  border-radius: 20px;
  font-weight: 700;
  display: block;
}

.cta-button-form {
  background-color: var(--_blue---text-accent);
  width: 100%;
  color: var(--color--black-navy);
  background-image: url('../images/vector.svg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 0;
  font-weight: 700;
}

.text-block-33 {
  background-color: var(--color--transparent);
  color: var(--color--white);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130%;
}

.success-message-2, .error-message-2 {
  background-color: var(--color--transparent);
}

.text-block-34 {
  width: 90%;
  color: var(--color--orange);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--color--text1-hero-mobile);
  text-align: center;
  letter-spacing: -.02em;
  margin-left: 20px;
  font-weight: 700;
  line-height: 130%;
}

.contacts-map-section.v2 {
  margin-bottom: 0;
}

.code-embed {
  width: 100%;
  height: 720px;
}

.map-container {
  width: 100%;
}

.text-block-35 {
  display: none;
}

.filters-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 50px 40px;
  padding-top: 0;
  display: flex;
}

.filters-wrap:active {
  opacity: 1;
}

.filter-btn {
  opacity: .4;
  background-image: url('../images/group-1321319630.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
  display: flex;
}

.filter-btn:hover {
  opacity: 1;
}

.image-35 {
  margin-left: 5px;
}

.code {
  font-family: Inter, sans-serif;
  display: flex;
}

.services-hero-dekstop {
  background-image: url('../images/image-146091.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-container-dekstop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.we-solve-dekstop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-36, .image-37, .image-38, .image-39 {
  width: 70%;
  height: auto;
}

.category-name {
  color: var(--color--grey);
  display: none;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.heading-23.heading-12-mobile {
  letter-spacing: -.03em;
  height: 50px;
  margin: 20px 10px 10px 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.centered-heading-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 24px;
}

.centered-heading-11.h3-hero-mobile {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  display: flex;
}

.text-block-36 {
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.text-block-36.text-block-6-mobile {
  letter-spacing: -.01em;
  height: 80px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 10px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 130%;
}

.service-card-link-block-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #41c6ec;
  margin-left: 20px;
  font-weight: 700;
  display: flex;
}

.schedule-section-mobile {
  display: none;
}

.success-message-3 {
  background-color: #0000;
}

.text-block-38 {
  color: #686d7d;
  letter-spacing: -.02em;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}

.form-4 {
  width: 290px;
}

.cta-button-form-2 {
  color: #101217;
  background-color: #41c6ec;
  background-image: url('../images/vector.svg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  padding-left: 0;
  font-weight: 700;
}

.container-26 {
  background-image: url('../images/contact_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-66 {
  background-image: url('../images/group-1321319620.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 358px 550px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-7 {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.form-text-3 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #1d2025;
  border: 1px solid #0000;
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.form-text-3::placeholder {
  color: #686d7d;
}

.text-block-39 {
  color: #41c6ec;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}

.error-message-3 {
  background-color: #0000;
}

.filter-radio {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: 0;
  position: absolute;
}

.radio-button-label {
  margin-bottom: 0;
}

.is-active {
  box-shadow: 0 2px 5px #b4787833;
}

.paginationbutton1 {
  border-color: var(--color--transparent);
  background-color: var(--_blue---text-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 40px;
  display: flex;
}

.text-block-40 {
  color: var(--color--black-navy);
  text-transform: uppercase;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 700;
}

.pagination-3 {
  border-bottom: 1px solid var(--greeeey);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.paginationbutton2 {
  border-color: var(--color--transparent);
  background-color: var(--_blue---text-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 40px;
  margin-bottom: 60px;
  margin-left: auto;
  display: flex;
}

.text-block-41 {
  color: var(--color--black-navy);
  text-transform: uppercase;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 700;
}

.imagecybersecurity {
  width: 70%;
  height: auto;
  position: static;
}

.imagecybersecurity.imagecybersecurity1 {
  width: 80%;
}

.image-networkmanaging, .image-building-secure, .image-itmanaging {
  width: 70%;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  color: var(--_blue---text-accent);
  font-style: italic;
}

.courses-mobile {
  display: none;
}

.module-rich-text-mobile {
  height: 70%;
  min-height: auto;
  color: var(--color--light-gray-bg);
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 200%;
}

.section-8 {
  border: 1px solid var(--color--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  display: flex;
}

.text-block-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.forme {
  color: var(--color--light-gray-bg);
  font-family: Inter, sans-serif;
  font-size: var(--color--about-hero-text2);
  text-align: center;
  margin-bottom: 8px;
}

.forme.formediv {
  margin-right: 40px;
}

.forme1 {
  color: var(--_blue---text-accent);
  font-family: "Press Start 2P", sans-serif;
  font-size: var(--font-size-dekstop--h4-contacts);
  letter-spacing: -.02em;
}

.forme1:hover {
  color: var(--color--orange);
}

.icon-6 {
  display: none;
}

.preloader-wrap {
  z-index: 9999;
  background-color: var(--color--black-navy);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 9999px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.preloader-lottie {
  width: 120vmax;
  height: 120vmax;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  border: 1px solid var(--greeeey);
  background-color: var(--color--black-navy);
  text-transform: uppercase;
  border-radius: 20px;
  width: 84%;
  height: 40px;
  margin-left: 0;
  padding-left: 20px;
}

.search-input.course-search-input {
  text-transform: capitalize;
  border-radius: 15px;
}

.search-input.course-search-input::placeholder {
  color: var(--greeeey);
}

.search {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search.course-search {
  position: relative;
}

.search-button {
  background-color: var(--color--transparent);
  background-image: url('../images/vector-1_5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  right: 100px;
}

.image-46 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-47 {
  margin-top: 10px;
}

.image-47.instacontacts {
  margin-top: 0;
}

.schedule-search-input {
  border: 1px solid var(--greeeey);
  background-color: var(--color--black-navy);
  border-radius: 20px;
  width: 60%;
  margin-left: 150px;
}

.schedule-search-input::placeholder {
  color: var(--greeeey);
}

.form-block-6 {
  margin-bottom: 40px;
  display: block;
}

.field-label {
  border: 1px solid var(--color--transparent);
  width: 80px;
  color: var(--color--grey);
  text-transform: uppercase;
  font-weight: 600;
}

.schedule-filter {
  margin-bottom: 40px;
  display: block;
}

.form-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty-state-2, .empty-state-3 {
  background-color: var(--color--black-navy);
  text-align: center;
  font-family: "Press Start 2P", sans-serif;
}

.text-span-20, .text-span-22 {
  text-transform: uppercase;
}

.pagination-4 {
  margin-right: 50px;
}

.link-7, .link-8 {
  font-size: var(--color--text1-hero-mobile);
}

.text-block-49 {
  color: var(--greeeey);
  font-size: var(--color--text1-hero-mobile);
}

.div-block-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.partners-track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.policies {
  flex-flow: column;
  margin-left: 10px;
  display: flex;
}

.courses-dropdown {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.courses-dropdown:hover, .courses-dropdown:focus, .courses-dropdown:lang(en) {
  color: var(--_blue---text-accent);
}

.courses-dropdown.services-dropdown {
  margin-right: 20px;
}

.text-block-50 {
  color: var(--color--white);
  font-size: var(--color--text1-hero-mobile);
  text-transform: uppercase;
  line-height: 110%;
}

.courses-dropdown-list {
  background-color: #090f1ce0;
  border: 1px solid #ffffff14;
  border-radius: 18px;
  padding: 12px;
  top: 100%;
  bottom: 50%;
  box-shadow: 0 14px 30px #00000047;
}

.courses-dropdown-list.w--open {
  background-color: var(--color--transparent);
  width: auto;
  min-width: 200px;
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.dropdown-link {
  color: var(--color--white);
  font-size: var(--color--text1-hero-mobile);
  text-transform: uppercase;
  padding-left: 0;
}

.dropdown-link.courses-dropdown-link {
  text-align: left;
  width: 100%;
  padding-left: 20px;
}

.dropdown-link-2 {
  color: var(--color--white);
  font-size: var(--color--text1-hero-mobile);
  text-transform: uppercase;
  padding-left: 0;
}

.dropdown-link-2.courses-dropdown-link {
  text-align: left;
  padding-left: 20px;
}

.contacts-conteiner-mobile {
  display: none;
}

.heading-25 {
  color: var(--color--white);
  margin-top: 20px;
}

.bold-text-7 {
  display: inline;
}

.body-11 {
  background-color: var(--color--black-navy);
}

.div-block-69 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

._404button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--_blue---text-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-main-mobile-div {
  flex-flow: column;
  display: flex;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  color: var(--_blue---text-accent);
}

.div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  color: #41c6ec;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    margin-left: 60px;
  }

  .map-box {
    margin-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    background-size: cover;
  }

  .container-7 {
    max-width: none;
    margin-left: 20px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .text-block-13 {
    font-size: var(--color--size-2);
    letter-spacing: -.05em;
  }

  .form-h1 {
    margin-top: 0;
  }

  .div-block-36 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .75fr .75fr .75fr;
  }

  .h11.h1-mobile {
    font-size: var(--size-2);
  }

  .trainingcentrehero {
    margin-left: -30px;
  }

  .policits-h1 {
    font-family: Inter, sans-serif;
  }

  .policies-main {
    margin-top: 60px;
  }

  .policies-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .politics-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
  }

  .left-arrow {
    margin-left: 40px;
  }

  .course-hero-h1-2 {
    margin-top: 50px;
  }

  .collection-list-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .filters-wrap {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paginationbutton2 {
    margin-left: 0;
    margin-right: 100px;
  }

  .search-input.course-search-input {
    margin-left: -30px;
  }

  .search-button {
    right: 130px;
  }

  .schedule-search-input {
    width: 48%;
    margin-left: 180px;
  }

  .div-block-68 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    color: var(--color--white);
  }

  .nav-link:lang(en) {
    color: var(--_blue---text-accent);
  }

  .nav-link.w--current {
    color: var(--color--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .nav-link.hover {
    color: var(--color--white);
  }

  .nav-link.hover.w--current {
    color: var(--_blue---text-accent);
  }

  .h4 {
    font-size: var(--font-new-size-dekstop--h5);
    text-align: center;
  }

  .h4.h3-hero-mobile {
    font-size: var(--font-new-size-dekstop--h5);
    padding-top: 0;
  }

  .container {
    max-width: none;
    height: auto;
  }

  .container.glass-menu {
    width: 100%;
  }

  .logo {
    margin-left: 40px;
  }

  .nav-menu {
    color: var(--color--white);
    margin-left: 250px;
    margin-right: 60px;
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .hero-section.hero-section-mobile.newwwherrrooo {
    background-color: var(--color--black-navy);
    background-image: none;
    display: none;
  }

  .hero-content-block.hero-content-blok-mobile {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 0;
  }

  .form-block {
    background-image: url('../images/group-1321319620.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 473px 663px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .map-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .nav-content {
    background-image: url('../images/rectangle-2085654357.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1440px 60px;
    background-attachment: scroll;
    flex-flow: row;
    justify-content: flex-start;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-without-image {
    flex-flow: column;
    padding: 0;
    display: flex;
  }

  .container-3 {
    flex-flow: column;
    max-width: 1440px;
    margin-top: 100px;
    display: flex;
  }

  .hero-wrapper-two {
    background-color: var(--color--black-navy);
    justify-content: center;
    align-items: center;
    width: 1440px;
    max-width: 1440px;
    font-family: Inter, sans-serif;
  }

  .margin-bottom-24px {
    height: 190px;
    margin-bottom: 20px;
  }

  .margin-bottom-24px.h5 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .pricing-overview {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-4 {
    width: 1440%;
    max-width: 1440px;
  }

  .centered-heading {
    width: 1440px;
    margin-bottom: 40px;
  }

  .centered-heading.h3-hero-mobile {
    width: 50%;
    font-size: var(--font-new-size-dekstop--h5);
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }

  .pricing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-card-three {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 383px;
    height: 341px;
    padding-left: 20px;
    display: block;
  }

  .team-slider {
    width: 1440px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-without-image-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom-24px-2 {
    width: 900px;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2.achievements-text-mobile {
    width: 1111px;
    font-size: var(--font-size-dekstop--big-paragraph);
    text-align: center;
    line-height: 130%;
  }

  .heading-6.h3-hero-mobile {
    font-size: var(--font-new-size-dekstop--h5);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
    font-family: Inter, sans-serif;
  }

  .footer-dark {
    border: 1px solid var(--color--transparent);
    -webkit-text-stroke-color: var(--color--transparent);
    background-image: url('../images/group-1321319619.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    width: 1920px;
    max-width: 1400px;
    height: 400px;
    margin-left: 50px;
    margin-right: 0;
  }

  .footer-brand.w--current {
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: start center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block {
    width: 344px;
  }

  .title-small {
    margin-bottom: 20px;
  }

  .footer-link {
    width: 337px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 120%;
  }

  .footer-link:hover {
    color: var(--_blue---bllllluuuee);
  }

  .footer-social-block {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    margin-top: -2px;
    margin-left: -8px;
  }

  .footer-social-link.facebook {
    margin-left: 0;
  }

  .footer-divider {
    -webkit-text-stroke-color: var(--color--transparent);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: contain;
  }

  .footer-copyright-center {
    margin-bottom: 0;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    display: flex;
  }

  .centered-heading-4.h3-hero-mobile {
    font-size: var(--font-new-size-dekstop--h5);
  }

  .centered-subheading-3 {
    color: var(--color--white);
    margin: 20px 40px 20px 30px;
  }

  .team-member-image-two-3 {
    background-image: url('../images/vector_2.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 188px;
    max-width: 188px;
    height: 107px;
    position: static;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .hero-heading-center {
    flex-flow: column;
    display: flex;
  }

  .hero-heading-center.v2 {
    display: none;
  }

  .hero-without-image-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 600px;
    padding: 0;
    display: block;
  }

  .module {
    background-image: url('../images/image-146145.png');
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 650px;
    max-width: none;
    height: 550px;
    min-height: 0;
    margin: 0;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hero-wrapper-two-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-4 {
    width: 550px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-bottom: 60px;
  }

  .heading-9 {
    width: 1680px;
    height: 225px;
  }

  .centered-heading-6 {
    font-size: var(--font-new-size-dekstop--h5);
    margin-bottom: 40px;
  }

  .team-slider-4 {
    display: flex;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .map {
    width: 1240px;
    height: 780px;
    margin-bottom: 100px;
    margin-left: 100px;
    margin-right: 120px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    height: 180px;
    display: flex;
  }

  .div-block-3 {
    width: 1200px;
    display: flex;
  }

  .div-block-4 {
    height: 60px;
  }

  .link-block {
    width: 360px;
    height: 50px;
    margin-top: 40px;
    font-family: Inter, sans-serif;
  }

  .text-block-2 {
    font-size: var(--font-size-dekstop--button);
  }

  .div-block-5 {
    width: 400px;
  }

  .text-block-3 {
    width: 400px;
    height: 84px;
    color: var(--color--white);
    margin-left: 30px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    font-family: Inter, sans-serif;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-bottom: 80px;
    margin-left: 0;
    font-family: Inter, sans-serif;
    display: grid;
  }

  .text-small {
    width: 60%;
    height: 100px;
    font-family: Inter, sans-serif;
    font-size: var(--font-new-size-dekstop--h5);
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .text-small.about-hero-text2-mobile {
    width: 40%;
    height: 100%;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .text-small.about-hero-text2-mobile.scroll-highlight {
    width: 35%;
    font-size: var(--font-size-tablet--nav-link);
    margin-top: 0;
  }

  .text-small.scroll-highlight {
    width: 55%;
    height: auto;
    margin-top: 30px;
  }

  .text-small.scroll-highlight.text-small2 {
    width: 60%;
  }

  .text-span {
    font-size: var(--font-about-hero1-size-dekstop--h3);
  }

  .div-block-10 {
    justify-content: flex-end;
    align-items: center;
    width: 1440px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 100px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319607-1.png');
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 380px;
    height: 550px;
    display: flex;
  }

  .heading-12 {
    height: 50px;
    margin: 0 5px 0 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-12.heading-12-mobile {
    height: 15%;
    font-size: var(--mobile-landscape--h4);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
    padding-bottom: 0;
  }

  .heading-12.heading-12-mobile.servicestext {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-6 {
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-6.text-block-6-mobile {
    height: 20%;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 20px;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 0;
  }

  .text-block-7 {
    margin-left: 0;
  }

  .div-block-12 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 1440px;
    margin-top: 40px;
    margin-left: 20px;
    padding-top: 0;
  }

  .div-block-13 {
    justify-content: center;
  }

  .heading-13 {
    text-align: center;
    font-family: "Press Start 2P", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-14 {
    text-align: left;
    padding-bottom: 0;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .text-block-8 {
    width: 250px;
    height: 40px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    text-align: left;
    letter-spacing: -.02em;
    font-weight: 400;
    line-height: 130%;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
  }

  .paragraph-2 {
    width: 513px;
    height: 80px;
    color: var(--color--white);
    text-align: center;
    letter-spacing: -.02em;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 250px;
    font-family: Inter, sans-serif;
    line-height: 130%;
    display: flex;
  }

  .text-block-9 {
    width: 1224px;
    height: 264px;
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
    display: block;
  }

  .paragraph-3 {
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
  }

  .paragraph-4 {
    width: 1224px;
    height: 265px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .paragraph-5 {
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
  }

  .text-block-10 {
    color: var(--_blue---bllllluuuee);
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-top: 0;
  }

  .text-block-11 {
    width: auto;
    color: var(--color--black);
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .link-block-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: var(--_blue---text-accent);
    border-radius: 20px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 40px;
    margin-left: 400px;
    display: flex;
  }

  .text-block-12 {
    width: auto;
    height: auto;
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 180%;
    display: flex;
  }

  .heading-15.socialmedia {
    text-align: left;
  }

  .div-block-17 {
    padding-left: 50px;
  }

  .div-block-18 {
    height: auto;
    padding-left: 50px;
  }

  .div-block-19 {
    padding-left: 50px;
  }

  .div-block-20 {
    padding-left: 50px;
    padding-right: 20px;
  }

  .div-block-21 {
    background-image: url('../images/rectangle-2085654353.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 456px 180px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    background-image: url('../images/rectangle-2085654353.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 450px 180px;
    width: 450px;
    height: 180px;
  }

  .heading-16 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .text-block-13 {
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--text-h1-tablet);
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 1440px;
    display: flex;
  }

  .service-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/rectangle-2085654355.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 320px 535px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 320px;
    height: 535px;
    font-family: Inter, sans-serif;
    display: grid;
  }

  .service-card.service-card-mobile {
    background-image: url('../images/rectangle-2085654404.png');
    background-size: 340px 520px;
    flex-flow: column;
    width: 100%;
    height: 550px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .service-card.service-card-mobile.services-class-mainn {
    background-image: url('../images/rectangle-2085654397.png');
    width: 265px;
    height: 400px;
  }

  .service-card.service-card-network, .service-card.service-card-pam {
    display: none;
  }

  .div-block-24 {
    line-height: 200%;
  }

  .div-block-25 {
    flex-flow: column;
    display: flex;
  }

  .div-block-25.footer-content-menu {
    width: 192px;
    margin-left: 100px;
    margin-right: 40px;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 344px;
    display: flex;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 50px;
    padding-bottom: 0;
    font-family: "Press Start 2P", sans-serif;
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319608-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 380px;
    height: 596px;
    display: flex;
  }

  .div-block-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319609-1.png');
    background-position: 50%;
    background-size: auto;
    flex-flow: column-reverse;
    width: 405px;
    height: 596px;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319610-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column-reverse;
    width: 405px;
    height: 596px;
    display: flex;
  }

  .heading-17 {
    font-size: var(--font-size-dekstop--blockquote);
  }

  .heading-18 {
    font-size: var(--font-about-hero1-size-dekstop--h3);
    margin-bottom: 20px;
  }

  .tab-link-tab-1 {
    background-color: var(--color--transparent);
    padding: 0;
  }

  .tab-link-tab-1.w--current {
    color: var(--color--transparent);
  }

  .tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 1020px;
    color: var(--color--transparent);
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 220px;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-tab-2 {
    background-image: url('../images/group-1321319484.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1440px;
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-19 {
    text-align: left;
    width: 1000px;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .image-4 {
    width: 466px;
    height: 210px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-6 {
    width: 580px;
    height: 63px;
    color: var(--color--white);
    text-align: left;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
  }

  .text-block-14 {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .heading-20 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/rectangle-2085654355.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 430px 600px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center start;
    width: 430px;
    height: 600px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    display: grid;
  }

  .tr-centre-hero1 {
    width: 1000px;
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
    text-align: left;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 0;
    font-weight: 700;
  }

  .hero-about-text1 {
    width: 1200px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
  }

  .hero-about-text1.hero-about-text1-mobile {
    width: 65%;
    font-size: var(--font-about-hero1-size-dekstop--h3);
  }

  .text-span-2 {
    background-image: url('../images/registry-editor.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  .image-5 {
    background-image: url('../images/registry-editor.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-32 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: flex;
  }

  .course-format {
    color: var(--color--grey);
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .course-onlain {
    margin-left: 0;
  }

  .block-duration {
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .image-6 {
    max-width: 360px;
    max-height: 163px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading1-for-course {
    height: 100px;
    font-family: Inter Tight, sans-serif;
    font-size: var(--font-size-dekstop--h4-contacts);
    margin: 0;
    padding-left: 0;
    font-weight: 900;
  }

  .cta-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 340px;
    height: 40px;
    box-shadow: 0 0 8px 0 var(--color--deep-green);
    background-color: #41c6ec;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    transition: box-shadow .2s cubic-bezier(.696, .353, .98, .335);
    display: flex;
  }

  .cta-menu:hover {
    box-shadow: 0 0 16px 1px var(--color--button-hover);
  }

  .cta-menu.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    background-image: url('../images/contact.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 788px;
    font-family: Inter, sans-serif;
  }

  .div-block-33 {
    background-image: url('../images/group-1321319620.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 473px 663px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 473px;
    height: 663px;
    margin-top: 60px;
    padding-top: 24px;
    display: flex;
  }

  .container-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-h1 {
    color: var(--color--white);
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-size-dekstop--big-paragraph);
    text-align: center;
    margin-top: 0;
    font-weight: 500;
  }

  .text-field-2, .text-field-3 {
    width: 383px;
    height: 45px;
    color: var(--beautiful);
    background-color: #1d2025;
    border: 1px solid #0000;
    border-radius: 10px;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #41c6ec;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 383px;
    height: 40px;
    display: flex;
  }

  .checkbox-field {
    width: 383px;
    margin: 20px 0;
    padding-left: 20px;
    display: block;
  }

  .text-span-3, .bold-text {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .partners-text {
    color: var(--color--white);
    text-align: center;
    margin-bottom: 40px;
    font-family: Inter, sans-serif;
  }

  .heading-21 {
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--mobile-landscape--h4);
  }

  .h1-training-centre-schedule {
    text-align: center;
    font-family: "Press Start 2P", sans-serif;
    font-weight: 400;
  }

  .icon {
    background-image: url('../images/contact.png');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1200px;
    display: flex;
  }

  .schedule-main {
    color: var(--color--серый);
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    letter-spacing: -.03px;
    margin-right: 40px;
    font-weight: 600;
  }

  .container-16 {
    background-color: var(--color--black-navy);
    width: 1440px;
    max-width: 1440px;
  }

  .schedule-main-date {
    width: 150px;
    height: 26px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-right: 500px;
    font-weight: 400;
  }

  .service-h1-hero {
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .service-h1-hero.cybersecutiry-h1 {
    margin-top: 0;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .div-block-36 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: grid;
  }

  .h11 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .h11.h1-mobile {
    height: auto;
    font-size: var(--size-3);
    order: 0;
    margin-top: 0;
    margin-bottom: -140px;
  }

  .text-span-4 {
    width: 20px;
    height: 30px;
    color: var(--color--black);
    background-image: url('../images/vector-1_2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 30px;
  }

  .div-block-37 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-7 {
    margin-left: 20px;
  }

  .image-8, .image-9 {
    margin-right: 0;
  }

  .hero-contacts-main {
    margin-left: 30px;
    display: flex;
  }

  .link-2 {
    margin-left: 10px;
    font-family: Inter, sans-serif;
  }

  .hero-contacts-main2 {
    margin-top: 0;
    margin-left: 30px;
    display: flex;
  }

  .hero-contacts-mainimage2 {
    margin-left: 9px;
  }

  .hero-contacts-main-sales {
    margin-left: 0;
  }

  .link-3 {
    margin-left: 10px;
    font-family: Inter, sans-serif;
  }

  .image-10 {
    font-family: Inter, sans-serif;
  }

  .trainingcentre-hero-text1 {
    width: 580px;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    text-align: left;
    margin-bottom: 10px;
  }

  .trainingcentre-button1 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #41c6ec;
    border-radius: 20px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    margin-top: 40px;
    display: flex;
  }

  .service-text1 {
    width: 793px;
    color: var(--color--white);
    letter-spacing: -.02px;
    margin-top: 20px;
    font-family: Inter, sans-serif;
  }

  .service-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #41c6ec;
    border-radius: 20px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 50px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .trainingcentrehero {
    text-align: left;
    flex-flow: column;
    align-self: auto;
    width: 1440px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px;
    display: block;
  }

  .trainingcentre-herosection {
    background-image: url('../images/image-146065.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    font-family: Inter, sans-serif;
  }

  .service-herosection {
    background-image: url('../images/image-146065.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 550px;
    margin-top: 0;
    font-family: Inter, sans-serif;
  }

  .service-container {
    background-image: none;
    height: auto;
    max-height: none;
    margin-bottom: 40px;
  }

  .course-hero-h1 {
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-size-dekstop--big-paragraph);
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
  }

  .course-hero-text1 {
    width: 750px;
    color: var(--color--white);
    letter-spacing: -.03em;
    margin-top: 40px;
    font-family: Inter, sans-serif;
    line-height: 130%;
  }

  .course-hero-block1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .tabs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-3, .courses-tabs {
    background-color: var(--color--black-navy);
  }

  .container-17, .courses-tabs-container {
    max-width: 1440px;
    margin-left: 0;
    margin-right: 0;
  }

  .course-h3 {
    width: auto;
    color: var(--color--white);
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-size-dekstop--h4-contacts);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .schedule-main-classes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--color--transparent);
    grid-template-rows: auto;
    grid-template-columns: 220px 520px 225px 140px 40px;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-family: Inter, sans-serif;
    display: grid;
  }

  .tabs-content-2 {
    display: block;
  }

  .courses-container {
    flex-flow: wrap;
    max-width: 1440px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .tabs-content-1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .course-tab-link {
    background-color: var(--color--transparent);
    opacity: .4;
    padding: 0;
  }

  .course-tab-link.w--current {
    background-color: var(--color--black-navy);
    opacity: 100;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid var(--greeeey);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-family: Inter, sans-serif;
    display: grid;
  }

  .schedule-plus {
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    font-weight: 400;
  }

  .schedule-course-name {
    width: auto;
    max-width: 520px;
    height: auto;
    font-family: Inter, sans-serif;
    font-size: var(--font-new-size-dekstop--h5);
    letter-spacing: -.02em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-weight: 700;
    line-height: 130%;
  }

  .schedule-icon {
    font-family: Inter, sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    font-weight: 400;
  }

  .schedule-course-format {
    border-color: var(--color--transparent);
    color: var(--color--white);
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
  }

  .schedule-course-price {
    width: 100%;
    color: var(--color--серый);
    text-align: left;
    margin-left: 0;
  }

  .date-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-left: -25px;
    display: flex;
  }

  .div-block-39 {
    background-image: url('../images/rectangle-2085654296.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 8px;
    height: 8px;
  }

  .div-block-40 {
    border: 1px dashed var(--_blue---text-accent);
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .toggle-icon {
    color: var(--_blue---text-accent);
    font-size: var(--font-new-size-dekstop--h5);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    display: flex;
  }

  .toggle-icon.toggle-iconminus {
    display: block;
  }

  .div-block-41 {
    border: 1px solid var(--_blue---text-accent);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
  }

  .course-description {
    width: 35%;
    margin-left: 200px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .link-block-course1 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-left: 200px;
    display: flex;
  }

  .div-block-42 {
    flex-flow: row;
    display: block;
  }

  .heading-22 {
    font-family: Inter, sans-serif;
    font-size: var(--mobile-landscape--h1);
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-43 {
    font-family: Inter, sans-serif;
  }

  .contacts-hours {
    height: auto;
    padding-left: 50px;
    font-family: Inter, sans-serif;
  }

  .div-block-44 {
    background-image: url('../images/group-1321319628.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .partners-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 1440px;
    margin-left: 100px;
    display: flex;
  }

  .partners-logo-grid.partners-logo-grid-mobile {
    margin-left: 0;
  }

  .div-block-45, .partners-logo1 {
    background-image: url('../images/group-1321319628.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 107px;
    display: flex;
  }

  .service-card-link {
    color: var(--_blue---text-accent);
    font-weight: 700;
    display: flex;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 1440px;
    max-width: 1440px;
    margin-left: 60px;
    display: flex;
  }

  .services-grid.services-grid-mobile {
    width: 1440px;
    max-width: 1440px;
    margin-bottom: 0;
  }

  .services-grid.services-grid-mobile.servicesmain {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 550px;
    margin-top: 40px;
    margin-left: 60px;
  }

  .services-container {
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    display: block;
  }

  .service-card-link-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    display: flex;
  }

  .news-card-link {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
  }

  .news-container {
    width: 1440px;
  }

  .course-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    display: flex;
  }

  .news-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .about-service-container {
    border-bottom: 1px solid var(--greeeey);
    background-color: var(--color--black-navy);
  }

  .about-service-description {
    width: auto;
    height: auto;
    color: var(--color--white);
    font-family: Inter, sans-serif;
    font-size: var(--font-about-hero1-size-dekstop--h3);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
  }

  .about-service-description-text1 {
    width: 1230px;
    height: 130px;
    color: var(--color--white);
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 110%;
    display: block;
  }

  .about-service-description-text1.scroll-highlight {
    width: 70%;
    height: auto;
    margin-bottom: 0;
  }

  .cta-button-service {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: var(--_blue---text-accent);
    border-radius: 40px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .cta-button-service-button {
    color: var(--color--black);
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    font-weight: 700;
  }

  .course-hero-blockh1 {
    color: var(--color--серый);
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .course-hero-block-text2 {
    width: 320px;
    color: var(--_blue---text-accent);
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .block-formats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .schedule-section {
    background-color: var(--color--black-navy);
    width: 1440px;
    max-width: 1440px;
    margin-left: 0;
  }

  .schedule-headers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--color--transparent);
    grid-template-rows: auto;
    grid-template-columns: 220px 520px 225px 140px 40px;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    height: 100px;
    margin-bottom: 0;
    margin-left: 100px;
    padding-bottom: 25px;
    padding-left: 0;
    display: grid;
  }

  .schedule-h1 {
    width: 50vw;
    color: var(--color--серый);
    font-family: Inter, sans-serif;
    font-size: var(--font-size-dekstop--h4-contacts);
    margin-left: 0;
    font-weight: 400;
  }

  .schedule-h1.schedule-h1coursename {
    margin-left: 235px;
  }

  .schedule-h1.schedule-h1format {
    margin-left: -50px;
  }

  .schedule-h1.schedule-h1data {
    margin-left: 0;
  }

  .schedule-h1.data {
    width: 5vw;
    margin-left: -40px;
  }

  .schedule-h1.schedule-coursename {
    width: 15vw;
    margin-left: 0;
  }

  .schedule-h1.schedule-formate {
    width: 7vw;
    margin-left: 40px;
  }

  .schedule-h1.schedule-price {
    width: 12vw;
    margin-left: 100px;
  }

  .course-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/group-1321319620.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 430px 600px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 430px;
    height: 600px;
    display: grid;
  }

  .course-link-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 0;
    display: flex;
  }

  .course-text {
    height: 150px;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .course-image {
    max-width: 390%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .course-link-text {
    color: var(--_blue---text-accent);
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .image-12 {
    width: 15px;
    height: 14px;
  }

  .contact-form {
    background-image: url('../images/contact.png');
    background-position: 50%;
    background-size: 1440px;
    padding-bottom: 60px;
  }

  .contacts-email {
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-top: -2px;
    line-height: 180%;
  }

  .text-span-5, .text-span-6 {
    color: var(--greeeey);
  }

  .news-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319607-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 380px 596px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 380px;
    height: 596px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .news-card.news-card3 {
    background-image: url('../images/frame-1321319609-1.png');
  }

  .news-card.nees-card4 {
    background-image: url('../images/frame-1321319610-1.png');
  }

  .image-13 {
    background-image: url('../images/subtract.png');
    background-position: 0 0;
    background-size: auto;
  }

  .news-card2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: url('../images/frame-1321319608-2.png');
    background-position: 50%;
    background-size: auto;
    flex-flow: column-reverse;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .news-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 60px;
    display: flex;
  }

  .hero-human-image {
    z-index: 1;
    vertical-align: middle;
    width: 70%;
    max-width: 100%;
    margin-top: -60px;
    margin-left: 225px;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-mobile-wrap {
    display: none;
  }

  .div-block-46 {
    display: block;
  }

  .hero-about-container-mobile {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .about-hero-text2 {
    width: 764px;
    height: 140px;
    color: var(--color--white);
    font-size: var(--font-new-size-dekstop--h5);
    text-align: center;
    letter-spacing: -.02px;
    margin-bottom: 30px;
    line-height: 115%;
  }

  .about-hero-text2.about-hero-text2-mobile {
    width: 50%;
    height: 100%;
  }

  .about-hero-text2.about-hero-text2-mobile.scroll-highlight {
    width: 60%;
    font-size: var(--mobile-landscape--h3);
  }

  .achievements-wrap {
    background-color: var(--color--deep-green);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .about-hero-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-hero {
    background-color: var(--color--black-navy);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .services-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 105px;
    display: flex;
  }

  .services-nav.services-nav-mobile {
    justify-content: flex-end;
    align-items: center;
    width: 1340px;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .image-service-mobile {
    flex: none;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 10px;
  }

  .image-service-mobile.service-image {
    width: 220px;
    height: 220px;
    margin-right: 0;
  }

  .section-services {
    background-color: var(--color--black-navy);
  }

  .section-services.section-services-mobile {
    height: 700px;
    padding-bottom: 0;
  }

  .div-block-47.services-top-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .body-2, .body-3, .body-4, .body-5, .body-6 {
    background-color: var(--color--black-navy);
  }

  .slider {
    display: none;
  }

  .footer-content-policies {
    flex-flow: column;
    display: flex;
  }

  .form-block-container {
    height: 788px;
  }

  .hero-title-bottom {
    display: flex;
  }

  .hero-center-row {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .details-content {
    margin-top: 20px;
  }

  .schedule-details {
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: 120px;
    display: none;
    overflow: hidden;
  }

  .schedule-toggle {
    border: 1px solid var(--greeeey);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 200px;
    display: flex;
  }

  .collection-list-wrapper {
    margin-bottom: 100px;
  }

  .collection-list {
    font-family: Inter, sans-serif;
  }

  .schedule-date {
    width: 10vw;
    margin-left: 40px;
    margin-right: auto;
  }

  .scheduleh1-coursenameh1 {
    width: auto;
  }

  .scheduleh1-formath1 {
    width: 150px;
    margin-left: 0;
    font-family: Inter, sans-serif;
  }

  .schedule-header-empty {
    margin-left: 200px;
    display: block;
  }

  .toggle-iconplus-wrap {
    border-color: var(--color--transparent);
  }

  .toggle-iconminus-wrap {
    display: none;
  }

  .schedule-divider {
    background-color: var(--greeeey);
    width: 1340px;
    height: 1px;
    margin-left: 100px;
  }

  .schedule-divider.schedule-divider-filter {
    width: 20%;
    margin-left: 100px;
  }

  .schedule-divider.schedule-divider-headers {
    margin-left: 0;
    display: block;
  }

  .course-hero {
    background-image: url('../images/image-146091.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    font-family: Inter, sans-serif;
  }

  .course-heading-h1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .module-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    margin-left: 20px;
    display: flex;
  }

  .module1-ai {
    background-image: url('../images/module-3-1-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 655px 635px;
    background-attachment: scroll;
    flex-flow: column;
    width: 655px;
    height: 635px;
    display: block;
  }

  .navlink-mailhero {
    color: var(--color--white);
    font-size: var(--font-size-dekstop--button);
  }

  .navlink-mailhero:hover {
    color: var(--_blue---bllllluuuee);
  }

  .navlink-mailhero.w--current:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .navlink-main-hero {
    color: var(--color--white);
    font-size: var(--font-size-dekstop--button);
  }

  .navlink-main-hero:hover {
    color: var(--_blue---bllllluuuee);
  }

  .navlink-main-hero.w--current {
    font-size: var(--font-size-dekstop--button);
  }

  .navlink-main-hero.navlink-main-hero-about {
    width: 180px;
  }

  .image-14, .image-15 {
    z-index: 10;
    position: relative;
  }

  .gallery-block {
    position: relative;
  }

  .gallery-slide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-slider-left {
    z-index: 50;
    background-color: var(--_blue---text-accent);
    flex-flow: row;
    height: 40px;
    display: block;
    top: 20px;
    left: auto;
    right: 48px;
    overflow: hidden;
  }

  .arrow-wrapper {
    position: relative;
  }

  .gallery-slider-right {
    z-index: 50;
    display: block;
    inset: 25px -50px auto auto;
    overflow: hidden;
  }

  .gallery-slide-nav {
    display: none;
  }

  .slide-1 {
    width: 1440px;
    max-width: 1440px;
  }

  .services-slider {
    margin-bottom: 0;
    position: relative;
  }

  .services-sliderrr {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .services-container {
    height: 800px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-16 {
    position: relative;
  }

  .body-7 {
    background-color: var(--color--black-navy);
  }

  .services-hero {
    background-image: url('../images/image-146065.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
  }

  .services-mainhero {
    margin-top: 20px;
  }

  .servicesheroh1 {
    font-family: Inter, sans-serif;
    font-size: var(--color--hero-h1-mobile);
    text-align: center;
  }

  .text-span-7 {
    color: var(--_blue---text-accent);
  }

  .text-span-8 {
    color: var(--_blue---text-accent);
    font-family: Inter Tight, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .politics {
    background-image: url('../images/image-146065.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Inter, sans-serif;
  }

  .policits-h1 {
    width: 1200px;
    font-family: Inter, sans-serif;
    font-size: var(--font-size-for-form-h1);
    margin-top: 0;
  }

  .politics-text {
    opacity: 1;
    width: 700px;
    color: var(--color--light-gray-bg);
    margin-top: 20px;
    font-family: Inter, sans-serif;
  }

  .policies-main {
    margin-left: 110px;
  }

  .policies-main-container {
    background-color: var(--color--transparent);
    margin-left: -60px;
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .text-span-9 {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .module-text-h1 {
    color: var(--_blue---text-accent);
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-size-dekstop--blockquote);
    margin-top: 80px;
    margin-left: 40px;
  }

  .module-text-h2 {
    font-family: Inter, sans-serif;
    font-size: var(--font-size-dekstop--h4-contacts);
    margin: 50px 40px 10px;
    font-weight: 700;
  }

  .module-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .module-items {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-left: 40px;
    margin-right: 10px;
    display: flex;
  }

  .module-dot {
    margin-top: 0;
  }

  .module-container {
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
  }

  .text-block-15 {
    flex-flow: column;
    margin-top: 10px;
    line-height: 140%;
    display: block;
  }

  .div-block-50 {
    margin-top: 0;
  }

  .human-hero {
    width: 100%;
    max-height: none;
    display: block;
  }

  .checkbox {
    float: none;
    margin-left: 0;
  }

  .checkbox-label-2 {
    font-size: var(--color--text1-hero-mobile);
  }

  .link-block-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: var(--_blue---text-accent);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 383px;
    max-width: 383px;
    height: 50px;
    display: flex;
  }

  .politics-link:hover {
    color: var(--_blue---bllllluuuee);
  }

  .trainingcentre-hero-container {
    margin-left: 60px;
  }

  .image-18 {
    max-width: 100%;
  }

  .whycard {
    background-image: url('../images/rectangle-2085654394-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 316px;
    height: 465px;
  }

  .whyustext {
    font-size: var(--font-new-size-dekstop--h5);
    margin-top: 40px;
  }

  .wesolve {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .wesolvecard {
    background-image: url('../images/rectangle-2085654393-1.png');
    background-size: auto;
    width: 250px;
    height: 375px;
  }

  .wesolve-text {
    height: 20%;
    font-size: var(--mobile-landscape--h4);
  }

  .we-solve {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-21 {
    max-width: 1440px;
    display: flex;
  }

  .servicemain-slider {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: block;
  }

  .mask {
    width: 100%;
    height: 640px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .slide-nav {
    display: none;
  }

  .left-arrow {
    border: 1px solid var(--color--grey);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
    top: 30px;
    left: 92%;
  }

  .right-arrow {
    border: 1px solid var(--color--grey);
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    display: flex;
    top: 30px;
  }

  .service-card-main-gallery {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    line-height: 130%;
    display: none;
  }

  .service-slider {
    width: 25%;
    margin-right: 0;
  }

  .icon-2 {
    display: none;
  }

  .numbertext2 {
    margin-top: 100px;
  }

  .numbersh1 {
    font-size: var(--font-text-small-sssssservice-size-dekstop--text-h1-for-tablet);
    text-align: left;
    margin-top: 40px;
  }

  .numbersh1.numbersh1-1, .numbersh1.numbersh1-2 {
    margin-top: 40px;
  }

  .services-slider-mobile {
    display: none;
  }

  .button-4 {
    background-color: var(--_blue---text-accent);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pagination {
    background-color: var(--color--transparent);
    border-radius: 40px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .next {
    border-color: var(--color--transparent);
    background-color: var(--_blue---text-accent);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    display: flex;
  }

  .next.next-courses {
    width: 100%;
  }

  .text-block-19 {
    color: var(--color--black-navy);
    font-size: var(--font-size-dekstop--button);
    font-weight: 700;
  }

  .icon-3 {
    background-image: url('../images/vector_4.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }

  .icon-down {
    background-image: url('../images/vector_4.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .image-27 {
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }

  .button-arrow-down {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    transition: transform .2s;
  }

  .button-arrow-down:hover {
    transform: translate(0, 3px);
  }

  .previous, .text-block-20 {
    display: none;
  }

  .courses {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 70px;
  }

  .text-block-23 {
    font-size: 17px;
  }

  .nav-menu-2 {
    color: #fff;
    margin-left: 100px;
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .cta-menu-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #41c6ec;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 40px;
    margin-right: 60px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    transition: box-shadow .2s cubic-bezier(.696, .353, .98, .335);
    display: flex;
    box-shadow: 0 0 8px #0a212e;
  }

  .cta-menu-2:hover {
    box-shadow: 0 0 16px 1px #5fc6ec59;
  }

  .navlink-main-hero-2 {
    color: #fff;
    font-size: 17px;
  }

  .navlink-main-hero-2:hover {
    color: #76d8fa;
  }

  .navlink-main-hero-2.w--current {
    font-size: 17px;
  }

  .navlink-mailhero-2 {
    color: #fff;
    font-size: 17px;
  }

  .navlink-mailhero-2:hover {
    color: #76d8fa;
  }

  .navlink-mailhero-2.w--current:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-24 {
    font-size: 17px;
  }

  .course-hero-h1-2 {
    width: 80%;
    font-family: "Press Start 2P", sans-serif;
    font-size: var(--font-new-size-dekstop--h5);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: 400;
    display: flex;
  }

  .course-hero-blockh1-2 {
    color: #8b8b8b;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Press Start 2P", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .course-hero-block-text2-2 {
    color: #41c6ec;
    width: 320px;
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .link-block-6 {
    border-radius: 40px;
    width: 360px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Inter, sans-serif;
  }

  .course-hero-text1-2 {
    color: #fff;
    letter-spacing: -.03em;
    width: 750px;
    margin-top: 0;
    font-family: Inter, sans-serif;
    line-height: 130%;
  }

  .module-text-h1-2 {
    color: #41c6ec;
    margin-top: 80px;
    margin-left: 20px;
    font-family: "Press Start 2P", sans-serif;
    font-size: 36px;
  }

  .module-text-h2-2 {
    width: 95%;
    height: 12%;
    font-family: Inter, sans-serif;
    font-size: var(--font-new-size-dekstop--h5);
    margin: 50px 40px 20px 20px;
    font-weight: 700;
  }

  .module-text-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .centered-heading-10 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-block-25 {
    font-size: 17px;
  }

  .link-block-7 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #41c6ec;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 383px;
    max-width: 383px;
    height: 50px;
    display: flex;
  }

  .form-h1-2 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-family: "Press Start 2P", sans-serif;
    font-size: 36px;
    font-weight: 500;
  }

  .text-span-11 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .checkbox-label-3 {
    font-size: 16px;
  }

  .centered-subheading-6 {
    color: #fff;
    margin: 20px 40px 40px 30px;
  }

  .container-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-56 {
    background-image: url('../images/group-1321319620.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 473px 663px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 473px;
    height: 663px;
    margin-top: 60px;
    display: flex;
  }

  .section-4 {
    background-image: url('../images/contact.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 788px;
    font-family: Inter, sans-serif;
  }

  .bold-text-4 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .text-field-4, .text-field-5 {
    color: #686d7d;
    background-color: #1d2025;
    border: 1px solid #0000;
    border-radius: 10px;
    width: 383px;
    height: 45px;
  }

  .text-block-26 {
    flex-flow: column;
    margin-top: 10px;
    line-height: 140%;
    display: block;
  }

  .container-23 {
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
    font-family: Inter, sans-serif;
  }

  .div-block-57 {
    flex-flow: column;
    display: flex;
  }

  .div-block-57.footer-content-menu {
    width: 192px;
  }

  .footer-dark-2 {
    -webkit-text-stroke-color: transparent;
    background-image: url('../images/group-1321319619.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 600px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .div-block-58 {
    line-height: 200%;
  }

  .footer-link-2 {
    width: 337px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 120%;
  }

  .footer-link-2:hover {
    color: #76d8fa;
  }

  .div-block-60 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Press Start 2P", sans-serif;
    display: flex;
  }

  .course-programm {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-2 {
    margin-left: 0;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .rich-text-block {
    color: var(--color--white);
    margin-left: 40px;
    padding-right: 10px;
    line-height: 130%;
  }

  .text-block-28 {
    font-size: 17px;
  }

  .text-span-12 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .container-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-61 {
    background-image: url('../images/group-1321319620.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 473px 663px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 473px;
    height: 663px;
    margin-top: 60px;
    display: flex;
  }

  .section-5 {
    background-image: url('../images/contact.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 788px;
    font-family: Inter, sans-serif;
  }

  .bold-text-5 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .text-block-29 {
    flex-flow: column;
    margin-top: 10px;
    line-height: 140%;
    display: block;
  }

  .container-25 {
    max-width: 1400px;
    margin-left: 0;
    margin-right: 0;
    font-family: Inter, sans-serif;
  }

  .div-block-62 {
    flex-flow: column;
    display: flex;
  }

  .div-block-62.footer-content-menu {
    width: 192px;
  }

  .div-block-63 {
    line-height: 200%;
  }

  .footer-link-3 {
    width: 337px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 120%;
  }

  .footer-link-3:hover {
    color: #76d8fa;
  }

  .div-block-65 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Press Start 2P", sans-serif;
    display: flex;
  }

  .text-block-32 {
    font-size: 17px;
  }

  .navlink-mailhero-3 {
    color: #fff;
    font-size: 17px;
  }

  .navlink-mailhero-3:hover {
    color: #76d8fa;
  }

  .navlink-mailhero-3.w--current:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .cta-button-form {
    background-position: 64%;
  }

  .contacts-map-section {
    height: 720px;
    display: block;
    overflow: hidden;
  }

  .contacts-map-section.v2 {
    flex-flow: column;
    display: flex;
  }

  .map-container {
    height: 720px;
    overflow: visible;
  }

  .filters-wrap {
    flex-flow: wrap;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .filter-btn:hover {
    opacity: 1;
  }

  .pagination-2 {
    flex-flow: column;
    width: 90%;
  }

  .form-3 {
    display: block;
  }

  .services-container-dekstop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .we-solve-dekstop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36, .image-37, .image-38, .image-39 {
    width: auto;
    height: auto;
  }

  .heading-23 {
    height: 50px;
    margin: 0 5px 0 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-23.heading-12-mobile {
    font-size: 22px;
  }

  .centered-heading-11 {
    width: 1440px;
    margin-bottom: 40px;
  }

  .centered-heading-11.h3-hero-mobile {
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    font-size: 24px;
  }

  .service-card-link-2 {
    color: #41c6ec;
    font-weight: 700;
    display: flex;
  }

  .text-block-36 {
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-36.text-block-6-mobile {
    margin-bottom: 0;
    font-size: 16px;
  }

  .service-card-link-block-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
  }

  .form-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-span-13 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .cta-button-form-2 {
    background-position: 64%;
  }

  .container-26 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-66 {
    background-image: url('../images/group-1321319620.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 473px 663px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 473px;
    height: 663px;
    margin-top: 60px;
    display: flex;
  }

  .section-7 {
    background-image: url('../images/contact.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 788px;
    font-family: Inter, sans-serif;
  }

  .bold-text-6 {
    font-family: Inter Tight, sans-serif;
    font-weight: 900;
  }

  .empty-state {
    font-family: Inter, sans-serif;
    display: none;
  }

  .services-class-main {
    background-image: url('../images/rectangle-2085654397.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    font-family: Inter, sans-serif;
  }

  .body-10 {
    font-family: Inter, sans-serif;
  }

  .paginationbutton1 {
    border-radius: 40px;
    width: 550px;
    height: 60px;
    margin-left: 0;
  }

  .text-block-40 {
    font-weight: 700;
  }

  .pagination-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paginationbutton2 {
    border-radius: 40px;
    width: 100%;
    max-width: 100%;
    height: 60px;
  }

  .price-pill {
    width: 120px;
    margin-left: 100px;
  }

  .module-text-mobile {
    margin-left: 40px;
    margin-right: 10px;
  }

  .module-rich-text-mobile {
    width: 95%;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-left: 20px;
    margin-right: 10px;
    line-height: 200%;
  }

  .forme {
    margin-bottom: 8px;
  }

  .icon-6 {
    border: 1px solid var(--color--grey);
    display: none;
  }

  .search-input {
    text-transform: uppercase;
    width: 82%;
    height: 50px;
    margin-left: 40px;
    padding-left: 40px;
  }

  .search-input:focus-visible, .search-input[data-wf-focus-visible] {
    border-color: var(--greeeey);
    color: var(--color--white);
    font-weight: 700;
  }

  .search-input.course-search-input {
    margin-left: 0;
  }

  .search-button {
    width: 50px;
    height: 50px;
    right: 150px;
  }

  .image-46 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-48 {
    margin-right: 10px;
  }

  .facebookimage-contacts {
    margin-left: 10px;
    margin-right: 10px;
  }

  .schedule-search-input {
    width: 42%;
    max-width: none;
    margin-left: 140px;
    padding-left: 20px;
  }

  .field-label {
    width: 120px;
    font-size: var(--font-size-dekstop--h4-contacts);
    margin-left: 100px;
    font-weight: 400;
  }

  .schedule-filter {
    margin-bottom: 60px;
  }

  .form-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 0;
  }

  .text-block-45 {
    background-color: var(--color--black-navy);
  }

  .empty-state-2 {
    background-color: var(--color--black-navy);
    font-family: "Press Start 2P", sans-serif;
  }

  .text-block-46 {
    text-align: center;
  }

  .empty-state-3 {
    background-color: var(--color--black-navy);
    font-family: "Press Start 2P", sans-serif;
  }

  .text-block-47 {
    text-align: center;
  }

  .text-span-20 {
    text-transform: uppercase;
  }

  .pagination-4 {
    width: 100%;
    margin-left: 100px;
    margin-right: 0;
  }

  .div-block-68 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .text-block-50 {
    font-size: var(--font-size-dekstop--button);
  }

  .text-block-50:hover {
    color: var(--_blue---bllllluuuee);
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .dropdown-link:hover {
    color: var(--_blue---bllllluuuee);
  }

  .dropdown-link.w--current {
    color: var(--color--white);
  }

  .dropdown-link.w--current:hover, .dropdown-link.w--current:active {
    color: var(--_blue---bllllluuuee);
  }

  .dropdown-link-2 {
    padding-left: 40px;
  }

  .dropdown-link-2:hover, .dropdown-link-2:active {
    color: var(--_blue---bllllluuuee);
  }
}

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

  .logo {
    margin-left: 80px;
  }

  .nav-menu {
    margin-left: 500px;
    margin-right: 240px;
  }

  .hero-content-block.hero-content-blok-mobile {
    margin-top: 40px;
  }

  .nav-content {
    background-image: url('../images/menu-sq.png');
    background-size: contain;
    height: 90px;
  }

  .hero-without-image {
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
  }

  .container-5 {
    max-width: 1920px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1920px;
  }

  .footer-content {
    padding-left: 100px;
  }

  .container-6 {
    width: auto;
    max-width: none;
  }

  .container-7 {
    max-width: 1920px;
    margin-left: 20px;
  }

  .text-small.about-hero-text2-mobile.scroll-highlight {
    font-size: var(--font-size-dekstop--h4-contacts);
  }

  .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
    padding-left: 80px;
  }

  .text-block-13 {
    font-size: var(--font-text-small-sssssservice-size-dekstop--text-h1-tablet);
  }

  .service-card.service-card-mobile {
    background-size: 440px 520px;
  }

  .div-block-25.footer-content-menu {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-about-text1.hero-about-text1-mobile.scroll-highlight {
    width: 58%;
  }

  .cta-menu {
    border-radius: 40px;
    width: 320px;
    height: 60px;
  }

  .form-h1 {
    margin-top: 0;
  }

  .div-block-36 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h11.h1-mobile {
    font-size: var(--size-4);
  }

  .image-8, .image-9 {
    margin-right: 0;
  }

  .contacts-hours {
    padding-left: 80px;
  }

  .partners-logo-grid.partners-logo-grid-mobile {
    width: auto;
    display: block;
  }

  .schedule-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1920px;
    max-width: none;
    display: block;
  }

  .schedule-headers {
    place-items: center start;
  }

  .course-text {
    height: 120px;
    margin-top: 10px;
  }

  .hero-human-image {
    margin-left: 280px;
  }

  .about-hero-text2.about-hero-text2-mobile.scroll-highlight {
    font-size: var(--mobile-landscape--h3);
  }

  .footer-content-policies {
    margin-left: -100px;
  }

  .collection-list-wrapper {
    width: 1800px;
  }

  .collection-list {
    justify-content: center;
    align-items: flex-start;
  }

  .trainingcentre-hero-container {
    margin-left: 100px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-left: -80px;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start;
    margin-left: 220px;
  }

  .collection-list-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .filters-wrap {
    flex-flow: wrap;
    margin-left: 160px;
    margin-right: 160px;
  }

  .filter-btn {
    order: 0;
  }

  .pagination-3 {
    border: 1px solid var(--color--transparent);
    margin-left: 550px;
  }

  .paginationbutton2 {
    flex: none;
    width: 1340px;
    max-width: none;
    margin-left: 100px;
    margin-right: 0;
  }

  .search-input.course-search-input {
    margin-left: 0;
  }

  .search-button {
    right: 190px;
  }

  .schedule-search-input {
    margin-left: 280px;
  }

  .pagination-4 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .pagination-5 {
    display: none;
  }

  .dropdown-link {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .heading.h1 {
    font-size: var(--font-size-tablet--h1-h111111);
  }

  .nav-link {
    font-size: var(--font-size-tablet--nav-link);
  }

  .h1 {
    font-size: var(--font-size-tablet--h1-h111111);
  }

  .container.hero-container-mobile {
    flex-flow: column;
    display: flex;
  }

  .logo {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--color--black-navy);
    width: 100vw;
    min-width: auto;
    max-width: none;
    height: 320px;
    margin-top: -200px;
    font-family: Inter, sans-serif;
    position: fixed;
    inset: 0%;
  }

  .burger {
    background-image: url('../images/union_1union.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
  }

  .hero-content-block.hero-content-blok-mobile {
    display: flex;
  }

  .map-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-overview {
    flex-flow: wrap;
    padding: 0 40px 40px;
    display: flex;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .margin-bottom-24px-2.achievements-text-mobile {
    width: 600px;
  }

  .container-5 {
    max-width: 100%;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .footer-dark {
    background-size: cover;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 8.75fr;
    width: 100%;
    margin-bottom: 160px;
  }

  .footer-brand {
    width: 100%;
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
    width: 100%;
  }

  .title-small {
    width: 100%;
  }

  .footer-copyright-center {
    margin-top: -60px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .container-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    max-width: 100%;
    margin-left: 40px;
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .module {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .hero-wrapper-two-2 {
    margin-left: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .container-9, .container-10, .container-11 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .text-block-2 {
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .text-small {
    width: 50%;
  }

  .container-12 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .text-block-8 {
    font-size: var(--color--text1-hero-mobile);
  }

  .div-block-17 {
    border-right-style: none;
  }

  .div-block-18 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-19, .div-block-20 {
    border-right-style: none;
  }

  .container-13 {
    max-width: 728px;
  }

  .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .service-card {
    background-image: url('../images/rectangle-2085654394-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    grid-template-rows: auto;
    width: 264px;
    height: 410px;
  }

  .service-card.service-card-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta-menu {
    background-color: var(--color--transparent);
    background-image: url('../images/union_1union.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10px;
    margin-left: 40px;
    display: block;
  }

  .div-block-36 {
    width: 780px;
  }

  .h11.h1-mobile {
    font-size: var(--color--size-2);
    text-align: center;
    order: -9999;
    margin-top: 40px;
    margin-bottom: -60px;
    display: block;
  }

  .service-text1 {
    text-align: center;
  }

  .trainingcentrehero {
    margin-left: -15px;
  }

  .service-herosection, .service-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .course-hero-h1 {
    font-size: var(--mobile-landscape--h4);
  }

  .course-hero-text1 {
    width: 600px;
  }

  .contacts-hours {
    border-right-style: none;
  }

  .numbers-container {
    flex-flow: wrap;
    display: flex;
  }

  .news-grid.news-grid-mobile {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
  }

  .about-service-description-text1 {
    width: 90%;
  }

  .cta-button-service {
    height: 40px;
    margin-top: 40px;
  }

  .block-formats {
    width: 350px;
    margin-top: 0;
  }

  .course-card {
    background-size: 360px 450px;
    max-width: 360px;
    height: 450px;
    padding-left: 20px;
    padding-right: 0;
  }

  .course-link-block {
    margin-bottom: 40px;
  }

  .news-card.news-card-mobile {
    height: 442px;
  }

  .container-18 {
    max-width: 728px;
  }

  .hero-human-image {
    max-width: 80%;
    margin-top: 0;
  }

  .hero-mobile-wrap {
    flex-flow: column;
    display: flex;
  }

  .hero-info-card-left-mobile {
    background-image: url('../images/rectangle-2085654387.png');
    background-size: contain;
    width: 307px;
    height: 205px;
  }

  .hero-info-card-right-mobile.hero-info-card-right {
    background-image: url('../images/rectangle-2085654387.png');
    background-size: 307px;
    width: 307px;
    height: 205px;
  }

  .hero-bracket-right-mobile {
    max-width: 100%;
    margin-left: -40px;
  }

  .hero-bracket-left-mobile {
    max-width: 100%;
    margin-right: -40px;
  }

  .image-service-mobile {
    height: auto;
  }

  .schedule-toggle {
    order: 9999;
  }

  .collection-list {
    max-width: 900px;
  }

  .module-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-19 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .services-hero {
    display: none;
  }

  .politics, .policits-h1 {
    font-family: Inter, sans-serif;
  }

  .policies-block {
    line-height: 120%;
  }

  .module-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .politics-link {
    width: 100%;
    max-width: 100%;
    font-size: var(--font-size-dekstop--h4-contacts);
    margin-top: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-52 {
    display: none;
  }

  .div-block-53 {
    background-image: url('../images/hero-section.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 820px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-54 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .whyus-grid {
    display: flex;
  }

  .whycard {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 0 auto;
    width: 180px;
    height: 240px;
    padding-left: 0;
  }

  .whyustext {
    font-size: var(--color--text1-hero-mobile);
    margin-left: 20px;
    margin-right: 20px;
  }

  .wesolve {
    width: 100%;
    height: auto;
    margin-left: 20px;
    overflow: visible;
  }

  .wesolvecard {
    background-image: url('../images/rectangle-2085654392.png');
    background-size: contain;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 260px;
    padding-left: 0;
    overflow: visible;
  }

  .why-us {
    display: none;
    overflow: auto;
  }

  .we-solve {
    display: none;
  }

  .button-3 {
    background-color: var(--color--transparent);
    font-family: Inter, sans-serif;
  }

  .burgermenu {
    background-color: var(--color--transparent);
    background-image: url('../images/union_1union.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    background-attachment: scroll;
    display: block;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: var(--color--transparent);
  }

  .container-21 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .service-card-main-gallery {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .services-desktop {
    display: none;
  }

  .services-slider-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-us-slider {
    background-color: var(--color--black-navy);
    margin-top: 40px;
    margin-left: 20px;
    display: flex;
  }

  .why-us-slidercard {
    width: 35vh;
    max-width: 100%;
  }

  .whyus-mask {
    max-width: 100%;
  }

  .services-mobile-scroll {
    flex-flow: column;
    display: flex;
  }

  .services-mobile-track {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .why-us-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    overflow: auto;
  }

  .why-us-mobile-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .we-solve-mobile-section {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
  }

  .courses {
    display: none;
  }

  .text-block-23 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #101217;
    width: 100vw;
    min-width: auto;
    max-width: none;
    height: 320px;
    margin-top: -200px;
    font-family: Inter, sans-serif;
    position: fixed;
    inset: 0%;
  }

  .cta-menu-2 {
    background-color: #0000;
    background-image: url('../images/union_1union.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
  }

  .menu-button-5, .menu-button-5.w--open {
    background-color: #0000;
  }

  .text-block-24 {
    display: flex;
  }

  .course-hero-h1-2 {
    font-size: 22px;
  }

  .course-hero-text1-2 {
    width: 600px;
  }

  .text-block-25 {
    display: flex;
  }

  .container-23 {
    max-width: 100%;
  }

  .text-block-28 {
    display: flex;
  }

  .container-25 {
    max-width: 100%;
  }

  .text-block-32 {
    display: flex;
  }

  .filters-wrap {
    flex-flow: row-reverse;
  }

  .services-hero-dekstop {
    display: none;
  }

  .services-container-dekstop {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .centered-heading-11.h3-hero-mobile {
    font-family: Inter, sans-serif;
    font-size: var(--font-size-dekstop--big-paragraph);
  }

  .schedule-section-mobile {
    display: block;
  }

  .section-6 {
    display: none;
  }

  .form-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10px;
    margin-left: 40px;
    display: block;
  }

  .courses-mobile {
    display: block;
  }

  .dropdown-2.course-filter {
    background-image: url('../images/image-146148.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 780px;
    display: block;
  }

  .text-block-43 {
    color: var(--color--white);
    margin-left: 20px;
    margin-right: 220px;
  }

  .form-block-4 {
    display: none;
  }

  .dropdown-toggle-2.course-filter-toggle {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .image-42 {
    margin-left: 300px;
  }

  .menu-closed {
    display: none;
  }

  .menu-burger {
    max-width: 60px;
  }

  .menu-close-text {
    display: none;
  }

  .search-input.course-search-input {
    text-transform: capitalize;
  }

  .search-button {
    display: block;
  }

  .empty-state-4 {
    background-color: var(--color--black-navy);
    text-align: center;
    font-family: "Press Start 2P", sans-serif;
  }

  .menu-icon-close {
    display: none;
  }

  .menu-icon-burger {
    width: 50px;
    height: 25px;
  }

  .course-filter-arrow {
    margin-left: 320px;
    margin-right: 0;
  }

  .contacts-conteiner-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .next-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ui-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.h1 {
    font-size: var(--mobile-landscape--h1);
  }

  .h2 {
    font-size: var(--mobile-landscape--h2);
  }

  .heading-2.h3 {
    font-size: var(--mobile-landscape--h3);
  }

  .heading-3.h4 {
    font-size: var(--mobile-landscape--h4);
  }

  .big-paragraph {
    font-size: var(--mobile-landscape--big-paragraph);
  }

  .blockquote {
    font-size: var(--mobile-landscape--blockquote);
  }

  .h1 {
    font-size: var(--mobile-landscape--h1);
  }

  .h3 {
    font-size: var(--mobile-landscape--h3);
  }

  .h4 {
    font-size: var(--mobile-landscape--h4);
  }

  .map-box {
    margin-left: 0;
  }

  .nav-content {
    width: 95%;
    margin-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .pricing-overview {
    padding: 0 15px;
  }

  .pricing-grid {
    margin-bottom: 40px;
  }

  .team-slider, .hero-without-image-2, .pricing-overview-2, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: var(--_blue---bllllluuuee);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-social-link.facebook {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider-2, .team-slider-3 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .container-7 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 0;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-center, .hero-without-image-3 {
    padding: 60px 15px;
  }

  .hero-wrapper-two-2 {
    width: 620px;
  }

  .hero-heading-center-2, .team-slider-4, .hero-without-image-4, .hero-without-image-5, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-small {
    width: 60%;
  }

  .pricing-overview-3 {
    padding: 60px 15px;
  }

  .text-block-8.network-management-text-h1-2 {
    width: 210px;
  }

  .text-block-8.secure-anydesk--text-h1-3 {
    width: 220px;
  }

  .text-block-8.secure-anydesk--text-h1-2 {
    width: 180px;
  }

  .pricing-overview-4 {
    padding: 60px 15px;
  }

  .service-h1-hero {
    text-align: center;
  }

  .div-block-36 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .75fr .75fr .75fr;
    width: auto;
  }

  .heading-22 {
    margin-top: 0;
  }

  .about-service-description-text1 {
    width: 100%;
    max-width: 100%;
  }

  .hero-without-image-6, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .service-card-main-gallery {
    height: auto;
    margin-bottom: 0;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-2:hover, .footer-link-3:hover {
    color: #76d8fa;
  }

  .dropdown-2.course-filter {
    max-width: 640px;
  }

  .text-block-43 {
    margin-left: 0;
    margin-right: 60px;
  }

  .search-button {
    right: 70px;
  }

  .image-46 {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-47 {
    margin-top: -20px;
  }

  .contacts-conteiner-mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .h4 {
    font-size: var(--font-size-dekstop--button);
  }

  .h4.h3-hero-mobile {
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .container.hero-container-mobile {
    width: 390px;
    height: 670px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    width: 100%;
    font-family: Inter, sans-serif;
  }

  .logo {
    width: 42px;
    max-width: none;
    height: 24px;
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .nav-menu {
    z-index: 999;
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 5px;
    padding-top: 100px;
    padding-left: 10px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .hero-section {
    font-family: Inter, sans-serif;
  }

  .hero-section.hero-section-mobile {
    width: 390px;
    height: 670px;
  }

  .hero-section.hero-section-mobile.hero-base {
    height: 600px;
  }

  .hero-content-block.hero-content-blok-mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-image: url('../images/hero-section-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 670px;
  }

  .map-box {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    margin-left: 5px;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .brand {
    z-index: 1000;
    position: static;
  }

  .nav-content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 380px;
    height: 35px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-without-image {
    border: 1px solid var(--color--transparent);
    padding-bottom: 60px;
    font-family: Inter, sans-serif;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .centered-heading {
    font-size: var(--font-size-dekstop--h4-contacts);
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .centered-heading.h3-hero-mobile {
    width: 400px;
    font-size: var(--font-size-dekstop--button);
    margin-bottom: 0;
    margin-left: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-three {
    background-position: 50%;
    background-size: 360px 150px;
    width: 360px;
    height: 150px;
  }

  .team-slider {
    display: none;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .hero-without-image-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom-24px-2.achievements-text-mobile {
    width: 360px;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    text-align: center;
  }

  .heading-6.h3-hero-mobile {
    font-size: var(--color--text1-hero-mobile);
    text-align: center;
    margin-top: 60px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-5 {
    background-image: url('../images/image-146153.png');
    background-position: 0 0;
    background-size: cover;
    width: auto;
    max-width: none;
    margin-left: -10px;
    margin-right: 0;
    padding-left: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-dark {
    border: 1px solid var(--color--transparent);
    background-color: #041e2b;
    background-image: none;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 0 0 10px;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .footer-wrapper {
    flex-flow: wrap;
    grid-template-columns: 3.25fr 8.75fr;
    grid-auto-flow: row;
    place-items: start stretch;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-template-columns: .5fr 1fr;
    max-width: 100%;
    margin-top: 20px;
  }

  .title-small {
    max-width: 100%;
  }

  .footer-link {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-link:hover {
    color: var(--_blue---bllllluuuee);
  }

  .footer-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-social-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: -20px;
    margin-right: 20px;
  }

  .footer-social-link.facebook {
    margin-left: 20px;
  }

  .footer-social-link.vk {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-copyright-center {
    width: 90%;
    font-size: var(--color--about-hero-text2);
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-6 {
    max-width: 100%;
    margin-left: 0;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .centered-heading-4.h3-hero-mobile {
    font-size: var(--color--text1-hero-mobile);
  }

  .centered-subheading-3 {
    margin-bottom: 20px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    max-width: none;
    margin-left: 10px;
    margin-right: 0;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .hero-heading-center {
    border-color: var(--color--transparent);
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .module {
    background-image: url('../images/image-146144-1.png');
    background-size: cover;
    background-attachment: scroll;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .hero-wrapper-two-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading-6 {
    width: 360px;
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .container-9, .container-10, .container-11 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .map {
    width: 100%;
  }

  .div-block-2, .div-block-3 {
    display: none;
  }

  .link-block {
    width: 100%;
    height: 40px;
    margin-bottom: 60px;
  }

  .text-block-2 {
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .text-small {
    letter-spacing: -.02em;
    width: 100%;
    height: auto;
    line-height: 115%;
  }

  .text-small.about-hero-text2-mobile {
    width: 317px;
    height: 48px;
    font-size: var(--color--about-hero-text2);
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    line-height: 130%;
    display: flex;
  }

  .text-small.about-hero-text2-mobile.scroll-highlight {
    width: 250px;
  }

  .text-span {
    font-size: var(--font-new-size-dekstop--h5);
  }

  .heading-12.heading-12-mobile {
    font-family: Inter Tight, sans-serif;
    font-size: var(--font-size-dekstop--button);
    letter-spacing: -.03px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
  }

  .text-block-6.text-block-6-mobile {
    width: 60vw;
    height: auto;
    font-size: var(--color--text1-hero-mobile);
    margin-top: 10px;
    padding-bottom: 0;
  }

  .text-block-7 {
    font-size: var(--color--text1-hero-mobile);
  }

  .container-12 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    letter-spacing: -.02em;
    line-height: 130%;
  }

  .text-block-8.network-management-text-h1-3, .text-block-8.network-management-text-h1-2, .text-block-8.secure-anydesk--text-h1-3 {
    width: auto;
  }

  .text-block-10 {
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-left: 0;
    display: flex;
  }

  .text-block-11 {
    text-transform: uppercase;
  }

  .text-block-12 {
    flex-flow: column;
    line-height: 140%;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-18, .div-block-19, .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    display: flex;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .service-card {
    background-image: url('../images/rectangle-2085654385.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .service-card.service-card-mobile {
    background-image: url('../images/rectangle-2085654388.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 264px 385px;
    width: 82vw;
    min-width: 82vw;
    max-width: 340px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: Inter, sans-serif;
  }

  .div-block-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-25.footer-content-menu {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .tabs-menu-2 {
    display: none;
  }

  .tr-centre-hero1 {
    font-size: var(--font-size-for-form-h1);
    margin-bottom: 20px;
    margin-left: 15px;
  }

  .hero-about-text1 {
    color: var(--color--white);
    font-family: Inter, sans-serif;
  }

  .hero-about-text1.hero-about-text1-mobile {
    width: 360px;
    height: 96px;
    font-size: var(--font-new-size-dekstop--h5);
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 700;
    line-height: 100%;
  }

  .course-format {
    width: 55px;
    color: var(--color--серый);
    font-size: var(--color--text1-hero-mobile);
  }

  .course-format.course-format-mobile-hero {
    width: 40px;
    color: var(--color--серый);
    display: flex;
  }

  .course-format.course-formattime {
    width: 102px;
  }

  .course-format.emailmobilehero {
    width: 40px;
  }

  .course-onlain {
    font-size: var(--color--text1-hero-mobile);
  }

  .block-duration {
    margin-bottom: 3px;
  }

  .heading1-for-course {
    font-size: var(--font-size-dekstop--button);
  }

  .cta-menu {
    display: none;
  }

  .section-2 {
    width: 100%;
  }

  .div-block-33 {
    margin-left: 0;
  }

  .container-15 {
    background-image: url('../images/-.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-h1 {
    margin-top: 30px;
  }

  .form-2 {
    width: 90%;
    margin-left: 0;
    display: flex;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .service-h1-hero {
    width: 100%;
    max-width: 100%;
    font-size: var(--color--size);
    text-align: center;
    letter-spacing: -.02em;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .service-h1-hero.busenessprocessh1mobile {
    width: 93%;
  }

  .div-block-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin-left: -10px;
    display: flex;
  }

  .h11 {
    font-family: Inter, sans-serif;
    font-size: var(--font-size-dekstop--big-paragraph);
  }

  .h11.h1-mobile {
    height: auto;
    font-size: var(--color--hero-h1-mobile);
    letter-spacing: -.07em;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -30px;
    margin-left: 0;
    font-weight: 600;
    display: flex;
  }

  .hero-contacts-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 60px;
    display: flex;
  }

  .link-2 {
    letter-spacing: -.01em;
  }

  .hero-contacts-main2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 60px;
    display: flex;
  }

  .hero-contacts-main-sales {
    font-size: var(--color--text1-hero-mobile);
    letter-spacing: -.01em;
  }

  .trainingcentre-hero-text1 {
    width: 350px;
    margin-left: 15px;
  }

  .trainingcentre-button1 {
    width: 360px;
    height: 40px;
  }

  .service-text1 {
    text-align: center;
    letter-spacing: -.02em;
    width: 100%;
    max-width: 100%;
    line-height: 110%;
  }

  .trainingcentrehero {
    margin-left: -45px;
  }

  .trainingcentre-herosection {
    border-bottom: 1px solid var(--greeeey);
    background-image: url('../images/hero-section-1.png');
    background-position: 50%;
    background-attachment: fixed;
  }

  .service-herosection {
    background-image: url('../images/hero-section-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    margin-top: 40px;
  }

  .service-container {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-hero-h1 {
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  }

  .course-hero-text1 {
    width: 320px;
    font-size: var(--color--text1-hero-mobile);
  }

  .course-hero-block1 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .course-h3 {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .course-h3.mobileschedule {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }

  .schedule-main-classes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template: "."
                   "."
                   / 120px 190px 40px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: start stretch;
    width: 370px;
    max-width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .schedule-course-name {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    line-height: 120%;
    display: flex;
  }

  .schedule-course-format {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    padding: 0;
    display: block;
    position: static;
    top: -1px;
  }

  .schedule-course-price {
    width: auto;
    max-width: none;
    color: var(--color--grey);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .date-wrap {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .div-block-39 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-40 {
    border-color: var(--color--transparent);
    color: var(--color--grey);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toggle-icon.toggle-iconplus {
    font-size: var(--mobile-landscape--h4);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .toggle-icon.toggle-iconminus {
    color: var(--_blue---text-accent);
    font-size: var(--mobile-landscape--h4);
    display: block;
  }

  .course-description {
    width: 70%;
    max-width: none;
    font-size: var(--color--text1-hero-mobile);
    margin-top: 20px;
    display: block;
  }

  .link-block-course1 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 10px;
    display: flex;
  }

  .heading-22 {
    font-family: Inter, sans-serif;
    font-size: var(--font-size-dekstop--big-paragraph);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contacts-hours {
    padding-left: 0;
    padding-right: 0;
  }

  .partners-logo-grid.partners-logo-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    display: grid;
  }

  .partners-logo1 {
    background-size: 175px 80px;
    width: 175px;
    height: 80px;
  }

  .service-card-link {
    font-size: var(--color--text1-hero-mobile);
    font-weight: 700;
  }

  .services-grid.services-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse;
    display: flex;
  }

  .services-container {
    flex-flow: column;
    align-items: stretch;
    display: block;
  }

  .service-card-link-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: var(--_blue---text-accent);
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
  }

  .news-card-link {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

  .numbers-container {
    margin-bottom: 0;
  }

  .news-grid.news-grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .about-service-container, .about-service-description {
    font-family: Inter, sans-serif;
  }

  .about-service-description-text1 {
    width: 100%;
    font-size: var(--font-size-tablet--nav-link);
    letter-spacing: -.02em;
    margin-top: 20px;
  }

  .cta-button-service {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .cta-button-service-button {
    text-transform: uppercase;
    font-weight: 700;
  }

  .block-formats {
    padding-left: 20px;
  }

  .schedule-headers {
    display: none;
  }

  .course-card {
    background-image: url('../images/rectangle-2085654395.png');
    background-size: contain;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    height: 373px;
    padding-left: 0;
    padding-right: 0;
  }

  .course-link-block {
    margin-bottom: 20px;
  }

  .course-text {
    max-height: none;
    font-size: var(--color--text1-hero-mobile);
  }

  .course-image {
    display: none;
    overflow: clip;
  }

  .course-link-text {
    padding-left: 20px;
  }

  .contacts-email {
    letter-spacing: -.01em;
    margin-top: 0;
    line-height: 120%;
  }

  .text-span-5, .text-span-6 {
    letter-spacing: -.01em;
    line-height: 120%;
  }

  .news-card.news-card-mobile {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-18 {
    max-width: none;
  }

  .news-nav.news-nav-mobile {
    display: none;
  }

  .hero-human-image {
    width: 262px;
    max-width: 262px;
    height: 52px;
    margin-top: -10px;
  }

  .hero-mobile-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--greeeey);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .div-block-46 {
    display: none;
  }

  .hero-title-top-mobile {
    order: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-info-card-left-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: url('../images/rectangle-2085654387.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 360px 203px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    height: 203px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    display: flex;
  }

  .hero-info-card-right-mobile {
    background-image: url('../images/rectangle-2085654383-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    width: 360px;
    height: 112px;
    display: flex;
  }

  .hero-info-card-right-mobile.hero-info-card-right {
    background-image: url('../images/rectangle-2085654383-1.png');
    background-size: 360px 112px;
    flex-flow: column;
    width: 360px;
    height: 112px;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-bracket-right-mobile {
    width: 40px;
    max-width: none;
    margin-left: 0;
  }

  .text-for-mobile {
    font-size: var(--font-size-for-form-h1);
    letter-spacing: -.05em;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: flex;
  }

  .hero-bracket-left-mobile {
    width: 40px;
    max-width: none;
    margin-right: 0;
  }

  .text1-hero-mobile {
    width: 275px;
    font-size: var(--color--text1-hero-mobile);
    letter-spacing: -.01em;
    line-height: 130%;
  }

  .text-h3-mobile {
    color: var(--_blue---text-accent);
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-mobile {
    background-color: var(--color--black-navy);
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .hero-about-container-mobile {
    letter-spacing: -.01em;
    flex-flow: column;
    width: auto;
    height: auto;
    display: flex;
  }

  .about-hero-text2 {
    color: var(--color--white);
  }

  .about-hero-text2.about-hero-text2-mobile {
    width: 340px;
    font-size: var(--color--text1-hero-mobile);
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .achievements-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .achievements-wrap.scroll-highlight-group.scroll-highlight-short {
    padding-top: 0;
  }

  .about-hero-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 100px;
    display: flex;
  }

  .about-hero.about-hero-mobile {
    background-color: var(--color--black-navy);
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .services-nav-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .services-nav.services-nav-mobile {
    display: none;
  }

  .image-service-mobile {
    width: 216px;
    height: 211px;
    margin-left: 20px;
  }

  .section-services.section-services-mobile {
    background-color: var(--color--black-navy);
    display: block;
  }

  .div-block-47 {
    display: flex;
  }

  .section-achievements {
    background-color: var(--color--deep-green);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .body-2 {
    background-color: var(--color--black-navy);
    overflow: visible;
  }

  .body-3 {
    background-color: var(--color--black-navy);
  }

  .body-4 {
    background-color: var(--color--black-navy);
    font-family: Inter, sans-serif;
  }

  .body-5 {
    background-color: var(--color--black-navy);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-6 {
    background-color: var(--color--black-navy);
  }

  .slider {
    background-color: var(--color--black-navy);
    height: 450px;
  }

  .footer-content-policies {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    width: 200px;
    max-width: 200px;
    margin-bottom: 60px;
    display: flex;
  }

  .form-block-mobile {
    display: flex;
  }

  .div-block-48 {
    z-index: 3;
    order: 0;
    position: relative;
  }

  .hero-title-bottom, .hero-center-row {
    display: none;
  }

  .details-content {
    display: block;
  }

  .schedule-details {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .schedule-toggle {
    width: 40px;
    height: 40px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
    display: flex;
  }

  .toggle-iconplus-wrap {
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    padding-right: 10px;
    display: flex;
    position: absolute;
  }

  .toggle-iconminus-wrap {
    border: 1px solid var(--greeeey);
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    display: none;
    position: absolute;
  }

  .schedule-divider {
    width: 450px;
    margin-top: 40px;
    margin-left: -20px;
  }

  .course-hero {
    background-image: url('../images/hero-section-1.png');
    background-position: 50%;
    height: auto;
    padding-top: 40px;
    position: static;
  }

  .course-heading-h1 {
    border-bottom: 1px solid var(--greeeey);
    margin-top: 0;
  }

  .module-grid {
    margin-top: 20px;
    margin-left: 0;
  }

  .module1-ai {
    background-size: 360px 473px;
    width: 360px;
    height: 473px;
  }

  .navlink-mailhero, .navlink-main-hero {
    padding-left: 18px;
  }

  .container-19 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .body-7 {
    background-color: var(--color--black-navy);
    font-family: Inter, sans-serif;
  }

  .services-hero {
    display: none;
  }

  .servicesheroh1 {
    font-family: Inter, sans-serif;
    font-size: var(--mobile-landscape--big-paragraph);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-span-7, .text-span-8 {
    color: var(--_blue---text-accent);
    font-style: italic;
  }

  .politics {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .politics-text {
    letter-spacing: -.02em;
    width: 360px;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 10px;
    line-height: 130%;
    display: none;
  }

  .policies-main {
    margin-top: 10px;
    margin-right: 10px;
  }

  .policies-main-container {
    background-color: var(--color--transparent);
    margin-left: 30px;
  }

  .policies-block {
    margin-top: 0;
  }

  .module-text-h1 {
    margin-top: 20px;
  }

  .module-text-h2 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .module-text {
    font-size: var(--color--text1-hero-mobile);
    line-height: 130%;
  }

  .div-block-49 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-15 {
    font-size: var(--color--text1-hero-mobile);
    letter-spacing: -.01em;
  }

  .image-17 {
    width: 100%;
    max-width: 20%;
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block-16 {
    font-size: var(--color--text1-hero-mobile);
  }

  .div-block-50 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .checkbox-label-2 {
    margin-bottom: 20px;
  }

  .politics-link {
    width: 100%;
    max-width: 100%;
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .trainingcentre-hero-container {
    margin-left: 0;
    padding-left: 70px;
  }

  .div-block-53 {
    background-size: auto;
    background-attachment: fixed;
  }

  .container-20 {
    background-image: url('../images/hero-section-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: none;
  }

  .div-block-54 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-55 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .image-25 {
    margin-top: 20px;
  }

  .whycard {
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 240px;
    margin-left: 5px;
  }

  .whyustext {
    padding-left: 5px;
  }

  .wesolve {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .wesolvecard {
    background-size: contain;
    flex: 0 0 214px;
    justify-content: center;
    align-items: center;
    width: 214px;
    height: 284px;
  }

  .wesolve-text {
    margin-bottom: 10px;
    margin-left: 30px;
    padding-right: 5px;
  }

  .wesolweimage {
    width: 70%;
  }

  .why-us {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .container-21 {
    max-width: 100%;
    overflow: hidden;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .servicemain-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    max-width: 100%;
    display: none;
    overflow: hidden;
  }

  .mask {
    width: 100%;
    height: 60vh;
    margin-bottom: 40px;
    margin-left: 15px;
    overflow: hidden;
  }

  .left-arrow {
    display: none;
    overflow: hidden;
  }

  .service-card-main-gallery {
    aspect-ratio: auto;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    display: flex;
    overflow: hidden;
  }

  .service-slider {
    width: 85vw;
    max-width: 85vw;
    margin-right: 0;
  }

  .services-desktop {
    display: none;
  }

  .numbertext1, .numbertext1.numbertext1-1 {
    letter-spacing: -.06em;
  }

  .numbertext2 {
    letter-spacing: -.02em;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .numbersh1, .numbersh1.numbersh1-1, .numbersh1.numbersh1-2 {
    margin-top: 0;
  }

  .services-slider-mobile {
    background-image: url('../images/hero-section-1.png');
    background-position: 0 0;
    background-size: auto;
    display: none;
  }

  .why-us-slider {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .whyus-mask {
    width: 100%;
  }

  .form-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-text {
    color: var(--beautiful);
  }

  .services-mobile-scroll {
    flex-flow: column;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    overflow: auto;
  }

  .services-mobile-scroll.service-card-main-mobilegal {
    margin-left: 20px;
  }

  .services-mobile-track {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    max-width: 100%;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .why-us-mobile {
    margin-bottom: 40px;
  }

  .why-us-mobile-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--greeeey);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .we-solve-mobile-section {
    border-bottom: 1px solid var(--greeeey);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 10px;
    overflow: hidden;
  }

  .text-span-10, .bold-text-2 {
    color: var(--_blue---text-accent);
    font-style: italic;
  }

  .text-block-21 {
    font-size: var(--color--text1-hero-mobile);
    line-height: 130%;
  }

  .text-block-22 {
    font-size: var(--color--text1-hero-mobile);
  }

  .courses {
    display: none;
  }

  .collection-item {
    flex-flow: row;
    display: block;
  }

  .collection-list-2 {
    flex-flow: row;
    grid-template-columns: 1fr;
    display: flex;
    overflow: auto;
  }

  .course-info {
    padding-left: 20px;
  }

  .text-block-23 {
    display: flex;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: flex-start;
    height: 340px;
    margin-top: -200px;
    position: fixed;
    inset: 0%;
  }

  .navbar-2 {
    width: 100%;
    font-family: Inter, sans-serif;
  }

  .text-block-24 {
    display: flex;
  }

  .course-hero-h1-2 {
    letter-spacing: -.02em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .course-hero-h1-2.course-hero-h1-mobile {
    margin-top: 30px;
  }

  .link-block-6 {
    margin-bottom: 30px;
  }

  .course-hero-text1-2 {
    letter-spacing: -.01em;
    width: 320px;
    font-size: 14px;
  }

  .module-text-h1-2 {
    margin-top: 60px;
    margin-left: 20px;
    padding-top: 0;
  }

  .module-text-h2-2 {
    letter-spacing: -.02em;
    height: 90px;
    margin: 20px 10px 10px 20px;
    line-height: 120%;
  }

  .module-text-2 {
    font-size: 14px;
    line-height: 130%;
  }

  .centered-heading-10 {
    width: 360px;
    margin-bottom: 24px;
  }

  .text-block-25 {
    display: flex;
  }

  .container-22 {
    background-image: url('../images/-.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-56 {
    margin-left: 0;
  }

  .section-4 {
    width: 100%;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .container-23 {
    max-width: none;
  }

  .text-block-27 {
    font-size: 14px;
  }

  .div-block-57.footer-content-menu {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .footer-dark-2 {
    background-size: cover;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .footer-link-2 {
    font-size: 14px;
  }

  .footer-link-2:hover {
    color: #76d8fa;
  }

  .image-31 {
    width: 100%;
    max-width: 20%;
    margin-top: 40px;
  }

  .collection-item-2 {
    flex-flow: row;
    width: 84vw;
    min-width: 84vw;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .collection-list-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .rich-text-block {
    height: auto;
    color: var(--color--white);
  }

  .text-block-28 {
    display: flex;
  }

  .container-24 {
    background-image: url('../images/-.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-61 {
    margin-left: 0;
  }

  .section-5 {
    width: 100%;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .container-25 {
    max-width: none;
  }

  .text-block-30 {
    font-size: 14px;
  }

  .div-block-62.footer-content-menu {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .text-block-31, .footer-link-3 {
    font-size: 14px;
  }

  .footer-link-3:hover {
    color: #76d8fa;
  }

  .image-33 {
    width: 100%;
    max-width: 20%;
    margin-top: 40px;
  }

  .text-block-32 {
    display: flex;
  }

  .collection-list-wrapper-2 {
    margin-left: -30px;
  }

  .cta-button-form {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .contacts-map-section {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contacts-map-section.v2 {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
  }

  .code-embed {
    height: 400px;
    margin-right: 0;
  }

  .filters-wrap.filter-mobile-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--color--black-navy);
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .filter-btn.filter-mobile {
    background-image: none;
    margin-left: 0;
    padding-right: 10px;
  }

  .image-35 {
    margin-left: 0;
  }

  .form-3 {
    display: block;
  }

  .services-hero-dekstop {
    display: none;
  }

  .category-name {
    padding-left: 20px;
  }

  .category-name.course-category {
    display: none;
  }

  .heading-23.heading-12-mobile {
    letter-spacing: -.03px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .centered-heading-11 {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    font-size: 21px;
    display: flex;
  }

  .centered-heading-11.h3-hero-mobile {
    width: 400px;
    font-size: var(--font-new-size-dekstop--h5);
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 600;
  }

  .service-card-link-2 {
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-36.text-block-6-mobile {
    width: 60vw;
    height: auto;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .service-card-link-block-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    color: #41c6ec;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
  }

  .schedule-section-mobile {
    border-top: 1px solid var(--greeeey);
    display: block;
  }

  .section-6 {
    display: none;
  }

  .text-block-37 {
    font-size: var(--color--text1-hero-mobile);
  }

  .form-4 {
    width: 90%;
    margin-left: 20px;
    display: flex;
  }

  .container-26 {
    background-image: url('../images/-.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-66 {
    margin-left: 0;
  }

  .section-7 {
    width: 100%;
  }

  .empty-state {
    background-color: var(--color--black-navy);
  }

  .paginationbutton1 {
    width: 360px;
    margin-bottom: 40px;
    margin-left: -30px;
    display: flex;
  }

  .pagination-3 {
    border: 1px solid var(--color--transparent);
    margin-bottom: 40px;
    padding-bottom: 0;
    display: block;
  }

  .image-40, .image-41, .image-networkmang-mobile, .image-itmanaging-mobile {
    width: 70%;
  }

  .text-block-42 {
    color: var(--color--black-navy);
    text-transform: uppercase;
    margin-right: 2px;
    font-size: 16px;
    font-weight: 700;
  }

  .courses-mobile {
    display: block;
  }

  .dropdown-2 {
    background-color: var(--color--transparent);
    background-image: url('../images/group-1321319630.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 40px;
    margin: 30px 0 20px 10px;
    display: block;
    position: relative;
  }

  .dropdown-2.course-filter {
    background-size: cover;
    width: 100%;
    max-width: 380px;
    height: auto;
  }

  .text-block-43 {
    color: var(--color--white);
    margin-left: -10px;
    margin-right: 80px;
    font-weight: 400;
  }

  .icon-4 {
    color: var(--color--white);
  }

  .form-block-4 {
    display: none;
  }

  .dropdown-list-2 {
    background-color: var(--color--black-navy);
    width: 100%;
    margin-top: auto;
    margin-left: 0;
    display: none;
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: var(--color--transparent);
    position: static;
  }

  .dropdown-toggle-2 {
    padding: 10px 10px 10px 20px;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .dropdown-toggle-2.course-filter-toggle {
    width: 100%;
    max-width: 380px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-42 {
    margin-left: 80px;
    margin-right: 0;
  }

  .form-block-5 {
    display: block;
    position: relative;
  }

  .checkbox-field-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    display: flex;
  }

  .div-block-67 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper-3 {
    width: 100%;
    padding-left: 15px;
    font-family: Inter, sans-serif;
    display: block;
    overflow: auto;
  }

  .module-text-mobile {
    color: var(--color--white);
    font-size: var(--color--text1-hero-mobile);
    letter-spacing: -.01em;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 130%;
  }

  .module-rich-text-mobile {
    font-size: var(--color--text1-hero-mobile);
    letter-spacing: -.01em;
    margin-left: 20px;
    margin-right: 5px;
  }

  .heading-24 {
    font-family: Inter, sans-serif;
  }

  .module-rich-textmob {
    font-family: Inter, sans-serif;
    font-size: var(--color--text1-hero-mobile);
    font-weight: 400;
  }

  .section-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: flex-end;
    height: 80px;
  }

  .forme {
    font-size: var(--color--size-4);
    margin-bottom: 0;
    margin-right: 0;
  }

  .forme.formediv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .forme1 {
    font-size: var(--font-text-small-sssssservice-size-dekstop--body);
  }

  .my-link {
    margin-bottom: 10px;
    margin-left: 220px;
  }

  .image-43, .image-44, .image-45 {
    width: 70%;
  }

  .icon-5 {
    display: block;
  }

  .krestic {
    width: 40px;
    height: 40px;
    color: var(--_blue---text-accent);
    font-size: var(--font-size-dekstop--h4-contacts);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-closed {
    opacity: 0;
    width: 40px;
    height: 40px;
    color: var(--_blue---text-accent);
    font-size: var(--font-new-size-dekstop--h5);
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 20px;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .menu-burger {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .preloader-lottie {
    justify-content: center;
    align-items: center;
    width: 140vh;
    height: 140vh;
  }

  .menu-button-mobile.w--open {
    z-index: 9999;
    background-color: var(--color--black-navy);
  }

  .menu-close-text {
    color: var(--_blue---text-accent);
    justify-content: center;
    align-items: center;
    display: none;
  }

  .search-input.course-search-input {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .search.course-search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
    margin-bottom: -10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .search-button {
    margin-left: 5px;
    top: 25%;
    right: 10px;
  }

  .checkbox-label-4 {
    font-size: var(--color--text1-hero-mobile);
  }

  .checkbox-label-4.toggle-list {
    font-weight: 400;
  }

  .radio-button-label-2, .radio-button-label-3, .radio-button-label-4, .radio-button-label-5, .radio-button-label-6, .radio-button-label-7, .radio-button-label-8, .radio-button-label-9, .radio-button-label-10, .radio-button-label-11, .checkbox-label-5 {
    font-size: var(--color--text1-hero-mobile);
    margin-right: 10px;
    font-weight: 400;
  }

  .checkbox-field-3 {
    padding-left: 10px;
  }

  .checkbox-2 {
    background-color: var(--color--transparent);
  }

  .image-46 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-47 {
    margin-top: 0;
  }

  .schedule-search-input {
    width: 90%;
    margin-left: 0;
  }

  .schedule-search-input.schedule-search-input-mobile {
    width: 90%;
    margin-bottom: 20px;
  }

  .schedule-filter.schedule-filter-mobile {
    margin-bottom: 0;
  }

  .form-5 {
    margin-bottom: -30px;
  }

  .text-block-48 {
    background-color: var(--color--black-navy);
    text-align: center;
    font-family: "Press Start 2P", sans-serif;
  }

  .empty-state-4 {
    background-color: var(--color--black-navy);
    margin-bottom: 20px;
  }

  .empty-state-5 {
    background-color: var(--color--black-navy);
    text-align: center;
    font-family: "Press Start 2P", sans-serif;
  }

  .text-span-21 {
    text-transform: uppercase;
  }

  .pagination-5 {
    display: none;
  }

  .menu-icon-close {
    width: 24px;
    max-width: none;
    height: 24px;
    display: none;
    position: absolute;
  }

  .menu-icon-burger {
    width: 30px;
    max-width: none;
    height: 13px;
    margin: -5px 0 0 -40px;
    padding-right: 0;
    position: absolute;
  }

  .course-filter-arrow {
    margin-left: 100px;
  }

  .link-6 {
    margin-top: -10px;
  }

  .link-7, .link-8 {
    height: 18px;
    font-size: var(--color--text1-hero-mobile);
    line-height: 120%;
  }

  .text-block-49 {
    height: 18px;
    color: var(--greeeey);
    font-size: var(--color--text1-hero-mobile);
    margin-top: 5px;
    line-height: 120%;
  }

  .text-block-49._12 {
    margin-top: 0;
  }

  .contacts-conteiner-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-9 {
    margin-bottom: 10px;
  }

  .footer-main-mobile-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .text-span-28 {
    vertical-align: middle;
    position: relative;
    top: -4px;
  }

  .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
}

#w-node-_0c2eaf4c-9880-743d-f5b6-668263e665fd-28fbad11, #w-node-_68a5d941-adbe-b682-7858-8d8f00020062-28fbad11, #w-node-bf683b0c-3b90-5d21-74f3-b31c7a20549b-28fbad11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f51e29c-20e2-8224-678f-225a0eab6a52-0eab6a4d {
  justify-self: start;
}

#w-node-_9f51e29c-20e2-8224-678f-225a0eab6a53-0eab6a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f51e29c-20e2-8224-678f-225a0eab6a5e-0eab6a4d, #w-node-_9f51e29c-20e2-8224-678f-225a0eab6a71-0eab6a4d, #w-node-_1e322396-3e46-ee29-3df5-c2fc602ab7c4-28fbad14, #w-node-_5dd9c2aa-178e-226c-27c1-bd83c85c1664-28fbad14, #w-node-e7a84486-3d39-34ce-608b-618fb76fe22b-28fbad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_9f51e29c-20e2-8224-678f-225a0eab6a52-0eab6a4d {
    justify-self: start;
  }

  #w-node-_75539a7b-7039-3792-066e-85c96cd4e021-28fbad12, #w-node-_1eec5596-f4a1-a8f8-2f98-273c2074d394-28fbad12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_867c7817-db66-604f-a6d3-182a101caece-28fbad14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c5562676-9ae5-7718-9cac-ef88e9d10494-28fbad14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f51e29c-20e2-8224-678f-225a0eab6a53-0eab6a4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f51e29c-20e2-8224-678f-225a0eab6a71-0eab6a4d {
    place-self: center start;
  }

  #w-node-aba6df65-1ca3-b153-c3cc-17f29f83d791-28fbad14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aba6df65-1ca3-b153-c3cc-17f29f83d795-28fbad14 {
    order: 3;
    grid-area: 1 / 3 / 3 / 5;
    place-self: start center;
  }

  #w-node-aba6df65-1ca3-b153-c3cc-17f29f83d792-28fbad14, #w-node-_33fbacb8-b89c-be8f-fd36-68170cf735db-28fbad14 {
    align-self: baseline;
  }
}


@font-face {
  font-family: 'Pixelpurl';
  src: url('../fonts/pixelpurl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-bold.otf') format('opentype'), url('../fonts/inter-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   HTH WORDPRESS MIGRATION — parity fixes v4
   ========================================================= */

/* Hero info cards: prevent the left "Направления" text from escaping the card. */
@media screen and (min-width: 1440px) {
  .hero-center-row > .div-block-22 {
    overflow: hidden;
  }
  .hero-center-row > .div-block-22 .text-block-3 {
    box-sizing: border-box;
    width: 400px !important;
    max-width: calc(100% - 30px) !important;
    height: auto !important;
    margin-left: 30px !important;
    margin-right: 0 !important;
    line-height: 1.35 !important;
  }
}


/* Service detail pages: never let a Why Us image disappear after theme conversion. */
.why-us .whycard > img,
.why-us-mobile-section .whycard > img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  object-fit: contain;
}

/* Course catalogue: center the 3-column grid instead of inheriting Webflow's
   breakpoint-specific left offsets, which are wrong in the WP shell. */
@media screen and (min-width: 992px) {
  .courses .collection-list-wrapper-2 {
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .courses .collection-list-2 {
    width: min(1290px, calc(100% - 80px)) !important;
    max-width: 1290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-items: stretch !important;
  }
  .courses .collection-list-2 > .w-dyn-item {
    width: 100% !important;
  }
  .courses .collection-list-2 .course-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Reuse only the original blue Next control as client-side "Смотреть ещё". */
  .courses .pagination-3 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto 40px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .courses .pagination-3 .w-pagination-previous {
    display: none !important;
  }
  .courses .pagination-3 .paginationbutton1 {
    width: 550px !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto !important;
  }

  /* The mobile pagination must never leak onto desktop. */
  .courses-mobile .pagination-5 {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .courses .collection-list-2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .courses-mobile .pagination-5 .w-pagination-previous {
    display: none !important;
  }
}

