:root {
  --bs-body-font-family: "Ubuntu", sans-serif !important;
  --color-style-blue: #204a70;
  --bs-primary-rgb: 32, 74, 112 !important;
  --bg-footer-head: #F5F6F6;
  --bg-footer-down: #b0c1cc;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/web/font/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/web/font/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("/web/font/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  src: url("/web/font/TTnorms/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  src: url("/web/font/TTnorms/TTNorms-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TTNorms";
  src: url("/web/font/TTnorms/TTNorms-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "TTNorms";
  src: url("/web/font/TTnorms/TTNorms-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: "TTNorms";
  src: url("/web/font/TTnorms/TTNorms-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: medium;
}

.noselect {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  background: #fafafa;
}

.swiper.auto {
  width: 100%;
  height: auto;
  box-sizing: content-box;
}

.ic-container {
  position: relative;
}

.ic-container:nth-child(EVEN) {
  transform: scale(1.1) translateY(15px);
}

.ic-container:first-child {
  transform: scale(0.7) translateX(10px);
}

.ic-container:last-child {
  transform: scale(0.7) translateX(-10px);
}

.ic-container .text {
  position: absolute;
  width: auto;
  line-height: 1;
  font-weight: bold;
  color: #204a70;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: var(--color-style-blue);
}

.swiper.auto .swiper-slide {
  width: 33.33%;
  height: 0;
  padding-top: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  background: none;
  position: relative;
}

.swiper.auto .swiper-slide>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white;
  background: rgba(34, 62, 104, 0.6);
}

.swiper.auto .swiper-slide h2 {
  font-weight: bold;
  /* font-size: 22px !important; */
  /* margin-bottom: 30px !important; */
  /* padding: 0 75px; */
}

.swiper.auto .swiper-slide a.m-0 {
  color: black;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 30px;
  background: white;
  font-size: 16px !important;
}

.swiper.auto .swiper-slide b {
  padding: 20px;
  font-size: 1.5em;
}

.center {
  display: flex;
}

.auto .swiper-pagination {
  position: relative !important;
  background-color: rgba(240, 240, 240, 1);
  padding: 7.5px;
  border-radius: 50px;
  transform: translateY(-25px) !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  box-sizing: initial;
}

.testimonials .swiper-pagination {
  position: relative !important;
  padding-top: 15px;
  border-radius: 50px;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  box-sizing: initial;
}

.auto .swiper-pagination-bullet {
  width: 7.5px !important;
  height: 7.5px !important;
  margin: 0 7.5px !important;
  background: rgba(34, 62, 104, 0.74) !important;
  opacity: 1 !important;
  transition: background 0.5s;
}

.testimonials .swiper-pagination-bullet {
  width: 7.5px !important;
  height: 7.5px !important;
  margin: 0 5px !important;
  background: #0c0734 !important;
  opacity: 1 !important;
  transition: background 0.5s;
}

.auto .swiper-pagination-bullet-active {
  transform: scale(1.5) !important;
  background: #223e68 !important;
}

.testimonials .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1) !important;
}

.h-services {
  text-align: center;
  font-weight: bold;
  background: #223e68;
  color: white;
  line-height: 2.8;
  padding-bottom: 5px;
  font-size: 32px;
}

.to .row {
  min-height: 38vh;
}

.to img {
  height: 130px;
}

.to p {
  font-weight: bold;
  color: #204a70;
  margin: 8px auto;
  line-height: 1;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#header {
  font-family: "TTNorms", sans-serif !important;
  background: linear-gradient(to top, rgb(32 74 112 / 83%), rgba(32, 74, 112, 0)), url(/web/img/bg-header.png) center no-repeat;
  background-size: cover;
  height: 55vh;
}

#header i {
  font-weight: lighter;
  color: white;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
}

#header h2 {
  color: #ececec;
  font-weight: bold;
  font-style: italic;
  font-size: 48px;
  line-height: 0.6;
}

#header h1 {
  color: white;
  font-style: bold;
  font-weight: bold;
  font-size: 96px;
  line-height: 0.86;
  transform: translateX(-5px);
}

#header .row {
  line-height: 2.5;
}

#header .col-sm-auto.bg-white {
  font-family: "TTnorms", sans-serif;
  font-style: medium;
  cursor: pointer;
  border-radius: 8px;
  padding: 0 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#header .col-sm-auto.bg-white a {
  color: var(--color-style-blue);
}

.logo-img img {
  width: 40px;
  object-fit: contain;
}

.logo-img {
  font-family: "TTnorms", sans-serif;
}

header .logo-img {
  color: var(--color-style-blue);
}

footer .logo-img {
  color: var(--color-style-blue);
}

.logo-img .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .logo-img .text {
  width: 125px;
}

header h2,
footer .logo-img h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  text-align: left;
}

header p,
footer .logo-img p {
  font-size: 10px;
  color: var(--color-style-blue);
  margin: 3px 0 0 1px;
  text-align: left;
  line-height: 1;
  width: 100px;
}

.bg-button {
  background: var(--color-style-blue);
  color: white;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 30px;
}

header hr {
  color: var(--color-style-blue);
  margin: 0;
}

header a:hover {
  font-weight: bold;
  cursor: pointer;
}

header a,
header .zone {
  display: block;
  color: var(--color-style-blue);
  font-size: 12px;
  text-decoration: none;
  line-height: 1.2 !important;
}

header .row.h-100 a {
  display: inline;
  vertical-align: top;
  font-size: 16px !important;
}

header .offcanvas img {
  margin: 5px 10px 5px 0;
  width: 15px !important;
  height: 15px;
}

header .offcanvas .h-100 div {
  padding: 0;
}

header .offcanvas-header h5 {
  color: var(--color-style-blue);
  font-weight: lighter;
}

header .mb-md-0 {
  margin-bottom: .25rem !important;
}

#about {
  margin: 80px 0 90px;
  color: #0f2038;
}

a.tel-slide {
  text-shadow: 2px -2px 0px #000000, -2px 2px 0px #000000;
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  margin-top: 25px;
  font-weight: bold;
}

#about .head-content {
  display: flex;
  margin-bottom: 7px;
}

#about h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  padding-bottom: 105px;
  color: #0f2038;
}

#about .col-md-4:nth-last-child(-N + 3) {
  margin-top: 70px;
}

#about .head-content img {
  width: 25px;
  margin-right: 10px;
}

#about .center-h {
  font-family: "TTNorms", sans-serif;
  font-weight: lighter;
  font-style: italic;
  text-align: center;
  font-size: 1.1em;
  color: #1c1a1a;
}

#about .head-content h5 {
  line-height: 2;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

#about .text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: lighter;
}

#spares {
  background: linear-gradient(to top, rgb(32 74 112 / 83%), rgba(32, 74, 112, 0)), url(/web/img/bg-spares.jpg) center no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  margin-top: 50px;
}

#spares .h55 {
  height: 55px;
}
#spares h1 {
  color: white !important;
  margin: 0 auto !important;
}

#spares .o-sp {
  width: 70px;
  filter: invert(1);
}

#spares .o-sp:first-child {

  animation: rotatel 5s linear infinite;
}

#spares .o-sp:last-child {

  animation: rotater 5s linear infinite;
}

#spares p {
  color: #ececec;
  font-weight: bold !important;
  font-size: 24px;
  width: 500px;
  line-height: 0.6;
  margin: auto 0 !important;
}

#testimonials {
  margin: 30px 0;
  overflow: hidden;
}

#testimonials .text {
  line-height: 1.5;
  font-weight: lighter;
  margin-bottom: 10px;
}

.o12 {
  width: 100%;
}

#testimonials .container {
  max-width: 770px;
}

#testimonials .container p {
  font-weight: lighter;
  line-height: 1;
  margin: 0;
}

#testimonials .container b {
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}

#brands {
  padding: 75px 0;
}

#brands h1,
#testimonials h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  padding-bottom: 40px;
  color: #0c0734;
  margin: 0;
}

#brands .text-center {
  font-weight: lighter;
}

#car-brands {
  display: flex;
  justify-content: center;
  align-items: center;
}

#car-brands .slider-container {
  width: 80%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

#car-brands .slider {
  display: flex;
  gap: 20px;
  padding: 10px;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
  user-select: none;
  cursor: grab;
}

#car-brands .slider-item {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/auto1.svg");
  border-radius: 10px;
  font-size: 2rem;
  background-repeat: no-repeat;
}

#car-brands .slider:active {
  cursor: grabbing;
}

#car-brands .no-animation {
  transition: none !important;
}

footer {
  background: var(--bg-footer-head);
  font-family: "TTnorms", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--color-style-blue);
  font-size: 12px;
}

footer a {
  color: var(--color-style-blue);
  text-decoration: none;
}

footer a:hover {
  font-weight: bold;
}

.social-icons a {
  color: #ccc;
  margin-right: 10px;
  font-size: 1.2rem;
}

footer a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: cover;
}

i.bi-vk {
  background-image: url(/web/img/svg/vk.svg);
}

i.bi-youtube {
  background-image: url(/web/img/svg/yotube.svg);
}

i.bi-r {
  background-image: url(/web/img/svg/rutube.svg);
}

footer .text {
  font-size: 14px;
}

footer .text .col-6 {
  height: 30%;
}

footer a.text-danger {
  border-bottom: 1px dotted rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

footer .info {
  background: var(--bg-footer-down);
}

@keyframes rotatel {
  from {
    transform: rotate(0deg); 
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotater {
  from {
    transform: rotate(360deg); 
  }
  to {
    transform: rotate(0deg);
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1060px !important;
  }

  .to p {
    width: 50%;
  }

}

@media (max-width: 767px) {
  .bg-button {
    border-radius: 0px;
  }

  #header {
    height: 33vh;
  }

  #header i {
    font-size: 12px;
  }

  #header h2 {
    font-size: 52px;
  }

  #header h1 {
    font-size: 102px;
  }

  header .offcanvas-body {
    padding: 12px;
  }

  header .border-bottom {
    background: var(--bg-footer-head);
  }

  header .offcanvas-start {
    max-width: 90% !important;
  }

  header .offcanvas-body img {
    display: none;
  }

  header .offcanvas-body .border-bottom a,
  header .offcanvas-body .border-bottom .zone {
    font-size: 1em;
    margin: 10px auto;
  }

  .h-md-100 {
    height: 100% !important;
  }

  header .offcanvas .h-100 div a {
    font-size: 1.1em !important;
    display: block;
    margin: 0;
  }

  header .bg-button {
    font-size: 1.3em;
    text-align: center;
    padding: 20px 10px;
  }

  #header .col-sm-auto.bg-white {
    font-size: 1.4em;
  }

  #header .row {
    padding: 0px;
    line-height: 2.5;
    transform: translateY(75px);
  }

  .swiper.auto .swiper-slide {
    width: 100%;
    height: 400px;
  }

  .swiper.auto .swiper-slide h2 {
    padding: 0 20px;
    font-size: 2em;
  }

  #about {
    margin: 40px 0 50px;
  }

  #about .center-h {
    font-size: 0.9em;
  }

  #about h1 {
    font-size: 1.5em;
    padding-bottom: 50px;
  }

  #about .col-md-4:nth-last-child(-N + 3) {
    margin-top: 0;
  }

  #about .col-md-4 {
    margin-bottom: 20px;
  }


  #brands h1,
  #testimonials h1 {
    font-size: 1.9em;
  }

  #testimonials .text {
    font-size: 14px;
    padding: 0 20px;
  }

  #testimonials b {
    padding: 0 20px;
  }

  #testimonials p {
    padding: 0 20px;
    line-height: 1.2 !important;
  }

  #brands .text-center {
    padding: 0 80px;
  }

  .to {
    padding: 40px 0 10px;
  }

  .to .col-sm-6.col-lg.col-md-3 {
    width: 50%;
  }

  .to .col-sm-6.col-lg.col-md-3 img {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }

}

@media (max-width: 576px) {
  footer {
    text-align: center;
  }

  footer .col-md-2.col-sm-3.d-flex {
    justify-content: center;
  }

  footer .logo-img {
    transform: translateX(10px);
  }

  #spares .text-center{
    font-size: 16px;
  }

}