

/* Start:/local/templates/alliance/assets/css/styles.css?171024239472124*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  color: #ffffff;
  background: #1843F5;
}

*::selection {
  color: #ffffff;
  background: #1843F5;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

input::-webkit-input-placeholder {
  color: #707070;
}

input:-ms-input-placeholder {
  color: #707070;
}

input::-ms-input-placeholder {
  color: #707070;
}

input::placeholder {
  color: #707070;
}

input {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea,
input {
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

input, button {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  border: none;
  background: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  background-color: #F6F6F6;
  font-family: "Inter", "Helvetica", sans-serif;
  line-height: 1.4;
  color: #000000;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body > #__site_wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 124px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  main {
    padding-top: 124px;
  }
}

main .main--about {
  padding-top: 0;
}

.container {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

a {
  text-decoration: none;
  color: #1843F5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:focus, a:hover {
  opacity: 0.8;
}

a.__self {
  border-bottom: 1px dashed #1843F5;
}

#site_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section {
  position: relative;
  margin: 30px 0;
}

.section .section__title {
  text-transform: uppercase;
  color: #1843F5;
  margin-bottom: 64px;
}

.section .section__title .wrap__mobile {
  display: none;
}

@media (max-width: 768px) {
  .section .section__title .wrap__mobile {
    display: inline;
  }
}

@media (max-width: 768px) {
  .section .section__title span {
    display: block;
    margin-top: 15px;
  }
}

.section .section__subtitle {
  font-size: 24px;
}

@media (max-width: 650px) {
  .section .section__title {
    margin-bottom: 32px;
  }
  .section .section__subtitle {
    font-size: 18px;
    margin-left: 0;
  }
}

h1, .h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h1:hover, .h1:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

h1:hover, .h1:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

h2, .h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h2:hover, .h2:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

h2:hover, .h2:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

h3, .h3 {
  font-size: 48px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h3:hover, .h3:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

h3:hover, .h3:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

h4:hover, .h4:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

h4:hover, .h4:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

small, .small {
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

small:hover, .small:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

small:hover, .small:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

body {
  font-size: 18px;
}

img, svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.eng__btn {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 56px;
  }
  h2, .h2 {
    font-size: 56px;
  }
  h3, .h3 {
    font-size: 48px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  small, .small {
    font-size: 18px;
  }
  body {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  h1, .h1 {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  small, .small {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  height: 64px;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.btn:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.btn--blue {
  background: #1843F5;
  color: #ffffff;
}

.btn--blue:hover {
  background: #496bf7;
  opacity: 1;
}

.btn--blue:active {
  background: #0930d1;
}

.btn--blue.btn--outline {
  background: #ffffff;
  color: #1843F5;
  border: 2px solid;
}

.btn--blue.btn--outline:hover {
  color: #ffffff;
  background: #3057f6;
  border-color: #3057f6;
}

.btn--blue.btn--outline:active {
  color: #ffffff;
  background: #0a36e9;
  border-color: #0a36e9;
}

.btn--white {
  background: #ffffff;
  color: #1843F5;
}

.btn--white:hover {
  background: white;
  opacity: 1;
}

.btn--white:active {
  background: #e6e6e6;
}

.btn--white.btn--outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid;
}

.btn--white.btn--outline:hover {
  color: #1843F5;
  background: white;
  border-color: white;
}

.btn--white.btn--outline:active {
  color: #1843F5;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn.--disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

@media (max-width: 495px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  font-size: 18px;
}

.card img {
  border-radius: 8px;
}

.card .card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 24px;
}

.card .card__body > img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

.card .card__title {
  margin-bottom: 16px;
}

.card .card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 16px;
}

.card .card__more::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 650px) {
  .card {
    font-size: 14px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.tabs .tabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #C4C4C4;
  color: #000000;
  cursor: pointer;
}

.tabs .tabs__item--active {
  color: #1843F5;
  border-bottom: 4px solid #1843F5;
}

@media (max-width: 640px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs .tabs__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .tabs .tabs__item--active {
    color: #1843F5;
    border-bottom: 4px solid #1843F5;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}

.modal .modal__title {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 36px;
  color: #1843F5;
}

.modal .modal__shadow {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0001;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}

.modal .modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 16px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal .modal__inner {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 48px 24px;
  min-width: 280px;
  min-height: 200px;
  border-radius: 12px;
}

.modal .modal__body {
  margin: 33px;
}

.modal .modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal .modal__close::before, .modal .modal__close::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
}

.modal .modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal .modal__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 495px) {
  .modal .modal__title {
    font-size: 24px;
  }
  .modal .modal__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal .modal__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.successModal .modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35vh;
}

.successModal .modal__title {
  margin-bottom: 12px;
}

.form .form__row {
  margin-bottom: 8px;
}

.form .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .form__item-label {
  font-size: 14px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #C4C4C4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form .form__item-label:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.form .form__item-label:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.form .form__input {
  font-size: 18px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form .form__input:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.form .form__input:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.form .form__input.form__input--invalid {
  border-color: #FF5279;
}

.form .form__input.form__input--invalid ~ .form__item-mistake {
  opacity: 1;
  pointer-events: all;
}

.form .form__input::-webkit-input-placeholder {
  color: #C4C4C4;
}

.form .form__input:-ms-input-placeholder {
  color: #C4C4C4;
}

.form .form__input::-ms-input-placeholder {
  color: #C4C4C4;
}

.form .form__input::placeholder {
  color: #C4C4C4;
}

.form .form__input:not(:placeholder-shown) {
  border: 1px solid #1843F5;
}

.form .form__input:not(:placeholder-shown) + .form__item-label {
  color: #000000;
}

.form .form__item-mistake {
  font-size: 12px;
  color: #FF5279;
  opacity: 0;
  pointer-events: none;
}

.form .form__agreement-text {
  font-size: 12px;
}

.form .form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-bottom: 14px;
}

.text--black {
  color: #000000;
}

.text--blue {
  color: #1843F5;
}

.text--bold {
  font-weight: 600;
}

.article {
  margin-top: 0;
  padding-top: 40px;
}

.article .article__text-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.article .article__text-content img {
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.article img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 1050px) {
  .article img {
    margin-bottom: 30px;
  }
}

@media (max-width: 495px) {
  .article img {
    width: 100% !important;
  }
}

.article h2, .article h3, .article h4, .article p {
  margin-bottom: 24px;
  font-size: 24px;
}

.article h1, .article p {
  width: 100%;
}

.article h1 {
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 900;
  line-height: 67px;
  color: #1843F5;
}

@media (max-width: 1050px) {
  .article h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.article p {
  max-width: 1000px;
}

@media (max-width: 1050px) {
  .article p {
    font-size: 20px;
    line-height: 24px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 50;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.header:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.header.header--scrolled {
  background: rgba(246, 246, 246, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 45px 20px -50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 45px 20px -50px rgba(0, 0, 0, 0.1);
}

.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .header .logo {
    position: relative;
    z-index: 2;
  }
  .header .header__bars {
    position: fixed;
    z-index: 2;
    top: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .header__bars:hover {
    -webkit-transition: 0.05s;
    transition: 0.05s;
  }
  .header .header__bars:hover {
    -webkit-transition: 0.02s;
    transition: 0.02s;
  }
  .header .header__bars > * {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header .header__bars > *:hover {
    -webkit-transition: 0.05s;
    transition: 0.05s;
  }
  .header .header__bars > *:hover {
    -webkit-transition: 0.02s;
    transition: 0.02s;
  }
  .header .header__bars.header__bars--close > *:nth-child(1) {
    -webkit-transform: translateY(7.5px) rotate(45deg);
            transform: translateY(7.5px) rotate(45deg);
  }
  .header .header__bars.header__bars--close > *:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header .header__bars.header__bars--close > *:nth-child(3) {
    -webkit-transform: translateY(-7.5px) rotate(-45deg);
            transform: translateY(-7.5px) rotate(-45deg);
  }
}

.logo img {
  width: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.logo img:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.logo img:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

@media (min-width: 1025px) {
  .logo img {
    width: 130px;
  }
}

@media (max-width: 1024px) {
  .logo img {
    width: 130px;
  }
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 40px;
  font-size: 20px;
}

.menu .menu__item {
  color: #000000;
}

.menu .menu__item:not(:first-child) {
  margin-left: 24px;
}

.menu .menu__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  position: relative;
}

.menu .menu__search-btn {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
}

.menu .menu__search-input {
  border: 1px solid blue;
  height: 40px;
  border-radius: 10px;
  line-height: 100%;
  padding: 0 14px;
}

.menu .menu__lang {
  margin-left: 36px;
  font-size: 14px;
}

.menu .menu__lang-item {
  color: #000000;
}

.menu .menu__lang-item.menu__lang-item--active {
  color: #1843F5;
}

@media (max-width: 1024px) {
  .menu {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .menu {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    -webkit-transform: translate(30px) scale(0.8);
            transform: translate(30px) scale(0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: scroll;
    background: #F6F6F6;
    padding-bottom: 120px;
  }
  .menu:hover {
    -webkit-transition: 0.05s;
    transition: 0.05s;
  }
  .menu:hover {
    -webkit-transition: 0.02s;
    transition: 0.02s;
  }
  .menu .menu__item {
    padding: 20px 0;
    text-align: center;
  }
  .menu .menu__item:not(:first-child) {
    margin-left: 0px;
  }
  .menu.menu--active {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
    pointer-events: all;
  }
  .menu .menu__search {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .menu .menu__lang {
    margin-left: 0;
  }
}

.footer {
  font-size: 14px;
  background: #1843F5;
  color: #ffffff;
}

.footer a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}

.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer__contacts-title {
  margin-bottom: 12px;
}

.footer .footer__contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__contacts-item {
  margin-right: 24px;
}

.footer .footer__copy-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer__social {
  margin: -6px;
}

.footer .footer__social-item {
  margin: 6px;
}

@media (max-width: 1024px) {
  .footer .footer__inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .footer .footer__copy-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .footer__copy {
    margin-bottom: 14px;
  }
}

@media (max-width: 790px) {
  .footer .footer__contacts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__contacts-item {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__copy-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 495px) {
  .footer {
    text-align: center;
  }
  .footer .footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero {
  position: relative;
}

.hero .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 170px;
}

.hero .hero__shape {
  position: absolute;
  z-index: -1;
  left: -200px;
  top: 0;
}

.hero .hero__triangle {
  position: absolute;
  z-index: 2;
  bottom: -100px;
  left: 50px;
}

.hero .hero__boy {
  max-width: 700px;
  min-width: 260px;
  width: calc(50vw + 130px);
  margin-right: calc(-10vw);
}

@media (max-width: 768px) {
  .hero .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero .hero__content {
    padding-bottom: 0;
  }
  .hero .hero__assets {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -20vw;
  }
  .hero .hero__shape {
    display: none;
  }
  .hero .hero__triangle {
    left: auto;
    right: -130px;
    bottom: -185px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 495px) {
  .hero .hero__content {
    padding-top: 120px;
  }
}

.hero--about .hero__assets img {
  max-width: 480px;
  min-width: 330px;
  width: 30vw;
  margin-left: -50px;
}

.hero--about .hero__content {
  padding-top: 0;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .hero--about .hero__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero--about .hero__assets {
    display: none;
  }
}

.hero--working .hero__assets img {
  max-width: 480px;
  min-width: 330px;
  width: 30vw;
  margin-left: -50px;
}

@media (max-width: 768px) {
  .hero--working .hero__content {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .hero--working .hero__assets {
    display: none;
  }
}

.partners:first-child {
  margin-top: 100px;
}

.partners .partners__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.partners a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.partners .partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners .partners__item {
  margin: 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100%/3 - 24px);
      flex-basis: calc(100%/3 - 24px);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.partners .partners__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.partners .partners__item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 900px) {
  .partners .partners__item {
    -ms-flex-preferred-size: calc(100%/2 - 24px);
        flex-basis: calc(100%/2 - 24px);
  }
}

@media (max-width: 570px) {
  .partners .partners__list {
    margin: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .partners .partners__item {
    margin: 0px;
    -ms-flex-preferred-size: calc(100%/2 - 0px);
        flex-basis: calc(100%/2 - 0px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .partners .partners__item img {
    height: 42px;
  }
}

.partners .partners__wrapper {
  margin: 24px 0 50px;
}

.partners .partners__wrapper .partners__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
}

.partners .partners__wrapper .partners__item {
  margin: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.partners .partners__wrapper .partners__item:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .partners .partners__wrapper {
    margin: 60px 0 30px;
  }
}

@media (max-width: 495px) {
  .partners .partners__wrapper {
    margin: 30px 0 30px;
  }
}

.founders {
  margin-top: 200px;
}

.liability {
  padding-bottom: 70px;
  position: relative;
}

.liability .liability__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.liability .liability__item {
  position: relative;
  -ms-flex-preferred-size: calc(100%/3 - 24px);
      flex-basis: calc(100%/3 - 24px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 12px;
  padding: 0 25px 34px;
}

.liability .liability__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.liability .liability__item::after:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.liability .liability__item::after:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.liability .liability__item:nth-child(1)::after {
  -webkit-transform: perspective(500px) rotateY(-20deg) rotateX(30deg) scale(0.9);
          transform: perspective(500px) rotateY(-20deg) rotateX(30deg) scale(0.9);
}

.liability .liability__item:nth-child(2)::after {
  -webkit-transform: perspective(500px) rotateY(30deg) rotateX(-20deg) scale(0.8);
          transform: perspective(500px) rotateY(30deg) rotateX(-20deg) scale(0.8);
}

.liability .liability__item:nth-child(3)::after {
  -webkit-transform: perspective(500px) rotateY(-5deg) rotateX(30deg) scale(1);
          transform: perspective(500px) rotateY(-5deg) rotateX(30deg) scale(1);
}

.liability .liability__item:nth-child(4)::after {
  -webkit-transform: perspective(500px) rotateY(-5deg) rotateX(-20deg) scale(0.9);
          transform: perspective(500px) rotateY(-5deg) rotateX(-20deg) scale(0.9);
}

.liability .liability__item:nth-child(5)::after {
  -webkit-transform: perspective(500px) rotateY(10deg) rotateX(-30deg) scale(0.9);
          transform: perspective(500px) rotateY(10deg) rotateX(-30deg) scale(0.9);
}

.liability .liability__item:nth-child(6)::after {
  -webkit-transform: perspective(500px) rotateY(20deg) rotateX(-20deg) scale(0.9);
          transform: perspective(500px) rotateY(20deg) rotateX(-20deg) scale(0.9);
}

.liability .liability__item:hover::after {
  -webkit-transform: perspective(500px) rotateY(0deg) rotateX(0) scale(1);
          transform: perspective(500px) rotateY(0deg) rotateX(0) scale(1);
}

.liability .liability__item-num {
  color: #1843F5;
}

.liability .liability__star {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .liability .liability__item {
    -ms-flex-preferred-size: calc(100%/2 - 24px);
        flex-basis: calc(100%/2 - 24px);
  }
}

@media (max-width: 800px) {
  .liability .liability__item {
    -ms-flex-preferred-size: calc(100% - 24px);
        flex-basis: calc(100% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    min-height: 90px;
  }
  .liability .liability__item::after {
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .liability .liability__item-num {
    margin-right: 16px;
  }
  .liability .liability__star {
    display: none;
  }
}

@media (max-width: 495px) {
  .liability .liability__item-num {
    font-size: 48px;
  }
}

.projects {
  padding-top: 200px;
}

.projects .projects__triangle {
  position: absolute;
  z-index: -1;
  top: -200px;
  right: 16vw;
}

.projects .projects__shape-bg {
  position: absolute;
  z-index: -2;
  top: -150px;
}

.projects .projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.projects .projects__item {
  margin: 12px;
  -ms-flex-preferred-size: calc(100%/2 - 24px);
      flex-basis: calc(100%/2 - 24px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 321px;
}

.projects .projects__btn {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects .projects__marks {
  position: absolute;
  right: 0;
  top: -100px;
  max-width: 330px;
  min-width: 270px;
  width: calc(27vw);
}

.projects .projects__tabs {
  max-width: 850px;
  margin: 0 auto 32px;
}

.projects .card img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1275px) {
  .projects .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects .card img {
    max-height: 280px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 768px) {
  .projects .projects__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects .projects__shape-bg {
    display: none;
  }
  .projects .projects__marks {
    display: none;
  }
}

@media (max-width: 495px) {
  .projects {
    padding-top: 0;
  }
  .projects .projects__triangle {
    display: none;
  }
  .projects .projects__btn {
    display: block;
  }
}

.projects.projects--search {
  padding-top: 50px;
  padding-bottom: 100px;
}

.projects.projects--news {
  padding-top: 0;
  margin-bottom: 70px;
}

.more__block {
  width: 100%;
  margin-top: 64px;
}

.more__block .more__btn {
  display: block;
  margin: 0 auto;
  min-width: 282px;
  padding: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  border: 0;
  background-color: #1843F5;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.more__block .more__btn:hover {
  background-color: #4F72FF;
}

.more__block .more__btn:active {
  background-color: #31208A;
}

.expand .expand__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

@media (max-width: 650px) {
  .expand .expand__content .section__title svg {
    -webkit-transform: rotate(90deg) translateX(5px);
            transform: rotate(90deg) translateX(5px);
  }
}

.expand .expand__btn {
  margin: 64px 0;
}

.expand .expand__assets {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.expand .expand__child {
  position: absolute;
  top: calc(2vw);
  right: 0;
  max-width: 460px;
  max-height: 460px;
  min-width: 360px;
  min-height: 360px;
  width: calc(25vw + 130px);
  height: calc(25vw + 130px);
  -o-object-fit: contain;
     object-fit: contain;
}

.expand .expand__triangle {
  position: absolute;
  top: -80px;
  right: 0;
  max-width: 340px;
  max-height: 340px;
  min-width: 240px;
  min-height: 240px;
  width: calc(16vw + 130px);
  height: calc(16vw + 130px);
}

@media (max-width: 768px) {
  .expand .expand__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .expand .expand__assets {
    margin-top: -100px;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .expand .expand__child {
    position: static;
    margin-right: -65px;
  }
}

.charter .charter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 170px;
  padding-top: 170px;
  padding-bottom: 100px;
}

.charter .charter__btn {
  padding: 64px 0;
}

.charter .charter__assets {
  position: relative;
}

.charter .charter__triangle {
  position: absolute;
  z-index: -1;
  top: -160px;
}

.charter .charter__shape {
  position: absolute;
  z-index: -2;
  top: 0;
  left: -100px;
}

.charter .charter__child {
  margin-top: -100px;
  margin-right: calc(10vw*-1 - 40px);
  max-width: 630px;
  min-width: 300px;
  width: 50vw;
}

.charter .charter__triangle-white {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 190px;
  min-width: 120px;
  width: calc(10vw + 60px);
}

@media (max-width: 768px) {
  .charter .charter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .charter .charter__shape {
    display: none;
  }
  .charter .charter__triangle {
    display: none;
  }
  .charter .charter__assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .charter .charter__triangle-white {
    left: calc(50% - 160px);
  }
}

.not-found {
  position: relative;
  padding-top: 100px;
}

@media (max-width: 495px) {
  .not-found {
    padding-top: 50px;
  }
}

.not-found .assets .asset1 {
  position: absolute;
  top: -230px;
  right: 7%;
}

.not-found .assets .asset1 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .not-found .assets .asset1 {
    width: 195px;
    height: 173px;
  }
}

@media (max-width: 495px) {
  .not-found .assets .asset1 {
    top: -180px;
    right: 5%;
    width: 68px;
    height: 60px;
  }
}

.not-found .assets .asset2 {
  position: absolute;
  top: -120px;
  left: 430px;
}

.not-found .assets .asset2 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .not-found .assets .asset2 {
    left: 250px;
  }
}

@media (max-width: 495px) {
  .not-found .assets .asset2 {
    left: 200px;
    top: -80px;
    width: 69px;
    height: 66px;
  }
}

.not-found .assets .asset3 {
  position: absolute;
  top: 230px;
  right: 33%;
}

.not-found .assets .asset3 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .not-found .assets .asset3 {
    top: 280px;
    left: 580px;
  }
}

@media (max-width: 495px) {
  .not-found .assets .asset3 {
    left: 253px;
    top: 130px;
    width: 56px;
    height: 69px;
  }
}

.not-found .section__title {
  position: relative;
  margin-bottom: 38px;
  line-height: 85px;
}

.not-found .section__title img {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
}

@media (max-width: 495px) {
  .not-found .section__title {
    font-size: 24px;
    line-height: 29px;
  }
}

.not-found .section__subtitle {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
}

@media (max-width: 495px) {
  .not-found .section__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

.mainForm {
  max-width: 326px;
}

.hero__offer .section__title_position {
  margin-left: 30%;
}

.faq {
  padding-top: 90px;
  padding-bottom: 57px;
}

.faq-list__item {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px;
  padding-bottom: 40px;
  font-weight: 900;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  color: #1843F5;
  cursor: pointer;
}

.faq-list__title.open .faq-list__nav {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-list__nav {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 495px) {
  .faq-list__nav svg {
    width: 35px;
  }
}

.faq-list__content {
  padding-bottom: 48px;
  display: none;
  padding-top: 20px;
}

.faq-list__wrapper {
  max-width: 848px;
  margin: 0 auto;
}

.faq-list__text {
  margin-left: 104px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 29px;
}

.faq-list__block {
  padding: 24px 48px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 3px solid #FFBD3E;
  color: #1843F5;
  margin-bottom: 20px;
}

.faq-count__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-count__number {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  color: #1843F5;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-count__number_big {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
}

.faq-count__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

.faq-count__image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-count__image img {
  display: block;
  width: 100%;
}

.faq-subpoint {
  margin-top: 20px;
}

.faq-subpoint__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.faq-subpoint__item:last-child {
  margin-bottom: 0;
}

.faq-subpoint__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.faq-wrap {
  margin-top: 64px;
}

.faq-wrap .btn {
  min-width: 326px;
  padding: 18px;
  font-weight: 600;
}

@media (max-width: 650px) {
  .faq-wrap .btn {
    min-width: 100%;
  }
}

.faq-point {
  max-width: 848px;
  margin: 0 auto;
}

.faq-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.faq-point__item:last-child {
  margin-bottom: 0;
}

.faq-point__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-point__content {
  padding-left: 24px;
}

.faq-point__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.faq-point__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
}

@media screen and (max-width: 960px) {
  .faq-list__text {
    margin-left: 0px;
  }
  .faq-list__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 900px) {
  .faq-list__title {
    font-size: 18px;
    line-height: 24px;
    padding: 24px;
  }
  .faq-point__image img {
    width: 25px;
  }
  .faq-point__content {
    padding-left: 8px;
  }
  .faq-point__title {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-point__text {
    font-size: 14px;
    line-height: 17px;
  }
  .faq-list__content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .faq-list__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .faq-list__block {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .faq-count__number_big {
    font-size: 18px;
    line-height: 26px;
  }
}

.expand_reverse .expand__child {
  top: calc(-14vw);
}

@media screen and (max-width: 768px) {
  .expand_reverse .expand__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .expand_reverse {
    margin-top: 0;
  }
  .expand_reverse .expand__wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .faq {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .hero__offer .section__subtitle {
    margin-left: 0;
  }
  .section .section__title .section__title_position {
    margin-left: 110px;
    display: inline-block;
    position: relative;
    margin-top: 0;
  }
  .section .section__title .section__title_position svg {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 48px;
  }
}

.sub-title {
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1843F5;
}

.b-members span {
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
}

.b-members__map {
  position: relative;
}

.b-members__map svg {
  width: 100%;
  height: auto;
}

.b-members__map-notice {
  display: -ms-grid;
  display: grid;
  grid-gap: 28px;
  height: 0;
  padding: 12px;
  border: 1px solid #1843F5;
  border-radius: 12px;
  font-size: 18px;
  color: #1843F5;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.b-members__map-notice-title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #1843F5;
}

.b-members__map-notice-list {
  list-style: none;
}

.b-members__map-notice-item {
  position: relative;
  padding-left: 20px;
}

.b-members__map-notice-item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}

.map-flag {
  cursor: pointer;
}

@media (min-width: 768px) {
  .sub-title {
    margin-bottom: 32px;
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .b-members__map-notice {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .sub-title {
    margin-bottom: 48px;
    font-size: 44px;
  }
  .b-members span {
    margin-right: 20px;
    font-size: 36px;
  }
  .b-members__map-notice-title {
    font-size: 24px;
  }
}

.b-tabs {
  --colorTabBtn: #1843f5;
}

.b-tabs__btns {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  margin: 0 auto 16px;
}

@media (min-width: 768px) {
  .b-tabs__btns {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 28px;
  }
}

.b-tabs__btns-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

@media (min-width: 768px) {
  .b-tabs__btns-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    text-align: center;
    background-color: transparent;
  }
}

.b-tabs__btns-item:focus,
.tabs__btns-item:active {
  outline: none;
}

.b-tabs__btns-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b-tabs__btns-item._active {
  color: var(--colorTabBtn);
  cursor: default;
}

.b-tabs__btns-item._active::before {
  height: 3px;
  background-color: var(--colorTabBtn);
}

.b-tabs__content-item {
  display: none;
}

.b-tabs__content-item._active {
  display: block;
}

.p-projects__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-projects__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.p-projects .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 992px) {
  .p-projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-projects .btn {
    width: auto;
  }
}

.p-projects .p-projects__title {
  margin-bottom: 0;
}

.project-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.project-card:hover {
  opacity: 0.7;
}

.project-card__img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.project-card__name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.project-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

.project-card__link {
  color: #1843f5;
}

.project-card__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb-80 {
  margin-bottom: 40px;
}

.mb-46 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 60px;
  }
  .mb-46 {
    margin-bottom: 32px;
  }
  .mb-40 {
    margin-bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .mb-80 {
    margin-bottom: 80px;
  }
  .mb-46 {
    margin-bottom: 46px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
}

.p-projects-card__label-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  list-style: none;
}

.p-projects-card__label-item {
  padding: 8px 24px;
  border: 1px solid #1843F5;
  border-radius: 26px;
}

.p-projects-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 320px;
  font-weight: 400;
  text-align: center;
}

.p-projects-card__slider {
  position: relative;
  width: 100%;
  padding-bottom: 32px !important;
}

.p-projects-card__slider-img {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-projects-card .swiper-pagination {
  position: static !important;
  margin: 12px auto 0;
}

.p-projects-card .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.p-projects-card .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

.p-projects-card__slider-link {
  display: block;
}

.p-projects-card__slider-item {
  max-height: 200px;
}

@media (max-width: 767px) {
  .p-projects-card__more {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .p-projects-card__label-list {
    margin-left: auto;
    margin-bottom: 28px;
  }
  .p-projects-card__slider-img {
    height: 300px;
  }
  .p-projects-card__slider-item {
    max-height: 300px;
  }
}

@media (min-width: 1200px) {
  .p-projects-card__inner {
    width: 90%;
    margin: 0 auto;
  }
}

.text-block__quote {
  padding: 20px 20px;
  border: 3px solid #FFBD3E;
  border-radius: 16px;
  font-size: 18px;
  color: #1843F5;
}

.text-block__column {
  display: -ms-grid;
  display: grid;
  grid-gap: 28px;
}

@media (min-width: 1200px) {
  .text-block__column {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .text-block__quote {
    padding: 24px 48px;
    font-size: 20px;
    font-weight: bold;
  }
  .p-projects-card .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}

.text-block__container {
  width: calc(min(900px, 100%));
}

.text-block * {
  font-size: var(--f-s-body-second);
}

.text-block * + * {
  margin-top: 16px;
}

.text-block h1 {
  margin-bottom: 36px;
}

.text-block p + h2 {
  margin-top: 60px;
}

.text-block h2 {
  margin-bottom: 24px;
}

.text-block ul {
  list-style-type: disc;
}

.text-block ol {
  list-style-type: decimal;
}

.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.swiper-pagination-bullets {
  max-height: 40px;
}

.b-members__map path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.b-members__map path[data-active='true'] {
  fill: rgba(24, 67, 245, 0.3);
  cursor: pointer;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.b-members__map path[data-active='true']:hover {
  fill: rgba(24, 67, 245, 0.8);
}

.b-members__map-svg {
  display: none;
}

.b-members__map-info-sort {
  display: block;
}

.b-members__map-info-sort span {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}

.b-members__map-info-sort-btn {
  margin-right: 12px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b-members__map-info-sort-btn:hover {
  color: #1843F5;
}

.b-members__map-info-sort-btn._active {
  color: #1843F5;
}

.b-members__map-info-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
  color: #1843F5;
}

.b-members__map-info-sort {
  margin-bottom: 30px;
}

.b-members__map-info-sort-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
  max-height: 400px;
  padding-right: 16px;
  margin-bottom: 28px;
  overflow: auto;
}

.b-members__map-info {
  display: none;
}

.b-members__map-info._active {
  display: block;
}

.b-members__list {
  display: none;
}

.b-members__map-info-sort-list::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.b-members__map-info-sort-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #1843F5;
}

.b-members__mobile-select {
  display: block;
}

.select {
  max-width: 440px;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #1843F5;
  border-radius: 10px;
  color: #1843F5;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:not([multiple]) {
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 0.75em;
  background-size: 20px auto;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4815 17.2284L2.82993 8.30158C1.71792 7.00424 2.63973 5 4.34844 5H19.6516C21.3603 5 22.2821 7.00424 21.1701 8.30158L13.5185 17.2284C12.7203 18.1596 11.2797 18.1596 10.4815 17.2284Z' fill='%231843F5'/%3E%3C/svg%3E%0A");
}

@media (min-width: 992px) {
  .select {
    display: none;
  }
  .b-members__map-info-title {
    font-size: 50px;
  }
  .b-members__map-svg {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .b-members__map-info-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .b-members__map-info-sort-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
    list-style: none;
    margin-bottom: 64px;
  }
}

@media (max-width: 959px) {
  .hero--gallery .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero--gallery .hero__content {
  padding-right: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1439px) {
  .hero--gallery .hero__content {
    padding-right: 50px;
  }
}

@media (max-width: 959px) {
  .hero--gallery .hero__content {
    margin-top: 40px;
    padding-right: 0;
    width: 100%;
    padding-top: 0 !important;
  }
}

.hero--gallery .hero__link {
  padding: 18px 62px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  background-color: #1843F5;
  margin-left: 90px;
  margin-top: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
}

.hero--gallery .hero__link:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.hero--gallery .hero__link:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

@media (max-width: 1439px) {
  .hero--gallery .hero__link {
    margin-left: 70px;
  }
}

@media (max-width: 959px) {
  .hero--gallery .hero__link {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hero--gallery .hero__link {
    font-size: 20px;
    padding: 18px 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 959px) {
  .hero--gallery .hero__assets {
    margin-bottom: 0 !important;
  }
  .hero--gallery .hero__assets img {
    max-width: 100%;
  }
}

.hero--gallery .section__title-position {
  margin-left: 90px;
}

@media (max-width: 1439px) {
  .hero--gallery .section__title-position {
    margin-left: 70px;
  }
}

@media (max-width: 959px) {
  .hero--gallery .section__title-position {
    display: inline-block !important;
    margin-top: 0;
    position: relative;
    top: -15px;
  }
}

.hero--gallery .section__subtitle {
  margin-left: 90px;
  max-width: 650px;
  font-size: 24px;
}

.hero--gallery .section__subtitle:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 1439px) {
  .hero--gallery .section__subtitle {
    max-width: 550px;
    margin-left: 70px;
  }
}

@media (max-width: 959px) {
  .hero--gallery .section__subtitle {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .hero--gallery .section__subtitle {
    font-size: 18px;
  }
}

.gallery {
  margin-bottom: 160px;
}

@media (max-width: 1024px) {
  .gallery {
    margin-bottom: 90px;
  }
}

.gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
}

@media (max-width: 959px) {
  .gallery__items {
    margin-left: -16px;
  }
}

@media (max-width: 767px) {
  .gallery__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.gallery__item {
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 385px;
  width: 100%;
  margin: 0 0 24px 24px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .gallery__item {
    margin: 0 0 16px 16px;
    width: calc((100% / 2) - 16px);
  }
}

@media (max-width: 767px) {
  .gallery__item {
    margin: 0 0 16px 0;
    width: 100%;
  }
}

.gallery__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery__item-img img {
  max-width: 100%;
}

.gallery__item-content {
  padding: 24px;
}

@media (max-width: 767px) {
  .gallery__item-content {
    padding: 16px;
  }
}

.gallery__item-subtitle {
  margin: 8px 0 32px;
}

@media (max-width: 767px) {
  .gallery__item-subtitle {
    margin: 8px 0 24px;
  }
}

.gallery__item-button {
  width: 100%;
  font-family: "Inter", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  background: transparent;
  color: #1843F5;
  border: 1px solid #1843F5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery__item-button:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.gallery__item-button:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.gallery__item-button:hover {
  color: #ffffff;
  background-color: #1843F5;
}

@media (max-width: 767px) {
  .gallery__item-button {
    font-size: 20px;
    padding: 18px 0;
    width: 100%;
  }
}

.gallery__button {
  font-family: "Inter", "Helvetica", sans-serif;
  padding: 18px 62px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  background-color: #1843F5;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery__button:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.gallery__button:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.gallery__button:hover {
  color: white;
  background-color: #496bf7;
}

.gallery__button:disabled {
  background-color: #0930d1;
  color: #ffffff;
}

@media (max-width: 767px) {
  .gallery__button {
    padding: 18px 0;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .hero--upload .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 959px) {
  .hero--upload .hero__content {
    margin-top: 40px;
    width: 100%;
    padding-top: 0 !important;
  }
}

@media (max-width: 959px) {
  .hero--upload .hero__assets {
    margin-bottom: 0 !important;
  }
  .hero--upload .hero__assets img {
    max-width: 100%;
  }
}

.hero--upload .section__title-position {
  margin-left: 90px;
}

@media (max-width: 1439px) {
  .hero--upload .section__title-position {
    margin-left: 70px;
  }
}

@media (max-width: 959px) {
  .hero--upload .section__title-position {
    display: inline-block !important;
    margin-top: 0;
    position: relative;
  }
}

@media (max-width: 650px) {
  .hero--upload .section__title-position {
    top: -10px;
    margin-left: 30px;
  }
}

.hero--upload .section__subtitle {
  margin-left: 90px;
  max-width: 650px;
}

@media (max-width: 1439px) {
  .hero--upload .section__subtitle {
    max-width: 550px;
    margin-left: 70px;
  }
}

@media (max-width: 959px) {
  .hero--upload .section__subtitle {
    margin-left: 0;
  }
}

.upload {
  margin-bottom: 160px;
}

.upload__form {
  padding: 48px 64px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .upload__form {
    padding: 24px;
  }
}

.upload__form-progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.upload__form-progress-inner {
  position: relative;
  width: 80px;
  height: 80px;
}

.upload__form-progress-inner p {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 18px;
  color: #1843F5;
}

.upload__form-progress svg circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.upload__form-progress .upload__form-title {
  margin: 24px 0;
  display: block !important;
}

@media (max-width: 495px) {
  .upload__form-progress .upload__form-title {
    font-size: 18px;
  }
}

.upload__form-progress-button {
  padding: 18px 100px;
  font-weight: 500;
  font-size: 24px;
  color: #1843F5;
  border: 1px solid #1843F5;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.upload__form-progress-button:hover {
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.upload__form-progress-button:hover {
  -webkit-transition: 0.02s;
  transition: 0.02s;
}

.upload__form-progress-button:hover {
  background-color: #1843F5;
  color: #ffffff;
}

@media (max-width: 495px) {
  .upload__form-progress-button {
    padding: 18px 0;
    width: 100%;
    text-align: center;
  }
}

.upload__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.upload__form-item.__error .upload__form-field {
  border-color: #FF5279;
}

.upload__form-item.__error .upload__form-field:hover, .upload__form-item.__error .upload__form-field:focus {
  border-color: #eb0035;
}

.upload__form-item.__error .upload__form-error {
  opacity: 1;
}

.upload__form-item.__error .upload__form-check {
  border-color: #eb0035;
}

.upload__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload__form-inner.__error .upload__form-field {
  border-color: #FF5279;
}

.upload__form-inner.__error .upload__form-field:hover, .upload__form-inner.__error .upload__form-field:focus {
  border-color: #eb0035;
}

.upload__form-inner.__error + .upload__form-error {
  opacity: 1;
}

.upload__form-file {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.upload__form-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.upload__form-title {
  text-align: center;
  max-width: 420px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
}

.upload__form-title span {
  color: #1843F5;
}

.upload__form-title-mob {
  text-align: center;
  color: #1843F5;
  display: none;
}

@media (max-width: 1023px) {
  .upload__form-title {
    display: none;
  }
  .upload__form-title-mob {
    display: block;
  }
}

.upload__form-subtitle {
  font-size: 14px;
  line-height: 17px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 16px auto;
  color: #C4C4C4;
}

.upload__form-text {
  font-size: 12px;
  line-height: 15px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #C4C4C4;
}

.upload__form-label {
  font-size: 14px;
}

.upload__form-field {
  border: 1px solid #1843F5;
  border-radius: 10px;
  padding: 12px 10px;
  margin: 2px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  color: #000000;
}

.upload__form-field::-webkit-input-placeholder {
  color: #C4C4C4;
}

.upload__form-field:-ms-input-placeholder {
  color: #C4C4C4;
}

.upload__form-field::-ms-input-placeholder {
  color: #C4C4C4;
}

.upload__form-field::placeholder {
  color: #C4C4C4;
}

.upload__form-field:hover, .upload__form-field:focus {
  border-color: #0725a0;
}

.upload__form-error {
  font-size: 12px;
  opacity: 0;
  color: #FF5279;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.upload__form-button {
  margin-top: 16px;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 100px;
}

@media (max-width: 495px) {
  .upload__form-button {
    padding: 18px 0;
    text-align: center;
    width: 100%;
  }
}

.upload__form-info {
  font-size: 12px;
  max-width: 300px;
  margin: 14px auto 0;
}

.upload__form-confirm {
  font-size: 12px;
  margin-left: 10px;
}

.upload__form-link {
  border-bottom: 1px solid #1843F5;
}

.upload__form-check {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.upload__form-check svg {
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.upload__form-check svg path {
  stroke: #1843F5;
}

.upload__form-checkbox {
  position: absolute;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0;
}

.upload__form-checkbox:checked + .upload__form-check {
  border-color: #1843F5;
}

.upload__form-checkbox:checked + .upload__form-check svg {
  opacity: 1;
}

.upload__form-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upload__form-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .upload__form-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.upload__form-img:last-child {
  margin-bottom: 0;
}

.upload__form-img-pic {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 80px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upload__form-img-info {
  width: 100%;
  margin: 0 16px;
}

.upload__form-img-info p:first-child {
  font-size: 18px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

@media (max-width: 767px) {
  .upload__form-img-info p:first-child {
    margin: 0 auto 4px;
    max-width: 100%;
  }
}

.upload__form-img-info p:last-child {
  font-size: 16px;
  color: #C4C4C4;
}

@media (max-width: 767px) {
  .upload__form-img-info {
    margin: 24px 0 12px;
  }
}

.upload__form-img-button {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.upload__form-img-button::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background-image: url("/assets/close.svg");
  background-position: center;
  background-size: cover;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.upload__form-img-button:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.upload .item-file {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.upload .item-file.__active {
  border-color: #1843F5;
}

.upload .item-file.__error {
  border-color: #FF5279;
}

.upload .item-file.__progress .upload__form-item-label {
  display: none;
}

.upload .item-file.__progress .upload__form-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload .item-file.__progress .upload__form-images {
  display: none;
}

.upload .item-file.__images .upload__form-item-label-preview {
  display: none;
}

.upload .item-file.__images .upload__form-progress {
  display: none;
}

.upload .item-title {
  margin: 32px 0 10px;
}

.upload .item-confirm {
  margin-top: 10px;
}

.upload-modal .modal__wrapper {
  max-width: 380px;
}

.members__list {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.members__list .partners__item {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
/*# sourceMappingURL=styles.css.map */
/* End */
/* /local/templates/alliance/assets/css/styles.css?171024239472124 */
