.section-common{
	padding:100px 0px;
}

.section-common:not(.colored) + .section-common:not(.colored){
	padding-top: 0px;
}

.section-common h2{
	margin-bottom:28px;
}

#poststuff .section-common h2{
	padding:0px;
}

.clearfix{
	clear:both;
}

.breadcrumbs_wrap{
	margin-top:32px;
	margin-bottom:42px;
}
.breadcrumbs_wrap .separator {
  background-image: url(../img/sep.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  font-size: 0px;
  display: inline-block;
  color: opacity;
  height: 24px;
  margin: 0 4px;
  position: relative;
}

.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 15px;
}


main + .section-common{
	padding-top:105px;
}

.odds h2{
	margin-bottom:21px;
}

.odds_header{
	margin:0 -35px 64px;
}

.odds_header .col-md-6{
	padding-left:35px;
	padding-right:35px;
}

.odds_link_more a{
	color:var(--second_color);
	display:flex;
	align-items:center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase; 
}

.odds_link_more a svg{
	margin-left:8px;
}

.odds_link_more a:hover{
	color:var(--main_color);
}

.odds_link_more a:hover svg path{
	stroke:var(--main_color) !important;
}

.odds_video_thumb{
	position:relative;
	display:block;
} 

.odds_video_thumb span{
	display:block;
}

.odds_video_thumb img{
	width:100%;
	height:336px;
	object-fit:cover;
	border-radius: 30px;
}

.odds_video_thumb:before{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	border-radius: 30px;
	z-index:5;
	height:100%;
	background-color:var(--main_color_opacity_50);
}

.odds_video_thumb span.odds_video_play{
	position:absolute;
	top:50%;
	z-index:10;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.odds_video_play_label{
	margin-top:10px;
	width:100%;
	display:block;
color:#fff;
font-weight: 700;
line-height: 20px; 
text-transform: uppercase; 
}

.odds_item_in{
	padding:24px 24px 34px;
	text-align:center;
	height:100%;
	border: 1px dashed var(--second_color);
	border-radius: 20px; 	
}

.odds_img{
	margin-bottom:17px;
}

.odds_title{
	margin-bottom:9px;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.rcp_catalog_row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -12px;
}

.rcp_catalog_item{
	width:25%;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:24px;
}

.rcp_catalog_item_link{
	display:block;
	height:216px;
	color:#fff;
	position:relative;
}

.rcp_catalog_item_link span{
	display:block;
}

.rcp_catalog_item_img:after{
	background: linear-gradient(180deg, rgba(11, 103, 190, 0.15) 0%, #0B67BE 88.89%); 	
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	width:100%;
	height:100%;
	border-radius:16px;
}
.rcp_catalog_item_img, .rcp_catalog_item_img img{
	height:100%;
	width:100%;
}

.rcp_catalog_item_img img{
	object-fit:cover;
	border-radius:16px;
}

.rcp_catalog_item_info{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:18px 24px;
}

.rcp_catalog_item_name{
	font-size: 16px;
	font-weight: 800;
	line-height: 150%;
	text-transform: uppercase; 
}

.rcp_catalog_item_qty{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin-top:5px;
}