@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* @font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* font-family: "Inter"; */
/* font-family: "Inter", sans-serif; */
/* font-family: "Inter Tight", sans-serif; */
/* font-family: "Gilroy", sans-serif; */
/* font-family: "Plus Jakarta Sans", sans-serif; */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Gilroy", sans-serif;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

._container {
  max-width: 1110px;
  margin: 0 auto;
}


/* ---------index.html style - start ---------*/
/* ---------header - start -------------------*/


.red-nav {
  background: #B01116;
  display: flex;
  padding: 12px 80px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.red-nav .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.red-nav .container h3 {
  color: var(--White, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
}

.box1 {
  padding-right: 80px;
}

@media screen and (max-width: 768px) {
  .slider-container {
    padding-left: 24px;
  }

  body {
    font-family: "Gilroy", sans-serif;
  }

  .red-nav {
    padding: 12px 24px;
  }

  .red-nav .container h3 {
    font-weight: 600;
  }

  .tablet-hidden {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .box1 {
    flex-direction: column;
    /* padding-left: 16px; */
  }

  .slider-container {
    padding-left: 12px;
  }

  .red-nav {
    padding: 8px 12px;
  }

  .red-nav .container h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .red-nav .container {
    gap: 4px;
  }
}

.header .fontpage {
  margin: 4px;
  background-image: url(/assets/img/main-bg.svg);
  height: 830px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  padding: 12px 0 12px;
}

.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-right: 90px;
}

.nav-list li a {
  font-family: "Gilroy", sans-serif;
  padding: 10px 8px 6px 8px;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.nav-list li {
  position: relative;
}

.nav-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #FFF;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.nav-list li a:hover::after {
  width: 85%;
}

.live {
  border-radius: 12px;
  background: var(--BG, #F3EFEF);
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.live:hover {
  transform: scale(1.03) translateY(-2px);
}

.live h5 {
  color: var(--Primary-Red, #B01116);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.live .dot {
  border-radius: 100px;
  background: var(--Primary-Red, #B01116);
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.welcome-page {
  margin-top: 440px;
  position: relative;
}

.star_index {
  position: absolute;
  right: -92px;
  bottom: -110px;
}

.welcome-page h1 {
  font-family: "Gilroy", sans-serif;
  color: var(--White, #FFF);
  font-size: 64px;
  font-weight: 600;
  line-height: 68px;
  font-style: normal;
  width: 871px;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 280px;
}

.main-button {
  display: flex;
  width: 232px;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.main-button img {
  border-radius: 12px;
  background: var(--BG, #F3EFEF);
  width: 52px;
  height: 52px;
  padding: 12px 10px;
  align-items: center;
  transition: transform 0.3s ease;
}

.main-button h5 {
  border-radius: 12px;
  background: var(--BG, #F3EFEF);
  padding: 16px;
  justify-content: center;
  align-items: center;
  color: var(--Text, #1C1C1C);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: transform 0.5s ease;
  white-space: nowrap;
}

.call-us-btn:hover h5 {
  transform: translateX(-30%);
  background: var(--Primary-Red, #B01116);
  color: #fff;
  white-space: nowrap;
}

.main-button .call-hover {
  display: none;
}

.call-us-btn:hover .call-default {
  display: none;
}

.call-us-btn:hover .call-hover {
  display: block;
  width: 52px;
  height: 52px;
  padding: 2px;
  transform: translateX(345%);
  background: var(--Primary-Red, #B01116);
}

.mainSwiper .swiper-wrapper {
  padding-bottom: 50px;

  a {
    display: none;
  }
}

.mainSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  padding-right: 12px;
}

.mainSwiper .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #dddddd;
}

.mainSwiper .swiper-pagination-bullet-active {
  background-color: #B01116;
}

.swiperReliable .swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiperReliable .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
}

.swiperReliable .swiper-pagination-bullet-active {
  background-color: #B01116;
}

.swiperReliable .swiper-wrapper {
  padding-bottom: 50px;
}

.swiperReliable .swiper-slide {
  display: flex;
}


.swiperDecision .swiper-slide {
  display: flex;
}

.swiperDecision .swiper-wrapper {
  padding-bottom: 60px;
}

.swiperDecision .swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiperDecision .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
}

.swiperDecision .swiper-pagination-bullet-active {
  background-color: #B01116;
}

.decision {
  padding: 60px 0;
}

.swiperDecision2 .swiper-pagination {
  display: flex;
  justify-content: start;
}

.swiperDecision2 .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
}

.swiperDecision2 .swiper-pagination-bullet-active {
  background-color: #B01116;
}

.swiperDecision2 .swiper-wrapper {
  padding-bottom: 50px;
}

.swiperDecision2 .swiper-slide {
  display: flex;
}

.planSwiper {
  z-index: 0 !important;
}

.planSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 90vw;
}

.planSwiper .swiper-pagination-bullet {
  height: 4px;
  width: 50%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #FFFFFF;
  opacity: 1;
}

.planSwiper .swiper-pagination-bullet-active {
  background-color: #B01116;
  width: 100%;
  max-width: 90vw;
}

.swiperObjects .swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiperObjects .swiper-pagination-bullet {
  height: 4px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
}

.swiperObjects .swiper-pagination-bullet-active {
  background-color: #B01116;
}

.swiperObjects .swiper-wrapper {
  padding-bottom: 50px;
}

.plvka_swiper .swiper-wrapper {
  padding-bottom: 60px;
}

.plvka_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 90vw;
}

.plvka_swiper .swiper-pagination-bullet {
  height: 4px;
  width: 50%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #FFFFFF;
  opacity: 1;
}

.plvka_swiper .swiper-pagination-bullet-active {
  background-color: #B01116;
  width: 100%;
  max-width: 90vw;
}


.swiper_news {
  position: relative;
}

.swiper_news .swiper-wrapper {
  padding-bottom: 60px;
}

.swiper_news .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 90vw;
}

.swiper_news .swiper-pagination-bullet {
  height: 4px;
  width: 50%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
  opacity: 1;
}

.swiper_news .swiper-pagination-bullet-active {
  background-color: #B01116;
  width: 100%;
  max-width: 90vw;
}

#image-container a {
  width: 100%;
}




.leadersSwiper {
  position: relative;
}

.leadersSwiper .swiper-wrapper {
  padding-bottom: 60px;
}

.leadersSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 90vw;
}

.leadersSwiper .swiper-pagination-bullet {
  height: 4px;
  width: 50%;
  max-width: 300px;
  border-radius: 10px;
  background-color: #F3EFEF;
  opacity: 1;
}

.leadersSwiper .swiper-pagination-bullet-active {
  background-color: #B01116;
  width: 100%;
  max-width: 90vw;
}




.articleSwiper {
  position: relative;
}

.articleSwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%);
  max-width: 90vw;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 16px;
  width: 90px !important;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .header .fontpage {
    background-image: url(/assets/img/adapt/main-bg-a.svg);
  }

  .nav-list,
  .live {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header .fontpage {
    background-image: url(/assets/img/adapt/main-bg-a.svg);
    max-width: 98%;
    height: 660px;
    background-size: cover;
    background-position: bottom;
  }

  .red-nav {
    padding: 8px 12px;
  }

  .red-nav .container h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .red-nav .container {
    gap: 4px;
  }

  .welcome-page {
    margin-top: 200px !important;
  }

  .welcome-page h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    max-width: 360px;
  }

  .container {
    margin: 0 16px;
    max-width: 100%;
  }

  .star_index {
    position: absolute;
    height: 120px;
    width: auto;
    right: -20px;
    bottom: -120px;
  }
}


.burger-menu {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  /* position: absolute; */
  top: 70px;
  right: 20px;
  z-index: 1000;
}

.burger-menu img {
  width: 100%;
  height: auto;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: .1s ease-in-out;
}

.sidebar-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -329px;
  width: 329px;
  height: 100vh;
  background: var(--BG-Light, #F7F7F5);
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 24px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

.close {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 32px;
  color: #000;
  cursor: pointer;
  z-index: 1001;
}

.sidebar-menu.active {
  right: 0;
}

.menu-overlay.active {
  display: block;
}

.sidebar-menu a {
  padding: 10px 0;
  margin-left: 24px;
  color: #1C1C1C;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
}

.sidebar-menu a:hover {
  text-decoration: underline;
}

.sidebar-menu .sidebar-line {
  margin: 12px 24px;
  border-radius: 1px;
  background: var(--BG-Light, #F3EFEF);
  width: 342px;
  height: 1px;
}

.sidebar-menu .live {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.sidebar-menu .live .dot {}

.side-contact h5 {
  margin-top: 24px;
  margin-left: 24px;
  color: var(--Neutrals-4, #777E90);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.side-call h5 {
  color: var(--White, #FFF);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-top: 14px;
  border-radius: 12px;
  background: var(--Primary-Red, #B01116);
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  width: 260px;
}

.side-call:link,
.side-call:visited {
  display: inline-flex;
}

.side-contact .form-icons {
  gap: 1px;
}

@media screen and (max-width: 768px) {
  .burger-menu {
    display: flex;
  }

  .fontpage a {
    /* margin-top: 10px; */
  }

  .header_logo img {
    max-width: 89px;
  }

  .star-black {
    display: none;
  }

}

/* ---------header - end -------------------*/
/* ---------main - start -------------------*/
.current-objects {
  margin-bottom: 64px;
}

.box1 {
  display: flex;
  justify-content: space-between;
  padding: 64px 80px 32px 80px;
}

/* .mainSwiper {
  margin: 0 80px !important;
} */

.box1 h2 {
  color: var(--Text, #1C1C1C);
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  font-family: "Gilroy", sans-serif;
}

.switcher {
  display: flex;
  gap: 8px;
}

.switcher-left,
.switcher-right {
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.switcher-left {
  border: 1px solid var(--BG-Footer, #EAE4DF);
  background: white;
}

.switcher-right {
  border: 1px solid var(--Text, #1C1C1C);
  background: transparent;
  cursor: pointer;
}

.switcher-left .icon-hover,
.switcher-right .icon-hover {
  display: none;
}

.switcher-left:hover {
  background: var(--Primary-Red, #B01116);
}

.switcher-right:hover {
  background: #B01116;
  border: none;
}

.switcher-left:hover .icon-default,
.switcher-right:hover .icon-default {
  display: none;
}

.switcher-left:hover .icon-hover,
.switcher-right:hover .icon-hover {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
}

.switcher-left2 {
  border-radius: 12px;
  border: 1px solid var(--Text, #1C1C1C);
  background: var(--BG-Light, #E6E7E8);
}

.switcher-left2:hover {
  border: none;
  background: var(--Primary-Red, #B01116);
  opacity: 1;
}

.switcher-left {
  border-radius: 12px;
  border: 1px solid var(--Text, #1C1C1C);
}

.switcher-left:hover {
  border: none;
  background: var(--Primary-Red, #B01116);
  opacity: 1;
}

.current-content {
  display: flex;
  gap: 24px;
  width: 100%;
  position: relative;
}

.current-card {
  display: flex;
  width: 100%;
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  cursor: pointer;

  a {
    display: block !important;
  }
}

.current-card .default-img,
.current-card .hover-img {
  width: 100%;
  height: 511px;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
}

.default-img {
  opacity: 1;
  visibility: visible;
}

.hover-img {
  visibility: hidden;
  opacity: 0;
}

.image-wrapper:hover .default-img {
  opacity: 0;
  visibility: hidden;
}

.image-wrapper:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.default-img,
.hover-img {
  width: 100%;
  height: 512px;
  border-radius: 20px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 512px;
  border-radius: 20px;
}

.default-img,
.hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.current1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-top: 24px;
  padding-bottom: 10px;
  width: 92%;
}

.current1 h3 {
  color: var(--Text, #1C1C1C);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.current1 h4 {
  color: var(--Text, #1C1C1C);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.current2 h5 {
  color: var(--Grey, #777E90);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.overlays {
  position: absolute;
  display: flex;
  gap: 4px;
  right: 0;
  padding: 0;
}

.overlay {
  border-radius: 12px;
  border: 1px solid var(--Primary-Red, #B01116);
  background: var(--Primary-Red, #B01116);
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.10);
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.overlay h5 {
  color: var(--White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.dot-r {
  border-radius: 100px;
  background: var(--White, #FFF);
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.overlay2 {
  border-radius: 12px;
  background: var(--Text, #1C1C1C);
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.10);
  padding: 12px 23px;
  justify-content: center;
  align-items: center;
  min-width: 113px;
  display: flex;
}

.overlay2 h5 {
  color: var(--White, #FFF);
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.overlays {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0px 0px 0px 20px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.cur1 {
  position: absolute;
  top: -1.5px;
  left: -31px;
}

.cur2 {
  position: absolute;
  bottom: -21.5px;
  right: -1px;
}

.current2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
}

.more-info {
  color: var(--Primary-Red, #B01116);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.current-card:hover .more-info {
  opacity: 1;
  visibility: visible;
}

.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .current-content {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
    margin-left: -15px;
    padding-left: 30px;
    width: 200%;
  }

  .current-card {
    width: 300px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 480px) {
  /* .current-objects.container {
    padding: 16px;
  } */

  .current-objects .switcher {
    display: none;
  }

  .current-objects .box1 h2 {
    color: #1C1C1C;
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: -30px;
    margin-left: -5px;
  }

  .switcher {
    display: none;
  }

  .current-content {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    padding: 5px 20px;
    margin-left: -30px;
    width: 120%;
  }

  .carousel-track {
    display: flex;
    gap: 0;
    width: 120%;

  }

  .mainSwiper .swiper-wrapper {
    padding-bottom: 50px;
  }

  .current-card {
    min-width: 250px;
    /* max-width: 90%; */
    flex-shrink: 0;
    scroll-snap-align: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .current-card img.default-img,
  .current-card img.hover-img {
    height: 400px;
  }

  .overlays {
    display: flex;
    align-items: center;
  }

  .current1 {
    margin-top: -100px;
  }

  .current1,
  .current2 {
    text-align: center;
  }

  .switcher-line {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
  }

  .switcher-line div {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
  }

  .image-wrapper:hover .default-img {
    opacity: 1;
    visibility: visible;
  }

  .image-wrapper:hover .hover-img {
    opacity: 0;
    visibility: hidden;
  }
}


.about-us {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px;
  background-image: url(/assets/img/about-us-bg-g.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 728px;
  padding: 64px 80px;
}

.about-us .container {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}

.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  cursor: pointer;
  max-width: 1040px;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us-content {
  display: flex;
  width: 628px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.about-us-content h1 {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.about-us-content p {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper.active {
  display: none;
}

.video-wrapper-bg {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
  border-radius: 20px;
}

.video-wrapper-btn {
  position: absolute;
  width: 68px;
  height: 48px;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iti {
  width: 100%;
}

#phone {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-us {
    padding: 40px 30px;
  }

  .about-us .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .about-us-content {
    position: relative;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .about-us-content h1 {
    font-size: 28px;
  }

  .about-us-content p {
    color: var(--Grey, #777E90);
    font-size: 16px;
    line-height: 20px;
    width: 90%;
  }

  .main-button {
    margin-top: 10px;
    white-space: nowrap;
  }

  .video-container {
    width: 100%;
    height: 300px;
    padding: 0 20px;
    order: 1;
  }

  .video-container iframe {
    height: 230px;
    width: 380px;
  }
}

@media screen and (max-width: 480px) {
  .about-us {
    height: auto;
    padding: 30px 0px;
  }

  #about-nav {
    padding-bottom: 50px;
  }

  .about-us-content h1 {
    font-size: 24px;
  }

  .about-us-content p {
    font-size: 16px;
    line-height: 18px;
  }
  .d-card-right ul {
    color: #777E90;
    font-size: 16px;
  }

  /* .video-container {
    max-width: 360px;
  } */

  .video-container img,
  .video-container iframe {
    height: 100%;
    width: 100%;
  }

  .main-button h5 {
    font-size: 18px;
  }

  .form-right .star-form {
    display: none;
  }
}

.red-button img,
.red-button h5 {
  background-color: #B01116;
  color: #FFF;
}

.red-button {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#about-btn {
  gap: 28px;
  transition: transform 0.6s ease;
}

.red-button img,
.red-button h5 {
  transition: transform 0.3s ease;
}

.red-button:hover img {
  transform: translateX(310%);
  background-color: #fff;


}

.red-button:hover h5 {
  transform: translateX(-30%);
  background-color: #fff;
  color: #B01116;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
}

.icon-wrapper img {
  width: 52px;
  height: 52px;
  padding: 10px 8px;
}

.original-icon,
.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.hover-icon {
  opacity: 0;
  /* transform: translateX(-100%); */
}

.red-button:hover .original-icon {
  transform: translateX(310%);
  opacity: 0;
}

.red-button:hover .hover-icon {
  transform: translateX(310%);
  opacity: 1;
}




.decision .container {
  position: relative;
}

.box1 h2 span {
  color: var(--Primary-Red, #B01116);
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.decision-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.decision-card img {
  width: 50%;
  object-fit: cover;
  height: 420px;
  flex-shrink: 0;
  border-radius: 20px;
}

.decision-content {
  display: flex;
  gap: 64px;
}

.d-card-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 20px;
}
.decision-card-filter {
  flex-direction: row-reverse;
}

.d-card-right h3 {
  color: var(--Text, #1C1C1C);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  width: 300px;
}

.d-card-right p {
  color: var(--Text, #1C1C1C);
  font-size: 20px;
  font-weight: 400;
  opacity: 0.8;
  padding-top: 15px;
}

.switcher-line {
  display: flex;
  gap: 24px;
  margin: 64px 0;
  justify-content: center;
}

.switcher-line-d {
  display: flex;
  gap: 24px;
  margin: 64px 0;
  justify-content: center;
}

.switcher-line1 {
  border-radius: 10px;
  background: var(--Primary-Red, #B01116);
  height: 4px;
  width: 277px;
}

.switcher-line2,
.switcher-line3 {
  border-radius: 10px;
  background: #F3EFEF;
  height: 4px;
  width: 277px;
}

.star-black {
  position: absolute;
  z-index: 0;
  top: 580px;
  left: -100px;
}

.star-black-we {
  position: absolute;
  z-index: 0;
  width: 64px;
  height: 64px;
  top: -30px;
  right: -35px;
}

.switcher-line1-d {
  border-radius: 10px;
  background: var(--Primary-Red, #B01116);
  height: 4px;
  width: 277px;
}

.switcher-line2-d,
.switcher-line3-d {
  border-radius: 10px;
  background: #F3EFEF;
  height: 4px;
  width: 277px;
}

.switcher2-left {
  border-radius: 12px;
  cursor: pointer;
}

.switcher2-right {
  border-radius: 12px;
  cursor: pointer;
}

.decision-content {
  display: flex;
  gap: 64px;
  width: 100%;
  position: relative;
}

.decision-track {
  display: flex;
  transition: transform 0.7s ease-in-out;
  gap: 64px;
}

.switcher-line div {
  border-radius: 10px;
  background: #F3EFEF;
  height: 4px;
  width: 277px;
  transition: background 0.3s ease-in-out;
}

.switcher-line div.active {
  background: var(--Primary-Red, #B01116);
}


@media screen and (max-width: 768px) {

  .decision .container {
    padding: 0;
  }

  .box1 h2 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
  }

  .decision-content {
    display: flex;
    overflow-x: auto;
    gap: 40px;
    flex-wrap: nowrap;
  }

  .decision-card {
    flex: 0 0 auto;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .decision-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    align-self: stretch;
    border-radius: 20px;
  }

  .d-card-right h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
  }

  .d-card-right p {
    color: var(--Grey, #777E90);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .switcher-line {
    gap: 20px;
    margin-top: 40px;
  }

  .star-black {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
  }
}

@media screen and (max-width: 480px) {

  .box1 h2,
  .box1 h2 span {
    font-size: 28px;
    width: 345px;
  }

  /* .box1 h2 {
    margin-left: -10px;
  } */

  .decision-content {
    padding: 0 10px;
  }

  .decision-content {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    flex-wrap: nowrap;
    width: 130%;
    margin-left: -50px;
    padding-left: 60px;
  }

  .decision-card {
    flex: 0 0 auto;
    width: 300px;
    gap: 16px;
  }

  .decision-card img {
    height: 220px;
    border-radius: 20px;
  }

  .d-card-right h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .d-card-right p {
    font-size: 16px;
    line-height: 20px;
    width: 85%;
  }

  .star-black {
    width: 64px;
    top: -5%;
    left: 90%;
  }

  .switcher-line-d,
  .switcher-line {
    display: none;
  }
}


.reliable {
  border-radius: 20px;
  background: #E6E7E8;
  width: cover;
  height: auto;
  margin-top: 75px;
  padding-bottom: 80px;
  padding-top: 15px;
}

.reliable .container {
  position: relative;
}

.reliable-s {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
}

.reliable-card {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  width: 420px;
  height: 640px;
  flex-direction: column;
  align-items: flex-start;
  gap: 47px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  padding-top: 30px;
}

.reliable-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 1.2rem 4rem 0 rgba(0, 0, 0, .1) !important;
}

.swiperReliable .swiper-wrapper {
  padding: 40px 0;
}

.reliable-link {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  width: 420px;
  height: 640px;
  flex-direction: column;
  align-items: flex-start;
  gap: 47px;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.icon-reliable {
  position: absolute;
  width: 52px;
  height: 52px;
  padding: 10px 8px;
  top: 32px;
  right: 32px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px !important;
  background: var(--Primary-Red, #B01116);
  display: flex;

}

.reliable-card:hover .icon-reliable {
  opacity: 1;
}

.reliable-card:hover {
  transform: translateY(-10px);
}

.reliable-content {
  padding: 0 32px;
  padding-bottom: 15px;
}

.reliable-content h5 {
  color: var(--Grey, #777E90);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.9;
}

.reliable-content h4 {
  color: var(--Neutrals-2, #23262F);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.reliable-content p {
  color: var(--Black-F, #3D3C3B);
  font-size: 20px;
  font-weight: 400;
}

.reliable-card .reliable_bg_icon {
  margin-top: -45px;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 305.651px;
  object-fit: cover;
}


.white-star {
  position: absolute;
  right: -95px;
  top: -85px;
  width: 100px;
  height: 101px;
}

.switcher-line div {
  border-radius: 10px;
  background: #F3EFEF;
  height: 4px;
  width: 277px;
  transition: background 0.3s ease-in-out;
}

.switcher-line div.active {
  background: var(--Primary-Red, #B01116);
}

@media screen and (max-width: 768px) {
  .reliable {
    /* height: 720px; */
    margin-top: 5px;
  }

  .reliable-s {
    gap: 16px;
    height: 640px;
  }

  .reliable-card {
    width: 90%;
    height: auto;
    /* max-width: 350px; */
    margin-bottom: 30px;
  }

  .reliable-content h5 {
    font-size: 16px;
  }

  .reliable-content h4 {
    font-size: 20px;
  }

  .reliable-content p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .white-star {
    width: 80px;
    height: 81px;
    top: -30px;
    right: -40px;
  }
}

@media screen and (max-width: 480px) {
  .reliable .box1 h2 {
    font-size: 26px;
  }

  .reliable-link {
    width: 100%;
  }

  .reliable .box1 h2 span {
    font-size: 26px;
  }

  .reliable .box1 h2 br {
    display: none;
  }

  .reliable-s {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    flex-wrap: nowrap;
    width: 115%;
    margin-left: -50px;
    padding-left: 60px;
  }

  .reliable-card {
    position: relative;
    width: 340px;
    height: 428px !important;
    padding-top: 20px;
  }

  .reliable-card img {
    margin-top: -100px;
    border-radius: 20px;
    width: 100%;
    max-height: 230px;
  }

  .reliable-content h5 {
    font-size: 16px;
  }

  .reliable-content h4 {
    font-size: 22px;
  }

  .reliable-content p {
    font-size: 16px;
    max-width: 255px;
    margin-bottom: 220px;
  }

  .white-star {
    width: 70px;
    height: 70px;
    top: -30px;
    right: -45px;
  }

  .icon-reliable {
    display: none;
  }

  .reliable-link {
    height: 100%;

    p {
      width: 300px;
    }
  }

  .reliable-card .reliable_bg_icon {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .reliable-card:hover .reliable_bg_icon {
    transform: translateY(45px);
  }

  /* .reliable-card:hover .reliable_bg_icon {
    opacity: 1; 
    width: 100%;
    position: absolute;
    bottom: 0;
  } */


}


.news-button {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-right: -45px;
}

.icon-wrapper {
  margin-top: -28px;
  position: relative;
  width: 24px;
  height: 24px;
}

.o-icon,
.hover-icon2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hover-icon2 {
  opacity: 0;
}

.news-button img,
.news-button h5 {
  background: #F3EFEF;
}

.news-button:hover img {
  background-color: #B01116;
}

.news-button:hover h5 {
  transform: translateX(-36%);
  background-color: #B01116;
  color: #fff;
}

.news-button:hover .o-icon {
  transform: translateX(265%);
  opacity: 0;
}

.news-button:hover .hover-icon2 {
  transform: translateX(265%);
  opacity: 1;
}



.news-all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 64px;
  /* height: 300px; */
}

.news-card {
  border-radius: 20px;
  background: #F7F7F5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 80px;
  gap: 16px;
  position: relative;
  width: 416px;
  height: 100%;
  border: 1px solid #EAE4DF;
}

.news-card h5 {
  color: var(--Black-F, #3D3C3B);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.9;

  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  word-wrap: break-word;
}

.news-date {
  font-weight: 400;
  font-size: 18px;
  color: #777E90;
}

.news-card h4 {
  color: var(--Text, #1C1C1C);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.icon-news {
  position: absolute;
  bottom: 24px;
  right: 16px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

  border-radius: 12px;
  background: var(--Primary-Red, #B01116);
  display: flex;
  width: 52px;
  height: 52px;
  padding: 10px 8px;

}

.news-card:hover .icon-news {
  opacity: 1;
}

.swiper_news {
  display: none;
}

@media screen and (max-width: 768px) {
  .news-all {
    margin-bottom: 24px;
  }

  .news-all {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .news-card {
    width: 100%;
    height: 194px;
    padding: 16px;
  }

  .news-card h4 {
    font-size: 20px;
  }

  .news-card .h5-a {
    display: block;
  }

  .news-card-button {
    font-size: 14px;
  }

  .icon-news {
    opacity: 1;
    bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .news-button {
    margin-left: 0%;
  }

  .news-all {
    height: 180px;
    display: none;
  }

  .swiper_news {
    display: block;
  }

  .news-all a {
    height: 180px;
  }

  .news-card {
    width: 100%;
    padding: 16px;
    padding-bottom: 50px;
    gap: 12px;
    height: 180px;
  }

  .news-card h4 {
    font-size: 18px;
    width: 316px;
  }

  .news-card h5 {
    display: none;
  }

  .news-card .h5-a {
    display: block;
  }

  .news-card-button {
    font-size: 12px;
    padding: 8px;
  }

  .icon-news {
    padding: 15px 12px;
    opacity: 1;
    bottom: 10px;
  }

  .news .news-button {
    display: none;
    margin-right: -10px;
  }

  .news .news-button-mobile {
    display: flex !important;
    margin-right: -10px;
  }
}


.form {
  position: relative;
  border-radius: 20px;
  background: #E6E7E8;
  display: flex;
  justify-content: center;
  padding: 64px 40px;
  align-items: flex-start;
  gap: 70px;
  align-self: stretch;
  margin-top: 120px;
  margin-bottom: 64px;
}

.form-left {
  width: 464px;
}

.form-left h1 {
  color: var(--Text, #1C1C1C);
  font-size: 64px;
  font-weight: 600;
  line-height: 68px;
}

.form-left h5 {
  color: var(--Grey, #777E90);
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.form-right {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.form-right h2 {
  color: var(--Text, #1C1C1C);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.form-icons {
  display: flex;
  gap: 15px;
  cursor: pointer;
}

.form-icons img {
  transition: filter 0.3s ease;
}

.form-icons a:hover img {
  filter: brightness(0) saturate(0%) opacity(0.4);
}

.form-right {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: auto;
}

.form-right h2 {
  color: var(--Text, #1C1C1C);
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  span {
    font-weight: 400;
    font-size: 18px;
  }
}

.form-right input {
  border-radius: 12px;
  background: #F7F7F5;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  background: #F3F4F5;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.form-right label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Grey, #777E90);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-right label input {
  width: 24px;
  height: 24px;
}


.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #777E90;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.checkbox-icon {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  display: inline-block;
}

.svg-default,
.svg-hover,
.svg-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.svg-hover,
.svg-tick {
  opacity: 0;
}

.custom-checkbox:hover .svg-default {
  opacity: 0;
}

.custom-checkbox:hover .svg-hover {
  opacity: 1;
}

.custom-checkbox input[type="checkbox"]:checked~.checkbox-icon {
  background: #B01116;
  border-radius: 4px;
  border: 0.833px solid #B01116;
}

.custom-checkbox input[type="checkbox"]:checked~.checkbox-icon .svg-default,
.custom-checkbox input[type="checkbox"]:checked~.checkbox-icon .svg-hover {
  opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked~.checkbox-icon .svg-tick {
  opacity: 1;
}





.white-starr {
  position: absolute;
  top: 82.6%;
  left: -1%;
  width: 100px;
  height: 101px;
}

.white-starr-about-us {
  position: absolute;
  top: -40px;
  right: -55px;
  width: 100px;
  height: 101px;
}

.white-starr-features {
  position: absolute;
  bottom: -23px;
  right: 10px;
  width: 100px;
  height: 101px;
}

.star-form {
  position: absolute;
  right: 0%;
  top: 0%;
}

.form-button {
  gap: 28px;
}

.form-button:hover img {
  transform: translateX(245%);
  background-color: #F3EFEF;
}

.form-button:hover h5 {
  transform: translateX(-40%);
  background-color: #F3EFEF;
  color: #B01116;
}

.form-button:hover .original-icon {
  transform: translateX(245%);
  opacity: 0;
}

.form-button:hover .hover-icon {
  transform: translateX(245%);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .form {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 48px 24px;
  }

  .form-left h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .form-left h5 {
    font-size: 20px;
    line-height: 22px;
  }

  .form-right {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .form {
    flex-direction: column-reverse;
    align-items: center;
    text-align: left;
    padding: 40px 20px;
  }

  .form-right {
    width: 92%;
    padding: 24px;
  }

  .form-left {
    width: 100%;
    margin-left: 20px;
  }

  .form-left h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .form-icons {
    justify-content: flex-start;
  }

  .form-left h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .form {
    padding: 32px 16px;
    margin-top: 80px;
  }

  .form-right {
    width: 99%;
    padding: 20px;
    gap: 16px;
  }

  .form-right h2 {
    font-size: 28px;
    line-height: 32px;
    width: 320px;
  }

  .form-right input {
    font-size: 14px;
    padding: 12px;
  }

  .form-right label {
    font-size: 14px;
  }

  .form-left h1 {
    font-size: 38px;
    line-height: 36px;
    width: 320px;
  }

  .form-left h5 {
    font-size: 18px;
  }

  .form-icons {
    gap: 10px;
  }

  .white-starr {
    top: 87.6%;
    width: 81px;
    height: 82px;
    position: absolute;
    left: 81%;
    bottom: -3%;
  }

  .star-form {
    position: absolute;
    width: 74px;
    height: 75px;
  }
}

/* ---------main - end -------------------*/
/* ---------footer - start -------------------*/
.footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px 20px 0px 0px;
  background: var(--Black-F, #000);
}

.footer-content {
  display: flex;
  padding: 64px 0;
  align-items: flex-start;
  margin-left: -110px;
}

.copyright {
  border-top: 1px solid rgba(243, 239, 239, 0.10);
  background: #000;
  display: flex;
  padding: 16px 0;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}

.copyright .container {
  display: flex;
  gap: 27px;
}

.copyright h5,
.copyright h6 a {
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.copyright h6 a {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 1px;
  transition: background-size 0.4s ease;
}

.copyright h6 a:hover {
  background-size: 100% 1px;
}

.copyright h5 {
  margin-left: -660px;
}

.footer-content img {
  margin-right: 320px;
  width: 164.993px;
  height: 59.381px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column h4 {
  color: var(--White, #FFF);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.g {
  margin: 0 180px;
}

.footer-column p {
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer-column a {
  position: relative;
  display: inline;
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 1px;
  transition: background-size 0.4s ease;
  padding-top: 4px;
}

.footer-column a:hover {
  background-size: 100% 1px;
}



.footer-contacts {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .footer .container {
    font-family: "Gilroy", sans-serif;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-left: unset;
  }

  .footer-content img {
    margin-bottom: 20px;
    width: 150px;
  }

  .footer-column {
    display: none;
  }

  .footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 8px;
  }

  .copyright .container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    padding: 0 15px;
    margin-left: unset;
  }

  .copyright h5,
  .copyright h6 {
    font-size: 14px;
    width: 329px;
  }

  .copyright h5 {
    margin-left: 0;
  }
}

/* ---------footer - end -------------------*/
/* ---------index.html style - end ---------*/





/* ---------object.html style - start ---------*/
#header-white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* border-bottom: 1px solid var(--BG, #F3EFEF); */
  background: var(--White, #FFF);
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #F3EFEF;
}

#header-white .nav-list li a::after {
  background-color: #1C1C1C;
}

#second-header {
  background-image: none;
  padding-top: 1px;
  width: 100%;
}

#second-header .nav-list a {
  color: var(--Text, #1C1C1C);
}

#header-white .burger-menu {
  top: 30px;
}

.live2 {
  background: var(--Primary-Red, #B01116);
}

.live2 h5 {
  color: #FFF;
}

.objects-filtr {
  height: 72px;
  display: flex;
  gap: 12px;
  padding: 12px 0px;
}

.objects-filtr__media {
  display: none;
  height: 72px;
  background: var(--BG-Light, #F7F7F5);
  padding: 12px 16px;
}

.objects-filtr button {
  border-radius: 12px;
  border: 1px solid #EAE4DF;
  background: var(--White, #FFF);
  display: flex;
  height: 48px;
  padding: 12px;
  align-items: flex-start;
  gap: 8px;

  color: var(--Neutrals-2, #23262F);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.objects-filtr button.active {
  border-color: #EAE4DF;
}

.done:hover {
  background-color: #EAE4DF;
  transition: 0.5s;
}

.object-all {
  background: #E6E7E8;
  width: 100%;
  padding-top: 114px;
  padding-bottom: 64px;
  align-self: stretch;
}

.object-all .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.object-content {
  width: 593px;
}

.object-content h1 {
  color: #1C1C1C;
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.object-all-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.obj-card {
  display: flex;
  width: 593px;
  height: 100%;
  padding: 8px;
  gap: 10px;
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--BG-Footer, #EAE4DF);
  background: #FFF;
  overflow: hidden;
}

.object-all-cards .obj-images {
  min-width: 200px;
  min-height: 220px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.obj-info {
  padding-right: 8px;
}

.obj-info h1 {
  color: var(--Text-Text-100, #333B52);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}

.obj-info p {
  color: var(--Black-F, #3D3C3B);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 20px
}

.obj-info ul {
  display: flex;
  width: 331px;
  align-items: center;
  color: var(--Grey, #777E90);
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-left: 15px;
  gap: 20px;

}

.obj-info ul li {
  list-style: disc;
}

.obj-line {
  background: #D9D9D9;
  height: 1px;
  align-self: stretch;
  margin: 8px 0;
}

.obj-info h3 {
  color: var(--Text-Text-200, #8A8E97);
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 2px;
}

.obj-cost {
  display: flex;
  justify-content: space-between;
}

.obj-cost h4 {
  color: var(--Neutrals-2, #23262F);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.obj-cost div {
  color: var(--Primary-Red, #B01116);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-left: 20px;
}

.obj-cost div:hover {
  text-decoration-line: underline;
}

.obj-live {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 6px;
  background: rgba(28, 28, 28, 0.40);
  backdrop-filter: blur(3px);
  display: flex;
  padding: 5px 8px 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;

  color: var(--White, #FFF);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.obj-live span {
  border-radius: 100px;
  background: var(--Primary-Red, #B01116);
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  animation: blink 1.5s infinite;
}

.obj-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 100%;
  background: var(--Background-BG-200, #E6E7E8);
  border-radius: 12px;
}

.obj-loader.loading img {
  animation: spin 1s linear infinite;
  opacity: 0.6;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header-main {
  transition: .3s ease-in-out;
  transform: translateY(-100px);
  visibility: hidden;
  border-bottom: 1px solid #F3EFEF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.header-main.active {
  visibility: visible;
  transform: translateY(0);
}


.hidden {
  display: none;
}

.filter-btn {
  color: black;
  background: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-btn:hover {
  background-color: #EAE4DF;
}

.filter-btn img {
  display: none;
  width: 16px;
  height: 16px;
}

.filter-btn.active {
  color: red;
}

.filter-btn.active img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

#map {
  width: 663px;
  height: 700px;
  margin-top: 120px;
  border-radius: 24px;
  border: 6px solid #FFF;
  position: relative;
}
.object-map button {
  position: absolute;
  z-index: 1;
  top: 0;
}

#swiper-gen-plan {
  display: none;
}

.gen-plan-item {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 90vh;
  display: none;

  img {
    width: 100%;
    height: 90vh;
    max-height: 900px;
    border-radius: 20px;
    object-fit: cover;
    /* border-radius: 20px; */
  }
}

.gen-plan-item.active {
  display: initial !important;
}

.infrastructure {
  position: absolute;
  top: 200px;
  left: 80px;
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

.infrastructure--title {
  font-weight: 600;
  font-size: 24px;
}

.infrastructure-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.infrastructure-list button {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  background: none;
  padding: 0 16px;
  font-weight: 500;
  font-family: inherit !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.infrastructure-list button:hover {
  background: #f2f2f2;
}

.infrastructure-list button.active {
  background: #b01116;
  color: #fff;
}

.map-controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-controls--block {
  position: absolute;
  bottom: 30px;
  right: 20px;
  border-radius: 12px;
  background: var(--Primary-Red, #B01116);
  display: flex;
  padding: 16px;
  width: max-content;
  justify-content: center;
  align-items: center;
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.map-controls--block:hover {
  opacity: 0.8;
}

#mapp {
  width: 100%;
  height: 400px;
  z-index: 2;
}

.map-in-objadapt {
  display: none;
  position: absolute;
}

.object-wrapper {
  overflow: unset;
}

.object-map-wrapper {
  position: sticky;
  top: 0;
}

.title {
  padding-top: 100px;
  position: sticky;
  top: 100px;
  background: white;
  z-index: 100;
}

.test {
  height: 200vh;
  background: lightgray;
}

@media screen and (max-width: 480px) {
  .object-all {
    padding-top: 0px;
    padding-bottom: 40px;
    padding: 0 16px;
  }

  .object-all .container {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
  }

  .object-content {
    width: 100%;
    padding: 52px 0 10px;
  }

  .object-content h1 {
    display: none;
  }

  .objects-filtr__media {
    display: flex;
    gap: 8px;
    height: 72px;
    background: var(--BG-Light, #F7F7F5);
    padding: 12px 10px;
  }

  .objects-filtr {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
  }

  .objects-filtr button {
    font-size: 16px;
    padding: 12px;
  }

  .object-all-cards {
    display: block;
    margin-top: 20px;
  }

  .obj-card {
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 12px;
    gap: 6px;
    margin-bottom: 16px;
  }

  .obj-card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
  }

  .obj-info h1 {
    font-size: 22px;
    margin-top: 8px;
  }

  .obj-info p {
    font-size: 16px;
    margin-top: 8px;
  }

  .obj-info ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .obj-info ul li {
    font-size: 12px;
    margin-right: 10px;
  }

  .obj-info h3 {
    font-size: 12px;
  }

  .obj-cost h4 {
    font-size: 16px;
  }

  .obj-cost a {
    font-size: 14px;
  }

  .obj-live {
    top: 25px;
    left: 25px;
  }

  .obj-loader {
    /* width: 100%;
    height: 36px; */
    display: none;
  }

  .filter-btn {
    background: #ffffff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 12px;
  }

  .filter-btn.active {
    color: red;
    border-radius: 12px;
    background: #ffffff;
  }

  .filter-btn.active img {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .object-map {
    display: none;
  }

  .obj-card .map-in-objadapt {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 102px;
    height: 30px;
    border-radius: 6px;
  }

  .map-modal {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background: rgb(220, 219, 219);
    z-index: 9999 !important;
  }

  .map-modal #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
  }

  .map-modal.active {
    display: flex !important;
    justify-content: flex-end !important;

    & button {
      position: absolute;
      display: inline-flex !important;
      margin-top: 55px;
      top: 10px;
      right: 5px;
      margin-right: 10px;
      width: 48px;
      height: 48px;
      background-color: #fff;
      border-radius: 12px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .obj-form {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 40px 0 44px;
    margin-top: 70px;
    background: #E6E7E8;
  }
}

.slide-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-image-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.slide-image-clear {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  z-index: 2;
}


/* -------------------------------- */
.build-welcome {
  background: url(/assets/img/building-bg.svg) center no-repeat;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .build-welcome {
    background: url(/assets/img/adapt/obj-d-bg.svg) center no-repeat;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }
}

.b-welcome h1 {
  font-family: "Gilroy", sans-serif;
  color: var(--Text, #1C1C1C);
  font-size: 64px;
  font-weight: 600;
  line-height: 68px;
  margin-top: 64px;
}

.b-location {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.b-location h2 {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.about-project {
  border-radius: 20px;
  background: #E6E7E8;
  position: relative;
}

.about-project .container {
  display: flex;
  padding: 64px 16px;
  align-items: flex-start;
  gap: 45px;
  align-self: stretch;
}

.b-star {
  position: absolute;
  left: -50px;
  bottom: -80px;
  width: 200px;
  height: 201px;
}

.about-project-left h1 {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.about-project-left p {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 628px;
  text-align: justify;
}

.obj-adapt {
  display: none;
}

.building-iframe {
  width: 608px;
  height: 500px;
  border-radius: 20px;
}

.gen-plan {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}

.switcher-gen {
  display: flex;
  gap: 8px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

.gen-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.b-swt {
  border-radius: 12px;
  background: #FFF;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.b-swt:hover {
  background: #FFF;
}

.gen-map {
  border-radius: 16px;
  background: #FFF;
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  position: absolute;
  top: -100px !important;
  left: 0 !important;

  z-index: 3;
}

.gen-map h4,
.gen-map h5 {
  border-radius: 12px;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background: white;
  color: var(--Primary-Red, #B01116);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.active-toggle {
  background: var(--Primary-Red, #B01116) !important;
  color: white !important;
}

.gen-plan-item {
  display: none;
}

.gen-plan-item.active {
  display: block;
}

.switcher-gen {
  cursor: pointer;
}

.gen-bottom {
  display: flex;
  padding: 0px 200px;
  align-items: flex-start;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.b-line1 {
  width: 428px;
  height: 4px;
  border-radius: 10px;
  background: #B01116;
}

.b-line2 {
  border-radius: 10px;
  background: #FFF;
  width: 428px;
  height: 4px;
}

.planirovka {
  border-radius: unset;
  background: #E6E7E8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.planirovka .container {
  display: flex;
  padding: 44px 0;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

.planirovka h2 {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.plvka-all {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

/* .plvk-left{
  position: relative;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  width: 564px;
  height: 600px;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pl-left-filter{
  display: flex;
  padding: 12px 0px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.pl-left-filter h5{
  border-radius: 12px;
  border: 1px solid var(--BG-Footer, #EAE4DF);
  background: var(--White, #FFF);
  display: flex;
  height: 48px;
  padding: 12px 18px;
  align-items: flex-start;
  gap: 8px;

  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer; 
}
.studio__buttons {
  display: none;
} */

/* .plvk-left h3 {
  position: sticky;
  top: 16px; 
  z-index: 1; 
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
}
.plvk-img {
  margin-top: 10px;
  overflow-y: auto;
  max-height: 110%;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 16px; 
  cursor: pointer;
}

.plvk-img img {
  width: 100%;
  height: auto; 
  transition: border 0.3s ease;
}

.plvk-img img.selected {
  border: 1px solid var(--Primary-Red, #B01116);
  border-radius: 20px;
}

.plvk-call{
  position: absolute;
  bottom: 16px; 
  left: 32px; 
  right: 16px;
  border-radius: 12px;
  background: var(--Primary-Red, #B01116);
  display: flex;
  padding: 16px;
  width: 500px;
  justify-content: center;
  align-items: center;

  color: var(--White, #FFF);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; 
  transition: all 0.3s ease;
}
.pl-left-filter h5.active {
  background: var(--Primary-Red, #B01116);
  color: white;
  border: 1px solid var(--Primary-Red, #B01116);
} */

.plvk-left {
  position: relative;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  width: 564px;
  height: 600px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.pl-left-filter {
  display: flex;
  padding: 12px 0px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.pl-left-filter h5 {
  border-radius: 12px;
  border: 1px solid var(--BG-Footer, #EAE4DF);
  background: var(--White, #FFF);
  display: flex;
  height: 48px;
  padding: 12px 18px;
  align-items: flex-start;
  gap: 8px;

  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.studio__buttons {
  display: none;
}

.plvk-left h3 {
  position: sticky;
  top: 16px;
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0;
}

.plvk-cards {
  margin-top: 10px;
  overflow-y: auto;
  max-height: 110%;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  cursor: pointer;
}

.plvk-cards .plvk-card {
  width: 100%;
  height: auto;
  transition: border 0.3s ease;
}

.plvk-cards .plvk-card.selected {
  border: 1px solid var(--Primary-Red, #B01116);
  border-radius: 20px;
}

.plvk-card {
  border-radius: 20px;
  background: var(--BG-Light, #F7F7F5);
  display: flex;
  width: 100%;
  padding: 12px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.plvk-card h6 {
  color: var(--Grey, #777E90);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.plvk-card img {
  width: 100px;
  height: 100px;
  /* aspect-ratio: 1/1; */
  object-fit: cover;
}

.plvk-call {
  position: absolute;
  bottom: 16px;
  left: 32px;
  right: 16px;
  border-radius: 12px;
  background: var(--Primary-Red, #B01116);
  display: flex;
  padding: 16px;
  width: 500px;
  justify-content: center;
  align-items: center;

  color: var(--White, #FFF);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
}

.pl-left-filter h5.active {
  background: var(--Primary-Red, #B01116);
  color: white;
  border: 1px solid var(--Primary-Red, #B01116);
}

.plvk-cards .plvk-card.selected {
  border: 1px solid var(--Primary-Red, #B01116);
  border-radius: 20px;
}

.pl-left-filter h5.active {
  background: var(--Primary-Red, #B01116);
  color: white;
  border: 1px solid var(--Primary-Red, #B01116);
}

.connection__button {
  display: none;
}

.plvk-right {
  border-radius: 16px;
  background: #FFF;
  display: flex;
  height: 600px;
  width: 740px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}

.pl-right-top {
  border-radius: 12px;
  background: var(--BG-Light, #F7F7F5);
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.pl-r-top1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.pl-r-top1 h6 {
  color: var(--Grey, #777E90);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.pl-r-top1 h5 {
  color: var(--Text, #1C1C1C);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* #selected-image {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  display: block;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease;
} */
#image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#selected-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: unset;
  max-height: 444px;
}

#selected-image.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 900px;
  max-width: none;
  margin: 0;
  z-index: 9999;
  background-color: #fff;
  object-fit: contain;
}

.close-btn {
  position: fixed;
  top: 40px;
  right: 20px;
  font-size: 36px;
  color: #18181B;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10000;
}

.features-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.features-filtr {
  border-radius: 16px;
  background: var(--BG-Light, #F7F7F5);
  display: flex;
  padding: 8px;
  align-items: flex-start;
}

.features-filtr h4 {
  border-radius: 12px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;

  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: background 0.3s ease;
}

.features-filtr h4.f-filtr-active {
  background: var(--BG-Footer, #EAE4DF);
}

.features-filtr h4:hover {
  background: var(--BG-Footer, #EAE4DF);
}

.f-filtr-active {
  border-radius: 12px;
  background: var(--BG-Footer, #EAE4DF);
}

.features-main {
  margin-bottom: 30px;
  padding: 0;
}

.progress {
  border-radius: 20px;
  background: var(--BG, #F3EFEF);
  display: flex;
  padding: 64px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  align-self: stretch;
  border-radius: unset;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}



.pr-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.pr-top h1 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.date-f {
  border-radius: 12px;
  border: 1px solid var(--BG-Footer, #EAE4DF);
  background: var(--White, #FFF);
  display: flex;
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: var(--Neutrals-2, #23262F);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.date-dropdown li {
  padding: 10px 16px;
  cursor: pointer;
}

.date-dropdown li:hover {
  background-color: #f0f0f0;
}

.date-dropdown.active {
  display: block;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.date-dropdown {
  font-family: "Gilroy", sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border: 1px solid #EAE4DF;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.progress {
  background-color: #E6E7E8;
}

.pr-cards {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}

.pr-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

  width: 416px;
  height: 288px;
  flex-shrink: 0;
  border-radius: 20px;
}

.pr-card img {
  width: 416px;
  height: 288px;
}

.pr-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.pr-date {
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.9;
  position: absolute;
  top: 24px;
  left: 24px;
}

.pr-card p {
  color: var(--White, #FFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 384px;
  position: absolute;
  bottom: 45px;
  left: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.documentation {
  display: flex;
  padding-top: 64px;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  align-self: stretch;
}

.documentation h1 {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.docs {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.doc {
  border-radius: 20px;
  background: var(--BG-Light, #F7F7F5);
  display: flex;
  padding: 24px 16px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  transition: all 0.3s ease;
}

.doc h5 {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

a.doc {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.doc:hover {
  background: #B01116;
}

.doc:hover h5 {
  color: #FFF;
}

.doc:hover svg path {
  stroke: #FFF;
}



.object-modal-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 900px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.object-modal-window {
  border-radius: 20px;
  background: #E6E7E8;
  width: 100%;
  height: 800px;
  padding: 32px 0 64px 0;
}

.object-modal-window-mobile {
  display: none;
}

.object-modal-window .container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  position: relative;
  flex-shrink: 0;
}

.object-modal-close {
  position: absolute;
  top: 10px;
  right: 5px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.object-modal-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: 16px;
}

.object-modal-slider-mobile {
  display: none;
}

.object-modal-slider {
  flex: 1;
  width: 798px;
  height: 540px;
  border-radius: 20px;
  position: relative;
  margin-top: 60px;
}

.object-modal-title {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.object-modal-description {
  color: var(--Text, #1C1C1C);
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 450px;
  margin-top: 20px;
}


.obj-slider-switcher {
  position: relative;
  height: 100%;
  width: 100%;
}

.obj-slider-wrapper {
  width: 798px;
  height: 540px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.obj-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.obj-slider-img.active {
  opacity: 1;
  z-index: 1;
}

.obj-slider-controls {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 670px;
  z-index: 2;
}

.obj-slider-controls img {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.obj-slider-index {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.50);
  display: inline-flex;
  height: 48px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 48%;
  bottom: 24px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}

.to-live-btn h5,
.to-live-btn .icon-wrapper .o-icon {
  white-space: nowrap;
  margin-left: 0;
  background-color: #fff;
}

.to-live-btn:hover h5 {
  transform: translateX(-30%);
  background-color: #B01116;
  color: #fff;
}

.to-live-btn:hover .o-icon {
  transform: translateX(325%);
  opacity: 0;
}

.to-live-btn:hover .hover-icon2 {
  transform: translateX(325%);
  opacity: 1;
}

.to-live-btn {
  display: none;
}

.object-modal-inner {
  display: flex;
}

#pl-left-filter {
  display: none
}

.plvk-calll {
  display: none;
}

.job_details {
  display: none;
}

.adapt-jobs {
  padding-bottom: 10px;
  display: none;
}

.job-card {
  h4 {
    font-weight: 500;
  }
}

.job_btn.active {
  color: #777E90;
}

.job_btn {
  border: none;
  outline: none;
  background: none;
  font-weight: 600;
  font-size: 16px;
  color: #B01116;
}

.job-all.mobile {
  display: none;
}

.plvka_swiper {
  display: none;
  touch-action: pan-y;
}

.plvk-right.mobile {
  display: none;
}

/* .decision-main {
  max-width: unset;
} */

/* .swiperDecision {
  margin: 0 80px !important;
} */

.decision-main-content {
  padding: unset;
  padding-bottom: 44px;
}

.ytp-embed:not(.ad-showing) .ytp-gradient-top {
  display: none !important;
}

.ytp-chrome-top,
.ytp-chrome-bottom {
  display: none !important;
}

.nav_right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.lang_main {
  background: #F3EFEF;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  color: #1C1C1C;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.lang_main.white {
  background: white;
}

.lang_main.white.active {
  background: #F3EFEF;
}

.lang_main.active {
  background: white;
}

.lang {
  display: flex;
  background: #F3EFEF;
  border-radius: 12px;
  transition: .4s ease-in-out;
  overflow: hidden;
}

.lang.white {
  background: white;
}

.lang_content {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .4s ease-in-out;
  max-width: 0px;
}

.lang_item {
  border-radius: 12px;
  padding: 7px 24px;
  font-size: 18px;
  color: gray;
  cursor: pointer;
  transition: .1s ease-in-out;
}

.lang_item.white {
  background: white;
}

.lang_item.white:hover {
  background: white;
}

.lang_item:hover {
  background: #F3EFEF;
}

.lang:hover .lang_content {
  max-width: 200px;
}

.lang:hover {
  gap: 10px;
  padding: 5px;
}

.lang:hover .lang_main {
  padding: 7px 24px;
}

.progress_swiper {
  width: 100%;
  display: none !important;
}

.decision_object {
  display: none;
}
.about-us-content-address {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-us-content-address p {
  font-weight: 500;
  font-size: 18px;
  color: black;
}
.about-us-content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
.about-us-content-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-us-content-item h2 {
  font-weight: 600;
  font-size: 20px;
}
.about-us-content-item p {
  font-weight: 400;
  font-size: 14px;
}
.about-us-content-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-project-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-project-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}
.about-project-bottom .about-us-content-address p {
  font-weight: 500;
  font-size: 24px;
}
.about-project-bottom .about-us-content-item h2 {
  font-size: 34px;
}
.about-project-bottom .about-us-content-item p {
  font-size: 20px;
}

.object_main {
  padding: 120px 16px 50px 16px;
}
.object_main_swiper {
  position: relative;
  height: 640px;
}
.object_main_swiper_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.object_main_slide {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 60px;
}
.object_main_slide h2 {
  font-weight: 600;
  font-size: 64px;
  color: white;
}
.object_main_swiper .swiper-pagination {
  display: flex;
  background: #B01116;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 60px;
  width: 74px;
  height: 44px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  color: white;
}
.object_main_swiper_pag {
  display: flex;
  position: absolute;
  right: 40px;
  bottom: 40px;
  align-items: center;
  gap: 8px;
  z-index: 1;
  img {
    cursor: pointer;
  }
}
.actual_objects_top {
  padding: unset;
  padding-top: 65px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.about_projects {
  padding: unset;
  padding-bottom: 45px;
  padding-top: 100px;
}
.news_top {
  padding: unset;
  padding-top: 65px;
  padding-bottom: 55px;
}
.pagination_gallery {
  display: none;
}
.gallery_btn_pag {
  background: unset;
  /* transition: .1s ease-in-out; */
  border: 1px solid black;
  cursor: pointer;
}
.gallery_btn_pag:hover {
  background: unset;
}
.gen-plan {
  margin-bottom: 60px;
  /* border-radius: 20px; */
  /* overflow: hidden; */
  margin-top: 100px;
}
.switcher_main_pag {
  justify-content: flex-end;
  padding-bottom: 20px;
}
.swiper_left, .swiper_right {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 12px;
  background: white;
  cursor: pointer;
}
.swiper_left:hover, .swiper_right:hover {
  background: #B01116;
  color: white;
  border: 1px solid #B01116;
}

.swiper-button-lock {
  display: flex !important;
  opacity: 1; 
}
.main_swiper_left, .main_swiper_right  {
  background: unset;
  color: white;
  border: 1px solid white;
}
.infrastructure--btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: unset;
}

@media screen and (max-width: 768px) {
  .object-map-wrapper {
    display: none;
  }

  .footer {
    overflow: hidden;
  }

  .object-all {
    padding: 0 16px;
  }

  .lang {
    display: none;
    padding: 5px;
  }

  .lang.mobile {
    display: flex;
  }

  .nav_right {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .nav_right a:last-child {
    width: 100%;
  }

  .lang_content {
    max-width: unset;
  }

  .sidebar-menu a {
    margin: unset;
  }

  .side-contact .form-icons {
    gap: 10px;
  }

  .side-contact h5 {
    margin-left: unset;
  }

  .sidebar-menu {
    padding: 30px;
  }

  .pr-top {
    flex-direction: column;
    gap: 15px;
  }
  .decision {
    padding: 60px 24px;
  }
  .about_projects {
    padding: 60px 24px;
  }
  .news_top {
    padding: 65px 24px 55px 24px;
  }
}

@media screen and (max-width: 480px) {

  .build-progress {
    text-align: center;
  }

  #objectModalOverlay,
  #objectModalOverlay.active {
    display: flex;
    flex-direction: column;
  }

  .object-modal-window .container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding: 0 16px;
  }

  .object-modal-left {
    margin-right: 0;
  }

  .object-modal-close {
    top: 0;
    right: 30px;
  }

  .object-modal-inner {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .object-modal-title {
    font-size: 28px;
    margin-top: 10px;
  }

  .object-modal-description {
    width: 100%;
  }

  .obj-slider-img {
    height: 200px;
  }

  .object-modal-slider {
    width: 100%;
  }

  .obj-slider-controls {
    gap: 225px;
    left: 50%;
  }

  .obj-slider-index {
    left: 40%;
    top: 55%;
  }

  .obj-slider-wrapper {
    width: 100%;
    height: 200px;
  }

  .features-main {
    margin-bottom: 16px;
  }

  .obj-adapt {
    display: block;
  }

  .about-project {
    display: none;
  }

  .gen-plan {
    height: 100vh;
    max-height: 600px;
  }

  .gen-map {
    position: absolute;
    top: 16px;
    left: 32px;
  }

  .switcher-gen {
    position: absolute;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 100%;
    justify-content: center;
  }

  #mapp,
  #swiper-gen-plan {
    max-height: 600px;
  }

  .planirovka {
    margin-top: 45px;
    border-radius: unset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .studio__buttons {
    display: flex;
    padding: 12px 0px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .studio__buttons h5 {
    border-radius: 12px;
    border: 1px solid var(--BG-Footer, #EAE4DF);
    background: var(--White, #FFF);
    display: flex;
    height: 48px;
    padding: 12px 18px;
    align-items: flex-start;
    gap: 8px;

    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
  }

  .studio__buttons h5.active {
    background: var(--Primary-Red, #B01116);
    color: white;
    border: 1px solid var(--Primary-Red, #B01116);
  }

  .lines_container {
    width: 100%;
    height: 4px;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0 8px;
  }

  .line__hover {
    width: 100px;
    background: #B01116;
    border-radius: 10px;
  }

  .lines {
    width: 28.8px;
    border-radius: 10px;
    background: #FFFFFF;
  }

  .connection__button {
    width: 100%;
    height: 52px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Gilroy", sans-serif;
    color: #FFFFFF;
    background: #B01116;
    border-radius: 12px;
    text-align: center;
    padding: 16px 0;
  }

  .planirovka h2 {
    font-family: "Gilroy", sans-serif;
    font-size: 28px;
  }

  .plvk-left {
    display: none;
  }

  .layouts-scroll {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .plvk-right {
    width: 100%;
    padding: 0 15px;
  }

  #pl-left-filter {
    display: flex;
  }

  .plvk-calll {
    border-radius: 12px;
    background: var(--Primary-Red, #B01116);
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--White, #FFF);
    font-size: 18px;
    font-weight: 500;
    margin: 0 16px;
  }

  .custom-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
  }

  .dot {
    display: inline-block;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 28px;
  }

  .dot.active {
    width: 100px;
    height: 4px;
    border-radius: 10px;
    background: var(--Primary-Red, #B01116);
  }

  .pl-right-top {
    background-color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    padding: 16px 0;
  }

  .pl-r-top1 {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;

    & h6 {
      width: 75px;
    }
  }

  #image-container {
    margin-top: 0 !important;
    text-align: center;
    margin-top: 20px;
  }

  #selected-image {
    margin-top: 0;
    width: 100%;
    height: auto;
    max-height: 280px;
  }

  .features-filtr {
    height: auto;
    margin-top: 20px;
    border-radius: 16px;
    background: var(--BG-Light, #F7F7F5);
    align-items: flex-start;
    overflow-x: auto;
    align-items: center;

    & h4 {
      display: block;
      width: fit-content;
      text-align: center;
      text-wrap: nowrap;
    }
  }

  .progress {
    position: relative;
    background-color: #E6E7E8;
    height: auto;
    border-radius: unset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .pr-top h1 {
    font-size: 28px;
    margin-top: -20px;
  }

  .pr-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: inherit;
    margin-top: -20px;
  }

  .pr-card {
    display: none;
    background-color: inherit;
    transition: none;
    animation: none;
  }

  .pr-card:hover {
    box-shadow: none;
  }

  .pr-card:first-child {
    display: block;
    background-color: inherit;
  }

  .pr-card {
    /* width: 390px; */
    height: 250px;
    overflow: hidden;
    position: relative;
  }

  .pr-card img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  .pr-card p {
    width: 290px;
    font-size: 22px;
    margin-left: 10px;
    bottom: 30px;
  }

  .docs {
    display: flex;
    flex-direction: column;
  }

  /* .open-modal-btn{
    display: blo;
  } */
  .to-live-btn {
    display: block;
    display: flex;
    margin-top: -20px;
    margin-left: 10%;
  }

  .to-live-btn h5,
  .to-live-btn .icon-wrapper .o-icon {
    white-space: nowrap;
    margin-left: 0;
    background-color: #fff;
  }

  .to-live-btn:hover h5 {
    transform: translateX(-30%);
    background-color: #B01116;
    color: #fff;
  }

  .to-live-btn:hover .o-icon {
    transform: translateX(325%);
    opacity: 0;
  }

  .to-live-btn:hover .hover-icon2 {
    transform: translateX(325%);
    opacity: 1;
  }

  .job-all {
    display: none !important;
  }

  .job-all.mobile {
    display: flex !important;
  }

  .planSwiper,
  .planSwiper.swiper-wrapper {
    max-height: 600px;
  }

  .plvka-all {
    display: none;
  }

  .plvka_swiper {
    display: block;
    width: 100%;
  }

  .plvk-right.mobile {
    display: flex;
  }

  .slider-container {
    padding-left: unset;
  }

  .current-objects .box1 h2 {
    padding: 0 16px;
  }

  .mainSwiper .swiper-pagination {
    padding: 0 16px;
  }

  .decision-main {
    margin: 0;
  }

  .box1 {
    padding: 64px 16px 32px 16px;
  }

  .swiperDecision {
    padding: 0 16px !important;
    margin: 0 !important;
  }

  .swiperDecision .swiper-pagination {
    padding: 0 16px;
  }

  .d-card-right {
    width: 100%;
  }

  .job-modal-content h1 {
    width: 100%;
  }

  .form-right h2 {
    width: 100%;
    line-height: unset;
    font-size: 18px;
    z-index: 1;
  }

  .job-modal-overlay.active .job-modal-content {
    padding: 16px;
    overflow: hidden;
    max-height: 85vh;
    overflow-y: auto;
  }

  .planirovka_content {
    padding: 0;
    margin: 0;
  }

  .planirovka h2,
  .plvka_swiper {
    padding: 0 16px !important;
  }

  .pl-left-filter {
    padding: 12px 16px;
  }

  .decision .container {
    padding: 0;
    margin: 0;
  }

  /* .swiperDecision2 {
    padding: 0 16px !important;
  } */

  .swiperDecision2 .swiper-pagination {
    padding: 0 16px;
  }

  .reliable .container {
    padding: 0;
    margin: 0;
  }

  .swiperReliable,
  .swiperReliable .swiper-pagination {
    padding: 0 16px !important;
  }

  .job-modal-content .container {
    margin: 0;
  }

  .upload-icon {
    margin-left: unset !important;
  }

  .resume-upload,
  .form-right label {
    width: 100%;
  }

  .resume-upload-label h6 {
    font-size: 16px;
  }

  .video-wrapper-btn {
    height: 48px !important;
  }

  .video-wrapper-bg {
    height: 100% !important;
  }

  .object-map-wrapper {
    display: none;
  }

  .gen-plan-item img {
    height: 95vh;
    width: 100%;
    border-radius: 20px;
  }

  .planSwiper,
  .planSwiper.swiper-wrapper {
    max-height: unset;
  }

  #mapp,
  #swiper-gen-plan {
    max-height: unset;
  }

  .gen-plan {
    max-height: unset;
  }

  .switcher-gen {
    bottom: 100px;
  }

  #mapp {
    max-height: 95vh;
  }

  .footer,
  .form {
    overflow: hidden;
  }

  .reliable-card .reliable_bg_icon {
    transform: translateY(0);
  }

  .pr-cards {
    display: none;
  }

  .progress_swiper {
    display: flex !important;
    padding: 0 16px !important;
  }

  .pr-card {
    width: 100%;
  }

  .pr-card img {
    width: 100%;
  }

  .obj-card .map-in-objadapt {
    display: none;
  }
  .lang_item {
    background: unset;
  }
  .features-main {
    padding: 16px 0;
  }
  .object_main_swiper .swiper-pagination {
    top: 20px;
    left: 20px;
  }
  .object_main {
    padding: 120px 0 50px 0;
  }
  .decision-main-content {
    padding: unset;
    padding-bottom: 44px;
  }
  .swiperDecision {
    padding: unset !important;
  }
  .actual_objects_top {
    padding: unset;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .object_main_slide {
    padding: 0 20px;
  }
  .object_main_swiper {
    max-height: 500px;
  }
  .switcher-gen {
    display: none;
  }
  .pagination_gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    width: 95%;
    justify-content: space-between;
  }
  .pagination_gallery_btn {
    border: unset;
    background: unset;
  }
  .pagination_gallery_btn:hover {
    background: unset;
    border: unset;
  }
  .infrastructure {
    top: 10px;
    left: 10px;
    padding: 20px;
    min-width: unset;
  }
  .infrastructure--title {
    font-size: 18px;
  }
  .infrastructure-list button {
    height: 32px;
    min-width: unset;
  }
  .gen-plan-item {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 60vh;
    display: none;

    img {
      width: 100%;
      height: 60vh;
      object-fit: cover;
    }
  }
  .gen-plan {
    height: 60vh;
  }
  #mapp {
    border-radius: 20px;
    overflow: hidden;
  }
  .decision {
    padding: 60px 16px;
    /* padding-top: unset; */
  }
  .burger-menu img {
    width: 50px;
  }
  .object_main_slide h2 {
    font-size: 38px;
  }
  .about-us-content p {
    font-size: 16px;
    color: var(--Grey, #777E90);
  }
  .object_main_swiper_pag {
    right: 20px;
    bottom: 20px;
  }
  .obj-info h1 {
    display: block;
  }
  .about-us-content-address p {
    font-weight: 600;
    color: black;
  }
}