.main-slider__item a {
  width: 100%;
}

.banners__item-img {
  position: relative;
}

.banners__item-img::before {
  content: '';
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1s ease;
  -webkit-transition: all .6s ease;
}

.banners__item-img:hover::before {
  opacity: 0.10;
  transition: all 1s ease;
  -webkit-transition: all .6s ease;
}

.banners__item-name {
  height: 61px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 17px 30px;
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #1B1B1B;
  top: 30px;
  left: 30px;
}

.banners__item-name-webp {
  height: 61px;
  //background: #FFFFFF;
  //box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 17px 30px;
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 29px;
  line-height: 130%;
  color: #1B1B1B;
  top: 30px;
  left: 30px;
  width: 246px;
}

.banners__item-name-subtitle {
  height: 61px;
  padding: 17px 30px;
  position: absolute;
  color: #000;
  //font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #1B1B1B;
  top: 120px;
  left: 30px;
  width: 246px;
}


.banners__item-button {
  height: 61px;
  background: #E0C766;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 17px 30px;
  position: absolute;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: white;
  bottom: 30px;
  left: 30px;
}

.banners__item--right {
  left: auto;
  right: 30px;
}

.banners__item-img:hover .banners__item-name {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.banners__item.big-img.webp {
	height: 422px;
}

.banners__item-img.webp {
	background-color: ivory;
	border: 1px solid #E0C766;
	height: 100%;
	width: 100%;	
}

.banners__item-img .webp{
	height: 100%;
	width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    float: right;
}

@media (max-width: 767px){
  .banners__item-name{
    min-height: 52px;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    /* max-width: 156px; */
  }
  .banners__item--right{
    left: 30px;
    right: auto;
  }
}