:root {
  --font-family: "RoadRadio", sans-serif;
  --second-family: "Commissioner", sans-serif;
  --third-family: "Roboto Flex", sans-serif;
  --font3: "Montserrat", sans-serif;
  --font4: "Inter", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --brand----white: #fff;
  --bg-site: #000111;
  --brand-black: #000;
  --brand-blue: #2d5dd9;
  --brand-blue-light: #5d8aff;
  --brand-blue-night: #172651;
  --project-text: #283c63;
  --project-primary: #ff403c;
  --project-secondary: #f3f8ff;
  --project-gray: #ededed;
  --text-header: #101010;
  --text-base-text: #626262;
  --button---primary: #ff403c;
  --button---primary-hover: rgba(255, 64, 60, 0.7);
  --button---secondary: #283c63;
  --button---secondary-hover: rgba(40, 60, 99, 0.7);
  --input-bg: #f5f5f5;
  --input---border: #ededed;
  --input---font: #828282;
  --functional---succes: #8cba51;
  --functional---error: #fd5e53;
  --functional---link: #ff9f59;
  --functional---offset: rgba(132, 101, 255, 0.7);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter_18pt-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter_18pt-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts//Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts//Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts//Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "RobotoFlex";
  src: url("../fonts//RobotoFlex.ttf.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts//RoadRadio.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts//RoadRadio-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
}

@media screen and (pointer: fine) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
body,
html {
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  background: var(--bg-site);
  color: var(--brand----white);
}

main {
  overflow: hidden;
}

.main_project {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .main_project {
    margin-top: 0;
  }
}
.main_article {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .main_article {
    padding-top: 2.3rem;
  }
}
.main_text .article {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .main_text .article {
    margin-bottom: 7rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  padding: 0 1.5rem;
  width: 100%;
  max-width: 116rem;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Victor Mono", sans-serif;
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  overflow-y: scroll;
}
.dis-scroll body {
  overflow: hidden;
  height: 100dvh;
}

.page_error.dis-scroll {
  overflow-y: hidden;
}

.content-cms div {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .content-cms div {
    margin-bottom: 6rem;
  }
}
.content-cms div div {
  margin-bottom: 5rem;
}
.content-cms *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.content-cms h2,
.content-cms h3,
.content-cms h4,
.content-cms h5 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 102%;
  text-transform: uppercase;
  color: var(--brand----white);
  margin-bottom: 3rem;
}
.content-cms h2 {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .content-cms h2 {
    font-size: 2.8rem;
  }
}
.content-cms h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .content-cms h3 {
    font-size: 2rem;
  }
}
.content-cms h4 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .content-cms h4 {
    font-size: 1.8rem;
  }
}
.content-cms h5 {
  font-size: 1.6rem;
}
.content-cms p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
}
.content-cms p a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--brand-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.content-cms p a:hover {
  color: var(--brand-blue-light);
}
.content-cms p:not(:last-child) {
  margin-bottom: 1em;
}
.content-cms blockquote {
  width: 100vw;
  padding: 4.5rem 0;
  margin-block: 8rem;
  margin-left: calc((100vw - 100%) / -2);
  background: url("/img/article/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .content-cms blockquote {
    width: 100vw;
    padding: 3rem 0;
    margin-bottom: 6rem;
    margin-left: -2rem;
  }
}
.content-cms blockquote p {
  max-width: 116rem;
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .content-cms blockquote p {
    margin-inline: 0;
    padding-inline: 2rem;
    max-width: none;
  }
}
.content-cms div:has(table) {
  max-width: 85.7rem;
  margin-inline: auto;
}
.content-cms div:has(+ .content-cms__video) {
  position: relative;
  z-index: 2;
}
.content-cms div:has(+ div > img) {
  position: relative;
  z-index: 3;
}
.content-cms .table-wrapper {
  position: relative;
}
.content-cms .table-wrapper img {
  position: absolute;
  top: 60%;
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 111.1rem;
  height: 95rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .content-cms .table-wrapper img {
    opacity: 0.8;
  }
}
.content-cms .table-wrapper table {
  z-index: 2;
}
.content-cms table {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
}
.content-cms table thead {
  position: relative;
}
.content-cms table thead tr th {
  font-weight: 600;
  padding-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .content-cms table thead tr th {
    font-weight: 400;
    padding-bottom: 2.5rem;
    vertical-align: text-top;
  }
}
.content-cms table thead tr th:first-child {
  text-align: left;
  width: 20.5rem;
}
@media (max-width: 768px) {
  .content-cms table thead tr th:first-child {
    width: 11.7rem;
  }
}
.content-cms table thead tr th:last-child {
  width: 20.5rem;
}
@media (max-width: 768px) {
  .content-cms table thead tr th:last-child {
    width: 10.2rem;
    text-align: right;
  }
}
.content-cms table tbody {
  position: relative;
}
.content-cms table tbody tr td {
  padding-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .content-cms table tbody tr td {
    padding-bottom: 2rem;
  }
}
.content-cms table tbody tr td:not(:first-child) {
  text-align: center;
}
.content-cms table tbody tr:last-child td {
  padding: 0;
}
.content-cms ul,
.content-cms ol {
  padding-left: 2.5rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
.content-cms ul li,
.content-cms ol li {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
  margin-bottom: 0.5em;
}
.content-cms ul {
  list-style-type: disc;
}
.content-cms ul li {
  list-style-type: disc;
}
.content-cms img {
  position: relative;
  width: 100%;
  height: 55rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .content-cms img {
    height: 30rem;
    margin-bottom: 1.5rem;
  }
}
.content-cms img + span {
  display: block;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 172%;
  text-align: center;
  color: var(--brand----white);
}
.content-cms img.content-cms__img-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 111.1rem;
  height: 95rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .content-cms img.content-cms__img-circle {
    max-width: none;
  }
}
.content-cms img.content-cms__img-circle:first-of-type {
  top: 30%;
}
@media (max-width: 768px) {
  .content-cms img.content-cms__img-circle:first-of-type {
    width: 58.1rem;
    height: 68rem;
  }
}
.content-cms__video {
  position: relative;
  height: 47.6rem;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .content-cms__video {
    height: 30rem;
    width: 100%;
  }
}
.content-cms__video + * {
  position: relative;
  z-index: 1;
}
.content-cms__video video {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 47.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .content-cms__video video {
    height: 30rem;
    width: 100%;
  }
}
.content-cms__video:before {
  content: "";
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.5rem;
  height: 100%;
  z-index: 4;
}
.content-cms__video-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 4;
}
.content-cms__video-play img {
  width: 10.2rem;
  height: 10.2rem;
}
.content-cms__video-play:hover {
  opacity: 0.8;
}
.content-cms img.content-cms__video-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 111.1rem;
  height: 95rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .content-cms img.content-cms__video-circle {
    max-width: none;
  }
}
.content-cms img.content-cms__video-circle:first-of-type {
  top: 30%;
}
@media (max-width: 768px) {
  .content-cms img.content-cms__video-circle:first-of-type {
    display: none;
  }
}
.content-cms img.content-cms__video-circle:last-of-type {
  top: 80%;
}
@media (max-width: 768px) {
  .content-cms img.content-cms__video-circle:last-of-type {
    top: 100%;
    width: 54.1rem;
    height: 36rem;
  }
}
.content-cms__link {
  margin-top: auto;
}
.content-cms .btn-purple.btn-purple--arrow {
  margin-top: 3.5rem;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .content-cms .btn-purple.btn-purple--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.content-cms .font-2 {
  font-family: var(--font4);
}

@media (max-width: 768px) {
  .only-desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-mobile {
    display: none;
  }
}

html {
  --refRes: 1350;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (max-width: 768px) {
  html {
    --refRes: 390;
  }
}

.service-page .main-works {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .service-page .main-works {
    margin-block: 6rem;
  }
}
.service-page .main-form {
  margin-block: 8rem 10rem;
}
@media (max-width: 768px) {
  .service-page .main-form {
    margin-block: 6rem 7rem;
  }
}

.btn-purple {
  padding: 1.5rem 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  border-radius: 10rem;
  color: var(--brand----white);
  background: #2c3fa0;
  overflow: hidden;
  z-index: 1;
}
.btn-purple--arrow {
  position: relative;
  padding: 1.5rem 6rem 1.5rem 3rem;
}
@media (max-width: 768px) {
  .btn-purple--arrow {
    line-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
  }
}
.btn-purple--arrow::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%228%22%20viewBox%3D%220%200%2021%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.3536%204.35355C20.5488%204.15829%2020.5488%203.84171%2020.3536%203.64645L17.1716%200.464466C16.9763%200.269204%2016.6597%200.269204%2016.4645%200.464466C16.2692%200.659728%2016.2692%200.976311%2016.4645%201.17157L19.2929%204L16.4645%206.82843C16.2692%207.02369%2016.2692%207.34027%2016.4645%207.53553C16.6597%207.7308%2016.9763%207.7308%2017.1716%207.53553L20.3536%204.35355ZM0%204V4.5H20V4V3.5H0V4Z%22%20fill%3D%22white%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  width: 2.1rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .btn-purple--arrow::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: static;
    display: inline-block;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
.btn-purple:after {
  cursor: pointer;
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(84.25% 100% at 50.26% 0%, #fff 1.92%, #2d5dd9 38.42%, #01015f 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.btn-purple:hover:after {
  opacity: 1;
}

.btn-dark {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  text-align: center;
  color: var(--brand----white);
  border-radius: 10rem;
  padding: 1rem 2rem;
  background: var(--brand-blue-night);
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-dark:hover {
  background: #2c3fa0;
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

.title-h2 {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand----white);
}
.title-h2--center {
  text-align: center;
}
@media (max-width: 768px) {
  .title-h2 {
    font-size: 2.8rem;
    line-height: 130%;
  }
}

.title--h3 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .title--h3 {
    font-size: 2.4rem;
  }
}

.particle-canvas {
  display: block;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.5;
}

.background-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#projector {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.canvas-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.33;
  -o-object-fit: cover;
  object-fit: cover;
}

.chat-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  z-index: 4;
  position: fixed;
  width: 5rem;
  height: 5rem;
  right: 2.9rem;
  bottom: 2.9rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .chat-btn {
    right: 2rem;
    bottom: 2rem;
  }
}
@media (hover: hover) {
  .chat-btn:hover .chat-btn__text {
    width: 18rem;
    padding-left: 2rem;
  }
}
.chat-btn__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  text-align: left;
  color: var(--brand----white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0;
  height: 5rem;
  margin-right: -3.5rem;
  border-radius: 5rem 0 0 5rem;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  white-space: nowrap;
  background: #2c3fa0;
}
.chat-btn__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .crumbs {
    display: none;
  }
}
.crumbs__link {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--brand----white);
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.crumbs__link:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.crumbs__link:not(:last-child)::after {
  content: "/";
  padding-left: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 5;
}
@media (max-width: 768px) {
  .header {
    padding-top: 2.3rem;
  }
}
.header.scroll-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 17, 0.9)), color-stop(90.92%, rgba(0, 1, 17, 0.637)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 1, 17, 0.9) 0%, rgba(0, 1, 17, 0.637) 90.92%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .header.scroll-menu {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 17, 0.9)), color-stop(79.92%, rgba(0, 1, 17, 0.56)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 1, 17, 0.9) 0%, rgba(0, 1, 17, 0.56) 79.92%, rgba(0, 0, 0, 0) 100%);
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .header__content {
    gap: 1rem;
  }
}
.header__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 13rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .header__img {
    width: 10.2rem;
    height: 4rem;
  }
}
.header__logo {
  display: inline-block;
  width: 17.7rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .header__logo {
    width: 11.8rem;
    height: 4rem;
  }
}
.header__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.5rem;
}
.header__communication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__communication {
    position: absolute;
    top: -2.3rem;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 2.3rem;
    padding-inline: 2rem;
    background: #132957;
  }
}
.header__phone {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
  color: var(--brand----white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__phone:hover {
  color: var(--brand-blue);
}
@media (max-width: 768px) {
  .header__phone {
    font-size: 1.6rem;
  }
}
.header__email {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--brand-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__email:hover {
  color: var(--brand-blue-light);
}
@media (max-width: 768px) {
  .header__email {
    font-size: 1.2rem;
    color: #9ab6ff;
  }
}
.header__burger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .header__burger .header__burger-text {
    display: none;
  }
}
.header__btn-burger {
  position: relative;
  cursor: pointer;
  background: unset;
  border: none;
  width: 3.5rem;
  height: 2rem;
}
.header__btn-burger:before, .header__btn-burger:after,
.header__btn-burger span {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 3.5rem;
  height: 0.2rem;
  background-color: #fff;
}
.header__btn-burger:before {
  top: 0;
  width: 2rem;
}
.header__btn-burger:after {
  bottom: 0;
}
.header__btn-burger span {
  top: calc(50% - 1px);
}

.main-general {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 3rem;
  height: 98vh;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-general {
    min-height: 57rem;
    height: auto;
    padding-top: 13rem;
    padding-bottom: 1.5rem;
  }
}
.main-general .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-general:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(46.0673%, rgba(44, 91, 212, 0.978)), color-stop(47.1154%, rgb(45, 93, 217)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(44, 91, 212, 0.978) 46.0673%, rgb(45, 93, 217) 47.1154%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.main-general__decor {
  position: absolute;
  top: 0;
  width: 41rem;
  height: 42.3rem;
}
.main-general__decor--left {
  left: 0;
}
.main-general__decor--right {
  right: 0;
}
.main-general__decor--center {
  width: 26.4rem;
  height: 28.4rem;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-general__decor--center::before, .main-general__decor--center::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 2rem;
  backdrop-filter: blur(7px);
}
.main-general__decor--center::before {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-general__decor--center::after {
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.main-general__decor--center svg {
  width: 100%;
  height: 100%;
}
.main-general__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.main-general__about {
  font-size: 1.4rem;
  line-height: 110%;
  text-align: center;
  color: #9ab6ff;
  padding: 1rem 2rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .main-general__about {
    margin-bottom: 1.5rem;
  }
}
.main-general__title {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .main-general__title {
    font-size: 3.4rem;
  }
}
.main-general__text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 3.7rem;
  max-width: 52rem;
}
@media (max-width: 768px) {
  .main-general__text {
    max-width: none;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.main-general__link {
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .main-general__link {
    margin-bottom: 6rem;
  }
}
.main-general__arrow {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .main-general__arrow {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.main-general__arrow-text {
  display: block;
  overflow: visible;
  width: 7.6rem;
  height: 7.6rem;
  text-wrap: nowrap;
  -webkit-animation: rotateText 15s linear infinite;
  animation: rotateText 15s linear infinite;
}
@media (max-width: 768px) {
  .main-general__arrow-text {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.main-general__arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.7rem;
  max-width: none;
}
@media (max-width: 768px) {
  .main-general__arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.main-general__comet {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 13;
}
.main-general__comet--left {
  left: 7%;
  -webkit-animation: comet-arc-left 1300ms ease-in-out infinite;
  animation: comet-arc-left 1300ms ease-in-out infinite;
}
@media (max-width: 768px) {
  .main-general__comet--left {
    top: 45%;
    left: -3rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    rotate: 40deg;
    -webkit-animation: comet-arc-left-mobile 1800ms linear infinite;
    animation: comet-arc-left-mobile 1800ms linear infinite;
  }
}
.main-general__comet--right {
  right: 10%;
  top: 50%;
  -webkit-animation: comet-arc-right 1300ms ease-in-out infinite;
  animation: comet-arc-right 1300ms ease-in-out infinite;
}
@media (max-width: 768px) {
  .main-general__comet--right {
    top: 70%;
    right: -3rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    rotate: 0deg;
    -webkit-animation: comet-arc-right-mobile 1800ms linear infinite;
    animation: comet-arc-right-mobile 1800ms linear infinite;
  }
}
.main-general__comet svg {
  width: 10.3rem;
  height: 19.1rem;
}
.main-general__squaers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-general__squaers rect {
  -webkit-transition: fill-opacity 0.5s ease;
  transition: fill-opacity 0.5s ease;
}

@-webkit-keyframes comet-arc-left-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(6rem, 3rem) rotate(-7deg);
    transform: translate(6rem, 3rem) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(12rem, 5.4rem) rotate(-14deg);
    transform: translate(12rem, 5.4rem) rotate(-14deg);
    opacity: 0;
  }
}

@keyframes comet-arc-left-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(6rem, 3rem) rotate(-7deg);
    transform: translate(6rem, 3rem) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(12rem, 5.4rem) rotate(-14deg);
    transform: translate(12rem, 5.4rem) rotate(-14deg);
    opacity: 0;
  }
}
@-webkit-keyframes comet-arc-right-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(2rem, -3rem) rotate(-7deg);
    transform: translate(2rem, -3rem) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(4rem, -6rem) rotate(-14deg);
    transform: translate(4rem, -6rem) rotate(-14deg);
    opacity: 0;
  }
}
@keyframes comet-arc-right-mobile {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(2rem, -3rem) rotate(-7deg);
    transform: translate(2rem, -3rem) rotate(-7deg);
  }
  100% {
    -webkit-transform: translate(4rem, -6rem) rotate(-14deg);
    transform: translate(4rem, -6rem) rotate(-14deg);
    opacity: 0;
  }
}
@-webkit-keyframes comet-arc-left {
  0% {
    -webkit-transform: translate(0, 0) rotate(40deg);
    transform: translate(0, 0) rotate(40deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(40deg);
    transform: translate(0, 0) rotate(40deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(422px, 583px) rotate(20deg);
    transform: translate(422px, 583px) rotate(20deg);
    opacity: 0;
  }
}
@keyframes comet-arc-left {
  0% {
    -webkit-transform: translate(0, 0) rotate(40deg);
    transform: translate(0, 0) rotate(40deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(40deg);
    transform: translate(0, 0) rotate(40deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(422px, 583px) rotate(20deg);
    transform: translate(422px, 583px) rotate(20deg);
    opacity: 0;
  }
}
@-webkit-keyframes comet-arc-right {
  0% {
    -webkit-transform: translate(0, 0) rotate(15deg);
    transform: translate(0, 0) rotate(15deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(34deg);
    transform: translate(0, 0) rotate(34deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(226px, -317px) rotate(-53deg);
    transform: translate(226px, -317px) rotate(-53deg);
    opacity: 0;
  }
}
@keyframes comet-arc-right {
  0% {
    -webkit-transform: translate(0, 0) rotate(15deg);
    transform: translate(0, 0) rotate(15deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(34deg);
    transform: translate(0, 0) rotate(34deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(226px, -317px) rotate(-53deg);
    transform: translate(226px, -317px) rotate(-53deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-services {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .main-services {
    padding-block: 3rem 6rem;
  }
}
.main-services:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  top: 4rem;
  right: 34rem;
}
.main-services:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  top: 14rem;
  left: 4rem;
}
.main-services__top {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main-services__top {
    position: static;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .main-services__link {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 0;
    text-align: center;
  }
}
.main-services__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .main-services__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 7.3rem;
  }
}
.main-services__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 3rem 5rem;
  background: #000615;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 24rem;
  z-index: 1;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-services__card {
    height: 20rem;
    padding: 2rem 2rem 2rem 2.5rem;
    gap: 1.5rem;
  }
}
@media (hover: hover) {
  .main-services__card:hover .services__card-decor_hover {
    opacity: 1;
  }
  .main-services__card:hover .main-services__card-img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main-services__card:hover .main-services__card-arrow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
.main-services__card-decor {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-services__card-decor_hover {
  opacity: 0;
}
.main-services__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 110%;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .main-services__card-title {
    font-size: 2rem;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.main-services__card-text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  max-width: 32.2rem;
}
@media (max-width: 768px) {
  .main-services__card-text {
    font-size: 1.4rem;
    max-width: 23.2rem;
    margin-bottom: 0;
  }
}
.main-services__card-img {
  position: absolute;
  bottom: -3.5rem;
  right: 0;
  width: 13.6rem;
  height: 13.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .main-services__card-img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -9rem;
    bottom: -4.7rem;
    width: 17.7rem;
    height: 17.7rem;
  }
}
.main-services__circle {
  position: absolute;
  top: calc(50% + 10rem);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 92.5rem;
  height: 94.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: none;
}
.main-services__card-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 2.5rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .main-services__card-arrow {
    margin-top: 1rem;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.main-services__bottom-decor {
  position: absolute;
  bottom: -65%;
  right: -20%;
  width: 79rem;
  height: 71.6rem;
  max-width: none;
}
@media (max-width: 768px) {
  .main-services__bottom-decor {
    display: none;
  }
}

.main-about {
  position: relative;
  padding: 4.7rem 0;
}
@media (max-width: 768px) {
  .main-about {
    padding: 3rem 0;
  }
}
.main-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .main-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 6.8rem;
  }
}
.main-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 2rem;
  max-width: 51.3rem;
}
@media (max-width: 768px) {
  .main-about__info {
    max-width: none;
  }
}
.main-about__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main-about__logos {
    margin-bottom: 1rem;
  }
}
.main-about__logos img:first-child {
  width: 17.7rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .main-about__logos img:first-child {
    width: 11.8rem;
    height: 4rem;
  }
}
.main-about__logos img:nth-child(2) {
  width: 12.8rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .main-about__logos img:nth-child(2) {
    width: 10.2rem;
    height: 4rem;
  }
}
.main-about__text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .main-about__link {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 0;
    text-align: center;
  }
}
.main-about__content {
  position: relative;
  height: 47.6rem;
  width: 54rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-about__content {
    width: 100%;
  }
}
.main-about__content video {
  width: 54rem;
  height: 47.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .main-about__content video {
    width: 100%;
  }
}
.main-about__content:before {
  content: "";
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.5rem;
  height: 100%;
}
.main-about__content-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-about__content-play img {
  width: 10.2rem;
  height: 10.2rem;
}
.main-about__content-play:hover {
  opacity: 0.8;
}
.main-about__link {
  margin-top: auto;
}

.main-projects {
  overflow: hidden;
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .main-projects {
    z-index: 1;
    padding: 6rem 0 13.3rem 0;
  }
}
.main-projects:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  top: 3rem;
  right: 44rem;
}
.main-projects__top {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main-projects__top {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .main-projects__link {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: -42rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
  }
}
.main-projects__card {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 4rem;
  border-radius: 1.5rem;
  height: 37rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-projects__card {
    padding: 2rem;
  }
}
.main-projects__card:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 22.1rem;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 6, 21, 0)), to(#092265));
  background: linear-gradient(180deg, rgba(0, 6, 21, 0) 0%, #092265 100%);
}
.main-projects__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 34, 101, 0.77)), to(rgba(0, 6, 21, 0)));
  background: linear-gradient(180deg, rgba(9, 34, 101, 0.77) 0%, rgba(0, 6, 21, 0) 100%);
}
@media (hover: hover) {
  .main-projects__card:hover .main-projects__card-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-projects__card:hover .main-projects__card-arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.main-projects__card-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-projects__card-text {
    font-size: 2.4rem;
  }
}
.main-projects__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  image-orientation: from-image;
}
.main-projects__card-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.6rem 1.5rem;
  z-index: 1;
}
.main-projects__card-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  width: 2.5rem;
  height: 2.4rem;
}
.main-projects__card-info {
  z-index: 1;
  max-width: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-projects__swiper {
  width: 60rem;
  height: 37rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .main-projects__swiper {
    position: static;
    width: 35rem;
  }
}
@media (max-width: 768px) {
  .main-projects__swiper .swiper-wrapper {
    -webkit-transform-style: inherit;
    transform-style: inherit;
  }
}
.main-projects__swiper:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  bottom: -3rem;
  right: 16rem;
}
.main-projects__swiper:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  bottom: -7rem;
  left: 16rem;
}
.main-projects__decor {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 119.7rem;
  height: 99.3rem;
}

.swiper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 74.3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .swiper-bottom {
    top: -8.3rem;
    right: 0;
    left: auto;
    bottom: auto;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 4.5rem;
  }
}

.swiper-next,
.swiper-prev {
  cursor: pointer;
  width: 5.6rem;
  height: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .swiper-next,
  .swiper-prev {
    width: 4.5rem;
  }
}
@media (hover: hover) {
  .swiper-next:hover,
  .swiper-prev:hover {
    opacity: 0.6;
  }
}
.swiper-next svg,
.swiper-prev svg {
  width: 100%;
  height: 100%;
}

.main-management {
  position: relative;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .main-management {
    padding-bottom: 6rem;
  }
}
.main-management:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  bottom: 3rem;
  right: 9rem;
}
.main-management:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  bottom: 3rem;
  left: 9rem;
}
.main-management__title {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main-management__title {
    margin-bottom: 2.5rem;
  }
}
.main-management__decor {
  position: absolute;
  top: -50%;
  right: 0;
  width: 81rem;
  height: 114.6rem;
}
@media (max-width: 768px) {
  .main-management__decor {
    height: 73.6rem;
    -webkit-transform: translateX(35%);
    -ms-transform: translateX(35%);
    transform: translateX(35%);
  }
}
.main-management__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem;
}
@media (max-width: 768px) {
  .main-management__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    overflow-x: scroll;
    margin-inline: -2rem;
    padding-inline: 2rem;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
  }
}
.main-management__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  backdrop-filter: blur(2px);
  background: #010c2d;
  min-height: 43rem;
  border-radius: 1.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-management__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32rem;
    min-height: 49.5rem;
    overflow: hidden;
  }
}
.main-management__card-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19.9rem;
  height: 26.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .main-management__card-decor {
    width: 36.9rem;
    height: 49.5rem;
  }
}
.main-management__card-img {
  border-radius: 1.5rem;
  width: 100%;
  height: 26.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main-management__card-img {
    height: 32rem;
  }
}
.main-management__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 1.6rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .main-management__card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem 2rem;
  }
}
.main-management__card-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-management__card-name {
    max-width: 20.5rem;
  }
}
.main-management__card-job {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-management__card-job {
    max-width: 22.5rem;
  }
}

.main-documents {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .main-documents {
    padding: 6rem 0;
  }
}
.main-documents__title {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main-documents__title {
    margin-bottom: 2.5rem;
  }
}
.main-documents__decor {
  position: absolute;
  top: -40%;
  left: 0;
  width: 68.1rem;
  height: 114.6rem;
}
@media (max-width: 768px) {
  .main-documents__decor {
    top: -50%;
    height: 89.6rem;
    left: -12rem;
  }
}
.main-documents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.main-documents__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  background: #010c2d;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .main-documents__doc {
    padding: 2rem;
  }
}
.main-documents__doc:hover svg path {
  fill: var(--brand----white);
}
.main-documents__link {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-documents__link {
    font-size: 1.8rem;
    line-height: 120%;
  }
}
.main-documents__download svg {
  width: 3rem;
  height: 3rem;
}
.main-documents__download path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-works {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 6.4rem;
}
@media (max-width: 768px) {
  .main-works {
    padding: 3rem 0;
  }
}
.main-works__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-works__title {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .main-works__title {
    margin-bottom: 8.5rem;
  }
}
.main-works__items {
  overflow: visible !important;
}
.main-works__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 40rem;
  padding-right: 3.4rem;
  min-height: 16rem;
}
@media (max-width: 768px) {
  .main-works__block {
    height: auto;
    max-width: 31.4rem;
  }
}
.main-works__block:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-works__block:not(:first-child) {
  padding-left: 3.4rem;
}
@media (max-width: 768px) {
  .main-works__block:not(:first-child) {
    max-width: 34.8rem;
  }
}
.main-works__block:last-child::after {
  -webkit-transform: translateX(calc(40rem - 3.3rem - 50%));
  -ms-transform: translateX(calc(40rem - 3.3rem - 50%));
  transform: translateX(calc(40rem - 3.3rem - 50%));
}
@media (max-width: 768px) {
  .main-works__block:last-child::after {
    -webkit-transform: translateX(calc(34.8rem - 3.3rem - 50%));
    -ms-transform: translateX(calc(34.8rem - 3.3rem - 50%));
    transform: translateX(calc(34.8rem - 3.3rem - 50%));
  }
}
.main-works__block:before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100.5%;
  height: 0.2rem;
  background: #2d5dd9;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.main-works__block:first-child:after {
  left: -1.7rem;
}
.main-works__block:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='100%' height='100%' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='20' cy='20' r='20' fill='url(%23paint0_radial_6996_1221)' /%3e%3cdefs%3e%3cradialGradient id='paint0_radial_6996_1221' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20 20) rotate(90) scale(20)'%3e%3cstop stop-color='%232D5DD9' /%3e%3cstop offset='1' stop-color='%232D5DD9' stop-opacity='0' /%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
  position: absolute;
  top: -5.4rem;
  left: 3.3rem;
  width: 4rem;
  height: 4rem;
}
.main-works__block-step {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  text-align: center;
  color: var(--brand----white);
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .main-works__block-step {
    margin-bottom: 2rem;
  }
}
.main-works__block-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-bottom: 1rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .main-works__block-title {
    font-size: 2rem;
      height: 3rem;
  }
}
.main-works__block-text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .main-works__block-text {
    padding-top: 1rem;
  }
}
.main-works__block-text a {
  color: var(--brand----white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-works__block-text a:hover {
  opacity: 0.8;
}

.main-form {
  margin-bottom: 12.3rem;
}
@media (max-width: 768px) {
  .main-form {
    margin-bottom: 7rem;
  }
}
.main-form__wrapper {
  overflow: hidden;
  position: relative;
  padding: 3.5rem 6.2rem;
  background: #010c2d;
  border-radius: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-form__wrapper {
    padding: 3rem 2rem;
  }
}
.main-form__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 85rem;
  height: 100%;
  z-index: -1;
  max-width: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .main-form__decor {
    top: -16rem;
    left: -5rem;
  }
}
.main-form__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .main-form__title {
    font-size: 3.2rem;
    text-wrap: balance;
    margin-bottom: 1.5rem;
  }
}
.main-form__text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
  text-align: center;
  color: var(--brand----white);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .main-form__text {
    margin-bottom: 2.5rem;
  }
}
.main-form__body-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 3rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .main-form__body-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.main-form__body-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 768px) {
  .main-form__body-block {
    gap: 1rem;
  }
}
.main-form__body-block--error .main-form__body-input {
  border: 1px solid #f64b4b;
}
.main-form__body-block--error .main-form__checkbox-input {
  border: 2px solid #f64b4b;
}
.main-form__body-error {
  position: absolute;
  bottom: -2rem;
  left: 0.6rem;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.2rem;
  color: #f64b4b;
}
@media (max-width: 768px) {
  .main-form__body-error {
    font-size: 1rem;
    bottom: -1.3rem;
  }
}
.main-form__body-label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 102%;
}
.main-form__body-input {
  border: 1px solid var(--project-gray);
  border-radius: 100rem;
  padding: 1.5rem 2rem;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
  color: #000000;
  background: var(--brand----white);
}
@media (max-width: 768px) {
  .main-form__body-input {
    padding: 1.6rem 2rem;
  }
}
.main-form__body-btn {
  font-family: var(--font-family);
}
@media (max-width: 768px) {
  .main-form__body-btn {
    margin-top: 1rem;
    width: 100%;
  }
  .main-form__body-btn::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.main-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .main-form__checkbox {
    gap: 1rem;
  }
}
.main-form__checkbox-label {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
}
.main-form__checkbox-label a {
  color: var(--brand-blue);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-form__checkbox-label a:hover {
  color: #5d8aff;
}
.main-form__checkbox-input {
  -moz-appearance: none;
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--brand-blue);
  border-radius: 0.5rem;
  background-color: var(--brand----white);
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .main-form__checkbox-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.main-form__checkbox-input:checked {
  background-color: var(--brand-blue);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.main-form__checkbox-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.main-form__checkbox-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.footer {
  overflow: hidden;
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer {
    padding: 2.7rem 0 3.9rem 0;
  }
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .footer__logos {
    gap: 0;
    margin-bottom: 2.5rem;
  }
}
.footer__logos img {
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__logos img:first-child {
  width: 17.8rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .footer__logos img:first-child {
    width: 14.8rem;
    height: 5rem;
  }
}
.footer__logos img:nth-child(2) {
  width: 12.8rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .footer__logos img:nth-child(2) {
    width: 12.8rem;
    height: 5rem;
  }
}
.footer__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-bottom: 5.8rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .footer__items {
    gap: 2.5rem;
    padding-bottom: 4.5rem;
    margin-bottom: 3rem;
  }
}
.footer__items:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(46.0673%, rgba(44, 91, 212, 0.978)), color-stop(47.1154%, rgb(45, 93, 217)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(44, 91, 212, 0.978) 46.0673%, rgb(45, 93, 217) 47.1154%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  max-width: 27.4rem;
}
.footer__info-tel {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  color: var(--brand----white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__info-tel:hover {
  color: var(--brand-blue);
}
.footer__info-email {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #596fe0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__info-social{
  display: flex;
  align-items:center;
  gap: 0.6rem;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #596fe0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__info-social img{
  width: 3rem;
  height: 3rem;
}

.footer__info-email:hover {
  color: #5d8aff;
}
.footer__info-address {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .footer__nav-list {
    width: 9.5rem;
  }
  .footer__nav-list:not(:first-child) {
    display: none;
  }
}
.footer__nav-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  color: #596fe0;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .footer__nav-text {
    display: none;
  }
}
.footer__nav-link {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav-link:hover {
  color: var(--brand-blue);
}
.footer__nav-list-inner {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 2.1rem;
  flex-wrap: wrap;
  height: 16.5rem;
}
.footer__bottom {
  font-family: var(--third-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.footer__bottom-copyright {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 102%;
}
@media (max-width: 768px) {
  .footer__bottom-copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-block: 0.75rem -0.95rem;
  }
}
.footer__bottom-link {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 102%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--brand-blue);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom-link:hover {
  color: #5d8aff;
}
.footer__bottom-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
  text-align: right;
  color: #a8aaaf;
  gap: 0.5rem;
}
.footer__bottom-author svg {
  width: 5.7rem;
  height: 3rem;
}
.footer__decor {
  position: absolute;
  top: 0;
  width: 39.3rem;
  height: 42.4rem;
}
@media (max-width: 768px) {
  .footer__decor {
    width: 10.3rem;
    height: 11.4rem;
  }
}
.footer__decor--left {
  left: 0;
}
.footer__decor--right {
  right: 0;
}

.services {
  position: relative;
  overflow: hidden;
  padding: 10.5rem 0 10rem 0;
}
@media (max-width: 768px) {
  .services {
    padding-block: 9rem 7rem;
  }
}
.services:after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  top: 4rem;
  right: 34rem;
}
.services:before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: rgba(45, 93, 217, 0.06);
  position: absolute;
  top: 14rem;
  left: 4rem;
}
.services__title {
  margin-bottom: 2.5rem;
}
.services__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .services__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.services__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 3rem 5rem;
  background: #000615;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 24rem;
  z-index: 1;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .services__card {
    height: 20rem;
    padding: 2rem 2rem 2rem 2.5rem;
    gap: 1.5rem;
  }
}
@media (hover: hover) {
  .services__card:hover .services__card-decor_hover {
    opacity: 1;
  }
  .services__card:hover .services__card-img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .services__card:hover .services__card-arrow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
.services__card-decor {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services__card-decor_hover {
  opacity: 0;
}
.services__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 110%;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .services__card-title {
    font-size: 2rem;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.services__card-text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  max-width: 32.2rem;
}
@media (max-width: 768px) {
  .services__card-text {
    font-size: 1.4rem;
    max-width: 23.2rem;
    margin-bottom: 0;
  }
}
.services__card-img {
  position: absolute;
  bottom: -3.5rem;
  right: 0;
  width: 13.6rem;
  height: 13.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .services__card-img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -9rem;
    bottom: -4.7rem;
    width: 17.7rem;
    height: 17.7rem;
  }
}
.services__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 130.5rem;
  height: 110.2rem;
  max-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.services__card-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 2.5rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .services__card-arrow {
    margin-top: 1rem;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.service-head {
  position: relative;
  background-image: url("/img/service/service-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .service-head {
    margin-bottom: 3rem;
  }
}
.service-head .grid {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  width: 129rem;
  height: 140rem;
  -webkit-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .service-head .grid {
    display: none;
  }
}
.service-head__circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 45.8rem;
  width: 61rem;
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-head__circle img {
  width: 121rem;
  height: 105.8rem;
  max-width: none;
  max-height: none;
}
.service-head__img {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  width: 42rem;
  height: 42rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service-head__img {
    width: 38.9rem;
    height: 38.9rem;
    bottom: 11rem;
  }
}
.service-head__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  min-height: 55rem;
  padding-block: 10.5rem 3rem;
}
@media (max-width: 768px) {
  .service-head__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 4rem;
  }
}
.service-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8rem;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .service-head__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.service-head__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 77rem;
}
.service-head__link {
  max-width: 31.5rem;
  white-space: nowrap;
  width: 100%;
}

.service-description {
  position: relative;
  margin-block: 4rem 8rem;
}
@media (max-width: 768px) {
  .service-head__link{
    max-width: unset;
  }
  .service-description {
    margin-block: 3rem 6rem;
  }
}
.service-description__circle {
  position: absolute;
  left: 22.8rem;
  top: 9rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 38.6rem;
  height: 26.4rem;
}
@media (max-width: 768px) {
  .service-description__circle {
    width: 43.8rem;
    height: 30rem;
    top: 11rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.service-description__circle img {
  width: 76.8rem;
  height: 66.4rem;
  max-width: none;
  max-height: none;
}
.service-description__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .service-description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.service-description__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
}
.service-description__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
  max-width: 55rem;
}
@media (max-width: 768px) {
  .service-description__text {
    max-width: none;
  }
}
.service-description__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .service-description__text p:not(:last-child) {
    margin-bottom: 0.8em;
  }
}
.service-description__text ul {
  list-style: disc;
  padding-left: 2.5rem;
  margin-bottom: 1em;
}
.service-description__text ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.service-list {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .service-list {
    margin-block: 6rem;
  }
}
.service-list__title {
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.service-list__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .service-list__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.service-list__circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.9;
  width: 58.4rem;
  height: 40rem;
}
@media (max-width: 768px) {
  .service-list__circle {
    left: 3.9rem;
    bottom: 18rem;
    width: 27rem;
    height: 36rem;
  }
}
.service-list__circle img {
  width: 118.4rem;
  height: 100rem;
  max-width: none;
  max-height: none;
}
.service-list__item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 35.6rem;
  min-height: 22rem;
  padding: 2.5rem 2.5rem 2rem 3rem;
  border-radius: 1.5rem;
  background: #000615;
}
@media (max-width: 768px) {
  .service-list__item {
    min-height: 18rem;
  }
}
.service-list__item:hover .service-list__item-img {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.service-list__item:hover .service-list__item-file span {
  color: var(--brand-blue-light);
}
.service-list__item:hover .service-list__item-arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.service-list__item:hover .service-list__item-arrow path {
  fill: #5d8aff;
}
.service-list__item:hover .service-list__item-circle_hover {
  opacity: 1;
}
.service-list__item-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service-list__item-circle_hover {
  opacity: 0;
}
@media (max-width: 768px) {
  .service-list__item-circle_hover {
    opacity: 1;
  }
}
.service-list__item-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  height: 100%;
}
.service-list__item-img {
  position: absolute;
  right: -3rem;
  bottom: -8rem;
  width: 19.5rem;
  height: 19.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .service-list__item-img {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
.service-list__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .service-list__item-name {
    font-size: 2rem;
  }
}
.service-list__item-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.service-list__item-file span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: var(--brand-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .service-list__item-file span {
    color: var(--brand-blue-light);
  }
}
.service-list__item-arrow {
  width: 2rem;
  height: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .service-list__item-arrow {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@media (max-width: 768px) {
  .service-list__item-arrow {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .service-list__item-arrow path {
    fill: #5d8aff;
  }
}
.service-list__item-arrow path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.projects {
  padding-block: 11rem 10rem;
}
@media (max-width: 768px) {
  .projects {
    padding-block: 9rem 7rem;
  }
  .projects .services__circle {
    display: none;
  }
}
.projects .grid {
  position: absolute;
  left: 50%;
  top: 3.5rem;
  width: 129rem;
  height: 25rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .projects .grid {
    display: none;
  }
}
.projects__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .projects__head {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.projects__head-btns {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .projects__head-btns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-inline: -2rem;
    padding-inline: 2rem;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
  }
}
.projects__filters {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .projects__filters {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-inline: -2rem;
    padding-inline: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.projects__filter {
  cursor: pointer;
}
.projects__filter-sector .projects__filter-btn {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .projects__filter-sector .projects__filter-btn {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.projects__filter-input {
  display: none;
}
.projects__filter-input:checked + .projects__filter-btn {
  background: var(--brand-blue);
}
.projects__filter-input:checked + .projects__filter-btn:hover {
  background: var(--brand-blue);
}
.projects__filter-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
  text-transform: uppercase;
  color: var(--brand----white);
  white-space: nowrap;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  background: #040a20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .projects__filter-btn {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.projects__filter-btn:not(.active):hover {
  background: var(--brand-blue-night);
}
.projects__filter-btn.active {
  background: var(--brand-blue);
}
.projects__list {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.projects__list-empty {
  position: relative;
  width: 100%;
  height: 23rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 1rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  color: var(--brand----white);
}
.projects__list-empty span {
  position: relative;
  z-index: 3;
}
.projects__list-empty img {
  opacity: 0.5;
}
.projects__card {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  min-height: 28rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .projects__card {
    padding: 2rem 2.5rem;
    min-height: 24rem;
  }
}
.projects__card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 6, 21, 0)), to(#092265));
  background: linear-gradient(180deg, rgba(0, 6, 21, 0) 0%, #092265 100%);
}
.projects__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 6, 21, 0)), to(rgba(9, 34, 101, 0.66)));
  background: linear-gradient(0deg, rgba(0, 6, 21, 0) 0%, rgba(9, 34, 101, 0.66) 100%);
}
.projects__card:hover .projects__card-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects__card:hover .projects__card-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.projects__card-data {
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .projects__card-data {
    padding-right: 3rem;
  }
}
.projects__card-text {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 110%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .projects__card-text {
    font-size: 2rem;
  }
}
.projects__card-date {
  margin-top: 0.5rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--brand----white);
}
.projects__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.projects__card-which {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: var(--brand----white);
  border-radius: 10rem;
  background: rgba(9, 34, 101, 0.55);
  padding: 0.5rem 1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .projects__card-which {
    font-size: 1.4rem;
  }
}
.projects__card-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  width: 2.5rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .projects__card-arrow {
    width: 1.9rem;
    height: 1.8rem;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.projects__card-info {
  z-index: 1;
  max-width: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  z-index: 6;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000111;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .menu {
    top: 2.3rem;
    height: auto;
  }
}
.menu.open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .menu.open-chapter .menu-header__download {
    display: none;
  }
  .menu.open-chapter .menu__links {
    display: none;
  }
  .menu.open-chapter .menu__communications {
    display: none;
  }
}
.menu .container {
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.menu__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67.5rem;
  height: 46.2rem;
  -webkit-transform: translateX(42.7rem) translateY(40rem);
  -ms-transform: translateX(42.7rem) translateY(40rem);
  transform: translateX(42.7rem) translateY(40rem);
  border-radius: 100%;
  background: radial-gradient(102.94% 97.41% at 30.86% 8.81%, rgb(162, 188, 255) 1.9230769947%, rgb(75, 121, 240) 28.3653855324%, rgb(27, 34, 172) 59.6153855324%, rgb(0, 0, 10) 100%);
  -webkit-filter: blur(20rem);
  filter: blur(20rem);
}
.menu__services-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54.2rem;
  height: 54.2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu__services-bg.active {
  opacity: 0.33;
}
.menu__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.menu__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .menu__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.menu__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 4rem;
}
@media (max-width: 768px) {
  .menu__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    width: 100%;
  }
}
.menu__links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  width: 17.4rem;
  height: 23rem;
  padding-right: 3.6rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.33);
}
@media (max-width: 768px) {
  .menu__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0;
    border: none;
  }
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand----white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu__link {
    gap: 0.8rem;
    font-size: 2.2rem;
  }
}
.menu__link:hover {
  color: var(--brand-blue);
}
.menu__link:hover .menu__link-arrow {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.menu__link:hover .menu__link-arrow path {
  fill: var(--brand-blue);
}
.menu__link.active {
  color: var(--brand-blue);
  color: var(--brand-blue);
}
.menu__link.active .menu__link-arrow {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.menu__link.active .menu__link-arrow path {
  fill: var(--brand-blue);
}
.menu__link-arrow {
  width: 0.9rem;
  height: 1.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .menu__link-arrow {
    width: 0.7rem;
    height: 1.1rem;
  }
}
.menu__link-arrow path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .menu__chapters {
    width: 100%;
  }
}
.menu__chapter {
  display: none;
}
@media (max-width: 768px) {
  .menu__chapter {
    position: relative;
  }
}
.menu__chapter.open {
  display: block;
}
@media (min-width: 769px) {
  .menu__chapter-close {
    display: none;
  }
}
.menu__chapter-close {
  position: absolute;
  top: -3.3rem;
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}
.menu__chapter-close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.6rem;
  height: 1rem;
}
.menu__projects-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .menu__projects-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.menu__projects-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
  text-transform: uppercase;
  color: var(--brand----white);
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  background: #040a20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .menu__projects-btn {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
.menu__projects-btn:not(.active):hover {
  background: var(--brand-blue-night);
}
.menu__projects-btn.active {
  background: var(--brand-blue);
}
.menu__projects-wrapper {
  display: none;
}
.menu__projects-wrapper.open {
  display: block;
}
.menu__internal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.menu__internal-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand----white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .menu__internal-link:hover {
    color: var(--brand-blue);
  }
}
@media (max-width: 768px) {
  .menu__internal-link {
    text-align: center;
  }
}
.menu__communications {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .menu__communications {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 1.5rem;
  }
}
.menu__communication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1rem;
  text-align: right;
}
@media (max-width: 768px) {
  .menu__communication {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.5rem;
  }
}
.menu__communication-info {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 110%;
  text-align: right;
  color: var(--brand-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .menu__communication-info {
    text-align: center;
  }
}
.menu__communication-info:hover {
  color: var(--brand-blue-light);
}
.menu__communication-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  text-align: right;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .menu__communication-message {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menu__communication-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.menu__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 4rem;
}
@media (max-width: 768px) {
  .menu__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-block: 2.5rem;
    text-align: center;
  }
}
.menu__footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.9rem;
}
@media (max-width: 768px) {
  .menu__footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.menu__footer-link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 102%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--brand-blue);
}
.menu__footer-link:hover {
  color: var(--brand-blue-light);
}
.menu__footer-copy {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 102%;
  color: var(--brand----white);
}
.menu__btn-more {
  margin-top: 2.5rem;
  max-width: 16.4rem;
}

.menu-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 7.4rem;
}
@media (max-width: 768px) {
  .menu-header {
    position: relative;
  }
}
.menu-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.menu-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 768px) {
  .menu-header__content {
    gap: 1rem;
  }
}
.menu-header__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 13rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .menu-header__img {
    width: 10.2rem;
    height: 4rem;
  }
}
.menu-header__logo {
  display: inline-block;
  width: 17.7rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .menu-header__logo {
    width: 11.8rem;
    height: 4rem;
  }
}
.menu-header__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.menu-header__btn-burger {
  position: relative;
  cursor: pointer;
  background: unset;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-header__btn-burger:before, .menu-header__btn-burger:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #fff;
}
.menu-header__btn-burger span {
  display: none;
}
.menu-header__btn-burger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-header__btn-burger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-header__btn-burger:hover:before, .menu-header__btn-burger:hover:after {
  background-color: #ccc;
}
.menu-header__download {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  text-align: center;
  color: var(--brand----white);
  text-transform: uppercase;
  border-radius: 10rem;
  padding: 1.5rem 3rem;
  background: #2c3fa0;
}
@media (max-width: 768px) {
  .menu-header__download {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.menu-header__download-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}

.project-head {
  position: relative;
}
.project-head::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 8rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 6, 21, 0)), to(rgba(9, 34, 101, 0.664)));
  background: linear-gradient(0deg, rgba(0, 6, 21, 0) 0%, rgba(9, 34, 101, 0.664) 100%);
}
@media (max-width: 768px) {
  .project-head::before {
    display: none;
  }
}
.project-head::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 27.2rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 6, 21, 0)), to(rgba(9, 34, 101, 0.664)));
  background: linear-gradient(180deg, rgba(0, 6, 21, 0) 0%, rgba(9, 34, 101, 0.664) 100%);
}
@media (max-width: 768px) {
  .project-head::after {
    display: none;
  }
}
.project-head .grid {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  width: 129rem;
  height: 140rem;
  -webkit-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .project-head .grid {
    display: none;
  }
}
.project-head__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-head__bg::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 10, 0.2196078431);
}
@media (max-width: 768px) {
  .project-head__bg::before {
    background: rgba(0, 0, 10, 0.22);
  }
}
.project-head__bg img {
  width: 100%;
  height: 100%;
}
.project-head .container {
  z-index: 2;
}
.project-head__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  padding-block: 2.6rem 3rem;
  min-height: 45rem;
}
@media (max-width: 768px) {
  .project-head__wrapper {
    padding-block: 10rem 4rem;
    min-height: 55rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.project-head__date {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 110%;
  color: var(--brand----white);
  margin-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .project-head__date {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
}
.project-head__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size:3.6rem;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--brand----white);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .project-head__name {
    font-size: 2.8rem;
  }
}
.project-head__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-head__type {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: var(--brand----white);
  border-radius: 10rem;
  padding: 1rem 2rem;
  background: rgba(9, 34, 101, 0.9);
}
@media (max-width: 768px) {
  .project-head__type {
    font-size: 1.6rem;
  }
}

.project-description {
  position: relative;
  margin-block: 4rem 8rem;
}
@media (max-width: 768px) {
  .project-description {
    margin-block: 3rem 6rem;
  }
}
.project-description_empty .project-description__circle {
  left: 35.8rem;
  width: 43.8rem;
  height: 30rem;
}
@media (max-width: 768px) {
  .project-description_empty .project-description__circle {
    left: 50%;
    width: 29.2rem;
    height: 20rem;
  }
}
.project-description__circle {
  position: absolute;
  left: 22.8rem;
  top: 9rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 38.6rem;
  height: 26.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .project-description__circle {
    opacity: 0.8;
    width: 43.8rem;
    height: 30rem;
    top: 11rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.project-description__circle img {
  width: 76.8rem;
  height: 66.4rem;
  max-width: none;
  max-height: none;
}
.project-description__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .project-description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.project-description__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
}
@media (max-width: 768px) {
  .project-description__title {
    font-size: 2.8rem;
  }
}
.project-description__empty {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  color: var(--brand----white);
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 3rem;
  height: 23rem;
  width: 55rem;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .project-description__empty {
    width: 100%;
  }
}
.project-description__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
  max-width: 55rem;
}
@media (max-width: 768px) {
  .project-description__text {
    max-width: none;
  }
}
.project-description__text div:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .project-description__text div:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.project-description__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.project-description__text p:not(:last-child):has(b) {
  margin-bottom: 1.5rem;
}
.project-description__text img:last-child {
  margin-bottom: 0;
}
.project-description__text ul {
  list-style: disc;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.project-description__text ol {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.project-description__text ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}
.project-description__text img {
  display: block;
  width: 100%;
  height: 30rem;
  margin-block: 3rem;
  border-radius: 1.5rem;
}

.project-gallery {
  position: relative;
  padding-block: 4.5rem;
  margin-block: 8rem 4rem;
  background: #081849;
}
@media (max-width: 768px) {
  .project-gallery {
    margin-block: 6rem 3rem;
    padding-block: 3rem;
  }
}
.project-gallery__bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-gallery__wrapper {
  position: relative;
  z-index: 3;
}
.project-gallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.project-gallery__head .project-gallery__btns {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .project-gallery__head .project-gallery__btns {
    position: absolute;
    right: 0;
    bottom: -3.8rem;
  }
}
.project-gallery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .project-gallery__btns {
    gap: 2.5rem;
  }
}
.project-gallery__btn {
  cursor: pointer;
  width: 5.8rem;
  height: 0.8rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project-gallery__btn.swiper-button-disabled {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .project-gallery__btn {
    overflow: hidden;
  }
  .project-gallery__btn_prev {
    width: 3.8rem;
  }
  .project-gallery__btn_next {
    width: 3.8rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .project-gallery__btn_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.project-gallery__btn-img {
  width: 5.8rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .project-gallery__btn-img {
    max-width: none;
  }
}
.project-gallery__swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.project-gallery__swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-gallery__swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30rem;
  height: 30rem;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.project-gallery__swiper-slide:not(:last-child) {
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .project-gallery__swiper-slide:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.project-gallery__swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 100;
  right: 0;
  height: 100%;
  width: 3.5rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .project-gallery__swiper-slide:not(:last-child)::after {
    width: 2.5rem;
  }
}
.project-gallery__img {
  width: 30rem;
  height: 30rem;
}
.project-gallery__video-wrapper {
  position: relative;
  width: 30rem;
  height: 30rem;
  cursor: pointer;
}
.project-gallery__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-gallery__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 5.6rem;
}
.project-gallery__video-poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-next {
  position: relative;
  display: block;
  height: 12rem;
  width: 100%;
}
@media (max-width: 768px) {
  .project-next {
    height: 10rem;
  }
}
.project-next .container {
  height: 100%;
}
@media (hover: hover) {
  .project-next:hover .project-next__btn {
    color: var(--brand-blue);
  }
  .project-next:hover .project-next__arrow {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
  }
  .project-next:hover .project-next__arrow path {
    fill: var(--brand-blue);
  }
}
.project-next__bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-next__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
}
@media (max-width: 768px) {
  .project-next__wrapper {
    padding-left: 2rem;
  }
}
.project-next__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--brand----white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-next__arrow {
  width: 2.1rem;
  height: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-next__arrow path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-line {
  height: 0.6rem;
  margin-block: 8rem 4rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(47%, #2d5dd9), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #2d5dd9 47%, transparent 100%);
}
@media (max-width: 768px) {
  .project-line {
    margin: 6rem 1.5rem 3rem;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #2d5dd9), to(transparent));
    background: linear-gradient(90deg, transparent 0%, #2d5dd9 50%, transparent 100%);
  }
}

.news {
  padding-block: 11rem 10rem;
}
@media (max-width: 768px) {
  .news {
    padding-block: 10rem 7rem;
  }
}
.news .grid {
  position: absolute;
  left: 50%;
  top: 3.5rem;
  width: 129rem;
  height: 163rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .news .grid {
    display: none;
  }
}
.news__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .news__title {
    line-height: 120%;
  }
}
.news__filters {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .news__filters {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-inline: -2rem;
    padding-inline: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.news__filter {
  cursor: pointer;
}
.news__filter-input {
  display: none;
}
.news__filter-input:checked + .news__filter-btn {
  background: var(--brand-blue);
}
.news__filter-input:checked + .news__filter-btn:hover {
  background: var(--brand-blue);
}
.news__filter-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--brand----white);
  white-space: nowrap;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  background: #040a20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__filter-btn:not(.active):hover {
  background: var(--brand-blue-night);
}
.news__filter-btn.active {
  background: var(--brand-blue);
}
.news__list-circle {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 67.5rem;
  height: 46.2rem;
  max-width: none;
}
@media (max-width: 768px) {
  .news__list-circle {
    width: 51.1rem;
    height: 35rem;
  }
}
.news__list-circle_top {
  z-index: 1;
  top: 16.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .news__list-circle_top {
    top: 50rem;
  }
}
.news__list-circle_bottom {
  z-index: 1;
  bottom: -10.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .news__list-circle_bottom {
    bottom: 70rem;
  }
}
.news__list-circle img {
  width: 127.5rem;
  height: 106.2rem;
  max-width: none;
  max-height: none;
}
@media (max-width: 768px) {
  .news__list-circle img {
    width: 85.5rem;
    height: 70.2rem;
  }
}
.news__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.news__item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  padding: 2.5rem 3rem;
  border-radius: 1.5rem;
  background: #000615;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news__item {
    padding: 2.5rem;
  }
}
.news__item:hover .news__item-arrow path {
  fill: white;
}
.news__item-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .news__item-bg {
    display: none;
  }
}
.news__item-bg_mob {
  display: block;
}
@media (min-width: 769px) {
  .news__item-bg_mob {
    display: none;
  }
}
.news__item-body {
  position: relative;
}
.news__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: var(--brand----white);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .news__item-name {
    line-height: 110%;
    padding-right: 3.5rem;
  }
}
.news__item-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
}
.news__item-text:not(:last-child) {
  margin-bottom: 1em;
}
.news__item-arrow {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 768px) {
  .news__item-arrow {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.news__item-arrow path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: none) {
  .news__item-arrow path {
    fill: white;
  }
}
.news__more {
  font-family: var(--font-family);
  display: block;
  position: relative;
  margin: 3rem auto 0 auto;
}
@media (max-width: 768px) {
  .news__more {
    margin: 2.5rem 0 0;
    width: 100%;
  }
}

.error {
  position: relative;
  height: 100dvh;
  min-height: 60rem;
}
.error__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.error__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-width: none;
  overflow: visible;
}
.error__wrapper {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
  padding-block: 10rem;
}
.error__num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16rem;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .error__num {
    font-size: 13rem;
  }
}
.error__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
  color: var(--brand----white);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .error__text {
    font-size: 2.8rem;
  }
}
.error__description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  color: var(--brand----white);
  margin-bottom: 4.5rem;
}
.error__link {
  margin: 0 auto;
  max-width: 29.2rem;
}

.article {
  position: relative;
  margin-block: 4rem 8rem;
}
@media (max-width: 768px) {
  .article {
    margin-block: 3rem 6rem;
  }
}
.article .grid {
  position: absolute;
  left: 3rem;
  top: 4rem;
  width: 130rem;
  height: 470rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .article .grid {
    display: none;
  }
}
.article__content {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .article__content {
    margin-top: 3rem;
  }
}

.type {
  padding-block: 10rem;
}
@media (max-width: 768px) {
  .type {
    padding-block: 2.3rem 7rem;
  }
}
.type > *:last-child {
  margin-bottom: 0;
}
.type__cms-block {
  margin-block: 4rem 8rem;
}
@media (max-width: 768px) {
  .type__cms-block {
    margin-block: 3rem 6rem;
  }
}
.type .main-services {
  padding: 0;
  margin-block: 8rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .type .main-services {
    margin-block: 6rem;
  }
}
.type .main-works {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .type .main-works {
    margin-block: 6rem;
  }
}
.type .main-projects {
  padding: 0;
  margin-block: 8rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .type .main-projects {
    padding-bottom: 7.3rem;
    margin-block: 6rem;
  }
}
@media (max-width: 768px) {
  .type .main-projects__top {
    max-width: 28rem;
  }
}
.type .main-projects__decor {
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 83.7rem;
  height: 67.3rem;
}
.type .project-gallery {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .type .project-gallery {
    position: relative;
    padding-bottom: 6.8rem;
    margin-block: 6rem;
  }
}
.type .title--h3 {
  font-weight: 400;
}
@media (max-width: 768px) {
  .type .title--h3 {
    font-size: 2.8rem;
  }
}

.type-number-list {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .type-number-list {
    margin-block: 6rem;
  }
}
.type-number-list__title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .type-number-list__title {
    margin-bottom: 2.5rem;
  }
}
.type-number-list__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .type-number-list__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.type-number-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2.5rem;
}
.type-number-list__num {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 110%;
  color: var(--brand-blue-night);
  min-width: 3.7rem;
}
.type-number-list__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--brand----white);
}

.contacts {
  padding-block: 12rem 10rem;
}
@media (max-width: 768px) {
  .contacts {
    padding-block: 10rem 7rem;
  }
}
.contacts__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 3rem;
}
@media (max-width: 768px) {
  .contacts__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.contacts__col {
  position: relative;
}
.contacts__col:first-child {
  z-index: 2;
}
.contacts__col-circle {
  position: absolute;
  top: -30rem;
  left: -35rem;
  opacity: 0.7;
  width: 127.5rem;
  height: 106.2rem;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: visible;
}
@media (max-width: 768px) {
  .contacts__col-circle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90rem;
    height: 90rem;
    opacity: 0.8;
  }
}
.contacts__title {
  line-height: 90%;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .contacts__title {
    line-height: 120%;
  }
}
.contacts__block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 135%;
  color: var(--brand----white);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contacts__block-title {
    font-size: 2.4rem;
  }
}
.contacts__block-title_no-container {
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .contacts__block-title_no-container {
    margin-right: 0;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.contacts__item-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: #9399a4;
  margin-bottom: 1rem;
}
.contacts__item-info {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  color: var(--brand----white);
}
.contacts__item-info_number {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contacts__item-info_number:hover {
  color: var(--brand-blue);
}
.contacts__item-info_mail {
  color: var(--brand-blue);
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contacts__item-info_mail:hover {
  color: var(--brand-blue-light);
}
.contacts__item-info_address {
  max-width: 46.8rem;
}

#ymap {
  width: 100%;
  height: 36rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #ymap {
    margin-top: 1rem;
  }
}

.ymarker {
  width: 8rem;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  color: var(--brand-black);
  text-align: center;
  padding: 0.2rem 0.4rem;
  translate: -50% 50%;
  border-radius: 3rem;
  border: 0.3rem solid var(--brand-blue);
  background: var(--brand----white);
  cursor: pointer;
}

.about {
  padding-bottom: 10rem;
}
.about > *:last-child {
  margin-bottom: 0;
}
.about .title--h3 {
  font-weight: 400;
}
@media (max-width: 768px) {
  .about .title--h3 {
    font-size: 2.8rem;
  }
}
.about .main-management {
  margin-block: 8rem;
  padding-bottom: 0;
}
.about .main-management::after, .about .main-management::before {
  display: none;
}
.about .main-management__title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .about .main-management__title {
    position: relative;
    z-index: 1;
  }
}
.about .main-management__items {
  position: relative;
}
@media (max-width: 768px) {
  .about .main-management__items {
    position: static;
  }
}
.about .project-gallery {
  padding-block: 3rem 6rem;
}

.about-team__circle {
  position: absolute;
  z-index: 0;
  top: -3.9rem;
  left: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 43.8rem;
  height: 30rem;
  opacity: 0.9;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (max-width: 768px) {
  .about-team__circle {
    top: 4rem;
    opacity: 1;
  }
}
.about-team__circle-img {
  width: 103.8rem;
  height: 90rem;
  max-width: none;
  max-height: none;
}

.about-banner {
  position: relative;
  height: 55rem;
  padding-block: 10rem 3rem;
}
@media (max-width: 768px) {
  .about-banner {
    padding-bottom: 4rem;
  }
}
.about-banner .grid {
  position: absolute;
  left: 50%;
  bottom: -8rem;
  width: 130rem;
  height: 286rem;
  -webkit-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .about-banner .grid {
    display: none;
  }
}
.about-banner .container {
  height: 100%;
}
.about-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100%;
}
.about-banner__title {
  max-width: 80rem;
}

.about-structure {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .about-structure {
    margin-block: 6rem;
  }
}
.about-structure__title {
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .about-structure__title {
    margin-bottom: 2.5rem;
  }
}
.about-structure__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .about-structure__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.about-structure__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.9;
  width: 43.8rem;
  height: 30rem;
}
@media (max-width: 768px) {
  .about-structure__circle {
    opacity: 1;
  }
}
.about-structure__circle img {
  width: 103.8rem;
  height: 90rem;
  max-width: none;
  max-height: none;
}
@media (max-width: 768px) {
  .about-structure__circle img {
    width: 39rem;
    height: 70rem;
  }
}
.about-structure a.about-structure__item:hover .about-structure__item-circle_hover {
  opacity: 1;
}
.about-structure a.about-structure__item:hover .about-structure__item-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-structure__item {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 36rem;
  min-height: 20rem;
  padding: 2rem 2.5rem 2rem 3rem;
  border-radius: 1.5rem;
  background: #000615;
}
@media (max-width: 768px) {
  .about-structure__item {
    padding: 2rem 2rem 2rem 2.5rem;
  }
}
.about-structure__item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}
.about-structure__item-arrow {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .about-structure__item-arrow {
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
  }
}
.about-structure__item-logo {
  width: 13.3rem;
  height: 4.5rem;
}
.about-structure__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  color: var(--brand----white);
}
@media (max-width: 768px) {
  .about-structure__item-text {
    padding-right: 0.1rem;
  }
}
.about-structure__item-circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.about-structure__item-circle_hover {
  opacity: 0;
}
@media (max-width: 768px) {
  .about-structure__item-circle_hover {
    display: none;
  }
}

.about-reviews {
  position: relative;
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .about-reviews {
    margin-block: 6rem;
  }
}
.about-reviews__bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-reviews__wrapper {
  position: relative;
  z-index: 3;
}
.about-reviews__head {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.about-reviews__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about-reviews__btns {
    position: absolute;
    right: 0;
    bottom: -3.8rem;
    gap: 2.5rem;
  }
}
.about-reviews__btn {
  cursor: pointer;
  width: 5.8rem;
  height: 0.8rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about-reviews__btn.swiper-button-disabled {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .about-reviews__btn {
    overflow: hidden;
  }
  .about-reviews__btn_prev {
    width: 3.8rem;
  }
  .about-reviews__btn_next {
    width: 3.8rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .about-reviews__btn_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.about-reviews__btn-img {
  width: 5.8rem;
  height: 0.8rem;
}
@media (max-width: 768px) {
  .about-reviews__btn-img {
    max-width: none;
  }
}
.about-reviews__swiper {
  overflow: visible;
}
.about-reviews__swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.about-reviews__swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55rem;
  height: auto;
}
@media (max-width: 768px) {
  .about-reviews__swiper-slide {
    width: 32rem;
  }
}
.about-reviews__swiper-slide:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .about-reviews__swiper-slide:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.about-reviews__circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 43.8rem;
  height: 30rem;
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about-reviews__circle {
    top: 80%;
  }
}
.about-reviews__circle-img {
  width: 103.8rem;
  height: 90rem;
  max-width: none;
  max-height: none;
}

.about-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 55rem;
  min-height: 38rem;
  height: 100%;
  border-radius: 1.5rem;
  padding: 2.5rem 3rem 2.5rem 3.5rem;
  background: #000615;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-review {
    width: 32rem;
    min-height: 33.6rem;
    padding: 2.5rem 2rem 2.5rem 2.5rem;
  }
}
.about-review__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .about-review__body {
    gap: 3rem;
  }
}
.about-review__quaite {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .about-review__quaite {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.about-review__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  color: var(--brand----white);
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .about-review__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.about-review__link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2rem;
  line-height: 102%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--brand-blue);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .about-review__link {
    font-size: 1.6rem;
  }
}
.about-review__link:hover {
  color: var(--brand-blue-light);
}
.about-review__company {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--brand----white);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .about-review__company {
    font-size: 2rem;
  }
}
.about-review__date {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.66);
}
@media (max-width: 768px) {
  .about-review__date {
    font-size: 1.4rem;
  }
}

.thanks-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 0;
  visibility: hidden;
}
.thanks-modal.open {
  opacity: 1;
  visibility: visible;
}
.thanks-modal.open .thanks-modal__body {
  scale: 1;
}
.thanks-modal.open .thanks-modal__overlay {
  backdrop-filter: blur(2.2rem);
  background-color: rgba(23, 38, 81, 0.66);
  opacity: 1;
}
.thanks-modal__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(0rem);
  opacity: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 90rem;
  height: 35rem;
  padding: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  scale: 0.85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .thanks-modal__body {
    width: 35rem;
  }
}
.thanks-modal__body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.thanks-modal__body-wrapper {
  position: relative;
  z-index: 1;
}
.thanks-modal__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand----white);
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .thanks-modal__title {
    font-size: 3.2rem;
    line-height: 110%;
    margin-bottom: 1.5rem;
  }
}
.thanks-modal__description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 102%;
  text-align: center;
  color: var(--brand----white);
}
.thanks-modal__link {
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 4rem auto 0 auto;
}
@media (max-width: 768px) {
  .thanks-modal__link {
    max-width: 100%;
    width: 100%;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  z-index: 1000;
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 0;
  visibility: hidden;
}
.video-modal.open {
  opacity: 1;
  visibility: visible;
}
.video-modal.open .video-modal__overlay {
  backdrop-filter: blur(2.2rem);
  background-color: rgba(23, 38, 81, 0.75);
  opacity: 1;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(0rem);
  opacity: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-modal__body {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  width: 90vw;
  height: 90vh;
  border-radius: 1.2rem;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
@media (max-width: 768px) {
  .video-modal__body {
    max-width: none;
  }
}
.video-modal video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.8rem;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.video-modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 0;
}
@media (max-width: 768px) {
  .video-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.video-modal__close-icon {
  width: 3rem;
  height: 3rem;
}
/*# sourceMappingURL=main.css.map */