/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the line height in all browsers.
3. Prevent adjustments of font size after orientation changes in iOS.
4. Use a more readable tab size (opinionated).
*/
html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  /* 4 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@keyframes wiggle-left {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-3px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes wiggle-right {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(3px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.section-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-headphones:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e942";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-location2:before {
  content: "\e948";
}

.icon-users:before {
  content: "\e972";
}

.icon-cog:before {
  content: "\e994";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-hangouts:before {
  content: "\ea8e";
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #8BAAD9;
  background-color: #F5FAFE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.lock,
body._lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-top: 0;
  line-height: 1.3;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.container {
  width: 100%;
  padding-inline: 1.6rem;
  margin: 0 auto;
}

.container--primary {
  max-width: 127.2rem;
}

.container--secondary {
  max-width: 100%;
}

.container--tertiary {
  max-width: 147.2rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
  padding-block-start: 11rem;
}
@media (max-width: 768px) {
  .main {
    padding-block-start: 7rem;
  }
}

.section {
  padding-block: 3.2rem;
}

.section-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 5.2rem;
  color: #8BAAD9;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-title--service {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
.section-title--service svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-title--service {
    font-size: 2.4rem;
  }
}

.content-section {
  padding-block-end: 0;
}

/* MENU */
.menu__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.menu__item {
  position: relative;
}
.menu__item--services::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4.8rem;
}
.menu__item--services > .menu__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.menu__item--services > .menu__link::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%238BAAD9' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  color: #8BAAD9;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.menu__item--services:hover > .menu__link::after {
  transform: rotate(180deg);
}
.menu__item--services:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu__link {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.menu__toggle-invisible {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
}
@media (max-width: 992px) {
  .menu__toggle-invisible {
    display: block;
  }
}
.menu__item--services > .menu__link.active::after {
  transform: rotate(180deg);
}
@media (max-width: 1315px) {
  .menu__list {
    gap: 1.6rem;
  }
  .menu__link {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .menu__link {
    font-size: 1.8rem;
  }
  .menu__item--services::before {
    display: none;
  }
  .menu__item--services > .menu__link {
    gap: 1.6rem;
    position: relative;
    display: inline-flex;
  }
  .menu__item--services > .menu__link::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media (min-width: 992px) {
  .menu-item:not(.menu__item--services) .menu__link {
    position: relative;
  }
  .menu-item:not(.menu__item--services) .menu__link::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.1rem;
    background-color: #8BAAD9;
    transition: width 0.3s ease;
  }
  .menu-item:not(.menu__item--services) .menu__link:hover::after {
    width: 100%;
  }
}
/* MEGA MENU */
.mega-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 3.2rem);
  width: 100vw;
  background: #fff;
  border-radius: 1.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: 0.3s ease;
  z-index: 999;
}
.mega-menu__inner {
  max-width: 147.2rem;
  margin: 0 auto;
  padding: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 3.2rem;
}
.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.mega-menu__list a {
  color: #8BAAD9;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.mega-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.mega-menu__title {
  font-size: 2.4rem;
}
.mega-menu__image {
  aspect-ratio: 16/9;
  border-radius: 1.6rem;
  overflow: hidden;
}
.mega-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .mega-menu {
    display: none;
    position: static;
    width: auto;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: 0.3s ease;
  }
  .mega-menu__header, .mega-menu__image {
    display: none;
  }
  .mega-menu__inner {
    grid-template-columns: 1fr;
    padding: 0 2.4rem;
  }
  .mega-menu__list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
  }
  .mega-menu.active {
    display: block;
  }
}

/* BUTTON */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #2D4469;
  border: 1px solid #2D4469;
  border-radius: 5rem;
  padding: 1.1rem 2.4rem;
  line-height: 1.5;
  white-space: nowrap;
  transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
}
.button:hover {
  color: #ffffff;
  background: #8BAAD9;
  border: 1px solid #8BAAD9;
}
.button--secondary {
  background-color: #D8E6F3;
  color: #000000;
  border: 1px solid #D8E6F3;
}

/* ==== SWIPER NAVIGATION BUTTONS ==== */
.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 3.2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
  transition: transform 0.3s ease, color 0.3s ease;
}
.swiper-button--prev {
  left: -6.4rem;
}
.swiper-button--prev:hover {
  color: #ffffff;
  transform: translateY(-50%) translateX(-5px);
}
.swiper-button--next {
  right: -6.4rem;
}
.swiper-button--next:hover {
  color: #ffffff;
  transform: translateY(-50%) translateX(5px);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  bottom: -4.8rem;
}
@media (max-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3.2rem;
  }
}

.swiper-pagination-bullet {
  background-color: #8BAAD9;
  opacity: 1;
  width: 0.6rem;
  height: 0.6rem;
}

.swiper-pagination-bullet-active {
  border: 1px solid #8BAAD9;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
}

/* CONTACT FORM 7 */
.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  margin-left: 2.4rem;
}

/* Google Map */
iframe .gm-style .place-card {
  display: none !important;
}

/* Location */
.location__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.location__label span {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}
.location__address, .location__email {
  margin-bottom: 1.6rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F5FAFE;
  padding-block: 2.4rem;
  z-index: 1000;
}
.header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2.4rem;
}
.header__logo {
  max-width: 30rem;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  justify-self: end;
}
.header__phone {
  display: flex;
  font-size: 3.2rem;
  transition: color 0.3s linear;
}
.header__phone:hover {
  color: #2D4469;
}
@media (max-width: 1315px) {
  .header {
    padding-block: 1.6rem;
  }
  .header__inner {
    gap: 1.6rem;
  }
  .header__logo {
    max-width: 25rem;
  }
  .header__actions {
    gap: 1.6rem;
  }
  .header__phone {
    font-size: 2.4rem;
  }
  .header__button {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .header__nav, .header__button {
    display: none;
  }
  .header__inner {
    grid-template-columns: 1fr auto auto;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #F5FAFE;
    padding: 10rem 2.4rem 2.4rem 2.4rem;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .header__nav.active {
    right: 0;
  }
  .header__logo, .header__actions {
    position: relative;
    z-index: 1001;
  }
}

.burger-menu {
  display: none;
}
@media (max-width: 992px) {
  .burger-menu {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2rem;
    margin-left: auto;
    cursor: pointer;
    z-index: 1001;
  }
  .burger-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8BAAD9;
    transition: all 0.3s;
  }
  .burger-menu span:nth-of-type(1) {
    top: 0;
  }
  .burger-menu span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .burger-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .burger-menu.active span:first-child {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .burger-menu.active span {
    transform: scale(0);
  }
  .burger-menu.active span:last-child {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

/* Hero */
.hero__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(10rem, 25rem) minmax(10rem, 25rem);
  gap: 2.4rem;
}
@media (max-width: 1440px) {
  .hero__grid {
    grid-template-rows: minmax(10rem, 33rem) minmax(10rem, 25rem);
    gap: 1.6rem;
  }
}
@media (max-width: 992px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.hero__text-block {
  grid-column: 1/3;
  grid-row: 1;
  background: #EBF1F8;
  border-radius: 1.6rem;
  padding: 3.2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero__text-block {
    grid-column: 1;
    grid-row: 1;
  }
}
.hero__image-main {
  grid-column: 3/5;
  grid-row: 1/3;
  border-radius: 1.6rem;
  overflow: hidden;
}
.hero__image-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .hero__image-main {
    grid-column: 1;
    grid-row: 2;
  }
}
.hero__image-small {
  grid-column: 1/2;
  grid-row: 2;
  border-radius: 1.6rem;
  overflow: hidden;
}
.hero__image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .hero__image-small {
    grid-column: 1;
    grid-row: 4;
  }
}
.hero__list-block {
  grid-column: 2/3;
  grid-row: 2;
  background: #253B66;
  border-radius: 1.6rem;
  padding: 3.2rem;
  color: #fff;
}
@media (max-width: 992px) {
  .hero__list-block {
    grid-column: 1;
    grid-row: 3;
  }
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-size: 1.8rem;
}
.hero__text {
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  .hero__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .hero .hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .hero .hero__image-main {
    grid-row: auto;
    height: 42rem;
  }
}

/* Features */
.features {
  background-color: #2D4469;
  padding-block: 2.4rem;
  margin-block: 3rem;
}
.features__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .features__list {
    grid-template-columns: 1fr;
  }
}
.features__item {
  color: #ffffff;
  text-align: center;
}
.features__icon {
  width: 5rem;
  height: 5rem;
}
.features__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .features__title {
    font-size: 2.8rem;
  }
}

/* About */
.about__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.about__column {
  position: relative;
  align-content: center;
}
.about__list {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: #F5FAFE;
  border-radius: 1rem;
  padding: 3.2rem;
}
.about__item {
  font-size: 2rem;
  font-weight: 700;
}
.about__item:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .about__item {
    font-size: 1.6rem;
  }
}
.about__image {
  aspect-ratio: 1;
  border-radius: 2rem;
  overflow: hidden;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.about__content {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .about__columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about__content {
    font-size: 1.6rem;
  }
  .about__list {
    left: 1.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

/* Approach */
.approach {
  background-color: #E7F0F8;
}
.approach__columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8rem;
}
.approach__column--left {
  align-content: center;
}
.approach__content {
  font-size: 1.8rem;
}
.approach__expert {
  text-align: center;
}
.approach__image {
  margin-bottom: 2rem;
}
.approach__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.approach__name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .approach__columns {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .approach__content {
    font-size: 1.6rem;
  }
}

/* Page hero */
.page-hero__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding-inline: 1.5rem;
  padding-block: 12rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2D4469;
  border-radius: 20px;
  opacity: 0.7;
}
.page-hero__content {
  position: relative;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.page-hero__subtitle {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.page-hero__title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-hero__title {
    font-size: 3.2rem;
  }
}

/* Contacts */
.contacts {
  margin-block: 8rem;
}
@media (max-width: 768px) {
  .contacts {
    margin-block: 3.2rem;
  }
}
.contacts__inner {
  background-color: #2D4469;
  border-radius: 2rem;
  padding-block: 6rem;
  padding-inline: 3rem;
}
@media (max-width: 768px) {
  .contacts__inner {
    padding-block: 1.6rem;
    padding-inline: 1.6rem;
  }
}
.contacts__columns {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 1rem;
}
.contacts .contacts__column--left {
  position: relative;
}
@media (max-width: 768px) {
  .contacts .contacts__column--left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.contacts__map {
  height: 100%;
  overflow: hidden;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.contacts__location {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #D8E6F3;
  border-radius: 1rem;
  padding: 3.2rem;
}
@media (max-width: 768px) {
  .contacts__location {
    position: static;
  }
}
.contacts__list {
  background-color: #D8E6F3;
  border-radius: 1rem;
  padding: 3.2rem;
}
.contacts__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 83, 161, 0.1019607843);
  padding-block: 1.2rem;
}
.contacts__item:last-child {
  padding-block-end: 0;
}
.contacts__item:first-child {
  padding-block-start: 0;
}
.contacts__item:last-child {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .contacts__columns {
    grid-template-columns: 1fr;
  }
}

/* Team section */
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1100px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}
.team__item {
  text-align: center;
  overflow: hidden;
}
.team__img {
  aspect-ratio: 300/370;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.team__position {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

/* Team single section */
.team-single {
  margin-bottom: 3.2rem;
}
.team-single__grid {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .team-single__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.team-single__img {
  aspect-ratio: 300/370;
  border-radius: 1rem;
  overflow: hidden;
}
.team-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Price section */
.price {
  padding-block: 6rem;
}
@media (max-width: 768px) {
  .price {
    padding-block: 3rem;
  }
}
.price__columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .price__columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .price__column--right {
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .price__column--left {
    grid-row: 2;
  }
}
.price__image {
  margin-block-end: 3.2rem;
}
.price__button {
  margin-block-start: 3.2rem;
}
.price__item-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .price__item-title {
    font-size: 2.4rem;
  }
}
.price__subitem-price {
  white-space: nowrap;
}
.price__item {
  margin-bottom: 1.6rem;
}
.price__subitem {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .price__subitem {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.price__subitem-dots {
  flex: 1 1 auto;
  border-bottom: 2px dotted #8BAAD9;
  margin: 0 1rem;
  min-width: 1.6rem;
}

/* Services */
.services {
  background-color: #E7F0F8;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1100px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
  }
}
.services__title {
  margin-bottom: 3.2rem;
}
.services__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  min-height: 30rem;
}
@media (max-width: 768px) {
  .services__link {
    min-height: 20rem;
  }
}
.services__item {
  position: relative;
  background-color: #2D4469;
  border-radius: 1rem;
}
.services__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/verticalbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .services__item::before {
    width: 15rem;
    left: auto;
    right: 4rem;
  }
}
.services__item-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .services__item-title {
    font-size: 1.6rem;
  }
}

/* Gallery */
.gallery {
  padding-block-start: 3.2rem;
}
.gallery__inner {
  background-color: #8BAAD9;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-block: 9.6rem;
}
@media (max-width: 768px) {
  .gallery__inner {
    padding-block: 3.2rem;
  }
}
.gallery__title {
  color: #ffffff;
  margin-bottom: 3.2rem;
}
.gallery__list {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .gallery__list {
    grid-template-columns: 1fr;
  }
}
.gallery__item {
  overflow: hidden;
  border-radius: 2.4rem;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reviews */
.reviews {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .reviews {
    margin-bottom: 3.2rem;
  }
}
.reviews__inner {
  background-color: #2D4469;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding-block-start: 10rem;
  padding-block-end: 15rem;
}
@media (max-width: 768px) {
  .reviews__inner {
    padding-block-start: 3.2rem;
    padding-block-end: 5.6rem;
  }
}
.reviews__title {
  color: #ffffff;
  margin-bottom: 3.2rem;
}
.reviews__columns {
  display: flex;
}
@media (max-width: 768px) {
  .reviews__columns {
    flex-direction: column;
  }
}
.reviews__column--left {
  flex: 1 1 66.666%;
}
.reviews__column--right {
  position: relative;
  flex: 1 1 33.333%;
}
.reviews__column--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/verticalbg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32.5rem;
  height: 31rem;
}
.reviews__slider-wrapper {
  position: relative;
  max-width: 80rem;
}
.reviews__slide {
  background-color: #E8F0F8;
  border-radius: 1rem;
  padding: 3.2rem;
}
@media (max-width: 768px) {
  .reviews .swiper-button {
    display: none;
  }
}

/* Contact Form */
.contact-form__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .contact-form__columns {
    grid-template-columns: 1fr;
  }
}
.contact-form__subtitle {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.24rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.contact-form__title {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact-form__title {
    font-size: 3.2rem;
  }
}
.contact-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.contact-form__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.contact-form__field--half {
  width: calc(50% - 0.8rem);
}
@media (max-width: 768px) {
  .contact-form__field--half {
    width: 100%;
  }
}
.contact-form__field--full {
  width: 100%;
}
.contact-form__label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2.4rem;
}
.contact-form__input {
  width: 100%;
  color: #8BAAD9;
  padding: 1.2rem 2.4rem;
  border-radius: 2.4rem;
  border: none;
  background-color: #D8E6F3;
  font-size: 1.6rem;
}
.contact-form__input::-moz-placeholder {
  color: #8BAAD9;
}
.contact-form__input::placeholder {
  color: #8BAAD9;
}
.contact-form__button {
  margin-top: 2.4rem;
}
.contact-form__column--right {
  position: relative;
  align-content: center;
}
.contact-form__column--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/verticalbg2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 52rem;
  height: 49.4rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .contact-form__column--right::before {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: 40rem;
    height: auto;
    aspect-ratio: 520/494;
  }
}
.contact-form__list {
  width: 37rem;
  background-color: #E8F0F8;
  border-radius: 2.4rem;
  padding: 3.2rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .contact-form__list {
    width: 100%;
    margin-left: 0;
  }
}
.contact-form__item {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

/* Portfolio */
.portfolio__list {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .portfolio__list {
    grid-template-columns: 1fr;
  }
}
.portfolio__item {
  overflow: hidden;
  border-radius: 2.4rem;
}
.portfolio__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* How it works */
.how-it-works__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
.how-it-works__inner--no-image {
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .how-it-works__inner {
    grid-template-columns: 1fr;
  }
}
.how-it-works__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
}
.how-it-works ol > li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.how-it-works ul {
  list-style: disc;
  margin-block: 0.8rem;
  padding-left: 1.6rem;
}

/* Advantages */
.advantages .advantages__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .advantages .advantages__list {
    grid-template-columns: 1fr;
  }
}
.advantages .advantages__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8BAAD9;
  border-radius: 1.6rem;
  color: #ffffff;
  padding: 3.2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.advantages .advantages__item:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.08);
}
.advantages .advantages__text {
  text-align: center;
}

/* Indicators */
.indications {
  background: linear-gradient(135deg, rgba(45, 68, 105, 0.05) 0%, #f5fafe 100%);
}
.indications__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .indications__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .indications__list {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.indications__item {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3rem 2.4rem;
  text-align: center;
  box-shadow: 0 0.6rem 1.8rem rgba(45, 68, 105, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.indications__item:hover {
  transform: translateY(-0.5rem) scale(1.02);
  box-shadow: 0 1.2rem 2.4rem rgba(45, 68, 105, 0.15);
}
.indications__item::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.4rem;
  background: #2D4469;
  border-radius: 0.2rem;
  margin: 0 auto 2rem;
}
.indications__text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  color: #2D4469;
  font-weight: 500;
  line-height: 1.5;
}

/* Steps */
.steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 992px) {
  .steps__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .steps__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.steps__item {
  background: #E8F0F8;
  border-radius: 1.6rem;
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  counter-increment: step-counter;
}
.steps__item:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.08);
}
.steps__item::before {
  content: counter(step-counter);
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(45, 68, 105, 0.1);
  pointer-events: none;
}
.steps__text {
  font-size: 1.6rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #2D4469;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

/* Why Us */
.why-us__inner--with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) {
  .why-us__inner--with-image {
    grid-template-columns: 1fr;
  }
}
.why-us__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .why-us__list {
    grid-template-columns: 1fr;
  }
}
.why-us__list--single {
  grid-template-columns: 1fr;
}
.why-us__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
}
.why-us__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #2D4469;
  padding: 2rem 2.4rem;
  background: #ffffff;
  border: 1px solid rgba(45, 68, 105, 0.15);
  border-radius: 1.2rem;
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.why-us__item:hover {
  background: #F5FAFE;
  border-color: rgba(45, 68, 105, 0.3);
  transform: translateY(-0.3rem);
}
.why-us__text {
  font-size: 1.6rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #2D4469;
  line-height: 1.45;
  font-weight: 500;
}

/* Images section */
.images__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .images__list {
    grid-template-columns: 1fr;
  }
}
.images__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
}

/* 404 */
.main-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.6rem;
  text-align: center;
}
.main-404__content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  min-height: 40rem;
  justify-content: center;
}
.main-404__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
.main-404__text {
  font-size: 1.8rem;
  line-height: 1.6;
}
.main-404__button {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .footer {
    padding-block-start: 1.5rem;
  }
}
.footer__inner {
  background-color: #E8F0F8;
  border-radius: 12rem 12rem 0 0;
  padding-inline: 7rem;
  padding-block: 3rem;
}
@media (max-width: 768px) {
  .footer__inner {
    border-radius: 4rem 4rem 0 0;
    padding-inline: 2rem;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo img {
  max-width: 35rem;
}
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 15rem;
  }
}
.footer__bottom {
  border-top: 1px solid rgba(17, 83, 161, 0.2);
  padding-top: 3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.footer__copyright {
  color: rgba(17, 83, 161, 0.7019607843);
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=main.css.map */

.marquee {
    --marquee-speed: 20s;
    overflow: hidden;
}

.marquee__container {
    overflow: hidden;
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee-scroll var(--marquee-speed) linear infinite;
}

.marquee__text {
    flex-shrink: 0;
    padding-right: 4rem;
    white-space: nowrap;
    font-weight: 500;
}

.marquee:hover .marquee__track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee__track {
        animation: none;
    }
}
