@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.button--center-aligner {
  display: flex;
  justify-content: center;
  width: 100%;
}

button {
  font: var(--f-header) var(--ff-bold);
  cursor: pointer;
}

.primary-button {
  box-sizing: border-box;
  border: none;
  transition: all 0.3s;
  background: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  background: var(--gradient-primary);
  color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 14px;
  min-width: 230px;
}

.primary-button:focus,
.primary-button:hover {
  transform: translateY(-3px);
}

a.primary-button.cta-link-button:hover {
  color: #fff;
}

.secondary-button {
  font: 14px/1 var(--ff-bold);
  padding: 18px 20px;
  border: 2px solid #333;
  border: 2px solid var(--color-text-regular);
  border-radius: 5px;
  background: transparent;
  color: #333;
  color: var(--color-text-regular);
  width: 230px;
  transition: all 0.2s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.secondary-button:focus,
.secondary-button:hover {
  color: #fff;
  background: #333;
  background: var(--color-text-regular);
  transition: all 0.3s;
}

.thirdly-button {
  border: none;
  background: transparent;
  color: grey;
  color: var(--color-text-secondary);
  position: relative;
  font-size: 14px;
}

.thirdly-button:after {
  background: var(--color-text-secondary);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 90%;
  height: 2px;
}

.thirdly-button:hover {
  color: #1d53a9;
  color: var(--color-primary);
}

.show-more-button--hidden {
  display: none !important;
}

.burger-clickable {
  display: none;
  width: 50px;
  justify-content: flex-end;
  align-items: center;
}

.burger {
  display: none;
  width: 30px;
}

.burger span,
.burger span:after,
.burger span:before {
  background: var(--color-text-regular);
  height: 3px;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.burger span:after,
.burger span:before {
  content: "";
}

.burger span:before {
  transform: translateY(-8px);
}

.burger span:after {
  transform: translateY(5px);
}

.header--burger-shown {
  z-index: 101;
  z-index: var(--z-pop);
  position: relative;
}

.burger--shown span {
  background: transparent;
}

.burger--shown span:before {
  transform: translateY(0) rotate(-45deg);
}

.burger--shown span:after {
  transform: translateY(-3px) rotate(45deg);
}

.burger-menu {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  min-height: 100vh;
  transform: translateY(-200%);
  transition: all 0.8s;
  padding-top: 80px;
  padding-bottom: 80px;
}

.burger-menu--shown {
  z-index: 99;
  z-index: var(--z-burger);
  transform: translateY(0);
  height: auto;
}

.burger-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top: 40%;
  background: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  background: var(--gradient-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  z-index: var(--z-contorls);
  transition: all 0.3s;
}

.slider-button:hover {
  cursor: pointer;
  transform: scale(1.15);
  transition: all 0.3s;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-button-disabled:hover {
  transform: scale(1);
}

.slider-scrollbar {
  height: 5px;
  position: relative;
  z-index: 0;
}

.slider-scrollbar:after {
  background: var(--color-lines);
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -3px;
  z-index: -2;
}

.swiper-scrollbar-drag {
  border-radius: 0;
  background: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  background: var(--gradient-primary);
  height: 8px;
}

@media (max-width: 1000px) {
  .secondary-button--show-more {
    max-width: 230px;
  }

  .testimonials-more {
    display: block !important;
  }
}

@font-face {
  font-family: Geometria;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria.woff2) format("woff2");
  src: url(../fonts/Geometria.woff) format("woff");
}

@font-face {
  font-family: Geometria-Italic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Italic.woff2) format("woff2");
  src: url(../fonts/Geometria-Italic.woff) format("woff");
}

@font-face {
  font-family: Geometria-Thin;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Thin.woff2) format("woff2");
  src: url(../fonts/Geometria-Thin.woff) format("woff");
}

@font-face {
  font-family: Geometria-ThinItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-ThinItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-ThinItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-ExtraLight;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-ExtraLight.woff2) format("woff2");
  src: url(../fonts/Geometria-ExtraLight.woff) format("woff");
}

@font-face {
  font-family: Geometria-ExtraLightItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-ExtraLightItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-ExtraLightItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-Light;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Light.woff2) format("woff2");
  src: url(../fonts/Geometria-Light.woff) format("woff");
}

@font-face {
  font-family: Geometria-LightItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-LightItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-LightItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-Medium;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Medium.woff2) format("woff2");
  src: url(../fonts/Geometria-Medium.woff) format("woff");
}

@font-face {
  font-family: Geometria-MediumItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-MediumItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-Bold;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Bold.woff2) format("woff2");
  src: url(../fonts/Geometria-Bold.woff) format("woff");
}

@font-face {
  font-family: Geometria-BoldItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-BoldItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-ExtraBold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Geometria-ExtraBold.woff2) format("woff2");
  src: url(../fonts/Geometria-ExtraBold.woff) format("woff");
}

@font-face {
  font-family: Geometria-ExtraBoldItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-ExtraBoldItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-ExtraBoldItalic.woff) format("woff");
}

@font-face {
  font-family: Geometria-Heavy;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-Heavy.woff2) format("woff2");
  src: url(../fonts/Geometria-Heavy.woff) format("woff");
}

@font-face {
  font-family: Geometria-HeavyItalic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geometria-HeavyItalic.woff2) format("woff2");
  src: url(../fonts/Geometria-HeavyItalic.woff) format("woff");
}

.pop-opened--html {
  overflow: hidden;
  margin-right: 15px;
}

@media (max-width: 1000px) {
  .pop-opened--html {
    margin-right: 0;
  }
}

.pop-wrap {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  z-index: 101;
  z-index: var(--z-pop);
}

.pop-wrap--opened {
  visibility: visible;
  opacity: 1;
}

.pop-aligner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.pop-closer {
  border: none;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  background: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  position: absolute;
  top: 5%;
  right: 1%;
}

.pop {
  transform: scale(0.2);
  transition: all 0.3s;
}

.pop--opened {
  transform: scale(1);
}

html {
  --c-font: #333;
  --gradient-primary: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  --color-text-regular: #333;
  --color-text-secondary: grey;
  --color-text-thirdly: #b1b1b1;
  --c-text-caption: #b8b8b8;
  --color-primary: #1d53a9;
  --color-primary--dark: #004d9d;
  --color-font-footer: #fff;
  --color-surface-dark: #f9fafa;
  --color-surface-testimonial: #eaf5ff;
  --color-lines: #efefef;
  --bg-inputs: #f6f6f8;
  --bg-footer: #2b313f;
  --bs-form: inset 0px 4px 4px #eaeaef;
  --f-header: 16px;
  --f-regular: 18px;
  --f-title: 36px;
  --ff-light: "Geometria-Light", sans-serif;
  --ff-regular: "Geometria", sans-serif;
  --ff-medium: "Geometria-Medium", sans-serif;
  --ff-bold: "Geometria-Bold", sans-serif;
  --ff-extra: "Geometria-ExtraBold", sans-serif;
  --z-contorls: 2;
  --z-dropdown: 70;
  --z-header: 70;
  --z-burger: 99;
  --z-over-burger: 100;
  --z-pop: 101;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  font: var(--f-regular) var(--ff-regular);
  color: #333;
  color: var(--c-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

picture,
picture img {
  -o-object-fit: cover;
  object-fit: cover;
}

picture img {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.socials-item__img:hover path {
  fill: #1d53a9;
  fill: var(--color-primary);
}

input {
  font-family: Geometria, sans-serif;
  font-family: var(--ff-regular);
}

.text-bold {
  font-family: Geometria-ExtraBold, sans-serif;
  font-family: var(--ff-extra);
  font-weight: 700;
}

.minititle {
  font: 18px var(--ff-bold);
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #1d53a9;
  color: var(--color-primary);
}
.nav-list-item:hover {
  color: #fff;
}

p {
  font-size: 18px;
  font-size: var(--f-regular);
}

.section__title {
  font: var(--f-title) var(--ff-extra);
  text-align: center;
  margin-bottom: 45px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section__title--left {
  text-align: left;
  max-width: 600px;
  margin-left: 0 !important;
}

.text--title-caption {
  color: #c5c5c5;
  font-size: 16px;
  margin-bottom: 10px;
}

.breadcrumbs-container {
  margin-top: 150px;
  margin-bottom: -120px;
}

@media (max-width: 1000px) {
  .breadcrumbs-container {
    margin-top: 50px;
    margin-bottom: -100px;
  }
}

.header {
  padding: 20px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header,
.header-wrapper {
  transition: all 0.7s;
  z-index: 70;
  z-index: var(--z-header);
}

.header-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 15px hsla(0, 0%, 81.2%, 0.55);
}

.header--hidden {
  transform: translateY(-100%);
  transition: all 0.7s;
}

.header--visible {
  transform: translateY(0);
  transition: all 0.7s;
}

.header--burger-shown {
  z-index: 100;
  z-index: var(--z-over-burger);
}

.header-search {
  position: relative;
  margin-right: 20px;
  margin-right: auto;
}

.header-search:before {
  content: url(../img/0-common/search.svg);
  position: absolute;
  bottom: 6px;
  left: 20px;
}

.header__search {
  max-width: 198px;
  font-size: 16px;
  font-size: var(--f-header);
  color: #b1b1b1;
  color: var(--color-text-thirdly);
  padding: 10px 10px 10px 50px;
  background: #fafafa;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 5px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  margin-right: 100px;
}
@media (max-width: 1100px) {
  .header__logo img {
    margin-right: 20px;
  }
}

.header-logo-descriptor {
  font-size: 12px;
  max-width: 316px;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}

.header-logo-descriptor:before {
  background: var(--color-lines);
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -20%;
  height: 140%;
  width: 1px;
}

.header-email,
.header-phone,
.socials {
  padding-top: 5px;
}

.header-contacts {
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.header-contacts,
.socials-list {
  display: flex;
  margin-right: 20px;
}

.socials-item {
  margin-right: 8px;
}

.header__name {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}

.header__contact {
  font: 16px var(--ff-bold);
}

.header-container {
  border-right: 1px solid #efefef;
  border-right: 1px solid var(--color-lines);
  border-left: 1px solid #efefef;
  border-left: 1px solid var(--color-lines);
}

.nav {
  padding: 5px;
  border: 1px solid #efefef;
  border: 1px solid var(--color-lines);
}

.nav-list {
  display: flex;
  justify-content: space-between;
}

.nav-list-item {
  padding: 12px;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.dropdown-menu-item {
  position: relative;
}

.nav-list-item--dropdown {
  padding-right: 17px;
}

.nav-list-item--dropdown:before {
  background: var(--color-lines);
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  height: 90%;
  width: 1px;
}

.nav-list-item--dropdown:after {
  background: var(--color-text-regular);
  position: relative;
  left: 5px;
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.nav-list-item__text {
  font-size: 16px;
  font-size: var(--f-header);
  width: 100%;
}

.nav-list-item:hover {
  background: var(--color-primary);
  color: #fff;
}

.nav-list-item--dropdown {
  position: relative;
}

.nav-list-item:hover.nav-list-item--dropdown:after {
  background: #fff;
}

.nav-list-item-dropdown-wrap {
  display: none;
  position: absolute;
  top: 30px;
  padding-top: 20px;
  left: -5px;
  z-index: 70;
  z-index: var(--z-dropdown);
  font-size: 16px;
}

.nav-list-item-dropdown {
  background: #fff;
  box-shadow: 0 4px 25px hsla(0, 0%, 80.8%, 0.25);
  width: 425px;
  padding: 16px;
}

.dropdown-menu-item:hover .nav-list-item-dropdown-wrap,
.nav-list-item-dropdown-wrap:hover {
  display: block;
}

.nav-list-item-dropdown-wrap .nav-list-item--dropdown {
  display: none;
}

.nav-list-item-dropdown {
  display: flex;
  flex-direction: column;
}

.dropdown-item {
  line-height: 1.25;
  margin-bottom: 15px;
  max-width: 95%;
  position: relative;
}

.dropdown-item:hover {
  text-decoration: underline;
}

.hero-wrapper {
  margin-top: 116px;
  background: url(../img/1-hero/hero-bg.png) 0 0 / cover;
  height: 680px;
  margin-bottom: 65px;
  position: relative;
}

.hero__title {
  margin-left: 0 !important;
}

.hero-container {
  height: 100%;
  border-right: 1px solid #efefef;
  border-right: 1px solid var(--color-lines);
  border-left: 1px solid #efefef;
  border-left: 1px solid var(--color-lines);
}

.hero {
  padding-top: 70px;
  background: url(../img/1-hero/hero-1.png);
  background-position: 550% -5%;
  background-position: 570% 60%;
  background-repeat: no-repeat;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.hero-bullets {
  max-width: 440px;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}

.hero-bullets:before {
  content: "";
  display: block;
  height: 140px;
  position: absolute;
  left: 11px;
  top: 10px;
  width: 1px;
  border-left: 2px dashed #efefef;
  border-left: 2px dashed var(--color-lines);
}

.hero-bullet {
  margin-bottom: 20px;
  line-height: 1.35;
  position: relative;
}

.hero-bullet:before {
  background: var(--color-primary);
  content: "";
  position: absolute;
  left: -50px;
  top: 1px;
  display: block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 2px #1d53a9;
  box-shadow: 0 0 0 2px var(--color-primary);
  margin: 5px;
  border: 2px solid #fff;
}

.hero__picture-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero__picture-right {
  position: absolute;
  right: 0;
  top: 0;
}

.hero-cta {
  margin-right: 20px;
}

.hero-learning {
  padding: 20px;
  max-width: 189px;
  font-family: Geometria-Bold, sans-serif;
  font-family: var(--ff-bold);
}

.learning {
  margin-bottom: 40px;
}

.learning-tabs-wrap {
  background: var(--color-surface-dark);
  border-radius: 10px;
  padding-bottom: 30px;
}

.learning-tabbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 65px;
}

.learning-tab__control {
  font: var(--f-regular) var(--ff-regular);
  width: 50%;
  height: 80px;
  background: transparent;
  border: none;
}

.learning-tab__control--active {
  background: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  background: var(--gradient-primary);
  font-family: Geometria-Bold, sans-serif;
  font-family: var(--ff-bold);
  color: #fff;
}

.learning-tab__control--skillup.learning-tab__control--active {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  border-radius: 10px 0 0 10px;
  position: relative;
}

.learning-tab__control--retrain.learning-tab__control--active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  border-radius: 0 10px 10px 0;
  position: relative;
}

.learning-tab {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-size: var(--f-header);
  padding-left: 35px;
}

.learning-tab--retrain,
.learning-tab--skillup {
  display: none;
}

.learning-tab--retrain.learning-tab--active,
.learning-tab--skillup.learning-tab--active {
  display: block;
}

.learning-tab-list {
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}

.learning-tab-list:before {
  background: #e3e3e3;
  content: "";
  position: absolute;
  top: -10px;
  left: -50px;
  width: 1px;
  height: 94%;
}

.learning-tab-list-item {
  position: relative;
  margin-bottom: 28px;
}

.learning-tab-list-item:before {
  background: var(--color-primary);
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: -20px;
  top: 5px;
}

.learning-more--retrain,
.learning-more--skillup {
  display: none;
}

.about-wrap {
  position: relative;
  background: url(../img/3-about/about-bg.png);
  background-size: cover;
  overflow: hidden;
}

.about__title {
  margin-bottom: 25px;
}

.about {
  max-width: 580px;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}

.about__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-container {
  display: flex;
  justify-content: space-between;
}

.about-picture {
  position: relative;
  align-items: stretch;
  transform: translateY(40px);
  z-index: 1;
}

.about-picture img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.about-more {
  display: none;
}

.about-picture__left {
  position: absolute;
  max-width: 450px;
  left: 0;
  bottom: 50px;
  z-index: 0;
}

.about-picture__right {
  position: absolute;
  max-width: 550px;
  right: 150px;
  bottom: 250px;
  z-index: 0;
}

.about-picture__right-2 {
  position: absolute;
  max-width: 350px;
  right: 0;
  bottom: -30px;
  z-index: 1;
}

@media (max-width: 1400px) {
  .hero-warpper {
    margin-top: 100px;
  }

  .about-picture__right {
    right: -100px;
  }
}

.features-wrapper {
  background: var(--color-surface-dark);
}

.features {
  padding-top: 70px;
  padding-bottom: 60px;
}

.features__title {
  margin-bottom: 50px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-radius: 12px;
  overflow: hidden;
}

.features-list-item {
  width: 33.3333333%;
  padding: 30px 0 130px 30px;
  box-sizing: border-box;
  background: linear-gradient(142.3deg, #1d54a9 4.7%, #0f3f8a 97.22%);
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.features-list-item:nth-child(2n) {
  background: #fff;
  color: #333;
  color: var(--color-text-regular);
}

.features-list-item:nth-child(5) {
  padding-bottom: 30px;
}

.features-item__text {
  font-size: 16px;
  font-size: var(--f-header);
  color: inherit;
  padding-right: 100px;
}

.features-item__text--single-row {
  padding-right: 10px;
}

.features-pic {
  position: absolute;
  bottom: 0;
  left: 0;
}

.features-item__number {
  font: 100px var(--ff-extra);
  position: absolute;
  right: 20px;
  bottom: -60px;
  color: #b1b1b1;
  color: var(--color-text-thirdly);
}

.teachers-wrap {
  padding-top: 60px;
  padding-bottom: 70px;
}

.teachers__title {
  margin-bottom: 70px;
}

.teachers-slide {
  width: 300px;
  min-height: 450px;
}

.teachers-slider-outer {
  position: relative;
}

.teachers-slider-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.teachers-slider {
  margin-bottom: 80px;
}

.teachers__pic {
  border: 1px solid #b1b1b1;
  border: 1px solid var(--color-text-thirdly);
  margin-bottom: 20px;
}

.teachers-slide__title {
  font-size: 18px;
  font-size: var(--f-regular);
  max-width: 200px;
  margin-bottom: 15px;
}

.teachers-slide__descr {
  font-size: 16px;
  font-size: var(--f-header);
  padding-right: 40px;
}

.teachers-slider-prev {
  left: 0;
}

.teachers-slider-next {
  right: 0;
}

.meetups-wrapper {
  background: var(--color-surface-dark);
  padding-top: 80px;
  padding-bottom: 70px;
}

.meetups {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.meetups-preview .meetups-item {
  margin-bottom: 30px;
  position: sticky;
  top: 80px;
}
.meetups-preview .meetup__primary-button {
  background: #0064cb;
}

.meetups-category {
  box-sizing: border-box;
  max-width: 420px;
  position: relative;
}

.meetups-category:first-child:after {
  background: #ececec;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -85px;
  width: 1px;
  height: 720px;
  height: 100%;
}

.meetups__picture {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

.meetups__picture img {
  height: 250px;
}

.meetup-info {
  background: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
  border-radius: 0 0 7px 7px;
}

.meetup__title {
  font: var(--f-regular) var(--ff-bold);
  margin-bottom: 16px;
}

.meetup-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.meetup-about p {
  font-size: 16px;
  font-size: var(--f-header);
  line-height: 1.5;
}

.meetup-time {
  width: 25%;
}

.meetup-location {
  max-width: 50%;
  font-size: 16px;
  font-size: var(--f-header);
}

.meetup-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meetup__primary-button {
  width: 100%;
  margin-right: 10px;
}

.meetups-more--seminars,
.meetups-more--webinars {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.meetups-more-wrapper {
  display: flex;
  justify-content: center;
}

.news {
  margin-bottom: 70px;
}

.news-wrapper {
  padding-top: 80px;
}

.news__title {
  margin-bottom: 60px;
}

.news-slider-outer {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.news-slider {
  margin-bottom: 70px;
}

.news-item {
  background: var(--color-surface-dark);
}

.news__picture img {
  height: 280px;
}

.news__picture {
  overflow: hidden;
  height: 250px;
}

.news__picture:hover img {
  transition: all 0.3s;
  transform: scale(1.2);
}

.news-info {
  padding: 20px;
}

.news-item__title {
  font: var(--f-header) var(--ff-bold);
  margin-bottom: 10px;
}

.news-item__descr {
  font-size: 14px;
  margin-bottom: 15px;
}

.news-bottom {
  display: flex;
  justify-content: space-between;
}

.news-button {
  font: 14px var(--ff-bold);
  background: transparent;
  border: none;
  position: relative;
}

.news-button:after {
  content: url(../img/0-common/angle.svg);
  position: relative;
  left: 5px;
  top: 1px;
}

.news-date {
  position: relative;
  font-size: 12px;
}

.news-date:before {
  position: relative;
  right: 5px;
  top: 2px;
  content: url(../img/0-common/clock-inline.svg);
}

.news-slider-next {
  right: -50px;
  right: 0;
  top: 35%;
}

.news-slider-prev {
  left: -50px;
  left: 0;
  top: 35%;
}

.partners-wrapper {
  background: url(../img/8-partners/partners-bg.png) 0 0 / cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.partners__title {
  color: #fff;
}

.partners-item {
  background: #fff;
  height: 120px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  display: block;
}

.partners-item,
.partners-item__border {
  padding: 5px;
  justify-content: center;
  box-sizing: border-box;
}

.partners-item__border {
  border: 1px solid #efefef;
  border: 1px solid var(--color-lines);
  border-radius: 7px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.partners__picture,
.partners__picture img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.partners__picture img {
  transition: all 0.3s;
}

.partners-slider-outer {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
}

.partners-slider {
  margin-bottom: 60px;
}

.partners-slider-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.partners-slider-prev {
  background: #fff;
  left: 0;
  top: 20%;
}

.partners-slider-next {
  background: #fff;
  right: 0;
  top: 20%;
}

.partners-slider-next path,
.partners-slider-prev path {
  fill: #1d53a9;
  fill: var(--color-primary);
}

.resourses-wrapper {
  background: var(--color-surface-dark);
  padding-top: 70px;
  padding-bottom: 10px;
}

.resourses__title {
  margin-bottom: 50px;
}

.resourses-list {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.resourses-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 22px 15px;
  max-width: 32%;
  box-sizing: border-box;
  list-style: none;
}

.resourses-item:last-child,
.resourses-item:nth-last-child(2) {
  width: 49%;
  max-width: 49%;
}

.resourses-item__link {
  display: flex;
  align-items: center;
}

.resourses-item__name {
  font: var(--f-header) var(--ff-bold);
}

.resourses-item__icon {
  margin-right: 22px;
}

.resourses-item__title {
  font: var(--f-regular) var(--ff-bold);
  margin-bottom: 5px;
}

.resourses__size {
  font-size: 14px;
}

.resourses-download {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
}

.resourses-download span {
  font: 12px var(--ff-regular);
  margin-right: 10px;
  padding-top: 5px;
}

.resourses-more-wrap {
  display: flex;
  justify-content: center;
}

.resourses-more {
  width: 240px;
}

.testimonials-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonials {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials__title {
  margin-bottom: 75px;
}

.testimonials-list {
  margin-bottom: 50px;
}

.testimonial {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}

.testimonial-item:nth-child(2n) .testimonial {
  flex-direction: row-reverse;
}

.testimonial__picture {
  max-width: 100px;
  width: 100px;
  height: 100px;
}

.testimonial-message {
  max-width: 820px;
  padding: 40px 45px 40px 40px;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
}

.testimonial-message,
.testimonial-message:before {
  background: #eaf5ff;
  background: var(--color-surface-testimonial);
}

.testimonial-message:before {
  position: absolute;
  top: 45px;
  left: -15px;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 10px;
  display: block;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.testimonial-item:nth-child(2n) .testimonial-message:before {
  left: unset;
  right: -15px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.testimonial-message-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 99%;
}

.testimonial-who__name {
  font: var(--f-header) var(--ff-extra);
  margin-bottom: 8px;
}

.testimonial__date {
  font-size: 16px;
}

.testimonial-who__position {
  font-size: 16px;
  font-size: var(--f-header);
  color: #b1b1b1;
  color: var(--color-text-thirdly);
  margin-bottom: 8px;
}

.testimonial__text {
  font-size: 16px;
  font-size: var(--f-header);
  line-height: 1.5;
}

.testimonials-more-wrap {
  display: flex;
  justify-content: center;
}

.testimonials-more {
  width: 240px;
}

.form-wrapper {
  padding-top: 120px;
  padding-bottom: 110px;
  position: relative;
}

.form-map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
}

.form {
  background: #fff;
  position: relative;
  padding: 10px;
  max-width: 380px;
  box-sizing: border-box;
}

.form__border {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 35px;
  border: 1px solid #efefef;
  border: 1px solid var(--color-lines);
}

.form__title {
  font: 20px var(--ff-extra);
  text-align: center;
  margin-bottom: 22px;
}

.form-fields {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.form__input {
  background: var(--bg-inputs);
  width: 100%;
  padding: 17px 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-color: transparent;
  box-shadow: inset 0 4px 4px #eaeaef;
  box-shadow: var(--bs-form);
  border-right: 2px;
}

.form-input-wrap--button {
  padding-top: 8px;
}

.form__button {
  width: 100%;
  margin-bottom: 25px;
}

.gdpr {
  font-size: 12px;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gdpr__button {
  font: inherit var(--ff-regular);
  position: relative;
  display: inline;
  border: none;
  background: transparent;
  color: #1d53a9;
  color: var(--color-primary);
}

.gdpr__button:after {
  background: var(--color-primary);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  height: 1px;
}

.footer-wrapper {
  background: var(--bg-footer);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  display: flex;
}

.footer__logo {
  margin-right: 60px;
}

.footer__logo img {
  margin-bottom: 15px;
}

.footer-copyright {
  font-size: 12px;
  max-width: 220px;
}

.footer-nav {
  width: 300px;
  margin-right: 60px;
}

.footer-nav-list {
  display: flex;
  flex-flow: column wrap;
  max-height: 200px;
}

.footer-title {
  font: var(--f-regular) var(--ff-extra);
  margin-bottom: 15px;
}

.footer-nav-list-item {
  font-size: 16px;
  font-size: var(--f-header);
  margin-bottom: 15px;
  margin-right: 60px;
}

.footer-contacts-wrap {
  max-width: 500px;
}

.footer-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-contact {
  display: flex;
  align-items: center;
  max-width: 45%;
  margin-bottom: 25px;
  margin-right: 30px;
}

.footer-contact img {
  margin-right: 10px;
}

.footer-contacts__text {
  color: inherit;
  font-size: 16px;
  font-size: var(--f-header);
}

.footer_get-contacts {
  color: #fff;
  border-color: #fff;
  margin-right: 0;
}

.footer_get-contacts:hover {
  background: #fff;
  color: #333;
  color: var(--color-text-regular);
}

.pop-form {
  max-width: auto;
  width: 360px;
}

.thirdly-button:hover:after {
  background: var(--color-primary);
}

.breadcrumbs {
  display: flex;
  padding-top: 40px;
  margin-bottom: 50px;
}

.breadcrumb {
  position: relative;
  font-size: 14px;
  color: grey;
  color: var(--color-text-secondary);
}

.breadcrumb:after {
  content: ">";
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumb:last-child:after {
  content: "";
}

.breadcrumb--main {
  color: #333;
  color: var(--color-text-regular);
}

@media (max-width: 1000px) {
  .about-page-hero {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

.simple-card {
  background: #fff;
  padding: 19px 20px 21px;
  margin-bottom: 30px;
}

.subpage {
  background: #f9fafa;
  padding-top: 156px;
  padding-bottom: 50px;
}

.subpage--white {
  background: #fff;
  padding-top: 156px;
}

.licenses-list {
  padding-bottom: 70px;
}

.licenses-item {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 25px;
}

.licenses-item__title {
  font: 18px var(--ff-extra);
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 820px;
}

.licenses-item__size {
  font-size: 14px;
  color: grey;
  color: var(--color-text-secondary);
}

.licenses-item-download {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}

.licenses-item-download__text {
  font: 14px var(--ff-regular);
  margin-right: 10px;
  padding-top: 5px;
}

.main-info-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.maininfo {
  max-width: 520px;
  margin-right: 130px;
}

.contacts-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts-item {
  margin-bottom: 25px;
}

.contacts-item--socials {
  margin-right: 20px;
}

.contacts-item-content {
  display: flex;
  align-items: center;
}

.contact-item-content img {
  margin-right: 10px;
}

.structure {
  flex-direction: column;
  justify-content: center;
}

.structure,
.structure-children {
  display: flex;
  align-items: center;
}

.structure-children {
  justify-content: space-between;
  position: relative;
}

.structure-children:before {
  content: "";
  position: absolute;
  top: -46px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 794px;
  height: 12px;
  z-index: 8;
  background: url(../img/0-common/dot-hor.svg);
  background-position: 1px 0;
}

.bordered-card {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  max-width: 386px;
  width: 30%;
  width: 377px;
}

.bordered-card__border {
  background: #fff;
  box-shadow: 0 6px 6px hsla(0, 0%, 87.5%, 0.3);
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  padding: 27px 0 38px;
  text-align: center;
}

.bordered-card__name {
  font: 20px var(--ff-extra);
}

.structure-item {
  margin-bottom: 85px;
}

.structure-head,
.structure-item {
  position: relative;
}

.structure-head:after {
  position: absolute;
  bottom: -105px;
  z-index: 10;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
  background: url(../img/0-common/dots.svg);
  height: 120px;
  width: 30px;
}

.structure-child:nth-child(2):before {
  background: #fff;
  z-index: 9;
  width: 40px;
  height: 40px;
}

.structure-child:before {
  content: "";
  width: 30px;
  height: 67px;
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 10;
  background: url(../img/0-common/dots--bottom.svg);
}

.jobs-list {
  width: 100%;
  padding-bottom: 50px;
}

.jobs-list__header {
  display: flex;
  padding-bottom: 15px;
  color: #a6a6a6;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  font-size: 14px;
}

.jobs-item {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

.jobs-item__name {
  font: 18px var(--ff-extra);
  width: 30%;
}

.jobs-item__descr {
  max-width: 400px;
  font-size: 16px;
  width: 400px;
  margin-right: 100px;
}

.jobs-list__header-item.jobs-item__name {
  font: 14px var(--ff-regular);
}

@media (max-width: 1000px) {
  .jobs-list__header {
    display: none;
  }

  .jobs-item {
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    border-bottom: 1px solid var(--color-lines);
  }

  .jobs-item__name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }

  .jobs-item__descr {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .jobs-item__cta,
  .jobs-item__descr {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .subpage,
  .subpage--white {
    padding-top: 95px;
  }

  .main-info-container {
    flex-direction: column;
  }

  .maininfo {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .maininfo-contacts .minititle {
    display: none;
  }

  .maininfo-contacts .socials {
    display: block;
  }

  .contacts-item-content img {
    max-width: 30px !important;
    margin-right: 10px;
  }

  .licenses-item__title {
    max-width: 240px !important;
    overflow: visible;
    white-space: normal;
  }

  .bordered-card {
    max-width: 290px;
    margin-bottom: 64px;
  }

  .structure-children:last-child {
    flex-direction: column;
  }

  .structure-child:last-child,
  .structure-children:before {
    display: none;
  }

  .structure-head:after,
  .sturcture-item:after {
    background: url(../img/0-common/dots-mobile.svg) !important;
    bottom: -86px;
    width: 30px;
    height: 102px;
  }

  .structure-child:first-child:before {
    display: none;
  }

  .structure-child:nth-child(2):before {
    background: url(../img/0-common/dots-mobile.svg) !important;
    width: 30px;
    top: -80px;
    height: 102px;
  }

  .bordered-card__name {
    font-size: 16px;
  }

  .section__title--page {
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }

  .container--mobile-fullscreen {
    max-width: 320px;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
}

.teachers-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.teachers-page:after {
  content: "";
  flex: auto;
  max-width: 278px;
}

.teachers-page .teachers-slide {
  margin-bottom: 30px;
  max-width: 278px;
}

.teachers__more {
  display: none;
}

@media (max-width: 1000px) {
  .teachers-page {
    justify-content: center;
  }

  .teachers-page .teachers-slide {
    margin-bottom: 20px;
  }

  .teachers__more {
    display: block;
  }
}
.meetup__title {
  display: block;
}
.meetups-preview {
  max-width: 417px;
  margin-right: 59px;
  position: relative;
}
.meetups-next-list {
  width: 100%;
}
.meetups-page-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.meetup-next-item {
  background: #f2f2f2;
  display: flex;
  margin-bottom: 25px;
  border-radius: 5px;
  cursor: pointer;
}
.meetup-next-item-due {
  width: 126px;
  max-width: 126px;
  color: #333;
  color: var(--color-text-regular);
  border-radius: 5px 0 0 5px;
  padding: 25px 24px 24px 23px;
  box-sizing: border-box;
}

.meetup-next-item__date {
  font: 25px var(--ff-extra);
  margin-bottom: 7px;
  text-align: center;
}

.meetup-next-item__status {
  font-size: 14px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.meetup-next-item-due--current {
  background: var(--color-primary);
  color: #fff;
}

.meetup-next-item-info {
  background: #f9fafa;
  box-sizing: border-box;
  padding: 20px 20px 20px 31px;
  width: 100%;
}

.meetup-next-item-info__topic {
  font: 16px var(--ff-medium);
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.meetup-next-item-info__topic:before {
  content: "Тема:";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  font-family: Geometria, sans-serif;
  font-family: var(--ff-regular);
}

.meetup-next-item-info__speakers {
  position: relative;
  font-size: 16px;
  padding-left: 80px;
}

.meetup-next-item-info__speakers:before {
  content: "Спикеры:";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  font-family: Geometria, sans-serif;
  font-family: var(--ff-regular);
}

.archieve-wrapper {
  background: #f9fafa;
  padding-top: 70px;
}

.archieve-item {
  background: #fff;
  max-width: 377px;
  margin-bottom: 25px;
  width: 100%;
}

.archieve-item__name {
  padding: 20px;
  font-size: 16px;
  color: #333;
  color: var(--color-text-regular);
}

.archieve-item__status {
  font: 14px var(--ff-extra);
  background: #f3f3f3;
  padding: 15px;
  text-align: center;
}

.archieve {
  margin-bottom: 38px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.archieve-wrapper {
  padding-bottom: 50px;
}

.meetups-page-container .meetup-info {
  background: #f9fafa;
}

.archieve-item__controls {
  display: flex;
  justify-content: space-between;
  padding: 24px 21px;
}

.archieve__cta {
  border: none;
  background: transparent;
  color: #1d53a9;
  color: var(--color-primary);
  font-family: Geometria-Bold, sans-serif;
  font-family: var(--ff-bold);
}

.archieve__cta path {
  fill: #1d53a9;
  fill: var(--color-primary);
}

.archieve__cta span {
  margin-right: 5px;
}

.archieve__date {
  font: 14px var(--ff-medium);
  color: grey;
}

.archieve__date:before {
  content: url(../img/0-common/clock-inline.svg);
  position: relative;
  margin-right: 5px;
}

.archieve-wrapper--webinars,
.meetups-page--webinars .meetup-info,
.meetups-page--webinars .meetup-next-item-info {
  background: #fff;
}

.archieve-wrapper--webinars .archieve-item {
  background: #f9fafa;
}

.archieve__picture {
  height: 210px;
}

.archieve__picture img {
  height: 100%;
}

.archieve-item-picture {
  position: relative;
}

.archieve-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
}

.archieve-play:hover {
  transform: scale(1.5);
  transition: all 0.3s;
}

@media (max-width: 1000px) {
  .meetups-preview {
    margin-right: 0;
  }

  .meetup-next-item,
  .meetups-page-container {
    flex-wrap: wrap;
  }

  .meetup-next-item-due {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
  }

  .meetup-next-item__date {
    font-size: 16px;
    margin-bottom: 0;
  }

  .meetup-next-item__status {
    font-size: 12px;
    margin-right: 0;
  }

  .meetup-next-item-info {
    padding: 20px 14px 14px 20px;
  }

  .meetup-next-item-info__topic {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .meetup-next-item-info__topic:before {
    display: none;
  }

  .meetup-next-item-info__speakers {
    font-size: 14px;
    padding-left: 0;
  }

  .meetup-next-item-info__speakers:before {
    display: none;
  }

  .archieve-wrapper {
    padding-top: 50px;
  }

  .archieve {
    flex-wrap: wrap;
  }

  .archieve,
  .archieve-item {
    margin-bottom: 20px;
  }

  .archieve-item__name {
    padding: 20px 0 8px 20px;
    font-size: 14px;
  }
}

.learning-page .learning-tab--retrain,
.learning-page .learning-tab--skillup {
  display: block;
}

.learning-page-title {
  font: 20px var(--ff-bold);
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 40px;
}

.learning-page-title:after {
  background: var(--color-lines);
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  bottom: 10px;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.learning--skillup {
  background: #f9fafa;
  padding-top: 70px;
  padding-bottom: 70px;
}

.learning--skillup .learning-tabs-wrap {
  background: #fff;
}

.section__title--center {
  text-align: center;
}

@media (max-width: 1000px) {
  .learning-page-title {
    padding: 14px 20px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
  }

  .learning-page .learning-tab-list-item {
    margin-left: 25px;
  }

  .learning--skillup {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.testimonials-page {
  padding-bottom: 50px;
}

.partners-page .partners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 40px;
}

.partners-page .partners:after {
  content: "";
  flex: auto;
  max-width: 450px;
}

.partners-page .partners-item {
  width: 200px;
  margin-bottom: 20px;
}

.partners-page .partners__more {
  display: none;
}

@media (max-width: 1000px) {
  .partners-page .partners {
    justify-content: center;
  }

  .partners-page .partners:after {
    display: none;
  }

  .partners-page .partners__more {
    display: block;
  }
}

.subpage--about {
  padding-bottom: 0;
}

.skillup-page .about-wrap,
.skillup-page .learning {
  background: #fff;
}

.skillup-page .learning-tab {
  padding-right: 35px;
}

.skillup-page .about {
  max-width: 630px;
  padding-bottom: 40px;
}

.skillup-page .learning-tab {
  display: flex;
  flex-direction: column;
}

.skillup-page .licenses-item {
  background: #f9fafa;
  background: var(--color-surface-dark);
}

.learning-page-item {
  background: #fff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.learning-page-info-wrapper {
  display: flex;
  max-width: 70%;
}

.learning-page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d53a9;
  background: var(--color-primary);
  width: 51px;
  min-width: 51px;
}

.learning-page__number {
  font: 26px var(--ff-regular);
  color: #fff;
  text-align: center;
}

.learning-page-info {
  padding: 20px;
}

.learning-page-info__title {
  font: 18px var(--ff-extra);
  margin-bottom: 10px;
}

.learning-page-info-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.learning-page-info__consult {
  margin-bottom: 20px;
}

.learning-page-info__field-name {
  position: relative;
  margin-right: 5px;
}

.learning-page-info__bullet {
  display: flex;
  font-size: 14px;
}

.learning-page-search {
  width: 100%;
  margin-bottom: 25px;
}

.learning-page__search {
  padding-top: 23px;
  padding-bottom: 23px;
  max-width: 100%;
  width: 100%;
}

.learning-page-search:before {
  bottom: 34%;
}

.skillup-page__more {
  display: none;
}

@media (max-width: 1000px) {
  .learning-page-info-wrapper {
    max-width: 100%;
  }

  .skillup-page .featuers {
    padding-top: 40px;
  }

  .skillup-page .licenses-item {
    background: #fff;
  }

  .skillup-page .learning {
    background-color: #f9fafa;
    border-radius: 5px;
    padding-bottom: 30px;
  }

  .skillup-page .learning-tabs-wrap {
    background-color: transparent;
    padding: 0;
  }

  .learning-page-number {
    display: none;
  }

  .learning-page-item {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .skillup-page .learning-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .learning-page-info-buttons {
    padding-left: 34px;
    padding-right: 34px;
  }

  .learning-page-info__consult {
    padding-left: 0;
    padding-right: 0;
  }

  .skillup-page__more {
    display: block;
  }

  .skillup-container {
    padding-left: 0;
    padding-right: 0;
  }

  .learning-page-info__bullet {
    display: block;
    font-size: 12px;
    line-height: 1.65;
  }
}

.paper {
  background: #f9fafa;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 79px 50px 50px;
  color: #333;
  color: var(--color-text-regular);
}
.paper .meetup-location,
.paper .meetup-time {
  display: flex;
  align-items: center;
}
.paper .meetup-location img,
.paper .meetup-time img {
  margin-right: 20px;
}
.paper .meetup-location p,
.paper .meetup-time p {
  margin-bottom: 0;
}

.button-aligner--fixed {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 3;
}
.button-aligner--fixed .primary-button {
  max-width: 230px;
}

.paper b i,
.paper em strong,
.paper i b,
.paper strong em {
  background: var(--color-primary);
  font-style: normal;
  color: #fff;
  display: block;
  padding: 23px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 20px;
  max-width: 70%;
}

.paper h1,
.paper h2,
.paper h3,
.paper h4,
.paper h5,
.paper h6 {
  font: 30px var(--ff-extra);
  margin-top: 40px;
  margin-bottom: 25px;
}

.paper p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.45;
}

.paper img {
  max-width: 100%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paper b {
  font-family: Geometria-ExtraBold, sans-serif;
  font-family: var(--ff-extra);
}

.paper ul {
  padding-left: 15px;
  margin-bottom: 10px;
}

.paper li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.45;
}

.paper li:before {
  content: "\2022";
  color: #1d53a9;
  color: var(--color-primary);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.paper ol {
  counter-reset: paper-ol;
  padding-left: 70px;
  position: relative;
  max-width: 80%;
}

.paper ol:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  display: block;
  width: 1px;
  height: 90%;
  border-left: 2px dashed #1d53a9;
  border-left: 2px dashed var(--color-primary);
}

.paper ol li {
  position: relative;
  counter-increment: paper-ol;
  margin-bottom: 27px;
}

.paper ol li:before {
  font: 16px var(--ff-bold);
  background: #f9fafa;
  content: counter(paper-ol);
  position: absolute;
  top: -4px;
  left: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d53a9;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  width: 49px;
  height: 49px;
}

.paper--news-item {
  max-width: 100%;
  border: 1px solid #efefef;
  border: 1px solid var(--color-lines);
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.paper--news-item h1 {
  font: 24px var(--ff-extra);
  margin-top: 40px;
  margin-bottom: 25px;
}

.paper--news-item img {
  margin-bottom: 10px;
}

.paper--news-item h3 {
  font: 20px var(--ff-bold);
  margin-top: 20px;
}

.subpage .licenses-list {
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  .mobile-fullpage-container {
    max-width: 100% !important;
  }

  .paper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #fff;
  }

  .paper b i {
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
  }

  .paper ol {
    padding-left: 0;
    padding-top: 40px;
    max-width: 100%;
  }

  .paper ol:before {
    display: none;
  }

  .paper ol li {
    margin-bottom: 50px;
  }

  .paper ol li:before {
    width: 20px;
    height: 20px;
    top: -30px;
    font-size: 16px;
    left: 15px;
  }

  .paper h3 {
    font-size: 18px;
  }

  .skillup-page .features-wrapper {
    background-color: #fff;
  }

  .skillup-page .licenses-list {
    padding-bottom: 30px;
  }

  .skillup-page .features {
    padding-bottom: 40px;
  }

  .skillup-page .licenses {
    background-color: #f9fafa;
    background-color: var(--color-surface-dark);
    padding-top: 50px;
  }

  .paper--news-item {
    border: none;
  }
}

.course-about__descriptor {
  margin-bottom: 5px;
}

.course-about__value {
  color: #333;
  color: var(--color-text-regular);
}

.container--page-course {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.course-left {
  max-width: 694px;
}

.sticky-form-right .form-fields {
  width: 300px;
}

.sticky-form-right {
  border: 1px solid #f8f8f8;
  padding: 32px;
  box-sizing: border-box;
}

.sticky-form-right-wrap {
  border: 7px solid #f9fafa;
  box-shadow: 0 24px 0 -15px #f5f5f5, 0 4px 15px hsla(0, 0%, 91.8%, 0.2);
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  bottom: 40px;
}

.course-about {
  background: #f9fafa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.course-about__descriptor {
  color: #b8b8b8;
  font-size: 14px;
}

.course-about__value {
  max-width: 370px;
  font-size: 14px;
}

.course-info {
  transition: all 0.3s;
  margin-bottom: 45px;
}

.dropdown-block {
  margin-bottom: 20px;
  transition: all 0.3s;
}

.dropdown-block-inner {
  width: 100%;
  background: #f9fafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 26px 30px;
  transition: all 0.3s;
}

.dropdown-block__handler {
  background: transparent;
  position: relative;
  padding: 30px;
  margin: -15px;
  transition: all 0.3s;
  border-radius: 50%;
  border: none;
}

.dropdown-block__handler:focus {
  outline: none;
}

.dropdown-block__handler:after,
.dropdown-block__handler:before {
  background: grey;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 4px;
  width: 18px;
  border-radius: 3px;
  transition: all 0.3s;
}

.dropdown-block__handler:after {
  transform: rotate(90deg);
}

.dropdown-block__handler--opened:after {
  transform: rotate(0);
  transition: all 0.3s;
}

.dropdown-block__handler:hover.dropdown-block__handler:after,
.dropdown-block__handler:hover.dropdown-block__handler:before {
  background: var(--color-primary);
}

.paper--dropdown {
  padding: 0 30px;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.dropdown-block--opened {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.3s;
}

.paper--dropdown h3 {
  font-size: 18px;
}

.paper--dropdown b,
.paper--dropdown h3 {
  font-family: Geometria-Bold, sans-serif;
  font-family: var(--ff-bold);
}

.how-start-wrap {
  background: var(--color-surface-dark);
  padding-top: 70px;
}

.how-start {
  display: flex;
  flex-flow: column wrap;
  max-height: 280px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
}

.how-start-item {
  background: #fff;
  width: 350px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

.how-start-item:first-child,
.how-start-item:nth-child(4) {
  height: 220px;
}

.how-start__text {
  font-size: 16px;
  max-width: 220px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.how-start-item:nth-child(2) .how-start__text,
.how-start-item:nth-child(3) .how-start__text {
  margin-bottom: 10px;
}

.how-start__pic {
  max-width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.how-start__number {
  font: 55px var(--ff-regular);
  position: absolute;
  left: 25px;
  bottom: -25px;
  color: #b1b1b1;
  color: var(--color-text-thirdly);
}

.how-start-item:nth-child(2) .how-start__number,
.how-start-item:nth-child(3) .how-start__number {
  left: unset;
  right: 10px;
  font-size: 35px;
  bottom: -20px;
}

.partners--course .partners-wrapper {
  background: #fff;
}

.partners--course .partners-item {
  box-shadow: 0 1px 15px hsla(0, 0%, 81.2%, 0.35);
}

.partners--course .slider-button,
.partners--course .swiper-scrollbar-drag {
  background: var(--color-primary);
}

.partners--course path {
  fill: #fff;
}

.partners--course .partners__title {
  color: #333;
  color: var(--color-text-regular);
}

.page-course {
  margin-bottom: 60px;
  box-sizing: border-box;
}

.bg-white {
  background: #fff;
}

@media (max-width: 1000px) {
  .container--page-course {
    flex-direction: column;
  }

  .how-start {
    max-height: 100%;
  }

  .course-about {
    flex-direction: column;
  }

  .course-about-name {
    margin-bottom: 20px;
  }

  .sticky-form-right-wrap {
    margin-bottom: 40px;
    border: none;
    box-shadow: 0 24px 0 -15px #f5f5f5, 0 1px 15px hsla(0, 0%, 81.2%, 0.35);
  }

  .sticky-form-right {
    border: none;
    padding-bottom: 20px;
  }

  .sticky-form-right .form-fields {
    width: auto;
  }

  .how-start-item {
    width: 100%;
    border-radius: 10px;
    height: auto !important;
  }

  .sticky-form-right {
    padding: 10px;
  }

  .how-start__pic {
    display: none;
  }

  .how-start__text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .how-start__number {
    font-size: 20px !important;
    left: unset !important;
    bottom: 10px !important;
    right: 20px;
  }

  .dropdown-block-inner {
    padding-left: 20px;
  }

  .paper--dropdown {
    background-color: #f9fafa;
    padding: 0 20px;
  }

  .testimonials-slider-outer {
    margin-bottom: 20px;
  }
}

.news-page .news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  margin-bottom: 30px;
}

.news-latest {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.news__picture img {
  width: 100%;
  height: 100%;
  object-fite: cover;
}

.news-latest-one {
  background: var(--color-surface-dark);
  max-width: 42%;
  margin-right: 20px;
}

.news-latest-one .news-item__descr {
  margin-bottom: 20px;
  font-family: Geometria-Medium, sans-serif;
  font-family: var(--ff-medium);
  color: grey;
  color: var(--color-text-secondary);
}

.news-latest-one .news-button {
  color: #333;
  color: var(--color-text-regular);
}

.news-latest-one .news-button:hover {
  color: #1d53a9;
  color: var(--color-primary);
}

.news-button:hover path {
  fill: #1d53a9 !important;
  fill: var(--color-primary) !important;
}

.news-page .news-date {
  font-family: Geometria-Medium, sans-serif;
  font-family: var(--ff-medium);
}

.news-latest-one__img-wrap {
  display: flex;
  overflow: hidden;
}

.news-latest-one__img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s;
}

.news-latest-one__img-wrap:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

.news-latest-one__pic {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.news-latest-one-info {
  padding: 24px 30px 20px;
  border-radius: 0 0 10px 10px;
}

.news-latest {
  background: var(--color-surface-dark);
  border-radius: 10px;
  overflow: hidden;
}

.news-latest-item {
  padding: 32px 60px 32px 20px;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid var(--color-lines);
}

.news-latest-item:hover .news-item__title {
  color: #1d53a9;
  color: var(--color-primary);
}

.news-latest-item:last-child {
  border-bottom: none;
}

.news-latest .news-item__title {
  margin-bottom: 15px;
}

.news-latest-item .news-date {
  margin-left: 6px;
}

.regular-news-wrapper {
  padding-bottom: 30px;
}

.regular-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.regular-news .news-item {
  max-width: 380px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .news-page .news-wrapper {
    flex-wrap: wrap;
  }

  .news-latest-one {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .news-latest-one-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-latest-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-latest-item .news-item__title {
    font-size: 14px;
  }
}

.pagination-wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-pagination {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: grey;
  color: var(--color-text-secondary);
}

.pagination__prev-icon {
  transform: scaleX(-1);
  margin-right: 5px;
}

.pagination__next-icon {
  margin-left: 5px;
}

.page-pagination path {
  fill: grey;
  fill: var(--color-text-secondary);
}

.page-pagination-pages {
  display: flex;
  justify-content: space-around;
}

.page-pagination__page {
  font: 16px/1 var(--ff-medium);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  background: #f9fafa;
  background: var(--color-surface-dark);
  margin-right: 10px;
  margin-left: 10px;
  color: #333;
  color: var(--color-text-regular);
}

.page-pagination__page--current {
  border: 2px solid #333;
  border: 2px solid var(--color-text-regular);
}

.page-pagination__next,
.page-pagination__prev {
  font: 12px var(--ff-medium);
}

.contacts-page-items {
  width: 100%;
}

.contacts-page-items .contacts-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.subpage .standards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subpage .standards .resourses-item {
  max-width: 50%;
  width: 32%;
}

.subpage .standards .resourses-item:nth-child(4) {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .subpage .standards {
    flex-direction: column;
  }

  .subpage .standards .resourses-item {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  :root {
    --f-header: 12px;
    --f-regular: 14px;
    --f-title: 18px;
  }

  .container {
    max-width: 320px;
  }

  .section__title {
    margin-bottom: 30px;
  }

  .primary-button {
    max-width: 290px;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .secondary-button {
    width: 85%;
    padding: 15px;
    margin: 0 auto;
  }

  .slider-button {
    display: none;
  }

  .swiper-scrollbar-drag {
    height: 5px;
  }

  .slider-scrollbar:after {
    bottom: 0;
  }

  .burger,
  .burger-clickable {
    display: flex;
  }

  .pop-form {
    width: 300px;
    transform: translateY(40px);
  }

  .header-container {
    border: none;
  }

  .header-wrapper {
    background: #fff;
  }

  .header {
    padding: 15px 0;
    align-items: stretch;
  }

  .header__logo {
    width: 50px;
    margin-right: 30px;
  }

  .header__logo img {
    width: 100%;
    margin-right: 30px;
  }

  .header-email,
  .header-phone,
  .header_get-consult,
  .nav,
  .socials {
    display: none;
  }

  .header_get-consult {
    width: 100%;
  }

  .burger-menu .header-email,
  .burger-menu .header-phone,
  .burger-menu .header_get-consult,
  .burger-menu .nav,
  .burger-menu .socials {
    display: block;
    margin-bottom: 20px;
  }

  .header-logo-descriptor {
    font-size: 10px;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
  }

  .header-logo-descriptor:before {
    display: none;
  }

  .header-search {
    display: flex;
    align-items: center;
  }

  .header-search:before {
    left: 5px;
    top: 33%;
  }

  .header__search {
    background: transparent;
    padding: 6px 6px 6px 30px;
    border: none;
    border-bottom: 1px solid #333;
    border-bottom: 1px solid var(--color-text-regular);
    border-radius: 0;
    max-width: 120px;
    font-size: 14px;
  }

  .nav {
    border: none;
  }

  .nav-list {
    flex-flow: column wrap;
    max-height: 40vh;
    position: relative;
    margin-bottom: 40px;
  }

  .nav-list:before {
    content: "";
    display: block;
    background-color: #efefef;
    background-color: var(--color-lines);
    position: absolute;
    top: 0;
    left: 53%;
    height: 100%;
    width: 2px;
  }

  .nav-lsit-item__text {
    font-size: 14px;
  }

  .nav-list-item--dropdown:after,
  .nav-list-item--dropdown:first-child:before {
    display: none;
  }

  .nav-list-item-dropdown-wrap {
    padding-top: 11px;
  }

  .nav-list-item-dropdown {
    font-size: 12px;
    max-width: 80vw;
    padding-left: 30px;
    padding-right: 10px;
    box-shadow: 0 1px 15px hsla(0, 0%, 81.2%, 0.55);
    box-sizing: border-box;
    border-radius: 10px;
  }

  .hero-wrapper {
    height: 800px;
    margin-bottom: 50px;
  }

  .hero {
    padding-top: 30px;
    background-position: 25% bottom;
    background-size: 180%;
  }

  .hero-container {
    padding-right: 10px;
    border: none;
  }

  .hero__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .hero-cta {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .hero-cta,
  .hero-learning {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-learning {
    max-width: 290px;
    width: 100%;
    text-align: center;
    display: block;
    font-family: Geometria-Bold, sans-serif;
    font-family: var(--ff-bold);
    box-sizing: border-box;
  }

  .hero-bullets {
    padding-left: 15px;
  }

  .hero-bullets:before {
    left: 1px;
    top: 10px;
    height: 122px;
  }

  .hero-bullet {
    margin-bottom: 18px;
  }

  .hero-bullet:before {
    left: -21px;
    top: -1px;
    box-shadow: none;
    width: 6px;
    height: 6px;
    border: none;
  }

  .hero__picture-left,
  .hero__picture-right {
    display: none;
  }

  .learning__title {
    max-width: 70%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .learning-tabs-wrap {
    padding: 8px 8px 30px;
    position: relative;
  }

  .learning-tabbar {
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 10px;
    bottom: 60px;
    z-index: 2;
    background-color: #f9fafa;
    background-color: var(--color-surface-dark);
    margin-bottom: 55px;
  }

  .learning-tab__control {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    height: 65px;
    margin-bottom: 10px;
  }

  .learning-tab__control--retrain.learning-tab__control--active,
  .learning-tab__control--skillup.learning-tab__control--active {
    -webkit-clip-path: none;
    border-radius: 0;
  }

  .learning-tab {
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: -50px;
  }

  .learning-tab-list {
    margin: 0;
  }

  .learning-tab-list:before {
    display: none;
  }

  .learning-tab-list-item {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .learning-more--retrain,
  .learning-more--skillup {
    display: block;
  }

  .about-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-container {
    flex-direction: column;
  }

  .about {
    padding-top: 25px;
    padding-bottom: 0;
    margin-right: 0;
  }

  .about-more {
    display: block;
  }

  .about-picture {
    transform: none;
  }

  .about-picture__left,
  .about-picture__right,
  .about-picture__right-2 {
    display: none;
  }

  .about__text,
  .about__title {
    margin-bottom: 20px;
  }

  .about-more,
  .about__text {
    font-size: 14px;
  }

  .about-more {
    max-width: 180px;
    margin-bottom: 30px;
    font-family: Geometria-ExtraBold, sans-serif;
    font-family: var(--ff-extra);
  }

  .features {
    padding-bottom: 50px;
  }

  .features__title {
    margin-bottom: 30px;
  }

  .features-list {
    flex-direction: column;
  }

  .features-list-item {
    width: 100%;
    padding: 25px 10px 25px 25px;
  }

  .features-item__text {
    font-size: 15px;
    padding-right: 0;
    margin-bottom: 100px;
  }

  .features-list-item:nth-child(2) .features-item__text,
  .features-list-item:nth-child(3) .features-item__text {
    margin-bottom: 115px;
  }

  .features-list-item:nth-child(5) .features-item__text {
    margin-bottom: 80px;
  }

  .features-list-item:nth-child(6) .features-item__text {
    padding-right: 70px;
    margin-bottom: 85px;
  }

  .teachers-wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .teachers__title {
    margin-bottom: 40px;
  }

  .teachers-slider-wrap {
    max-width: 230px;
  }

  .teachers-slider {
    margin-bottom: 50px;
  }

  .teachers-slide {
    min-height: 410px;
  }

  .teachers__pic {
    margin-bottom: 10px;
  }

  .teachers-slide__descr {
    padding-right: 10px;
    font-size: 14px;
  }

  .meetups-wrapper {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .meetups-category {
    max-width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .meetups-category:first-child:after {
    display: none;
  }

  .meetup-info {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .meetup__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .meetup-location {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .meetup-about p {
    font-size: 14px;
  }

  .meetup-about img {
    max-width: 25px;
  }

  .meetup-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .meetup__primary-button {
    margin-bottom: 15px;
  }

  .meetup__secondary-button {
    font-size: 10px;
    font-family: Geometria-ExtraBold, sans-serif;
    font-family: var(--ff-extra);
  }

  .meetups-more--seminars,
  .meetups-more--webinars {
    margin-bottom: 50px;
    display: block;
  }

  .meetups-category--webinars {
    padding-top: 55px;
  }

  .meetups-more--desktop {
    display: none;
  }

  .news-wrapper {
    padding-top: 50px;
  }

  .news-slider-outer {
    padding-left: 0;
    padding-right: 0;
  }

  .news-item__title {
    font-size: 16px;
  }

  .news-item__descr {
    font-size: 14px;
  }

  .partners-slider-outer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .resourses-list {
    margin-bottom: 10px;
  }

  .resourses-item {
    max-width: 100%;
    margin-bottom: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .resourses-item__icon {
    max-width: 30px;
  }

  .resourses-item__name {
    font-size: 14px;
  }

  .resourses-item:nth-child(2) .resourses-item__name {
    max-width: 65%;
  }

  .resourses-item:last-child,
  .resourses-item:nth-last-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .testimonials-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .testimonial {
    position: relative;
  }

  .testimonial__picture {
    position: absolute;
    top: -12px;
    left: 0;
    width: 75px;
  }

  .testimonial-message {
    background: transparent;
    padding: 0;
  }

  .testimonial-message-info {
    padding-left: 95px;
    padding-top: 20px;
    padding-right: 5px;
    margin-bottom: 30px;
    width: auto;
  }

  .testimonial-who__name,
  .testimonial-who__position {
    font-size: 14px;
  }

  .testimonial-message:before,
  .testimonial__date,
  .testimonials-more {
    display: none;
  }

  .testimonial__text {
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    background: #eaf5ff;
    background: var(--color-surface-testimonial);
  }

  .testimonials-list {
    margin-bottom: 0;
  }

  .testimonials-slider-scrollbar:before {
    background: #efefef;
    background: var(--color-lines);
  }

  .form-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 30px;
  }

  .form-map {
    position: relative;
    height: 400px;
  }

  .form {
    box-shadow: 0 1px 15px hsla(0, 0%, 81.2%, 0.25);
    margin-bottom: 30px;
  }

  .form-fields {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gdpr {
    font-size: 10px;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .footer {
    flex-wrap: wrap;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__logo {
    margin-right: 0;
  }

  .footer-top__content {
    padding-top: 5px;
  }

  .footer-contact {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .footer-contacts__text {
    font-size: 15px;
  }

  .footer-contact img {
    margin-right: 20px;
  }

  .footer-contact--phone img {
    max-width: 20px;
  }

  .footer_get-contacts {
    margin-right: auto;
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .footer-nav {
    margin-bottom: 25px;
  }

  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-nav-list-item__text {
    font-size: 15px;
  }

  .footer-copyright {
    max-width: 100%;
  }

  .footer-contacts-wrap {
    margin-bottom: 25px;
  }

  .licenses-item {
    flex-direction: column;
  }

  .licenses-item-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .licenses-item__title {
    font-size: 14px;
    max-width: 90%;
    font-family: Geometria-Bold, sans-serif;
    font-family: var(--ff-bold);
  }

  .licenses-item__size {
    font-size: 12px;
  }

  .licenses-item-download {
    flex-direction: row-reverse;
    width: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .licenses-item-download__text {
    font-size: 12px;
    margin-left: 10px;
  }
}

@media (min-height: 860px) {
  .nav-list:before {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.scroll-to-top {
  width: 48px;
  height: 48px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  border: none;
  background-color: transparent;
  z-index: 4;
  background-color: #fff;
  border-radius: 48px;
}
.scroll-to-top svg {
  width: 100%;
  height: 100%;
}

.nav-list-item--current {
  background: var(--color-primary);
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */

.only-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.header-free-learning {
  margin-bottom: 20px;
}

@media (max-width: 1100px) and (min-width: 992px) {
  .meetups__picture img {
    height: 110px;
  }
  .meetup-about p {
    font-size: 14px;
  }
  .meetup__title {
    font-size: 16px;
  }
  .meetup-location img {
    display: none;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .hero-learning {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 140px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .sticky-form-right-wrap {
    top: 50px;
  }
}
