@charset "UTF-8";
:root {
  --font: "Inter", sans-serif;
  --primary: #625EE3;
  --primary-light: #D0CFF7;
  --primary-white: #EFEFFC;
  --black: #0C0B19;
}

.theme-white {
  --primary-light: var(--black);
  --primary-white: var(--black);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@font-face {
  font-family: "Inter";
  src: local("Inter Light"), local("Inter-Light"), url("/static/fonts/Inter/Inter-Light.woff2") format("woff2"), url("/static/fonts/Inter/Inter-Light.woff") format("woff"), url("/static/fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"), url("/static/fonts/Inter/Inter-Regular.woff2") format("woff2"), url("/static/fonts/Inter/Inter-Regular.woff") format("woff"), url("/static/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("/static/fonts/Inter/Inter-Medium.woff2") format("woff2"), url("/static/fonts/Inter/Inter-Medium.woff") format("woff"), url("/static/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("/static/fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("/static/fonts/Inter/Inter-SemiBold.woff") format("woff"), url("/static/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"), url("/static/fonts/Inter/Inter-Bold.woff2") format("woff2"), url("/static/fonts/Inter/Inter-Bold.woff") format("woff"), url("/static/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.anim-hover {
  position: relative;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.anim-hover:hover:before, .anim-hover:hover:after {
  opacity: 1;
}
.anim-hover:before {
  content: "";
  display: block;
  background: url("/static/images/grid.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.anim-hover:after {
  content: "";
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(45, 5, 22, 0.3), rgba(98, 94, 227, 0.2), rgba(45, 5, 22, 0.1), rgba(45, 5, 22, 0.05));
  background-size: 150% 150%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  animation: shine 10s ease-in-out alternate infinite;
}
@keyframes shine {
  0%, 100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
}

.lang--de .navbar {
  max-width: 680px;
}
.lang--de .navbar__next:after {
  content: "Call buchen";
}
.lang--de .navbar__next-hover .navbar__next {
  width: 150px;
}
.lang--de .button-primary {
  max-width: 166px;
}
@media (max-width: 720px) {
  .lang--de .navbar {
    max-width: 380px;
  }
  .lang--de .navbar__call {
    width: 44px;
  }
  .lang--de .navbar__next-hover .navbar__next {
    width: auto;
  }
}
@media (max-width: 370px) {
  .lang--de .navbar__call:after, .lang--de .navbar__next:after {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 66%;
    overflow: hidden;
  }
}

.lang--ru .footer__call-address {
  max-width: 273px;
}
.lang--ru .list-service__service-item:nth-child(1) h4 {
  font-size: 57px;
}
.lang--ru .call-to-action__item {
  height: 370px !important;
}
.lang--ru .call-to-action__item-inner div:first-child p {
  max-width: 326px !important;
}
.lang--ru .services__item-list ul li {
  text-wrap: wrap;
}
.lang--ru .navbar {
  max-width: 700px;
}
.lang--ru .navbar__next:after {
  content: "Оформить заявку";
}
.lang--ru .navbar__next-hover .navbar__next {
  width: 200px;
}
.lang--ru .title-main {
  font-size: 80px !important;
}
.lang--ru .button-primary {
  max-width: 200px;
}
@media (max-width: 1000px) {
  .lang--ru .title-main {
    font-size: 68px !important;
  }
  .lang--ru .list-service__service-item:nth-child(1) h4 {
    font-size: 44px;
  }
}
@media (max-width: 900px) {
  .lang--ru .list-service__service-item {
    height: 360px;
  }
  .lang--ru .list-service__service-item p {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .lang--ru .header__text {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .lang--ru .title-main {
    font-size: 55px !important;
  }
  .lang--ru .list-service__service-item:nth-child(1) h4 {
    font-size: 35px;
  }
  .lang--ru .list-service__service-item {
    height: 350px !important;
  }
}
@media (max-width: 675px) {
  .lang--ru .cases__item-title {
    font-size: 16px !important;
  }
  .lang--ru .footer__call-address-mobile {
    flex-direction: column;
    gap: 8px;
  }
  .lang--ru .footer__call-address-mobile div {
    display: none;
  }
}
@media (max-width: 720px) {
  .lang--ru .navbar {
    max-width: 460px;
  }
  .lang--ru .navbar__buttons {
    margin-left: 0 !important;
  }
  .lang--ru .navbar__buttons a {
    max-width: 200px !important;
  }
  .lang--ru .navbar__call {
    width: 44px;
  }
}
@media (max-width: 600px) {
  .lang--ru .title-main {
    font-size: 41px !important;
  }
  .lang--ru .list-service__service-item:first-child h4 {
    font-size: 33px !important;
  }
  .lang--ru .list-service__service-item h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 475px) {
  .lang--ru .advantages-about-us__item-main {
    font-size: 26px;
  }
}
@media (max-width: 454px) {
  .lang--ru .title-main {
    font-size: 33px !important;
  }
  .lang--ru .navbar__call:after, .lang--ru .navbar__next:after {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 66%;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .lang--ru .call-to-action__item {
    height: 400px !important;
  }
}
@media (max-width: 375px) {
  .lang--ru .title-main {
    font-size: 27px !important;
  }
}

.del_select_languages {
  display: flex;
}

.select_languages {
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  margin-left: 8px;
  flex-direction: column;
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  overflow: hidden;
}
.select_languages:hover .russian-logo {
  transform: translateY(-40px);
}
.select_languages:hover .germany-logo {
  transform: translateY(-40px);
}
.select_languages img {
  height: 44px;
  width: 44px;
}
.select_languages .russian-logo {
  width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  background-color: #ffffff;
  border-radius: 50% !important;
  position: relative;
  overflow: hidden;
  margin-bottom: 50%;
  transition: transform 0.3s ease;
}
.select_languages .russian-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 18px;
  transform: translateY(-50%);
  background-color: #428BC1;
}
.select_languages .russian-logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 18px;
  background-color: #ED4C5C;
}
.select_languages .germany-logo {
  width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  background-color: #3E4347;
  border-radius: 50% !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.select_languages .germany-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  width: 18px;
  transform: translateY(-50%);
  background-color: #ED4C5C;
}
.select_languages .germany-logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 18px;
  background-color: #FFE62E;
}

.transition:hover .russian-logo {
  transform: translateY(40px) !important;
}
.transition:hover .germany-logo {
  transform: translateY(40px) !important;
}
.transition .russian-logo {
  margin-top: -40px;
}
.transition .germany-logo {
  margin-top: 0;
}

.mobile_select_language {
  display: none !important;
}

@media (max-width: 767px) {
  .del_select_languages {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .select_languages {
    margin-left: 0;
    border-radius: 4px !important;
  }
}
@media (max-width: 400px) {
  .mobile_select_language {
    display: block !important;
  }
}
.header {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 26px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  justify-content: flex-end;
}
.header__text {
  color: var(--primary-light);
  line-height: 1.5;
  opacity: 0.5;
}
.header__logo {
  position: fixed;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  z-index: 100;
  padding: 8px;
  border-radius: 10px;
  transition: 0.2s;
}
.header__logo svg {
  width: 168px;
}

.del_select_languages {
  display: flex;
}

@media (max-width: 767px) {
  .header__text, .header .button-primary {
    display: none;
  }
  .del_select_languages {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .header__logo {
    top: 20px;
  }
  .header__logo svg {
    width: 125px;
  }
}
.button-primary {
  width: 100%;
  height: 52px;
  position: relative;
}
.button-primary:hover .button-primary__anim:before,
.button-primary:hover .button-primary__text:before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), var(--primary), rgba(0, 0, 0, 0) 100%);
}
.button-primary__text {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-primary__text svg {
  margin-right: 16px;
  width: 10px;
}
.button-primary__text, .button-primary__anim {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.button-primary__text:before, .button-primary__anim:before {
  content: "";
  width: 99999px;
  height: 999999px;
  top: 50%;
  left: 50%;
  background-image: conic-gradient(rgba(0, 0, 0, 0), var(--primary), rgba(0, 0, 0, 0) 25%);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  transform: translate(-50%, -50%) rotate(0);
  z-index: -2;
  animation: glow 4s linear infinite;
  transition: 0.2s;
}
.button-primary__anim {
  filter: blur(25px);
}
.button-primary__text:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--black);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes glow {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 148px;
  position: relative;
  padding-bottom: 32px;
}
.main .button-primary {
  display: none;
}
.main__title {
  font-size: 96px;
  line-height: 0.8;
  text-align: center;
}
.main__title span {
  display: block;
  background-image: linear-gradient(180deg, #625EE3 20.9%, rgba(98, 94, 227, 0) 100%);
  background-clip: text;
  color: transparent;
}
.main__subtitle {
  max-width: 534px;
  text-align: center;
  font-size: 22px;
  line-height: 1.36;
  color: var(--primary-light);
  opacity: 0.5;
  margin-top: 64px;
}
.main__list {
  width: 100%;
  margin-top: 130px;
}
.main__item {
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 364px;
  width: 100%;
  height: 255px;
  padding: 40px 40px 32px 32px;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 58.4%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
.main__item:after {
  content: "";
  display: block;
  background: radial-gradient(68.07% 68.07% at 45.48% 42.17%, rgba(54, 52, 125, 0.07) 0%, #625EE3 100%);
  width: 40%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: -1;
  filter: blur(60px);
  opacity: 0;
  transition: 0.2s;
}
.main__item-inner {
  height: 100%;
}
.main__item:hover:after {
  opacity: 1;
}
.main__item-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.main__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__item-footer div {
  width: 176px;
  font-size: 14px;
  line-height: 1.5;
}
.main__shadow-blue {
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
}
.main__shadow-blue:before, .main__shadow-blue:after {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: blur(125px);
  will-change: filter;
  mix-blend-mode: normal;
}
.main__shadow-blue:before {
  z-index: 200;
  width: 25%;
  height: 900px;
  right: -12.5%;
  top: calc(50% - 450px + 151px);
  background-image: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
  transform: rotate(15deg);
  border-bottom-left-radius: 25% 25%;
  border-bottom-right-radius: 25% 25%;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  opacity: 0.2;
  overflow: hidden;
}
.main__shadow-blue:after {
  width: 40%;
  height: 422px;
  right: 0;
  top: calc(50% - 211px + 298px);
  opacity: 0.25;
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.main__shadow-purple:before, .main__shadow-purple:after {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: blur(125px);
  will-change: filter;
  mix-blend-mode: normal;
}
.main__shadow-purple:before {
  width: 25%;
  height: 900px;
  left: -12.5%;
  top: calc(50% - 450px + 151px);
  opacity: 0.2;
  background: linear-gradient(34.12deg, #9334B8 40.22%, rgba(147, 52, 184, 0.5) 103.68%);
  transform: rotate(-15deg);
  border-bottom-left-radius: 25% 25%;
  border-bottom-right-radius: 25% 25%;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  z-index: 200;
}
.main__shadow-purple:after {
  width: 40%;
  height: 422px;
  left: 0;
  top: calc(50% - 211px + 298px);
  opacity: 0.5;
  background: linear-gradient(34.12deg, #9334B8 40.22%, rgba(147, 52, 184, 0.5) 103.68%);
}
.main__grid-anim {
  position: absolute;
  width: 200vw;
  margin-left: -50%;
  transform: translateY(0);
  background-image: linear-gradient(to right, #9334B8 45%, transparent 50%, #625EE3 55%);
  -webkit-mask-image: linear-gradient(90deg, #000 1px, transparent 0), linear-gradient(180deg, #000 1px, transparent 0);
  mask-image: linear-gradient(90deg, #000 1px, transparent 0), linear-gradient(180deg, #000 1px, transparent 0);
  -webkit-mask-size: 60px 60px;
  mask-size: 60px 60px;
  overflow: hidden;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: -100% 0;
  background-position-y: 100%;
  -webkit-mask-position: 50% 0;
  mask-position: 50% 0;
  animation: turbohero-background_go-up__2lvO8 60s linear infinite;
}
.main__slider-prev, .main__slider-next {
  width: 20px;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
.main__slider-prev {
  left: -20px;
}
.main__slider-next {
  right: -20px;
}
@keyframes turbohero-background_go-up__2lvO8 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1000px);
  }
}

@media (min-width: 2372px) {
  .main .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main__title {
    font-size: 80px;
  }
  .main__grid-anim {
    -webkit-mask-size: 40px 30px;
    mask-size: 40px 30px;
  }
  .main__subtitle {
    font-size: 20px;
    margin-top: 32px;
  }
  .main .button-primary {
    display: inline-block;
    margin-top: 67px;
  }
}
@media (max-width: 600px) {
  .main {
    padding-top: 100px;
  }
  .main__title {
    font-size: 55px;
  }
  .main__subtitle {
    font-size: 16px;
    margin-top: 24px;
    max-width: 380px;
  }
  .main__shadow-blue:after, .main__shadow-blue:before {
    top: 0;
    right: 0;
  }
  .main__list {
    margin-top: 64px;
  }
  .main__item {
    height: auto;
    position: relative;
    padding: 18px 24px;
    margin-top: 16px;
    max-width: initial;
  }
  .main__item:nth-child(n+5) {
    padding: 0 !important;
    background: initial !important;
    border: initial !important;
    backdrop-filter: blur(0) !important;
    margin-top: 32px !important;
  }
  .main__item:nth-child(n+5) .main__item-footer {
    display: none !important;
  }
  .main__item:nth-child(n+5) .main__item-text {
    text-align: center;
  }
  .main__item:first-child {
    margin-top: 0;
  }
  .main__item-footer {
    margin-top: 2px;
  }
  .main__item-footer span {
    position: absolute;
    top: 28px;
    right: 32px;
  }
  .main__item-footer span svg {
    width: 10px;
  }
  .main__item-footer div {
    width: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 385px) {
  .main__title {
    font-size: 44px;
  }
  .main__subtitle {
    font-size: 14px;
  }
}
.advantages {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 192px 20px 0;
}
.advantages__wrap {
  position: relative;
}
.advantages__shadow-blue {
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
  width: 90vw;
  min-width: 1000px;
  max-width: 1300px;
  height: 40vw;
  max-height: 400px;
  border-radius: 50px;
  opacity: 0.3;
  filter: blur(200px);
  position: absolute;
  right: -10%;
  top: -100px;
  z-index: -1;
  transform: translateX(10%);
}
.advantages__shadow-blue-down {
  right: 0;
  top: auto;
  bottom: 0;
  max-height: 900px !important;
}
.advantages__item {
  position: relative;
  padding-top: 71px;
  overflow: hidden;
  cursor: pointer;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advantages__item-content {
  margin-top: 98.5px;
}
.advantages__item-content-stable {
  margin-top: 42.5px;
}
.advantages__item-content-marketing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 116.5px;
}
@keyframes anim-circle-1 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@keyframes anim-circle-2 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes anim-circle-3 {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.advantages__item-content-marketing span {
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
  background: linear-gradient(138.28deg, rgba(11, 10, 41, 0.5) 0%, rgba(13, 12, 51, 0.5) 98.45%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(134, 129, 150);
  font-weight: 600;
  margin-left: 8px;
}
.advantages__item-content-marketing-anim-circle {
  width: 100%;
  height: 100%;
  background: radial-gradient(78.12% 78.12% at 20.83% 17.71%, #625EE3 0%, #3733B5 100%);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.2;
  animation: anim-circle-3 2s infinite linear;
  animation-duration: 2s;
}
.advantages__item-content-marketing-anim-circle:before {
  animation: anim-circle-2 2s infinite linear;
  animation-delay: 2s;
  animation-duration: 2s;
}
.advantages__item-content-marketing-anim-circle:after {
  animation-delay: 4s;
  animation: anim-circle-1 2s infinite linear;
}
.advantages__item-content-marketing-anim-circle:before, .advantages__item-content-marketing-anim-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(78.12% 78.12% at 20.83% 17.71%, #625EE3 0%, #3733B5 100%);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.4;
}
.advantages__item-content-marketing-button {
  margin: 0 12px;
  min-width: 104px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.advantages__item-content-marketing-button:before, .advantages__item-content-marketing-button:after {
  content: "";
  background: radial-gradient(78.12% 78.12% at 20.83% 17.71%, #625EE3 0%, #3733B5 100%);
  border: 1px solid #625EE3;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.advantages__item-content-marketing-button:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.advantages__item-content-marketing-button:after {
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantages__item-wrap {
  max-width: 500px;
  width: 100%;
  margin-top: 80px;
}
.advantages__item-wrap:nth-child(4) .advantages__item-content-marketing {
  padding-bottom: 72px;
}
.advantages__item-wrap:nth-child(5) .advantages__item-content {
  padding-bottom: 40px;
}
.advantages__item-wrap:first-child, .advantages__item-wrap:nth-child(2) {
  margin-top: 0;
}
.advantages__item-wrap:first-child {
  position: relative;
}
.advantages__item-wrap:first-child:hover .advantages__sliders:after {
  box-shadow: none;
}
.advantages__item-data {
  text-align: center;
  margin-top: 26px;
}
.advantages__item-data h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.advantages__item-data p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.advantages__item-text {
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages__item-text h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 350px;
}
.advantages__item-text p {
  margin-top: 34px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  opacity: 0.84 !important;
}
.advantages__sliders {
  margin-top: 78.5px !important;
  overflow: hidden;
  transform: translateY(20px);
  position: relative;
}
.advantages__sliders:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  box-shadow: inset 0 0 53px 40px rgb(19, 19, 34);
  transition: 0.15s;
}
.advantages__slider {
  margin-top: 16px;
}
.advantages__slider :first-child {
  margin-top: 0;
}
.advantages__slider-item {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.advantages__slider-item-opacity {
  opacity: 0.5 !important;
}
.advantages__slider-item:after {
  content: "";
  width: 70%;
  height: 60%;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(10px);
  z-index: -1;
}
.advantages__slider-item:before {
  content: "";
  background: linear-gradient(138.28deg, #0B0A29 0%, #0D0C33 98.45%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 0;
}
.advantages__slider-item img {
  position: relative;
  z-index: 1;
  max-width: 50%;
  max-height: 50%;
}
.advantages__slider-item.play:after {
  background: var(--primary);
}
.advantages__slider-item.photoshop:after {
  background: #31A8FF;
}
.advantages__slider-item.navigation:after {
  background: #2EAAE7;
}
.advantages__slider-item.browser:after {
  background: #19E47C;
}
.advantages__slider-item.figma:after {
  background: #F24E1E;
}
.advantages__slider-item.fonts:after {
  background: #604BDA;
}
.advantages__slider-item.diamond:after {
  background: #FDD231;
}
.advantages__slider-item.colors:after {
  background: #FF00D4;
}
.advantages__slider-item.union:after {
  background: #19E47C;
}
.advantages__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .advantages__item {
    height: 550px;
  }
  .advantages__item-wrap {
    max-width: 48%;
  }
  .advantages__item-text {
    padding: 0 32px;
  }
  .advantages__item-text h3 {
    font-size: 28px;
  }
  .advantages__item-text p {
    font-size: 18px;
  }
  .advantages__item-content-marketing {
    transform: scale(0.7);
  }
  .advantages__slider-item {
    width: 50px;
    height: 50px;
  }
  .advantages__slider-item:before {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .advantages__sliders {
    transform: translateY(15px);
  }
  .advantages__item {
    height: 450px;
    padding-top: 40px;
  }
  .advantages__item-content {
    margin-top: 40px !important;
  }
  .advantages__item-content-marketing {
    transform: scale(0.55) translateY(-80px);
  }
  .advantages__item-text {
    padding: 0 18px;
  }
  .advantages__item-text h3 {
    font-size: 23px;
  }
  .advantages__item-text p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .advantages {
    padding: 100px 20px 0;
  }
  .advantages__item {
    height: 410px;
  }
  .advantages__item-wrap {
    max-width: 100%;
    margin-top: 50px !important;
  }
  .advantages__item-wrap:first-child {
    margin-top: 0 !important;
  }
  .advantages__item-content-marketing {
    transform: scale(0.85) translateY(-80px);
  }
  .advantages__item-text h3 {
    display: none;
  }
  .advantages__item-text p {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
  }
  .advantages__slider-item {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 450px) {
  .advantages__item-content-marketing {
    transform: scale(0.55) translateY(-80px);
  }
}
.partners {
  max-width: 1120px;
  width: 100%;
  margin: 193px auto;
  padding: 0 20px;
}
.partners h2 {
  text-align: center;
  color: var(--primary-light);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.partners__list {
  max-width: 965px;
  width: 100%;
  margin: 23px auto 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.partners__item {
  margin: 25px 40px;
  width: 10%;
  display: flex;
  justify-content: center;
  transition: 0.6s;
}
.partners__line {
  background: linear-gradient(270deg, rgba(98, 94, 227, 0) 0%, rgba(98, 94, 227, 0.5) 23.32%, rgba(98, 94, 227, 0.5) 50.23%, rgba(98, 94, 227, 0.5) 72.65%, rgba(98, 94, 227, 0) 99.66%);
  height: 1px;
  width: 100%;
}

@media (max-width: 900px) {
  .partners__item {
    width: auto;
    margin: 24px;
  }
}
@media (max-width: 600px) {
  .partners {
    margin: 60px 0;
  }
  .partners__list {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .partners__item {
    width: 100%;
  }
  .partners__item:nth-child(n+7) {
    display: none;
  }
}
.call-to-action {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.call-to-action__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.call-to-action__item {
  width: 49%;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  border-radius: 2px;
  padding: 29px 32px;
  height: 333px;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.call-to-action__item-purple-text {
  display: flex;
  align-items: center;
}
.call-to-action__item-purple-text svg {
  margin-left: 8px;
  width: 10px;
  transform: translateY(1px);
}
.call-to-action__item-main {
  background: var(--primary) !important;
}
.call-to-action__item-main .call-to-action__item-inner div:first-child p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -0.05em;
  max-width: 130px;
}
.call-to-action__item-main .call-to-action__item-inner div + div p {
  color: var(--primary-white);
}
.call-to-action__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.call-to-action__item-inner div {
  font-weight: 400;
  letter-spacing: -0.05em;
}
.call-to-action__item-inner div span {
  font-size: 20px;
  line-height: 1.2;
  color: var(--primary-light);
  margin-bottom: 8px;
}
.call-to-action__item-inner div p {
  line-height: 1.5;
  color: var(--primary-white);
}
.call-to-action__item-inner div + div p {
  opacity: 0.7;
  color: var(--primary-light);
}
.call-to-action__item img {
  position: absolute;
  z-index: 0;
}
.call-to-action__item:nth-child(1) img {
  right: 0;
  bottom: 0;
}
.call-to-action__item:nth-child(2) img {
  left: 0;
  bottom: 0;
}
.call-to-action__item:nth-child(3) img {
  right: 0;
  top: 0;
}
.call-to-action__item:nth-child(4) img {
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .call-to-action__item-inner div p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .call-to-action__item {
    width: 100%;
  }
  .call-to-action__item img {
    width: 40%;
  }
  .call-to-action__item-inner div p {
    font-size: 16px;
  }
}
.our-products {
  max-width: 898px;
  width: 100%;
  padding: 0 20px;
  margin: 193px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-products p {
  width: 49%;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  color: var(--primary-white);
  margin-top: 64px;
}
.our-products p:nth-child(1), .our-products p:nth-child(2) {
  margin-top: 0;
}
.our-products p:nth-child(even) {
  width: 38.5%;
}

@media (max-width: 1050px) {
  .our-products p {
    font-size: 6vw;
  }
}
@media (max-width: 600px) {
  .our-products p {
    font-size: 32px;
    width: 100% !important;
    margin-top: 48px !important;
  }
  .our-products p:first-child {
    margin-top: 0 !important;
  }
}
.our-clients h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 64px;
  color: var(--primary-light);
}
.our-clients__list {
  margin-top: 28px;
}
.our-clients__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 204px;
  max-width: 260px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  padding: 28px 24px;
  position: relative;
}
.our-clients__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  transition: 0.2s;
}
.our-clients__item:hover {
  border: none;
}
.our-clients__item:hover:before {
  opacity: 0;
}
.our-clients__item img {
  width: 25px;
}
.our-clients__item span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.cases {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 193px 20px;
  position: relative;
}
.cases h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-light);
}
.cases__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}
.cases__item {
  width: 50%;
  padding: 96px 0 36px;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.cases__item:hover .cases__item-img:after {
  opacity: 1;
}
.cases__item-img {
  max-width: 77%;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 30px 0 rgba(32, 31, 83, 0.6);
}
.cases__item-img:after {
  display: block;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary);
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
  transition: 0.2s;
}
.cases__item img {
  width: 100%;
  border-radius: 4px;
}
.cases__item-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  max-width: 77%;
  width: 100%;
}
.cases__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--primary);
}
.cases__item-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.cases__item-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 21px 8px 0;
  max-width: 77%;
  width: 100%;
}
.cases__item-tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin: 0 16px;
}

@media (max-width: 1050px) {
  .cases__item-tags {
    margin: 21px 0 0;
  }
  .cases__item-tag {
    margin: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .cases__item {
    width: 100%;
    padding: 40px 0 30px;
  }
  .cases__item-title, .cases__item-type {
    font-size: 16px;
  }
  .cases__item-title {
    font-weight: 400;
  }
  .cases__item-text {
    max-width: 80%;
  }
  .cases__item img {
    max-width: 100%;
  }
  .cases__item-tags {
    display: none;
  }
}
.footer {
  padding-top: 135px;
  padding-bottom: 49px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  max-height: 100vh;
  overflow: auto;
}
.footer__inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__call {
  padding-bottom: 38.5px;
}
.footer__call-text {
  display: flex;
  justify-content: space-between;
}
.footer__call .button-primary {
  margin-top: 40px;
}
.footer__call .button-primary:hover .button-primary__anim:before,
.footer__call .button-primary:hover .button-primary__text:before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0) 100%);
}
.footer__call .button-primary__text:after {
  background: var(--primary);
}
.footer__call .button-primary__text:before, .footer__call .button-primary__anim:before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0) 25%);
}
.footer__call .button-primary:after {
  background: white;
}
.footer__call-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__call-title span {
  padding: 13px 24px;
  background: white;
  position: relative;
  z-index: 1;
  display: block;
}
.footer__call-title span:first-child {
  z-index: 2;
  transform: translateY(4px);
  border-radius: 0 0 6px 6px;
  box-shadow: -2px 9px 20px 0px rgba(27, 26, 71, 0.12), -7px 35px 36px 0px rgba(27, 26, 71, 0.1), -16px 79px 49px 0px rgba(27, 26, 71, 0.06), -28px 141px 58px 0px rgba(27, 26, 71, 0.02), -43px 221px 63px 0px rgba(27, 26, 71, 0);
}
.footer__call-agency, .footer__call-address {
  max-width: 250px;
  width: 100%;
}
.footer__call-agency {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-light);
  transform: translateY(14px);
}
.footer__call-address {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(14px);
}
.footer__call-address-mobile {
  align-items: center;
  color: var(--primary-light);
  display: none;
}
.footer__call-address-mobile div {
  min-width: 4px;
  min-height: 4px;
  background: var(--primary-light);
  border-radius: 100%;
  margin: 0 8px;
}
.footer__call-address-mobile span a {
  color: var(--primary-light);
}
.footer__call-address span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-light);
}
.footer__call-address span a {
  color: var(--primary-light);
}
.footer__big-logo {
  display: flex;
  justify-content: center;
  padding: 80px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__big-logo svg {
  max-width: 983px;
  width: 100%;
  max-height: 14vh;
}
.footer__big-logo:hover svg path {
  fill: var(--black);
}
.footer__down {
  padding-top: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__down ul {
  display: flex;
  align-items: center;
}
.footer__down ul li {
  margin-left: 32px;
}
.footer__down ul li:first-child {
  margin-left: 0;
}

@media (max-width: 1050px) {
  .footer__call-agency {
    font-size: 16px;
  }
  .footer__call-title {
    font-size: 20px;
  }
  .footer__call-address span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 74px;
  }
  .footer__call-text {
    flex-direction: column;
    align-items: center;
  }
  .footer__call-agency {
    text-align: center;
    transform: translateY(0);
    font-size: 20px;
  }
  .footer__call-title {
    font-size: 24px;
  }
  .footer__call-address {
    display: none;
  }
  .footer__call-address-mobile {
    display: flex;
    margin-bottom: 64px;
    margin-top: 14px;
  }
}
@media (max-width: 500px) {
  .footer {
    padding-top: 40px;
  }
  .footer__call-address-mobile {
    font-size: 3vw;
    margin-bottom: 40px;
  }
  .footer__down {
    flex-direction: column-reverse;
  }
  .footer__down ul {
    margin-bottom: 38px;
    flex-direction: column;
    align-items: center;
  }
  .footer__down ul li {
    margin-left: 0;
    margin-top: 16px;
  }
  .footer__down ul li:first-child {
    margin-top: 0;
  }
  .footer__big-logo {
    padding: 28px;
  }
  .footer__call {
    padding-bottom: 32px;
  }
  .footer__call-title {
    font-size: 20px;
  }
  .footer__call-title span {
    padding: 10px 20px;
  }
  .footer__down {
    padding-top: 40px;
  }
}
.theme-white {
  color: var(--black) !important;
  overflow: hidden;
}
.theme-white:after {
  opacity: 1 !important;
}
.theme-white .main-services__shadow-blue {
  display: none;
}
.theme-white .anim-hover, .theme-white .our-clients__item:before, .theme-white .call-to-action__item {
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.theme-white .header__logo svg > path {
  fill: var(--black);
}
.theme-white .header .button-primary__text {
  color: var(--primary) !important;
}
.theme-white .header .button-primary__text:after {
  background: #D9DFEE !important;
}
.theme-white .header .button-primary__text svg > path {
  stroke: var(--primary) !important;
}
.theme-white .our-clients__item .trade path {
  fill: var(--black);
}
.theme-white .our-clients__item .medicine path, .theme-white .our-clients__item .tourism path, .theme-white .our-clients__item .real-estate path, .theme-white .our-clients__item .basket path {
  stroke: var(--black);
}
.theme-white .call-to-action__item-main p {
  color: white !important;
}
.theme-white .advantages-about-us__item {
  background: #EAEEF5 !important;
  border: 1px solid #E5E9F0 !important;
}
.theme-white .main-service__content img {
  opacity: 0.2;
}

.navbar {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  z-index: 120;
  backdrop-filter: blur(10px);
  overflow: hidden;
  width: 100%;
  transition: 0.2s;
}
.navbar__burger {
  display: none;
  transform: translateX(4px);
}
.navbar__burger-dropdown {
  position: absolute;
  bottom: 60px;
  padding: 56px 24px;
}
.navbar__burger-dropdown p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary-light);
  opacity: 0.5;
}
.navbar__burger-dropdown ul {
  margin-top: 48px;
}
.navbar__burger-dropdown ul li {
  margin-top: 24px;
}
.navbar__burger-dropdown ul li:first-child {
  margin-top: 0;
}
.navbar__burger-dropdown ul li a {
  display: flex;
  align-items: center;
}
.navbar__burger-dropdown ul li a svg {
  margin-right: 24px;
  width: 10px;
  height: 10px;
}
.navbar__burger input {
  display: none;
}
.navbar__burger label {
  display: block;
  cursor: pointer;
  height: 44px;
  overflow: hidden;
}
.navbar__burger svg {
  width: 44px;
  height: 44px;
  transform: scale(1.5);
}
.navbar__burger path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navbar__burger input:checked + svg .navbar__burger-line-1, .navbar__burger input:checked + svg .navbar__burger-line-3 {
  --length: 22.627416998;
}
.navbar__burger input:checked + svg .navbar__burger-line-2 {
  --length: 0;
}
.navbar__burger-line-1, .navbar__burger-line-3 {
  --total-length: 126.64183044433594;
}
.navbar__burger-line-2 {
  --total-length: 70;
}
.navbar__burger input:checked + svg .navbar__burger-line-1, .navbar__burger input:checked + svg .navbar__burger-line-3 {
  --offset: -94.1149185097;
}
.navbar__burger input:checked + svg .navbar__burger-line-2 {
  --offset: -50;
}
.navbar__links {
  display: flex;
  align-items: center;
}
.navbar__links span {
  transition: 0.2s;
  min-width: 4px;
  min-height: 4px;
  background: var(--primary-light);
  margin: 0 30px;
  border-radius: 100%;
}
.navbar__link {
  color: var(--primary-light);
  position: relative;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.navbar__link-active {
  color: white;
}
.navbar__link-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--primary);
}
.navbar__link-active:after {
  content: "";
  width: 60%;
  height: 60%;
  background: var(--primary);
  filter: blur(14px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  margin-left: 32px;
  padding: 8px 0;
  transition: 0.2s;
}
.navbar__buttons a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.navbar__call {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 8px;
  backdrop-filter: blur(4px);
}
.navbar__call:hover {
  background: linear-gradient(138.28deg, #0B0A29 0%, #0D0C33 98.45%);
}
.navbar__call:active {
  background: linear-gradient(138.28deg, #0B0A29 0%, #0D0C33 98.45%), linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}
.navbar__next {
  background: var(--primary);
  border: 1px solid var(--primary);
  padding-left: 15px;
  justify-content: initial !important;
  overflow: hidden;
  transition: 0.2s;
}
.navbar__next svg {
  margin-right: 16px;
  min-width: 14px;
  height: 14px;
}
.navbar__next-hover {
  padding-left: 20px;
}
.navbar__next-hover .navbar__links span {
  margin: 0 13px;
}
.navbar__next-hover .navbar__buttons {
  margin-left: 16px;
}
.navbar__next:after {
  font-size: 16px;
  color: white;
  text-wrap: nowrap;
}

@media (max-width: 720px) {
  .navbar {
    padding: 8px;
    width: 100%;
    border-radius: 8px;
    bottom: 8px;
    flex-direction: column;
    height: 60px;
    transition: 0.4s linear;
  }
  .navbar__burger {
    display: block;
  }
  .navbar__links {
    display: none;
  }
  .navbar__buttons {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 8px;
    width: calc(100% - 16px);
    display: grid;
    grid-auto-columns: 52px auto 44px 44px;
    grid-auto-flow: column;
  }
  .navbar__buttons a {
    max-width: 155px;
    width: 100%;
    border-radius: 4px;
  }
  .navbar__buttons a img {
    margin-right: 16px;
  }
  .navbar__call {
    width: 44px;
    height: 44px;
  }
  .navbar__call img {
    margin-right: 0 !important;
  }
  .navbar__call:after {
    font-size: 16px;
    color: white;
  }
}
.cookies {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) scale(1);
  bottom: 32px;
  backdrop-filter: blur(10px);
  z-index: 200;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 900px;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, rgba(147, 52, 184, 0.5) 45%, rgba(98, 94, 227, 0.5) 55%);
  transition: 0.5s;
}
.cookies__btn {
  text-transform: uppercase;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  margin-left: 16px;
}
.cookies__btn:hover {
  border-color: var(--primary);
  background: none;
}

.main-services {
  padding: 0 0 157px;
  position: relative;
}
.main-services__shadow-blue {
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
}
.main-services__shadow-blue:before, .main-services__shadow-blue:after {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: blur(125px);
  will-change: filter;
  mix-blend-mode: normal;
}
.main-services__shadow-blue:after {
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.main-services__list {
  max-width: 1080px;
  width: 100%;
  margin: 180px auto 0;
  overflow: hidden;
  height: 25px;
  position: relative;
}
.main-services__item {
  display: flex;
  align-items: center;
  width: auto;
}
.main-services__item-title {
  color: var(--primary-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  opacity: 0.5;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .main-services {
    padding-bottom: 140px;
  }
  .main-services__list {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .main-services {
    padding-bottom: 116px;
  }
}
.services {
  padding-bottom: 195px;
}
.services__list {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.services__item {
  margin-bottom: 160px;
  position: relative;
}
.services__item:nth-child(odd) .services__item-shadow-blue {
  display: none;
}
.services__item:last-child {
  margin-bottom: 0;
}
.services__item-shadow-blue:after {
  height: 100%;
  width: 120%;
}
.services__item:nth-child(n+3) .services__item-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(98, 94, 227, 0) 0%, rgba(98, 94, 227, 0.5) 23.32%, rgba(98, 94, 227, 0.5) 50.23%, rgba(98, 94, 227, 0.5) 72.65%, rgba(98, 94, 227, 0) 99.66%);
  margin-bottom: 160px;
}
.services__item-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 72px;
}
.services__item-text h3 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 450px;
}
.services__item-text div {
  max-width: 476px;
  width: 100%;
}
.services__item-text div p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary-white);
  opacity: 0.5;
  margin-bottom: 28px;
}
.services__item-text div a {
  color: var(--primary-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.services__item-text div a svg {
  margin-left: 16px;
}
.services__item-text div a svg path {
  stroke: var(--primary);
}
.services__item-content {
  display: flex;
}
.services__item-list {
  width: 100%;
  padding: 44px 32px;
  height: 388px;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.services__item-list:before, .services__item-list:after {
  opacity: 0 !important;
}
.services__item-list:nth-child(2) {
  margin: 0 32px;
}
.services__item-list h4 {
  color: var(--primary-white);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 38px;
}
.services__item-list ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services__item-list ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: 18px;
  text-wrap: nowrap;
  color: var(--primary-white);
  opacity: 0.5;
}
.services__item-list ul li:first-child {
  margin-top: 0;
}

@media (max-width: 1000px) {
  .services__item-text {
    flex-direction: column;
    align-items: center;
  }
  .services__item-text h3 {
    margin-bottom: 32px;
    text-align: center;
  }
  .services__item-text div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services__item-text div p {
    text-align: center;
    margin-bottom: 16px;
  }
  .services__item-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__item-list {
    max-width: 338px;
  }
  .services__item-list:nth-child(2) {
    margin-right: 0;
  }
  .services__item-list:last-child {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .services__item-text h3 {
    margin-bottom: 28px;
    font-size: 46px;
  }
  .services__item-list {
    max-width: initial;
    width: 48%;
    padding: 40px 28px;
    height: 350px;
  }
  .services__item-list:nth-child(2) {
    margin: 0 0 0 16px;
  }
  .services__item-list:last-child {
    margin-top: 16px;
  }
  .services__item-list h4 {
    text-align: center;
  }
  .services__item-list ul li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .services__item {
    margin-bottom: 64px;
  }
  .services__item-text {
    margin-bottom: 48px;
  }
  .services__item-text h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .services__item-text div p {
    max-width: 338px;
    margin-bottom: 8px;
  }
  .services__item-list {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 32px !important;
  }
  .services__item-list:last-child {
    margin-bottom: 0 !important;
  }
  .services__item-line {
    display: none;
  }
}
.main-service {
  position: relative;
}
.main-service__content {
  max-width: 1080px;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  margin: 90px auto 0;
  position: relative;
  overflow: hidden;
}
.main-service__content img {
  position: absolute;
  top: -75px;
  right: -136px;
  height: 122%;
  z-index: 0;
}
.main-service__content:before, .main-service__content:after {
  opacity: 0 !important;
}
.main-service__content-text {
  padding: 48px 32px;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
.main-service__content-text h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 60px;
  max-width: 430px;
}
.main-service__content-text h3 span {
  color: var(--primary);
}
.main-service__content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .main-service__content img {
    opacity: 0.2;
    height: 70%;
    top: -68px;
    right: -77px;
  }
}
@media (max-width: 600px) {
  .main-service__content {
    padding: 40px 24px;
  }
  .main-service__content-text h3 {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
@media (max-width: 390px) {
  .main-service__content-text p {
    font-size: 14px;
  }
}
.list-service {
  padding-bottom: 90px;
}
.list-service__slider {
  margin: 160px 0;
}
.list-service__slider-item {
  width: auto !important;
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--primary-light);
}
.list-service__slider-item p {
  width: calc(100% + 18px);
  height: calc(1em + 10px);
}
.list-service__service {
  position: relative;
}
.list-service__service-shadow-blue:after {
  height: 60%;
}
.list-service__service-items {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-service__service-item {
  padding: 56px 32px;
  width: 48.5%;
  height: 342px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.list-service__service-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: left;
}
.list-service__service-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: left;
}
.list-service__service-item:nth-child(n+3) {
  margin-top: 32px;
}
.list-service__service-item:nth-child(1) {
  background: var(--primary) !important;
}
.list-service__service-item:nth-child(1) p, .list-service__service-item:nth-child(1) h4 {
  color: #D0CFF7 !important;
}
.list-service__service-item:nth-child(1) h4 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}
.list-service__service-item:after, .list-service__service-item:before {
  opacity: 0 !important;
}

@media (max-width: 1000px) {
  .list-service__service-item:first-child h4 {
    font-size: 44px;
  }
  .list-service__service-item h4 {
    font-size: 21px;
  }
  .list-service__slider-item {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .list-service__service-item {
    height: 300px;
    padding: 32px 24px;
  }
  .list-service__service-item:first-child h4 {
    font-size: 35px;
  }
  .list-service__service-item h4 {
    font-size: 19px;
  }
  .list-service__service-item p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .list-service__slider {
    margin: 120px 0;
  }
  .list-service__slider-item {
    font-size: 40px;
  }
  .list-service__service-item {
    width: 100%;
    margin-top: 24px !important;
    padding: 38px 24px;
  }
  .list-service__service-item:first-child {
    margin-top: 0 !important;
  }
  .list-service__service-item:first-child h4 {
    font-size: 39px;
  }
  .list-service__service-item h4 {
    font-size: 22px;
  }
  .list-service__service-item p {
    font-size: 16px;
  }
}
.main-about-us {
  position: relative;
}
.main-about-us .main-services__shadow-blue:after {
  width: 86% !important;
  height: 68% !important;
  right: 40%;
  left: auto !important;
  transform: translateX(50%);
  opacity: 0.15 !important;
}
.main-about-us__content {
  margin-top: 160px;
  display: flex;
  max-width: 1280px;
  position: relative;
}
.main-about-us__content-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main-about-us__item {
  background: rgba(255, 255, 255, 0.031372549);
  border-top: 1px solid rgba(255, 255, 255, 0.0392156863);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0392156863);
  border-left: 1px solid rgba(255, 255, 255, 0.0392156863);
  padding: 40px 24px;
  height: 476px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transform: translateX(-1px);
  position: relative;
}
.main-about-us__item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.0392156863);
}
.main-about-us__item-img {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-about-us__item-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-about-us__item-title span {
  display: block;
  background-image: linear-gradient(180deg, #EFEFFC 0%, rgba(239, 239, 252, 0.05) 76.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.main-about-us__item-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
.main-about-us__item p {
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .main-about-us__content {
    flex-wrap: wrap;
  }
  .main-about-us__content-bg {
    width: 50%;
  }
  .main-about-us__item {
    height: 370px;
    border: 1px solid rgba(255, 255, 255, 0.0392156863);
    width: 50%;
  }
  .main-about-us__item p {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .main-about-us__content {
    margin-top: 124px;
  }
  .main-about-us__content-bg {
    display: none;
  }
  .main-about-us__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .main-about-us__item:last-child {
    margin-bottom: 0;
  }
  .main-about-us__item:nth-child(3):after {
    content: "";
    background: url("/static/images/about-us/item-1.svg") no-repeat center;
    background-size: contain;
    width: 190px;
    height: 245px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-about-us__item:nth-child(4):after {
    content: "";
    background: url("/static/images/about-us/item-2.svg") no-repeat center;
    background-size: contain;
    width: 190px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-about-us__item:nth-child(5):after {
    content: "";
    background: url("/static/images/about-us/item-3.svg") no-repeat center;
    background-size: contain;
    width: 190px;
    height: 245px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .main-about-us__item:nth-child(6):after {
    content: "";
    background: url("/static/images/about-us/item-4.svg") no-repeat center;
    background-size: contain;
    width: 157px;
    height: 245px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.about-us__services {
  margin-top: 338px;
  padding-bottom: 178px;
  max-width: 920px;
  font-size: 66.61px;
  font-weight: 600;
  line-height: 66.61px;
  letter-spacing: -0.02em;
  text-align: center;
}
.about-us__services span {
  color: rgba(0, 0, 0, 0.1); /* Начальный цвет текста */
  background: linear-gradient(to right, grey 50%, white 50%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0s linear;
  display: inline-block;
  height: calc(1em + 5px);
}
.about-us__services span.active {
  background-position: -100% 0;
  transition: background-position 1s linear;
}

@media (max-width: 767px) {
  .about-us__services {
    margin-top: 124px;
  }
  .about-us__services span {
    display: block;
    margin-top: 48px;
  }
  .about-us__services span:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .about-us__services span {
    font-size: 32px;
  }
}
.advantages-about-us {
  padding-top: 160px;
}
.advantages-about-us__content {
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
}
.advantages-about-us__item, .advantages-about-us__item-main {
  width: 33.3333%;
  height: 277px;
}
.advantages-about-us__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 28px 48px 28px;
  background: radial-gradient(123.01% 123.01% at -5.61% -8.92%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.advantages-about-us__item-main {
  display: flex;
  align-items: center;
  padding: 0 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.advantages-about-us__item-number {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.advantages-about-us__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  transform: translateY(20px);
}
.advantages-about-us__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media (max-width: 1000px) {
  .advantages-about-us__item, .advantages-about-us__item-main {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .advantages-about-us__item-text {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .advantages-about-us {
    padding-top: 0;
  }
  .advantages-about-us__item, .advantages-about-us__item-main {
    width: 100%;
  }
  .advantages-about-us__item {
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
  .advantages-about-us__item:last-child {
    margin-bottom: 0;
  }
  .advantages-about-us__item-main {
    display: flex;
    justify-content: center;
    text-align: center;
    height: auto;
    margin-bottom: 90px;
  }
  .advantages-about-us__item-text {
    font-size: 16px;
  }
}
.advances-about-us {
  max-width: 1080px;
  padding: 240px 20px 160px;
}
.advances-about-us h3 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}
.advances-about-us h3 span {
  font-weight: 600;
}
.advances-about-us div {
  background: linear-gradient(270deg, rgba(28, 26, 64, 0) 0%, rgba(28, 26, 64, 0.5) 23.32%, rgba(28, 26, 64, 0.5) 50.23%, rgba(28, 26, 64, 0.5) 72.65%, rgba(28, 26, 64, 0) 99.66%);
  width: 100%;
  height: 1px;
  margin: 160px 0;
}

@media (max-width: 767px) {
  .advances-about-us h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .advances-about-us {
    padding: 124px 20px;
  }
  .advances-about-us h3 {
    font-size: 48px;
    margin-top: 123px;
  }
  .advances-about-us h3:first-child {
    margin-top: 0;
  }
  .advances-about-us div {
    display: none;
  }
}
@media (max-width: 350px) {
  .advances-about-us h3 {
    font-size: 40px;
  }
}
.documents {
  padding-bottom: 160px;
}
.documents__main {
  margin-bottom: 80px;
}
.documents .main-services__shadow-blue:after {
  width: 90%;
  height: 100%;
  opacity: 0.15;
}
.documents__item {
  margin-top: 60px;
}
.documents__item:first-child {
  margin-top: 0;
}
.documents__content {
  padding: 48px 32px;
  max-width: 1080px;
  margin: 0 auto;
}
.documents__content:after, .documents__content:before {
  opacity: 0 !important;
}
.documents__content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
.documents__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-light);
}
.documents__content p a {
  color: var(--primary);
  transition: 0.2s;
}
.documents__content p a:hover {
  opacity: 0.7;
}

.imprint .documents__content h3 {
  font-size: 20px !important;
}
.imprint .documents__content p {
  color: var(--primary-white) !important;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
  color: var(--primary-white);
  transition: 0.2s;
  background: var(--primary);
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: white;
}

ul {
  list-style-type: none;
}

input, select, button, textarea {
  outline: none;
}

button {
  cursor: pointer;
}

.title-main {
  margin-top: 270px;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--primary-white);
}

.text {
  color: var(--primary-light);
  opacity: 0.5;
}

.shadow-blue {
  background: linear-gradient(34.12deg, #625EE3 40.22%, rgba(54, 52, 125, 0.5) 103.68%);
  width: 90vw;
  min-width: 1000px;
  max-width: 1300px;
  height: 40vh;
  border-radius: 50px;
  opacity: 0.3;
  filter: blur(200px);
  position: absolute;
  z-index: -1;
  transform: translateX(10%);
}

.hide {
  opacity: 0;
  transform: translateY(-10px);
}

.main-bg {
  background: var(--black);
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 0 0 100px 100px;
  z-index: 101;
}
.main-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(110.92deg, #EDF0F6 1.63%, #D5DDEB 57.57%, #CAD5E5 98.69%);
  z-index: -1;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

@media (max-width: 1000px) {
  .title-main {
    font-size: 100px;
    margin-top: 240px;
  }
}
@media (max-width: 767px) {
  .title-main {
    font-size: 80px;
    margin-top: 200px;
  }
  .services__item-content {
    gap: 16px;
  }
  .services__item-list:nth-child(2) {
    margin: 0;
  }
  .services__item-list:last-child {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .title-main {
    font-size: 60px;
  }
  .main-bg {
    border-radius: 0 0 50px 50px;
  }
  .services__item-content {
    gap: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
