@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: AlumniSans;
  font-display: swap;
  src: url("../fonts/AlumniSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: AlumniSans;
  font-display: swap;
  src: url("../fonts/AlumniSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: AlumniSans;
  font-display: swap;
  src: url("../fonts/AlumniSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: AlumniSans;
  font-display: swap;
  src: url("../fonts/AlumniSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AlumniSans;
  font-display: swap;
  src: url("../fonts/AlumniSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AnekLatin;
  font-display: swap;
  src: url("../fonts/AnekLatin-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  font-display: swap;
  src: url("../fonts/Lora-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  font-display: swap;
  src: url("../fonts/Lora-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  font-display: swap;
  src: url("../fonts/Lora-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/** Подключение переменных */
:root {
  --bs-font-family: "Inter", sans-serif;
  --bs-font-size: 16px;
  --bs-font-weight: 400;
  --bs-line-height: 1;
  --bs-font-color: #222;
  --bs-transition: .3s ease-in-out;
  --bs-radius: 10px;
  --primary-color: #131313;
  --primary-hover-color: #2d2d2d;
  --secondary-color: #ff4040;
  --white-color: #fff;
  --black-color: #131313;
  --bs-shadow: 0px 2px 3px rgba(#000, 10%), 0px 8px 3px rgba(#000, 10%);
  --hover-shadow: 0 0 5px 0 rgba(#000, 10%),
                  0 0 10px 0 rgba(#000, 10%),
                  0 0 15px 0 rgba(#000, 10%);
}

/**
* Подключение sass function и mixins и extends стилей
*/
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
/** Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  font-size: var(--bs-font-size);
  font-family: var(--bs-font-family);
  font-weight: var(--bs-font-weight);
  line-height: var(--bs-line-height);
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  user-select: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  user-select: none;
}
a:focus, a:active {
  outline: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

/**
* Библиотеки
* раскомментировать для использования
*/
/*
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/**


/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/** Базовые анимации: */
@keyframes show-header {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-up-big {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Gilroy;
  color: #0E0E0E;
  background-color: #f6f9ff;
}

input::placeholder {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: rgba(14, 14, 14, 0.4);
}
@media (max-width: 768.98px) {
  input::placeholder {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 420.98px) {
  input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 1098px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1120.98px) {
  [class*=__container] {
    padding: 0 40px;
  }
}
@media (max-width: 576.98px) {
  [class*=__container] {
    padding: 0 16px;
  }
}

[class*=__mtitle] {
  color: #051245;
  font-family: AlumniSans;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}

[class*=-mtext] {
  color: var(--Text-Black, #1b2021);
  /* B1 */
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

[class*=__blue-btn] {
  display: inline-block;
  color: var(--Text-White, #e6e6e9);
  border-radius: 8px;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  padding: 8px 32px;
  transition: all 0.25s ease;
  background: linear-gradient(90deg, #00a8e8, transparent) #004fe8;
}
[class*=__blue-btn]:hover {
  transition: all 0.25s ease;
  background-color: #732fdf;
}

[class*=__primary-btn] {
  display: inline-block;
  background: linear-gradient(90deg, #a4036f, transparent) #2d03a4;
  color: #e6e6e9;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 0.25s ease;
}
[class*=__primary-btn]:hover {
  transition: all 0.25s ease;
  background-color: #4508c7;
}

[class*=__input-text] {
  max-width: 440px;
  width: 100%;
  border-radius: 12px;
  background: #f7f9fb;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 768.98px) {
  [class*=__input-text] {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 420.98px) {
  [class*=__input-text] {
    font-size: 14px;
    line-height: 20px;
  }
}
[class*=__input-text]:focus {
  border: 1px solid #0173E5;
}

/**
* БЕМ блоки используемые во всё проекте
*/
/**
* Подключение стилей отдельных блоков и секций
*/
.header {
  background: linear-gradient(90deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
  position: relative;
}

@media (max-width: 1120.98px) {
  .header__container {
    padding: 0 40px;
  }
}
@media (max-width: 576.98px) {
  .header__container {
    padding: 0 16px;
  }
}

.header__row {
  display: flex;
  align-items: center;
  height: 56px;
}

.header__logo {
  color: #e6e6e9;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: auto;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 41px;
}
@media (max-width: 992.98px) {
  .header__menu {
    display: none;
    transform: translateX(-200%);
  }
}
.header__menu._active {
  display: none;
}
@media (max-width: 992.98px) {
  .header__menu._active {
    display: flex;
    transform: translateX(0);
    padding: 28px 40px 32px 40px;
    justify-content: space-between;
    position: absolute;
    top: 53px;
    left: 0;
    gap: 0px;
    width: 100%;
    z-index: 20;
    transition: all 0.3s ease;
    background: var(--Background-Secondary, linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%));
    box-shadow: 0px 4px 8px 0px rgba(10, 26, 70, 0.72), 0px 15px 15px 0px rgba(10, 26, 70, 0.62), 0px 35px 21px 0px rgba(10, 26, 70, 0.37), 0px 62px 25px 0px rgba(10, 26, 70, 0.11), 0px 97px 27px 0px rgba(10, 26, 70, 0.01);
    box-shadow: 0px 4px 8px 0px rgba(10, 26, 70, 0.72), 0px 15px 15px 0px rgba(10, 26, 70, 0.62), 0px 35px 21px 0px rgba(10, 26, 70, 0.37), 0px 62px 25px 0px rgba(10, 26, 70, 0.11), 0px 97px 27px 0px rgba(10, 26, 70, 0.01);
  }
}
@media (max-width: 576.98px) {
  .header__menu._active {
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 18px 20px 18px;
  }
}

@media (max-width: 576.98px) {
  .header__menu li {
    width: 33%;
    text-align: center;
    padding: 12px;
  }
}

.header__menu-item {
  position: relative;
  display: inline-block;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  color: #e6e6e9;
  padding: 0px 4px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.header__menu-item::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 0px;
  height: 3px;
  display: block;
  background: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
  transition: 300ms;
}
@media (max-width: 777.98px) {
  .header__menu-item {
    font-weight: 400;
    font-size: 18px;
  }
}

.header__menu-item:hover::after {
  width: 100%;
}

.header__menu-item.active {
  position: relative;
  display: inline-block;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  color: #e6e6e9;
  padding: 0px 4px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.header__menu-item.active::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
}

.header__primary-btn {
  margin-left: 108px;
}
@media (max-width: 1050.98px) {
  .header__primary-btn {
    margin-left: 64px;
  }
}
@media (max-width: 992.98px) {
  .header__primary-btn {
    padding: 10px 20px;
    font-size: 18px;
    margin-left: 0;
  }
}
@media (max-width: 576.98px) {
  .header__primary-btn {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.header__burger-menu {
  display: none;
}
@media (max-width: 992.98px) {
  .header__burger-menu {
    display: block;
    width: 32px;
    height: 24px;
    margin-left: 32px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"><rect width="32" height="4" rx="2" fill="%23E6E6E9"/><rect y="10" width="32" height="4" rx="2" fill="%23E6E6E9"/><rect y="20" width="32" height="4" rx="2" fill="%23E6E6E9"/></svg>');
  }
}
@media (max-width: 576.98px) {
  .header__burger-menu {
    margin-left: 24px;
  }
}
.header__burger-menu._active {
  display: block;
  width: 32px;
  height: 24px;
  margin-left: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><rect y="21.3334" width="30.1699" height="3.77124" rx="1.88562" transform="rotate(-45 0 21.3334)" fill="%23E6E6E9"/><rect x="21.333" y="24.0831" width="30.1699" height="3.77124" rx="1.88562" transform="rotate(-135 21.333 24.0831)" fill="%23E6E6E9"/></svg>');
}
@media (max-width: 576.98px) {
  .header__burger-menu._active {
    margin-left: 24px;
  }
}

.team {
  padding-bottom: 70px;
}
@media (max-width: 760.98px) {
  .team {
    padding-bottom: 30px;
  }
}

.team__container {
  width: 100%;
  max-width: 1130px;
  position: relative;
}

.team__mtitle {
  padding: 0 15px;
}
@media (max-width: 1120.98px) {
  .team__mtitle {
    padding: 0;
    padding-top: 20px;
  }
}
@media (max-width: 576.98px) {
  .team__mtitle {
    padding: 0 24px;
    padding-top: 10px;
  }
}

.team-mtext {
  padding: 0 15px;
  margin-top: 48px;
  margin-bottom: 111px;
}
@media (max-width: 1120.98px) {
  .team-mtext {
    padding: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 576.98px) {
  .team-mtext {
    padding: 0 24px;
    margin-bottom: 50px;
  }
}

.team__slider {
  max-width: 1160px;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 1150.98px) {
  .team__slider {
    padding: 0 35px;
  }
}
@media (max-width: 576.98px) {
  .team__slider {
    padding: 0;
  }
}

.team__slide-wrap {
  display: flex;
  max-width: 275px;
  width: 100%;
  height: 232px;
  align-items: center;
  position: relative;
}

.team__slide-member {
  max-width: 19px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  white-space: nowrap;
  color: #1b2021;
  font-family: AlumniSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  transform: rotate(-90deg);
  transform-origin: 10px;
}
@media (max-width: 1024.98px) {
  .team__slide-member {
    font-weight: 700;
  }
}
.team__slide-member span {
  color: var(--Text-Black, #1b2021);
  font-weight: 700;
}
@media (max-width: 1024.98px) {
  .team__slide-member span {
    font-size: 18px;
    font-weight: 500;
  }
}

.team__slide-divider {
  padding: 0 12px;
}

.team__slide-img {
  display: block;
  margin-left: auto;
  max-width: 244px;
  width: 100%;
  height: 232px;
  border-radius: 8px;
  object-fit: cover;
}

.team__slide-info {
  margin-top: 8px;
  margin-left: 35px;
  max-width: 244px;
  width: 100%;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.team__swiper-prev {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M30.82 33.16L21.66 24L30.82 14.82L28 12L16 24L28 36L30.82 33.16Z" fill="%231B2021"/></svg>');
  top: 113px;
  left: -16px;
  z-index: 20;
  cursor: pointer;
}
.team__swiper-prev:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1120.98px) {
  .team__swiper-prev {
    top: 145px;
  }
}
@media (max-width: 377.98px) {
  .team__swiper-prev {
    display: none;
  }
}

.team__swiper-prev.swiper-button-disabled {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M30.82 33.16L21.66 24L30.82 14.82L28 12L16 24L28 36L30.82 33.16Z" fill="%23a8a8a8"/></svg>');
  top: 113px;
  left: -16px;
  z-index: 20;
}
@media (max-width: 1120.98px) {
  .team__swiper-prev.swiper-button-disabled {
    top: 145px;
  }
}
@media (max-width: 377.98px) {
  .team__swiper-prev.swiper-button-disabled {
    display: none;
  }
}

.team__swiper-next {
  width: 48px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M17.1802 33.16L26.3402 24L17.1802 14.82L20.0002 12L32.0002 24L20.0002 36L17.1802 33.16Z" fill="%231B2021"/></svg>');
  top: 113px;
  right: -16px;
  z-index: 20;
}
.team__swiper-next:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1120.98px) {
  .team__swiper-next {
    top: 145px;
  }
}
@media (max-width: 377.98px) {
  .team__swiper-next {
    display: none;
  }
}

.team__swiper-next.swiper-button-disabled {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M17.1802 33.16L26.3402 24L17.1802 14.82L20.0002 12L32.0002 24L20.0002 36L17.1802 33.16Z" fill="%23a8a8a8"/></svg>');
  top: 113px;
  right: -16px;
  z-index: 20;
}
@media (max-width: 1120.98px) {
  .team__swiper-next.swiper-button-disabled {
    top: 145px;
  }
}
@media (max-width: 377.98px) {
  .team__swiper-next.swiper-button-disabled {
    display: none;
  }
}

.team__slide.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients {
  padding: 50px 0;
}
@media (max-width: 1120.98px) {
  .clients {
    padding-top: 20px;
  }
}

.clients__container {
  max-width: 1300px;
  width: 100%;
}

.clients__slide.swiper-slide {
  display: flex;
  justify-content: center;
}

.projects {
  background-image: url("../images/projects_bg1920.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 95px;
  margin-top: 24px;
}
@media (max-width: 1283.98px) {
  .projects {
    background-image: url("../images/projects-bg1280.svg");
    background-position: center bottom;
  }
}
@media (max-width: 1200.98px) {
  .projects {
    padding-top: 66px;
    padding-bottom: 72px;
    background-position: center;
  }
}
@media (max-width: 770.98px) {
  .projects {
    background-image: url("../images/projects-bg768.svg");
    background-position: center bottom;
  }
}
@media (max-width: 576.98px) {
  .projects {
    padding-top: 72px;
  }
}
@media (max-width: 362.98px) {
  .projects {
    background-image: url("../images/projects-bg362.svg");
    background-position: center bottom;
  }
}

.projects__container {
  max-width: 1195px;
  width: 100%;
}

.projects__mtitle {
  color: #e6e6e9;
  margin-bottom: 35px;
  padding-left: 47px;
}
@media (max-width: 1200.98px) {
  .projects__mtitle {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 576.98px) {
  .projects__mtitle {
    font-size: 24px;
    margin-bottom: 34px;
  }
}

.projects__slider {
  max-width: 1170px;
  padding: 0 47px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200.98px) {
  .projects__slider {
    padding: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.projects__slide.swiper-slide {
  display: block;
  margin: 0 auto;
}

.projects__slide-row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1200.98px) {
  .projects__slide-row {
    flex-direction: column;
    position: relative;
  }
}

.projects__slide-left {
  max-width: 465px;
  width: 100%;
}
@media (max-width: 1200.98px) {
  .projects__slide-left {
    max-width: 1190px;
    padding-bottom: 80px;
  }
}

.projects__slide-left h3 {
  color: #e6e6e9;
  font-family: AlumniSans;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  margin-bottom: 50px;
  margin-top: 18px;
}
@media (max-width: 1200.98px) {
  .projects__slide-left h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576.98px) {
  .projects__slide-left h3 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 42px;
  }
}

.projects__slide-left p {
  color: #e6e6e9;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 1200.98px) {
  .projects__slide-left p {
    margin-top: 40px;
  }
}
@media (max-width: 576.98px) {
  .projects__slide-left p {
    margin-top: 42px;
  }
}

.projects__slide-right {
  text-align: right;
}

.projects__slide-img {
  max-width: 575px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1200.98px) {
  .projects__slide-img {
    display: none;
  }
}

.projects__slide-img-mob {
  display: none;
}
@media (max-width: 1200.98px) {
  .projects__slide-img-mob {
    display: block;
    border-radius: 8px;
    max-width: 700px;
    width: 100%;
    height: 423px;
    object-fit: cover;
  }
}
@media (max-width: 760.98px) {
  .projects__slide-img-mob {
    height: auto;
  }
}
@media (max-width: 361.98px) {
  .projects__slide-img-mob {
    height: 253px;
  }
}

.projects-prev {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M30.82 33.16L21.66 24L30.82 14.82L28 12L16 24L28 36L30.82 33.16Z" fill="url(%23paint0_linear_320_2741)"/><defs><linearGradient id="paint0_linear_320_2741" x1="16" y1="23.6571" x2="30.82" y2="23.6571" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A8E8"/><stop offset="1" stop-color="%23004FE8"/></linearGradient></defs></svg>');
  top: 179px;
  left: -16px;
  z-index: 20;
  cursor: pointer;
}
.projects-prev:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1200.98px) {
  .projects-prev {
    display: none;
  }
}

.projects-prev.swiper-button-disabled {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M30.82 33.16L21.66 24L30.82 14.82L28 12L16 24L28 36L30.82 33.16Z" fill="url(%23paint0_linear_320_2741)"/><defs><linearGradient id="paint0_linear_320_2741" x1="16" y1="23.6571" x2="30.82" y2="23.6571" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A8E8" stop-opacity="0.4"/><stop offset="1" stop-color="%23004FE8" stop-opacity="0.4"/></linearGradient></defs></svg>');
  top: 179px;
  left: -16px;
  z-index: 20;
}
@media (max-width: 1200.98px) {
  .projects-prev.swiper-button-disabled {
    display: none;
  }
}

.projects-next {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M17.1802 33.16L26.3402 24L17.1802 14.82L20.0002 12L32.0002 24L20.0002 36L17.1802 33.16Z" fill="url(%23paint0_linear_320_2742)"/><defs><linearGradient id="paint0_linear_320_2742" x1="17.1802" y1="23.6571" x2="32.0002" y2="23.6571" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A8E8"/><stop offset="1" stop-color="%23004FE8"/></linearGradient></defs></svg>');
  top: 179px;
  right: -16px;
  z-index: 20;
}
.projects-next:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1200.98px) {
  .projects-next {
    display: none;
  }
}

.projects-next.swiper-button-disabled {
  width: 48px;
  height: 48px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M17.1802 33.16L26.3402 24L17.1802 14.82L20.0002 12L32.0002 24L20.0002 36L17.1802 33.16Z" fill="url(%23paint0_linear_320_2742)"/><defs><linearGradient id="paint0_linear_320_2742" x1="17.1802" y1="23.6571" x2="32.0002" y2="23.6571" gradientUnits="userSpaceOnUse"><stop stop-color="%2300A8E8" stop-opacity="0.4"/><stop offset="1" stop-color="%23004FE8" stop-opacity="0.4"/></linearGradient></defs></svg>');
  top: 179px;
  right: -16px;
  z-index: 20;
}
@media (max-width: 1200.98px) {
  .projects-next.swiper-button-disabled {
    display: none;
  }
}

.projects-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 67px;
  left: 42px;
  z-index: 20;
  height: 50px;
  display: flex;
  gap: 23px;
}
@media (max-width: 1200.98px) {
  .projects-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 77px;
    left: -2px;
    gap: 25px;
  }
}

.swiper-pagination-bullet {
  background: var(--Button-Secondary, linear-gradient(90deg, #00a8e8 0%, #004fe8 100%));
  background-clip: text;
  padding: 7px 16px;
  height: 40px;
  font-size: 20px;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
  border-radius: 8px;
  max-width: 51px;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200.98px) {
  .swiper-pagination-bullet {
    height: 49px;
    font-size: 31px;
    max-width: 55px;
    padding-top: 8px;
  }
}

span.swiper-pagination-bullet {
  position: relative;
  transition: all 0.3s ease;
}
span.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4472e8, transparent) #2b3983 border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

span.swiper-pagination-bullet:hover::before {
  background-color: #4472e8;
  transition: all 0.3s ease;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  transition: all 0.3s ease;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 2px solid transparent;
  background: linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.projects__blue-btn {
  margin-top: 24px;
}
@media (max-width: 1200.98px) {
  .projects__blue-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.review {
  padding-top: 90px;
  padding-bottom: 96px;
}
@media (max-width: 1200.98px) {
  .review {
    padding-top: 68px;
  }
}
@media (max-width: 576.98px) {
  .review {
    padding-top: 60px;
  }
}

.review__container {
  max-width: 1205px;
  width: 100%;
}

.review__mtitle {
  padding-left: 50px;
}
@media (max-width: 1200.98px) {
  .review__mtitle {
    padding-left: 40px;
  }
}
@media (max-width: 576.98px) {
  .review__mtitle {
    padding-left: 0px;
  }
}

.review__slider {
  margin-top: 77px;
  max-width: 1260px;
  padding: 0 50px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200.98px) {
  .review__slider {
    padding: 0;
  }
}
@media (max-width: 760.98px) {
  .review__slider {
    margin-top: 40px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.review__slide.swiper-slide {
  display: block;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1200.98px) {
  .review__slide.swiper-slide {
    padding: 0 45px;
  }
}
@media (max-width: 576.98px) {
  .review__slide.swiper-slide {
    padding: 0;
  }
}

.review__text {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
@media (max-width: 576.98px) {
  .review__text {
    font-size: 18px;
    line-height: 135%;
  }
}

.review__author {
  color: #051245;
  font-family: AlumniSans;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-align: right;
  margin-top: 80px;
  margin-bottom: 16px;
  margin-right: -40px;
}
@media (max-width: 576.98px) {
  .review__author {
    margin-right: 0px;
    margin-top: 60px;
  }
}

.review__company {
  color: #051245;
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-align: right;
  margin-right: -40px;
}
@media (max-width: 576.98px) {
  .review__company {
    margin-right: 0px;
  }
}

.review-prev {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M14.82 21.16L5.66 12L14.82 2.82L12 0L0 12L12 24L14.82 21.16Z" fill="%23051245"/></svg>');
  top: 149px;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.review-prev:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1120.98px) {
  .review-prev {
    top: 145px;
  }
}
@media (max-width: 768.98px) {
  .review-prev {
    top: 35.5%;
  }
}
@media (max-width: 576.98px) {
  .review-prev {
    display: none;
  }
}

.review-prev.swiper-button-disabled {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M14.82 21.16L5.66 12L14.82 2.82L12 0L0 12L12 24L14.82 21.16Z" fill="%23051245" fill-opacity="0.48"/></svg>');
  top: 149px;
  left: 0;
  z-index: 20;
}
@media (max-width: 1120.98px) {
  .review-prev.swiper-button-disabled {
    top: 145px;
  }
}
@media (max-width: 768.98px) {
  .review-prev.swiper-button-disabled {
    top: 35.5%;
  }
}
@media (max-width: 576.98px) {
  .review-prev.swiper-button-disabled {
    display: none;
  }
}

.review-next {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M0.18 21.16L9.34 12L0.18 2.82L3 0L15 12L3 24L0.18 21.16Z" fill="%23051245"/></svg>');
  top: 149px;
  right: 0px;
  cursor: pointer;
  z-index: 20;
}
.review-next:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 1120.98px) {
  .review-next {
    top: 145px;
  }
}
@media (max-width: 768.98px) {
  .review-next {
    top: 35.5%;
  }
}
@media (max-width: 576.98px) {
  .review-next {
    display: none;
  }
}

.review-next.swiper-button-disabled {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M0.18 21.16L9.34 12L0.18 2.82L3 0L15 12L3 24L0.18 21.16Z" fill="%23051245" fill-opacity="0.48"/></svg>');
  top: 149px;
  right: 0px;
  z-index: 20;
}
@media (max-width: 1120.98px) {
  .review-next.swiper-button-disabled {
    top: 145px;
  }
}
@media (max-width: 768.98px) {
  .review-next.swiper-button-disabled {
    top: 35.5%;
  }
}
@media (max-width: 576.98px) {
  .review-next.swiper-button-disabled {
    display: none;
  }
}

.post {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1024.98px) {
  .post {
    padding-top: 64px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024.98px) {
  .post {
    padding-top: 56px;
  }
}

.post__container {
  max-width: 884px;
  width: 100%;
}

.post__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 760.98px) {
  .post__row {
    flex-direction: column;
    align-items: start;
    margin-bottom: 32px;
  }
}

.post__title {
  color: #051245;
  font-family: AlumniSans;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
}
@media (max-width: 760.98px) {
  .post__title {
    font-size: 41px;
  }
}

.post__tag-btn {
  color: #051245;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  padding: 8px 16px;
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #2b3983 100%);
  border-radius: 8px;
  box-sizing: content-box;
}
.post__tag-btn:hover {
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #405ce9 100%);
  border-radius: 8px;
  box-sizing: content-box;
}

.post__img {
  width: 100%;
  height: 426px;
  object-fit: cover;
}

.post__date {
  margin: 24px 0;
  text-align: right;
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}

.post__text p {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-bottom: 24px;
}

.postslider__container {
  max-width: 1200px;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (max-width: 850.98px) {
  .postslider__container {
    padding: 0 20px;
    margin-bottom: 48px;
  }
}
@media (max-width: 576.98px) {
  .postslider__container {
    padding: 0 16px;
  }
}

.post__subtitle {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  padding-left: 48px;
}
@media (max-width: 576.98px) {
  .post__subtitle {
    padding-left: 0;
  }
}

.post__slider {
  margin-top: 42px;
  position: relative;
  max-width: 1180px;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 820.98px) {
  .post__slider {
    padding: 0 35px;
  }
}
@media (max-width: 576.98px) {
  .post__slider {
    padding: 0;
  }
}

.post__slide.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 400.98px) {
  .post__slide.swiper-slide {
    padding: 0 10px;
  }
}

.post__slide-img {
  height: 288px;
  max-width: 326px;
  width: 100%;
  margin-bottom: 8px;
  object-fit: cover;
  border-radius: 4px;
}

.post__slide-content {
  padding: 8px 16px 12px;
  border-radius: 4px;
  background: linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
  max-width: 326px;
  width: 100%;
}

.post__slide-title {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.post__slide-text {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-top: 24px;
  margin-bottom: 16px;
}

.post__slide-date {
  color: var(--Text-White, #e6e6e9);
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-bottom: 24px;
  display: block;
}

.post__slide-link {
  color: var(--Text-White, #e6e6e9);
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 15%;
  margin-right: auto;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.post__slide-link:hover {
  border-bottom: 1px solid #e6e6e9;
  transition: all 0.3s ease;
}

.post-prev {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M14.82 21.16L5.66 12L14.82 2.82L12 0L0 12L12 24L14.82 21.16Z" fill="%23051245"/></svg>');
  top: 45%;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.post-prev:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 576.98px) {
  .post-prev {
    display: none;
  }
}

.post-prev.swiper-button-disabled {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M14.82 21.16L5.66 12L14.82 2.82L12 0L0 12L12 24L14.82 21.16Z" fill="%23051245" fill-opacity="0.48"/></svg>');
  top: 45%;
  left: 0;
  z-index: 20;
}
@media (max-width: 576.98px) {
  .post-prev.swiper-button-disabled {
    display: none;
  }
}

.post-next {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M0.18 21.16L9.34 12L0.18 2.82L3 0L15 12L3 24L0.18 21.16Z" fill="%23051245"/></svg>');
  top: 45%;
  right: 0px;
  cursor: pointer;
  z-index: 20;
}
.post-next:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (max-width: 576.98px) {
  .post-next {
    display: none;
  }
}

.post-next.swiper-button-disabled {
  width: 15px;
  height: 24px;
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="24" viewBox="0 0 15 24" fill="none"><path d="M0.18 21.16L9.34 12L0.18 2.82L3 0L15 12L3 24L0.18 21.16Z" fill="%23051245" fill-opacity="0.48"/></svg>');
  top: 45%;
  right: 0px;
  z-index: 20;
}
@media (max-width: 576.98px) {
  .post-next.swiper-button-disabled {
    display: none;
  }
}

.blog {
  padding-top: 72px;
  padding-bottom: 96px;
}
@media (max-width: 765.98px) {
  .blog {
    padding-top: 56px;
    padding-bottom: 32px;
  }
}

.blog__row {
  display: flex;
  gap: 24px;
  margin: 48px 0;
  flex-wrap: wrap;
}

.blog__tag-btn {
  color: #051245;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  padding: 8px 16px;
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #2b3983 100%);
  border-radius: 8px;
  box-sizing: content-box;
}
.blog__tag-btn:hover {
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #405ce9 100%);
  border-radius: 8px;
  box-sizing: content-box;
}

.blog__item-row {
  display: flex;
  gap: 45px;
}

.blog__date {
  color: #1b2021;
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  max-width: 102px;
  width: 100%;
  padding-top: 52px;
}
@media (max-width: 765.98px) {
  .blog__date {
    padding-top: 0px;
  }
}

.blog__item-info {
  padding-top: 52px;
}
@media (max-width: 765.98px) {
  .blog__item-info {
    padding-top: 0px;
  }
}

.blog__item-info p {
  color: #051245;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 20px;
}

.blog__item-info h4 {
  color: #1b2021;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  cursor: pointer;
}

.blog__item-img {
  margin-left: auto;
  max-width: 318px;
  width: 100%;
  height: 152px;
  object-fit: cover;
}
@media (max-width: 765.98px) {
  .blog__item-img {
    display: none;
  }
}

.blog__item-divider {
  margin: 32px 0;
  max-width: 692px;
  width: 100%;
  height: 4px;
  background: var(--Stroke-Primary, linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%));
}

.project {
  padding: 72px 0;
}
@media (max-width: 760.98px) {
  .project {
    padding-bottom: 0px;
  }
}

.project__row {
  display: flex;
  gap: 120px;
}
@media (max-width: 1000.98px) {
  .project__row {
    gap: 48px;
  }
}
@media (max-width: 760.98px) {
  .project__row {
    flex-direction: column;
  }
}

@media (max-width: 800.98px) {
  .project__left {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 760.98px) {
  .project__left {
    max-width: 730px;
  }
}

.project__title {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  margin-bottom: 24px;
}
@media (max-width: 850.98px) {
  .project__title {
    font-size: 41px;
  }
}

.project__text {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.project__right {
  max-width: 248px;
  width: 100%;
  padding: 32px 24px;
  border-radius: 4px;
  background: var(--Background-Secondary, linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%));
}
@media (max-width: 760.98px) {
  .project__right {
    margin-left: auto;
  }
}

.project__subtitle {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 24px;
}

.project__service {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-bottom: 20px;
}

.project__client {
  margin-top: 48px;
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.portfolio {
  padding-top: 96px;
}

.portfolio__row {
  display: flex;
  gap: 106px;
}
@media (max-width: 800.98px) {
  .portfolio__row {
    gap: 77px;
  }
}
@media (max-width: 760.98px) {
  .portfolio__row {
    flex-direction: column;
    gap: 48px;
  }
}

.portfolio__sidebar {
  max-width: 220px;
  width: 100%;
}

.portfolio__advantages {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 760.98px) {
  .portfolio__advantages {
    flex-direction: row;
    gap: 48px;
    flex-wrap: nowrap;
  }
}

.portfolio__value {
  position: relative;
  padding-left: 40px;
}
.portfolio__value::after {
  position: absolute;
  content: "";
  max-width: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%));
}
@media (max-width: 760.98px) {
  .portfolio__value {
    display: inline-block;
    padding-left: 0px;
  }
  .portfolio__value::after {
    max-width: 150px;
    width: 100%;
    height: 8px;
    left: 0px;
    top: -10px;
  }
}

.portfolio__value h4 {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 16px;
}

.portfolio__value p {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.portfolio__question {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-top: 48px;
  margin-bottom: 20px;
}

.portfolio__blue-btn {
  white-space: nowrap;
}
@media (max-width: 850.98px) {
  .portfolio__blue-btn {
    padding: 10px 20px;
  }
}

.portfolio__title {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 64px;
}
@media (max-width: 760.98px) {
  .portfolio__title {
    margin-bottom: 32px;
  }
}

.portfolio__text {
  color: var(--Text-Black, #1B2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-bottom: 48px;
}

@media (max-width: 760.98px) {
  .portfolio__text:last-child {
    margin-bottom: 25px;
  }
}

.services {
  padding-top: 72px;
  padding-bottom: 56px;
}

.services__title {
  color: #051245;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.services__text {
  color: #1b2021;
  font-family: Raleway;
  font-size: 20px;
  line-height: 133.333%;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
  margin-top: 48px;
}

.services__mtitle {
  text-align: right;
  margin-bottom: 32px;
}

.services__row {
  display: flex;
  gap: 59px;
  padding-bottom: 50px;
}
@media (max-width: 700.98px) {
  .services__row {
    flex-direction: column;
  }
}

.services__sidebar {
  max-width: 185px;
  width: 100%;
}
@media (max-width: 700.98px) {
  .services__sidebar {
    max-width: 700px;
    width: 100%;
  }
}

.services__sidebar__mtitle {
  margin-bottom: 48px;
}

.services__sidebar-menu {
  display: block;
}
@media (max-width: 700.98px) {
  .services__sidebar-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 420.98px) {
  .services__sidebar-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
}

.services__sidebar-menuItem {
  position: relative;
  color: #1b2021;
  font-family: Raleway;
  font-size: 18px;
  height: 48px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 133.333%;
  padding-left: 16px;
  margin-bottom: 16px;
  background-color: transparent;
}
@media (max-width: 700.98px) {
  .services__sidebar-menuItem {
    padding: 4px 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 420.98px) {
  .services__sidebar-menuItem {
    padding: 4px 12px;
  }
}
.services__sidebar-menuItem::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 0;
  top: 0;
  left: 0;
  transition: 300ms;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%));
}
@media (max-width: 700.98px) {
  .services__sidebar-menuItem::after {
    width: 100%;
  }
}

.services__sidebar-menuItem:hover::after {
  height: 100%;
}

.services__sidebar-menuItem.active {
  position: relative;
  z-index: 3;
  color: #051245;
  font-family: Raleway;
  font-size: 18px;
  height: 48px;
  display: flex;
  align-items: center;
  text-shadow: 0.8px 0 #051245;
  transition: text-shadow 0.7s;
  line-height: 133.333%;
  padding-left: 16px;
  background-color: transparent;
}
@media (max-width: 700.98px) {
  .services__sidebar-menuItem.active {
    padding: 4px 15px;
  }
}
@media (max-width: 420.98px) {
  .services__sidebar-menuItem.active {
    padding: 4px 12px;
  }
}
.services__sidebar-menuItem.active::after {
  position: absolute;
  content: "";
  z-index: 5;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  transition: 300ms;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%));
}
@media (max-width: 700.98px) {
  .services__sidebar-menuItem.active::after {
    width: 100%;
    height: 3px;
  }
}

.services__main-menu {
  display: flex;
  gap: 20px 8px;
  padding-left: 50px;
  justify-content: end;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
@media (max-width: 992.98px) {
  .services__main-menu {
    gap: 20px;
  }
}
@media (max-width: 700.98px) {
  .services__main-menu {
    gap: 32px 16px;
    padding-left: 0;
    justify-content: start;
  }
}
@media (max-width: 420.98px) {
  .services__main-menu {
    gap: 32px 16px;
  }
}

.services__main-menuItem {
  padding: 5px 24px;
  display: inline-block;
  color: #1b2021;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  position: relative;
  background-color: transparent;
}
@media (max-width: 992.98px) {
  .services__main-menuItem {
    padding: 5px 8px;
    font-size: 24px;
  }
}
@media (max-width: 500.98px) {
  .services__main-menuItem {
    padding: 5px 1px;
    font-size: 21px;
  }
}
.services__main-menuItem::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 300ms;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%));
}

.services__main-menuItem:hover::after {
  width: 100%;
}

.services__main-menuItem.active {
  background-color: transparent;
  position: relative;
  color: #051245;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  text-shadow: 0.8px 0 #051245;
  transition: text-shadow 0.7s;
  line-height: 133.333%;
}
@media (max-width: 992.98px) {
  .services__main-menuItem.active {
    font-size: 24px;
  }
}
@media (max-width: 500.98px) {
  .services__main-menuItem.active {
    font-size: 21px;
  }
}
.services__main-menuItem.active::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 300ms;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%));
}

.services__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
@media (max-width: 930.98px) {
  .services__items {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: end;
  }
}

.services__item {
  width: 100%;
}

.services__item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  padding: 32px 24px;
  padding-bottom: 20px;
  background: linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
}

.services__item-title {
  color: #e6e6e9;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 24px;
}

.services__item-front {
  display: none;
}

.services__item-front.active {
  color: #e6e6e9;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-bottom: 93px;
  display: block;
}
@media (max-width: 500.98px) {
  .services__item-front.active {
    margin-bottom: 45px;
  }
}

.services__item-back {
  display: none;
}

.services__item-back.active {
  display: block;
}

.services__item-backWrap {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 11.2px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.services__item-backWrap label {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
.services__item-backWrap input {
  display: none;
}

.services__item-label {
  position: relative;
  padding-left: 26px;
}
.services__item-label::after {
  content: "";
  position: absolute;
  max-width: 16px;
  width: 100%;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contact-checkbox-unchecked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 420.98px) {
  .services__primary-btn {
    padding: 8px 32px;
  }
}
@media (max-width: 355.98px) {
  .services__primary-btn {
    padding: 8px 16px;
  }
}

@media (max-width: 355.98px) {
  .services__blue-btn {
    padding: 8px 16px;
  }
}


input:checked + .services__item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contact-checkbox-checked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 16px;
  width: 100%;
  height: 16px;
}


.services__item-btn {
  display: flex;
  margin-left: auto;
  background-color: transparent;
  color: #e6e6e9;
  text-align: right;
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-top: auto;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.services__item-btn:hover {
  transition: all 0.3s ease;
  border-bottom: 1px solid #e6e6e9;
}

.services__item-row {
  display: flex;
  justify-content: end;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 420.98px) {
  .services__item-row {
    justify-content: space-between;
    gap: 5;
  }
}

.services__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 48px;
}

.services__tag-btn {
  padding: 8px 16px;
  cursor: pointer;
  display: inline-block;
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #2b3983 100%);
  border-radius: 8px;
  box-sizing: content-box;
}
.services__tag-btn:hover {
  background: radial-gradient(circle at 100% 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #f7f9fb 0, #f7f9fb 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#f7f9fb, #f7f9fb) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #4472e8 3%, #405ce9 100%);
  border-radius: 8px;
  box-sizing: content-box;
}

.services__tag-btn:hover::before {
  transition: all 0.3s ease;
  background-color: #4472e8;
}

.close__tag {
  margin-left: 8px;
  padding-top: 3px;
}

.services__form {
  max-width: 720px;
  width: 100%;
  padding: 29px 40px 24px 20px;
  position: relative;
}
@media (max-width: 790.98px) {
  .services__form {
    padding: 24px;
  }
}
.services__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #4472e8, transparent) #2b3983 border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.3s ease;
}

.services__inputs-wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
@media (max-width: 520.98px) {
  .services__inputs-wrap {
    flex-direction: column;
  }
}

.services__form-input {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #1e2e6c;
  padding: 8px 20px;
  color: #1e2e6c;
  font-family: Raleway;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media (max-width: 520.98px) {
  .services__form-input {
    width: 100%;
  }
}
.services__form-input::placeholder {
  color: #3f475a;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.services__form-wrap {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 790.98px) {
  .services__form-wrap {
    flex-direction: column;
  }
}
@media (max-width: 520.98px) {
  .services__form-wrap {
    gap: 10px;
  }
}

.services__checkbox-wrap {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.services__checkbox-wrap input {
  display: none;
}
@media (max-width: 790.98px) {
  .services__checkbox-wrap {
    margin-right: auto;
  }
}

.services__form-label {
  color: #051245;
  font-family: Raleway;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  position: relative;
  max-width: 416px;
  width: 100%;
  padding-left: 26px;
}
.services__form-label::after {
  content: "";
  position: absolute;
  max-width: 16px;
  width: 100%;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contact-checkbox-unchecked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

input[id=services__checkbox]:checked + .services__form-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/services-checkbox-checked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 16px;
  width: 100%;
  height: 16px;
}

.services__form__blue-btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 790.98px) {
  .services__form__blue-btn {
    margin-left: auto;
  }
}
@media (max-width: 520.98px) {
  .services__form__blue-btn {
    margin: 0;
    margin-right: auto;
  }
}

.service {
  padding: 72px 0;
}
@media (max-width: 760.98px) {
  .service {
    padding-bottom: 22px;
  }
}

.service__title {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.service__row {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 89px;
}
@media (max-width: 992.98px) {
  .service__row {
    gap: 24px;
  }
}
@media (max-width: 760.98px) {
  .service__row {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.service__mtitle {
  font-size: 41px;
  max-width: 530px;
  width: 100%;
}
@media (max-width: 992.98px) {
  .service__mtitle {
    font-size: 31px;
  }
}
@media (max-width: 760.98px) {
  .service__mtitle {
    max-width: 730px;
    width: 100%;
  }
}

.service__mtext {
  font-size: 18px;
  max-width: 506px;
  width: 100%;
  line-height: 133%;
}
@media (max-width: 760.98px) {
  .service__mtext {
    max-width: 730px;
    width: 100%;
  }
}

.service__stages {
  margin-top: 39px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 64px;
}
@media (max-width: 770.98px) {
  .service__stages {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 48px;
  }
}
@media (max-width: 576.98px) {
  .service__stages {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.service__stage {
  color: var(--Text-Black, #1b2021);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  display: flex;
  align-items: center;
}

.service__stage span {
  margin-right: 20px;
  font-family: AlumniSans;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  background: var(--Background-Secondary, linear-gradient(106deg, #1E2E6C 0%, #15255B 27.97%, #0D1C4B 69.04%, #081843 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576.98px) {
  .service__stage span {
    line-height: 115%;
  }
}

.option {
  padding-top: 38px;
  padding-bottom: 96px;
}
@media (max-width: 768.98px) {
  .option {
    padding-bottom: 72px;
  }
}
@media (max-width: 420.98px) {
  .option {
    padding-top: 0px;
  }
}

.option__mtitle {
  margin-bottom: 60px;
}
@media (max-width: 420.98px) {
  .option__mtitle {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.option__akkordion {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 420.98px) {
  .option__akkordion {
    padding-bottom: 25px;
  }
}

.option__akkordion__item {
  margin-bottom: 32px;
}
@media (max-width: 420.98px) {
  .option__akkordion__item {
    margin-bottom: 42px;
  }
}
.option__akkordion__item:not(:first-of-type) {
  border-top: 0;
}
.option__akkordion__item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.option__akkordion__item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.option__akkordion__item.open .option__akkordion__header {
  padding-bottom: 24px;
  transition: all 0.3s ease;
}
.option__akkordion__item.open .option__akkordion__header:after {
  background-image: url("../images/option_minus.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.option__akkordion__item.open .option__akkordion__content {
  height: max-content;
  margin-top: 3px;
}

.option__akkordion__header {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--Text-Dark-Blue, #051245);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  padding-right: 30px;
}
@media (max-width: 850.98px) {
  .option__akkordion__header {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 760.98px) {
  .option__akkordion__header {
    padding-right: 35px;
  }
}
.option__akkordion__header::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: url("../images/option_plus.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 760.98px) {
  .option__akkordion__header::after {
    top: 6px;
    right: 0px;
  }
}

.option__akkordion__content {
  height: 0;
  overflow: hidden;
  /** Установить свои значения */
  padding: 0 rem(8);
  transition: all 0.3s ease;
}

.option-mtext:first-child {
  margin-bottom: 20px;
}

.option-mtext {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.option-list {
  margin-top: -12px;
  margin-left: 10px;
}

.option-list li {
  color: var(--Text-Black, #1B2021);
  /* B3 */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.option__list-mtext li {
  list-style-type: disc;
  position: relative;
  margin-left: 10px;
}

.option__checkbox-wrap input {
  display: none;
}

.option__label {
  position: relative;
  padding-left: 48px;
}
.option__label::after {
  content: "";
  position: absolute;
  max-width: 24px;
  width: 100%;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/option-uncheck.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 760.98px) {
  .option__label {
    padding-left: 39px;
  }
}

input:checked + .option__label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/option-check.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.option__blue-btn {
  display: flex;
  margin-left: auto;
}

.operation {
  margin-top: 15px;
  margin-bottom: 72px;
}
.operation__row {
  margin-top: 54px;
  display: flex;
  gap: 106px;
}
@media (max-width: 760.98px) {
  .operation__row {
    display: none;
  }
}

.operation__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 220px;
  width: 100%;
}

.operation__menu-item {
  max-width: 220px;
  width: 100%;
  position: relative;
  height: 64px;
  color: var(--Text-Black, #1b2021);
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 760.98px) {
  .operation__menu-item {
    margin-top: 32px;
  }
}
.operation__menu-item:hover {
  font-weight: 700;
  color: #051245;
  transition: all 0.3s ease;
}
.operation__menu-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #2849be;
  left: 0;
  bottom: 0;
}

.active.operation__menu-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--Stroke-Secondary, linear-gradient(90deg, #4472E8 2.75%, #2B3983 99.49%));
  left: 0;
  bottom: 0;
}

.operation__content {
  max-width: 740px;
  width: 100%;
}
@media (max-width: 992.98px) {
  .operation__content {
    margin-top: -30px;
  }
}
@media (max-width: 760.98px) {
  .operation__content {
    margin-top: 0px;
  }
}

.operation__item.active {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
}

.operation__item {
  display: none;
}

.operation__title {
  color: var(--Text-Dark-Blue, #051245);
  font-family: AlumniSans;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
@media (max-width: 760.98px) {
  .operation__title {
    font-size: 31px;
  }
}

@media (max-width: 760.98px) {
  .operation__sub__mtitle {
    font-size: 24px;
  }
}

.operation__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.operation__text p {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.operation__mobile {
  display: none;
}
@media (max-width: 760.98px) {
  .operation__mobile {
    display: block;
  }
}

.contact {
  background-image: url("../images/contact-bg1920.svg");
  background-position: center bottom;

  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  padding: 96px 0;
  background-image: url("../images/contact-bg362.svg");
}
@media (max-width: 1925.98px) {
  .contact {
    background-image: url("../images/contact-bg1920.svg");
    background-position: center bottom;
  }
}
@media (max-width: 1282.98px) {
  .contact {
    background-image: url("../images/contact-bg1280.svg");
    background-position: center bottom;
  }
}
@media (max-width: 770.98px) {
  .contact {
    background-image: url("../images/contact-bg769.svg");
  }
}
.contact-page {
  padding: 96px 0;
  background: linear-gradient(90deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
}

.contact__form {
  max-width: 482px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: var(--Background-Form, linear-gradient(133deg, rgba(223, 238, 246, 0) -0.63%, rgba(223, 238, 246, 0.2) 100%));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact__mtitle {
  color: #e6e6e9;
  margin-bottom: 50px;
}

input.contact__input {
  position: relative;
  z-index: 3;
  max-width: 450px;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 24px;
  background-color: transparent;
  color: var(--Text-White, #e6e6e9);
  /* B6 */
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
  border-image-slice: 1;
}

input.contact__input:hover {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
  border-image-slice: 1;
}
input.contact__input.focus:hover,
input.contact__input:focus {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
  border-image-slice: 3;
}

input.contact__input::placeholder {
  color: rgba(230, 230, 233, 0.8);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.contact__textarea {
  position: relative;
  z-index: 3;
  padding: 12px 20px;
  width: 100%;
  background-color: transparent;
  resize: none;
  height: 72px;
  color: var(--Text-White, #e6e6e9);
  /* B6 */
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  border: 1px solid transparent;
  border-image: linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
  border-image-slice: 1;
}
.contact__textarea::placeholder {
  color: rgba(230, 230, 233, 0.8);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
.contact__textarea:hover {
  border: 1px solid transparent;
  border-image: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
  border-image-slice: 1;
}
.contact__textarea:focus {
  border: 3px solid transparent;
  border-image: linear-gradient(93deg, #00a8e8 1.44%, #1b73bb 28.04%, #344292 72.27%, #230b56 99.04%);
  border-image-slice: 1;
}

.wrap__checkbox {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.wrap__checkbox label {
  color: var(--Text-White, #e6e6e9);
  font-family: Raleway;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
.wrap__checkbox input {
  display: none;
}

.contact__blue-btn {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.checkbox__contact {
  position: relative;
  padding-left: 26px;
}
.checkbox__contact::after {
  content: "";
  position: absolute;
  max-width: 16px;
  width: 100%;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contact-checkbox-unchecked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

input[id=exchange-checkbox]:checked + .checkbox__contact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/contact-checkbox-checked.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 16px;
  width: 100%;
  height: 16px;
}

.secondary-border {
  position: relative;
  transition: all 0.3s ease;
}
.secondary-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4472e8, transparent) #2b3983 border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.3s ease;
}

.secondary-border:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #4472e8;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.secondary-bg-border {
  position: relative;
  transition: all 0.3s ease;
}
.secondary-bg-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  background: linear-gradient(106deg, #1E2E6C 0%, #15255B 27.97%, #0D1C4B 69.04%, #081843 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.secondary-form {
  position: relative;
  transition: all 0.3s ease;
}
.secondary-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4472e8, transparent) #2b3983 border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.3s ease;
}

.header + .footer{
  padding-top: 96px;
  background: linear-gradient(90deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
}
.header + .footer .contact{
  background: none;
}

.footer {
  padding-bottom: 53px;
/*  background: linear-gradient(90deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);*/
  background-position: top;
  position: relative;
/*  background-image: url("../images/footer-bg1920.svg");*/
  background-image: linear-gradient(to right bottom, #1E2E6C, #15255B 27.9657%, #0D1C4B 69.0407%, #081843 );
  background-position: center bottom;
/*  background-size: cover;*/
}

.footer .contact {
  background-image: url("../images/contact-bg-cut1920.svg");
  background-position: center bottom;

  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  padding: 96px 0;
  background-image: url("../images/contact-bg-cut362.svg");
}
@media (max-width: 1925.98px) {
  .footer .contact {
    background-image: url("../images/contact-bg-cut1920.svg");
    background-position: center bottom;
  }
}
@media (max-width: 1282.98px) {
  .footer .contact {
    background-image: url("../images/contact-bg-cut1280.svg");
    background-position: center bottom;
  }
}
@media (max-width: 770.98px) {
  .footer .contact {
    background-image: url("../images/contact-bg-cut769.svg");
  }
}

.footer > .footer__container{
  padding-top: 53px;
}

/*
#contact + .footer::before{
  content: '';
  position: absolute;
  inset: 0;
  background: red;

  background-image: url("../images/footer-bg1920.svg");
  background-repeat: no-repeat;
  background-position: center bottom;

  transform: scaleY(-1);
/*  mask-image: linear-gradient(transparent, black);*/

}

#contact + .footer > *{
  position: relative;
  z-index: 400;
}*/

@media (max-width: 1000.98px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 680.98px) {
  .footer__row {
    flex-direction: column;
    position: relative;
    padding-bottom: 190px;
  }
}

.footer__left {
  padding-top: 30px;
}
@media (max-width: 1000.98px) {
  .footer__left {
    padding-top: 0;
  }
}

.footer__logo {
  color: #e6e6e9;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 13px;
  display: flex;
}

.footer__copyright {
  color: #e6e6e9;
  font-family: AlumniSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.footer__menu {
  display: flex;
  gap: 77px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1000.98px) {
  .footer__menu {
    gap: 24px;
    margin: 30px 0;
  }
}

.footer__menu li a {
  color: var(--Text-White, #e6e6e9);
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.footer__menu li a:hover {
  border-bottom: 1px solid #004fe8;
  transition: all 0.3s ease;
}

.footer__phone {
  color: #e6e6e9;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  display: block;
}

.footer__email {
  margin: 40px 0;
  color: #e6e6e9;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  display: block;
}
@media (max-width: 1000.98px) {
  .footer__email {
    margin-bottom: 30px;
  }
}
@media (max-width: 680.98px) {
  .footer__email {
    margin-bottom: 35px;
  }
}

.footer__row-btn {
  display: flex;
  gap: 44px;
  margin-right: -40px;
}
@media (max-width: 1250.98px) {
  .footer__row-btn {
    flex-direction: column;
    gap: 24px;
    margin-right: 0;
  }
}
@media (max-width: 680.98px) {
  .footer__row-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.footer__blue-btn {
  font-size: 11px;
}
@media (max-width: 1250.98px) {
  .footer__blue-btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-right: auto;
  }
}

.footer__right {
  color: #e6e6e9;
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 680.98px) {
  .footer__right {
    justify-content: start;
  }
}

.footer__subtitle {
  color: var(--Text-White, #e6e6e9);
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  text-align: right;
  margin-bottom: 24px;
}
@media (max-width: 1000.98px) {
  .footer__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 680.98px) {
  .footer__subtitle {
    text-align: left;
    margin-top: 20px;
  }
}

.footer__company-name {
  color: var(--Text-White, #e6e6e9);
  text-align: right;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media (max-width: 680.98px) {
  .footer__company-name {
    text-align: left;
  }
}

.footer__requisits {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-align: right;
}
@media (max-width: 680.98px) {
  .footer__requisits {
    text-align: left;
  }
}

.footer__requisits span {
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-left: 8px;
}

.footer__address {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-align: right;
}
@media (max-width: 680.98px) {
  .footer__address {
    text-align: left;
  }
}

.footer__address span {
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-right: 8px;
}

.footer__account {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-align: right;
}
@media (max-width: 680.98px) {
  .footer__account {
    text-align: left;
  }
}

.footer__account span {
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-left: 8px;
}

.footer__bank {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-align: right;
}
@media (max-width: 680.98px) {
  .footer__bank {
    text-align: left;
  }
}

.footer__bank-bic {
  text-align: right;
}
@media (max-width: 680.98px) {
  .footer__bank-bic {
    text-align: left;
  }
}

.footer__bank-bic span {
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-left: 8px;
}

.footer__bank-ks {
  text-align: right;
  margin-bottom: auto;
}
@media (max-width: 680.98px) {
  .footer__bank-ks {
    text-align: left;
  }
}

.footer__bank-ks span {
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-left: 8px;
}

.hero {
  background: linear-gradient(90deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
  padding-top: 90px;
  padding-bottom: 96px;
}
@media (max-width: 1120.98px) {
  .hero {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576.98px) {
  .hero {
    padding-top: 25px;
    padding-bottom: 75px;
  }
}

.hero__h1 {
  position: relative;
  font-size: 99px;
  color: #e6e6e9;
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
@media (max-width: 1120.98px) {
  .hero__h1 {
    font-size: 67px;
    line-height: 130%;
  }
}
@media (max-width: 760.98px) {
  .hero__h1 {
    font-size: 50px;
    line-height: 133%;
  }
}
@media (max-width: 576.98px) {
  .hero__h1 {
    font-size: 39px;
    line-height: 133%;
  }
}

.h1__main {
  display: block;
  font-size: 120px;
}
@media (max-width: 1120.98px) {
  .h1__main {
    font-size: 88px;
    line-height: 130%;
  }
}
@media (max-width: 720.98px) {
  .h1__main {
    font-size: 68px;
  }
}
@media (max-width: 576.98px) {
  .h1__main {
    font-size: 51px;
    line-height: 133.3%;
  }
}

.hero__h1::after {
  width: 97px;
  height: 113px;
  content: "";
  position: absolute;
  z-index: 10;
  background-image: url("../images/hero-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 7px;
  left: 722px;
}
@media (max-width: 1120.98px) {
  .hero__h1::after {
    left: 517px;
  }
}
@media (max-width: 710.98px) {
  .hero__h1::after {
    left: 404px;
    top: -5px;
  }
}
@media (max-width: 576.98px) {
  .hero__h1::after {
    width: 56px;
    height: 65px;
    background-image: url("../images/hero-img.png");
    left: 97px;
    top: 62px;
  }
}

@media (max-width: 576.98px) {
  .h1__subtitle {
    display: block;
  }
}

.hero__subtitle {
  color: var(--Text-White, #e6e6e9);
  text-align: right;
  font-family: AlumniSans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  padding-right: 74px;
}
@media (max-width: 1120.98px) {
  .hero__subtitle {
    text-align: left;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 335px;
  }
}
@media (max-width: 760.98px) {
  .hero__subtitle {
    text-align: right;
    padding-right: 23%;
    padding-left: 0;
  }
}
@media (max-width: 670.98px) {
  .hero__subtitle {
    padding-right: 0;
  }
}
@media (max-width: 576.98px) {
  .hero__subtitle {
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    padding-left: 49px;
  }
}

.hero__you {
  margin-top: 31px;
  margin-bottom: 42px;
  color: #e6e6e9;
  /* H4 */
  font-family: AlumniSans;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
@media (max-width: 1120.98px) {
  .hero__you {
    margin-top: 65px;
  }
}
@media (max-width: 576.98px) {
  .hero__you {
    margin-top: 37px;
    padding-left: 10px;
  }
}

.hero__list {
  max-width: 460px;
  width: 100%;
  display: flex;
  gap: 30px 40px;
  flex-wrap: wrap;
}
@media (max-width: 576.98px) {
  .hero__list {
    padding-left: 9px;
    gap: 47px 16px;
  }
}

.hero__list-item {
  padding: 6px 16px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  background: linear-gradient(90deg, #00a8e8 0%, #004fe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.25s ease;
}
.hero__list-item:hover {
  background: linear-gradient(90deg, #5bc8f3 0%, #3774ee 100%);
  transition: all 0.25s ease;
  background-clip: text;
  -webkit-background-clip: text;
}

.about {
  padding-top: 96px;
  padding-bottom: 88px;
}
@media (max-width: 800.98px) {
  .about {
    padding-top: 35px;
    padding-bottom: 37px;
  }
}
@media (max-width: 576.98px) {
  .about {
    padding-top: 58px;
  }
}

@media (max-width: 576.98px) {
  .about__container {
    padding: 0 40px;
  }
}

.about__mtitle {
  margin-bottom: 48px;
}
@media (max-width: 800.98px) {
  .about__mtitle {
    margin-bottom: 44px;
  }
}

.process {
  padding-top: 90px;
  padding-bottom: 93px;
}
@media (max-width: 1100.98px) {
  .process {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 760.98px) {
  .process {
    padding-top: 15px;
  }
}

.process__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 69px;
}
@media (max-width: 1100.98px) {
  .process__row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 800.98px) {
  .process__row {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 760.98px) {
  .process__row {
    flex-direction: column;
  }
}

@media (max-width: 1100.98px) {
  .process__item-info {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 48px;
  }
}

.process__mtitle {
  margin-bottom: 48px;
}

.process__item {
  max-width: 320px;
  border-radius: 4px;
  width: 100%;
  padding: 32px 24px 16px;
  background: linear-gradient(106deg, #1e2e6c 0%, #15255b 27.97%, #0d1c4b 69.04%, #081843 100%);
}
@media (max-width: 760.98px) {
  .process__item {
    max-width: 400px;
    margin-bottom: 48px;
  }
}

.process__item-title {
  color: var(--Text-White, #e6e6e9);
  margin-bottom: 24px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}

.process__columns {
  column-count: 2;
  column-gap: 30px;
}

.process__item-name {
  color: var(--Text-White, #e6e6e9);
  margin-bottom: 16px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.news {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1000.98px) {
  .news {
    padding-top: 65px;
  }
}

.news__mtitle {
  margin-bottom: 56px;
}
@media (max-width: 420.98px) {
  .news__mtitle {
    padding-left: 20px;
  }
}

.news__title-odd {
  display: flex;
  gap: 24px;
  align-items: center;
}

.news__title {
  color: #051245;
  font-family: AlumniSans;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.333%;
  margin-bottom: 16px;
}
@media (max-width: 766.98px) {
  .news__title {
    font-size: 41px;
  }
}

.news__date-odd,
.news__date-even {
  max-width: 46px;
  color: var(--Text-Dark-Blue, #051245);
  text-align: right;
  font-family: AlumniSans;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
@media (max-width: 766.98px) {
  .news__date-odd,
  .news__date-even {
    font-size: 24px;
    max-width: 37px;
  }
}

.news__row-odd,
.news__row-even {
  display: flex;
  gap: 32px;
}
@media (max-width: 1100.98px) {
  .news__row-odd,
  .news__row-even {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 766.98px) {
  .news__row-odd,
  .news__row-even {
    flex-direction: column;
    margin-top: 25px;
  }
}

.news__item-content p,
.news__item-content-even p {
  color: var(--Text-Black, #1b2021);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  margin-bottom: 24px;
  max-width: 449px;
  width: 100%;
  margin-left: 69px;
}
@media (max-width: 1200.98px) {
  .news__item-content p,
  .news__item-content-even p {
    margin-left: 0;
  }
}
@media (max-width: 766.98px) {
  .news__item-content p,
  .news__item-content-even p {
    max-width: 700px;
  }
}

.news__item-btn {
  color: #1b2021;
  text-align: right;
  font-family: AlumniSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin-top: 36px;
  padding-right: 10px;
  margin-bottom: 24px;
  display: flex;
  justify-content: end;
  transition: all 0.3s ease;
}
.news__item-btn:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1100.98px) {
  .news__item-btn {
    justify-content: start;
  }
}
@media (max-width: 760.98px) {
  .news__item-btn {
    justify-content: end;
    margin-left: auto;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (max-width: 1100.98px) {
  .news__item-btn.even {
    justify-content: end;
  }
}

.news__item-img {
  display: block;
  max-width: 518px;
  width: 100%;
  object-fit: cover;
  height: 380px;
}
@media (max-width: 1100.98px) {
  .news__item-img {
    max-width: 450px;
  }
}
@media (max-width: 900.98px) {
  .news__item-img {
    max-width: 370px;
    height: 320px;
  }
}
@media (max-width: 770.98px) {
  .news__item-img {
    max-width: 229px;
    height: 280px;
  }
}
@media (max-width: 766.98px) {
  .news__item-img {
    max-width: 600px;
    height: auto;
  }
}

.news__divider {
  margin: 88px 0;
  display: flex;
  margin-left: auto;
  max-width: 692px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4472e8 2.75%, #2b3983 99.49%);
}
@media (max-width: 1000.98px) {
  .news__divider {
    margin: 70px 0;
  }
}

.news__title-even {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: end;
}

.news__item-content-even p {
  margin-left: 0;
  max-width: 518px;
}
@media (max-width: 766.98px) {
  .news__item-content-even p {
    max-width: 700px;
  }
}

@media (max-width: 766.98px) {
  .news__row-even {
    flex-direction: column-reverse;
  }
}

.news__date-even {
  text-align: left;
}

.news-wrap-btn {
  text-align: right;
}

.news__primary-btn {
  margin-top: 40px;
}
@media (max-width: 1100.98px) {
  .news__primary-btn {
    margin-top: 60px;
    font-size: 18px;
    padding: 10px 20px;
  }
}