:root, [data-bs-theme=light] {
  --bs-font-sans-serif: "Vollkorn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-body-bg: #000000;
  --bs-body-bg-transparent: rgba(0,0,0, 0.8);
  --bs-link-color-rgb: 224,224,224;
  --bs-link-hover-color-rgb: 255,224,225;
  --bs-pagination-active-bg: #CC0003;
  --bs-pagination-active-border-color: #CC0003;
}

.pagination {
  --bs-pagination-active-bg: #CC0003;
  --bs-pagination-active-border-color: #CC0003;
  --bs-pagination-color: #efefef;
  --bs-pagination-hover-color:#FFF;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

.navbar {
  background-color: #000000;
  font-family: "Tektur";
  font-weight: 500;
  font-size: 1.15rem;
}

@media (max-width: 1366px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: .5rem 0.5rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Tektur";
  font-weight: normal !important;
}

#mainNav a.navbar-brand img {
  transition: all .3s;
  height: 71px;
  width: auto;
  margin-top: 0.5rem !important;
}

#mainNav a.navbar-brand span {
  transition: all .3s;
  font-size: 1.95rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #mainNav a.navbar-brand img {
    height: 60px;
    width: auto;
    margin-left: -3rem;
  }
}

@media (max-width: 768px) {
  #mainNav a.navbar-brand img {
    height: 60px;
    width: auto;
    margin-left: -3rem;
  }
}

@media (max-width: 576px) {
  #mainNav a.navbar-brand img {
    width: auto;
    height: 45px;
  }
}

@media (min-width: 1024px) {
  #mainNav.navbar-shrink a.navbar-brand img {
    /*margin-top: -0.1rem !important;*/
    height: 47px;
    width: auto;
  }
}

.scroll-adress {
  transition: all 0.3s ease;
  max-height: 40px;
  font-family: "Vollkorn";
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.navbar.scrolled .scroll-adress {
  display: none !important;
}

.navbar-shrink .scroll-adress {
  max-height: 0;
  margin-bottom: 0;
}

#mainNav .gorizontal-nav li.nav-item {
  margin: 0 1rem;
}

@media (max-width: 1366px) { 
#mainNav .gorizontal-nav li.nav-item {
  margin: 0 0.5rem;
}
}

@media (max-width: 1024px) { 
#mainNav .gorizontal-nav li.nav-item {
  margin: 0 0.35rem;
}
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
  /*font-weight: normal !important;*/
}

#mainNav.navbar-dark .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-dark .navbar-nav > li.nav-item > a.nav-link:focus {
  color: #ffd6d7;
}

svg.max:hover {
  background: #6E1AFF;
}

svg.tg:hover {
  background: #27a7e7;
}

a svg.bi-telephone {
  color: rgba(222, 226, 230, 0.75);
}

a.phone-link:hover svg.bi-telephone {
  color: rgba(255, 255, 255, 1);
}

.gradient-text {
  background: linear-gradient(45deg, #38d6f9 66%, #199bdd 99%, #0166c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: linear-gradient(45deg, #38d6f9 25%, #199bdd 66%, #0166c1 100%);
}

.bs-icon.bs-icon-primary-light {
  color: #FFF;
  background: rgba(255,255,255,.1);
}

.navbar-offcanvas {
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
}

.navbar-offcanvas .nav-link.active, .navbar-offcanvas .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-offcanvas .nav-item {
  --bs-font-sans-serif: "comissioner", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-offcanvas .dropdown-menu {
  --bs-dropdown-font-size: 0.9rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
}

.offcanvas {
  background-color: #111113;
}

.offcanvas-body .nav-link {
  text-transform: uppercase;
  font-family: "Russo One";
  font-weight: normal !important;
}

.offcanvas-body .dropdown-menu {
  position: static !important;
  transform: none !important;
  margin-top: .5rem;
  margin-bottom: .5rem;
  float: none;
  transition: all .3s;
}

/* #CC0003 15%, #CC0003 35%, #a30004 */

.btn-primary {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(359 100% 40% / 1);
  --btn-bg-2: hsla(359 100% 32% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.9em 1.8em;
  /*min-width: 120px;*/
  min-height: 44px;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient( 325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90% );
  border: none;
  /*box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);*/
}

.btn-lg {
  min-width: 280px;
}

.btn-primary:hover {
  background-position: right 0.1% top;
}

.btn-primary:is(:focus, :focus-visible, :active) {
  outline: none;
  /*box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);*/
  border-color: transparent;
  background-color: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary {
    transition: linear;
  }
}

.btn-outline-primary {
  --bs-btn-color: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CC0003;
  --bs-btn-hover-border-color: #CC0003;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CC0003;
  --bs-btn-active-border-color: #CC0003;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CC0003;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CC0003;
  --bs-gradient: none;
  padding: 0.9em 1.8em;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #707070;
  --bs-btn-border-color: #707070;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CC0003;
  --bs-btn-hover-border-color: #CC0003;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CC0003;
  --bs-btn-active-border-color: #CC0003;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #707070;
  --bs-btn-disabled-border-color: #707070;
  padding: 0.9em 1.8em;
}

.dropdown-menu .dropdown-item {
  text-transform: none;
}

.hero-banner {
  height: 750px;
  background: linear-gradient(90deg, rgba(0,27,51, 0.45) 60%, rgba(0,27,51, 0.55)), url('../../assets/img/professional-hero-section-photo-for-car-import-web.webp') top center / cover;
}

@media (max-width: 576px) {
  .hero-banner {
    height: 500px;
  }
}

.moving-letter {
  font-family: "Tektur";
  font-weight: 800 !important;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.02vw #FFFFFF;
  font-size: 64px;
}

.moving-letter::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #FFFFFF;
  -webkit-text-stroke: 0.0vw #FFFFFF;
  overflow: hidden;
  animation: animate 4s linear infinite;
}

@media (max-width: 1024px) {
  .moving-letter {
    -webkit-text-stroke: 0.15vw #FFFFFF;
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .moving-letter {
    -webkit-text-stroke: 0.1vw #FFFFFF;
    font-size: 30px;
  }
}

@keyframes animate {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.card.servise img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.card.servise {
  transition: all 0.3s;
}

.bs-icon.bs-icon-primary.card-icon {
  color: var(--bs-white);
  background: transparent;
  border: 2px solid #FFF;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
}

@media (max-width: 1024px) and  (min-width: 576px) {
  .img-wrapper {
    height: 190px;
  }
}

.card {
  --bs-card-bg: #242424;
}

.card.servise .img-wrapper img {
  filter: grayscale(60%);
}

.card.servise:hover .img-wrapper img {
  transform: scale(1.05);
  position: relative;
  filter: grayscale(10%);
}

.card.servise:hover a.stretched-link {
  /*background-color: #b1a8ad;*/
  background-image: none;
}

/* .card.servise:hover {
  box-shadow: 10px 10px 0px -2px rgba(25, 155, 221, 0.75);
} */

.card.servise:hover .card-icon {
  background: linear-gradient(45deg, #CC0003 15%, #CC0003 35%, #a30004);
  border: none;
}

.blog:hover .card-icon {
  background: linear-gradient(45deg, #CC0003 15%, #CC0003 35%, #a30004);
  border: none;
}


.digit-etapy {
  font-family: "Tektur";
  font-weight: 800 !important;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.02vw #FFFFFF;
  font-size: 96px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .digit-etapy {
    -webkit-text-stroke: 0.15vw #FFFFFF;
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .digit-etapy {
    -webkit-text-stroke: 0.1vw #FFFFFF;
    font-size: 30px;
  }
}

.map iframe {
  border-radius: 24px;
}

.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  /*background: linear-gradient(135deg, #38d6f9 25%, #199bdd 66%, #0166c1 100%);*/
  /*color: #fff;*/
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, bottom 0.3s;
}

.back-to-top:hover {
  /*background: linear-gradient(120deg, #38d6f9 25%, #199bdd 66%, #0166c1 100%);*/
}

/* **** */

.item-project {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  column-gap: 5px;
}

.item-name, .item-info {
  background-color: #FFF;
}

.item-info {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  text-align: end;
}

.item-dotted {
  border-bottom: 1px dotted #ccc;
  flex-grow: 1;
  margin-left: 0.5rem;
}

.row-hover:hover {
  background: var(--bs-black-color);
  color: #FFF;
  border-radius: 0.375rem;
}

.row-hover .col {
  padding: 0.5rem;
}

.row-hover .item-project {
  margin-bottom: 0;
}

#testimonials img {
  filter: grayscale(60%);
  transition: all 0.3s;
}

#testimonials img:hover {
  transform: scale(1.05);
  position: relative;
  filter: grayscale(10%);
}

/* Базовая кнопка */

.btn-torn {
  position: relative;
  display: inline-block;
  padding: 20px 48px;
  background: #CC0003;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
  /*text-transform: uppercase;*/
  border: none;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  border-radius: 0 0.5rem 0.5rem 0;
  clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 99%, 30% 95%, 0% 88%, 30% 88%, 0% 85%, 30% 80%, 0% 75%, 30% 70%, 0% 65%, 25% 60%, 0% 55%, 20% 50%, 0% 45%, 20% 40%, 0% 35%, 25% 30%, 0% 25%, 30% 20%, 0% 15%, 30% 10%, 0% 5%, 30% 0% );
}

/* Hover эффект */

.btn-torn:hover {
  background: #c41218;
  color: #FFF;
}

.btn-torn:hover::before, .btn-torn:hover::after {
  background: #c41218;
}

/* *****отзывы** */

.delivered-cars-section .card {
  --bs-card-bg: #111111;
  --bs-card-border-color: rgba(255, 255, 255, 0.15);
}

.hover-shadow {
  transition: all 0.3s ease;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.video-thumbnail {
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail img {
  transition: all 0.3s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-button svg {
  color: #dc3545;
}

.video-thumbnail:hover .play-button {
  background-color: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
}

.blockquote {
  border-top: 1px solid #242424;
  padding: 15px;
}

.blockquote-footer {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #8a8a8a;
}

@media (max-width: 768px) {
  .play-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .play-button svg {
    width: 40px;
    height: 40px;
  }
}

.duble_column {
  column-count: 2;
  column-gap: 50px;
}

.duble_column div:hover svg {
  color: #FFF !Important;
}

@media (max-width: 576px) {
  .duble_column {
    column-count: 1;
    column-gap: 0;
  }
}

/* ** */

.modal-body-toyota {
  position: relative;
  overflow: hidden;
}

.modal-body-toyota {
    position: relative;
}

.modal-form-content {
    position: relative;
    z-index: 2;
}


.modal-content-text {
  position: relative;
  z-index: 2;
}

.toyota-img {
  position: absolute;
  z-index: 1;
  width: 80%;
  max-width: none;
  right: -200px;
  bottom: -40px;
  pointer-events: none;
 
}

@media (max-width: 800px) {
  .toyota-img {
    width: 80%;
    right: -170px;
    bottom: 30px;
  }
}

@media (max-width: 576px) {
  .toyota-img {
    width: 100%;
    right: -100px;
    bottom: 30px;
  }
}
.grecaptcha-badge {
    visibility: hidden;
}
@media (max-width: 576px) {
.big-font-size {
 font-size:1.1rem;	
}
.big-font-size .fs-2 {
    font-size: calc(1.55rem + .9vw) !important;
	}
}
