:root {
  --white-2: #f1f5f8;
  --black: #101357;
  --white: white;
  --light-sea-green: #00a0a0;
  --midnight-blue: #8f94ac;
  --alice-blue: #e9eef2;
  --lavender: #dfe0ea;
  --slate-blue: #5f618c;
  --transparent: transparent;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--white-2);
  color: var(--black);
  background-image: none;
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  z-index: 555;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

li {
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.hero {
  z-index: 333;
  background-color: #101357;
  background-image: url('../images/main-screen-ru.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

.hero.service {
  background-color: #0000;
  background-image: none;
}

.hero.vacancy {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  padding-bottom: 60px;
}

.hero.text {
  background-color: var(--white-2);
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}

.hero.adms {
  background-image: url('../images/BG-image-ai-min.jpg');
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.container {
  z-index: 222;
  width: 100%;
  max-width: 1180px;
  position: relative;
}

.container.footer {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.advantages {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.container.adms-advantages {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.nav-link {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-link:hover {
  border: 1px solid var(--light-sea-green);
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--light-sea-green);
}

.nav-link.w--current {
  border-color: var(--light-sea-green);
  color: var(--white);
}

.nav-link.search-btn {
  width: 60px;
  height: 40px;
}

.nav-menu {
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
  position: absolute;
  left: 0;
}

.brand.footer {
  align-items: flex-start;
  height: 40px;
  position: relative;
}

.hero-block {
  width: 60%;
}

.descriptor {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
}

.hero-btn {
  border: 2px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
}

.hero-btn:hover {
  background-color: var(--white-2);
  color: var(--light-sea-green);
}

.section {
  background-color: var(--white-2);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section.services {
  background-color: var(--white-2);
  background-image: none;
}

.section.areas {
  background-color: var(--alice-blue);
  flex-direction: column;
  padding-bottom: 100px;
}

.section.clients {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.media {
  background-color: var(--white-2);
  background-image: linear-gradient(to bottom, var(--white) 50%, var(--black) 50%);
  padding-bottom: 100px;
}

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

.section.footer {
  background-color: var(--black);
  flex-direction: column;
  padding-bottom: 40px;
}

.section.services {
  background-color: var(--white-2);
  background-image: none;
  padding-bottom: 100px;
}

.section.research {
  background-color: var(--white-2);
  padding-bottom: 100px;
}

.section.services {
  background-image: linear-gradient(to bottom, var(--white-2) 50%, var(--alice-blue) 50%);
}

.section.text {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.description {
  background-image: url('../images/BG-Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.projects-count {
  background-color: var(--alice-blue);
  box-shadow: 0 -2px 0 0 var(--black);
  padding-bottom: 100px;
}

.section.projects-catalog {
  background-color: var(--black);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.about {
  background-color: var(--white-2);
  flex-direction: column;
  padding-top: 100px;
}

.section.about-nav {
  background-image: linear-gradient(to bottom, var(--white-2) 50%, var(--black) 50%);
  padding-bottom: 100px;
}

.section.mediacenter {
  background-color: var(--white-2);
  box-shadow: 0 -2px 0 0 var(--black);
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 150px;
}

.section.media-nav {
  background-color: var(--alice-blue);
  box-shadow: inset 0 100px 0 0 var(--white-2);
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.contacts {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.adms {
  background-color: var(--alice-blue);
  padding-bottom: 40px;
}

.section.adms-advantages {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.about-adms {
  background-color: var(--alice-blue);
  flex-direction: column;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.adms-team {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.adms-sertificate {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  padding-bottom: 140px;
  overflow: hidden;
}

.advantages-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.advantage {
  align-items: center;
  width: 30%;
  margin-bottom: 60px;
  margin-right: 3%;
  display: flex;
}

.advantages-icon {
  margin-right: 20px;
}

.nav-block-shadow {
  z-index: 111;
  border: 2px solid var(--black);
  border-radius: 8px;
  width: 100%;
  max-width: 1180px;
  height: 150px;
  margin-top: -130px;
  margin-left: 20px;
  position: absolute;
}

.dark-block {
  z-index: 222;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  height: 600px;
  padding: 40px 80px;
  position: relative;
}

.service-link {
  color: var(--white);
  background-image: url('../images/Ellipse.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  width: 30%;
  height: 80px;
  margin-top: 10px;
  margin-right: 3%;
  padding-left: 20px;
  text-decoration: none;
  transition: all .5s;
}

.service-link:hover {
  background-size: 70px;
}

.services-wrapper {
    z-index: 333;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 360px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.services-wrapper .service-link {
    width: 100%;
}

.areas-wrapper {
  z-index: 222;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.area-block {
  border: 2px solid var(--black);
  background-color: var(--white-2);
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 200px;
  margin: 10px;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.area-block:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.more {
  color: var(--light-sea-green);
  margin-top: 120px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.text-icon {
  margin-left: 10px;
}

.btn-center {
  z-index: 333;
  border: 2px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  text-align: center;
  border-radius: 8px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.btn-center:hover {
  background-color: var(--white);
  color: var(--light-sea-green);
}

.clients-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.client-logo {
  max-width: 120px;
  max-height: 60px;
  margin: 20px 40px 20px 20px;
}

.btn-outlite-sml {
  border: 2px solid var(--light-sea-green);
  color: var(--light-sea-green);
  border-radius: 8px;
  padding: 5px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.btn-outlite-sml:hover {
  background-color: var(--light-sea-green);
  color: var(--white);
}

.media-wrapper {
  border: 2px solid var(--black);
  background-color: var(--white);
  box-shadow: 14px 14px 0 0 var(--black);
  border-radius: 8px;
  height: 580px;
  padding: 20px;
}

.media-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.slider {
  background-color: #0000;
}

.icon {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  margin-right: 20px;
  font-size: 20px;
  display: flex;
}

.icon.arrow {
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.icon.arrow:hover {
  background-color: var(--black);
  color: var(--white);
}

.slide {
  padding-left: 100px;
  padding-right: 100px;
}

.slide-wrapper {
  justify-content: space-between;
  display: flex;
}

.media-block {
  color: var(--black);
  width: 32%;
  margin-bottom: 40px;
  text-decoration: none;
}

.media-block.hidden-mobile {
  display: block;
}

.media-cover {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.media-cover._1 {
  background-image: url('../images/Cover-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-cover._2 {
  background-image: url('../images/Cover-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-cover._3 {
  background-image: url('../images/Cover-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-info {
  color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mask {
  height: 380px;
}

.tag {
  background-color: var(--lavender);
  color: var(--midnight-blue);
  border-radius: 8px;
  padding: 0 20px 5px;
  font-size: 18px;
}

.slide-nav {
  display: none;
  position: relative;
}

.pin {
  background-color: var(--light-sea-green);
  background-image: url('../images/Pin_light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-right-radius: 8px;
  width: 40px;
  height: 40px;
}

.btn-contuct-us {
  z-index: 888;
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 8px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  transition: all .5s;
  position: relative;
}

.btn-contuct-us:hover {
  background-color: var(--light-sea-green);
}

.sphere-1 {
  margin-top: 50px;
  position: absolute;
  left: 0;
}

.sphere-2 {
  width: 300px;
  margin-top: -200px;
  position: absolute;
  left: 15%;
}

.sphere-3 {
  width: 300px;
  margin-top: 200px;
  position: absolute;
  left: 25%;
}

.sphere-4 {
  width: 150px;
  margin-top: -200px;
  position: absolute;
  right: 40%;
}

.sphere-5 {
  width: 650px;
  margin-top: -150px;
  position: absolute;
  right: 0;
}

.bg-shape-l {
  z-index: 111;
  margin-top: 20%;
  position: absolute;
  left: 0;
}

.bg-shape-r {
  z-index: 111;
  width: 50%;
  margin-top: 10%;
  position: absolute;
  right: 20px;
}

.footer-nav {
  justify-content: space-between;
  align-items: center;
/*   width: 70%;
max-width: 500px; */
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.footer-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.footer-info {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 800px;
  display: flex;
}

.footer-text {
  opacity: .4;
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.breadcrumbs {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.breadcrumb-link {
  color: var(--midnight-blue);
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb-divider {
  width: 18px;
}

.service-advantage {
  border: 2px solid var(--black);
  background-color: var(--white-2);
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 320px;
  margin: 10px;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.advantage-wrapper {
  z-index: 222;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.green-heading {
  color: var(--light-sea-green);
}

.bg-shape-services-r {
  z-index: 111;
  margin-top: 10%;
  position: absolute;
  left: 70%;
}

.bg-shape-services-l {
  z-index: 111;
  position: absolute;
  left: 0;
}

.square-bg {
  z-index: 111;
  background-color: var(--black);
  width: 450px;
  height: 450px;
  margin-top: -50px;
  position: absolute;
}

.circle {
  border: 2px solid #0000;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 10px;
  display: flex;
}

.tab-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33%;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.tabs {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

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

.bg-shape-l-2 {
  z-index: 111;
  margin-top: -10%;
  position: absolute;
  left: 0;
}

.bg-shape-r-2 {
  z-index: 111;
  width: 30%;
  margin-top: -30%;
  position: absolute;
  right: 0;
}

.heading-wrapper {
  border: 2px solid var(--black);
  border-radius: 8px;
  justify-content: space-between;
  display: flex;
}

.heading-block {
  background-color: var(--black);
  width: 50%;
  padding: 20px 20px 20px 40px;
}

.nav-bg {
  background-color: var(--black);
  height: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.descriptor-block {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.content {
  z-index: 555;
  max-width: 850px;
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
}

.btn {
  border: 2px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
}

.btn:hover {
  background-color: var(--white-2);
  color: var(--light-sea-green);
}

.btn.right {
  float: right;
  margin-top: 0;
}

.bg-shape-s-3-l {
  margin-top: -15%;
  position: absolute;
  left: 0;
}

.bg-shape-s-3-r {
  margin-top: -20%;
  position: absolute;
  right: 0;
}

.description-text {
  text-align: center;
  width: 90%;
  max-width: 720px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.projects-count-wrapper {
  flex-flow: column wrap;
  height: 600px;
  margin-top: 40px;
  padding-left: 10px;
  display: flex;
}

.project-count-block {
  color: var(--black);
  background-image: url('../images/Circle-1px.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 33%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.project-count-block:hover {
  background-image: url('../images/Circle-3px.svg');
  font-weight: 700;
}

.count {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  display: flex;
}

.dropdowns-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.dropdown {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  align-items: center;
  width: 420px;
  height: 50px;
  margin-left: 0;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.dropdown:hover {
  border-color: var(--light-sea-green);
}

.dropdown-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  transition: all .5s;
}

.dropdown-link:hover {
  background-color: var(--alice-blue);
}

.dropdown-list {
  border-radius: 8px;
}

.dropdown-list.w--open {
  border: 1px solid var(--light-sea-green);
  background-color: var(--white);
  border-radius: 8px;
  max-height: 50vh;
  overflow: auto;
}

.projects-table {
  z-index: 222;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.selected-area {
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.search-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.table-line {
  background-color: var(--white);
  border-bottom: 1px solid #e5e1f2;
}

.table-header {
  border: 1px solid var(--white-2);
  background-color: var(--black);
  color: var(--white);
  width: auto;
  height: auto;
  padding: 10px 0 10px 20px;
  font-weight: 500;
}

.table-block {
  background-color: #fff;
  width: auto;
  height: 100%;
  min-height: 40px;
  padding: 10px 0 10px 20px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.btn-show {
  z-index: 333;
  border: 2px solid var(--light-sea-green);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-show:hover {
  background-color: var(--white-2);
  color: var(--light-sea-green);
}

.exp-shape-r {
  margin-top: -1100px;
  position: absolute;
  right: 0;
}

.exp-shape-l {
  margin-top: 15%;
  position: absolute;
  left: 0;
}

.about-text-block {
  justify-content: space-between;
  display: flex;
}

.about-text {
  width: 60%;
}

.about-nav-block {
  z-index: 333;
  border: 2px solid var(--white-2);
  background-color: var(--black);
  border-radius: 8px;
  height: 160px;
  padding: 40px;
  position: relative;
}

.about-nav-wrapper {
  z-index: 333;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about-advantage {
  z-index: 222;
  background-color: var(--black);
  color: var(--light-sea-green);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 220px;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.about-count {
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.advantage-outline {
  z-index: 111;
  border: 2px solid var(--black);
  border-radius: 50%;
  width: 320px;
  height: 220px;
  margin-top: 20px;
  position: absolute;
}

.about-shape-l {
  margin-top: -400px;
  position: absolute;
  right: 100px;
}

.about-shape-r {
  margin-top: -50px;
  position: absolute;
  right: 0;
}

.image {
  z-index: 111;
  position: relative;
}

.about-shape-c {
  margin-left: 100px;
  position: absolute;
}

.clients {
  z-index: 333;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.text-link {
  color: var(--light-sea-green);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.mail-block {
  z-index: 111;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 200%;
  display: flex;
  position: relative;
}

.icon-mail {
  margin-right: 10px;
}

.clients-shape-r {
  z-index: 111;
  margin-top: 300px;
  position: absolute;
  right: 0;
}

.clients-shape-l {
  z-index: 111;
  margin-top: 200px;
  position: absolute;
  left: 0;
}

.clients-shape-t-l {
  margin-top: -550px;
  position: absolute;
  left: 60px;
}

.vacancies-text {
  width: 50%;
  padding-right: 20px;
}

.vacancies-video {
  width: 50%;
}

.vacancies-text-block {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.image-2 {
  position: absolute;
}

.vacancies-video-link {
  z-index: 111;
  background-image: url('../images/Video_fill.svg'), linear-gradient(#0000004d, #0000004d), url('../images/Video-Cover.png');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 80px, auto, cover;
  width: 100%;
  height: 360px;
  transition: all .5s;
  position: relative;
}

.vacancies-video-link:hover {
  background-image: url('../images/Video_fill.svg'), linear-gradient(#0000004d, #0000004d), url('../images/Video-Cover.png');
  background-size: 120px, auto, cover;
}

.block-outline {
  z-index: 111;
  border: 2px solid var(--black);
  border-radius: 8px;
  width: 100%;
  max-width: 1180px;
  height: 600px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}

.vacancies-wrapper {
  z-index: 111;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vacancy-block {
  border: 2px solid var(--black);
  background-color: var(--white-2);
  color: var(--black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 49%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.vacancy-block:hover {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/Shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.vacancy-info-block {
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
}

.icon-vacancy {
  height: 24px;
  margin-right: 10px;
}

.flex-h {
  display: flex;
}

.vacancy-wrapper {
  border-radius: 8px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.info-block {
  background-color: var(--lavender);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 60px 20px 60px 60px;
  display: flex;
}

.vacancy-descriptor-block {
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.ul {
  width: 70%;
  margin-bottom: 40px;
}

.vacancy-shape-r {
  margin-top: 25%;
  position: absolute;
  top: 0;
  right: 0;
}

.vacancy-shape-l {
  position: absolute;
  left: 0;
}

.vacancy-shape-b {
  margin-bottom: -150px;
  position: absolute;
  bottom: 0;
  right: 5%;
}

.nav-block-outline {
  z-index: 111;
  border: 2px solid var(--black);
  border-radius: 8px;
  width: 100%;
  max-width: 1180px;
  height: 540px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}

.clients-shape-t-r {
  margin-top: -400px;
  position: absolute;
  right: 10%;
}

.hiring-shape-t-l {
  position: absolute;
  top: 480px;
  left: 1%;
}

.media-menu-wrapper {
  border: 1px solid var(--black);
  background-color: var(--alice-blue);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.link-block {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  height: 48px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block:hover {
  background-color: var(--slate-blue);
  color: var(--white);
}

.link-block.w--current {
  color: var(--white);
  background-color: #5f618c;
}

.icon-media {
  height: 24px;
  margin-right: 10px;
}

.media-block-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.show-more {
  border: 2px solid var(--light-sea-green);
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.show-more:hover {
  color: var(--light-sea-green);
}

.icon-show-more {
  height: 24px;
  margin-left: 10px;
}

.back-btn {
  border: 2px solid var(--light-sea-green);
  color: var(--light-sea-green);
  border-radius: 8px;
  align-items: center;
  width: 210px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.back-btn:hover {
  background-color: var(--light-sea-green);
  color: var(--white);
}

.icon-back {
  height: 24px;
}

.media-content-wrapper {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.article-cover-image {
  width: 100%;
  margin-bottom: 60px;
}

.media-content {
  width: 80%;
  padding-right: 20px;
}

.media-info-block {
  background-color: var(--alice-blue);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  width: 20%;
  padding: 20px 40px;
  display: flex;
}

.media-date {
  margin-bottom: 10px;
}

.descriptor-dark {
  color: var(--black);
  max-width: 50%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.h1-dark {
  color: var(--black);
}

.tabs-2 {
  display: flex;
}

.contacts-menu {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.tab-link-contacts {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 10px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.tab-link-contacts.w--current {
  color: var(--light-sea-green);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
}

.contact-text {
  color: var(--black);
  margin-bottom: 5px;
}

.tab-pane-map {
  width: 100%;
  height: 100%;
  padding-left: 100px;
}

.map {
  z-index: 333;
  width: 100%;
  height: 100%;
  position: relative;
}

.tabs-content {
  width: 60%;
}

.form-column {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 20px;
}

.text-field:hover, .text-field:focus {
  border-color: var(--light-sea-green);
}

.textarea {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  min-height: 146px;
}

.textarea:hover, .textarea:focus {
  border-color: var(--light-sea-green);
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  display: flex;
}

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

.error-message {
  text-align: center;
  background-color: #ff6363;
  border-radius: 8px;
}

.small-text {
  opacity: .5;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}

.modal-form-wrapper {
  z-index: 999;
  background-color: var(--black);
  opacity: 0;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-link {
  color: var(--white);
  padding: 10px;
  font-size: 24px;
  font-weight: 100;
  text-decoration: none;
  position: absolute;
  inset: 40px 40px auto auto;
}

.dark-form-block {
  z-index: 222;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  height: 540px;
  margin-bottom: 100px;
  padding: 40px 80px;
  position: relative;
}

.right-arrow, .left-arrow {
  width: 50px;
}

.container-nav {
  z-index: 222;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  display: flex;
  position: relative;
}

.container-nav.footer {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.container-nav.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-nav.advantages {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.nav-dropdown-list {
  background-color: var(--alice-blue);
}

.nav-dropdown-list.w--open {
  border-bottom: 1px solid var(--black);
  background-color: #0000;
  padding: 10px 0 0;
}

.nav-dropdown-link {
  border-bottom: 3px solid #0000;
  margin: 5px 10px;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.nav-dropdown-link:hover {
  border-bottom: 3px solid var(--light-sea-green);
}

.nav-dropdown-link.w--current {
  color: var(--light-sea-green);
}

.nav-list-wrapper {
  background-color: var(--alice-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.about-link {
  color: var(--white);
  background-image: url('../images/Ellipse.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  background-attachment: scroll;
  width: 30%;
  height: 80px;
  margin-top: 10px;
  margin-right: 3%;
  padding-left: 20px;
  text-decoration: none;
  transition: all .5s;
}

.about-link:hover {
  background-size: 70px;
}

.fields-wrapper, .send-block {
  justify-content: space-between;
  display: flex;
}

.divider {
  width: 100%;
  height: 60px;
}

.search-wrapper {
  z-index: 999;
  background-color: var(--black);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-form {
  width: 50%;
}

.search-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.search-field {
  border: 1px solid var(--light-sea-green);
  background-color: #f9f8fc;
  border-radius: 5px;
  height: 50px;
}

.search-field:hover {
  border-color: var(--light-sea-green);
}

.button-transparent {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 72px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-transparent:hover {
  background-color: #a43387;
}

.close-link-2 {
  width: 36px;
  height: 36px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pages {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  display: flex;
}

.page-link {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.page-link:hover, .page-link.w--current {
  border-bottom-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.result-block {
  margin-bottom: 40px;
}

.link {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--light-sea-green);
}

.contacts-shape-r {
  z-index: 111;
  position: absolute;
  right: 0;
}

.contacts-shape-l {
  z-index: 111;
  margin-top: 200px;
  position: absolute;
  left: 0;
}

.dropdown-select {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
}

.dropdown-toggle {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.dropdown-toggle:hover {
  border: 1px solid var(--light-sea-green);
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--light-sea-green);
}

.dropdown-toggle.w--current {
  border-color: var(--light-sea-green);
  color: var(--white);
}

.dropdown-toggle.search-btn {
  width: 60px;
  height: 40px;
}

.adms-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.adms-image {
  max-height: 240px;
  margin-bottom: 20px;
}

.adms-advantage {
  z-index: 222;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.adms-icon {
  width: 80px;
  margin-top: 10px;
  margin-right: 20px;
}

.adms-advantage-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.about-adms-image {
  width: 60%;
}

.about-adms-text {
  width: 40%;
  padding-right: 20px;
}

.adms-screen {
  border-radius: 10px;
  width: 80%;
  position: absolute;
  box-shadow: 0 10px 30px #11135733;
}

.dark-block-adms {
  z-index: 222;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  margin-top: 120px;
  padding: 40px 80px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.block-outline-adms {
  z-index: 111;
  border: 2px solid var(--black);
  border-radius: 8px;
  width: 100%;
  max-width: 1180px;
  height: 200px;
  margin-top: 140px;
  margin-left: 20px;
  position: absolute;
}

.team-photo {
  background-color: var(--lavender);
  background-image: url('../images/Sphere05.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

.team-photo._3 {
  background-image: url('../images/m-kamenskikh_.png');
}

.team-photo._1 {
  background-image: url('../images/m_kulunchakov.jpg');
}

.team-photo._2 {
  background-image: url('../images/skulachev-d.jpg');
}

.adms-team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.team-position {
  color: var(--slate-blue);
  margin-bottom: 20px;
}

.adms-sertificate-image {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.adms-sertificate-text {
  text-align: center;
  width: 30%;
  padding-right: 20px;
}

.sertificate-image {
  width: 50%;
  margin-top: 10px;
  box-shadow: 0 10px 20px #11135733;
}

.sirius-logo {
  width: 60%;
  margin-top: 40px;
}

.sertificate-block {
  justify-content: space-around;
  display: flex;
}

.adms-grid-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-shape-r-3 {
  z-index: 111;
  width: 30%;
  margin-top: 30%;
  position: absolute;
  right: 0;
}

.bg-shape-r-4 {
  z-index: 111;
  width: 30%;
  margin-top: 30%;
  position: absolute;
  right: 10%;
}

.bg-shape-l-4 {
  z-index: 111;
  width: 40%;
  margin-top: 20%;
  position: absolute;
  left: 0;
}

.bg-shape-l-5 {
  z-index: 111;
  width: 20%;
  margin-top: 30%;
  position: absolute;
  left: 0;
}

.bg-shape-r-5 {
  z-index: 111;
  width: 30%;
  margin-top: -40%;
  position: absolute;
  right: 0%;
}

.nav-language {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.nav-language:hover {
  border: 1px solid var(--light-sea-green);
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--light-sea-green);
}

.nav-language.w--current {
  border-color: var(--light-sea-green);
  color: var(--white);
}

.nav-language.search-btn {
  width: 60px;
  height: 40px;
}

.flag-image {
  width: 28px;
}

.dropdown-toggle-lang {
  border: 1px solid var(--transparent);
  color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  padding: 8px 0 8px 8px;
  transition: all .5s;
  display: flex;
}

.dropdown-toggle-lang:hover {
  border-color: var(--light-sea-green);
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--light-sea-green);
}

.dropdown-toggle-lang.w--open {
  background-color: var(--black);
}

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

.dropdown-language {
  margin-left: 8px;
  margin-right: 0;
}

.dropdown-link-language {
  border: 1px solid var(--transparent);
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 72px;
  margin-bottom: 2px;
  padding: 8px;
  transition: all .5s;
  display: flex;
}

.dropdown-link-language:hover {
  border-color: var(--light-sea-green);
  background-color: var(--black);
  box-shadow: 2px 2px 0 0 var(--light-sea-green);
  color: var(--white);
}

.dropdown-list-language {
  width: 72px;
}

.dropdown-list-language.w--open {
  background-color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  margin-top: 2px;
  display: flex;
}

.footer-contacts-wrap {
  flex-flow: column;
  display: flex;
}

.social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  a {
    color: var(--black);
  }

  .hero.service {
    padding-bottom: 60px;
  }

  .container {
    font-size: 14px;
  }

  .nav-link {
    color: var(--black);
    justify-content: flex-start;
    margin: 10px;
    font-size: 16px;
  }

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

  .nav-link.search-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
    padding-top: 0;
  }

  .nav-menu {
    border-bottom: 3px solid var(--midnight-blue);
    background-color: var(--white-2);
    text-align: left;
    flex-direction: column;
    align-items: flex-end;
    width: 360px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    inset: 0% 0% auto auto;
    overflow: auto;
  }

  .hero-block {
    width: 100%;
  }

  .descriptor {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
  }

  .section.services {
    padding-bottom: 40px;
  }

  .section.areas {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.clients {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.media {
    padding-top: 60px;
  }

  .section.contact-us {
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .section.footer {
    padding-top: 60px;
  }

  .section.description {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about {
    padding-top: 60px;
  }

  .section.about-adms, .section.adms-sertificate {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .advantages-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .advantages-icon {
    width: 50px;
  }

  .dark-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .area-block {
    width: 320px;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .more {
    margin-top: 150px;
    font-size: 14px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
  }

  .client-logo {
    max-width: 100px;
    max-height: 40px;
    margin-left: 10px;
    margin-right: 20px;
  }

  .btn-outlite-sml {
    padding-left: 15px;
    padding-right: 10px;
  }

  .media-wrapper {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .media-heading {
    margin-left: 40px;
    margin-right: 40px;
  }

  .icon {
    width: 40px;
  }

  .icon.arrow {
    height: 40px;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .media-block {
    width: 32%;
    height: 300px;
    margin-bottom: 20px;
  }

  .media-cover {
    height: 120px;
  }

  .media-info {
    margin-bottom: 80px;
    padding-right: 10px;
    font-size: 12px;
  }

  .tag {
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .btn-contuct-us {
    font-size: 48px;
  }

  .sphere-1 {
    width: 230px;
    margin-top: 50px;
  }

  .sphere-2 {
    width: 200px;
    margin-top: -150px;
  }

  .sphere-3 {
    width: 200px;
    margin-top: 150px;
  }

  .sphere-4 {
    width: 100px;
    margin-top: -120px;
  }

  .sphere-5 {
    width: 300px;
  }

  .bg-shape-l, .bg-shape-r {
    display: none;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-info {
    flex-flow: column wrap;
  }

  .footer-text {
    margin-left: 10px;
    font-size: 12px;
  }

  .breadcrumbs {
    align-items: flex-start;
  }

  .breadcrumb-link {
    font-size: 12px;
  }

  .breadcrumb-divider {
    margin-top: 3px;
  }

  .service-advantage {
    width: 45%;
    height: 360px;
    padding: 10px 20px;
  }

  .green-heading {
    font-weight: 700;
  }

  .circle {
    width: 110px;
    height: 110px;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-wrapper {
    flex-direction: column;
  }

  .heading-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .descriptor-block {
    width: 100%;
  }

  .content {
    margin-left: 20px;
  }

  .description-text {
    font-size: 16px;
  }

  .projects-count-wrapper {
    height: 850px;
  }

  .project-count-block {
    width: 45%;
    margin-right: 10px;
    font-size: 14px;
  }

  .dropdowns-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .dropdown {
    width: 340px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    margin-top: 50px;
  }

  .table-header, .table-block {
    margin-left: -10px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 12px;
  }

  .about-text-block {
    flex-direction: column;
  }

  .about-image {
    width: 30%;
  }

  .about-nav-block {
    padding-right: 20px;
  }

  .about-advantage {
    width: 200px;
    height: 150px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .about-count {
    font-size: 36px;
  }

  .advantage-outline {
    width: 200px;
    height: 150px;
  }

  .about-shape-l {
    left: 140px;
    right: auto;
  }

  .about-shape-c {
    width: 70%;
    margin-top: 140px;
  }

  .mail-block {
    font-size: 14px;
    line-height: 150%;
  }

  .clients-shape-r, .clients-shape-l {
    display: none;
  }

  .vacancies-text {
    width: 100%;
  }

  .vacancies-video {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .vacancies-text-block {
    flex-direction: column;
  }

  .vacancies-video-link {
    width: 90%;
  }

  .vacancy-block {
    height: 220px;
  }

  .vacancy-info-block {
    font-size: 12px;
  }

  .info-block {
    justify-content: center;
    padding-left: 20px;
  }

  .vacancy-shape-r, .vacancy-shape-l, .vacancy-shape-b {
    display: none;
  }

  .media-info-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .descriptor-dark {
    max-width: 60%;
  }

  .tab-pane-map {
    padding-left: 10px;
  }

  .modal-form-wrapper {
    overflow: auto;
  }

  .dark-form-block {
    padding: 20px 20px 20px 40px;
  }

  .right-arrow {
    width: 40px;
    margin-right: 10px;
  }

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

  .body {
    font-size: 14px;
  }

  .menu-button {
    color: var(--white);
    order: 1;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown-list.w--open {
    z-index: 333;
    border-bottom-color: var(--lavender);
    padding-top: 0;
  }

  .nav-dropdown-link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .nav-list-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
  }

  .dropdown-nav {
    z-index: 111;
    background-color: var(--white-2);
    width: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .body-2 {
    font-size: 14px;
  }

  .button-transparent {
    width: auto;
    max-width: 320px;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .contacts-shape-l {
    display: none;
  }

  .dropdown-select {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .dropdown-toggle {
    color: var(--black);
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    margin: 10px;
    font-size: 16px;
  }

  .dropdown-toggle:hover {
    color: var(--white);
  }

  .dropdown-toggle.w--open {
    border-color: var(--light-sea-green);
    background-color: var(--black);
    color: var(--white);
  }

  .dropdown-toggle.search-btn {
    margin-bottom: 0;
    padding-top: 8px;
  }

  .adms-advantage {
    font-size: 14px;
    line-height: 150%;
  }

  .about-adms-image {
    width: 100%;
    margin-top: 40px;
  }

  .about-adms-text {
    width: 100%;
  }

  .adms-screen {
    width: 100%;
    position: static;
  }

  .dark-block-adms {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 100%;
  }

  .adms-sertificate-image, .adms-sertificate-text {
    width: 40%;
  }

  .sirius-logo {
    width: 80%;
  }

  .bg-shape-r-4, .bg-shape-l-4, .bg-shape-r-5 {
    display: none;
  }

  .nav-language {
    color: var(--black);
    justify-content: flex-start;
    margin: 10px;
    font-size: 16px;
  }

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

  .nav-language.search-btn {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .dropdown-language {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  .container.footer {
    flex-direction: column;
    align-items: center;
  }

  .nav-link.w--open {
    border-color: var(--light-sea-green);
    background-color: var(--black);
    box-shadow: 2px 2px 0 0 var(--light-sea-green);
    color: var(--white);
  }

  .brand {
    padding-left: 0;
  }

  .brand.footer {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .descriptor {
    font-size: 14px;
  }

  .section.clients {
    margin-bottom: 0;
  }

  .section.media {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.contact-us {
    padding-bottom: 100px;
  }

  .section.description {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contacts {
    padding-bottom: 40px;
  }

  .advantage {
    width: 45%;
  }

  .nav-block-shadow {
    height: 110px;
    margin-top: -90px;
    margin-left: 10px;
  }

  .dark-block {
    height: 680px;
  }

  .service-link {
    width: 45%;
  }

  .services-wrapper {
    height: 450px;
    grid-template-columns: repeat(2, 1fr);
  }

  .area-block {
    width: 90%;
    height: 170px;
    padding-top: 0;
    padding-left: 20px;
  }

  .more {
    margin-top: 130px;
  }

  .media-wrapper {
    height: 450px;
  }

  .slide-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .media-block {
    width: 45%;
    height: 280px;
  }

  .media-block.hidden-mobile {
    display: none;
  }

  .media-info {
    margin-bottom: 30px;
  }

  .mask {
    height: 310px;
  }

  .btn-contuct-us {
    font-size: 36px;
  }

  .sphere-1 {
    width: 200px;
  }

  .sphere-2 {
    width: 150px;
    margin-top: -150px;
  }

  .sphere-3 {
    margin-top: 100px;
  }

  .sphere-4 {
    margin-top: -80px;
  }

  .sphere-5 {
    width: 200px;
    margin-top: -100px;
  }

  .footer-nav {
    flex-flow: wrap;
    width: 100%;
  }

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

  .footer-nav-wrapper {
    width: 90%;
  }

  .footer-info {
    margin-bottom: 20px;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .breadcrumb-link {
    font-size: 10px;
  }

  .service-advantage {
    width: 100%;
    height: 21%;
  }

  .bg-shape-s-3-l, .bg-shape-s-3-r {
    display: none;
  }

  .projects-count-wrapper {
    padding-left: 0;
  }

  .dropdowns-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown {
    width: 300px;
    font-size: 14px;
  }

  .table-line {
    border-bottom: 2px solid #a5a5a5;
    margin-bottom: 20px;
  }

  .table-header {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .table-block {
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-show {
    width: 200px;
  }

  .about-text-block {
    flex-direction: column;
  }

  .about-text {
    width: 100%;
  }

  .about-image {
    order: -1;
  }

  .about-nav-block {
    height: 110px;
    padding: 20px;
  }

  .about-nav-wrapper {
    justify-content: space-between;
  }

  .about-advantage {
    width: 150px;
    height: 120px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 12px;
  }

  .about-count {
    font-size: 24px;
  }

  .advantage-outline {
    width: 150px;
    height: 120px;
  }

  .about-shape-l, .about-shape-r, .about-shape-c, .clients-shape-r, .clients-shape-l, .clients-shape-t-l {
    display: none;
  }

  .vacancies-video-link {
    height: 270px;
  }

  .block-outline {
    height: 680px;
  }

  .vacancies-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .vacancy-block {
    width: 90%;
    height: 180px;
    padding: 10px 20px;
  }

  .vacancy-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .info-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vacancy-descriptor-block, .ul {
    width: 100%;
  }

  .vacancy-shape-r, .vacancy-shape-l, .vacancy-shape-b {
    display: none;
  }

  .nav-block-outline {
    height: 850px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .clients-shape-t-r, .hiring-shape-t-l {
    display: none;
  }

  .media-menu-wrapper {
    flex-wrap: wrap;
    padding: 10px 10px 0;
  }

  .link-block {
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-block-wrapper {
    justify-content: space-around;
  }

  .media-content-wrapper {
    flex-direction: column;
  }

  .article-cover-image {
    margin-bottom: 20px;
  }

  .media-info-block {
    order: -1;
    width: 30%;
  }

  .descriptor-dark {
    max-width: 100%;
    font-size: 16px;
  }

  .form-column {
    width: 100%;
  }

  .form {
    flex-direction: column;
  }

  .form-block {
    height: 700px;
  }

  .small-text {
    margin-top: 10px;
    line-height: 120%;
  }

  .modal-form-wrapper {
    padding-top: 220px;
  }

  .close-link {
    top: 20px;
    right: 20px;
  }

  .dark-form-block {
    height: 850px;
    margin-bottom: 60px;
  }

  .container-nav.footer {
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-list.w--open {
    padding-top: 0;
  }

  .about-link {
    width: 30%;
    height: 70px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .fields-wrapper {
    flex-direction: column;
  }

  .checkbox-label {
    line-height: 120%;
  }

  .search-form {
    width: 90%;
  }

  .button-transparent {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }

  .close-link-2 {
    width: 20px;
    height: 20px;
  }

  .dropdown-select {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .dropdown-toggle.w--open {
    border-color: var(--light-sea-green);
    background-color: var(--black);
    box-shadow: 2px 2px 0 0 var(--light-sea-green);
    color: var(--white);
  }

  .adms-grid {
    grid-template-columns: 1fr;
  }

  .adms-image {
    width: 30%;
    margin-right: 20px;
  }

  .adms-advantage {
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 12px;
  }

  .adms-advantage-grid {
    grid-template-columns: 1fr;
  }

  .about-adms-text {
    width: 100%;
  }

  .block-outline-adms {
    height: 680px;
  }

  .adms-team-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .adms-sertificate-image {
    order: -1;
    width: 70%;
    margin-bottom: 40px;
  }

  .adms-sertificate-text {
    width: 70%;
  }

  .sertificate-block {
    flex-direction: column;
    align-items: center;
  }

  .adms-grid-block {
    flex-direction: row;
  }

  .nav-language.w--open {
    border-color: var(--light-sea-green);
    background-color: var(--black);
    box-shadow: 2px 2px 0 0 var(--light-sea-green);
    color: var(--white);
  }

  .dropdown-language {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h4 {
    margin-bottom: 15px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 0;
  }

  .container.footer {
    align-items: flex-start;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .nav-link.search-btn {
    margin-right: 4px;
  }

  .nav-menu {
    background-color: var(--white-2);
    width: 100vw;
  }

  .section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.media {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.services {
    padding: 60px 20px 60px 10px;
  }

  .section.text {
    padding-bottom: 40px;
  }

  .advantage {
    width: 100%;
  }

  .dark-block {
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-link {
    width: 100%;
    height: 70px;
  }

  .services-wrapper {
    height: auto;
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .area-block {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .more {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .btn-outlite-sml.all-media {
    z-index: 555;
    position: absolute;
    bottom: 40px;
    left: 20px;
  }

  .media-wrapper {
    box-shadow: 7px 7px 0 0 var(--black);
    height: 850px;
  }

  .media-heading {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon.arrow {
    width: 30px;
    height: 30px;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .media-block {
    width: 100%;
    height: auto;
  }

  .media-cover {
    height: 180px;
  }

  .media-info {
    margin-bottom: 10px;
  }

  .mask {
    height: 900px;
  }

  .btn-contuct-us {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .sphere-1 {
    width: 150px;
  }

  .sphere-2 {
    width: 100px;
  }

  .sphere-3 {
    width: 150px;
  }

  .sphere-4 {
    width: 50px;
    margin-top: -50px;
  }

  .sphere-5 {
    width: 150px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-info {
    align-items: flex-start;
    width: 100%;
  }

  .breadcrumbs {
    flex-wrap: wrap;
  }

  .circle {
    width: 60px;
    height: 60px;
  }

  .tab-link {
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .btn.right {
    float: none;
    margin-top: 20px;
    margin-left: 10px;
  }

  .projects-count-wrapper {
    height: 1650px;
  }

  .project-count-block {
    width: 100%;
  }

  .dropdowns-wrapper {
    flex-wrap: wrap;
  }

  .dropdown {
    width: 100%;
    margin-right: 0;
  }

  .btn-show {
    width: 200px;
  }

  .about-nav-block {
    height: 270px;
  }

  .vacancies-video-link {
    background-image: url('../images/Video_fill.svg'), linear-gradient(#0000004d, #0000004d), url('../images/Video-Cover.png');
    background-size: 50px, auto, cover;
    height: 150px;
  }

  .block-outline {
    height: 1100px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .vacancy-block {
    width: 100%;
    height: auto;
  }

  .vacancy-info-block {
    margin-bottom: 5px;
  }

  .flex-h {
    flex-direction: column;
  }

  .info-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .vacancy-descriptor-block {
    padding-left: 20px;
  }

  .media-content {
    width: 100%;
  }

  .media-info-block {
    width: 50%;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .contacts-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    height: 320px;
  }

  .form-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-form-wrapper {
    opacity: 0;
    display: none;
  }

  .dark-form-block {
    padding-top: 10px;
    padding-left: 20px;
  }

  .right-arrow, .left-arrow {
    width: 30px;
    display: none;
  }

  .menu-button {
    object-fit: fill;
    position: relative;
  }

  .nav-list-wrapper {
    width: 100vw;
  }

  .about-link {
    width: 100%;
    height: 70px;
  }

  .send-block {
    flex-direction: column;
  }

  .checkbox-field {
    margin-left: 10px;
  }

  .search-wrapper {
    opacity: 0;
    display: none;
  }

  .button-transparent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle.w--current {
    color: var(--black);
  }

  .adms-image {
    width: 80%;
  }

  .dark-block-adms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-outline-adms {
    height: 1100px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .adms-sertificate-image {
    width: 100%;
  }

  .adms-sertificate-text {
    width: 100%;
    margin-bottom: 60px;
  }

  .adms-grid-block {
    flex-direction: column;
  }

  .nav-language.w--current {
    color: var(--black);
  }

  .dropdown-language {
    margin-right: 4px;
  }
}

#w-node-_7d362199-306a-5df9-5df0-520bbd02592a-db7de019, #w-node-e1e221d4-7a13-ed4e-611f-a28d815c3fae-db7de019, #w-node-_26ea1ec4-7ed3-ad2e-a0f3-3b00bf5793a9-db7de019, #w-node-_710d34c8-627f-a0e3-848f-0fefea001b77-db7de019, #w-node-_710d34c8-627f-a0e3-848f-0fefea001b78-db7de019, #w-node-_710d34c8-627f-a0e3-848f-0fefea001b79-db7de019, #w-node-_616105d6-0460-fa36-aa1b-6cac5b22e3b0-db7de019, #w-node-_616105d6-0460-fa36-aa1b-6cac5b22e3b1-db7de019, #w-node-_616105d6-0460-fa36-aa1b-6cac5b22e3b2-db7de019, #w-node-_9e5e54f3-6864-95dd-f489-feaeaf1111a9-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc707-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc709-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc70b-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc70d-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc70f-db7de019, #w-node-a0d5dadb-7dd3-607f-d13b-eff4f70fc711-db7de019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


