

/* Start:/local/components/uafantom/slider/templates/.default/style.css?15457198452135*/
.topper.ufslider {
    max-height: 100%;
}
.topper.ufslider .clmn-aside {
    float: none;
	/*max-width: 28%;*/
    min-width: 29%;
	margin-bottom: 0;
}
.topper.ufslider .clmn-main {
    float: none;
    /*max-width: 72%;*/
    min-width: 72%;
    position: relative;
    overflow: hidden;
    padding-left: 0;
}
.ufslider .topper-thumbs li {
    background: rgba(34,34,34,0.95);
    border-bottom: 1px solid #3e3d3e;
}
.ufslider .topper-thumbs li a span {
    background: none;
}
.ufslider .topper-active-h {
   display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
   -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
	/*padding: 20px 34px 24px;*/
	background: rgba(45,45,45,0.8);
	text-align: justify;
}
.ufslider .topper-active-h a {
    color: #fff;
    font-weight: bold;
}
.ufslider .btn-blue {
  /*text-transform: uppercase;*/
  /*font-size: 16px !important;*/
    padding: 10px 22px;
    background: #224c84;
    color: #fff;
}
.ufslider .btn-blue:hover {
    color: #ffd959;
	text-decoration: none;
}
.ufslider .topper-active-h p {
    /* font-size: 18.5px!important; */
}
.ufslider p:last-child {
    margin-bottom: 0;
}
.ufslider p:first-child {
    margin-top: 0;
}
.ufslider .topper-active-h>p, .topper-active-h>a {
    text-decoration: none;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
	padding-right: 15px;
	color: #fff;
    font-weight: bold;
}
@media only screen and (max-width: 1024px){
	.topper-active-h p {
    	line-height: 1.3;
	}
	.topper-thumbs li a span {
		line-height: 18px;
		font-size: 12px!important;
	}
	.ufslider .clmn-main *{
		font-size: 12px!important;
	}
}
@media only screen and (max-width: 768px) {
.ufslider .topper-active-h {
    position: relative;
  /*padding-left: 34px;*/
}
.ufslider .topper-thumbs li {
  /*height: 65px;*/
    width: 100%;
}
.ufslider .btn-blue,.ufslider .btn-blue span, .ufslider .topper-active-h p {
    font-size: 12px!important;
}
}
@media only screen and (max-width: 450px){
.ufslider .topper-active-h p {
    font-size: 11px!important;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1533629290678*/
div.modern-page-navigation{padding:.5em 0;text-align:center;}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/uf-news/bitrix/news.list/.default/style.css?15726040235046*/
.event-info-add .future-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.future-events, .report-events {
    margin: 0;
    padding: 0;
    list-style: none;
}

.future-event-item {
    background: #f8f8f8;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.future-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.future-event-item .link-future-event {
    background: rgba(58,58,58,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px 20px 25px;
    color: #fff;
    text-decoration: none;
}
.future-event-item a {
    text-decoration: none;
}

.future-event-item .event-info-img-wrap img{
    border: 1px solid #d3d3d3;
}
.future-event-item .event-info-img-wrap {
    width: 25%;
}
.future-event-item .link-future-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 0;
    color: #3c3c3c;
    text-decoration: none;
}


.future-event-item .overlay {
    width: inherit;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100%;
}
.future-event-item .overlay .overlay-in {
    top: 0;
    bottom: inherit;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 83%;
}
.future-event-item .date-in {
    min-width: 57px;
}

.future-event-item .date {
    padding: 10px 0 3px;
    width: 65px;
    text-align: center;
    display: inline-block;
}
.future-event-item .bg-white {
    background: #f8f8f8;
}
.future-event-item:hover .bg-white {
    background: #224c84;
}
.future-event-item:hover .bg-white b,.future-event-item:hover .bg-white span,.future-event-item:hover .bg-white small {
    color: #fff;
}
.future-event-item:hover .event-text h2 {
    color: #183763;
}

.date-in .bg-white b {
    color: #224c84;
}
.date b {
    display: block;
    font-size: 26px !important;
    color: #224c84;
    line-height: 20px;
}

.date-in .bg-white span {
    display: block;
    font-size: 13px !important;
    color: #1a1a1a;
    font-weight: 700;
}

.date-in .bg-white small {
    color: #8d8d8d;
}
.future-event-item .date small {
    margin-top: -3px;
	display: block;
    font-size: 12px !important;
}

.future-event-item .event-text {
    padding-right: 16px;
    width: 75%;
    padding-left: 20px;
	text-align: justify;
    /* padding-bottom: 16px; */
}

.future-event-item .event-text h2 {
    margin-top: 0px;
    letter-spacing: -0.4px;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 23px;
    color: #244d82;
    margin-bottom: 10px;
    text-transform: none;
    border: none;
}
.future-event-item .event-text p {
    margin-bottom: 0;
    line-height: 21px;
    margin-top: 10px;
	text-align: justify;
}
	.future-event-item.no-img .event-info-img-wrap {
		width: 6%;
		border: none;
	}
	.future-event-item.no-img .event-text {
		width: 100%;
		padding-left: 32px;
	}
@media only screen and (max-width: 1024px){
.future-event-item .event-text p {
    font-size: 1.3vw !important;
    line-height: 2.3vw;
	}
}
@media only screen and (max-width: 767px) {
	.future-event-item{
		height: auto;
		background: #f8f8f8;
	}
	.future-event-item a img,
	.future-event-item span img{
		opacity: 1;
		height: auto;
		width: 100%;
}
	.future-event-item .overlay,
	.future-event-item .overlay .overlay-in{
		position: relative;
		background: none;
		top: 0;
    	left: 0;
	}
	.future-event-item .event-info-img-wrap {
		width: 100%;
	}


	.future-event-item .overlay .overlay-in{
		width: 100%;
		margin-left: 1px;
	}
	.future-event-item .link-future-event{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		/* padding: 15px 0px; */
	}
	.future-event-item .date{
		width: auto;
		padding:5px;
		font-weight: bold;
		margin-top: -1px;
	}
	.future-event-item .date b,
	.future-event-item .date span,
	.future-event-item .date small{
		display: inline;
		font-size: 13px !important;
	}
	.future-event-item .event-text{
		padding-left: 10px;
		padding-top: 10px;
		width: 100%;
	}
	.future-event-item .event-text h2{
	font-size: 17px !important
	}
	.future-event-item .event-text p{
		font-size: 11px !important;
		line-height: 18px;
	}
	.future-event-item .bg-white {
		background: #224c84;
	}
	.future-event-item .bg-white b,.future-event-item .bg-white span,.future-event-item .bg-white small {
		color: #fff;
	}
	.future-event-item.no-img .event-info-add-img-wrap {
		width: 6%;
		border: none;
	}
	.future-event-item.no-img .event-info-add-img-wrap {
		display:none;
	}
	.future-event-item.no-img .event-text {
		padding-left: 0px;
	}

}
/* End */
/* /local/components/uafantom/slider/templates/.default/style.css?15457198452135 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1533629290678 */
/* /bitrix/templates/.default/components/bitrix/news/uf-news/bitrix/news.list/.default/style.css?15726040235046 */
