*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.is-loading, body.is-loading {
  overflow: hidden;
}

.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background:#000; display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.preloader .loader_img { width: 400px; max-width: 60vw; margin-bottom: 24px; }
.preloader .loader_img video { width: 100%; height:auto; display:block; }
.preloader .loader_bar {
  width: 60vw; max-width: 560px; height: 10px; background: rgba(255,255,255,.15);
  border-radius: 999px; overflow: hidden; margin-top: 8px;
}
.preloader .loader_progress { height: 100%; width: 0%; background: #f1c458; }
.preloader .loader_percent { color:#fff; font: 600 26px/1.2 system-ui, sans-serif; margin-top: 10px; opacity:.85; }

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden; /* Prevent window scrollbars */
}

/* Your scroll container */
.content {
  height: 100vh;
  overflow-y: scroll; /* keep scroll functionality */
  -webkit-overflow-scrolling: touch;
  
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar in Chrome / Safari / Edge */
.content::-webkit-scrollbar {
  display: none;
}

body{
    font-family: "DM Sans", sans-serif;
    background-color: #000;
    font-optical-sizing: auto;
    color: #fff;
}

.preloader{
    position: fixed;
    height: 100dvh;
    width: 100vw;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #000;
}

.cta{
    margin-top: 40px;
}

.preloader video{
    max-width: 400px;
    width: 100%;
}

.container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 150px;
}






.text_block{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.text_block p{
    font-size: 24px;
    color: #c5c5c5;
}

.sec {
  height: 100vh;
  position: relative;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_title{
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background-color: #f1c458;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
}

/* the moving shine */
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineMove 2.5s ease-in-out infinite;
}

@keyframes shineMove {
  0%   { left: -75%; }
  60%  { left: 125%; }
  100% { left: 125%; }
}

/* optional: subtle hover lift */
.button:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(241,196,88,0.4);
  
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.box {
  background: linear-gradient(180deg, #131b30, #0f1526);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.box:hover {
  border-color: #2f3c5e;
}
.tag {
  min-width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #101629;
  color: #cfe2ff;
  border: 1px solid #243255;
  font-weight: 800;
  letter-spacing: 1px;
}
.meta {
  line-height: 1.15;
}
.meta .title {
  font-weight: 700;
}
.meta .size {
  font-size: 18px;
  color: var(--muted);
}
.price {
  margin-left: auto;
  font-weight: 800;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--accent);
}

.panel {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #121a31, #0f1426);
  border: 1px solid var(--border);
}
.totals {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sum-main {
  font-weight: 900;
  font-size: 22px;
  color: #fff;
}
.old {
  color: #93a0b7;
  text-decoration: line-through;
  margin-right: 10px;
  font-weight: 700;
}
.comboTag {
  padding: 4px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f3d37b, #d3a33b);
  color: #161616;
  font-weight: 800;
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.save {
  color: var(--ok);
  font-weight: 800;
  font-size: 14px;
}
.muted {
  color: var(--muted);
  font-size: 18px;
  margin-top: 6px;
}
.btns {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.panel button {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #141c33;
  color: #eaf0ff;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.panel button:hover {
  background: #192448;
}
.panel .btn-gold {
  background: linear-gradient(180deg, #f3d37b, #d3a33b);
  color: #171717;
  border: 0;
}

.panel .btn-gold:hover{
    color: #fff;
}

  /* Minimal styling */
.thumbs {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 50;
}
.thumb {
    padding: 0;
    border: none;
    background: transparent;
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    transition: .5s all ease;
}
.thumb::after{
    content: '';
    display: block;
    background-color: #fff;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.thumb.is-active {
  opacity: 1;
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  /* background-color: #f3d37b; */
  border-color: #f3d37b;
}
.thumb.is-active::after{
    background-color: #f3d37b;
}

.thumb:hover{
    opacity: 1;
}

.social_networks{
    display: flex;
    gap: 0 20px;
    position: fixed;
    align-items: center;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -65px;
    z-index: 99;
    height: 30px;
    transform: rotate(-90deg);
    gap: 0 20px;
    padding: 18px 15px;
    background-color: rgba(0,0,0,.5);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.social_networks .social_title{
    font-size: 18px;
}

.social_networks ul{
    display: flex;
    list-style: none;
    align-items: center;
    gap: 0 10px;
}

.social_networks ul a{
    color: #fff;
    font-size: 24px;
    transform: rotate(90deg);
    display: inline-block;
}

header{
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    /* backdrop-filter: blur(10px); */
    z-index: 99;
}

header .row{
    align-items: center;
}

.header_menu .menu_navbar{
    position: fixed;
    /* display: none; */
    width: 100%;
    max-width: 50%;
    right: -100%;
    top: 0;
    padding: 50px;
    background-color: #000;
    height: 100vh;
    transition: .5s all ease;
}

.header_menu .menu_navbar.active{
    right: 0;
}

.header_menu .menu_navbar .menu_contacts{
    align-self: flex-end;
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    min-width: 200px;
}


.header_menu .menu_navbar .menu_contacts a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #f3d37b;
    transition: .5s all ease;
}

.header_menu .menu_navbar .menu_contacts a:hover{
    color: #f3d37b;
}

.header_menu .menu_navbar .row{
    height: 100%;
}

.header_menu .menu_navbar ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.header_menu .menu_navbar ul a{
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.header_menu .menu_navbar ul a.is-active{
    color: #f3d37b;
}

.header_menu .menu_navbar ul a:hover{
    color: #f1c458;
    transition: .5s all ease;
}

.header_menu .menu_close,
.header_menu .menu_toggler{
    display: block;
    height: 30px;
    width: 48px;
    position: relative;
}

.header_menu .menu_close{
    position: absolute;
    right: 50px;
    top: 50px;
}


.header_menu .menu_close span,
.header_menu .menu_toggler span{
    width: 100%;
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header_menu .menu_toggler span:nth-child(1){
    transform: translateY(-8px);
}

.header_menu .menu_toggler span:nth-child(3){
    transform: translateY(8px);
}

.header_menu .menu_navbar .menu_close span:nth-child(1){
    transform: translateY(0) rotate(45deg);
}

.header_menu .menu_navbar .menu_close span:nth-child(2){
    transform: translateY(0) rotate(-45deg);
}

.header_menu .menu_toggler:hover span{
    background-color: #f1c458;
}

.header_logo img{
    max-width: 100px;
}

.header_logo a{
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #f1c458;
}

/* Header */

/* Hero */
#hero .content_left,
#about .about_left,
.left_content{
    flex: 0 0 auto;
    width: 40%;
    text-align: left;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero .content_right,
#about .about_right,
.right_content{
    flex: 0 0 auto;
    width: 50%;
}

#hero .content_right .hero_image{
    height: 100vh;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

#hero .content_right .hero_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_title{
    margin-bottom: 80px;
}

.logo-shine{
  /* size to your image ratio */
  width: 450px;               /* set your real width */
  height: 250px;               /* set your real height */
  position: relative;

  /* Base fill (keeps your gold color) */
  background: #f1c458;

  /* Clip the element to the image silhouette */
  -webkit-mask-image: var(--logo);
          mask-image: var(--logo);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: hidden; /* for the moving band */
}

/* beam 1 */
.logo-shine::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(28deg,
    rgba(255,255,255,0) 40%,
    rgba(255,255,255,0.85) 50%,
    rgba(255,255,255,0) 60%);
  background-size: 200% 100%;
  background-position: -200% 0;
  mix-blend-mode: screen;
  -webkit-mask-image: var(--logo); mask-image: var(--logo);
  -webkit-mask-repeat:no-repeat;    mask-repeat:no-repeat;
  -webkit-mask-size:contain;        mask-size:contain;
  -webkit-mask-position:center;     mask-position:center;
  animation: beamA 4.5s ease-in-out infinite;
}

/* beam 2 (opposite angle) */
.logo-shine::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(-18deg,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,0) 65%);
  background-size: 200% 100%;
  background-position: 200% 0;
  mix-blend-mode: screen;
  -webkit-mask-image: var(--logo); mask-image: var(--logo);
  -webkit-mask-repeat:no-repeat;    mask-repeat:no-repeat;
  -webkit-mask-size:contain;        mask-size:contain;
  -webkit-mask-position:center;     mask-position:center;
  animation: beamB 6s ease-in-out infinite;
}

@keyframes beamA { 50%{background-position:200% 0} 100%{background-position:-200% 0} }
@keyframes beamB { 50%{background-position:-200% 0} 100%{background-position:200% 0} }

/* sparkles layer */
.logo-shine .sparkles{
  position:absolute; inset:0; pointer-events:none;
  mix-blend-mode: screen; opacity:.35;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,.8) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,1) 0 2px, transparent 3px),
    radial-gradient(circle at 60% 50%, rgba(255,255,255,.9) 0 1.5px, transparent 2.5px);
  background-repeat:no-repeat;
  animation: twinkle 2.6s steps(2) infinite;
  -webkit-mask-image: var(--logo); mask-image: var(--logo);
  -webkit-mask-size:contain; mask-size:contain;
  -webkit-mask-position:center; mask-position:center;
}

#hero .hero_description{
    font-size: 24px;
    margin-bottom: 40px;
}

#hero .hero_motto{
    font-size: 18px
}

/* About */

#about .about_right{
    font-size: 24px;
    color: #c5c5c5;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px 0;
    width: 50%;
}

/* Service */
#services .container{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#services .section_title{
    text-align: center;
    margin-bottom: 80px;
}

.service_block{
    display: flex;
    width: 100%;
    justify-content: center;
}

.service_block .service_item{
    flex: 0 0 auto;
    width: 12%;
    overflow: hidden;
    position: relative;
    transition: .5s all ease;
    cursor: pointer;
}

.service_block .service_item .service_name{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    transform: rotate(-90deg);
    z-index: 2;
    white-space: nowrap;
    transition: .5s all ease;
}

.service_block .service_item::after{
    content: '';
    display: block;
    height: 100%;
    width: calc(100% + 10px);
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(10px);
    transition: .5s all ease;
}

.service_block .service_item:hover{
    width: 25%;
}

.service_block .service_item:hover .service_name{
    transform: rotate(0) translateY(90px);
    top: 15px;
    left: 15px;
}

.service_block .service_item:hover::after{
    backdrop-filter: blur(0);
}

/* Indoor */
#indoor .section_title{
    line-height: 1;
    margin-bottom: 40px;
}
#indoor .left_content{
    overflow: hidden;
}
#indoor .right_content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 15px 0;
}

#indoor .right_content p{
    font-size: 24px;
    color: #c5c5c5;
}
#indoor .right_content p strong{
    color: #f1c458;
}

.images_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    display: flex;
    gap: 0 25px;
    margin-bottom: 60px;
}

.images_slider .animated_block{
    flex-shrink: 0;
    padding: 20px 0;
    animation: imagesLinearTransition 30s linear infinite;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    user-select: none;
    gap: 0 25px;
}

.images_slider img{
  display: block;
  height: 200px;          /* adjust as you like */
  width: 250px;           /* or remove for natural widths */
  object-fit: cover;
  border-radius: 12px;
  transition: .5s all ease;
}

.images_slider img:hover{
    transform: scale(1.1);
}

@keyframes imagesLinearTransition{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-100% - 40px));
    }
}

/* Indoor Tarrifs */
#indoor_tarrifs .container{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#indoor_tarrifs .section_title{
    margin-bottom: 60px;
}

#indoor_tarrifs .tarrif_item{
    flex: 0 0 auto;
    width: 30%;
    padding: 30px;
    text-align: center;
}

#indoor_tarrifs .tarrif_image{
    margin-bottom: 20px;
}

#indoor_tarrifs .tarrif_image img{
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center;
}

#indoor_tarrifs .tarrif_description{
    font-size: 18px;
    margin-bottom: 20px;
    color: #c5c5c5;
    min-height: 96px;
}

/* LED */
.led_block{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 80px 0;
}

.led_left{
    flex: 0 0 auto;
    width: 45%;
}

.led_right{
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.led_right p{
    font-size: 24px;
    color: #c5c5c5;
}

.led_locations{
    display: flex;
    width: 100%;
}

.led_locations .location_item{
    flex: 0 0 auto;
    width: 16.66666%;
    position: relative;
}

.led_locations .location_item::after{
    content: '';
    display: block;
    height: 101%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    backdrop-filter: blur(3px);
    transition: .5s all ease-in-out;
}

.led_locations .location_item:hover::after{
    background-color: rgba(0,0,0,0);
    backdrop-filter: blur(0);
}

.led_locations .location_item img{
    width: 100%;
    height: 400px;
}

.led_locations .location_name{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    font-weight: 600;
    transition: .5s all ease;
}

.led_locations .location_name span{
    color: #f1c458;
}

.led_locations .location_item:hover .location_name{
    transform: translateY(140px);
    /* color: #000; */
}

/* Bilboard */
#bilboard .container{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#bilboard .section_title{
    margin-bottom: 60px;
}

.billboard_left{
    flex: 0 0 auto;
    width: 45%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.billboard_right{
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    height: 100vh;
    overflow: hidden;
}

.billboard_right .billboard_locations{
    display: flex;
    flex-direction: column;
}

.billboard_locations .billboard_animation{
    flex-shrink: 0;
    padding: 20px 0;
    animation: billboardsLinearTransition 150s linear infinite;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 100%;
    user-select: none;
    gap: 40px 0;
    width: 100%;
    
}
.billboard_locations .billboard_animation:hover{
    animation-play-state: paused;
}

.billboard_animation .location_item{
    width: 100%;
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 12px;
}

.billboard_animation .location_images{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.billboard_animation .location_images a{
    width: calc(50% - 10px);
    flex:  0 0 auto;
    position: relative;
}

.billboard_animation .location_images a span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: .5s all ease;
}

.billboard_animation .location_images a::before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(3px);
    transition: .5s all ease;
}

.billboard_animation .location_images a:hover::before{
    backdrop-filter: blur(0);
    background-color: rgba(0,0,0,0);
}

.billboard_animation .location_images a:hover span{
    transform: translateY(80px);
    color: #f1c458;
}

.billboard_animation .location_item img{
  display: block;
  width: 100%;           /* or remove for natural widths */
  object-fit: cover;
  border-radius: 12px;
  transition: .5s all ease;
}

.billboard_animation .location_name{
    text-align: center;
    font-size: 24px;
    color: #f1c458;
    margin-bottom: 15px;
    font-weight: 700;
}


@keyframes billboardsLinearTransition{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(calc(-100% - 40px));
    }
}


/* Bus */
#bus .section_title{
    margin-bottom: 60px;
}
#bus .bus_left,
#bus .bus_right{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    width: calc(50% - 20px)
}

.bus_right .box_image img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.bus_right .box{
    flex-direction: column;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .5s all ease;
}
.bus_right .box:hover{
    border-color: #f1c35869;
}
.bus_right .box.selected{
    border-color: #f1c458;
}
.bus_right .box input{
    display: none;
}
.bus_right .box_inner{
    display: flex;
    gap: 0 15px;
    align-items:center;
    justify-content: space-between;
    width: 100%;
}
.bus_right .grid{
    width: 100%;
}
.bus_right .panel{
    width: 100%;
}

.bus_right #linePrices{
    display: flex;
    gap: 5px 0;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: right;
}

/* TEAM */
#team .right_content{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.team_block{
    position: relative;
    width: 100%;
    display: flex;
}
.team_item{
    position: relative;
}
.team_info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: 0;
    transition: .5s all ease;
    font-size: 20px;
}
.team_item:hover .team_info{
    opacity: 1;
}
.team_slider{
    width: 100%;
    flex: 0 0 auto;
}
.team_slider .team_item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#team .swiper-pagination{
    width: 100%;
    bottom: -45px;
}

#team .swiper-pagination .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    background-color: #fff;
    transition: .5s all ease;
}

#team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #f3d37b;
}

/* Clients */

#clients .right_content{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #eee;
    position: absolute;
    right: 0;
    width: 50%;
    overflow: hidden;
}

#clients .clients_block{
    display: flex;
    flex-wrap: wrap;
}

#clients .clients_block .client_item{
    width: 25%;
    flex: 0 0 auto;
    padding: 15px;
}

#clients .clients_block .client_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Contacts */
#contact .right_content{
    height: 100vh;
    position: absolute;
    right: 0;
    width: 50%;
    overflow: hidden;
}

#contact .right_content .map{
    height: 100%;
    width: 100%;
}

#contact .section_title{
    margin-bottom: 60px;
}

#contact .contact_info{
    font-size: 20px;
}

#contact .contact_info ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

#contact .contact_info ul li{
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

#contact .contact_info ul li a{
    color: #fff;
    text-decoration: none;
    transition: .5s all ease;
    font-weight: 600;
}
#contact .contact_info ul li a:hover{
    color: #f3d37b;
}

/* Modal */
.modal{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.4);
    backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
}

.modal.opened{
    opacity: 1;
    visibility: visible;
}

.modal .modal-body{
    max-width: 600px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    color: #000;
    position: relative;
    transform: translateY(-45px) scale(0.8);
    transition: .5s all ease;
}

.modal.opened .modal-body{
    transform: translateY(0) scale(1);
}

.modal .modal_close{
    position: absolute;
    height: 40px;
    width: 40px;
    right: -40px;
    top: -40px;
}

.modal .modal_close span{
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal .modal_close span:nth-child(1){
    transform: translateY(-50%) rotate(45deg);
}
.modal .modal_close span:nth-child(2){
    transform: translateY(-50%) rotate(-45deg);
}

.modal .modal-title{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.modal .modal-form{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.modal .modal-form input{
    height: 50px;
    border: 2px solid #f1c458;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
}

.modal .modal-form input:focus{
    outline-color: #000;
}

.modal .modal-form input::placeholder{
    color: #ccc;
}

@media (max-width: 1600px){
    .section_title{
        font-size: 60px;
    }
    .container{
        padding: 0 60px;
        max-width: 1400px;
    }
    .social_networks{
        left: -115px;
    }
    .images_slider{
        margin-bottom: 0;
    }
    #indoor_tarrifs .tarrif_image img{
        height: 200px;
    }
    #indoor_tarrifs .tarrif_description{
        font-size: 16px;
        min-height: 84px;
    }
    .led_locations .location_item img{
        height: 250px;
    }
     #indoor .right_content p,
    .led_right p,
    .text_block p,
    #about .about_right{
        font-size: 20px;
    }

    .box,
    .sum-main,
    .panel button,
    .meta .size,
    .muted{
        font-size: 14px;
    }

    .team_slider .team_item img{
        height: 250px;
    }
    .bus_right .box_image img{
        height: 90px;
    }
}

@media (max-width: 1200px){
    .wrapper{
        overflow: hidden;
    }
    .button{
        width: 100%;
        text-align: center;
    }
    .header_logo img{
        max-width: 75px;
    }
    .header_menu .menu_navbar{
        max-width: 100%;
        padding: 50px 25px 100px 25px;
    }
    .header_menu .menu_navbar ul a{
        font-size: 24px;
    }
    .header_menu .menu_close{
        right: 25px;
        top: 25px;
    }
    .header_menu .menu_navbar ul{
        height: auto;
        flex-direction: column;
        gap: 10px 0;
    }
    .sec{
        padding: 50px 0;
        height: auto !important;
    }

    #services .section_title,
    .section_title{
        font-size: 48px;
        margin-bottom: 40px;
    }

    .section_title br{
        display: none;
    }

    .logo-shine{
        width: 250px;
    }

    .hero_title{
        margin-bottom: 40px;
    }

    #hero .content_left{
        width: 100%;
        align-items: center;
        height: auto;
        padding: 100px 0 40px 0;
    }
    #hero .content_right .hero_image{
        display: none;
    }
    .thumbs{
        display: none;
    }
    .container{
        max-width: 760px;
        padding: 0 20px;
    }
    .social_networks{
        display: none;
    }

    #about .about_right{
        height: auto;
        width: 100%;
    }
    
    #about .about_left, .left_content,
    #services .container,
    .billboard_left,
    .billboard_right{
        width: 100%;
        height: auto;
    }

    .service_block{
        flex-wrap: wrap;
    }
    .service_block .service_item{
        width: 50%;
        height: 200px;
    }
    .service_block .service_item:hover{
        width: 50%;
    }

    .service_block .service_item::after{
        /* display: none; */
        backdrop-filter: blur(0);
    }

    .service_block .service_item .service_name{
        font-size: 20px;
        transform: none;
        top: auto;
        bottom: 15px;
        height: auto;
        color: #f3d37b;
        left: 0;
    }
    .service_block .service_item:hover .service_name{
        transform: none;
        top: auto;
        left: auto;
    }

    .service_block .service_item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #indoor .right_content{
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    #indoor_tarrifs .container{
        height: auto;
    }
    #indoor_tarrifs .tarrif_item,
    .led_left, .led_right{
        width: 100%;
    }

    .led_block,#bilboard .container{
        height: auto;
    }
    .led_locations{
        flex-wrap: wrap;
    }

    .led_locations .location_item{
        width: 50%;
    }

    .led_locations .location_name{
        font-size: 18px;
        bottom: 30px;
        top: auto;
        height: auto;
    }
    .led_locations .location_item:hover .location_name{
        transform: none;
    }
    .led_locations .location_item::after{
        backdrop-filter: blur(0);
    }
    .led_locations .location_item:hover::after{
        background-color: rgba(0,0,0,.6);
    }

    .modal .modal_close{
        right: 0;
    }

    .billboard_locations{
        overflow: hidden;
    }

    .billboard_locations .billboard_animation{
        /* flex-direction: row; */
        animation: none;
        gap: 20px 0;
    }
    .billboard_locations .billboard_animation:hover{
        animation-play-state: running;
    }

    .billboard_animation .location_item{
        padding: 20px 10px;
        border-radius: 8px;
    }
    .billboard_animation .location_images{
        gap: 10px;
    }
    .billboard_animation .location_images a::before{
        backdrop-filter: blur(0);
    }
    .billboard_animation .location_images a span{
        font-size: 16px;
    }
    .billboard_animation .location_item img{
        border-radius: 8px;
    }
    .billboard_animation .location_images a:hover span{
        transform: translate(0);
    }

    #bus .bus_left, #bus .bus_right{
        height: auto;
        width: 100%;
    }
    #bus .bus_right{
        margin-top: 40px;
    }
    #bus .section_title{
        margin-bottom: 30px;
    }

    .bus_right .box_image img{
        height: 80px;
    }
    .bus_right .box_inner{
        flex-direction: column;
        gap: 10px 0;
        align-items: center;
        text-align: center;
    }
    .price{
        margin-left: 0;
    }
    .comboTag{
        font-size: 14px;
    }
    #clients .right_content,
    #team .right_content,
    #contact .right_content{
        height: auto;
        width: 100%;
    }
    #contact .right_content,
    #clients .right_content{
        position: static;
    }
    .team_info{
        opacity: 1;
    }

    #contact .right_content{
        min-height: 350px;
        margin-top: 20px;
    }
    header .row{
        align-items: stretch;
    }
}


@media (max-width: 768px){
    #services .section_title,.section_title{
        font-size: 36px;
    }
    .section_title br{
        display: none;
    }
    #clients .clients_block .client_item{
        width: 50%;
    }
}