
/*.btn3.slider__item {
    position: relative;
    width: 100%;
    max-width: 400px;
}*/
.responsive {
    width: 100%;
    max-width: 400px;
   
    max-height: 300px;
}
/*Кнопка нові авто*/

.btn {
    
    
    position: relative;
  
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    background-color: #34568B;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    
    
}
/*Кнопка вживані  авто*/
.btn5 {
    
    
  position: relative;

  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  background-color: #8097ff;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  
  
}
.btn5:hover {
  background-color: #CD212A;
}
/*Кнопка товари та послуги*/
.btn6 {
   
  position: relative;

  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  background-color: #ebecf0c0;
  color: rgb(41, 39, 39);
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  
  
}
.btn6:hover {
  background-color: #CD212A;
  color: rgb(255, 254, 254);
}
/*.btn3.slider__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}*/

.btn:hover {
    background-color: #CD212A;
}



/*.slider__item.bottom-left {
    position: absolute;
    background-color: #555;
    color: white;
    bottom: 48px;
    left: 86px;
}
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
    

/*Кнопка для паралакса слайдера или fixed?
.btn {
    position: absolute;
    top: 100px;
    right: 100px;
   
    background-color: rgb(228, 23, 23);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    
    
}
*/
/*Заголовки  нові авто і авто вживані.Автофінансування.Історія*/
#new-cars {
  border-left: 6px solid #34568B;
    background-color: #efefee;
    padding-top: 5px;
  padding-bottom: 5px;
    padding-left: 50px;
margin-left: 115px;
  }
  p{
    padding-top: 5px;
    padding-bottom: 5px; 
  }
  #used-cars {
    border-left: 6px solid #8097ff;
    background-color: #efefee;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
  }
  #autofinance {
    border-left: 6px solid #CD212A;
    background-color: #efefee;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
   
  }
  #history {
    border-left: 6px solid #34568B;
    background-color: #efefee;
    padding-top: 15px;
  padding-bottom: 15px;
    padding-left: 50px;

  }
  .responsive {
    width: 100%;
    height: auto;
  }
  /* Кнопки під слайдерами Авто нові та вживані */
  .button {
  
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    /*Було
    padding: 16px 32px;*/
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin: 4px 2px;*/
    margin: 2%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
 
  .button3 {
    background-color: white; 
    color: black; 
    border: 3px solid #CD212A;
  }
  
  .button3:hover {
    background-color: #CD212A;
    color: white;
  }
  .button4 {
    background-color: #34568B;
    color: white;
    border: 2px solid #34568B;
  }
  
  .button4:hover {
    background-color: #CD212A;
   
  }
  .button5 {
    background-color: #8097ff;
    color: white;
    border: 2px solid #8097ff;
  }
  
  .button5:hover {
    background-color: #CD212A;
   
  }
  .button6 {

    color: white;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    background-color: #CD212A;
    transition-duration: 0.4s;
  }
  
  .button6:hover {
    background-color: #34568B;
   
  }
  /*Убрал как не работающу?
  html,
  body {
    position: relative;
    height: 100%;
  }

  body {
   
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    
  }*/
  .swiper {
    width: 100%;
    height: 100%;
    background: #000;
   
    }
  
    .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    }
  
    .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    }
  
    .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    }
  
    .swiper-slide .subtitle {
    font-size: 21px;
    }
  
    .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
    }
  

