

/* Start:/local/templates/polykod/components/bitrix/news/products-updates/style.css?1764757874507*/

.news-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 80px 10px 50px;
}

.news-detail-link {
  color: #fff;
  background-color: #2a3e79;
  border: 1px solid #2a3e79;
  padding: 5px 15px;
  border-radius: 5px;
  transition: background 0.25s ease-in, color 0.25s ease-in;
}

.news-detail-link:hover {
  color: #2a3e79;
  background-color: #e4f1fa;
  
}

.news-detail__title {
  font-size: 2em;
}

.news-detail ul, .news-detail ol {
  margin-left: 50px;;
}
/* End */


/* Start:/local/templates/polykod/components/bitrix/breadcrumb/.default/style.css?1626758139324*/
.breadcrumb {
	display: flex;
	align-items: center;
	padding: 20px 0 10px 0;
}
.breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	margin-right: 5px;
}
.breadcrumb__item {
	white-space: nowrap;
	line-height: 13px;
	margin-right: 10px;
}
.breadcrumb__item span {
	font-size: 12px;
	white-space: normal;
}

/* End */


/* Start:/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/style.css?176475787810065*/
.news-detail {
	position: relative;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
@font-face {
  font-family: 'fontawesome-selected';
  src: url("/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../font/fontawesome-selected.eot");
  src: url("/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../font/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../font/fontawesome-selected.woff") format('woff'), url("/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../font/fontawesome-selected.ttf") format('truetype'), url("/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
	z-index: 999;
}

.fc-calendar .fc-row > div time, .fc-calendar .fc-row > div note {
	display: none;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}


.bx-pager {
	width: 5000px !important;
	background: none !important;
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '' !important;
}

.fc-calendar .fc-head {
	color: #1e4a7d !important;
}

.custom-header h2 {
	font-weight: 600 !important;
}

.custom-header h3 {
	font-size: 14px !important;
}

.bx-wrapper {
	height: 410px !important;
	padding: 20px !important;
}

.bx_wrapper {
	border: none !important;
}

.main_slider {
	margin: 0px auto 20px !important;
    height: auto !important;
}

.footnote-list {
	list-style: none;
}
.footnote-list__item {
	position: relative;
	display: inline-block;
	margin-right: 12px !important;
	padding-left: 23px;
}
.footnote-list__item::before {
	position: absolute;
	left: 0;
	content: '';
	width: 19px;
    height: 18px;
    border-radius: 50%;
}

.footnote-list__item:first-child::before, .fc-briefing {
	background: #e4f4c4 !important;
}
.footnote-list__item:nth-child(2)::before, .fc-tournament {
	background: #c9edef !important;
}
.footnote-list__item:nth-child(3)::before, .fc-debriefing {
	background: #f6dbee !important;
}

.fc-briefing span a,
.fc-tournament span a, 
.fc-debriefing span a {
	color: #fff !important;
}

.custom-header {
	height: 55px !important;
}

.fc-past {
	position: relative;
}

.fc-calendar-events {
	display: none;
}

.fc-content:hover .fc-calendar-events{
	display: block;
}

.tm-tooltip, .fc-calendar-events {
	position: absolute;
    bottom: 130%;
    left: 50%;
    padding: 2px 0px;
    z-index: 999;
	width: 115px;
	min-height: 36px;
    transform: translateX(-50%);
    border-radius: 6px;
    background: #fff;
    font-size: 9px;
    text-align: center;
    border: 1px solid #2e5786;
    text-transform: uppercase;
    box-shadow: 0 1px rgba(255,255,255,0.8);
    background-color: #f6f6f6;
    color: #1e4a7e;
	font-weight: 700;
	line-height: 15px;
}

.tm-tooltip::after, .fc-calendar-events::after {
	content: '';
    position: absolute;
	left: 35%;
    top: 101%;
    width: 37px;
    height: 13px;
    transform: rotate(178deg);
    background: url(/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../images/arrow.png) no-repeat center/cover;
}

.fc-past > a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.fc-calendar-events a,
.fc-calendar-events span {
	position: absolute;
    top: 50%;
	left: 50%;
	width: 100%;
    transform: translate(-50%,-50%);
	color: #1e4a7d !important;
}

.tm-tooltip > span {
	display: inline-block !important;
}

.fc-briefing.fc-tournament::after {
	content: '';
    border-right: 37px solid transparent;
    border-top: 46px solid #e4f4c4 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.bx-viewport {
	overflow: visible !important;
}

.time_wrapper2 {
	height: auto !important;
}
.bx_wrapper {
	
	height: 460px;
}
.bx-wrapper {
	-webkit-transition: all 400ms;
		transition: all 400ms;
}
.bx-wrapper.no-active {
	display: none;
}

	/* Базовый контейнер табов */
    .tabs {
		display: none;
		min-width: 320px;
		min-height: 410px;
		padding: 20px;
		margin: 0 auto;
		-webkit-transition: all 400ms;
		transition: all 400ms;
	}
	.tabs.active-tab {
		display: block;
	}
    /* Стили секций с содержанием */
    .tabs>section {
        display: none;
        padding: 15px;
        padding-left: 0;
        background: inherit;
    }
    .tabs>section>p {
        color: #383838;
        /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }
    /* Описываем анимацию свойства opacity */
     
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Прячем чекбоксы */
    .tabs>input {
        display: none;
        position: absolute;
    }
    /* Стили переключателей вкладок (табов) */
    .tabs>label {
        display: block;
        float: left;
        margin: 0;	
        color: #aaa;
        border-radius: 3px;
    }
    
    /* Изменения стиля переключателей вкладок при наведении */
     
    .tabs>label:hover {
        color: #888;
        cursor: pointer;
    }
   

    .tabs>input:checked .news-item__pucture {
         border-top: 1px solid #187ea0;
    }
    /* Активация секций с помощью псевдокласса :checked */
    #tab1:checked~#content-tab1, 
    #tab2:checked~#content-tab2, 
    #tab3:checked~#content-tab3, 
    #tab4:checked~#content-tab4,
    #tab5:checked~#content-tab5 {
        display: block;
    }
    /* Убираем текст с переключателей 
    * и оставляем иконки на малых экранах
    */
    
    .tabs section {
        position: relative;
    }
     
    @media screen and (max-width: 680px) {
        .tabs>label {
            font-size: 0;
        }
        .tabs>label:before {
            margin: 0;
            font-size: 18px;
        }
    }
    /* Изменяем внутренние отступы 
    *  переключателей для малых экранов
    */
    @media screen and (max-width: 400px) {
        .tabs>label {
            padding: 15px;
        }
    }
	
	.tabs-month__title {
		padding: 15px 20px;
		text-align: center;
		font-size: 18px;
		color: #495468;
	}
	 /* Стили для активной вкладки */
	 .tabs>input:checked+label {
		background: #1e4a7d !important;
	}
	.tabs>input:checked+label .tabs-month__title {
        color: #fff;
	}

	.month-list li {
		list-style: none;
	}

	.month-list__item {
		float: left;
		width: 25%;
		color: #686a6e;
		font-weight: 600;
	}
	.month-list__item span {
		display: inline-block;
		vertical-align: middle;
		padding: 25px;
		cursor: pointer;
		font-size: 17px;
		color: #383838;	
		border-radius: 4px;	
		font-family: 'Calibri', serif;
		color: #686a6e;
	}
	.month-list__item span:hover {
		box-shadow: inset 0px 0px 0px 1px;
	}
	.month-list__item span.disabled:hover {
		box-shadow: none;
		cursor: default;
	}
	.disabled {
		opacity: .5;
	}

	.tabs section::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 5px;
		z-index: 999;
		width: 99%;
		height: 2px;
		background: #1e4a7d;
	}
.month-change {
	position: absolute;
	top: 0;
	right: 100%;
}	

.main_slider .navigation {
	position: relative;
}

.body-time-line .size {
	display: block !important;
}

.body-time-line .size img {
	cursor: pointer;
}

.fc-calendar-events a {
	color: #1e4a7d !important;
}

.main_slider .navigation {
    width: 143px;
    height: 29px;
    margin: 0px auto;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(/local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/../about-tgt-navigation.png) repeat scroll 0% 0%;
}

.main_slider .navigation .arrow_left {
    float: left;
    text-align: right;
}

.main_slider .navigation .arrow {
    display: inline-block;
    height: 100%;
    width: 40%;
    padding: 7px;
    box-sizing: content-box;
}

.main_slider .navigation .arrow img {
    cursor: pointer;
}

.main_slider .navigation .arrow_right {
    float: right;
    text-align: left;
}

.main_slider .size {
    padding: 0px;
    float: right;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 10;
}

.main_slider .beak {
    position: absolute;
    width: 100%;
    text-align: center;
}
/* End */
/* /local/templates/polykod/components/bitrix/news/products-updates/style.css?1764757874507 */
/* /local/templates/polykod/components/bitrix/breadcrumb/.default/style.css?1626758139324 */
/* /local/templates/polykod/components/bitrix/news/products-updates/bitrix/news.detail/.default/style.css?176475787810065 */
