.axl-cats-container {
    max-height: 520px;
    padding: 1em;
    background: #f4f5f6;
    border: 1px solid rgba(35, 38, 47, 0.05);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.axl-cats-step {
    width: 25%;
}

.axl-cats-step.sub {
    transition: opacity 0.3s ease-out;
    opacity: 0;
}

.axl-cats-step.sub.active {
    opacity: 1;
}

.axl-cats-list .fl-search-cats-item:hover {
    background: rgba(0,0,0,0.05);
}

.axl-cats-step:nth-child(even) .axl-cats-list .fl-search-cats-item:hover  {
    background-color: #fff;
}

.axl-arrow-right {
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-top: 8px solid #258bd9;
    margin-left: 10px;
    transition: 0.3s;
}

.axl-cats-list .fl-search-cats-item:hover .axl-arrow-right {
    border-top-color: #EB9F0A;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fl-search-h-input-box:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    color: #ccc;
    font-weight: 600;
}

@media (min-width: 768px) {
    .fl-search-cats-list .axl-cats-list .fl-search-cats-item-name {
        border: none !important;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .fl-search-h-input-box:after {
        top: 50%;
        transform: translate(-50%, -50%);
        right: 55px;
    }
}
.axl-video-block {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.video-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

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

.video-text h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.video-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.video-sub {
  color: #555;
}

.axl-video-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: #0b1b6f;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 900px) {
  .axl-video-block {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .axl-video-btn {
    width: 100%;
  }
}
