
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    
}





/*===============MENU-HEADER===================*/
.header-tel{
    display:none;
}
.logo
{
    width:260px;
    margin: 0px;
    margin-right: 2vw;
}
li, a {
    font-family: 'Gotham Black', sans-serif;
    font-weight:600;
    text-decoration: none;
    color:black;
}

header
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1vw 10%;
}

.nav_links
{
     
    list-style: none;
    vertical-align: middle;
     display: flex;
    justify-content: center;
    align-items: center;
   
    
}
.nav_links li {
    display: inline-block;
    padding: 1vw 2vw;
    font-size: 1.3vw;
    
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}


.nav_links li a::after {
    content: "";
    height: 2px;
    width:0%;
    background-color: black;
    display: block;
    transition: 0.3s ease-in-out;
}
.nav_links li a:focus::after, 
.nav_links li a:hover::after {
    content: "";
    height: 2.5px;
    width:100%;
    background-color: black;
    display: block;
   
}
/*==================SLIDE-SHOW===========*/

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
    background-color: black;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: yellow;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*=========================НАШИ-ПРЕИМУЩЕСТВА==================================*/

.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
    transition:visibility 0.5s linear, opacity 0.5s linear;
  visibility: hidden;
    opacity: 0;
  width: 300px;
  
  background-color: rgba(18, 18, 17,0.5);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding:5%;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 25%;
  margin-left: -60px;
    font-size:20px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
   visibility: visible;
    opacity: 1;
}



@media (max-width: 767px) {
.tooltip .tooltiptext {
  
    width: 30vw;
    font-size: 12px;
    }
}




.caption{
    vertical-align: top;
   
}
.container{
    position: relative;
}
.caption h2{
    margin-left:auto;
    margin-right:auto;
    line-height: 100%;
    text-align: center;
    text-transform:  uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    margin-top:3vw;
    font-family: 'Gotham Black', sans-serif;
}
 /*
      Rollover Image
     */
    .figure {
        position: relative;
        /* can be omitted for a regular non-lazy image */
        max-width: 100%;
      margin: 40px 30px;
  width: 16vw;  
        
     
    
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity 1s;
      width:17vw;
        border-radius: 50%;
        
    }
    .figure:hover img.image-hover {
      opacity: 1;
    }

/*=========================КАК-ПОМЫТЬ-АВТОМОБИЛЬ==================================*/




.kak_pomity h2{
     margin-left:auto;
    margin-right:auto;
    line-height: 100%;
    text-align: center;
    text-transform:  uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    padding-top:3vw;
    font-family: 'Gotham Black', sans-serif;
    color:white;
    
}
.kak_pomity{
    background-color: #424242;
    
}
.kak_pomity h3
{
    text-transform: uppercase;
    margin-left:auto;
    margin-right:auto;
     text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0;
    font-family: 'Gotham Black', sans-serif;
}


.cards-list {
  z-index: 0;
  width:70vw;
    margin-left: auto;
    margin-right: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 40px 30px;
  width: 16vw;
  height: auto;
  
  cursor: pointer;
  transition: 0.4s;

}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.card .card_image input {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  object-fit: cover;
}


.card:hover {
  transform: scale(1.1, 1.1);
    
  
}



@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.card span{
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    display: block;
    padding-top: 45px;
     font-family: 'Gotham Black', sans-serif;
}
.card h3{
     font-family: 'Gotham Black', sans-serif;
}

.text_p{
    color:white;
    font-family: 'Gotham Black', sans-serif;
    font-weight: 700;
    font-size:26px;
    padding-top: 1.5vw;
    margin-right: auto;
    margin-left: auto;
}


#div1{
  display:none;
    width:970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

#div2{
  display: none;
    width:970px;
    margin-right: auto;
    margin-left: auto;

    padding-bottom: 40px;
}

#div3{
  display: none;
    width:970px;
    margin-right: auto;
    margin-left: auto;

    padding-bottom: 40px;
}

/*===================ГАЛЕРЕЯ=======================*/
.container h2{
    margin-left:auto;
    margin-right:auto;
    line-height: 100%;
    text-align: center;
    text-transform:  uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    margin-top:3vw;
    font-family: 'Gotham Black', sans-serif;
}
section.gallery{
  position: relative;
  padding: 45px 0;
}
.gallery-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 0;
  margin-top: 30px;
}
.gallery-item{
  display: block;
  flex: 25%;
  overflow: hidden;
  position: relative;
margin:8px;
    }
.gallery-item-hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 2;
}
.gallery-item:hover .gallery-item-hover{
  opacity: 1;
}
.gallery-item:hover img{
  transform: scale(1.3) rotate(5deg);
}
.gallery-item img{
  max-width: 100%;
  height: auto;
  transition: all .5s ease;
}



/*====================MOBILE-MENU======================*/

@media(max-width:767px)
{

.header-tel{
    display:flex;
    justify-content:center;
  
    font-size:20px;
}
    
    .burger{
        position: relative;
        width: 8vw;
        height:7vw;
        display: block;
        margin-left: auto;

    }
    .burger span, .burger:after, .burger:before
    {
        height: 1vw;
        width: 100%;
        position: absolute;
        background: black;
        border-radius: 2vh;
        margin: 0 auto;
    }


    .burger span{
    top: 50%;
}
        .burger:after, .burger:before{
            content: '';
        }
        .burger:after{
            transform: translateY(0.9vw);
        }
        .burger:before{
             transform: translateY(6vw);
        }
    

        .burger.open-menu span {
            opacity:0; 
            transition: 0.5s; 
        }
        .burger.open-menu:before {
            transform: rotate(45deg);
            top: 3vw;
            transition: 0.4s;
        }
        .burger.open-menu:after {
            transform: rotate(-45deg);
            bottom: 3vw;
            transition: 0.4s;
        }
    
    
    
    
      .burger span {
            transition: 0.5s; 
        }
        .burger:before {
            transform: rotate(0deg);
            transition: 0.4s;
              transform: translateY(6vw);
        }
        .burger:after {
            transform: rotate(0deg);
            transition: 0.4s;
            transform: translateY(0.9vw);
        }
    .menu{
        margin-top: 5vh;
        display: block;
        position: absolute;
        top: 9vw;
        left: 0;
        background: yellow;
        box-shadow: black;
        width: 100%;
        float:left;
        box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.17);
        left: -100%;
        transition: all 0.4s ease;
    }
    .menu.open-menu {
    left: 0;
        z-index: 5;
        }
    
      
        .nav_links li {
            margin: 0.8vw 0px 0.9vw 0.7vw;  
            width:auto;
            
        }
     .nav_links li a{
         font-size: 3vw;
            
        }
    
    .nav_links_footer li a{
        font-size:3vw;
}
 


}
/*==============CLASSEC-SYNDROMIC=========================*/
.row_preimu{
    justify-content: center; 
    flex-wrap:wrap; 
    display:flex;
    margin-top:40px; 
    width:70vw;
    margin-left:auto;
    margin-right:auto;
}
.p_preimu{
    font-size: 24px;
    text-align: center;
}
.image_spl{
    border-radius:50%;
    width:17vw;
}
  #div1 img{
        width:18vw;
        
    }
 #div2 img{
        width:18vw;
        
    }
 #div3 img{
        width:18vw;
        
    }
/*==================RESPONSIVE======================*/
.icons{
    width:3vw;
}
@media(max-width:890px)
{
    .icons{
        width:8vw;
    }
    .row_preimu{
        width:90vw;
    }
    .p_preimu{
        font-size:18px;
    }
    .cards-list{
        width:100%;
        justify-content: center;
        margin-left: -4vw;
    }
  
.card .card_image {
  width: 24vw;
 
}
    .card h3{
        width:13vw;
        margin-left: 5vw;
    }
    .card span{
        font-size:13px;
        width:22vw;
    }
    #div1 img{
        width:30vw;
        
    }
    #div1{
        width:80vw;
    }
        #div2 img{
        width:30vw;
        
    }
    #div2{
        width:80vw;
    }
        #div3 img{
        width:30vw;
        
    }
    #div3{
        width:80vw;
    }
    
      .p_preimu{
      display: none;
    } 
    .image_spl{
        width:22vw;
    }
     .figure img.image-hover {
        width:22vw;
        
    }
        .row_preimu{
   
    margin-left:0;
 
}
}
@media(max-width:480px)
{
  
  
    .image_spl{
        width:26vw;
    }
     .figure img.image-hover {
        width:26vw;
        
    }
    .caption h2{
        font-size: 9vw;
    }
    .kak_pomity h2{
        font-size:10vw;
    }
.kak_pomity h3{
        font-size:5vw;
    }
    .container h2{
        font-size:10vw;
    }
    .image_spl{
        width:26vw;
    }
     .figure img.image-hover {
        width:26vw;
        
    }
     .menu{
         margin-top: 8vh;}
     
}
@media(max-width:480px)
{
    
}







/*=============INVALID-ANIMATION==============*/
@keyframes showRight {

from {right:-100%;}

to {right:0;}

}
@keyframes showLeft {

from {left:-100%;}

to {left:0;}

}

.row_prog{
    display: flex;
    padding-top: 50px;
position: relative;

animation: showLeft 1s;

z-index: 1;
}

.row_prog1{
    display: flex;
    padding-top: 50px;
position: relative;

animation: showRight 1s;

z-index: 1;
}
/*========FOOTER=======*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

.footer-distributed{
  background: #424242;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font-family: 'Gotham Black', sans-serif;
  margin: 0;
}

.footer-distributed h3 span{
  color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  white;
  font-size: 18px;
    
  font-weight: normal;
  margin-top: 50px;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
    font-size:20px;
    
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  lightseagreen;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
    font-size:20px;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}












