* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  font-size: 12px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media (max-width: 991px) {
  html {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  html.dpr .header__contacts .btn {
    display: flex !important;
  }
}

body {
  color: #404245;
  font-size: 1.25rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #4658C0;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.h-100 {
  height: 100%;
}
@media (max-width: 991px) {
  .h-100 {
    height: auto;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 1.5rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .header {
    padding: 1.334rem 0;
  }
}
@media (max-width: 540px) {
  .header {
    height: 63px;
  }
  .header .container {
    height: 100%;
  }
  .header .container .row {
    height: 100%;
    flex-wrap: nowrap;
  }
}
.header .row {
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .header__left {
    justify-content: space-between;
  }
}
.header__right .header__contacts-item {
  margin-left: 1.5rem;
}
.header__right .header__contacts-item .contact-icon {
  margin-right: 0;
  margin-left: 0;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 540px) {
  .header__right .header__contacts-item .contact-icon {
    height: 30px;
    width: 30px;
  }
}
.header__right .header__phone {
  margin-right: 1rem;
}
.header__right .header__phone-icon {
  display: none;
}
@media (max-width: 1350px) {
  .header__right .header__phone {
    display: none;
  }
  .header__right .header__phone-icon {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header__right .header__phone {
    display: block;
    margin: 0;
    letter-spacing: -0.85px;
    white-space: nowrap;
  }
  .header__right .header__phone-icon {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__right {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header__right {
    padding: 3.5px 0 0 !important;
  }
}
.header__center .header__contacts {
  display: none;
}
@media (max-width: 1024px) {
  .header__center {
    position: fixed;
    top: 63px;
    background-color: #fff;
    width: 0;
    height: calc(100vh - 63px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 0;
    padding: 0 !important;
    right: 0;
    transition: 0.5s;
  }
  .header__center.menu-show {
    width: 250px;
    border-left: 1px solid #f0f2f5;
  }
  .header__center .header__contacts {
    display: block;
    right: 0;
    margin-left: 0;
    padding: 15px 25px;
    width: 249px;
  }
  .header__center .header__contacts-icons {
    display: flex;
    justify-content: flex-end;
  }
  .header__center .header__contacts-icons .header__contacts-item {
    margin-left: 10px;
  }
  .header__center .header__contacts-item {
    justify-content: flex-end;
    padding: 10px 0;
    margin-left: 0;
  }
  .header__center .header__contacts .contact-info {
    display: block;
    margin-right: 10px;
  }
  .header__center .header__contacts .btn {
    color: #fff;
    width: 100%;
    margin: 10px 0;
    font-size: 1.5rem;
    display: flex;
  }
  .header__center .header__contacts .contacts-email-link {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }
  .header__center .header__phone {
    font-size: 1.6rem;
    margin-left: 0;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .header__center .header__phone {
    font-size: 1.5rem;
    white-space: nowrap;
    padding-left: 20px;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__contacts .btn {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  width: auto;
  line-height: 1;
  margin-left: 2rem;
  height: 3.584rem;
}
@media (max-width: 1599px) {
  .header__contacts .btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__contacts .btn {
    display: flex;
    height: 30px;
    font-size: 1.2rem;
    padding: 0.7rem 1.5rem;
  }
  .header__contacts .btn svg {
    width: 16px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .header__contacts .btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__contacts {
    position: relative;
    flex-direction: row;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .header__contacts {
    transition: opacity 0.3s;
  }
}
.header__contacts-item {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.header__contacts-item:first-child {
  margin-left: 0;
}
@media (max-width: 1170px) {
  .header__contacts-item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header__contacts-item {
    margin-left: 1.334rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__contacts-item--messenger {
    display: none;
  }
}
.header__contacts-item .contact-icon {
  width: 3.834rem;
  height: 3.834rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.834rem;
}
.header__contacts-item .contact-icon svg {
  width: 50%;
  height: auto;
}
@media (max-width: 1370px) {
  .header__contacts-item .contact-icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1420px) {
  .header__contacts-item .contact-icon {
    order: 1;
    margin-left: 0.834rem;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header__contacts-item .contact-icon {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__contacts-item .contact-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__contacts-item .contact-icon--telegram {
  background: #419FD9;
}
.header__contacts-item .contact-icon--telegram svg {
  transform: translateX(-8%);
}
.header__contacts-item .contact-icon--whatsapp {
  background: #27d045;
}
.header__contacts-item .contact-icon--whatsapp svg {
  transform: translateX(3%);
}
.header__contacts-item .contact-icon--email {
  background: #6FCF97;
}
.header__contacts-item .contact-icon--site {
  background: #4658C0;
}
.header__contacts-item .contact-icon--site svg {
  width: 65%;
  transform: translateX(6%);
}
.header__contacts-item .contact-icon--vc {
  background: #feebef;
}
.header__contacts-item .contact-icon--vc svg {
  width: 100%;
  transform: translateX(2%);
}
.header__contacts-item .contact-info {
  font-size: 1.6rem;
  line-height: 2.5rem;
  transition: 0.3s;
}
@media (max-width: 1370px) {
  .header__contacts-item .contact-info {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media (max-width: 1420px) {
  .header__contacts-item .contact-info {
    display: none;
  }
}
.header__contacts-item a {
  display: flex;
  align-items: center;
  color: #202123;
  text-decoration: none !important;
}
.header__contacts-item a:hover {
  color: #4658C0;
}
.header__contacts--footer {
  align-items: flex-start;
}
.header__contacts--footer .footer-contacts-item {
  display: block;
  margin-right: 2.5rem !important;
}
.header__contacts--footer .footer-contacts-item > div {
  width: 100%;
}
.header__contacts--footer .footer-contacts-item .contacts-email-link {
  font-size: 1.8rem;
  margin: 1.4rem 0;
}
.header__contacts--footer .footer-contacts-item .contacts-email-link:hover path {
  fill: #4658C0;
}
@media (max-width: 1270px) {
  .header__contacts--footer .contacts-list {
    margin-top: 0.45rem;
  }
}
.header__logo img {
  width: 12.5rem;
}
.header__logo--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header__logo {
    display: none;
  }
  .header__logo--mobile {
    display: block;
  }
}
.header__phone {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #202123;
  text-decoration: none !important;
  transition: 0.3s;
}
.header__phone:hover {
  color: #4658C0;
}
@media (max-width: 1370px) {
  .header__phone {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .header__phone {
    font-size: 1.33rem;
    margin-left: 2.5rem;
  }
}
.header__logo img {
  display: block;
}
@media (max-width: 1170px) {
  .header__logo img {
    width: 9.5rem;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    width: 8.34rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav--mobile {
  display: none;
}
@media (max-width: 1170px) {
  .header__nav {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 249px;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    pointer-events: none;
  }
  .header__nav--mobile {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: all;
  }
}
.header__nav-item {
  padding: 5px 1.333rem;
}
@media (max-width: 1100px) {
  .header__nav-item {
    padding: 5px 1rem;
  }
}
@media (max-width: 1024px) {
  .header__nav-item {
    padding: 8px 25px;
  }
}
.header__nav-item a {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  color: #202123;
  text-decoration: none !important;
}
.header__nav-item a:hover {
  color: #4658C0;
}
@media (max-width: 1650px) {
  .header__nav-item a {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (max-width: 1170px) {
  .header__nav-item a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .header__nav-item a {
    font-size: 1.6666rem;
  }
}
.header__nav-item.active a {
  color: #4658C0;
}

.menu-btn {
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .menu-btn {
    display: flex;
    z-index: 10000;
    order: 1;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }
}
@media (max-width: 580px) {
  .menu-btn {
    margin-left: 25px;
    right: 13px;
  }
}
.menu-btn span {
  height: 2px;
  width: 20px;
  display: block;
  background: #000;
  position: relative;
  transition: 0.3s;
}
.menu-btn span::before {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  background: #000;
  position: absolute;
  top: -6px;
  transition: 0.3s;
}
.menu-btn span::after {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -6px;
  transition: 0.3s;
}
.menu-btn:hover span {
  background: #4658C0;
}
.menu-btn:hover span::before, .menu-btn:hover span::after {
  background: #4658C0;
}
.menu-btn.menu-open span {
  background: transparent;
}
.menu-btn.menu-open span::before {
  transform: rotate(45deg);
  top: 1px;
}
.menu-btn.menu-open span::after {
  transform: rotate(-45deg);
  bottom: -1px;
}
.menu-btn.menu-open + .header__contacts {
  opacity: 0;
}

.container {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  z-index: 100;
}
@media (max-width: 1800px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 580px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .container.h-100 {
    min-height: auto;
  }
}
.container--flex {
  display: flex;
  align-items: center;
}
.container--flex-wrap {
  flex-wrap: wrap;
}
.container--flex-end {
  align-items: flex-end;
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.row--center {
  align-items: center;
}
.row--end {
  align-items: flex-end;
}

.section {
  overflow: hidden;
  display: block !important;
}
.section .fp-tableCell {
  display: flex;
  align-items: center;
  padding-top: 7.4rem;
}
@media (max-width: 1024px) {
  .section .fp-tableCell {
    padding-top: 0;
  }
}
.section--right::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .section--right::before {
    height: 300px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.section--left::before {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 1.3s;
}
@media (max-width: 991px) {
  .section--left::before {
    height: 300px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}
.section--color-0::before {
  background-color: #def6de;
  transform: translateX(-100%);
}
.section--color-1::before {
  background-color: #E6EBF2;
  transform: translateY(100%);
}
.section--color-2::before {
  background-color: #EAF3E4;
  transform: translateX(100%);
}
.section--color-3::before {
  background: #E4F4E5;
  transform: translateY(-100%);
}
.section--color-4::before {
  background: #E3F2F4;
  transform: translateX(100%);
}
.section--color-5::before {
  background: #F3F3F3;
  transform: translateY(100%);
}
.section--color-5::before {
  background: #F3F3F3;
  transform: translateY(100%);
}
.section--color-6::before {
  background: #EDE8D6;
  transform: translateX(100%);
}
.section--color-7::before {
  background: #E8DEED;
  transform: translateY(-100%);
}
.section--color-8::before {
  background: #b4adf7;
  transform: translateY(100%);
}
.section--color-9 {
  background: linear-gradient(180deg, #fff -10%, #eee 35%, #fff 70%);
}
.section--color-9::before {
  background: #d8f6f8;
  transform: translateY(-100%);
}
.section--contacts {
  background: #fff;
}
.section--contacts .form-container {
  background: #F1F4FA;
}
.section--services {
  background: #F1F4FA;
}
@media (max-width: 1024px) {
  .section {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }
  .section--leaders, .section--team {
    border-bottom: none;
  }
  .section::before {
    display: none;
  }
  .section:nth-child(even)::before {
    transform: translateX(-100%);
  }
  .section:nth-child(odd)::before {
    transform: translateX(100%);
  }
}
@media (max-width: 1024px) {
  .section--leaders::before {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .fp-tableCell,
  .section {
    height: auto !important;
  }
}

#fullpage.fp-completely {
  padding-top: 70px;
}
@media (max-width: 540px) {
  #fullpage {
    padding-top: 63px !important;
    transform: none !important;
    height: 100%;
  }
}

.project {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1370px) {
  .project {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .project {
    width: 100%;
    padding-top: 4rem;
  }
}
.project__head {
  flex-wrap: nowrap;
  align-items: center;
}
.project__head-icon a {
  display: block;
}
.project__head-icon a:hover .project__head-icon-wrap {
  box-shadow: 0 1px 4px 0 #ccc;
}
.project__head-icon a:hover .project__head-icon-wrap--green {
  box-shadow: 0 1px 4px 2px #ccc;
}
.project__head-icon-wrap {
  width: 10.85rem;
  height: 10.85rem;
  background: linear-gradient(151.42deg, #CBD5DC -87.68%, rgba(203, 213, 220, 0) 103.78%);
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.project__head-icon-wrap--green {
  background: linear-gradient(165.87deg, #009611 10.06%, #27D53A 100.89%);
}
.project__head-icon-wrap--violet {
  background: linear-gradient(165.87deg, #675dd8 10.06%, #8982f3 100.89%);
}
.project__head-icon-wrap--white {
  background: linear-gradient(165.87deg, #fff 10.06%, #fafafa 100.89%);
  box-shadow: 0 0 1px #eee;
}
.project__head-icon-wrap--gray {
  background: #eff2f4;
}
.project__head-icon-wrap img {
  max-width: 70%;
}
@media (max-width: 1370px) {
  .project__head-icon-wrap {
    width: 6rem;
    height: 6rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 767px) {
  .project__head-icon-wrap {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 540px) {
  .project__head-icon-wrap {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.834rem;
  }
}
@media (max-width: 1024px) {
  .project__head-info {
    padding-right: 115px !important;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .project__head-info {
    padding-left: 0 !important;
  }
}
.project__head-title {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (max-width: 1370px) {
  .project__head-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1024px) {
  .project__head-title::after {
    content: attr(data-count);
    font-size: 60px;
    font-weight: normal;
    margin-left: 8px;
    color: rgba(128, 128, 128, 0.08);
    top: 12px;
    position: absolute;
    right: 15px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .project__head-title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .project__head-title::after {
    top: 7px;
  }
}
@media (max-width: 540px) {
  .project__head-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .project__head-title::after {
    top: 4px;
  }
}
.project__head-description {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 1370px) {
  .project__head-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .project__head-description {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .project__head-description {
    font-size: 1.3333rem;
  }
}
.project__head-link a {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 1370px) {
  .project__head-link a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .project__head-link a {
    font-size: 1.3rem;
    line-height: 1.85rem;
  }
}
@media (max-width: 540px) {
  .project__head-link a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.project__description {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 1370px) {
  .project__description {
    font-size: 1.25rem;
    line-height: 1.85rem;
  }
}
@media (max-width: 540px) {
  .project__description {
    font-size: 1.15rem;
    line-height: 1.7rem;
  }
}
.project__info {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  position: relative;
}
@media (max-width: 1370px) {
  .project__info {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .project__info::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 70%;
    max-height: 220px;
    background: #F1F4FA;
    top: 0;
    margin-top: -2.5rem;
    transform: translateY(-100%);
    opacity: 0.7;
  }
}
@media (max-width: 580px) {
  .project__info::after {
    width: calc(100% + 30px);
    left: -15px;
  }
}
@media (max-width: 540px) {
  .project__info {
    font-size: 1.15rem;
    line-height: 1.7rem;
  }
}
.project__info-row {
  padding: 1rem 0;
}
@media (max-width: 1480px) {
  .project__info-row {
    padding: 0.6rem 0;
  }
}
@media (max-width: 1370px) {
  .project__info-row {
    padding: 8px 0;
  }
}
@media (max-width: 540px) {
  .project__info-row--technologies .project__info-col {
    width: 100%;
  }
  .project__info-row--technologies .technologies {
    margin-top: 0;
  }
}
.project__info-col {
  width: 70%;
}
@media (max-width: 540px) {
  .project__info-col {
    width: 60%;
  }
}
.project__info-col--title {
  width: 30%;
  color: #7F838A;
}
@media (max-width: 540px) {
  .project__info-col--title {
    width: 40%;
  }
}
.project__info-col--icon {
  max-height: 4rem;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}
@media (max-width: 1370px) {
  .project__info-col--icon {
    max-height: 3.35rem;
  }
}

.technologies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.834rem -1.2rem 0;
}
@media (max-width: 1170px) {
  .technologies {
    margin: -8px -8px 0;
  }
}
.technologies__item {
  display: flex;
  align-items: center;
  width: 33.3333%;
  padding: 0.834rem 1.2rem;
}
@media (max-width: 1170px) {
  .technologies__item {
    padding: 0.65rem;
  }
}
@media (max-width: 767px) {
  .technologies__item {
    width: 50%;
  }
}
.technologies__item-icon {
  padding-right: 1.3rem;
}
.technologies__item-icon-wrap {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1370px) {
  .technologies__item-icon {
    padding-right: 0.65rem;
  }
}
.technologies__item-icon svg,
.technologies__item-icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}
@media (max-width: 1370px) {
  .technologies__item-icon svg,
  .technologies__item-icon img {
    width: 3.35rem;
    height: 3.35rem;
    min-width: 3.35rem;
  }
}
.technologies__item--w100 {
  width: auto;
  color: #404245;
  text-decoration: underline;
  transition: 0.3s;
}
.technologies__item--w100:hover {
  text-decoration: none;
  color: #4658C0;
}

.project-preview {
  display: flex;
  align-items: flex-end;
  width: 50%;
  position: relative;
  right: -100px;
}
.project-preview--mobile {
  display: none;
}
@media (max-width: 1800px) {
  .project-preview {
    position: absolute;
    width: 55%;
    right: -10%;
    bottom: 0;
  }
}
@media (max-width: 1370px) {
  .project-preview {
    position: absolute;
    width: 50%;
    right: -5%;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .project-preview {
    display: none;
    position: relative;
    width: 100%;
    right: auto;
    bottom: 0;
    justify-content: center;
    margin-top: 150px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-preview--mobile {
    display: flex;
  }
  .project-preview--mobile.project-preview--sp {
    margin-top: 40px;
  }
  .project-preview--mobile.project-preview--sp .project-preview__item--back {
    left: 37.5%;
    transform: translateX(-50%);
  }
  .project-preview--mobile.project-preview--sp .project-preview__item--back img {
    max-height: 500px;
    min-height: auto;
    max-width: 110%;
  }
  .project-preview--mobile.project-preview--altube {
    margin-top: 70px;
  }
  .project-preview--mobile.project-preview--altube .project-preview__item--back {
    left: 51.5%;
    transform: translateX(-45%) !important;
    max-width: 100%;
  }
  .project-preview--mobile.project-preview--altube .project-preview__item--back img {
    max-height: 400px;
    min-height: auto;
    max-width: 145%;
  }
  .project-preview--mobile.project-preview--aopt {
    margin-top: 60px;
    margin-bottom: 25px;
    right: 0;
  }
  .project-preview--mobile.project-preview--aopt .project-preview__item--back {
    left: 50%;
    right: 0;
    transform: translateX(-50%) !important;
    max-width: 100%;
  }
  .project-preview--mobile.project-preview--aopt .project-preview__item--back img {
    max-height: 400px !important;
    min-height: auto !important;
    max-width: 100% !important;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .project-preview--mobile.project-preview--aopt {
    margin-top: 60px;
    margin-bottom: 25px;
    right: 0;
  }
  .project-preview--mobile.project-preview--aopt .project-preview__item--back {
    left: 50%;
    right: 0;
    transform: translateX(-50%) !important;
    max-width: 100%;
  }
  .project-preview--mobile.project-preview--aopt .project-preview__item--back img {
    max-height: 400px !important;
    min-height: auto !important;
    max-width: 100% !important;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.project-preview__item {
  position: relative;
  transition: 1s;
  opacity: 0;
}
.project-preview__item img {
  display: block;
  max-width: 100%;
  max-height: 70vh;
}
@media (max-width: 991px) {
  .project-preview__item img {
    max-height: 400px;
  }
}
.project-preview__item--front {
  z-index: 100;
}
.project-preview__item--back {
  z-index: 10;
}
@media (max-width: 1024px) {
  .project-preview--altube {
    margin-top: 80px;
    left: 0;
  }
}
.project-preview--altube .project-preview__item--front {
  transform: rotateZ(10deg) translate(10%, -4%);
  position: absolute;
  left: 10%;
  bottom: 10%;
  right: 0;
}
.project-preview--altube .project-preview__item--front img {
  display: block;
  max-width: none;
  min-height: 70vh;
  max-height: 520px;
}
@media (max-width: 1370px) {
  .project-preview--altube .project-preview__item--front img {
    max-height: 80vh;
  }
}
.project-preview--altube .project-preview__item--back {
  z-index: 110;
  bottom: 10%;
  left: 0;
  right: 0;
  transform: rotateY(-45deg) rotateZ(-15deg) translate(-120px, 0px);
}
.project-preview--altube .project-preview__item--back img {
  display: block;
  max-width: none;
  max-height: 62vh;
  min-height: 40vh;
}
@media (max-width: 1024px) {
  .project-preview--aopt {
    right: -15px;
    margin-top: 100px;
  }
}
.project-preview--aopt .project-preview__item--front {
  transform: translate(100px, 150px);
}
.project-preview--aopt .project-preview__item--back {
  transform: translate(420px, 300px);
}
@media (max-width: 1800px) {
  .project-preview--groupfund {
    right: -15%;
  }
}
@media (max-width: 1024px) {
  .project-preview--groupfund {
    margin-top: 110px;
  }
}
@media (max-width: 540px) {
  .project-preview--groupfund {
    right: -23%;
    margin-top: 110px;
  }
}
.project-preview--groupfund .project-preview__item--front {
  transform: rotateZ(-20deg) translate(-200px, 200px);
}
.project-preview--groupfund .project-preview__item--back {
  right: -25px;
  transform: rotateY(-45deg) rotateZ(10deg) translate(0px, 80px);
}
@media (max-width: 1800px) {
  .project-preview--fundsnow {
    right: -12%;
  }
}
@media (max-width: 1024px) {
  .project-preview--fundsnow {
    right: -3%;
    margin-top: 110px;
  }
}
.project-preview--fundsnow .project-preview__item--front {
  transform: rotateZ(15deg) translate(40%, 20%);
}
.project-preview--fundsnow .project-preview__item--back {
  right: -25px;
  transform: rotateY(-45deg) rotateZ(-15deg) translate(-20%, 10%);
}
@media (max-width: 1800px) {
  .project-preview--ironmax {
    right: -25%;
  }
}
@media (max-width: 1024px) {
  .project-preview--ironmax {
    right: -3%;
    margin-top: 110px;
  }
}
.project-preview--ironmax .project-preview__item--front {
  transform: rotateZ(15deg) translate(40%, 20%);
}
.project-preview--ironmax .project-preview__item--back {
  right: -25px;
  transform: rotateY(-45deg) rotateZ(-15deg) translate(-20%, 10%);
}
@media (max-width: 1024px) {
  .project-preview--invest {
    margin-top: 80px;
  }
}
.project-preview--invest .project-preview__item--front {
  transform: rotateZ(15deg) translate(100px, 150px);
}
.project-preview--invest .project-preview__item--back {
  right: -25px;
  transform: rotateY(-45deg) rotateZ(-15deg) translate(-120px, 0px);
}
.project-preview--laptop .project-preview__item--front {
  transition: 1s;
  position: absolute;
  left: -18%;
  bottom: 11%;
  transform: rotateZ(-15deg) translate(-45%, 15%);
  opacity: 0;
}
.project-preview--laptop .project-preview__item--front img {
  display: block;
  max-width: none;
  max-height: none;
}
@media (max-width: 1600px) {
  .project-preview--laptop .project-preview__item--front {
    left: -16%;
  }
}
@media (max-width: 1024px) {
  .project-preview--laptop {
    margin-top: 80px;
  }
}
.project-preview--laptop .project-preview__item--back {
  transform: rotate(25deg) rotateZ(-10deg) translate(70%, 25%);
}

.fp-completely::before {
  transform: translate(0);
}
.fp-completely::after {
  transform: translate(0);
}
.fp-completely .section::before {
  transform: translate(0) !important;
}
.fp-completely .project-preview__item {
  opacity: 1;
}
.fp-completely .project-preview--altube .project-preview__item--front {
  transform: rotateZ(0) translate(0, 0);
}
.fp-completely .project-preview--altube .project-preview__item--back {
  right: -25px;
  transform: rotateY(0) rotateZ(4deg) translate(0, 0);
}
.fp-completely .project-preview--aopt .project-preview__item--front {
  transform: rotateZ(0) translate(0, 0);
  transition: transform 1.2s;
  position: absolute;
  bottom: 8%;
  left: -4%;
}
.fp-completely .project-preview--aopt .project-preview__item--front img {
  max-height: 62vh;
}
@media (max-width: 1370px) {
  .fp-completely .project-preview--aopt .project-preview__item--front {
    right: -10%;
  }
}
.fp-completely .project-preview--aopt .project-preview__item--back {
  right: 3%;
  transform: translate(0, -80px);
  transition: 1.5s;
}
.fp-completely .project-preview--aopt .project-preview__item--back img {
  display: block;
  max-height: 70vh;
  min-height: 60vh;
  max-width: none;
}
.fp-completely .project-preview--kvk {
  transform: scale(0.9) translateX(-15%);
}
.fp-completely .project-preview--kvk .project-preview__item--front {
  display: none;
}
.fp-completely .project-preview--groupfund .project-preview__item--front {
  transition: transform 1s;
  transform: rotateZ(0) translate(0%, -25%);
}
@media (max-width: 1800px) {
  .fp-completely .project-preview--groupfund .project-preview__item--front {
    transform: rotateZ(0) translate(-30%, -25%);
  }
}
.fp-completely .project-preview--groupfund .project-preview__item--back {
  right: -25px;
  transform: rotateY(0) rotateZ(0) translate(-30%, 0);
}
@media (max-width: 1800px) {
  .fp-completely .project-preview--groupfund .project-preview__item--back {
    transform: rotateY(0) rotateZ(0) translate(-75%, 0);
  }
}
.fp-completely .project-preview--fundsnow .project-preview__item--front {
  transition: transform 1s;
  transform: rotateZ(0) translate(-25%, -15%);
}
.fp-completely .project-preview--fundsnow .project-preview__item--back {
  right: -25px;
  transform: rotateY(0) rotateZ(0) translate(-5%, 0);
}
.fp-completely .project-preview--ironmax .project-preview__item--front {
  transition: transform 1s;
  transform: rotateZ(0) translate(-25%, -2%);
}
.fp-completely .project-preview--ironmax .project-preview__item--back {
  right: -25px;
  transform: rotateY(0) rotateZ(0) translate(-5%, -25%);
}
.fp-completely .project-preview--invest .project-preview__item--front {
  transform: rotateZ(0) translate(0, 0);
}
.fp-completely .project-preview--invest .project-preview__item--back {
  right: -25px;
  transform: rotateY(0) rotateZ(0) translate(-15%, -65px);
}
.fp-completely .project-preview--laptop .project-preview__item--front {
  opacity: 1;
  transform: rotateZ(0) translate(0, 0);
}
@media (max-width: 1370px) {
  .fp-completely .project-preview--laptop .project-preview__item--front {
    transform: rotateZ(0) translate(8%, 0);
  }
}
.fp-completely .project-preview--laptop .project-preview__item--front img {
  display: block;
  max-width: none;
  max-height: 62vh;
}
@media (max-width: 1600px) {
  .fp-completely .project-preview--laptop .project-preview__item--front img {
    max-height: 67vh;
  }
}
@media (max-width: 1370px) {
  .fp-completely .project-preview--laptop .project-preview__item--front img {
    max-width: 140%;
  }
}
@media (max-width: 1024px) {
  .fp-completely .project-preview--laptop {
    margin-top: 80px;
  }
}
.fp-completely .project-preview--laptop .project-preview__item--back {
  left: 27vw;
  transform: rotateY(0) rotateZ(0) translate(0, 0);
  bottom: 12%;
}
.fp-completely .project-preview--laptop .project-preview__item--back img {
  max-height: 52vh;
}
@media (max-width: 1370px) {
  .fp-completely .project-preview--laptop .project-preview__item--back {
    ight: auto;
    left: 60%;
    position: absolute;
  }
}

.fp-scroller {
  min-height: 100%;
}

.col {
  display: flex;
  height: 100%;
  align-items: center;
  width: 50%;
}

.form__row {
  margin: 0 0 1.6rem 0;
}
.form__row--agreement {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .form__row--agreement {
    margin-top: 1.5rem;
  }
}
.form__row--btn {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .form__row--btn {
    margin-top: 2rem;
  }
}
.form__row-input {
  position: relative;
  display: block;
}
.form__row-input label {
  position: relative;
  display: block;
  z-index: 10;
}
.form__row-input label .input-label {
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 10;
  top: 2rem;
  left: 2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 200;
  transition: transform 200ms, font-size 200ms, color 200ms;
  will-change: transform;
  color: #595a5b;
}
@media (max-width: 480px) {
  .form__row-input label .input-label {
    top: 1.6rem;
    left: 1.3rem;
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
}
.form__row-input label .input-text {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 2.9rem 2rem 0.75rem 2rem;
  border: 0.15rem solid #C8C8C8;
  background: #fff;
  transition: border 200ms;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .form__row-input label .input-text {
    padding: 2.2rem 1rem 0.5rem 1.3rem;
  }
}
.form__row-input label.completed .input-label, .form__row-input label.focused .input-label {
  font-size: 1.1666rem !important;
  line-height: 1.4rem;
  transform: translateZ(0) translateY(-1rem);
}
@media (max-width: 480px) {
  .form__row-input label.completed .input-label, .form__row-input label.focused .input-label {
    line-height: 1.2rem;
  }
}
.form__row-input label.focused .input-text {
  border-color: #4658C0;
}

.file-input__add {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer !important;
  position: relative;
}
.file-input__add:hover .file-input__label {
  color: #4658C0;
}
.file-input__icon {
  margin: 0 1.3rem 0 0;
  transition: stroke 200ms;
  width: 2rem;
  height: 2rem;
}
.file-input__label {
  display: block;
  color: #595a5b;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  transition: color 200ms;
}
@media (max-width: 1170px) {
  .file-input__label {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 480px) {
  .file-input__label {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
}
.file-input__input {
  cursor: pointer;
  opacity: 0;
  z-index: 50;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-input__remove {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.file-input__remove-icon {
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.75rem;
  stroke: #595a5b;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 200ms;
}
.file-input__remove-icon:hover {
  stroke: #ff3838;
}
.file-input__remove-label {
  display: block;
  color: #595a5b;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition: color 200ms;
}
.file-input.file-added .file-input__add {
  display: none;
}
.file-input.file-added .file-input__remove {
  display: inline-flex;
}

.form__head {
  width: 100%;
}
.form__head-title {
  margin: 0 0 2.2rem 0;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form__head-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.form__head-description {
  margin: 0 0 2.8rem 0;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form__head-description {
    margin: 0 0 2.5rem 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  .form__head-description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.text-input {
  background: transparent;
  border: none;
  width: 100%;
  outline: none !important;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 480px) {
  .text-input {
    font-size: 1.333rem;
    line-height: 1.333rem;
    font-weight: 400;
  }
}

textarea {
  resize: none;
  width: calc(100% + 1.9rem) !important;
}
textarea::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
textarea::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(70, 88, 192, 0.5);
  border-radius: 2px;
  border: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  opacity: 1;
  transition: opacity 0.5s;
}
.modal:not(.hidden) + .modal:not(.hidden) .modal__overlay {
  display: none;
}
.modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 1000;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.modal__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90vw;
  padding: 2.5rem 3rem;
  min-height: 25rem;
  position: fixed;
  z-index: 10000;
  top: 50%;
  background-color: #fff;
  border-radius: 2px;
  max-width: 900px;
  left: 50%;
  max-height: 90vh;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .modal__container {
    padding: 2rem 2rem;
    max-height: 95vh;
  }
}
.modal--agreement {
  z-index: 11000;
}
.modal--agreement .modal__container {
  padding-right: 0;
}
.modal--agreement .modal__header {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .modal--agreement .modal__header {
    padding-right: 2rem;
  }
}
.modal--form .modal__container {
  max-width: 53rem;
}
.modal--form .text-input {
  font-size: 1.5rem;
}
@media (max-width: 450px) {
  .modal--form .text-input {
    font-size: 1.333rem;
    line-height: 1.5rem;
  }
}
.modal--form .form__row-input label .input-label,
.modal--form .agreement-link,
.modal--form .file-input__label {
  font-size: 1.33rem;
}
@media (max-width: 450px) {
  .modal--form .form__row-input label .input-label,
  .modal--form .agreement-link,
  .modal--form .file-input__label {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.modal--form .form__row--btn {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  align-items: center;
}
.modal--form .form__row--btn .form__row-col {
  width: 50%;
  padding: 0 1rem;
}
@media (max-width: 640px) {
  .modal--form .form__row--btn .form__row-col {
    width: 100%;
  }
}
.modal--form .form__row--btn .btn {
  width: 100%;
}
.modal--form .form__row--btn .messenger-link .contact-icon {
  display: none;
}
.modal--form .form__row--btn .modal__header-description--messenger {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .modal--form .form__row--btn .modal__header-description--messenger {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .modal--form .form__row--btn .modal__header-description--messenger br {
    display: none;
  }
}
.modal__header {
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .modal__header {
    margin-bottom: 1.3rem;
  }
}
.modal__header-description {
  font-size: 1.666rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .modal__header-description {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 480px) {
  .modal__header-description {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .modal__header-description br {
    display: none;
  }
}
.modal__header-description--messenger {
  font-size: 1.33rem;
  line-height: 2rem;
}
@media (max-width: 480px) {
  .modal__header-description--messenger {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .modal__header-description--messenger br {
    display: none;
  }
}
.modal__title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
  font-weight: bold;
}
.modal__title--big {
  font-size: 3.5rem;
  line-height: 4.3rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .modal__title--big {
    font-size: 2.33rem;
    line-height: 2.66rem;
  }
}
.modal__wrap {
  overflow: auto;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .modal__wrap {
    padding-right: 2rem;
  }
}
.modal__wrap::-webkit-scrollbar {
  width: 0.5rem;
}
.modal__wrap::-webkit-scrollbar-track {
  background: #eee;
}
.modal__wrap::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 0.25rem;
}
.modal__content ul {
  padding-left: 1.666rem;
}
.modal .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal li,
.modal p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.3rem;
  margin-top: 0;
}
.modal li:last-child,
.modal p:last-child {
  margin-bottom: 0;
}
.modal li.text-title,
.modal p.text-title {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

.btn-close {
  cursor: pointer;
  border: none;
  font-weight: 600;
  padding: 0;
  background: transparent;
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
}
.btn-close:hover {
  color: #4658C0;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.form-container {
  padding: 3.3rem !important;
  display: flex;
  align-items: flex-start;
  margin: 0 1.25rem 0 1.25rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #FCFCFD;
}
@media (max-width: 1024px) {
  .form-container {
    margin: 4.5rem 1.2rem;
  }
}
@media (max-width: 580px) {
  .form-container {
    padding: 1.6rem 1.6rem 2rem 1.6rem !important;
  }
}
.form-container .col {
  width: 100%;
  max-width: 100%;
  display: block !important;
}
@media (max-width: 991px) {
  .form-container .col {
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
.form-container .col:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: center;
}
.form-container .col:last-child img {
  max-width: 100%;
  width: 45.8rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .form-container .col:last-child {
    display: none;
  }
}

.phone-link {
  white-space: nowrap;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 3.3rem;
  font-size: 1.33rem;
  line-height: 2rem;
}
@media (max-width: 480px) {
  .checkbox-label {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
}
.checkbox-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #4658C0;
  cursor: pointer;
}
.checkbox-icon::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2rem;
  height: 2rem;
  background: #4658C0 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABRSURBVHgB3dDbCQAgCAVQ26T9l2gURzEjv8LMx18XIgg7qA0KIaLO14BKFsIHaQchkxORzr5F5NHUXZ28CtzjWIXhnWgfwoiBxZELlkMULIRMQcshLlls3ocAAAAASUVORK5CYII=") center no-repeat;
  opacity: 0;
  transition: opacity 200ms;
}

.agreement-checkbox {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  top: 0;
  left: 0;
}
.agreement-checkbox:checked ~ .checkbox-icon::before {
  opacity: 1;
}
.agreement-link {
  color: #4658C0;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.agreement-link:hover {
  color: #4658C0;
  border-color: #4658C0;
}
@media (max-width: 1170px) {
  .agreement-link {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  width: 21.5rem;
  height: 5.3rem;
  text-align: center;
  color: #fff;
  font-size: 1.666rem;
  line-height: 1;
  font-weight: 500;
  background: #4658C0;
  transform: translateZ(0);
  border-radius: 2px;
  outline: none;
  transition: 0.3s;
  border: none;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn:hover {
  background: #1692fb;
}
.btn--telegram {
  background: #1692fb;
}
.btn--telegram:hover {
  background: #4658C0;
}
.btn .contact-icon {
  margin-right: 1rem;
}
@media (max-width: 580px) {
  .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
    height: 4rem;
  }
}
.btn--light {
  background: #E6EBF2;
  color: #202123;
}
.btn--light:hover {
  background: #E6EBF2;
  color: #4658C0;
}

.leaders {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 1280px) {
  .leaders {
    max-width: 90vw;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .leaders {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .leaders > .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.leaders .col {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .leaders .col {
    width: 100%;
  }
}
.leaders .col--leaders {
  opacity: 0;
  margin-top: 2.5rem;
}
.leaders .col--leaders:nth-child(1) {
  transition: transform 1s ease-out;
}
.leaders .col--leaders:nth-child(2) {
  transition: transform 1.5s ease-out;
}
@media (max-width: 991px) {
  .leaders .col--leaders {
    max-width: 600px;
    transition: 0s !important;
  }
}
@media (max-width: 640px) {
  .leaders .col--leaders {
    width: 100%;
  }
}
.leaders__title {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .leaders__title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .leaders__title {
    font-size: 3rem;
  }
}
.leaders__description p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1600px) {
  .leaders__description p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.leaders__item {
  border-radius: 2px;
  background: #ECECEC;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .leaders__item {
    max-height: calc(100vh - 220px);
    overflow: hidden;
  }
}
.leaders__info {
  position: absolute;
  top: 4.2rem;
  right: 2.5rem;
}
@media (max-width: 580px) {
  .leaders__info {
    max-width: 50%;
    top: 1.6667rem;
    right: 1.6667rem;
  }
}
.leaders__photo {
  overflow: hidden;
}
.leaders__photo img {
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 1480px) {
  .leaders__photo img {
    left: -5.5rem;
  }
}
@media (max-width: 580px) {
  .leaders__photo img {
    left: -2rem;
    bottom: -2rem;
  }
}
.leaders__name {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0.666rem;
  margin-top: 0;
}
@media (max-width: 1170px) {
  .leaders__name {
    font-size: 2rem;
  }
}
@media (max-width: 580px) {
  .leaders__name {
    font-size: 1.5rem;
  }
}
.leaders__post {
  font-size: 1.333rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: normal;
}
@media (max-width: 1600px) {
  .leaders__post {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1170px) {
  .leaders__post {
    font-size: 1.2rem;
  }
}
.leaders__contacts {
  display: flex;
}
.leaders__contacts-item {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .leaders__contacts-item {
    margin-right: 0.6667rem;
  }
}
.leaders__contacts-item a {
  display: flex;
  align-items: center;
  color: #202123;
  text-decoration: none !important;
}
.leaders__contacts-item a svg {
  display: block;
}
@media (max-width: 767px) {
  .leaders__contacts-item a svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.visible-md {
  display: none;
}
@media (max-width: 1280px) {
  .visible-md {
    display: block;
  }
}

@media (max-width: 1280px) {
  .hidden-md {
    display: none;
  }
}

.fp-completely .col--leaders {
  opacity: 1;
}
.fp-completely .col--leaders:nth-child(1) {
  transform: translateY(0);
}
.fp-completely .col--leaders:nth-child(2) {
  transform: translateY(0);
}
.fp-completely .team__title {
  transform: translateX(0);
}

.section--team {
  padding-top: 6rem;
}
@media (max-width: 1024px) {
  .section--team {
    padding-top: 4rem;
  }
}
.section--team .container--team {
  display: flex;
  flex-direction: column;
}
.section--team .page__title {
  margin-bottom: 2.5rem;
  line-height: 1;
}
.section--team .team__description {
  font-size: 1.3333rem;
  margin-bottom: 2.5rem;
}

.team {
  width: 100%;
  background: url("../images/team.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .team {
    padding-top: 65%;
    height: auto;
    max-width: 90vw;
    margin: 0 auto 5vw;
  }
  .team .container {
    position: absolute;
    top: -7rem;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .team .container {
    top: -6rem;
  }
}
.team-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2.6rem;
}
@media (max-width: 1280px) {
  .team-wrap {
    max-width: 90vw;
    margin: 0 auto;
  }
}
.team__photo {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  max-height: 35vw;
}
@media (max-width: 1024px) {
  .team__photo {
    max-height: none;
  }
}
.team__photo img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .team__photo img {
    position: static;
  }
}
.team__title {
  font-weight: 700;
  font-size: 7rem;
  line-height: 7rem;
  color: #fff;
  margin-bottom: 8rem;
  align-self: end;
  transform: translateX(-250%);
  transition: 1.5s;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
@media (max-width: 1024px) {
  .team__title {
    font-size: 4rem;
    text-shadow: none;
    color: #333;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .team__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .team__title {
    font-size: 2.5rem;
  }
}

.main {
  padding: 10rem 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: background-size 2.5s;
  background: #fff url(../images/logo-big-color.svg) 50% 35% no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .main {
    background-position: center bottom;
    padding: 6rem 0;
  }
}
.main .container {
  z-index: 10;
}
.main__content {
  padding-bottom: 4rem;
}
.main__title {
  line-height: 1.2;
  max-width: 105rem;
  margin-bottom: 3.333rem;
  margin-top: 0;
  color: #202123;
  font-size: 4.5rem;
  font-weight: 800;
}
@media (max-width: 1800px) {
  .main__title {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1270px) {
  .main__title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .main__title {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .main__title {
    font-size: 2.4rem;
  }
}
.main__description {
  font-size: 2.3rem;
  line-height: 2.5rem;
  width: 100%;
}
.main__description .services__item {
  text-transform: uppercase;
}
@media (max-width: 1270px) {
  .main__description {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .main__description .services__item {
    border-radius: 0.666rem;
    border: 1px solid #A5A6F6;
    padding: 0.6rem 1.2rem 0.55rem 1.2rem;
    color: #26337C;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .main__description {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .main__description {
    font-size: 1.3rem;
  }
}
.main__description .services__list {
  margin-bottom: 1rem;
}
.main__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.main__buttons-item {
  padding: 0 16px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .main__buttons-item {
    width: 50%;
  }
  .main__buttons-item .btn {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .main__buttons-item {
    width: 100%;
  }
}
.main__buttons .btn {
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
  white-space: nowrap;
}
.main__buttons .btn--light span {
  margin: 18px;
}

.footer__row .arda-logo {
  margin-bottom: 20px;
}
.footer__row .arda-logo a {
  display: block;
  transition: 0.1s;
}
.footer__row .arda-logo img {
  display: block;
  max-height: 4rem;
}
.footer__contacts {
  display: flex;
  align-items: center;
}
.footer__contacts-item {
  margin-right: 1.5rem;
}
.footer__contacts-item a {
  display: block;
  transition: 0.1s;
}
.footer__contacts-item a:hover {
  transform: scale(1.05);
}
.footer__contacts-item svg {
  display: block;
  width: 3.834rem;
  height: 3.834rem;
}
.footer__contacts-item.header__contacts-item {
  display: block;
  width: 3.834rem;
  height: 3.834rem;
  margin-bottom: 0 !important;
}
.footer__contacts-item.header__contacts-item span.contact-icon {
  width: 3.834rem;
  height: 3.834rem;
}

.contacts-block + .contacts-block {
  margin-top: 1.5rem;
}
.contacts-block .header__contacts-item {
  margin-right: 1.5rem !important;
}
.contacts-block .header__contacts-item .contact-icon {
  width: 2.834rem;
  height: 2.834rem;
}

.color {
  color: #4658C0;
}

.fp-completely .main {
  background-size: 100% auto;
}

.contacts {
  width: 100%;
  max-width: 80vw;
  margin: auto;
}
.contacts__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin: 0 0 8rem 0;
}
.contacts__map {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50rem;
  max-height: 50vh;
  border-radius: 1.3rem;
  background: #faf7f0;
  transform: translateZ(0);
}
.contacts__map #map {
  height: 100%;
  width: 100%;
}
.contacts__address {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
.contacts__address-name {
  position: relative;
  display: block;
  color: #b8babf;
  font-size: 2rem;
  line-height: 2rem;
  transition: color 200ms;
}
.contacts__address-address {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 0.8rem;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
}
.contacts__address-link {
  position: relative;
  transition: 0.3s;
  margin-bottom: 1rem;
  text-decoration: none !important;
  color: #000 !important;
}
.contacts__address-link::before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  top: 1rem;
  right: 100%;
  width: 2rem;
  height: 1px;
  margin-right: 1.5rem;
  background: #000;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: 100% 50%;
  transition: opacity 200ms, transform 200ms;
  will-change: opacity, transform;
}
@media (max-width: 991px) {
  .contacts__address-link::before {
    width: 1.5rem;
    margin-right: 0.6rem;
  }
}
.contacts__address-link::after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contacts__address-link.active {
  color: #000;
}
.contacts__address-link.active::before {
  opacity: 1;
  transform: none;
}
.contacts__address-link.active .contacts__address-address {
  display: block;
}
.contacts__address-link.active .contacts__address-name {
  color: #000;
}
.contacts__address-title {
  color: #202123;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2.333rem;
}
.contacts__address-list {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 1.5rem;
}
.contacts__address-item {
  border-radius: 2px;
  border-left: 3px solid #4658C0;
  background: #F1F4FA;
  padding: 1rem 1.666rem;
  margin-bottom: 1rem;
}
.contacts__address-item-name {
  color: #404245;
  font-size: 1.666rem;
  font-weight: 700;
  line-height: 2rem;
}
.contacts__address-item-address {
  color: #333;
  font-size: 1.333rem;
  line-height: 2rem;
}
.contacts__title {
  color: #202123;
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 1270px) {
  .contacts__title {
    font-size: 1.7rem;
    line-height: 2.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    color: #404245;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .contacts__title + .contacts-phone-link {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.contacts__item-name {
  color: #404245;
  font-size: 1.666rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0.666rem;
}
.contacts__item-address {
  color: #333;
  font-size: 1.333rem;
  line-height: 2rem;
}

.contacts-phone {
  margin-bottom: 1rem;
}
.contacts-phone-link {
  color: #202123;
  font-size: 2.5rem;
  font-weight: 800;
  text-decoration: none !important;
  display: inline-block;
}
@media (max-width: 1270px) {
  .contacts-phone-link {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0.8rem 0;
  }
}

.contacts-telegram-link {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #419FD9;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.contacts-telegram-link .contact-icon {
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.834rem;
  background: #419FD9;
  display: flex;
}
@media (max-width: 1270px) {
  .contacts-telegram-link .contact-icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1270px) {
  .contacts-telegram-link {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

.row--contacts {
  justify-content: space-between;
}
.row--contacts .form-container {
  width: 50%;
}
@media (max-width: 1024px) {
  .row--contacts .form-container {
    width: 100%;
  }
}
.row--contacts .contacts-container {
  width: 40%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-height: 70rem;
}
@media (max-width: 1024px) {
  .row--contacts .contacts-container {
    max-height: none;
    width: 100%;
    padding-top: 4rem;
  }
}
.row--contacts .contacts-container .contact-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
  order: 0;
}
.row--contacts .contacts-container .header__contacts {
  flex-wrap: wrap;
}
.row--contacts .contacts-container .header__contacts .contacts-list {
  display: flex;
  align-items: center;
}
.row--contacts .contacts-container .header__contacts-item {
  margin-right: 2rem;
  margin-left: 0;
  margin-bottom: 1rem;
}
.row--contacts .contacts-container .header__contacts-item:last-child {
  margin-right: 0;
}

.contacts-info {
  color: #828282;
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
@media (max-width: 1024px) {
  .contacts-info--desktop {
    display: none;
  }
}
.contacts-info--mobile {
  display: none;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .contacts-info--mobile {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .contacts-info--mobile .contacts-info {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 540px) {
  .contacts-info--mobile {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .contacts-info--mobile .contacts-info {
    margin-right: 0;
    margin-bottom: 0;
    order: 1;
  }
}

.info {
  width: 100%;
}
.info__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .info__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.info__content-wrap {
  max-width: 105rem;
}
.info__content .page__title {
  margin-bottom: 1.6rem;
  line-height: 1;
}

.page__title {
  font-size: 4.5rem;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1600px) {
  .page__title {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .page__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page__title {
    font-size: 2.5rem;
  }
}
.page__description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .page__description {
    font-size: 1.333rem;
  }
}

.services__list {
  margin-bottom: 3.333rem;
}
.services__row {
  display: flex;
  flex-wrap: wrap;
}
.services__item {
  border-radius: 0.666rem;
  border: 1px solid #A5A6F6;
  padding: 0.5rem 1rem;
  color: #26337C;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.666rem;
  margin-right: 0.666rem;
}
@media (max-width: 767px) {
  .services__item {
    font-size: 1.333rem;
  }
}

.row-separator {
  display: block;
  width: 100%;
}
@media (max-width: 1170px) {
  .row-separator {
    display: none;
  }
}

.cooperation__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .cooperation__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cooperation__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.cooperation__list {
  display: flex;
  margin: 0 -1.25rem;
  flex-wrap: wrap;
}
.cooperation__col {
  width: 33.333%;
  padding: 0 1.25rem;
}
@media (max-width: 1024px) {
  .cooperation__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cooperation__col {
    width: 100%;
    margin-top: 2rem;
  }
  .cooperation__col-item {
    border-radius: 2px;
    padding: 1.666rem;
    border: 1px solid rgba(70, 88, 192, 0.3);
  }
}
.cooperation__col-title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.833rem;
}
.cooperation__col-description {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.666rem;
}
@media (max-width: 767px) {
  .cooperation__col-description {
    font-size: 1.333rem;
  }
}
.cooperation__col--end {
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .cooperation__col--end {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cooperation__col--end {
    margin-top: 2rem;
  }
}
.cooperation__item {
  border-radius: 2px;
  padding: 1.666rem;
  height: 100%;
}
.cooperation__item--white {
  background: #fff url(../images/white-pattern.png) left top no-repeat;
  background-size: auto 100%;
}
.cooperation__item--blue {
  background: #E1ECFF url(../images/blue-pattern.png) right top no-repeat;
}
.cooperation__item-icon {
  margin-top: 4.166rem;
  margin-bottom: 1.666rem;
}
@media (max-width: 767px) {
  .cooperation__item-icon {
    margin-top: 1.2rem;
  }
}
.cooperation__item-title {
  color: #202123;
  font-size: 2.333rem;
  font-weight: 800;
  margin-bottom: 0.833rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cooperation__item-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.cooperation__item-description {
  color: #333;
  font-size: 1.35rem;
  line-height: 1.9rem;
}
@media (max-width: 767px) {
  .cooperation__item-description {
    font-size: 1.3rem;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 10000;
}
.preloader.hide {
  opacity: 0;
  pointer-events: none;
}
.preloader__logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
}
.preloader__item {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4457c1;
  animation: preloader-spin 2s linear infinite;
}
.preloader__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4457c1;
  opacity: 0.3;
  animation: preloader-spin 3s linear infinite;
}
.preloader__item::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4457c1;
  opacity: 0.65;
  animation: preloader-spin 1s linear infinite;
}
@keyframes preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section {
  opacity: 0;
  transition: 0.8s;
}
@media (max-width: 1024px) {
  .section {
    opacity: 1;
  }
}
.section.loaded {
  opacity: 1;
}

@media (max-width: 1024px) {
  #company-page .main {
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
  }
  #company-page .main .container {
    height: auto;
  }
}
@media (max-width: 540px) {
  #company-page .main {
    height: calc(100vh - 63px);
  }
}

.alert {
  position: fixed;
  top: 115px;
  right: 30px;
  font-size: 1.6667rem;
  background: #e1ecff;
  padding: 1.333rem 2.666rem;
  max-width: calc(100% - 60px);
  opacity: 0;
  transition: 1.2s;
  transform: translateX(150%);
  z-index: 1000000;
  box-shadow: -4px 4px 10px -4px rgba(70, 88, 192, 0.5);
}
.alert.show {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .alert {
    font-size: 1.333rem;
  }
}

.error-color .error {
  transition: 0.8s !important;
  border-color: rgba(255, 0, 0, 0.8) !important;
  box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.6) !important;
}

.modal-form-submit .modal__container {
  min-height: auto;
  max-width: 38rem;
}
.modal-form-submit .modal__header-description {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
.modal-form-submit .modal__form-container {
  text-align: center;
}

#fp-nav ul li a.active span.fp-sr-only {
  position: relative;
  width: auto !important;
  height: 1.9rem;
  border-radius: 1rem !important;
  float: right;
  color: #fff;
  padding: 0 1.2rem;
  line-height: 1.9rem;
  margin: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
}

#fp-nav ul li a:not(.active):hover span.fp-sr-only {
  position: relative;
  width: auto !important;
  height: 1.9rem;
  border-radius: 1rem !important;
  float: right;
  color: #fff;
  padding: 0 1.2rem;
  line-height: 1.9rem;
  margin: 0;
  right: 2px;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 0.3s;
  opacity: 0.8;
}
#fp-nav ul li a:not(.active):hover span.fp-sr-only + span {
  opacity: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 1.9rem;
  height: 1.9rem;
  background: #4658c0;
  margin: 0;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 1rem !important;
  transition: 0.3s;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 1.9rem;
  width: 1.9rem;
  margin: 0;
  border-radius: 100%;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0;
}

#fp-nav ul li a[href^="#company"],
#fp-nav ul li a[href^="#page-"] {
  display: none !important;
}

#fp-nav {
  transition: 0.5s;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

body[class^="fp-responsive fp-viewing-company"] #fp-nav,
body[class^=fp-viewing-company] #fp-nav,
body[class^=fp-viewing-page-] #fp-nav,
body[class^="fp-responsive fp-viewing-page-"] #fp-nav {
  right: -15rem !important;
}

body:not([class^="fp-responsive fp-viewing-company"]) .header__nav-item--projects a,
body:not([class^=fp-viewing-company]) .header__nav-item--projects a,
body:not([class^="fp-responsive fp-viewing-page"]) .header__nav-item--projects a,
body:not([class^=fp-viewing-page]) .header__nav-item--projects a {
  color: #4658C0;
}

body[class^="fp-responsive fp-viewing-company"] .header__nav-item--projects a,
body[class^=fp-viewing-company] .header__nav-item--projects a,
body[class^="fp-responsive fp-viewing-page"] .header__nav-item--projects a,
body[class^=fp-viewing-page] .header__nav-item--projects a {
  color: #202123;
}

#fp-nav ul li a {
  width: 1.9rem;
  height: 1.9rem;
  margin: 1rem;
}
#fp-nav ul li a:not(.active) {
  transform: scale(0.75);
}
#fp-nav ul li a:not(.active):hover {
  transform: scale(0.95);
}

.messenger-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
}
.messenger-link .contact-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.messenger-link .contact-icon svg {
  width: 60%;
  height: auto;
}
.messenger-link .contact-icon--whatsapp {
  background: #27d045;
}
.messenger-link .contact-icon--telegram {
  background: #419FD9;
}

.aipharmia {
  background: url(../images/1285.png) center no-repeat;
  background-size: cover;
}
.aipharmia::before {
  content: "";
  position: absolute;
  width: 45rem;
  height: 45rem;
  left: 5vh;
  bottom: 5vh;
  top: auto;
  background: #bbbbfb;
  filter: blur(11rem);
  border-radius: 50%;
  animation: gradient-1 15s ease infinite;
}
.aipharmia::after {
  content: "";
  position: absolute;
  width: 45rem;
  height: 45rem;
  right: 10vh;
  top: 10vh;
  background: #fff;
  filter: blur(9rem);
  border-radius: 50%;
  animation: gradient-2 10s ease infinite;
}
.aipharmia-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aipharmia-img img {
  display: block;
  max-height: 53vh;
}
.aipharmia-img--girl {
  position: relative;
  z-index: 30;
}
.aipharmia-img--circle {
  position: absolute;
  top: 0;
  left: 0;
  transition: 4s;
  transform: translateY(1000%);
}
.aipharmia-img--circle-light {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 4s, opacity 5s;
  transform: translateY(1000%);
  opacity: 0;
}
@media (max-width: 1200px) {
  .aipharmia-img .aipharmia-img--circle {
    transform: translateY(0);
  }
  .aipharmia-img .aipharmia-img--circle-light {
    opacity: 1;
    transform: translateY(0);
    animation: opacity 3s ease infinite;
  }
  .aipharmia-img .aipharmia-info__item {
    transform: translateX(0);
  }
}
.aipharmia-wrap {
  width: 100%;
  padding-top: 2.5rem;
}
.aipharmia-title {
  font-style: normal;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 5.6rem;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.aipharmia-title svg {
  margin-right: 1.5rem;
  height: 5.2rem;
  width: 5.2rem;
}
.aipharmia-title img {
  width: 20rem;
  max-height: 14rem;
}
@media (max-width: 1580px) {
  .aipharmia-title {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
  .aipharmia-title svg {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media (max-width: 768px) {
  .aipharmia-title {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
  .aipharmia-title svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.aipharmia-description {
  font-style: normal;
  font-size: 2.1rem;
  line-height: 2.7rem;
  text-align: center;
  color: #000000;
}
@media (max-width: 1580px) {
  .aipharmia-description {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 768px) {
  .aipharmia-description {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
}
.aipharmia-info {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  left: 10%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
}
@media (max-width: 1024px) {
  .aipharmia-info {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .aipharmia-info {
    display: none;
  }
}
@media (max-width: 768px) {
  .aipharmia-info {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.aipharmia-info__item {
  width: 37rem;
}
@media (min-width: 1200px) {
  .aipharmia-info__item:first-child {
    transition: 2s;
    transform: translateX(-3000px);
  }
  .aipharmia-info__item:last-child {
    transition: 3s;
    transform: translateX(5000px);
  }
}
@media (max-width: 1580px) {
  .aipharmia-info__item {
    max-width: 30rem;
  }
}
@media (max-width: 1200px) {
  .aipharmia-info__item {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .aipharmia-info__item {
    width: 100%;
    padding: 20px;
  }
}
.aipharmia-info__item:last-child {
  text-align: right;
}
.aipharmia-info__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2.9rem;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .aipharmia-info__title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 1024px) {
  .aipharmia-info__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.aipharmia-info__description {
  font-style: normal;
  font-size: 2rem;
  line-height: 2.7rem;
  color: #000000;
}
@media (max-width: 1580px) {
  .aipharmia-info__description {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
  }
}
@media (max-width: 1024px) {
  .aipharmia-info__description {
    font-size: 1.333rem;
  }
}
.aipharmia.fp-completely .aipharmia-img--circle {
  transform: translateY(0);
}
.aipharmia.fp-completely .aipharmia-img--circle-light {
  opacity: 1;
  transform: translateY(0);
  animation: opacity 3s ease infinite;
}
.aipharmia.fp-completely .aipharmia-info__item {
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .aipharmia {
    padding-bottom: 0;
  }
  .aipharmia .aipharmia-img {
    position: relative;
    max-width: 75%;
    margin: 0 auto;
    left: auto;
    transform: none;
  }
  .aipharmia .aipharmia-img img {
    margin: auto;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes gradient-1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(70%, 0%);
  }
  50% {
    transform: translate(70%, -40%);
  }
  75% {
    transform: translate(10%, -40%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes gradient-2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-60%, 5%);
  }
  50% {
    transform: translate(-50%, 50%);
  }
  75% {
    transform: translate(-10%, 40%);
  }
  100% {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=main.css.map */