

/* Start:/local/templates/skisport/lib/fancybox/jquery.fancybox.css?15005408974905*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/skisport/lib/fancybox/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/skisport/lib/fancybox/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/skisport/lib/fancybox/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/skisport/lib/fancybox/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/skisport/lib/fancybox/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/skisport/lib/fancybox/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/.default/css/info-icons.css?17534502902585*/
.info-icons {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.info-icons:has(.iii-user:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1));
    pointer-events: none;
}

.info-icons .ii-item {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
}

.iii-icon,
.iii-text,
.info-icons-item-text {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
}

.iii-icon {
    background-image: url(/local/templates/skisport/images/icons.png?v=1903222140);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    width: 16px;
    height: 13px;
}

.iii-text,
.info-icons-item-text {
    line-height: 1.8em;
    color: #494949;
    text-decoration: none;
    margin: 0 0 0 3px;
}

.iii-icon.bigfont {
    margin-top: 5px;
}

.iii-text.bigfont,
.info-icons-item-text.bigfont {
    font-size: 17px;
}

.iii-text.iii-text--highlighted {
    color: red;
    background: #fffb75;
    height: 1em;
    padding: 0px 2px;
}

.iii-comments .iii-icon {
    background-position: -16px 0;
}

.iii-calendar .iii-icon {
    background-position: -16px -13px;
}

.iii-views .iii-icon {
    background-position: -16px -26px;
}

.iii-user .iii-icon {
    background-position: -16px -39px;
}

.user-confirmed .iii-icon {
    background-position: 0 -52px;
}

.iii-icon.iii-confirmed {
    background-position: 0 -52px;
    width: 13px;
}

.iii-icon.iii-ban {
    background-position: -32px -52px;
    width: 10px;
}

.iii-icon.iii-bell {
    background-position: -32px -65px;
    width: 12px;
}

.iii-icon.iii-lock {
    background-position: -32px -78px;
    width: 12px;
}

.iii-icon.iii-unlock {
    background-position: -48px -78px;
    width: 12px;
}

.iii-icon.iii-expert {
    background-position: -32px -39px;
    position: relative;
    top: -2px;
}

.user-ignore .iii-icon {
    background-position: -16px -65px;
}

.user-ignore .iii-icon:hover {
    background-position: 0 -65px;
}

.user-unignore .iii-icon {
    background-position: -16px -78px;
}

.user-unignore .iii-icon:hover {
    background-position: 0 -78px;
}

.iii-wait .iii-icon {
    background-image: url(/local/templates/skisport/images/wait-min.gif);
    background-position: 0 0;
}

.iii-wait .iii-icon:hover {
    background-position: 0 0;
}

/* End */


/* Start:/local/templates/skisport/css/header.css?15874503681195*/
.ph{margin:0;padding:11px 0 15px;width:980px;background-color:#fff;z-index:101;box-sizing:content-box}.ph__row{width:100%;height:auto}.ph__row:after{content:" ";display:table;clear:both}.ph__topline{padding-right:20px;background-color:#1a3dc1;height:11px;box-sizing:content-box}.ph__toplinks{float:right;margin-top:-1px;background-color:#fff;padding:0 20px 0 10px}.ph__col{margin:0;padding:0;float:left;position:relative}.ph__logo{width:200px;height:82px;padding:8px 25px 0 5px;box-sizing:content-box}.ph__logo span{margin:0;width:200px;height:82px;display:block;background:url(/local/templates/skisport/css/../images/logo.png?201911260050) no-repeat;box-sizing:content-box}.ph__banner{padding-top:10px !important}.ph__search{float:right;width:190px;box-sizing:content-box;padding-top:1px;padding-right:20px;padding-bottom:0;padding-left:20px}.ph__aside{width:210px;padding-left:20px !important;padding-top:20px !important;font-size:12px;box-sizing:content-box}.ph__list{padding:0;margin:0;display:block;list-style:none}.ph__listitem{margin:0;padding:0 0 14px 0;text-align:center;font-size:0.95em}.ph__menu{width:100%;clear:both}.ph__menu_top{border-bottom:3px solid #e1eaf6;padding-top:2px}.ph__menu_sports{padding-top:8px}

/* End */


/* Start:/local/templates/skisport/css/adv.css?1615785884436*/
.adv{padding:0;margin:0;overflow:hidden}.adv a{display:block}.adv_520x80{width:520px;height:80px}.adv_520x80 a{height:80px}.adv_520x80 img{max-width:520px;max-height:80px}.adv_200x200{width:200px}.adv_200x200 img{max-width:200px;max-height:400px}.adv-brand-img{margin-top:-90px;width:100%;height:100%;position:fixed;background-position:center top;background-repeat:no-repeat}.adv-brand-link{width:100%;height:100%;position:fixed;top:0}

/* End */


/* Start:/local/templates/skisport/css/social.css?1602569425793*/
.social{font:0/0 n;text-align:center;padding-right:8px !important}.social__title{font:400 12px/12px 'Roboto', sans-serif;padding-bottom:6px}.social__items{padding:0;margin:0;list-style:none}.social__item{display:inline-block;margin:0 !important;padding:0 9px}.social__link{display:block;margin:0 !important;padding:0 !important;width:30px;height:30px;cursor:pointer;border-radius:5px;background-image:url("/local/templates/skisport/css/../images/social_icons.png?2010121040")}.social__link_vk{background-color:#4680c2;background-position:0 0}.social__link_fb{background-color:#4267b2;background-position:-30px 0}.social__link_tw{background-color:#1da1f2;background-position:-60px 0}.social__link_yt{background-color:#ff0000;background-position:-90px 0}.social__link_tm{background-color:#29a9ea;background-position:-90px 0}

/* End */


/* Start:/local/templates/skisport/css/yasearch.css?1574835187888*/
html #ya-site-form0 .ya-site-form__form *{font:12px/16px 'Roboto', sans-serif}.ya-site-form{position:relative !important}.ya-site-form__form{padding:0}.ya-site-form__search-input{padding:0 7px 0 0 !important}.ya-site-form__search-input-layout-r{display:none}.ya-site-form__submit{display:none !important}.ya-site-form__input-text{border-radius:4px;padding-top:3px;padding-right:2px;padding-bottom:1px;padding-left:4px}.ya-site-suggest{margin-top:0 !important;width:190px;line-height:16px !important}.ya-site-suggest .ya-site-suggest-list{text-align:left !important;min-width:150px !important}.ya-site-suggest .ya-site-suggest-list .ya-site-suggest__iframe{min-width:0 !important}.ya-site-suggest .ya-site-suggest-list .ya-site-suggest-items{min-width:0 !important}.ya-site-suggest .ya-site-suggest-list .ya-site-suggest-elem{text-align:left !important;padding:5px !important;width:190px}

/* End */


/* Start:/local/templates/skisport/components/bitrix/system.auth.form/top/style.css?1576045071573*/
.topauth{padding:0;margin:0;list-style:none;height:16px;line-height:12px;font-size:14px}.topauth__item{margin:0 0 0 10px;padding:0;height:16px;float:left;position:relative}.topauth__item_btn{margin-top:-2px;line-height:16px}.topauth__item_btn b{vertical-align:top}.topauth__ico{display:inline-block;height:16px;background:url(/local/templates/skisport/components/bitrix/system.auth.form/top/images/icons.png) no-repeat}.topauth__ico_pm{width:16px;background-position:-28px 0px}.topauth__ico_pm:hover{background-position:-28px -16px}.topauth__ico_um{width:28px;background-position:0px -16px}.topauth__ico_um:hover{background-position:0 0}

/* End */


/* Start:/local/templates/skisport/components/bitrix/menu/header/style.css?16856242891590*/
.phm{padding:0;margin:0;list-style:none;display:-webkit-box;-webkit-box-pack:justify;display:-webkit-flex;-webkit-justify-content:space-between;display:flex;justify-content:space-between;text-align:justify;text-align-last:justify}.phm_top{height:26px;float:left;font-size:15px;width:100%}.phm_sports{height:26px;line-height:26px;font-size:12px;background-color:#1a3dc1;padding:0 15px}.phm__item{padding:0;margin:0;display:inline-block;display:-webkit-box}.phm__item_top{height:26px}.phm__item_top:last-child a{color:red}.phm__item_top:last-child a:hover,.phm__item_top:last-child a:visited{color:red}.phm__item_sports{height:26px}.phm__item_selected.phm__item_top{border-bottom:3px solid #1a3dc1;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.phm__item_selected.phm__item_top a{color:#f36327;fill:#f36327}.phm__item_selected.phm__item_sports{background-color:#f36327}.phm__item_selected.phm__item_sports a{color:#e1eaf6}.phm__link{float:none;display:block;text-decoration:none}.phm__link:hover{text-decoration:none}.phm__link_top{line-height:26px;height:26px;color:#1a3dc1;fill:#1a3dc1;font-weight:700;padding:0 5px;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.phm__link_top:visited{color:#1a3dc1}.phm__link_top:hover{color:#f36327;fill:#f36327;border-bottom:3px solid #1a3dc1}.phm__link_sports{line-height:26px;height:26px;color:#e1eaf6;font-weight:700;padding:0 7px}.phm__link_sports:visited{color:#e1eaf6}.phm__link_sports:hover{color:#f36327}.phm__icon{height:22px}.phm__icon_smlr{width:55px;vertical-align:top}

/* End */


/* Start:/local/templates/skisport/styles.css?15748351876587*/
.article{font-family:'Roboto', sans-serif;font-size:17px;line-height:1.5em;text-align:left;font-weight:300;margin:0 5px}.article.news-text{text-align:left}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{text-align:left}.article h1{font:normal 1.9em/1.2em Georgia, "Times New Roman", Times, serif}.article h2{font:bold 1.5em/1.2em Georgia, "Times New Roman", Times, serif;margin:1.5em 0 0.5em}.article h3{font:bold 1.3em/1.2em Georgia, "Times New Roman", Times, serif;margin:1.5em 0 0.5em}.article h4{font:bold 1.1em/1.2em Georgia, "Times New Roman", Times, serif;margin:1.5em 0 0.5em}.article h5{font:700 1em/1.2em 'Roboto', sans-serif;margin:1.5em 0 0.5em;text-decoration:underline}.article h6{font:300 1em/1.2em 'Roboto', sans-serif;font-style:italic;margin:1.5em 0 0.5em;text-decoration:underline}.article ul,.article ol{margin:0;padding:12px 40px}.article ul li,.article ol li{margin:0;padding:5px 0 5px 1em;list-style-position:inside;text-indent:-1em;overflow:hidden}.article ul li p,.article ol li p{margin:0;padding:0}.article table{border:none;border-collapse:collapse;padding:0;margin:0}.article strong,.article b{font-weight:700}.article small{font-size:0.7em}.article__underline{text-decoration:underline}.article__quote,.article blockquote.bxhtmled-quote{display:block;border:1px solid #e9e0c1;padding:15px 15px 15px 40px;margin:15px 0 15px 0;font-style:italic;font-family:Georgia, "Times New Roman", Times, serif;background:#fff4ca url(/local/templates/skisport/images/quotes.png) left top no-repeat}.article iframe[src*=youtube]{border:none;max-width:100%}.article__asterisk{text-align:center;font-size:1.1em}.article__question{font-weight:700}.article__big{font:normal 1.0em/1.5em Georgia, "Times New Roman", Times, serif;padding-left:80px}.article__small{font-size:0.7em}.article__aside{display:block;padding:10px;border-width:1px;border-style:solid;border-color:#333333;font-size:0.8em}.article__aside:after{content:"";display:block;clear:both;visibility:hidden;height:0;margin:0;padding:0;line-height:0}.article__aside h2,.article__aside h3,.article__aside h4,.article__aside h5,.article__aside h6{margin:0.5em 0}.article img{max-width:100%}.article img.pull-right,.article img.pull-left,.article img.pull-middle{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.article img.pull-right{float:right !important;margin-left:15px;margin-top:0}.article img.pull-left{float:left !important;margin-right:15px;margin-top:0}.article img.pull-middle{float:none !important;margin-left:auto;margin-right:auto}.article figure{background-color:#e6f6ff;clear:both;color:#000;font-size:0.8em;line-height:1.8em;margin:15px 0;text-align:center;padding:10px;box-sizing:border-box}.article figure.pull-right,.article figure.pull-left,.article figure.pull-middle{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;clear:none}.article figure.pull-right img,.article figure.pull-left img,.article figure.pull-middle img{margin:0}.article figure.pull-right figcaption,.article figure.pull-left figcaption,.article figure.pull-middle figcaption{clear:both}.article figure.pull-right{float:right !important;margin-left:15px;margin-top:0}.article figure.pull-left{float:left !important;margin-right:15px;margin-top:0}.article figure.pull-middle{float:none !important;margin-left:auto;margin-right:auto}.article figure img{max-width:100%;height:auto;display:block;margin:0 auto}.article figure img[align]{float:none}.article figure img[title]+figcaption{min-height:18px}.article figure figcaption{border-bottom:1px solid #6699cc;margin:0 -10px -10px;padding:5px 10px 10px;text-align:left}.article figure figcaption p{margin:0.5em 0}.article figure figcaption p:first-of-type{margin:0}.article figure figcaption p:last-of-type{margin:0}.article figure figcaption .img-author{color:#6699cc;display:block;font-size:11px;line-height:15px}.article figure figcaption .img-author:before{content:'\0424\043E\0442\043E: ';font-weight:bold}.article figure figcaption .img-author:empty{display:none}.article figure figcaption:empty{display:none}.article [class*="img_resize_"]{margin-left:0 !important;margin-right:2% !important}.article .img_resize_20{width:18%}.article .img_resize_25{width:23%}.article .img_resize_33{width:31%}.article .img_resize_40{width:38%}.article .img_resize_50{width:48%}.article .img_resize_60{width:58%}.article .img_resize_67{width:65%}.article .img_resize_75{width:73%}.article .img_resize_80{width:78%}.article.editor figure{color:red !important;padding:10px;text-decoration:line-through !important}.article.editor figure img{padding:0}.article.editor span.figcaption-surrogate{background:none !important;border:none !important;display:block !important;height:auto !important;margin:0 !important;text-align:left !important}.article.editor span.figcaption-surrogate:hover{background:none !important}.article.editor span.figcaption-surrogate .bxhtmled-surrogate-inner{left:0 !important;padding:6px 0 0 !important;top:0 !important}.article.editor span.figcaption-surrogate .bxhtmled-comp-lable{color:#999 !important;font-weight:normal !important;font-size:11px !important;text-decoration:none !important}body.article.mce-content-body:not([data-id]).preview_760{margin:0 auto;border-left:1px solid #c1c1c1;border-right:1px solid #c1c1c1;padding:9px;box-sizing:border-box;width:760px}body.article.mce-content-body:not([data-id]).preview_540{margin:0 auto;border-left:1px solid #c1c1c1;border-right:1px solid #c1c1c1;padding:9px;box-sizing:border-box;width:540px}body.article.mce-content-body:not([data-id]) img+figcaption:before,body.article.mce-content-body:not([data-id]) img[title]+figcaption:before{display:none}.article.mce-content-body.mce-visualblocks figcaption{margin-left:-10px}.article.mce-content-body figure img+figcaption,.article.mce-content-body figure img[title]+figcaption{padding-top:15px}.article.mce-content-body figure img+figcaption:empty,.article.mce-content-body figure img[title]+figcaption:empty{display:block}.article.mce-content-body figure img+figcaption:before,.article.mce-content-body figure img[title]+figcaption:before{display:block;color:#6699cc;font-size:11px;font-style:italic;line-height:1em;position:relative;top:-10px;content:'\041F\043E\0434\043F\0438\0441\044C\00A0\043A\00A0\0444\043E\0442\043E:'}.article.mce-content-body figure img+figcaption .img-author:before,.article.mce-content-body figure img[title]+figcaption .img-author:before{content:'\0410\0432\0442\043E\0440\00A0\0444\043E\0442\043E: ';font-size:11px;font-style:italic;font-weight:normal}

/* End */


/* Start:/local/templates/skisport/template_styles.css?175345029024641*/
/* roboto-300 - cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/skisport/fonts/roboto-v29-cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/**/
article, aside, audio, canvas, datalist, details, embed, figcaption, figure, footer, header, keygen, meter, nav, output, progress, section, source, video{display:block;}
/**/
/*html, body{padding:0;margin:0; font: 13px/16px Arial, Helvetica, sans-serif;font-weight:normal;color:#000000;}*/
html, body{padding:0;margin:0; font-family: 'Roboto', sans-serif; font-size:14px; line-height: 1.8em; font-weight:normal;color:#000000;}
a{color:#1a3dc1; text-decoration:none;}
a:hover{color:#F36327; text-decoration:underline;}
a:visited {color:#734c9b}
/**/
.page-wrapper{min-height:100%;width:100%;/*position:relative;background:#f6f5f3;*//*background:#edede7;*/}
/*.page-wrapper_brand{padding-top: 90px;}*/
.page{min-height:100%;width:980px;margin:0 auto 15px;overflow:hidden;background:#f6f5f3;position:relative;}

footer{margin:0 auto;position:relative;overflow:hidden;background:#edede7;}
.footer-wrapper{min-height:100%;width:100%;position:relative;background:#ffffff;}
.footer{width:980px;margin:0 auto; position:relative;background:#ffffff;font-size:13px}
.footer p {padding: 0; margin: 0 auto;}

.grid_main,.grid_column,.grid-content-with-column,.grid_content,.grid_content2, .grid_4columns {display:inline;float:left;position:relative;margin:0 auto; overflow: hidden;}
.page .grid_main{width:980px}
.page .grid_column{width:210px; margin-right:10px;}
.page .grid-content-with-column{width:760px; margin-right:10px;}
.page .grid-content-with-column img {max-width: 740px;}
.page .grid_content{width:540px; margin-right:10px;}
.page .grid_content img {max-width: 520px;}
.page .grid_content2{width:255px;}
.page .grid_4columns{width:244px;}

.grid_inner_column,.grid_inner_content {display:inline;float:left;position:relative;margin:0 auto; overflow: hidden;}
.page .grid_inner_column{width:30%;}
.page .grid_inner_content{width:70%;}

.footer .grid_main{width:980px; text-align:center}
.footer .grid_column{width:220px;padding: 10px 0 10px 0;}
.footer .grid_4columns{width:245px;padding: 10px 0 10px 0;}
.footer .grid_content{width:540px;padding: 10px 0 10px 0;}
.footer h3{background-color: #66669a; padding: 2px 3px 1px; color: #FFF; margin: 0;}
.footer ul {padding:3px; margin:0 0 20px; background-color:#eee;}
.footer li {margin-top:0; list-style-type: none;}
.footer li span {display:inline-block; width:100px; }

.grid_content .news-grid{width:540px; position:relative;margin: 0 auto;}
.grid_content .column-row{width:540px; border-bottom:1px solid #c1c1c1; display:inline;float:left;position:relative;margin:0 auto;}
.grid_content .column-wrap-left,.grid_content .column-wrap-right{display:inline;float:left;position:relative;margin:0 auto;}
.grid_content .column-wrap-left{width:270px; border-right:1px solid #c1c1c1;}
.grid_content .column-wrap-right{width:269px; margin-left: -1px; /*border-left:1px solid #c1c1c1;*/}

.last_grid{margin:0 auto !important;}
.pad10{padding:10px 10px 10px 10px}
.pad5{padding:5px;}
.spacer5{clear:both;height:5px;font-size:1px;border:none;margin:0;padding:0;background:transparent;}
.spacer10{clear:both;height:10px;font-size:1px;border:none;margin:0;padding:0;background:transparent;}
.white-box{background-color:#FFFFFF; border:1px solid #c1c1c1;}
/**/
.cleaner{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.fleft{float:left;}
.fright{float:right;}
.column-header {font:13px/25px Tahoma, Arial; font-weight: bold;}
.column-header a{color:#ffffff;}
.column-header a.small{color:#dddddd; font-size:10px;}
.column-header-blue {font:12px/25px Tahoma, Arial; font-weight: bold; color:#ffffff; background-color: #66669A;}
.column-header-bkg {
    font:12px/16px Tahoma, Arial;
    font-weight: bold;
    color:#ffffff;
    background-color: #66669A;
    margin: -5px -5px 0;
    padding: 10px 5px;
}
.column-header-bkg span {
    font-weight: normal;
}
/**/
.d-banners-200{width:200px; min-height: 800px}
.banner-200-200{width:200px; overflow:hidden;}
.banner-200-200 img {max-width: 200px; max-height:400px}
.grid_column .banner-200-200{margin-bottom:10px;}
.banner-wrap{width: 100%; text-align: center; padding: 5px 0 5px 0;}
.banner-520 {width:520px; height:80px; overflow:hidden; margin: 0 auto; padding:0;line-height:0; font-size:0;}
.banner-520 img {max-width: 520px; max-height:80px}

/*news*/
.news-grid{background-color:#FFFFFF;}
.news-list{}
.news-item{padding:7px 4px 10px 4px;}
.news-item h2 {font: normal 1.6em/1.2em Georgia, "Times New Roman", Times, serif;}
.news-item h2.h2_sm {display:inline; font: 12px Arial, Helvetica, sans-serif; font-weight:bold; text-align:justify;}
.news-item h2.h2_sm a{color:#1a3dc1; text-decoration:none;}
.news-item h2.h2_sm a:hover{color:#F36327;}
.news-list .news-item{padding:7px 9px 10px 9px; border-bottom:1px #c1c1c1 solid;}
.news-grid .news-item{padding:7px 9px 10px 9px;}
.news-text{margin-bottom:5px; text-align:justify;}
.pad5 .news-text figure img {max-width:100% !important;}
.pad10 .news-text figure img {max-width:100% !important;}

.news-grid .news-text{font: 12px Arial, Helvetica, sans-serif;}
.news-text h1{text-align: center; clear: both;}
.news-text.article h1:first-child {text-align: left;}
.news-text img.preview-picture-left{float:left;margin:0 10px 10px 0;}
.news-text img.preview-picture-right{float:right;margin:0 0 10px 10px;}
.news-toolbar-left{margin:10px 0 10px 0; width:100%;text-align:left; clear:both;}
.news-toolbar-right{margin:10px 0 10px 0; width:100%;text-align:right;}
.news-short-list{padding:0 5px 0 5px;}
.news-short-list dl{}
.news-short-list dl dt{float:left; width:30px; margin-right:5px; vertical-align:top; font-weight:bold;}
.news-short-list dl dd{margin-bottom:10px;}
.news-preview-list{padding:0;}
.news-preview-list .news-item{padding:3px 0 3px 0;border-bottom:1px #c1c1c1 solid;}
.news-preview-list .title {display:inline; line-height: 1.4em; text-align:justify;}
.news-preview-list .title a{color:#1a3dc1; text-decoration:none;}
.news-preview-list .title a:hover{color:#F36327;}
.news-preview-list .news-text img.preview-picture-left{margin:0 5px 5px 0;}
.news-preview-list .news-text img.preview-picture-right{margin:0 0 5px 5px;}
.news-preview-list .news-toolbar-left{margin:0;}
.news-preview-list .news-toolbar-right{margin:0;}
.news-preview-list .date_title{margin: 0 0 5px 0; font-weight: bold;}
.news-title-list {}
.news-title-list ul{padding-left: 20px;}
.news-title-list li{margin-bottom: 10px;}
.news-comments{margin-top:40px; margin-bottom:20px;}
.news-section-title {
    vertical-align: top;
    margin-bottom: 10px;
    color: #666;
    font-variant: small-caps;
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
    line-height:normal;
}
.news-section-title:before {
    content: '\2022';
    font-size: 18px;
    line-height: 1px;
    vertical-align: middle;
}

.news-section-title.bigfont {
    font-family: 'Roboto', sans-serif; font-size:12px; line-height: 1.5em; text-align:left;
}

.tos-cross-country.news-section-title:before, .tos-cross-country.news-section-title a, .c-tos-cross-country {color: rgb(156,13,254)}
.tos-cross-country.news-section-source {border-left-color: rgb(156,13,254); background-color: rgba(156,13,254,0.1);}

.tos-alpine.news-section-title:before, .tos-alpine.news-section-title a, .c-tos-alpine {color: rgb(48,166,148)}
.tos-alpine.news-section-source {border-left-color: rgb(48,166,148); background-color: rgba(48,166,148,0.1);}

.tos-rollerski.news-section-title:before, .tos-rollerski.news-section-title a, .c-tos-rollerski {color: rgb(50,225,58)}
.tos-rollerski.news-section-source {border-left-color: rgb(50,225,58); background-color: rgba(50,225,58,0.1);}

.tos-biathlon.news-section-title:before, .tos-biathlon.news-section-title a, .c-tos-biathlon {color: rgb(255,95,0)}
.tos-biathlon.news-section-source {border-left-color: rgb(255,95,0); background-color: rgba(255,95,0,0.1);}

.tos-orienteering.news-section-title:before, .tos-orienteering.news-section-title a, .c-tos-orienteering {color: rgb(242,194,0)}
.tos-orienteering.news-section-source {border-left-color: rgb(242,194,0); background-color: rgba(242,194,0,0.1);}

.tos-running.news-section-title:before, .tos-running.news-section-title a, .c-tos-running {color: rgb(168,186,0)}
.tos-running.news-section-source {border-left-color: rgb(168,186,0); background-color: rgba(168,186,0,0.1);}

.tos-nordic-walking.news-section-title:before, .tos-nordic-walking.news-section-title a, .c-tos-nordic-walking {color: rgb(254,151,0)}
.tos-nordic-walking.news-section-source {border-left-color: rgb(254,151,0); background-color: rgba(254,151,0,0.1);}

.tos-anti-doping.news-section-title:before, .tos-anti-doping.news-section-title a, .c-tos-anti-doping {color: rgb(164,0,41)}
.tos-anti-doping.news-section-source {border-left-color: rgb(164,0,41); background-color: rgba(164,0,41,0.1);}

.tos-skijumping.news-section-title:before, .tos-skijumping.news-section-title a, .c-tos-skijumping {color: rgb(11,199,243)}
.tos-skijumping.news-section-source {border-left-color: rgb(11,199,243); background-color: rgba(11,199,243,0.1);}

.tos-cycling.news-section-title:before, .tos-cycling.news-section-title a, .c-tos-cycling {color: rgb(31,122,0)}
.tos-cycling.news-section-source {border-left-color: rgb(31,122,0); background-color: rgba(31,122,0,0.1);}

.tos-triathlon.news-section-title:before, .tos-triathlon.news-section-title a, .c-tos-triathlon {color: rgb(65,140,255)}
.tos-triathlon.news-section-source {border-left-color: rgb(65,140,255); background-color: rgba(65,140,255,0.1);}

.tos-smlr.news-section-title:before, .tos-smlr.news-section-title a, .c-tos-smlr {color: rgb(73,10,254)}
.tos-smlr.news-section-source {border-left-color: rgb(73,10,254); background-color: rgba(73,10,254,0.1);}

.tos-line.news-section-title:before, .tos-line.news-section-title a, .c-tos-line {color: rgb(255,14,0)}
.tos-line.news-source {border-left-color: rgb(255,14,0); background-color: rgba(255,14,0,0.1);}

.tos-other.news-section-title:before, .tos-other.news-section-title a, .c-tos-other {color: rgb(87,44,175)}
.tos-other.news-section-source {border-left-color: rgb(87,44,175); background-color: rgba(87,44,175,0.1);}
.news-detail .news-section-title {float: left;}
.news-section-title .right {text-align: right;}
.news-section-title .left {text-align: left;}
.news-section-title a {color: #666;}

ul.news-section-source {
    display: table;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.35em;
    background-color: #eee;
    border-left: 5px solid #c1c1c1;
    padding: 0 13px 0 0;
    border-spacing: 6px 6px;
    float: right;
    max-width: 50%;
    margin: -2px -9px 0 0;
}
.news-section-source__item {
    display: table-row;
    list-style: none;
    text-indent: 0 !important;
    margin-bottom: 6px;
}
.news-section-source__img,
.news-section-source__author,
.news-section-source__link {
    display: table-cell;
    vertical-align: middle;
}
.news-section-source__img {
    border: 1px solid #c1c1c1;
    empty-cells: hide;
}
.news-section-source__link {
    font-size:0.8em;
    color: #777;
}
.news-section-source__label {
    color: #999;
}
.news-section-source__author .news-section-source__link {
    display: block;
}

h1.newstype-partner,
h1.newstype-remark {margin-top:0;}
.newstype-win, .news-item h2.newstype-win a {color: red;}
.newstype-win:visited {color: #bb0000;}
.newstype-win:hover, .news-item h2.newstype-win a:hover {color: #f36327;}

.label {
    display: inline-block;
    padding: 2px 4px 3px;
    font-size: 80%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    margin-left:-3px;
    margin-bottom: 3px;
}
.label-partner {
    background-color: green;
}
.label-remark {
    background-color: blue;
}
.label-announce {
    background-color: #f57842;
}
.label-report {
    background-color: #a91bf1;
}
.label-interview {
    background-color: #99cc33;
}
.label-tech {
    background-color: #22a9a2;
}
.news-short-list .label {
    vertical-align: bottom;
    margin-left: 0;
}
/**/
h1{font-size:18px; margin-bottom:20px;}
h2{font-size:16px; margin-bottom:20px;}
table{border:none; border-collapse:collapse; padding:0; margin:0;}
table td.tc{text-align:center;}
table td.td-banner-520{text-align:center;}
table td.td-banner-520 img {max-width: 520px; max-height:80px}
table.default {}
table.default td {padding: 5px 5px 5px 5px;}
table.default td.tc{text-align:center;}
li{margin-top: 5px;}

table.counter-table {border:none; border-collapse:collapse; padding:0; margin:0; width: 100%}
table.counter-table tr {vertical-align:top;}
table.counter-table td{vertical-align:top; text-align:center;}

.img-top-left {margin: 0 10px 5px 0;}
/* Menu Popup */
.popup-menu-button{display:inline-block;width:31px;height:23px;outline:none;cursor:pointer;}
.popup-menu-button-icon{display:inline-block;width:31px;height:23px;background:url(/local/templates/skisport/images/popup-menu-button.png) no-repeat;}
.popup-menu-button:hover .popup-menu-button-icon, .popup-menu-button-selected .popup-menu-button-icon{background:url(/local/templates/skisport/images/popup-menu-button-hover.png) no-repeat;}
.menu-popup{margin:-4px 4px 0 -2px;}
.menu-popup-title{margin:0 0 7px 0;padding:0 0 0 4px;color:#4c4c4c;white-space:nowrap;font:normal 12px/normal Tahoma, Arial, Helvetica, sans-serif;}
.menu-popup .menu-popup-item{display:block;margin:4px 0 4px 0;cursor:pointer;position:relative;text-decoration:none;outline:none;white-space:nowrap;}
.menu-popup-item-left, .menu-popup-item-icon, .menu-popup-item-text, .menu-popup-item-right{display:inline-block;height:23px;vertical-align:middle;}
.menu-popup-item-left, .menu-popup-item-right{width:3px;}
.menu-popup-item-icon{width:19px;height:16px;}
.menu-popup-item-text{font:normal 12px/23px Tahoma, Arial, Helvetica, sans-serif;color:#494949;text-decoration:none;margin:0 5px 0 7px;}
.menu-popup-item-right{position:absolute;top:0;right:0;}
.menu-popup-item:hover{background:#f0f0f0 !important;}
.menu-popup-item:hover .menu-popup-item-left{background:#fada84 url(/local/templates/skisport/images/se-sprite.png) no-repeat -28px -420px !important;}
.menu-popup-item:hover .menu-popup-item-right{background:transparent url(/local/templates/skisport/images/se-sprite.png) no-repeat -35px -420px !important;}
.menu-popup-item-view .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -45px -271px transparent;}
.menu-popup-item-edit .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -43px -291px transparent;}
.menu-popup-item-create .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -311px transparent;}
.menu-popup-item-create-quick .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -43px -329px transparent;}
.menu-popup-item-take .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -43px -347px transparent;}
.menu-popup-item-begin .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -367px transparent;}
.menu-popup-item-decline .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -383px transparent;}
.menu-popup-item-reopen .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -42px -484px transparent;}
.menu-popup-item-complete .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -42px -502px transparent;}
.menu-popup-item-hold .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -520px transparent;}
.menu-popup-item-accept .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -43px -347px transparent;}
.menu-popup-item-remake .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -383px transparent;}
.menu-popup-item-delete .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -44px -535px transparent;}
.menu-popup-item-copy .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -42px -595px transparent;}
.menu-popup-item-delegate .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -42px -615px transparent;}
.menu-popup-item-add-to-tm .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -42px -634px transparent;}
.menu-popup-item-add-deadline .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -39px -1017px transparent;}
.menu-popup-item-remove-deadline .menu-popup-item-icon{background:url(/local/templates/skisport/images/se-sprite.png) no-repeat scroll -39px -996px transparent;}
/*******************************************************************************/
table.input{border:none;border-collapse:collapse;padding:0;margin:0 0 5px 0;font:11px Tahoma;}
table.input td{padding:5px 3px 5px 3px;}
table.input td span.description{display:block;text-align:justify;}
table.input td.data{vertical-align:middle;}
table.input td.caption{width:30%;text-align:right;vertical-align:top;}
table.input td.required, span.required{font-weight:bold; color:#DF5C12;}
table.input input, select, textarea{font:11px Tahoma;}
table.input input.long, select.long, textarea.long{width:100%;}
table.input input.date{width:80px;}
table.input input.time{width:50px;}
table.input input.checkbox{font:11px Tahoma;width:20px;}
/*******************************************************************************/
.nav-default{margin:10px 0 10px 0;color:#999;}
.nav-default .nav-current-page{color:#F36327;font-weight:bold;padding:1px 0;}
.nav-default a{margin:0; padding:3px 3px 3px 3px;}
.nav-default ul{list-style:none;padding:0;margin:0;position:relative;display:inline-block;}
.nav-default li{margin:0 0 0 -1px; padding:5px 5px 5px 5px; float:left;position:relative;border:1px solid silver;}
.nav-default li.nb{border:none;}

.nav-date{margin:10px 0 10px 0;color:#999;}
.nav-date .nav-current-page{color:#F36327;font-weight:bold;padding:1px 0;}
.nav-date a{margin:0; padding:3px 3px 3px 3px;}
.nav-date ul{list-style:none;padding:0;margin:0;position:relative;display:inline-block;}
.nav-date li{margin:0 0 0 -1px; padding:5px 5px 5px 5px; font-size: 17px; float:left;position:relative;}
.nav-date li.nb{border:none;}

.panel-menu {margin: 0 0 10px 0;}
.panel-menu ul{list-style:none;padding:0;margin:0;position:relative;}
.panel-menu li{margin:0 15px 0 0;padding:0;float:left;position:relative;}

.panel-toolbar{margin: 0 0 15px 0;}
.panel-toolbar-button {display: inline; position: relative;float:left; margin-right: 15px;line-height:27px}
.panel-toolbar-button a{padding: 5px 15px 5px 15px; border:1px solid silver; border-radius: 3px;}
.panel-toolbar-ref {display: inline; position: relative;float:right; margin-right: 15px;line-height:20px}
.panel-toolbar .bx_breadcrumbs{display: inline;position: relative;float:left; margin:0;}
.panel-toolbar .bx_breadcrumbs li {margin:0;}

.section-menu {margin: 0 0 10px 0;}
.section-menu ul{list-style:none;padding:0;margin:0;}
.section-menu li{margin: 0 0 10px 5px;}

.section-list {}
.section-list ul{list-style:none;padding:0;margin:0;}
.section-list li{margin-bottom: 10px;}
.bottom-panel .section-list ul {list-style: disc outside; padding-left: 20px;}

.user-column-panel-avatar{}
.user-column-panel-nick{margin-bottom: 10px;}
.user-column-panel-avatar{text-align: center;}

/*PHOTOS*/
.photos-section-list {}
.photos-section-list ul{list-style:none;padding:0;margin:0;}
.photos-section-list li{margin-bottom: 10px;}

table.form-table {
    width:100%;
    background-color:white;
    border-collapse:collapse;
    font-size:100%;
    font-weight:normal;
    line-height:120%;
}

table.form-table tr
{
    border:none;
    padding: 5px 5px;
    vertical-align:top;
}

table.form-table th, table.form-table td
{
    padding: 5px 5px;
    vertical-align:top;
}

table.form-table th
{
    text-align: left;
}


table.form-table td
{
    padding: 15px 5px;
}

table.form-table tbody td textarea {width: 97%; margin-left:1%; margin-right:1%; resize: none;}
table.form-table tbody td input {width: 97%; margin-left:1%; margin-right:1%;}
table.form-table tbody td.form-radio {padding-left:25px; padding-top:0;}
table.form-table tbody td input[name="form_radio_FEEDBACK_SUBJ"] {
    position: absolute;
    width: auto;
    margin-top:1px;
    margin-left: -20px;
    line-height: normal;
}
table.form-table tbody td input[readonly]{background-color: #eee;}
table.form-table tfoot td {text-align: center}

.form-required
{
    color: red;
}

.form__descr_small {
    line-height: 1.4em;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
}
.hidden {display: none !important;}
#dialog-profile,
#splash-window {width: 400px;}
#dialog-profile .popup-window-titlebar,
#splash-window .popup-window-titlebar {height: 10px;}
#dialog-profile.popup-window-buttons {
    padding-top: 10px;
    padding-bottom: 0;
}
#dialog-profile .popup-window-content textarea {
    margin-top: 3px;
    resize: vertical;
    width: 100%;
    max-height: 300px;
    box-sizing: border-box;
}
#dialog-profile .popup-window-content input {
    width:100%;
    box-sizing: border-box;
}
#dialog-profile .popup-window-content label {
    display: block;
    margin-top: 5px;
}
.u-year, .u-month {
    padding: 2px 2px 1px;
    font-size: 8px;
    font-weight: normal;
    line-height: 1px;
    text-align: center;
    vertical-align: baseline;
    color: white;
    cursor: default;
    position: relative;
    bottom: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.u-year {
    background-color: #289b00;
}
.u-month {
    background-color: #a7c99c;
}
.ib {
    border: none;
    overflow: hidden;
}
.ib_200x200 {
    width: 200px;
    height: 200px;
}
.ib_520x80 {
    width: 520px;
    height: 80px;
}

.u-activities-info {
    color: #cacaca;
    font-size: 10px;
    font-weight: normal;
    border: 1px solid #cacaca;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px 0 3px;
    height: 12px;
    line-height: 14px;
    cursor: pointer;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/local/templates/skisport/images/icon_top.png') no-repeat;
}

/*for test*/
.mb10{
    margin-bottom: 10px;
}

.font-bold {
    font-weight: bold;
}

#page-wrapper .html-max .bx-html-editor {
    width: 100% !important;
}

.content-block-owner {
    display: flex;
}

.block-left-column {
    width: 33%;
    display: inline-block;
}

.block-right-column {
    width: 67%;
    margin-left: 10px;
    display: inline-block;
}

/* End */
/* /local/templates/skisport/lib/fancybox/jquery.fancybox.css?15005408974905 */
/* /local/templates/.default/css/info-icons.css?17534502902585 */
/* /local/templates/skisport/css/header.css?15874503681195 */
/* /local/templates/skisport/css/adv.css?1615785884436 */
/* /local/templates/skisport/css/social.css?1602569425793 */
/* /local/templates/skisport/css/yasearch.css?1574835187888 */
/* /local/templates/skisport/components/bitrix/system.auth.form/top/style.css?1576045071573 */
/* /local/templates/skisport/components/bitrix/menu/header/style.css?16856242891590 */
/* /local/templates/skisport/styles.css?15748351876587 */
/* /local/templates/skisport/template_styles.css?175345029024641 */
