.home_categories_tabs__content {
	display: none;
	position: relative;
	padding: 30px 28px 32px 37px;
}

.home_categories_tabs__content-inner {
	padding-right: 40px;
	max-height: 436px;
	overflow-x: auto;
	scrollbar-width: thin;          /* "auto" или "thin"  */
	scrollbar-color: #1B469A #E5E5E5;
}

.home_categories_tabs__content-inner::-webkit-scrollbar {
	width: 8px;
}

.home_categories_tabs__content-inner::-webkit-scrollbar-track {
	background: #E5E5E5;
	box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__content-inner::-webkit-scrollbar-thumb {
	background: #1B469A;
	border-radius: 5px;
}

.home_categories_tabs__content-inner:after {
	position: absolute;
	/*content: '';*/
	width: calc(100% - 36px);
	height: 167px;
	left: 0;
	bottom: 18px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 137.72%);
	pointer-events: none;
}

.home_categories_tabs__caption{
	scrollbar-width: thin;          /* "auto" или "thin"  */
	scrollbar-color: #1B469A #E5E5E5;
}
.home_categories_tabs__caption::-webkit-scrollbar {
	height: 8px;
}

.home_categories_tabs__caption::-webkit-scrollbar-track {
	background: #E5E5E5;
	box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__caption::-webkit-scrollbar-thumb {
	background: #1B469A;
	border-radius: 5px;
}

.home_categories_tabs__content.active {
	display: block;
}

ul.home_categories_tabs__caption{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

ul.home_categories_tabs__caption li{
	/*background: #ffffff;*/
	height: 44px;
	padding: 6px 30px 0;
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 26px;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #606060;
	letter-spacing: 0.01em;
	cursor: pointer;
}

ul.home_categories_tabs__caption li:hover{
	background: #FFFFFF;
	box-shadow: 0 4px 10px rgba(27, 70, 154, 0.25);
	border: 1px solid transparent;
}

ul.home_categories_tabs__caption li.active{
	background: #1B469A;
	border: 1px solid #1B469A;
	color: #FFFFFF;
}

ul.home_categories_tabs__caption li.active:hover{
	box-shadow: 0 4px 24px rgba(27, 70, 154, 0.4);
}

.home_categories_tabs__content.active ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.home_categories_tabs__content.active ul li{
	margin-bottom: 12px;
}

.home_categories_tabs__content.active ul li:last-child{
	margin-bottom: 0;
}

.home_categories_tabs__content.active ul li a{
	display: block;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: #A6A6A6;
	padding: 6px 22px;
	letter-spacing: 0.01em;
}

.home_categories_tabs__content.active ul li a:active,
.home_categories_tabs__content.active ul li a:hover{
	color: #000000;
	text-decoration: none;
	box-sizing: border-box;
	background: #E5E5E5;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.home_categories_tabs__content.active ul li a:active{

}

.home_categories_tabs--wrapper{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: inset 0 2px 10px rgba(27, 70, 154, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.home_categories_tabs_bg{
	position: relative;
	width: 60%;
	max-width: 675px;
	min-height: 500px;
	flex-grow: 2;
	background: url("/local/templates/kmktradeco/images/home-tabs-bg.jpg") no-repeat center;
	background-size: cover;
}

.home_categories_tabs_bg img{
	width: 100%;
	height: auto;
}

.home_categories_tabs__elements{
	width: 40%;
	flex-shrink: 1;
}

.home_categories_tabs_bg--inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home_categories_tabs_bg_point{
	display: none;
	position: absolute;
	right: 30%;
	top: 12%;
	width: 70px;
	height: 70px;
	background: url("/local/templates/kmktradeco/images/icons/home-cats-point.svg") center no-repeat;
}

.home_categories_tabs_bg_point.active{
	display: block;
}

.home_categories_tabs_bg_point.cat-104{
	right: 30%;
	top: 12%;
}

.home_categories_tabs_bg_point.cat-105{
	right: 28%;
	top: 46%;
}

.home_categories_tabs_bg_point.cat-106{
	right: 66%;
	top: 79%;
}

.home_categories_tabs_bg_point.cat-107{
	right: 30%;
	top: 12%;
	background: none;
}

.home_categories_tabs_bg_point.cat-1088{
	right: 13%;
	top: 18%;
}

.home_categories_tabs_bg_point.cat-108{
	right: 53%;
	top: 35%;
}
.home_categories_tabs__content__cat-title{
	display: inline-block;
	position: relative;
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #1B469A;
	margin-top: 20px;
	margin-bottom: 18px;
	padding-left: 22px;
}

.home_categories_tabs__wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.home_categories_tabs.sl .home_categories_tabs_bg_point.cat-kronen {
	width: 100%;
	height: 100%;
	background: no-repeat center url("images/kronen.jpg");
	background-size: cover;
	top: 0;
	left: 0;
}
.home_categories_tabs.sl .slide-arrow {
	width: 28px;
	aspect-ratio: 1;
	border: 1px solid #A6A6A6;
	border-radius: 5px;
	outline: none!important;
	background: #F7F7F7;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}
.home_categories_tabs.sl .slide-arrow:before {
	content: '';
	display: inline-block;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask: no-repeat center url("/local/templates/kmktradeco/images/home-slide-next.svg");
	-webkit-mask: no-repeat center url("/local/templates/kmktradeco/images/home-slide-next.svg");
	width: 8px;
	height: 12px;
	background: #A6A6A6;
}
.home_categories_tabs.sl .slide-arrow--prev:before {
	transform: rotate(180deg);
}
.home_categories_tabs.sl .slide-arrow.active {
	border-color: #1B469A;
}
.home_categories_tabs.sl .slide-arrow.active:before {
	background: #1B469A;
}
.home_categories_tabs.sl .home_categories_tabs__caption {
	align-items: center;
	overflow-x: hidden;
	gap: 10px;
}
.home_categories_tabs.sl .home_categories_tabs__caption li {
	white-space: nowrap;
}
.home_categories_tabs.sl .slide-arrow:after {
	content: '';
	display: inline-block;
	width: 0;
	position: absolute;
	top: -10px;
	bottom: -10px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 77%);
	transition: .3s;
}
.home_categories_tabs.sl .slide-arrow.active:after {
	width: 100px;
}
.home_categories_tabs.sl .slide-arrow--next:after {
	right: calc(100% + 1px);
}
.home_categories_tabs.sl .slide-arrow--prev:after {
	left: calc(100% + 1px);
	background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(255,255,255,0) 77%);
}
@media (max-width: 767px) {
	.home_categories_tabs.sl .home_categories_tabs__caption {
		align-items: center;
		overflow-x: auto;
	}
	.home_categories_tabs.sl .slide-arrow {
		display: none;
	}
}