/*icons*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/f/icons/icomoon.ttf') format('truetype'),
    url('/f/icons/icomoon.woff') format('woff'),
    url('/f/icons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__hamburger::before {
  content: "\e909";
}

.header_hamburger.is-active .icon__hamburger::before {
  content: "\e908";
}

.icon__arrow::before {
  content: "\e900";
}

.icon__1::before {
  content: "\e901";
}

.icon__2::before {
  content: "\e902";
}

.icon__3::before {
  content: "\e904";
}

.icon__4::before {
  content: "\e903";
}

.icon__5::before {
  content: "\e905";
}

.icon__6::before {
  content: "\e906";
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.85);
}

::placeholder {
  color: rgba(0, 0, 0, 0.85);
}

/*main styles*/
body {
  font: 400 16px/1.25 "Open Sans", serif;
  color: rgba(0, 0, 0, 0.50);
  background: #E2EDFE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 240px;
  padding: 10px 20px;
  background: #FFA800;
  box-shadow: 0px 4px 6px 0px rgba(0, 255, 240, 0.20);
  border-radius: 24px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  opacity: 0.7;
}

.center {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

/*header*/
.header {
  background: #5651DA;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  padding: 15px 0;
}

.header_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header_logo-link {
  display: block;
  width: 160px;
  height: 40px;
}

.header_logo-img {
  width: 100%;
  height: 100%;
}

.header_menu-item {
  margin: 0 25px;
  color: rgba(255, 255, 255, 0.90);
  font: 400 12px/1.4 "Roboto", serif;
  transition: all 0.3s ease;
}

.header_menu-item:hover {
  color: #F9BB47;
}

.header_hamburger {
  display: none;
}

.icon__hamburger {
  font-size: 24px;
}

/*content*/
.content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-banner {
  padding: 200px 0 80px;
  background: url('/i/main-bg.svg') no-repeat center / cover;
}

.main-banner_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-banner_title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
  text-transform: uppercase;
  text-wrap: initial;
  margin-bottom: 5px;
  -webkit-animation: 3s both fadeIn;
  animation: 3s both fadeIn;
  --animationTransform: translate3d(0, 100%, 0);
}

.main-banner_img {
  width: 100%;
  max-width: 803px;
  height: 466px;
  background: url('/i/main-banner-img.svg') no-repeat center / contain;
  margin-bottom: 40px;
}

.about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.about_title {
  margin-bottom: 30px;
}

.about_subtitle {
  max-width: 800px;
  margin: 0 auto 40px;
}

.services {
  padding-top: 80px;
}

.services_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.services_item {
  width: calc(50% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 18px;
  background: #FFF;
  margin-bottom: 80px;
  opacity: 0;
  text-align: center;
}

.services_item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  font-size: 48px;
  border-radius: 24px;
  background: #7375E5;
  box-shadow: 0px 5px 12px 0px rgba(114, 113, 227, 0.30);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.services_item-title {
  color: #454545;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 20px;
}

.services_item-description {
  margin-bottom: 20px;
}

.services_item-link {
  margin-top: auto;
  color: #FFA800;
  width: 35px;
  height: 30px;
  font-size: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services_item.is-active {
  -webkit-animation: 1s both fadeIn;
  animation: 1s both fadeIn;
  opacity: 1;
  --animationTransform: translate3d(0, 100%, 0);
}

.contact-us {
  background: url('/i/contact-us-bg.svg') no-repeat center / cover, #5651DA;
  overflow: hidden;
  display: none;
}

.contact-us .center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 80px 20px;
  display: none;
}

.contact-us_wrap {
  max-width: 420px;
}

.contact-us_decor {
  background: url('/i/contact-us-img.png') no-repeat center bottom / contain;
  width: calc(100% - 380px);
  height: 100%;
  position: absolute;
  right: -40px;
  bottom: 0;
}

.contact-us_title {
  color: rgba(255, 255, 255, 0.90);
  margin-bottom: 30px;
}

.contact-us_subtitle {
  color: #EEEEFB;
  text-align: center;
  margin-bottom: 30px;
}

.contact-us_form {
  padding: 0 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 300px;
}

.contact-us_success {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  transition: all 1.5s ease;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.contact-us_form.is-success .contact-us_success {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-us_content,
.contact-us_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.contact-us_form.is-success .contact-us_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.contact-us_field {
  width: 100%;
  margin-bottom: 20px;
}

.field_input,
.field_textarea {
  width: 100%;
  height: 40px;
  background: #EFF6FF;
  border-radius: 12px;
  color: #000;
  padding: 10px 20px;
}

.field_textarea {
  display: block;
  resize: none;
  line-height: 1;
  height: 120px;
  padding-top: 20px;
}

.field_error {
  font-size: 12px;
  line-height: 1.2;
  color: #ffd2d2;
  margin-top: 5px;
  text-align: left;
}

/*footer*/
.footer {
  margin-top: auto;
  padding: 30px 0;
  background: #5651DA;
}

.footer_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.90);
}

.footer_menu-item {
  margin-left: 40px;
  font: 400 12px/1.4 "Roboto", serif;
}

.footer_copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

/*about us page*/
.about-us_block {
  padding: 80px 0;
}

.about-us_block__1 {
  padding-top: 140px;
  background: url('/i/contact-us-bg.svg') no-repeat center / cover, #5651DA;
}

.about-us_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.about-us_block__1 .about-us_info {
  margin-right: 20px;
}

.about-us_block__2 .about-us_info {
  margin-left: 20px;
}

.about-us_title {
  margin-bottom: 30px;
}

.about-us_block__1 .about-us_title {
  color: rgba(255, 255, 255, 0.90);
}

.about-us_block__1 .about-us_text {
  color: #EEEEFB;
}

.about-us_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: 1.5s both fadeIn;
  animation: 1.5s both fadeIn;
  --animationTransform: translate3d(0, 100%, 0);
}

.about-us_block__1 .about-us_img {
  background: url('/i/about-us-1.png') no-repeat center / contain;
  width: 385px;
  height: 420px;
}

.about-us_block__2 .about-us_img {
  background: url('/i/about-us-2.png') no-repeat center / contain;
  width: 487px;
  height: 301px;
}

.about-us_text p {
  margin-bottom: 30px;
}

/*what we do page*/
.we-do {
  padding-top: 27%;
  background: url('/i/we-do-bg.png') no-repeat center 20px / contain, #E2EDFE;
}

.we-do_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.we-do_item {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 18px;
  background: #FFF;
  position: relative;
  opacity: 0;
}

.we-do_item__1,
.we-do_item.is-active {
  -webkit-animation: 1s both fadeIn;
  animation: 1s both fadeIn;
  opacity: 1;
  --animationTransform: translate3d(0, 100%, 0);
}

.we-do_item::after {
  content: "";
  width: 32px;
  height: 143px;
  position: absolute;
  bottom: -100px;
  left: -50px;
  background: url('/i/we-do-decor-left.png') no-repeat center / contain;
  opacity: 0;
  transition: opacity 2s ease;
}

.we-do_item:nth-of-type(2n)::after {
  left: initial;
  right: -50px;
  background-image: url('/i/we-do-decor-right.png');
}

.we-do_item:last-of-type::after {
  display: none;
}

.we-do_item.is-active::after {
  opacity: 1;
}

.we-do_icon {
  width: 80px;
  height: 80px;
  background: #7375E5;
  border-radius: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.we-do_title {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  margin-bottom: 20px;
  text-align: center;
}

.we-do_text {
  width: 100%;
}

.we-do_text p {
  margin-bottom: 20px;
}

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

/*privacy*/
.content__privacy {
  padding-top: 130px;
  background: #fff;
  padding-bottom: 60px;
}

.privacy p {
  margin-bottom: 20px;
}

.privacy h1 {
  margin-bottom: 40px;
  text-align: center;
}

.privacy ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy li {
  margin-bottom: 5px;
  list-style: disc inside;
}

.privacy a {
  opacity: 0.7;
  text-decoration: underline;
}

.privacy a:hover {
  opacity: 0.5;
  text-decoration: initial;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: var(--animationTransform);
    transform: var(--animationTransform);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: var(--animationTransform);
    transform: var(--animationTransform);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-banner {
    padding: 120px 0 60px;
  }

  .main-banner_img {
    margin-bottom: 0;
  }

  .services {
    padding-top: 40px;
  }

  .services_item {
    width: 100%;
    margin-bottom: 40px
  }

  .contact-us_decor {
    display: none;
  }

  .contact-us_wrap {
    width: 100%;
    max-width: initial;
  }

  .contact-us .center {
    padding: 40px 20px;
  }

  .about-us_block__1 .about-us_img {
    width: 240px;
    height: 270px;
  }

  .about-us_block__2 .about-us_img {
    width: 275px;
    height: 180px;
  }

  .we-do {
    background-position: center 70px;
    padding-top: 280px;
  }

  .we-do_item::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .header_menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    padding: 20px;
    background: #5651DA;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_hamburger {
    display: block;
    margin: 0 0 0 auto;
    color: #fff;
  }

  .header.is-open {
    position: fixed;
  }

  .header_menu.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }

  .header_menu-item {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .title {
    font-size: 24px;
  }

  .main-banner {
    padding: 100px 0 20px;
  }

  .main-banner_title {
    font-size: 30px;
  }

  .main-banner_img {
    width: 70vw;
    height: 70vw;
  }

  .about_title,
  .about_subtitle {
    margin-bottom: 20px;
  }

  .services {
    padding-top: 20px;
  }

  .services_item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .contact-us .center {
    padding: 20px;
  }

  .contact-us_title,
  .contact-us_subtitle {
    margin-bottom: 20px;
  }

  .contact-us_form {
    padding: 0;
  }

  .footer {
    padding: 20px 0;
  }

  .footer_wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer_menu {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer_menu-item {
    margin: 0 0 30px;
  }

  .about-us_block__1 {
    padding: 100px 0 20px;
  }

  .about-us_block__2 {
    padding: 20px 0 40px;
  }

  .about-us_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us_block__1 .about-us_info {
    margin: 0 0 20px;
  }

  .about-us_block__2 .about-us_info {
    margin: 0;
  }

  .about-us_title {
    margin-bottom: 20px;
  }

  .about-us_text p:last-of-type {
    margin-bottom: 0;
  }

  .we-do {
    background-size: 260%;
  }

  .we-do_wrap {
    padding-bottom: 20px;
  }

  .we-do_item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .we-do_icon {
    margin-bottom: 20px;
  }

  .content__privacy {
    padding: 90px 0 20px;
  }

  .privacy h1 {
    margin-bottom: 20px;
  }
}