@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap";
:root {
  --font-family-normal: "Instrument Sans", sans-serif;
  --font-family-prime: "Montserrat", sans-serif;
  --font-family-prime-1: "Orbitron", sans-serif;
  --transition: 0.3s all ease-out;
  --white: #fff;
  --white-80: rgb(255 255 255 / 80%);
  --black: #000;
  --black-80: rgb(0 0 0 / 80%);
  --back: #101010;
  --border-radius: 18px;
  --dark-text: #272727;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

a {
  outline: none;
  font: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul,
ol,
dd {
  list-style: none;
  list-style-type: none;
}

input,
button,
textarea,
select,
span,
b {
  font: inherit;
}

button {
  color: inherit;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

::-webkit-scrollbar {
  width: 10px;
  border-radius: var(--border-radius);
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  border-radius: var(--border-radius);
  background-color: var(--white);
}

::-webkit-scrollbar-track {
  background-color: var(--back);
}

* {
  font-family: var(--font-family-normal);
  font-optical-sizing: auto;
}

html,
body {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  color: var(--white);
  background-color: var(--back);
}
@media only screen and (max-width: 1198px) {
  body.lock {
    min-height: 600px;
    max-height: 100vh;
  }
  body.lock::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    isolation: isolate;
  }
}
html[data-gallery-open="true"],
body[data-gallery-open="true"] {
  padding-right: 0 !important;
  overflow: hidden !important;
  width: 100%;
}
.xeg-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: 16px;
}
@media only screen and (min-width: 460px) {
  .xeg-container {
    padding-inline: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .xeg-container {
    padding-inline: 48px;
  }
}
@media only screen and (min-width: 1416px) {
  .xeg-container {
    padding-inline: 0;
  }
}
/**** START typography ****/
.xeg-title {
  margin-bottom: 32px;
  font-family: var(--font-family-prime);
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}
.xeg-title-big {
  font-size: 40px;
  font-family: var(--font-family-prime-1);
  font-weight: 800;
  max-width: 760px;
  margin-inline: auto;
}
@media only screen and (min-width: 680px) {
  .xeg-title-big {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-title-big {
    font-size: 104px;
    text-align: left;
    margin-bottom: 62px;
    margin-left: 0;
  }
}
.xeg-title-article {
  font-size: 36px;
}
@media only screen and (min-width: 680px) {
  .xeg-title-article {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-title-article {
    font-size: 64px;
  }
}
.xeg-title-block {
  font-size: 36px;
}
@media only screen and (min-width: 680px) {
  .xeg-title-block {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-title-block {
    font-size: 56px;
  }
}
.xeg-title-form {
  font-size: 36px;
}
@media only screen and (min-width: 992px) {
  .xeg-title-form {
    font-size: 40px;
  }
}
.xeg-title-card {
  margin-bottom: 8px;
  font-size: 24px;
}

.xeg-text {
  line-height: 125%;
  color: var(--white-80);
}
.xeg-text + .xeg-text {
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .xeg-text {
    padding-inline: 24px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 679px) {
  .xeg-text {
    padding-inline: 24px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-text {
    font-size: 20px;
  }
}

/**** END typography ****/
/**** START BUTTONS  ****/
.xeg-button {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  border-radius: inherit;
  overflow: hidden;
  font-family: var(--font-family-prime);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-text);
  cursor: pointer;
  transition: color 0.5s ease-out;
  white-space: nowrap;
  box-sizing: border-box;
}
.xeg-button::after {
  position: absolute;
  content: "";
  z-index: -2;
  background: linear-gradient(267deg, #f7f7f7 37.71%, #9d9d9d 107.15%);
  pointer-events: none;
  inset: 0;
  transition: all 0.5s ease-out;
}
.xeg-button::before {
  position: absolute;
  content: "";
  bottom: -21px;
  left: -19px;
  z-index: -1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  background: linear-gradient(223deg, #3a3a3a 49.45%, #121212 78.43%);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
.xeg-button-wrap {
  max-width: max-content;
  border-radius: 75px;
  box-shadow: 0 5px 15.1px 0 rgba(255, 255, 255, 0.21);
}
@media (any-hover: hover) {
  .xeg-button-wrap:hover {
    box-shadow: 0 5px 15.1px 0 rgba(0, 0, 0, 0.71);
  }
  .xeg-button-wrap:hover .xeg-button {
    color: var(--white);
  }
  .xeg-button-wrap:hover .xeg-button::after {
    opacity: 0;
  }
  .xeg-button-wrap:hover .xeg-button::before {
    bottom: -73px;
    left: -89px;
    width: 449px;
    height: 319px;
  }
}

/**** END BUTTONS ****/

/**** START header  ****/
.xeg-header {
  position: relative;
  z-index: 3;
}
.xeg-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding-block: 16px;
}
@media only screen and (min-width: 1199px) {
  .xeg-header-wrap {
    padding-block: 24px;
  }
}

.xeg-logo {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 180px;
}
.xeg-logo svg {
  width: 180px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .xeg-logo svg {
    width: 252px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-logo {
    max-width: 252px;
  }
}

/**** END header ****/
/**** START MENU  ****/
.xeg-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding: 16px;
}
.xeg-menu-header .xeg-logo {
  max-width: 124px;
}
.xeg-menu-header .xeg-logo svg {
  width: 124px;
  height: 16px;
}
@media only screen and (min-width: 1199px) {
  .xeg-menu-header {
    display: none;
  }
}
.xeg-menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media only screen and (min-width: 1199px) {
  .xeg-menu-close {
    display: none;
  }
}
.xeg-menu-button {
  position: relative;
  z-index: 3;
  display: none;
}
@media all and (max-width: 1198px) {
  .xeg-menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
}
.xeg-menu-lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.xeg-menu-lines,
.xeg-menu-lines::after,
.xeg-menu-lines::before {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: var(--white);
  transition: var(--transition);
}
.xeg-menu-lines::before {
  content: "";
  top: -5px;
  width: 100%;
}
.xeg-menu-lines::after {
  content: "";
  top: 5px;
}
.xeg-menu-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 1199px) {
  .xeg-menu-nav {
    gap: 64px;
  }
}
@media all and (max-width: 1198px) {
  .xeg-menu-nav {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    max-width: max-content;
    min-height: 100%;
    padding: 40px;
    border-radius: var(--border-radius);
    border: 1px dashed #505050;
    box-shadow: 2px 4px 19.2px 0 rgba(14, 14, 15, 0.63);
    visibility: hidden;
    opacity: 0;
    background-color: rgba(20, 20, 20, 0.18);
    transform: translateX(-50%);
    backdrop-filter: blur(40.7px);
  }
  .xeg-menu-nav::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 50%;
    width: 494px;
    height: 268px;
    background-image: url("../img/graph.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .xeg-menu-nav .xeg-button-wrap {
    margin-top: 32px;
  }
  .xeg-menu-nav-1 .xeg-button-wrap {
    margin-block: 32px;
  }
}
.xeg-menu-link {
  position: relative;
  z-index: 1;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.xeg-menu-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 2px;
  background: var(--white);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .xeg-menu-link:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .xeg-menu-link {
    padding: 6px 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .xeg-menu-link {
    padding: 6px 0;
  }
}
@media only screen and (min-width: 1199px) {
  .xeg-menu {
    padding: 0;
  }
}

@media all and (max-width: 1198px) {
  .is-open .xeg-menu-nav {
    min-height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .is-open .xeg-menu-lines {
    background: transparent;
  }
  .is-open .xeg-menu-lines::before {
    top: 0;
    transform: rotate(45deg);
  }
  .is-open .xeg-menu-lines::after {
    top: 0;
    width: 100%;
    transform: rotate(-45deg);
  }
}
/**** END MENU ****/
/**** START screen  ****/
.xeg-videobg {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.xeg-videobg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.8);
}

.xeg-screen {
  position: relative;
  width: 100%;
  height: 661px;
  margin-top: -100px;
  overflow: hidden;
  color: white;
}
.xeg-screen-inner {
  width: 100%;
}

.xeg-screen .xeg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translate(-50%, -50%);
}
.xeg-screen .xeg-text {
  max-width: 720px;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .xeg-screen {
    height: 861px;
    margin-top: -144px;
  }
  .xeg-screen-inner {
    padding-block: 140px 50px;
    max-width: 1220px;
  }
  .xeg-screen .xeg-text {
    text-align: right;
    font-size: 28px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 475px) {
  .xeg-screen .xeg-text {
    padding: 0;
  }
  .xeg-screen .xeg-text span {
    display: block;
  }
}

/**** END screen ****/
/**** START process ****/
.xeg-process {
  padding-block: 75px 75px;
  background-image: url("../img/dark_background-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 679px) {
  .xeg-process {
    padding-block: 75px 50px;
  }
}
.xeg-process .xeg-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 48px;
  z-index: 1;
}
@media only screen and (min-width: 1280px) {
  .xeg-process .xeg-container {
    flex-direction: row;
    justify-content: space-between;

    gap: 24px;
    z-index: 1;
  }
}
.xeg-process-wrap {
  position: relative;
  max-width: 555px;
}
@media only screen and (min-width: 1280px) {
  .xeg-process-wrap {
    width: calc(100% - 616px);
    /* padding-top: 48px; */
  }
  .xeg-process-wrap * {
    text-align: left;
  }
}
.xeg-tiles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 680px) {
  .xeg-tiles {
    flex: 0 0 616px;
    flex-flow: row wrap;
    width: 616px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1416px) {
  .xeg-tiles {
    margin: 0 40px;
  }
}

.xeg-tile {
  position: relative;
  width: 100%;
  max-width: 298px;
  border-radius: var(--border-radius);
  box-shadow: -2px 4px 10.9px 0 rgba(14, 14, 15, 0.6);
}
.xeg-tile-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 287px;
  border-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 679px) {
  .xeg-tile-bg {
    width: 250px;
    height: 241px;
  }
}
.xeg-tile-bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(
      46deg,
      rgba(153, 153, 153, 0) 0%,
      rgb(153, 153, 153) 100%
    )
    border-box;
  inset: -2px;
  mask: linear-gradient(var(--white) 0 0) padding-box,
    linear-gradient(var(--white) 0 0);
  mask-composite: exclude;
}
.xeg-tile-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 1.5s ease-in-out;
  object-fit: cover;
  aspect-ratio: 1;
  inset: 0;
}
.xeg-tile .xeg-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 16px;
  text-align: left;
}

.xeg-tile-bg .color-img {
  opacity: 0;
}

.xeg-tile-bg.active .gray-img {
  opacity: 0;
}

.xeg-tile-bg .gray-img {
  opacity: 1;
}

/* При наличии класса .active на родительском блоке, меняем видимость картинок */
.xeg-tile-bg.active .color-img {
  opacity: 1;
}

/**** END xeg-process ****/
/**** START marquee  ****/
.xeg-marquee {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding-top: 60px;
  overflow: hidden;
}

.xeg-marquee::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    rgb(16, 16, 16) 0%,
    rgba(16, 16, 16, 0) 25%,
    rgba(16, 16, 16, 0) 75%,
    rgb(16, 16, 16) 100%
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  inset: 0;
}

.xeg-marquee .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
}
.xeg-marquee .swiper-slide img {
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .xeg-marquee .swiper-slide img {
    height: 50px;
  }
  .xeg-marquee {
    padding-top: initial;
  }
}
@media only screen and (max-width: 1279px) {
  .xeg-marquee::before {
    background-image: linear-gradient(
      90deg,
      rgb(14, 14, 14) 0%,
      rgba(14, 14, 14, 0) 25%,
      rgba(16, 16, 16, 0) 75%,
      rgb(16, 16, 16) 100%
    );
  }
}
@media only screen and (max-width: 679px) {
  .xeg-marquee {
    padding-top: 40px;
  }
  .xeg-marquee::before {
    background-image: linear-gradient(
      90deg,
      rgb(14, 14, 14) 0%,
      rgba(14, 14, 14, 0) 25%,
      rgba(17, 17, 17, 0) 75%,
      rgb(17, 17, 17) 100%
    );
  }
}

/**** END marquee ****/
/**** START slider ****/
.swiper {
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: stretch;
  box-sizing: content-box;
  width: 100%;
  will-change: transform;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  /* Убедитесь, что здесь нет свойства transition */
}

.swiper-slide,
.swiper-wrapper,
.swiper-slide * {
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
}

/**** END slider ****/
/**** START carousel  ****/
.xeg-portfolio {
  padding-block: 75px 50px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  .xeg-portfolio {
    padding-block: 50px 25px;
  }
}
.xeg-portfolio::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -900px;
  width: 1830px;
  height: 1830px;
  background-image: url("../img/ellipse.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: translateY(-50%);
}
.xeg-portfolio .xeg-text {
  max-width: 940px;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .xeg-portfolio {
    padding-block: 75px 50px;
  }
}

.carousel__item:focus,
.carousel__contents:focus {
  box-shadow: none !important;
  outline: none !important;
}

.carousel {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0.1px);
  text-shadow: 1px 1px 5px #000000fc;
}
@media only screen and (min-width: 550px) {
  .carousel {
    width: 100%;
    text-shadow: 1px 1px 1px #000000c0;
  }
}

.carousel__list {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-block: 48px;
  isolation: isolate;
  will-change: transform;
  contain: layout;
}
@media only screen and (min-width: 992px) {
  .carousel__list {
    margin-block: 64px;
  }
}

/* .carousel__image, */
.carousel__contents {
  width: 480px;
  height: auto;
}

.carousel__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: grayscale(1);
  transition: var(--transition);
}

.carousel__item:hover img {
  filter: grayscale(0);
}

.carousel__contents {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
}
@media only screen and (min-width: 480px) {
  .carousel__contents {
    max-width: 480px;
  }
}

.carousel__contents .xeg-title,
.carousel__contents p {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transform: translateY(-200px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.6s;
  transition-duration: 0.5s;
  will-change: opacity, transform;
}

[data-active] .carousel__contents .xeg-title,
[data-active] .carousel__contents p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear;
}

[data-active] .carousel__contents * {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.66s;
}

[data-active] .carousel__contents .xeg-title {
  transition-delay: 0.2s;
}

[data-active] .carousel__contents p {
  transition-delay: 0.3s;
}

.carousel__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.carousel__nav button svg {
  width: 32px;
  height: 32px;
  transition: var(--transition);
}
@media only screen and (min-width: 992px) {
  .carousel__nav button svg {
    width: 48px;
    height: 48px;
  }
}
@media (any-hover: hover) {
  .carousel__nav button:hover svg {
    fill-opacity: 0.56;
  }
}
@media only screen and (min-width: 680px) {
  .carousel__nav {
    max-width: 336px;
  }
}

.carousel__item {
  position: relative;
  display: grid;
  flex: 1 1 10%;
  height: 434px;
  margin: 0 10px;

  border-radius: var(--border-radius);
  box-shadow: 0 2px 19.8px 0 rgba(0, 0, 0, 0.39);
  outline: none;
  border: none;
  overflow: hidden;
  cursor: pointer;
  transform: translate3d(0, 0, 0.1px);
  box-sizing: border-box;
  align-content: start;
  isolation: isolate;
  contain: layout;
  transition: flex-basis 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
}
/* .carousel__item::before {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 37.44%,
    rgba(0, 0, 0, 0.98) 100%
  );
  pointer-events: none;
  inset: 0px;
} */
@media only screen and (min-width: 1416px) {
  .carousel__item {
    margin: 0 20px;
  }
}

.carousel__item,
.carousel__item * {
  user-select: none;
}

.carousel__item[data-active],
.carousel__item[data-active] * {
  opacity: 1;
  filter: none;
}

.carousel__item[data-active] {
  flex-basis: 480px;
  max-width: 480px;
  box-shadow: 0 4px 17.7px 0 rgba(0, 0, 0, 0.49);
  flex-grow: 0;
}
@media only screen and (min-width: 500px) {
  .carousel__item[data-active] {
    flex: 0 0 480px;
    width: 480px;
  }
}

@media screen and (min-width: 1500px) {
  .carousel__item:nth-child(1),
  .carousel__item:nth-child(n + 12) {
    flex: 0 0 0px;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1500px) {
  .carousel__item:nth-child(1),
  .carousel__item:nth-child(n + 10) {
    flex: 0 0 0px;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .carousel__item {
    flex-basis: 10%;
  }
}
@media screen and (max-width: 1099px) {
  .carousel__item:nth-child(n + 9) {
    flex: 0 0 0px;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .carousel__item:nth-child(2),
  .carousel__item:nth-child(8) {
    flex: 0 0 0px;
    transform: translateX(-20px);
  }
  .carousel__item:nth-child(8) {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 840px) {
  .carousel__item:nth-child(3),
  .carousel__item:nth-child(7) {
    flex: 0 0 0px;
    transform: translateX(-20px);
  }
  .carousel__item:nth-child(8) {
    transform: translateX(20px);
  }
  .carousel__item:nth-child(1),
  .carousel__item:nth-child(n + 9) {
    flex: 0 0 0px;
    margin: 0;
    border: none;
    box-shadow: none;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .carousel__item:nth-child(n) {
    flex: 0 0 0px;
    width: 0;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }
  .carousel__item:nth-child(4),
  .carousel__item:nth-child(6) {
    flex: 0 0 0px;
    transform: translateX(-20px);
  }
  .carousel__item:nth-child(4) {
    transform: translateX(20px);
  }
  .carousel__item:nth-child(5) {
    flex: 0 0 100%;
    margin: 0;
    opacity: 1 !important;
  }
}
/**** END carousel ****/
/**** START video  ****/
.xeg-video.xeg-container {
  max-width: 1320px;
  padding: 32px;
}

/* @media screen and (max-width: 460px) {
  .xeg-video.xeg-container {
    padding-left: 16px;
    padding-right: 16px;
  }
} */
.xeg-video-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
}
.xeg-video-block video {
  /**position: absolute;
  top: 0;
  left: 0;**/
  z-index: 1;
  width: 100%;
  object-fit: cover;
}

/**** END video  ****/
/**** START workflow  ****/
.xeg-workflow {
  padding-block: 75px;
}
/* .xeg-workflow .xeg-container {
  position: relative;
}
.xeg-workflow .xeg-container::before {
  position: absolute;
  content: "";
  top: 350px;
  right: -603px;
  width: 1350px;
  height: 1124px;
  z-index: 2;
  background-image: url("../img/element.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
} */
@media only screen and (min-width: 992px) {
  .xeg-workflow {
    padding-block: 75px;
  }
  .xeg-workflow .xeg-container::before {
    top: -315px;
  }
}
@media screen and (max-width: 679px) {
  .xeg-workflow {
    padding-block: 50px;
  }
}

.xeg-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-block: 40px 0;
}
@media only screen and (min-width: 992px) {
  .xeg-cards {
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    align-items: stretch;
    margin-block: 64px 56px;
  }
}

.xeg-card {
  position: relative;
  width: 100%;
  max-width: 415px;
  padding: 24px;
  z-index: 3;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.xeg-card-content {
  max-width: 217px;
  padding-top: 162px;
}
.xeg-card * {
  text-align: left;
}
.xeg-card-1 {
  background-image: url("../img/card-1.png");
}
.xeg-card-2 {
  background-image: url("../img/card-2.png");
}
.xeg-card-3 {
  background-image: url("../img/card-3.png");
}

/**** END workflow ****/

/**** START studio  ****/
.xeg-studio {
  padding-block: 56px;
}
.xeg-studio .xeg-container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.xeg-studio .xeg-container::before {
  position: absolute;
  content: "";
  z-index: 1;
  right: -603px;
  bottom: -150px;
  width: 1350px;
  height: 1124px;
  background-image: url("../img/element.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media only screen and (min-width: 1280px) {
  .xeg-studio .xeg-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
.xeg-studio-wrap {
  position: relative;
  max-width: 670px;
}
@media only screen and (min-width: 992px) {
  .xeg-studio-wrap * {
    text-align: left;
  }
}
.xeg-studio .xeg-container {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .xeg-studio .xeg-container {
    flex-direction: row;
  }
}
.xeg-studio .xeg-img {
  max-width: 680px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .xeg-studio .xeg-img {
    position: absolute;
    left: 670px;
    width: 680px;
    height: 469px;
  }
}
.xeg-studio .xeg-studio-wrap {
  max-width: 670px;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .xeg-studio .xeg-studio-wrap {
    margin-left: 0;
  }
}
.xeg-studio .xeg-title-block span {
  display: block;
}
@media only screen and (min-width: 992px) {
  .xeg-studio .xeg-title-block span:nth-child(2) {
    text-indent: 10px;
  }
  .xeg-studio .xeg-title-block span:nth-child(3) {
    text-indent: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-studio {
    padding-block: 125px 75px;
  }
}

/**** END studio ****/

/**** START form ****/

.xeg-contact {
  padding-block: 75px;
  position: relative;
}
@media screen and (max-width: 679px) {
  .xeg-contact {
    padding-block: 50px;
  }
}
.xeg-contact::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 50%;
  width: 1790px;
  height: 1442px;
  z-index: -2;
  background-image: url("../img/ellipse-form.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.xeg-contact .xeg-text {
  line-height: 137.5%;
  max-width: 500px;
  margin: auto;
}
.xeg-contact-form {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  padding: 40px;
  border-radius: var(--border-radius);
  box-shadow: 2px 4px 19.2px 0 rgba(14, 14, 15, 0.63);
  background-color: rgba(20, 20, 20, 0.18);
}
.xeg-contact-form::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 494px;
  height: 268px;
  background-image: url("../img/graph.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: translateX(-50%);
}
.xeg-contact-form::before {
  position: absolute;
  content: "";
  z-index: -1;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(
      46deg,
      rgba(153, 153, 153, 0) 0%,
      rgb(153, 153, 153) 100%
    )
    border-box;
  inset: -2px;
  mask: linear-gradient(var(--white) 0 0) padding-box,
    linear-gradient(var(--white) 0 0);
  mask-composite: exclude;
}
.xeg-contact-form .xeg-button-wrap-ok {
  max-width: 123px !important;
  pointer-events: none;
}
.xeg-contact-form .xeg-button-wrap .xeg-button-ok {
  display: none;
}
.xeg-contact-form .xeg-button-wrap.xeg-button-wrap-ok .xeg-button-ok {
  display: block;
}
.xeg-contact-form .xeg-button-wrap-ok .xeg-button-send {
  display: none;
}
.xeg-form {
  margin-top: 30px;
}
.xeg-form-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 10px auto 32px;
  border-radius: 8px;
  box-shadow: -1px 4px 47.5px -23px var(--white);
  background: #101010;
}
.xeg-form-icon::before {
  position: absolute;
  content: "";
  z-index: -1;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(
      -15deg,
      rgba(153, 153, 153, 0) 0%,
      rgb(153, 153, 153) 100%
    )
    border-box;
  inset: -2px;
  mask: linear-gradient(var(--white) 0 0) padding-box,
    linear-gradient(var(--white) 0 0);
  mask-composite: exclude;
}
.xeg-form-group {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.xeg-form input,
.xeg-form textarea {
  width: 100%;
  padding: 8px 0;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--white);
  background: transparent;
  box-sizing: border-box;
}
.xeg-form textarea {
  min-height: 144px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  resize: vertical;
}
.xeg-form input::placeholder,
.xeg-form textarea::placeholder {
  color: var(--white);
}
.xeg-form input:focus,
.xeg-form textarea:focus {
  opacity: 0.5;
}
.xeg-form .xeg-button-wrap {
  width: 100%;
  max-width: 323px;
  margin: 10px auto 10px;
}
.xeg-form .xeg-button {
  width: 100%;
}

.alert-error {
  color: #f00;

  margin-right: 5px;
  display: none;
  text-align: right;
}
.alert-success {
  color: #0f0;
  display: none;
}
.xeg-form-group + .alert-error {
  margin-top: -15px;
}
/**** END form ****/
/**** START footer  ****/
.xeg-footer {
  padding-block: 0 40px;
}
.xeg-footer * {
  font-family: var(--font-family-prime);
  line-height: normal;
}
.xeg-footer-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .xeg-footer-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
  }
}
.xeg-footer .xeg-logo {
  margin: 0 auto 22px;
}
@media only screen and (min-width: 992px) {
  .xeg-footer .xeg-logo {
    margin: 0 0 24px;
  }
}
.xeg-footer-nav {
  display: flex;
  gap: 16px;
}
.xeg-footer a {
  display: block;
  font-size: 16px;
  transition: var(--transition);
  white-space: nowrap;
}
@media (any-hover: hover) {
  .xeg-footer a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.xeg-footer .xeg-copy {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .xeg-footer .xeg-copy {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .xeg-footer {
    padding-block: 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .xeg-footer a {
    font-size: 14px;
  }
}

/**** END footer ****/
/**** START article  ****/
.xeg-article {
  margin-block: 104px;
}
.xeg-article .xeg-container {
  max-width: 1120px;
}
.xeg-article .xeg-container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -1100px;
  width: 1830px;
  z-index: -1;
  height: 1830px;
  background-image: url("../img/ellipse.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transform: translateY(-50%);
}
.xeg-article p,
.xeg-article li {
  text-align: left;
  line-height: 150%;
  span {
    font-weight: 600;
    text-transform: uppercase;
  }
}
.xeg-article p + p {
  margin-top: 16px;
}

.xeg-list-dot {
  margin: 16px 0 16px 20px;
  list-style: disc;
}

.xeg-list-letter {
  list-style: lower-latin;

  margin: 8px 0 8px 20px;
}
.xeg-article li {
  margin-bottom: 8px;
}

/**** END article ****/
/**** START cookies  ****/
.xeg-cookies-notice {
  position: fixed;
  right: 16px;

  bottom: 24px;
  z-index: 99;
  padding: 24px 34px;
  max-width: 290px;
  text-align: center;
  border-radius: 18px;
  /* border: 1px solid #fff; */
  background: radial-gradient(
      71.93% 102.64% at 50% -52.77%,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(20, 20, 20, 0.15) 100%
    ),
    linear-gradient(0deg, #141414 0%, #141414 100%),
    linear-gradient(267deg, #f7f7f7 37.71%, #9d9d9d 107.15%),
    linear-gradient(188deg, #101010 29.83%, #171717 84.41%);
  box-shadow: 6px 4px 10.9px 0 rgba(14, 14, 15, 0.6);

  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 490px) {
  .xeg-cookies-notice {
    max-width: 410px;
    right: 24px;
  }
}
.xeg-cookies-notice::before {
  position: absolute;
  content: "";
  z-index: -1;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(
      111deg,
      rgba(153, 153, 153, 0) 84%,
      rgba(153, 153, 153, 0.7) 100%
    )
    border-box;
  inset: -1px;
  mask: linear-gradient(var(--white) 0 0) padding-box,
    linear-gradient(var(--white) 0 0);
  mask-composite: exclude;
}
.xeg-cookies-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .xeg-cookies-close:hover {
    opacity: 0.7;
  }
}

.xeg-title-cookies {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 16px;
}
.xeg-cookies-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.xeg-cookies-notice .xeg-button-wrap {
  margin: 32px auto 0;
}

/**** END cookies ****/

/* Cloudflare Turnstile widget */
.cf-turnstile-wrap {
  display: flex;
  justify-content: center;
}
.cf-turnstile {
  margin: 20px 0;
  width: 300px;
  height: 65px;
}
@media only screen and (max-width: 480px) {
  .cf-turnstile {
    transform: scale(0.7);
    transform-origin: center top;
  }
}

/* Gallery */
.carousel__gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100dvh;
  overscroll-behavior: none;
}
.carousel__gallery-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  overflow: auto;
  background: var(--black-80);
}

.carousel__gallery-wrap.carousel__gallery-wrap--frame {
  align-items: center;
}
.carousel__gallery-wrap--frame .gallery-btn--view {
  display: none;
}
.carousel__gallery-wrap--frame .carousel__gallery-body {
  max-width: 1300px;
}
.carousel__gallery-body {
  width: 90%;

  padding-block: 24px;
}
.carousel__gallery-wrap--pic .carousel__gallery-body {
  max-width: 500px;
}
.carousel__gallery-wrap--frame .gallery-btn--view {
  display: none;
}
.carousel__gallery-body.is-full-view {
  max-width: 2500px;
}
.carousel__gallery-pic {
  width: 100%;
  height: 80vh;
  box-shadow: 0 0 0 2px #FFFFFF3D;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, max-width 0.3s ease-in-out;
  background: url("../img/loading.gif") center no-repeat #FFFFFF;
  background-size: 80% auto;
}
.carousel__gallery-pic img {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .carousel__gallery-pic {
    box-shadow: 0 0 0 4px #FFFFFF3D;
  }
}
.carousel__gallery-frame {
  width: 100%;
}
.carousel__gallery-nav {
  position: fixed;
  bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .carousel__gallery-nav {
    bottom: 50px;
  }
}
.gallery-nav {
  display: flex;
  border-radius: 18px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  background: #0d0e0d;
}
.gallery-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.gallery-btn:first-child {
  padding-inline: 30px;
}
.gallery-btn:last-child {
  padding-inline: 30px;
}
.gallery-btn--view-small {
  display: none;
}
.gallery-btn--view.is-full-view .gallery-btn--view-full {
  display: none;
}
.gallery-btn--view.is-full-view .gallery-btn--view-small {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .gallery-btn--view {
    display: none;
  }
}
.gallery-btn.active {
  background: #2a2a2a;
}
@media (any-hover: hover) {
  .gallery-btn:hover {
    background: #2a2a2a;
  }
}
.carousel__gallery-frame .gallery-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.carousel__gallery-frame .gallery-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xeg-footer-links {
  display: flex;
  gap: 16px;
}

.xeg-footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.xeg-footer-social svg {
  display: block;
  width: 20px;
  height: 20px;
  display: block;
}
.xeg-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .xeg-footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .xeg-footer-social {
    order: 1;
  }
  .xeg-footer-links {
    order: 2;
    justify-content: center;
  }
}