main {
	background: #1C1C1C !important;
}

.blog-breadcrumb-area {
    background: none !important;
}

.blog-breadcrumb-area h2 {
    color: white !important;
}

.error-page-area .error-box p {
    color: #ffffff95 !important;
}


.left-animation {
	padding-left: 0px !important;
}

.wialon-text-box {
	padding-right: 40px;
}

.white {
	color: white;
}

.service4-area .custom-container .service-section-header p {
	text-align: right !important;
}

.header-area .navbar-wrapper::before {
	background: #202020 !important;
}

.header-area .navbar-wrapper ul li .dropdown-menu-item-icon {
    color: #ffffff50 !important;
    background: linear-gradient(180deg, #FF3B7980 0%, #e43c8280 100%) !important;
}

.header-area .header-left .menu-bar {
    color: #ffffff50 !important;
    background: linear-gradient(180deg, #FF3B7980 0%, #e43c8280 100%) !important;
}

.theme-btn {
    background: linear-gradient(180deg, #FF3B79 0%, #e43c82 100%) !important;
}

.theme-btn2 {
    background: #e43c8280 !important;
}

/* 
.theme-btn {
    background: #e53c82 !important;
}
 */

.footer-area .footer-top .left-content .subscribe-box input {
    border-radius: 10px !important;
}

.service4-area .section-header p {
	margin-bottom: 0px !important;
}

.client-area-2 p {
    margin-bottom: 0px !important;
}

.company-service-area {
    padding: 70px 0 120px 0 !important;
}

.about-service6-area .section-header {
	margin-bottom: 20px  !important;
	padding-bottom: 20px  !important;
}

.feature-area .feature-content ul li i, .sticky-news .news-content ul li i {
    background: #e53c8280 !important;
}


.theme-simple-btn i {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

/* Huawei */
.brands-huawei {
  mask: url('https://tkglonass.ru/wp-content/uploads/huawei.svg') no-repeat center / contain;
  -webkit-mask: url('https://tkglonass.ru/wp-content/uploads/huawei.svg') no-repeat center / contain;
  background-color: currentColor;
}

/* RuStore */
.brands-rustore {
  mask: url('https://tkglonass.ru/wp-content/uploads/rustore.svg') no-repeat center / contain;
  -webkit-mask: url('https://tkglonass.ru/wp-content/uploads/rustore.svg') no-repeat center / contain;
  background-color: currentColor;
}

.btns-group-second {
	padding-top: 16px;
}

.hero-portfolio-body {
	padding-bottom: 40px;
}

.about2-tabs {
	margin-bottom: 24px !important;
}

.about-service3-area {
    padding: 0px 0px 180px 0 !important;
}

.about2-area {
	padding-top: 0px !important;
}

.about2-inner-box .about2-header h6 {
  color: #ffffff50 !important;
}

/* Кнопка-лупа */
.img-box {
  position: relative;
}

.about2-tab-content .about2-tab-content-body .img-box img {
    object-fit: cover !important;
    object-position: left center !important;
}

.zoom-icon {
  position: absolute;
  top: 30px;   /* было top: 12px → теперь снизу */
  right: 30px;    /* увеличили отступ */
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-icon:hover {
  background: rgba(0,0,0,0.8);
  transform: scale(1.1);
}

/* Модалка с изображением */
.image-modal {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-modal.active {
  opacity: 1;
  visibility: visible;
}

.image-modal img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  object-fit: contain;
  object-position: center;
}
.image-modal.active img {
  transform: scale(1);
  opacity: 1;
}

/* Крестик */
.image-modal .close-btn {
  position: absolute;
  top: 24px;
  right: 36px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  z-index: 10000;
  transition: color 0.2s;
}
.image-modal .close-btn:hover {
  color: #ddd;
}


.about2-tab-content .about2-tab-content-body .content-box h2 {
    font-family: var(--font_yantramanv) !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    background: var(--primary_light) !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 12px !important;
    margin-bottom: 24px !important;
    color: #1c1c1c !important;
}

/* --- адаптивная иконка --- */
.about2-tab-content .about2-tab-content-body .content-box h2 .icon {
    flex-shrink: 0 !important;                      /* не сжимается */
    width: clamp(32px, 4vw, 48px) !important;       /* адаптивный размер */
    height: clamp(32px, 4vw, 48px) !important;
    border-radius: 50% !important;                  /* круг */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;                 /* фон под иконкой */
    overflow: hidden !important;
}

/* --- само изображение внутри круга --- */
.about2-tab-content .about2-tab-content-body .content-box h2 .icon img {
    width: 60% !important;                          /* пропорционально внутри */
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.about2-tab-content .about2-tab-content-body .content-box h2 {
    font-size: 22px !important;
    background: #505050 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
	gap: 20px !important;
}

.about2-tab-content .about2-tab-content-body .content-box h2 .icon {
    width: 80px !important;
    height: 80px !important;
}

.about2-tab-content .about2-tab-content-body .content-box .content {
    background: #505050 !important;
    color: #ffffff !important;
}

.about2-tab-content .about2-tab-content-body .content-box .content p {
    color: #ffffff !important;
}

.about2-tabs .nav-item button .icon {
    background: #505050;
}

.about2-tabs .nav-item button {
    color: #ffffff99;
    background: #303030;
}

.about2-tab-content .about2-tab-content-body .content-box {
    background: #303030 !important;
}

.about2-tab-content .about2-tab-content-body .img-box {
    background: #303030 !important;
}

.about2-tabs .nav-item button.active {
    background: #505050 !important;
    color: #ffffff !important
}

.about2-area .about2-inner-box {
    background: #252525 !important;
}

.cookie-notice-visible {
	background-color: #252525 !important;
	color: white !important;
}

.cookie-notice-container {
	color: #ffffff80 !important;
}

.policy-link {
	color: #e53c8280 !important;
}

.cn-set-cookie {
	background-color: #e53c8280 !important;
	color: white !important;
	border-radius: 10px !important;
}

.contact-area .contact-form-wrap {
    width: 100% !important;
}

.portfolio-items {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.a1track-app .feature-area .feature-left .feature-img-card:nth-child(2) {
  display: none !important;
}

.a1track-app .feature-area .feature-left {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.a1track-app .feature-area .feature-left .feature-img-card {
  width: auto !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.a1track-app .feature-area .feature-left {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.a1track-app .feature-area .feature-img-card img {
    max-width: 100% !important;
}

.a1track-partners-list {
	text-align: left;
}

.a1track-app .feature-area .custom-row {
	gap: 20px !important;
}

.feature-area {
    padding: 40px 0px 120px 0px !important;
}

.hero-empowerment-area .custom-row .hero-empowerment-left-content div h2 {
	font-family: Arial, sans-serif !important;
}

.go-to-a1-btn {
	gap: 0px !important;
}

.a1track-wialon-container {
	background-color: #252525;
    border-radius: 20px; 
	padding-top: 60px;
    padding-bottom: 60px;
	margin-right: 0px !important;
	margin-left: 0px !important;
/* 	border: 3px solid #202020; */
}

#a1track-block {
	padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}

.a1track-hero-background {
    position: relative;  /* Обязательно для позиционирования ::before */
    /* Здесь может быть другой фон, если нужно (например, цвет), иначе просто уберите */
}

.a1track-hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url(https://tkglonass.ru/wp-content/uploads/bg-dark-DMgKS123123qBV-01.svg);
	background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;  /* Без повторения */
    opacity: 0.6;  /* Прозрачность: 0.5 = 50%, меняйте на нужное (0-1) */
	transform: rotate(180deg);
}

.contact-experience li:last-child a i.iconoir-telegram {
    color: #ffffff !important;
}

.contact-experience li:last-child a i.fa.fa-whatsapp {
    color: #ffffff !important;
}

.contact-form .input-row .input-group.input-checkbox label a {
    color: #ffffff !important;
}

.contacts-form-info .elementor-widget-container .contact-area {
    padding: 0px 0px 40px 0px !important;
}

.contact-area .input-row .input-group input {
    background-color: #353535 !important;
	color: white !important;
}

.contact-area .input-row .input-group input::placeholder {
    color: #707070 !important;
}

.contact-area .input-row .input-group textarea {
    background-color: #353535 !important;
	color: white !important;
}

.contact-area .input-row .input-group textarea::placeholder {
    color: #707070 !important;
}

.contact-experience ul li h2 {
	color: #ffffff !important;
}

.contact-experience ul li p {
	color: #ffffff50 !important;
}


.section-header .left h6 {
    color: #ffffff50 !important;
}

.about-service3-area .custom-container .custom-row .content-box .section-header h6 {
	    color: #ffffff50 !important;
}

.feature-right .feature-content h6 {
	    color: #ffffff50 !important;
}

.hero-section-content h6 {
	    color: #ffffff50 !important;
}

.contact-form-wrap .contact-form-body h6 {
	    color: #ffffff50 !important;
}

.contact-area .contact-form-wrap .contact-form-body p {
        color: #ffffff50 !important;
}

.contact-area .input-row .input-group p label {
        color: #ffffff50 !important;
}

.contact-area .contact-form-wrap {
    background: #252525 !important;
}

.contact-area .contact-experience {
    background: #252525 !important;
}

.about-service6-area .content-box ul {
    margin-top: 40px !important;
}

.theme-simple-btn:hover {
    background: #ffffff !important;
}

.go-to-a1 {
	font-family: Arial, sans-serif;
	margin-bottom: -2px;
}

/* Скрываем оригинальные img и h4, чтобы использовать background в псевдоэлементах */
.a1track-trackers .feature-img-card h4,
.a1track-trackers .feature-img-card img {
    display: none !important;
}

/* Базовые стили для контейнеров (остаются flex для layout) */
.a1track-trackers .feature-img-card {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
    overflow: hidden !important;
    position: relative !important;
    flex: 1 !important; /* Равная ширина в flex */
}

/* Левая лента: ::before на первом .feature-img-card (scrollUp, снизу вверх) */
.a1track-trackers .feature-left .feature-img-card:first-child::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 30% !important; /* Центрирование для 60% ширины */
    width: 50% !important;
    height: 200% !important; /* Удвоенная высота для seamless loop */
    background-image: url("https://tkglonass.ru/wp-content/uploads/a1trackers-1.png") !important;
    background-repeat: no-repeat !important; /* Без повторения, чтобы избежать швов */
    background-position: top left !important;
    background-size: 100% auto !important; /* Ширина 100% от псевдо, высота natural (удваивается height) */
    animation: scrollUp 20s linear infinite !important;
    will-change: transform !important; /* Плавность */
	opacity: 0.8;
}

/* Правая лента: ::before на втором .feature-img-card (scrollDown, сверху вниз) */
.a1track-trackers .feature-left .feature-img-card:last-child::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 30% !important; /* Центрирование для 60% ширины */
    width: 50% !important;
    height: 200% !important; /* Удвоенная высота для seamless loop */
    background-image: url("https://tkglonass.ru/wp-content/uploads/a1trackers-2.png") !important;
    background-repeat: no-repeat !important; /* Без повторения */
    background-position: top left !important;
    background-size: 100% auto !important; /* Ширина 100% от псевдо, высота natural */
    animation: scrollDown 20s linear infinite !important;
    will-change: transform !important; /* Плавность */
	opacity: 0.8;
}

/* Ключевые кадры для анимации вверх (снизу вверх, seamless сдвиг на -50% для 200% height) */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* Ключевые кадры для анимации вниз (сверху вниз, обратный сдвиг) */
@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}



.portfolio-sample-details p {
    color: rgb(255 255 255 / 80%) !important;
}

.portfolio-sample-details h4 a {
    color: white !important;
}

.project-area .project-left-details ul li i, .about-service3-area ul li i {
    background: #e53c8280 !important;
}

.portfolio-items .portfolio-item-col:nth-child(1) .portfolio-sample-details {
  background-color: #333333;
}

.portfolio-items .portfolio-item-col:nth-child(2) .portfolio-sample-details {
  background-color: #252525;
}

.portfolio-items .portfolio-item-col:nth-child(3) .portfolio-sample-details {
  background-color: #222222;
}

.portfolio-items .portfolio-item-col:nth-child(4) .portfolio-sample-details {
  background-color: #303030;
}

.project-item .project-item-inner h3 {
    font-family: var(--font_yantramanv);
    font-weight: 700 !important;
    letter-spacing: 0px !important;
	left: 28px !important;
    top: 28px !important;
}

@media (max-width: 1700px) {
    .project-item .project-item-inner h3 {
        font-size: 2.5rem !important;
        line-height: 50px !important;
    }
}

.project-item .project-item-inner h3 a {
    color: white !important;
}

.about-service6-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 столбца */
  gap: 10px 20px;

  max-height: 8em; /* ограничение на 2 строки */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.show-more-fuel {
  margin-top: 30px;
/*   background: #e53c8280 !important;
  color: white !important; */
}


.section-subtitle {
	color: #ffffff50 !important;
}

.section-title {
	color: #ffffff !important;
}

.partner-service-inner .hero-service-about .section-header {
	text-align: center !important;
    justify-content: center !important;
}

.hero-service-about {
    background: #252525 !important;
}

.hero-service-about .hero-service-about-body p {
    color: rgb(255 255 255 / 80%) !important;
}

.hero-service-about .hero-service-about-body ul li {
    color: rgb(255 255 255 / 80%) !important;
}

.hero-service-about .hero-service-about-body ul li i {
    background: #e53c8280 !important;
}

.service-card {
	position: relative;
    padding: 34px 34px 34px 34px !important;
}

.simple-shadow {
    box-shadow: 0px 4px 20px 5px #30303009 !important;
    background: #252525 !important;
}

.service-card h4 a {
    color: white !important;
}

.service-card p {
    color: rgba(255, 255, 255, .5) !important;
}

.services-list .simple-shadow:nth-child(n+6) {
  box-shadow: 0px 4px 20px 5px #35353509 !important;
    background: #303030 !important;
}

.services-list .service-card .service-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  opacity: 0.8;
  height: auto;
}



.about-service3-area .custom-row {
  display: flex !important;
  align-items: stretch !important; /* ОБЯЗАТЕЛЬНО, чтобы колонки растягивались */
  gap: 30px !important;
}

.about-service3-area .content-box {
  flex: 1 !important;
  padding-right:40px;
}

.about-service3-area .img-box {
  flex: 1 !important;
  position: relative !important;
  overflow: hidden !important;
}

.about-service3-area .img-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.about-service3-area .img-wrapper img {
  width: 90% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}




@media (max-width: 1700px) {
    .about-service3-area .content-box {
        padding-right: 10px !important;
    }
}

@media (max-width: 1700px) {
    .about-service3-area .img-box {
        max-width: 600px !important;
    }
}

@property --colorStop {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

.animation-wrapper {
  height: 50%; /* всегда половина высоты родительской ячейки */
  aspect-ratio: 3 / 1; /* сохраняем пропорции */
  display: flex;
  justify-content: center;
  align-items: center;
}

.chipsWrapper {
  --base-border-color: hsl(0 0% 23%);
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  height: 100%;
}

.chip {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border-color);
  z-index: 1;
  overflow: hidden;
  padding: 5px;
}

.chip:not(.active) {
  --border-color: var(--base-border-color);
  background-image: linear-gradient(hsl(0 0% 13%), hsl(0 0% 9%));
}

.chip.active {
  --border-color: #e53c82;
  background-color: #e53c82;
  box-shadow: 0 0 0.75rem #e53c82;
  border-radius: 10px;
  padding: 0;
}

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

.linkWrapper {
  --linkHeight: 3px;
  --linkWidth: 10rem;
  width: var(--linkWidth);
  display: grid;
  place-items: center;
  margin: 0 -2px;
}

.linkWrapper > * {
  grid-area: 1/-1;
}

.link {
  width: 100%;
  height: var(--linkHeight);
  background-color: var(--base-border-color);
  background-image: linear-gradient(to right, var(--base-border-color), #e53c82 var(--colorStop), transparent var(--colorStop));
  animation: colorStopToRight 2s infinite;
}

.switch {
  --switch-width: 12.5%;
  width: var(--switch-width);
  height: calc(var(--linkHeight) + 4px);
  border-radius: 9999px;
  background-color: #e53c82;
  box-shadow: 0 0 0.5rem #e53c82;
  justify-self: start;
  transform: translateX(-100%);
  animation: switchToRight 2s infinite;
}

@keyframes switchToRight {
  to {
    transform: translateX(calc(var(--linkWidth) + 100%));
  }
}

@keyframes colorStopToRight {
  to {
    --colorStop: calc(100% + 12.5%);
  }
}

body {
  font-family: 'Clash Grotesk', sans-serif;
  background: hsl(0 0% 8%);
}

.theme-btn2:before, .theme-btn2:after {
        background: var(--dark1) !important;
		border-radius: 0px !important;
}

.header-2 .navbar-wrapper {
    background: #e53c820d !important;
}

.contact-form .input-row .input-group .theme-btn {
	background: #e53c8280 !important;
    color: white !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
}

.theme-btn2 {
    color: white !important;
	border-radius: 10px !important;
	font-weight: 500 !important;
}

.theme-btn:before, .theme-btn:after {
		border-radius: 0px !important;
}

.theme-btn {
	border-radius: 10px !important;
	font-weight: 500 !important;
}

.hero-empowerment-left-content {
	color: white !important;
}

.hero-empowerment-left-content div h6 {
	color: #ffffff50 !important;
}

.header-area .navbar-wrapper > ul > li > a {
    color: white !important;
}

.header-area .navbar-wrapper > ul > li > a:hover {
    color: #ffffff95 !important;
}

.header-area .header-contact-info .phone-number:before, .header-area .header-contact-info .phone-number:after {
    background: #ffffff47 !important;
}

.header-area .header-contact-info .phone-number a {
    color: white !important;
}

.header-area .navbar-wrapper ul li.mega-menu-item > a:after, .header-area .navbar-wrapper ul li.dropdown-menu-item > a:after {
    border-top: 5px solid white !important;
}

.header-2.is-fixed {
    background: #1f1f1f78 !important;
}




/* Timeline Styles */
.timeline-parcours {
  width: 100%;
  max-width: 960px;
  margin: 100px auto;
  position: relative;
}

.container-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.timeline-section-tl {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.parcours-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
}

.tl-round {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgb(65, 65, 65);
  transform: translateX(-50%) scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: transform 0.3s ease;
  z-index: 2;
  cursor: pointer;
}

.tl-round i {
  opacity: 0.5;
  transform: scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tl-round.active {
  transform: translateX(-50%) scale(2);
}

.tl-round.active i {
  opacity: 1;
  transform: scale(0.8);
}

.container-time-line {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 10px;
}

.time-line-parcours {
  width: 100%;
  height: 10px;
  background-color: #e53c8260;
  position: relative;
  border-radius: 10px;
}

.timeline-indicator {
  width: 0;
  height: 10px;
  background-color: #e53c8280;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.container-bulle {
  position: relative;
  height: 20px;
  margin-top: -18px;
}

/* .round3 i {
  margin-bottom: 2px;
  margin-left: 2px;
} */

/* Slider Styles */
.hero-empowerment-right-content .top-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px; /* Adjusted as per your code */
}

.hero-empowerment-right-content .top-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures images scale without cropping */
  display: none;
  will-change: transform, opacity; /* Optimize for animation */
}

.hero-empowerment-right-content .top-content img.active {
  display: block;
}

.hero-empowerment-right-content .top-content .fade-in {
  animation: fadeIn 0.5s !important;
}

/* Text Box Styles (Liquid Glass inspired by CodePen) */
.slide-text-box {
  position: absolute;
  top: 30px;
  right: 0px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari compatibility */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.37);
  padding: 15px 20px;
  color: #e53c8298;
  font-family: var(--font_yantramanv);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 420px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
  text-shadow: 0 0 10px #44473950;
}

.slide-text-box.active {
  opacity: 1;
}

/* Responsive adjustments for smaller screens */
/* @media (max-width: 768px) {
  .slide-text-box {
    font-size: 14px;
    padding: 10px 15px;
    max-width: 200px;
  }
} */

#about_tab_8 .about2-tab-content-body .img-box {
    display: flex !important;
    align-items: center !important;      /* вертикальное центрирование */
    justify-content: center !important;  /* горизонтальное центрирование */
    background: #303030 !important;      /* фон */
    width: 100% !important;
    overflow: hidden !important;         /* убираем скролл */
    padding: 40px !important;            /* равномерные отступы */
    box-sizing: border-box !important;
}

/* Картинка внутри */
#about_tab_8 .about2-tab-content-body .img-box img {
    border-radius: 10px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.footer-area .footer-all-links-wrap {
    gap: 0px !important;
    flex: 1 !important;
    padding-right: 100px !important;
    padding-left: 20px !important;
}

.footer-area .footer-bottom {
        padding-top: 10px !important;
    }

.footer-area .footer-bottom .custom-row {
    padding-bottom: 10px !important;
}

.footer-links {
	display: flex;
  	align-items: center;
}

.footer-area .footer-top .custom-row {
	padding-bottom: 10px !important;
}

.footer-area .footer-top .custom-row:before {
    height: 220px !important;
}

.right-content-inner a img {
    max-width: 250px;
}

.footer-area .footer-top .left-content p {
    margin-bottom: 20px !important;
}

.footer-area .footer-top .right-content p {
    margin-bottom: 20px !important;
}

@media (max-width: 912px) {
    .hero-empowerment-area .custom-row {
        align-items: flex-start !important;
        gap: 20px !important;
    }
	
	.hero-empowerment-area .hero-empowerment-right-content .top-content {
		margin-bottom: 0px !important;
	}
	
	.timeline-container {
		margin-top: -70px;
		padding-right: 20px;
    	padding-left: 20px;
	}
	
	.theme-btn2 {
		font-size: 16px !important;
	}
	
	.a1track-hero-background::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(https://tkglonass.ru/wp-content/uploads/bg-dark-DMgKS123123qBV-01.svg);
		background-size: contain;
		background-repeat: no-repeat;  /* Без повторения */
		opacity: 0.6;  /* Прозрачность: 0.5 = 50%, меняйте на нужное (0-1) */
		transform: rotate(0deg);
		background-size: 200%;
		background-position: center top;
	}
	
	.service-area .service-section-header {
        text-align: center;
        align-items: center !important;
		flex-direction: column !important;
    }
	
	.service4-area .custom-container .service-section-header p  {
        text-align: center !important;
    }
	
	.services-list .service-card:nth-child(10) {
        grid-column: 1 / span 2 !important;
    }
	
	.about2-area .about2-inner-box {
        padding: 40px 40px 40px 40px !important;
    }
	
	.about-service6-area ul {
		max-height: 7em;
	}
	
	.about-service6-area .section-header {
		text-align: center !important;
	}
	
	.about-service6-area .content-body {
		text-align: center !important;
	}
	
	.about-service6-area .content-box ul {
		padding-left: 20% !important;
	}
	
	.about-service3-area {
		padding: 0px 0px 20px 0 !important;
	}
	
	.about-service3-area .img-wrapper {
		position: relative !important;
		padding-right: 20px !important;
	}
	
	.about-service3-area .custom-row {
		gap: 0px !important;
	}
	
	.a1track-trackers .feature-img-card {
		height: 400px !important;
		min-height: 400px !important;
		max-height: 400px !important;
	}
	
	.feature-area {
        padding: 0px 0px 60px 0px !important;
    }
	
	.a1track-app {
		padding-bottom: 20px;
	}
	
	.hero-service-about .hero-service-about-body ul {
        flex-direction: row !important;
    }
	
	.a1track-app .feature-area .feature-left {
		max-width: 100% !important;
		padding-bottom: 20px;
	}
	
	.about2-area {
        padding-bottom: 140px !important;
    }
	
/* 	.contact-area .contact-experience ul li:last-child h2 {
		font-size: 80px !important;
		gap: 40px  !important;
	} */
}

@media (max-width: 650px) {
	.footer-area .theme-btn, .footer-area .footer-top .right-content .right-content-inner .theme-btn i {
		padding-right: 13px !important;
	}

	.footer-area .theme-btn, .footer-area .footer-top .left-content .left-content-inner .theme-btn i {
		padding-right: 13px !important;
	}

	.digest-block .theme-btn i {
		padding-right: 13px !important;
	}
}

@media (max-width: 992px) {
	.wialon-text-box {
		padding-right: 0px !important;
		text-align: center !important;
		padding-top: 20px;
	}
	
	.left-animation {
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
	
	.wialon-btn-desktop {
		display: none !important;
	}
	
	.wialon-btn-mobile {
		display: flex !important;
		justify-content: center !important;
	}
}


@media (min-width: 992px) {
	.wialon-btn-desktop {
		display: flex !important;
	}
	
	.wialon-btn-mobile {
		display: none !important;
	}
}

@media (max-width: 1200px) {
	
	.footer-area .footer-top .custom-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 70px;
		padding-left: 50px;
        padding-right: 50px;
    }
	
	.left-content {
        width: 100% !important;
		text-align: center !important;
    }
	
	.right-content {
        width: 100% !important;
		text-align: center !important;
    }
	
	.telegram-footer-mobile {
		display: block !important;
	}
	
	.telegram-footer-desktop {
		display: none !important;
	}
	
	.digest-text p {
		text-align: left !important;
	}
	
	.digest-text {
		width: 65% !important;
	}
	
	.footer-area .footer-bottom .custom-row {
		padding-top: 10px !important;
		padding-bottom: 20px !important;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
	
	.footer-area .footer-all-links-wrap {
        grid-template-columns: 1fr !important;
		padding-left: 50px !important;
    }
	
	.footer-area .footer-bottom .footer-contact-info {
        grid-template-columns: 1fr !important;
		padding-right: 50px !important;
    }
	
	.footer-area .footer-all-links-wrap {
		gap: 20px !important;
	}
	
	.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item:last-child {
        justify-content: flex-start;
    }
	
	.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p:nth-child(2) {
		padding-top:10px;
    }
	.footer-area .footer-bottom .footer-contact-info .footer-contact-info-item p:nth-child(3) {
		padding-top:20px;
    }
	
	.copyright-area .custom-container {
		padding: 0 65px !important;
	}
	
}


@media (min-width: 1200px) {
	.telegram-footer-mobile {
		display: none !important;
	}
	
	.telegram-footer-desktop {
		display: block !important;
	}
}

@media (max-width: 1345px) {
    .contact-area .custom-row {
        flex-wrap: wrap;
    }
	
	.contact-experience img {
		max-width: 40% !important;
	}
}

.header-area .navbar-wrapper .close-menu-bar {
    color: white !important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #FF3B7980 !important;
	border-radius: 10px;
	color: white;
}

.wpcf7-not-valid-tip {
    color: #FF3B7980 !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #FF3B79 !important;
	border-radius: 10px;
}

.footer-area .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .footer-area .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: white !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: white !important;
}

.better-call-a1track {
	color: inherit;
	text-decoration: none;
	cursor: default;
}

.better-call-a1track:hover {
	color: #FF3B7980; 
	text-decoration: none;
	cursor: pointer;
}




@media (min-width: 913px) and (max-width: 1200px) {
    .news-area .section-header, .service-area .service-section-header {
        flex-direction: row !important;
        align-items: unset !important;
        margin-bottom: 65px;
    }
}

@media (min-width: 913px) and (max-width: 1700px) {
    .about-service6-area ul {
		max-height: 7em !important;
	}
}

@media (min-width: 913px) and (max-width: 1700px) {
    .footer-area .footer-top .custom-row:before {
		left: 47% !important;
	}
}

.footer-area .theme-btn, .footer-area .footer-top .right-content .right-content-inner .theme-btn {
	height: auto !important;
}

/* @media (max-width: 1700px) {
    .footer-area .footer-top .right-content .right-content-inner p, .footer-area .footer-top .left-content p {
        line-height: 28px;
    }
} */





@media (max-width: 912px) {
	.about-service3-area .img-box {
		flex: 1 !important;
		position: relative !important;
		overflow: hidden !important;
		display: flex !important;
		justify-content: center !important; /* центрирует содержимое по горизонтали */
		align-items: center !important;      /* центрирует по вертикали, если нужно */
		max-width: 100% !important;
	}

	.about-service3-area .img-wrapper {
		position: relative !important;
		transform: translateX(10%); /* смещение вправо на 5% от ширины элемента */
	}

	.about-service3-area .img-wrapper img {
		width: 70% !important;
		height: auto !important; /* лучше auto, чтобы не тянуть картинку */
		object-fit: cover !important;
		object-position: center !important;
		display: block !important;
	}
}

@media (min-width: 913px) and (max-width: 1100px) {
    .project-item .project-item-inner h3 {
        font-size: 2rem !important;
        line-height: 34px !important;
    }
}

@media only screen and (min-width: 912px) and (max-width: 1346px) {
    .footer-area .footer-all-links-wrap {
        display: flex !important;
		justify-content: space-between !important;
    }
}

/* 
.header-contact-info .theme-btn {
	border-radius: 30px !important;
} */


.contacts-form-info .contact-area .contact-experience ul li h2 {
	justify-content: center !important;
}

.contacts-form-info .contact-area .contact-experience ul li p {
	text-align: center !important;
}