@charset "UTF-8";

@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url("../fonts/eUkraine-Bold.woff2") format("woff2"), url("../fonts/eUkraine-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url("../fonts/eUkraine-Light.woff2") format("woff2"), url("../fonts/eUkraine-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url("../fonts/eUkraine-Medium.woff2") format("woff2"), url("../fonts/eUkraine-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: eUkraine;
  font-display: swap;
  src: url("../fonts/eUkraine-Regular.woff2") format("woff2"), url("../fonts/eUkraine-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]::before {
  display: block;
}

._icon-arrow-right:before {
  content: "\e900";
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  font-family: "Inter";
  font-size: 1.0625rem;
  font-weight: 400;
  height: 100%;
  background-color: #fff;
  color: #14151e;
  font-variant-numeric: lining-nums;
}

body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 91.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page__top {
  background: #20253c;
  color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 240px;
}

.page__services {
  padding-top: 0.0625rem;
  padding-bottom: 80px;
}

.page__why {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page__ready {
  padding: 5rem 0;
  background-color: #14171c;
  color: #fff;
}

.page__company {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page__team {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page__blog {
  padding-bottom: 3.75rem;
}

.page__contacts-top {
  padding: 7.5rem 0;
}

.page__contacts {
  padding: 7.5rem 0;
}

.page__blog-single {
  padding-bottom: 3.75rem;
}

.page__trust {
  padding-bottom: 60px;
}

.page__def {
  padding-top: 80px;
  padding-bottom: 50px;
}

.slider-trust .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.slick-list {
  overflow: hidden;
}

.slick-slide div {
  height: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 0;
  width: 58px;
  height: 58px;
  border: 0.0625rem solid #14171c;
  border-radius: 50%;
}

.slick-arrow.slick-prev {
  left: 40%;
  background: url(../img/arrow-left.svg) 0 0 no-repeat;
  background-position: center;
  background-color: #fff;
}

.slick-arrow.slick-next {
  right: 40%;
  background: url(../img/arrow-right-1.svg) 0 0 no-repeat;
  background-position: center;
  background-color: #fff;
}

/* Wordpress */

.wpforms-field-label {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.wpforms-field-label span {
  color: #fff !important;
}

.wpforms-submit {
  min-height: 3rem;
  font-weight: 700 !important;
  background-color: #eee !important;
  border: 0.0625rem solid #ddd !important;
  color: #333 !important;
  padding: 0.625rem 0.9375rem !important;
  margin-top: 2.5rem !important;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s !important;
}

.wpforms-submit:hover {
  background-color: rgba(238, 238, 238, 0.9) !important;
}

/*============*/

.form__body {
  position: relative;
}

.form__item {
  margin: 0 0 1.25rem 0;
}

.form__label {
  display: block;
  font-size: 1rem;
  float: none;
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
  padding: 0;
}

.form__input {
  background-color: #fff;
  border-radius: 0.125rem;
  color: #333;
  display: block;
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 0.375rem 0.625rem;
  height: 2.375rem;
  width: 100%;
  line-height: 1.3;
}

.form__button {
  font-weight: 700;
  background-color: #DFE6FF;
  border: 0.0625rem solid #DFE6FF;
  color: #333;
  padding: 0.625rem 0.9375rem;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.form__button:hover {
  background-color: rgba(238, 238, 238, 0.9);
}

textarea.form__input {
  min-height: 7.5rem;
  resize: vertical;
  padding: 0.375rem 0.625rem;
  max-width: 100%;
}

.button-top {
  display: block;
  max-width: 15rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  background-color: #ffbb25;
  color: #14151e;
  margin: 0 auto;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.button-top:hover {
  background-color: #f5a020;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}

.pagination a {
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #005b8e;
}

.pagination a:focus {
  background-color: #20253c;
}

.breadcrumbs {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}

.breadcrumbs__nav {
  height: 1.375rem;
  margin-bottom: 1.875rem;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs__item {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #14151e;
  padding: 0.125rem;
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs__link span {
  border-bottom: 0.0625rem solid #14151e;
}

.breadcrumbs__link::after {
  content: "»";
  font-size: 0.875rem;
  margin: 0 0.2857142857em;
}

.breadcrumbs__current {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumbs h1 {
  font-family: "eUkraine";
  font-size: 70px;
  font-weight: 600;
  line-height: 1.3;
}

.header {
  border-bottom: 0.125rem solid rgba(237, 237, 237, 0.9);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0;
}

.header__logo {
  width: 200px;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.menu__body {
  position: relative;
  font-family: "eUkraine";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.menu__list li {
  position: relative;
}

.menu__list a {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: width 0.3s ease, left 0.3s ease;
  transition: width 0.3s ease, left 0.3s ease;
}

.menu__list a:hover::after {
  width: 100%;
  left: 0;
}

.menu__list a:hover {
  color: #14151e;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social img {
  width: 1.625rem;
  height: 1.625rem;
}

.icon-menu {
  display: none;
}

.show-on-focus {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  clip: rect(1px, 1px, 1px, 1px);
  top: 2rem;
  background: #fff;
  padding: 0.625rem 0.9375rem;
}

.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submenu-toggle__icon {
  font-size: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-item-has-children .submenu-toggle[aria-expanded=true] .submenu-toggle__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub-menu {
  display: none;
}

.sub-menu.open {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.sub-menu.open a {
  font-weight: 400;
  text-transform: capitalize;
}

.footer {
  background-color: #14171c;
  color: #fff;
  padding: 1.5625rem 0 0.9375rem 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}

.footer__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__copy {
  font-size: 17px;
  text-align: center;
}

.footer__copy a {
  text-decoration: underline;
}

.footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  font-family: "eUkraine";
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-menu__list a {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-menu__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transition: width 0.3s ease, left 0.3s ease;
  transition: width 0.3s ease, left 0.3s ease;
}

.footer-menu__list a:hover::after {
  width: 100%;
  left: 0;
}

.top__content {
  max-width: 53.75rem;
  margin: 0 auto;
  text-align: center;
}

.content-top__title {
  font-family: "eUkraine";
  font-size: 68px;
  font-weight: 500;
  line-height: 1.3;
}

.content-top__title:not(:last-child) {
  margin-bottom: 0.4285714286em;
}

.content-top p {
  font-size: 17px;
  line-height: 1.7058823529;
}

.content-top p:not(:last-child) {
  margin-bottom: 1.7647058824em;
}

.block__grid {
  margin-top: -155px;
  padding-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  background-color: transparent;
}

.block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  height: auto;
  padding: 2rem;
  border-top: 1rem solid transparent;
  border-radius: 1rem;
  background-color: #fff;
}

.block__item:first-child {
  border-color: #99d3ef;
}

.block__item:nth-child(even) {
  border-color: #cfaaff;
}

.block__item:nth-child(odd):not(:first-child) {
  border-color: #ffbb25;
}

.item-block p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 1.7647058824em;
}

.item-block__title {
  font-family: "eUkraine";
  font-size: 22px;
  font-weight: 600;
}

.item-block__title:not(:last-child) {
  margin-bottom: 1.25em;
}

.item-block__images {
  margin-top: auto;
}

.item-block__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services {
  background-color: #dfe6ff;
}

.services__content {
  max-width: 34.0625rem;
  padding: 1.25rem;
}

.services__content p {
  font-size: 16px;
  margin-bottom: 1.875rem;
  line-height: 160%;
}

.services__title {
  font-family: "eUkraine";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.services__title:not(:last-child) {
  margin-bottom: 0.6em;
}

.services__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  background-color: #fff;
  padding: 3rem 2rem 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
}

.item-services p {
  font-size: 16px;
  line-height: 150%;
}

.item-services img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

.item-services__title {
  font-family: "eUkraine";
  font-size: 27px;
  font-weight: 600;
  line-height: 100%;
}

.item-services__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}

.item-services__button a {
  display: inline-block;
  width: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #dfe6ff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.item-services__button a:hover {
  background-color: #ffbb25;
}

.why__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 1.25rem;
}

.item-why h2 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.item-why h2:not(:last-child) {
  margin-bottom: 1.25em;
}

.item-why p {
  font-size: 17px;
  margin-bottom: 1.875rem;
  line-height: 1.7058823529;
}

.item-why ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin: 1.875rem 0;
}

.item-why ul li {
  position: relative;
  font-size: 17px;
  line-height: 1.7058823529;
  padding-left: 1.25rem;
}

.item-why ul li::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  left: 0;
  top: 0.6875rem;
  background-color: #14151e;
  border-radius: 50%;
}

.item-why a {
  font-size: 17px;
  line-height: 1.7058823529;
  text-decoration: underline;
  color: #14151e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-why a:hover {
  color: #ffbb25;
}

.trust__title {
  font-family: "eUkraine";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.trust__title:not(:last-child) {
  margin-bottom: 1em;
}

.trust__slider {
  position: relative;
  padding-bottom: 70px;
}

.slider-trust__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ready__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}

.ready__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.item-ready__title {
  font-family: "eUkraine";
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.item-ready__title:not(:last-child) {
  margin-bottom: 0.6em;
}

.item-ready p {
  font-size: 17px;
  margin-bottom: 1.875rem;
  line-height: 1.7058823529;
}

.item-ready__form {
  padding: 1.5rem 0;
}

.ready-pd {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.company__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.item-company {
  padding: 1.25rem;
}

.item-company h2 {
  font-family: "eUkraine";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.item-company h2:not(:last-child) {
  margin-bottom: 0.6em;
}

.item-company h3 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.item-company h3:not(:last-child) {
  margin-bottom: 1.25em;
}

.item-company p {
  font-size: 17px;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.item-company a {
  text-decoration: underline;
  color: #14151e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-company a:hover {
  color: #ffbb25;
}

.item-company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin: 1.875rem 0;
}

.item-company ul li {
  position: relative;
  font-size: 17px;
  line-height: 1.7058823529;
  padding-left: 1.25rem;
}

.item-company ul li::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  left: 0;
  top: 0.6875rem;
  background-color: #14151e;
  border-radius: 50%;
}

.item-company-right h2 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.item-company-right h2:not(:last-child) {
  margin-bottom: 1.25em;
}

.team__top {
  padding: 1.25rem;
  text-align: center;
}

.team__top p {
  font-size: 17px;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.team__subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9285714286;
  text-transform: uppercase;
}

.team__subtitle:not(:last-child) {
  margin-bottom: 2.1428571429em;
}

.team__title {
  font-family: "eUkraine";
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.team__title:not(:last-child) {
  margin-bottom: 0.6em;
}

.team__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.item-team__images-ibg {
  padding-bottom: 133.4285714286%;
}

.item-team__images-ibg img {
  -o-object-position: bottom;
     object-position: bottom;
}

.item-team__content {
  text-align: center;
}

.content-team__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.content-team__name:not(:last-child) {
  margin-bottom: 1.25em;
}

.content-team__job-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  text-transform: uppercase;
}

.content-team__job-title:not(:last-child) {
  margin-bottom: 2.1428571429em;
}

.content-team__powers {
  font-size: 17px;
  margin-bottom: 1.875rem;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.blog__item {
  margin-bottom: 3.75rem;
}

.item-blog a {
  display: block;
  width: 100%;
  height: 100%;
}

.item-blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.content-blog h2 {
  font-family: "eUkraine";
  max-width: 41.875rem;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.content-blog h2:not(:last-child) {
  margin-bottom: 0.5em;
}

.content-blog h2 a {
  margin-bottom: 0;
}

.content-blog p {
  font-size: 17px;
  line-height: 1.7058823529;
}

.content-blog p a {
  display: inline-block;
  margin-bottom: 0;
  color: #fcaf3b;
}

.blog-single__content {
  max-width: 49.375rem;
}

.content-blog-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3.75rem;
}

.content-blog-single h1 {
  font-family: "eUkraine";
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.content-blog-single h1:not(:last-child) {
  margin-bottom: 1.25em;
}

.content-blog-single h2 {
  font-family: "eUkraine";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.content-blog-single h2:not(:last-child) {
  margin-bottom: 0.6em;
}

.content-blog-single h3 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.content-blog-single h3:not(:last-child) {
  margin-bottom: 1.25em;
}

.content-blog-single p {
  font-size: 17px;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.content-blog-single a {
  font-size: 17px;
  line-height: 1.7058823529;
  text-decoration: underline;
  color: #14151e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-blog-single a:hover {
  color: #ffbb25;
}

.content-blog-single ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin: 1.875rem 0;
}

.content-blog-single ul li {
  position: relative;
  font-size: 17px;
  line-height: 1.7058823529;
  padding-left: 1.25rem;
}

.content-blog-single ul li::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  left: 0;
  top: 0.6875rem;
  background-color: #14151e;
  border-radius: 50%;
}

.top-contacts h1 {
  font-family: "eUkraine";
  font-size: 68px;
  font-weight: 600;
  line-height: 0.6714285714;
}

.contacts {
  background-color: #ededed;
}

.contacts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.contacts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  text-align: center;
}

.contacts__item h2 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
  margin-bottom: 1.25em;
}

.contacts__item p {
  font-size: 0.9375rem;
}

.contacts__item a {
  font-size: 0.9375rem;
  text-decoration: underline;
}

.bot__button {
  display: block;
  max-width: 53.125rem;
  font-weight: 700;
  padding: 0.8125rem 0.9375rem;
  margin-bottom: 1.875rem;
  border-radius: 0.1875rem;
  line-height: 1.6;
  text-align: center;
  background-color: #14151e;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.bot__button:hover {
  color: #ffbb25;
}

.bot p {
  font-size: 17px;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.content-certification h2 {
  font-family: "eUkraine";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.content-certification h2:not(:last-child) {
  margin-bottom: 0.6em;
}

.content-certification h3 {
  font-family: "eUkraine";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2916666667;
}

.content-certification h3:not(:last-child) {
  margin-bottom: 1.25em;
}

.content-certification p {
  font-size: 17px;
  line-height: 1.7058823529;
  margin-bottom: 1.875rem;
}

.content-certification a {
  text-decoration: underline;
  color: #14151e;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-certification a:hover {
  color: #ffbb25;
}

.content-certification ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin: 1.875rem 0;
}

.content-certification ul li {
  position: relative;
  font-size: 17px;
  line-height: 1.7058823529;
  padding-left: 1.25rem;
}

.content-certification ul li::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  left: 0;
  top: 0.6875rem;
  background-color: #14151e;
  border-radius: 50%;
}

@media (min-width: 61.99875em) {
  .menu__item--has-submenu:hover .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0.625rem;
    -webkit-box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .menu__item--has-submenu:hover .sub-menu a {
    font-weight: 400;
    text-transform: capitalize;
  }

  .blog__item {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-auto-flow: dense;
  }

  .blog__item:nth-child(odd) {
    -ms-grid-columns: 35fr 65fr;
    grid-template-columns: 35fr 65fr;
  }

  .blog__item:nth-child(even) {
    -ms-grid-columns: 65fr 35fr;
    grid-template-columns: 65fr 35fr;
  }

  .blog__item:nth-child(even) a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 20em) {
  .wrapper {
    overflow: hidden;
  }
}

@media (max-width: 1428px) {
  .page__top {
    padding-bottom: calc(120px + 120 * (100vw - 320px) / 1108);
  }

  .page__services {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__why {
    padding-top: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__why {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__company {
    padding-top: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__company {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__team {
    padding-top: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__team {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .page__trust {
    padding-bottom: calc(40px + 20 * (100vw - 320px) / 1108);
  }

  .page__def {
    padding-top: calc(40px + 40 * (100vw - 320px) / 1108);
  }

  .page__def {
    padding-bottom: calc(20px + 30 * (100vw - 320px) / 1108);
  }

  .slider-trust .slick-track {
    -webkit-column-gap: calc(10px + 20 * (100vw - 320px) / 1108);
       -moz-column-gap: calc(10px + 20 * (100vw - 320px) / 1108);
            column-gap: calc(10px + 20 * (100vw - 320px) / 1108);
  }

  .slick-arrow {
    width: calc(38px + 20 * (100vw - 320px) / 1108);
  }

  .slick-arrow {
    height: calc(38px + 20 * (100vw - 320px) / 1108);
  }

  .breadcrumbs h1 {
    font-size: calc(36px + 34 * (100vw - 320px) / 1108);
  }

  .header__logo {
    width: calc(120px + 80 * (100vw - 320px) / 1108);
  }

  .footer__copy {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-top__title {
    font-size: calc(34px + 34 * (100vw - 320px) / 1108);
  }

  .content-top p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .block__grid {
    margin-top: calc(-55px + -100 * (100vw - 320px) / 1108);
  }

  .block__grid {
    padding-bottom: calc(20px + 60 * (100vw - 320px) / 1108);
  }

  .item-block p {
    font-size: calc(15px + 1 * (100vw - 320px) / 1108);
  }

  .item-block__title {
    font-size: calc(18px + 4 * (100vw - 320px) / 1108);
  }

  .services__content p {
    font-size: calc(15px + 1 * (100vw - 320px) / 1108);
  }

  .services__title {
    font-size: calc(30px + 20 * (100vw - 320px) / 1108);
  }

  .item-services p {
    font-size: calc(15px + 1 * (100vw - 320px) / 1108);
  }

  .item-services__title {
    font-size: calc(20px + 7 * (100vw - 320px) / 1108);
  }

  .item-why h2 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .item-why p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .item-why ul li {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .item-why a {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .trust__title {
    font-size: calc(30px + 20 * (100vw - 320px) / 1108);
  }

  .trust__slider {
    padding-bottom: calc(50px + 20 * (100vw - 320px) / 1108);
  }

  .item-ready__title {
    font-size: calc(28px + 20 * (100vw - 320px) / 1108);
  }

  .item-ready p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .item-company h2 {
    font-size: calc(30px + 20 * (100vw - 320px) / 1108);
  }

  .item-company h3 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .item-company p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .item-company ul li {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .item-company-right h2 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .team__top p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .team__title {
    font-size: calc(28px + 20 * (100vw - 320px) / 1108);
  }

  .team__grid {
    gap: calc(20px + 20 * (100vw - 320px) / 1108);
  }

  .content-team__name {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .content-team__powers {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-blog h2 {
    font-size: calc(28px + 12 * (100vw - 320px) / 1108);
  }

  .content-blog p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-blog-single h1 {
    font-size: calc(28px + 20 * (100vw - 320px) / 1108);
  }

  .content-blog-single h2 {
    font-size: calc(30px + 20 * (100vw - 320px) / 1108);
  }

  .content-blog-single h3 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .content-blog-single p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-blog-single a {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-blog-single ul li {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .top-contacts h1 {
    font-size: calc(36px + 32 * (100vw - 320px) / 1108);
  }

  .contacts__item h2 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1108);
  }

  .bot p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-certification h2 {
    font-size: calc(28px + 22 * (100vw - 320px) / 1108);
  }

  .content-certification h3 {
    font-size: calc(18px + 6 * (100vw - 320px) / 1108);
  }

  .content-certification p {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }

  .content-certification ul li {
    font-size: calc(15px + 2 * (100vw - 320px) / 1108);
  }
}

@media (max-width: 61.99875em) {
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

  .header__menu.open-bg {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .header__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .menu__body {
    position: fixed;
    max-width: 22.5rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: none;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
    background-color: #fff;
    gap: 1.875rem;
    padding-top: 6.25rem;
    padding-left: 1.5625rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
    z-index: 10;
  }

  .menu__body.visible-transition {
    left: 0;
  }

  .header__menu .menu__body.visible-transition {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }

  .menu__body.visible::before {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.9375rem;
            flex: 0 0 2.9375rem;
    height: 2.125rem;
    top: 0;
    background-color: #fff;
    border: 0.0625rem solid #14151e;
    border-radius: 0.1875rem;
    cursor: pointer;
    z-index: 11;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    width: 0.9375rem;
    height: 0.125rem;
    background-color: #14151e;
  }

  .icon-menu::before {
    top: 0.625rem;
  }

  .icon-menu::after {
    bottom: 0.625rem;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.menu-open span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu.menu-open::before {
    left: 30%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.menu-open::after {
    left: 30%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 0.0625rem);
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .block__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .services__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .item-blog a {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 47.99875em) {
  .icon-menu {
    top: 0;
  }

  .ready__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

@media (max-width: 37.5em) {
  .slick-arrow.slick-prev {
    left: 35%;
  }

  .slick-arrow.slick-next {
    right: 35%;
  }

  .form__input {
    max-width: 100%;
  }

  .block__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .company__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 29.99875em) {
  .team__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}