/*!
Theme Name: Systeza
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Elite
Version: 1.0.0
Text Domain: wwww
*/

/* Normalize css START*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:focus-visible {
  outline: none !important;
}
li {
  list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
}

* {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input,
textarea {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: none;
}
/* Normalize css END */

header {
  padding: 20px 0;
  border-bottom: 1px solid #e1e3e6;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid rgba(126, 137, 148, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(26.399999618530273px);
  padding: 4px;
}

.header-menu a {
  transition: all 0.4s linear;
  display: flex;
  padding: 20px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1px solid transparent;
  color: #111727;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.3px;
}

.header-menu a:hover,
.header-menu .current-menu-item a:hover {
  border: 1px solid #2aa3dc;
}

.header-menu .current-menu-item a {
  border: 1px solid #e5e7ea;
  border-radius: 9px;
  background: #e5e7ea;
}

.to-contacts-button {
  display: flex;
  padding: 20px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: #111727;
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.3px;
  transition: all 0.4s ease;
}

.page-template-home .to-contacts-button:hover,
.to-contacts-button:hover {
  color: #2aa3dc;
}

.page-template-home header {
  position: absolute;
  width: 100%;
  z-index: 100;
  border-bottom: none;
}

.page-template-home .header-wrapper {
  max-width: 92%;
}

.page-template-home .header-menu a {
  color: #fff;
}

.page-template-home .header-menu .current-menu-item a {
  color: #111727;
}

.page-template-home .to-contacts-button {
  background: #fff;
  color: #111727;
}

.hero-banner {
  position: relative;
  width: calc(100vw - 60px);
  margin: 10px auto 0 auto;
  border-radius: 25px;
  overflow: hidden;
  height: 90vh;
  min-height: 800px;
}

.hero-banner::after {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(17, 23, 39, 0.7) 0%,
    rgba(17, 23, 39, 0.7) 100%
  );
}

.banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 88px;
  font-size: clamp(2.75rem, 0.5552rem + 4.5786vw, 5.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.52px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.hero-title .blue {
  color: #2aa3dc;
}

.hero-subtitle {
  max-width: 645px;
  color: #8a93a2;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
  margin-bottom: 44px;
}

.primary-button {
  display: flex;
  padding: 20px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #2aa3dc;
  border: 2px solid #2aa3dc;
  transition: all 0.4s ease;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.28px;
  width: fit-content;
}

.transparent-button {
  transition: all 0.4s ease;
  display: flex;
  padding: 20px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 2px solid #fff;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.28px;
}

.primary-button:hover,
.transparent-button:hover,
.contact-form-block form .form-buttons input:hover {
  border: 2px solid #2aa3dc;
  background: transparent;
  color: #2aa3dc;
}

.banner-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wrapper {
  max-width: 1440px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.about-us-section {
  padding: 40px 0 120px 0;
}

.site-title,
.about-us-blocks h2 {
  width: 100%;
  color: #8a93a2;
  font-family: Inter;
  font-size: 18.743px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.776px; /* 142.857% */
  letter-spacing: -0.375px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(138, 147, 162, 0.3);
}

.about-us-blocks .block {
  display: flex;
}

.about-us-blocks .video-with-text {
  gap: 60px;
  flex-direction: row-reverse;
}

.about-us-blocks .video-with-text .block-text {
  width: 610px;
  width: 42.5%;
  display: flex;
  flex-direction: column;
}

.about-us-blocks .video-with-text .block-video {
  flex: 1;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  align-self: stretch;
  border-radius: 12px;
  background: #2aa3dc;
  backdrop-filter: blur(26.399999618530273px);
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}

.about-us-blocks .video-with-text .block-video video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.about-us-blocks {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.about-us-blocks .primary-button {
  width: fit-content;
}

.about-us-blocks .block h3 {
  color: #111727;
  font-family: Inter;
  /* font-size: 68px; */
  font-size: clamp(2.25rem, 0.6537rem + 3.3299vw, 4.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 117.647%;
  letter-spacing: -1.36px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.about-us-blocks .block .block-text p {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
  margin-bottom: 16px;
}

.about-us-blocks .photo-with-text .block-text {
  width: 47%;
  display: flex;
  flex-direction: column;
}

.about-us-blocks .photo-with-text {
  gap: 80px;
}

.about-us-blocks .block .block-image {
  flex: 1;
  border-radius: 25px;
  overflow: hidden;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.businesses-wrapper {
  display: flex;
  padding: 90px;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
  border-radius: 25px;
  background: #2aa3dc;
}

.businesses-header {
  display: flex;
  align-items: center;
}

.businesses-title {
  color: #fff;
  font-family: Inter;
  font-size: clamp(2.25rem, 0.6537rem + 3.3299vw, 4.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 117.647%;
  letter-spacing: -1.36px;
  text-transform: uppercase;
  flex: 1;
}

.businesses-title-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 395px;
}

.businesses-text {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}

.white-button {
  display: flex;
  padding: 20px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s linear;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
  width: fit-content;
  transition: all 0.4s ease;
}

.white-button:hover {
  color: #2aa3dc;
}

.businesses-circles {
  display: flex;
  align-items: center;
}

.businesses-circles .circle {
  flex: 1;
  aspect-ratio: 1/1;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-left: -24px;
  position: relative;
  z-index: 1;
  padding: 40px;
  padding: 5% 40px 40px 40px;
}

.businesses-circles .circle:first-child {
  margin-left: 0;
}

.businesses-circles .circle .number {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
  opacity: 0.4;
}

.circle-title {
  max-width: 240px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.32px;
}

.circle-text {
  max-width: 200px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
  letter-spacing: -0.22px;
}

.blog-on-main-section {
  padding-top: 60px;
}

.blog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.big-site-title {
  color: #111727;
  font-family: Inter;
  font-size: clamp(2.25rem, 0.6537rem + 3.3299vw, 4.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 117.647%;
  letter-spacing: -1.36px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.latest-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.latest-news .news-item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: var(--White, #fff);
}

.news-image {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #111727;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.48px;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-excerpt {
  overflow: hidden;
  color: #8a93a2;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: #8a93a2;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
}

footer {
  margin-top: 60px;
  padding: 40px 0 8px 0;
  border-top: 4px solid #111727;
  background: #111727;
}

.top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.footer-menu-block .label {
  display: block;
  overflow: hidden;
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.footer-menu a {
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.3px;
  transition: all 0.4s ease;
}

.footer-menu a:hover {
  color: #2aa3dc;
}

.footer-phones {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 22px */
  letter-spacing: -0.44px;
}

.footer-phones a {
  transition: all 0.4s ease;
  width: fit-content;
}

.footer-phones a:hover {
  color: #2aa3dc;
}

.company-address {
  width: 412px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.64px;
}

.company-address span {
  opacity: 0.5;
}

.footer-menu-block {
  position: relative;
}

.top-top-button {
  border: none;
  outline: none;
  position: absolute;
  bottom: 25px;
  right: -80px;
  border-radius: 6px;
  background: #2aa3dc;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.top-top-button:hover {
  opacity: 0.7;
}

.bottom-footer {
  padding: 12px 0 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.827px;
  opacity: 0.5;
  margin-top: 25px;
}

.site-main {
  padding-top: 32px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111727;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
  margin-bottom: 9px;
}

.breadcrumbs .current {
  color: #858890;
}

.about-page-top-section {
  padding-bottom: 120px;
}

.about-page-top-wrapper {
  display: flex;
  align-items: center;
  gap: 72px;
}

.about-page-top-wrapper .images-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 9px;
  width: 50%;
  /* min-width: 747px; */
}

.about-page-top-wrapper .about-image {
  aspect-ratio: 368/330;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
}

.about-page-top-wrapper .text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-page-top-wrapper .text-column h2 {
  color: #111727;
  font-family: Inter;
  /* font-size: 52px; */
  font-size: clamp(2.25rem, 1.4519rem + 1.6649vw, 3.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.04px;
}

.about-page-top-wrapper .text-column p {
  margin: 0;
  color: var(--black-70, #707074);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
}

.our-values-wrapper {
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 25px;
  background: #fff;
}

.small-title {
  color: #111727;
  text-align: center;
  font-family: Inter;
  font-size: clamp(2.25rem, 1.4519rem + 1.6649vw, 3.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.04px;
}

.values-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.value-block {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 12px;
  background: #f9f9f9;
  overflow: hidden;
}

.value-block.values-image {
  padding: 0;
}

.value-block .value-icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
}

.value-block .value-title {
  display: block;
  color: #111727;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.value-block .value-text {
  color: var(--black-70, #707074);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.development-banner-wrapper {
  position: relative;
  height: 556px;
  border-radius: 15px;
  overflow: hidden;
}

.development-banner-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 407px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  left: 0;
  bottom: 0;
}

.development-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.development-banner-content {
  padding: 36px;
  width: 100%;
  max-width: 888px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 2;
  position: relative;
}

.development-banner-content .banner-title {
  color: #fff;
  font-family: Inter;
  font-size: clamp(1.75rem, -1.243rem + 6.2435vw, 5.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.761px;
  margin-bottom: 12px;
}

.development-banner-content .banner-text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.development-banner {
  padding-top: 20px;
  margin-bottom: 60px;
}

.development-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

.development-wrapper {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

.development-item {
  display: flex;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.development-item:nth-child(even) {
  flex-direction: row-reverse;
}

.development-list .development-image {
  width: 50%;
}
.development-list .development-item-content {
  flex: 1;
}

.development-list .development-image {
  border-radius: 16px;
  overflow: hidden;
}

.development-item-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  color: var(--black-70, #707074);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  background-image: url("/wp-content/uploads/2025/09/list-bg-odd.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.development-item:nth-child(even) .development-item-content {
  background-image: url("/wp-content/uploads/2025/09/list-bg-even.svg");
  background-position: left;
  background-repeat: no-repeat;
}

.development-item-content .development-title {
  color: #111727;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
}

.our-mission-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.our-mission-section h2 {
  color: #111727;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
  letter-spacing: -0.56px;
  margin-bottom: 12px;
}

.our-mission-section p {
  color: #8a93a2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.our-mission-section ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-mission-section ul li {
  position: relative;
  color: #8a93a2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
  padding-left: 34px;
}

.our-mission-section ul li::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 4px;
  border-radius: 50%;
  content: "";
  background-image: url("/wp-content/uploads/2025/09/marker.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-page-wrapper {
  max-width: 900px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.text-page-wrapper.breadcrumbs {
  margin-bottom: 8px;
}

.text-page-wrapper .title {
  color: #111727;
  font-family: Inter;
  font-size: 52px;
  font-size: clamp(2.25rem, 1.4519rem + 1.6649vw, 3.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.04px;
  margin-bottom: 32px;
}

.text-page-wrapper h3 {
  overflow: hidden;
  color: #111727;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.48px;
  margin-bottom: 16px;
  max-width: 90%;
}

.text-page-wrapper h3:not(:first-child) {
  padding-top: 28px;
}

.text-page-wrapper p {
  color: #8a93a2;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}

.not-found-wrapper {
  width: 708px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 55vh;
}

.not-found-wrapper .number {
  color: #111727;
  font-family: Inter;
  /* font-size: 144px; */
  font-size: clamp(9rem, -1.4255rem + 21.7482vw, 22.0625rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.88px;
}

.not-found-wrapper .text {
  color: #111727;
  text-align: center;
  font-family: Inter;
  /* font-size: 48.609px; */
  font-size: clamp(1.125rem, -0.3715rem + 3.1217vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.972px;
  margin-bottom: 20px;
}

.not-found-wrapper .subtext {
  color: #8a93a2;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

.not-found-wrapper .links-block {
  display: flex;
  flex-direction: column;
}

.not-found-wrapper .links-block h3 {
  color: #111727;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}

.not-found-wrapper .links-block .link {
  color: #8a93a2;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}

.not-found-wrapper .links-block .link.to-main {
  color: #2aa3dc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tabs {
  margin: 20px 0 32px 0;
}

.tabs ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.tabs ul .tab-link {
  flex: 1;
  cursor: pointer;
  display: flex;
  padding: 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #e1e3e6;
  color: #111727;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
  transition: all 0.4s ease;
}

.tabs ul .tab-link:hover {
  border: 1px solid #2aa3dc;
}
.tabs ul li.active {
  background: #2aa3dc;
  border: 1px solid #2aa3dc;
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-image {
  max-width: 100%;
  height: 556px;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
}

.tab-image::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 407px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  left: 0;
  bottom: 0;
}

.tab-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.tab-banner {
  position: relative;
  width: 100%;
  max-width: 627px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 42px;
  margin: 0 auto;
  z-index: 2;
}

.tab-banner-icon {
  border-radius: 15px;
  background: #2aa3dc;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tab-banner-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.tab-banner h3 {
  margin: 25px 0 7px 0;
  color: #fff;
  font-family: Inter;
  /* font-size: 88.069px; */
  font-size: clamp(1.75rem, -1.243rem + 6.2435vw, 5.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.761px;
}

.tab-banner p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.tab-main-content {
  max-width: 900px;
  margin: 0 auto 32px auto;
}

.tab-main-content p {
  color: #8a93a2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.tab-main-content h3 {
  color: #111727;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 00;
  line-height: 36px; /* 128.571% */
  letter-spacing: -0.56px;
  padding-top: 40px;
  margin-bottom: 12px;
}

.tab-main-content img {
  margin-top: 28px;
  height: 513px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.tab-main-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.tab-main-content ul li {
  position: relative;
  color: #8a93a2;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.4px;
  padding-left: 34px;
}

.tab-main-content ul li::before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 4px;
  border-radius: 50%;
  content: "";
  background-image: url(/wp-content/uploads/2025/09/marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page-section {
  min-height: 55vh;
}

.contact-page-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 93px;
}

.company-info-block {
  flex: 1;
}

.company-info-block .title {
  color: #111727;
  font-family: Inter;
  font-size: clamp(2.25rem, 1.4519rem + 1.6649vw, 3.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.04px;
  margin-bottom: 56px;
}

.company-info-block .link {
  color: #8a93a2;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}

.company-info-block .link a {
  transition: all 0.4s ease;
}

.company-info-block .link a:hover {
  color: #2aa3dc;
}

.company-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.company-info-item {
  display: flex;
  flex-direction: column;
}

.company-info-item .label {
  color: var(--Blue, #060d24);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin-bottom: 10px;
}

.company-info-item.address .link {
  line-height: 150%;
}

.contact-form-block {
  width: 100%;
  max-width: 673px;
  display: flex;
  padding: 44px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
}

.contact-form-block .title {
  color: #111727;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  max-width: 513px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  color: #929292;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
}

.contact-form-block form p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form-block .wpcf7 {
  width: 100%;
}

.contact-form-block form input,
.contact-form-block form textarea {
  border-radius: 8px;
  border: 1px solid #e1e3e6;
  background: transparent;
  display: flex;
  padding: 16px;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  color: #111727;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: -0.48px;
}

.contact-form-block form input::placeholder,
.contact-form-block form textarea::placeholder {
  color: #929292;
}

.contact-form-block form textarea {
  height: 140px;
  resize: none;
  overflow: hidden;
}

.form-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.contact-form-block form .form-buttons input {
  display: flex;
  padding: 20px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #2aa3dc;
  transition: all 0.4s ease;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  cursor: pointer;
  border: 2px solid #2aa3dc;
}

.contact-form-block form .form-buttons p {
  display: block;
  max-width: 203px;
  color: #929292;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
}

.contact-form-block form .form-buttons p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.popup-open {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: #000;
}

.popup-content {
  display: flex;
  width: 580px;
  padding: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15% auto;
  border-radius: 8px;
  background: #fff;
  z-index: 10000;
  position: relative;
}
.popup-content .primary-button {
  cursor: pointer;
}

.popup-content h3 {
  display: block;
  margin: 24px 0 12px 0;
  color: #111727;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}

.popup-content p {
  color: #8a93a2;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.popup-close {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.mobile-buttons,
.mobile-menu {
  display: none;
}

.logo-link {
  width: 168px;
}

.logo-image-transparent,
.logo-image {
  width: 100%;
}

.custom-pagination {
  display: block;
  margin: 40px auto 0 auto;
}

.blog-page-section {
  min-height: 65vh;
}

.custom-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f4f4f;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
}

.custom-pagination ul li span,
.custom-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  padding: 10px 11px;
  width: 38px;
  padding: 10px 11px;
  cursor: pointer;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #4f4f4f;
  border-radius: 4px;
}

.custom-pagination ul li .current {
  background: #2aa3dc;
  color: #fff;
}

.custom-pagination ul li.first a,
.custom-pagination ul li.first span {
  margin-right: 8px;
  border-radius: 4px;
  background: #ededed;
  display: flex;
  width: 38px;
  height: 36px;
  padding: 10px 11px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.custom-pagination ul li.last span,
.custom-pagination ul li.last a {
  margin-left: 8px;
  border-radius: 4px;
  background: #ededed;
  display: flex;
  width: 38px;
  padding: 10px 11px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 36px;
}

.custom-pagination ul li.disabled {
  pointer-events: none;
}

.custom-pagination ul li.disabled svg {
  opacity: 0.4;
}

.single-post-header {
  padding-top: 24px;
}

.single-post-header .single-post-image {
  width: 100%;
  aspect-ratio: 900 / 491;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

.single-post-header .single-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post main .wrapper {
  max-width: 900px;
}

.single-post .wrapper.breadcrumbs {
  max-width: 900px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single-post-title {
  color: #111727;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.single-post-date {
  width: 100%;
  padding-bottom: 28px;
  margin-bottom: 28px;
  color: #858890;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
  border-bottom: 1px solid #e1e3e6;
}

.single-post-content h3 {
  overflow: hidden;
  color: #111727;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

.single-post-content h3:not(:first-child) {
  padding-top: 24px;
}

.single-post-content p {
  color: #8a93a2;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1600px) {
  .top-top-button {
    bottom: 50px;
    right: 0;
  }
  .businesses-wrapper {
    padding: 70px 40px;
  }
  .value-block .value-text {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1367px) {
  .footer-content {
    gap: 40px;
  }
  .footer-phones {
    flex-direction: row;
    gap: 20px;
  }
  .businesses-circles .circle {
    padding: 4% 25px 10px 25px;
  }
  .primary-button,
  .white-button,
  .transparent-button,
  .contact-form-block form .form-buttons input {
    padding: 16px 44px;
    border-radius: 8px;
  }
  .hero-banner {
    min-height: unset;
    max-height: 670px;
  }
  .tabs ul .tab-link {
    padding: 16px 28px;
  }
  .about-us-blocks .video-with-text {
    gap: 30px;
  }
  .about-us-blocks .photo-with-text {
    gap: 50px;
  }
  .news-title a {
    overflow: hidden;
    color: #111727;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
  }
  .news-content {
    gap: 8px;
  }
  .news-excerpt {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.22px;
  }
  .about-us-blocks .block .block-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  /* .main-navigation,
  .to-contacts-button {
    display: none;
  } */
  .our-values-wrapper {
    padding: 20px;
  }
  .value-block {
    min-height: 300px;
  }
  .contact-form-block {
    max-width: 50%;
  }
  .contact-page-wrapper {
    gap: 40px;
  }
  .company-info-list {
    gap: 20px;
  }
  .logo-link {
    width: 102px;
  }
  .logo-link img {
    width: 100%;
    object-fit: contain;
  }
  .header-menu a,
  .to-contacts-button {
    padding: 14px 16px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 1200px) {
  .circle-title {
    max-width: 240px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.32px;
  }
  .circle-text {
    max-width: 200px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.22px;
  }
  .news-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-image {
    height: 133px;
  }
  .primary-button,
  .white-button,
  .transparent-button,
  .contact-form-block form .form-buttons input {
    padding: 14px 24px;
  }
  .about-page-top-wrapper {
    flex-direction: column-reverse;
    position: relative;
    padding-top: 11px;
    gap: 40px;
  }
  .about-page-top-wrapper .images-column {
    width: 100%;
  }
  .tab-main-content p,
  .our-mission-section p,
  .our-mission-section ul li,
  .text-page-wrapper p,
  .tab-main-content ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .tab-main-content h3 {
    padding-top: 20px;
  }
  .our-mission-section {
    gap: 40px;
  }
  .company-info-list {
    grid-template-columns: 1fr;
  }
  .contact-form-block {
    padding: 24px;
  }
  .contact-form-block .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
  .contact-page-section {
    min-height: 65vh;
  }
  .latest-news.blog-page {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .hero-banner,
  .wrapper,
  .text-page-wrapper {
    width: calc(100% - 24px);
  }
  .about-us-blocks .video-with-text .block-video {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .site-title,
  .about-us-blocks h2 {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
    letter-spacing: -0.24px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .about-us-blocks .video-with-text {
    gap: 24px;
  }
  .about-us-blocks .photo-with-text {
    gap: 20px;
  }
  .businesses-text {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .businesses-circles {
    flex-direction: column;
  }
  .businesses-circles .circle {
    width: 280px;
    margin-left: 0;
    margin-top: -20px;
    padding: 40px;
    justify-content: center;
  }
  .top-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .footer-content {
    width: 100%;
    gap: unset;
    justify-content: space-between;
  }
  .top-top-button {
    bottom: unset;
    height: fit-content;
    top: 0;
  }
  .footer-menu-block {
    position: unset;
  }
  .top-footer {
    position: relative;
  }
  .about-page-top-section {
    padding-bottom: 60px;
  }
  .values-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-page-wrapper {
    position: relative;
    padding-top: 60px;
  }
  .contact-page-wrapper {
    flex-direction: column-reverse;
  }
  .company-info-block .title {
    position: absolute;
    top: 0;
  }
  .contact-form-block {
    max-width: unset;
    width: 100%;
  }
  .company-info-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 14px;
  }
  .tabs ul .tab-link {
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.28px;
  }
  .development-item-content {
    padding: 20px;
  }
  .circle-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
  }
  .circle-text {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.22px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    padding: 12px;
    z-index: -999999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.2s ease,
      visibility 0s linear 0.4s, z-index 0s linear 0.4s;
  }
}

@media screen and (max-width: 960px) {
  .main-navigation,
  .to-contacts-button {
    display: none;
  }
  .mobile-buttons {
    display: flex;
    gap: 20px;
  }

  .menu-open-button {
    background: transparent;
    outline: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .mobile-menu.open {
    z-index: 999999;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .logged-in .mobile-menu {
    padding-top: 60px;
  }
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .mobile-menu-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .close-menu {
    display: flex;
    align-items: center;
    gap: 11px;
    background: transparent;
    border: none;
    outline: none;
    color: #8a93a2;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 90px;
  }
  .mobile-menu-list a {
    display: flex;
    padding: 20px 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 9px;
    border: 1px solid #d8dadf;
    color: #111727;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 106.667% */
    letter-spacing: -0.3px;
  }
  .header-menu-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .header-menu-block .label {
    color: #111727;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 106.667% */
    letter-spacing: -0.3px;
  }
  .header-phones {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #111727;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.4px;
  }
  .mobile-menu .company-address span {
    color: #111727;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: -0.48px;
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .about-us-blocks .video-with-text {
    flex-direction: column-reverse;
    gap: 28px;
  }
  .about-us-blocks .video-with-text .block-text {
    width: 100%;
  }
  .page-template-home .header-wrapper {
    max-width: 90%;
  }
  .hero-banner {
    border-radius: 16px;
    height: 95dvh;
  }
  .page-template-home header {
    padding-top: 30px;
  }
  .hero-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.76px;
    max-width: 90%;
  }
  .hero-title br {
    display: none;
  }
  .hero-subtitle {
    max-width: 90%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  .banner-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .banner-buttons .primary-button,
  .banner-buttons .transparent-button {
    width: 204px;
    padding: 20px;
  }

  .primary-button,
  .white-button,
  .transparent-button,
  .contact-form-block form .form-buttons input {
    padding: 20px 44px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.28px;
    border-radius: 12px;
  }
  .about-us-section {
    padding: 40px 0;
  }
  .about-us-blocks .block h3 {
    color: #111727;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
    text-transform: uppercase;
  }
  .about-us-blocks .block .block-text p {
    margin-bottom: 20px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  .about-us-blocks .video-with-text .block-video {
    gap: 12px;
  }
  .about-us-blocks .photo-with-text {
    flex-direction: column;
  }
  .about-us-blocks .block .block-image {
    height: 304px;
    border-radius: 10px;
  }
  .about-us-blocks .photo-with-text .block-text {
    width: 100%;
  }
  .about-us-blocks {
    gap: 40px;
  }
  .businesses-wrapper {
    border-radius: 12px;
    padding: 24px;
  }
  .businesses-header {
    flex-direction: column;
  }
  .businesses-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .businesses-title-content {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
  .businesses-circles .circle {
    margin-top: -40px;
  }
  .businesses-circles .circle:first-child {
    margin-top: 0;
  }
  .blog-section-header {
    align-items: center;
    margin-bottom: 40px;
  }
  .blog-section-header .big-site-title {
    margin: 0;
  }
  .latest-news {
    overflow: hidden;
  }
  .latest-news .slick-list {
    /* max-width: 70vw; */
    overflow: visible;
  }
  .blog-on-main-section {
    overflow: hidden;
  }
  .latest-news {
    max-width: 70vw;
    overflow: visible;
  }
  .latest-news .primary-button {
    padding: 14px 24px;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
    letter-spacing: -0.24px;
  }
  .news-date {
    overflow: hidden;
    color: #8a93a2;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 109.091% */
    letter-spacing: -0.22px;
  }
  .company-address {
    width: 100%;
    color: var(--White, #fff);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: -0.48px;
  }
  .news-content {
    margin-top: 20px;
  }
  .about-page-top-wrapper .images-column {
    gap: 5px;
  }
  .about-page-top-wrapper .about-image {
    border-radius: 15.036px;
  }
  .about-page-top-wrapper .text-column {
    gap: 12px;
  }
  .about-page-top-wrapper .text-column p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.24px;
  }
  .our-values-wrapper {
    padding: 24px 12px;
    border-radius: 25px;
    background: #fff;
    gap: 12px;
  }
  .values-blocks {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .value-block {
    min-height: unset;
    border-radius: 12px;
    padding: 16px;
    gap: 12px;
  }
  .value-block.values-image {
    height: 290px;
  }
  .value-block.values-image:last-child {
    display: none;
  }
  .value-block {
    flex-direction: row;
    align-items: flex-start;
  }
  .value-content {
    flex: 1;
  }
  .value-block .value-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.4px;
  }
  .value-block .value-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .development-banner-content {
    padding: 24px 12px;
  }
  .development-banner-content .banner-title {
    color: #fff;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 100% */
    letter-spacing: -0.56px;
  }
  .development-banner-content .banner-text {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
  }
  .development-banner {
    margin-bottom: 40px;
  }
  .development-item,
  .development-item:nth-child(even) {
    flex-direction: column;
    background: #fff;
    background: transparent;
  }
  .development-list .development-image {
    border-radius: 16px;
    height: 315px;
    width: 100%;
  }
  .development-item {
    border-radius: 0;
  }
  .development-item-content {
    border-radius: 16px;
    background-color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  .development-item-content .development-title {
    color: #111727;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
  }
  .development-list {
    margin-bottom: 40px;
  }
  .our-mission-section {
    gap: 20px;
  }
  .our-mission-section h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
  }
  .tab-main-content p,
  .our-mission-section p,
  .our-mission-section ul li,
  .text-page-wrapper p,
  .tab-main-content ul li {
    color: var(--black-70, #707074);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  .tabs ul {
    flex-wrap: wrap;
    gap: 4px;
  }
  .tabs ul .tab-link {
    width: calc(50% - 2px);
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.28px;
    flex: unset;
  }
  .tab-image {
    border-radius: 15px;
    height: 440px;
  }
  .tabs {
    margin-bottom: 20px;
  }
  .tab-banner {
    padding: 44px;
  }
  .tab-banner-icon {
    width: 80px;
    height: 80px;
  }
  .tab-banner h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 100% */
    letter-spacing: -0.56px;
  }
  .tab-banner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
  }
  .tab-main-content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
  }
  .tab-main-content img {
    margin-top: 20px;
    height: 200px;
    border-radius: 15px;
  }
  .footer-menu-block .label {
    margin-bottom: 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.26px;
  }
  .footer-menu {
    gap: 8px;
  }
  .footer-menu a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.26px;
  }
  .footer-phones a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: -0.4px;
  }
  .bottom-footer {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.827px;
  }
  .hero-title {
    margin-bottom: 16px;
  }
  .hero-subtitle {
    margin-bottom: 20px;
  }
  .text-page-wrapper .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }
  .text-page-wrapper p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.24px;
  }
  .text-page-wrapper h3:not(:first-child) {
    padding-top: 20px;
  }
  .text-page-wrapper h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
  }
  .popup-content {
    width: 95vw;
    padding: 44px 24px;
    text-align: center;
  }
  .popup-content svg,
  .popup-content img {
    width: 64px;
    height: 64px;
  }
  .popup-content h3 {
    margin-top: 16px;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
  }
  .popup-content p {
    max-width: 303px;
    margin-bottom: 16px;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .popup-close svg,
  .popup-close img {
    width: 32px;
    height: 32px;
  }
  .company-info-block .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
  }
  .contact-form-block {
    padding: 24px;
    gap: 16px;
  }
  .contact-form-block .title {
    color: #111727;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.32px;
  }
  .contact-form-block form p {
    gap: 8px;
  }
  .contact-form-block form input,
  .contact-form-block form textarea {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.39px;
  }
  .form-buttons {
    gap: 12px;
  }
  .to-contacts-button-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* .company-info-item {
    grid-template-columns: repeat(2, 1fr);
  } */
  .company-info-item .label {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
  .company-info-block .link,
  .company-info-item.address .link {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
    letter-spacing: -0.24px;
  }
  .not-found-wrapper {
    width: 100%;
  }
  .not-found-wrapper .subtext {
    max-width: 90%;
    margin: 0 auto 10px auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.24px;
  }
  .not-found-wrapper .links-block .link {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .not-found-wrapper .links-block .link.to-main {
    text-decoration: none;
  }
  .latest-news .news-item {
    margin: 0 4px;
  }
  .latest-news.blog-page {
    grid-template-columns: 1fr;
    max-width: unset;
    width: 100%;
  }
  .latest-news.blog-page .news-image {
    height: 179px;
    margin-bottom: 0;
  }
  .latest-news.blog-page .news-content {
    margin-top: 0;
  }
  .latest-news.blog-page .news-item {
    gap: 13px;
  }
  .latest-news.blog-page .news-title a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
  }
  .latest-news.blog-page .latest-news.blog-page {
    padding: 12px 28px;
    border-radius: 6px;
  }
  .single-post-header .single-post-image {
    height: 191px;
    margin-bottom: 20px;
  }
  .single-post-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
    margin-bottom: 12px;
  }
  .single-post-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .single-post-content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.36px;
    margin-bottom: 12px;
  }
  .single-post-content p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.24px;
  }
  .primary-button:hover,
  .transparent-button:hover,
  .contact-form-block form .form-buttons input:hover {
    background: #2aa3dc;
    border: 2px solid #2aa3dc;
    color: #fff;
  }
  .transparent-button:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
  }
  .value-block .value-title {
    height: auto;
  }
  .development-item-content {
    background-image: url("/wp-content/uploads/2025/10/mobile-decor.svg");
  }
  .development-item:nth-child(even) .development-item-content {
    background-image: url("/wp-content/uploads/2025/10/mobile-decor-odd.svg");
  }

  .single-post .wrapper.breadcrumbs {
    max-width: 900px;
    display: block;
    text-overflow: inherit;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .single-post .wrapper.breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .not-found-wrapper {
    min-height: 45vh;
  }
}
