

/* Start:/local/templates/csp59/components/bitrix/news.list/slider_main/style.css?165287496937*/
.first .child {
  font-size: 14px;
}

/* End */


/* Start:/local/templates/csp59/components/bitrix/news.list/main/style.css?1757919626357*/
div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

@media (min-width: 769px) {
  .event-element--main-template .event-element__image {
    aspect-ratio: 16/9;
  }
}
.event-element--main-template .event-element__image img {
  object-fit: contain;
}

/* End */


/* Start:/local/components/bitrix/advertising.banner.view/templates/adaptive_banner/style.css?1652874969215*/
.banner__desktop {
    display: block;
}

.banner__mobile {
    display: none;
}

@media (max-width: 768px){
    .banner__desktop {
        display: none;
    }
    .banner__mobile {
        display: block;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16528748452917*/
.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 */


/* Start:/local/templates/csp59/components/bitrix/catalog.section/main_event/style.css?1652874969108*/
.main-event {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin-bottom: 20px;
}

/* End */


/* Start:/local/templates/csp59/components/bitrix/news.list/gallery/style.css?1729597311613*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
@media screen and (max-width: 1023px) {
	.mediagallery .section-events {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	.mediagallery .section-events .event-element,
	.mediagallery .section-events .federations {
		max-width: 100%;
		margin-bottom: 0;
	}
	.mediagallery .section-events .event-element__content {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 400px) {
	.mediagallery .section-events {
		grid-template-columns: 1fr
	}
}
/* End */


/* Start:/local/templates/csp59/components/bitrix/news.list/team_mainpage/style.css?16915831542047*/
div[id*="comp_"] {
	width: unset!important;
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.section__image{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	justify-content:flex-end;
	width:100%;
}
.section__image {
	height: 78px;
}

.section__image img{
	max-width: 78px;
}

.team-element:hover .team-element__name a{
	color:#008cf0;
}

.section__title a {
	text-decoration: none;
}

.section__title a:hover {
	text-decoration: none;
}

.section-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section-sidebar{
	width:376px;
}
.section-sidebar__block{
	background-color:#f5f5f5;
	width:100%;
	padding:30px 30px;
}
.section-sidebar__block .section__title{
	margin-bottom:16px;
}
.section__sidebar_gray-block_full,
.section__sidebar_gray-block .section-sidebar__block{
	background-color:#f5f5f5;
	position:relative;
}

.section .section__title h2 {
	font-size: 17px!important;
	width: 230px!important;
}

.section__title:hover svg{
	transform: translate(10px);
}

.section .section__title h2, .section__title h3, .section__title h4{
	width: 250px;
}

@media screen and (max-width: 1023px) {
	.section-sidebar__block {
		display: flex;
		padding: 15px;
	}
	.section-sidebar {
		gap: 15px;
	}
}

@media screen and (max-width: 768px) {
	.section-sidebar {
		width: 100%;

	}
}

@media screen and (max-width: 425px) {
	.section .section__title h2 {
		font-size: 14px!important;
		width: 190px!important;
	}
}

@media screen and (max-width: 375px) {
	.section-sidebar__block {
		max-width: 315px;
	}
}

@media screen and (max-width: 360px) {
	.section-sidebar__block {
		max-width: 300px;
	}
}

@media screen and (min-width: 1024px){
	.section-sidebar-scroll{
		position:relative;
	}
	.section-sidebar-scroll .section-sidebar__block {
		display: flex;
		flex-direction: row;
		gap: 15px;
	}
	.section-sidebar-scroll .section-sidebar__block.bottom-fix{
		top:auto !important;
		bottom:0px;
	}
}
/* End */


/* Start:/local/templates/csp59/components/bitrix/news.list/footer_banners/style.css?1652874969150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/csp59/components/bitrix/news.list/partners/style.css?1652874969150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/csp59/components/bitrix/news.list/slider_main/style.css?165287496937 */
/* /local/templates/csp59/components/bitrix/news.list/main/style.css?1757919626357 */
/* /local/components/bitrix/advertising.banner.view/templates/adaptive_banner/style.css?1652874969215 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16528748452917 */
/* /local/templates/csp59/components/bitrix/catalog.section/main_event/style.css?1652874969108 */
/* /local/templates/csp59/components/bitrix/news.list/gallery/style.css?1729597311613 */
/* /local/templates/csp59/components/bitrix/news.list/team_mainpage/style.css?16915831542047 */
/* /local/templates/csp59/components/bitrix/news.list/footer_banners/style.css?1652874969150 */
/* /local/templates/csp59/components/bitrix/news.list/partners/style.css?1652874969150 */
