@charset "UTF-8";
/*
    Import Style

    ------------------------*/
/*
 ***** variable *****
 */
/*
 ***** helpers *****
 */
.cstm-block-center {
  margin: 0 auto;
}

.cstm-text-center {
  text-align: center;
}

/*
 ***** hidden *****
 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/*
 ***** base *****
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter Tight", sans-serif;
  color: #383F42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

main {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/*
 ***** container *****
 */
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 1680px;
}
@media (max-width: 1728px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*
 ***** section *****
 */
.section__desc {
  color: #8FA1B3;
  font-weight: 700;
}
.section__desc-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.section__desc-wrapper--left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.section__title {
  max-width: 567px;
  margin: 0 auto;
  color: #091642;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}
.section__title--light {
  color: #ffffff;
}
.section__title--left {
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .section__title {
    max-width: 345px;
    font-size: 30px;
  }
}

.base-block {
  padding: 60px;
  border-radius: 32px;
}
@media (max-width: 999px) {
  .base-block {
    padding: 32px;
  }
}
.base-block--bg-dark {
  background-color: #091642;
}
.base-block--bg-accent {
  background-color: #8FA1B3;
}
.base-block--bg-light {
  background-color: #F6FAFD;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 12px 0 24px;
  min-height: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  background-color: #8FA1B3;
  border-radius: 32px;
  border: transparent;
  transition: all 300ms ease-out;
}
.btn svg path {
  stroke: #8FA1B3;
  transition: all 300ms ease-out;
}
.btn:hover {
  color: #fff;
  background-color: #E03C00;
}
.btn:hover svg path {
  stroke: #E03C00;
  transition: all 300ms ease-out;
}
.btn--light {
  color: #091642;
  background-color: #F6FAFD;
}
.btn--light svg path {
  stroke: #F6FAFD;
}
.btn--light svg circle {
  transition: all 300ms ease-out;
}
.btn--light:hover {
  color: #F6FAFD;
  background-color: #E03C00;
}
.btn--light:hover svg path {
  stroke: #E03C00;
}
.btn--light:hover svg circle {
  transition: all 300ms ease-out;
  fill: #F6FAFD;
}

/*
 ***** header *****
 */
.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: all 150ms ease-out;
}
.header-wrapper--with-bg {
  background-color: rgba(241, 236, 232, 0.831372549);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .header-wrapper--with-bg {
    top: -10px;
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .header {
    height: 64px;
    padding: 0;
  }
}

.header__right--desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 48px;
}
@media (max-width: 1100px) {
  .header__right--desktop {
    display: none;
  }
}

.header__right--mobile {
  display: none;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .header__right--mobile {
    display: block;
  }
}

/*
 ***** end header *****
 */
/**
 ******* general-nav *******
 */
.general-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .general-nav {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 16px;
  }
}
.general-nav .menu-item a {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #383F42;
  transition: all 300ms ease-in-out;
}
.general-nav .menu-item a svg path {
  stroke: #8FA1B3;
  transition: all 300ms ease-in-out;
}
.general-nav .menu-item a:hover {
  color: #E03C00;
  transition: all 300ms ease-in-out;
}
.general-nav .menu-item a:hover svg path {
  stroke: #E03C00;
  transition: all 300ms ease-in-out;
}

/**
 ******* end general-nav *******
 */
/*
 ***** general__logo *****
 */
.general__logo {
  height: 36px;
  max-height: 36px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .general__logo--mobile {
    height: 20px;
  }
}

/*
 ***** end general__logo *****
 */
/**
  ***** hero-section *****
 */
.hero-section {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 865px;
  margin-bottom: 126px;
}
@media (max-width: 1440px) {
  .hero-section {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.hero-section > * {
  width: calc(50% - 12px);
}
@media (max-width: 1440px) {
  .hero-section > * {
    width: 100%;
  }
}
.hero-section__text-block {
  padding: 84px 84px 75px 84px;
}
@media (max-width: 1440px) {
  .hero-section__text-block {
    padding: 60px;
  }
}
@media (max-width: 999px) {
  .hero-section__text-block {
    padding: 32px;
  }
}
.hero-section__text-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 585px;
  height: 100%;
}
.hero-section__title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero-section__title {
    margin-bottom: 12px;
    font-size: 34px;
  }
}
.hero-section__desk {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-section__desk {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.hero-section__btn-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .hero-section__btn-wrapper {
    margin-bottom: 40px;
  }
}
.hero-section__img-wrapper {
  overflow: hidden;
  border-radius: 32px;
}
.hero-section__img-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .hero-section__img-wrapper img {
    width: 100%;
    max-height: 1000px;
    object-position: top;
  }
}

/**
  ***** end hero-section *****
 */
/**
  ***** our-services-section *****
 */
.our-services-section {
  margin-bottom: 120px;
  /* layout як на скріні */
}
.our-services-section__title {
  margin-bottom: 40px;
  max-width: 897px;
}
@media (max-width: 767px) {
  .our-services-section__title {
    margin-bottom: 26px;
  }
}
.our-services-section__tabs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.our-services-section__tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px;
  border: 1px solid rgba(9, 22, 66, 0.1);
  border-radius: 68px;
}
.our-services-section__tab {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #091642;
  font-weight: 500;
  border: none;
  border-radius: 31px;
  cursor: pointer;
  background-color: transparent;
  transition: all 300ms ease-out;
}
@media (max-width: 767px) {
  .our-services-section__tab {
    padding: 10px 14px;
    font-size: 12px;
  }
}
.our-services-section__tab svg path {
  fill: #091642;
  transition: all 300ms ease-out;
}
.our-services-section__tab.is-active {
  background: #8FA1B3;
  color: #ffffff;
}
.our-services-section__tab.is-active svg path {
  fill: #ffffff;
}
.our-services-section__tab-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 16px;
  height: 16px;
}
.our-services-section__panels {
  position: relative;
  min-height: 1px;
}
.our-services-section__tab-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity;
}
.our-services-section__tab-panel.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.our-services-section__tab-panel.is-active .our-services-section__tab-text,
.our-services-section__tab-panel.is-active .our-services-section-card__content {
  opacity: 1;
}
.our-services-section__tab-text, .our-services-section-card__content {
  opacity: 0;
  transition: opacity 300ms ease-in;
}
.our-services-section__tab-text {
  margin-top: 72px;
  margin-bottom: 40px;
  color: #5C6276;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .our-services-section__tab-text {
    margin-top: 54px;
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.our-services-section-cards {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.our-services-section-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .our-services-section-card--mob {
    background-image: var(--bg-mob) !important;
  }
}
.our-services-section-card__content {
  position: relative;
  z-index: 1;
}
.our-services-section-card__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .our-services-section-card__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-services-section-card__desc {
    font-size: 12px;
  }
}
.our-services-section .base-block .our-services-section-card__title,
.our-services-section .base-block .our-services-section-card__title {
  color: #091642;
}
.our-services-section .base-block .our-services-section-card__desc,
.our-services-section .base-block .our-services-section-card__desc {
  color: #5C6276;
}
.our-services-section .base-block--bg-accent .our-services-section-card__title,
.our-services-section .base-block--bg-dark .our-services-section-card__title {
  color: #ffffff;
}
.our-services-section .base-block--bg-accent .our-services-section-card__desc,
.our-services-section .base-block--bg-dark .our-services-section-card__desc {
  color: rgba(255, 255, 255, 0.74);
}
.our-services-section-card--1 {
  grid-column: 1/span 4;
  grid-row: 1/span 2;
  min-height: 664px;
}
.our-services-section-card--1 .our-services-section-card__content {
  max-width: 424px;
}
.our-services-section-card--2 {
  grid-column: 5/span 4;
  grid-row: 1;
  min-height: 320px;
}
.our-services-section-card--2 .our-services-section-card__content {
  max-width: 200px;
}
.our-services-section-card--3 {
  grid-column: 9/span 4;
  grid-row: 1;
  min-height: 320px;
}
.our-services-section-card--3 .our-services-section-card__content {
  max-width: 230px;
}
.our-services-section-card--5 {
  grid-column: 5/span 3;
  grid-row: 2;
  min-height: 320px;
}
.our-services-section-card--5 .our-services-section-card__content {
  max-width: 144px;
}
.our-services-section-card--4 {
  grid-column: 8/span 5;
  grid-row: 2;
  min-height: 320px;
}
.our-services-section-card--4 .our-services-section-card__content {
  max-width: 200px;
}
.our-services-section-card--6 {
  grid-column: 1/span 5;
  grid-row: 3;
  min-height: 320px;
}
.our-services-section-card--6 .our-services-section-card__content {
  max-width: 224px;
}
.our-services-section-card--7 {
  grid-column: 6/span 7;
  grid-row: 3;
  min-height: 320px;
}
.our-services-section-card--7 .our-services-section-card__content {
  max-width: 247px;
}
@media (max-width: 1440px) {
  .our-services-section-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
  .our-services-section-card--1 {
    grid-column: 1/span 3;
    grid-row: 1/span 2;
    min-height: 664px;
  }
  .our-services-section-card--2 {
    grid-column: 4/span 3;
    grid-row: 1;
  }
  .our-services-section-card--3 {
    grid-column: 4/span 3;
    grid-row: 2;
  }
  .our-services-section-card--5 {
    grid-column: 1/span 3;
    grid-row: 3;
  }
  .our-services-section-card--4 {
    grid-column: 4/span 3;
    grid-row: 3;
  }
  .our-services-section-card--6 {
    grid-column: 1/-1;
    grid-row: 4;
  }
  .our-services-section-card--7 {
    grid-column: 1/-1;
    grid-row: 5;
  }
}
@media (max-width: 767px) {
  .our-services-section-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .our-services-section-card--1, .our-services-section-card--2, .our-services-section-card--3, .our-services-section-card--4, .our-services-section-card--5, .our-services-section-card--6, .our-services-section-card--7 {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: 240px;
  }
  .our-services-section-card--1 .our-services-section-card__content, .our-services-section-card--2 .our-services-section-card__content, .our-services-section-card--3 .our-services-section-card__content, .our-services-section-card--4 .our-services-section-card__content, .our-services-section-card--5 .our-services-section-card__content, .our-services-section-card--6 .our-services-section-card__content, .our-services-section-card--7 .our-services-section-card__content {
    max-width: 134px;
  }
}

/**
  ***** end our-services-section *****
 */
/**
  ***** about-us-section *****
 */
.about-us-section {
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 142px;
}
@media (max-width: 1440px) {
  .about-us-section {
    padding: 60px;
  }
}
@media (max-width: 1240px) {
  .about-us-section {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .about-us-section {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .about-us-section {
    gap: 32px;
  }
}
.about-us-section__left {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 587px;
}
@media (max-width: 1365px) {
  .about-us-section__left {
    margin: 0 auto;
  }
}
.about-us-section__title {
  margin-bottom: 126px;
}
@media (max-width: 1600px) {
  .about-us-section__title {
    margin-bottom: 52px;
  }
}
.about-us-section__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  color: rgba(255, 255, 255, 0.74);
}
@media (max-width: 767px) {
  .about-us-section__text {
    gap: 20px;
  }
}
.about-us-section__cards {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 542px;
}
@media (max-width: 1240px) {
  .about-us-section__cards {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-us-section__cards {
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
  }
}

.about-us-card {
  width: calc(50% - 12px);
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about-us-card {
    width: 100%;
  }
}
.about-us-card__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 18px;
  padding: 24px;
}
@media (max-width: 767px) {
  .about-us-card__inner {
    gap: 12px;
  }
}
.about-us-card__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #8FA1B3;
}
.about-us-card__icon img {
  width: 24px;
  height: 24px;
}
.about-us-card__title {
  color: #091642;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-us-card__title {
    font-size: 20px;
  }
}
.about-us-card__text {
  color: #5C6276;
}
@media (max-width: 767px) {
  .about-us-card__text {
    font-size: 12px;
  }
}

/**
  ***** end about-us-section *****
 */
/**
  ***** projects-section *****
 */
.projects-section {
  padding-top: 72px;
}
.projects-section__title {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .projects-section__title {
    margin-bottom: 52px;
  }
}
.projects-section__gallery {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .projects-section__gallery {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.projects-section__gallery-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
  height: 664px;
  width: calc((100% - 75px) / 4);
}
@media (max-width: 767px) {
  .projects-section__gallery-col {
    -ms-flex-positive: 1;
        flex-grow: 1;
    gap: 20px;
    width: calc((100% - 25px) / 2);
    height: 279px;
  }
}
.projects-section__gallery-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-height: 0;
}
.projects-section__gallery-item--is-tall {
  min-height: 54%;
  max-height: 54%;
}
@media (max-width: 767px) {
  .projects-section__gallery-item--is-tall {
    min-height: 52%;
    max-height: 52%;
  }
}
.projects-section__gallery img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/**
  ***** end projects-section  *****
 */
/**
  ***** comments-section *****
 */
.comments-section {
  padding-top: 116px;
}
@media (max-width: 767px) {
  .comments-section {
    padding-top: 69px;
  }
}
.comments-section__title {
  max-width: 499px;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .comments-section__title {
    max-width: 289px;
    margin-bottom: 50px;
  }
}
.comments-section-slider {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 150px, #000 calc(100% - 150px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 150px, #000 calc(100% - 150px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 767px) {
  .comments-section-slider {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 15px, #000 calc(100% - 15px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 15px, #000 calc(100% - 15px), transparent 100%);
  }
}
.comments-section-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 24px;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(9, 22, 66, 0.1);
}
.comments-section-slide__name {
  margin-bottom: 12px;
  color: #091642;
  font-weight: 500;
}
.comments-section-slide__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 16px;
  color: #5C6276;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.comments-section-slide__rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
}
.comments-section-cta {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 123px;
}
@media (max-width: 767px) {
  .comments-section-cta {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    margin-top: 88px;
  }
}
.comments-section-cta-info-block {
  min-width: 41%;
  width: 41%;
}
@media (max-width: 1440px) {
  .comments-section-cta-info-block {
    min-width: 44%;
    width: 44%;
  }
}
@media (max-width: 1280px) {
  .comments-section-cta-info-block {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .comments-section-cta-info-block {
    width: 100%;
  }
}
.comments-section-cta-info-block__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 409px;
}
@media (max-width: 767px) {
  .comments-section-cta-info-block__inner {
    max-width: none;
  }
}
.comments-section-cta-info-block__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.comments-section-cta-info-block__title {
  margin-bottom: 18px;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .comments-section-cta-info-block__title {
    font-size: 30px;
  }
}
.comments-section-cta-info-block__desc {
  margin-bottom: 110px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 24px;
}
@media (max-width: 767px) {
  .comments-section-cta-info-block__desc {
    margin-bottom: 52px;
    font-size: 20px;
  }
}
.comments-section-cta-image-block {
  padding: 0;
  overflow: hidden;
}
.comments-section-cta-image-wrapper {
  height: 100%;
}
@media (max-width: 1299px) {
  .comments-section-cta-image-wrapper--wide {
    display: none;
  }
}
@media (min-width: 1300px) {
  .comments-section-cta-image-wrapper--narrow {
    display: none;
  }
}
.comments-section-cta-image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .comments-section-cta-image-wrapper img {
    max-height: 320px;
  }
}

/**
  ***** end comments-section  *****
 */
/**
  ***** faq-section *****
 */
.faq-section {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 72px;
  }
}
.faq-section .accordion .ac {
  margin-bottom: 12px;
  padding: 24px;
  color: #091642;
  border-radius: 16px;
  border: 1px solid rgba(9, 22, 66, 0.1);
}
.faq-section .accordion .ac .accordion__icon svg {
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.faq-section .accordion .ac.is-active .accordion__icon svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-section .accordion .ac-trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  font-family: "Inter Tight", serif;
  font-size: 24px;
  font-weight: 700;
  color: #091642;
  transition: all 0.3s ease-in;
}
.faq-section .accordion .ac-trigger__text {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .faq-section .accordion .ac-trigger {
    font-size: 20px;
  }
}
.faq-section .accordion .ac-trigger:focus, .faq-section .accordion .ac-trigger:hover {
  color: #091642;
}
.faq-section .accordion .ac-trigger:after {
  content: "";
}
.faq-section .accordion .accordion__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.faq-section .accordion .accordion__icon svg {
  height: 100%;
}
.faq-section .accordion .ac-panel {
  color: #091642;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-section .accordion .ac-panel__inner {
  padding-top: 24px;
}

/**
  ***** end faq-section  *****
 */
/**
  ***** contacts-section *****
 */
.contacts-section {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .contacts-section {
    margin-top: 72px;
  }
}
.contacts-section__title {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .contacts-section__title {
    margin-bottom: 52px;
  }
}
.contacts-section__block-list {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  min-height: 505px;
}
@media (max-width: 999px) {
  .contacts-section__block-list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
}
.contacts-section__block-list > *:first-child {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.contacts-section__block-list > *:last-child {
  min-width: 41%;
  max-width: 41%;
}
@media (max-width: 999px) {
  .contacts-section__block-list > *:last-child {
    min-width: auto;
    max-width: none;
  }
}
.contacts-section .block-intro__inner,
.contacts-section .block-action__inner {
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .contacts-section .block-intro__inner,
  .contacts-section .block-action__inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.contacts-section .block-intro__inner {
  max-width: 628px;
}
.contacts-section .block-intro__text {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contacts-section .block-intro__text {
    font-size: 28px;
  }
}
.contacts-section .block-action__inner {
  max-width: 409px;
}
.contacts-section .block-action__action-title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contacts-section .block-action__action-title {
    font-size: 30px;
  }
}
.contacts-section .block-action__action-text {
  color: rgba(255, 255, 255, 0.74);
}

/**
  *****  end contacts-section  *****
 */
/**
  ***** contact-details *****
 */
.contact-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 505px;
  font-weight: 500;
  color: #ffffff;
}
.contact-details--accent-icon svg path {
  fill: #8FA1B3;
}
@media (max-width: 767px) {
  .contact-details {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
  }
}
.contact-details a {
  font-weight: 500;
  color: #ffffff;
}
.contact-details__text-muted {
  color: rgba(255, 255, 255, 0.74);
}
.contact-details-contacts__title, .contact-details-coverage__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-details-contacts__title, .contact-details-coverage__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.contact-details-contacts {
  width: 189px;
}
.contact-details-contacts__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.contact-details-contacts__item {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.contact-details-coverage {
  width: 204px;
}

/**
  ***** end contact-details  *****
 */
/*
 ***** footer *****
 */
.footer__wrapper {
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__wrapper {
    margin-top: 72px;
    margin-bottom: 24px;
  }
}

.footer {
  position: relative;
}
.footer__first-row, .footer__second-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1000px) {
  .footer__first-row, .footer__second-row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer__logo-link {
    margin-bottom: 52px;
  }
}
.footer__nav .menu-item a {
  color: #F6FAFD;
}
.footer__br {
  margin: 36px 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.16);
}
.footer__second-row {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 500;
}
.footer__second-row-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}
.footer__second-row-right a {
  color: rgba(255, 255, 255, 0.74);
  transition: all 300ms ease-in-out;
}
.footer__second-row-right a:hover {
  color: #E03C00;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .footer__second-row-right {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 24px;
  }
}
.footer__powered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__powered {
    display: block;
  }
}

/*
 ***** end footer *****
 */
/*
  ***** mobile-menu *****
 */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-bottom: 40px;
  min-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #ffffff;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
@media (min-width: 1100px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__btn-close {
  margin-right: 5px;
  cursor: pointer;
}
.mobile-menu.is-hidden {
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.mobile-menu__header {
  margin-bottom: 52px;
}
.mobile-menu__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  margin-bottom: 72px;
}
.mobile-menu__nav .menu-item a {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #383F42;
  transition: all 300ms ease-in-out;
}
.mobile-menu__nav .menu-item a svg path {
  stroke: #8FA1B3;
  transition: all 300ms ease-in-out;
}
.mobile-menu__nav .menu-item a:hover {
  color: #E03C00;
  transition: all 300ms ease-in-out;
}
.mobile-menu__nav .menu-item a:hover svg path {
  stroke: #E03C00;
  transition: all 300ms ease-in-out;
}

/*
  ***** end mobile-menu *****
 */
/*
  ***** modal-backdrop *****
 */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999990;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  overflow-y: auto;
}
.modal-backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*
  ***** end modal-backdrop  *****
 */
/**
  ***** modal *****
 */
.modal {
  position: relative;
  overflow: auto;
  width: 625px;
  max-width: 625px;
  padding: 60px;
  margin: 130px auto 40px auto;
  border-radius: 32px;
  background-color: #091642;
}
@media (max-width: 767px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 32px;
    height: 100dvh;
    width: 100vw;
    max-width: none;
    border-radius: 0;
  }
}
.modal__button-close {
  position: absolute;
  top: 31px;
  right: 31px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: unset;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal__button-close {
    top: 19px;
    right: 19px;
  }
}
.modal__close-button img {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .modal__close-button img {
    width: 9px;
    height: 9px;
  }
}
.modal__title {
  margin-bottom: 18px;
  color: #ffffff;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 30px;
  }
}
.modal__desc {
  max-width: 333px;
  margin: 0 auto;
  text-align: center;
  color: #F6FAFD;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .modal__desc {
    font-size: 16px;
  }
}

/**
  ***** end modal  *****
 */
/**
  ***** modal-form *****
 */
.modal-form__wrapper {
  margin-top: 36px;
}
.modal-form__wrapper .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  color: #ffcc00 !important;
  border: none !important;
}
.modal-form__wrapper .wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.modal-form__wrapper .wpcf7-form.sent .wpcf7-response-output {
  color: #279a27 !important;
}

.modal-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.modal-form br {
  display: none;
}
.modal-form__row > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.modal-form__label {
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.74);
}
.modal-form__input, .modal-form__select, .modal-form__textarea {
  padding: 12px;
  color: rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  outline: none;
}
@media (max-width: 767px) {
  .modal-form__input, .modal-form__select, .modal-form__textarea {
    padding: 10px;
  }
}
.modal-form__input::-webkit-input-placeholder, .modal-form__select::-webkit-input-placeholder, .modal-form__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.modal-form__input:-ms-input-placeholder, .modal-form__select:-ms-input-placeholder, .modal-form__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.modal-form__input::-ms-input-placeholder, .modal-form__select::-ms-input-placeholder, .modal-form__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.modal-form__input::placeholder, .modal-form__select::placeholder, .modal-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.modal-form__input:focus-visible, .modal-form__select:focus-visible, .modal-form__textarea:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.74);
}
.modal-form__select {
  background-color: #091642;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-form__select option {
  color: rgba(255, 255, 255, 0.74);
  background-color: #091642;
}
.modal-form .base-btn {
  padding: 0 12px 0 24px;
  min-height: 44px;
  color: #091642 !important;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 32px;
  border: none;
  outline: none;
  transition: all 300ms ease-out;
}
.modal-form .base-btn:hover {
  color: #fff !important;
  background-color: #E03C00 !important;
}

/**
  ***** end modal-form  *****
 */