.swiper{
  width: 100%;
  position: relative;
}
.swiper-wrapper{
  overflow: hidden;
}

.swiper-pagination-bottom {
  width: 70%;
  display: inline-flex;
  justify-content: center;
  line-height: 24px;
  height: 24px;
  align-items: center;
  margin-top: 16px;
}
.swiper-pagination-bullet {
  background: var(--icon_muted);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: var(--inputs_active);
  opacity: 1;
}
.swiper-control{display: none;}
.swiper-arrow {
  border-radius: 100%;
  background: var(--white);  
  width: 40px;
  height: 40px;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-arrow:hover {
  background: var(--button_white_hover);
}
.swiper-arrow.swiper-button-disabled{
  background: var(--button_muted);
  cursor: default;
}
@media (min-width: 576px){
  .swiper-pagination-bottom {
    margin-top: 24px;
  }
}
@media (min-width: 992px){
  .swiper-pagination-bottom{
    display: none;
  }
  .swiper-control{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;    
    
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
  }
  .swiper-arrow.swiper-prev{
    transform: translateX(-48px);
  }
  .swiper-arrow.swiper-next{
    transform: translateX(48px);
  }
}


@media (min-width: 1400px){
  .swiper-arrow.swiper-prev{
    transform: translateX(-68px);
  }
  .swiper-arrow.swiper-next{
    transform: translateX(68px);
  }
}


/* .swiper_other__pagination {
    line-height: 12px;
    height: 12px;
    text-align: center;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 6px;
    background: #1B2631;
}
.swiper_other__control {
    position: absolute;
    display: flex;
    gap: 24px;
    top: 0;
    right: 0;
	height: 100%;
}
.swiper-arrow {
	display: none;
    background: none;
	cursor: pointer;
	text-align: center;
	height: 100%;
	border: 2px solid var(--color_bg_button);
	background-color: var(--white);
}
.swiper-arrow:hover {
	border: 2px solid var(--color_bg_button_hover);
	background-color: var(--white);
} */


/* -md- */
/* @media (min-width:700px) {
	.swiper-wrapper {
		margin-bottom: 24px;
	}
	.swiper_other__pagination {
		line-height: 44px;
		height: 44px;
	}
	.swiper-arrow {
		border-radius: 10px;

		padding: 10px;
		width: 44px;
		height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
	}
	.swiper-arrow.swiper-button-disabled{
		cursor: default;
		border: 2px solid var(--color_bg_button_muted);
	}
	.swiper-arrow.swiper-button-disabled svg path{
		fill: var(--color_bg_button_muted);
	}
} */

/* -xl- */
/* @media (min-width:1200px) {
	.swiper-wrapper {
		margin-bottom: 56px;
	}
	.swiper_other__pagination {
		line-height: 56px;
		height: 56px;
	}
	.swiper-arrow {
		border-radius: 16px;
		width: 56px;
		height: 56px;
	}
} */

/* -xxxl- */
/* @media (min-width:1800px) {
	
} */