:root {
  --main-color: #418cc1;
  --background: #fbfcfd;
  --dark-ocean: #18264d;
  --foreground: 215 65% 12%;
  --primary-deep: 215 80% 22%;
  --white: #fff;
  --pdng: 80px;
  --fz: 18px;
  --hover: #de4f1242;
  --brdrds: 1rem;
  --bxsdw: rgba(0, 0, 0, 0.04) 0px 0px 10px 2px;
  --trnshn: all 0.2s ease-in;
  --black: #0b1b32;
  --gray: #dee6ed;
  --pblck: 80px;
  --mt: 90px;
  --mb: 50px;
  --shadow-water: 0 20px 60px -20px hsl(202 96% 54% / 0.35);
  --gradient-water: linear-gradient(
    135deg,
    hsl(204 55% 42%) 0%,
    hsl(204 51% 51%) 50%,
    hsl(204 65% 65%) 100%
  );
  --gradient-deep: linear-gradient(
    180deg,
    hsl(215, 80%, 22%) 0%,
    hsla(214, 61%, 12%, 0.994) 100%
  );
  --gradient-hero: linear-gradient(
    180deg,
    hsl(215 80% 12% / 0.85) 0%,
    hsl(202 80% 25% / 0.6) 50%,
    hsl(215 80% 12% / 0.95) 100%
  );
  --gradient-glass: linear-gradient(
    135deg,
    hsl(0 0% 100% / 0.15) 0%,
    hsl(0 0% 100% / 0.05) 100%
  );
  --gradient-card: linear-gradient(
    135deg,
    hsl(0 0% 100%) 0%,
    hsl(210 40% 98%) 100%
  );
  --gradient-soft: linear-gradient(180deg, #fbfcfd 0%, hsl(195 100% 97%) 100%);

  --gradient-soft-up: linear-gradient(
    to top,
    #fbfcfd 0%,
    hsl(195 100% 97%) 100%
  );
  --shadow-card-hover: 0 20px 50px -12px hsl(202 96% 54% / 0.25);
  --shadow-card: 0 4px 24px -6px hsl(215 30% 30% / 0.08);
  --shadow-glass: 0 8px 32px hsl(215 80% 22% / 0.12);
  --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --muted: 210 30% 95%;
  --muted-foreground: #5c6f8a;
}

/* Fonts */

@font-face {
  font-family: "Bitter Pro";
  src: url("/fonts/BitterPro/BitterPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter Pro";
  src: url("/fonts/BitterPro/BitterPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter Pro";
  src: url("/fonts/BitterPro/BitterPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter Pro";
  src: url("/fonts/BitterPro/BitterPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  background: var(--background);
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bitter Pro" !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.gs {
  background: var(--gradient-soft);
}

.gsu {
  background: var(--gradient-soft-up);
}

.p-top {
  padding-top: var(--pblck);
}

form#cf3 {
  padding: 30px;
}

.text-gradient-water {
  background-clip: text;
  color: transparent;
  background-image: var(--gradient-water);
}

.shadow-water {
  --tw-shadow: var(--shadow-water);
  --tw-shadow-colored: var(--shadow-water);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.text-water {
  color: var(--main-color);
}

.section-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600 !important;
  text-wrap: pretty;
}

.section-padding {
  padding-block: var(--pblck);
}

/* .main--page main {
  margin-top: -155px;
  overflow: hidden;
} */

a,
a:not([class]) {
  text-decoration: none;
  color: inherit;
  transition: var(--trnshn);
}

.com-content-article.item-page a {
  color: var(--main-color);
}

i.bi.bi-check-lg.text-success.me-2 {
  display: none;
}

section:has(> .container:empty) {
  display: none !important;
  margin: 0 !important;
}

section:empty {
  display: none !important;
  margin: 0 !important;
}

.cookie--content span {
  color: var(--white);
  font-size: 14px;
}

a {
  cursor: pointer;
}

ul.fields-container {
  list-style-type: none;
}

/* Breadcrumbs */
section#breadcrumbs {
  position: relative;
  z-index: 33;
}

.breadcrumb-item.active {
  color: var(--black);
}

.breadcrumb {
  margin-block: 15px 0px;
  padding: 0 !important;
  background-color: transparent;
}

.breadcrumb a {
  color: #a7a7a77d;
}

.breadcrumb a:hover {
  color: var(--main-color);
}

.breadcrumb span {
  font-size: 14px;
}

body.project-main:has(.com-content-article__body) .breadcrumb-item.active {
  color: var(--white);
}

span.divider.icon-location.icon-fw {
  display: none;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #a7a7a77d;
}

.jst-toolbar {
  display: none !important;
}

span.directions__line {
  width: 40px;
  height: 1px;
  background: var(--main-color);
}

.water-decor .text-water {
  letter-spacing: 0.05em;
  line-height: 1.25rem;
}

/* Card */

.ui-card {
  transition: 0.8s var(--transition-smooth);
  box-shadow: var(--shadow-card);
  border-radius: 1rem;
  border: 1px solid var(--gray);
  padding: 30px;
  transition: 0.5s var(--transition-smooth);
  --tw-shadow: var(--shadow-card-hover);
  background: var(--white);
  --tw-shadow-color: hsl(var(--card));
  --tw-shadow: var(--tw-shadow-colored);
  position: relative;
  z-index: 1;
}

.ui-card:hover {
  transform: translateY(-0.5rem);
  border: 1px solid var(--main-color);
  transition: 0.5s var(--transition-smooth);
  --tw-shadow: var(--shadow-card-hover);
  --tw-shadow-colored: var(--shadow-card-hover);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.ui-card h3 {
  font-size: var(--fz);
  margin-bottom: 15px;
}

.ui-card p {
  line-height: 1.625;
  color: var(--muted-foreground);
  font-size: 15px;
  text-wrap: balance;
  margin-bottom: 0;
}

/* Hero */

.main--page #hero {
  margin-top: -155px;
}

#hero {
  position: relative;
  overflow: hidden;
  background: #000; /* запасной фон */
}

img.gear-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: 650px;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}

/* видео как фон */
#hero .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.main--page #hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000009b;
  z-index: 2;
}

/* контент поверх */
#hero .hero-content {
  position: relative;
  z-index: 3;
}

#hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

.hero-section__stats {
  gap: 2rem;
  margin-bottom: 40px;
}

.hero-section__stat-number {
  font-size: 36px;
  line-height: 1.1;
}

.hero-stat {
  padding: 15px;
}

.hero-section__stats {
  gap: 1rem;
}

.hero-stat {
  padding: 20px;
  width: 240px;
  border-radius: 1rem;
}

.glass {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid #fff3;
}

#hero .container {
  padding-block: 270px 100px;
}

/* #hero {
  position: relative;
  overflow: hidden;
  background-image: url("/images/hero-water.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0000005c;
  background-blend-mode: darken;
} */

.hero-section__badge svg {
  color: var(--main-color);
}

.hero-section__text {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 40px;
}

.hero-section__scroll-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section__scroll span {
  transition: var(--trnshn);
}

.hero-section__scroll:hover .hero-section__scroll-icon {
  background: var(--main-color) !important;
}

.hero-section__scroll:hover span {
  color: var(--white) !important;
  transition: var(--trnshn);
}

.hero-section__scroll-icon img {
  width: 11px;
}

h1 {
  font-size: 72px;
  line-height: 1.1;
  text-wrap: balance;
  font-weight: 600 !important;
}

.main--page h1.hero-section__title {
  font-size: 52px;
  text-wrap: pretty;
  line-height: 1.2;
}

.hero-section__bg {
  inset: 0;
  background-image: var(--gradient-hero);
}

.hero-section__wave {
  color: var(--background);
  z-index: 3;
  bottom: -17px !important;
}

/* Directions */

.directions-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background-color: rgba(25, 168, 250, 0.1);
  width: 55px;
  height: 55px;
  border-radius: var(--brdrds);
  margin-bottom: 20px;
  transition: 0.5s var(--transition-smooth);
}

.directions-card__icon svg {
  transform: scale(1.2);
}

.directions-card__link {
  color: var(--main-color);
  font-weight: 700;
  font-size: 14px;
  transition: 0.5s var(--transition-smooth);
  opacity: 0;
}

.ui-card:hover .directions-card__link {
  opacity: 1;
  transition: 0.5s var(--transition-smooth);
}

.ui-card:hover .directions-card__link img {
  margin-left: 10px;
  transition: 0.5s var(--transition-smooth);
}

.directions-card__text {
  margin-bottom: 20px;
}

.directions-card__link img {
  margin-left: 5px;
  width: 12px;
  transition: 0.5s var(--transition-smooth);
}

.ui-card:hover .directions-card__icon {
  /* width: 62px;
  height: 62px; */
  transform: scale(1.07);
  background: var(--gradient-water);
  transition: 0.5s var(--transition-smooth);
}

.ui-card:hover .directions-card__icon svg {
  transform: scale(1.7);
  color: var(--white);
}

/* About us */

.stats-card__number {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}

.stats-card__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.stats-card__icon {
  flex-shrink: 0;
  font-family: "Bitter Pro";
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--gradient-water);
  width: 48px;
  height: 48px;
  border-radius: var(--brdrds);
  margin-bottom: 20px;
  transition: 0.5s var(--transition-smooth);
}

#about .ui-card:hover .stats-card__icon {
  transform: scale(1.2);
  background: rgba(25, 168, 250, 0.1);
}

#about .ui-card:hover .stats-card__icon {
  transition: 0.2s var(--transition-bounce);
  color: var(--main-color);
}

#about .ui-card:hover {
  transform: none;
}

p.stats-card__text {
  margin-bottom: 0;
}

.about-descr {
  max-width: 1100px;

  margin-bottom: 20px;
  text-wrap: balance;
  padding: 10px 0px 10px 20px;
  /* background: #19a8fa0d; */
  border-left: 4px solid var(--main-color);
}

.about-descr p:last-child {
  margin-bottom: 0;
}

.about-descr p {
  text-wrap: balance;
  font-size: var(--fz);
}

.about-section {
  isolation: isolate;
}

.about-section__lines {
  color: var(--main-color);
  opacity: 0.12;
  z-index: -1;
}

.pointer-events-none {
  pointer-events: none;
}

.about-quote {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 32px;
  background: linear-gradient(
    135deg,
    rgba(24, 160, 251, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(24, 160, 251, 0.18);
}

.about-quote__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(24, 160, 251, 0.28);
}

.about-quote__text {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 575px) {
  .about-quote {
    align-items: flex-start;
    padding: 24px;
  }
}

.about-cta__inner {
  padding: 28px 32px;
  border-radius: 20px;
  position: relative;

  background: linear-gradient(
    135deg,
    var(--dark-ocean) 0%,
    #1f3566 60%,
    var(--dark-ocean) 100%
  );
  border: 1px solid rgba(65, 140, 193, 0.35);

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.about-cta__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  font-weight: 700;
  color: #fff;

  background: linear-gradient(135deg, #418cc1, #6fb3e3);
  box-shadow: 0 10px 30px rgba(65, 140, 193, 0.45);
}

.about-cta__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 6px;
}

.about-cta__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.about-cta__arrow {
  font-size: 28px;
  color: #418cc1;
  opacity: 0.85;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.about-cta:hover .about-cta__arrow {
  transform: translateX(6px);
  opacity: 1;
}

.about-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;

  background: radial-gradient(
    circle at 20% 30%,
    rgba(65, 140, 193, 0.18),
    transparent 60%
  );
  pointer-events: none;
}

/* мобилка */
@media (max-width: 575px) {
  .about-cta__inner {
    padding: 22px;
  }

  .about-cta__title {
    font-size: var(--fz);
  }

  .about-cta__text {
    font-size: 14px;
  }

  .about-cta__arrow {
    display: none;
  }
}

/* Projects */

#projects {
  background: var(--gradient-soft);
}

#projects-slider .news--data {
  display: none;
}

.news--data-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.news--data {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  gap: 40px;
  p {
    color: var(--white);
    margin-bottom: 0;
  }
}

#projects-slider .readmore {
  position: absolute;
  bottom: 10px;
  left: 20px;
  opacity: 0;
  z-index: 5;

  transition: 0.5s var(--transition-smooth);
}

.readmore span.icon-chevron-right {
  display: none;
}

#projects-slider .readmore a {
  position: relative;
  padding: 10px 32px 10px 20px !important;
  font-size: 14px;
  font-weight: 500;
}

#projects-slider ul.fields-container {
  padding: 0;
}

li.field-entry.mestopolozhenie span:first-child {
  display: none;
}

.field-entry.mestopolozhenie {
  font-size: 14px;
  position: relative;
  color: var(--muted-foreground);
  padding-left: 18px;
}

.field-entry.mestopolozhenie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);

  background: url("/images/icons/geometka.svg") no-repeat center;
  background-size: contain;
}

#projects-slider .readmore a::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 10px;
  height: 10px;

  transform: translateY(-50%);
  transition: transform 0.3s ease;

  background: url("/images/icons/arrow-link-white.svg") no-repeat center;
  background-size: contain;
}

#projects-slider .news--content:hover .readmore {
  opacity: 1;
  bottom: 20px;
}

span.published-date,
span.hits {
  font-size: 16px;
  color: #ffffffb5;
}

img.data--icon {
  object-fit: contain !important;
  max-width: 20px;
}

h4.newsflash-title a {
  font-size: 17px;
  display: block;
  font-weight: 600 !important;
  position: relative;
  z-index: 3;
}
.news--content {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border-radius: 1rem;
  border: 1px solid var(--gray);
  background: var(--gradient-card);
}

figure.newsflash-image {
  overflow: hidden;
  position: relative;
}

.newsflash-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(11, 49, 101, 0.9) 0%,
    rgba(11, 49, 101, 0.5) 40%,
    rgba(11, 49, 101, 0.2) 70%,
    rgba(11, 49, 101, 0) 100%
  );

  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.module-blog-conent .fields-container {
  display: none;
}

.news--content:hover .newsflash-image::after {
  opacity: 1;
}

.mod-articlesnews__item img {
  transition: 0.5s var(--transition-smooth);
}

.mod-articlesnews__item:hover figure img {
  will-change: transform;
  transform: scale(1.08);
  transition: 0.5s var(--transition-smooth);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.main--news .auto--info {
  padding: 20px;
}

.tags.glass {
  list-style-type: none;
  margin: 0 !important;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: var(--white);
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 9999px;
  z-index: 10;
}

.mod-articlesnews__item {
  position: relative;
}

#projects .mod-articlesnews__item {
  overflow: hidden;
  position: relative;
}

#projects .mod-articlesnews__item figure {
  height: 100%;
  margin: 0;
}

#projects .mod-articlesnews__item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-header h1 {
  margin-bottom: 10px;
}

.news-slider .swiper-slide {
  height: auto;
}

.news-slider .news--content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

li.field-entry.koordinaty {
  display: none;
}

.auto--info
  li.field-entry:is(
    .god-stroitelstva,
    .kratkoe-opisanie,
    .region,
    .tip-obekta,
    .znachenie
  ) {
  display: none;
}

.rotate-180 {
  transform: rotate(180deg);
}

.news-slider__control {
  background: var(--gradient-card);
  border: 1px solid var(--gray);
  box-shadow: var(--shadow-card);
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.2s var(--transition-smooth);
}

.news-slider__control:hover {
  background: var(--main-color);
}

.news-slider__control:hover img {
  filter: brightness(0.1);
}

#yandex-map {
  border-radius: 1rem;
  overflow: hidden;
}

/* Services */

#services {
  background: var(--gradient-soft-up);
}

.services-title {
  max-width: 780px;
}

#services .ui-card:hover {
  transform: translateY(0rem) !important;
}

.services-card__icon svg {
  transform: scale(1.1);
}

.services-card__icon {
  color: var(--main-color);
  transition: 0.5s var(--transition-smooth);
  border-radius: var(--brdrds);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

#services .ui-card:hover .services-card__icon {
  transform: scale(1.1) rotate(5deg);
  background: var(--gradient-water);
}

#services .ui-card:hover svg {
  transform: scale(1.2);
  /* background: var(--gradient-water); */
  transition: 0.1s var(--transition-smooth);
  color: var(--white);
}

p.service-feature-card__text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.service-hero__intro {
  font-size: var(--fz);
  max-width: 900px;
  text-wrap: pretty;
  padding-left: 15px;
  border-left: 4px solid var(--main-color);
  color: var(--muted-foreground);
}

.service-main .service-feature-card {
  padding: 15px;
}

.service-main .com-content-article__body {
  display: none;
}

.service-main .service-feature-card .directions-card__icon {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}

.service-feature-card .directions-card__icon svg {
  transform: scale(0.9);
}

.service-main .service-feature-card:hover .directions-card__icon {
  transform: scale(1.03) !important;
}

.service-main .service-feature-card:hover svg {
  transform: scale(1.03) !important;
}

/* License */

.service-feature-card .directions-card__text {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/* Awards */
#awards {
  background: var(--gradient-soft-up);
}

.awards-card {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.awards-card__image {
  aspect-ratio: 3/4;
  overflow: hidden;
}

.awards-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.awards-card:hover img {
  transform: scale(1.05);
}

/* лёгкий glow при наведении */
.awards-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-water);
  opacity: 0;
  transition: 0.4s;
}

.awards-card:hover::after {
  opacity: 0.15;
}

/* Contacts-page */

.contacts-page {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--gray);
}

.contacts-page__info {
  padding: 32px;
  border-radius: 24px;
}

.contacts-page .contacts-item {
  color: var(--bs-body-color);
}

.contacts-page .contacts-item__icon {
  color: var(--main-color);
  background: color-mix(in srgb, var(--main-color) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--main-color) 18%, transparent);
}

.contacts-page .contacts-item__label {
  color: var(--text-muted, #6c757d);
}

.contacts-page .contacts-item__value {
  color: var(--bs-body-color);
}

.contacts-page__map {
  min-height: 480px;
  overflow: hidden;
}

.contacts-page__map iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

.contacts-item {
  transition: var(--transition-smooth);
}

.contacts-page .contacts-item:hover .contacts-item__icon {
  background: color-mix(in srgb, var(--main-color) 2%, transparent);
}

/* Partners */

#partners .swiper-slide {
  height: auto;
}

#partners .partner-card {
  min-height: 165px;
  height: 100%;
}

.partners-slider {
  padding-block: 10px;
}

/* базовая карточка партнёра */
.partner-card {
  height: 100% !important;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: default;
}

/* контейнер логотипа */
.partner-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* сам логотип */
.partner-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  max-height: 67px;
  opacity: 0.8;

  transition: all 0.3s ease;
}

/* название партнёра */
.partner-card__title {
  font-size: 14px;
  line-height: 1.4;
  color: #6c757d;
}

/* hover эффект */
.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.1);
}

/* логотип "оживает" */
.partner-card:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* текст становится контрастнее */
.partner-card:hover .partner-card__title {
  color: #212529;
}

/* Callback */

section#callback .container {
  padding-block: var(--pblck);
}

section#callback {
  background-image: url("/images/sea-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000b1;
  background-blend-mode: darken;
}

.contacts-item__label {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.contacts-item__value {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s var(--transition-smooth);
}

.contacts-item__icon {
  padding: 15px;
  border-radius: 1rem;
  transition: 0.3s var(--transition-smooth);
}

#callback .contacts-item:hover .contacts-item__icon {
  background: var(--main-color);
}

.contacts-item:hover .contacts-item__value {
  color: var(--main-color);
}

.sea-breeze-gradient {
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(25, 168, 250, 0.4) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(77, 210, 255, 0.3) 0%,
      transparent 50%
    );
}

#cf_3 .cf-form-wrap {
  padding: 5px !important;
}

#dialog2 {
  background: linear-gradient(
    135deg,
    var(--dark-ocean) 0%,
    #1f3566 60%,
    var(--dark-ocean) 100%
  );
}

#cf_3 h3,
#cf_3 .termsofservice {
  color: var(--white) !important;
}

#cf_1 .cf-form-wrap {
  padding: 40px !important;
}

#cf_1 {
  border-radius: 1rem !important;
  border-width: 1px;
  border-color: #fff6;
  background-color: #ffffffb3;
  backdrop-filter: blur(12px);
}

h3.cf-heading {
  color: var(--black);
  margin-bottom: 0;
}

/* убираем дефолт */
#cf_1 .cf-input {
  outline: none;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}

#cf_1 {
  margin: auto;
}

/* эффект как в Tailwind */
#cf_1 .cf-input:focus,
#cf_3 .cf-input:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 2px var(--main-color);
}

#cf_1 .cf-input:hover {
  box-shadow: 0 0 0 1px var(--main-color);
}

/* если хочешь как у них только при focus-visible */
.cf-input:focus-visible {
  border-color: var(--main-color);
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px var(--main-color);
}

p.termsofservice {
  color: var(--black);
  font-size: 14px;
}

p.termsofservice a {
  text-decoration: underline !important;
}

p.termsofservice a:hover {
  color: var(--main-color);
}

/* Work-steps */

.work-steps {
  position: relative;
  padding-top: 8px;
}

.work-steps__line {
  position: absolute;
  top: 48px;
  left: 10%;
  right: 10%;
  height: 1px;
  border-top: 1.5px dashed
    color-mix(in srgb, var(--main-color) 45%, transparent);
  z-index: 0;
}

.work-step {
  position: relative;
  z-index: 1;
}

.work-step__icon-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
}

.work-step__icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--main-color) 18%, transparent);
  filter: blur(22px);
}

.work-step__icon {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 7px auto 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--gradient-water);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--main-color) 28%, transparent);
  border: 8px solid #fff;
  transition: 0.35s ease;
}

.work-step__icon svg {
  width: 32px;
  height: 32px;
}

.work-step__number {
  position: absolute;
  top: 0;
  right: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--main-color) 45%, transparent);
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(10, 38, 70, 0.08);
}

.work-step__title {
  margin-bottom: 12px;
  font-size: var(--fz);
  color: var(--bs-body-color);
}

.work-step__text {
  max-width: 230px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted, #6c757d);
}

.work-step:hover .work-step__icon {
  transform: translateY(-4px) scale(1.05) rotate(3deg);
}

@media (max-width: 991px) {
  .work-step {
    padding: 24px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  .work-step__text {
    max-width: 100%;
  }
}

/* About-inst */

.about-inst #component {
  background: var(--gradient-soft);
}

.stats-row {
  position: relative;
  z-index: 2;
}

.stats-card:hover {
  transform: translateY(-6px);

  border-color: color-mix(in srgb, var(--main-color) 35%, transparent);
}

.stats-card__value {
  margin-bottom: 8px;
  font-size: clamp(38px, 4vw, 36px);
  line-height: 1;
  color: var(--main-color);
}

.stats-card__text {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted-foreground);
}

.directions-grid {
  position: relative;
  z-index: 2;
}

.directions-card:hover {
  transform: translateY(-6px);

  border-color: color-mix(in srgb, var(--main-color) 35%, transparent);
}

.directions-card__number {
  position: absolute;
  top: 26px;
  right: 28px;

  font-size: 42px;
  line-height: 1;
  font-weight: 800;

  color: rgba(65, 140, 193, 0.22);
}

#dir-grid .directions-card__icon {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 28px;

  border-radius: 18px;

  background: var(--gradient-water);

  color: #fff;

  transition:
    transform 0.35s ease,
    border-radius 0.35s ease;
}

.directions-card:hover .directions-card__icon {
  transform: scale(1.06) rotate(-4deg);
}

.directions-card__text {
  margin: 0;

  max-width: 560px;

  font-size: 20px;
  line-height: 1.7;

  color: var(--muted-foreground);
}

.tech-section {
  background-image:
    linear-gradient(
      color-mix(in srgb, var(--main-color) 6%, transparent) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--main-color) 6%, transparent) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
}

p.quality-text {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.4;
}

.tech-card {
  padding: 40px;
}

.tech-card__title {
  font-size: 26px;
  font-weight: 700;
}

.tech-card__text {
  color: #5f6f86;
  font-size: 18px;
  line-height: 1.7;
}

.tech-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tech-list li {
  position: relative;
  padding-left: 34px;
  font-size: 17px;
}

.tech-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.quality-box {
  margin-top: 32px;
  padding: 28px;
  border-radius: 22px;
  color: #fff;
  background: var(--gradient-water);
}

.quality-box__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.quality-box__text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.tech-base {
  padding: 48px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #0b2f5f, #061b36);
  overflow: hidden;
}

.tech-base__badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tech-base__title {
  font-size: 34px;
  margin-bottom: 18px;
}

.tech-base__text {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.85;
}

.tech-base-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-radius: 18px;
  color: #fff;
}

.tech-base-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tech-base-item span {
  font-size: 15px;
  font-weight: 700;
}

.countries-note {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
}

.countries-note svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.country-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  font-size: 14px;
}

.country-card:hover {
  transform: translateY(-3px) !important;
  border-color: color-mix(
    in srgb,
    var(--main-color) 35%,
    transparent
  ) !important;
}

.country-card__flag {
  width: 32px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.country-card__name {
  font-size: 14px;
  color: var(--muted-foreground);
}

@media (max-width: 575px) {
  .country-card {
    padding: 16px;
    gap: 10px;
  }

  .country-card__flag {
    width: 28px;
    height: 20px;
  }

  .country-card__name {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tech-card,
  .tech-base {
    padding: 28px;
  }

  .tech-card__title {
    font-size: 22px;
  }

  .tech-card__text,
  .tech-base__text {
    font-size: 16px;
  }

  .tech-base__title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .directions-card {
    padding: 28px 24px;
  }

  .directions-card__title {
    font-size: 28px;
  }

  .directions-card__text {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .stats-card {
    padding: 24px 20px;
  }

  .stats-card__value {
    font-size: 42px;
  }

  .stats-card__text {
    font-size: 15px;
  }
}

/* Project-main */

.item-pageproject-main .page-header {
  display: none;
}

/* body.project-main main {
  margin-top: 0px;
  overflow: visible;
} */

body.project-main #hero .container {
  padding-block: 270px 100px;
}

body.project-main section#hero {
  margin-top: -211px;
}

body.project-main #component .fields-container {
  display: none;
}

.project-hero__image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-main .item-pageproject-main figure.left.item-image {
  display: none;
}

.project-hero__intro {
  font-size: 21px;
  max-width: 700px;
  color: #fffc;
}

.stats-card__title.text-start {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #fffc;
  margin-bottom: 5px;
}

p.stats-card__value.text-start {
  font-weight: 300;
  margin-bottom: 0px;
}

.project-stats-card .stats-card__icon {
  margin-bottom: 0;
}

.project-stats-card {
  padding: 15px;
  border-radius: 1rem;
  align-items: center;
}

.project-stats-card .stats-card__value {
  font-size: 14px;
  line-height: 1.2;
}

.numbers-card__value {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}

.numbers-card__value span {
  font-size: 16px;
  font-weight: 400;
}

.engeneer-section {
  background-image:
    linear-gradient(rgba(65, 140, 193, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 140, 193, 0.25) 1px, transparent 1px);

  background-size: 60px 60px;
  background-color: var(--dark-ocean);
  border-radius: 1rem;
  padding-inline: 30px;
}

.engeneer-wrapper {
  padding: 30px;
  background: var(--dark-ocean);
  max-width: 900px;
  border-radius: 1rem;
}

.engeneer-wrapper p {
  font-size: var(--fz);
  color: var(--white);
}

.engeneer-wrapper p:last-child {
  margin-bottom: 0;
}

.stats-card__icon.engeneer-icon {
  width: 70px;
  height: 70px;
}

.stats-card__icon.engeneer-icon img {
  width: 30px;
}

img.gear-engeneer.position-absolute {
  right: 0;
  max-width: 320px;
}

.project-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.section-construction {
  padding-top: var(--pblck);
}

.project-card {
  padding: 20px;
}

.project-main .article {
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border-radius: 1rem;
  border: 1px solid var(--gray);
  background: var(--gradient-card);
}

.blog-item .item-image {
  margin: 0px;
}

.project-main .article:hover .project-btn {
  opacity: 1;
  bottom: 20px;
}

.project-card__figure .project-btn {
  position: absolute;
  bottom: 10px;
  left: 20px;
  opacity: 0;
  z-index: 5;
  transition: 0.5s var(--transition-smooth);
}

.project-card__figure .project-btn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  background: url(/images/icons/arrow-link-white.svg) no-repeat center;
  background-size: contain;
}

.project-card__figure .project-btn a {
  position: relative;
  padding: 10px 32px 10px 20px !important;
}

.com-content-category-blog__item:hover .project-card__figure figure::after {
  opacity: 1;
}

.project-card__figure figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(11, 49, 101, 0.9) 0%,
    rgba(11, 49, 101, 0.5) 40%,
    rgba(11, 49, 101, 0.2) 70%,
    rgba(11, 49, 101, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

/* Article */

.kvp-article {
  color: var(--dark-ocean);
}

.kvp-article h2 {
  margin-top: 42px;
  margin-bottom: 18px;
  color: var(--dark-ocean);
}

.kvp-article h3 {
  margin-top: 28px;
  margin-bottom: 14px;
  color: var(--dark-ocean);
  font-size: 1.25rem;
}

.kvp-article p {
  margin-bottom: 16px;
  line-height: 1.75;
}

.kvp-article ul {
  margin-bottom: 22px;
  padding-left: 22px;
}

.kvp-article li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.kvp-accent {
  margin: 22px 0;
  padding: 18px 22px;
  border-left: 5px solid var(--main-color);
  background: rgba(65, 140, 193, 0.08);
  border-radius: 0 14px 14px 0;
}

.kvp-accent strong {
  color: var(--dark-ocean);
}

.kvp-list-title {
  margin-bottom: 12px;
  color: var(--dark-ocean);
}

/* 404 */

.error_site .grid-child.container-component {
  max-width: 500px;
  max-height: 500px;
}

.error--title {
  display: block;
  margin: auto;
}

body.error_site.wrapper-static.view-.no-layout.no-task {
  justify-content: center;
}

h3.error--title {
  text-align: center;
  font-size: 80px;
  margin-top: 10px;
}

.error_site blockquote {
  display: none;
}

.error_site #system-message-container {
  margin-block: 0;
}

.error_site .card {
  border: none;
  border-radius: var(--brdrds);
}

.error_site .card-body {
  padding: 30px;
  background: var(--background);
  border: 1px solid var(--main-color);
}

.error_site .page-header {
  text-align: center;
}

.error_site .header {
  display: none;
}

.convertforms.cf-success .cf-response {
  background-color: var(--main-color) !important;
}

img.copyright--logo {
  max-width: 160px;
  opacity: 0.4;
  display: block;
  margin: auto;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  &:hover {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.cookie--content p {
  margin-bottom: 0;
  font-size: 14px;
}

.privacy--policy main {
  margin-top: 0px;
}

/* .main--page main {
  margin-top: -230px;
} */

.container {
  max-width: 1400px !important;
}

.topbar--phone .phone {
  font-size: 25px;
}
.icon--wrapper {
  width: 43px;
  height: 43px;
}
img.messenger--icon {
  width: 40px;
}
.about--img {
  .about--main-img {
    object-position: 0px 0px;
  }
}

.scroll--button {
  display: block;
  margin: auto;
  position: absolute;
  z-index: 300;
  bottom: 1%;
  left: 50%;
  border-radius: 100px;
}

.up-down {
  animation:
    moveUpDown 2s ease-in-out infinite,
    pulse 2s infinite !important;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.logo--wrapper.mobile--logo.d-flex {
  display: none !important;
}

.navbar-toggler .icon-menu::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background-image: url(/images/icons/burger.svg);
  background-size: cover;
}

#system-message-container {
  margin-block: 0px 0px;
}

/* Topbar */

img.rbk-logo {
  filter: grayscale(1);
  max-width: 55px;
  opacity: 0.9;
  transition: var(--transition-bounce);
}

img.rbk-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.main--page section#topbar {
  background: transparent;
}

body.project-main:has(.com-content-article__body) section#topbar {
  background: transparent;
}

body.main--page:has(.tag-category) section#topbar {
  background: linear-gradient(
    135deg,
    var(--dark-ocean) 0%,
    #1f3566 60%,
    var(--dark-ocean) 100%
  );
}

body.main--page:has(.tag-category) section#header a {
  color: var(--black);
}

section#topbar {
  background: linear-gradient(
    135deg,
    var(--dark-ocean) 0%,
    #1f3566 60%,
    var(--dark-ocean) 100%
  );
  padding-block: 15px 10px;
  position: relative;
  z-index: 25;
  color: var(--white);
  transition: var(--trnshn);
}

section#topbar a:hover {
  color: var(--main-color);
}

.topbar-contact-item svg {
  margin-right: 4px;
  transform: scale(0.75);
}

/* logo */

a.logotype {
  gap: 10px;
  align-items: center;
}

span.logo-subtitle.mb-0 {
  font-size: 16.3px;
  line-height: 21px;
  opacity: 0.7;
  transition: var(--trnshn);
}

.logotype:hover span.logo-subtitle.mb-0 {
  color: var(--white);
  opacity: 1;
}

div#topbar--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-title {
  line-height: 28px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 28px;
}

span.logo-text {
  display: flex;
  flex-direction: column;
  color: var(--white);
}

img.logo-img {
  max-width: 35px;
}

/* Header-main */

body.project-main:has(.com-content-article__body) #header a {
  font-weight: 500;
  color: var(--white);
}

.main--page #header a {
  font-weight: 400;
  color: var(--white);
}

.mobile--logo {
  display: none;
}

#header {
  transition: var(--transition-smooth);
  transition: none !important;
  position: relative;
  z-index: 200;
  margin-top: 10px;
  background: transparent;
}

#header .container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 !important;
  height: 50px;
  border-radius: var(--brdrds);
}

#header a {
  font-weight: 500;
  color: var(--black);
  padding: 12px;
  display: flex;
  margin: auto;
  align-items: center;
  text-decoration: none;
  transition: var(--trnshn);
  background: transparent;
  border-radius: 1rem;
}

#header a:hover {
  background-color: #dbdbdb36;
}

#header a.phone {
  font-size: 21px;
  line-height: 25px;
}

ul.mod-menu__sub.list-unstyled.small {
  background: rgba(251, 252, 253, 0.95);
  backdrop-filter: blur(10px);
}

ul.mod-menu__sub.list-unstyled.small a {
  color: var(--foreground) !important;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}

p.button-txt {
  display: none;
}

.mod-finder__search.input-group {
  position: relative;
}

.mod-finder__search .form-control:focus {
  box-shadow: none;
}

.mod-finder__search.input-group .btn-primary {
  padding: 0 !important;
  border: 0px;
  width: 0px;
  padding: 30px;
  position: absolute;
  right: 20px;
  top: 25%;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: #01014500;
}

#mod-finder-searchword144::placeholder {
  color: #00000050 !important;
  opacity: 1;
}

.btn-primary .icon-search:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

label.finder {
  display: none;
}

form.mod-finder.js-finder-searchform.form-search {
  margin-left: auto;
}

input#mod-finder-searchword144 {
  width: 376px;
  border-radius: var(--brdrds);
  height: 49px;
  border: 3px solid #d4d4d4;
}

.main--page main:has(.com-finder.finder) {
  margin-top: 0;
}

body:has(.com-finder.finder) section#topbar {
  background-image: url(/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body:has(.com-finder.finder) #header a {
  color: var(--black);
}

body:has(.com-finder.finder) section#topbar {
  background: linear-gradient(
    135deg,
    var(--dark-ocean) 0%,
    #1f3566 60%,
    var(--dark-ocean) 100%
  );
}

body:has(.com-finder.finder) section#consult {
  margin-bottom: 50px;
}

li.result__taxonomy-item.result__taxonomy--Category {
  margin-left: 0;
  margin-top: 20px;
}

.result__taxonomy-item + .result__taxonomy-item:before {
  display: none !important;
}

li.result__taxonomy-item.result__taxonomy--Type,
li.result__taxonomy-item.result__taxonomy--Author {
  display: none;
}

.com-finder__search label {
  margin-bottom: 5px;
}

div#search-query-explained {
  display: none;
}

.com-finder__search button.btn.btn-primary {
  background-color: transparent !important;
  border: 0px !important;
}

.com-finder__search .js-finder-search-query {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #000000a8;
  border-radius: 0px;
  color: #000000 !important;
  padding-block: 0px;
}

.com-finder__search .js-finder-search-query:focus {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  outline: 0;
  box-shadow: 0px;
}

.com-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
  position: relative;
  color: transparent;
  background-size: 18px 18px;
  width: 46px;
  padding: 0 !important;
  opacity: 0.8;
  height: 35px;
  filter: invert(1);
}

ul#search-result-list {
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 20px;
  display: inline-block;
}

.com-finder.finder button.btn.btn-secondary {
  display: none;
}

.com-finder.finder {
  margin-top: 70px;
}

.nav-item {
  position: relative;
  list-style: none;
  margin: 0px;
}

#header a.auction--link {
  font-weight: 600;
  color: var(--main-color);
}

/* UL подменю */

.mod-menu__sub .nav-item.parent {
  position: relative; /* чтобы вложенный ul позиционировался от li */
}

.mod-menu__sub .nav-item.parent > .mod-menu__sub {
  left: 95%; /* вправо на ширину родителя */
  top: 0px; /* чтобы начиналось от верхней границы пункта */
  padding: 0 !important;
  position: absolute;
}

.mod-menu__sub .nav-item.parent > .mod-menu__sub li {
  padding: 10px !important;
}

.mod-menu__sub {
  padding-top: 10px;
  display: none;
  position: absolute;
  top: 98%;
  box-shadow: var(--bxsdw);
  left: 0;
  background-color: var(--white);
  flex-direction: column;
  z-index: 1000;
  min-width: 175px;
  width: auto;
}

.mod-menu__sub a {
  font-size: 16px;
  padding: 7px 10px;
  display: block;
}

/* .nav-item:hover > .mod-menu__sub {
  display: flex;
  animation: slideDown 0.4s ease forwards;
} */

.navbar {
  padding: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cccccc24;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-item.parent > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--main-color);
}

.menu--link {
  margin-right: 112px;
}

.nav-item {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
button.mod-menu__toggle-sub {
  display: none;
}

.menu--link::before {
  right: 56px;
  top: -10%;
  content: "" !important;
  width: 2px;
  height: 36px;
  display: block;
  background-image: url(/images/icons/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.catalog--link {
  margin-right: 50px;
  padding: 15px 60px;
  background: var(--main-color);
  border-radius: var(--brdrds) !important;
}

.catalog--link .image-title {
  margin-left: 15px;
}

/* Stcky-header */

#header.fixed-header {
  position: fixed !important;
  height: auto !important;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 10px;
  opacity: 1 !important;
  transition: var(--transition-smooth);
  z-index: 99 !important;
  box-shadow: var(--shadow-glass);
  background: rgb(251 252 253 / 75%);
  backdrop-filter: blur(10px);
  margin: 0 !important;
  color: var(--black) !important;
}

body.project-main:has(.com-content-article__body) #header.fixed-header a {
  color: var(--black);
}

#header.fixed-header a {
  color: var(--black);
}

#header.fixed-header a:hover {
  background-color: rgba(25, 168, 250, 0.1);
}

#header.fixed-header .navbar {
  border-bottom: 0px;
}

/* Buttons */

.btn {
  padding: 15px 32px !important;
}

.main--btn,
.readmore a {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  background-image: var(--gradient-water) !important;
  transition: var(--trnshn);
  border: 1px solid transparent;
  border-radius: 9999px !important;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(25, 168, 250, 0.25);
  &:hover {
    box-shadow: 0 10px 24px rgba(25, 167, 250, 0.372);
    translate: 0px -3px;
    transition: var(--trnshn);
    color: var(--white) !important;
    /* border: 1px solid var(--main-color); */
  }
}

.outline--btn {
  border: 1px solid var(--main-color) !important;
  font-weight: 400;
  display: block;
  border-radius: 9999px;
  color: var(--white);
  font-size: 16px;
  transition: var(--trnshn);
  background-color: rgba(255, 255, 255, 0.1);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  border: 1px solid #fff3;
  &:hover {
    background: inherit;
    color: var(--white);
    border: 1px solid var(--main-color) !important;
  }
}

.error_site .btn-secondary {
  background-color: #a36e1ec4 !important;
  color: var(--white) !important;

  box-shadow: 0px 0px 15px 15px #a36e1e3d;
  position: relative;
  overflow: hidden;

  &:hover {
    background-color: #a36e1e !important;
  }
}

/* Search */

.topbar--search {
  margin-inline: 17px;
  max-width: 190px;
}

.mod-finder__search input:focus {
  border-bottom: 1px solid var(--main-color) !important;
}

.mod-finder__search input {
  color: white !important;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #ccccccbe;
  border-radius: 0px;
}

.mod-finder__search:hover .js-finder-search-query {
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}

.mod-finder__search:hover .mod-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
}

.mod-finder__search button.btn.btn-primary,
body.view-search .com-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
  position: relative;
  color: transparent; /* скрывает текст */
  padding: 0;
  opacity: 0.8;
  border: 0px !important;
  background: transparent;
  box-shadow: none !important;
}

.mod-finder__search .form-control:focus {
  color: #fcfcfc;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: 0px;
}

.js-finder-search-query::placeholder {
  color: #888;
  opacity: 1;
}

/* Video */

.video--wrapper {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--brdrds);
  overflow: hidden;
  max-width: 410px;
  margin-inline: auto;
  cursor: pointer;
}

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

.video--wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28); /* ÑÑ‚ÐµÐ¿ÐµÐ½ÑŒ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.video--wrapper.is-playing::after {
  opacity: 0;
}

.video--wrapper:hover .play-button {
  width: 120px;
  height: 120px;
  transition: var(--trnshn);
}

.play-button {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: var(--trnshn);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid var(--black);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer */

.bottom-wrapper {
  padding-block: 30px;
}

.footer__logo .logo-subtitle {
  font-size: 14px;
}

.footer-row {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc24;
}

.footer__menu--main .mod-menu__sub {
  display: none !important;
}

#footer .mod-menu__sub {
  display: block;
  position: relative;
}

#footer .mod-menu__sub a {
  font-size: 16px;
  white-space: nowrap;
  padding: 0px;
  display: block;
}

.footer-text {
  font-size: 14px;
  color: #fff9;
  text-wrap: balance;
}

#footer ul.mod-menu__sub.list-unstyled.small {
  padding: 0px;
  background: transparent;
}

#footer .nav-item.parent > a::after {
  display: none;
}

.footer--info {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.footer--info p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0;
}

.footer.auc--footer {
  margin-top: 0 !important;
}
.footer__item a,
.allrights.footer__item {
  font-size: 16px;
  color: #fff9 !important;
  text-decoration: none !important;
}

.footer__item a:hover {
  color: var(--white) !important;
}

#footer li.nav-item.item-273.deeper.parent {
  display: none;
}

#footer ul.mod-menu.mod-list.nav {
  display: block;
}

#footer .consult--item {
  margin-bottom: 10px;
  font-size: 14px;
}

#footer .icon--wrapper {
  width: 40px;
  height: 40px;
}

#footer .topbar--contacts {
  margin-bottom: 10px;
}

#footer .topbar--messengers {
  margin-bottom: 15px;
}

#footer .consult--item img {
  width: 14px;
}

#footer img.logotype {
  margin-bottom: 15px;
}

#footer h3 {
  color: var(--white);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.auc--footer ul.mod-menu.mod-list.nav {
  display: flex !important;
}

.auc--footer ul.mod-menu.mod-list.nav {
  flex-direction: column;
}

.auc--footer ul.mod-menu.mod-list.nav a {
  color: var(--white);
  font-size: 16px;
}

#footer a.outline--btn {
  margin-bottom: 0px;
}

#footer ul.mod-menu.mod-list.nav a {
  margin-bottom: 12px;
  display: block;
}

#footer .contacts-item__icon {
  color: var(--white);
  padding: 0;
  border-radius: 0;
  transform: scale(0.8);
  width: 23px;
  height: 23px;
}

#footer .logo-title {
  font-size: 16px;
}

#footer span.logo-subtitle.mb-0 {
  font-size: 10px;
}

#footer .contacts-item {
  margin-bottom: 15px;
}

.main--page section#footer {
  margin-top: 0;
}

section#footer {
  background-color: var(--dark-ocean);
  margin: 0;
  padding-top: var(--pdng);
}

ul.mod-menu.mod-list.nav {
  flex-direction: row;
  justify-content: space-between;
}

.footer--phone {
  text-align: end;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color) !important;
}

/* Checkbox */

.form-check-input {
  margin: 0 3px 0 0;
}

.form-check-input:checked {
  background-color: var(--main-color);
}

.form-check-input {
  border: 1px solid var(--black) !important;
  padding: 9px !important;
  width: 9px;
  height: 9px;
}

.cf-label {
  text-align: left;
}

.terms--text .cf-label {
  font-size: 14px !important;
  a {
    color: var(--main-color);
  }
}

.form-check-input:focus {
  border-color: var(--main-color) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #7539693e;
}

/* History */

.history-line {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 800px;
  margin-top: 48px;
  line-height: 1;
  font-size: var(--fz);
  font-weight: 700;
  color: var(--text-muted, #6c757d);
  min-height: 24px;
}

.history-line__year {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 22px;
}

section#history {
  background-image:
    linear-gradient(
      color-mix(in srgb, var(--main-color) 6%, transparent) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--main-color) 6%, transparent) 1px,
      transparent 1px
    );

  background-size: 48px 48px;
}

.history-line__year {
  white-space: nowrap;
  line-height: 1;
}

.history-line__year--active {
  color: var(--main-color);
  display: block;
}

.history-line__divider {
  flex: 1;
  height: 1px;

  background: linear-gradient(
    to right,
    var(--main-color),
    color-mix(in srgb, var(--main-color) 35%, transparent),
    transparent
  );
}

.history-line__divider--light {
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--main-color) 55%, transparent),
    color-mix(in srgb, var(--main-color) 20%, transparent),
    transparent
  );
}

.history-line__divider--fade {
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--main-color) 35%, transparent),
    color-mix(in srgb, var(--main-color) 10%, transparent),
    transparent
  );
}

@media (max-width: 767px) {
  .history-line {
    gap: 10px;
    font-size: 11px;
  }
  .history-line__year {
    height: 13px;
  }

  .article-photo__overlay {
    opacity: 1 !important;
  }

  .article-photo img {
    filter: brightness(0.92);
  }

  .article-photo__caption {
    left: 18px !important;
    right: 18px !important;
    bottom: 26px !important;
    font-size: 14px !important;
    opacity: 1 !important;
    transform: translateY(0);
  }
}

p.history-subtitle {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--muted-foreground);
  max-width: 800px;
  text-wrap: balance;
}

.article-container {
  max-width: 900px;
  margin: auto;
}

.history-start-block {
  font-size: var(--fz);
  text-wrap: pretty;
  text-wrap: balance;
  margin-bottom: var(--mb);
}

.history-start-block:last-child {
  margin-bottom: 0;
}

.article-photo {
  max-height: 460px;
  margin: auto;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.article-photo__overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72),
    rgba(0, 0, 0, 0.18) 35%,
    transparent 60%
  );

  opacity: 0;

  transition: opacity 0.45s ease;

  pointer-events: none;
}

.article-photo__caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;

  color: #fff;

  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;

  opacity: 0;
  transform: translateY(14px);

  transition:
    opacity 0.45s ease,
    transform 0.45s ease;

  pointer-events: none;
}

.article-photo:hover img {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.article-photo:hover .article-photo__overlay {
  opacity: 1;
}

.article-photo:hover .article-photo__caption {
  opacity: 1;
  transform: translateY(0);
}

.article-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.6s var(--transition-smooth);
}

.article-photo:hover img {
  transform: scale(1.05);
}

.history-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    transparent,
    color-mix(in srgb, var(--main-color) 30%, transparent),
    transparent
  );
}

.history-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.history-timeline__dot {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;

  width: 16px;
  height: 16px;
  border-radius: 50%;

  transform: translateX(-50%);
  background: var(--main-color);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--main-color) 15%, transparent);
}

.history-timeline__content {
  max-width: 440px;
}

.history-timeline__item--left .history-timeline__content {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.history-timeline__item--right .history-timeline__content {
  grid-column: 2;
  justify-self: start;
  text-align: left;
}

.history-timeline__year {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 14px;

  color: var(--main-color);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
  font-weight: 600;
}

.history-timeline__year svg {
  width: 20px;
  height: 20px;
  opacity: 0.65;
  flex-shrink: 0;
}

.history-timeline__title {
  margin-bottom: 18px;
  color: var(--bs-body-color);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  font-weight: 600;
}

.history-timeline__text {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: balance;
}

.history-quote {
  position: relative;

  padding: 48px 56px;

  overflow: hidden;
}

.history-quote::before {
  content: "";

  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at top right,
    color-mix(in srgb, var(--main-color) 10%, transparent),
    transparent 45%
  );

  pointer-events: none;
}

.history-quote__icon {
  position: absolute;
  top: 28px;
  left: 28px;
  opacity: 0.3;
  width: 64px;
  height: 64px;

  color: color-mix(in srgb, var(--main-color) 25%, transparent);

  pointer-events: none;
}

.history-quote__text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 36px;
  color: var(--bs-body-color);
  font-size: clamp(26px, 3vw, 26px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  height: 100%;
  min-height: 220px;

  padding: 28px;

  color: var(--bs-body-color);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.services-list__item:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--main-color) 35%, transparent);
}

.services-list__number {
  color: var(--main-color);

  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.services-list__text {
  flex: 1;

  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.services-list__arrow {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: color-mix(in srgb, var(--main-color) 8%, transparent);

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.services-list__arrow img {
  width: 16px;
  height: 16px;

  transition: transform 0.35s ease;
}

.services-list__item:hover .services-list__arrow {
  background: var(--main-color);
}

.services-list__item:hover .services-list__arrow img {
  transform: translateX(2px);
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .history-timeline {
    gap: 48px;
    padding-left: 28px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .services-list__item {
    min-height: auto;
    padding: 22px;
  }

  .services-list__text {
    font-size: 16px;
  }

  .history-quote {
    padding: 36px 28px;
  }

  .history-quote__icon {
    width: 52px;
    height: 52px;

    top: 22px;
    left: 20px;
  }

  .history-quote__text {
    padding-left: 20px;

    font-size: 24px;
    line-height: 1.45;
  }

  .history-quote__text {
    font-size: 20px;
  }

  .history-timeline::before {
    left: 6px;
    transform: none;
    background: color-mix(in srgb, var(--main-color) 22%, transparent);
  }

  .history-timeline__item {
    display: block;
  }

  .history-timeline__dot {
    left: -27px;
    top: 8px;
    width: 12px;
    height: 12px;
    transform: none;
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--main-color) 15%, transparent);
  }

  .history-timeline__content,
  .history-timeline__item--left .history-timeline__content,
  .history-timeline__item--right .history-timeline__content {
    max-width: 100%;
    text-align: left;
  }

  .history-timeline__text {
    font-size: 15px;
  }

  .history-timeline__year {
    font-size: clamp(20px, 3vw, 34px);
  }
  .history-timeline__title {
    font-size: clamp(18px, 2vw, 28px);
  }
}

/* Contacts */

.contacts--item.messengers {
  display: none;
}

#contacts {
  position: relative;
  .topbar--messengers {
    justify-content: center;
    .d-flex {
      gap: 15px;
    }
  }
}

.contacts--item {
  text-align: center;
  margin-bottom: 30px;
}

.footer--text {
  margin-bottom: 0;
  font-size: 16px;
  color: #808080 !important;
}

.privacy--link {
  text-align: end;
}

.contacts--map-wrapper {
  padding: 50px 50px 20px 50px;
  background-color: #1f1f1f;
  display: inline-block;
  border-radius: var(--brdrds);
  position: absolute;
  bottom: 10%;
  left: 14%;
  text-align: center;
}

.contacts--logo {
  display: none;
  margin: auto;
}

/* Reviews */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 260px;
  padding: 28px;
}

.review-card__top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.review-card__text {
  color: #5f6f86;
  line-height: 1.7;
  font-size: 15px;
}

.review-card__logo {
  max-width: 220px;
  max-height: 90px;
  object-fit: contain;
}

.review-card__name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--bs-body-color);
}

.review-card__file {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
}

.review-card__pdf {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.review-card:hover .review-card__file span {
  text-decoration: underline;
}

/* Docs */

.docs-card {
  display: flex;
  flex-direction: column;
  gap: 24px;

  padding: 28px;

  color: var(--bs-body-color);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.docs-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--main-color) 35%, transparent);
}

.docs-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.docs-card__icon {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px;

  background: color-mix(in srgb, var(--main-color) 8%, transparent);
}

.docs-card__date {
  color: #7b8aa0;

  font-size: 14px;
  font-weight: 600;
}

.docs-card__title {
  flex: 1;

  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.docs-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding-top: 18px;

  border-top: 1px solid rgba(65, 140, 193, 0.12);
}

.docs-card__meta {
  color: #7b8aa0;

  font-size: 14px;
  font-weight: 500;
}

.docs-card:hover .docs-card__download {
  color: var(--main-color);
}

.docs-card__download {
  color: var(--muted-foreground);
  transition: 0.4s var(--transition-smooth);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
}

/* Animation */

.animate-float {
  animation: 3s ease-in-out 0s infinite normal none running float;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
}

/*Scroll-bar*/

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background-color: var(--background);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

@media (width <= 1400px) {
  .container {
    padding-inline: 30px;
  }

  h1.hero-section__title {
    font-size: 52px;
    line-height: 1.1;
  }

  .section-title {
    font-size: 45px;
  }

  .menu--link {
    margin-right: 80px;
  }

  .topbar--phone .phone {
    font-size: 25px;
  }
  .icon--wrapper {
    width: 43px;
    height: 43px;
  }
  img.messenger--icon {
    width: 38px;
  }

  .topbar--messengers {
    gap: 30px;
  }

  .navbar-collapse {
    display: flex;
    gap: 30px;
  }
}

@media (width <= 1300px) {
  :root {
    --fz: 16px;
  }
  .navbar-collapse {
    gap: 20px;
  }

  .icon--wrapper {
    width: 38px;
    height: 38px;
  }
}

@media (width <= 1260px) {
  img.request--dec {
    max-width: 600px;
  }

  .block--request {
    padding: 15px 15px 15px 50px;
  }

  .topbar {
    .contacts--wrapper {
      gap: 15px;
    }

    .logo--wrapper {
      width: 20%;
      gap: 0px;
    }
    .info--wrapper {
      width: 80%;
    }
  }
  .logotype {
    max-width: 230px;
  }

  #header .nav-item a {
    font-size: 14px;
  }

  #header a.phone {
    font-size: 16px;
    line-height: 21px;
  }
  .navbar-collapse {
    gap: 15px;
  }
  input#mod-finder-searchword144 {
    width: 280px;
  }
  .catalog--link {
    margin-right: 30px;
  }
  .menu--link {
    margin-right: 60px;
  }
  .menu--link::before {
    right: 30px;
  }
  p.info--wrapper-value {
    font-size: 12px;
    margin-bottom: 0;
  }
  .info--wrapper-item {
    padding: 15px 15px;
  }

  .topbar--messengers {
    .d-flex {
      gap: 10px;
    }
  }

  .hero--features {
    max-width: 505px;
  }

  img.hero--features-icon {
    max-height: 40px;
  }
}

@media (width <= 1100px) {
  .menu--link {
    margin-right: 50px;
  }

  input#mod-finder-searchword144 {
    width: 245px;
  }

  .catalog--link {
    margin-right: 15px;
  }

  .menu--link::before {
    right: 15px;
  }
  .logotype {
    max-width: 150px;
  }
  .topbar {
    .logo--wrapper {
      width: 15%;
    }
    .info--wrapper {
      width: 85%;
    }
  }
}

@media (width <= 991px) {
  :root {
    --mt: 50px;
  }

  .slide {
    width: 340px;
  }

  .rewiev--item {
    height: auto;
  }

  p.reviews--subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .back_link {
    display: none;
  }

  .arrow {
    width: 60px;
    height: 60px;
  }

  .privacy--policy main {
    margin-top: -110px;
  }

  .hero--description {
    order: 2;
  }

  h1.main--title {
    order: 1;
  }

  .hero--features {
    order: 4;
  }

  a.main--btn.popup--link {
    text-align: center;
    order: 3;
  }

  .hero--wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }

  .info--wrapper-item {
    background: #33333300;
    padding: 15px 22px;
    backdrop-filter: blur(0px);
  }

  .terms--text p {
    font-size: 13px;
    line-height: 14px;
  }

  .terms--text {
    margin-bottom: 15px;
  }

  #header .mod-finder__search.input-group {
    display: none;
  }

  #topbar .rating--wrapper {
    display: none;
  }

  .error_site .grid-child.container-component {
    max-width: 310px;
    max-height: 310px;
  }

  h3.error--title {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #topbar {
    .adress.adress--main {
      display: none;
    }
  }

  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }
  .info--wrapper-item {
    align-items: center;
  }
}

@media (width <= 991px) {
  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }

  div#mod-custom136 {
    order: 2;
  }

  nav.navbar.navbar-expand-md {
    order: 3;
  }

  div#mod-custom137 {
    order: 1;
  }

  .desctop--logo {
    display: none;
  }
  .mobile--logo {
    display: block !important;
  }
  #cases li.nav-item {
    width: 33%;
    border-bottom: 1px solid #cccccc29;
  }
  #cases .nav.nav-tabs .nav-link {
    padding: 15px 0px !important;
    width: 101%;
  }
}

@media (width <= 767px) {
  .kvp-article h2 {
    margin-top: 32px;
    margin-bottom: 14px;
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .kvp-article h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.35;
  }

  .kvp-article p {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.65;
  }

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

  .review-card {
    min-height: auto;
    padding: 22px;
  }

  .review-card__logo {
    max-width: 180px;
  }

  .kvp-article ul {
    padding-left: 18px;
    margin-bottom: 20px;
  }

  .docs-card {
    padding: 22px;
  }

  .docs-card__title {
    font-size: 17px;
  }

  .kvp-article li {
    margin-bottom: 9px;
    line-height: 1.55;
  }

  .kvp-accent {
    margin: 18px 0;
    padding: 15px 16px;
    border-left-width: 4px;
    border-radius: 0 10px 10px 0;
  }

  .btn {
    padding: 15px 40px !important;
    font-size: 15px !important;
  }
  :root {
    --pdng: 50px;
  }
}

@media (width <= 576px) {
  :root {
    --pblck: 45px;
  }

  h1.hero-blog__title {
    font-size: 25px !important;
    line-height: 1.3 !important;
    text-wrap: balance;
  }

  .blog-meta-card__value {
    font-size: 13px;
  }

  h1 br {
    display: none;
  }

  .main--page #header {
    background: transparent;
  }

  body.project-main:has(.com-content-article__body) #header {
    background: transparent;
  }

  p.history-subtitle {
    line-height: 1.4;
    font-size: 16px;
  }

  .stats-card__text {
    max-width: 100%;
    white-space: normal;
  }

  body.project-main #hero .container {
    padding-block: 215px 10px;
  }

  .mod-breadcrumbs__wrapper span {
    font-size: 12px;
  }

  .project-stats-card .stats-card__value {
    font-size: 15px;
  }

  .d-flex.gap-4.engeneer-wrapper {
    flex-wrap: wrap;
    gap: 10px !important;
  }

  .stats-card__icon.engeneer-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
  }

  .stats-card__title.text-start {
    font-size: 13px;
  }

  .stats-card__icon.engeneer-icon img {
    width: 20px;
  }

  body.project-main section#hero {
    margin-top: -355px;
  }

  .ui-card {
    padding: 20px;
  }

  .numbers-card__value {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .offcanvas--menu li {
    margin-bottom: 5px;
  }

  .offcanvas--menu ul.mod-menu__sub.list-unstyled.small {
    background: transparent;
    backdrop-filter: none;
  }

  .offcanvas--menu ul.mod-menu__sub.list-unstyled.small a {
    color: var(--white) !important;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .navbar-collapse {
    flex-basis: auto;
  }

  .offcanvas--menu a {
    text-decoration: none !important;
  }

  #cf_3 .cf-form-wrap {
    padding: 20px !important;
  }

  .blog-meta-card__icon {
    width: 40px !important;
    height: 40px !important;
  }

  .directions-card__icon {
    width: 40px;
    height: 40px;
  }

  .directions-card__icon svg {
    transform: scale(1);
  }
  .stats-card__icon {
    width: 40px;
    height: 40px;
  }

  .stats-card__icon img {
    width: 17px;
  }

  .directions-card__link {
    opacity: 1;
  }

  .about-cta__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  .ui-card p {
    line-height: 1.35;
  }

  .contacts-item__icon {
    padding: 10px;
  }
  .contacts-item__icon svg {
    transform: scale(0.8);
  }

  #cf_1 .cf-form-wrap {
    padding: 30px !important;
  }

  .newsflash-image__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: auto;
    display: block;
    color: var(--white) !important;
  }

  .footer__item a,
  .allrights.footer__item {
    font-size: 14px;
  }

  #footer h3 {
    font-size: 18px;
  }
  .col-50 {
    width: 50% !important;
  }

  .contacts-item__value {
    font-size: 16px;
  }

  #header {
    margin-top: 0px;
    background: linear-gradient(
      135deg,
      var(--dark-ocean) 0%,
      #1f3566 60%,
      var(--dark-ocean) 100%
    );
    box-shadow: 0px 0px 0px #fff;
    border-top: 1px solid #ffffff14;
  }

  #header.fixed-header {
    padding-block: 1px;
    background: #18264dd9 !important;
  }

  form#cf3 {
    padding: 20px;
  }

  .ui-card:hover .directions-card__icon svg {
    transform: scale(1.05);
  }

  section#topbar {
    padding-block: 10px;
  }

  .hero-section__text {
    font-size: 16px;
  }

  .hero-section__wave {
    bottom: -2px !important;
  }

  .main--page h1.hero-section__title {
    font-size: 21px;
    line-height: 1.5;
  }

  #header.fixed-header a {
    color: var(--white) !important;
  }

  .main--page #hero {
    margin-top: -300px;
  }

  img.gear-bg {
    max-width: 370px;
  }

  #hero .container {
    padding-block: 150px 30px;
  }

  .offcanvas--wrapper .topbar-contact-item a {
    font-size: 14px;
    color: white;
  }

  span.text-uppercase.small.fw-semibold.text-water {
    font-size: 0.7rem;
  }

  .hero-section__stat-number {
    font-size: 21px;
  }

  .topbar-contact-item svg {
    margin-right: 3px;
    transform: scale(0.65);
  }

  .cookie--content span {
    font-size: 10px;
  }

  .section-title {
    font-size: 25px;
    line-height: 1.3;
  }

  .work-step {
    padding: 15px;
  }

  h1.hero-section__title {
    font-size: 25px;
    line-height: 1.1;
  }

  .project-hero__intro {
    font-size: 15px;
  }

  .topbar-contact-item a {
    font-size: 14px;
  }

  body.about-inst main {
    overflow: hidden;
  }

  a.mobile--popup {
    text-decoration: underline !important;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    color: var(--white) !important;
  }

  img.logotype--mobile {
    max-width: 30px;
  }

  .logo-title {
    line-height: 19px;
    font-size: 16px;
  }

  span.logo-subtitle.mb-0 {
    font-size: 12px;
    line-height: 15px;
  }

  .navbar {
    border-bottom: 0px !important;
    width: auto;
  }

  p.quality-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .directions-card__number {
    top: 20px;
    right: 20px;

    font-size: 30px;
  }

  .directions-card__title {
    font-size: 22px;
  }

  .directions-card__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .awards-card:hover img,
  .article-photo:hover img,
  .smi-card:hover img {
    transform: none !important;
  }

  .kvp-article h2 {
    font-size: 1.35rem;
  }

  .kvp-article h3 {
    font-size: 1.08rem;
  }

  .kvp-accent {
    padding: 14px;
  }

  .feature--item-icon {
    max-width: 30px;
  }

  .feature--item {
    padding: 22px;
  }

  .cooperation--wrapper {
    padding: 22px;
  }

  .blog--main h3,
  .blog--main h2 {
    margin-top: 10px !important;
  }

  #hero video {
    width: 100%;
    height: 400px;
  }

  #age-verification-popup {
    width: 300px;
  }

  .info--wrapper {
    width: 100% !important;
  }
  .container {
    padding-inline: 15px !important;
  }

  h1.main--title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  #hero {
    padding-block: 190px 0px;
  }

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

  .custom--form {
    padding: 15px 0px !important;
    h3 {
      font-size: 20px !important;
      line-height: 24px !important;
      margin-bottom: 5px;
    }
  }

  p.hero--description {
    font-size: 15px;
  }
  .btn {
    width: 100%;
  }
  .topbar--phone .phone {
    font-size: var(--fz);
    line-height: 21px;
  }
  .topbar--phone {
    gap: 0px !important;
  }
  h1.main--title {
    br {
      display: block;
    }
  }
  .section--title {
    font-size: 21px;
  }

  .footer--text {
    padding-top: 0px !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .stats-card {
    padding: 20px 16px;
  }

  .stats-card__value {
    font-size: 21px;
  }

  .stats-card__text {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Animation */

.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

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

/* направления */
.reveal-up {
  transform: translate3d(0, 18px, 0) scale(0.985);
}
.reveal-down {
  transform: translate3d(0, -18px, 0) scale(0.985);
}
.reveal-left {
  transform: translate3d(-18px, 0, 0) scale(0.985);
}
.reveal-right {
  transform: translate3d(18px, 0, 0) scale(0.985);
}

/* задержки — мягкая каскадность */
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}

.reveal-delay-6 {
  transition-delay: 0.6s;
}

/* варианты скорости */
.reveal-fast {
  transition-duration: 0.8s;
}
.reveal-slow {
  transition-duration: 1.4s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Blog */

.main-blog .com-content-article__body p:first-child {
  display: none;
}

#blog .ui-card {
  padding: 0;
  overflow: hidden;
}

#blog .ui-card:hover {
  transform: none;
}

.blog-img {
  overflow: hidden;
}

.main-blog .ui-card {
  padding: 0;
}

.item-content.blog-card {
  padding: 25px;
}

.blog-card .fields-container,
.item-content.blog-card ul.tags.list-inline {
  display: none;
}

.newsflash-image__wave {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  color: var(--white) !important;
}

.module-blog-conent {
  padding: 25px;
}

.newsflash-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--white);
  border-radius: 100%;
  transform: rotate(-45deg);
  transition: 0.3s var(--transition-smooth);
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--main-color);
  z-index: 1;
}

.ui-card:hover .newsflash-arrow {
  transform: rotate(0deg);
  color: var(--white);
  background: var(--main-color);
}

#blog .ui-card:hover h3 {
  color: var(--main-color);
}

.article .ui-card:hover h2 a {
  color: var(--main-color);
}

.article .ui-card:hover {
  transform: none;
}

/* #blog .ui-card:hover .newsflash-date span {
  color: var(--foreground);
}

#blog .ui-card:hover .blog-calendar {
  color: var(--foreground);
} */

.newsflash-date span {
  color: var(--foreground) !important;
  font-size: 13px;
}

.article .page-header {
  margin-bottom: 20px;
}

.blog-calendar {
  color: var(--foreground) !important;
  transform: scale(0.7);
}

.newsflash-readmore svg {
  color: var(--main-color);
  transform: scale(0.7);
}

span.newsflash-readmore {
  font-weight: 700;
  color: var(--main-color);
}

.newsflash-intro.text-muted {
  margin-bottom: 20px;
}

#blog figure.newsflash-image {
  margin-bottom: 0;
}

#blog .mod-articlesnews__item:hover figure img {
  will-change: transform;
  transform: scale(1.1);
}

.blog .article-list .article {
  border: 1px solid #f7f1f1 !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgb(178 188 191 / 10%);
  border-radius: var(--brdrds);
  img {
    border-radius: var(--brdrds) var(--brdrds) 0px 0px;
  }
}

.blog .article-list .article:hover {
  transition: all 0.3s ease;
  box-shadow: 0 30px 20px rgb(178 188 191 / 30%);
  cursor: pointer;
  transform: translateY(-5px);
}

.blog .article-list .article:hover a {
  color: var(--main-color) !important;
}

.blog-item:hover figure img {
  transform: scale(1.07);
  transition: var(--trnshn);
}

.blog-item {
  overflow: hidden;
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: var(--brdrds);
}

.blog-item img {
  transition: var(--trnshn);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-item h2 a {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
}

.item-image {
  height: 336px;
  overflow: hidden;
}

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

.popular--news li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc5a;
  padding-bottom: 5px;
}

.popular--news a {
  text-decoration: none !important;
}

.popular--news a:hover span {
  color: var(--main-color);
  text-decoration: none;
}

.popular--news h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.popular--news {
  margin-top: 0px;
  border: 1px solid #00000008;
  padding: 30px;
  border-radius: var(--brdrds);
  background: var(--white);
  box-shadow: 1px 0px 20px 3px #00000011;
}

.popular--news a span {
  color: var(--black);
  transition: var(--trnshn);
  display: block;
}

.item-content .news--data {
  position: relative;
  inset: 0;
}

.item-pageblog--seo h1 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
}

.item-pageblog--seo img {
  border-radius: var(--brdrds);
}

.com-content-article.item-pageblog--seo {
  border-radius: var(--brdrds);
  background: var(--white);
  padding: 30px;
}

.item-pageblog--seo h2 {
  margin-block: 30px 15px;
  font-size: 27px;
}

.item-content span.published-date,
span.hits {
  font-size: var(--fz);
  color: var(--white);
}

.left.item-image {
  float: none;
}

.article {
  width: 100%;
  height: 100%;
}

.item-image {
  max-height: 500px;
  overflow: hidden;
}

.blog-meta-card__title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.blog-meta-card__icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}

.blog-meta-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blog-meta-card__value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-meta-card .stats-card__icon {
  margin-bottom: 0;
}
figure.left.item-image {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

h1.hero-blog__title {
  font-size: 55px;
  line-height: 1.1;
}

/* SMI */

.smi-card {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}

.smi-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.smi-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.6s ease;
}

/* overlay */
.smi-card__overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.45);

  opacity: 0;
  transition: 0.4s ease;

  backdrop-filter: blur(3px);
}

.smi-card__overlay span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;

  padding: 14px 24px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);

  transform: translateY(10px);
  transition: 0.4s ease;
}

/* content */
.smi-card__content {
  padding: 24px;
}

.smi-card__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;

  color: var(--bs-primary);

  margin-bottom: 12px;
}

.smi-card__title {
  font-size: 24px;
  line-height: 1.3;

  color: var(--bs-body-color);

  margin: 0;
}

/* hover */
.smi-card:hover .smi-card__image img {
  transform: scale(1.08);
}

.smi-card:hover .smi-card__overlay {
  opacity: 1;
}

.smi-card:hover .smi-card__overlay span {
  transform: translateY(0);
}

/* Go to top */

.scroll {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9000;
  touch-action: none;
}

.scroll-to-top {
  position: relative;
  background-color: var(--main-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fa-chevron-up {
  font-size: var(--fz);
}

.scroll-to-top.show {
  opacity: 0.4;
}

.scroll-to-top:hover {
  opacity: 1;
  background-color: var(--main-color);
  transform: scale(1.07);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--main-color);
}

.scroll-to-top:active {
  transform: scale(1);
}

@media (max-width: 767px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }

  .mt-5.mb-5.cta-blog--wrapper {
    flex-direction: column;
  }

  .cta--img img {
    position: relative;
  }

  .cta--img::before {
    height: 80%;
    background: linear-gradient(to bottom, #0b0b0b 0%, rgba(0, 0, 0, 0) 80%);
  }

  .cta--description .btn {
    padding: 18px 30px !important;
  }

  .cta--description {
    max-width: 100%;
    padding: 15px;
  }

  .circle {
    width: 51px;
    height: 51px;
  }

  .fa-chevron-up {
    font-size: 16px;
  }
}

/* Pulse */

.pulsate {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #a36e1ec7;
  }
  50% {
    box-shadow: 0 0 2px 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Offcanvas */

div#offcanvas--auc .mod-list {
  gap: 5px;
  padding: 0;
}

div#offcanvas--auc .mod-list a {
  font-size: 15px;
}

#sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b8f;
  backdrop-filter: blur(5px);
  box-shadow: var(--bxsdw);
  transition: right 0.4s ease;
  z-index: 99999999999;
  overflow-y: auto;
}

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: var(--trnshn);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  display: block;
  color: var(--black);
  border: none;
  padding: 5px 15px;
  font-size: var(--fz);
  border-radius: 5px;
  outline: none;
  transition: background-color 0.3s ease;
}

.close-button {
  border: none;
  background: none;
  font-size: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  color: var(--main-color);
}

.close-button.rotate {
  transform: rotate(45deg);
  transition: var(--trnshn);
}

.offcanvas--menu {
  margin-block: 15px;
  margin-left: 0px;
}

.offcanvas--menu ul.mod-menu.mod-list.nav {
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas--menu a {
  text-wrap: balance !important;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav-item.deeper.parent > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  float: right;
  margin-right: 5px;
  transition: var(--trnshn);
}

.nav-item.deeper.parent.open > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  transform: rotate(180deg);
  transition: var(--trnshn);
}

.mod-menu__sub {
  display: none;
  padding-left: 20px;
  transition: var(--trnshn);
}

#sidebar .offcanvas--menu .parent.open .show-menu {
  display: block;
}

#sidebar .mod-menu__sub {
  display: none;
  position: unset;
  flex-direction: column;
  padding: 10px;
  z-index: 1000;
  min-width: 175px;
  width: auto;
  white-space: nowrap;
  box-shadow: none;
  transition: var(--trnshn);
  margin: 0;
  a {
    padding: 0;
  }
}

#header .nav-item:hover > .mod-menu__sub {
  display: block;
  animation: slideDown 0.4s ease forwards;
  transition: var(--trnshn);
  padding: 15px;
  width: max-content;
  min-width: 280px;
  max-width: 520px;
}

#header .mod-menu__sub a {
  text-wrap: balance;
  transition: var(--trnshn) !important;
}

#header .mod-menu__sub a:hover {
  background: var(--main-color) !important;
  color: var(--white) !important;
}

.offcanvas--wrapper {
  margin-top: 10px;
  margin-left: 10px;
}

.offcanvas--wrapper .d-flex {
  gap: 15px;
}

.offcanvas--wrapper .topbar--messengers {
  margin-block: 15px;
}

img.studio--copyright {
  max-width: 125px;
}

.copyright__item {
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  transition: var(--trnshn);
}

.copyright__item:hover {
  opacity: 1;
}

img.studio--copyright:hover {
  opacity: 1;
  transition: var(--trnshn);
}

/* Pagination */

.pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease-in-out;
}

.page-item.active .page-link {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

/* ÐžÑ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ‹Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ */
.page-item.disabled .page-link {
  color: #ccc;
  background: transparent;
  border: none;
  cursor: not-allowed;
}

/* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ (Ð±ÐµÐ· Ð±Ð¾Ñ€Ð´ÐµÑ€Ð°) */
.page-item a.page-link span {
  font-size: var(--fz);
  line-height: 1;
}

.page-item a.page-link {
  border: none;
  transition: 0.3s var(--transition-bounce);
}

.page-item a.page-link[aria-label*="Страница"]:hover,
.page-item a.page-link[aria-label*="Перейти на 2"]:hover {
  border: 1px solid var(--main-color) !important;
  background: transparent !important;
  color: var(--black) !important;
}

.page-link:focus {
  box-shadow: 0px 0px 0px #fff;
}

.page-item:last-child .page-link {
  border-radius: 100% !important;
}

.com-content-category-blog__navigation.w-100 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}

ul.pagination.ms-0.mb-4 {
  margin-bottom: 0px !important;
}

p.com-content-category-blog__counter.counter.float-md-end.pt-3.pe-2 {
  padding-top: 0px !important;
}

/* Ripple */

.main--btn .ripple {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  /* цвет волны (пример) */
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: ripple-anim 600ms ease-out forwards;
}

@keyframes ripple-anim {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .ws-whatsapp {
    --ws-size: 51px;
  }

  .sp-scroll-up {
    bottom: 15px;
  }
  .ws-whatsapp {
    right: calc(var(--ws-gap) + 11px);
    bottom: calc(var(--ws-gap) + 55px + env(safe-area-inset-bottom));
  }
}

/* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸ÑŽ Ð´Ð»Ñ prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .ws-pulse {
    animation: none;
  }
  .ws-whatsapp {
    transition: none;
  }
}
