.home-best {
	padding-top:0;
padding-bottom: 80px;
    	overflow: hidden;
	
}
.home-best .container{position: relative;}
.home-best .container:before {
position: absolute;
    content: "";
    left: -956px;
    top: 0;
    height: 100%;
    width: 1000px;
    background: #fff;
    z-index: 10;
    margin-right: auto;
    right: auto;
}
.home-best  .swiper {
	overflow: visible;
	padding-bottom: 40px;
}
.home-best  .title {
	margin-top:40px;
	margin-bottom:32px;
	font-size: 24px;
    	font-weight: var(--font-w-600);
}
.home-best a.home-category-url {
	text-decoration: none;
	font-size:16px;
	color: var(--bfg-color-grey_dark);
	display: flex;
	align-items: center;
	margin-bottom: 74px;
}
.home-best a.home-category-url img {
	margin-left:23px;
}
.home-best a .home-category-title,
.home-best .home-category-title {
	text-decoration: none;
	text-align:center;
	color: var(--bfg-color-black);
	padding-top: 11px;
}
.home-best .swiper a {
	text-decoration: none;
}
.swiper-button-next-custom,
.swiper-button-prev-custom{
	border-radius:60px;
	width:32px;
	height:32px;
position: absolute;
    top: -62px;
    right: 0;
cursor: pointer;
transition: background 300ms ease, opacity 300ms ease;

	}
.swiper-button-next-custom {
background: var(--bfg-color-grey_light) url(/local/templates/bronkafashion-energosoft/assets/img/arrow-right-32-white.svg) 60% 50% no-repeat;
}
.swiper-button-next-custom:hover {
background: var(--bfg-color-blue_dark) url(/local/templates/bronkafashion-energosoft/assets/img/arrow-right-32-white.svg) 60% 50% no-repeat;
}
.swiper-button-prev-custom {
background: var(--bfg-color-grey_light) url(/local/templates/bronkafashion-energosoft/assets/img/arrow-left-32-white.svg) 40% 50% no-repeat;
right: 56px;
}
.swiper-button-prev-custom:hover {
background: var(--bfg-color-blue_dark) url(/local/templates/bronkafashion-energosoft/assets/img/arrow-left-32-white.svg) 40% 50% no-repeat;
}
 .home-category .swiper-slide img {
width: 100%;
    height: auto;
}
@media (max-width: 1440px) {
.home-best a .home-category-title, 
.home-best .home-category-title {font-size:16px;}
}
@media (max-width: 1024px) {
.home-best .title {
	margin-top:32px;
	margin-bottom:32px;
}
.home-best  .swiper-button-next-custom, 
.home-best .swiper-button-prev-custom {top: -62px;}
}
@media (max-width: 744px) {
.home-best .container:before {left: -976px; }
}
@media (max-width: 375px) {
.home-best .container:before {left: -988px; }
.home-best a .home-category-title, 
.home-best .home-category-title {font-size:14px;}
.home-best .title {
	margin-top:24px;
	margin-bottom:20px;
font-size:20px;
}
.home-best  .swiper-button-next-custom, 
.home-best .swiper-button-prev-custom {display:none;}
.home-best .swiper-button-lock {
    display: none !important;
}
}