      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #444;*/
        display: flex;
        justify-content: center;
        align-items: center;
		user-select: none;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	.mySwiper1{
	  width: 100%;
      height: 100%;
	  /*height: 1;*/
	}

    .swiper-slide-mySwiper1 {
      text-align: center;
      font-size: 18px;
      display: flex;
	  flex-direction: column;
      justify-content: center;
      align-items: center;
	  height: 100%;
	  /*background: #f1f1f1;*/
	  transition: width .4s ease;
    }
	/**без увеличения**/
	.swiper-slide-mySwiper1 .inner-slide img{
		width: 100%;
		border-radius: 25px;
		object-fit: cover;
	}
	.title-auto {
		display: flex;
		justify-content: space-between;
		padding-top: 5px;
		width: 100%;
	}

	.title-auto > h4:nth-child(1) {
		flex: 2;
		font-size: 16px;		
		text-align: left;
		line-height: 1.3;
		height: calc(1.3em * 2);
		overflow: hidden;
	}
	.title-auto > h4:nth-child(2){
		flex: 1;
		font-size: 16px;
		text-align: right;
	}
	.description-auto {
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		
	}
	.text-description{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: 110px;
	}
	.description-auto p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: left;
		font-size: 14px;
		line-height: 112%;
	}
	.look-the-car a {
		display: inline-block;
		padding: 5px 15px 5px 15px;
		border: 1px solid #025FFF;
		border-radius: 10px;
		font-family: 'Commissioner';
		font-weight: 300;
		font-size: 12px;
	}
	.swiper-slide-mySwiper1.swiper-slide-prev .description-auto{

	}
	.swiper-slide-mySwiper1.swiper-slide-active .description-auto{

	}
	.swiper-slide-mySwiper1.swiper-slide-next .description-auto{

	}
	
	
	
	
	
	
	/******************************************************/
	/**слайдер я уменьшенными слайдами mySwiper0**/
	/*****************/
	/*.swiper-slide .title-auto {
		display: none;
	}
	.swiper-slide .description-auto {
		display: none;
	}*/
	
	/*****************/
	.swiper.mySwiper0 {
        height: auto;
      }
	.swiper-slide-mySwiper0 {
		text-align: center;
		font-size: 18px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 500px;
		/*background: #f1f1f1;*/
		transition: width .4s ease;
	}
	.swiper-slide.swiper-slide-mySwiper0 .inner-slide{
		width: 97%;
		height: 37%;
		border-radius: 25px;
		overflow: hidden;
		transition: width .4s ease, height .4s ease, transform .4s ease;
	}
	/*слайды*/
	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-prev {
		width: 25%!important;
		height: 500px;
		
	}
	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-active {
		width: 47%!important;
		height: 500px!important;
	}

	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-next {
		width: 25%!important;
		height: 500px;
	}
	/*контейнер внутри слайдов*/
	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-prev .inner-slide{
		width: 97%;
		height: 37%;
		border-radius: 25px;
	}
	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-active .inner-slide{
		width: 95%;
		height: 100%;
		border-radius: 25px;
		overflow: hidden;
	}
	.swiper-slide.swiper-slide-mySwiper0.swiper-slide-next .inner-slide{
		width: 97%;
		height: 37%;
		border-radius: 25px;
		
	}
	.swiper-pagination.swiper-pagination-mySwiper0 {
		position: relative;
		margin-top: 26px;
		z-index: 8;
	}
	.swiper-button-next.swiper-button-next-mySwiper0 {
		position: absolute;
		top: auto;
		left: 50%;
		transform: translateX(30px);
		bottom: 0px;
		background: url(/assets/templates/img/main/carwash/row_right.svg) 50% 50% / 24px 24px no-repeat;
		background-position: 50% 50%;
		bottom: -10px;
		margin-left: 10px;
	}
	.swiper-button-prev.swiper-button-prev-mySwiper0 {
		position: absolute;
		top: auto;
		left: 50%;
		transform: translateX(-77px);
		bottom: 0px;
		background: url(/assets/templates/img/main/carwash/row_left.svg) 50% 50% / 24px 24px no-repeat;
		background-position: 50% 50%;
		bottom: -10px;
		margin-left: 10px;
	}
	
	/*картинка внутри контейнера*/
	/*.swiper-slide .inner-slide img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.swiper-slide.swiper-slide-active .inner-slide img{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}*/
	
	/*navigations*/
	/*.swiper-button-next, .swiper-button-prev {
		color: #00A40E;
	}*/
	
	/*signature*/
	/*.title-auto {
		display: flex;
		justify-content: space-between;
		padding-top: 5px;
		width: 100%;
	}
	.swiper-slide .title-auto h4 {
		overflow: hidden;
		height: 18px;
	}
	.swiper-slide.swiper-slide-active .title-auto h4 {
		overflow: hidden;
		height: 54px;
	}
	.swiper-slide .title-auto h4 {
		overflow: hidden;
		height: 18px;
	}
	.title-auto h4 {
		flex: 1;
	}
	.title-auto > h4:nth-child(1) {
		flex: 1.5;
		font-size: 16px;		
		text-align: left;
	}
	.title-auto > h4:nth-child(2){
		flex: 1;
		font-size: 16px;
		text-align: right;
	}*/
	
	.swiper-slide-prev.swiper-slide-mySwiper0 .description-auto,
	.swiper-slide-next.swiper-slide-mySwiper0 .description-auto{
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		opacity: 0;
		
	}
	.swiper-slide-mySwiper0 .description-auto p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: left;
		font-size: 14px;
		line-height: 112%;
	}
	.swiper-slide-mySwiper0 .look-the-car a {
		display: inline-block;
		padding: 5px 10px 5px 10px;
		border: 3px solid #025FFF;
		border-radius: 10px;
		font-family: 'Commissioner';
		font-weight: 300;
	}
	
	/*второй слайдер*/

.swiper-slide.swiper-slide-2 img{
	width: 170px;
	height: 113px;
}
.mySwiper-2 {
	position: relative;
	padding-bottom: 44px;
}
.swiper-pagination.swiper-pagination-2 {
	position: relative;
	margin-top: 26px;
	z-index: 8;
}
.swiper-button-next.swiper-button-next-mySwiper-2 svg,.swiper-button-prev.swiper-button-prev-mySwiper-2 svg,
.swiper-button-next.swiper-button-next-mySwiper1 svg,.swiper-button-prev.swiper-button-prev-mySwiper1 svg,
.swiper-button-next.swiper-button-next-mySwiper0 svg,.swiper-button-prev.swiper-button-prev-mySwiper0 svg {
	display: none;
}
.swiper-button-next.swiper-button-next-mySwiper-2 {
	position: absolute;
	top: 149px;
    right: 50%;
    margin-right: -108px;
	bottom: 0;
	background: url("/assets/templates/img/main/carwash/row_right.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
	z-index: 10;
}
.swiper-button-prev.swiper-button-prev-mySwiper-2 {
	position: absolute;
	top: 149px;
	margin-left: -108px;
    Left: 50%;
	bottom: 0;
	background: url("/assets/templates/img/main/carwash/row_left.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
	z-index: 10;
}
/*первый слайдер*/
.swiper.mySwiper1 {
	position: relative;
	padding-bottom: 44px;
}
.swiper-pagination.swiper-pagination-mySwiper1 {
	position: relative;
	margin-top: 26px;
	z-index: 8;
}
.swiper-button-prev.swiper-button-prev-mySwiper1 {
	position: absolute;
	top: auto;              
    transform: none;       
	left: 50%;
    transform: translateX(-77px);
	bottom: 0;
	background: url("/assets/templates/img/main/carwash/row_left.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
}
.swiper-button-next.swiper-button-next-mySwiper1 {
	position: absolute;
	top: auto;              
    transform: none;        
	left: 50%;
    transform: translateX(30px);
	bottom: 0;
	background: url("/assets/templates/img/main/carwash/row_right.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
}

.swiper-slide.swiper-slide-mySwiper1 .inner-slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 15px;
	width: 50px;
	height: 50px;
	background: url('/assets/templates/img/main/banner/shopcar 1.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 50% 50%;
}