@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Semibold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Semibold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Semibold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Semibold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Toyota';
  src: url('/site/templates/fonts/ToyotaType-Book.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}



:root {
      --ticker-gap-x: var(--space-xl);
      --slideshow-btn-width: 3.2em;
      --form-control-padding-x: var(--space-sm);
}



.slideshow__item{
    justify-content: start;
    align-items: flex-start;
}

.f-header__logo{
    width: auto;
}

.slideshow__btn{
  border-radius: 50%;
}

.f-header__link,
.f-header__dropdown-control,
.f-header__dropdown-link,
.f-header__btn,
.f-header__form-control {
  font-size: var(--text-sm);
}

.height-70vh{
  height: 70vh;
}

.fof__animation svg {
  max-width: 20vh;
}

.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link, .f-header__btn, .f-header__form-control, .main-footer__link {
  transition: 0.4s;
}

.main-footer__link:hover {
  text-decoration: none;
}

.card{
  border-radius: var(--radius-xl);
}

.f-header__nav-control{
  --anim-menu-btn-icon-stroke: 1px;
}

.f-header__item {
  border-bottom: none;
}

.f-header__link, .f-header__dropdown-control, .f-header__dropdown-link{
      padding: var(--space-sm) 0;
}

.f-header__nav::before{
  border-bottom: none;
}

.f-header__nav{
  background-color: var(--color-black);
}

.slideshow__nav-item button{
    height: 0.2em;
    width: 3em;
    border-radius: 0;
}

.prod-card-v2__badge{
  border-radius: var(--radius-xl);
  background-color: var(--color-bg);
  font-size: var(--text-xs);
}

@media screen and (max-width: 1024px) {
  :root {
    --f-header-height: 60px;
  }
  .height-custom-slider{
    height: 50vh;
  }
}


@media (min-width: 64rem) {
    .f-header__item {
        margin-right: var(--space-md);
    }
}

.form-control{
  border-radius: var(--radius-xl);
}

.prod-card-v2-hover-stock{
  transition: 0.4s;
}

.prod-card-v2-hover-stock-button{
  transition: 0.4s;
}

.prod-card-v2-hover-stock:hover .prod-card-v2-hover-stock-a .prod-card-v2-hover-stock-button{
  background: var(--color-contrast-low);
}

.prod-card-v2-hover-stock:hover{
  background-color: var(--color-bg-lighter);
}

.mega-nav__logo{
    height: auto;
    width: 150px;
}

.mega-nav--desktop .mega-nav__control{
    padding: 0 var(--space-sm);
}

.footer-v5__popular-link{
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: 0.4s;
  border-radius: var(--radius-xl);
  padding: var(--space-xxs) var(--space-sm);
}

.footer-v5__popular-link:hover{
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}

.mega-nav__item-custom-button{
  border-bottom: 0 !important;
}

.feature-v15__link{
  background-color: var(--color-primary);
  color: var(--color-white);
}

.feature-v15__link-custom {
  background-color: var(--color-bg-darker);
  color: var(--color-black);
}

.feature-v15__icon{
  font-size: 42px;
}

.feature-v15__link-custom:hover{
  background-color: var(--color-bg-darker);
  color: var(--color-black);
}

.feature-v15__content{
  border-radius: var(--radius-xl);
}

.chip--primary{
  background-color: var(--color-primary);
  color: var(--color-white);
}

.chip__icon-wrapper-white{
  background-color: var(--color-white);
}

.banner{
  border-radius: var(--radius-xl);
}

.card-v14{
  border-radius: var(--radius-xl);
}

:root {
  --slideshow-height: 280px;
  --slideshow-fade-transition-duration: 0.25s;
  --slideshow-slide-transition-duration: 0.35s;
  --slideshow-prx-transition-duration: 0.5s;
  --slideshow-btn-width: 1.6em;
  --slideshow-btn-height: 3.2em;
  --slideshow-btn-icon-size: 1.6em;
  --slideshow-btn-offset: var(--space-xs);
}
@media (min-width: 48rem) {
  :root {
    --slideshow-height: 380px;
  }
}
@media (min-width: 64rem) {
  :root {
    --slideshow-height: 430px;
  }
}

.card-v14{
  transition: 0.4s;
}

.mega-nav--desktop .mega-nav__sub-nav, .mega-nav--desktop .mega-nav__search-inner{
  padding: var(--space-lg) 0;
}

.mega-nav--desktop .mega-nav__label{
  margin-bottom: var(--space-xs);
}
/* Makes List */
.makes-list__item {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--color-contrast-higher);
  transition: 0.3s;
}

.makes-list__item:hover {
  background-color: var(--color-bg-dark);
  text-decoration: none;
  color: var(--color-contrast-higher);
}

.makes-list__logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.makes-list__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.makes-list__info {
  display: flex;
  align-items: center;
  flex-direction: row; gap: var(--space-xxs);
}

.makes-list__name {
  font-weight: 600;
}


.spoiler-container {
  width: 100%;
}

.text-wrapper {
  position: relative;
  max-height: 30vh; /* исходная видимая высота */
  overflow: hidden;
  transition: max-height 0.5s ease; /* увеличить время для более плавного эффекта */
}

.long-text {
  margin: 0;
  line-height: 1.5;
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, var(--color-bg));
  pointer-events: none;
}

/* Класс для полного раскрытия текста */
.expanded .text-wrapper {
  max-height: none;
}

.expanded .fade-overlay {
  display: none;
}