.subsc-banner .subsc-item:after{
	background:none;
}
.listbox{	

   padding-left: 20px;

    padding-right: 20px;
}
.category__wrapper-item-image--scale{
	position:relative;
}
.listbox li{
	color:#ffbf19;
}
.listbox li span{
	color:black;
}
.listbox span.white{
			color:white;
}
.listbox span.red{
			color:red;
}
.listbox span.green{
			color:#37a337;
}
.listbox span.black{
			color:black;
}
.listbox span.blue{
			color:#4949ff;
}
.background_listbox{
	 position: absolute;
    z-index: 99;
    bottom: 0px;
    /* left: 20px; */
    width: 100%;
    background: black;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) -15%, rgb(255 255 255 / 0%) 65%);
}
.background_listbox{
	
	    height: 0;
	transition: height 0.3s;
}
.category__wrapper-item:hover  .background_listbox{
		
	 
	height:100%;
	   	transition: height  0.3s;
}
.category__wrapper-item:hover
.listbox{
bottom: 0;
	display:block;
}

.category__wrapper-item:hover .category__wrapper-item-image:not(.category__wrapper-banner-image) img {
	 transform: scale(1);
}
.listbox{
	position:absolute;
	display:none;
}
/* .category__wrapper-item.with-listbox:hover .category__wrapper-item_bullets-item
{
		 transition: padding 0.3s; 
    z-index: 100; 
    padding: 2px 8px 4px 8px;

} */
.category__wrapper-item_bullets-item{
	/* transition: padding  0.3s; */

}
/* .category__wrapper-item.with-listbox:hover  .category__wrapper-item_bullets{
			transition: top 0.3s;
	    top: 19%;
    z-index: 100;
} */
 .category__wrapper-item_bullets{
	 	/* transition: top 0.3s; */
	 
}

.ready_to_start_block{
	display:none;
}

@media screen and (max-width:991px) {
.ready_to_start_block{
	display:block;
}
.ready_to_start_container{
	    margin-top: 18px;
	display:flex;
	    justify-content: space-between;
}
.ready_to_start_container .button_ready{
	width:48%;
	background: #feb907;
  color: white;
	    background: #ffbf19;
    padding: 9px;
    border-radius: 13px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: white;
	  text-align:center;
}
.ready_to_start_container .button_ready{
	  width:48%;
	  background: #feb907;
    background: #ffbf19;
    padding: 9px;
    border-radius: 13px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: white;
	  text-align:center;
}
	
	.calc-opener-ready div{
		color: white;
	}
}

.subsc-banner .subsc-item:after{
	background:none;
}
.listbox span{
	text-shadow:none!important;
	font-weight:600;
}
.category__wrapper-item-link{
	z-index:100;
}

@media screen and (min-width:1198px){
	body .be-bread{
	z-index:101;
}
}