

/* Start:/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/style.css?16220232558118*/
.bx-newslist {
	margin-bottom: -15px;

}

.flat2-aktsii  .newslist-row-inner {
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-around;
}

.flat2-aktsii .bx-newslist-container {
	/* box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .13); */
    border-radius: 3px;
	flex-basis: 46% !important;
	margin: 2% !important;
}


.flat2-aktsii .bx-newslist-block {
	padding: 0 0px;
	margin-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}


.newslist-row .bx-content {
	padding-bottom: 0px;
}

.bx-newslist-img a {
	display: block;
	z-index: 4;
}

.bx-newslist-img div.bx-newslist-img-bg { 
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: url("/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/images/bx_newslist_img_a.png") repeat-x bottom center;
}

.bx-newslist-img:hover div.bx-newslist-img-bg { 
	background: url("/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/images/bx_newslist_img_a_hover.png") repeat-x bottom center;
	}

 .bx-newslist-container {
	padding: 0 0px;
	margin-right: 0.4%;
	margin-left:0.4%;
	width: 24.4%;
	overflow: hidden;
	margin-top: 0.3%;
	margin-bottom: 0.3%;
}



@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 880px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 470px) and (max-width: 879px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
	
	.row.newslist-row-inner  {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
	.bx-newslist-container.col-sm-6 {
	width: 49.2% !important;
	margin-right: 0.4% !important;
	margin-left: 0.4% !important;
	margin-bottom: 0.8% !important;
	float: left;
	}
	
	.bx-newslist-container:nth-child(1), .bx-newslist-container:nth-child(2n+1) {
	margin-left: 0px;
	}
	
	.bx-newslist-container:nth-child(2), .bx-newslist-container:nth-child(2n) {
	 margin-right: 0px;
	}
	
}



@media (min-width: 200px) and (max-width: 469px) {
	.bx-newslist .bx-newslist-container {
		clear: both;
	}
	
	.row.newslist-row-inner  {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
	.bx-newslist-container.col-sm-6  {
	width: 100% !important;
	margin-right: 0% !important;
	margin-left: 0% !important;
	margin-bottom: 0.8% !important;
	float: left;
	}
	
	.bx-newslist-container:nth-child(1), .bx-newslist-container:nth-child(2n+1) {
	margin-left: 0px;
	}
	
	.bx-newslist-container:nth-child(2), .bx-newslist-container:nth-child(2n) {
	 margin-right: 0px;
	}
	
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	margin-bottom: 0px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;

}


.bx-newslist-container a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.bx-newslist-container a:hover img {
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4); 

	
}

.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #fff;
	margin: 0;
	font-weight: 400;
	padding: 2px 20px 20px 20px;
	font-size: 13px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 130%;
	z-index: 3;
	text-align: left;
	text-transform: uppercase;
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
	}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}

.bx-newslist .bx-newslist-container {

}


.bx-newslist-container {
    padding: 0 0px !important;
    margin-right: 0.5% !important;
    margin-left: 0.5% !important;
    width: 49% !important;
    overflow: hidden;
}

.bx-breadcrumb {
	display: none;
}

body h1.bx-title {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	margin-top: 25px;
}

.second-row.row {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.second-block {
	padding: 10px 30px 20px 30px;
	border: 1px solid #000;
	width: 70%;
    margin-top: -100px;
	float: right;
	background: #fff;
}

.second-block h2 {
	text-transform: uppercase;
	font-size: 24px;
}

.second-block  .detail_text {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom: 40px; 
	
}

.second-block  .detail_text * {
	font-size: 15px !important;
	line-height: 130%;
	letter-spacing: 0.5;
}

.clock_date_wrapper {
	display: flex;
	font-size: 18px;
	text-transform: uppercase;
	justify-content: space-between;
    white-space: normal;
}

.readmore {
	
}

.block_date {
    color: #E32C30;
	background: url("/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/images/icon_clock.png") no-repeat left center;
	background-size: 20px 20px;
	padding-left: 28px;
}	

.readmore a {
	color: #000 !important;
	text-decoration: none;
}

@media (min-width: 200px) and (max-width: 767px) {

body .flat2-aktsii .bx-newslist-container {
		
		flex-basis: 100% !important;
	}
	
	.second-block {
		width: 100%;
    margin-top: 10px;
	 padding: 10px 10px 20px 10px;
	}
	
	.clock_date_wrapper {
	flex-direction: column;	
	}
	
	.clock_date_wrapper .readmore {
	margin-top: 20px;
	   
	}
	
}	
/* End */


/* Start:/bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/themes/red/style.css?1621269981252*/
/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #E22B2B;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #E95C5C;
	border-color: #E95C5C;
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?14980756842917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */
/* /bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/style.css?16220232558118 */
/* /bitrix/templates/creativrf/components/bitrix/news.list/flat-actions/themes/red/style.css?1621269981252 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?14980756842917 */
