html {
    scroll-behavior: smooth;
    font-size: 16px;
  }
  
  body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .menu {
    margin: 0;
    padding: 0;
  }
a {
  text-decoration: none;
  color: #313131;
}
  
  .menu__list {
    margin: 0;
    padding: 0;
  }
  
  .menu__group {
    margin: 0;
    padding: 0;
  }
  
  .menu__nav {
    margin-bottom: 4.875rem;
    padding: 5rem 1.875rem 1.875rem 1.875rem;
}

  .highlight {
    color: #78be20;
    font-weight: 700;
}
.success-mail-send{
  display: none;
}
.header-logo-mobile,.trigger,nav#mobile-menu {
  display: none;
}

.hero {
  position: relative;
  background-image: url('/wp-content/themes/cars/images/bg-img-mob.webp'); 
  background-size: cover;
  background-position: center;
  height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  padding: 1.875rem;
}

div#hero-video-container {
  display: none;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 76%) 17.56%, rgba(13, 13, 13, 0.68) 100%);
  z-index: 1;
  align-content: center;
}


.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.hero__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0px;
}

.hero__subtitle {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  font-weight: 700;
  min-height: 4.6rem;
}

.highlight {
  color: #78be20; 
  font-weight: 700;
}

.hero__description {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.hero__buttons {
  display: flex  ;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn--primary {
  background-color: #78be20;
  color: #fff;
  width: 85%;
}

.btn--primary:hover {
  background-color: #5e9b18;
}

.btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 85%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0.5rem;
}

.btn--secondary:hover {
  background-color: #fff;
  color: #0d0d0d;
}

  /*-----------------Logo Section-------------*/
  .logo-section {
    display: flex;
    padding: 1.875rem;
}
  
  
  .logo-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        max-width: 960px;
        margin: auto;
        align-content: center;
        align-items: center;
        justify-items: center;
  }
  
  
  .logo {
    max-height: 2rem;
    max-width: 100%;
    object-fit: contain;
  }
  
  .about-section {
    background-color: #fff; 
  }
  

/*-----------------About Section-------------*/

.about-section {
  background-color: #fff;
  padding: 1.875rem;
}
  
  .about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    background-color: #fff;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  
  .about-image {
    flex: 1 1 50%; 
  }
  
  .about-image img {
    width: 100%; 
    object-fit: cover;
  }
  
  .about-content {
    display: flex;
    text-align: left;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
}
  .about-content p {
    max-width: 650px;
  }
  .about-content h2 {
    font-size: 1.57rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 800;
    text-align: center;
}
  
  .about-content p {
    font-size: 1.15rem;
    line-height: 1.6; 
    color: #313131;
    margin-bottom: 1rem;
    text-align: center; 

  }
  
  .about-content strong {
    color: #000; 
  }
  
  .about-btn {
    display: inline-block; 
    padding: 22px 50px; 
    background-color: #fff; 
    border: 1px solid #82BA26; 
    color: #313131; 
    border-radius: 5px; 
    font-size: 1rem; 
    font-weight: bold; 
    text-decoration: none; 
    transition: all 0.3s ease; 
  }
  
  .about-btn:hover {
    background-color: #5e9b18; 
    color: #fff; 
  }
  
  .about-icon {
    margin-bottom: -100px;
    text-align: left; 
  }
  
  .about-icon img {
    max-width: 100%; 
    height: auto; 
    display: inline-block; 
  }
  .about-btn svg {
    margin-left: 20px;
  }
  
  
  .logo-section {
    position: relative;
    overflow: hidden;
    cursor: none; 
  }
  
  .circle {
display: none;
  }
  
  .circle-text {
    font-size: 15px;
    color: #313131;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.2;
  }
  
  .hover-block:hover .circle {
    opacity: 1;
  }
  

  
/*-----------------Advantages Section-------------*/

.advantages-section {
  background-image: url(/wp-content/themes/cars/images/bg-advantage-mob.webp);
  background-repeat: no-repeat;
  padding: 1.875rem;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: bottom;
}
  
.main-section-title {
  max-width: 960px;
  margin: 0 auto;
}
  
.advantages-title {
  color: #313131;
  margin: 0;
  font-size: 1.57rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
  .advantage-item svg {
    fill: #a8a8a8;
  }
  
  .advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    flex-direction: column;
    margin: auto;
}
  
  .advantage-item {
    background-color: #ffffff4d;
    border-radius: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
  }
  
  .advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  
  .advantage-icon {
    font-size: 24px;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: -10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .advantage-heading {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  .advantage-description {
    font-size: 14px;
    color: #313131;
    line-height: 1.6;
  }
  

/*-----------------App Section-------------*/
.app-section-content {
  display: flex;
  flex-direction: column-reverse;
}
  
.app-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  padding: 1.875rem;
  position: relative;
}
    
  .app-title {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.57rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}
  
  .app-title .highlight {
    color: #78be20;
  }
  
  .app-subtitle {
    font-size: 1rem;
    color: #313131;
    margin-bottom: 1.25rem;
    font-weight: 500;
    text-align: center;
}
  
.platform-buttons {
  display: flex;
  gap: 1rem;
}
  
.platform-btn {
  background-color: #f2f2f2;
  color: #000000;
  border: none;
  border-radius: 2rem;
  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
  
  .app-image {
  flex: 1 1 40%;
  text-align: center;
  }
  
  .app-image img {
  max-width: 100%;
  }
  
  .app-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
  width: 100%;
  flex-direction: column;
  }
  
  .feature {
  border-radius: 20px;
  border: solid 1px #9DC65A;
  flex: 2 1 26%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  background-color: #f8f9fa;
  padding: 20px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  }
  .feature:first-child {
  flex: 1 1 38%;
  }
  
  .feature:hover {
  transform: scale(1.02); 
  }
  
  .icon-check {
  color: #4caf50;
  font-size: 18px;
  }
  
  .icon-apple,
  .icon-pc {
  font-size: 18px;
  color: #fff;
  }
  

/*-----------------Auction Section-------------*/
  
.auctions-section {
  display: flex;
  gap: 1rem;
  padding: 1.875rem;
  max-width: 960px;
  flex-wrap: wrap;
  flex-direction: column;
}
  
.auctions-content {
  flex: 1;
}
  
.auctions-content h2 {
  font-size: 1.57rem;
  color: #313131;
  font-weight: 800;
  text-align: center;
}
  
.auctions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
  
  .auctions-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  color: #313131;
  margin-bottom: 15px;
  }
  
  .check-icon {
  font-size: 18px;
  color: #82ba26; 
  font-weight: bold;
  margin-top: 4px;
  }
  
  .auctions-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  }
  
  .auctions-logos img {
  height: 40px;
  object-fit: contain;
  }
  
  .auctions-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  }
  
  .auctions-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0px;
  }
  
  .icon-list img {
  width: auto;
  height: 35px;  
  object-fit: contain;
  }
  ul.auctions-list.bullet {
  padding-left: 30px;
  }

/*-----------------Tracking Section-------------*/


  .tracking-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.875rem;
  }
  .tracking-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-direction: column-reverse;
}
  
.tracking-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.tracking-header svg {
  width: 2.5rem;
  height: auto;
  margin-bottom: 1rem;
}
  
.tracking-title {
  font-size: 1.57rem;
  font-weight: 800;
  color: #313131;
  margin: 0;
}
  
.tracking-subtitle {
  font-size: 1rem;
  color: #313131;
  border: 1px solid #9DC65A;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
  
  .tracking-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  
  .tracking-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #313131;
  }
  
  .feature-icon {
    color: #4CAF50;
    font-size: 18px;
    line-height: 0px;
  }
  
  .tracking-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .tarcking-text {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
}
.tracking-image {
  display: flex;
  margin-bottom: 2rem;
}
  .icon-tracking-list {
    position: relative;
    margin-right: -1.125px;
  }
  
  .icon-tracking-list::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: 1.05rem;
    width: 2px;
    height: 87%;
    background-color: #82BA26;
  }

/*-----------------Tabs Gallery Section-------------*/
  .photo-tabs {
    text-align: center;
    background: url(/wp-content/themes/cars/images/background-tabs-mob.webp);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 1.875rem;
  }
  
  .photo-tabs h2 {
    margin-bottom: 50px;
    font-size: 40px;
    color: #313131;
    font-weight: 700;
  }
  
  .tabs {
    display: flex;
    flex-wrap: wrap; /* Позволяет табам переноситься на следующую строку */
    gap: 10px; /* Задает расстояние между табами */
    justify-content: space-between; /* Равномерное распределение табов по строке */
    max-width: 100%; /* Ограничивает ширину контейнера */
  }
  .tab {
    flex: 0 1 calc(50% - 10px);
    padding: 0.5rem;
    border: 1px solid #4CAF50;
    background-color: #f9f9f9;
    color: #313131;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.625rem;
}
  .tab img {
    margin-right: 10px;
  }
  
  .tab.active {
    color: #fff;
    background: url(/wp-content/uploads/2025/01/active-tabs.svg), #82BA26;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.625rem;
  }
  .tab.active img {
    filter: brightness(0) invert(1);
  }
  .tab:hover img {
    filter: brightness(0) invert(1);
  }
  
  .tab:hover {
    background-color: #82BA26;
    color: #fff;
  }
  
  a.youtube-link {
    text-decoration: none;
  }
  
  .galleries {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
  }
  
  .gallery {
    display: none;
  }
  
  .gallery.active {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    overflow: hidden;
  }
  
  .gallery img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s;
  }
  
  .photo-tabs-gallery {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: auto;
    gap: 0.625rem;
    height: 100%;
}
  .youtube-link svg {
    max-width: 2rem;
    width: 2rem;
    height: 2rem;
    fill: #82ba26;
  }
  
  .youtube-link{
    padding: 0.5rem;
    border: 1px solid #4CAF50;
    background-color: #f9f9f9;
    color: #313131;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    text-align: left;
    width: calc(50% - 10px);
  }
  
  .thumbnail-swiper {
    overflow: hidden;
    width: 100%;
  }
  
  .thumbnail-swiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
  }
  
  .thumbnail-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
  }
  
  .slider-controls {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
    position: absolute;
    top: 8.5rem;
  }
  button.prev {
    position: absolute;
    top: 23.8rem;
    left: 13.1rem;
    z-index: 100;
}
  button.next {
    position: absolute;
    top: 23.8rem;
    right: -24.6rem;
    z-index: 100;
}
  .slider-controls .prev,
  .slider-controls .next {
    background-color: #dddddd00;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    border: 1px solid #31313129;
  }
  
  .slider-controls .prev:hover,
  .slider-controls .next:hover {
    background-color: #bbbbbb2e;
    border: 1px solid #313131;
  }
  .swiper-slide.swiper-slide-active {
    max-width: 960px;
  }
  
  .swiper-slide img,.swiper-slide.swiper-slide-active img,.swiper-slide.swiper-slide-next img {
    width: 100% !important;
    height: auto !important;
  }
  
  .main-photo-swiper {
    max-width: 100%;
  }
  
div#telegram {
  margin-top: 2.1875rem;
}
  .telegram-swiper {
    width: 100%; 
    overflow: hidden;
    padding: 10px 0;
  }

  .telegram-swiper .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  .telegram-swiper .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
  }
  .card-content {
    padding: 1.625rem 1.875rem;
    border-radius: 1.5625rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 0.875rem;
}
.telegram-title {
  padding: 0 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.telegram-title img {
  max-width: 40px;
  height: 40px;
}
h2.telegram-bots-title {
  margin: 0;
}

.telegram-swiper .swiper-button-prev,
.telegram-swiper .swiper-button-next {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiper-slide.swiper-slide-next, 
.swiper-slide.swiper-slide-prev {
  transform: scale(0.95); 
}


.telegram-bots .telegram-pagination {
  position: relative;
  bottom: 10px;
  text-align: center;
}

.telegram-bots .telegram-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.telegram-bots .telegram-pagination .swiper-pagination-bullet-active {
  background-color: #82BA26;
  transform: scale(1.3);
}
h3.card-title {
  margin: 0;
  background-color: #82BA26;
  padding: 0.8125rem 0px;
  border-radius: 5.06rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}


/*-----------------MAP Section-------------*/
.map-container {
  width: 100%;
  max-width: 1400px;
  margin: auto !important;
}

.ports-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.port-block {
  background-color: #6cc04a;
  padding: 1rem;
  border-radius: 0.625rem;
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.port-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  width: 100%;
}

.plus-icon {
  font-size: 24px;
  line-height: 0;
}

.ports-row-list {
  max-height: 0; 
  overflow: hidden; 
  margin-top: 0rem; 
  opacity: 0; 
  transition: max-height 0.3s ease-out, margin-top 0.3s ease, opacity 0.3s ease;
}

.ports-row-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.port-toggle svg {
  fill: #ffffff00;
  transition: fill 0.3s ease; 
  z-index: 1;
}
.port-toggle path {
  fill: #fff; 
  transition: fill 0.3s ease; 
}

.ports-row-list li {
  color: white;
  margin-bottom: 10px;
  cursor: pointer;
}
.ports-row-title {
  display: none;
}

.ports {
  display: none;
}

.map-marker {
  position: absolute;
  display: flex;
  top: 75% !important;
  left: 0% !important;
}




.ports-map {
  padding: 1.875rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}

.map-header {
  max-width: 960px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}

.map-header-title {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.map-header-top-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.map-header-content {
  flex: 1 1 calc(55% - 10px);
}

.map-header-title img.world-map-icc {
  width: 2.5rem;
  height: auto;
}

.map-header h2 {
  font-size: 1.57rem;
  color: #313131;
  margin: auto;
  align-content: center;
  font-weight: 800;
}

.map-header h2 span {
  color: #8ac543;
}

.map-header p {
  font-size: 1rem;
  color: #313131;
  margin: 0px;
  text-align: center;
  font-weight: 400;
}

.map-header p strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/* Карта */
.map-container {
  position: relative;
  margin: 20px auto;
  width: 80%;
  max-width: 960px;
}

.world-map {
  width: 100%;
  display: block;
}

/* Маркеры */
.map-marker {
  position: absolute;
  display: flex;
}
.map-marker {
  pointer-events: none; 
}
.popup-content {
  margin-left: 10px;
  display: flex;
  max-width: 200px;
  flex-wrap: wrap;
  flex-direction: column;
}

.map-marker .popup {
  background: white;
  border: 1px solid #ccc;
  padding: 0px 16px 0px 0px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  min-width: max-content;
  align-items: center;
  position: absolute;
  transition: opacity 0.3s ease;
}
.popup-img {
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  background-image: url(/wp-content/themes/cars/images/bg-img.webp);
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}
p#popup-title, p#popup-address {
  margin: 0;
  font-size: 0.8125rem;
}
.ports-row-list li:hover + .map-marker .popup {
  display: block;
}


g#Hawaii {transform: scale(0.5, 0.5) translate(3%, 110%);}
g#Alaska {transform: scale(0.5, 0.5) translate(5%, 70%);}
g#California {transform: scale(0.5, 0.5) translate(26%, 100%);}
g#Texas {transform: scale(0.5, 0.5) translate(39%, 102%);}
g#Savannah {transform: scale(0.5, 0.5) translate(45%, 100%);}
g#Indianapolis {transform: scale(0.5, 0.5) translate(47%, 92%);}
g#New_Jersey {transform: scale(0.5, 0.5) translate(51%, 90%);}
g#Canada {transform: scale(0.5, 0.5) translate(50%, 82%);}
g#Lagos {transform: scale(0.5, 0.5) translate(94%, 125%);}
g#Dubai {transform: scale(0.5, 0.5) translate(121%, 107%);}
g#Bremerhafen {transform: scale(0.5, 0.5) translate(95%, 76%);}
g#Rotterdam {transform: scale(0.5, 0.5) translate(92%, 79%);}
g#Klaipeda {transform: scale(0.5, 0.5) translate(102%, 73%);}
g#Constanca {transform: scale(0.5, 0.5) translate(106%, 88%);}
g#Chernomorsk {transform: scale(0.5, 0.5) translate(107%, 83%);}
g#Odesa {transform: scale(0.5, 0.5) translate(110%, 85%);}
g#Poti {transform: scale(0.5, 0.5) translate(113%, 90%);}








g#Hawaii-curve {fill: none;transform: scale(0.83, 0.75) translate(4%, 68%);}
g#Savannah-curve {fill: none;transform: scale(0.46, 0.5) translate(54%, 97%) rotate(10deg);}
g#Dubai-curve {fill: none; transform: scale(0.67, 0.75) translate(38%, 57%);}
g#Indianapolis-curve {fill: none; transform: scale(0.59, 0.8) translate(42%, 53%) rotate(-8deg);}
g#Texas-curve {fill: none; transform: scale(0.6, 0.5) translate(35%, 100%) rotate(-19deg);}
g#Nj-curve {fill: none; transform: scale(0.4, 0.35) translate(66%, 128%) rotate(-17deg);}


/*-----------------Calculator Section-------------*/
.select-selected {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #292929;
}

.select-selected svg {
  width: 0.7rem;
  height: auto;
  fill: #313131; 
  transition: transform 0.2s ease; 
}

.select-selected.active svg {
  transform: rotate(180deg); 
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none; 
}


.select-items .select-option {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  color: #292929;
  text-align: left;
}

.select-items .select-option:hover {
  background-color: #f0f0f0;
}

.select-items.show {
  display: block;
}

.select-items .select-option:last-child {
  border-bottom: none;
}

.form-group {
  flex: 1 1 calc(23% - 10px);
  position: relative;
  border-radius: 10px;
  font-size: 1rem;
}

.calculator-form-section {
  text-align: center;
  padding: 1.875rem;
  overflow: hidden;
}

.calculator-form-section h2 {
  font-size: 1.57rem;
  line-height: 2rem;
  font-weight: 800;
  color: #313131;
  text-align: center;
  margin: auto;
}

.calculator-form-section h2 span {
  color: #78be20;
}


.calculator-form {
  background-color: #F2F3F6;
  border-radius: 3.125rem;
  padding: 2.5rem 1.875rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
  justify-content: space-between;
  flex-direction: column;
}

.input-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 2px solid #72b132; 
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #fff;
}

.with-unit {
  border: none;
  outline: none;
  padding-right: 20px; 
  font-size: 16px;
  flex-grow: 1;
}

.unit {
  position: absolute;
  right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  pointer-events: none;
}

.input-with-units {
  flex: 1 1 calc(22% - 0px);
  position: relative;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.input-with-units input {
  border: 1px solid #BCBCBE;
  border-radius: 0.625rem;
  width: 100%;
  height: 2rem;
  font-size: 1rem;
  padding: 1.6rem 1rem;
  text-align: left;
}

.input-with-units input.with-unit::placeholder {
  text-align: left;
  font-size: 14px; 
  color: #888;
  font-weight: 400;
}

/* Прочие стили */
.calculate-button {
  background-color: #78be20;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex: 1 1 calc(20% - 10px);
  position: relative;
  display: flex;
  padding: 1.375rem 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.calculate-button:hover {
  background-color: #5e9b18;
}


.calculator-form-title {
  display: flex  ;
  flex-wrap: wrap;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  line-height: 3.125rem;
  gap: 1.25rem;
  justify-content: center;
  width: 100%;
}

.calculator-form-title img {
  align-content: center;
  align-self: center;
}


.form__nav {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
  justify-content: center;
}

.form__nav-item {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.form__nav-item.active {
  border-color: #78be20;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  background-color: #d7d7d76b;
}

.form__nav-item img {
  width: 4.375rem;
  height: auto;
  max-height: 1.875rem;
}

.form__nav-item-text {
  font-size: 1rem;
  color: #313131;
}

.form__nav-item-input {
  display: none;
}

select#location {
  flex: 1 1 calc(23% - 10px);
  position: relative;
  border: 1px solid #BCBCBE;
  border-radius: 10px;
  padding: 10px;
  margin-left: 0px;
  font-size: 16px;
}
select#port {
  flex: 1 1 calc(23% - 10px);
  position: relative;
  border: 1px solid #BCBCBE;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}

input#description {
  flex: 1 1 calc(22% - 10px);
  position: relative;
  border: 1px solid #BCBCBE;
  border-radius: 10px;
  padding: 1.2rem 1rem;
  font-size: 0.875rem;
}

.fuel-type {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
  justify-content: left;
  flex-wrap: wrap;
}

.fuel-type .form__nav-item {
  border: 1px solid #BCBCBE;
  border-radius: 8px;
  padding: 7px 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  background: #fff;
}

.fuel-type .form__nav-item.active {
  border-color: #4caf50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #d7d7d76b;
}   

.fuel-type .form__nav-item img {
  width: 35px;
  height: auto;
}

.fuel-type .form__nav-item-text {
  font-size: 1rem;
  color: #2c2c2c;
}

.fuel-type .form__nav-item-input {
  display: none;
}

.input-with-units.bottoms {
  flex: 1 1 calc(38% - 10px);
  position: relative;
}
select#form_year {
  border: 1px solid #BCBCBE;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  text-align: left;
  flex: 1 1 calc(38% - 10px);
  position: relative;
  margin-left: 10px;
} 



/*-----------------CRM Section-------------*/
.crm-feature-section {
  padding: 3.75rem 1.875rem;
}

.container {
  max-width: 960px;
  margin: auto;
  gap: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* Стили для текста */
.crm-text {
  flex: 1;
}

.crm-text h2 {
  font-size: 1.57rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #313131;
  text-align: center;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}

.features {
  display: flex;
  align-items: center;
  gap: 10px;
}



.cta-button {
  display: flex;
  padding: 1.375rem 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  background-color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  border: 1px solid #82BA26;
  align-items: center;
  justify-content: center;
}

.cta-button:hover {
  background-color: #5e9b18;
  color: #fff;
}


.crm-image {
  flex: 1;
  text-align: center;
}

.crm-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.crm-feature-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.875rem;
}



/*-----------------Promo Section-------------*/

.promo-section {
    color: #fff;
    padding: 3.125rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .promo-container {
    max-width: 1400px;
    display: flex;
    background: #313131;
    width: 100%;
    border-radius: 50px;
    min-height: 500px;
  }
  .promo-container-overlay {
    display: flex;
    align-items: center;
    gap: 0rem;
    background: #313131;
    border-radius: 3rem;
    position: relative;
    background-image: url(/wp-content/themes/cars/images/ba_promo.svg);
    background-size: 60%;
    background-position: bottom right;
    flex-wrap: wrap;
    background-repeat: no-repeat;
}
  
.promo-content {
  max-width: 960px;
  padding: 4.715rem 0.875rem 0px 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  
  .promo-title {
    font-size: 1.57rem;
    line-height: 1.4;
    margin: 0 0 1.25rem;
    text-align: center;
  }
  
  .promo-title .highlight {
    color: #78be20;
  }
  
  .promo-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.875rem;
    text-align: center;
}
  
.promo-button {
  display: flex;
  background-color: #78be20;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.57rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  transition: background-color 0.3s ease;
  width: 14.18rem;
  text-align: center;
  line-height: 1rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.promo-button svg {
  rotate: 45deg;
}
  
  .promo-button:hover {
    background-color: #5a911b;
  }
  
  .promo-button span {
    font-size: 20px;
    margin-left: 10px;
  }
  
  .promo-image img {
    max-width: 100%;
    height: auto;
    margin-left: -2.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
  
  .promo-image {
    align-self: flex-start;
    overflow: hidden;
}
  
  











/* -----------START FAQ---------------*/ 

.faq-section {
    padding: 2rem;
    background-color: #fff;
  }
  
  .faq-title {
    font-size: 1.56rem;
    color: #313131;
    margin-bottom: 1.5rem;
    align-items: center;
    text-align: left;
    line-height: 0;
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
  
.faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    flex-direction: column;
    margin-top: 3rem;
}
  
  .faq-item {
    display: flex;
    flex: 1 1 calc(50% - 20px);
    flex-direction: column;
    transition: background-color 0.3s ease;
        border-radius: 13px;
  }
  
  .faq-question {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #313131;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 1rem;
}
  
  .faq-toggle {
    font-size: 18px;
    color: #4CAF50;
    transition: transform 0.3s ease;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 1rem;
    color: #313131;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .faq-item.active {
    border-radius: 13px;
    background-color: #f1f1f1;
    border: 1px solid #F2F3F6;
  }
  
  .faq-item.active .faq-answer {
    padding: 10px 15px 30px 15px;
    max-height: 1000px!important;
  }
  
  /* Начальные стили */
  span.faq-toggle svg circle {
    stroke: #313131;
    transition: stroke 0.3s ease;
  }
  
  .faq-toggle svg {
    fill: #F2F3F6;
    transition: fill 0.3s ease;
  }
  
  .faq-item svg path {
    fill: #313131; 
    transform: rotate(0deg); 
    transform-origin: 50% 50%;
    transition: transform 0.2s ease, fill 0.2s ease;
  }
  
  .faq-item svg circle {
    stroke: #313131; 
    transition: stroke 0.3s ease;
  }
  
  
  .faq-item.active .faq-toggle svg path {
    transform: rotate(45deg); 
    fill: #fff;
  }
  
  .faq-item.active svg {
    fill: #9DC65A;
  }
  
  .faq-item.active svg path {
    fill: #fff; 
  }
  
  .faq-item.active svg circle {
    stroke: #9DC65A; 
  }
  
  .faq-section-title {
    width: 100%;
    max-width: 960px;
    margin: auto;
  }
  

/* ----------END FAQ----------------*/ 


/* Footer Styles */

.footer {
    background-color: #f4f6f9;
    color: #313131;
    margin-top: 5rem;
  }
  
  .footer-container {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .footer-contact {
    text-align: left;
    margin-bottom: 3.13rem;
    padding: 2.5rem 2rem 0px 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
  

.footer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}
  
.footer-title h3 {
    font-size: 1.56rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.7rem;
    margin-top: 0px;
}
img.footer-icon {
    width: 2.5rem;
    height: auto;
}
  
.footer-contact p {
    font-size: 1rem;
    margin: 0;
    text-align: center;
}
  
.footer-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    gap: 1.8rem;
    padding: 0 2rem;
}
  
  .footer-detail h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .footer-detail p {
    margin: 5px 0;
    font-size: 14px;
  }
  
  .footer-link {
    font-size: 14px;
    color: #75c023;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-link:hover {
    color: #5a911b;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
  .footer-logos {
    display: flex;
    flex-wrap: wrap;
    padding: 0 32px;
    gap: 10px;
    align-items: center;
    align-self: center;
    justify-content: center;
}
.footer-logos img {
    max-height: 1.55rem;
    margin: 0 0.5rem;
}
  
  .footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .footer-button {
    background-color: #78be20;
    color: white;
    padding: 1.38em 3.15rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: 1px solid #82BA26;
    transition: background-color 0.3s ease;
    width: 100%;
}
  
  .footer-button:hover {
    background-color: #5a911b;
  }
  
  .footer-socials {
    display: flex;
    gap: 20px;
  }
  a.social-link {
    width: 35px;
    height: auto;
    display: flex;
}
.footer-detail {
    width: auto;
}
.footer-detail.button {
    width: 100%;
}

  .social-link img {
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
  }
  
  .social-link:hover img {
    opacity: 0.8;
  }
  
.footer-credits {
    text-align: center;
    font-size: 0.75rem;
    color: #313131;
    margin-top: 1.3rem;
    border-top: solid #fff 1px;
    padding: .95rem 0px;
}
  
  a.social-link svg {
    fill: #313131;
  } 
  .social-link:hover svg {
    fill: #82BA26;
  }
  

  /* Popup Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040404CC;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
  }
  
  .modal__content {
    background: #fff;
    padding: 1.5rem;
    border-radius: 2rem;
    width: 90%;
    max-width: 31.25rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  
  .modal__content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #313131;
  }
  
  .modal__close {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  
  .modal__close:hover {
    color: red;
  }
  
  .modal form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .modal input {
    padding: 20px 25px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: auto;
  }
  
  .btn--submit {
    background-color: #4CAF50;
    color: #fff;
    padding: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
  }
  
  .btn--submit:hover {
    background-color: #45a049;
  }
  
          /* Fixed button styling */
          .floating-button {
            position: fixed;
            bottom: 20px;
            left: 0.4rem;
            width: 5.6rem;
            height: 5.6rem;
            border: none;
            background: none;
            cursor: pointer;
            z-index: 100;
            animation: pulse 2s infinite;
            margin-top: 70px;
        }
  
        .floating-button svg {
            width: 100%;
            height: 100%;
        }
  
        /* Animation for the button */
        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
  
  
  
  .scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100px;
    background-color: #82BA26;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 100;
  }
  #scrollToTop svg {
    width: 14px;
    height: 14px;
}
  
  
  .scroll-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  }
  
  .scroll-to-top:hover {
    background-color: #7CB342; 
  }
  
  .scroll-to-top span {
    writing-mode: vertical-rl; 
    transform: rotate(0deg); 
  }
  

  /* Mobile Menu */
.menu__logo,.menu__group {
    display: none;
}

nav.menu__nav.menu__nav--secondary {
  padding: 3rem 1.875rem 1.875rem 1.875rem;
}
nav#mobile-menu {
  flex-direction: column;
  justify-content: start;
}
nav.menu__nav.menu__nav--primary a {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

ul#menu-main-menu-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
  color: #fff;
  text-decoration: none;
}

.header.hidden {
  transform: translateY(-100%); 
  transition: transform 0.3s ease-in-out;
}


.header {
  transition: transform 0.3s ease-in-out;
}

header.header {
  min-height: 80px;
  margin-bottom: -80px;
  border-bottom: 1px solid #FFFFFF08;
  z-index: 1000;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 61px 15px 57px;
  background-color: #000000a8;
}
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
        opacity: 0;
        visibility: visible;
    }
    100% {
      transform: translateX(0);
        opacity: 1;
    }
    }
    
    @keyframes slideOutRight {
    0% {
      transform: translateX(0); 
        opacity: 1;
    }
    100% {
      transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
    }
    
    * {
    box-sizing: border-box;
    }
    
 
    .menu-menu-ua-container {
        margin-top: 90px;
    }
    
    .header-top {
        display: none;
    }
    .site-header {
        min-height: 70px;
        max-height: 80px;
        z-index: 999999;
    }
    .trigger {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: 50%;
        border: none;
        transform: translateX(-20%) translateY(-50%);
        display: flex;
        flex-direction: row;
    }
    #masthead .header-logo-mobile {
        display: flex;
    }

    .header-logo-mobile {
    position: absolute;
    z-index: 999;
    left: 10%;
    top: 50%;
    border: none;
    transform: translateX(-40%) translateY(-50%);
    display: flex;
    flex-direction: row;
    margin-left: 1.875rem;
    }
    .menu li {
    list-style-type: none;
    }
    
    .menu li::marker {
    display: none;
    }
    #mobile-primary-menu a {
        text-decoration: none;
    }
    ul#mobile-primary-menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .menu li a {
        color: #ffffff;
        margin: 0;
        font-family: mulish, sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: 0px;
        text-align: left;
    }
    ul#menu-phone-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5rem;
}
    
    
    .bars {
        width: 65px;
        cursor: pointer;
        pointer-events: auto;
    }
    .bars .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 3;
        stroke-linecap: square;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    }
    .bars .line.top {
        stroke-dasharray: 40 172;
    }
    .bars .line.middle {
        stroke-dasharray: 40 111;
    }
    .bars .line.bottom {
        stroke-dasharray: 40 172;
    }
    .bars.active .top {
        stroke-dashoffset: -132px;
    }
    .bars.active .middle {
        stroke-dashoffset: -71px;
    }
    .bars.active .bottom {
        stroke-dashoffset: -132px;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%; 
        height: calc(var(--vh, 1vh) * 100);
        background: #000000EB;
        display: none;
        overflow-y: auto;
        z-index: 999;
        opacity: 1;
        transform: translateX(100%);
    }
    .mobile-menu.active {
        display: block;
        animation: slideInRight 0.4s forwards;
    }
    .mobile-menu.closing {
        display: block;
        animation: slideOutRight 0.4s forwards;
    }
    .mobile-menu:not(.active):not(.closing) {
        display: none;
    }
    img.custom-logo {
        width: 100%;
        height: auto;
        max-width: 120px;
        pointer-events: auto;
    }
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.5);
        padding: 15px 61px 15px 57px;
    }
    .menu-main-menu-container {
        margin-top: 80px;
    }
    

.calculator-form-top {
  display: flex  ;
  flex-direction: column;
  width: 100%;
}




/*-----------*/
.overlap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.overlap-group {
  display: flex;
  flex-direction: column-reverse;
}
img.element-tesla-model {
  width: 60vw;
  height: auto;
  max-width: 960px;
  position: relative;
  top: 30px;
  left: 0;
}

.overlap-group img.element {
  width: 80vw;
  height: auto;
  max-width: 960px;
  position: relative;
  left: 12vw;
  top: -50px;
  z-index: 1;
}

.overlap-group img.frame {
  width: 70vw;
  height: auto;
  max-width: 960px;
  position: relative;
  left: 44vw;
  top: -170px;
  margin-bottom: -210px;
}

.overlap-wrapper {
  background-color: #82BA26;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 3.375rem;
}
.overlap-group-wrapper {
  background-color: #313131;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 3.375rem;
}
.overlap-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.overlap-content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.text-wrapper {
  color: #FFFFFF;
  font-size: 2.8125rem;
  text-align: left;
  font-weight: 800;
  margin: 0;
  line-height: 2.4rem;
  top: 0.5rem;
  position: relative;
}
p.total-loss {
  color: #fff;
  text-align: left;
  position: relative;
  top: 1rem;
  font-size: 1rem;
  font-weight: 800;
}

p.warehouse {
  color: #fff;
  text-align: left;
  position: relative;
  top: 1rem;
  font-size: 1rem;
  font-weight: 800;
}

.overlap-3 {
  display: flex;
  flex-direction: column;
  background-color: #313131;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 3.375rem;
}

.div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

img.arrow {
  align-content: end;
  align-self: flex-end;
}

.overlap-2 img.img {
  align-content: end;
  align-self: flex-end;
}

.text-wrapper-3 {
  color: #FFFFFF;
  font-size: 2.8125rem;
  text-align: left;
  font-weight: 800;
  margin: 0;
  line-height: 2.4rem;
  top: 0.5rem;
  position: relative;
}
p.auction {
  color: #fff;
  text-align: left;
  position: relative;
  top: 1rem;
  font-size: 1rem;
  font-weight: 800;
}
img.card-image.img-1,img.card-image.img-2,img.card-image.img-3 {
  width: auto!important;
  height: auto!important;
  max-height: max-content!important;
  max-width: 200px;
}