

/* Start:/local/components/HB/info.stock/templates/design24/style.css?17562005706538*/
.actions_list_new {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px;
}


.actions_link:before{
    content:none;
}

.actions_item_new {
    width: calc(1 / 3* 100%);
    display: block;
    vertical-align: top;
    float: left;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 80px;
    padding: 0 10px;
}

.actions_list_new .room-item{
	width: calc(1/2*100%);
	margin-bottom: 60px;
	position: relative;
	color: #fff;
	height:100%;
	margin-right:0px;
	margin-left:0px;
	padding: 0 10px;
}


.actions_title{
    position: static;
    padding: 0;
    color:#0A0A0A;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
	display: block;

}
.actions_link{
    display: flex;
    flex-direction: column;
    gap:20px;
	position: relative;
}

.actions_title span{
    border:none;
}

.actions_time{
    color:#4A4A4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    opacity:1;
    margin-top: 8px;
}

.actions_discount {
    background-image: none;
    background-color: #AFD970;
    background-position: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #0A0A0A;
    left: 0;
    bottom: 36px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align: center;
}

.count_products_detail{
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}

.actions_discount_detail{
	width: 186px;
	position: static;
	justify-content: start;
    padding-left: 12px;
}

.image_info_detail{
	z-index: 1;
	bottom:20%;
	position: absolute;
}

.image_info_price{
	display:flex;
}

.triangle_discount {
    left: 150px;
    bottom: 36px;
    position: absolute;
    z-index: 1;
    height: 50px;
}

.triangle_discount_detail{
	position:static;
}

.actions_discount span{
    position:static;
    max-width:100%;
}

img{
	width:100%;
}

.actions_image{
	position: relative;
	display: block;
}

.actions_image_detail {
    margin-right: 90px;
    position: relative;
    display: block;
    width: 45%;
	max-width: 45%;
}
.actions_text_detail{
    width: calc(55% - 90px);
    max-width: calc(55% - 90px);	
}
.action__text p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;	
}
.action__text a{
	color: #4B919B;
	border: none;
	font-weight: 400;	
}
.action__text strong{
	font-weight: 600 !important;
}
.actions__main-text{
	max-width: 85%;
}
.actions__main-text {
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    position: relative;
    margin-bottom: 125px;
}
.actions_detail_old_price{
	font-weight: 400;
	font-size: 16px;
	line-height: 20.8px;
	color: #4A4A4F;
	text-decoration: line-through;
	
}

.current_price{
	margin-right:5px;
}

.info_room_name_detail{
	font-weight: 500;
	size: 20px;
	line-height: 24.2px;
	color: #0A0A0A; 
	margin-bottom: 8px;
	transition: color 0.3s ease-in-out;
	position: relative;
}
.info_room_name_detail:hover{
	color: #4B919B;
    border: none;
}
.info_room_name_detail::after{
	content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #4B919B;
    transition: width 0.3s ease-in-out;
}
.info_room_name_detail:hover::after{
	width: 100%;
}
.info_colors_detail{
    font-weight: 400;
    size: 16px;
    line-height: 19.36px;
    color: #4A4A4F;
    margin-top: 8px;
}

.button_actions_detail .btn {
	display: inline-block;
	width: auto;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	background: #4b919b;
	color: white;
	border: 1px solid #4b919b;
	cursor: pointer;
	padding: 16px 50px;
	line-height: normal;
}
.action__text{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;	
}

@media screen and (max-width: 1919px) {
	.actions_item_new{
		width: calc(1/3*100%);
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1450px) {
	.actions__main-text {
		max-width: 100%;
	}
	.actions_image_detail {
		margin-right: 55px;
		width: 35%;
		max-width: 35%;
	}
	.actions_text_detail{
		width: calc(65% - 55px);
		max-width: calc(65% - 55px);	
	}	
}
@media screen and (max-width: 1365px) {
	.actions_item_new{
		width: calc(1/3*100%);
		margin-right: 0;
		margin-left: 0;
	}
	
}

@media screen and (max-width: 1024px) {
	.actions_item_new{
		width: calc(1/2*100%);
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 60px;
	}	

	.actions_discount_detail{
		width: 196px;
		height: 47px;
	}

	.current_price{
		font-size:18px;
	}

	.actions_detail_old_price{
		font-size:14px;
	}

	.triangle_discount_detail{
		height: 47px;
	}

	.count_products_detail{
		font-size:18px;
	}
	
	.info_room_name_detail{
		font-size:18px;
	}	
	.actions__main-text {
		font-size: 16px;
		line-height: 26px;
		color: #262626;
		position: relative;
		margin-top: 0 !important;
		margin-bottom: 60px;
	}	
}
@media screen and (max-width: 991px) {
    .actions_image_detail {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
		margin-bottom: 40px;
    }
    .actions_text_detail {
        width: 100%;
        max-width: 100%;
    }	
}
.button_actions_detail{
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.actions_item_new{
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 40px;
	}
	.actions__main-text {
		font-size: 16px;
		line-height: 26px;
		color: #262626;
		position: relative;
		margin-top: 0 !important;
		margin-bottom: 40px;
	}	
	.actions_list_new .room-item{
		width: calc(100%);
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 40px;
	}
	.actions_time {
		font-size: 14px;
		line-height: 17px;
	}	
	.actions_title {
		font-size: 18px;
		line-height: 22px;
	}
	.style-top {
		margin-bottom: 40px !important;
	}
    .actions_image_detail {
        margin-bottom: 25px;
    }
	/* .button_actions_detail{
		display: none;
	} */
	.count_products_detail {
		margin-bottom: 5px;
	}
	.info_room_name_detail {
		size: 18px;
		line-height: 22px;
	}	
}

@media screen and (max-width: 359px) {
	.actions_title{
		font-size:18px;
	}
	
	.actions_item_new{
		width: calc(100% - 10px);
		margin-right: 5px;
		margin-left: 5px;
	}
}
.style-top {
    margin-bottom: 80px !important;
}
.room-item-blocks{
    position: relative;	
}
.image_info_detail {
    z-index: 1;
    bottom: 36px;
    position: absolute;
}
/* End */
/* /local/components/HB/info.stock/templates/design24/style.css?17562005706538 */
