@keyframes spinoff {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes spinoff {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
hr {
    height:2px;
    margin:20px 0;
    border:0;
    border-top:1px solid #ccc;
}
h1{font-size:1.428em;color: #41414c;}
h2{font-size:1em;}
h3{font-size:1.214em;font-weight:bold;}
h4{display:block;font-size:1em;}
h5{font-size:0.928em;}
h6{font-size:0.9em;}
strong {font-weight: bold;}
i, em {font-style: italic;}
a {color:#000;}
a:hover { text-decoration:none; }
a:visited { text-decoration:none; }
a.link { color:#41baf6; }

a:visited {
    text-decoration:underline;
}
a:hover {
    /*color:#FFA442;*/
    text-decoration:none;
}
a:active {
    /*color:#FFA442;*/
    text-decoration:none;
}
a:focus {
    outline: none;
}
a.iconed-link {
    text-decoration: none;
}
a.iconed-link span {
    text-decoration: underline;
}
a.a-pseudo{
    text-decoration:none!important;
}
a.a-pseudo{
    border-bottom: 1px dashed;
    color: #2D4C9C;
    cursor: pointer;
    text-decoration: none;
}
a.a-pseudo:hover{
    color:#f66b0e!important;
}
html, body, form, fieldset, legend, h1, h2, h3, h4 { margin: 0; padding: 0; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14px;
    color: #222d35;
}

html {  }
/*
.rn-main-wrapper{
    display:block;
    background:#fff;
    min-width:1005px;
    max-width:1065px;
    margin:0 auto;
    padding:0 43px;
    box-sizing:border-box;
    box-shadow:0 0 20px 5px rgba(0,0,0,0.3)
}

.ie8 .rn-main-wrapper{
    max-width:auto;
    min-width:auto;
    width:1065px
}

@media screen and (max-width: 1082px){
    .rn-main-wrapper{padding:0 13px}
}
.rn-main-content{width:100%;padding-top:35px}
*/
#container-wrap.fixed{
    height: 100%;
    width: 100%;
}
.fixed{
    position: fixed !important;
}
body {
    color:#333;
    background: #f2f2f2;
    position: relative;
    min-width: 1000px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* ======= Настройка размера шрифта ======= */
.font-large,
.font-large input,
.font-large select,
.font-large textarea {
    font-size: 13px;
}

/* ==== Styles ul,li ==== */
ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul > li, ol > li {
    margin: 0;
    padding: 0;
}
.b-list-h, .b-list-v .b-list-h {
    list-style: none outside none;
}
.b-list-h > li, .b-list-v .b-list-h > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.b-list-v {
    list-style: none outside none;
}
.b-list-v > li {
    display: list-item;
    margin-bottom: 10px;
    padding: 0;
}
.b-list-v li:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    margin: 0;
}
@media print{footer{display:none;}}

/* to top
-----------*/
#toTop {
    position:fixed;
    right: 0;
    bottom:50px;
    z-index: 3;
    overflow:hidden;
    text-decoration:none; text-shadow:#999 0.5px 0.5px 3px;
    font-size:14px; line-height:100%;
    background:rgba(48,64,94,0.14) url('/static/images/header/top.png') no-repeat 50% 5px;
    color:#000;
    text-align:center;
    opacity:0.5;
    padding:40px 10px 5px;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
#toTop:hover, #toTop.toTop-click {
    opacity:1;
}
a#toTop:active {
    opacity:1;
}

/* AnyTooltip styles */
.iTooltip {
    position: absolute;
    z-index: 1100;
    background: #fff;
    padding: 15px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.iTooltip .arrow {
    position: absolute;
    bottom: -15px;
    left: 10%;
    width: 15px;
    height: 15px;
    background: url(/static/images/header/header-sprite.png) no-repeat -90px -75px;
    margin-left: -7px;
}
.iTooltip .arrow.onTop {
    bottom: auto;
    top: -15px;
    background-position: -105px -75px;
}

.info-tooltip {
    background: #5e5e5e;
    background: rgba(54, 54, 54, .8);
    border: none;
    padding: 7px 10px;
    font-size: 11px;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.info-tooltip .arrow {
    background-position: -111px -51px;
    width: 12px;
    height: 6px;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
}
.info-tooltip .arrow.onTop {
    bottom: auto;
    top: -6px;
    background-position: -111px -45px;
}

.info-tooltip, .votes-tooltip { z-index: 9999; zoom: 1; background: #5e5e5e; background: rgba(54, 54, 54, .8); border: none; padding: 7px 10px; font-size: 11px; color: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.info-tooltip.info-tooltip-error { background: #e56566; }
.info-tooltip.info-tooltip-error .arrow { display: none; }
.info-tooltip.info-tooltip-error:after { content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #e56566; position: absolute; bottom: -5px; left: 50%; margin-left: -3px; }
.info-tooltip .arrow, .votes-tooltip .arrow { background-position: -111px -51px; width: 12px; height: 6px; left: 50%; margin-left: -6px; bottom: -6px; }
.info-tooltip .arrow.onTop, .votes-tooltip .arrow.onTop { bottom: auto; top: -6px; background-position: -111px -45px; }

/* =Clearfix для подчистки плавающих блоков
----------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix { display:inline-block; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }
/* helpers */
div:focus{ outline: 0 none!important;}
.nclear:before, .nclear:after { content: " "; display: table; }
.nclear:after { clear: both; }
.nclear { *zoom: 1; }
.d-n { display:none !important; }
.d-b{ display: block; }
.ta-r{text-align: right}
.ta-l{text-align: left}
.ta-c{text-align: center}
.h { display:none; }
.nowrap {white-space:nowrap}
.selectable { -moz-user-select: initial; -khtml-user-select: initial; user-select: initial; -webkit-user-select: initial; -o-user-select: initial; -ms-user-select: initial; }
.tr-opacity-03 { -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.tr-opacity-05 { -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
.tr-opacity-1 { -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; }
.snippet{font-size: 11px; color: #666; padding-top: 5px; margin: 0px 0px 10px!important; }


/* ==== Cross.css ==== */
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.smart-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Редактор TinyMCE */
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin: 0 auto; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.nowrap { white-space: pre; }

/* Layers */
#layer_bg,
#box_layer_bg,
#layer_wrap,
#box_layer_wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    overflow: hidden;
    display: none;
}
#box_layer_bg,
#box_layer_wrap {
    z-index: 1000;
}
#box_layer_bg {
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
#box_layer_bg.bg_medium {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#box_layer_bg.bg_dark {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

@-moz-document url-prefix() {
    #box_layer_bg {
        background: url(/static/images/layer_bg_lite.png);
        opacity: 1 !important;
    }
    #box_layer_bg.bg_medium {
        background: url(/static/images/layer_bg_medium.png);
    }
    #box_layer_bg.bg_dark {
        background: url(/static/images/layer_bg_black.png);
    }
}

#layer_wrap, #box_layer_wrap {
    overflow: auto;
}
#layer_wrap {
    overflow-x: hidden;
    overflow-y: auto;
}
/* scrollbar */
.scrollbar-wrap { position: absolute; top: 0; right: 0; bottom: 0; }
.scrollbar-inner {
    position: relative;
    width: 8px; background: rgba(0,0,0,.2);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
.scrollbar-mobile .scrollbar-wrap { display: none !important; }
.scrollbar-inner.scrollbar-hovered,
.scrollbar-inner.scrollbar-drag,
.scrollbar-inner:hover { background-color: rgba(0,0,0,.4); }
.scrollbar-inner:hover,
.scrollbar-inner.scrollbar-drag {  width: 8px; }
.scrollbar-top,
.scrollbar-bottom { display: none; position: absolute; right: 0; left: 0; height: 2px; background: rgba(0,0,0,.15); }
.scrollbar-top { top: 0; }
.scrollbar-bottom { bottom: 0; }

/* ==== Icons ====*/
.ico-inline {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.ic {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.ic-w {
    line-height: 18px;
    margin-left: 1px;
    position: relative;
}

/* ==== Информационное окно (комментарии) ==== */
.msg {
    background: none repeat scroll 0 0 #e9ecee!important;
    margin-bottom: 20px!important;
    padding: 1px 10px 1px 0!important;
    position: relative!important;
}
.msg .msg-icn-gray{
    outline: none; /* Убираем свечение в Chrome и Safari */
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important; /*Firefox 1-3*/
    -webkit-box-sizing: content-box!important; /* Safari */
}
.msg-content { margin-left: 66px; }
.msg-title { line-height: 18px; margin: 16px 0 5px; font-weight: bold; color: #222d35; font-size: 13px; }
.msg-only-title .msg-title {
    margin: 25px 0;
    display: inline-block;
}

.msg-title a {
    color: #0093dd;
}

.msg-title a:hover {
    color: #2fb9ff;
}


/* ==== Сброс некоторых стилей ==== */
.ui.message{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.ui.segment{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.ui.tabular.menu .active.item{
    font-weight:400!important;
}
.ui.dropdown .menu .active.item{
    font-weight: 400!important;
}
.ui.dropdown .menu{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#wrapper {
    background: none repeat scroll 0 0 #fff;
}

/* ================ Иконки ========================== */
[class^="icon-home"], [class*=" icon-home"]{
    font-size: 23px;
}
[class^="icon-search"], [class*=" icon-search"]{
    font-size: 23px;
}
/* ========== Глобальные баннеры ==================== */
#wrapper .b-content-block .b-banner-block:before,
#wrapper .b-content-block .b-banner-block:after{display:table;content:""}
#wrapper .b-content-block .b-banner-block:after{clear:both}
#wrapper .b-content-block .b-banner-block{
    height:90px;
    width: 100%;
    position: relative;
    background-color: #f1f3f5;
    border: 1px solid #e1e2e2;
}
#wrapper .b-content-block .b-banner-block > span{
    font-size: 18px;
    font-weight: bold;
    left: 31%;
    position: absolute;
    text-align: center;
    top: 29px;
}
/* ========== Блок топ ролики ======================= */
.b-content-block .b-top-clips .block-label {
    margin-left: 10px;
    margin-top: 10px;
}
.b-content-block .b-top-clips{
    background: none repeat scroll 0 0 #f1f3f5;
    border: 1px solid #e1e2e2;
    position: relative;
    width: 470px;
    margin-right: 20px;
    float: left;
}
.b-content-block .b-top-clips .side-clips-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.b-content-block .b-top-clips .side-clips-item {
    float: left;
    margin: 0 0 5px 5px;
    position: relative;
}
.b-content-block .b-top-clips .side-clips-item .preview{
    cursor: pointer;
    background-color: #f1f5f8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 140px;
    margin: 5px 5px 5px;
    overflow: hidden;
    position: relative;
    border: 0 none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.b-content-block .b-top-clips .side-clips-item .preview .item-video-icon{
    margin-top: -17px;
    position: absolute;
    left: -34px;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 4px 4px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.b-content-block .b-top-clips .side-clips-item .preview:hover .item-video-icon{
    left: 0;
}
/* ========== Блок обсуждения ======================= */
.b-content-block .b-top-answers {
    padding: 10px;
    background: none repeat scroll 0 0 #f1f3f5;
    border: 1px solid #e1e2e2;
    position: relative;
    width: 450px;
    height: 325px;
    float: left;
}

/* ========== Блок мы вКонтакте ===================== */
.b-content-block .b-social-vk{
    background: none repeat scroll 0 0 #f1f3f5;
    border: none;
    position: relative;
    height: 320px;
    width: 470px;
    margin-right: 20px;
    float: left;
}
/* ========== Блок опросы на сайте ================== */
.b-content-block .b-polls-now{
    background: none repeat scroll 0 0 #f1f3f5;
    border: 1px solid #e1e2e2;
    position: relative;
    padding: 10px;
    width: 450px;
    float: left;
}
.b-content-block .b-polls-now .b-polls-container{
    padding: 10px;
    margin: 10px auto 0;
    width: 400px;
    position: relative;
    border: 3px solid #b8c6cc;
}
.b-content-block .b-polls-now ul.b-poll-l li small{
    font-size:1em;
    font-weight:normal;
    color:#000;
    margin-left:3px;
}
.b-content-block .b-polls-now ul.b-poll-l li:last-child{
    margin-bottom:7px;
}
.b-content-block .b-polls-now .b-polls-container h4 {
    font-size: 1.2em !important;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}

.b-content-block .b-polls-now .b-poll-l{
    margin-top: 10px!important;
    cursor: pointer;
}

.b-content-block .b-polls-now ul.b-poll-l li{
    margin-bottom: 10px!important;
    line-height: 1.2;
    display: list-item;
    padding: 0px;
}
.b-content-block .b-polls-now ul.b-poll-l li input[type="radio"]{
    display:block;
    float:left;
    margin-top:1px;
    margin-left: 5px;
}
.b-content-block .b-polls-now ul.b-poll-l li label{
    display:block;
    font-size:1em;
    margin:0 0 0 25px;
}

.b-content-block .b-polls-now .b-polls-container ul > li {
    display: list-item;
    line-height: 25px;
    margin-bottom: 10px !important;
    padding: 0;
    width: 380px;
}
.b-content-block .b-polls-now .b-polls-container ul > li div.b-poll-line {
    width: 315px !important;
}
.b-content-block .b-polls-now .b-polls-container ul > li div.b-poll-progress{
    height:12px;
    background-color:#0093DD;
    float:left;
    margin-top:7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.b-content-block .b-polls-now .b-polls-container ul > li small{
    font-size:1em;
    font-weight:normal;
    color:#000;
    margin-left:3px;
}

.b-content-block .b-polls-now small{
    font-weight: normal;
    line-height: 1.3em;
    color: #999999;
    font-size: 13px;
}
.b-content-block .b-polls-now .b-polls-container .b-poll-count{
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    margin-bottom: 10px;
}

.b-content-block .b-polls-now .b-polls-container input[type="submit"]{
    border-left:0 none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
.b-content-block .b-polls-now .b-polls-container form #go-poll{
    margin:0 0 -12px 120px!important;
    padding:6px 15px!important;
    border:none;
    background-color:#0093DD;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1.2em!important;
}
.b-content-block .b-polls-now .b-polls-container form #go-poll:hover{
    background-color:#21a9ff;
}
.b-content-block .b-polls-now .b-polls-container form #go-poll:active{
    background-color:#0090DC;
}

/* ========== Блок платных объявлений =============== */
.b-content-block .b-top-market{
    background: none repeat scroll 0 0 #f1f3f5;
    border: 1px solid #e1e2e2;
    width: 100%;
    height: 90px;
}
/* ========== Предустановки шапки =================== */
#wrapper .b-header:before,
#wrapper .b-header:after{display:table;content:""}
#wrapper .b-header:after{clear:both}

#wrapper .b-header{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#fff;
	height: 120px;
	position: relative;
	z-index:1;
	*zoom:1;
}

.b-header .header-banner {
    display: inline-block;
	height:90px;
	width: 640px;
	position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.b-header .header-banner > span{
    font-size: 20px;
    left: 29%;
    position: absolute;
    text-align: center;
    top: 29px;
}
.b-header .header-banner:after,
.b-header .header-banner:before{

}
.b-header .header-banner img {
	max-width:100%;
	display:block;
	margin:0 auto;
}
.b-header #logo {
	display:block;
	width:294px;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:231px;
	height:65px;
	background-image:url(/static/images/logo.png);
	/*background-position:0 -150px;*/
	background-repeat:no-repeat;
	position: absolute;
	left: 15px;
	top:33px;
}
.b-navigator{
    background-image: url("/static/images/header/navigator-strite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 100px;
    width: 70px;
    left: 250px;
    top:10px;
    position: absolute;
}

.b-navigator.news{
    background-position: 100% 0px;
}
.b-navigator.chair{
    background-position: 100% -100px;
}
.b-navigator.envelope{
    background-position: 100% -200px;
}
.b-navigator.keys{
    background-position: 100% -300px;
}
.b-navigator.thermometer{
    background-position: 100% -400px;
}
.b-navigator.tv{
    background-position: 100% -500px;
}

.b-navigator.new-year-1 {
    background-image: url(/static/img/theme/new_year/header/navigator-1.jpg);
}

.b-navigator.new-year-2 {
    background-image: url(/static/img/theme/new_year/header/navigator-2.jpg);
}

.b-navigator.new-year-3 {
    background-image: url(/static/img/theme/new_year/header/navigator-3.jpg);
}


/* ===================== Навигация ======================== */
.b-menu__wrapper{
    background-color: #0093dd;
    background-image: -moz-linear-gradient(center top , #0093dd, #008ae6);
    background-repeat: repeat-x;
    border-bottom: 1px solid #0068ba;
    height:47px;
    outline: none; /* Убираем свечение в Chrome и Safari */
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important; /*Firefox 1-3*/
    -webkit-box-sizing: content-box!important; /* Safari */
}
.b-menu__width-wrapper{
    height: 500px;
    margin: 0 auto;
    max-width: 1042px;
    min-width: 980px;
    overflow: hidden;
    z-index: 90;
}
.b-menu__relative-wrapper{
    position:relative;
    width:980px;
    margin:0 auto;
}
.b-menu{
    display:table;
    width:100%;
    margin:0;
    padding:0;
    list-style-type:none;
}
.b-menu .b-triangle{
    width:0;
    height:0;
    border-top:5px solid #fff;
    border-right:5px solid transparent;
    border-left:6px solid transparent;
    border-bottom:0 none;
    display:inline-block;
    vertical-align:middle;
    outline: none; /* Убираем свечение в Chrome и Safari */
}
.b-menu__item{
    display:table-cell;
    vertical-align:top;
    text-align:center;
    background-color:#0093dd;
    text-decoration: none;
}
.b-submenu__item{
    zoom:1;
}
.b-menu__item_node_first{text-align:left}
.b-menu__item_node_last{text-align:right;padding-left: 45px;}

.b-menu__link{
    background-color:#0093dd;
    color:#ffffff!important;
    cursor:pointer;
    display:block;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    padding:13px 15px;
    text-decoration:none!important;
    text-transform: uppercase;
    white-space:nowrap;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-transition:220ms ease-in-out;
    -moz-transition:220ms ease-in-out;
    -ms-transition:220ms ease-in-out;
    -o-transition:220ms ease-in-out;
    transition:220ms ease-in-out;
}

.b-menu__link:hover{
    background-color:#069cfa;
    -webkit-transition:220ms ease-in-out;
    -moz-transition:220ms ease-in-out;
    -ms-transition:220ms ease-in-out;
    -o-transition:220ms ease-in-out;
    transition:220ms ease-in-out;
}
.b-menu__link:active{
    -webkit-transition:220ms ease-in-out;
    -moz-transition:220ms ease-in-out;
    -ms-transition:220ms ease-in-out;
    -o-transition:220ms ease-in-out;
    transition:220ms ease-in-out;
    background-color:#005aa1;
}
.b-menu__link.on{
    background-color:#069cfa;
    -webkit-transition:220ms ease-in-out;
    -moz-transition:220ms ease-in-out;
    -ms-transition:220ms ease-in-out;
    -o-transition:220ms ease-in-out;
    transition:220ms ease-in-out;
}


/* Тизер для статьи «Антикризисные» автомобили
-------------------------------------------------- */
.b-menu__item.__teaser {
    width: 73px;
}

.b-menu__item.__teaser .b-menu__link {
    overflow: hidden;
    text-indent: -1000px;
    background-position: center center;
    background-repeat: no-repeat;
}


.b-menu__item .search-form {
    position: absolute;
    right: 20px;
}
.b-menu__item .b-form-compact__query {
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    outline: none; /* Убираем свечение в Chrome и Safari */
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important; /*Firefox 1-3*/
    -webkit-box-sizing: border-box!important; /* Safari */
    color: #363636;
    display: block;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 5px 8px;
    text-rendering: optimizelegibility;
    width: 100%;
}
.b-menu__item .search-field {
    background: url( "/static/images/icon-search.png" ) 5px center no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 36px;
    padding: 0 0 0 35px;
    position: relative;
    width: 35px;
    top:6px;
}
.b-menu__item .search-field:hover {
    -webkit-transition:220ms ease-in-out;
    -moz-transition:220ms ease-in-out;
    -ms-transition:220ms ease-in-out;
    -o-transition:220ms ease-in-out;
    transition:220ms ease-in-out;
}
.b-menu__item .search-field:focus {
    background-color: #fff;
    background-image: url( "/static/images/icon-search-gray.png");
    cursor: text;
    max-width: 100%;
    width: 265px;
}
.b-menu__item .search-submit {
    display: none;
}
.b-submenu {
    display: none;
    margin-top: -1px;
    background-color: #e4e1e1;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.24);
    position: absolute;
    left: 0;
    text-align: left;
    width: 215px;
    z-index: 99999;
}
.b-submenu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 215px;
}
.b-menu__item {
    position: relative;
    text-align: center;
}
/* Submenu */
.b-submenu__link {
    background-color: #e4e1e1;
    color: #2e353a;
    cursor: pointer;
    display: block;
    line-height: 44px;
    font-weight: normal;
    font-size: 17px;
    padding: 0 17px;
    text-decoration: none;
    transition: all 220ms ease-in-out 0s;
    white-space: nowrap;
}
.b-submenu__link:hover {
    background-color: #f3f3f3;
    transition: all 220ms ease-in-out 0s;
}
.b-submenu__link:active {
    background-color: #d8d4d4;
    transition: all 220ms ease-in-out 0s;
}
.b-submenu__link_state_current .b-menu__link {
    background-color:#069cfa;
}
.b-menu__item.b-submenu__link_state_current .b-submenu {
    display: block;
}

/* Для выравнивания */
.content{
	padding: 0 10px;
}
/* Хлебные крошки */
.b-breadcrumbs {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    font-size: 13px;
    color: #536069;
}
.b-breadcrumbs .b-list-head li > a{
    color: #536069;
}
.b-breadcrumbs .b-list-head {
    margin-left: 15px;
    height: 36px;
    line-height: 36px;
}
.b-breadcrumbs .b-list-head:before, .b-breadcrumbs .b-list-head:after {
    content: "";
    display: table;
}
.b-breadcrumbs .b-list-head:after {
    clear: both;
}
.b-breadcrumbs .b-list-head li {
    display: inline;
    margin-right: 6px;
}
.b-breadcrumbs .b-list-head li:after {
    content: ">";
    margin-left: 6px;
}
.b-breadcrumbs .b-list-head li:last-child:after {
    content: "";
}
.b-breadcrumbs li.g-last {
    float: right;
}
.b-breadcrumbs li.g-last a img {
    padding-right: 4px;
    vertical-align: middle;
}
@media print {
    .b-breadcrumbs {
        display: none;
    }
}
/* ==================== Карусель рекламы ============== */
#home-slider{
    margin-top: 0px;
    width:980px;
    height: 300px;
    position:relative;
    background: none repeat scroll 0 0 #97a8b1;
    overflow: hidden;
}
/* =================== Блок контент ==================*/
#wrapper .b-container{
    padding: 20px;
    min-height: 380px;
}
#wrapper .b-container:before,
#wrapper .b-container:after {
    content: "";
    display: table;
}
#wrapper .b-container:after {
    clear: both;
}

.b-content-block{*zoom:1}
.b-content-block {
    clear: both;
    margin: 0 0 25px;
}
.b-content-block:before, .b-content-block:after {
    content: "";
    display: table;
}
.b-content-block:after {
    clear: both;
}
.b-content-block h3 {
    display: block;
    margin-bottom: 10px;
}
.b-content-block h1 {
    display: block;
    margin-bottom: 10px;
}
#wrapper .b-content-block .span {
    float: left;
}
/* ==== Правая колонка ==== */
.b-sidebar-right .b-aside-category-block,
.b-sidebar-right .b-aside-project-block{
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #75cdf8;
}
.b-sidebar-right .b-aside-category-block ul li:first-child,
.b-sidebar-right .b-aside-project-block ul li:first-child{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.b-sidebar-right .b-aside-category-block ul li:last-child,
.b-sidebar-right .b-aside-project-block ul li:last-child{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.b-sidebar-right .b-aside-category-block ul li:first-child,
.b-sidebar-right .b-aside-project-block ul li:first-child{
    margin-top: 0;
}
.b-sidebar-right .b-aside-category-block ul li > a,
.b-sidebar-right .b-aside-project-block ul li > a{
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    *zoom: 1;
}

.b-sidebar-right .b-aside-category-block ul li,
.b-sidebar-right .b-aside-project-block ul li{
    line-height: 25px;
    padding: 5px 0;
    margin: 1px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #0378b4;
}


.b-sidebar-right .b-aside-category-block ul li{
    background:#234372;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 5%, #0495df 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(5%,#24a8e9), color-stop(100%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 5%,#0495df 100%);

}
.b-sidebar-right .b-aside-category-block ul li:hover{
    background:#142a52;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 100%, #0495df 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(100%,#24a8e9), color-stop(50%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
}

.b-sidebar-right .b-aside-category-block ul li:active,
.b-sidebar-right .b-aside-category-block ul li.onSelect
{
    background:#234372;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 50%, #0495df 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(50%,#24a8e9), color-stop(80%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    box-shadow: 0 0px 5px #fff inset;
}

/* Блок спецпроекты */

.b-sidebar-right .b-aside-project-block ul li{
    background:#234372;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 5%, #0495df 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(5%,#24a8e9), color-stop(100%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 5%,#0495df 100%);
}
.b-sidebar-right .b-aside-project-block ul li:hover{
    background:#142a52;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 100%, #0495df 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(100%,#24a8e9), color-stop(50%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 100%,#0495df 50%);
}

.b-sidebar-right .b-aside-project-block ul li:active,
.b-sidebar-right .b-aside-project-block ul li.onSelect{
    background:#234372;
    background-image: -moz-linear-gradient(top, #49bcf5 0%, #24a8e9 50%, #0495df 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49bcf5), color-stop(50%,#24a8e9), color-stop(80%,#0495df));
    background-image: -webkit-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: -o-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: -ms-linear-gradient(top, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    background-image: linear-gradient(to bottom, #49bcf5 0%,#24a8e9 50%,#0495df 80%);
    box-shadow: 0 2px 3px rgba(35, 64, 0, 0.4) inset;
}



#wrapper .b-sidebar-right {
    width: 240px;
    border: none;
    background-color: #fff;
    float: right;
    margin-left: -1px;
    min-height: 1px;
    position: relative;
}
#wrapper .b-sidebar-right .block {
    background: none repeat scroll 0 0 #f1f3f5;
    margin: 0 auto 20px;
    padding: 15px 25px;
    width: 240px;
}
#wrapper .b-sidebar-right .block > .title {
    color: #999;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
#wrapper .b-sidebar-right .block .posts_list .post_item {
    clear: both;
    color: #999;
    line-height: 18px;
    margin-bottom: 10px;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.post_name {
    font-size: 13px;
    color: #666;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.post_name:hover {
    color: #a3a3a3;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.post_name:visited {
    color: #b5b5b5;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.post_name:visited:hover {
    color: #a3a3a3;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.user_name {
    font-size: 13px;
    color: #999;
    padding-left: 3px;
    padding-right: 1px;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.user_name:hover {
    color: #333;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.blog_name {
    font-size: 13px;
    color: #999;
}
#wrapper .b-sidebar-right .block .posts_list .post_item a.blog_name:hover {
    color: #333;
}
/* ==== Правый блок Виджеты  ====*/
.b-aside-block .b-widgets{
    width: 240px;
    margin: 10px auto;
    padding: 0 2px;
}

/* ==== Правая колонка: Баннерное место ==== */
.b-aside-block .b-aside-banner2{
    width: 240px;
    margin: 10px auto;
}
.b-aside-block .b-aside-banner{
    position: relative;
    background: #97a8b1;
    height: 242px;
    z-index: 1;
}
.b-aside-block .b-aside-banner > span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 92px;
    position: absolute;
    top: 115px;
    vertical-align: middle;
}
.b-aside-block .ui.ribbon.label {
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.b-aside-block .ui.ribbon.label:first-child {
    margin-top: 0;
}
/* ==== Block Column ==== */
.b-column-570{ width: 600px; }
.b-column-370{ margin-left: 30px; width: 310px;}
/* ==== Ошибки, варнинги и предупреждения ==== */
.error,
.info_msg,
.box_msg,
.ok_msg {
    line-height: 160%;
    padding: 8px 11px;
}
.error {
    background: #FFEFE8!important;
}
.ok_msg {
    background-color: #E3F3E7;
    border: 1px solid #CFEAD7;
    color: #506450;
}
.box_msg {
    background-color: #F9F6E7;
    border: 1px solid #D4BC4C;
    font-size: 12px;
}
.box_msg {
    font-weight: bold;
}
#system_msg {
    z-index: 5000;
    left: 0px;
    top: 0px;
    display: none;
    -webkit-border-radius: 0px 0px 6px;
    -khtml-border-radius: 0px 0px 6px;
    -moz-border-radius: 0px 0px 6px;
    border-radius: 0px 0px 6px;
    padding: 7px 10px;
}
#bad_browser {
    border-bottom: 1px solid #B8C7D3;
    background-color: #F2F4FF;
}
#bad_browser .info {
    padding: 8px;
    text-align: center;
    line-height: 150%;
}
#bad_browser #good_browsers {
    display: none;
}
#bad_browser #good_browsers div {
    width: 400px;
    height: 100px;
    margin: 10px auto 0px;
}
#bad_browser #good_browsers a {
    width: 100px;
    height: 20px;
    padding-top: 80px;
}

/* ===== Стикеры ====  */
.b-sticker a, .b-sticker a b {
    float: left;
    height: 38px;
    background: url("/static/images/blocks/sprite_stickers.png?v=2") no-repeat;
}
.b-sticker a {
    height: 50px;
    padding-left: 8px;
    margin-top: -1px;
    margin-left: -33px;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    background-position: 0 0px;
    text-transform: uppercase;
}
.b-sticker a b {
    cursor: pointer;
    padding-right: 9px;
    background-position: 100% -56px;
}

.b-sticker a:hover {
    background-position: 0 -104px;
}

.b-sticker a:hover b {
    background-position: 100% -160px;
}
/* =================== Блок камеры Online ========*/
.b-container .b-camers:after, .b-container .b-camers:before{
    content:'';
    display:block;
}
.b-container .b-camers{
    display:block;
    text-indent:-9999px;
    text-decoration:none;
    display:block;
    height:182px;
    margin-bottom: 15px;
    background-image:url('/static/images/videocams.jpg');
    background-repeat:no-repeat;
}

/*========== СКОРО =============*/
.b-aside-block .b__info-afisha:after, .b-aside-block .b__info-afisha:before{
    content:'';
    display:block;
}
.b-aside-block .b__info-afisha{
    display:block;
    text-indent:-9999px;
    text-decoration:none;
    display:block;
    height:240px;
    width:287px;
}
/*========== WEACOM Afisha ============== */
.b-container .b-home-afisha{
    border:3px solid #b8c6cc;
    position:relative;
    overflow: hidden;
    background:#f6f7f7;
}
.b-container .b-home-afisha .b-slide-content{
    margin: 0 auto;
    position:relative;
    overflow:hidden;
    display: block;
}
.b-container .b-home-afisha .b-slide-content .item{
    margin: 0 1px 7px;
}
.b-container .b-home-afisha .b-slide-content img{
    display: block;
    width: 303px;
    height: 210px;
    margin-left: -1px!important;
}
/* =================== Правый блок =============== */
.b-container .b-aside-block{margin-bottom:15px;*zoom:1;word-wrap:break-word}
.b-container .b-aside-block:before,.b-aside-block:after{display:table;content:""}
.b-container .b-aside-block:after{clear:both}

.b-container .g-bordered{
    background:#f1f3f5;
    border: 1px solid #e1e2e2;
    padding: 10px;
}

/*
Предустановки рекламы на странице
--------------------------------------*/
.b-branding-top{margin:-12px 0 -831px 0;width:100%;height:1000px;background:top center no-repeat;}
.b-branding-top a{display:block;width:100%;height:100%;}

/* ==== Weather ==== */
.b-weather__icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    height: 30px;
    margin-top: -5px;
    width: 30px;
}
.b-inline {
    display: inline-block;
}
.b-inline, .b-inline_vtop {
    vertical-align: top;
}
/**
* reCAPTCHA
*/
#recaptcha_widget_div #recaptcha_area{
    width: 300px;
    display: inline-block;
}

/* ============= Единые счетчики в разделах ================ */
.b-content-block.views {
    margin: 0 auto 15px;
    position: relative;
    width: 656px;
}

.b-content-block.views div.b-cell-icons{
    position: relative;
    color: #717070;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    line-height: 13px;
}
.b-content-block.views div.b-cell-icons span{
    line-height: 17px;
    vertical-align: top;
}
.b-content-block.views div.b-cell-icons a{
    color: #717070;
}
.b-content-block.views div.b-cell-icons img{
    padding: 0 10px 0 3px;
    vertical-align: bottom;
}

/* ============== блок погоды ================== */
.b-weather{
    position: relative;
    display: block;
    margin: 0px auto 15px;
}
.b-weather .b-icon{
    margin-top: 5px;
    float: left;
    display: inline-block;
    width: 80px;
    text-align: center;
}
.b-weather-info {
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 230px;
}
.b-weather .b-icon .wi{
    font-size: 45px;
}
.b-weather-info h2 > a{
    color: #0093dd;
    font-weight: bold;
    vertical-align: inherit;
}
.b-weather-info h2 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #0093dd;
}
.b-weather-info .info{
}

.b-weather-info .info .b-weather-current{
    display: inline-block;
    font-size: 2.5em;
    color: #0093dd;
}

.b-weather-info .info .b-weather-forecast{
    margin: 0 0 0 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    vertical-align: top;
    color: #0093dd;
}
.b-weather-info .info .b-weather-forecast span{
    padding: 1px;
    vertical-align: top;
}
/* ================= Стили для блоков баннеров ======*/
.b-block-banner {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 90px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.b-block-banner > span {
    color: #97a8b1;
    font-size: 20px;
    font-weight: bold;
    line-height: 85px;
}
.b-block-banner > .b-default-banner{
    background-image:url('/static/images/default960x90.png');
    background-repeat:no-repeat;
    height: 90px;
    width: 960px;
}

/* ================= Уведомления ======================= */
#notifiers-wrap { z-index: 1010; bottom: 0; left: 0; }
#notifiers-wrap .notifier-box {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 12px;
    width: 266px;
    position: relative;
    margin: 0 0 5px 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    cursor:pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
/* ==== баннерное место в разделах bottom ===== */
/* Баннерное место в разделе SMS */
.b-bottom-banner {
    background: none repeat scroll 0 0 #97a8b1;
    height: 90px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.b-bottom-banner > span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 85px;
}

/* ===== Карусель кастомные стили ==== */
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-next, .jcarousel-prev {
    cursor: pointer;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    top: 48%;
    width: 11px;
}
.jcarousel-prev {
    background: url("/img/owl/owl-prev.png?v=1.0") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 10px;
}
.jcarousel-next {
    background: url("/img/owl/owl-next.png?v=1.0") repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 10px;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}
.jcarousel-prev-disabled:after, .jcarousel-next-disabled:after {
    display: none !important;
}
.jcarousel-prev-disabled:before, .jcarousel-next-disabled:before {
    display: none !important;
}

/* ========= Нотификации ============== */
#notifiers-wrap .notifier-box.notifier-box-310 { width: 286px; background: rgba(34, 45, 53, 0.9); }
#notifiers-wrap .icn-close { position: absolute; top: 5px; right: 5px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
#notifiers-wrap .notifier-box:hover .icn-close { opacity: 0.7; filter: alpha(opacity=70); }
#notifiers-wrap .notifier-box .icn-close:hover { opacity: 1; filter: alpha(opacity=100); }
#notifiers-wrap .notifier-box-title { font-size: 13px; color: #fff; font-weight: bold; line-height: 15px; margin-bottom: 7px; }
#notifiers-wrap .notifier-box-author-photo { display: inline-block; width: 48px; height: 48px; margin-right: 10px; vertical-align: top; }
#notifiers-wrap .notifier-box-text-wrap { display: inline-block; width: 162px; vertical-align: top; margin-right: 10px; }
#notifiers-wrap .notifier-box-text-wrap.only-text { display: inline-block; width: 207px; margin-right: 0; }
#notifiers-wrap .notifier-box-text { font-size:11px; width: 100%; color: #fff; line-height: 15px; word-break: break-word; }
#notifiers-wrap .notifier-box-author-name { display: inline-block; max-width: 100%; margin-bottom: 2px; font-size: 11px; line-height: 15px; color: #fff; }
#notifiers-wrap .notifier-box-pic { display: inline-block; max-width: 35px; max-height: 48px; vertical-align: top; color: #fff; }
#notifiers-wrap .notifier-box-photos-wrap { display: inline-block; margin: 2px 0 0; width: 220px; vertical-align: top; }
#notifiers-wrap .notifier-box-photos-wrap-wide { display: inline-block; margin: 2px 0 0; vertical-align: top; }
#notifiers-wrap .notifier-box-photo { display: inline-block; width: 28px; height: 28px; margin: 0 1px 1px 0; vertical-align: top; }
#notifiers-wrap .notifier-box-photo-more { display: inline-block; width: 57px; height: 28px; margin: 0 1px 1px 0; color: #fff; font-size: 13px; line-height: 28px; vertical-align: top; text-align: center; background: #73818a; }

#notifiers-wrap .dacha-dr-notofication .notifier-box-title { color: #536069; }
#notifiers-wrap .dacha-dr-notofication .notifier-box-text { color: #536069; }

#notifiers-wrap .notifier-wow .notifier-box-pic { max-height: none; max-width: none; position: absolute; top: -26px; right: -75px; }
#notifiers-wrap .notifier-wow .notifier-box-author-name { font-weight: bold; color: #207aae; }
#notifiers-wrap .notifier-wow .notifier-box-text  { color: #222d35; }
#notifiers-wrap .notifier-wow .notifier-box-title { color: #222d35; margin-top: -4px; }
#notifiers-wrap .notifier-wow .notifier-box-author-name a { color: #207aae; }

/* loader */
#tbox_loader {
    position: absolute;
    left: 50%;
    top: 37%;
    margin: 0px auto 0px -50px;
    z-index: 100000;
    width: 100px;
    display: none;
}
#tbox_loader .tback {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    height: 50px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}
#tbox_loader .tloader {
    background: url(/static/images/upload_inv_mono.gif) no-repeat 50% 50%;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* Popup styles */
.iPopup-overlay {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: url(/static/images/bg_black_80.png);
    z-index: 9999;
}
.iPopup-overlay.noOverlay { background: transparent; }
.iPopup-overlay.fixed { position: fixed; }
.iPopup {
    background: #fff;
    position: relative;
    margin: 0 auto 20px;
}
.iPopup .popup-header {
    padding: 10px 18px 10px;
    background: #008ae6;
}
.iPopup .popup-header h2 { line-height: 20px; float: left; color: #fff; margin: 0; }
.iPopup .popup-header .icn-cross { float: right; cursor: pointer; margin-top: 2px; background-position: -960px -16px; opacity: 0.7; filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }
.iPopup .popup-header .icn-cross:hover { opacity: 1; filter: alpha(opacity=100); }
.iPopup .popup-header .icn-cross:before { content: ''; position: absolute; top: -17px; left: -20px; width: 63px; height: 48px; }
.iPopup .popup-content {
    padding: 30px;
}
.iPopup .popup-footer { background: #f1f5f8; padding: 20px 30px; }
.iPopup .popup-footer .secondary-link { float: left; line-height: 26px; }
.iPopup .popup-footer .btn,
.iPopup .popup-footer .ibtn { float: right; margin-left: 10px; }

/*scroller top*/
#topper-block{ position: fixed; right: 50%; top: 40px; bottom: 0; padding: 15px; left: 0; display: none; margin: 0 420px 0 0; font-weight: bold; background: #d7e0e6;
    -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }
#top-error {
    background: none repeat scroll 0 0 #f6b1aa;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 14px;
    left: 10px;
    padding: 7px 10px;
    position: fixed;
    text-align: center;
    top: 50px;
    z-index: 140;
}

/* notify */
.fsNotify { font-size: 12px; position:absolute; background:#fff; border:1px solid #c9c9c9; padding:5px 15px; z-index:11000; color:#363636; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.fsNotifyCloseButton { position:absolute; right:1px; top:1px; background:url(/static/images/pet/close.gif) no-repeat; width:14px; height:14px; cursor:pointer }

/* ==== Пагинация ====*/
/* blPager  */
.blPager {
    text-align:center;
}
.blPager a, .blPager .selected {
    font-size:12px;
    color:#919191;
    border: 1px solid #bababa;
    padding: 4px 8px;
    margin:0 1px;
    background:#f8f8f8;
    display:inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow:0 1px 0px #fff;
    text-decoration: none;
    cursor: pointer;
}
.blPager a:hover {
    color:#919191;
    -moz-box-shadow: 0 0 3px #bbb;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
}
.blPager a:active {
    background:#f2f2f2;
    -moz-box-shadow:inset 0 0 2px #b2b2b2;
    -webkit-box-shadow:inset 0 0 2px #b2b2b2;
    box-shadow:inset 0 0 2px #b2b2b2;
}
.blPager .selected {
    color:#b7b7b7;
    border:1px solid #e4e4e4;
}
.blPager .left { margin-right:15px; }
.blPager .right { margin-left:15px; }

.blPager {
    margin: 10px 0;
    text-align: right;
}
/* end blPager */

/* text styles */
.is-online {
    display: inline-block; *display: inline; *zoom: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAiElEQVR42oXQoQoCQRDG8f8b2eVgmm/gE/gEto0+gN1mM106jJaDsxqNJoWrC9aD8dtjEQ3LfvCDD2bKDOQcR0w6eWWpG785PAniBWFe2j8wmcQL0qxhd2cQr+jZ3ojiFZHNlShe8WZ9YRCv6FmdMZnEC9KsmS9ftgTxgvD3y8UJk07GLPXvwz9LarV0yxRxTgAAAABJRU5ErkJggg==);
    width: 10px;
    height: 10px;
}
.is-offline {
    width: 10px;
    height: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAcUlEQVR42mNggILixi5fIN4HxJ+hGMT2YUAGQIEWIP6PA7fAFPlABX4CcR4QC0FxHlQMJOfLALUCxMlnQANAsXKo3D4Q5xOUI4RFoRBU7hOxCj8TsroM2WpfNM8IQjGqZ4gOHiRr/KDO+ALF++AmAQEA33udTN2m5woAAAAASUVORK5CYII=) 50% 0 no-repeat;
}

/* форма ввода сообщения */
.message-form { background: #f1f5f8; padding: 5px; }
.message-form .message-form-text-wrap { background: #fff; position: relative; }
.message-form .message-form-text { display: block; overflow: hidden; resize: none; background: transparent; position: relative; padding: 8px 10px; }
.message-form .message-form-placeholder-cover { display: block; background: #fff; opacity: 0; filter: alpha(opacity=0); position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.message-form .message-form-placeholder { display: block; position: absolute; left: 12px; top: 9px; color: #73818a; line-height: 16px; font-size: 13px; text-indent: 4px; }
.message-form.message-form-expanded .message-form-placeholder { color: #c3d0d8; }
.message-form.message-form-has-text .message-form-placeholder { display: none; }
.message-form .message-form-limit { color: #a9bac3; }
.message-form .message-form-smiles { opacity: 0.5; filter: alpha(opacity=50); cursor: pointer; }
/* === Добавлено для совместимости === */
.message-form .message-form-smiles { position: absolute; top: 4px; right: 4px; }
.message-form .message-form-smiles:hover, .message-form .message-form-smiles.on { opacity: 1; filter: alpha(opacity=100); }
.message-form .message-form-smiles .icn-smile { margin: 5px; }
.message-form .message-form-photo { position: absolute; right: 0px; bottom: 0px; opacity: 0.5; filter: alpha(opacity=50); cursor: pointer; }
.message-form .message-form-photo:hover, .message-form .message-form-photo.on { opacity: 1; filter: alpha(opacity=100); }
.message-form .message-form-photo .icn-photo { margin: 5px; }
.message-form .message-form-photo.flash-wrap { padding: 2px; }
.message-form .comments-attachments-wrap { margin-right: -5px; overflow: hidden; }
.message-form .comments-attachment-img { display: block; float: left; width: 80px; height: 60px; overflow: hidden; margin: 0 5px 5px 0; position: relative; cursor: pointer; background-color: #c3d0d8; text-align: center; }
.message-form .comments-attachment-remove { display: block; background: #363636; width: 16px; height: 16px; cursor: pointer; opacity: 0.75; filter: alpha(opacity=75); position: absolute; top: 3px; right: 3px; }
.message-form .comments-attachment-remove:hover { opacity: 1; filter: alpha(opacity=100); }
.message-form .comments-attachment-site-anchor { display: block; color: #45688E; font-weight: bold; line-height: 18px; margin-bottom: 5px; vertical-align: top; }
.message-form .comments-attachment-site-anchor .icn-close { vertical-align: top; margin-top: 2px; margin-left: 5px; cursor: pointer; }
.message-form .comments-attachment-site-box { overflow: hidden; background: #FFF; padding: 6px 8px; border: 1px solid #C0CAD5; }
.message-form .comments-attachment-site-title { margin: 0; padding: 5px; border: 0; font-size: 11px; color: #45688E; }
.message-form .comments-attachment-site-preview { display: block; float: left; width: 80px; height: 60px; margin: 0 10px 10px 0; }
.message-form .comments-attachment-site-description { padding: 0 5px 5px; font-size: 11px; }
.message-form .message-form-photo-preload-wrap { display: inline-block; width: 90px; height: 90px; margin: 0 5px 5px 0; background-color: #e9eff3; position: relative; vertical-align: top; }
.message-form .message-form-photo-preload-wrap.inited { background-color: transparent; text-align: center; }
.message-form .message-form-photo-preload-wrap.failed { background-color: #dc6461; text-align: center; }
.message-form .message-form-photo-preload-action-btn { background-color: #363636; background-color: rgba(54, 54, 54, 0.7); padding: 3px; position: absolute;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
.message-form .loader .message-form-photo-preload-action-btn { display: none; }
.message-form .message-form-attachments { margin-right: -10px; margin-bottom: 5px; overflow: hidden; }
.message-form .message-form-photo-preload-wrap:hover .message-form-photo-preload-action-btn { opacity: 1; filter: alpha(opacity=100); }
.message-form .message-form-photo-preload-delete { top: 3px; right: 3px; }
.message-form .message-form-photo-preload-delete:hover i { background-position: -960px -16px; }
.message-form .message-form-photo-preload-img { max-width: 100%; max-height: 100%; vertical-align: middle; }
.message-form .message-form-photo-preload-bar-wrap { background: #c3d0d8; position: absolute; top: 50%; left: 5px; right: 5px; height: 4px; margin-top: -2px; }
.message-form .message-form-photo-preload-bar-bg { background: #536069; position: absolute; top: 0; bottom: 0; left: 0; right: 100%; }
.message-form .message-form-photo-preload-fail { display: inline-block; color: #fff; font-size: 11px; line-height: 13px; margin: 0 0 3px; }
.message-form .message-form-photo-preload-fail h3 { display: inline-block; font-size: 13px; font-weight: bold; margin: 0 0 3px; padding: 0 5px; }
.message-form .message-form-photo-preload-fail .ellipsis { max-width: 100%; display: inline-block; }
.message-form .message-form-photo-preload-fail p { font-weight: normal; margin: 0; padding: 0 5px; }
/* === Смайлы в окне === */
.smiles-tooltip { width: 420px; padding-right: 4px; z-index: 999999;}
.smiles-tooltip .smiles-tooltip-box { position: relative; }
.smiles-tooltip .smiles-tooltip-inner { max-height: 260px; }
.stickers-tooltip-smile { padding: 4px; cursor: pointer; }
.smiles-tooltip .smiles-tooltip-list img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    margin: 0 4px 10px 0;
    vertical-align: top;
    padding: 4px;
}
.smiles-tooltip .smiles-tooltip-list img:hover{
    background: #f1f5f8;
    border-radius: 3px;
}
.smiles-tooltip .arrow { left: auto; margin-left: 0; margin-right: -10px; }
#node-heap-smiles-tooltip { position: absolute; left: 0; top: 0; } /* костыль для того, чтобы можно было позиционироваться относительно правого или нижнего края */

/*
 * Custom radio/checkbox inputs
 */
:not(#ie) .css_input input[type="checkbox"],
:not(#ie) .css_input input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

:not(#ie) .css_input input[type="checkbox"] + label,
:not(#ie) .css_input input[type="radio"] + label {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-indent: -24px;
    padding-left: 5px;
    text-align-last: justify;
    -ms-text-justify: auto;
    cursor: pointer;
}

:not(#ie) .css_input input[type="checkbox"] + label:before,
:not(#ie) .css_input input[type="radio"] + label:before {
    background: url('../static/images/icons/checkbox.png') no-repeat;
    content: '';
    display: inline-block;
    height: 19px;
    width: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

:not(#ie) .css_input input[type="checkbox"] + label:active:before {
    background-position: 0 -18px;
}

:not(#ie) .css_input input[type="checkbox"]:checked + label:before {
    background-position: -18px 0;
}

:not(#ie) .css_input input[type="checkbox"]:checked + label:active:before {
    background-position: -18px -18px;
}

:not(#ie) .css_input input[type="radio"] + label:before {
    background-image: url('../static/images/icons/radio.png');
}

:not(#ie) .css_input input[type="radio"] + label:active:before {
    background-position: 0 0;
}

:not(#ie) .css_input input[type="radio"]:checked + label:before,
:not(#ie) .css_input input[type="radio"]:checked + label:active:before {
    background-position: -18px 0;
}

/* Opera mini fix */
:not(#ie) .operamini input[type="checkbox"],
:not(#ie) .operamini input[type="radio"] {
    position: relative;
    clip: auto;
}
:not(#ie) .operamini input[type="checkbox"] + label:before,
:not(#ie) .operamini input[type="radio"] + label:before {
    background: none;
    display: none;
}

/* popup */
#popupOverlay,
#popupWin {
    display: none;
    position: absolute;
}
#popupOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background: rgba(0, 0, 0, .5);
}
#popupWin {
    margin-left: -310px;
    padding: 10px;
    top: 100px;
    left: 50%;
    width: 600px;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 10001;
    background: rgba(0, 0, 0, .5);
}
#popupWin.confirm,
#popupWin.alert,
#popupWin.error {
    width: 400px;
    margin-left: -210px;
}
#popupWin.fixed {
    position: fixed
}
#popupContent {
    background: #fff url(/static/images/box-s.png) repeat-x 0 100%;
    position: relative;
    padding: 10px 20px;
//zoom: 1;
}
#popupClose {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    margin: 0!important;
    width: 16px;
    height: 16px;
    background: url('/static/images/icon_16.png') no-repeat -80px -96px;
}
#popupClose .icon-close {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/static/images/icon_16.png') no-repeat -80px -32px;
}
#popupClose:hover {
    background-position: -64px -96px
}
#popupTitle,
#popupWin .popupTitle {
    background-color: #0093dd;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 40px 0 19px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-top: solid 1px #069cfa;
}
.greenHeader #popupTitle,
#popupWin.greenHeader .popupTitle,
.financePopup #popupTitle,
#popupWin.financePopup .popupTitle {
    background-position: 0 -50px;
    color: #fff;
    text-shadow: none;
}
.alert #popupTitle,
.error #popupTitle,
.confirm #popupTitle {
    font-size: 17px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
}
.alert #popupClose,
.error #popupClose,
.confirm #popupClose {
    top: 20px
}
.error-txt {
    border-color: #c31319 !important
}
.we-notify-reg-block {
    padding: 3px 10px 5px 10px;
    position: absolute;
    font-size: 13px;
    border: solid 1px #0090DC;
    background-color: #008FDC;
    box-shadow: 0px 1px 1px #CCC;
    z-index: 16000;
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1F9FE8), to(#1187CB));
    background-image: -webkit-linear-gradient(top, #1F9FE8, #1187CB);
    background-image: -moz-linear-gradient(top, #1F9FE8, #1187CB);
    background-image: -o-linear-gradient(top, #1F9FE8, #1187CB);
    background-image: linear-gradient(top, #1F9FE8, #1187CB);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.we-notify-reg-block span {
    width: 10px;
    height: 7px;
    bottom: -6px;
    position: absolute;
    left: 5px;
    background: url(../images/blue-row.png?20131105) no-repeat;
    z-index: 16000;
}

#popupWin.contentOnly #popupContent,
#popupWin.contentOnly {
    background: none
}
#popupWin.contentOnly #popupTitle,
#popupWin.hideTitle #popupTitle,
#popupWin.hideCloseBtn #popupClose {
    display: none
}
#popupWin.hideTitle #popupContent {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#popupContent,
#popupWin.titleTmp #popupContent {
    /*-webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;*/
}
#popupWin.titleTmp {
    padding-top: 45px
}
#popupWin.titleTmp .popupTitle {
    top: -35px;
    margin: -10px -20px -35px;
}
.popupTabs {
    background: #EDEDED;
    width: 100%;
    overflow: hidden;
}
.popupTabs ul {
    margin: 0
}
.popupTabs li {
    background: none;
    float: left;
    margin: 0;
    padding: 0;
}
.popupTabs a {
    display: block;
    padding: 9px 11px 10px;
    font-size: 11px;
    text-decoration: none;
    color: #332D59;
}
.popupTabs a:hover {
    background: #f5f5f5
}
.popupTabs a:hover span {
    border-bottom: 1px dotted #332D59
}
.popupTabs a.current span {
    border: none
}
.popupTabs a.current {
    background: #fff;
    color: #000;
    cursor: default;
}
#popupWin .popupBtnGroup {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
    text-align: right;
}
#popupWin .popupBtnGroup a {
    margin: 0 0 0 10px
}

/* Системные уведомления на главной странице */
.bracing-warning {
    position: relative;
    display: block;
    background: #fff7cc;
    color: #536069;
    padding: 15px 20px 15px 72px;
    margin-bottom: 10px;
    line-height: 18px;
}
.bracing-warning:before {
    content: '';
    position: absolute;
    left: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/static/images/icon_warning.png') 0px 0 no-repeat;
    margin-right: 20px;
}
.bracing-warning-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}
.bracing-warning-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.link-me-title {
    font-weight: bold;
    font-size: 16px;
}
.link-me {
    display: table;
    width: 100%;
}
.link-me > li {
    padding: 0 20px;
    display: table-cell;
    font-size: 12px;
    border-right: 1px solid #ccc;
}
.link-me > li:first-child {
    padding-left: 0;
}
.link-me > li:last-child {
    padding-right: 0;
    border-right: none;
}
.link-me > li > h4 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.link-me > li > p {
    margin-bottom: 5px;
}
.link-me-host, .link-me-host a {
    color: #999;
}
.link-me-host a:hover {
    color: #00b2f3;
}


/* Виджет пробок
-------------------------------------------------- */
.traffic-widget {
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}

.traffic-widget_title {
    font-size: 16px;
    font-weight: bold;
    color: #0093dd;
}

.traffic-widget_hint {
    margin-bottom: 2px;
    font-size: 14px;
    color: #0093dd;
}

.traffic-widget_time {
    font-size: 14px;
    color: #b1b1b1;
}

.traffic-widget_icon {
    margin-left: -12px;
    position: absolute;
    left: 40px;
    top: 4px;
    width: 16px;
    height: 40px;
    box-sizing: content-box;
    border: 4px solid #0093dd;
    border-radius: 8px;
}

.traffic-widget_icon_lights,
.traffic-widget_icon_lights:before,
.traffic-widget_icon_lights:after {
    content: '';
    margin: -5px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #0093dd;
    border-radius: 5px;
}

.traffic-widget_icon_lights:before {
    top: -7px;
}

.traffic-widget_icon_lights:after {
    top: auto;
    bottom: -7px;
}

.traffic-widget.__red .traffic-widget_icon_lights:before {
    background: #d10b0a;
}

.traffic-widget.__yellow .traffic-widget_icon_lights {
    background: #fbd001;
}

.traffic-widget.__green .traffic-widget_icon_lights:after {
    background: #62d100;
}

/* Копирайт в подвале
-------------------------------------------------- */
.footer-copyright {
    padding: 5px 20px;
    font-size: 13px;
    text-align: center;
}

.footer-copyright_line {
    margin: 10px 0 !important;
}
