* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
	object-fit: cover;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}

.card {
        padding: var(--15px);
/*	padding: 15px; */
/*	padding: 30px; */
/*	min-height: 300px; */
}


.swiper-button-prev,
.swiper-button-next {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}


.slider-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.slider-buttons {
	display: flex;
	align-items: center;
}



.swiper-pagination-bullet {

	width: var(--21px);          /* !!! регулировка ширины кнопки пагинации */
	height: var(--21px);          /* !!! регулировка высоты кнопки пагинации */


	margin: 0 var(--15px); 
	opacity: 1;
	background: none;
	background: url("../../images/icons/icon-pagination.svg") center no-repeat;
        margin:0 var(--12px)!important;
}

.swiper-pagination-bullet-active {
	background: url("../../images/icons/icon-pagination-active.svg") center no-repeat;
}



.swiper-button-prev {
  background:none;
  width:var(--47px);
  height:var(--47px);
/*  width:62px; */
/*  height:62px; */
  position: absolute;
}

.swiper-button-next {
  background:none;
  width:var(--47px);
  height:var(--47px);
/*  width:62px; */
/*  height:62px; */
  position: absolute;
}


.swiper-container {
/*	padding-bottom: 50px; */
}



.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
