[x-cloak] {
  display: none !important;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

:root {
  --brand-blue: #0a1e58;
  --blue-gradient: #0a1e58;
}

/* Scroll reveal animations */
.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.22s;
}

.reveal-delay-3 {
  transition-delay: 0.32s;
}

/* Main slider slide change animations */
.main-slider .swiper-slide .main-slider__img img,
.main-slider .swiper-slide .main-slider__img video {
  transform: scale(1.08);
  transition: transform 1.2s ease;
}

.main-slider .swiper-slide-active .main-slider__img img,
.main-slider .swiper-slide-active .main-slider__img video {
  transform: scale(1);
}

.main-slider .swiper-slide .main-slider__text h4,
.main-slider .swiper-slide .main-slider__text hr {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.main-slider .swiper-slide-active .main-slider__text h4 {
  animation: heroFadeUp 0.75s ease 0.22s both;
}

.main-slider .swiper-slide-active .main-slider__text hr {
  animation: heroFadeUp 0.7s ease 0.36s both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Feature hovers */
.technology-feauture,
.about-feature,
.about-main__feature {
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease, background 0.35s ease, filter 0.35s ease;
}

.technology-feauture {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.technology-feauture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 208, 255, 0.08),
    rgba(10, 30, 88, 0.05)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.technology-feauture:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(10, 30, 88, 0.12);
}

.technology-feauture:hover::after {
  opacity: 1;
}

.about-feature {
  background: #ffffff;
  border-radius: 18px;
}

.about-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(10, 30, 88, 0.12);
}

.about-main__feature {
  position: relative;
  overflow: hidden;
}

.about-main__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.about-main__feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(10, 30, 88, 0.22);
  filter: brightness(1.03);
}

.about-main__feature:hover::after {
  opacity: 1;
}

.technology-feauture__img img,
.about-feature__img img,
.about-main__feature-img img {
  transition: transform 0.35s ease;
}

.technology-feauture:hover .technology-feauture__img img,
.about-feature:hover .about-feature__img img,
.about-main__feature:hover .about-main__feature-img img {
  transform: translateY(-4px) scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .main-slider .swiper-slide .main-slider__img img,
  .main-slider .swiper-slide .main-slider__img video,
  .main-slider .swiper-slide .main-slider__text h4,
  .main-slider .swiper-slide .main-slider__text hr {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Custom Scrollbar for better PC interaction */

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: 1.2rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
  overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

* {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  outline: 0;
  color: black;
}

header {
  padding: 25px 0;
  transition: padding 0.4s ease;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease;
  background: transparent;
  border-radius: 0 0 20px 20px;
}

.header-container.header-hidden {
  transform: translateY(-100%);
}

.header-container.header-scrolled {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(10, 30, 88, 0.08);
}

.header-container.header-scrolled header {
  padding: 15px 0;
}

.header-container.header-scrolled .header-tel {
  color: #0a1e58;
}

.header-container.header-scrolled .burger span {
  background: #0a1e58;
}

.header-social {
  gap: 16px;
  margin-right: 62px;
}

.header-social a {
  background: var(--blue-gradient);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header-social a:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 12px rgba(10, 30, 88, 0.3);
  filter: brightness(1.1);
}

.header-social a img {
  width: 23px;
  height: 23px;
}

.header-tel {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: #ffffff;
  gap: 10px;
  transition: color 0.3s ease;
  margin-right: 31px;
}

.header-tel img {
  width: 23px;
  height: 23px;
}

/* Burger Menu */
.burger {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
  transition: all 0.3s ease;
  background: transparent;
  border: 0;
}

.burger:hover {
  background: rgba(255, 255, 255, 0.1);
}

.burger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 4px;
}

.burger.active {
  background: transparent;
  border-color: transparent;
}

.burger.active span {
  background: #ffffff;
}

/* Side Menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 36, 115, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  background: #ffffff;
  z-index: 2001;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  overflow-y: auto;
}

.side-menu__header {
  display: flex;
  justify-content: flex-end;
  padding: 0 23px;
  margin-bottom: 0;
}

.menu-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent; /* Navy background for contrast on white menu */
  border: 0;
  width: 54px;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 20px;
}

.menu-close:hover {
  transform: translateY(-2px) rotate(90deg);
}

.menu-close svg {
  width: 54px;
  height: 54px;
}

.menu-close svg path {
  stroke: black;
  stroke-width: 2.5;
}

.side-menu__list {
  display: flex;
  flex-direction: column;
}

.side-menu__list li {
  padding: 20px 23px;
  position: relative;
}

.side-menu.open .side-menu__list > li {
  animation: slideInItem 0.5s ease forwards;
}

.side-menu__list li:before {
  content: "";
  position: absolute;
  left: 23px;
  top: 0;
  width: calc(100% - 46px);
  height: 2px;
  background: #dddddd;
  transform: scaleY(1);
  transition: transform 0.3s ease;
}

.side-menu__list a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: visible;
}

.side-menu__list a.active,
.side-menu__toggle.active .side-menu__toggle-label {
  color: #00d1ff;
}

.side-menu__item--parent {
  padding-bottom: 0;
}

.side-menu__item--parent.is-open {
  padding-bottom: 12px;
}

.side-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.side-menu__toggle-label {
  flex: 1;
  min-width: 0;
}

.side-menu__chevron-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 4px;
  border: 0;
  background: transparent;
  color: inherit;
  pointer-events: none;
}

.side-menu__toggle:hover .side-menu__chevron-btn {
  color: #00d1ff;
}

.side-menu__chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.side-menu__item--parent.is-open .side-menu__chevron {
  transform: rotate(180deg);
}

.side-menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.35s ease;
}

.side-menu__submenu.is-open {
  max-height: 1200px;
  opacity: 1;
  margin-top: 8px;
}

.side-menu__submenu li {
  padding: 12px 0 12px 16px;
}

.side-menu__list .side-menu__submenu li:before {
  display: none;
}

.side-menu__submenu a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

/* Animations */
@keyframes slideInItem {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in {
  animation: fadeIn 0.4s ease forwards;
}

.fade-out {
  animation: fadeOut 0.4s ease forwards;
}

.slide-in {
  animation: slideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.slide-out {
  animation: slideOut 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* .header-container already defined above */

.header-blocks {
  margin-right: -89px;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-logo img {
  display: block;
  width: auto;
  height: 48px;
}

.header-blocks__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.main-slider__controls {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 0;
  z-index: 3;
}

main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 970px;
  margin-top: 0;
  padding-top: 60px;
  box-sizing: border-box;
  z-index: 0;
}

.main-slider__btn {
  --container-max-width: 1540px;
  --screen-offset: max(0px, (100vw - var(--container-max-width)) / 2);
  --content-offset: calc(var(--screen-offset) - var(--indent));
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  width: 27px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.main-slider__btn img {
  width: 100%;
}

.main-slider__btn:hover {
  transform: translateY(calc(-50% - 3px)) scale(1.1);
}

.main-slider__right {
  --indent: 90px;
  right: var(--content-offset);
}

.main-slider__left {
  --indent: 0px;
  left: var(--content-offset);
}

.main-slider__wrapper {
  width: 100%;
  position: relative;
  height: calc(100% + 60px);
  margin-top: -60px;
  justify-content: center;
}

.arrow-down {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 31px;
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.arrow-down:hover {
  transform: translateY(-3px);
  border-color: #00d0ff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--blue-gradient);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.scroll-top:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(10, 30, 88, 0.3);
}

.scroll-top svg {
  display: block;
  width: 12px;
  height: 14px;
  transform: rotate(180deg);
}

.cookie-banner {
  position: fixed;
  left: 32px;
  right: auto;
  bottom: 32px;
  z-index: 1001;
  width: 100%;
  max-width: min(380px, calc(100vw - 64px));
  padding: 14px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(10, 30, 88, 0.12);
  transform: translateY(calc(100% + 48px));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cookie-banner__text {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #0a1e58;
}

.cookie-banner__text a {
  font-size: inherit;
  line-height: inherit;
  color: #0a1e58;
  text-decoration: underline;
}

.cookie-banner__text a:hover {
  text-decoration: none;
}

.main-slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider__img img,
.main-slider__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a1e58;
  opacity: 0.7;
  z-index: 1;
}

.main-slider .swiper-slide {
  position: relative;
  height: 100%;
}

.main-slider__text-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}   

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
} 

.main-slider__text {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(32px);
}

.main-slider__text h4 {
  margin-bottom: 32px;
  font-size: 40px;
  color: white;
  font-weight: 800;
  max-width: 759px;
  text-align: center;
  line-height: 50px;
}

.main-slider__text hr {
  width: 120px;
  height: 8px;
  background: #00d0ff;
  border: 0;
  border-radius: 21px;
}

.main-slider {
  border-radius: 0 0 30px 30px;
}

.production-blocks {
  gap: 15px;
  margin-bottom: 40px;
}

.production-block {
  width: calc(20% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: var(--blue-gradient);
  height: 250px;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.production-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.production-block__img {
  height: 95px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.production-block__img img {
  max-height: 95px;
}

.production-block p {
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  color: white;
}

.section-title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--brand-blue);
}

.section-title hr {
  width: 110px;
  height: 6px;
  border: 0;
  border-radius: 6px;
  background: #00d0ff;
  margin-top: 30px;
}

.productions {
  padding-top: 80px;
  padding-bottom: 45px;
  border-radius: 0 0 30px 30px;
  background: url("../img/productions-bg.png") no-repeat center;
  background-size: cover;
}

.productions .section-title {
  margin-bottom: 54px;
}

.production-more {
  margin: 0 auto;
  width: 300px;
  height: 48px;
  justify-content: center;
  border-radius: 16px;
  background: white;
  border: 1px solid #b2b2bc;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.production-more::before,
.news-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.production-more > *,
.news-more > * {
  position: relative;
  z-index: 1;
}

.production-more:hover,
.news-more:hover {
  color: #ffffff;
}

.production-more:hover *,
.news-more:hover * {
  color: #ffffff;
}

.production-more:hover::before,
.news-more:hover::before {
  opacity: 1;
}

.production-more img {
  margin-left: 15px;
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

.technology {
  padding-top: 80px;
  padding-bottom: 40px;
}

.technology-img,
.about-frame {
  height: 480px;
  height: 396px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.technology-img {
  padding-right: 24px;
}

.technology-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.section-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 40px;
}

.section-text p {
  font-size: 20px;
  line-height: 25px;
}

.blue-btn {
  color: white;
  background: var(--blue-gradient);
  font-size: 16px;
  height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.blue-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(10, 30, 88, 0.3);
}

.cookie-banner .cookie-banner__btn {
  width: auto;
  min-width: 0;
  height: 36px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff !important;
}

.technology .blue-btn,
.about .blue-btn {
  width: 243px;
}

.technology-features {
  gap: 20px;
  margin-top: 60px;
}

.technology-feauture {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  width: calc(25% - 20px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 277px;
  padding: 0 16px;
  padding-top: 16px;
  text-align: center;
}

.technology-feauture:nth-child(-n + 4):not(.technology-feauture--highlight) {
  height: 217px;
}

.technology-feauture.technology-feauture--highlight {
  height: 240px;
  border: 2px solid var(--brand-blue);
  box-shadow: 0 6px 16px rgba(10, 30, 88, 0.1);
  background: rgba(10, 30, 88, 0.03);
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.technology-feauture--highlight .technology-feauture__img {
  height: 72px;
  margin-bottom: 14px;
}

.technology-feauture--highlight .technology-feauture__img img {
  max-width: 72px;
}

.technology-feauture--highlight h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  color: var(--brand-blue);
  margin-bottom: 10px;
}

.technology-feauture--highlight:first-child h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.technology-feauture--highlight p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--brand-blue);
}

.technology-feauture--highlight:first-child p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}

.technology-feauture__img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.technology-feauture__img img {
  width: 100%;
  max-width: 60px;
}

.technology-feauture h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.technology-feauture p {
  font-size: 16px;
  line-height: 20px;
}

.technology-feauture p sup {
  font-size: 0.65em;
  line-height: 0;
  vertical-align: super;
  font-weight: inherit;
}

.about {
  padding-top: 40px;
  padding-bottom: 80px;
}

.about-frame {
  padding-left: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}

.about-frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 118px;
  background: url("../img/play.svg") center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  pointer-events: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.about-frame:hover::before {
  transform: translate(-50%, -50%) scale(1.06);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.about-frame:hover::after {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.about-frame img,
.about-frame frame,
.about-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.about-main__features {
  gap: 20px;
  margin-top: 80px;
}

.about-main__feature {
  background: var(--blue-gradient);
  flex: 0 0 calc((100% - 20px) / 2);
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 24px;
  border-radius: 20px;
}

.about-text h4 {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 75px;
  font-weight: 900;
  color: white;
}

.about-text p {
  font-size: 20px;
  color: white;
}

.about-main__feature-img {
  width: 100px;
}

.about-main__feature-img img {
  width: 100%;
}

.about-features {
  gap: 20px;
  margin-top: 20px;
}

.about-feature {
  width: calc((100% - 80px) / 5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  height: 267px;
  padding: 22px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-feature__img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about-feature__img img {
  width: 100%;
}

.about-feature h5 {
  min-height: 75px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.about-feature h4 {
  height: 60px;
  color: #0a1e58;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.about-feature h5,
.about-feature h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.history {
  background: url("../img/history-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 85px;
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.history:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a1e58;
  opacity: 0.9;
  z-index: 0;
  border-radius: 30px 30px 0 0;
}

.history .section-title {
  margin-bottom: 50px;
}

.history .section-title h2 {
  color: white;
}

.history-slider .swiper-wrapper .swiper-slide {
  width: 471px;
  height: 435px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.history-slider.swiper {
  overflow: visible;
}

.history-slider__img {
  width: 196px;
  height: 130px;
  margin-bottom: 9px;
  border-radius: 18px;
}

.history-slider__text {
  width: 100%;
  padding-left: 43px;
  width: 399px;
}

.history-slider__text h4 {
  margin-bottom: 20px;
  font-size: 40px;
  color: white;
  font-weight: 900;
}

.history-slider__text p {
  line-height: 20px;
  font-size: 16px;
  color: white;
}

.history-slider__line {
  width: 100%;
  height: 1px;
  border-radius: 6px;
  position: relative;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0 6px,
    rgba(255, 255, 255, 0) 6px 20px
  );
  margin-left: 10px;
}

.history-slider__circle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url("../img/history/circle.svg") center no-repeat;
  background-size: cover;
  transform: translateY(50%);
}

.history-slider__block-wrapper {
  position: relative;
}

.history-slider__block-wrapper hr {
  border: 0;
  background: white;
  width: 1px;
  height: 320px;
  position: absolute;
  top: 105px;
  left: 17px;
  z-index: -1;
}

.history-slider .swiper-wrapper .swiper-slide:last-child .history-slider__line {
  display: none;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.slider-buttons {
  display: flex;
  gap: 10px;
}

.swiper-pagination-bullet {
  background: #cfcfcf;
  width: 16px;
  height: 16px;
  opacity: 1;
  transition: all 0.7s ease;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-pagination-bullet-active {
  background: #0a1e58;
}

.history .swiper-pagination-bullet {
  opacity: 0.25;
}

.history .swiper-pagination-bullet-active {
  border: 1px solid white;
  opacity: 1;
}

.slider-btn {
  width: 88px;
  height: 54px;
  background: white;
  border: 1px solid #b2b2bc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.slider-btn img {
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

.slider-btn:hover::before {
  opacity: 1;
}

.slider-btn:hover img {
  filter: brightness(0) invert(1);
}

.news {
  padding-top: 60px;
  padding-bottom: 35px;
  border-radius: 30px 30px 0 0;
  margin-top: -35px;
  background: white;
  position: relative;
  z-index: 1;
}

.news-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.news-title h2 {
  text-align: left;
}

.news-more {
  width: 186px;
  height: 48px;
  justify-content: center;
  border-radius: 16px;
  background: white;
  border: 1px solid #b2b2bc;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.news-more img {
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

.production-more:hover img,
.news-more:hover img {
  filter: brightness(0) invert(1);
}

.news-slider .swiper-wrapper .swiper-slide {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border-radius: 30px;
  height: 457px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-slider {
  padding-bottom: 15px;
}

.news-img {
  width: 100%;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.news-slider .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.news-slider .swiper-wrapper .swiper-slide:hover .news-img img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.news-text {
  padding: 18px 24px 26px 24px;
}

.news-text p {
  font-size: 18px;
  margin-bottom: 17px;
  min-height: 60px;
  line-height: 1.4;
  color: #444;
  font-weight: 500;
}

.news-text__date {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #8a8f98;
  font-weight: 500;
}

.news-text__date img {
  margin-right: 8px;
}

.map-iframe {
  width: 100%;
  height: 530px;
  padding-right: 68px;
}

.map-iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.contacts {
  padding-top: 35px;
  padding-bottom: 100px;
}

.contacts-text {
  padding-top: 27px;
}

.contacts-text .section-title {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.contacts-text .section-title h2 {
  color: #0a1e58;
}

.contacts-block img {
  margin-right: 10px;
  width: 18px;
  height: 24px;
}

.contacts-block {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 28px;
  color: #0a1e58;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contacts-social {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 80px;
}

.contacts-social a {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.contacts-social a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(10, 30, 88, 0.25);
  filter: brightness(1.1);
}

.contacts-social a img {
  width: 100%;
  height: 100%;
}

.contacts .blue-btn {
  width: 211px;
}

.feedback-modal {
  width: min(560px, 92vw);
  background: #ffffff;
  border-radius: 28px;
  padding: 36px 36px 40px;
  box-shadow: 0 30px 80px rgba(10, 20, 45, 0.25);
}

.feedback-modal__head {
  margin-bottom: 24px;
}

.feedback-modal__subtitle {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a1e58;
  margin-bottom: 12px;
}

.feedback-modal__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  color: #0a1e58;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feedback-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #0a1e58;
  font-weight: 600;
}

.feedback-field input {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #c9d4f0;
  padding: 0 16px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.feedback-field input::placeholder {
  color: #8b96b6;
}

.feedback-field input:focus {
  border-color: #00d0ff;
  box-shadow: 0 0 0 3px rgba(0, 208, 255, 0.2);
}

.feedback-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #48506d;
}

.feedback-consent input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #0a1e58;
}

.feedback-consent a {
  color: #0a1e58;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.feedback-consent a:hover {
  color: #00d1ff;
}

.feedback-submit {
  margin-top: 6px;
  height: 54px;
  border: 0;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: var(--blue-gradient);
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.feedback-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 24px rgba(10, 30, 88, 0.3);
}

footer {
  background: #20232f;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  border-radius: 30px 30px 0 0;
}

.footer-block__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 124px;
  width: 330px;
  height: 40px;
}

.footer-logo img {
  width: 100%;
}

.footer-privacy {
  color: white;
  font-size: 16px;
}

.footer-privacy:hover {
  color: white;
}

.footer-contacts {
  flex-direction: column;
  align-items: flex-end;
}

.footer-tel {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  gap: 10px;
  margin-bottom: 48px;
  transition: color 0.3s ease;
}

.footer-tel img {
  width: 24px;
  height: 24px;
}

.footer-social {
  gap: 16px;
  margin-bottom: 42px;
}

.footer-social a {
  background: var(--blue-gradient);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-social a:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 12px rgba(10, 30, 88, 0.3);
  filter: brightness(1.1);
}

.footer-social a img {
  width: 23px;
  height: 23px;
}

.footer-studio {
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

.footer-studio:hover {
  color: #00d1ff;
}

.footer-menu {
  display: flex;
}

.footer-menu ul:not(:last-child) {
  margin-right: 108px;
}

.footer-menu ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-menu ul li a {
  color: white;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-menu ul li a,
.footer-tel,
.contacts-text a.contacts-block,
.header-tel,
.side-menu__list a,
.side-menu__toggle-label {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.footer-menu ul li a::after,
.footer-tel::after,
.contacts-text a.contacts-block::after,
.header-tel::after,
.side-menu__list a::after,
.side-menu__toggle-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #00d1ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.footer-menu ul li a:hover::after,
.footer-tel:hover::after,
.contacts-text a.contacts-block:hover::after,
.header-tel:hover::after,
.side-menu__list a:hover::after,
.side-menu__toggle:hover .side-menu__toggle-label::after {
  transform: scaleX(1);
}

.header-social .circle-bordered,
.circle-bordered {
  border-radius: 50%;
}

.header-social .circle-bordered img,
.circle-bordered img {
  width: 17px;
}

.feedback-consent span {
  line-height: 24px;
}

.feedback-consent span,
.feedback-consent span a {
  font-size: 17px;
}

.feedback-field span {
  font-size: 18px;
}

.f-button.is-close-btn,
.fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.55);
  --f-button-active-bg: rgba(0, 0, 0, 0.7);
  --f-button-hover-bg: rgba(0, 0, 0, 0.7);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 15px !important;
  right: 15px;
}

.footer-privacy__mobile,
.slider-controls .news-more,
.menu-contacts {
  display: none !important;
}

.contacts-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-page {
  background: #fff;
  min-height: calc(100vh - var(--footer-container-height));
}

.header-container.another-page {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(10, 30, 88, 0.08);
}

.header-container.another-page header {
  padding: 15px 0;
}

.header-container.another-page .header-tel {
  color: #0a1e58;
}

.header-container.another-page .burger span {
  background: #0a1e58;
}

.another-page-body {
  --footer-container-height: 280px;
}

.history-page-body .history {
  padding-top: 140px;
  border-radius: 0;
  min-height: calc(100vh - var(--footer-container-height));
}

.history-page-body .history:before {
  border-radius: 0;
}

.careers-page-body .careers-benefits {
  padding: 140px 0 60px;
  background: #fff;
}

.careers-benefits__title {
  margin: 0 0 40px;
  color: #0a1e58;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.careers-orbit {
  --orbit-size: min(920px, 100%);
  --orbit-radius: 33cqi;
  --node-size: clamp(150px, 24cqi, 210px);
  --center-size: clamp(160px, 24cqi, 220px);
  position: relative;
  container-type: inline-size;
  width: var(--orbit-size);
  max-width: 920px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.careers-orbit__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.careers-orbit__center,
.careers-orbit__card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #5b8fc7;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.careers-orbit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: var(--center-size);
  height: var(--center-size);
  transform: translate(-50%, -50%);
  color: #0a1e58;
  font-size: clamp(16px, 2.8cqi, 24px);
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 8px 28px rgba(10, 30, 88, 0.08);
}

.careers-orbit__item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  transform: rotate(calc(var(--i) * 60deg));
}

.careers-orbit__card {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--node-size);
  height: var(--node-size);
  padding: 18px 16px;
  color: #0a1e58;
  font-size: clamp(11px, 1.65cqi, 14px);
  font-weight: 600;
  line-height: 1.25;
  transform: translate(-50%, -50%) translateY(calc(-1 * var(--orbit-radius))) rotate(calc(var(--i) * -60deg));
}

.careers-orbit__card p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.careers-join {
  position: relative;
  padding: 80px 0 100px;
  background-color: #f3f5f8;
  overflow: hidden;
}

.careers-join__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.careers-join__lead {
  margin: 0 0 36px;
  color: #0a1e58;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.careers-join__actions {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.careers-join__btn {
  width: auto;
  min-width: 320px;
  height: 56px;
  padding: 0 28px;
  background: #2f6fed;
  font-size: 16px;
  border-radius: 14px;
}

.careers-join__btn:hover {
  background: #2563d9;
  filter: none;
}

.careers-join__contacts {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.7;
}

.careers-join__contacts p {
  margin: 0 0 10px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.careers-join__contacts p:last-child {
  margin-bottom: 0;
}

.careers-join__contacts strong {
  color: #0a1e58;
  font-weight: 700;
}

.careers-join__contacts a {
  color: #2f6fed;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.careers-join__contacts a:hover {
  color: #0a1e58;
}

.single-content {
  padding: 120px 0 80px;
}

.single-content h1 {
  margin: 0 0 24px;
  color: #0a1e58;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-content p {
  margin: 0 0 16px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
}

.single-content ul {
  margin: 0;
  padding-left: 0;
}

.single-content li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #1d1f25;
  font-size: 20px;
  line-height: 1.45;
}

.single-content li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a1e58;
}

.single-content li:last-child {
  margin-bottom: 0;
}

.licenses-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.license-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e6e8ee;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.license-card:hover {
  border-color: #00d1ff;
  box-shadow: 0 10px 28px rgba(10, 30, 88, 0.1);
  transform: translateY(-2px);
}

.license-card:hover::after {
  display: none;
}

.license-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 4;
  padding: 16px;
  background: #f5f7fb;
  overflow: hidden;
}

.license-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.license-card__title {
  display: block;
  padding: 16px 18px;
  color: #0a1e58;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}


@media (max-width: 1680px) {
  .header-blocks {
    margin-right: 0;
  }

  .main-slider__btn {
    --indent: 0px;
  }

  main {
    height: 100vh;
    padding-top: 60px;
    box-sizing: border-box;
  }

  .main-slider__text h4 {
    font-size: 32px;
    max-width: 620px;
    line-height: 45px;
  }

  .side-menu__list > li {
    padding: 17px 23px;
  }

  .side-menu__list .side-menu__submenu li {
    padding: 10px 0 10px 16px;
  }

  .menu-close {
    margin-bottom: 10px;
  }
}

@media (max-width: 1540px) {
  .header-blocks {
    margin-right: 0;
  }

  .main-slider__btn {
    --container-max-width: 1190px;
  }

  .production-block p {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }

  .section-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .technology-feauture p {
    font-size: 14px;
    line-height: 19px;
  }

  .technology-feauture--highlight p {
    font-size: 16px;
    line-height: 20px;
  }

  .technology-feauture--highlight:first-child p {
    font-size: 20px;
    line-height: 24px;
  }

  .technology-feauture {
    padding: 0 9px;
  }

  .technology-feauture h4 {
    font-size: 17px;
    line-height: 21px;
  }

  .technology-feauture--highlight h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .technology-feauture--highlight:first-child h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .about-frame {
    padding-left: 0;
  }

  .technology-img {
    padding-right: 0;
  }

  .about-feature h5 {
    font-size: 15px;
    line-height: 21px;
  }

  .about-feature h4 {
    font-size: 19px;
    line-height: 24px;
    height: 49px;
  }

  .about-feature h5 {
    min-height: 63px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .news-text {
    padding: 18px 15px 26px 15px;
  }

  .news-text p {
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 18px;
    color: #444;
  }

  .news-text__date {
    font-size: 13px;
    color: #8a8f98;
  }

  .news-slider .swiper-wrapper .swiper-slide {
    height: 385px;
  }

  .map-iframe {
    padding-right: 20px;
  }

  .footer-menu ul:not(:last-child) {
    margin-right: 55px;
  }

  .footer-logo {
    width: 285px;
  }

  .footer-menu ul {
    max-width: 255px;
  }

  .production-block__img {
    height: 85px;
    width: 85px;
  }

  .production-block__img img {
    max-height: 65px;
  }

  .production-block {
    height: 226px;
  }
}

@media (max-width: 1199px) {
  .licenses-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-slider__btn {
    --indent: -25px;
  }

  .production-block {
    width: calc(25% - 15px);
  }

  .technology-feauture {
    width: calc(34% - 20px);
  }

  .technology-feauture:nth-child(-n + 4),
  .technology-feauture {
    height: 250px;
  }

  .about-main__feature {
    flex: 100%;
  }

  .about-feature {
    width: calc((100% - 40px) / 3);
  }

  .about-features {
    justify-content: center;
  }

  .contacts-block {
    font-size: 14px;
  }

  .footer-contacts {
    width: 100%;
    margin-top: 30px;
    align-items: center !important;
    justify-content: center;
  }

  .section-text p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .main-slider__text h4 {
    font-size: 31px;
    max-width: 600px;
    line-height: 41px;
  }

  .arrow-down {
    display: none;
  }

  .main-slider__controls {
    display: flex;
    width: 100%;
    top: auto;
    bottom: 44px;
    height: auto;
    justify-content: center;
    gap: 61px;
  }

  .main-slider__btn {
    position: relative;
    top: auto;
    transform: none;
  }

  .main-slider__btn:hover {
    transform: translateY(-3px) scale(1.1);
  }

  .main-slider__text {
    transform: translateY(0);
  }

  .main-slider__left {
    left: initial;
  }

  .main-slider__right {
    right: initial;
  }

  .production-block {
    width: calc(34% - 15px);
  }

  .header-tel {
    font-size: 18px;
    line-height: 32px;
  }

  .header-tel img {
    width: 20px;
    height: 20px;
  }

  .header-social,
  .header-tel {
    margin-right: 40px;
  }

  .technology-img {
    margin-bottom: 45px;
  }

  .technology-feauture {
    width: calc(51% - 20px);
  }

  .about-frame {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 33px;
  }

  .map-iframe {
    padding-right: 0;
    margin-top: 30px;
  }

  .footer-block__logo {
    align-items: center;
    width: 100%;
  }

  .footer-block__logo .footer-privacy {
    display: none;
  }

  .footer-logo {
    width: 465px;
    height: 61px;
    margin-bottom: 55px;
  }

  .footer-menu ul:not(:last-child) {
    margin-right: 20px;
  }

  .footer-menu {
    width: 100%;
    justify-content: space-between;
  }

  .footer-contacts {
    margin-top: 60px;
  }

  .news-slider .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.12);
  }

  .footer-privacy__mobile {
    display: flex !important;
    text-align: center;
  }

  .footer-studio {
    margin-bottom: 30px;
  }

  .single-page {
    background: #fff;
    min-height: 100%;
  }

  .single-content h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .single-content p,
  .single-content li {
    font-size: 16px;
  }

  .licenses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .careers-page-body .careers-benefits {
    padding: 110px 0 60px;
  }

  .careers-benefits__title {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .careers-join {
    padding: 50px 0 70px;
  }

  .careers-join__lead {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .careers-join__btn {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 15px;
  }

  .careers-join__contacts {
    font-size: 16px;
  }

  .careers-orbit {
    aspect-ratio: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .careers-orbit__lines {
    display: none;
  }

  .careers-orbit__center,
  .careers-orbit__item {
    position: static;
    transform: none;
    margin: 0;
  }

  .careers-orbit__center {
    width: 160px;
    height: 160px;
    font-size: 20px;
  }

  .careers-orbit__item {
    width: min(280px, 100%);
    height: auto;
  }

  .careers-orbit__card {
    position: static;
    width: 100%;
    height: auto;
    min-height: 88px;
    border-radius: 24px;
    padding: 18px 20px;
    transform: none;
    font-size: 15px;
  }

  .production-block {
    width: calc(51% - 15px);
  }

  .about-frame::before {
    width: 90px;
    height: 96px;
  }

  .technology-img,
  .about-frame {
    height: 375px;
  }

  .technology .blue-btn,
  .about .blue-btn {
    width: 100%;
  }

  .technology-feauture {
    width: 100%;
  }

  .technology-feauture:nth-child(-n + 4),
  .technology-feauture {
    height: inherit;
  }

  .technology-feauture {
    padding-bottom: 20px;
  }

  .about-main__features {
    margin-top: 40px;
  }

  .about-text p {
    font-size: 18px;
  }

  .about-text h4 {
    font-size: 55px;
  }

  .about-feature {
    width: calc((100% - 40px) / 2);
  }

  .slider-controls .news-more {
    display: flex !important;
  }

  .news-title .news-more {
    display: none !important;
  }

  .news-title {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .news-slider__pagination {
    display: none;
  }

  .slider-controls {
    margin-top: 30px;
  }

  .contacts {
    padding-top: 15px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .menu-contacts {
    display: flex !important;
    flex-direction: column;
    padding: 20px 23px;
  }

  .header-social,
  .header-tel {
    margin-right: 0;
  }

  .header-social {
    margin-bottom: 30px;
  }

  .header-tel {
    color: black;
  }

  .header-blocks .header-blocks__right .header-social,
  .header-blocks .header-blocks__right .header-tel {
    display: none !important;
  }

  .header-logo img {
    height: 36px;
  }

  .cookie-banner {
    left: 16px;
    right: auto;
    bottom: 16px;
    max-width: min(380px, calc(100vw - 32px));
    padding: 12px;
  }

  .scroll-top {
    right: 16px;
    bottom: 16px;
  }

  .feedback-modal {
    width: calc(100% - 30px);
    padding: 28px 20px 28px;
  }

  .feedback-consent span,
  .feedback-consent span a {
    font-size: 15px;
  }

  .feedback-consent span {
    line-height: 21px;
  }

  .side-menu {
    padding: 15px 0;
  }

  .side-menu__header {
    padding: 0 15px;
  }

  
  main {
    height: 705px;
  }
}

@media (max-width: 576px) {
  .side-menu {
    width: 100%;
  }

  .about-frame::before {
    width: 70px;
    height: 76px;
  }

  .main-slider__btn {
    width: 20px;
  }

  .main-slider__text h4 {
    font-size: 25px;
    max-width: 100%;
    line-height: 34px;
  }

  .main-slider__text hr {
    width: 80px;
    height: 6px;
  }

  .footer-logo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title hr {
    width: 60px;
    height: 4px;
    margin-top: 20px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .production-block p {
    font-size: 14px;
    line-height: 19px;
    min-height: 57px;
    height: auto;
    padding: 0 4px;
  }

  .production-block__img {
    height: 60px;
    width: 45px;
    margin-bottom: 16px;
  }

  .production-block {
    height: 205px;
  }

  .production-block__img img {
    max-height: 60px;
  }

  .technology-img {
    margin-bottom: 25px;
  }

  .technology-img,
  .about-frame {
    height: 260px;
  }

  .about-text {
    padding-right: 15px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 20px;
  }

  .about-main__feature {
    height: auto;
  }

  .about-text h4 {
    font-size: 50px;
    line-height: 60px;
  }

  .about-feature {
    width: 100%;
    height: auto;
  }

  .history-slider .swiper-wrapper .swiper-slide {
    width: 85vw;
    height: 490px;
  }

  .history-slider__text {
    width: 320px;
  }

  .history-slider__text h4 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .history-slider__text p {
    line-height: 21px;
    font-size: 15px;
  }

  .history-slider__block-wrapper hr {
    height: 384px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .slider-btn {
    width: 55px;
  }

  .history .slider-controls {
    margin-top: 55px;
  }

  .news-more {
    width: 165px;
  }

  .contacts-social {
    margin-bottom: 35px;
  }

  .contacts .blue-btn {
    width: 100%;
  }

  .contacts-social {
    padding-top: 10px;
  }

  .footer-menu {
    flex-direction: column;
  }

  .footer-menu ul:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .footer-menu ul {
    max-width: 100%;
    text-align: center;
  }

  .footer-contacts {
    margin-top: 40px;
  }

  .single-content h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .single-content p,
  .single-content li {
    font-size: 16px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
  }
}
