 @import url(basic.css);

.gsap-fade-in {
 opacity: 0; 
 transform: scale(1.2);
}

.gsap-how-steps {
 opacity: 0; 
 transform: scale(1.2);
}


.gsap-fade-in-left {
 opacity: 0; 
 transform: translateX(-100px);
}


.gsap-fade-in-right{
 opacity: 0; 
 transform: translateX(100px);
}


 .navbar {
  background: #d4d4d4;
  backdrop-filter: blur(10px);
  padding: 0 0 0;
  z-index: 100;
  border-bottom: 2px solid var(--gold);
 }

 a.nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #333;
  /*text-transform: uppercase;*/
  font-size: 18px;
  padding: 10px 15px;
  letter-spacing: 0.05em;
  font-weight: 300;
 }


 a.nav-link:hover {
  background: var(--purple1);
  color: #fff;
 }

 .nav-link,
 li.dropdown {
  color: var(--gray2);
  font-size: 16px;
  transition: all 0.15s ease-out;
  position: relative;

 }

 .navbar .nav-item.catalog-item {
  background: url(../images/stripes-red-small.jpg) center center repeat-x;
 }

 .navbar .nav-item.catalog-item a {
  background: url(../images/icons/menu-teodolit.png) left 20px center no-repeat;
  background-size: auto 30px;
  padding: 15px 25px 15px 60px;
  color: #fff;
 }

 li.dropdown>a {}

 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 13px;
  padding-left: 13px;
 }


 .navbar-nav {
  justify-content: center;
  width: 100%;
 }



 .navbar-toggler {
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 0.25rem 0.4rem;
 }


 .navbar-toggler * {
  color: var(--main-red);
 }

 .navbar-toggler img {
  height: 30px;
 }

 .navbar-toggler:focus,
 .navbar-toggler:active,
 .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
 }




 .nav-link:hover {
  color: #fff;

 }


 header {
  margin: 40px auto 30px;
  padding: 20px 0 20px;
  background: url(../images/header-bg.jpg);
  min-height: 300px;
  box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.2)
 }

 header .header-logo {
  width: 100%;
  margin: 20px auto;
 }


 header .header-logo img {
  display: block;
  margin: 0 auto;
 }


 header .header-contacts {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
 }


 header .header-contacts a {
  display: block;
  color: var(--purple1);
  font-weight: 700;
  font-size: 18px;
 }

 header .header-contacts a span {
  font-weight: 300;
  color: #777;
  font-size: 16px;
  padding-left: 10px;
 }


 header .header-contacts a.whatsapp {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #4caf50 url(../images/whatsapp.png) left 5px center no-repeat;
  background-size: 50px 50px;
  padding: 10px 15px 10px 60px;
  border-radius: 30px;
 }
 
  header .header-contacts a.whatsapp:hover {
  background-color: #3d8f40;
 }
 
 
  header .header-contacts a.telegram{
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #2a9ddb url(../images/telegram.png) left 15px center no-repeat;
  background-size: 25px 25px;
  padding: 10px 15px 10px 60px;
  border-radius: 30px;
 }
 
  header .header-contacts a.telegram:hover {
  background-color: #1d7bae;
 }
 
 
 
 
 header .header-info {
  margin: 10px auto 20px;
 }

 header h1 {
  font-size: 18px;
  color: var(--purple1);
  font-weight: 500;
 }



 header h1 span {
  font-size: 30px;
  display: block;
  font-weight: 900;
 }

 header .header-info p.checked {
  margin: 5px 0 5px 30px;
  font-size: 20px;
  padding: 0 0 0 35px;
  background: url(../images/checked1.png) left top no-repeat;
  text-transform: uppercase;
  font-weight: 300;
  color: #757575;
 }

 .kviz-button {
  display: block;
  padding: 12px 45px;
  border-radius: 40px;
  background: var(--purple1);
  margin: 30px auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;

 }
 #kviz-submit:hover, .kviz-button:hover {
  background: #a50e1c;
 }


.header-car {
  transform: scale(0.5) translate(800px, -70px);/**/
  opacity: 0;
}
 .what-we-sell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 60px auto;
 }

 .what-we-sell .what-we-sell-images {
  display: block;
  position: relative;
  min-height: 400px;
  max-width: 500px;
  margin: 0 auto;
 }


 .what-we-sell .what-we-sell-images .image {
  display: block;
  position: absolute;
  border-radius: 20px;
  border: 8px solid #fff;
    opacity: 0;
 }


 .what-we-sell .what-we-sell-images .image1 {
  width: 60%;
  left: 5%;
  top: 20%;
  transform: translate(-30px, 20px);
 }


 .what-we-sell .what-we-sell-images .image2 {
  width: 60%;
  left: 20%;
  top: 55%;
  z-index: 10;
    transform: translate(50px, 20px);
 }


 .what-we-sell .what-we-sell-images .image3 {
  width: 40%;
  left: 50%;
  top: 10%;
  z-index: 20;
  transform: translate(50px, -40px);
 }

 .what-we-sell .what-we-sell-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
 }

 .block-title {
  display: block;
  font-size: 30px;
  text-align: right;
  color: var(--purple1);
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
 }

 .what-we-sell .what-we-sell-info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0;
  text-align: right;
 }


 .how-to-order {
  background: url(../images/how-bg.jpg) center center no-repeat;
  background-size: cover;

  margin: 0px auto;
  padding: 0 0px;
  display: block;
  position: relative;
 }

 .how-to-order .how-to-order-overlay {
  margin: 0 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 15px;
 }

 .how-to-order .title {
  text-align: center;
  margin: 20px auto 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  color: var(--purple1);
 }

 .how-to-order .title span {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  line-height: 20px;
  display: block;
 }

 .how-to-order-desktop {
  display: grid;
  margin: 40px auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
 }

 .how-to-order-desktop .point {
  display: block;
  position: relative;
 }

 .how-to-order-desktop .point .how-info {
  display: block;
 }

 .how-to-order-desktop .point .how-info .how-info-title {
  display: block;
  text-align: center;
  margin: 10px auto;
  color: var(--purple1);
  font-weight: 700;
  font-size: 20px;
 }

 .how-to-order-desktop .point .how-info .how-info-description {
  display: block;
  margin: 10px auto;
  color: #555;
  font-weight: 300;
  font-size: 15px;
 }


 .how-to-order-desktop .how-info-1 {
  margin-top: 80px;
 }

 .how-to-order-desktop .point .arrow1 {
  display: block;
  position: absolute;
  width: 59px;
  height: 54px;
  background: url(../images/arrow1.png) center center no-repeat;
  background-size: contain;
  top: 40px;
  left: 0px;
 }

 .how-to-order-desktop .point .arrow2 {
  display: block;
  position: absolute;
  width: 140px;
  height: 95px;
  background: url(../images/arrow2.png) center center no-repeat;
  background-size: contain;
  top: 70px;
  left: 0px;
 }

 .how-to-order-desktop .point .arrow3 {
  display: block;
  position: absolute;
  width: 89px;
  height: 56px;
  background: url(../images/arrow3.png) center center no-repeat;
  background-size: contain;
  top: -70px;
  right: 0px;
 }



 .how-to-order-desktop .point .arrow4 {
  display: block;
  position: absolute;
  width: 98px;
  height: 45px;
  background: url(../images/arrow4.png) center center no-repeat;
  background-size: contain;
  top: -90px;
  right: 0px;
 }

 .how-to-order-desktop .point .arrow5 {
  display: block;
  position: absolute;
  width: 135px;
  height: 84px;
  background: url(../images/arrow5.png) center center no-repeat;
  background-size: contain;
  top: 100px;
  left: -200px;
 }





 .how-to-order-desktop .how-info-2 {
  margin-top: 160px;
 }

 .how-to-order-desktop .how-info-3 {
  margin-top: -30px;
 }

 .how-to-order-desktop .how-info-4 {
  margin-top: -50px;
 }

 .how-to-order-desktop .how-info-5 {
  margin-top: 80px;
 }

 .how-car-desktop {
  display: block;
  position: absolute;
  width: 40%;
  right: -40%;
  bottom: 80px;
  height: 400px;
  background: url(../images/how-car.png) left center no-repeat;
  background-size: contain;
  
 transform: scale(0.3) ;
  opacity: 0;
  
 }



 .how-car-desktop img {
  display: block;
  max-width: 100%;
  position: relative;
  height: 100%;
 }


 .how-car-desktop .car {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  background: url(../images/how-car.png) left center no-repeat;
  background-size: contain;
 }



 .how-to-order-mobile .point .how-info {
  display: none !important;
 }


 .how-to-order-mobile {
  display: none;
 }

 .why-block {
  padding: 30px 15px 40px;
 }

 .why-block .title {
  text-align: center;
  margin: 20px auto 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  color: var(--purple1);
 }

 .why-block .title span {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  line-height: 20px;
  display: block;
 }

 .why-block p.checked {
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  line-height: 27px;
  display: block;
  min-height: 42px;
  padding: 10px 0 10px 50px;
  background: url(../images/checked2.png) left center no-repeat;
 }




 .promo-video-block {
  padding: 30px 15px 40px;
 }

 .promo-video-block .title {
  text-align: center;
  margin: 20px auto 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  color: var(--purple1);
 }

 .promo-video-block .title span {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  line-height: 20px;
  display: block;
 }

 .promo-video-carousel { 
 }



 .promo-video-carousel  .owl-dots {
  text-align: center;
  margin: 10px auto;
 }

 .promo-video-carousel  .owl-dots .owl-dot {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #aaa;
  margin: 0 3px;
 }

 .promo-video-carousel  .owl-dots .owl-dot.active {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: var(--purple1);
  margin: 0 3px;
 }




 .promo-video-grid { 
   display: none;
   grid-template-columns: 1fr 1fr;
   gap:20px;
 }

 .gallery-block {

  background: url(../images/photo-bg.jpg) center center no-repeat;
  background-size: cover;
 }


 .gallery-block .gallery-block-overlay {
  margin: 0 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 0;
 }

 .gallery-block .title {
  text-align: center;
  margin: 20px auto 20px;

  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  color: var(--purple1);
 }

 .gallery-carousel .owl-dots {
  text-align: center;
  margin: 15px auto;
 }

 .gallery-carousel .owl-dots .owl-dot {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #aaa;
  margin: 0 3px;
 }

 .gallery-carousel .owl-dots .owl-dot.active {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: var(--purple1);
  margin: 0 3px;
 }

 .gallery-carousel .item {
  overflow: hidden;
 }

 .gallery-carousel .item a img {
  transition: all 2s ease-out;
 }

 .gallery-carousel .item a img:hover {
  transform: scale(1.1);
  filter: brightness(1.75);
 }

 .testimonials-block {
  padding: 40px auto;
 }

 .testimonials-block .title {
  text-align: center;
  margin: 20px auto 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  color: var(--purple1);
 }

 .testimonials-block .title span {
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  line-height: 20px;
  display: block;
 }

 .testimonials-carousel {
  margin: 30px auto;
 }



 .testimonials-carousel.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: url(../images/slider-arrow-right.png) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  right: -70px;
  opacity: 0.7;
  transition: all 0.15s;
  margin-top: -30px;
  position: absolute;
 }

 .testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: url(../images/slider-arrow-left.png) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  left: -70px;
  margin-top: -30px;
  position: absolute;
  opacity: 0.7;
  transition: all 0.15s;
 }


 .owl-carousel .owl-nav button.owl-next:hover,
 .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;

 }

 .testimonials-carousel .owl-dots {
  text-align: center;
 }

 .testimonials-carousel .owl-dots .owl-dot {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #aaa;
  margin: 0 3px;
 }

 .testimonials-carousel .owl-dots .owl-dot.active {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: var(--purple1);
  margin: 0 3px;
 }


 .testimonial-item {
  border-radius: 30px;
  padding: 30px 25px;
  margin: 30px 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


  border: 1px solid #ddd;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.4);

 }


 .testimonial-gallery {
  display: flex;
  gap: 3px;
  margin: 0 auto 20px;
  flex-wrap: wrap;
  justify-content: center;
 }

 .testimonial-gallery a {
  display: block;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
 }

 .testimonial-item .testimonial-text p {
  font-size: 15px;
  font-weight: 300;
  margin: 5px auto;
 }


 .testimonial-item .testimonial-name {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  color: #555;
 }


 .about-block {
  /*background: url(../images/about-car.png) left -300px center no-repeat;
  background-size: calc(50vw + 100px) auto;*/
  /**/
  padding: 20px 0;
 }


 .about-block .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px auto;
  padding: 0 15px;
 }

 .about-block .about-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  position: relative;
  padding: 30px 0;
 }

 .about-block .about-info .left-car-wrapper{
    display: flex;
    justify-content: flex-end;
    position: absolute; 
    height: 100%;
    width: 50vw;
    z-index: 10;
    left: calc(-50vw - 20px);
 }


 .about-block .about-info .left-car-wrapper .left-car{
    display: block; 
    margin: auto auto;
    position: relative;
    height: 100%;
    width: 100%;
    background: red; 
    background: url(../images/left-car1.png) right center no-repeat;
    background-size: auto 100%;
    transform: translate(-1200px, 0);
 }

 .about-block .about-info .left-car-wrapper .left-car .front-wheel{
    display: block; 
position: absolute; 
 }

 .about-block .about-info .left-car-wrapper .left-car .front-wheel img{
    display: block; 
    position: relative; 
 }

 .about-block .about-info .left-car-wrapper .left-car .rear-wheel{
    display: block; 
position: absolute; 
 }

 .about-block .about-info .left-car-wrapper .left-car .rear-wheel img{
    display: block;  
 }


 .about-block .about-info .block-title {
  margin: 0 15px;
  
 }

 .about-block .about-info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 15px;
  text-align: right;
  
 }


 footer {
  background: #e8e8e8;
  position: relative;
  padding: 40px 15px;
  margin: 40px auto 0;
 }

 footer:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 32px;
  background: url(../images/footer-shadow.png) center center no-repeat;
  background-size: 100% 38px;
  top: -30px;
  left: 0;
  content: '';

  opacity: 0.3;
 }

 footer .footer-logo {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 20px;
 }

 footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto 30px;
 }


 footer .footer-grid .footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
 }

 footer .footer-grid .footer-info p.company-name {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
 }


 footer .footer-grid .footer-info p.company-address {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #555;
 }




 footer .footer-contacts {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
 }


 footer .footer-contacts a {
  display: block;
  color: var(--purple1);
  font-weight: 700;
  font-size: 18px;
 }

 footer .footer-contacts a span {
  font-weight: 300;
  color: #444;
  font-size: 16px;
  padding-left: 10px;
 }

 footer .footer-grid .footer-info p.company-data-title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #555;
 }

 footer .footer-grid .footer-info p.company-data {
  margin: 0px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #333;
 }


 footer p.copyright {
  margin: 0px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #333;
  text-align: center;
 }
 
 
 .berloga-flex {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin: 20px auto 0;
}

.berloga-flex p{
 color: #222;
 font-size: 14px;
  font-weight: 300;
  margin: 0 auto;
}

.berloga-flex p a{
 font-weight: 600;
  color: var(--purple1);
}

.berloga-flex p a:hover{
 color: #a50e1c;
}





 .kviz {
 position: fixed;
 height: 100%;
 width: 100%;
 background: var(--purple1);
 z-index: 5000;
 top: 0;
 left: 0;
 display: none;

}
 .kviz-flex {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

 }

 .kviz .kviz-progress-bar {
  height: 30px;
  display: block;
  position: absolute;
  bottom: 30px;
  width: 90%;
 }


 .kviz .kviz-progress-bar .line {
  margin-top: 14px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
 }

 .kviz .kviz-progress-bar .progress-points {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: -18px;
 }

 .kviz .kviz-progress-bar .progress-point {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  font-weight: 700
 }

 .kviz .kviz-progress-bar .progress-point.active {
  background: #a50e1c;
  color: #eee;
  border: 1px solid #fff;

 }




 .kviz-form {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  max-width: 90vw;
 }


 .kviz-form .question-item {
  /*background: rgba(0,0,0,0.2);*/
  padding: 20px 20px;
 }

 .kviz-form .checkbox-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
 }

 .kviz-form .checkbox-flex {
  display: flex;
  justify-content: space-between;
  gap: 0px;
 }


 .kviz-form .checkbox-flex label {
  flex-grow: 3;
 }

 .kviz-form .checkbox-flex input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  accent-color: var(--purple1);
 }

 .question-item p {
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
 }

 .question-item p.big {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
 }

 .kviz-form a.next-question {
  display: block;
  border-radius: 40px;
  font-size: 20px;
  padding: 15px 25px;
  background: #aaa;
  border: 2px solid #aaa;
  margin: 15px auto;
 }

 .kviz-form a.next-question.active {
  background: var(--purple2);
 }


 .kviz-form .question-item {
  display: none;
 }

 .kviz-form .radio-button-flex {
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  display: flex;
  gap: 10px;
  margin: 4px auto;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
 }

 .kviz-form .radio-button-flex .checked {
  background: url(../images/kviz-checked1.png) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  transition: all 0.2s ease-out;
 }


 .kviz-form .radio-button-flex.active {
  background: #fff;
  color: var(--purple1);
 }

 .kviz-form .radio-button-flex.active .checked {
  background: url(../images/kviz-checked2.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
 }

 .kviz-form label.text-input {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 5px auto;
 }


 .kviz-form input[type="text"],
 .kviz-form input[type="tel"] {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 5px auto;
  padding: 8px 10px 8px 40px;
  width: 100%;
  border-radius: 6px;
  font-weight: 300;
 }


 .kviz-form #client-name {
  background: #fff url(../images/kviz-person.png) left 10px center no-repeat;
 }


 .kviz-form #client-phone {
  background: #fff url(../images/kviz-phone.png) left 10px center no-repeat;
 }

#kviz-submit {
  display: block;
  padding: 12px 45px;
  border-radius: 40px;
  background: var(--purple1);
  margin: 30px auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #eee;
  overflow: hidden;
 }

 #kviz-submit:hover, .viz-button:hover {
  background: #a50e1c;
 }


 .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.8s infinite linear;
  animation: load3 0.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
 }


 .loader-wrapper {
 display: none;
 }

 .loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
 }

 .loader:after {
  background: var(--purple1);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 }

 @-webkit-keyframes load3 {
  0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }

  100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
 }

 @keyframes load3 {
  0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
  }

  100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
  }
 }


 .kviz-button,  #kviz-submit {
 position: relative;
 display: block;
 overflow: hidden;
 }

 .kviz-button:after,
 #kviz-submit:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 4s infinite 0s;

  /* 
 CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
 }


 @keyframes slide {
  0% {
   transform: translateX(-200%);
  }

  30% {
   transform: translateX(200%);
  }

  100% {
   transform: translateX(200%);
  }
 }

.kviz .close-icon {
 width: 34px;
 height: 34px;
 display: block;
 background: url(../images/close-icon.png) center center no-repeat;
 background-size: 34px 34px;
 position: absolute;
 top: 17px;
 right: 10px;
 opacity: 0.5;
 transition: all 0.15s;
 cursor: pointer;
}
.kviz .close-icon:hover {
 opacity: 1;
}

.kviz-thanx {
 padding: 0 15px;
 display: none;
}
.kviz-thanx p{
 font-size: 18px;
 font-weight: 300;
 color:#fff;
 text-align: center;
}

.kviz-thanx p.big{
 font-size: 26px;
 font-weight: 700;
}

.kviz-thanx img{
 display: block; 
 width: 100px;
 margin: 0px auto 10px;
}



 .agree-confidential {
  margin: 20px auto;
  max-width: 800px;
  color: #333;
  font-size: 12px;
  line-height: 18px;
 }



 .agree-confidential input[type="checkbox"] {
  height: 18px;
  width: 18px;
  display: block;
  float: left;
  margin: 0 0;
  accent-color: var(--purple1);
 }

 .agree-confidential a {
  color: #003d8e;
  font-weight: 700;
 }

 .agree-confidential a:hover {
  text-decoration: underline;
 }



 .agree-confidential.white {
  color: #fff;
 }

 .agree-confidential.white input[type="checkbox"] {}

 .agree-confidential.white a {
  color: #ddd;
  font-weight: 700;
 }



 .how-car-mobile-wrapper {
  display: none;
 }











 /* MEDIA QUERIES */



 @media (max-width: 992px) {}















 @media (max-width: 768px) {

header .header-info {
    margin: 30px auto 0;
}
  header .header-contacts {
   width: 100%;
   margin: 20px auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 10px;
  }

  header h1 {
   text-align: center;
   margin: 10px auto 30px;
  }

  .what-we-sell {
   grid-template-columns: 1fr;
   margin: 60px auto -20px;
  }

  .how-to-order-desktop {
   display: none !important;
  }

  .how-to-order .how-to-order-overlay {
   padding: 40px 0 40px;
  }


 .how-car-desktop-wrapper {
  display: none;
 }
 
 
 .how-car-mobile-wrapper {
  display: block;
  height: 350px;
 }
 
  .how-car-mobile {
  display: block;
   position: relative;
   width: 100%;
   right: unset;
   bottom: unset;
   height: 350px;
   background: url(../images/how-car-mobile.png) right center no-repeat;
   background-size: contain;
   transform: scale(0.7) translate(200px, -20px);
   opacity: 0;
    
  }

  .how-to-order-mobile {
   display: block;
  }

  .how-to-order-mobile .how-info {
   display: block;
   margin: 0 15px;
  }

  .how-to-order-mobile .how-info .digit {
   display: block;
   text-align: center;
   margin: 10px auto;
   color: #aaa;
   font-weight: 700;
   font-size: 50px;
   line-height: 50px;
  }

  .how-to-order-mobile .how-info .how-info-title {
   display: block;
   text-align: center;
   margin: 10px auto;
   color: var(--purple1);
   font-weight: 700;
   font-size: 20px;
  }

  .how-to-order-mobile .how-info .how-info-description {
   display: block;
   margin: 10px auto;
   color: #555;
   font-weight: 300;
   font-size: 15px;
  }

  .how-to-order-mobile .mobile-arrow1 {
   height: 61px;
   margin: 0px auto;
   width: 100px;
   background: url(../images/mobile-arrow1.png) center center no-repeat;
  }


  .how-to-order-mobile .mobile-arrow2 {
   height: 61px;
   margin: 0px auto;
   width: 100px;
   background: url(../images/mobile-arrow2.png) center center no-repeat;
  }



  footer .footer-grid {
   grid-template-columns: 1fr;
  }
  .why-block p.checked {
    font-size: 20px; 
    line-height: 23px; 
  }


 .what-we-sell .what-we-sell-info {
   grid-column: 1;
   grid-row: 1;
 }
 .what-we-sell .what-we-sell-images {
   grid-column: 2;
   grid-row: 2;
 }

 
  .block-title { 
   text-align: center; 
  } 
  
  .what-we-sell .what-we-sell-info p, .about-block .about-info p{ 
   text-align: left ;
  }
  
  .kviz-form .checkbox-flex {
   font-size: 15px;
   padding: 6px 15px;
  }
  
    .about-block .about-grid {
   grid-template-columns: 1fr;
   padding: 0 0;
  }

  .about-block {
 
   padding: 20px 0 0px;
  }
  
  .about-block .about-info .left-car-wrapper {
     display: flex;
     justify-content: flex-end;
     position: relative;
     height: 200px !important;
     width: 100vw;
     z-index: 10;
     left: unset;
     margin: 30px auto 0;
 }
 
 .about-block .about-info .left-car-wrapper .left-car {
     display: block;
     margin: auto auto;
     position: relative;
     height: 100%;
     width: 100%;
     background: red;
     background: url(../images/left-car1.png) right center no-repeat; 
     background-size: auto 100%;
     transform: translate(-101vw, 0);
 }


 }


 @media (max-width: 576px) {

 


 }