
    :root {
      --primary: #43339A;
      --accent: #f48a1f;
      --text: #1d2230;
      --light: #f5f6fb;
      --card-shadow: 0 10px 30px rgba(18, 26, 58, 0.08);
      --radius-xl: 22px;
      --radius-lg: 16px;
  --header-height: 74px;
  --bs-primary: #43339A;
  --bs-primary-rgb: 67, 51, 154;

  --bs-link-color: #43339A;
  --bs-link-hover-color: #372a80;

  --bs-focus-ring-color: rgba(67, 51, 154, 0.25);  
    }
.btn.btn-noline.dropdown-toggle::after {
   display:none !important;
}
.bg-light-purple{
    background:#E8E5F8;
}	
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button, .btn, a, input, .days {
  font-family: "Days One", sans-serif;
}
*/
.art-desc h1, .art-desc h2, .art-desc .h1, .art-desc .h2 {
  color:#43339A;
}
.form-control.bg-tr {
	background-color:rgba(255,255,255,.2) !important;

}
ul.iti__country-list {
	color:#000 !important;
}
.bg-balsu {
background-image:url(image-8.png);
background-size:cover;
background-position:right center;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #43339A;
  --bs-btn-border-color: #43339A;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #372a80;
  --bs-btn-hover-border-color: #372a80;

  --bs-btn-focus-shadow-rgb: 67, 51, 154;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f236d;
  --bs-btn-active-border-color: #2f236d;

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #43339A;
  --bs-btn-disabled-border-color: #43339A;
}	
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top:var(--header-height);
}

.hero {
  min-height: calc(100dvh - var(--header-height));
}

.hero-bg,
.hero-bg video,
.hero-bg iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* контейнер фона */
.hero-bg {
  z-index: 1;
  pointer-events: none;
  background: #000;
}

/* локальное видео */
.hero-bg video {
  object-fit: cover;
}

/* youtube видео */
.hero-bg.youtube iframe {
  top: 50%;
  left: 50%;
  width: 177.77vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

/* затемнение */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(67, 51, 154,0.8);
  z-index: 2;
}

/* контент */
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 180px 0;
}

.hero-content .h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;

  margin-bottom: 2rem;
  opacity: .9;
}
    body {
      font-family: 'Montserrat', sans-serif;
      color: var(--text);
      background: #fff;

  overflow-x: hidden;
}
    img {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
    }

    .section {
      padding: 88px 0;
    }

    .section-sm {
      padding: 64px 0;
    }

    .section-title {
      font-size: clamp(28px, 4vw, 44px);
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 14px;
      letter-spacing: -0.02em;
    }

    .section-subtitle {
      color: var(--muted);
      max-width: 850px;
      margin: 0 auto;
      line-height: 1.7;
      font-size: 15px;
    }

    .text-muted-custom {
      color: var(--muted);
    }

    .btn-accent {
      background: var(--accent);
      border-color: var(--accent);
      color: #fff;
      font-weight: 700;
      border-radius: 12px;
      padding: 14px 24px;
    }

    .btn-accent:hover,
    .btn-accent:focus {
      background: #de7b18;
      border-color: #de7b18;
      color: #fff;
    }

    .btn-outline-light-custom {
      background: #fff;
      border: 1px solid rgba(255,255,255,0.35);
      color: var(--primary);
      font-weight: 700;
      border-radius: 12px;
      padding: 14px 24px;
    }

    .btn-outline-light-custom:hover {
      background: #eef1ff;
      color: var(--primary);
    }


    .feature-icon {
      width: 66px;
      height: 66px;
      border-radius: 50%;
      background: #fff6ec;
      color: var(--accent);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 16px;
      border: 1px solid #ffe1bd;
    }

    .feature-title {
      font-weight: 700;
      color: var(--accent);
      margin-bottom: 10px;
      font-size: 18px;
    }

    .feature-text {
      color: var(--muted);
      line-height: 1.7;
      font-size: 14px;
      max-width: 320px;
      margin: 0 auto;
    }

    .split-title {
      font-size: clamp(30px, 4vw, 44px);
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 24px;
    }

    .check-list {
      padding-left: 0;
      list-style: none;
      margin: 0;
    }

    .check-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 16px;
      line-height: 1.75;
      color: var(--muted);
    }

    .check-list li::before {
      content: '•';
      color: var(--accent);
      position: absolute;
      left: 8px;
      top: 0;
      font-size: 22px;
      line-height: 1.1;
    }

    .image-card {
      border-radius: var(--radius-xl);
      overflow: hidden;
      box-shadow: var(--card-shadow);
      min-height: 420px;
      background: #e9edf7;
    }

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

    .nav-service-wrap {
      background: #fff;
      box-shadow: 0 10px 28px rgba(13, 24, 45, 0.08);
      border-radius: 16px;
      margin-top: 34px;
      padding: 20px 24px;
      position: relative;
      z-index: 5;
    }

    .mini-stripe {
      height: 8px;
      background: var(--accent);
      border-radius: 999px;
      margin-bottom: 14px;
    }

    .service-nav .nav-link {
      color: var(--text);
      font-size: 14px;
      font-weight: 500;
      padding: 10px 14px;
    }

    .service-nav .nav-link.active {
      color: var(--accent);
      font-weight: 700;
    }

    .help-btn {
      white-space: nowrap;
    }

    .service-card {
      border: 1px solid #e9edf5;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: var(--card-shadow);
      height: 100%;
      background: #fff;
    }

    .service-card img {
      width: 100%;
      height: 240px;
      object-fit: cover;
    }

    .service-card-body {
      padding: 24px 22px 26px;
    }

    .service-card-title {
      font-weight: 800;
      font-size: 28px;
      line-height: 1.05;
      margin-bottom: 16px;
      text-transform: uppercase;
    }

    .service-card-text {
      color: var(--muted);
      line-height: 1.75;
      font-size: 14px;
      margin-bottom: 0;
    }

    .service-card-text ul {
      padding-left: 18px;
      margin: 12px 0;
    }

    .service-card-text li {
      margin-bottom: 8px;
    }

    .transport-section {
      background: var(--primary);
      color: #fff;
    }

    .transport-section .section-subtitle {
      color: rgba(255,255,255,0.78);
    }



    .transport-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: #fff5e8;
      color: var(--accent);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 16px;
    }

    .transport-card h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .transport-card p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 14px;
      margin-bottom: 0;
    }

    .contact-heading {
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 800;
      text-align: center;
      margin-bottom: 42px;
    }

    .contact-box {
      background: rgba(255,255,255,.1);
      color: #fff;
      border-radius: 18px;
      padding: 28px 28px 24px;
      height: 100%;
    }

    .contact-name {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .contact-role {
      color: rgba(255,255,255,0.88);
      font-size: 14px;
      margin-bottom: 18px;
    }

    .contact-line {
      display: flex;
      gap: 10px;
      align-items: start;
      font-size: 14px;
      margin-bottom: 10px;
      color: #fff;
    }

    .contact-line a {
      color: #fff;
    }

    .company-box {
      background: rgba(255,255,255,.1);
      color: #fff;
      border-radius: 18px;
      padding: 22px 26px;
    }

    .footer {
      border-top: 1px solid #e8ebf2;
      padding: 34px 0 20px;
      color: var(--muted);
    }

    .footer-logo {
      font-size: 24px;
      font-weight: 800;
      color: var(--primary);
    }

    .small-note {
      font-size: 13px;
      line-height: 1.7;
    }

    @media (max-width: 991.98px) {
      .section {
        padding: 72px 0;
      }

      .hero-wrap {
        min-height: auto;
      }

      .hero-content {
        padding: 42px 28px 28px;
      }

      .hero-media {
        position: static;
        width: 100%;
        min-height: 260px;
        padding-top: 0;
      }

      .nav-service-wrap {
        padding: 18px;
      }
    }

    @media (max-width: 767.98px) {
      .section,
      .section-sm {
        padding: 56px 0;
      }

      .hero-title,
      .split-title,
      .section-title,
      .contact-heading {
        letter-spacing: normal;
      }

      .service-card-title {
        font-size: 22px;
      }

      .contact-box,
      .company-box {
        padding: 20px;
      }
    }
.btn.btn-noline {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}

.btn.btn-noline:hover,
.btn.btn-noline:focus,
.btn.btn-noline:active {
  border: none;
  box-shadow: none;
  outline: none;
}	
.about-company .list-unstyled li, .customs-section .list-unstyled li {
font-size:14px;}
.about-company ul.list-unstyled li, .customs-section ul.list-unstyled li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}

.about-company ul.list-unstyled li::before, .customs-section ul.list-unstyled li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e9f2ff;
  color: #43339A;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}


.services-tabs-scroll {
  max-width: 100%;
}

.services-tabs-nav {
  margin-bottom: 0;
}
.services-tabs-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.services-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.services-tabs-nav {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: max-content;
  padding-bottom: 6px;
}

.services-tabs-nav .nav-item {
  flex: 0 0 auto;
}

.services-tabs-nav .nav-link {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .services-tabs-scroll {
    overflow: visible;
  }
.services-tabs .nav-link {padding:12px 32px;}
  .services-tabs-nav {
    display: flex;
    min-width: 100%;
    justify-content: center;
  }
}
.service-card {
  display: flex;
  flex-direction: column;
}

.service-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.services-tabs .nav-link.active {background-color:#F18700 !important;}
/* HERO категории */

/* HERO категории */

/* HERO категории */

/* HERO категории */

.category-hero{
	padding: 0;
	margin: 0 0 80px 0;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: auto;
	height: auto;
	display: block;
}

.category-hero .container{
	padding-top: 280px;   /* 100px обычный верх + 80px фиксированное меню */
	padding-bottom: 80px;
}

.hero-title{
	margin: 0;
	color: #fff;
	line-height: 1.15;
}

#priceTableBox{
    overflow:hidden;
    transition:height 0.7s ease;
}

#priceTableBox.table-collapsed{
    height:300px;
}

.sector {
	padding-bottom:70px;
}

.cat-carousel {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.cat-carousel .swiper-slide {
    height: auto;
}

.cat-carousel__img-wrap {
    height: 400px;
    overflow: hidden;
    background: #f5f5f5;
}

.cat-carousel__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Оранжевые стрелки */
.cat-carousel .swiper-button-prev,
.cat-carousel .swiper-button-next {
    color: #ff8a00;
}

.cat-carousel .swiper-button-prev:after,
.cat-carousel .swiper-button-next:after {
    font-size: 22px;
    font-weight: 700;
}

/* Оранжевая пагинация */
.cat-carousel .swiper-pagination-bullet {
    background: #ff8a00;
    opacity: 0.45;
}

.cat-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}
/* overlay */
.cat-carousel__overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.35);
    opacity:0;
    transition:0.25s;
}

/* плюсик */
.cat-carousel__overlay i{
    font-size:40px;
    color:#fff;
}

/* hover */
.cat-carousel__img-wrap:hover .cat-carousel__overlay{
    opacity:1;
}
/* Мобилка */
.video-circle-wrap {
    display: flex;
    justify-content: end;
}
@media (max-width: 767px) {
	.video-circle-wrap {
		justify-content: start;
		padding:30px 0;
	}	
    .cat-carousel {
        padding-left: 32px;
        padding-right: 32px;
    }

    .cat-carousel__img-wrap {
        height: 220px;
    }
}




.video-circle-btn {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.video-circle-btn:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
}

.video-circle-btn:focus-visible {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.circle-text {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: rotateText 12s linear infinite;
}

.circle-text text {
    fill: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.video-circle-center {
    position: absolute;
    inset: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(2px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.video-circle-btn:hover .video-circle-center {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.08);
}

.video-circle-center i {
    font-size: 34px;
    line-height: 1;
    margin-left: 4px;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.video-modal-content {
    background: #000;
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    filter: invert(1);
    opacity: 0.9;
}

.video-close:hover {
    opacity: 1;
}
.fab-wrapper {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 9999;
}

.fab-main {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #F18700;
	color: #fff;
	border: none;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.fab-menu {
	position: absolute;
	bottom: 70px;
	right: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: all 0.2s ease;
}

.fab-menu.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.fab-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 30px;
	background: #212529;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.fab-btn:hover {
	background: #343a40;
	color: #fff;
}
@keyframes fab-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(241, 135, 0, 0.5);
	}
	70% {
		box-shadow: 0 0 0 18px rgba(241, 135, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(241, 135, 0, 0);
	}
}

.fab-main {
	animation: fab-pulse 2s infinite;
}
.fab-main.active {
	animation: none;
}