@charset "UTF-8";
/* Встановлюємо box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Прибираємо внутрішні відступи */
ul[class],
ol[class] {
  padding: 0;
}

/* Прибираємо зовнішні відступи */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Встановлюємо основні налаштування для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
}

/* Видаляємо стандартну стилізацію для всіх ul і il, в яких є атрибут класс class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Елементи a, в яких немає класу, скидаємо до дефолтних стилів */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Базові налаштування для зображень */
img {
  max-width: 100%;
  display: block;
}

/* Вказуємо зрозумілу періодичність в потоці даних в article */
article > * + * {
  margin-top: 1em;
}

/* Наслідуємо шрифти для інпутів і кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Видаляємо всі анимації і переходи для людей, які віддають перевагу їх не використовувати */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1680px;
  max-width: 100%;
  height: 100%;
  margin-inline: auto;
  padding: 40px;
}

.task-description {
  position: relative;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  padding-left: 30px;
}
.task-description h4 {
  margin-bottom: 24px;
}
.task-description p {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
}
.task-description:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 20px;
}

.hero-section__background {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1680px;
  max-width: 100%;
  height: 100%;
  margin-inline: auto;
}
.hero-section__title {
  margin-bottom: 30px;
}
.hero-section__subtitle {
  margin-bottom: 90px;
}
.hero-section__right-col {
  position: absolute;
  left: 55%;
  bottom: -6%;
  width: 1030px;
  max-width: 50%;
  z-index: -1;
}
.hero-section__right-col img {
  max-height: calc(100vh - 160px);
}

.who-we-are__background {
  width: 100vw;
  height: 130%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
}
.who-we-are__left-col {
  width: 50%;
}
.who-we-are__title {
  margin-bottom: 60px;
}
.who-we-are__description {
  padding: 35px 52px;
  background: rgba(255, 255, 255, 0.6588235294);
  border: 4px solid #FFFFFF;
  border-radius: 52px;
  width: 700px;
  max-width: 100%;
  margin-bottom: 34px;
  box-shadow: 0px 4px 97.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.who-we-are__description * {
  color: #000;
}
.who-we-are__description .small-title {
  font-size: clamp(1.625rem, 1.4126rem + 0.9061vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}
.who-we-are__description p {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 500;
  line-height: 1.2;
}
.who-we-are__our-task .task-title {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.who-we-are__right-col {
  position: absolute;
  right: 0;
  max-width: 50vw;
}

.our-mission {
  background: linear-gradient(102.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
}
.our-mission__inner {
  position: relative;
  background: #fff;
  border-radius: 97px;
  box-shadow: 0 4px 97.8px 0 rgba(0, 0, 0, 0.2509803922);
}
.our-mission__left-col {
  width: 50%;
}
.our-mission__title {
  margin-bottom: 24px;
}
.our-mission__title * {
  color: #2974FE;
}
.our-mission__subtitle {
  margin-bottom: 24px;
}
.our-mission__subtitle * {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}
.our-mission__text-block {
  position: relative;
  padding: 42px 78px 62px 0;
}
.our-mission__text-block > * {
  position: relative;
  z-index: 1;
}
.our-mission__text-block:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% + 200px);
  height: 100%;
  top: 0;
  left: -200px;
  background: #5A7AF6;
  border-radius: 64px;
}
.our-mission__text-block-title {
  font-size: clamp(1.75rem, 1.4921rem + 1.1003vw, 2.8125rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
}
.our-mission__text-block-subtitle {
  color: #232528;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 34px;
  padding: 18px 38px;
  background: rgba(255, 255, 255, 0.6588235294);
  border: 3px solid #FFFFFF;
  border-radius: 42px;
  box-shadow: 0 4px 97.8px 0 rgba(0, 0, 0, 0.2509803922);
}
.our-mission__right-img {
  position: absolute;
  bottom: 0;
  right: -5%;
  height: 110%;
}

.sm-application__inner {
  position: relative;
  padding-block: 0;
}
.sm-application__left-col {
  width: 100%;
}
.sm-application__title {
  width: 580px;
  max-width: 100%;
  margin-bottom: 34px;
}
.sm-application__title h2 {
  color: #2974FE;
}
.sm-application__text-block {
  position: relative;
  width: 800px;
  max-width: 60%;
  padding: 38px 48px;
  margin-bottom: 36px;
}
.sm-application__text-block:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 1400px;
  max-width: 80vw;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 46px;
  background: #5A7AF6;
}
.sm-application__text-block-title {
  font-size: clamp(1.625rem, 1.4126rem + 0.9061vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.sm-application__text-block-subtitle {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
}
.sm-application__right-col {
  max-width: 40%;
  max-height: 100%;
  position: absolute;
  height: 1000px;
  right: 0;
}
.sm-application__right-col img {
  max-height: 100%;
  transform: translateY(calc(50vh - 50%));
}
.sm-application__func-title {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 36px;
  width: 800px;
  max-width: 100%;
}
.sm-application__func-list {
  width: 860px;
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
}
.sm-application__single-func {
  width: calc(50% - 15px);
  background: linear-gradient(102.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
  padding-block: 18px;
  font-size: clamp(0.875rem, 0.6255rem + 0.5204vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 34.4px 0 rgba(0, 0, 0, 0.1607843137);
  border-radius: 11px;
  color: #ffffff;
}
.sm-application__single-func:nth-child(2), .sm-application__single-func:nth-child(3), .sm-application__single-func:nth-child(6), .sm-application__single-func:nth-child(7) {
  color: #232528;
  background: rgba(255, 255, 255, 0.6588235294);
}

.our-team__left-col {
  width: 100%;
}
.our-team__right-col {
  width: 1000px;
  max-width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-team__title {
  margin-bottom: 46px;
}
.our-team__subtitle {
  width: 690px;
  max-width: 100%;
  margin-bottom: 46px;
}
.our-team__text {
  position: relative;
  padding: 50px 42px;
  margin-bottom: 52px;
}
.our-team__text p {
  width: 650px;
  max-width: 100%;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 400;
  color: #232528;
}
.our-team__text::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
  background: #FFFFFF;
  box-shadow: 0 4px 97.8px 0 rgba(0, 0, 0, 0.2509803922);
}
.our-team .task-description {
  width: 840px;
  max-width: 50%;
}

.services {
  background: linear-gradient(102.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
  padding-block: 180px;
}
.services__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.services__inner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  background: #fff;
  z-index: -1;
  border-radius: 46px;
  transition: all 0.3s ease 0s;
}
.services__title {
  position: absolute;
  top: -40px;
  left: 40px;
  transition: all 0.3s ease 0s;
}
.services__left-col, .services__right-col, .services__mid-col {
  width: 505px;
  max-width: 33%;
}
.services__phone-img {
  position: relative;
  max-height: 100%;
  box-sizing: border-box;
}
.services__phone-img img {
  max-height: 96vh;
}
.services__phone-img img:not(:last-child) {
  display: none;
}
.services .steps-item-list .step-item {
  max-height: 114px;
  overflow: hidden;
  background: linear-gradient(102.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
  box-shadow: 0 4px 97.8px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.services .steps-item-list .step-item:hover {
  box-shadow: 0 4px 7.8px 0 rgba(0, 0, 0, 0.54);
}
.services .steps-item-list .step-item .step-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.services .steps-item-list .step-item .step-title-row .step-icon {
  min-width: 48px;
  margin-right: 12px;
}
.services .steps-item-list .step-item .step-title-row .step-title {
  display: flex;
  align-items: center;
  height: 66px;
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 700;
  text-transform: uppercase;
}

section.active-dropdown .inner:before {
  height: 100%;
}
section.active-dropdown .services__title {
  top: -100px;
}

@media screen and (width < 1500px) {
  .our-mission__right-img {
    height: 90%;
  }
  .add-more-btn {
    padding: 20px 30px;
  }
}
@media screen and (width < 1440px) {
  .services__inner {
    padding-block: 0;
  }
  .services__inner:before {
    height: 100%;
  }
  .services__title {
    top: -100px;
  }
}
@media screen and (width < 1240px) {
  .our-mission__right-img {
    right: -10%;
  }
  .services .steps-item-list .step-item {
    max-height: 120px;
    padding: 14px 28px;
    margin-bottom: 12px;
  }
  .services .steps-item-list .step-item .step-title-row {
    margin-bottom: 12px;
  }
  .services .steps-item-list .step-item .step-title-row .step-title {
    height: 96px;
  }
}
@media screen and (width < 1040px) {
  .services .steps-item-list .step-item {
    max-height: 118px;
  }
}
@media screen and (width < 991px) {
  .task-description {
    padding-left: 20px;
  }
  .hero-section__right-col {
    left: auto;
    right: -5%;
  }
  .hero-section__title {
    margin-bottom: 16px;
  }
  .hero-section__subtitle {
    width: 80%;
    margin-bottom: 40px;
  }
  .who-we-are__title {
    margin-bottom: 30px;
  }
  .who-we-are__description {
    padding: 16px 28px;
    border-radius: 32px;
    margin-bottom: 30px;
    border: 2px solid #FFFFFF;
  }
  .our-mission__inner.inner {
    padding: 20px;
    border-radius: 40px;
  }
  .our-mission__text-block {
    padding: 20px 40px 30px 0;
  }
  .our-mission__text-block-title {
    margin-bottom: 20px;
  }
  .our-mission__text-block-subtitle {
    padding: 12px 24px;
    border-radius: 28px;
    border: 2px solid #FFFFFF;
  }
  .our-mission__right-img {
    height: 60%;
  }
  .sm-application__right-col {
    max-height: 60%;
    right: 0;
    top: 0;
  }
  .sm-application__right-col img {
    transform: translateY(0);
  }
  .sm-application__title {
    margin-bottom: 20px;
  }
  .sm-application__text-block {
    padding: 28px;
  }
  .sm-application__text-block:before {
    border-radius: 32px;
  }
  .sm-application__text-block-title {
    margin-bottom: 16px;
  }
  .sm-application__func-title {
    margin-bottom: 20px;
  }
  .sm-application__func-list {
    max-width: 100%;
    gap: 18px;
  }
  .services .steps-item-list .step-item {
    max-height: 84px;
  }
  .services .steps-item-list .step-item .step-title-row .step-title {
    height: 57px;
  }
}
@media screen and (width < 769px) {
  .who-we-are__left-col {
    width: 100%;
    max-width: 100%;
  }
  .who-we-are__right-col {
    position: relative;
    max-width: 100%;
    margin-top: 40px;
  }
  .who-we-are__description p br {
    display: none;
  }
  .our-mission__inner.inner {
    padding-bottom: 0;
  }
  .our-mission__left-col {
    width: 100%;
  }
  .our-mission__right-img {
    position: relative;
    left: 0;
    right: 0;
    margin-inline: auto;
    margin-top: 20px;
  }
  .our-mission__text-block {
    padding: 10px 20px 10px 0;
  }
  .sm-application__title {
    max-width: 90%;
  }
  .sm-application__right-col {
    position: relative;
    width: 300px;
    height: auto;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
  .sm-application__text-block {
    max-width: 100%;
    padding: 18px;
  }
  .sm-application__text-block:before {
    max-width: 100%;
  }
  .our-team {
    padding-bottom: 0;
  }
  .our-team__inner.inner {
    padding-bottom: 0;
  }
  .our-team__title {
    margin-bottom: 32px;
  }
  .our-team__subtitle {
    margin-bottom: 26px;
  }
  .our-team__text {
    padding: 12px 24px;
    margin-bottom: 32px;
  }
  .our-team__text:before {
    border-radius: 28px;
  }
  .our-team__right-col {
    position: relative;
    max-width: 80%;
    margin-inline: auto 0;
  }
  .our-team .task-description {
    max-width: 100%;
  }
  .our-team .task-description h4 br {
    display: none;
  }
  .services {
    padding-block: 110px;
  }
  .services__inner.inner {
    flex-direction: column;
    padding-inline: 10px;
  }
  .services__inner.inner:before {
    border-radius: 28px;
  }
  .services__title {
    width: 100%;
    top: -70px;
    left: 0;
  }
  .services__title * {
    text-align: center;
  }
  .services__left-col, .services__right-col {
    max-width: 100%;
  }
  .services__mid-col {
    width: 355px;
    max-width: 100%;
  }
  .services .steps-item-list .step-item {
    max-height: 84px;
    padding: 14px;
  }
  .services .steps-item-list .step-item .step-title-row .step-title {
    height: 57px;
  }
  .services__phone-img img {
    max-height: 90vh;
    margin-inline: auto;
  }
}
@media screen and (width < 580px) {
  .hero-section__right-col {
    left: auto;
    right: -10%;
    bottom: 0;
    max-width: 70%;
  }
  .hero-section__subtitle {
    width: 100%;
  }
  .sm-application__func-list {
    flex-direction: column;
  }
  .sm-application__single-func {
    width: 100%;
  }
  .sm-application__single-func:nth-child(even) {
    color: #232528;
    background: rgba(255, 255, 255, 0.6588235294);
  }
  .sm-application__single-func:nth-child(odd) {
    color: #ffffff;
    background: linear-gradient(102.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
  }
}
.header {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding-top: 16px;
  padding-inline: 40px;
  width: 1680px;
  max-width: 100%;
}
.header__mobile-menu {
  display: none;
}
.header__menu-wrapper ul {
  display: flex;
  gap: 40px;
}
.header__menu-wrapper ul li {
  list-style: none;
}
.header__menu-wrapper ul li a {
  font-size: clamp(1rem, 0.4179rem + 1.2142vw, 1.875rem);
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
}
.header__menu-wrapper ul li a:hover {
  text-decoration: underline;
}

@media screen and (width < 1441px) {
  .header__container {
    padding-top: 10px;
  }
  .header__container img {
    height: 80px;
    width: 80px;
    object-fit: contain;
  }
}
@media screen and (width < 991px) {
  .header {
    padding-inline: 20px;
  }
}
.footer {
  background: linear-gradient(60.63deg, #5A70F7 -7.16%, #5AA7F5 95.12%);
  scroll-snap-align: start;
  height: fit-content;
  padding-block: 160px 80px;
  padding-inline: 20px;
}
.footer .inner {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}
.footer__address-title {
  margin-bottom: 12px;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__address a {
  font-size: clamp(0.75rem, 0.4174rem + 0.6938vw, 1.25rem);
}
.footer__contact-title {
  margin-bottom: 24px;
}
.footer__contact-block {
  max-width: 37%;
}
.footer__contact-form p {
  margin-bottom: 20px;
}
.footer__contact-form input {
  max-width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid;
  padding: 5px 10px;
  outline: none;
}
.footer__contact-form input[type=submit] {
  background: #fff;
  padding: 10px 25px;
  font-size: clamp(1rem, 0.0016rem + 1.5611vw, 1.875rem);
  cursor: pointer;
}
.footer .wpcf7-response-output {
  max-width: 346px;
}
.footer .wpcf7-not-valid-tip {
  margin-top: 6px;
}

.footer .task-title {
	margin-bottom: 8px;
}
.footer .task-description {
	padding-left: 0;
}
.footer .task-description::before {
	content: none;
}
.footer .task-description * {
	font-size: clamp(0.75rem, 0.4174rem + 0.6938vw, 1.25rem) !important;
}

@media screen and (width < 768px) {
  .footer {
    background: linear-gradient(65deg, #5A70F7 -12.16%, #5AA7F5 102.12%);
    padding-block: 80px;
  }
  .footer .inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer__address * {
    text-align: center;
  }
  .footer__contact-block {
    max-width: 100%;
  }
  .footer__contact-form input[type=submit] {
    width: 100%;
  }
  .footer__address-title, .footer__contact-title {
    margin-bottom: 12px;
    text-align: center;
  }
}
body {
  overflow-x: hidden;
}

main {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  scroll-snap-align: start;
  height: fit-content;
  min-height: 100vh;
  padding-block: 80px;
  padding-inline: 20px;
}

a {
  cursor: pointer;
}

* {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.625rem, 1.4417rem + 5.0485vw, 7.5rem);
  font-weight: 600;
  text-align: left;
}

h2 {
  font-size: clamp(2.25rem, 1.5825rem + 2.8479vw, 5rem);
  font-weight: 600;
  text-align: left;
}

h3 {
  font-size: clamp(2rem, 1.7269rem + 1.165vw, 3.125rem);
  font-weight: 600;
  text-align: left;
}

h4 {
  font-size: clamp(1.75rem, 1.2511rem + 1.0408vw, 2.5rem);
  font-weight: 600;
  text-align: left;
}

.add-more-btn {
  font-size: clamp(0.75rem, 0.0016rem + 1.5611vw, 1.875rem);
  font-weight: 600;
  text-align: center;
  padding: 34px;
  border-radius: 20px;
  color: #2974FE;
  background-color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.add-more-btn:hover {
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.8392156863);
}

@media screen and (width < 1441px) {
  section {
    padding-block: 100px 80px;
  }
}
@media screen and (width < 991px) {
  section {
    padding-block: 40px;
  }
  .add-more-btn {
    padding: 12px 20px;
    border-radius: 12px;
  }
  div.inner {
    padding: 20px 0;
  }
  .header__container {
    padding-inline: 0;
  }
  .header__desktop-menu {
    display: none;
  }
}
.wpcf7 .screen-reader-response {
  position: unset !important;
}

/*# sourceMappingURL=styles.css.map */
