<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colors */
/* Common */
div, p, body, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #2a2b2c;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

h2 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

h3 {
  font-size: 22px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

#app {
  position: relative;
}

.preloader {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.stop {
  height: 100vh;
  overflow: hidden;
}

.mobile {
  display: none !important;
}

.effect {
  width: 100%;
  background-size: contain;
}
.effect h2, .team__left-name {
  background: url(../img/effect.jpg) repeat fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation: bp 8s infinite linear;
          animation: bp 8s infinite linear;
}

.color-firm {
  color: #5058C9;
}
.color-black {
  color: black;
}

/* Layout */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
}
/* Header */
.header {
  height: 64px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px 0 rgba(36, 50, 66, 0.08);
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  color: #5058C9;
}
.header__logo img {
  width: 60px;
  margin-right: 10px;
}
.header__burger {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
}
.header__menu a {
  font-size: 14px;
  color: #727272;
  font-weight: 600;
  padding: 0 20px;
}
.header__menu a:hover {
  color: #5058C9;
}
.header__menu li:last-child {
  display: none;
}

/* About */
.about {
  margin-top: 170px;
}
.about__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about__left {
  width: 50%;
  margin-right: 20px;
}
.about__right {
  width: 50%;
  margin-left: 20px;
}
.about__left-info {
  margin-top: 24px;
  color: #727272;
}
.about__left-info ul li.active {
  font-weight: 600;
}
.about__left-info ul li:nth-child(1).active, .about__left-info ul li:nth-child(2).active {
  color: #315093;
}
.about__left-info ul li:nth-child(4).active, .about__left-info ul li:nth-child(5).active, .about__left-info ul li:nth-child(6).active, .about__left-info ul li:nth-child(7).active {
  color: #746ead;
}
.about__left-info ul li:nth-child(9).active, .about__left-info ul li:nth-child(10).active, .about__left-info ul li:nth-child(11).active {
  color: #4b7e67;
}
.about__link {
  color: #5058C9;
  white-space: nowrap;
}
.about__link:hover {
  text-decoration: underline;
}

/* Team */
.fixed-desicions {
  position: fixed;
  width: 615px;
}

.fixed-team {
  position: fixed;
  top: 80px;
  width: 615px;
}

.team {
  margin-top: 50px;
  position: relative;
}
.team__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team__left {
  width: 50%;
  margin-left: 20px;
  position: relative;
}
.team__left-items {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.team__left-items-photos {
  position: relative;
  margin-top: 90px;
}
.team__left-img {
  opacity: 1;
  transition: opacity 0.3s;
  width: 700px;
  height: 530px;
  object-fit: cover;
}
.team__left-item {
  width: calc(33.3333333333% - 10px);
  padding: 10px;
  text-align: center;
}
.team__left-item img {
  height: 220px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
      object-fit: cover;
  -o-object-position: top;
      object-position: top;
}
.team__left-name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #5058C9;
}
.team__left-position {
  font-size: 14px;
  line-height: 18px;
  color: #727272;
  font-weight: 500;
  margin-top: 5px;
}
.team__left-position-mini {
  margin-top: 20px;
}

.team__left-desicion {
  width: 270px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 500;
  z-index: 10;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 1px 1px 7px #fff, 0px 0px 9px #fff;
  overflow: hidden;
}
.team__left-desicion-first {
  top: 50px;
}
.team__left-desicion-second {
  top: 180px;
}
.team__left-desicion-third {
  top: 310px;
}
.team__left-desicion-show {
  opacity: 1;
}
.team__left-desicion:hover {
  cursor: pointer;
  color: #fff;
  text-shadow: 0px 0px 3px #fff;
  border-radius: 0px;
  box-shadow: 1px 1px 7px #fff, 0px 0px 9px #fff, 2px 2px 14px #fff;
}

/*
.team__left-desicion:hover path {
  fill: hsla(0deg, 0%, 100%, 0.35);
}
*/
.team__left-desicion:hover .colorbox {
  background-color: #7AFE2F;
}
.team__left-desicion:hover .textbox {
  background-color: blue;
}

.team__left-desicion:nth-child(1) {
  /*background-color: #3F66BA;*/
  margin-left: 110px;
}
.team__left-desicion:nth-child(2) {
  /*background-color: #8780CD;*/
  margin-left: 220px;
}
.team__left-desicion:nth-child(3) {
  /*background-color: #0f9d58;*/
  margin-left: 220px;
}
.team__left-desicion:nth-child(5) {
  background-color: #3f66ba;
  top: 30px;
  left: 330px;
  color: #fff;
}

.team__left-desicion:nth-child(6) {
  background-color: #e66666;
  top: 150px;
  left: 300px;
}
.team__left-desicion:nth-child(7) {
  background-color: #0f9d58;
  top: 250px;
  left: 250px;
}
/*
.team__left-desicion svg {
  width: 26px;
  cursor: pointer;
  margin: 0 10px;
}

.team__left-desicion path {
  stroke: #fff;
  fill: hsla(0deg, 0%, 100%, 0);
  transition: all 0.3s;
}
*/
.team__left-desicion .colorbox {
  width: 81px;
  height: 90px;
  background-color: orange;
}

.team__left-desicion .textbox {
  width: calc(100% - 63px);
  height: 100%;
  padding: 12px;
  line-height: 1.25em;
  text-align: center;
  background-color: #36C9FE;
}
.team__left-lines {
  position: absolute;
  width: 50%;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: -60px;
  bottom: -200px;
  padding: 0 100px;
}
.team__left-lines span {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  overflow: hidden;
}
.team__left-lines span::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%, #000000 100%);
  -webkit-animation: drop 10s 0s infinite;
          animation: drop 10s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.team__left-lines span:nth-child(1) {
  margin-left: -25%;
  margin-top: -10%;
}
.team__left-lines span:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.team__left-lines span:nth-child(2) {
  margin-left: -8%;
  margin-top: 5%;
}
.team__left-lines span:nth-child(3) {
  margin-left: 15%;
  margin-top: 12%;
}
.team__left-lines span:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.team__left-lines span:nth-child(4) {
  margin-left: 30%;
  margin-top: -15%;
}
.team__left-lines span:nth-child(4)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.team__right {
  width: 50%;
  margin-right: 20px;
  margin-top: -30px;
}
.team__right-item {
  margin-top: 0;
}
.team__right-item-team {
  margin-top: 200px;
}
.team__right ul {
  margin-left: 20px;
}

.desicions__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}
.desicions__item-img {
  width: 150px;
}
.desicions__item-content {
  width: calc(100% - 150px);
  margin-left: 50px;
}
.desicions__item-content h3 {
  font-weight: 900;
  font-size: 30px;
}
.desicions__item-text {
  color: #727272;
  margin-top: 20px;
}

.price {
  margin-top: 50px;
}

/* Clients */
.clients {
  margin-top: 50px;
}
.clients__scroll {
  -webkit-animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
          animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: scrolling-gallery;
          animation-name: scrolling-gallery;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: flex;
  white-space: nowrap;
  align-items: stretch;
}
.clients__scroll:hover, .clients__scroll:focus {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.clients__scroll-wrapper {
  --scrolling-gallery-item-duration: 30s;
  --scrolling-gallery-items-visible: 5;
  --scrolling-gallery-items-total: 5;
  margin-top: 2.25em;
  overflow: hidden;
  will-change: transform;
}
.clients__scroll-container {
  width: 100vw;
}
.clients__scroll-item {
  width: 0px;
  box-sizing: border-box;
  padding: 0.5em;
  flex: 1 0 calc(100% / var(--scrolling-gallery-items-visible));
  padding: 16px;
  border-radius: 14px;
  background-color: #2a2b2c;
  margin: 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.clients__scroll-img {
  border-radius: 10px;
  background-color: #fff;
  padding: 8px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
}
.clients__scroll-img img {
  max-width: 80%;
  max-height: 100%;
}
.clients__scroll-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
.clients__scroll-text {
  font-size: 14px;
  color: #fff;
  white-space: normal;
  margin-bottom: 20px;
}
.clients__show {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background-color: hsla(0deg, 0%, 100%, 0);
}
.clients__show img {
  width: 11px;
  transform: rotate(-135deg);
}
.clients__show:hover {
  background-color: hsla(0deg, 0%, 100%, 0.35);
}
.clients .red {
  background-color: #c33a2b;
}
.clients .orange {
  background-color: darkorange;
}
.clients .green {
  background-color: #0f9d58;
}
.clients .blue {
  background-color: darkblue;
}
.clients .purple {
  background-color: #5059c9;
}

@-webkit-keyframes scrolling-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--scrolling-gallery-items-total) * -100vw / var(--scrolling-gallery-items-visible)));
  }
}

@keyframes scrolling-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--scrolling-gallery-items-total) * -100vw / var(--scrolling-gallery-items-visible)));
  }
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/* Modal */
.wrape {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.wrape-active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.modal {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.modal__content {
  width: 800px;
  max-width: 80vw;
  padding: 16px;
}
.modal__close {
  cursor: pointer;
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 20px;
}
.modal__close svg {
  width: 28px;
  height: 28px;
}
.modal__title {
  font-weight: 600;
  font-size: 24px;
}
.modal__img {
  border-radius: 14px;
}
.modal__link {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}
.modal__link:hover {
  border-bottom-color: #2a2b2c;
}

/* Footer */
.footer {
  background-color: #2a2b2c;
  margin-top: 100px;
  padding: 20px 0;
  color: #fff;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
  color: #5058C9;
}
.footer__logo img {
  width: 90px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.footer__policy {
  position: absolute;
  bottom: 20px;
  font-weight: 200;
  font-size: 14px;
  color: #727272;
}
.footer__policy a:hover {
  color: #5058C9;
}
.footer__contacts {
  font-weight: 600;
}
.footer__contacts a:hover {
  color: #5058C9;
}

/* Media */
@media (max-width: 1560px) {
  .team__left-img {
    width: 620px;
    height: 530px;
  }
}
@media (max-width: 1400px) {
  .fixed-desicions, .fixed-team {
    width: 560px;
  }
  .team__left-desicion:nth-child(2) {
    margin-left: 0px;
  }
  .team__left-desicion:nth-child(3) {
    margin-left: 30px;
  }
  .team__left-desicion:nth-child(4) {
    margin-left: -20px;
  }
  .team__left-desicion:nth-child(5) {
    left: 240px;
  }
  .team__left-desicion:nth-child(6) {
    left: 210px;
  }
  .team__left-desicion:nth-child(7) {
    left: 230px;
  }
  .team__left-img {
    width: 550px;
    height: 600px;
    margin-left: -10px;
  }
}
@media (max-width: 1200px) {
  .fixed-desicions, .fixed-team {
    width: 450px;
  }
  .team__left-desicion:nth-child(1) {
    margin-left: 150px;
  }
  .team__left-img {
    width: 450px;
    height: 630px;
    margin-left: -10px;
  }
}
@media (max-width: 992px) {
  .about__container {
    flex-direction: column;
  }
  .about__left {
    margin-right: 0;
  }
  .about__right {
    width: 100%;
    margin-left: 0;
  }
  .fixed-desicions, .fixed-team {
    position: relative;
    width: 100%;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .header__menu {
    transition: all 0.3s;
    height: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 64px;
    padding: 0;
    overflow: hidden;
    display: block;
  }
  .header__menu.active {
    padding: 15px 0;
    height: 187px;
    box-shadow: 0 10px 12px 0 rgba(36, 50, 66, 0.08);
  }
  .header__menu li:last-child {
    display: block;
  }
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #5058C9;
    border-radius: 4px;
    padding: 9px 10px;
    width: 42px;
    height: 34px;
    margin-left: auto;
    margin-right: 1px;
    margin-top: 8px;
  }
  .header__burger div {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #5058C9;
    margin-top: 4px;
    transition: all 0.3s;
    position: relative;
    top: 0;
  }
  .header__burger div:nth-child(1) {
    margin-top: 0;
  }
  .header__burger.active div:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
  }
  .header__burger.active div:nth-child(2) {
    display: none;
  }
  .header__burger.active div:nth-child(3) {
    transform: rotate(-45deg);
    top: -6px;
  }
  .about__left {
    width: 100%;
  }
  .about__left-info {
    font-size: 20px;
  }
  .team {
    margin-top: 0;
  }

  .team__container {
    display: block;
  }

  .team__left {
    display: none;
    width: 95%;
  }
  .team__left-items {
    position: relative;
    margin-top: 50px;
  }
  .team__left-item {
    width: 45%;
    margin-bottom: 25px;
  }
  .team__left-item-left {
    width: calc(50% - 20px);
  }
  .team__left-item img {
    height: 350px;
  }
  .team__left-lines {
    display: none;
  }
  .team__left-desicion:nth-child(2) {
    margin-left: 60px;
  }
  .team__left-desicion:nth-child(3) {
    margin-left: 30px;
  }
  .team__left-desicion:nth-child(4) {
    margin-left: 70px;
  }
  .team__left-desicion:nth-child(5) {
    top: 90px;
    left: 330px;
  }
  .team__left-desicion:nth-child(6) {
    top: 190px;
    left: 300px;
  }
  .team__left-desicion:nth-child(7) {
    top: 310px;
    left: 340px;
  }
  .team__left-position-mini {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .team__left-name {
    margin-top: 20px;
  }
  .team__right {
    margin-left: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .team__right-item {
    margin-top: 50px;
  }
  .clients__scroll {
    -webkit-animation: none;
            animation: none;
    display: flex;
    flex-wrap: wrap;
  }
  .clients__scroll-container {
    width: 100%;
  }
  .clients__scroll-item {
    flex: inherit;
    margin-bottom: 12px;
    width: calc(50% - 30px);
  }
  .team__left-img {
    display: none;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 54px;
  }
  .about {
    margin-top: 130px;
  }
  .about__left-info {
    font-size: 20px;
  }
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__contacts {
    margin-top: 20px;
    height: 150px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .team__left-desicion:nth-child(2) {
    left: 40px;
  }
  .team__left-desicion:nth-child(3) {
    left: 10px;
  }
  .team__left-desicion:nth-child(4) {
    left: 30px;
  }
  .team__left-desicion:nth-child(5) {
    left: 280px;
  }
  .team__left-desicion:nth-child(6) {
    left: 260px;
  }
  .team__left-desicion:nth-child(7) {
    left: 240px;
  }
}
@media (max-width: 600px) {
  .team__left-item img {
    height: 270px;
  }
}
@media (max-width: 576px) {
  h2 {
    text-align: center;
  }
  .about__left-info {
    font-size: 16px;
  }
  .team__left-items {
    justify-content: space-around;
    gap: 10px;
  }
  .team__left-items-mini {
    width: 60%;
  }
  .team__left-name {
    margin-top: 0;
  }
  .team__left-item-left {
    width: 40%;
  }
  .team__left-desicion {
    position: static;
    width: 80%;
    margin: 20px auto 0;
  }
  .modal {
    width: calc(100% - 30px);
  }
  .desicions__item {
    flex-direction: column;
  }
  .desicions__item-content {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .about__link {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .team__left-item-left {
    width: 35%;
  }
  .team__left-item img {
    height: 170px;
  }
  .team__left-items-mini {
    width: 65%;
    margin-left: 10px;
  }
  .clients__scroll-item {
    margin: 0 5px 12px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 380px) {
  h2 {
    font-size: 45px;
  }
  .team__left-name {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .clients__scroll-item {
    margin: 0 5px 12px;
    width: calc(100% - 24px);
    margin: 0 12px 12px;
  }
}</pre></body></html>