@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-VariableFont_CRSV\,SHRP\,slnt\,wght.ttf') format('truetype');
    font-weight: 100 1000; 
    font-style: normal;
    font-display: swap;
}

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
a {
  transition: all .2s linear;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.roboto_condensed {
  font-family: 'Roboto Condensed';
}
html {
  min-height: 100vh;
  scroll-behavior: smooth;
}
body , html {
  font-size: 14px;
  font-family: 'Geologica';
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #121F25;
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
  padding-bottom: 40px;
  background-color: #2D9FD314;
}
footer {
  flex: 0 0 auto;
}
.center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container{
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 40px;


    @media screen and (max-width: 991px) {
        padding: 0 12px;
    }
    @media screen and (max-width: 640px) {
        padding: 0 12px;
    }
}
header {
  background-color: #fff;
}
header .container {
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.header-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
svg  {
  display: block;
}
svg path {
  transition: all .2s linear;
}

.dir-search-block {
  width: 800px;
  max-width: 100%;
  position: relative;
}
.dir-search-block input {
  border-radius: 8px;
  border: 1px solid #121F2514;
  background-color: #F0F4FA;
  height: 44px;
  padding: 0 10px 0 52px;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.dir-search-block input::placeholder {
  color: #7E8487;
  opacity: 1;
}
.dir-search-block button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
	height: 20px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;	
}
.tracking {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.tracking-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.tracking-wrapper {
  overflow: hidden;
}
.tracking-steps {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 26px;
}
.tracking-steps::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 4px;
  background: #2D9FD333;
  z-index: 0;
  border-radius: 20px;
}
.tracking-progress {
  position: absolute;
  top: 12px;
  left: 0;
  height: 4px;
  background: #2D9FD3;
  z-index: 1;
  width: 0;
  transition: width 0.3s ease;
  border-radius: 20px;
}
.step {
  flex: 1;
  text-align: center;
  position: relative;
  min-width: 120px;
}
.step-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url('../images/steep.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat; 
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.step.done .step-circle {
  background-image: url('../images/steep-active.svg');
}
.step.active .step-circle {
  background-image: url('../images/steep-active.svg');
}
.step-label {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #7E8487;
}
.step.done .step-label, .step.active .step-label {
  color: #121F25;
}
.step-date {
  margin-top: 6px;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  color: #7E8487;
}
@media (max-width: 991px) {
  .tracking-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tracking-wrapper::-webkit-scrollbar {
    display: none;
  }
  .tracking-steps {
    width: max-content;
  }
  .step {
    flex: none;
    width: 120px;
  }
}

.tabs-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.tabs-container-left {
  width: 63.25%;
}
.tabs-container-right {
  width: 36.75%;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
}
.tm-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 8px;
}
.tm-table tbody tr:nth-child(odd) td {
  background: #2D9FD314;
}
.tm-table tbody tr td {
  height: 44px;
  padding: 11px 16px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
}
.tm-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.tm-table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.tm-copy-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.copy-popover {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  padding: 6px 10px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: 0.2s ease;
  white-space: nowrap;
  z-index: 10;
}
.tm-copy-button.is-copied .copy-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tm-bage {
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #2D9FD3;
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-left: 8px;
  vertical-align: bottom;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.footer-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
.footer-text-2 {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
.footer-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer-links a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #7E8487;
  text-decoration: none;
  transition: all .2s linear;
}
.tabs-module .tab-pane {
  position: relative;
}





.tabs-module {
  margin: auto;
}
.tabs-nav {
  margin-bottom: 8px;
}
.tabs-buttons {
  display: flex;
  background: #fff;
  border-radius: 200px;
  padding: 2px;
  overflow: hidden;
}
.tab-btn {
  flex: 1;
  height: 30px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  color: #7E8487;
}
.tab-btn.active {
  background: #2D9FD314;
  color: #121F25;
}
.tabs-select {
  display: none;
  width: 100%;
  padding: 10px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.swiper {
  border-radius: 12px;
  overflow: hidden;
}
.tabs-module .swiper {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.tabs-module .swiper-slide {
  /* height: auto ломает слайд с YouTube: абсолютный iframe не растягивает родителя */
  height: 100%;
  min-height: 0;
}
.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tabs-module .swiper-slide--video {
  background: #0d1113;
  /* высота слайда от контента — обёртка с aspect-ratio задаёт реальную высоту для iframe */
  height: auto;
}
.tabs-module .swiper-slide--video .vin-youtube-wrap {
  box-sizing: content-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: #0d1113;
  overflow: hidden;
}
.tabs-module .swiper-slide--video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.vin-download-form {
  display: contents;
}
.download-btn {
  height: 44px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2D9FD3;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s linear;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
}
.tab-pane .swiper-pagination {
  display: none;
}
.tab-pane .swiper .swiper-button-next:before, .tab-pane .swiper .swiper-button-next:after {
  display: none;
}
.tab-pane .swiper .swiper-button-prev:before, .tab-pane .swiper .swiper-button-prev:after {
  display: none;
}
.tab-pane .swiper .swiper-button-next {
  background-image: url('../images/swiper-next.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
}
.tab-pane .swiper .swiper-button-prev {
  background-image: url('../images/swiper-prev.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
}

@media (max-width: 991px) {
  .tabs-buttons {
    display: none;
  }
  .tabs-select {
    display: block;
  }
}
.tabs-dropdown {
  display: none;
  position: relative;
}
.tabs-dropdown-current {
  background: #fff;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 48px;
  position: relative;
}
.tabs-dropdown-arrow {
  width: 24px;
  height: 24px;
  background-image: url('../images/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 12px;
  transform: rotate(0deg);
  transition: 0.3s;
}
.tabs-dropdown.open .tabs-dropdown-arrow {
  transform: rotate(-180deg);
}
.tabs-dropdown-list {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  z-index: 11;
  transition: 0.3s;
}
.tabs-dropdown.open .tabs-dropdown-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.tabs-dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
}
.tabs-dropdown-item:hover {
  background: #f3f3f3;
}
.tabs-dropdown-item.active {
  background: #2D9FD3;
  color: #fff;
}
@media (max-width: 991px) {
  .tabs-buttons {
    display: none;
  }
  .tabs-dropdown {
    display: block;
  }
}
















/***************hover*****************/
@media only screen and (min-width: 992px) {
  .dir-search-block button:hover svg path {
    fill: #121F25;
  }
  .tm-copy-button:hover svg path {
    fill: #121F25;
  }
  .footer-links a:hover {
    color: #121F25;
    text-decoration: underline;
  }
  .download-btn:hover {
    background-color: #121F25;
  }
  .tab-pane .swiper .swiper-button-next:hover, .tab-pane .swiper .swiper-button-prev:hover {
    transform: scale(1.1);
  }
}
