.o_nas_list{
	background: url(/local/templates/.default/images_2022/bg_o_nas_list.png) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 145px;
}

.o_nas_list_container{
	max-width: 1110px;
	margin: 0 auto;
}

.o_nas_item{
	margin-bottom: 165px;
}

.o_nas_item_category{
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #C9072B;
	margin-bottom: 4px;
}

.o_nas_item_name{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #275E37;
	margin-bottom: 41px;
}

.o_nas_item_preview{
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
}

.o_nas_item_btn{
	margin-top: 27px;
}

.o_nas_item_btn button{
	outline: 0!important;
	width: 170px;
	text-align: center;
	background: #e30611;
	font-family: 'Fira Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 16px 0 15px;
	border-radius: 9999px;
	border: 1.5px solid #e30611;
}

.o_nas_item_btn button:hover{
	background: #c0050f;
	border-color: #c0050f;
}

.o_nas_item.right .o_nas_item_category,
.o_nas_item.right .o_nas_item_name,
.o_nas_item.right .o_nas_item_preview,
.o_nas_item.right .o_nas_item_btn{
	text-align: right;
}

.o_nas_item_sl.owl-carousel .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	position: absolute;
	left: 0;
	right: 0;
}

.o_nas_item_sl.owl-carousel .owl-dots button{
	outline: 0!important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 0 4px;
}

.o_nas_item_sl.owl-carousel .owl-dots button.active{
	border-color: #C9072B;
}

.o_nas_item_sl.owl-carousel .owl-dots button span{
	display: block;
	width: 10px;
	height: 10px;
	background: #C6C6C6; 
	border-radius: 100%;
	border: 3px solid #C6C6C6;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.o_nas_item_sl.owl-carousel .owl-dots button.active span{
	border-color: #fff;
	background: #C9072B;
}

.o_nas_item_detail{
	display: none;
}

.o_nas_item_detail_item{
	margin-top: 59px;
}

.o_nas_item_detail .o_nas_item_detail_item:nth-child(2){
	margin-top: 83px;
}

@media(max-width:992px){
	.o_nas_item{
		margin-bottom: 50px;
	}

	.o_nas_item_name{
		margin-bottom: 25px;
	}
	
	.o_nas_item_sl.owl-carousel{
		margin-bottom: 30px;
	}
	.o_nas_item_sl.owl-carousel .owl-dots{
		position: initial;
	}

	.o_nas_item_detail_item_img{
		margin-bottom: 30px;
		text-align: center;
	}

	.o_nas_item_detail_item,
	.o_nas_item_detail .o_nas_item_detail_item:nth-child(2){
		margin-top: 50px;
	}
}