/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  font-family: "Golos Text";
  font-weight: 200;
  font-size: 0.97222vw;
  color: #343432;
  line-height: 140%;
  background-color: #FFF;
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

.photo-bg {
  position: relative;
  overflow: hidden;
}

.photo-bg img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 86.11111vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-s {
  display: flex;
  align-items: stretch;
}

.flex-b {
  display: flex;
  align-items: flex-end;
}

.flex-t {
  display: flex;
  align-items: center;
}

.photo-wrap {
  position: relative;
}

.photo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

section {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  position: relative;
}

.section-title {
  font-size: 2.77778vw;
  font-weight: 700;
  line-height: 110%;
}

.section-title strong {
  color: #4F44F6;
  font-weight: inherit;
}

.founders {
  background-color: #243BB2;
}

.section-white {
  color: #fff;
}

.founders-block {
  background: #FFF;
  padding: 1.73611vw;
  width: 100%;
}

.founders-row {
  margin-top: 2.08333vw;
}

.founders-block-photo {
  width: 19.44444vw;
  height: 19.44444vw;
  background-color: grey;
  flex-shrink: 0;
}

.founders-block {
  display: flex;
  align-items: center;
  color: #343432;
}

.founders-content {
  padding-left: 3.125vw;
  width: 100%;
}

.founders-block__title {
  color: #343432;
  font-family: "Golos Text";
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.69444vw;
}

.founders-block__subtitle {
  color: #343432;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 1.38889vw;
  margin-bottom: 1.38889vw;
  border-bottom: 1px solid rgba(36, 59, 178, 0.1);
}

.founders-wrapper {
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.founders-wrapper ul {
  margin-bottom: 1.52778vw;
}

.founders-wrapper ul li {
  position: relative;
  padding-left: 0.625vw;
}

.founders-wrapper ul li::after {
  position: absolute;
  top: 0.55556vw;
  left: 0;
  content: "";
  display: block;
  width: 0.20833vw;
  height: 0.20833vw;
  background: #4F44F6;
}

.founders__link {
  color: #4F44F6;
  font-size: 0.97222vw;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.founders__link::after {
  width: 0.625vw;
  height: 0.48611vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  background-image: url("../img/icons/founders-arrows.svg");
  position: absolute;
  top: 0.48611vw;
  right: -0.97222vw;
  transition: 0.4s all ease;
}

.founders-wrapper-hidden-wrapper {
  display: none;
}

.founders__link.opened::after {
  transform: scale(1, -1);
}

.founders-block {
  position: relative;
}

.founders-block::after {
  position: absolute;
  width: 2.01389vw;
  height: 1.94444vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  background-image: url("../img/icons/founders-cicle.svg");
  top: 2.08333vw;
  right: 2.08333vw;
}

.founders-row {
  gap: 1.04167vw;
}

.founders-block {
  align-items: flex-start;
}

.founders-content {
  padding-top: 1.73611vw;
}

.founders {
  position: relative;
}

.section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.bg-section .container {
  position: relative;
  z-index: 10;
}

.forum {
  background-color: #3F36C5;
}

.forum-text {
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  margin-top: 2.77778vw;
}

.forum__btn {
  width: 17.36111vw;
  height: 4.86111vw;
  margin-top: 3.19444vw;
  transition: 0.4s all ease;
}

.forum__btn:hover {
  background-color: #fff;
  color: #4F44F6;
}

.btn {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-weight: 500;
  border: 0.13889vw solid #fff;
}

.text p {
  margin-bottom: 1.38889vw;
}

.text p:last-child {
  margin-bottom: 0;
}

.forum-wrapper {
  max-width: 41.31944vw;
  width: 100%;
}

.forum-video {
  width: 42.5vw;
  height: 24.30556vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forum .container {
  position: relative;
  z-index: 10;
}

.forum-wrapper {
  margin-top: -0.69444vw;
}

.forum-bottom {
  margin-top: 6.59722vw;
  display: flex;
  align-items: flex-start;
}

.forum-bullets {
  display: flex;
  align-items: flex-start;
}

.forum__subtitle {
  color: #FFF;
  font-size: 1.66667vw;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.38889vw;
}

.forum-description {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-size: 0.97222vw;
  font-weight: 200;
  line-height: 120%;
  margin-top: 2.22222vw;
}

.forum-description img {
  width: 1.73611vw;
  margin-right: 1.04167vw;
  margin-top: 0.20833vw;
}

.forum-bullet__name {
  color: #FFF;
  font-size: 3.47222vw;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.34722vw;
}

.forum-bullet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5.625vw;
}

.list-checked ul li {
  padding-left: 0.625vw;
  position: relative;
}

.list-checked ul li::after {
  position: absolute;
  left: 0;
  top: 0.69444vw;
  content: "";
  background: #FFF;
  width: 0.20799vw;
  height: 0.20799vw;
}

.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.16667vw;
  height: 4.16667vw;
  background: #FFF;
  border-radius: 50%;
  z-index: 10;
  position: relative;
}

.video-play svg {
  width: 0.83333vw;
  height: auto;
}

.forum {
  padding-bottom: 8.33333vw;
  overflow: hidden;
}

.channel {
  padding-top: 6.94444vw;
  padding-bottom: 6.94444vw;
}

.channel-block {
  background: #F7F7F7;
  padding: 4.16667vw 4.86111vw;
  padding-right: 41.45833vw;
}

.channel__subtitle {
  color: #343432;
  font-family: "Golos Text";
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.73611vw;
  margin-bottom: 1.38889vw;
}

.channel__text {
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  margin-top: 1.73611vw;
}

.channel__btn {
  width: 17.36111vw;
  height: 4.86111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F44F6;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 3.26389vw;
  border: 1px solid #4F44F6;
}

.channel__btn svg {
  width: 1.38889vw;
  height: auto;
  margin-right: 0.69444vw;
  position: relative;
  z-index: 100;
}

.channel__btn svg path {
  fill: #4F44F6;
  transition: 0.4s all ease;
}

.channel__btn:hover svg path {
  fill: #fff;
}

.channel-block {
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.list-checked--blue ul li::after {
  background: #4F44F6;
}

.channel-block {
  position: relative;
}

.channel-block-photo {
  width: 42.5vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contacts-map {
  width: 57.08333vw;
  height: 27.77778vw;
}

.contacts-row {
  align-items: center;
}

.contacts-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.43056vw;
}

.contacts-items {
  margin-top: 2.43056vw;
}

.contacts-item__name {
  font-size: 0.69444vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  margin-bottom: 0.34722vw;
}

.contacts-item__link {
  color: #343432;
  transition: 0.4s all ease;
  font-family: "Golos Text";
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

a.contacts-item__link:hover {
  color: #4F44F6;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  /* 0.8px */
  text-underline-offset: 25%;
  /* 4px */
  text-underline-position: from-font;
}

.channel {
  padding-bottom: 0;
}

.ideology-row {
  padding-left: 6.94444vw;
}

.ideology-content {
  max-width: 36.41667vw;
}

.ideology-text {
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  margin-top: 1.73611vw;
}

.ideology-btns {
  margin-top: 2.43056vw;
  display: flex;
  align-items: center;
  gap: 0.69444vw;
}

.ideology-btn {
  width: 17.36111vw;
  height: 4.86111vw;
  border: 0.13889vw solid #4F44F6;
  color: #4F44F6;
}

.hover-grd.hover-btn::after {
  background: linear-gradient(180deg, #243BB2 50%, #4F44F6 100%), #FFF;
  box-shadow: 0 1.38889vw 3.47222vw -1.73611vw #243BB2;
  width: calc(100% + 0.20833vw);
  height: calc(100% + 0.20833vw);
  right: unset;
  bottom: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-grd.hover-btn span {
  position: relative;
  z-index: 100;
}

.hover-grd.hover-btn:hover {
  color: #fff;
}

.ideology-photo {
  height: 100%;
  width: 49.44444vw;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.partnership-wrapper {
  max-width: 42.70833vw;
}

.partnership-text {
  margin-top: 1.73611vw;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.btn-blue {
  color: #4F44F6;
  border-color: #4F44F6;
  width: 17.36111vw;
  height: 4.86111vw;
}

.partnership__btn {
  margin-top: 2.08333vw;
}

.partnership-top {
  align-items: flex-start;
}

.partnership-block {
  width: 42.5vw;
  height: 26.31944vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 2.08333vw;
  padding-bottom: 2.08333vw;
}

.partnership-count {
  display: flex;
  align-items: center;
  color: #4F44F6;
  font-family: "Golos Text";
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1.04167vw;
}

.partnership-count img {
  width: 1.73611vw;
  margin-right: 0.69444vw;
}

.partnership-block {
  position: relative;
}

.partnership-block-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.partnership-wrapper {
  margin-top: -0.69444vw;
  position: relative;
  z-index: 10;
}

.partnership-bottom {
  margin-top: 3.125vw;
}

.partnership__subtitle {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 2.77778vw;
}

.partnership-item {
  border: 1px solid rgba(36, 59, 178, 0.1);
  width: 20.76389vw;
  padding: 1.73611vw;
  height: 15.27778vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 0.69444vw;
}

.partnership-items {
  align-items: stretch;
}

.partnership-block__count {
  color: #4F44F6;
  font-family: "Golos Text";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.first-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 6.94444vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
}

.first-screen .container {
  position: relative;
  z-index: 10;
}

.first-screen-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  transition: 0.4s all ease;
}

.first-screen__title {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 5.55556vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.73611vw;
}

.first-screen__subtitle {
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header__callback {
  height: 6.94444vw;
  width: 18.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header__callback svg {
  width: 1.04167vw;
  height: auto;
  margin-right: 0.69444vw;
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-row {
  align-items: center;
}

.header-logo img {
  width: 8.33333vw;
}

.header-logo__text {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Golos Text";
  font-size: 0.69444vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.04167vw;
  margin-left: 1.04167vw;
  position: relative;
}

.header-logo__text::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.25vw;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.header-list {
  display: flex;
  align-items: center;
  gap: 2.36111vw;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-list a {
  transition: 0.4s all ease;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.header-list a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #FFF;
  content: "";
  display: block;
  bottom: -2.91667vw;
  transition: 0.4s all ease;
  opacity: 0;
}

.header-list a:hover {
  color: #fff;
}

.header-list a:hover::after {
  opacity: 1;
}

.header .container {
  max-width: 100%;
  padding-left: 2.43056vw;
}

.header-logo {
  transition: 0.4s all ease;
}

.header-logo:hover {
  opacity: 0.6;
}

.hover-grd {
  position: relative;
  transition: 0.4s all ease;
}

.hover-grd::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #243BB2 50%, #4F44F6 100%), var(--white, #FFF);
  transition: 0.4s all ease;
  content: "";
  opacity: 0;
}

.hover-grd:hover {
  border-color: transparent;
}

.hover-grd:hover::after {
  opacity: 1;
}

.header__callback span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.capitalization {
  background-color: #243BB2;
}

.capitalization-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.capitalization-top .section-title {
  margin-top: -0.69444vw;
}

.capitalization-text {
  max-width: 42.5vw;
  width: 100%;
  color: #FFF;
  font-family: Geologica;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.capitalization-wrapper {
  margin-top: 2.43056vw;
  position: relative;
}

.capitalization-slide {
  width: 100%;
  height: 29.16667vw;
  background: linear-gradient(0deg, rgba(36, 59, 178, 0.5) 0%, rgba(36, 59, 178, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 59.72%, rgba(0, 0, 0, 0.5) 100%), url(<path-to-image>) lightgray -6.90014vw -6.59257vw/108.382% 152.493% no-repeat;
  background-blend-mode: hue, normal, normal;
  padding: 3.47222vw;
  padding-bottom: 9.09722vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.capitalization-slide__count {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.capitalization-slide__title {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.capitalization-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.capitalization-arrow {
  width: 5.625vw;
  height: 5.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
}

.capitalization-arrow svg {
  width: 1.45833vw;
  height: auto;
}

.capitalization-arrow svg path {
  transition: 0.4s all ease;
}

.capitalization-arrow:hover {
  background-color: #fff;
}

.capitalization-arrow:hover svg path {
  fill: #243BB2;
}

.capitalization-arrows {
  display: flex;
  align-items: center;
}

.arrow-next {
  transform: scale(-1, 1);
}

.capitalization-bottom {
  justify-content: space-between;
  align-items: stretch;
}

.capitalization-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5vw;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s all ease;
}

.capitalization-btn:hover {
  color: #243BB2;
  background-color: #fff;
}

.capitalization-arrow.arrow-next {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.capitalization {
  overflow: hidden;
}

.partnership-text {
  color: #343432;
}

.capitalization-slide {
  position: relative;
}

.capitalization-slide-photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.capitalization-slide__count,
.capitalization-slide__title {
  position: relative;
  z-index: 10;
}

.partnership-block-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partnership__subtitle {
  position: relative;
}

.partnership__subtitle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(36, 59, 178, 0.1);
  width: 42.5vw;
  height: 1px;
  right: 0;
  content: "";
  display: block;
}

.partnership-block__count {
  transition: 0.4s all ease;
}

.partnership-block__title {
  transition: 0.4s all ease;
}

.partnership-item {
  position: relative;
  transition: 0.4s all ease;
}

.partnership-item:hover {
  color: #fff;
  background-color: #243BB2;
}

.partnership-item:hover .partnership-block__count {
  color: #fff;
}

.partnership-item:hover .partnership-block__title {
  color: #fff;
}

.partnership-item:hover::after {
  opacity: 1;
}

.partnership-item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/bg/partnership-block.svg");
  content: "";
  transition: 0.4s all ease;
  opacity: 0;
}

.briefcase-block {
  width: 20.76389vw;
}

.briefcase-row {
  margin-top: 2.77778vw;
}

.briefcase-block-wrapper {
  background: #243BB2;
  padding: 1.73611vw;
  height: 20.83333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.briefcase-bottom {
  display: flex;
  align-items: center;
  padding-left: 1.73611vw;
  padding-right: 1.73611vw;
  height: 5.20833vw;
  border: 1px solid rgba(36, 59, 178, 0.1);
}

.briefcase-bottom svg {
  width: 1.73611vw;
  height: auto;
  margin-right: 0.69444vw;
}

.briefcase-block__title {
  color: #FFF;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.briefcase-bottom__title {
  color: #343432;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-weight: 500;
  line-height: 120%;
}

.briefcase-block {
  position: relative;
}

.briefcase-block:nth-child(1) .briefcase-block__icons {
  width: 9.375vw;
}

.briefcase-block:nth-child(2) .briefcase-block__icons {
  width: 9.02778vw;
}

.briefcase-block:nth-child(3) .briefcase-block__icons {
  width: 10.41667vw;
}

.briefcase-block:nth-child(4) .briefcase-block__icons {
  width: 9.375vw;
}

.briefcase-block__link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  z-index: 10;
  color: transparent;
}

.briefcase-bottom {
  position: relative;
  transition: 0.4s all ease;
}

.briefcase-bottom::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(180deg, #243BB2 50%, #4F44F6 100%);
  box-shadow: 0 1.38889vw 3.47222vw -1.73611vw #243BB2;
  transition: 0.4s all ease;
  opacity: 0;
}

.briefcase-bottom svg {
  position: relative;
  z-index: 10;
}

.briefcase-bottom svg path {
  transition: 0.4s all ease;
}

.briefcase-bottom__title {
  position: relative;
  z-index: 10;
  transition: 0.4s all ease;
}

.briefcase-block {
  position: relative;
}

.briefcase-block::after {
  position: absolute;
  width: 20.76389vw;
  height: 20.83333vw;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("/assets/img/icons/briefcase-figure.svg");
  background-size: cover;
  transition: 0.4s all ease;
  opacity: 0;
}

.briefcase-block:hover .briefcase-bottom {
  border-color: #243BB2;
}

.briefcase-block:hover .briefcase-bottom svg path {
  fill: #fff;
}

.briefcase-block:hover .briefcase-bottom::after {
  opacity: 1;
}

.briefcase-block:hover .briefcase-bottom__title {
  color: #fff;
}

.briefcase-block:hover::after {
  opacity: 1;
}

.briefcase-block__icons,
.briefcase-block__title {
  position: relative;
  z-index: 10;
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-top .section-arrows {
  display: flex;
  align-items: center;
}

.section-top .capitalization-arrow {
  border: 1px solid #4F44F6;
  transition: 0.4s all ease;
}

.section-top .capitalization-arrow svg path {
  fill: #4F44F6;
}

.section-top .capitalization-arrow:last-child {
  border-right: none;
}

.section-top .capitalization-arrow {
  width: 4.16667vw;
  height: 4.16667vw;
}

.project {
  background-color: #283CB9;
}

.section-top {
  margin-bottom: 2.15278vw;
}

.clients-slide {
  border: 1px solid rgba(36, 59, 178, 0.1);
  height: 16.38889vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.66667vw;
  padding-left: 1.73611vw;
}

.clients-slide__title {
  color: #343432;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.clients-slide-logo {
  width: 5.55556vw;
}

.clients-slide-logo {
  max-height: 5.55556vw;
  width: auto;
}

.clients-slider {
  overflow: visible;
}

.news-slide {
  height: 17.36111vw;
  background-color: #243BB2;
  padding: 1.73611vw;
  padding-bottom: 2.01389vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  justify-content: flex-end;
  position: relative;
  position: relative;
}

.news-slide:hover .news-slide__link {
  opacity: 1;
}

.news-slide::after {
  background-image: url("/assets/img/bg/news-figure.svg");
  background-color: #243BB2;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  transition: 0.4s all ease;
  opacity: 0;
  z-index: 6;
}

.news-slide:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.67%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 5;
}

.news-slide:hover::after {
  opacity: 1;
}

.news-slide__count {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.34722vw;
}

.news-slide__title {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.news-slide__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: transparent;
  z-index: 10000;
  background-size: cover;
  background-position: center;
  transition: 0.4s all ease;
  opacity: 0;
}

.news-slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content {
  position: relative;
  z-index: 10;
}

.news-slider {
  overflow: visible;
}

.news {
  background: #F7F7F7;
  padding-top: 6.94444vw;
  padding-bottom: 8.33333vw;
}

.footer {
  background-color: #243BB2;
  padding-top: 6.25vw;
  padding-bottom: 6.94444vw;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-logo img {
  width: 13.47222vw;
}

.footer-logo__text {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Golos Text";
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.04167vw;
}

.footer-lists {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  gap: 3.47222vw;
}

.footer-list {
  gap: 1.04167vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-left {
  display: flex;
  align-items: flex-start;
  gap: 15.55556vw;
}

.footer-bottom {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 1.38889vw;
  margin-top: 3.47222vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btn {
  width: 4.16667vw;
  height: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
}

.footer-btn:hover {
  background-color: #FFF;
}

.footer-btn:hover svg path {
  fill: #4F44F6;
}

.footer-btn svg {
  width: 0.625vw;
  height: auto;
}

.footer-btn svg path {
  transition: 0.4s all ease;
}

.footer-btn-whatccap {
  border-bottom: none;
}

.footer-btn-whatccap svg {
  width: 1.38889vw;
  height: auto;
}

.footer-lists a {
  transition: 0.4s all ease;
}

.footer-lists a:hover {
  opacity: 0.5;
}

.footer-bottom__copy a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.project-top {
  height: 31.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 6.25vw;
  padding-bottom: 4.16667vw;
}

.project {
  padding-top: 0;
  padding-bottom: 0;
}

.project-content__pretitle {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.625vw;
}

.project-content__pretitle img {
  width: 1.45833vw;
  margin-right: 0.69444vw;
}

.project-content__title {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.project-slide .section-title,
.project-slide .project-content {
  position: relative;
  z-index: 10;
}

.project-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-top {
  padding-left: 6.94444vw;
  padding-right: 6.94444vw;
  position: relative;
}

.project-bottom {
  padding-left: 6.94444vw;
  padding-right: 6.94444vw;
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.project-col {
  padding-top: 3.47222vw;
  width: 50%;
}

.project-col h3,
.project-col h4,
.project-col h5 {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.38889vw;
}

.project-col:last-child {
  padding-left: 3.47222vw;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.project-bottom {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icons/project-figure.svg");
}

.project-arrows {
  display: flex;
  align-items: center;
}

.project {
  position: relative;
}

.project .project-arrows {
  position: absolute;
  top: 22.63889vw;
  right: 6.94444vw;
  z-index: 100;
}

.project .capitalization-arrow {
  border: 1px solid #FFF;
}

.project .arrow-next {
  border-right: none;
}

.project-col {
  height: 25vw;
}

.project-col strong {
  font-weight: 500;
}

.project-col p {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 1.38889vw;
}

.project-col ul:last-child,
.project-col p:last-child {
  margin-bottom: 0;
}

.project-col .normal {
  font-weight: 200;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.project-col .margin {
  margin-top: 1.38889vw;
}

.partnership-block__count,
.partnership-block__title {
  position: relative;
  z-index: 100;
}

.project .capitalization-arrow {
  width: 4.16667vw;
  height: 4.16667vw;
}

.project-slider .capitalization-arrow svg {
  height: auto;
  width: 1.11111vw;
}

.arrow-hover-wrapper {
  position: relative;
}

.arrow-hover-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #243BB2 50%, #4F44F6 100%), var(--white, #FFF);
  transition: 0.4s all ease;
  content: "";
  opacity: 0;
}

.arrow-hover-wrapper:hover::after {
  opacity: 1;
}

.arrow-hover-wrapper svg {
  position: relative;
  z-index: 100;
}

.arrow-hover-wrapper svg path {
  fill: #fff;
}

.forum-video .video-play {
  transition: 0.4s all ease;
}

.forum-video:hover .video-play {
  transform: scale(1.2);
}

.partnership-block__title {
  color: #343432;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.forum-list {
  color: #FFF;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.forum-bullet__text {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.channel-block ul {
  color: #343432;
  font-family: Geologica;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.contacts-map {
  overflow: hidden;
}

.contacts-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-col ul {
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.header {
  top: 0;
}

.header__callback {
  transition: 0.4s all ease;
}

.header-logo__text {
  transition: 0.4s all ease;
}

.header-logo__text::after {
  transition: 0.4s all ease;
}

.header.fixed {
  background-color: #fff;
  position: fixed;
  border-color: transparent;
}

.header.fixed .header-list a {
  color: #343432;
  transition: 0.4s all ease;
}

.header.fixed .header-list a:hover {
  color: #4F44F6;
}

.header.fixed .header-list a::after {
  background-color: #4F44F6;
}

.header.fixed .header__callback {
  color: #343432;
  border-color: rgba(36, 59, 178, 0.1);
}

.header.fixed .header-logo__text {
  color: rgba(52, 52, 50, 0.5);
}

.header.fixed .header-logo__text::after {
  background: rgba(52, 52, 50, 0.5);
}

.header.fixed .header-logo-changer .hover-none {
  opacity: 0;
}

.header.fixed .header-logo-changer .hover-true {
  opacity: 1;
}

.header.fixed .header__callback:hover {
  color: #fff;
}

.header.fixed .header__callback:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.header.fixed .header__callback svg path {
  fill: #4F44F6;
  stroke: #4F44F6;
}

.first-screen-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-js .vjs-tech {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-logo-changer {
  display: flex;
  position: relative;
}

.header-logo-changer img {
  transition: 0.4s all ease;
}

.header-logo-changer .hover-true {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.header__callback svg path {
  transition: 0.4s all ease;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  padding: 0px;
}

.fancybox__container {
  z-index: 99999999999;
}

.founders-wrapper-hidden h3 {
  color: #343432;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.69444vw;
}

.news-slide__title,
.news-slide__count {
  pointer-events: none;
}

.section-top .capitalization-arrow svg {
  position: relative;
  z-index: 10;
}

.section-top .capitalization-arrow svg path {
  transition: 0.4s all ease;
}

.section-top .capitalization-arrow::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.section-top .capitalization-arrow:hover svg path {
  fill: #fff;
}

.channel-block {
  overflow: hidden;
}

.contacts-map {
  overflow: hidden;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

.ymaps-2-1-79-image {
  width: 2.77778vw !important;
  height: 3.19444vw !important;
  background-size: 2.77778vw 3.19444vw !important;
  left: -0.5vw !important;
  top: -3vw !important;
}

.header.fixed .wow {
  visibility: visible !important;
}

.ymaps-2-1-79-image-with-content {
  width: 2.77778vw !important;
  height: 3.19444vw !important;
  background-size: 2.77778vw 3.19444vw !important;
  left: -0.5vw !important;
  top: -3vw !important;
}

.contacts-item-lines {
  display: flex;
  align-items: flex-start;
  gap: 1.73611vw;
}

.contacts-item-lines .contacts-item {
  margin-bottom: 0;
}

.contacts-items {
  gap: 1.73611vw;
}

.cookies {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #243BB2;
  height: 5.55556vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.43056vw;
  padding-left: 2.43056vw;
  display: none;
}

.cookies__text {
  color: #FFF;
  font-family: "Golos Text";
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cookies__text a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.cookies__text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.cookies__btn {
  width: 13.88889vw;
  height: 3.47222vw;
  border: 0.13889vw solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
  color: #FFF;
  text-align: center;
  font-family: "Golos Text";
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cookies__btn:hover {
  background-color: #FFF;
  color: #243BB2;
}

.header-inner {
  background-color: #243BB2;
  position: fixed;
  top: 0;
}

.header-inner .header-list a {
  color: #fff;
}

.header-inner .header-logo__text {
  color: #fff;
}

.inner-page {
  padding-top: 11.80556vw;
}

.page-content p,
.page-content ul {
  margin-bottom: 1.38889vw;
}

.page-content p:last-child,
.page-content ul:last-child {
  margin-bottom: 0;
}

.page-content ul li {
  margin-bottom: 0.69444vw;
}

.page-content ul li:last-child {
  margin-bottom: 0;
}

.inner-page__title {
  font-family: "Golos Text";
  font-size: 2.77778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 2.77778vw;
}

.page-content h2,
.page-content h3 {
  font-family: "Golos Text";
  font-size: 1.38889vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1.38889vw;
}

.page-content {
  font-size: 1.11111vw;
  line-height: 120%;
}