/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --_section-gap: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
  --_section-offset: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  --color-primary: #165ee4;
  --color-accent: #feed48;
}

.interaction-disabled {
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
  scroll-padding-top: var(--_section-gap);
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  body {
    background: #f8f8f8;
  }
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

a {
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

input,
textarea {
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
:where(section, header, footer) > .container {
  width: min(90rem - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2, 100vw - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2);
  width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

main {
  padding-bottom: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
  padding-bottom: var(--_section-gap);
  display: grid;
  grid-gap: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
  grid-gap: var(--_section-gap);
  gap: clamp(5rem, 4.5598591549rem + 1.8779342723vw, 6.25rem);
  gap: var(--_section-gap);
  grid-auto-rows: max-content;
}

.offer-link {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 48px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #feed48;
  background-color: var(--color-accent);
  border-radius: 100px;
  flex-shrink: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.offer-link:hover {
  transform: scale(0.97);
}
.offer-link:hover .icon-wrapp {
  transform: rotateZ(50deg);
}
.offer-link .icon-wrapp {
  width: 41px;
  height: 41px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: all 0.3s ease;
}
.offer-link .icon-wrapp svg {
  flex-shrink: 0;
}

.cards-block-wrapp {
  display: flex;
  gap: clamp(0.9375rem, 0.2992957746rem + 2.7230046948vw, 2.75rem);
}
@media (max-width: 992px) {
  .cards-block-wrapp {
    flex-direction: column;
  }
}
.cards-block-wrapp .cards-list {
  flex-basis: 54.11%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  .cards-block-wrapp .cards-list {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }
}
.cards-block-wrapp .cards-list .cards-item {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  background-color: #165ee4;
  background-color: var(--color-primary);
  border-radius: 22px;
  text-align: center;
}
.cards-block-wrapp .cards-list .cards-item:last-child {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .cards-block-wrapp .cards-list .cards-item:last-child {
    grid-column: span 1;
  }
}
.cards-block-wrapp .cards-list .cards-item-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cards-block-wrapp .cards-list .cards-item-icon {
  width: clamp(2.625rem, 2.0088028169rem + 2.6291079812vw, 4.375rem);
  height: clamp(2.625rem, 2.0088028169rem + 2.6291079812vw, 4.375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 25.455px 30.545px 0 rgba(138, 80, 230, 0.06);
}
.cards-block-wrapp .cards-list .cards-item-icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards-block-wrapp .cards-list .cards-item-text {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
}
@media (max-width: 992px) {
  .cards-block-wrapp .cards-list .cards-item-text {
    padding: 16px 0 0 0;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.cards-block-wrapp .cars-gallery {
  height: 423px;
  display: grid;
  grid-template-columns: 60.89% 1fr;
  grid-template-rows: 1fr 1fr 110px;
  grid-gap: 12px;
  gap: 12px;
}
@media (max-width: 992px) {
  .cards-block-wrapp .cars-gallery {
    display: none;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.cards-block-wrapp .cars-gallery .cars-gallery-item:nth-child(1) {
  grid-row: span 3/span 3;
}
.cards-block-wrapp .cars-gallery .cars-gallery-item:nth-child(2) {
  grid-row: span 2/span 2;
}
.cards-block-wrapp .cars-gallery .cars-gallery-item:nth-child(3) {
  grid-area: 3/2;
}
.cards-block-wrapp .cars-gallery .cars-gallery-item-img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cards-block-wrapp .cars-gallery .cars-gallery-item-img {
    border-radius: 12px;
  }
}

.swiper-pagination-wrapp {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .swiper-pagination-wrapp {
    margin-top: 20px;
  }
}
.swiper-pagination-wrapp .pagination {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  position: absolute;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #165ee4;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  z-index: 2;
}
@media (max-width: 992px) {
  .swiper-pagination-wrapp .pagination {
    top: 90%;
  }
}
.swiper-pagination-wrapp .pagination .swiper-pagination-total {
  color: rgba(160, 160, 160, 0.4);
}
@media (max-width: 992px) {
  .swiper-pagination-wrapp .pagination {
    padding: 6px 10px;
    border-radius: 12px;
    background: #fff;
  }
}

.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
.controls .prev,
.controls .next {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  width: clamp(4rem, 3.4718309859rem + 2.2535211268vw, 5.5rem);
  height: clamp(3.0625rem, 2.9084507042rem + 0.6572769953vw, 3.5rem);
  background: transparent;
  color: #165ee4;
  color: var(--color-primary);
  border: 1px solid #165ee4;
  border: 1px solid var(--color-primary);
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.controls .prev svg,
.controls .next svg {
  flex-shrink: 0;
  stroke: currentColor;
  transition: opacity 0.3s ease;
}
.controls .prev.swiper-button-disabled svg,
.controls .next.swiper-button-disabled svg {
  opacity: 0.4;
}
.controls .prev:not(.swiper-button-disabled),
.controls .next:not(.swiper-button-disabled) {
  background: #165ee4;
  background: var(--color-primary);
  color: #fff;
  border: 1px solid #165ee4;
  border: 1px solid var(--color-primary);
}

.btn-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: rgba(22, 94, 228, 0.5960784314);
  border: 1px solid var(--color-white);
  color: #feed48;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-scroll-top:hover {
  background-color: #165ee4;
  background-color: var(--color-primary);
  transform: scale(1.03);
}
.btn-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
@media (max-width: 992px) {
  .btn-scroll-top {
    width: 40px;
    height: 40px;
  }
  .btn-scroll-top svg {
    width: 19px;
    height: 19px;
  }
}

.backdrop {
  --_open: 1000ms;
  --_close: 1000ms;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 1000ms;
  transition-duration: var(--_open);
  opacity: 0;
  visibility: hidden;
}
.backdrop[open] {
  opacity: 1;
  visibility: visible;
}
.backdrop[close] {
  transition-duration: var(--_close);
}

body:has(.backdrop[open]) {
  overflow: hidden;
}

html:has(.backdrop[open]) {
  overflow: hidden;
}

.accordeon {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordeon .content {
  min-height: 0;
  overflow: hidden;
  transition: height 3.5s ease;
  transition: height var(--_ts, 3.5s) ease;
}
.accordeon[open] {
  grid-template-rows: 1fr;
}

#cta {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#cta form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cta form .form-group {
  display: flex;
  flex-direction: column;
}
#cta form .form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
#cta form .form-group input[type=text],
#cta form .form-group input[type=tel] {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
#cta form .form-group input[type=text]:focus,
#cta form .form-group input[type=tel]:focus {
  outline: none;
  border-color: #3c16a7;
  box-shadow: 0 0 0 3px rgba(60, 22, 167, 0.1);
}
#cta form .form-group input[type=text][error],
#cta form .form-group input[type=tel][error] {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}
#cta form .form-group input[type=text][error]:focus,
#cta form .form-group input[type=tel][error]:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.3);
}
#cta form button[type=submit] {
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #3c16a7;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#cta form button[type=submit]:disabled {
  background-color: #a49dd6;
  cursor: not-allowed;
}
#cta form button[type=submit]:not(:disabled):hover {
  background-color: #2e0f83;
}
#cta form .thank-you {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #155724;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  display: none;
}
#cta form .thank-you[show] {
  display: block;
}

.burger-menu.backdrop {
  display: flex;
  flex-direction: column;
  transition: all 500ms ease-in-out;
  overflow-y: auto;
}
.burger-menu.backdrop .burger-menu-container {
  width: 70.13%;
  margin-left: auto;
  flex-grow: 1;
  transform: translateX(100%);
  transition: all 500ms ease-in-out;
}
.burger-menu.backdrop .burger-menu-wrapp {
  padding: 30px 20px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px 0 0 20px;
  background: #f0f0f0;
  color: #000;
}
.burger-menu.backdrop .burger-menu-inner {
  margin-bottom: 80px;
  padding: 50px 20px 0 0;
}
.burger-menu.backdrop .nav-list {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.burger-menu.backdrop .nav-list li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.header-contacts-burger {
  display: flex;
  flex-direction: column;
}
.header-contacts-burger .header-list {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid #000;
}
.header-contacts-burger .header-list .header-item-link {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header-contacts-burger .header-list .header-item-icon {
  max-width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-contacts-burger .header-list .header-item-icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-contacts-burger .header-list-tel .header-item-icon {
  padding-right: 3px;
  border-right: 1px solid #000;
}
.header-contacts-burger .header-list-address .header-item-link {
  gap: 8px;
}

.burger-menu.backdrop[open] .burger-menu-container {
  transform: translateX(0);
}

.burger-icon,
.close-button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(217, 217, 217, 0.2);
  color: #fff;
  flex-shrink: 0;
}

body:has(.burger-menu.backdrop[open]) .burger-icon {
  display: none;
}
body:has(.burger-menu.backdrop[open]) .close-button {
  display: flex;
  margin-left: auto;
  background-color: #165ee4;
  background-color: var(--color-primary);
}

body:not(:has(.burger-menu.backdrop[open])) .burger-icon {
  display: flex;
}
body:not(:has(.burger-menu.backdrop[open])) .close-button {
  display: none;
}

.burger-btn-wrapp {
  display: none;
}
@media (max-width: 1230px) {
  .burger-btn-wrapp {
    display: block;
  }
}

.header {
  padding-top: 28.5px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header .header-wrapp {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 992px) {
  .header .header-inner {
    display: none;
  }
}
.header .header-menu-wrapp {
  display: none;
}
@media (max-width: 992px) {
  .header .header-menu-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.header .header-contacts {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #fff;
}
.header .header-contacts .header-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header .header-contacts .header-list .header-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .header-contacts .header-list .header-item-icon {
  max-width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-contacts .header-list .header-item-icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-contacts .header-list-tel .header-item:last-child .header-item-link {
  padding-left: 8px;
  border-left: 1px solid #fff;
}
.header .header-contacts .header-list-tel .header-item:last-child .header-item-icon {
  display: none;
}
.header .custom-logo-link {
  display: block;
  width: clamp(8.3125rem, 5.1214788732rem + 13.6150234742vw, 17.375rem);
  height: clamp(2.8125rem, 1.7341549296rem + 4.6009389671vw, 5.875rem);
  flex-shrink: 0;
}
.header .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-nav {
  padding: 5px 0 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #fff;
}
.header .main-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header .main-nav .nav-list a {
  position: relative;
  font-weight: 600;
}
.header .main-nav .nav-list a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: -3px;
  left: 0;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.header .main-nav .nav-list a:hover:after {
  width: 100%;
}

#about .about-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#about .about-title,
#about .about-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#about .about-title strong,
#about .about-title * strong {
  font-weight: 600;
}
#about .about-inner {
  display: grid;
  grid-template-columns: 1fr 58.08%;
  grid-gap: 15px;
  gap: 15px;
}
@media (max-width: 992px) {
  #about .about-inner {
    grid-template-columns: 1fr;
  }
}
#about .about-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.3125rem, 0.2024647887rem + 0.4694835681vw, 0.625rem);
}
#about .about-list .about-item {
  padding: 18px 16px;
  border-radius: 8px;
  background: #165ee4;
  background: var(--color-primary);
}
#about .about-list .about-item-text {
  color: #fff;
  font-weight: 500;
}
#about .about-img {
  min-height: 492px;
  border-radius: 12px;
  overflow: hidden;
}

#aftonomic .aftonomic-wrapp {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#aftonomic .aftonomic-inner {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
  border-bottom: 1px solid rgba(0, 60, 113, 0.5);
}
#aftonomic .aftonomic-title-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  #aftonomic .aftonomic-title-wrapp {
    flex-direction: column;
    align-items: start;
  }
}
#aftonomic .aftonomic-title,
#aftonomic .aftonomic-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#aftonomic .aftonomic-title strong,
#aftonomic .aftonomic-title * strong {
  font-weight: 600;
}
@media (max-width: 992px) {
  #aftonomic .aftonomic-link-arrow {
    display: none;
  }
}
#aftonomic .aftonomic-link-wrapp {
  display: flex;
  align-items: center;
  gap: 37px;
}
#aftonomic .aftonomic-content {
  display: grid;
  grid-template-columns: 1fr 55.22%;
  grid-gap: 25px;
  gap: 25px;
}
@media (max-width: 992px) {
  #aftonomic .aftonomic-content {
    grid-template-columns: 1fr;
  }
}
#aftonomic .aftonomic-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#aftonomic .aftonomic-text P {
  padding: 25px 0 clamp(2.5rem, 2.0158450704rem + 2.0657276995vw, 3.875rem) 0;
  position: relative;
}
#aftonomic .aftonomic-text P:before {
  content: "";
  position: absolute;
  width: 76.774px;
  height: 1px;
  top: 0;
  left: 0;
  background: #15325c;
}
#aftonomic .aftonomic-img {
  width: 100%;
  height: clamp(30.8125rem, 29.9982394366rem + 3.4741784038vw, 33.125rem);
  border-radius: 32px;
  overflow: hidden;
}
#aftonomic .aftonomic-gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}
@media (max-width: 992px) {
  #aftonomic .aftonomic-gallery-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  #aftonomic .aftonomic-gallery-list .aftonomic-gallery-item:last-child {
    display: none;
  }
}
#aftonomic .aftonomic-gallery-list .aftonomic-gallery-item-img {
  width: 100%;
  height: clamp(24.4375rem, 24.0413732394rem + 1.6901408451vw, 25.5625rem);
  border-radius: 22px;
  overflow: hidden;
}

@media (max-width: 992px) {
  #contacts .container {
    width: 100%;
  }
}
#contacts .contacts-wrapp {
  min-height: 647px;
  display: grid;
  grid-template-columns: 1fr 40.8%;
}
@media (max-width: 992px) {
  #contacts .contacts-wrapp {
    grid-template-columns: 1fr;
  }
}
#contacts .contacts-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  #contacts .contacts-box {
    padding: 20px clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
    padding: 20px var(--_section-offset);
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#contacts .contacts-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#contacts .contacts-info {
  padding: 172px 20px 20px 20px;
  color: #fff;
}
@media (max-width: 992px) {
  #contacts .contacts-info {
    padding: 0;
  }
}
#contacts .contacts-info .contacts-title {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
}
#contacts .contacts-info .contacts-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#contacts .contacts-info .contacts-list .contacts-item {
  display: flex;
  gap: 25px;
}
#contacts .contacts-info .contacts-list .contacts-item .contacts-icon {
  width: 24px;
  height: 24px;
}
#contacts .contacts-info .contacts-list .contacts-item .contacts-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
#contacts .contacts-form {
  position: relative;
}
@media (max-width: 992px) {
  #contacts .contacts-form:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
}
#contacts .contacts-form .contacts-img {
  margin-bottom: 20px;
  width: 100%;
  height: 211px;
}
@media (max-width: 992px) {
  #contacts .contacts-form .contacts-img {
    display: none;
  }
}
#contacts .contacts-form form {
  position: relative;
  padding: 0 95px 8px 50px;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 992px) {
  #contacts .contacts-form form {
    max-width: 278px;
    padding: 33px 0 58px 0;
    border: none;
  }
}
#contacts .contacts-form form .form-label-wrapp {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#contacts .contacts-form form .form-label-wrapp .form-group {
  display: flex;
  flex-direction: column;
}
#contacts .contacts-form form .form-label-wrapp .form-group label {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
#contacts .contacts-form form .form-label-wrapp .form-group input[type=text],
#contacts .contacts-form form .form-label-wrapp .form-group input[type=tel] {
  background-color: transparent;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
#contacts .contacts-form form .form-label-wrapp .form-group input[type=text][error],
#contacts .contacts-form form .form-label-wrapp .form-group input[type=tel][error] {
  border-color: #dc3545;
}
#contacts .contacts-form form .form-label-wrapp .form-group input[type=text][error]:focus,
#contacts .contacts-form form .form-label-wrapp .form-group input[type=tel][error]:focus {
  border-color: #dc3545;
}
#contacts .contacts-form form button[type=submit] {
  padding: 15px 48px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  color: #011c2b;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
#contacts .contacts-form form button[type=submit]:hover {
  transform: scale(0.97);
}
#contacts .contacts-form form .thank-you {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #155724;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  display: none;
}
#contacts .contacts-form form .thank-you[show] {
  display: block;
}
#contacts .contacts-map {
  min-height: 475px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
}
#contacts .contacts-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  #contacts .contacts-map {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    width: min(90rem - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2, 100vw - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2);
    width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  }
}

#fop {
  padding: 44px 0 8px 0;
  border-radius: 20px;
  background: #f0f0f0;
}
#fop .fop-wrapp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#fop .fop-title-wrapp {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 32.57% 1fr;
  align-items: flex-start;
  grid-gap: 37px;
  gap: 37px;
  border-bottom: 1px solid rgba(0, 60, 113, 0.1);
}
@media (max-width: 992px) {
  #fop .fop-title-wrapp {
    grid-template-columns: 1fr;
    gap: 10px;
    border: none;
  }
}
#fop .fop-title {
  padding-right: 26px;
  border-right: 1px solid rgba(0, 60, 113, 0.1);
}
#fop .fop-title,
#fop .fop-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#fop .fop-title strong,
#fop .fop-title * strong {
  font-weight: 600;
}
@media (max-width: 992px) {
  #fop .fop-title {
    border: none;
  }
}
#fop .offer-link {
  border-radius: 15px;
}
#fop .fop-block-wrapp {
  display: grid;
  grid-template-columns: 54.11% 1fr;
  align-items: center;
  grid-gap: clamp(0.9375rem, 0.2992957746rem + 2.7230046948vw, 2.75rem);
  gap: clamp(0.9375rem, 0.2992957746rem + 2.7230046948vw, 2.75rem);
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp {
    grid-template-columns: 1fr;
  }
}
#fop .fop-block-wrapp .cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cards-list {
    gap: 5px 20px;
  }
}
#fop .fop-block-wrapp .cards-list .cards-item {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #165ee4;
  background-color: var(--color-primary);
  border-radius: 22px;
}
#fop .fop-block-wrapp .cards-list .cards-item-number {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cards-list .cards-item-number {
    display: none;
  }
}
#fop .fop-block-wrapp .cards-list .cards-item-wrapp {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cards-list .cards-item-wrapp {
    flex-direction: column;
  }
}
#fop .fop-block-wrapp .cards-list .cards-item-icon {
  width: clamp(2.625rem, 2.0088028169rem + 2.6291079812vw, 4.375rem);
  height: clamp(2.625rem, 2.0088028169rem + 2.6291079812vw, 4.375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 25.455px 30.545px 0 rgba(138, 80, 230, 0.06);
}
#fop .fop-block-wrapp .cards-list .cards-item-icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#fop .fop-block-wrapp .cards-list .cards-item-text {
  padding: 0 0 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cards-list .cards-item-text {
    padding: 16px 0 0 0;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
#fop .fop-block-wrapp .cars-gallery {
  height: 456px;
  display: grid;
  grid-template-columns: 60.89% 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cars-gallery {
    height: 434px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
#fop .fop-block-wrapp .cars-gallery .cars-gallery-item:nth-child(1) {
  grid-row: span 3/span 3;
}
#fop .fop-block-wrapp .cars-gallery .cars-gallery-item:nth-child(2) {
  grid-row: span 2/span 2;
}
#fop .fop-block-wrapp .cars-gallery .cars-gallery-item:nth-child(3) {
  grid-area: 3/2;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cars-gallery .cars-gallery-item:not(:nth-child(1)) {
    display: none;
  }
}
#fop .fop-block-wrapp .cars-gallery .cars-gallery-item-img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #fop .fop-block-wrapp .cars-gallery .cars-gallery-item-img {
    border-radius: 12px;
  }
}

#generation .generation-wrapp {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}
#generation .generation-title-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  #generation .generation-title-wrapp {
    flex-direction: column;
    align-items: start;
  }
}
#generation .generation-content {
  max-width: 912px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#generation .generation-title {
  white-space: nowrap;
}
#generation .generation-title,
#generation .generation-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#generation .generation-title strong,
#generation .generation-title * strong {
  font-weight: 600;
}
#generation .generation-text strong {
  font-weight: 400;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#generation .generation-slider {
  width: 100%;
  overflow: visible;
}
#generation .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 28px;
  gap: 20px 28px;
}
@media (max-width: 768px) {
  #generation .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#generation .swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
  #generation .swiper-slide {
    height: 228px;
  }
}
#generation .generation-card-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #generation .generation-card-image {
    border-radius: 12px;
    overflow: hidden;
  }
}
#generation .swiper-pagination-wrapp {
  display: none;
}
@media (max-width: 768px) {
  #generation .swiper-pagination-wrapp {
    display: block;
    margin-top: 10px;
  }
}

#hero {
  min-height: 100dvh;
  padding: 315px 0 52px 0;
  position: relative;
}
@media (max-width: 992px) {
  #hero {
    padding-bottom: 100px;
  }
}
#hero .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
#hero .hero-bg:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#hero .hero-wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  #hero .hero-wrapp {
    gap: 40px;
  }
}
#hero .hero-title-wrapp {
  position: relative;
}
@media (max-width: 992px) {
  #hero .hero-title-wrapp {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
#hero .hero-title-wrapp .hero-title {
  position: relative;
}
#hero .hero-title-wrapp .hero-title h1 {
  color: #fff;
  font-size: clamp(2.25rem, 1.2816901408rem + 4.1314553991vw, 5rem);
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#hero .hero-title-wrapp .hero-title h1 strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 45px;
  font-size: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
  font-weight: 500;
  border-radius: 22px;
  border: 1px solid #fff;
}
#hero .hero-title-wrapp .hero-title:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  #hero .hero-title-wrapp .hero-title:after {
    background-color: #fff;
    right: -10%;
  }
}
#hero .hero-title-wrapp .offer-link {
  position: absolute;
  bottom: 0;
  left: 450px;
  padding: 18px 42px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  #hero .hero-title-wrapp .offer-link {
    position: static;
  }
}
#hero .hero-content {
  max-width: 573px;
  margin-left: auto;
  padding: 40px 25px 13px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  background: rgba(228, 228, 228, 0.02);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  #hero .hero-content {
    margin-left: calc(-1 * clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem));
    margin-right: calc(-1 * clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem));
    margin-left: calc(-1 * var(--_section-offset));
    margin-right: calc(-1 * var(--_section-offset));
    padding: 40px 20px;
    border: none;
  }
}
#hero .hero-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
#hero .hero-text p strong {
  font-weight: 700;
}
#hero .hero-image-wrapp {
  display: flex;
  gap: 10px;
  align-items: center;
}
#hero .hero-image-wrapp p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
#hero .hero-image {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  overflow: hidden;
}

#household .household-wrapp {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#household .household-inner {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
  border-bottom: 1px solid rgba(0, 60, 113, 0.5);
}
#household .household-title-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  #household .household-title-wrapp {
    flex-direction: column;
    align-items: start;
  }
}
#household .household-title,
#household .household-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#household .household-title strong,
#household .household-title * strong {
  font-weight: 600;
}
@media (max-width: 992px) {
  #household .household-link-arrow {
    display: none;
  }
}
#household .household-link-wrapp {
  display: flex;
  align-items: center;
  gap: 37px;
}
#household .cards-block-wrapp {
  flex-direction: row-reverse;
}
#household .household-content {
  display: grid;
  grid-template-columns: 1fr 55.22%;
  grid-gap: 25px;
  gap: 25px;
}
@media (max-width: 992px) {
  #household .household-content {
    grid-template-columns: 1fr;
  }
}
#household .household-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#household .household-text P {
  padding: 25px 0 clamp(2.5rem, 2.0158450704rem + 2.0657276995vw, 3.875rem) 0;
  position: relative;
}
#household .household-text P:before {
  content: "";
  position: absolute;
  width: 76.774px;
  height: 1px;
  top: 0;
  left: 0;
  background: #15325c;
}
#household .household-img {
  width: 100%;
  height: clamp(30.8125rem, 29.9982394366rem + 3.4741784038vw, 33.125rem);
  border-radius: 32px;
  overflow: hidden;
}

#offer .offer-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  #offer .offer-wrapp {
    gap: 15px;
  }
}
#offer .offer-title,
#offer .offer-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#offer .offer-title strong,
#offer .offer-title * strong {
  font-weight: 600;
}
#offer .offer-slider {
  width: 100%;
  overflow: visible;
}
#offer .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  grid-gap: 11.5px 20px;
  gap: 11.5px 20px;
}
@media (max-width: 768px) {
  #offer .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#offer .swiper-slide {
  height: auto;
  min-height: 163px;
}
@media (max-width: 992px) {
  #offer .swiper-slide:has(.offer-card-image) {
    display: none;
  }
}
#offer .swiper-pagination-wrapp {
  display: none;
}
@media (max-width: 768px) {
  #offer .swiper-pagination-wrapp {
    display: block;
  }
}
#offer .offer-card {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5.3px 0 rgba(0, 0, 0, 0.12);
}
#offer .offer-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#offer .offer-card-icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#offer .offer-card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#partners .partners-wrapp {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.573943662rem + 0.7511737089vw, 1.25rem);
}
#partners .partners-title,
#partners .partners-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#partners .partners-title strong,
#partners .partners-title * strong {
  font-weight: 600;
}
#partners .partners-slider {
  width: 80%;
}
#partners .swiper-slide {
  width: 230px;
  height: 104px;
}
#partners .partners-item-img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

#patents .patents-wrapp {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.573943662rem + 0.7511737089vw, 1.25rem);
}
#patents .patents-title,
#patents .patents-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#patents .patents-title strong,
#patents .patents-title * strong {
  font-weight: 600;
}
#patents .patents-slider {
  width: 100%;
  padding-bottom: 20px;
}
#patents .swiper-slide {
  width: 325px;
  height: 400px;
}
#patents .patents-item-img {
  width: 100%;
  height: 100%;
}
#patents .swiper-pagination-wrapp {
  display: none;
}
@media (max-width: 992px) {
  #patents .swiper-pagination-wrapp {
    display: block;
  }
}

.projects {
  position: relative;
  width: 100%;
  max-width: 1413px;
  margin: 0 auto;
  padding: 95px 0 64px 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-image: url(../images/projects-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .projects {
    padding: 40px 0;
  }
}
.projects .container {
  width: min(90rem - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2, 100vw - clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem) * 2);
  width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.projects .projects-wrapp {
  display: flex;
  flex-direction: column;
}
.projects .projects-title-wrapp {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .projects .projects-title-wrapp {
    display: contents;
  }
}
.projects .projects-title {
  max-width: 555px;
  font-size: clamp(1.625rem, 1.2728873239rem + 1.5023474178vw, 2.625rem);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .projects .projects-title {
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .projects .swiper-pagination-wrapp {
    order: 1;
  }
}
.projects .projects-slider {
  width: 100%;
}
.projects .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.projects .swiper-slide.hidden {
  display: none !important;
}
.projects .swiper-slide:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -25px;
  background: rgba(0, 60, 113, 0.5);
}
@media (max-width: 480px) {
  .projects .swiper-slide:after {
    content: none;
  }
}
.projects .controls .prev {
  background-color: transparent;
  color: #165ee4;
  color: var(--color-primary);
}
.projects .projects-filters {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
  overflow-x: auto;
  /* ховаємо смугу прокрутки */
  scrollbar-width: none; /* для Firefox */
  -ms-overflow-style: none; /* для IE і Edge */
}
.projects .projects-filters::-webkit-scrollbar {
  display: none; /* для Chrome, Safari, Opera */
}
@media (max-width: 992px) {
  .projects .projects-filters {
    margin-bottom: 20px;
    justify-content: start;
  }
}
.projects .projects-filters .filter-btn {
  flex-shrink: 0;
  padding: 13px 16px;
  border: 1px solid #000;
  border-radius: 50px;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.projects .projects-filters .filter-btn:hover {
  border: 1px solid #165ee4;
  border: 1px solid var(--color-primary);
  background: #165ee4;
  background: var(--color-primary);
  color: #fff;
}
.projects .projects-filters .filter-btn.active {
  border: 1px solid #165ee4;
  border: 1px solid var(--color-primary);
  background: #165ee4;
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
}
.projects .projects-item-img {
  height: 364px;
  border-radius: 12px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(67px);
          backdrop-filter: blur(67px);
}
.projects .projects-item-img img {
  border-radius: inherit;
}
.projects .content-list {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.projects .content-list .content-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  gap: 10px;
}
#pumps .pumps-wrapp {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#pumps .pumps-inner {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
  border-bottom: 1px solid rgba(0, 60, 113, 0.5);
}
#pumps .pumps-title-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  #pumps .pumps-title-wrapp {
    flex-direction: column;
    align-items: start;
  }
}
#pumps .pumps-title,
#pumps .pumps-title * {
  color: #000;
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
#pumps .pumps-title strong,
#pumps .pumps-title * strong {
  font-weight: 600;
}
@media (max-width: 992px) {
  #pumps .pumps-link-arrow {
    display: none;
  }
}
#pumps .pumps-link-wrapp {
  display: flex;
  align-items: center;
  gap: 37px;
}
#pumps .cards-block-wrapp {
  flex-direction: row-reverse;
}
#pumps .pumps-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#pumps .pumps-content .pumps-text-wrapp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  #pumps .pumps-content .pumps-text-wrapp {
    flex-direction: column;
  }
  #pumps .pumps-content .pumps-text-wrapp:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    background: #808080;
  }
}
#pumps .pumps-content .pumps-text {
  max-width: 783px;
}
#pumps .pumps-content .pumps-text p {
  font-size: clamp(1rem, 0.9559859155rem + 0.1877934272vw, 1.125rem);
  font-weight: 500;
  line-height: 24px;
}
#pumps .pumps-content .pumps-text p strong {
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: 700;
}
#pumps .pumps-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  #pumps .pumps-gallery-list {
    grid-template-columns: 1fr 1fr;
    gap: 11px 20px;
  }
}
#pumps .pumps-gallery-list .pumps-gallery-item-title-wrapp {
  max-width: 302px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 992px) {
  #pumps .pumps-gallery-list .pumps-gallery-item-title-wrapp {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  #pumps .pumps-gallery-list .pumps-gallery-item-title-wrapp .pumps-gallery-item-arrow {
    display: none;
  }
}
#pumps .pumps-gallery-list .pumps-gallery-item {
  position: relative;
  min-height: clamp(8rem, 6.6355633803rem + 5.8215962441vw, 11.875rem);
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
#pumps .pumps-gallery-list .pumps-gallery-item * {
  position: relative;
  z-index: 2;
}
#pumps .pumps-gallery-list .pumps-gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 51.92%, #000 100%);
  z-index: 1;
}
#pumps .pumps-gallery-list .pumps-gallery-item-title {
  font-size: clamp(1.625rem, 1.4929577465rem + 0.5633802817vw, 2rem);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
#pumps .pumps-gallery-list .pumps-gallery-item-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#pumps .pumps-gallery-list .pumps-gallery-item-text {
  color: #fff;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 500;
  line-height: normal;
}

.footer {
  padding: 40px 0 32px 0;
  border-radius: 22px;
  background: #eaeaea;
}
@media (max-width: 992px) {
  .footer {
    padding: 22px 0 16.5px 0;
  }
}
.footer .footer-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .footer-wrapp {
    align-items: start;
  }
}
.footer .footer-content {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 31px;
}
@media (max-width: 992px) {
  .footer .footer-content {
    width: 100%;
    margin-bottom: 45.5px;
  }
}
.footer .nav-list {
  padding-right: 38px;
  display: flex;
  gap: 38px;
  border-right: 1px solid #2d2e2e;
}
.footer .nav-list a {
  position: relative;
  font-weight: 600;
  color: #2d2e2e;
}
.footer .nav-list a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: -3px;
  left: 0;
  background: #2d2e2e;
  transition: all 300ms ease-in-out;
}
.footer .nav-list a:hover:after {
  width: 100%;
}
@media (max-width: 992px) {
  .footer .nav-list {
    flex-direction: column;
    gap: 15px;
    border: none;
  }
}
.footer .socials-list {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .footer .socials-list {
    flex-direction: column;
  }
}
.footer .socials-list .socials-link {
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.footer .socials-list .socials-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .custom-logo-link {
  margin-bottom: 38.5px;
  width: clamp(6.1875rem, 4.5149647887rem + 7.1361502347vw, 10.9375rem);
  height: clamp(2.0625rem, 1.4903169014rem + 2.441314554vw, 3.6875rem);
  flex-shrink: 0;
}
.footer .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .footer .custom-logo-link {
    margin-bottom: 24px;
    order: -1;
  }
}
.footer .footer-policy {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 46px;
  color: #2d2e2e;
}

/*# sourceMappingURL=main.bundle.css.map*/