
.adm {
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    font-size: 10px;
    background-color: #f6f6f6;
    text-align: center;
	margin: 6px;
	z-index: 99;
	}

.adm a {color: #A6A6A6;text-decoration:none;}

.hero-section-video {
	/*
	position: relative;
	height: calc(100vh - 76px);
	overflow: hidden;
	display: flex;
	align-items: center;
	*/
	position: relative;
	height: calc(100vh - 76px);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px;
}
.hero-section-img {
	position: relative;
	height: calc(100vh - 76px);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding-bottom: 80px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.hero-section-video, .hero-section-img  {
		height: calc(100vh - 90px);
	}
}


.video-background {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

		
.hero-content {
	position: relative;
	z-index: 1;
	color: white;
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	color: #eeecee;
}

.hero-subtitle {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #eeecee;	
}

.hero-btn {
	padding: 15px 40px;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}
	
	.hero-subtitle {
		font-size: 1.2rem;
	}
}

.telegram-widget,
.whatsapp-widget {
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: block;
  width: 53px;
  height: 53px;
}

.whatsapp-widget {
  bottom: 93px; /* 20px + 53px + 20px отступ */
}

.telegram-widget {
  bottom: 20px;
}

.telegram-widget svg,
.whatsapp-widget svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

.telegram-widget svg:hover,
.whatsapp-widget svg:hover {
  transform: scale(1.1);
}

/* Баллун */
.widget-balloon-wa, .widget-balloon-tg {
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #333;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.widget-balloon-wa::after, .widget-balloon-tg::after{
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.whatsapp-widget:hover .widget-balloon-wa, .telegram-widget:hover .widget-balloon-tg {
  opacity: 1;
}

/* На мобильных меньше */
@media (max-width: 768px) {
  .telegram-widget,
  .whatsapp-widget {
    width: 43px;
    height: 43px;
    right: 15px;
  }
  
  .whatsapp-widget {
    bottom: 73px; /* 15px + 43px + 15px отступ */
  }
  
  .telegram-widget {
    bottom: 15px;
  }
  
  .widget-balloon-wa, .widget-balloon-tg {
    right: 55px;
    font-size: 13px;
    padding: 6px 12px;
  }
  
   .widget-balloon-wa::after, .widget-balloon-tg::after{
    right: -6px;
    border-left-width: 6px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
}

@media (min-width: 992px) {
  .menu-2 .sub-nav-toggler .lni-chevron-down::before {
    content: "\ea62"; /* Fix Unicode для lni-chevron-right */
  }
}
.nav-item:hover > .sub-menu {
  display: block !important;
}

/* Убираем анимацию collapse для hover */
.sub-menu {
  transition: none;
}

/* Для вложенных подменю */
.sub-menu li:hover > .sub-menu {
  display: block !important;
}	

.relative {position:relative;}

.landing-card, .no-box-shadow, .no-box-shadow:hover {box-shadow: inherit;}
.about-equipment{font-size: 13px;}
.equipment .card-content {padding: 10px;}
.equipment h2 {font-size: 1.5em;}

.owncontent h1 {font-size:25px;margin: 0 0 20px;}
.owncontent h2 {font-size:22px;margin: 25px 0 10px;}/*0 0 18px*/
.owncontent h3 {font-size:19px;margin: 25px 0 10px;}/*0 0 16px*/
.owncontent h4 {font-size:17px;margin: 25px 0 10px;}/*0 0 16px*/

/*.owncontent {padding:30px 0;}*/
.owncontent ul, .owncontent ol {list-style-type: square;padding: 0px 0px 15px 15px;/*color:var(--dark-3);*/}
.owncontent p {margin: 0px 0 15px;}

.nowrap {white-space:nowrap;}



@media (min-width: 992px) and (max-width: 1199px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg {
    flex: 0 0 auto;
    width: 25%;
  }
}
.single-card h5{font-size:16px !important;}
.testimonial-two .tns-controls {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 12px;
}
.testimonial-two .tns-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.testimonial-two .tns-controls button {
    pointer-events: auto;
    position: absolute;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
}
.testimonial-two .tns-controls button i {
    font-size: 24px;
    color: #333;
}
.testimonial-two .tns-controls button:hover {
	  background: var(--primary);
}
.testimonial-two .tns-controls button:hover i {
    color: #fff;
}
.testimonial-two .tns-controls button[data-controls="prev"] {
    left: -40px;
}
.testimonial-two .tns-controls button[data-controls="next"] {
    right: -40px;
}
@media (max-width: 767px) {

    .testimonial-two .tns-controls {
        top: auto;
        bottom: -44px;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .testimonial-two .tns-controls button {
        position: static;
        width: 44px;
        height: 44px;
    }
}
@media only screen and (max-width: 767px) {
  .section-landing {
    padding-top: 0px;
  }
}

.odd .odd-first {
  order: -1;
}

@media only screen and (min-width: 768px) {
  .odd.flex-md-row-reverse .odd-first {
    order: 0;
  }
}

.headerupper {
  text-align: center;
}

.headerupper h4 {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 20px;
}

.headerinline {
  clear: both;
  margin-top: 0px;
}

.owncontent .media-author {
  padding-bottom: inherit;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 992px) {
  .owncontent .media-author {
    margin-left: 70px;
  }
}

.card-style-two .card-content p {
  margin-top: 8px;
}

.media-author .avatar {
  flex-shrink: 0;
  margin-right: 1rem;
}

.media-author .media-body {
  flex: 1;
}
    @media (max-width: 767px) {
      .table-view {
        display: none;
      }
      .card-view {
        display: block;
      }
      .price-card {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 12px;
      }
      .price-card-title {
        font-weight: 500;
        margin-bottom: 8px;
        font-size: 15px;
      }
      .price-card-price {
        color: #1d1d1d;
        font-weight: 600;
        font-size: 16px;
      }
      .price-card-code {
        font-size: 12px;
        color: #6c757d;
        margin-top: 4px;
      }
    }
    @media (min-width: 768px) {
      .card-view {
        display: none;
      }
      .table-view {
        display: block;
      }
    }
	
    .nowrap {
      white-space: nowrap;
    }

.footer-logo img {width:175px;}
#map-wrap {
    position: relative;
}

#map {
    height: 400px;
}
/*
.map-mask {
    position: absolute;
    inset: 0;
    background: rgba(94,109,87, 0.3);
    pointer-events: none;
}
*/
.map-item {color: #FFFFFF; font-weight: bold;}

.hero-section-video video source {display: block;}

.feedbacks .testimonial-text p.text.fz15{font-size:15px;}
.feedbacks .testimonial-text p.text.fz20{font-size:20px;}
.feedbacks .testimonial-text p.text.fz26{font-size:26px;}
.feedbacks .testimonial-text p.text.lh20{line-height:20px;}
.feedbacks .testimonial-text p.text.lh29{line-height:29px;}
.feedbacks .testimonial-text p.text.lh23{line-height:23px;}

.landing a, .owncontent a{
color: var(--black);
border-bottom: 1px solid #cdcdcd;
}
.card-image {
    position: relative;
    overflow: hidden;
}

.card-image img {
    display: block;
    transition: opacity 0.3s ease;
}

.card-image .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

.card-image:hover .img-hover {
    opacity: 1;
}

.check {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}

.check li {
  padding-left: 1.2em;
  position: relative;
}

.check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: black;
  font-weight: bold;
}