/*
Theme Name: Ekma
Author: TeamPRO
Author URI: https://teampro.by/
*/

@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
* {
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #0b1728;
  border-radius: 40px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-horizontal {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #0b1728;
  border-radius: 40px;
}
::-webkit-scrollbar-track:horizontal {
  background: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fffcff;
  overflow-x: hidden;
}
.about, .result, .animate, .certificate, .customer, .job  {
	background-color: #fffcff;
	position: relative;
	z-index: 6;
}
.equip, .reviews, .news, .footer, .spec, .types  {
	position: relative;
	z-index: 6;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.gsap_wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;

  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;

  position: relative;
}
.banner__img-scale,
.animated_graphic img,
.scroll__item,
.circle_animate,
.block_animate {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.gsap_content {
  min-height: 100%;
}
.gsap_wrapper {
  flex: 1 0 auto;
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1699px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1919px) {
  .container {
    padding-left: calc(40px + (100vw - 1700px) * 0.502283105);
    padding-right: calc(40px + (100vw - 1700px) * 0.502283105);
  }
}
@media screen and (min-width: 1920px) {
  .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
h1 {
  color: #202a30;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}
h1 span {
  color: #008dd2;
}
h2 {
  color: #202a30;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
h2.light {
  color: #fffcff;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 22px;
  }
}
a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  a:hover {
    color: #008dd2 !important;
  }
}
.padding_all {
  padding: 100px 0;
}
.gap_title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.name_block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}
.name_block_wrapper {
  display: grid;
  grid-template-columns: 5px auto;
  align-items: center;
  gap: 10px;
}
.name_block_cirkle {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #008dd2;
}
.name_block_title {
  color: #202a30;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.name_block_line {
  display: block;
  height: 1px;
  width: 0;
  background: #d5dee2;
  will-change: width;
}
.name_block-dark .name_block_title {
  color: #fffcff;
}
.name_block-dark .name_block_line {
  background: #384851;
}
@media (max-width: 1023px) {
  .padding_all {
    padding: 80px 0;
  }
  .gap_title {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .gsap_wrapper {
    height: calc(100vh - 90px);
  }
  .padding_all {
    padding: 60px 0;
  }
  .gap_title {
    gap: 20px;
  }
  .name_block_title {
    font-size: 14px;
  }
  .name_block,
  .name_block_wrapper {
    gap: 5px;
  }
}
.bg_dark {
  background: #0b1728;
}
.link_absolute {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.btn {
  border-radius: 50px;
  background: #008dd2;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 25px;
  color: #fffcff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .btn:hover {
    background: #0b1728;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .btn {
    height: 40px;
  }
}
.up_animate {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}
.block_animate {
  transform: scaleY(0);
  opacity: 0;
  transform-origin: bottom center;
  will-change: transform, opacity;
}
.circle_animate {
  transform: scale(0);
  opacity: 0;
  transform-origin: center center;
  will-change: transform, opacity;
}
.slider-hide {
  display: none;
}
.swiper {
  overflow: visible !important;
}

.swiper__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.swiper__arrows button {
  pointer-events: auto;
  outline: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fffcff;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.swiper__arrows button svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.swiper__arrows button svg path {
  transition: all 0.3s ease-in-out;
}
.swiper__arrows .swiper__arrow-prev {
  position: relative;
  left: -70px;
}
.swiper__arrows .swiper__arrow-next {
  right: -70px;
  position: relative;
}
.swiper__arrows .swiper__arrow-prev svg {
  transform: rotate(-180deg);
}
@media (min-width: 1024px) {
  .swiper__arrows button:hover {
    background: #008dd2;
  }
  .swiper__arrows button:hover svg path {
    fill: #fffcff;
  }
  .swiper:hover .swiper__arrows button {
    opacity: 1;
  }
}
@media (max-width: 1765px) {
  .swiper__arrows .swiper__arrow-prev {
    left: -40px;
  }
  .swiper__arrows .swiper__arrow-next {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .swiper__arrows .swiper__arrow-prev {
    left: 0;
  }
  .swiper__arrows .swiper__arrow-next {
    right: 0;
  }
}
.arrow__up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 100px;
  background: #008dd2;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}
.arrow__up.scrolled {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .arrow__up:hover {
    background: #1ea6e9;
  }
}
@media (max-width: 767px) {
  .arrow__up {
    right: 10px;
    bottom: 10px;
  }
}
.header {
  position: absolute;
  top: 0;
  z-index: 1000;
  height: 89px;
  transition: all 0.3s ease-in-out;
  width: 100vw;
  position: fixed;
  background: #fffcff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.header__logo {
  position: relative;
  display: flex;
  align-items: center;
}
.header__logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__logo img {
  height: auto;
  width: 207px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style-type: none;
}
.header__menu li {
  display: flex;
  align-items: center;
}
.header__menu li a {
  color: #202a30;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header__hamburger {
  display: none;
}
@media (max-width: 1450px) {
  .header__menu ul {
    gap: 40px;
  }
}
@media (max-width: 1325px) {
  .header {
    height: 78px;
  }
  .header__logo img {
    width: 106px;
  }
  .header__menu ul {
    gap: 20px;
  }
  .header__btn .btn {
    font-size: 12px;
    height: 48px;
  }
}
@media (max-width: 1023px) {
  .header__menu {
    display: none;
  }
  .header__hamburger {
    position: relative;
    display: flex;
    border-radius: 80px;
    background: #fffcff;
    box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .bar {
    position: absolute;
    left: 14px;
    right: 14px;
    height: 2px;
    width: 16.5px;
    border-radius: 10px;
    background: #202a30;
    opacity: 1;
    transition: none 0.35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s;
  }
  .bar--top {
    bottom: calc(50% + 4px + 1px);
    transition-property: bottom, transform;
    transition-delay: 0.35s, 0s;
  }
  .bar--middle {
    top: calc(49% - 1px);
    transition-property: opacity;
    transition-delay: 0.35s;
  }
  .bar--bottom {
    top: calc(50% + 4px);
    transition-property: top, transform;
    transition-delay: 0.35s, 0s;
  }
  .header__hamburger.active {
    background: #008dd2;
  }
  .header__hamburger.active .bar {
    background: #fffcff;
  }
  .header__hamburger.active .bar--top {
    bottom: calc(50% - 1px);
    transform: rotate(135deg);
    transition-delay: 0s, 0.35s;
  }
  .header__hamburger.active .bar--middle {
    opacity: 0;
    transition-duration: 0s;
    transition-delay: 0.35s;
  }
  .header__hamburger.active .bar--bottom {
    top: calc(50% - 1px);
    transform: rotate(225deg);
    transition-delay: 0s, 0.35s;
  }
}
@media (max-width: 767px) {
  .header {
    height: 74px;
  }
  .header__btn .btn {
    height: 38px;
    padding: 0 15px;
  }
}
.footer {
  background: #0b1728;
}
.footer__wrapper {
  padding: 20px 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
}
.footer__copy {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer__policy {
  color: #fffcff;
  font-size: 14px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  justify-self: center;
}
.teampro {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: flex-end;
}
.teampro a {
  color: #fffcff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .footer__copy {
    text-align: center;
  }
  .teampro {
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .footer__policy {
    font-size: 12px;
  }
  .teampro,
  .teampro a {
    font-size: 12px;
  }
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.popup__wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 500px;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup__form {
  max-width: 600px;
  min-width: 600px;
}
.popup__form {
  border-radius: 5px;
  background: #e6f4fb;
  position: relative;
  width: 100%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup__form_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup__form_title_h {
  color: #202a30;
  font-size: 32px;
  font-weight: 600;
}
.popup__form_title p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fffcff;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.popup__close svg {
  width: 12px;
  height: 12px;
}
.popup__close svg path {
  transition: all 0.3s;
}
.popup.active {
  display: block;
}
.popup__success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.popup__success_img {
  width: 80px;
  height: auto;
}
.popup__success_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.popup__success_descr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup__success_title {
  color: #1b1b1b;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.96px;
}
.popup__success_text {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .popup__close:hover svg path {
    stroke: #fffcff;
  }
  .popup__close:hover {
    background: #008dd2;
  }
}

@media (max-width: 767px) {
  .popup__success {
    gap: 10px;
  }
  .popup__success_descr {
    gap: 10px;
  }
  .popup__success_title {
    font-size: 22px;
  }
  .popup__success_text {
    font-size: 14px;
  }
  .popup__form {
    width: 90%;
    padding: 30px;
    height: auto;
  }
  .popup__wrapper {
    width: 100%;
    min-width: 330px;
  }
  .popup__form {
    min-width: 330px;
    max-width: 600px;
    width: 90vw;
    gap: 10px;
  }
  .popup__form_title_h {
    font-size: 22px;
  }
  .popup__form_title p {
    font-size: 12px;
  }
  .popup__form_title {
    gap: 5px;
  }
}
.mobile-menu {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 78px);
    margin-top: 78px;
    z-index: 1000000;
    pointer-events: none;
  }
  .mobile-menu_wrapper {
    background: #e6f4fb;
    height: 100%;
    width: 100%;
    min-width: 208px;
    padding: 50px 40px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -100%;
    overflow-y: scroll;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu_wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/themes/ekma/assets/img/noise.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
  }
  .mobile-menu_wrapper ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    align-items: center;
    z-index: 2;
  }
  .mobile-menu_wrapper ul li a {
    display: block;
    color: #202a30;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .mobile-menu.active {
    pointer-events: initial;
  }
  .mobile-menu.active .mobile-menu_bg {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: initial;
  }
  .mobile-menu.active .mobile-menu_wrapper {
    right: 0;
  }
  .mobile-menu_contact {
    background: #fffcff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    max-width: 450px;
    color: #384851;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
  }
  .mobile-menu_contact a {
    color: #202a30;
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .mobile-menu_wrapper ul li a {
    font-size: 18px;
  }
  .mobile-menu_wrapper ul {
    gap: 40px;
  }
  .mobile-menu_wrapper {
    width: 100%;
    gap: 20px;
    padding: 40px 20px;
  }
  .mobile-menu {
    height: calc(100vh - 74px);
    margin-top: 74px;
  }
  .mobile-menu_contact_social_item {
    position: relative;
  }
  .mobile-menu_contact {
    padding: 20px;
    font-size: 14px;
  }
  .mobile-menu_contact a {
    font-size: 14px;
  }
  .mobile-menu_wrapper {
    gap: 60px;
    padding-bottom: 200px;
  }
}
.banner {
  position: relative;
  height: calc(100vh - 89px);
  padding-top: 89px !important;
  overflow: hidden;
  will-change: transform;
}
.banner .container {
  height: 100%;
}
.banner__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4%;
}
.banner__img {
  position: absolute;
  background-image: url(/wp-content/themes/ekma/assets/img/bg_lines.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 830px;
  height: 432px;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__img_bg {
  width: 496px;
  height: 228px;
}
.banner__img_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner__img-scale {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 450px;
  height: 182px;
  clip-path: inset(0.830687%);
  will-change: transform, width, height, clip-path, top;
}
.banner__descr {
  max-width: 733px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: center;
}
.banner__descr h1 {
  position: relative;
  z-index: 6;
  transition: all 0.3s ease;
}
.banner__descr h1 span {
  transition: all 0.3s ease;
}
.banner__descr_text {
  color: #384851;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .banner__descr {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .banner__descr {
    gap: 15px;
  }
  .banner__descr_text {
    font-size: 14px;
  }
  .banner__wrapper {
    padding-bottom: 10%;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about__text {
  max-width: 1000px;
  color: #202a30;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.about__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__item_numb {
  color: #008dd2;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.about__item_title {
  color: #202a30;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.about__item_text {
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .about__text {
    font-size: 24px;
  }
  .about__content {
    gap: 25px;
  }
  .about__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about__item {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: 18px;
  }
  .about__content {
    gap: 20px;
  }
  .about__item_numb,
  .about__item_title {
    font-size: 18px;
  }
  .about__item_text {
    font-size: 14px;
  }
}
.spec {
  background-image: url(/wp-content/themes/ekma/assets/img/spec.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.spec__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spec__item {
  padding: 15px 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fffcff;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.spec__item span {
  position: relative;
  z-index: 1;
}
.spec__item_bg {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: #008dd2;
}
@media (max-width: 1023px) {
  .spec__item {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .spec__item {
    font-size: 18px;
  }
  .spec {
    background-position: center;
  }
}
.result {
  background-image: url(/wp-content/themes/ekma/assets/img/result_bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.result__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.result__title {
  display: flex;
  flex-direction: column;
}
.result__title_subtitle {
  color: #008dd2;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}
.result__blocks {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 40px;
}
.result__block_table {
  max-width: 496px;
}
.result__block_table table {
  border-collapse: separate;
  border-spacing: 40px 10px;
  margin: -10px 0 0 -40px;
}
.result__block_table table tr td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
}
.result__block_table table tr td:first-child {
  color: #008dd2;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.result__block_table table tr td:nth-child(2) {
  color: #202a30;
  white-space: nowrap;
}
.result__block_table table tr td:last-child {
  color: #384851;
  white-space: nowrap;
}
.result__block_graf {
  height: 400px;
  width: auto;
}
.result__block_graf img {
  height: 100% !important;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.result__block_count {
  background: #e6f4fb;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 425px;
}
.result__block_count_row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.result__block_count .count {
  white-space: nowrap;
  color: #008dd2;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}
.result__block_count p {
  color: #202a30;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1385px) {
  .result__block_graf {
    grid-row: 2;
  }
  .result__blocks {
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .result__block_count {
    padding: 40px 20px;
    min-width: 385px;
  }
  .result__block_table table {
    border-spacing: 20px 10px;
    margin: -10px 0 0 -20px;
  }
  .result__block_table {
    max-width: 436px;
  }
}
@media (max-width: 1023px) {
  .result__title_subtitle {
    font-size: 40px;
  }
  .result__block_count {
    grid-row: 2;
    grid-column: 1;
    padding: 25px 10px;
    gap: 5px;
    min-width: auto;
  }
  .result__block_table table {
    border-spacing: 10px 5px;
    margin: -5px 0 0 -10px;
  }
  .result__block_table {
    grid-column: 1/3;
    max-width: 410px;
  }
  .result__block_count .count {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .result__blocks {
    grid-template-columns: 1fr;
  }
  .result__block_graf {
    grid-row: 3;
  }
  .result__title_subtitle {
    font-size: 32px;
  }
  .result__block_table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .result__block_table table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px;
  }
  .result__block_table table tr td:first-child {
    grid-column: 1/3;
    font-size: 14px;
  }
  .result__block_table table {
    border-spacing: 0;
    margin: 0;
  }
  .result__block_table table tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .result__block_table table tr td {
    padding: 0;
  }
  .result__block_table table tr td {
    font-size: 14px;
  }
  .result {
    background-position: right bottom;
  }
  .result__block_count {
    padding: 20px;
  }
  .result__block_count .count {
    font-size: 32px;
  }
  .result__block_count p {
    font-size: 12px;
  }
  .result__block_graf {
    height: auto;
    width: 100%;
    max-height: 400px;
  }
  .result__block_graf img {
    width: 100% !important;
    height: 100% !important;
  }
}
.types__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.types__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
.types__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  align-items: center;
}
.types__item_img {
  width: 100%;
  height: 150px;
}
.types__item_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.types__item_descr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.types__item_title {
  color: #fffcff;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.types__item_text {
  color: #fffcff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .types__blocks {
    grid-template-columns: 1fr;
  }
  .types__content {
    gap: 20px;
  }
  .types__item {
    gap: 25px;
  }
  .types__item_descr {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .types__item {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .types__item_img {
    height: 80px;
  }
  .types__item_text,
  .types__item_title {
    font-size: 14px;
  }
}
.animate {
  min-height: 720px;
  height: 720px;
}
.animate__wrapper {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.animate .animated_graphic {
  position: relative;
  width: 228.653px;
  height: 352.474px;
  flex-shrink: 0;
  aspect-ratio: 24/37;
  justify-self: center;
  place-self: center;
  position: relative;
  will-change: transform;
  grid-column: 1/-1;
  grid-row: 1;
  z-index: 2;
}
.animate .animated_graphic img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  will-change: transform;
}
.animate .animated_text {
  min-width: 697px;
  max-width: 697px;
  min-height: 261px;
  padding: 66px 0 66px 150px;
  background-image: url(/wp-content/themes/ekma/assets/img/animate_bg.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  transform: translate(0, 0);
  opacity: 0;
  will-change: transform, opacity;
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
}
.animate .animated_text_in {
  padding: 10px 0 10px 40px;
  border-left: 4px solid #008dd2;
  background: #fffcff;
  color: #0b1728;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .animate .animated_graphic {
    width: 127.985px;
    height: 197.292px;
  }
  .animate .animated_text {
    padding: 66px 0 66px 75px;
    min-width: 535px;
    max-width: 536px;
  }
  .animate {
    min-height: 493px;
    height: 493px;
  }
}
@media (max-width: 1023px) {
  .animate {
    height: auto;
    overflow-x: hidden;
  }
  .animate__wrapper {
    grid-template-columns: auto auto;
    justify-content: center;
    grid-template-rows: 392px auto;
  }
  .animate .animated_text {
    grid-column: 1;
    grid-row: 2;
  }
  .animate .animated_text_in {
    padding: 10px 10px 10px 25px;
  }
  .animate .animated_text {
    width: auto;
    max-width: 623px;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .animate__wrapper {
    grid-template-rows: 233px auto;
  }
  .animate .animated_graphic {
    width: 102.089px;
    height: 157.834px;
  }
  .animate .animated_text {
    padding: 76px 0;
  }
  .animate .animated_text_in {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }
}

.scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10000;
  isolation: isolate;
}
.scroll__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 50% 50%;
  will-change: clip-path;
}
.scroll__item_img {
  width: 100%;
  height: 100%;
}
.scroll__item_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.scroll__item_info {
  position: relative;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.scroll__item_info::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/ekma/assets/img/noise.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.scroll__item_content,
.scroll__item_top {
  position: relative;
  z-index: 2;
}
.scroll__item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.scroll__item_content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  height: auto;
  will-change: transform;
  position: relative;
}
.scroll__item_content_img {
  position: relative;
  width: 496px;
  height: 228px;
}
.scroll__item_content_img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scroll__item_content_img-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 23px 22.5px 23px 23.5px;
}
.scroll__item_content_img-main img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.scroll__item_descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.scroll__item_descr .btn {
  margin-top: 20px;
}
.scroll__item_descr_title {
  color: #008dd2;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.scroll__item_descr_text {
  color: #0b1728;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.scroll-wrap {
  position: relative;
  z-index: 10000;
	background: #fffcff;
}
@media (max-width: 1325px) {
  .scroll__item_info {
    height: 100vh;
  }
}
@media (max-width: 1300px) {
  .scroll__item_info {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .scroll__item_img {
    display: none;
  }
  .scroll__item {
    grid-template-columns: 1fr;
  }
  .scroll__item_info {
    padding: 40px 100px;
  }
  .scroll__item_top {
    font-size: 24px;
  }
  .scroll__item_descr {
    gap: 10px;
  }
  .scroll__item_descr .btn {
    margin-top: 15px;
  }
  .scroll__item_content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .scroll__item_info {
    height: 100vh;
  }
  .scroll__item_info {
    padding: 40px 20px 20px;
  }
  .scroll__item_content_img {
    max-width: 320px;
    width: auto;
    height: auto;
  }
  .scroll__item_content_img-mask img {
    width: 100%;
    height: 100%;
  }
  .scroll__item_content_img-main {
    padding: 13px 16px;
  }
  .scroll__item_top {
    font-size: 22px;
  }
  .scroll__item_descr {
    gap: 10px;
  }
  .scroll__item_descr .btn {
    margin-top: 10px;
  }
  .scroll__item_descr_text,
  .scroll__item_descr_title {
    font-size: 18px;
  }
}
.certificate {
  overflow-x: hidden;
}
.certificate__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.certificate__title {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.certificate__subtitle {
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.certificate__slider {
  width: 100%;
  position: relative;
  overflow: visible;
}
.certificate__slider .swiper-wrapper {
  display: flex;
  gap: 20px;
}
.certificate__slider .swiper-slide {
  height: auto;
  margin-right: 0 !important;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.certificate__slider_item {
  width: 100%;
  height: 100%;
}
.certificate__slider_item a {
  width: 100%;
  height: 100%;
}
.certificate__slider_item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .certificate__content {
    gap: 20px;
  }
  .certificate__title {
    gap: 5px;
  }
  .certificate__slider .swiper-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .certificate__subtitle {
    font-size: 14px;
  }
  .certificate__slider .swiper-slide {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}
.equip__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.equip__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.equip__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.equip__card_img {
  width: 100%;
  height: 300px;
}
.equip__card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.equip__card_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.equip__card_info_title {
  color: #008dd2;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.equip__card_info_text {
  color: #fffcff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .equip__card_img {
    height: auto;
    aspect-ratio: 49/30;
  }
}
@media (max-width: 1023px) {
  .equip__content {
    gap: 25px;
  }
  .equip__blocks {
    gap: 25px;
  }
  .equip__card {
    gap: 10px;
  }
  .equip__card_info_title {
    font-size: 16px;
  }
  .equip__card_info {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .equip__blocks {
    grid-template-columns: 1fr;
  }
  .equip__content {
    gap: 20px;
  }
  .equip__card_info_text {
    font-size: 14px;
  }
}
.customer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.customer__blocks {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin-left: -1px;
}
.customer__item {
  border: 0.5px solid #d5dee2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  margin-top: -1px;
  min-height: 220px;
}
.customer__item img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .customer__content {
    gap: 25px;
  }
  .customer__blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .customer__content {
    gap: 20px;
  }
  .customer__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .customer__item {
    min-height: 120px;
    padding: 20px 15px;
  }
}
.reviews {
  background-color: #cfdfe6;
  position: relative;
  overflow-x: hidden;
}
.reviews .name_block_line {
  background: #698996;
}
.reviews::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/ekma/assets/img/noise.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.reviews__wrapper {
  position: relative;
  z-index: 2;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reviews__slider {
  width: 100%;
  position: relative;
  overflow: visible;
}
.reviews__slider .swiper-wrapper {
  display: flex;
  gap: 40px;
}
.reviews__slider .swiper-slide {
  height: auto;
  margin-right: 0 !important;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
}
.reviews__slider_item {
  width: 100%;
  height: 100%;
  background: #e6f4fb;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.reviews__slider_item_descr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__slider_item_title {
  color: #202a30;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.reviews__slider_item_text {
  color: #202a30;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.reviews__slider_item_file {
  position: relative;
  display: grid;
  grid-template-columns: 30px auto;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.reviews__slider_item_file_icon {
  width: 100%;
  height: 40px;
}
.reviews__slider_item_file_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__slider_item_file_title {
  color: #191e1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .reviews__slider_item_file:hover .reviews__slider_item_file_title {
    color: #008dd2;
  }
}
@media (max-width: 1023px) {
  .reviews__content,
  .reviews__slider .swiper-wrapper {
    gap: 25px;
  }
  .reviews__slider .swiper-slide {
    width: 340px;
    max-width: 340px;
    min-width: 340px;
  }
  .reviews__slider_item {
    padding: 25px;
    gap: 10px;
  }
  .reviews__slider_item_descr {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .reviews__content,
  .reviews__slider .swiper-wrapper {
    gap: 20px;
  }
  .reviews__slider_item {
    padding: 20px;
  }
  .reviews__slider_item_title {
    font-size: 18px;
  }
  .reviews__slider_item_file_title,
  .reviews__slider_item_text {
    font-size: 12px;
  }
  .reviews__slider .swiper-slide {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
}
.news {
  overflow-x: hidden;
}
.news__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news__slider {
  width: 100%;
  position: relative;
  overflow: visible;
}
.news__slider .swiper-wrapper {
  display: flex;
  gap: 40px;
}
.news__slider .swiper-slide {
  height: auto;
  margin-right: 0 !important;
  width: 490px;
  min-width: 490px;
  max-width: 490px;
}
.news__slider_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
.news__slider_item_img {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.news__slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news__slider_item_descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news__slider_item_title {
  color: #008dd2;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.news__slider_item_link {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.news__slider_item_link p {
  width: -moz-fit-content;
  width: fit-content;
  color: #fffcff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
}
.news__slider_item_link svg {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.news__slider_item_link svg path {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .news__slider_item:hover .news__slider_item_link p {
    color: #008dd2;
  }
  .news__slider_item:hover .news__slider_item_link svg {
    margin-left: 14px;
  }
  .news__slider_item:hover .news__slider_item_link svg path {
    fill: #008dd2;
  }
  .news__slider_item:hover .news__slider_item_img img {
    transform: scale(1.05);
  }
}
@media (max-width: 1023px) {
  .news__content,
  .news__slider .swiper-wrapper {
    gap: 25px;
  }
  .news__slider .swiper-slide {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
  }
  .news__slider_item_img {
    height: auto;
    aspect-ratio: 49/30;
  }
  .news__slider_item,
  .news__slider_item_descr {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .news__content,
  .news__slider .swiper-wrapper {
    gap: 20px;
  }
  .news__slider .swiper-slide {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
  .news__slider_item_title {
    font-size: 16px;
  }
  .news__slider_item_link p {
    font-size: 14px;
  }
}
.job {
  position: relative;
}
.job_animate {
  position: absolute;
  right: 0;
  bottom: 0;
}
.job__content {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.job__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1000px;
}
.job__subtitle {
  color: #384851;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.job__subtitle strong {
  font-weight: 700;
  color: #202a30;
}
.job__count {
  background-image: url(/wp-content/themes/ekma/assets/img/job_bg.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 150px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 33px 79px 33px 0;
}
.job__count_item {
  padding: 20px 10px 20px 40px;
  border-left: 4px solid #008dd2;
  background: #fffcff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job__count_item_numb {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.job__count_item_numb p {
  color: #0b1728;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.job__count_item_numb p:first-child {
  color: #008dd2;
  font-size: 48px;
  line-height: 80%;
}
.job__count_item_text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.job__list {
  max-width: 750px;
}
.job__list_item {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #d5dee2;
  cursor: pointer;
}
.job__list_item:last-child {
  border-bottom: 1px solid #d5dee2;
}
.job__list_item_title {
  color: #202a30;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.job__list_item_price {
  color: #008dd2;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.job__list_item_btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .job__count {
    gap: 60px;
  }
  .job__list {
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  .job__top {
    gap: 0;
  }
  .job__count {
    padding: 47px 0 47px;
    background-size: cover;
    gap: 25px;
  }
  .job__count_item {
    padding: 10px 10px 10px 25px;
  }
  .job__count_item_numb p:first-child {
    font-size: 40px;
  }
  .job__content {
    gap: 33px;
  }
  .job__list {
    max-width: none;
  }
  .job_animate {
    display: none;
  }
  .job__list_item {
    padding: 25px 0;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .job__count {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    background-size: auto;
    background-position: center;
  }
  .job__subtitle {
    font-size: 14px;
  }
  .job__top {
    gap: 20px;
  }
  .job__count_item {
    padding: 10px 10px 10px 20px;
  }
  .job__count_item_numb p:first-child {
    font-size: 32px;
  }
  .job__count_item_numb p {
    font-size: 18px;
  }
  .job__count_item_text {
    font-size: 12px;
  }
  .job__content {
    gap: 60px;
  }
  .job__list_item {
    padding: 20px 0;
    gap: 20px;
  }
  .job__list_item_price,
  .job__list_item_title {
    font-size: 14px;
  }
}
.contact {
  position: relative;
  background-image: url(/wp-content/themes/ekma/assets/img/contact_bg.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #e6f4fb;
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/ekma/assets/img/noise.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.contact__wrapper {
  position: relative;
  z-index: 2;
}
.contact__content {
  display: grid;
  grid-template-columns: minmax(auto, 550px) auto;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__subtitle {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.contact__right {
  background: #fffcff;
  padding: 40px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #384851;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.contact__right a {
  color: #202a30;
  font-weight: 600;
  line-height: 150%;
	transition: all 0.3s ease-in-out;
}
.contact__form,
.contact__form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__form-input_error,
.contact__form-radio_error {
  display: none;
}
.contact__form-input__wrapper {
  position: relative;
}
.contact__form-input__wrapper.input_error .contact__form-input_error,
.contact__form_radios.radio_error .contact__form-radio_error {
  display: flex;
  align-self: end;
  justify-self: end;
  color: var(--Red-1, #e30613);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}
.contact__form-input__wrapper.input_error .contact__form-input_placeholder,
.contact__form_radios.radio_error label {
  color: #e30613;
}
.contact__form-input__wrapper input:not([type='radio']),
.contact__form-input__wrapper textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d5dee2;
  background: #fffcff;
  padding: 20px;
  outline: 0;
  color: #384851;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.contact__form-input__wrapper input::-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__form-input__wrapper input::placeholder {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.contact__form-input__wrapper input:focus::-moz-placeholder {
  opacity: 1;
}
.contact__form-input__wrapper input:focus::placeholder {
  opacity: 1;
}
.contact__form-input__wrapper input:focus,
.contact__form-input__wrapper textarea:focus {
  border: 1px solid #008dd2;
  background: #fffcff;
  outline: 0;
  padding: 30px 20px 10px;
  box-shadow: none;
}
textarea {
  height: 94px;
  border-radius: 10px;
  resize: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fffcff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.contact__form-input_placeholder {
  position: absolute;
  top: 23px;
  left: 20px;
  pointer-events: none;
  color: #384851;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.contact__form-input__wrapper.focused .contact__form-input_placeholder,
.contact__form-input__wrapper.focused .contact__form-input_placeholder,
.contact__form-input__wrapper.done .contact__form-input_placeholder {
  top: 5px;
  font-size: 12px;
}
.contact__form-input__wrapper.done input,
.contact__form-input__wrapper.done textarea,
.contact__form-input__wrapper input:focus,
.contact__form-input__wrapper textarea:focus {
  padding: 30px 20px 10px !important;
}
.contact__form_btns {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.contact__form_btns .btn {
  width: 100%;
  outline: 0;
  border: none;
  padding: 0 30px;
}
.contact__form_policy {
  color: #384851;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.contact__form_policy a {
  color: #202a30;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease-in-out;
}
.wpcf7-not-valid-tip {
  display: flex;
  align-self: end;
  justify-self: end;
  color: var(--Red-1, #e30613);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-form-control-wrap,
.contact__form-input__wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}
.wpcf7-form-control-wrap input {
  width: 100%;
}

@media (min-width: 1024px) {
  .contact__form_policy a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .contact__content {
    grid-template-columns: minmax(auto, 495px) auto;
  }
}
@media (max-width: 1023px) {
  .contact__content {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .contact__right {
    padding: 25px;
    gap: 10px;
  }
  .contact__left {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .contact__right {
    padding: 20px;
    font-size: 14px;
  }
  .contact__form,
  .contact__left {
    gap: 10px;
  }
  .contact__title {
    gap: 0;
  }
  .contact__subtitle {
    font-size: 14px;
  }
  .contact__form-inputs {
    gap: 5px;
  }
  .contact__form_btns {
    gap: 10px;
    align-items: center;
  }
  .contact__form_btns .btn {
    height: 48px;
    padding: 0 25px;
  }
  .contact__form_policy {
    font-size: 10px;
  }
  .contact__form_policy a {
    font-size: 10px;
  }
}
.modal_close {
  border-radius: 100px;
  background: #fffcff;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  padding: 1px 0 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 20px;
  right: 40px;
  cursor: pointer;
  transition: all 0.2s;
}
.modal_close svg,
.modal_close svg path {
  transition: all 0.2s;
}

.modal_close::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.modal_close::after {
  background-color: #fffcff;
}

@media (min-width: 1024px) {
  .modal_close:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #008dd2;
  }
  .modal_close:hover svg {
    transform: rotate(180deg);
  }
  .modal_close:hover svg path {
    stroke: #fffcff;
  }
  .modal_close:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
  }
}
.modal__item {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  pointer-events: none;
  visibility: hidden;
  transition: background 0.6s ease;
}
.modal__item::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal__item::-webkit-scrollbar-thumb {
  background: #008dd2;
  border-radius: 40px;
}
.modal__item::-webkit-scrollbar-track {
  background: #fffcff;
}
.modal__item::-webkit-scrollbar-horizontal {
  width: 4px;
  height: 4px;
}
.modal__item::-webkit-scrollbar-thumb:horizontal {
  background: #008dd2;
  border-radius: 40px;
}
.modal__item::-webkit-scrollbar-track:horizontal {
  background: #fffcff;
}
.modal__item.active {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: initial;
  visibility: visible;
}
.modal__item_scroll {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  transition: transform 0.6s ease;
  transform: translateX(100%);
}
.modal__item.active .modal__item_scroll {
  transform: translateX(0);
}
.catalog-modal__item_scroll {
  padding: 100px 0;
  position: relative;
}
.catalog-modal__item_scroll::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/ekma/assets/img/noise.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.catalog-modal__item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.catalog-modal__item_content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.catalog-modal__item_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-modal__item_title_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.catalog-modal__item_title_info {
  color: #008dd2;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.catalog-modal__item_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog-modal__item_block_main {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #202a30;
  font-size: 20px;
  font-weight: 600;
}
.catalog-modal__item_block_main ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: square;
}
.catalog-modal__item_block_main ul li {
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
}
.catalog-modal__item_block_main ul li strong {
  color: #202a30;
  font-weight: 600;
}
.catalog-modal__item_block_main ul li::marker {
  color: #008dd2;
}
.catalog-modal__item_block_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #202a30;
  font-size: 14px;
  font-weight: 600;
}
.catalog-modal__item_block_list strong {
  color: #008dd2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-modal__item_block_list strong::before {
  content: '';
  display: block;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  background: #008dd2;
  border-radius: 100%;
}
.catalog-modal__item_block_list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: square;
}
.catalog-modal__item_block_list ul li {
  margin-left: 25px;
}
.catalog-modal__item_block_list ul li::marker {
  color: #008dd2;
}
.catalog-modal__item_block_slider {
  width: 100%;
  position: relative;
  overflow: visible;
}
.catalog-modal__item_block_slider .swiper-wrapper {
  display: flex;
  gap: 20px;
}
.catalog-modal__item_block_slider .swiper-slide {
  height: auto;
  margin-right: 0 !important;
  width: 450px;
  min-width: 450px;
  max-width: 450px;
}
.catalog-modal__item_block_slider_item {
  width: 100%;
  height: 100%;
}
.catalog-modal__item_block_slider_item a {
  width: 100%;
  height: 100%;
}
.catalog-modal__item_block_slider_item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .catalog-modal__item_scroll {
    padding: 80px 0;
  }
  .catalog-modal__item_wrapper {
    gap: 25px;
  }
  .catalog-modal__item_content {
    gap: 80px;
  }
  .catalog-modal__item_block {
    gap: 25px;
  }
  .catalog-modal__item_block_list ul,
  .catalog-modal__item_block_main,
  .catalog-modal__item_block_main ul,
  .catalog-modal__item_title {
    gap: 5px;
  }
  .catalog-modal__item_block_list {
    gap: 10px;
  }
  .catalog-modal__item_block_slider .swiper-slide {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
  .catalog-modal__item_title_top {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .catalog-modal__item_scroll {
    padding: 60px 0;
  }
  .catalog-modal__item_content {
    gap: 60px;
  }
  .catalog-modal__item_block,
  .catalog-modal__item_wrapper {
    gap: 20px;
  }
  .catalog-modal__item_title_top {
    font-size: 22px;
  }
  .catalog-modal__item_title_info {
    font-size: 12px;
  }
  .catalog-modal__item_block_main {
    font-size: 18px;
  }
  .catalog-modal__item_block_main ul li {
    font-size: 14px;
  }
  .catalog-modal__item_block_list strong {
    font-size: 14px;
    gap: 5px;
  }
  .catalog-modal__item_block_list ul li {
    font-size: 12px;
  }
  .modal_close {
    top: 10px;
    right: 20px;
  }
}

.news-modal__item {
  display: flex;
  justify-content: flex-end;
}

.news-modal__item_scroll {
  padding: 60px;
  background: #0b1728;
  max-width: 925px;
}
.news-modal__item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-modal__item_title {
  color: #fffcff;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.news-modal__item_banner {
  width: 100%;
  height: 300px;
}
.news-modal__item_banner a,
.news-modal__item_banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-modal__item_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fffcff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.news-modal__item_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.news-modal__item_img_item {
  width: 100%;
  height: 173px;
}
.news-modal__item_img_item a,
.news-modal__item_img_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-modal__item_img.col2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .news-modal__item_scroll {
    padding: 60px 40px;
  }
  .news-modal__item_wrapper {
    gap: 10px;
  }
  .news-modal__item_title {
    font-size: 24px;
  }
  .news-modal__item_text {
    font-size: 16px;
    gap: 10px;
  }
  .news-modal__item_img_item {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .news-modal__item_scroll {
    padding: 60px 20px;
  }
  .news-modal__item_title {
    font-size: 22px;
  }
  .news-modal__item_text {
    font-size: 14px;
  }
  .news-modal__item_img,
  .news-modal__item_img.col2 {
    grid-template-columns: 1fr;
  }
  .news-modal__item_img_item {
    height: 214px;
  }
}

.job-modal__item {
  display: flex;
  justify-content: flex-end;
}

.job-modal__item_scroll {
  padding: 60px;
  background: #e6f4fb;
  max-width: 925px;
}
.job-modal__item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.job-modal__item_title {
  color: #202a30;
  font-size: 32px;
  font-weight: 600;
}
.job-modal__item_price {
  color: #008dd2;
  font-size: 16px;
  font-weight: 600;
}
.job-modal__item_main {
  color: #202a30;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-modal__item_main a {
	font-size: 16px;
  font-weight: 600;
	 color: #202a30;
	transition: all 0.3s ease-in-out;
}
.job-modal__item_main ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: square;
}
.job-modal__item_main ul li,
.job-modal__item_text ul li {
  margin-left: 25px;
}

.job-modal__item_main ul li::marker,
.job-modal__item_text ul li::marker {
  color: #008dd2;
}
.job-modal__item_text {
  color: #202a30;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-modal__item_text ul {
  list-style-type: square;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-modal__item_text ul li {
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
	.job-modal__item_main a:hover {
		color: #008dd2;
	}
}
@media (max-width: 1023px) {
  .job-modal__item_scroll {
    padding: 60px 40px;
  }
  .job-modal__item_wrapper {
    gap: 10px;
  }
  .job-modal__item_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .job-modal__item_scroll {
    padding: 60px 20px;
  }
  .job-modal__item_title {
    font-size: 22px;
  }
  .job-modal__item_text ul,
  .job-modal__item_text,
  .job-modal__item_main {
    gap: 5px;
  }
  .job-modal__item_price,
  .job-modal__item_main,
  .job-modal__item_text,
  .job-modal__item_text ul li {
    font-size: 14px;
  }
}

.privacy-policy {
  padding-top: 150px !important;
  background: #e6f4fb;
}
.privacy-policy__title {
  color: #202a30;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
.privacy-policy__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
}
.privacy-policy__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.privacy-policy__text_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
}
.privacy-policy__text_block a {
  color: #202a30;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.privacy-policy__text_block ul li {
  margin-left: 20px;
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
}
.privacy-policy__text_block ul li::marker {
  font-size: 10px;
}
.privacy-policy__text h1,
.privacy-policy__text h2,
.privacy-policy__text h3,
.privacy-policy__text h4,
.privacy-policy__text h5,
.privacy-policy__text h6 {
  color: #202a30;
  font-size: 20px;
  font-weight: 700;
}
.privacy-policy__text_table {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}
.privacy-policy__text_table_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d5dee2;
}
.privacy-policy__text_table_row p:first-child {
  color: #384851;
  font-size: 16px;
  font-weight: 400;
}
.privacy-policy__text_table_row p:last-child,
.privacy-policy__text_table_row a {
  color: #202a30;
  font-size: 16px;
  font-weight: 400;
}
.privacy-policy__text_table_row a {
  text-decoration: underline;
  transition: all 0.3 ease-in-out;
}
@media (max-width: 1023px) {
  .privacy-policy__title {
    font-size: 32px;
  }
  .privacy-policy__text_table_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .privacy-policy__text_table_row p:last-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .privacy-policy {
    padding-top: 130px !important;
  }
  .privacy-policy__title {
    font-size: 22px;
  }
  .privacy-policy__text h1,
  .privacy-policy__text h2,
  .privacy-policy__text h3,
  .privacy-policy__text h4,
  .privacy-policy__text h5,
  .privacy-policy__text h6 {
    font-size: 18px;
  }
  .privacy-policy__text_block,
  .privacy-policy__text_block ul li,
  .privacy-policy__text_block a {
    font-size: 14px;
  }
  .privacy-policy__text_table_row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .privacy-policy__text_table_row p:last-child,
  .privacy-policy__text_table_row a,
  .privacy-policy__text_table_row p:first-child,
  .privacy-policy__text_table_row {
    font-size: 12px;
  }
  .privacy-policy__text_table_row p:last-child {
    text-align: left;
  }
}

.error {
  min-height: calc(100vh - 57px);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.error__wrapper {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.error__text {
  color: #191e1f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.error__title {
  color: #191e1f;
  font-size: 40px;
  font-weight: 800;
}
.error__img {
  width: 400px;
  height: auto;
}
.error__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .error {
    min-height: calc(100vh - 130px);
  }
  .error__wrapper {
    gap: 10px;
  }
  .error__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .error {
    min-height: calc(100vh - 144px);
  }
  .error__title {
    font-size: 28px;
  }
  .error__text {
    font-size: 14px;
  }
  .error__img {
    width: 320px;
  }
}
