#cars {
  background-color: var(--color-gray-light);
}
#cars .ms-wrapper-section .ms-header-section {
  width: 100%;
  text-align: center;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon {
  width: 100%;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon picture {
  height: 60px;
  width: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cars .ms-wrapper-section .ms-header-section .ms-icon picture img {
  width: 100%;
  height: auto;
}
#cars .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  font-weight: 500;
  font-size: 40px;
}
#cars .ms-wrapper-section .ms-header-section .ms-info p {
  font-size: 21px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.3;
}
#cars .ms-wrapper-section .ms-cars-collection {
  margin-top: 50px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md {
  margin: 0 -15px;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-color: var(--color-gray);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-media:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-title {
  font-size: 20px;
  padding: 10px 0;
  color: var(--color-black);
  font-weight: 500;
  /*line-height: 1.2;
  span{
    display: block;
  }*/
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption {
  display: block;
  padding: 10px 0;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn p {
  padding-left: 15px;
  text-align: left;
  width: 100%;
  line-height: 1.4;
  color: var(--color-gray-text);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn .ms-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#cars .ms-wrapper-section .ms-wrapper-btn {
  padding-top: 20px;
  text-align: center;
}
#cars .ms-wrapper-section .ms-wrapper-btn .ms-btn.-white {
  min-width: 190px;
  font-size: 20px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item {
    width: 50%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn p {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #cars .ms-wrapper-section .ms-header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-info {
    text-align: left;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-info p {
    margin-left: 0;
    font-size: 19px;
  }
  #cars .ms-wrapper-section .ms-header-section .ms-icon {
    width: 45%;
    border-bottom: 1px solid var(--color-black);
  }
  #cars .ms-wrapper-section .ms-header-section .ms-icon picture {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #cars .ms-wrapper-section .ms-cars-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md {
    width: 50%;
    margin: 0;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) {
    width: 45%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-title {
    font-size: 30px;
    padding: 20px 0;
    line-height: 1.1;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-title span {
    display: block;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(1) .ms-item .ms-card .ms-caption-btn p {
    width: 60%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) {
    width: 55%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-media:after {
    padding-bottom: 60%;
  }
  #cars .ms-wrapper-section .ms-wrapper-btn {
    padding-top: 50px;
  }
  #cars .ms-wrapper-section .ms-wrapper-btn .ms-btn.-white {
    min-width: 220px;
    font-size: 24px;
    height: 60px;
  }
}
@media screen and (min-width: 1330px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item {
    margin-bottom: 10px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-title {
    line-height: 1.1;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-title span {
    display: block;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn p {
    width: 63%;
    font-size: 14px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn {
    min-width: auto;
    height: 35px;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md:nth-child(2) .ms-item .ms-card .ms-caption-btn .ms-btn span {
    padding: 0 15px;
  }
}

#cars .ms-wrapper-section .ms-header-section .ms-icon {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#cars .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#cars .ms-wrapper-section .ms-header-section .ms-info p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#cars .ms-wrapper-section .ms-wrapper-btn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-info .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-header-section .ms-info p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cars.ms-loaded-animate .ms-wrapper-section .ms-wrapper-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#welcome {
  width: 100%;
  overflow: hidden;
  background-color: var(--color-gray-light);
}
#welcome .ms-wrapper-section {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#welcome .ms-wrapper-section .ms-technical-sheet {
  width: 100%;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header {
  width: 100%;
  background-color: var(--color-black);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs .ms-tab-btn {
  font-size: 15px;
  padding: 0 20px;
  min-width: 80px;
  height: 35px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  color: var(--color-white);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs .ms-tab-btn.active {
  background-color: var(--color-red);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider {
  width: 100%;
  position: relative;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs {
  width: 100%;
  z-index: 1;
  position: relative;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item {
  display: none;
  width: 100%;
  position: relative;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item.active {
  display: block;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--color-white);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper:before {
  display: inline-block;
  content: "\e97b";
  font-family: "icomoon" !important;
  color: var(--color-red);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide {
  z-index: 1;
  width: 100%;
  position: relative;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture {
  width: 100%;
  display: block;
  position: relative;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video:after,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video:after,
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture:after {
    padding-bottom: 56.25%;
  }
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video img, #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video video, #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video iframe,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture img,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture video,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video img.swiper-lazy-loaded, #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video video.swiper-lazy-loaded, #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video iframe.swiper-lazy-loaded,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture img.swiper-lazy-loaded,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture video.swiper-lazy-loaded,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture iframe.swiper-lazy-loaded {
  opacity: 1;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video video, #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide .ms-video iframe,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture video,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-slide picture iframe {
  opacity: 1;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-button-prev,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-button-next {
  opacity: 0;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-button-prev {
  left: 15px;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-button-next {
  right: 15px;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 15px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  margin: 0 3px;
  opacity: 0.5;
  border-radius: 25px;
  background-color: var(--color-white);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-pagination {
    bottom: 30px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 6px;
  }
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper:hover .swiper-button-prev,
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item .swiper:hover .swiper-button-next {
  opacity: 1;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-body-tabs .ms-item #sliderVideos .swiper-pagination {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-wrapper-btn {
  display: none;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body {
  padding: 50px 40px;
  color: var(--color-white);
  background-color: var(--color-black);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body .ms-wrapper-list-detail {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body .ms-wrapper-list-detail .ms-title {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: var(--font-moonwalker);
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body .ms-wrapper-list-detail .ms-title span {
  display: block;
}
#welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body .ms-wrapper-list-detail .ms-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-wrapper-section {
    width: 90%;
    max-width: var(--max-size);
    padding-top: 140px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-colum-a {
    width: 64%;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-colum-b {
    width: 36%;
    position: relative;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-colum-b:after {
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    background-color: var(--color-black);
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body {
    padding: 50px;
    padding-right: 0;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-body .ms-wrapper-list-detail .ms-list li div {
    width: 50%;
    padding-right: 10px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header {
    background-color: transparent;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 70px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs .ms-tab-btn {
    height: 50px;
    border-radius: 0;
    color: var(--color-black);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs .ms-tab-btn:hover {
    background-color: #ededed;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-header .ms-header-tabs .ms-tab-btn.active {
    color: var(--color-white);
    background-color: var(--color-red);
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-wrapper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0 100px 0;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-wrapper-btn .ms-btn {
    text-transform: uppercase;
    min-width: 240px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1330px) {
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-wrapper-btn {
    padding-right: 130px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-technical-sheet-slider .ms-wrapper-btn .ms-btn {
    margin: 0 25px;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-colum-b {
    width: 36%;
    position: relative;
  }
  #welcome .ms-wrapper-section .ms-technical-sheet .ms-colum-b:after {
    left: -130px;
  }
}

#bigBanner {
  overflow: hidden;
  background-color: var(--color-gray-light);
}
#bigBanner .ms-wrapper-section {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#bigBanner .ms-wrapper-section .ms-media {
  width: 100%;
}
#bigBanner .ms-wrapper-section .ms-media picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bigBanner .ms-wrapper-section .ms-media picture img {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  #cars {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
    width: 50%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-title {
    font-size: 20px !important;
    padding: 10px 0 !important;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn .ms-btn {
    height: 35px !important;
    min-width: auto !important;
  }
}
@media screen and (min-width: 1330px) {
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item {
    width: 25%;
  }
  #cars .ms-wrapper-section .ms-cars-collection .ms-colum-md .ms-item .ms-card .ms-caption-btn p {
    font-size: 11px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}