

/* Start:/local/templates/.default/vendor/js/datepicker/datepicker.min.css?15191328143446*/
/*!
 * Datepicker v0.6.4
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-11-24T14:38:19.628Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;box-shadow:0 3px 6px #ccc;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}
/* End */


/* Start:/local/templates/.default/vendor/js/formstyler/jquery.formstyler.css?15191328142188*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
	overflow: hidden;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/.default/vendor/js/formstyler/jquery.formstyler.theme.css?151913281410757*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	box-sizing: content-box;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/b24new/styles/style.css?1744356464482259*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic,cyrillic-ext');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
form .row .col-md-12.col .col-md-12.col .col-md-12.col{
  padding-left: 0px;
  margin-left: -15px;
  padding-right: 0px;
}
.vote-item-vote-odd .vote-item-vote-odd:before, .vote-item-vote .vote-item-vote:before {
  display:  none;
}
.voting-form-box .btn-default{border: none;}
.vote-answer-item label:after{display: none;}
.vote-answer-item label:before{
  font-size: 14px !important;
  top: 3.5px !important;
}
form .row .col-md-12.col .col-md-12.col  .g-recaptcha{
  margin-left: -20px;
}
form .row .col-md-12.col .col-md-12.col .btn {
  float: right;
  margin-right: -15px;
  
}
.wrapper input[type="radio"] + label:before{
  top: 1.5px;
}
/* html .wrapper input[type="radio"]:checked + label:before{
  top: 3.5px;
} */
.wrapper input[type="checkbox"] + label:before, .wrapper input[type="checkbox"]:checked + label:after{
  top: 2px !important;
}
/* .search-page nav{
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
      -webkit-align-items: center;
              align-items: center;
} */
.news_items .row:first-child .item .image {
	overflow:hidden;
	 border-radius: 8px;
}
.news_items .row:first-child .item .image a img {
	height: 399px !important;
	 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.news_items .row:first-child .item:hover img{
	 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 border-radius: 8px;
}
.staff_section_items .col-md-3{
  width: 20%;
}
/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
  overflow-x: hidden;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 97, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 117, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, ../sass/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 161, ../sass/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 370, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../sass/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../sass/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, ../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, ../sass/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, ../sass/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 94, ../sass/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 100, ../sass/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
.wrapper *,
.fancybox-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
.wrapper *:before,
.wrapper *:after,
.fancybox-wrap *:before,
.fancybox-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 30, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.38462;
  color: #242424;
  background-color: #fff;
}

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 51, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #9D0808;
  text-decoration: none;
}
.maincontent a:hover, .maincontent a:focus, .team-detail a:hover .name {color: #242424;}

/* line 55, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #AA0007;
  text-decoration: underline;
}
/* line 61, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 72, ../sass/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 79, ../sass/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 84, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 89, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 96, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 109, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 116, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 128, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 144, ../sass/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.0;
  color: inherit;
}
/* line 16, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
/* line 30, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
/* line 41, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 35px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 33px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 25px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
} 
.owl-carousel .owl-stage-outer{
  width: 100%;
}
/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 14.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
  .innercol.col-md-7 .item .image img {min-height:508px;}
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #DC242B;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #006396;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 119, ../sass/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #DC242B;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #006396;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
/* line 153, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 19px;
}

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.38462;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 14px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.38462;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.38462;
}

/* line 7, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

iframe {max-width: 100%;}

/* line 24, ../sass/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.38462;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../sass/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .container {
    width: 1260px;
  }
  .owl_danners2 .owl-nav.container, .owl_danners3 .owl-nav.container  {width: 100%;}
  .first-line-wrapper > .container, .owl_danners2 .owl-item .heighter, .owl_danners3 .owl-item .heighter  {width: 1200px;}
  
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
/*  padding-left: 15px;
  padding-right: 15px;*/
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 5px;
}

/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {margin-left: 100%;}
  
  .team .staff_section_items .col-md-3 {width: 25%;}
  
  
}
@media (min-width: 992px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  
  .staff.list.team .staff_section_items .col-md-3 {width: 25%;}
 

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .wrapper.kinds_sports .winter-sports .item {
	  
	  width: 31%;
  }
  
  .kinds_sports  .col-md-4.winter-sports{
	width: 26.33333%;
	padding-left: 0px;
    padding-right: 0px;
	
	}

.wrapper.kinds_sports .item.col-md-2.col-xs-3 
	{
	width: 12.5%;

	}
	
.news-on-main .item {
  height: auto;
	
	}
	
h3.general-title + .row.partners .item {
	
	max-height: 150px;
    margin-bottom: 30px;
    width: 266px;
	margin-right: 25px;
	}

   h3.partners-title + .row.partners .item {
	
	max-height: 150px;
    margin-bottom: 30px;
    width: 266px;
	margin-right: 25px;
	}
	
	.partners.cooperation .item:nth-of-type(1),
	.partners.cooperation .item:nth-of-type(2),
	.partners.cooperation .item:nth-of-type(3),
	.partners.cooperation .item:nth-of-type(4), 
	.partners.cooperation .item:nth-of-type(5)
	{
	width: 20%;
	}
	
	footer .box.logo, .menu-col { width: 53%;}
	.col-sub {width: 32%;} 
	.col-map {width: 15%;}
	
	.maincontent .mainform .captcha_wrap {margin-top: -59px;}
	.mainform .webform.clearfix .field-wrap.file-wrap {margin-top: 23px;}
	.mainform input[type="submit"] {margin-top:-30px;}
	/* .col-md-3.media-img-col {width: 30%;} */
	.search-page .input-col {width: 89%; padding-right: 10px;}
	.search-page .btn-col {width: 11%; padding-left: 10px; padding-right: 0;} 
  
}


@media (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
    .left-col-ap, .mainform .captcha_wrap {width: 39%}
	.right-col-ap {width: 61%}
}
/* line 6, ../sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/_tables.scss */
caption {
  padding-top: 12px 30px;
  padding-bottom: 12px 30px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 12px 30px;
  line-height: 1.38462;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}
/* line 50, ../sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ebebeb;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 6px 25px;
}

/* line 88, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ebebeb;
}
/* line 94, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebebeb;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.38462;
  color: #555555;
}

/* line 115, ../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 14px;
  font-size: 18px;
  line-height: 1.38462;
  color: #242424;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 141, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../sass/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 178, ../sass/bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  /* line 184, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 189, ../sass/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 202, ../sass/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}
.zakaz-webform .form-group {
  margin-bottom: 0;
}

/* line 211, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 218, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 226, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 235, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 241, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 250, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 271, ../sass/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 281, ../sass/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 293, ../sass/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
/* line 300, ../sass/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 321, ../sass/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 79, ../sass/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../sass/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 334, ../sass/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 347, ../sass/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 352, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 357, ../sass/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 369, ../sass/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 374, ../sass/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 394, ../sass/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
/* line 397, ../sass/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 408, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #989fa9;
}

@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .news_block .col-right {height: 433px; border: 1px solid #E2E2E2;}
  
}


/* line 514, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
/* line 524, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 530, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 537, ../sass/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
/* line 548, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 558, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 565, ../sass/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38462;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}
/* line 26, ../sass/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #585f69;
  text-decoration: none;
}
/* line 39, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, ../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #fff;
  background: linear-gradient(147.79deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
  border-color: #AA0007;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #585f69;
  background-color: #e6e6e6;
  border-color: #005c8c;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #DC242B;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #585f69;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background: linear-gradient(147.79deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
  
}
.input-group-btn .btn-primary{
	border-color: #455a64;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006396;
  border-color: #005c8c;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #DC242B;
  border-color: #DC242B;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #DC242B;
  background-color: #fff;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 79, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 88, ../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #DC242B;
  font-weight: normal;
  border-radius: 0;
}
/* line 93, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 107, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #00527d;
  text-decoration: underline;
  background-color: transparent;
}
/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 127, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 131, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
  display: none;
  visibility: hidden;
}
/* line 22, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 27, ../sass/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../sass/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../sass/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 58px;
  padding: 5px 0;
  margin: 2px 0 0;
  margin-top: 5px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.38462;
  color: #585f69;
  white-space: nowrap;
}

/* line 77, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #585f69;
  /*background-color: #DC242B;*/
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #585f69;
  text-decoration: none;
  outline: 0;
  /*background-color: #DC242B;*/
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 109, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block !important;
}
/* line 127, ../sass/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.38462;
  color: #585f69;
  white-space: nowrap;
}

/* line 162, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 205, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 43, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 62, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 68, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 85, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 135, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 144, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 161, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 171, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 200, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../sass/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
/* line 85, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 10px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  
}
/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #DC242B;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ebebeb;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.38462;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #ebebeb;
}
/* line 96, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #1e508b;
  border: 1px solid #1e508b;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #DC242B;
}

/* line 144, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 199, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, ../sass/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
/* line 228, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 239, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  /*min-height: 35px;*/
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 76, ../sass/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 93, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 109, ../sass/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  
  html .col-md-3 .col-news-image, html .col-news-image.not-margin {margin-bottom:0;}
  html .detail-newslist .col-news-image {margin-bottom: 18px;}
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 129, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 139, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 35px;
}
/* line 171, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 176, ../sass/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 181, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 194, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  /*margin-right: 15px;*/
  padding: 9px 10px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  border:none;
  font:15px/15px Open Sans;
  border-bottom:1px solid grey;
}
/* line 207, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 212, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 1px;
}
/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
@media (min-width: 768px) {
  /* line 194, ../sass/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 4px -15px;
}
/* line 236, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  /* line 244, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 252, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 256, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  /* line 258, ../sass/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  
  #DateCountdown div.time_circles {
		width:90%;
   }
	
   form[name='SIMPLE_FORM_2'] .buttons .col-md-6 {
		
		padding-bottom:20px;	
   }
	form[name='SIMPLE_FORM_2'] .buttons .col-md-6:last-of-type {
		 
		 padding-left:0;
	}
	
	.backshare .col-md-6.yashare  {
		padding-right: 0; 
		margin-top: 20px;
	}
	
	.row.backshare .col-md-6, .print-version .col.col-md-6 {
		
		text-align: right;
	}
	.print-version.col-md-6  {
		
		float: right !important;
	}
	.mobile-search div.search-open-mobile {
		padding: 10px 15px;
	}
	.search-open-mobile .input-group-btn {
		white-space: normal;
	}
	.prefooterblock .hdivider.mob-divider {display: block; margin: 10px 0;}
	.pageshedule h2 {font-size: 20px;}
	.pageshedule .filter.row .btn {margin-bottom: 5px;}
	.pageshedule .filter.row {margin-bottom: 10px;}
	#select_pr-styler {margin: 15px 0; display: block;  width: 65%;}
	.inner_news-menu .sections.hidden-xs {display: block !important;}
	.col-news-image-people {margin-bottom: 25px;}
}


@media (min-width: 768px) {
  /* line 233, ../sass/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 271, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 273, ../sass/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 287, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
@media (min-width: 768px) {
  /* line 433, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 440, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 447, ../sass/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 451, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 455, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 463, ../sass/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 467, ../sass/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 474, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 481, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 303, ../sass/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  div.wrapper.logos .owl .owl-nav div.prev {
	  
	  left:0;
  }
  
  div.wrapper.logos .owl .owl-nav div.next {
	  
	  right:0;
  }
}
@media (min-width: 768px) {
  /* line 287, ../sass/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 328, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-nav > li > .dropdown-menu {
	margin-top:0;
}

.navbar-nav > li > .dropdown-menu > li {
	
    border-right: 1px solid #eaeaea;
	border-left: 4px solid #eaeaea ;
}

.navbar-nav > li > .dropdown-menu li a  {
	font-weight:400;
	position: relative;
}
 
/* .navbar-nav > li > .dropdown-menu li a:after  {
	content: ''; 
    position: absolute;
    left: 0; 
	top: 25px;
    border: 5px solid transparent;
    border-left: 6px solid #ffad0e;
} */


/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;

}

/* line 344, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
/* line 347, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
/* line 350, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

/* line 360, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 360, ../sass/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 380, ../sass/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 383, ../sass/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 387, ../sass/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 398, ../sass/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 402, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 404, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 411, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 419, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 426, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  /*background-color: #e7e7e7;*/
}
/* line 434, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 443, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 445, ../sass/bootstrap/_navbar.scss */
/*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}*/
/* line 449, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 454, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 463, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 474, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 476, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 483, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 491, ../sass/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 509, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 514, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 522, ../sass/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 532, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 536, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 538, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 545, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 550, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 553, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 560, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 568, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 578, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 580, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 584, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 589, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 597, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 608, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 611, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 614, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 616, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 623, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 631, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 642, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 644, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 649, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 651, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 657, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
/* line 13, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: \00a0;
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0px;
}
/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
   position: relative;
    float: left;
    padding: 8px 11px;
    line-height: 1.38462;
    text-decoration: none;
    color: #242424;
    background: linear-gradient(314.41deg, #F1F1F1 13.75%, #F7F7F7 86.01%);
    border-radius: 8px;
    border-radius: 8px;
    margin-right: 10px;
    font-weight: 700;
    min-width: 46px;
    line-height: 30px;
}

.pagination > li > a .fa {font-size: 20px; font-weight: 600;}


/* line 25, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
 
}
/* line 32, ../sass/bootstrap/_pagination.scss */
/* .pagination > li:last-child > a,
.pagination > li:last-child > span {
  
} */
/* line 41, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background: linear-gradient(124.16deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
  border-color: #ddd;
}
/* line 51, ../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-image: -moz-linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%);
  background-image: -webkit-linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%);
  background-image: -ms-linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%);
  border-color: #f5a319;
  cursor: default;
  
}
/* line 63, ../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, ../sass/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #DC242B;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #006396;
}

/* line 52, ../sass/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #DC242B;
  background-color: #fff;
}
/* line 46, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 50, ../sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 54, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 61, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, ../sass/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, ../sass/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 23, ../sass/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 27, ../sass/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 32, ../sass/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 39, ../sass/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 45, ../sass/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.38462;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  position: relative;
}
/* line 17, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #585f69;
}

/* line 34, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #DC0008;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../sass/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #DC242B;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../sass/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../sass/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../sass/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 29, ../sass/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 34, ../sass/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, ../sass/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, ../sass/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, ../sass/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, ../sass/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 49, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 64, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 72, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 75, ../sass/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 81, ../sass/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #DC242B;
  border-color: #DC242B;
}
/* line 90, ../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 95, ../sass/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #96dbff;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, ../sass/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 117, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 20px 39px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 0px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebebeb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 81, ../sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 90, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 104, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px 39px;
  padding-right: 20px 39px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 121, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* line 125, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
/* line 129, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 143, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* line 147, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
/* line 151, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
/* line 158, ../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ebebeb;
}
/* line 164, ../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 175, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 179, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 188, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 197, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 204, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 19px;
}
/* line 220, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 224, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 232, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ebebeb;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ebebeb;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ebebeb;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #242424;
  background-color: #fff;
  border-color: #ebebeb;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #585f69;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #DC242B;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #DC242B;
  border-color: #DC242B;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #DC242B;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #DC242B;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #DC242B;
}

/* line 254, ../sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 257, ../sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 260, ../sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 263, ../sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 27, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 32, ../sass/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
/* line 71, ../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 72, ../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 77, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.38462px;
}

/* line 83, ../sass/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 88, ../sass/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.38462;
}

/* line 95, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 101, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 108, ../sass/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 113, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 117, ../sass/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 123, ../sass/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 134, ../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 138, ../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 143, ../sass/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 147, ../sass/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 21, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 22, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 27, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

/* line 38, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 54, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 61, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 68, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 75, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 82, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 96, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38462;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 31, ../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, ../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, ../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 46, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 55, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 81, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 96, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 104, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 111, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 120, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 127, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 34, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 108, ../sass/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 111, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 118, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 127, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 136, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 141, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 146, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
/* line 157, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 162, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 184, ../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 206, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 248, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, ../sass/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, ../sass/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 52, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .audioblock div.row.staff .item .data {padding-top:10px;}
  .audioblock div.row.staff .item .data .name, .audioblock div.row.staff .item .data .description {padding: 0;}
  .top > .top-menu-container {padding: 0 15px;}
  .audioblock div.staff .item .data .name, .audioblock div.staff .item .description a {font-size: 14px; line-height: 1.3;}
   body .top-menu-container .currenttime,  body .top-menu-container .currencylink {margin-left:0; font-size: 15px;}
   body .top-menu-container * {font-size: 15px;}
   body .owl_danners2 {top:0;}
   .topline-wrapper .box.logo .logo-text {font-size: 17px;}
   .topline .navbar-toggle { display: block;}
   .audioblock .staff .item .data .name {max-height: 54px;}
   .wrapper .now-on-air {margin-top: -325px;z-index: 1;position: relative;}
	body .owl_danners2 .owl-item .info .name.robotolight .aprimary {font-size: 43px}
	body header.style2, body .inner-first header.style2 {background: none;}
	.top-menu-container	.logo-container {min-width: 240px;}
	body .on-air .hdr, body .on-air .track {margin-bottom: 8px;}
    body .owl_danners2 .owl-item .item.text .info .descr {display: inline-block;}
    body .owl_danners2 .owl-item .item.text.dark-color .descr p {font-size:19px}
   .wishesblock {padding-bottom: 30px;}
   .now-on-air .on-air .hdr, .now-on-air .on-air .track {font-size: 18px;}
   .wrapper.audioblock .row.staff, .wrapper.news_block.news {padding-bottom: 35px;}
   .wrapper .top_block {margin: 30px 0px 35px;}
   .subsreeb .sub-form input {width: 162px;}
   footer .col-map {margin-top: 10px;}
   .bx-ios header .main-menu-nav .dropdown.lvl1 {padding: 0 26px;}
   .banner-on-main img:first-child {display: none;}
   .banner-on-main img.ipad-banner {display: block}
   .wrapper.banner-on-main img.ipad-banner {object-fit: contain;}
   .wrapper.news-on-main .news_block.news {padding-bottom:0;}
   .wrapper.news-on-main {padding: 0px 30px 38px;} 
   .audioblock .staff .item .data .name {margin-bottom: 5px;}
   .fancybox-inner .mainform .buttons {text-align:left;}
   .row.news .col-news-image {height: 130px;}
   .component-form-subscription, .component-form-subscription .component-content, body .news-detail.audio.news {flex-direction: column;}
   body .component-form-subscription .component-header {margin-right: 0; margin-bottom: 30px;}
   body .wrapper .owl_danners-inner .owl-item .heighter {height: 95px; }
   body .news-detail.audio.news .left-news-block, body .news-detail.audio.news .right-block, .news-detail.show .left-news-block {width: 100%; margin-right:0;}
   body .news-detail.audio.news .right-block {padding-left:0;}
}


@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {display: block !important;}
  .contacts-col div.address-footer {width: 36%;}
  .contacts-col div.mail-footer {width: 20%;}
  .contacts-col .social-footer {width: 50%; padding-left: 25px;}
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .staff .staff_section_items .item .image {width: auto; height: auto;}
  body .inner_news-menu .news.sections li a {padding: 8px 15px;}
  body .inner_news-menu .news.sections {padding-bottom: 10px; padding-top: 10px;}
  body .inner_news-menu .news.sections li {margin-bottom:0;}
  
}



@media (min-width: 768px) and (max-width: 1030px) { 

	.streamblock .newslistcol .item .image, .streamblock .newslistcol .item .data {margin: 0 auto;}
	.maincontent .team-detail .team_smi .item .text {padding-top: 10px;}
	.maincontent .team-detail .team_smi .name {font-size: 16px;}
	.maincontent .team-detail .team_smi .in {font-size: 15px; max-height: 54px; overflow: hidden;}
	.maincontent .mainform .req-col {text-align: left;}
	body #breadcrumbs, #breadcrumbs .main a { font: 15px/1.3 "Open Sans";}
}


@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .streamblock .newslistcol .owl-carousel.owl-drag .owl-item {margin-right: 23px !important;} 
}

@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  .table-federation {table-layout: fixed;}

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  
}
@media (min-width: 1200px) {
  /* line 109, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/local/templates/b24new/styles/../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Medium'), local('RobotoLt-Regular'),
        url("/local/templates/b24new/styles/../fonts/main/Roboto-Medium.woff") format('woff'),
        url("/local/templates/b24new/styles/../fonts/main/Roboto-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'),
        url("/local/templates/b24new/styles/../fonts/main/Roboto-Regular.woff") format('woff'),
         url("/local/templates/b24new/styles/../fonts/main/Roboto-Regular.ttf") format('truetype');
}


/* line 10, ../sass/style.scss */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 14, ../sass/style.scss */
.robotolight {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 18, ../sass/style.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* disable selection */
/* line 28, ../sass/style.scss */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 31, ../sass/style.scss */
/* .container {
  min-width: 320px;
} */

@media (min-width: 768px) {
  /* line 35, ../sass/style.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 40, ../sass/style.scss */
  .container {
    width: 970px;
  }
  
  .map-info {width: 34.8%;}
  .map {width: 65.2%;}
}
@media (min-width: 1200px) {
  /* line 45, ../sass/style.scss */
  .container {
    width: 1200px;
  }
}
/* line 51, ../sass/style.scss */
.invisible {
  visibility: hidden;
}

/* line 54, ../sass/style.scss */
.area2darken {
  cursor: default !important;
  opacity: 0.5;
}

/* line 55, ../sass/style.scss */
.preloader {
  width: 32px;
  height: 32px;
  background: transparent url("/local/templates/b24new/styles/../img/ajax-loader.gif") center center no-repeat;
}

/* line 56, ../sass/style.scss */
.blackMode .preloader {
  background-image: url("/local/templates/b24new/styles/../img/ajax-loader2.gif");
}

/* line 59, ../sass/style.scss */
body {
  overflow-y: scroll;
}

/* reset box-sizing for bx-admin */
/* line 63, ../sass/style.scss */
#bx-admin-prefix .adm-input-file-control *,
#bx-admin-prefix .adm-input-file-control *:before,
#bx-admin-prefix .adm-input-file-control *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 68, ../sass/style.scss */
#bx-admin-prefix label {
  font-weight: normal;
}

/* line 71, ../sass/style.scss */
.notmain {
  margin-top: 20px;
}

/* images */
/* line 76, ../sass/style.scss */
img {
  width: auto;
  max-width: 100%;
}

/* line 80, ../sass/style.scss */
img.floatleftcorner {
  float: left;
  margin: 0px 30px 30px 0px;
}

/* line 84, ../sass/style.scss */
img.floatleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

/* line 88, ../sass/style.scss */
img.floatrightcorner {
  float: right;
  margin: 0px 0px 30px 30px;
}

/* line 92, ../sass/style.scss */
img.floatright {
  float: right;
  margin: 30px 0px 30px 30px;
}

/* heading */
/* line 98, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  
}

h1, h2, h3 {font-weight: 700;}
h4 {font-weight: 600;}
h5, h6 {font-weight: 400;}

/* line 103, ../sass/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  color: #242424;
}
/* line 106, ../sass/style.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;
  color: #DC242B;
}

/* line 112, ../sass/style.scss */
h2.coolHeading, .h2.coolHeading {
  padding-bottom: 18px;
  line-height: 24px;
  font-size:18px;
  color:#4f4f4f;
  font-family: Roboto;
  margin:0;
 /* border-bottom: 1px solid #ebebeb;*/
}


/* page header */
/* line 127, ../sass/style.scss */
html .page-header {
  padding-bottom: 0px;
  margin: 5px 0px 34px 0px;
  border-bottom: none;
}
/* line 131, ../sass/style.scss */
html .page-header h1, html .js-detail.catalog-section-h1 .page-header h1 {
 
	font-weight: bold;
	font-size: 35px;
	line-height: 48px;
	color: #242424;
}

html .js-detail.catalog-section-h1 .page-header h1 {
	margin:25px 0 30px;
}
@media (min-width: 992px) {
  /* line 136, ../sass/style.scss */
  html.detailprodpage .js-brcrtitle,
  html.detailprodpage .js-ttl {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 142, ../sass/style.scss */
  html.detailprodpage .js-detail .brcrtitle .brcr,
  html.detailprodpage .js-detail .brcrtitle .ttl {
    display: none;
  }

  /* line 146, ../sass/style.scss */
  html .page-header {
    margin: 15px 0 10px 0;
  }
}
/* lists */
/* line 152, ../sass/style.scss */
ul, ol {
  list-style: none;
  padding-left: 30px;
}
/* line 155, ../sass/style.scss */
ul > li, ol > li {
  position: relative;
  list-style-type: none;
  
}
/* line 159, ../sass/style.scss */
ul:not(.footer-menu) > li:before, ol > li:before {
  content: '\2022';
  position: absolute;
  top: 0px;
  left: -31px;
  font-size: 14pt;
  line-height: 1em;
  color: #DC242B;
}


.maincontent .inner-row ul:not(.footer-menu):not(.pagination):not(.nav-sidebar) > li:before {
	content: "";
    width: 8px;
    height: 8px;
    background-color: #9D0808;
    position: absolute;
    top: 9px;
    left: 30px;
} 
	
.artismedia_gallery_box ul li:before {display: none;}


#sidebar2 ul.nav-sidebar li {display: inline-block;}

.topmenu ul > li:before {content:''; position: static;}



/* line 170, ../sass/style.scss */
ol {
  counter-reset: list 0;
}
/* line 172, ../sass/style.scss */
ol > li:before {
  counter-increment: list;
  content: counter(list) ".";
  font-size: 18px;
  margin-top: 4px;
  color: #9D0808;
  left: -24px;
  font-weight: 600;
}

/* line 180, ../sass/style.scss */
ul.list-ok > li:before, ol.list-ok > li:before {
  content: "\f00c";
  font-size: 11px;
  font-family: 'FontAwesome';
  margin-top: 5px;
}

/* line 187, ../sass/style.scss */
ul.list-unstyled, ol.list-unstyled, .topmenu ul  {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0;
}
/* line 191, ../sass/style.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
  position: static;
  list-style-type: none;
}
/* line 194, ../sass/style.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
  position: static;
  left: 0px;
  content: '';
}



/* line 203, ../sass/style.scss */
html blockquote {
  padding: 25px 75px;
  line-height: 25px;
  text-align: center;
  color: #585e63;
  background-color: #ebebeb;
  border: none;
}

/* line 211, ../sass/style.scss */
html blockquote footer:before,
html blockquote small:before,
html blockquote .small:before {
  content: '';
}

/* line 218, ../sass/style.scss */

/* line 221, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #DC0008;
}

/* line 226, ../sass/style.scss */
a.btn {
  text-decoration: none;
}

/* line 229, ../sass/style.scss */

html .image_caption .info .aprimary {
  color: #242424;
  font-size: 17.653px;
  font-family: "Roboto";
  font-weight: 700;
  padding-bottom:12px;

}


html .data .info .aprimary {
  color: #fff;
}
/* line 232, ../sass/style.scss */
html a.aprimary {
  text-decoration: none;
  color: #242424;
  font-size: 18px;
  line-height: 22px;
}
/* line 235, ../sass/style.scss */
html a.aprimary:hover {
  text-decoration: none;
  color: #9D0808;
}

/* line 242, ../sass/style.scss */
html .btn {
  border-radius: 5px;
}
/* line 244, ../sass/style.scss */
html .btn:focus, html .btn.focus, html .btn:active:focus, html .btn:active.focus, html .btn.active:focus, html .btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

/* line 256, ../sass/style.scss */
html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active, .open > html .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #006396;
  border-color: #006396;
}

/* line 269, ../sass/style.scss */
html .form-control {
  height: 35px;
  border-color: #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  background-color: #fdfcfd;
  
}




/* line 274, ../sass/style.scss */
html .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 1px 1px 1px #ebebeb;
  box-shadow: inset 1px 1px 1px #ebebeb;
}

/* line 279, ../sass/style.scss */
html .input-group-addon {
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  border-color: transparent;
}

/* line 287, ../sass/style.scss */
table.table {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 290, ../sass/style.scss */
table.table > thead > tr > th {
  color: #000;
  vertical-align: middle;
  font-weight: normal;
}
/* line 295, ../sass/style.scss */
table.table > tbody > tr > td {
  color: #585f69;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* line 300, ../sass/style.scss */
table.table > thead > tr > th,
table.table > tbody > tr > td {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}

/* line 308, ../sass/style.scss */
.nav-tabs {
  margin-bottom: 17px;
  border-bottom: none;
}
/* line 312, ../sass/style.scss */
.nav-tabs > li > a {
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #1e508b;
  color:#1e508b;
  font:16px/16px Roboto Condensed;
}
/* line 317, ../sass/style.scss */
.nav-tabs > li:before {
  content: none;
}

/* line 324, ../sass/style.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 329, ../sass/style.scss */
.panel-group .panel + .panel {
  margin-top: -1px;
  border-width: none;
}

/* line 334, ../sass/style.scss */
.panel-default > .panel-heading {
  border: none;
}
/* line 336, ../sass/style.scss */
.panel-default > .panel-heading a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-size: 18px;
  line-height: 1.38462;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 346, ../sass/style.scss */
.panel-default > .panel-heading a:hover {
  color: #DC0008;
  border: 1px solid #b8b8b8;
  z-index: 110;
}
/* line 351, ../sass/style.scss */
.panel-default > .panel-heading a:after {
  top: 5px;
  right: 9px;
  font-size: 18px;
  content: "\f107";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
.procedures.vacancies .panel-default > .panel-heading a:after {
	top: 10px;
}
.newsdetail .procedures.vacancies {
	margin-top: 15px;
}

.calendar-wrapper .row.last-news:before {
	
	position: absolute;
    content: "";
    left: 0px;
    top: 0;
    height: 1px;
    width: 93%;
    background: #f2f2f2;
    bottom: 100%;
    width: 100%;
}


/* line 361, ../sass/style.scss */
.panel-default > .panel-heading a.collapsed:after {
  right: 10px;
  content: "\f105";
}
/* line 365, ../sass/style.scss */
.panel-default > .panel-heading a .right {
  float: right;
  margin-right: 40px;
}

@media (max-width: 992px) {
  /* line 374, ../sass/style.scss */
  .panel-default > .panel-heading a .right {
    float: none;
    margin-left: 20px;
  }
  /* line 377, ../sass/style.scss */
  .panel-default > .panel-heading a .right:before {
    position: relative;
    right: 10px;
    display: inline-block;
    font-size: 12px;
    content: "\2212";
  }
  
  .topline-wrapper .col-lg-1.col-md-1:before {display: none;}
 
}
/* line 389, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse:after {
  display: table;
  content: " ";
}
/* line 393, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  margin-bottom: 10px;
  border-top: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

/* line 403, ../sass/style.scss */
#breadcrumbs {
  padding-bottom: 0px;
  margin-bottom: 0;
}
/* line 405, ../sass/style.scss */
#breadcrumbs li {
  position: relative;
  display: block;
  float: left;
  min-height: 15px;
  margin-right: 12px;
  color: #242424;
}
#breadcrumbs li a:hover {color: #9D0808;}

/* line 411, ../sass/style.scss */
#breadcrumbs li:before {
  position: absolute;
}
/* line 414, ../sass/style.scss */
#breadcrumbs li a {
  text-decoration: none;
  color: #8e8e8e;
}
.calendar-wrapper a {
	
	color: #2b2b2b;
}

/* line 419, ../sass/style.scss */
#breadcrumbs .main li {
  margin-right: 3px;
}
/* line 422, ../sass/style.scss */
#breadcrumbs .main a,
#breadcrumbs .main span {
  display: block;
}

/* line 429, ../sass/style.scss */
#breadcrumbs .main a i {
  position: relative;
  display: block;
  float: left;
  width: 13px;
}
/* line 434, ../sass/style.scss */
#breadcrumbs .main a i:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: "\f015";
  font-weight: normal;
  font-style: normal;
  color: #585f69;
  font-family: 'FontAwesome';
}

/* line 451, ../sass/style.scss */
html nav {
  text-align: center;
}

/* line 457, ../sass/style.scss */
html .pagination > li.allShower > a {
  margin-left: 20px;
}
/* line 461, ../sass/style.scss */
html .pagination > li > a {
  color: #242424;
}

/* line 470, ../sass/style.scss */
.wrapper label,
.wrapper label,
.wrapper .bx_filter_param_text,
.fancybox-inner label,
.fancybox-inner label,
.fancybox-inner .bx_filter_param_text {
  position: relative;
}
/* line 475, ../sass/style.scss */
.wrapper .js-compare,
.fancybox-inner .js-compare {
  position: relative;
  margin-left: 15px;
  text-decoration: none;
}
/* line 480, ../sass/style.scss */
.wrapper .js-compare span:first-child,
.fancybox-inner .js-compare span:first-child {
  border-bottom: 1px dashed #585f69;
}
/* line 483, ../sass/style.scss */
.wrapper .js-compare span:last-child,
.fancybox-inner .js-compare span:last-child {
  color: #c3c3c3;
}
/* line 489, ../sass/style.scss */
.wrapper .js-compare:hover span:first-child,
.fancybox-inner .js-compare:hover span:first-child {
  border-bottom: 1px dashed transparent;
}
/* line 495, ../sass/style.scss */
.wrapper input[type="radio"],
.wrapper input[type="checkbox"],
.fancybox-inner input[type="radio"],
.fancybox-inner input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}
/* line 500, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 16px;
}
/* line 515, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before {
  content: "\f10c";
}
/* line 519, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 523, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:after,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="radio"]:checked + label:after,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:after {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #b8b8b8;
  content: "\f10c";
  top:0;
}
/* line 532, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  content: "\f192";
  color: #DC242B;
  font-size: 14px;
}
/* line 538, ../sass/style.scss */
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper .js-compare:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner .js-compare:before {
  content: "\f096";
}
/* line 543, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper .js-compare.checked:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner .js-compare.checked:before {
  color: #b8b8b8;
}
/* line 548, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:after,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
.wrapper .js-compare.checked:after,
.fancybox-inner input[type="checkbox"]:checked + label:after,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after,
.fancybox-inner .js-compare.checked:after {
  position: absolute;
  top: 0;
  left: -15px;
  font-family: "FontAwesome";
  font-size: 13px;
  color: #AA0007;
  content: "\f00c";
}

/* line 563, ../sass/style.scss */
.dropdown-toggle > i {
  margin-left: 7px;
}
/* line 565, ../sass/style.scss */
.dropdown-toggle > i:after {
  content: "\f105";
}

/* line 570, ../sass/style.scss */
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
 
}
/* line 574, ../sass/style.scss */
.dropdown-menu > li {
  position: relative;
  display: block;
  height: 35px;
  margin-left: -1px;
}
/* line 582, ../sass/style.scss */
/* .dropdown-menu > li.open > a {
 border-color: #ebebeb;
} */
/* line 586, ../sass/style.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 7px 18px;
  color: #242424;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
}

.frequency .dropdown-menu {border:none}

.frequency .dropdown-menu > li {height: auto; border-bottom: 1px solid #c4c4c4;}

.frequency .dropdown-menu > li > a {

  padding: 16px 15px;
  font-size: 18px;
  border-bottom: none;
 
}

/* .main-menu-nav li.dropdown:hover .tail {
	display: block;
} */


/* line 594, ../sass/style.scss */
/* .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #eee;
} */
.topline-wrapper{
	color:#2b2b2b;
	background: #fff;
}
.slogan{
	font-size:17px;
	color: #2b2b2b;
	text-align: left;
	font-weight:600;
	font-family: 'Roboto';
	letter-spacing: 1.2px;
}
.slogan, .enter{
	padding:0px 15px 0px;
}
.topline-middle a{
	padding:9px 17px 8px 0;
}
.topline-middle{
	font:14px/18px Roboto;
}
.topline-middle a, .topline-middle a:hover, .topline-middle a:focus, .lang a, .enter, .enter:hover, .enter:focus{
	color:#2a619f;
}
.biatlon{
  margin: 0 auto;
  
}

.lang {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
	line-height: 70px;

}


.lang a{
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 400;
 
}

.lang > div
   {vertical-align: middle;
    transition: all .5s ease;
    cursor: pointer;
    outline: 0;
    position: relative;
    display: inline-block;
	padding: 0;
	max-height: 70px;
	border-bottom: 4px solid transparent;
	margin-right: 14px;
}

.lang .active-lang {border-color: #fff; color: #fff;}
.lang-col {height: 100%;}
.lang-transform:hover, .lang-transform:hover a, .lang .active-lang a {color: #fff;}

.topline-middle a, .lang a, .enter{
	text-decoration:none;
}
.topline-middle a.fancyajax:hover,  .enter:hover{
	text-decoration:underline;
}
.social, .topline-middle a{
	display:inline-block;	
}
.online-zakaz{
	background:#438dd2;
}
.topline-middle a.online-zakaz:hover{
	background:#fff;
	color:#438dd2;
}
 .topline-middle a.online-zakaz{
	 padding:9px 20px 8px;
 }
 .social{
	font:18px/18px Roboto; 
	/*padding-left: 30px;*/
 }

  .lang a:hover, .lang a:focus, .top-menu-container .top-block a:hover, .top-menu-container .top-block a:focus  {
	 color:#fff;
	 text-decoration: none;
	 cursor: pointer;
 }
 
 .enter{
 background: transparent url("/local/templates/b24new/styles/../img/enter.png") left center no-repeat;
	padding-left:20px;
	/* float: right; */
	display:inline-block;
 }
 header.style2 .navbar-header > .row > .col .box.logo{
	 position:absolute;
	 top:-115px;
	 z-index:100;
	 background-color: #fff;
 }
 .slider-more{
	   font-size: 18px;
	  font-family: "Roboto";
	  color: rgb(255, 255, 255);
	  text-decoration: underline;
	  text-transform: uppercase;

 }

  .slider-more:hover{
	 text-decoration: none;
 }
 
 .owl-carousel.features .owl-stage-outer .owl-stage .owl-item:nth-child(4) .item{
	 border-right:1px solid transparent;
 }
 .catalog-wrapper{
	 background: transparent url("/local/templates/b24new/styles/../img/catalog-bg.jpg") top center no-repeat;
	 padding-top:60px;
	 margin-top:25px;
	 padding-bottom:40px;
	 
 }
 
 .wrapper.deadline {
	 
	background: none;
	border-radius: 20px;
	max-height: 307px;
	position: relative;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
 }
 
 
 .wrapper.deadline h2.coolHeading {
	 
	font-size: 17.653px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;

 }
 
.wrapper.deadline h2.coolHeading .secondLine {color: #fff; text-transform: none; font-size: 18px;} 
.wrapper.news-on-main {
	padding-top: 88px;
	padding-bottom: 70px;
}
 
 
 .wrapper.news-on-main.medals-wrapper:after {display: none;}
 .wrapper.news-on-main, .wrapper {max-width: 1920px; margin: 0 auto;}
 .wrapper.deadline .time_circles > div > span, .wrapper.deadline .time_circles > div > h4 {color: #fff;}
 .wrapper.photogallery {
  padding-bottom: 70px;
	background-image: none !important;
	background-color: #f8f8f9 !important;
	min-height: 670px;
	
 }

 .wrapper.video-main {
	 
	 background: transparent url(/local/templates/b24new/styles/../img/back_video.jpg) top center no-repeat;
	 padding-bottom: 50px;
  
	 
 }
 
  .wrapper.kinds_sports {
	 
	 background: transparent url(/local/templates/b24new/styles/../img/back_sports.png) top center no-repeat;
	 
	 /*box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);*/
 }
 
 
 .news-on-main h2.coolHeading, h2.coolHeading.champions,
 .video-main h2.coolHeading,
 .kinds_sports h2.coolHeading, 
 h3.partners-title,  h3.official-title, h3.general-title, h2.medals
 {
	text-align: center;
	font-size: 26px;
	padding-bottom: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	 
 }
 .photogallery h2.coolHeading {
  padding-bottom: 49px;
  color: #242424;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none !important;
 }
 
 
 
 h2.medals {padding-bottom: 30px; margin-top:0; }
 
 div.medalgold {
	 background: url(/local/templates/b24new/styles/../img/gold.png) top center no-repeat;
	 cursor: pointer;
	 width: 39px;
     height: 39px;
	 background-size: contain;
	 
 }
 
  div.medalsilver {
	 background: url(/local/templates/b24new/styles/../img/argentum.png) top center no-repeat;
	 cursor: pointer;
	 width: 39px;
     height: 39px;
	 background-size: contain;
 }
 
 
div.medalbronse {
	background: url(/local/templates/b24new/styles/../img/bronze.png) top center no-repeat;
	cursor: pointer;
	width: 39px;
    height: 39px;
	background-size: contain;
}

.detail.gold span  {background: url(/local/templates/b24new/styles/../img/gold_informer.png) top center no-repeat;}
.wrapper.medal-row > .container {padding-bottom: 20px;}
.sport-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid #f8f8f8;
	background-color: #fff;
	padding:3px;
	max-width:71px;
}


.sport-image:hover {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7)	

}

 
.photogallery h2.coolHeading {
	position: relative;
}
 
 
.news-on-main h2.coolHeading {
	background: url(/local/templates/b24new/styles/../img/main-news.png) center 80% no-repeat;
	position: relative;
 }
 
.photogallery h2.coolHeading {
	background: url(/local/templates/b24new/styles/../img/head-photo.png) center 80% no-repeat;
	padding-top: 40px;
 }
 
.video-main h2.coolHeading {
	background: url(/local/templates/b24new/styles/../img/head-video.png) center 80% no-repeat;
	padding-top: 40px;
 }
 
 .kinds_sports h2.coolHeading {
	 background: url(/local/templates/b24new/styles/../img/head_sport.png) center 80% no-repeat;
	padding-top: 40px;
	 
 }
 
 
.DynarchCalendar-dayNames div {
	text-transform:uppercase;
	font-size:9px !important;
}

.artismedia_gallery_box .flexslider .thumb {
   overflow: hidden;
	

}
.artismedia_gallery_box .flexslider .thumb .row{

  overflow: hidden;
}
/* .artismedia_gallery_box .flexslider .thumb .row .col-lg-12{

} */
#calendarWrapper .DynarchCalendar-body .DynarchCalendar-bodyTable td div{padding:8px 0; font-size:11px; line-height: 12px; max-width:30px;}

div.DynarchCalendar-prevMonth {left: 33px;}

div.DynarchCalendar-nextMonth { margin-left: -65px;}

#eventsCalendar .DynarchCalendar-title div {font-size:14px;}
 
h2.coolHeading.champions {
	
	background: url(/local/templates/b24new/styles/../img/champ-heading.png) center 80% no-repeat;
	padding-top: 40px;

} 

#eventsCalendar .DynarchCalendar-day.calendarEvent {
	
	background: #fb0909;
    color: #fff;
}

 
div.DynarchCalendar-title div {
	
	padding: 6px 15px 6px 11px;
}
 
 
 .info-wrapper{
	 position:absolute;
	 bottom:0;
	 width:101%;
	 right:0;
	 left:0;
 }
 .catalog-main-item{
	 /*float:left;
	 width:33%;
	 margin-right:0.5%;*/
	 position:relative;
 }
 .top-main-news img, .top-main-news-inner, .top-main-news-img{
	 float:left;
 }
 .top-main-news-inner{
	 color:#fff;
	/*min-height:300px;*/
	 padding:18px 18px 50px 18px;
	 position:relative;
 }
.top-main-news-inner .date{
	font:13px/13px Roboto;
	font-weight:200;
}
.top-main-news-inner .name {
	font:22px/26px Roboto;
	margin-top:9px;
}
.top-main-news-inner .name a, .top-main-news-inner .more a, .bottom-main-news a, .services-inner .services-detail a, .about-text a{
	color:#fff;
}
.top-main-news-inner .name a, .bottom-main-news .name a, .gallery .item.catalog-main-item .data .name a, .gallery .item.catalog-main-item .data a{
	text-decoration:none;
}
.top-main-news a + .top-main-news-inner{
	max-width:56%;
}
.top-main-news-img{
	max-width:44%;
}
.top-main-news-inner .descr{
	font:14px/17px Roboto;
	margin-top:20px;
}
.top-main-news-inner .descr, .top-main-news-inner .more, .bottom-main-news .date, .bottom-main-news .descr{
	font-weight:200;
}
.top-main-news-inner .more{
	position:absolute;
	bottom:15px;
	font:13px/13px Roboto;
}
.bottom-main-news{
	background:#438dd2;
	color:#fff;
	padding:13px 13px 47px 13px;
}
.bottom-main-news .date{
	font:11px/11px Roboto;
}
.bottom-main-news .name{
	font:18px/21px Roboto;
	margin-top:6px;
	margin-bottom:15px;
}
.bottom-main-news .descr{
	font:13px/16px Roboto;
	overflow: hidden;
	max-height:64px;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.bottom-main-news .more{
	font:12px/12px Roboto;
	position:absolute;
	bottom:15px;
}
.more-news{
	text-align:right;
	font:16px/16px Roboto;
}
.more-news a{
	color:#438dd2;
}
.clear{
	clear:both;
}
.services-wrapper-container{
	border-top:1px solid #cfd8dc;
	margin-top:80px;
	padding-top:65px;
}
.services-wrapper{
	border-bottom:2px solid #fff;
	background:#78909c;
}
.services-inner{
	color:#fff;
	padding:30px 30px 20px 30px;
	/*min-height:200px;*/
}
.services-inner .name{
	font:28px/28px "Roboto";
	text-transform:uppercase;
}
.services-inner .description{
	font:15px/18px "Roboto";
	margin-top:10px;
}
.services-inner .services-detail{
	font:14px/14px "Roboto";
	margin-top:15px;
}
/* .img-left{
	padding-left:427px;
}
.img-right{
	padding-right:427px;
} */
.about-company-wrapper{
	border-top:1px solid #cfd8dc;
	margin-top:110px;
	padding-top:60px;
	margin-bottom:100px;
}
.about-img, .about-text{
	float:left;
}
.about-img{
	width:37%;
}
.about-text{
	width:63%;
	padding:28px 24px 36px;
}
.about-text h3{
	font:20px/28px "Roboto";
	margin:0 0 30px 0;
	text-transform:uppercase;
}
.about-text-wrapper{
	background:#438dd2;
	color:#fff;
}
.about-text p{
	font:15px/19px "Roboto";
	margin:0 0 17px 0;
}
.history-company{
	font:14px/14px "Roboto";
	position:absolute;
	bottom:30px;
}
.our-partners-wrapper{
	background: transparent url("/local/templates/b24new/styles/../img/partner.jpg") top center no-repeat;
	padding-top:65px;
	padding-bottom:20px;
}
.our-partners-wrapper h2.coolHeading{
	color:#fff;
}
.our-partners-wrapper .owl.partners .item{
	margin-right: 6px;
	margin-left:0;
}
.partner-wrapper-img{
	background:#fff;
}
/*.partners .item .partner-wrapper-img .image .col{
	height: 190px;
    line-height: 190px;
}*/

.partners.inner .item .partner-wrapper-img .image .col{
	height: 122px;
    line-height: 122px;
}
.partners.inner .item.general .partner-wrapper-img .image .col{
	height: 225px;
    line-height: 225px;
}
.partners.inner .item.general, .partners.inner .item.general .image img  {
	max-height: 100%;
}

.our-partners-wrapper .owl .owl-nav{
	margin-top:45px;
	text-align:center;
}
.our-partners-wrapper  .owl .owl-nav div{
	background:transparent;
	color:#fff;
	border:2px solid #fff;
	border-radius:50%;
}
 .bottom-text{
	 text-align:center;
	 width:75%;
	 margin:0 auto;
	 color:#4f4f4f;
	 font:18px/30px "Roboto";
 }
 .bottom-text h2{
	 font:58px/58px "Roboto";
	 color:#4f4f4f;
	 font-weight:200;
	 margin:0 0 60px 0;
 }
  .bottom-text p{
	  margin-bottom:30px;
  }
 .bottom-text p span{
	 font-weight:300;
 }
 .to-top{
	margin-bottom:50px; 
	margin-top:50px;
	display: none;
 }
.to-top a{
	cursor:pointer;
}
footer .social {  
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
footer .footer_logo_wrap, footer .contacts, footer .other_buttons_wrap, .bottom_subs, .facebook-wrapper{
	float:left;
}
footer .bottom_subs{
	width:25%;
}
footer .other_buttons_wrap .btn-default, .bottom_subs {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.bottom_subs p, .facebook-wrapper p{
	font: 15px/19px "Roboto";
}
.bottom_subs .btn-primary {
    color: #4a4a4a;
    background-color: #fff;
    /*border-color: #4a4a4a;*/
	font: 15px/15px "Roboto";
}
html footer .form-control{
	background: #455a64;
	border:none;
	box-sizing:border-box;
	color:#fff;
}
footer .input-group{
	border:1px solid #fff;
}
footer .input-group .form-control::-webkit-input-placeholder{
   color:#fff;
   font: 16px/16px "Roboto";
}
footer .input-group .form-control:-moz-placeholder{
   color:#fff;
   font: 16px/16px "Roboto";
}
footer .input-group .form-control::-moz-placeholder{
   color:#fff;
   font: 16px/16px "Roboto";
}
footer .input-group .form-control:-ms-input-placeholder{ 
   color:#fff;
   font: 16px/16px "Roboto";
}
.facebook-wrapper{
	margin-left:30px;
	width:15%;
	margin-right: 30px;
}
.facebook-wrapper a{
	display:block;
	border:1px solid #fff;
	text-align:center;
	text-decoration:none;
	font: bold 21px/21px "Roboto";
	padding:7px 0;
}
html .bottom_subs .btn-primary:hover{
	color:#fff;
}
.facebook-wrapper a:hover, footer .other_buttons_wrap .btn-default:hover, .bottom_subs a:hover{
	background:rgba(255,255,255,0.1);
}
html .other_buttons_wrap .btn-default:hover{
	border-color:#fff;
}
.transition, .services-img img, .to-top a, .other_buttons_wrap a, .input-group-btn .btn-primary, .write-to-us a, .gallery-catalog-name, .ask-question,
.b-share a{
  transition: all 0.25s ease 0s;
 -webkit-transition: all 0.25s ease 0s;
 -moz-transition: all 0.25s ease 0s;
 -o-transition: all 0.25s ease 0s;
}
/* .catalog-main-item  .data{
  transition: all 0.25s ease-out 0s;
 -webkit-transition: all 0.25s ease-out 0s;
 -moz-transition: all 0.25s ease-out 0s;
 -o-transition: all 0.25s ease-out 0s;
}*/
header{
 transition: all 0.1s ease 0s;
 -webkit-transition: all 0.1s ease 0s;
 -moz-transition: all 0.1s ease 0s;
 -o-transition: all 0.1s ease 0s;
}
.footer-img{
	float:left;
	margin-top:12px;
}

footer {
	padding:0 0 25px;
}
.zakaz-wrapper{
	margin-bottom:130px;
}
.zakaz-wrapper h1, .zakaz-wrapper h2, .gallery-wrapper h2{
	font:48px/48px "Roboto";
	color:#4a4a4a;
	font-weight:300;
}
.zakaz-wrapper h2, .zakaz-wrapper h1{
	margin:100px 0 85px 0;
}
.gallery-wrapper h2{
	margin:55px 0 85px 0;
	position:relative;
}
.zakaz-image{
	height:103px;
	margin-bottom:40px;
}
.zakaz .name{
	font:18px/20px "Roboto";
	color:#4f4f4f;
}
.zakaz .owl-item, .zakaz .item{
	position:relative;
}
.zakaz .item{
	float:left;
	width:20%;
}
.zakaz .owl-item:after, .zakaz .item:after{
	content:"";
	display:inline-block;
	width:30px;
	height:27px;
	background: transparent url("/local/templates/b24new/styles/../img/arrow.png") top center no-repeat;
	right:-30px;
	top:30%;
	position:absolute;
}
 .zakaz .item:last-child:after{
	 background: transparent;
 }
.online-zakaz-div{
	margin-top:70px;
}
.online-zakaz-div a{
	font:17px/17px "Roboto";
	color:#fff;
	background:#438dd2;
	border-radius:3px;
	text-decoration:none;
	padding:7px 20px;
	border:1px solid #438dd2;
}
.online-zakaz-div a:hover{
	color:#438dd2;
	background:#fff;
}
footer .other_buttons_wrap a.btn, .bottom_subs a{
	padding: 8px 14px;
}
.top-nav{
	margin-left: 0px;
}
/* header .box.logo{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
} */
.fixed-header{
	width: 100%;
  margin: 0 auto;
  position: relative !important; 
  z-index: 2001; 
  top: 0px;
/*	background:url(/local/templates/b24new/styles/../img/HDIV.jpg) no-repeat center / cover;*/
}
.fixed-header .logo, .fixed-header .logo img{
	bottom:0;
}
header.style2.fixed-header .navbar-header > .row > .col .box.logo{
	top:-4px;
}
.fixed-header .logo img{
	max-width:63px;
	/*position:absolute;*/
}

.all_rights-wrapper {
	box-sizing:border-box;
	padding-top: 11px;
    padding-bottom: 33px;
	text-align: center;
	font-weight: 600;
}

.alright{
	padding-top: 34px;
    padding-bottom: 0;
}

.services-img, .services-inner{
	float:left;
}
.services-img{
/*	width:37%;*/
	overflow:hidden;
	cursor:pointer;
}
.services-img img{
	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.thumbnail{
  overflow:hidden;
}
.thumbnail:hover img{
	transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.services-inner{
	width:63%;
}
.map-href{
	position:absolute;
	right:0;
	font:13px/17px "Roboto";
	color:#aeabab;
	padding-left:40px;
	background: transparent url("/local/templates/b24new/styles/../img/map.png") 0 0 no-repeat;
	width:170px;
	text-align:left;
	top:10px;
}
.map-href:hover{
	color:#000;
	background-position: 0 -34px;
}
.to-top a{
	opacity: 0.5;
}
.to-top a:hover{
	opacity: 0.8;
}
.calculator{
	position:fixed;
	top:254px;
	right:-122px;
	background:#438dd2;
	color:#fff;
	border:2px solid #fff;
	border-bottom:none;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
	font:16px/16px "Roboto";
	padding:8px;
	z-index: 2002;
	text-decoration:none;
}
.calculator:hover{
	background:#fff;
	color:#438dd2;
	border:2px solid #438dd2;
	border-bottom:none;
}
.contact-block{
	background:#f4f4f4;
	border:1px solid #e7e7e7;
	float:left;
	padding-bottom:20px;
	color:#4f4f4f;
	font-weight:300;
	width:100%;
	margin-bottom:20px;
}
.contact-block h2{
	font:30px/30px "Roboto";
	color:#4f4f4f;
	font-weight:300;
	padding:20px 15px 35px;
}
.contact-block h3{
	font:24px/24px "Roboto";
	margin:6px 0 30px;
	font-weight:300;
}
.contact-block table{
	font:16px/24px "Roboto";
	font-weight:300;
}
.contact-block table tr td{
	padding-right:20px;
	padding-bottom:20px;
}
.contact-block table tr td.contact-td{
	padding-bottom:7px;
}
.contact-block table .fa{
	color:#b5b5b5;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
.contact-block table a{
	text-decoration:none;
}
.gallery .catalog-main-item:nth-child(3n){
	margin-right:0;
}
.counter{
	background:#0e3266;
	color:#fff;
	text-transform:uppercase;
	font:20px/24px "Roboto";
	padding:20px 0;
	letter-spacing:1px;
	margin-bottom:24px;
}
#pbCaption .counter {
	background:none;
	
}

.counter p{
	font:18px/20px "Roboto";
	font-weight:300;
	margin:11px 0 0;
}
.counter p span{
	font:48px/48px "Roboto";
	font-weight:500;
	margin-right:18px;
}
/* .features .item .data{
	border-right:1px solid #a1c6e8;
} */

.features .item:last-child .data{
	border-right:1px solid transparent;
}
.contact-block table span{
    font: 18px/24px "Roboto";
    font-weight: 400;
}
.grey-wrapper{
	border:1px solid #e7e7e7;
	background:#f4f4f4;
	padding:25px 25px 30px 25px;
}
.social-wrapper p{
	font:16px/16px "Roboto";
	color:#1e508b;
	margin:0 0 20px 0;
}
.social-wrapper a{
	margin-right:3px;
}
.mainform h3{
	font:22px/30px "Roboto";
	font-weight: 500;
	margin:0 0 5px 0;
}
.buttons span{
	float:left;
}
form .buttons span{
  float: none;
  display: block;
}
form .buttons span .required, form .buttons span .form-required{
  display: inline;
}
form .buttons{
  padding-left: 0px;
}
form .buttons .btn-primary{
  margin-top: 20px;
}
/* .catalog-item{
	border:1px solid #d9d9d9;
} */

.catalog-description{
	margin-top:65px;
}
.catalog-description h2{
	font:48px/48px Roboto;
	font-weight:300;
	margin:0 0 40px 0;
}
.catalog-description p{
	margin-bottom:30px;
}
.write-to-us{
	background: transparent url("/local/templates/b24new/styles/../images/write.jpg") 0 0 no-repeat;
	padding:45px 20px 40px;
	font:20px/20px Roboto;
	text-transform:uppercase;	
	color:#134284;
	font-weight:400;
	margin-top:7px;
}
.write-to-us a{
	font:15px/15px "Roboto";
	color:#fff;
	background:#134284;
	border:1px solid #fff;
	text-decoration:none;
	padding:10px 30px;
	display:inline-block;
	margin-top:24px;
}
.write-to-us a:hover{
	color:#134284;
	background:rgba(255,255,255,0.3);
	border:1px solid #134284;
}
.gallery-catalog .item{
	position:relative;
	float:left;
	width:49.5%;
}
.gallery-catalog .item:nth-child(odd){
	margin-right:1%;
}
.gallery-catalog-name{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.gallery-catalog-name span{
	position:absolute;
	top:20px;
	left:20px;
	font:30px/30px "Roboto";
	color:#fff;
	text-transform:uppercase;
}
.gallery-catalog-name:hover{
	background:rgba(0,0,0,0.4);
}
.gallery.gallery-catalog{
	margin-top:0;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i{
	float:right;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before{
	right:0;
	left:0;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before, ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i.collapsed:before{
	content: "";
	height:6px;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before {
	background: transparent url("/local/templates/b24new/styles/../images/down.png") 0 0 no-repeat;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i.collapsed:before {
	background: transparent url("/local/templates/b24new/styles/../images/up.png") 0 0 no-repeat;
}
ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i:before{
	font-size:20px;
	top:5px;
	color:#cdcdcd;
}
ul.nav-sidebar.catalog-nav-sidebar li a{
	font: 18px/1.28 "Open Sans";
	color: #242424;
}
ul.nav-sidebar.catalog-nav-sidebar li a{
	padding: 18px 10px 18px 15px;
}

ul.nav-sidebar.catalog-nav-sidebar.nav {
  background: #F6F6F6; 
  padding: 15px;
}


ul.nav-sidebar.catalog-nav-sidebar li.dropdown-submenu i {
    width: 14px;
    height: 6px;
}
html body ul.nav-sidebar.catalog-nav-sidebar li ul li a{
	color:#2b2b2b;
}
.to-top.inner {
    margin-bottom: 10px;
    margin-top: 70px;
}
.gallery-wrapper-inner{
	overflow:hidden;
}
.razdel-description{
	font: 18px/30px "Roboto";
	font-weight:300;
	color: #4f4f4f;
}
.razdel-description h2{
	font:36px/36px "Roboto";
	font-weight:300;
}
.razdel-description p{
	margin-bottom:15px;
}
.left-block-razdel{
	border:1px solid #e1e1e1;
	padding:13px;
	margin-bottom:25px;
}
.left-block-razdel h4{
	font:bold 16px/16px "Roboto";
	color:#134284;
	margin:0 0 15px 0;
}
.left-block-razdel p{
	font:16px/19px "Roboto";
	color:#4d5e66;
	margin:0 0 15px 0;
}
.left-block-razdel a{
	font:13px/13px "Roboto";
	color:#67a1c8;
}
html .js-detail .page-header{
	margin:0;
}
html .js-detail .page-header h1{
	font: 36px/36px "Roboto";
	font-weight:300;	
}
.nav.nav-tabs{
	border-bottom:3px solid #1e508b;
	padding-bottom:9px;
}
.tabs, .tab-content{
	font:16px/16px "Roboto";
}
.tab-content #description{
	font: 16px/24px "Roboto";
}
.tab-content #properties table tr:nth-child(odd){
	background:#dadada;
}
.tab-content #properties table tr{
	border-bottom:1px solid #dadada;
}
.tab-content #properties table tr td.val{
	font-weight:300;	
}
.wrapper form[name="selectlift"] input[type="radio"] + label:before, .wrapper form[name="selectlift"] input[type="radio"] + label:after{
	left:0;
}
form[name="selectlift"]  input[type="submit"].btn{
	font-size:18px;
	margin-top:10px;
}
#pod_LuxLift, #pod_pdf{
	margin-top:15px;
}
.news-half, .news-third{
	float:left;
}
.news-half{
	width:49.5%;
	background:#438dd2; 
}
.news-third{
	width:24.25%;
	margin-right:1%;
	position:relative;
}
.newslistcol .news-half:first-child{
	margin-right:1%;
}
.newslistcol .news-third.news-third-last{
	margin-right:0;
}
.services-block, .about-text-wrapper{
	margin-top:15px;
}
.bottom_subs a{
	font-size: 14px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:1px solid #fff;
}
.row.notmain{
	min-height:730px;
}
input:focus{
	outline:none;
}
.wrapper .subscription input[type="radio"]:checked + label:after, .footer-clear{
	display:none;
}
.gallery-wrapper .partners .item .image .col img, .gallery-wrapper .partners .item{
	max-height:100%;
}
.bx-auth-table #USER_REMEMBER + label{
	padding-left:20px;
}
.wrapper input[type="checkbox"]#USER_REMEMBER + label:before, .wrapper input[type="checkbox"]#USER_REMEMBER + label:after{
	left:0;
}
.owl_danners2 .owl-item .info{
	margin-left:90px;
}
.name-a{
	display: table-cell;
    vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumbs{
	font:18px/20px "Open Sans";
}
.gallery-catalog-name:hover span{
	text-decoration:underline;
}
.ask-question{
	display:block;
	border:1px solid #1e508b;
	background:#fff;
	text-decoration:none;
	font:15px/15px "Open Sans";
	color:#1e508b;
	padding:9px 0 7px;
	margin-bottom:25px;
}
.ask-wrapper{
	margin-top: 50px;	
}
.ask-question:hover{
	border:1px solid #fff;
	background:#1e508b;
	color:#fff;
}
.social-wrapper p span{
	color:#4d5e66;
}
.social-wrapper.ask-wrapper p{
	margin:0 0 13px 0;
}
.share-wrapper{
	margin-top:6px;
}
.maincontent .docs{
	font-size: 14px;
    line-height: 1.38462;	
}
.zakaz-webform .radio{
	margin-top: 0;
    margin-bottom: 0;
}
.number .minus{
	color: 3a1a1a1;
	font-size:20px;
}
.number input{
	width:60px;
	display:inline-block;
	height:35px;
}
.number .minus, .number .plus{
	width:35px;
	height:35px;
	display:inline-block;
	color:#a1a1a1;
	font-size:24px;
	line-height:35px;
	font-weight:bold;
	cursor:pointer;
}
.number span, .number input{
	text-align:center;
	vertical-align:middle;
	border:1px solid #bdbdbd;
	border-radius:2px;
}
.gallery-wrapper{
	overflow:hidden;
}
.portfolio_title-inside{
	line-height:17px;
}
.maincontent .staff .description{
    line-height: 20px;
}

.maincontent .champions .description{
	font-size: 14px;
    line-height: 20px;
}


.item .date, .section-shedule{
	color: #909090;
	font-size: 14px;
	line-height: 20.39px;
	position: relative;
    padding-left: 13px;
}
.item .date:before, .section-shedule:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    height: 14px;
    width: 3px;
    background: #9D0808;
}
.lenta .item .date:before {top: 4px;}
.news .item .name, .broadcast_slide .section-title, .footer-photoblock .item .name {
  font-weight: 600; 
  color: rgb(36, 36, 36);
  font-size: 18px;
  line-height: 1.333;
}
.aprimary{
  max-width: 100% !important;
}
.news_items .info{
  width: 100%;
  padding-right: 5px;
}

.news_items .row{
  border-radius: 8px;
  width: 90%;
  max-width: 570px;
  padding: 0px;
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #f8f8f9;
  float: left;
}
.news_items .row .item{
  padding: 0px;
}
.news_items .row:first-child{
 border: 1px solid #e1e1e1;
 background-color: #fff;
 margin-bottom: 0px;
 border-radius: 8px;
 padding: 0px;
 margin-right: 45px;
}

.padding-width  {
  padding-left: 30px;
}
.active{color: #9D0808;}


.flexbox{
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
}
  .flexbox .news-item {
    margin: 0 auto;
    padding: 0px 5px !important;
    min-width: 190px;
    margin-bottom: 25px;
    width: 18%;  }
  .flexbox .news-item a {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    color: #0a3152;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;  }
  .flexbox .news-item a b{
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    -ms-align-items: center;
    align-items: center;
    height: 45px;
  }
  .flexbox .news-item a:hover{
    color: #ed4026;
  }


/* .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{

  
} */
.diagonal-header{
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-top: -17px;
  margin-bottom: -33px;
}
.diagonal__item--right{
  background: #009cd9;
  background: -webkit-linear-gradient(left, #023850, #009cd9);
      /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #023850, #009cd9);
      /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #023850, #009cd9);
      /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #023850, #009cd9);
      /* Standard syntax */

  transform: rotate(2deg);
}
.diagonal__item--left {
      transform: rotate(-2deg);
      background-image: linear-gradient(to right, #f79b26 0%, #ef4126 100%);
}
    .diagonal__item--right {
      background-image: linear-gradient(to right, #023951 0%, #0098d4 100%);

      left: 50%;
      transform: rotate(2deg);
      }
.diagonal__item{
  height: 43px;
  width: 52%;
  z-index: 2;
}


ul.footer-menu li:last-child{
  margin-right: 0px;
}
.subsreeb{
  display: inline-block;
  text-align: left;
  color: #242424;
  font-size: 18px;
  font-weight: 500;

}
.sub-form {
  display: inline-block;
  margin: 10px auto 0;
}
.sub-form input{

  width: 182px;
  height: 37px;
  background-color: #ffffff;
  padding-left: 10px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
}
.sub-form input[type="submit"]{
  width: 149px;
  height: 38px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
  border-radius: 5px;
  border: none;
  margin-left: 12px;
}

.sub-form input[type="submit"]:hover, .mainform input[type="submit"].btn-primary:hover {
  background-image: linear-gradient(to bottom, #9C0006 0%, #9C0006 100%);
}
.m-style-title{
  display: inline-block;
  margin-right: 15px;
}
.secondLine{
  color: #242424;
  font-size: 35px;
 
}

.thumb .image_holder img{
  
  /*width: 100% !important;
  max-width: 383px !important;*/
  transition: all 0.5s ease-out;
}
.image_frame{
  overflow: hidden; 
} 
.image_frame .image_holder{
  overflow: hidden; 
}

/*.image_frame .image_holder img:hover{
  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}*/
.flexslider{
  width: 100%;
  max-width: 1170px;
}
.flex-active-slide li{
  width: 90%;
  max-width: 383px !important;
}
.owl_danners2{
  z-index: 1;
/*  margin-top: -33px;*/
}
.navbar-header{
  width: auto;
}


.lvl1{padding-left: 0px;}
.lang-social{text-align: right;}
.lang-transform:last-child {margin-right:0;}

/*.wrapper:nth-child(4) .container{
  background-color: #fff;
}
.wrapper:nth-child(4) .container{
  background-color: transparent;
}*/
/* .wrapper:nth-child(4) .container .col-md-12{
  margin-top: -6px;
} */


.wrapper:nth-child(4) .container .col-md-10:before {
  background: inherit;
  bottom: 0;
  width: 20px;
  content: '';
  display: inline-block;
  height: 100%;
  top: 1px;
  left: -10px;
  position: absolute;
  right: 0;
    -moz-transform: skew(15deg, 0deg);
-webkit-transform: skew(15deg, 0deg);
-o-transform: skew(15deg, 0deg);
-ms-transform: skew(15deg, 0deg);
transform:  skew(15deg, 0deg);
  transform-origin: 100%;
  z-index: 99999;
}
.wrapper:nth-child(4) .container .col-md-10 .owl .owl-stage .owl-item{
  margin-top: 5px;

}
.wrapper.logos .owl .owl-nav div.prev span{
  background: none !important;
}

.social a {
  width: 28px;
  height: 28px;
  background: transparent;
  display: inline-block;
  color: #B9B9B9;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 100%;
  margin-right: 12px;
  text-align: center;
  border: 1px solid rgba(231, 229, 229, 0.85);
  
}

.top-block .social a {border: 1px solid #f0f0f0; color: #f0f0f0;}


.social-footer .social a.twitter, .social-footer .social a.ok, .social-footer .social a.fb {font-size: 20px;} 
.social-footer .social a.ytube {
	font-size: 32px; 
	width: 54px; 
	height: 54px; 
	background: linear-gradient(315deg, #870000 0%, #D21C1C 100%); 
	border: none;
	color: #fff;
	line-height: 53px;} 

.social-mail {background: url(/local/templates/b24new/styles/../images/social-envelope.svg) left top no-repeat;}	

	
.social-footer .social a.vk {font-size: 18px; }
.social-footer .social a .fa:not(.fa-youtube):before {
    background: linear-gradient(145.4deg, #C4C4C4 0%, #868686 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;	
}

.social-footer .social a:hover .fa:not(.fa-youtube):before { 
	background: linear-gradient(145.4deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial; }


@media (max-width: 1200px) {
	.facebook-wrapper {
		margin-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.topline-middle a {
		padding: 9px 5px 8px 0;
	}
	.topline-middle a.online-zakaz {
		padding: 9px 3px 8px;
	}
	.social {
		font: 16px/18px "Roboto";
		/*margin-right: px;*/
	}
	.razdel-list li {
		margin-top: 15px;
	}
	footer .bottom_subs {
		width: 21%;
	}
}
@media (max-width: 991px){
	header .box.logo, .owl_danners2 .owl-nav{
		display:none;
	}
	.top-nav {
		margin-left: 0;
	}
	.lang, a.enter{
		display:block;
		float:left;
		position: relative;
		z-index: 999;
	}
	.social{
		/*display:block;*/
		padding:1px 0 5px;
	}
	.topline-middle a.online-zakaz {
		padding: 7px 7px 6px 7px;
	}
	.topline{
		padding:5px 0 3px;
	}
	.topline-middle {
		font: 14px/14px "Roboto";
		
	}
	header .full-width-menu{
		text-transform:uppercase;
		color:#0e3266;
	}
	.box.top-nav{
		overflow:hidden;
	}
	
	.wrapper.kinds_sports {
		
		background-repeat: repeat-y;
	}
	
	div.search-open-mobile {
		display: block;
		border: solid 1px #ebebeb;
		border-bottom: 2px solid #ff0000;
		background-color: #fff;
		padding: 10px 19px;
	}
	
	
	div.search-open-mobile .btn-primary {
		color: #fff;
		background-color: #ff0000;
        border-color: #ff0000;
	}
	
	header.color .navbar ul:not(.dropdown-menu) > li:last-of-type  a {
		
		border-bottom: none;
	}
	
	.last-news .image.col-md-3 {
		
		width: 25%; 
		float: left;
	}
	
	.last-news .col-md-9.data {
		
		width: 75%;
		float: left;
	}
	
	.info-champions div.detail .col-md-8, .info-champions div.detail .col-md-2 {
		
		
		float: left;
	}
	div.row.last-news:before {
		
		display: none;
	}
 
    .info-champions div.detail .col-md-8 {
		width: 56.67%;
	 
	}
	
	.info-champions div.detail .col-md-2 {
		
		width: 10%;
		margin-bottom: 0;
	}
	
	.footer-text .feautures-div {display: block;}
	.feautures-div .left-feautures-content {width: 100%; text-align: center;}
	.footer-text .footer-features li span {display: inline-block; height: auto; text-align: left; font-weight: 600; }
	.footer-text .footer-features li {height: auto; color: #242424; background: none !important; width: 100%;}
	.projectsblock .projects {padding-left: 0; padding-right: 0;}
	.news_items .lentamobile .innercol.col-md-5 {width: 100% !important;}
	footer .row-menu .footer-menu {height: auto;}
	
}


@media (max-width: 1024px){
  .wrapper.previewblock, .wrapper.projectsblock, .wrapper.footer-bannersblock, .wrapper.footer-photoblock, body footer {overflow-x: hidden;}
 .image_caption .info .data{
  display: block !important;}
  .news .item .col-md-8{
    display: block !important;  }

.first-line-wrapper{
  padding-bottom: 60px !important;}
.padding-width{
  z-index: 999 !important;
  padding-left: 0px;}
.info-text .name{
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 45px !important;
  font-size: 14px !important;
  width: 115px !important;}
.bgw .item{
  width: 19% !important;}
.news_items{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;}
.news_items .row:first-child{
  margin-bottom: 30px;
  margin-right: 0px;
  margin-left: 0px;}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6{
  font-size: 12px !important;}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:nth-child(2){
  width: 50% !important;}
/* .flex-active-slide {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; } */
}
@media (max-width: 991px){
 .wrapper .container .now-on-air .col-md-12{
	position: relative !important;}
 .wrapper:nth-child(4) .container .col-md-10 .owl .owl-stage .owl-item{
    -moz-transform: scale(0.9) !important;
-webkit-transform: scale(0.9) !important;
-o-transform: scale(0.9) !important;
-ms-transform: scale(0.9) !important;
transform: scale(0.9) !important;  }
  .head-counter .row{
    display: none !important;
  }
  .flexbox{
    padding: 0px !important;  }
  .flexbox .news-item{
    margin: 0 auto;  
    min-width: 10px;}
  .flexbox .news-item a{
    font-size: 12px;
    justify-content: space-between;
    line-height: 1.2;}
  .flexbox .news-item a b{
    margin-bottom: 10px;  }

  .main-menu-nav .dropdown.lvl1{
    margin: 0 auto;  }
 
  .navbar-nav > li > .dropdown-menu{
    border-radius: 0px !important;  }
  
  .bgw{
    margin-top: 0px !important;  
    background-color: transparent !important;}
 

  .flex-active-slide li{
    width: 50%;  }

  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:first-child{
    padding-top: 7px !important;  }
  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:nth-child(2){
    margin-top: 7px !important;  }
  .wrapper:nth-child(4) .container .col-md-12{
    margin-top: -1px;  }
  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-12{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;  }
  .owl-nav{
    display: none;  }
 
  .padding-width{
    z-index: 999 !important;
    display: block !important;   }
  .show-title{
    display: block !important;
    width: 60%;  }

  header.color .navbar-default .navbar-toggle, .topline-wrapper .navbar-toggle {
    border: none !important;  
    margin-top: 0px ;
    height: 41px !important;
    width: 43px !important;
    padding: 8px 24.5px !important;  }
	

  /* .style2{
    width: 100%;
    padding: 0px !important;
    top: 0px !important; 
    position: absolute !important;
    right: 0;
	} */

	
  .padding-width{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-direction: row;
    -ms-align-items: center;
    justify-content: space-between;
    align-items: center;  
    position: absolute !important;
    top: 0px;
    left: 0px;
    height: 41px;
    line-height: 20px !important;
    padding-left: 25px;
    border-bottom: 1px solid #0d5485;
    width: 95% !important;}
  .style2 .navbar .container .navbar-header .row .col-md-12{
    padding: 0px 15px;  }

  .slogan.text-center{
    margin-top: 15px;  }
  .bgw .item .col .clearfix .image .col-md-12{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;  }
  .first-line-wrapper{
    padding-bottom: 0px !important;  }
  .lang-social{
    line-height: 20px !important;  }
  .social{
    margin-top: 20px;  
    padding-bottom: 2px !important;}
  .lang-transform{
      width: auto;
      padding: 9px 0px;
  }
  
  .lang a{
    font-size: 14px;  }
  .instagram, .vk{
    width: 31px;
    height: 22px;
    font-size: 10px; 
     }

 .search-open-mobile{
    display: none !important;  }

  .owl-carousel .owl-stage-outer{
    width: 100% ;  }
	
	
  .wrapper:nth-child(4){
    margin-top: 0px;  }

	footer .container .row .alright{text-align: center !important;  }
	footer .container .row .all_rights-wrapper{	text-align: center !important;  }
	header.color .navbar ul li{padding: 0px !important; margin-top: 0px !important;  }
	.info-text .name{width: 100%;  }
    .partners .item{margin-bottom: 0px !important;width: 33% ;float: left;}
	
    .partners .item.okb-tsp, .partners .item.gazprom-transgaz-belarus  {width: 49%;}
	
    .row.partners .item .image .col img {max-width: 80%;}

    .partners .item .image .col {height: auto !important;  }
   
	footer div.logo-col {text-align: center;} 
	footer .biatlon {width: auto; margin-bottom: 28px;} 
	footer .footer_copyright .container .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
	} 
	
	/* footer * {text-align: center;} */
	footer .phone-footer {margin-bottom: 18px}
}
@media (max-width:1420px){ 
    .streamblock .stream-data {width: 55%;}

}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper:nth-child(4) .container .col-md-12 p{
    margin-left: 0px;
  }
	/* .catalog-main-item {
		width: 49%;
	} */
	.slider-more {
		padding: 10px 15px;
		margin-top: 0;
	}
	/* .owl_danners, .owl_danners2 {
		margin-bottom: 20px;
	} */
	footer .bottom_subs, .facebook-wrapper {
		width: 35%;
	}
	.catalog-main-item, .gallery .catalog-main-item:nth-child(3n) {
		margin-right: 1%;
	}
	.gallery .catalog-main-item:nth-child(2n){
		margin-right:0;
	}
	.features .item .data{
		border-right:1px solid transparent;
	}
	.features .item {
		border-right:1px solid  #a1c6e8;
		margin-bottom:10px;
	}
	.catalog-wrapper{
		background-size:cover;
	}
}
@media (max-width:767px){
    .wrapper:nth-child(4) .container .col-md-12 p{
		margin-left: 0px;
	}
	/* .img-left{
		padding-left:200px;
	} */
	/* .catalog-main-item {
		width: 49.5%;
	} */
	.catalog-main-item, .gallery .catalog-main-item:nth-child(3n) {
		margin-right: 1%;
	}
	.gallery .catalog-main-item:nth-child(2n){
		margin-right:0;
	}
	.img-right{
		padding-right:200px;
	}
	.about-img, .about-text{
		width: 100%;
	}
	.about-img img{
		margin:0 auto;
		display:block;
	}
	.services-img, .services-inner {
		float: none;
		width:100%;
	}
	/* .owl_danners, .owl_danners2 {
		margin-bottom: 30px;
	} */
	.slider-more {
		padding: 10px 15px;
		margin-top: 0;
	}
	.bottom-text h2, .zakaz-wrapper h2, .zakaz-wrapper h1, .gallery-wrapper h2 {
		font: 40px/40px "Roboto";
		text-align:center;
	}
	.zakaz-wrapper {
		margin-bottom: 50px;
	}
	footer .bottom_subs {
		width: 43%;
	}
	.facebook-wrapper{
		width:26%;
	}
	.zakaz-wrapper h2, .zakaz-wrapper h1 {
		margin: 50px 0 35px 0;
	}
	.catalog-wrapper {
		padding-top: 30px;
		margin-top: 25px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.map-href {
		/*position: absolute;
		left: 37px;
		top:50px;*/
		position: relative;
		display: table;
		margin: 0 auto;
	}
	.features .item .data{
		border-right:1px solid transparent;
	}
	.features .item {

		margin-bottom:10px;
	}
	.zakaz .item {
		float: none;
		width: 100%;
		margin-bottom:25px;
	}
	.zakaz-image {
		height: auto;
		margin-bottom: 10px;
	}
	.catalog-description h2 {
		font: 30px/30px "Roboto";
	}
	.write-to-us a{
		padding:7px 15px;
		margin-top:10px;
	}
	.news-half, .news-third{
		float:none;
		width:100%;
		margin-right:0;
	}
	.features.features1 .item .image{
		min-width:161px;
	}
	.catalog-wrapper{
		background-size:cover;
	}
	.services-wrapper .services-img, 
	.calculator, .owl_danners .owl-nav, 
	.owl_danners2 .owl-nav, 
	.zakaz .owl-item:after, 
	.zakaz .item:after,
	.nav-sidebar.catalog-nav-sidebar.nav.nav-list, 
	#sidebar .calendar-wrapper {
		display:none;
	}
	.gallery-wrapper h2{
		margin-bottom:40px;
	}
	.our-partners-wrapper {
		padding-top:35px;
		font: 14px/16px "Roboto";
	}
	.bottom-text{
		width:100%;
	}
	h2.coolHeading, .h2.coolHeading {
		padding-bottom: 15px;
	}	
	.services-wrapper-container {
		margin-top: 40px;
		padding-top: 30px;
	}
	.about-company-wrapper {
		margin-top: 50px;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	.owl_danners2 .owl-item .info{
		margin-left:0;
	}
	.topline {
		padding: 3px 0 3px;
	}
	html .page-header h1, html .js-detail.catalog-section-h1 .page-header h1, .razdel-description h2 {
		color: #242424;
		font-size: 20px;
		font-weight: bold;
		text-shadow: none;
		text-align: left;
		
	}
	
	.maincontent h2 {font-size: 19px;}
	.razdel-description h2 {
		font-weight: 300;
	}
	.footer-img {
		float: left;
	}
	.facebook-wrapper {
		margin-right: 0;
	}
	.row.notmain{
		min-height:20px;
	}
	.to-top {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.ask-wrapper {
		margin-top: 5px;
	}
	h1.has_img {display: flex; align-items: center;}
	#breadcrumbs li {margin-right: 4px;}
	#breadcrumbs, #breadcrumbs .main a {font: 14px/1.3 "Open Sans";}
	.row.news .col-news-image {height: auto; margin-bottom: 20px; float: none; margin-right: 0;}
	body .owl_danners2 {top: 0;} 
	.inner-row .component-content .news .item, body .inner-row .news .articles-item {margin-bottom: 28px;}
	body .fancybox-wrap.stream_wrap {width: 88% !important;} 
	#popuplayer {width: 100% important}
	h3, .h3 {font-size: 19px;}
	
}

@media (max-width:603px){
  #audio-archive {
    width: 65%;
    display: block;
    margin-bottom: 15px;
  }
  /* .audio_filtr input[type="submit"]{
    float: right;
  } */
  /* .btn.btn-default.reset-filter{
    float: right;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  } */
  
  #playeraudio{margin-top: 30px;}
  .news .col-news-image {height: 234px; float: none}
  
  .news-detail div[id^="player"] img{height: auto !important;}
  
  .news-detail iframe[id^="player"] {height: auto !important;} 
  
  .news-detail #play-video-btn-small img {margin: 0;}
  .news-detail img {
    float: none !important;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
	.topline-middle {
		margin-top:2px;
	}
}
@media (max-width:400px){
	.top-main-news-img, .top-main-news a + .top-main-news-inner  {
		max-width: 100%;
	}
	footer .bottom_subs/*, 	.facebook-wrapper*/{
		width:100%;
		margin-left:0;
	}
	.facebook-wrapper{
		width:50%;
		margin-left:0;
		float:left;
	}
	.footer-img {
		float: left;
		margin-left:32px;
	}
	.gallery-catalog-name span {
		font: 16px/16px "Roboto";
		left:10px;
	}
	.features.features1 .item .image{
		min-width:90px;
	}
	footer .other_buttons_wrap{
		float:none;
		text-align:center;
		clear:both;
		width:100%;
	}
	.services-inner .name {
		font: 24px/24px "Roboto";
	}
	.social {
		font: 17px/17px "Roboto";
		margin-right:0;
	}
	.bottom_subs{
		margin-bottom:30px;
	}
	.footer-clear{
		display:block;
	}
	.bottom-text h2, .zakaz-wrapper h2, .gallery-wrapper h2, .zakaz-wrapper h1 {
		font: 28px/30px "Roboto";
	}
	.counter{
		font:14px/16px "Roboto";
	}
	.catalog-wrapper, .wrapper, footer, .footer_copyright, .counter{

		max-width:400px;
	}
	.map-href{
		min-height: 33px;
		line-height:33px;
		width:auto;
	}
	.catalog-main-item {
		width: 100%;
		margin-right: 0%;
	}
	
	div.row.info-champions {
		
		position: relative;
		top: 20px;
	}
	footer .footer_copyright * {font-size: 11px;}
	div.top-search.mobile-search {margin-left: 0;}
	body .broadcast_list.specprojects .data {padding-left: 20px; padding-right: 10px;}
	body .maincontent .broadcast_list.specprojects .section-item .section-image {width: 110px; min-width: 110px}
	
}

 .print-version {float: right;}
 
 .print-version a {
    color: #19397a;
    background: url(/local/templates/b24new/styles/../images/printer.png) no-repeat left center;
    padding-left: 35px;
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
}

.first-line-wrapper {
  z-index: 3;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  
}
.raubichi{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  line-height: 0.8;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.champ-date{
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  text-align: center;
  margin: 0 auto;
}
.first-line-wrapper .navbar .search-open {
  right: 0;
  top: 63px;
  display: none;
  padding: 10px;
  margin-top: 0px;
  position: absolute;
  border: solid 1px #ebebeb;
  border-bottom: 2px solid #f8a80c;
  background-color: #fff;
}

.deadline h2.coolHeading {
	text-align: center;
	text-shadow: 1px 2px 8px #292828;
	color: #fff;
}

.head-counter .item .image img{
	max-height: 73px;
	
	
}
/* .head-counter  {
	
	padding-top: 32px;
	padding-bottom: 20px;
} */


.head-counter .item .image {
	
	padding-top: 4px;
    padding-bottom: 4px;
	
	
}

.head-counter .item .data {
	text-align: center;
	
}
.head-counter .item .data .data-text {
    line-height: 18px;
    text-align: left;
    width: 101px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    color: #ffffff;
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}

.address-text a {color: #2b2b2b;}
.social a.flickr{
    background: url(/local/templates/b24new/styles/../images/flickr.png) no-repeat center center;
    vertical-align: bottom;
    border: none; 
    width: 17px;
    height: 17px;
	display: inline-block;
}


.head-counter .item .image {
	
	display: table-cell;
    vertical-align: middle;
	width: 30%;
	text-align: center;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
	border: 1px solid #f8f8f8;

}
.head-counter a {text-decoration: none;}

.head-counter .row .item:last-child {
	margin-right: 0;
	
	
}
/*.head-counter .row .item{
	margin-right: 40px;
	width: 30%
	
}*/
.flex-data{
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;

}
.counter-transform{
  display: inline-block;
    background-color: #fff;
     width: 61px;
    height: 47px;
    -moz-transform: scale(0.9) skew(-15deg, 0deg);
-webkit-transform: scale(0.9) skew(-15deg, 0deg);
-o-transform: scale(0.9) skew(-15deg, 0deg);
-ms-transform: scale(0.9) skew(-15deg, 0deg);
transform: scale(0.9) skew(-15deg, 0deg);
}

.head-counter .item .data .aprimary {
  color: #0a2c4c;
  font-weight: 700;
  line-height: 15px;
  margin-right: 10px;
  font-size: "Roboto";
  text-transform: uppercase;
  -moz-transform: scale(0.9) skew(15deg, 0deg);
-webkit-transform: scale(0.9) skew(15deg, 0deg);
-o-transform: scale(0.9) skew(15deg, 0deg);
-ms-transform: scale(0.9) skew(15deg, 0deg);
transform: scale(0.9) skew(15deg, 0deg);
  

	
}

.col-sm-8.head-counter {width: 70.66667%;}

.col-sm-4.head-counter-margin {width: 29.3333%;}


.head-counter .item .data {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 176px;
    padding-left: 0px;
    text-align: left;
    line-height: 0px;

}

.head-counter .data .aprimary {text-align: center;  font-weight: 600; }
.top-search {float: right;}

.wrapper.deadline:after {
	
	position:absolute;
	display:block;
	width:37px;
	height:15px;
	content:"";
	background: url("/local/templates/b24new/styles/../images/triangle.png") 0 0 no-repeat;
	left:50%;
	margin-left:-19px;
	bottom:-15px;
	z-index: 100;
	
}
.wrapper.news-on-main {position: relative;}


.news-on-main .gallery .item {margin-bottom: 25px;}


.wrapper.news-on-main:after {
	
	position:absolute;
	display:block;
	width:37px;
	height:15px;
	content:"";
	background: url("/local/templates/b24new/styles/../images/triangle-news.png") 0 0 no-repeat;
	left:50%;
	margin-left:-19px;
	bottom:-15px;
	
}


.head-counter .item .data .aprimary {
	font-size: 28px;
	float:left;
	padding:15px;
	font-weight: 700;
}

.head-counter .row{
  line-height: 0px;
  max-width: 180px;
}
.news-on-main .item a.clearfix{
		
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius:4px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.31);
	padding: 5px;
	display: block;
	color: #2b2b2b;
    	
}


.news-on-main .item .info-text  {
	padding: 7px 4px;
	
}

.news-on-main .item .info-text .date {
	color: #888888;
}

.bgw .item:hover .info-text .name{
  color: #ef4126;
}
.info-text .name {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 70px !important;
  color: #0a3152;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-shadow: 
    -0   -2px 0   #FFFFFF,
     0   -2px 0   #FFFFFF,
    -0    2px 0   #FFFFFF,
     0    2px 0   #FFFFFF,
    -2px -0   0   #FFFFFF,
     2px -0   0   #FFFFFF,
    -2px  0   0   #FFFFFF,
     2px  0   0   #FFFFFF,
    -1px -2px 0   #FFFFFF,
     1px -2px 0   #FFFFFF,
    -1px  2px 0   #FFFFFF,
     1px  2px 0   #FFFFFF,
    -2px -1px 0   #FFFFFF,
     2px -1px 0   #FFFFFF,
    -2px  1px 0   #FFFFFF,
     2px  1px 0   #FFFFFF,
    -2px -2px 0   #FFFFFF,
     2px -2px 0   #FFFFFF,
    -2px  2px 0   #FFFFFF,
     2px  2px 0   #FFFFFF,
    -2px -2px 0   #FFFFFF,
     2px -2px 0   #FFFFFF,
    -2px  2px 0   #FFFFFF,
     2px  2px 0   #FFFFFF;
  width: 135px;
  max-height: 40px !important;
  vertical-align: center;
	margin-top: 10px;
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info-text .date {margin-top: 5px;}
.online-request .image,
.result-game-title .image,
.anons-game-title .image {
	
	display: inline-block;
    height: 60px;
    line-height: 50px;
    width: 60px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid #f8f8f8;
    padding: 4px;
	cursor: pointer;
	}
	
.anons-game-title.col-md-12 {
	
	padding-left:7px; 
	padding-right:7px;
}
	

.online-request .info, .result-game-title .info, .anons-game-title .info {
	
    display: inline-block;
    margin-left: 13px;
    vertical-align: middle;
    max-width: 165px;
    padding-top: 10px;
    zoom: 1;
	line-height:1.3;
	
}

.anons-game-title .info {padding-top: 20px;}
#eventsCalendar .DynarchCalendar-day.calendarEvent {border-radius: 50%;}
.online-request, .result-game-title, .result-block-medals, .anons-game-title {
	margin-bottom: 10px;
	padding-bottom: 7px;
    margin-bottom: 5px;
    padding-left: 7px;
    border-bottom: 1px solid #ebebeb;
}

.result-block-medals {
	padding: 5px 7px 8px 12px;
}

.result-block-medals .result-game-title {
	
	border-bottom: none;
	padding: 0;
}


.result-game-title a, .online-request .info a {text-decoration: none;}

.online-request .info span, .result-game-title .info span{
	font-size: 14px;
	color: #2a619f;
}

.anons-game-title.col-md-12, .anons-game-title.col-md-12 + .col-md-12 {float: none;}
.calendar-wrapper {background-color: #fff; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.31); border-radius: 4px; margin-top: 15px;}
.news-on-main .calendar-wrapper {margin-top: 0;}
.calendar-wrapper a {text-decoration: none;}
.DynarchCalendar-dayNames div {
    font-weight: 400;
    border: 1px solid #c8c8c8;
    font-size: 14px;
} 


#eventsCalendarTooltip .tooltipBody .eventHeader {
	
	font: bold 16px/1.2 "Roboto";
    color: #333;
    display: block;
}
.img-left {
    float: left;
    margin: 0px 20px 20px 0;
}
.online-request:first-of-type{
	padding-top:7px;
	
}

.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
		
	width: 100% !important;
    text-align: center;
    font: 14px/1 "Roboto" !important;
    color: #555555;
}

.champions .item .image img{
	
	/*border: 6px solid #fff;*/
	border-radius: 100%;
	max-height: 175px;
    max-width: 175px;
	/*padding: 6px;*/
	-webkit-border-radius: 100%; 
	-o-border-radius: 100%; 
	-moz-border-radius: 100%; 
	-khtml-border-radius: 100%; 
}


.wrapper.champions .owl-stage-outer {
	padding-top:5px;
}



div.champions .item .data .name {
	
	font-size: 14px;
	max-height: 68px;
	padding-left: 30px;
	padding-right: 30px;
}

.image-frame {
	overflow: hidden;
    border: 6px solid #fff;
    border-radius: 100%;
    max-height: 175px;
    width: 175px;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	
	}

.champions .item .data  {
	
	text-align: center;
	margin-top: 20px;
}


.champions .owl .owl-nav, .wrapper.logos .owl .owl-nav  {
	
	position: relative;
}


.champions .owl .owl-nav div.prev {
	
	    position: absolute;
		left: 0;
		bottom: 380px;
}

.wrapper.logos .owl .owl-nav  {
	margin-top: -31px;
}


.champions .owl .owl-nav div.next {
    
	position: absolute;
    bottom: 380px;
	margin-left: 0;
	right: 0;
	
}



.wrapper.logos .owl .owl-nav div.next {
  width: 53px;
  height: 38px;
	position: absolute;
  right: -40px;
	margin-left: -2px;
  bottom: 0px;
  background: url(/local/templates/b24new/styles/../img/arrow_champ_next.png) center no-repeat !important;
  background-color: #efeff0 !important;
	-moz-transform: skew(15deg, 0deg);
-webkit-transform: skew(15deg, 0deg);
-o-transform: skew(15deg, 0deg);
-ms-transform: skew(15deg, 0deg);
transform: skew(15deg, 0deg);
	
}

.wrapper.logos .owl .owl-nav div.prev {
  width: 53px;
  height: 38px;
  top: 0px;
  margin-top: -2px;
  right: -50px;
	position: absolute;
  background: url(/local/templates/b24new/styles/../img/arrow_champ.png) center no-repeat !important;
  background-color: #efeff0 !important;
  -moz-transform: skew(15deg, 0deg);
-webkit-transform: skew(15deg, 0deg);
-o-transform: skew(15deg, 0deg);
-ms-transform: skew(15deg, 0deg);
transform: skew(15deg, 0deg);
}
.wrapper.logos .owl .owl-nav div.prev:hover{
  background: url(/local/templates/b24new/styles/../img/right_prev.png) center no-repeat !important;
  background-color: #f79b26 !important;
}
.wrapper.logos .owl .owl-nav div.next:hover{
  background: url(/local/templates/b24new/styles/../img/right.png) center no-repeat !important;
  background-color: #f79b26 !important;
}

a.morenews {
	display: none;
}


.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6 span{
  opacity: 0.9;
  color: #e2191a;
  margin-right: 10px;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 24.91px;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6{
  color: #242424;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-12 .col-md-6 div{
  color: #242424;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-12{
  max-width: 390px;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row{
  max-width: 390px;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:first-child{
    width: 110px;
    padding-right: 0px;
    padding-top: 8px;
}
.wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:nth-child(2){
  width: 200px;
  padding-left: 10px !important;
  padding-right: 0px !important;
  height: 59px;
  margin-top: 5px;
  padding-top: 10px;

  border-right: 1px solid #e1e1e1;
}
.wrapper.logos .owl .owl-nav div.prev span {
   
    padding: 11px 18px 11px 16px;
	
}

.wrapper.logos .owl .owl-nav div.next span
    
	{
		
		padding: 11px 18px 11px 16px;
	
	}

.wrapper.logos .owl .owl-nav div.prev span:after, .wrapper.logos .owl .owl-nav div.next span:after {
	
	content:"";
}


.artismedia_gallery_box h2.coolHeading span {color: #fff;}


.champions .owl .owl-nav div.prev span {
	background: transparent url(/local/templates/b24new/styles/../img/arrow-left.png) center -35px no-repeat;
	padding: 11px 18px 0px 16px;
}

.champions .owl .owl-nav div.prev span:hover {
	background: transparent url(/local/templates/b24new/styles/../img/arrow-left.png) center 1px no-repeat;
	padding: 11px 18px 0px 16px;
}

.champions .owl .owl-nav div.next span {
	background: transparent url(/local/templates/b24new/styles/../img/arrow-right.png) center -34px no-repeat;
	padding: 11px 18px 0px 16px;
}
.champions .owl .owl-nav div.next span:hover {
	background: transparent url(/local/templates/b24new/styles/../img/arrow-right.png) center top no-repeat;	
}


div.champions .owl-nav div.prev span:after, div.champions .owl-nav div.next span:after  {
	content:"";
}

 .wrapper.champions, .wrapper.video-main, .wrapper.photogallery {
	 position: relative;
		 
 }
 
 
 .wrapper.champions:after  {   
	 
	 
	position: absolute;
    display: block;
    width: 37px;
    height: 15px;
    content: "";
    background: url(/local/templates/b24new/styles/../images/triangle-white.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -19px;
    bottom: -15px;
    z-index: 100;
	
	
}
	
	
.wrapper.photogallery:after  {
	position: absolute;
    display: none;
    width: 37px;
    height: 15px;
    content: "";
    background: url(/local/templates/b24new/styles/../images/triangle_photo.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -19px;
    bottom: -15px;
    z-index: 100;
	
	
}
	
.wrapper.video-main:after   {
	position: absolute;
    display: block;
    width: 37px;
    height: 15px;
    content: "";
    background: url(/local/templates/b24new/styles/../images/triangle_video.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -19px;
    bottom: -10px;
    z-index: 100;
		
	}
	
	
	
.photogallery .artismedia_gallery_box a {
  color: #242424;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  /*margin: 4px;*/
  
}

.image_caption .data .date {
	  font-size: 14px;
	  font-family: "Roboto";
	  color: rgb(142, 142, 142);
	  line-height: 1.457;}
 
.photogallery .artismedia_gallery_box .thumbnail {
	
	border: none;
	margin-bottom: 0;
}
.photogallery .artismedia_gallery_box .thumbnail:hover .image_caption {
	
	opacity:1;
}

.wrapper.photogallery .artismedia_gallery_box ul {
	margin-top: 0px;
	background:#ffffff;
	border: 1px solid #eaeaea;
	padding-top: 20px;
	
}

.artismedia_gallery_box ul > li:before {
		content: "";
}
.champions .row.image {position: relative; }
.champions .kind-medals {
	position: absolute;
    bottom: -20px;
    width: 100%;}
	
.champions .kind-medals img.medal {
	border: none !important;
	border-radius: 0;
	
	}

.flex-direction-nav li {
	display: inline-block;
	height: 34px;
    width: 34px;
	
}

.flex-direction-nav {
	position: relative;
	top: -42px;
	
}

.flex-direction-nav li  a{
	
	height: 34px;
    width: 34px;
	display: inline-block;
	
}

.flex-direction-nav li {
	position: absolute; 
	z-index:2;
	top:-30px;
	}
    
.flex-direction-nav li:last-child {
	
	right: 0;
}

.flex-direction-nav li a.flex-prev {
    background: url(/local/templates/b24new/styles/../img/arrow_back.png) no-repeat;
}

.flex-direction-nav li a.flex-next {
    background: url(/local/templates/b24new/styles/../img/arrow_fw.png) no-repeat;
	
}

/* .photogallery .artismedia_gallery_box a.more-photo { 

	background: url(/local/templates/b24new/styles/../img/back-all.png) no-repeat;
	display: inline-block;
    width: 34px;
	height:34px;
	position: absolute;
    right: 53px;
    top: 84px;
	background-position: 0 -34px;
	display: none;
} */



/* .photogallery .artismedia_gallery_box a.more-photo:hover { 

	background: url(/local/templates/b24new/styles/../img/back-all.png) no-repeat;
	background-position: 0px 0px;
	

} */
.artismedia_gallery_box .thumb img:hover .info
   {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.37);
    cursor: pointer;
    opacity: 1;
	
	
}



	
.kinds_sports .item {
	margin-bottom:20px;	
	
}
footer .coolHeading {
	display: none;
}

footer h3 {
	font-size: 16px;
	color: #2a619f;
	font-weight:500;
	margin-top: 0;
	
	
}

.social-net {
	
	width: 12%;
	float: right;
}

.orgname {
	line-height: 18px;
	font-family: "Roboto";
	
	
}

.social_icons a {
	display: block;
	color: #2b2b2b;
	text-decoration: none;
	background: url(/local/templates/b24new/styles/../img/texture_social.png) center center no-repeat;
	margin-bottom: 7px;
	line-height: 34px;
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
} 

.social_icons a .fa{
	
	line-height: 25px;
	color: #2a619f;
	border-right: 1px solid #cecece; 
	margin-right: 11px;
    min-width: 34px;
	text-align: center;
}

.social_icons a:hover .fa, .social a:hover {
	color: #09386c;
	
}


.social_icons .fa.flickr {
    background: url(/local/templates/b24new/styles/../images/flickr.png) no-repeat center center;
    vertical-align: bottom;
    border: none;
    width: 17px;
    height: 17px;
    display: inline-block;

}

/*.olimpic-movement {
	
	width: 20%;
}*/

.col-md-3.logo-wrapper {
	
	width:27%;
	
	
}

 /*.wrapper.logos .owl-item {
	 height: 90px;
    line-height: 90px; 
 }*/
 .wrapper.logos .owl-item {
  max-width: 380px;
 }
 

.wrapper.logos .owl-item .item  img {

	width: auto;
    display: inline-block;
    vertical-align: middle;

}

.wrapper.logos .owl-item .item  a {

	text-align: center;

}

.kinds_sports .col-md-8  {
	
	width: 73.66667%;
	padding-right: 0px;
}




.wrapper.kinds_sports > .container {
	
	padding-bottom: 40px;
}

.owl.partners .owl-stage {margin: 0 auto;}
.owl.partners {
	
	border-bottom: 1px solid #f2f2f2;
}

h3.general-title, h3.official-title, h3.partners-title {
	
	padding-bottom: 0;
	margin-top: 40px;
	
	
}

.col.partner-wrapper-img a {
	
	border: none !important;
}
.last-news .col-md-9.data {
	font-family: "Roboto";
	
}

.last-news .col-md-9 .name {
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #2b2b2b;
	max-height: 2.6em;
	
}

.last-news .col-md-9  a.aprimary {
	color: #2b2b2b;
	text-decoration: none;
	
}

.last-news {
	
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	margin-right:15px;
	
}

#element0 .dropdown-submenu {
	background-color: #fff;
}
	
.last-news-head, .most-read {
	
	font-size: 16px;
	color: #000;
	padding: 10px 0; 	
}

.last-news-head.euro-games a {
	
	padding-left: 140px;
	background: url(/local/templates/b24new/styles/../images/logo_egames_small.jpg) 15px no-repeat;
	
	
}

.last-news-head a {
	text-decoration: none;
	color: #000;
}

#news_menu li.dropdown-submenu {
	
	padding-left: 15px;
    padding-right: 15px;
}

.last-news .image.col-md-3 {
	
	padding:0;
}

header .dropdown-menu .image.col-md-3 a, .last-news .data.col-md-9 .aprimary.roboto {
	
	padding:0;
}


.row.last-news:hover {
	
	background-color: #edf3f9;
}

.row.last-news:before {
	
	position: absolute;
    content: "";
    left: 15px;
    top: 0;
    height: 1px;
    width: 93%;
    background: #f2f2f2;
    bottom: 100%;
	width: 97%;
	
}

.wrapper.video-main .item {
	padding: 5px;
	background-color: #fff;
	max-width: 360px;
	border: 1px solid #dedede;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.31);
	border-radius: 4px;

	
	
}

div.video-main .item .data .name {
	
	font-size: 14px;
	color: #2b2b2b;
	padding-left: 18px;
}


div.video-list .staff .item .data.row  {
	
	max-height: 78px;
}


.row.video-list .row.staff, div.gallery, div.newsdetail, div.row.action {margin-top: 0;}

div.video-list .item .data .name {
	font-size: 14px;
	color: #2b2b2b;
	
}

.video-main .staff .item .data {
	min-height: 60px;
	max-height: 60px;
}
   

.col-md-2.noc-by {width: 14%;}

footer .col-md-4.logo-wrapper {
	width: 30%;
	
}

footer .social_icons a {
	
	line-height: 25px;
}


.inner-social-net {
	width: 16%;
}


.col-md-4.logo-wrapper + .col-md-2.noc-by {
	
	width: 17%;
}

.DynarchCalendar-dayNames td div {
	
	padding: 6px 0;;
}

.DynarchCalendar-navBtn div {
	
	 background-position: 50% 20%;
}

.time_circles {
    position: relative;
    /*width: 50% !important;*/
    height: 100%;
	margin: 0 auto !important;
}


.col-md-2.inner-olimpic {
	
	width: 19%;
}

.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 3px;
    line-height: 1;
    font-weight: bold;
	color: #2a619f;
	font-size:33px;
}


div.time_circles {
	margin:0 auto;
	width: 90%; 
	overflow: hidden;
}

.time_circles > div > h4 {
	
	font-weight:500;
	font-family: "Roboto";
	color:#2b2b2b;
}




h3.general-title + .row.partners {
	
	margin: 0 auto;
    max-width: 583px;
}


h3.partners-title + .row.partners {
	
	margin: 0 auto;
    max-width: 874px;
}





.row.info-champions {
	
	padding: 0 10px;
    border-radius: 5px;
    border: 1px solid rgb( 212, 212, 212 );
    position: relative;
    max-width:474px;
    position: absolute;
    top: 108%;
    z-index: 100;
    background-color: #fff;
    width: 88%;
	left: 50px;
	z-index:1000;
}

.row.info-champions .detail .row {
	
	padding-top:9px;
	padding-bottom:9px;
	margin-left:0;
	margin-right:0;
	border-bottom:1px solid #f8f8f8;
}

.medalgold span, .medalsilver span, .medalbronse span {
	
	color: #3868a1;
}


.wrapper.medal-row .col.col-md-6 {
	position: relative;
}

.detail.silver span {
	background: url(/local/templates/b24new/styles/../img/argent.png) top center no-repeat;
	
}

.wrapper.medal-row  .detail.gold .row {
	margin-left:0;
	margin-right:0;
	color: #2b2b2b;
	
}

.row.info-champions .detail .kind a  {
	
	color: #2b2b2b;
	text-decoration: none;
	cursor: default;
}

.row.info-champions .detail .col-md-2 {
	
	width: 10%;
}


/* .inner-row {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28);
    border-radius: 0;
    padding: 20px 20px 30px;
	border: 1px solid #eaeaea;
	background: #fff;
} */

.maincontent .inner-row {
    color: #242424;
    font-weight: 400;
}

#element0 .dropdown-submenu > .row:before {
	
	 
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    height: 1px;
    width: 93%;
    background: #f2f2f2;
    bottom: 100%;
    width: 97%;

}


.newsdetail.imgageleft .print-version {
	display: none;
}

.newsdetail.imgageleft {
	
	padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
	margin-bottom: 20px;
	
	
}

.print a {
	background: url(/local/templates/b24new/styles/../img/print-icon.png) no-repeat left center;
    padding-left: 16px;
    padding-bottom: 1px;
    padding-left: 40px;
    font-size: 14px;
	text-decoration: none;
	line-height: 34px;
    display: inline-block;
	color: #2b2b2b;
} 

.col-md-6.print {
	
	line-height: 34px;
}

.detailback span{
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	padding-left: 10px;
	color: #2b2b2b;

}

.page-header.head-news  {
	display: none;
}
		

a.detailback {text-decoration: none;}
.inner-row.news-page { margin-top: 34px; }
.inner-row.news-page .activefrom {
   
    color: #686868;
    font-size: 14px;
    left: 15px;
	position: absolute;
	top: 60px;
}


.newsdetail a {
	
	text-decoration: none;
}


.info.sponsores {
	
	max-width: 100%;
	margin-left: 0;
	text-align: center;
	display: block;
}

.online-request.sponsores {
	
	padding: 0;
}

.online-request:hover .image, .result-game-title:hover .image, .anons-game-title:hover .image {
	
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
	
}

.partner-wrapper-img a:hover img {transform: scale(1.1);}

.sponsor { border-top: 1px solid #ecf1f5; padding: 15px 0 20px 0;}

.info.sponsores div:first-child {padding-bottom: 10px; font-weight: 600; letter-spacing: 0.9;}

.info.sponsores span {
	font-weight: 600;
	font-size: 15px; 
	letter-spacing:1px;
}

#sidebar .calendar-wrapper {margin-top: 22px;}

#sidebar .calendar-wrapper:first-child {margin-top: 0;} 

.last-row-newsmenu {border-top: 1px solid #f2f2f2;}

.row.last-news .date {font-size: 12px;}
  
  
.js-brcrtitle { margin-top: 15px;}
.page-header.news-header {margin-top: 0; line-height: 1.5;}
.page-header.news-header h1 {
	line-height: 1.3;
	text-align: left;
	color: #242424;
	font-size: 35px;
	font-weight: 700;
	text-shadow: none;
}
 
 .address-img,  .address-text { text-align: center;  margin-bottom: 15px; }
 
 
 .col.col-md-9.maincontent {
	 position: relative;
 }
 
.img-comitet {max-height: 51px;}

 /*a[href^="mailto"] {
	 
	 color: #2b2b2b;
	 text-decoration: none;
	 
 }*/
 
.row.contact-blocks {
	
	margin: 0;
	padding: 15px 0;	
	border-top: 1px solid #f7f7f7;

}

.top-search .search-open .btn-primary, .search-page .btn-primary {
    color: #fff;
    background-color: #DC0008;
    border-color: #DC0008;
}

 /* .top-search .search-open .btn-primary:hover,
 .search-page .btn-primary:hover , 
 html .search-open .input-group-btn button.btn-primary:hover {
    background-color: #fff;
    border-color: #DC0008;
    color: #DC0008;
} */


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f37740 !important;
  outline: 0;
}



.mainform input[name='form_email_43'], .mainform input[name='form_email_29']  {
	
	background: #fcfcfc url(/local/templates/b24new/styles/../img/mail-form.svg) 10px center no-repeat;
	padding-left: 45px;
	
}

.mainform input[name='form_text_42'], .mainform input[name='form_text_28'] {
	
	background: #fcfcfc url(/local/templates/b24new/styles/../img/user-form.svg) 10px center no-repeat;
	padding-left: 45px;
	
	
}

.mainform input[name='form_text_46'] {
	
	background: #fcfcfc url(/local/templates/b24new/styles/../img/call-form.svg) 10px center no-repeat;
	padding-left: 45px;
	
	
}


.mainform input[name='form_text_44'], .mainform input[name='form_text_39'] {
	
	background: #fcfcfc url(/local/templates/b24new/styles/../img/star-form.svg) 10px center no-repeat;
	padding-left: 45px;
	
}
.image_caption {

	color:#242424;
    padding-top: 15px;
	
}
.image_caption .data {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
	font-size: 16px;
	
}

.image_caption .data .btn-gallery {
	display: none;
	font: bold 16px/16px "Roboto";
    color: #01579b;
    background: rgba(255,255,255,1);
	background-image: -moz-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,222,222) 0%, rgb(255,255,255) 100%);
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
	
}

.image_caption .data .btn-gallery:active {
	
  background-image: -moz-linear-gradient( 90deg, rgb(13,68,131) 0%, rgb(42,97,159) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(13,68,131) 0%, rgb(42,97,159) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(13,68,131) 0%, rgb(42,97,159) 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.partners .item .image .col img.sponsor-img {max-width: 170px;}
.partners.inner .partner-wrapper-img {border: 1px solid #eaeaea; border-left: none; }
.partners.inner .item {margin-bottom: 0;}
.slogan.text-center {text-align: left;} 
.item.col.col-md-6.general:nth-of-type(1) .col.partner-wrapper-img {border-left:none;}
.item.col.col-md-6.general:nth-of-type(2) .col.partner-wrapper-img, .row.partners.inner .item:last-of-type .partner-wrapper-img,
.partners.cooperation.inner .item:nth-of-type(5) .partner-wrapper-img,
.partners.cooperation.inner .item:nth-of-type(9) .partner-wrapper-img,
.partners.cooperation.inner .item:last-of-type .partner-wrapper-img  {border-right:none;}
.partners.inner {padding-bottom:0;}
h3.inner-partners-title {margin-top: 20px; margin-bottom: 20px;}
.inner-partners-title.general {margin-top: 0;}


form [name='SIMPLE_FORM_2'] .webform.clearfix {border-bottom: 1px solid #f7f7f7;}
form [name='SIMPLE_FORM_2'] 


.pbThumbs ul li:before {content: none;}


.artismedia_gallery_box .portofolio_details {
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	min-height: 58px;
    margin-bottom: 5px;
    
	margin-top: 5px;
	margin-bottom: 25px;
	}
	
	
.artismedia_gallery_box .portofolio_details_photolist {
	min-height: 40px;
	
}

.video-clearfix {
	padding: 4px;
	display: block;
	box-shadow: none;
}
	
.inner-row .artismedia_gallery_box ul {
	margin-top: 0;
}
	
	
/* .artismedia_gallery_box ul li {
	margin-bottom: 5px;
	
} */
	 
.inner-news-list .news-header {
	
	margin-top: 15px;
}

.inner-news-list .inner-row.news-page {margin-top: 0;}


.maincontent th {
    color: #fff;
    font-weight: 500;
    border-bottom: none;
	padding: 8px 5px;
}

.maincontent table th:not(.map-columns) , .maincontent table:not(.map-columns) td {
	padding: 15px 23px 14px;
	text-align: center;
	position: relative;
}
.maincontent table.map-columns {border-bottom: none;}
.maincontent table.map-columns tr {border-bottom: none;}
.maincontent th p, .maincontent td p {margin-bottom: 0;}
.maincontent table {border-bottom: 15px solid #1f5899;}
.maincontent table tr td {border: none;}
/* .maincontent table.games-table tr td:after, .maincontent table:not(.map-columns) tr td:after  {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
	bottom: 5px;
    background: #000;
    width: 1px;
    height: auto;
} */

table.games-table tr td:last-child:after, table tr td:last-child:after {display: none;}
.champions .more-champions {
    background: url(/local/templates/b24new/styles/../img/more-button.png) no-repeat;
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 68px;
    top: 76px;
    background-position: 0 -34px;
}

.morenews {
	background: url(/local/templates/b24new/styles/../img/more-button.png) no-repeat;
	display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
	background-position: 0 -34px;
	right: 0;
	top: 46px;
	
}



.champions .more-champions:hover, .morenews:hover {
	
	background: url(/local/templates/b24new/styles/../img/more-button.png) no-repeat 0 0; 	
}

.col.col-md-4.winter-sports {
	
	padding-right:0;
}

@media (max-width:500px) {
	
	
	#DateCountdown {
		
		height: 95px !important;
	}
	
	#DateCountdown div.time_circles {
		width:100%;
	}
	
	div.wrapper.deadline h2.coolHeading {
		
		font-size:16px;
	}
	
	.gallery div.item a img {
		
		width: 100%;
	}
	
	.news-on-main .gallery .item {
		
		width: 100%;
	}
}


@media (max-width:991px)  {
	
   .kinds_sports .container .col-md-8  {
		width: 100%;
		float:left;
	}
	.kinds_sports .item {
		padding-right:25px;
		width:20%;
		
		}
		
	.col-sm-4.head-counter-margin {
		
		display: none;
	}
	
	.col-sm-8.head-counter {width: 100%;}
	
	.head-counter .row .item {
		
		width: 33.33333%;
		margin-right:0;
	}
	.mobile-logo img {max-height: 63px;}
	.slogan.text-center {font-size:14px; line-height:16px;}
	
	.col-sm-8.head-counter > .row {
		margin-left: 0px; 
		margin-right: 0px;}
		
    .main-menu-nav .dropdown.lvl1 .tail {
		display: none;
	}
	
	.olympic-logo {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.col-md-3.mascot  {
		display: none;
	}
	
	div.medal {
		width: 90px;
		height: 90px;
	}
	
	.detail.gold .col-md-8 {
		width: 66.67%;
	}
	
	div.row.last-news:before {
		
		display: none;
	}
 	div.detail .col-md-8, div.detail .col-md-2 {
		
		
		float: left;
	}
	div.row.last-news:before {
		
		display: none;
	}
 
    div.detail .col-md-8 {
		width: 66.67%;
	 
	}
	
	div.detail .col-md-2 {
		
		width: 10%;
	}
	
	 
    div.wrapper.medal-row > .container {
	  
	  padding-bottom:40px;
  }
  
     h2.coolHeading.medals {
		 
		 padding: 20px 0 25px;
  }
  
    div.wrapper.video-main:after {
	    display: none;
   }
   
   .last-news-head.euro-games a {
	   line-height: 38px;
       display: inline-block;
   } 

	header .navbar-default .navbar-nav > li .last-news-head.euro-games a  {
		
		border-bottom: none;
	}   
	
	.search-page .field-wrap .form-control {
		margin-bottom: 15px;
	}
}


@media (max-width:600px) {
	
   .head-counter .item .data {
		
		width: 90%;
		display: block;
		margin:0 auto;
	}
	
	.head-counter .item .data, .head-counter .item .data .data-text  {
		text-align: center;
		padding-left: 0;
	}
	.head-counter .item .data .data-text {font-size: 12px;}
	.mobile-logo img {max-height: 63px;}
	
	.head-counter .item .image {
		max-width: 100px;
		display: block;
		margin:0 auto;
		width:80%;
		
	}
	.slogan.text-center {font-size: 13px;}
	
	.head-counter .item .image img {
		height: 73px;
	}
	
	.head-counter .item .data .aprimary {
		font-size: 18px;
		padding-top: 10px;
	}
	
	.flex-direction-nav {
		
		top: -20px;
	}
	
	.photogallery .artismedia_gallery_box a.more-photo {
		
		top: 105px;
	}
	
	.wrapper.photogallery {
		background-size: cover;
		padding-bottom: 20px;
	}
	
	.lang {
		padding-left:0;
	}
	
	.wrapper.news-on-main {
		
		background: none;
	}
	
	.champions .owl .owl-nav div.prev, .champions .owl .owl-nav div.next {
		
		bottom: 150px;
	}
	.col-md-3.logo-wrapper, div.col-md-4.logo-wrapper  {
		width: 100%;
	}
	
	.col-md-2.noc-by {
		width: 100%;
		
		
	}
	.col-md-2 {
		margin-bottom: 20px;
		
	}
	
	.col-md-2.social-net  {
		
		width: auto;
		float: none;
	}
	
	
	footer .social_icons a {
		
		margin: 10px auto;
		width: 70%;
		max-width: 200px;
		padding: 5px;
	}
	
	.col-md-2.inner-olimpic, .col-md-4.logo-wrapper + .col-md-2.noc-by {width: 100%;}
	
	footer .other_buttons_wrap {
		width: 100%;
		margin: 30px 0;
	}
	
	.row.info-champions {
		
		left: 35px;
	}
}


.search-open-mobile  {
	display: none;
}

@media (min-width:320px) and (max-width:450px) {
	
	.image_caption .data {	
		font-size: 11px	
	}

	.artismedia_gallery_box .portofolio_details_photolist {
		
		min-height: 56px;
		max-height: 56px;
		margin-bottom: 10px;
	}
	
}
@media (max-width: 700px) {
	
	.search-open-mobile .btn.btn-primary {
		position: relative;
		top: 0;
		right: 0;	
	}
}

@media (min-width:450px) and (max-width:600px) {
    .image_caption .data {
		
		font-size: 14px;
	}


}

.col.col-md-6.yashare {
	padding-right: 0;
	text-align: right;
}


ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
	
	line-height: 24px;
}




.table-federation tr th:first-child {
	
	width: 5%;
}

.table-federation tr th:nth-child(2) {
	
	width: 21%;
}

.table-federation tr th:nth-child(3) {
	width: 20%;
}

.table-federation tr th:nth-child(4) {
	width: 22%;
}

.gallery .catalog-item:hover .image, .gallery .catalog-item:focus .image {border: 1px solid #337ab7;}

@media (max-width: 1199px)  {
	
	.table-wrapper  {
		overflow-x: auto;
		max-width: 1199px;
	}
	body .additional_search_blcok .row {
		display: flex;
		flex-direction: column;
	} 
	
	body .search-page .field-wrap .additional_search_blcok .col-md-6, body .search-page .field-wrap .additional_search_blcok .search-tlte {display: block; margin-bottom: 15px;}
	body .search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-3, body .search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-2 {float: left; width: 25%; padding-left: 30px; line-height: 31px; margin-right: 7%;}
    .search-page .input-col { width: 100%;}
	.search-page .btn-col { width: auto; margin-top: 15px;}
	.inner-row .search-page.news hr {margin: 25px 0;}
	body .additional_search_blcok {margin: 28px 0 0;}
	body .search-page .additional_search_blcok .col-md-6:last-of-type {margin-bottom: 0}
}

@media (max-width: 420px)  {
	
 html .pagination > li.allShower > a 	
    {
		margin-top: 0px;	
	}	
	
	html .pagination > li.allShower {
		
		display: inline-block;
	}
	
	.pagination li:nth-last-child(2) a {
		margin-top: 15px;
		
	}
	
	.search-page .pagination li:nth-last-child(2) a {
		margin-top: 0;
		
	}
}

@media (min-width:320px) and (max-width: 360px) {
	.search-page .pagination li:nth-last-child(2) a {
		margin-top: 15px;
	}
}

@media (min-width:390px) and (max-width: 420px) {
	.news-page .pagination li:nth-last-child(2) a {
		margin-top: 0px;
	}
}

@media (max-width: 390px)  {
	
	.search-page .pagination li:last-child a,
	.news-page .pagination li:nth-last-child(2) a, 
	 html .pagination > li.allShower > a 	
   
		{
			margin-top: 0px;	
		}	
}

#gallery .image_frame a {

	width: auto;
	height: auto;
}
.inner-frames iframe {
	
	margin-bottom: 15px;
}

.inner-frames iframe:nth-child(odd) {
	
	margin-right: 10px;
}

.procedures.vacancies .panel-title a {
	
	border: 1px solid #ebebeb;
	padding: 12px;
}

.calendar-wrapper .row.last-news .image.col-md-3 {
	width: 35%;
	
}
.calendar-wrapper .row.last-news .data.col-md-9{
	width: 65%;
	padding-right: 0;
}


.calendar-row .calendar-title a, .calendar-row .calendar-title {
	
	color: #2a619f;
	font-size: 18px;
	
}

.prev-events-wrapper {
	
	margin-bottom: 20px;
}

a.calendar-link {
	
	display: block;
	margin-bottom: 5px;
}

input.calendar {
	
	background: #fcfcfc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 37px;
    padding: 7px 14px;
	
}

input.calendar:focus {
	
	box-shadow: inset 1px 1px 1px #ebebeb;
}


.calendar-filter-form input[type="submit"] {
	
	color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    border: 1px solid #ff0000;
    padding: 7px 14px;

}


.calendar-filter-form input[type="submit"]:hover {
	color: #ff0000;
    background-color: #fff;
	
}

a.back-url  {
	 
    background: url(/local/templates/b24new/styles/../images/back-anonds-button.png) no-repeat left center;
    padding-left: 35px;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
	color: #2b2b2b;
	margin-bottom: 10px;
	
}

.hide-element {display:none}

.top_block { margin: 64px 0px 54px; position: relative;}

.bgw{

  height: 225px;
  background-color: rgba(255,255,255,0.68);
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 710px;
}

.wrapper .container .blow .col-md-12{
	position: absolute !important;
}
.wrapper .container .blow .col-md-12 .col-md-12 {
	position: static !important;
}
.bgw .item{
  width: 135px;
  margin-top: 15px;
  padding-bottom: 55px !important;

  padding: 0px;
}
.bgw .item .col .clearfix .image .col-md-12{
  margin-top: 10px;
  padding: 0px;
}
.img_none{
  display: none;
}
.bgw .item .row .col .row .col img{
  display: inline-block;
}

.bgw .item:hover img{
  display: none !important;
}
.bgw .item:hover .img_none{
  display: inline-block !important;
  margin-top: 5px
}
.bgw .item{
color: #0a3152;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 22px;
text-transform: uppercase;
}
.bgw .item:hover{
  color: #ef4126;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.bgw .item:last-child{
   margin-right: 0px;
}
.bgw .item:first-child{
   margin-left: 15px;
}

.top_block .title_block, h2.title_block, .footer-text h2 {
    display: inline-block;
    margin: 0;
    line-height: 41px;
    color: #000;
    text-shadow: none;
    font-size: 35px;
    font-weight: 700;
	text-transform: uppercase;
}


.top_block a {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    color: #545454;
}

.all-news {
	line-height: 19.41px;
	font-size: 18px;
	color: #9D0808;
	z-index:10;
	font-weight: 600;

}

.now-on-air {
    margin-top: -525px;
    z-index: 1;
    position: relative;	
}	


@media (max-width: 745px){
 
  .news_items .row:first-child .item .image a img {
	height: auto !important;}
  header .navbar-default .navbar-nav li > a > span > i:before:firts-child{
    display: none !important;
  }
  .raubichi{
    font-size: 22px !important;  }
  .champ-date{
    font-size: 10px !important;
    margin-top: 5px !important;  }
  .padding-width{
    width: 90% !important;  }
  .show-title{
    padding: 0px !important;  }
  .slogan.text-center{
    padding: 0px !important;
    width: 130px !important;
    margin-top: 0px !important;  }
  .info-text .name{
    width: 69px !important;
    line-height: 1.4 !important;
    font-size: 9px !important;  }
  .bgw{
    margin-top: -45px !important;
    background-color: transparent !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: auto !important;  }
  .bgw .item{
    padding-bottom: 15px !important; 
    margin-left: 0px !important; }
  .bgw .item .row .col .clearfix .image{
    margin-right: 0px !important;
    margin-left: 0px !important;  }
 
  .col-md-2{
    margin-bottom: 0px !important;  }
  
  .bgw .item .col .clearfix .image .col-md-12{
    margin-top: 0px !important;  }
  .bgw .item .row .col .row .col img{
    width: 75% !important;  }
  .wrapper.photogallery{
    min-height: auto !important;  }

  .footer_copyright .alfa_title {float: none !important;  }
  .m-style-title{margin-right: 0px !important;  }
  .all_rights{font-size: 12px;  }
  .all_rights-wrapper, .alright{ padding:0; padding-bottom: 0;}
  header .mega-menu ul.dropdown-menu li:last-child{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;  }
  
  .now-on-air .col-md-12 .col-md-8{
    padding-left: 0px !important;
    padding-right: 0px !important;  }
  .bgw .item:hover .img_none {
    display: none !important;  }
  .bgw .item:hover img{
    display: block !important;}
  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:first-child{
    padding-top: 10px !important;  }
  .wishesblock .title_block{
    font-size: 22px;  }
  .top_block .all-news, .more-photo{font-size: 12px; bottom: 13px;  }
  .wrapper.news-on-main{padding-bottom: 0px;  }
  .photogallery .artismedia_gallery_box a, div.wrapper.photogallery .artismedia_gallery_box a{
    font-size: 18px;  }

  .news-on-main .news .item .image{
    width: 100% !important;  }
  .news .item .name {font-size: 15px; line-height: 1.2; }
  .maincontent .inner-row{font-size: 16px;}
  
  .diagonal-header{
    margin-top: -25px !important  }
  

  .diagonal-header{
    display: none;  }
  .owl_danners2{
    margin-top: -2px !important;  }

  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-12 .col-md-6 div{
    font-size: 14px;  }
  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:first-child{
    padding-right: 0px !important;
    padding-left: 0px !important;  
    margin-left: 25px;}
  .wrapper .logos .container .row .col-md-12 .col-md-10 .owl-carousel .owl-stage-outer .owl-stage .row .col-md-6:nth-child(2){
    padding-right: 0px !important;
    text-transform: uppercase !important;
    padding-left: 0px !important; 
    width: 50% !important; 
    font-size: 10px !important;
    margin-left: -20px;}
  .flexbox{
    padding: 0px !important;  }
  .flexbox .news-item{
    margin: 0 auto;  
    min-width: 10px;}
  .flexbox .news-item a{
    font-size: 7px;
    justify-content: space-between;
    line-height: 1.2;}
  .flexbox .news-item a b {margin-bottom: 10px;}
   div.news_block.news .news_items {padding: 0;}
   .news_block.news .sectionfiltr .itemsection {font-size: 10px;}
   .news_block.news .sectionfiltr .itemsection:last-child {margin-right: 0;}
   .prefooterblock .wishesblock h2.title_block {margin-bottom: 0; padding-bottom: 0;}
   .prefooterblock .sms-block h2.title_block {margin-bottom: 15px;}
   footer .footer_copyright {font-size: 12px; }
   .prefooterblock .col-md-6:first-of-type { background: linear-gradient(359.89deg, #FFFFFF 0.16%, rgba(255, 255, 255, 0) 99.89%), linear-gradient(0deg, #F4F4F4, #F4F4F4), #646E82;}
   .prefooterblock .wishesblock h2.title_block:after {display: none;}
   .wrapper.prefooterblock .wishesblock {color: #242424;}
   .news-on-main .news_block.news {padding-bottom: 15px;}
   .wrapper.news-on-main .news .item .date, .sms-list .sms-item .date {font-size: 12px;}
   .wrapper.news-on-main .news .item .name, .sms-item .text {font-size: 15px;}
   .news-on-main .news_block .col-right .item {padding: 22px 15px 0px 15px;border-bottom: 1px solid #E2E2E2; height: auto; }
   .news-on-main .news_block .col-right .item:last-child {border-bottom: none; height: auto; }
   .prefooterblock .wishesblock p {text-transform: none; font-size: 15px; font-weight: normal;}
   .news-on-main .news_block .firstblock .info {border-bottom: none;}
   .wrapper.prefooterblock h2.title_block {line-height: 1;}
   .prefooterblock .sms-block {padding: 27px 8px 17px 20px;}
   .sms-block #runBlock {max-height: 125px;}
   body footer {padding-top: 0; background: linear-gradient(180deg, #2E2E2E 0%, #000000 100%);}
   .topline-wrapper .box.logo img {min-width: 83px;}
   .col-sub .subsreeb {font-size: 15px;}
   /* .streamblock .newslistcol {width: 80%; margin:0 auto;} */
   body .top > .top-menu-container {height: 41px;}
   body .lang {line-height: 40px;}
   body .top-menu-container .lang > div {padding: 0 5px; height: 40px; line-height: 35px; margin-right: 0px;}
   .wrapper header.style2, body .inner-first header.style2 {background: none;}
   .topline-wrapper .row.topline {padding: 10px 0 11px;}
   .topline-wrapper .navbar-toggle {margin-top: 0;}
   .wrapper.prefooterblock {padding-top: 25px;}
   .news_block .hdivider {margin: 10px 0 18px}
   .top .frequency a.dropdown-toggle, .top .top-menu-container .currenttime {font-size: 12px;}
   .top .frequency a.dropdown-toggle {vertical-align: middle;}
   .top > .top-menu-container {padding: 0 15px;}
   .top-menu-container .lang > div {padding: 0 5px;height: 25px;line-height: 25px;  }
   .top-menu-container .lang-social {margin-top: 0;}
   .topline .box.logo .logo-text, header .box.logo .logo-text {font-size: 16px;line-height: 1.3; max-width: 60%;}
   .streamblock .newslistcol .owl-stage-outer {padding-left:0;}
   .streamblock .owl-nav {display: block; } 
   .streamblock .owl.newslistcol .owl-nav div {width: 30px;height: 33px;line-height: 28px; display: none;}
   .wrapper.streamblock .owl-nav .prev {left: -40px; top: 35%;}
   .wrapper.streamblock .owl-nav .next {right: -40px; top: 35%;}
   .wrapper.streamblock .owl.newslistcol .owl-nav div span {font-size: 26px; line-height: 32px;}
   .wrapper.streamblock .newslistcol {padding-bottom: 0;}
   .news .firstblock .item .image {display: none;}
   .news-on-main .firstblock .info {position: relative;background: transparent;border: 1px solid #E2E2E2;}	
   .news-on-main .news_block.news .firstblock .item .name, .news-on-main .news_block.news .firstblock .item .date {color: #242424;}
   .top_block {margin-bottom: 10px;margin-top: 0;} 
   .release_block .top_block,  body .component-form-subscription {margin-top: 20px;} 
   .newslistcol .owl-item .item .data .name {line-height: 19px;} 
   .streamblock .newslistcol .item .data {margin: 0 auto;}
   .wrapper.prefooterblock {background: none;color: #242424;padding-bottom: 0;}
   .wishesblock {padding-bottom: 20px;}
   .wrapper.prefooterblock h2.title_block {color: #242424;}
   .news-on-main .news_block.news {padding-bottom: 0px;}
   body .wrapper.news-on-main {padding: 18px 15px 0;} 
   .prefooterblock .col-md-6:last-of-type {color: #fff; background: url(/local/templates/b24new/styles/../img/sms-bg-mob.png) no-repeat top center; background-size: cover;}
  .prefooterblock .col-md-6:last-of-type h2.title_block {color: #fff;}
  .prefooterblock .sms-block {background: none; padding-left: 0; padding-right:0;}
  .streamblock .newslistcol .item .image {margin: 0 auto;}
  .mob-social .social {margin-top: 0; margin-bottom: 20px;}
  footer .social {text-align: left; display: flex;align-items: center;}
  .subsreeb .sub-form input[type="submit"] {width: auto; padding: 0 12px;}
  .maincontent .page-header .social.detail-social a .fa {font-size: 16px;}
  .maincontent .page-header .social.detail-social a {width: 28px; height: 28px; line-height: 26px;}
  .maincontent .social.detail-social .twitter .fa {top: 0;}
  .maincontent .smilist .image img { width: 100%;}
  .team-detail .team_smi .item .text {padding: 25px 15px 0;}
  .maincontent .smilist .date { margin-left: 15px;  margin-bottom: 15px;} 
  .broadcast_list.specprojects .section-item .desc {
		max-height: 72px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
    line-clamp: 4;
		-webkit-box-orient: vertical;}
		
	.top-menu-container .col-1 {width: 60%;line-height: 1;}
	.top .top-menu-container .col-1 > div {display:block;}
	.maincontent .audio_list .col-image {width: auto; max-width: 25%;}
	.maincontent .audio_list .data {padding-top: 10px;}
	.maincontent .audio_list .item .data .name {margin-bottom: 0; font-size: 15px;}
	.maincontent .audio_list .col-image + div, .maincontent .field-wrap.file-wrap  {padding-left:0;}
	.maincontent .mainform .req-col {text-align: left;}
	.maincontent .mainform input[type="submit"] {margin-top: 30px;} 
	.rc-anchor-alert .rc-anchor-normal .rc-anchor-pt {left: 0;}
	.top-menu-container .efir.top-block {margin-left: 0;}
	.top-menu-container .efir.top-block, .top-menu-container .lang-col {padding-left:0; padding-right: 0;}
	.releaseblock .col-md-7.release {padding: 0;}
	body .component-form-subscription,	.inner-row .detail-newslist .news .item  {margin-bottom: 20px;}
	body .component-form-subscription .component-header .text {font-size: 22px; line-height: 1.2;}
    .mobile_search .form-control {font-size: 14px;}
	.search-page .btn-col {text-align: center;}
	.jq-selectbox__select {margin-bottom: 15px;}
	body .cookies > div {font-size: 15px;}
	body .cookies .btn-rounded {padding: 10px 26px;}
	body .cookies > div {padding-bottom: 15px;}
	.cookies > div p {margin: 15.5px 0 15.5px;}
	.social-footer .social a:last-child {margin-right:0;}
	
}
  
@media (max-width: 320px){
  .pagination > li:nth-child(4){
    display: none;
  }
  .raubichi{
    font-size: 20px !important;}
  .biatlon{
    padding-top: 5px;
    width: 100px !important;  }
    .lang-social{
    margin-right: 0px!important;}
}

.maincontent th{
  background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), #FBFBFB;
  background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), #FBFBFB;
  background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), #FBFBFB;
}
.maincontent table { border-bottom: 7px solid #5A13B5;}
.maincontent table tr:nth-child(odd) {background: #FBFBFB;}

@media (min-width: 991px) and (max-width: 1199px){
	.wrapper .owl_danners2 .owl-item .heighter {height: 220px;}
	body .wrapper .owl_danners-inner .owl-item .heighter {height: 122px;}
	.component-form-subscription, .component-form-subscription .component-content {flex-direction: column;} 
	
}

@media (min-width: 1199px) and (max-width: 1366px){
	/* body .release_block.news .owl-carousel .owl-item img {height: 253px;} */
	body .release .release_block .owl .owl-nav div.prev, body .release .release_block .owl .owl-nav div.next {bottom: 150px;}
	body .component-form-subscription .component-content .fields {flex-direction: column;}
	.component-form-subscription .field-EMAIL {margin-bottom: 20px;}
	body .wrapper .owl_danners-inner .owl-item .image {background-size: contain;}
}


.main-container{display: none;}

@media (max-width: 991px){
	 .maincontent table{
		overflow-x: scroll;
		display: block;
	  }
	 
	header ul.main-menu-nav {
		padding-left: 0;
		display: block;
	}
	body .top-menu-container .top-block.efir a {background-size: contain; line-height: 29px;}
	.mobile_logo {margin-right: 15px;}
	
}

  .news .item .image img{
 
    width: 100% !important;
  }
  .news_items .row:first-child{
  	border: none !important;
  }
.news_items .row:first-child .info{
	padding: 15px 15px;
	position: absolute;
	bottom: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-image: linear-gradient(to top, rgba(1,1,1,0.8) 0%, rgba(0, 0, 0, 0.4) 100%) !important;
}
.news_items .row:first-child .item .info .date {
	color: #fff;
	margin-bottom: 15px;
}
.news_items .row:first-child .item .info .name {

	color: #fff !important;
}

.news_items .row:first-child .item {margin-bottom: 0px !important;}
.news .item .date{margin-bottom: 12px;}
.news_items .row:first-child .item .image{margin-bottom: 0px !important;}
.news_items .row {
	margin-bottom: 30px !important;
	padding-bottom: 10px;
}

@media (min-width:991px) {
	.inner-row.news-page .activefrom{
		top: 80px !important;
		left: 20px !important;
	}

}



.wrapper.news-on-main.medals-wrapper {max-width: 1920px; margin: 0 auto; background: #f7f7f7;}

.img-caption  {padding: 10px 5px 15px;}

.pbCaptionText .counter {padding: 7px 0;}


@media (max-width:420px) {
  html .pagination > li.allShower > a{
    margin-left: 0px;
  }
  html .pagination > li.allShower{
    margin-top: 15px;
  }
	.img-caption {
		padding: 10px 5px 15px;
		font-size: 9px;
	}

}


.top {z-index: 999; position: relative; background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), linear-gradient(180deg, #330066 -75.71%, #52159B 64.33%, #B83AB1 192.86%);}
.topmenu ul {margin-bottom:0;}
.topmenu ul li {display: inline-block; margin-left: -1px;}	
.topmenu ul li a {border-left: 1px solid #5a5a5a; border-right: 1px solid #5a5a5a; padding: 0 28px 0px 24px; line-height: 46px;}
.topmenu ul li a:hover {
	color: #ffad0e;
	background: rgba(255, 255, 255, 0.078 );
}
.top-menu-container > .topmenu {margin-left: -20px; }

.topmenu ul li:first-child a {border-left: none;}
.top > .top-menu-container	
   {display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
	height: 70px;
	position: relative;
}
	
.topsponsors .item {padding: 0 8px;}
.topmenu ul li:last-child a {border-right:0;}
.wrapper.deadline div.time_circles {width: 86%/*95%*/;}
.navbar.navbar-default.mega-menu {background: none; border: none;}
.main-menu-nav .dropdown.lvl1 {padding: 0 20px; font-weight: 600; color: #242424;}
/* .navbar-default.mega-menu .navbar-nav > li > a:hover {
  -webkit-box-shadow: inset 0px -4px 0px 0px #DC0008;
		-moz-box-shadow: inset 0px -4px 0px 0px #DC0008;
		box-shadow: inset 0px -4px 0px 0px #DC0008;
	  } */


div.owl_danners .owl-item .info, div.owl_danners2 .owl-item .info {text-align: right; float: right; width: 56%; padding-top: 21%; z-index:9;}
div.owl_danners2 .owl-item .info .descr.robotolight	
{
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .5 );
	padding: 17px 26px 18px;
	text-align: right;
    display: inline-block;
	 
}
	 
.topsponsors img.hover-image {display: none;} 	
.topsponsors .item:hover .image.hover-image {display: inline-block;} 
.topsponsors .item:hover .image {display: none;} 
.row.now-on-air .col-md-5 {width: 36%;}
.row.now-on-air .col-md-7 {width: 64%;} 

.leftdanners .banner, .rightdanners .banner { text-align: center; margin: 0 auto;}
.leftdanners, .rightdanners {vertical-align: top; text-align: center;}

.innercol.lenta {background: #f7f7f7; padding-left: 20px;}
.news_items .mCSB_inside > .mCSB_container {margin-right:0;} 
.news-on-main .news_items .col-md-12.no-padding {float: none;}
.news_items .lenta {max-height:508px !important; overflow: hidden; padding: 15px 0 15px 15px; background: #f7f7f7;}
.news_items .lenta .item {background: #fff; padding: 15px 15px 18px 15px;}
.news_block.news .info .preview {font-size: 17.653px;font-family: "Roboto";color: rgb(36, 36, 36);line-height: 1.333;}
.news-on-main .news .item .name, .broadcast_list.specprojects .desc { font-size: 18px; color: rgb(36, 36, 36);}
.news-on-main .news .firstblock .item .name, .news-on-main .news .firstblock .item .date  {color: #fff;}


.news_items .lenta .mCSB_scrollTools .mCSB_draggerContainer {background: #E7E7E7; border-radius: 10px; right: 7px}
.news_items .lenta .mCustomScrollBox  {padding-right: 20px;}
.news_items .lenta .mCSB_scrollTools .mCSB_draggerRail {width: 4px;}
.news_items .lenta .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: #A7A7A7; border-radius: 10px;}
.innercol.lenta .itemnews:first-of-type {padding-top: 20px;}
.news-on-main .news .item .date, .smilist .date	{
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(142, 142, 142);}

	
.innercol.lenta .itemnews {margin-bottom: 40px;}


@media (min-width: 992px) {
	.news_items .innercol.lenta {width: 26.222%;}
	.inner-row .news .item .image {width: 31.2%; margin-bottom: 0;}
	
}

.news-on-main .news .item .date, 
.news-on-main .news .item .sectionname, 
.image_caption .data .date, 
.inner-row .news .item .date,
.smilist .date, 
.news-detail.news .date, .schedule-description .schedule  {position: relative; padding-left: 13px;}
.news-detail.news .date, .schedule-description .schedule {font-size: 14px; display: inline-block;}
 
.news-on-main .news .item .date:before, .image_caption .data .date:before,
.inner-row .news .item .date:before, .image_caption .data .date:before, .smilist .date:before

  {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    height: 11px;
    width: 3px;
	background: #9D0808;}

.news-on-main .news .item .sectionname:before  {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    height: 14px;
    width: 2px;
    background: #b0b0b0;
}

.news-on-main .news .item .name {
		text-overflow: ellipsis;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
    line-clamp: 3;
		-webkit-box-orient: vertical;
	}
.news-on-main .news .item .date {margin-top: 9px;}
.news-on-main .news .item .sectionname {margin-left: 7px; text-transform: uppercase;}
.inner-row .news .item .sectionname {font-style: normal; font-weight: 600; font-size: 18px; line-height: 25px; color: #9D0808; margin-right: 12px;} 
.inner-row  .news .item .data .date {font-size: 14px; margin-bottom: 10px;}
.inner-row .news .item .data .aprimary {margin-bottom: 10px;}
.inner-row .news .descr {font-size: 18px; max-height: 66px;}
.news-on-main .news .item .date,  .smilist .date{font-size: 14px;}
.news-on-main .news .item .name {font-size: 18px;}




@media (max-width: 1920px) {
	
	/* .wrapper.news-on-main:not(.medals-wrapper) .container {width: 64.28%; } */
	.wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners {width: 17.375%;}
	.wrapper.news-on-main {padding: 0 30px;}
	.news-on-main .news .item .name {font-size: 18px;}
	.news-on-main .news .item .name {
		text-overflow: ellipsis;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
    line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	.news-on-main .news_items .innercol:first-child .name {
		text-overflow: ellipsis;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
    line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news-on-main .news_items .innercol:nth-child(2) .date {margin-bottom:0;}
	.news-on-main .news .item .date {font-size: 14px;}
}


.wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners  {margin-top: 76px; }
.leftdanners .banner:last-child, .rightdanners .banner:last-child {margin-top: 30px;}

@media (min-width: 1920px) {
	 .wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners  {width: 16.875%; margin-top: 76px; }
	 
}

@media (min-width: 992px) {
	.partners .item {width: 16.66667%;}
	.partners .item:first-of-type, .partners .item:nth-of-type(2), .partners .item:nth-of-type(3), .partners .item:nth-of-type(4), .partners .item:nth-of-type(5){width: 20%;} 
	.news_items .innercol:nth-child(2) .info-with-img {padding-right: 0px;}
	
}



.contacts-col div.address-footer { padding-bottom: 18px; }
.row.topline .biatlon {margin: 14px auto;}
.wrapper.photogallery .flexslider {max-width: 1230px;}
.wrapper.photogallery .flex-active-slide li {
	width: 33%;
    max-width: 100% !important;
	margin-bottom: 20px;}
	
	

@media (min-width: 992px) {
	.artismedia_gallery_box .flexslider .thumb:nth-child(3n+1) {
		clear: both;
		margin-left:5px;
	}

}

.medals-wrapper { border-radius: 20px;}

.row.medals-head {border-radius: 20px 20px 0 0; font-weight: 700;}
.medal-row .container .row .col-md-12 .row.medals-head div { font-weight: 700;}

.topline-wrapper .col-lg-1.col-md-1 {position: relative;}
.topline-wrapper .col-lg-1.col-md-1:before {
	position: absolute;
    content: "";
    left: 0;
    top: 36px;
    height: 30px;
    width: 1px;
    background: #617285; }
	
	
	
body .owl_danners .owl-dots, body .owl_danners2 .owl-dots {

		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 9px 9px 0;
 
	}
	
body .owl_danners .owl-dots .owl-dot span, body .owl_danners2 .owl-dots .owl-dot span {
	
	width: 18px;
    height: 18px;
    border: 4px solid transparent;
    display: block;
	background: rgba(255, 255, 255, 0.5);
}
	
	
body .owl_danners2 .owl-dots .owl-dot.active {position: relative; }


.partners .item.prival .image .col img {max-width: 94px;}
.partners .item.MTW-HOLDING .image .col img {max-width: 176px;}

.partners .item.Casco .image .col img {max-width: 170px;}
.partners .item.belyy-los .image .col img {max-width: 103px;}
.partners .item.telekanal-belarus-5 .image .col img {max-width: 108px;}
.partners .item.okb-tsp .image .col img {max-width: 128px;}



@media (min-width: 992px)  {
	
	.partners .item.Belaruskali, .partners .item.Belorusneft, .partners .item.belarusbank {width: 24%;}
	.partners .item.telekanal-belarus-5, .partners .item.belyy-los {width: 14%;}
	.partners .item.prival {width: 12%;}
	.partners .item.MTW-HOLDING { width: 18%;}
	.partners .item.Atex, .partners .item.Casco { width: 19%;}
	.partners .item.okb-tsp, .partners .item.gazprom-transgaz-belarus { width: 16%;}
	.partners .item.prival, .partners .item.MTW-HOLDING, .partners .item.Atex, .partners .item.Casco, .partners .item.okb-tsp, .partners .item.gazprom-transgaz-belarus	{border-top: 1px solid #eaeaea;}
	.partners .item.telekanal-belarus-5 .image .col, .partners .item.gazprom-transgaz-belarus .image .col {text-align: right;}
	.row.partners {margin:0; margin-top: 35px;}
	.partners .item.prival .image .col, .partners .item.Belaruskali .image .col {text-align: left;}
}

.wrapper.photogallery .artismedia_gallery_box a {font-size: 32px;}
.wrapper.photogallery .artismedia_gallery_box a.more-photo {
	
	
	
    right: 0;
    color: #f2703c;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.41px;
    text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(237, 153, 5);
	text-transform: uppercase;
}


.photogallery h2.coolHeading {
	
	padding-top: 90px; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
	
	
	}
	
	
	
.more-photo img, .all-news img {position: relative;  bottom: 2px; margin-left: 7px;} 

.sectionfiltr  {
	position: relative;
    top: -45px;
    left: 340px;
	
}

.sectionfiltr .itemsection.active {color: #ed9905; }

.sectionfiltr .itemsection	{
	  font-size: 14px;
	  color: #242424;
	  text-transform: uppercase;
	  line-height: 1.386;
	  margin-right: 40px;
	  
}

	

    .innercol.scrolled-lenta {overflow-y: auto; max-height: 608px;}


@media (max-width:1700px)  {
	
	.sectionfiltr .itemsection {margin-right: 20px;}
	.sectionfiltr {left: 20%}
	 
}

.medal-row .container .row .col-md-12 .row div.position {width: 22%}

.medal-row .medals-wrapper {max-width: 630px; margin: 0 auto;}
.news-on-main .news .item .name:hover,
 .sectionfiltr .itemsection:hover,
 .broadcast_list.specprojects .section-item:hover .title, .staff.audio_list .item .row:hover .name  {color: #DC0008; cursor: pointer;}


.news-on-main .news_items .innercol:first-child .item {
    height: 100%;
	margin-bottom:0;
} 

.news_items .innercol:first-child .item .image, .news_items .innercol:first-child .info {float: none;}

.wrapper.deadline:after {display: none;}

@media (max-width:530px) {
	html .image_caption .info .aprimary, .image_caption .data .date { font-size: 12px;}
	.news-on-main .news .item .date:before, .image_caption .data .date:before {top: 6px;}
	.wrapper.photogallery .flex-active-slide li {width: 50%;}
	html .dark-color .info .aprimary {font-size: 15px;}
	/* .menu-col.bottom-mob {} */
	div.owl_danners2 .owl-item .info .name.robotolight {
		
		padding: 15px 10px 14px;
		text-align: right;
	} 
	
	body .owl_danners .owl-item .item.text .name p > span, body .owl_danners2 .owl-item .item.text .name p > span {
		padding-bottom: 8px;
		display: block;
	}
	
	div.owl_danners .owl-item .info, div.owl_danners2 .owl-item .info {padding-top: 9%;}
	.row.now-on-air .col-md-5 {width: 100%;}
	div.slider-more {
		padding: 2px 15px;
		margin-top: 0;
		font-size: 14px;
	}
	
	.wrapper.deadline {margin-top: 0; margin-bottom:0; background: #1c3451; border-radius: 0;}
	.wrapper.news-on-main.medals-wrapper {padding: 18px 0px;} 
	.wrapper.news-on-main:not(.medals-wrapper) .container {width: 100%; padding-left: 0px; padding-right: 0px;}
	.sectionfiltr {top: 0; left: 0; margin-bottom: 20px;}
	.wrapper.news-on-main {padding: 18px 15px;}
	.wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners {width: 100%;}
	.wrapper.medal-row > .container {padding-left: 0px; padding-right: 0px;}
	.leftdanners .banner, .rightdanners .banner {
		text-align: center;
		margin: 0 auto;
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.leftdanners .banner:last-child, .rightdanners .banner:last-child, .wrapper.news-on-main .leftdanners {margin-top:0;}
	.wrapper.news-on-main .leftdanners {margin-bottom: 13px;}
	.top_block {margin-bottom: 10px; margin-top: 0;}
	.address-footer {background: url(/bitrix/templates/cor/images/location-icon.png) 5px top no-repeat;} 
    .wrapper.calendar-on-main > h2 {font-size: 18px;}
    body .wrapper.calendar-on-main {padding: 36px 0 0;}
    .wrapper.calendar-on-main .eventinfo {
		width: 95% !important;
		transform: translateX(3%);}
    .infoeventlist .mCSB_inside > .mCSB_container {margin-right: 10px;}
	.infoeventlist-row .eventaname {font-size: 15px;}
	footer .row-menu ul.footer-menu li {font-size: 15px; margin-right:0;}
	body footer ul.footer-menu li:nth-child(4) {margin-right:0;}
	.topline .box.logo .logo-text, header .box.logo .logo-text {font-size: 12px; line-height: 1.3;}
	.news-on-main .firstblock .info {position: relative; background: transparent; border: 1px solid #E2E2E2;}
	.news-on-main .news .firstblock .item .name, .news-on-main .news .firstblock .item .date {color: #242424;}
	.news-on-main .news .firstblock .item .date {margin-bottom: 9px;}
	.topline-wrapper box.logo > .in {display: inline-block; margin-right: 14px;} 
	.top .top-menu-container .currenttime {margin-left: 0;}
	.top .frequency a.dropdown-toggle, .top .top-menu-container .currenttime {font-size: 12px;}
	.top > .top-menu-container {padding: 0 15px;}
	.top-menu-container .lang a {font-size: 12px; } 
	.top-menu-container .lang > div {padding: 0 5px; height: 25px; line-height: 25px;}
	.top-menu-container .lang-social {margin-top: 0;}
	.streamblock .newslistcol .item:hover {transform: none;} 
	.news-on-main .news .item .date:before, 
	.image_caption .data .date:before, 
	.inner-row .news .item .date:before, 
	.image_caption .data .date:before, 
	.inner-row .news .item .sectionname:before {height: 9px;}
	.fancybox-wrap.fancybox-type-ajax .fancybox-outer .fancybox-inner {min-width: 290px;}
	.fancybox-inner .mainform .buttons {text-align: left;}
	.top .top-menu-container .col-1 > div {display: block;}
	.smilist .image img {width: 100%;}
	.team-detail .team_smi .item .text { padding: 25px 15px 0;}
    .smilist .date {margin-left: 15px; margin-bottom: 15px;}
	.maincontent .page-header .has_social { white-space: normal;}
	.maincontent .page-header .social.detail-social a .fa {font-size: 16px;}
	.maincontent .page-header .social.detail-social a {width: 28px; height: 28px; line-height: 26px;}
	.maincontent .page-header .social.detail-social .twitter .fa {top: 0;}
	.maincontent  .team_smi .coolHeading, .maincontent .team_audio .coolHeading, .maincontent .team_video .coolHeading {margin: 20px 0; }
	.maincontent .topblock.contact_block {display: block; }
	.maincontent .topblock .adress {margin-bottom: 20px; margin-right:0; } 
	.maincontent .topblock .adress img, .maincontent .topblock .email img {max-width: 70px;}
	.maincontent .mainform .req-col {text-align: left;}
	.field-wrap.file-wrap {padding-left:0;} 
	.mainform input[type="submit"] {margin-top: 30px;}
	.broadcast_list.specprojects .section-item .desc{
		max-height: 72px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
    line-clamp: 4;
		-webkit-box-orient: vertical;}
		
	.yashare.no-padding > span {display: block;}
	.col.col-md-6.yashare.no-padding {text-align: left;}
	.col-md-6.yashare > span {display: block; text-align: left; padding-top: 0; }
    body .soc-reg-icons .bx-auth-serv-icons { margin-left: 0px; position: relative;  top: 0px;}
	.yashare .b-share {padding-left: 0 !important;}
	
	.mobile_logo img {max-width: 44px;}
	.col-header-mobile {display: flex; justify-content: space-between; align-items: center;}
	body .innercol.col-md-7 .item .image, body .release_block.news .owl-carousel .owl-item img {
		height: 193px;
		max-height: 193px;
		margin-bottom: 0;
	}
	body .innercol.col-md-7 .item .image img {max-height: 100%;}
	
	body .innercol.col-md-7 .info {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		background: none;
		padding: 16px 20px 17px 20px;
	}
	body .innercol.col-md-7 .info .date {color: #909090; }
	.news_items .first-part .innercol:last-child {background: #f6f6f6;}
	.news .lentamobile .item {background: #fff; padding: 8px 15px;}
	.news .lentamobile .item .date {margin-bottom: 3px; color: #909090;}
	body .innercol.col-md-7 .item .name {color: #242424;}
	body .release .release_block .desc {display: none;}
	.pagination > li > a, .pagination > li > span {padding: 5px 12px; min-width: unset; line-height: 30px;  font-size: 15px; margin-right: 6px;}
    body .news-detail.show.news .left-news-block {margin-bottom: 10px;}
	.fancybox-wrap form[name="FEEDBACK"] .buttons {margin-left: -15px !important;}
	.fancybox-type-ajax .fancybox-title-inside-wrap {padding-bottom: 2px;}
	.fancybox-type-ajax form[name="FEEDBACK"] .buttons span {font-size: 13px}
	
	
}

@media (max-width:360px) { 
	.fancybox-wrap.fancybox-type-ajax .fancybox-outer .fancybox-inner {min-width: 240px;} 

}

@media (min-width:600px) and (max-width:768px) { 
  .detail_picture{
    float: none;
    display: block;
    width: 100%;
  }
      div.medal {width: 35px; height: 35px; position: relative;}
	  .row.topline .biatlon {margin: 0 auto;}
	  .topline-wrapper .col-lg-1.col-md-1:before {display: none;}
	  .lang .active-lang {box-shadow: none;}
	  .topline-wrapper .first-line-wrapper .navbar-nav.navbar-right:last-child {
			display: block !important;
			position: absolute;
			right: 17%/*80px*/;
			top: 0px;
			z-index: 999;
			margin: 0;
			padding: 0;
		}
		
	div.owl_danners .owl-item .info, div.owl_danners2 .owl-item .info {padding-top: 9%;}
	
	html .dark-color .info .aprimary {font-size: 24px;}
	body .owl_danners2 .owl-item .item.text .name p > span {padding-bottom: 10px;display: block;} 
	.top-search .search-open {width: 330px;} 
	.lang a {font-size: 14px;}
	.row.now-on-air .col-md-5 {width: 60%; }
	.navbar-default.mega-menu .navbar-nav > li > a:hover {box-shadow: none;}
	
	.lang-transform {
		width: auto;
		padding: 18px 0px;
	} 
	
	.wrapper.news-on-main:not(.medals-wrapper) .container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners {
		width: 100%;
	}
	
	.leftdanners .banner, .rightdanners .banner {
		text-align: center;
		margin: 0 auto;
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	
	.leftdanners .banner:last-child, .rightdanners .banner:last-child { margin-top: 0;}
	.wrapper.news-on-main {padding: 38px 30px;} 
	.wrapper.news-on-main .leftdanners, .wrapper.news-on-main .rightdanners { margin-top: 0;} 
	.sectionfiltr {
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}  
	
	.artismedia_gallery_box .flexslider .thumb:nth-child(3n+1) {
		clear: both;
		margin-left: 5px;
	}
	
	.wrapper.news-on-main .leftdanners {margin-bottom: 38px;}
	.news_items .innercol {height: auto !important;} 
	.innercol.lenta {
		height: 448px !important;
		margin-bottom: 0;
	} 
	
	.wrapper.news-on-main .rightdanners {margin-top: 38px;} 	
	.lang, a.enter {margin-left: 30px;}
	body header.style2 .navbar-default .navbar-collapse {margin-top: 13px;} 
}

@media (max-width:530px) { 
      div.medal {width: 35px; height: 35px;}
	  #DateCountdown div.time_circles {width: 90%;}
	  div.topline {line-height: 1;}
	  .topline-wrapper .first-line-wrapper .navbar-nav.navbar-right:last-child {
		    display: block !important;
			position: absolute;
			right: 17.555%;
			top: 0;
			z-index: 999;
			margin: 0;
			padding: 0;}
	.row.topline .biatlon {margin-top: 2px;} 
	.lang .active-lang {box-shadow: none;}
	
	.row.topline > .col-lg-3.col-md-3.col-sm-3.col-xs-5 {z-index:999;}
	.top-search .search-open {width: 280px;}
	.news_items .innercol {height: auto !important; }
	.photogallery h2.coolHeading {padding-top: 30px; padding-bottom: 30px;}
	.partners.row .item .image .col {line-height: 110px;}
	.row.partners .item .image .col img { max-width: 108px !important;}
	.row.partners .item.Belaruskali .image .col img { max-width: 80% !important;}
	.innercol.lenta {height: 448px !important; margin-bottom: 0; }
	div.medal.medalgold {left: 15px;}
	div.medal.medalsilver  {left: 10px;}
	.innercol.lenta .itemnews {margin-bottom: 25px; }
	
	.wrapper.news-on-main .rightdanners {margin-top: 15px;}
	.topline-wrapper .col-lg-1.col-md-1:before {display: none;}
	
	.row.topline .biatlon {margin: 0 auto;}
	.navbar-default.mega-menu .navbar-nav > li > a:hover {box-shadow: none;}
	.row.topline > .col-lg-3.col-md-3.col-sm-3.col-xs-5 {padding-left: 5px;}
	.row.now-on-air .col-md-7 {min-height: 0;}
	.lang-social .lang-transform {margin-right: 1px;}
	.lang-social .lang-transform:last-child {margin-right: 0;}
	.top-menu-container .col-1 {width: 60%; line-height: 1;}
	.topline-wrapper .box.logo > .in {margin-right: 12px;}
	.clear.mob-clear {display: block;}
    .maincontent .broadcast_list.specprojects .section-item .section-image {width: 115px;}	
	.maincontent .broadcast_list.specprojects .data .title {margin-bottom: 0;}
}

.mob-clear {display: none} 
@media (max-width: 380px) {
	#DateCountdown div.time_circles {
		width: 100%;
	}
	.social-footer .social a {margin-right: 8px;}
}


@media (max-width: 340px) {
	html .image_caption .info .aprimary, .image_caption .data .date {font-size: 9.5px;}
	html .dark-color .info .aprimary {font-size: 12px;}
	.topline-wrapper .first-line-wrapper .navbar-nav.navbar-right:last-child {right: 50px;}
	.streamblock .stream-data {padding-right: 0px; width: 55%;}
} 


@media (max-width:1290px)  {
	.top_block .title_block {font-size: 26px;}
	.sectionfiltr .itemsection,  .news-on-main .news .item .name, .news_block.news .info .preview  {font-size: 18px;}
	.news-on-main .news .item .date, .news-on-main .news .item .sectionname, .image_caption .data .date {padding-left: 9px;}
	.wrapper.streamblock .owl-nav .next {bottom: 50px !important; }
	.wrapper.streamblock .owl-nav .prev {bottom: 50px !important; }	
}

@media (min-width:991px) and (max-width:1190px)  { 
    .topline-wrapper .box.logo .logo-text {font-size: 16px; }
	.topline-wrapper .social a {margin-right: 5px;}
	ul.nav.main-menu-nav {margin-left: 0;}
	.sub-form input {width: 152px;} 
	.sub-form input[type="submit"] {width: auto; margin-left: 5px; padding: 0 10px;}
	.row-menu .col-sub {padding-right: 0px;}
	.lang-transform {
		display: inline-block;
		margin-right: 4px;
		padding: 39px 0px;
	} 
	header .mega-menu .dropup, header .mega-menu .collapse {
		position: static;
		height: 61px !important;
	}
	.topmenu ul li a {padding: 0 14px 0px 11px; font-size: 12px;}
	.top-menu-container > .topmenu {margin-left:0;}
	.top > .top-menu-container {width: 93%; max-width: 100%; font-size: 15px;}
	.topsponsors .item {padding: 0 8px;}
	.topsponsors  > .row {    margin-right: 0px;  margin-left: 0px;}
	.sectionfiltr .itemsection, .news-on-main .news .item .name, .news_block.news .info .preview {font-size: 16px;}
	.news-on-main .news .item .date {font-size: 12px;}
	.news-on-main .news .item .sectionname:before {top: 0;}
	.innercol.lenta .itemnews, .innercol .news .item {margin-bottom: 25px;} 
	.partners .item .image .col img {max-width: 80% !important;}
	.streamblock .owl .owl-nav div {bottom: 55%;}
	.wrapper.streamblock .owl-nav .next {right: -36px; bottom: 50px !important; }
	.wrapper.streamblock .owl-nav .prev {left: -36px; bottom: 50px !important; }
	.nav.main-menu-nav .other > a {padding-right: 50px;}
	.wrapper .owl_danners2 .owl-item .item.text .info .descr {display: inline-block;}

}


.news_block.news .info .preview {margin-bottom: 15px;}
.ipad-banner {display: none;}

@media (min-width:991px) and (max-width:1199px) { 
    body .main-menu-nav .dropdown.lvl1 {padding: 0 26px;} 
	body .owl_danners .owl-nav div.next > span, 
	body .owl_danners2 .owl-nav div.next > span,
	body .owl_danners .owl-nav div.prev > span, 
	body .owl_danners2 .owl-nav div.prev > span,
	body .owl_danners .owl-nav div.prev > span:hover, 
	body .owl_danners2 .owl-nav div.prev > span:hover, 
	body .owl_danners .owl-nav div.next > span:hover, 
	body .owl_danners2 .owl-nav div.next > span:hover  {background: none;}
	
    .row.now-on-air .col-md-5 {width: 46%;}
	.row.now-on-air .col-md-7 {width: 54%;}
	div.owl_danners .owl-item .info, div.owl_danners2 .owl-item .info {
		float: right;
		width: 66%;
		padding-top: 28.5%;
	}
	
	html .dark-color .info .aprimary {font-size: 26px;} 
	footer .contacts-col {padding-top:0;}

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .topmenu ul li a  {
         padding: 0 22px 0 24px;
    } 
} 
 
 
.news-on-main .news .item .name {max-height: 4em;}
.news-on-main .news_items .innercol:first-child .name {max-height: 3em;}

/* .inner-first.wrapper {background: #f7f7f7; } */
.row.notmain {padding-bottom: 70px;}

.bx-yandex-view-map .ymaps-image-with-content {background-repeat: no-repeat; width: 36px; height: 50px !important; background-size: 37px 50px !important;}
.map-info p:first-child {font-weight: 600;}
.map-info p {margin-bottom: 14px;}
.row.news-custom {margin-left: -20px; margin-right: -20px;}
#sidebar2 {border-bottom: 1px solid #eaeaea; margin-bottom: 20px;}
.row.news-custom ul.nav-sidebar {margin-bottom: 0; }
#sidebar2 ul.nav-sidebar li {border: none;}
#sidebar2 ul.nav-sidebar.catalog-nav-sidebar li a {padding: 2px 22px 26px 13px; font-weight: 600; font-size: 18px;}
#sidebar2 ul.nav-sidebar li:hover a:after, #sidebar2 ul.nav-sidebar li.active a:after {display: none;}
#sidebar2 ul.nav-sidebar.catalog-nav-sidebar li a[href="/news/"] {padding-left:5px}
#sidebar2 ul.nav-sidebar.catalog-nav-sidebar li a.active {color: #ed9905;}


.inner-row .news .item {margin-bottom:0;}
.inner-row .news hr {margin: 25px 15px;}

.news_items .innercol:first-child .item .image {
    width: 100%;
	padding: 0px;
} 


.news-on-main .news .item .sectionname {margin-left: 7px;}

.last-news .col-md-9 a.aprimary {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
} 
@media (min-width: 420px) and (max-width: 767px) {
  .maincontent .team_video .staff .item { width: 50%; float: left;}

}

@media (max-width: 767px) {
	body .inner-first header.style2 {background: none;}
	#sidebar2 .nav-sidebar.catalog-nav-sidebar.nav.nav-list {display: block; padding: 0 10px;}
	#sidebar2 ul.nav-sidebar.catalog-nav-sidebar li a {padding: 2px 22px 26px 0px !important; font-size: 16px;}
	.pagination > li { display: inline-block;}
	.lang-social {margin-top:0;}
	.wrapper.streamblock .propgram-time {font-size: 16px;}
	.streamblock .now-onair, .data .descr a.fancyajax {font-size: 15px;}
}


.staff.list .staff_section .item {padding: 0 5px;}

.inner-row .staff.list .staff_section .staff_section_items {margin: 0 -5px;}
.staff.list .staff_section .item:nth-child(2n+1) {padding-right: 5px;}
.inner-row .staff.list .staff_section .staff_section_items {padding: 10px 0 0;  border-top: none;}


.staff .staff_section_items .item .image img {width: 100%; height: 100%;}

.inner-row .staff.list .staff_section {border: none;}

.staff.list .item-wrapper {border: 1px solid #eaeaea;} 

.staff.list .item-wrapper .info {padding: 20px;}

.staff.list .item-wrapper .info .name
	{font-size: 17.653px;
	font-family: "Roboto";
	color: rgb(36, 36, 36);
	line-height: 1.333;
	font-weight: 700;}

.staff.list .staff_section .item {margin-bottom: 10px; }
.staff.list .staff_section .staff_section_title {padding: 18px 29px 18px;}
.staff.list .staff_section .staff_section_title h4 {margin: 0; font-size: 18px; color: #242424;}
.staff.list .staff_section .staff_section_title h4 a {color: #242424;} 
.staff.list .staff_section .item-wrapper .name, .staff.list .staff_section .item-wrapper .post  {margin-bottom: 12px;}
.staff.list .item .image {margin-bottom:0;}
.staff.list {margin-top:0;}
.inner-row .staff.list .staff_section:last-of-type {border-bottom: none;}
.staff.list .staff_section .staff_section_title {background-color: #f7f7f7;}
.staff.list .staff_section {margin-bottom: 10px;} 
.staff.list .opener_icon.no_bg i {background: url(/bitrix/templates/cor/images/new-arrow.png) center center no-repeat;}
.staff.list .opener_icon.opened.no_bg i {transform: rotate(180deg); }
.inner-row .staff.list .staff_section_title .opener_icon {
    position: absolute;
    right: 21px;
    top: 14px;
}


.js-bigtable__header.bigtable__header {background: #3f3f47; color: #fff;}

.js-bigtable__header.bigtable__header .date {
	font-size: 18px;
    color: rgb(206, 206, 206);
    line-height: 1.333;
    font-weight: 600;
	width: 23%;
}


.load-pdf {float: right;} 
.inner-row .comitee-links {padding: 20px 25px;}

.pdf-date {font-weight: 400; min-width: 23%; display: inline-block;}

.pdf-date .time { 
    font-size: 14px;
    background: #e7e7e8;
    border-radius: 15px;
    padding: 5px 14px;
    margin-left: 13px;}
	
.bigtable__td_1 a:hover {color: #f7a60a;}
.bigtable__td_1 a:hover .pdf-date {color: #242424;}
.bigtable__td_1 a.load-pdf	{color: #bfbfbf;}
.bigtable__td_1 a.load-pdf:hover, .bigtable__td_1 a.load-pdf:hover {color: #f7a60a;}

.js-bigtable__header .country {width: 40%;}

.phase-place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 30%;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;}
	
.jq-selectbox__select {
    line-height: 38px;
    height: 38px;
    color: #222;
    border: 1px solid #e1e1e1;
    border-color: #e1e1e1;
    font-size: 16px;
    padding-left: 12px;
    position: relative;
}

.jq-selectbox select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox__trigger { 
   position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    cursor: pointer;}
	
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #adadad;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.jq-selectbox__dropdown {
    background: rgba( 238, 238, 238,0.902 );
    position: absolute;
    width: 100%;
}


.comitee-links .select2-container--default .select2-selection--single {
	background: #fdfcfd;
	border: 1px solid #eaeaea; 
	height: 39px; 
	border-radius: none;
	
}

.comitee-links .select2-container--default .select2-selection--single .select2-selection__arrow {
	
	height: 39px;
}

.comitee-links .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}

.newsdetail .text .select2-container--default .select2-selection--single .select2-selection__rendered {color: #242424; font-weight: 600; padding-left: 15px; line-height: 38px;}	
.select2-search__field {display: none;}
.comitee-links hr {margin-left: -25px; margin-right: -25px;}
.bigtable__table h3 {
	font-size: 24px; 
	font-weight: 500;
	color: #242424;
}

.comitee-links .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #bfbfbf transparent transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.comitee-links .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #bfbfbf transparent;
    border-width: 0 6px 9px 6px;
}

.comitee-links .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 20px;
}

.bigtable__td_1 a.load-pdf {font-size: 26px;}

@media (max-width:530px) {
	
	.comitee-links .js-bigtable__tr {height: auto;}
	.bigtable__td_1 {font-size: 13px;}
	.pdf-date .time {padding: 4px 10px;}
	.js-bigtable__header.bigtable__header .date {font-size: 11px;}
	.comitee-links .pdf-date {width: 100%;}
	.bigtable__header { padding-left: 12px; font-size: 10px;}
	.phase-place {width: 40%;}
	.country > div {width: 30px !important; height: 16px !important;     background-size: contain !important; margin-right: 5px !important;}
	.comitee-links .bigtable__header span {right: 2px;}
	.comitee-links  .js-bigtable__tr {padding-top: 8px !important;}
	.pdf-date .time { padding: 2px 7px;}
	.bigtable__td_1 a.load-pdf {transform: translateY(-50%);}
	.bigtable__header {padding-top: 14px; padding-bottom: 15px;}
	.bigtable__td_1 a.load-pdf {font-size: 18px;}
	.row.partners .item.belyy-los .image .col img, 
	.row.partners .item.telekanal-belarus-5 .image .col img,
    .row.partners .item.prival .image .col img {max-width: 88px !important;}	
	.wrapper.news-on-main.medals-wrapper {border-radius: 0;}
	h2.medals {padding-bottom: 20px;margin-top: 0; margin-bottom: 5px;}
	.wrapper .container .now-on-air .col-md-12 .col-md-12 {width: 70%; margin: 0 auto}
	.wrapper.deadline div.time_circles {width: 100%/*95%*/;}
	#DateCountdown div.time_circles {width: 100%;}
	.wrapper.deadline #DateCountdown {height: 75px !important;} 
    .eventinfo .infoeventheader, .eventinfo .infoeventheader .eventname {font-size: 15px;}
	.infoeventlist-row .eventdate {font-size: 15px;}
    .infoeventlist .infoeventlist-row {padding: 10px;}
	.gallery.video-gallery .video-item:nth-of-type(2n+1) {clear: left;}
    .look-all {margin-bottom: 20px; display: block;}
	.streamblock .newslistcol .owl-item .item .data .name a {font-size: 15px;}
	.streamblock .newslistcol .owl-nav {display: block; }
	.streamblock .owl.newslistcol .owl-nav div span {font-size: 26px; line-height: 32px;}
	.streamblock .owl.newslistcol .owl-nav div {width: 30px; height: 33px; line-height: 28px;}
	.wrapper.streamblock .owl-nav .prev {left:-40px; top:35%}
	.wrapper.streamblock .owl-nav .next {right: -40px; top:35%}
	.wrapper.streamblock .newslistcol {padding-bottom: 0;}
	body .maincontent .broadcast_main .section-item .section-title {font-size: 18px;}
	.topline-wrapper .box.logo img {max-width: 83px;} 
	.topline .box.logo .logo-text {max-width: 69%;}
	.mainform .webform.clearfix .field-wrap {text-align: left;}
	.maincontent .history.item-views.list .item .title {
		width: 121px;
		font-size: 16px;
		padding: 16px 5px;
		line-height: 18px;
	} 
	
	.maincontent .history.item-views.list .item .info {background: none repeat scroll 0 0 #f6f6f6;margin-left: 121px;padding: 15px 10px;}	
	.maincontent .row.gallery-list .thumb {height: auto !important;}
	.link-row {text-align: center;}
		
}

@media (max-width:991px) {  
	.inner-first .topline-wrapper { border-bottom: 1px solid #EBEBEB;}
	.maincontent .broadcast_main .section-item .section-image {width: 26%; min-width: 100%;}
	.maincontent .broadcast_main .section-item .section-title {font-size: 15px; padding:10px 20px;}
	.team_audio div.staff .item .data .name {margin-bottom:0;}
	.col-header-mobile {display: flex; justify-content: space-between; }
	
	
}

@media (max-width:768px){
	  .team-detail .team_smi .btn{
		position: static;
		float: none !important;
		margin-top: 0px !important;
	  }
	  .broadcast_list.specprojects .section-item .desc{
		display: none;
	  }
	body .wrapper .owl_danners3 .owl-item .heighter {height: 74px;}
	body .cookies > div {
		flex-direction: column;
		padding-bottom: 25px;
	}
	.jq-selectbox__select {
		margin-bottom: 15px;
	}
	body .component-form-events-filter .jq-selectbox {width: 100%;}
	
}
@media (min-width:530px) and (max-width:768px) { 

	.phase-place {width: 40%;}
	.eventinfo {
		position: absolute;
		width: 570px;
		height: 300px;
		top: 0;
		z-index: 5;
		transform: translateX(-15%) !important;
	}
	.row.topline > div:last-of-type {padding-top: 3.36%;}
	.imgageleft.team-detail .pic  {width: 33.3333%; float:left;}

}


@media (max-width: 370px) {
	html .dark-color .info .aprimary {
		font-size: 14px;
	} 

}


.calendar-on-main > h2 {
	 text-align: center;
	  font-size: 32px;
	  font-family: "Roboto";
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-bottom: 60px;
	  margin-top:0;
	  max-width: 1230px;
	  margin-left: auto;
	  margin-right: auto;
      position: relative;
} 

.calendar-on-main .all-news {float: right; line-height: 3; position: absolute; right: 0;}


.countryflag {
	margin-top: 24px;
	margin-bottom: 10px;
}


.wrapper.calendar-on-main {
	background: #13161f;
	padding: 86px 0 20px;
}
	
.wrapper.calendar-on-main .owl_danners {margin-bottom: 0px;}
.wrapper.calendar-on-main .item {color: #fff; text-align: center;}

.target.finish	
	 {background-image: -moz-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
	  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.58);
	  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.58);}
	
.date_day {text-align: center;}
	
.target {margin: 0 auto;}

.wrapper.news-on-main:after {display: none; }
.owl_danners .owl-item .countryflag img {max-width: 25px; max-height: 18px;}
.calendar-on-main .owl-carousel .owl-stage-outer {min-height: 420px;}

.calendar-on-main .date_day 
     {font-size: 32px;
	  font-family: "Roboto";
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  text-transform: uppercase;}
	  
	  
.calendar-on-main .date_my	 
     {font-size: 17.653px;
	  font-family: "Roboto";
	  color: rgb(255, 255, 255);
	  line-height: 1.333;
	  text-align: center;}
	  
	  
.calendar-on-main .target {margin-top: 10px; position: relative;}
.target.finish {position: relative;}

.eventinfo {height: auto !important; background: #3f3f47; border-radius: 20px;}

.target.notfinish {background: url(/bitrix/templates/cor/images/target-notfinish.png) center center no-repeat; background-size: contain;}

.target.finish:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 12px;
    width: 22px;
    background: #fff;
    bottom:0;
	background: url(/bitrix/templates/cor/images/target-tail.png) center center no-repeat; 
    transform: translateY(100%) translateX(-51%);
    z-index: -1; 
}


.calendar-on-main .owl-dots {z-index: -1;}
.infoeventheader .eventname, .infoeventheader .countryname {color: #fff;}
.infoeventheader .typeevent, .infoeventheader .countryflag, .infoeventheader .eventname, .infoeventheader .countryname {display: inline-block; vertical-align: middle;}
.infoeventheader {border-bottom: 1px solid #15151f; padding: 19px 0;  font-size: 17.653px; color: rgb(236, 154, 34);font-weight: bold;}

.infoeventlist-row {
    padding: 20px 30px;     
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
	border-radius: 20px;
    font-size: 18px;
	text-align: left;
}


.infoeventheader .typeevent  {color: #ec9a22;}
.infoeventheader .countryflag {margin: 0; margin-right: 3px;}
body .calendar-on-main .owl_danners .owl-dots {bottom: -80px;}
.calendar-on-main .infoeventlist .eventdate {color: #99999a; }
.calendar-on-main .infoeventlist .eventtime
	   {background-color: rgba(255, 255, 255, .259);
		font-size: 14px;
		border-radius: 15px;
		padding: 5px 14px;
		margin-left: 13px;}

.infoeventlist-row .eventaname {width: 70%}
.top-search.mobile-search .navbar-right .search-open .input-group-btn {line-height: 1;}

.infoeventheader .typeevent {margin-right: 16px;}

.owl-item .eventname {font-size: 18px; margin-bottom: 7px;}
.owl-item .infoeventheader .eventname {margin-bottom: 0;}
.infoeventlist {max-height: 320px; overflow: auto;}
.infoeventlist-row:last-child {padding-bottom: 30px;}

.wrapper.calendar-on-main .owl-carousel.owl-drag .owl-item {cursor: pointer;}
.item-disciple .head .name {letter-spacing: 0;}

.portofolio_details_photolist .portfolio_title a:hover {color: #ed9905; text-decoration: none;}
#pbCaption .pbThumbs ul li:before {display: none;}

.gallery.video-gallery .catalog-main-item .data .name-a, .video-list div.staff .item .data .name {font-size: 18px; line-height:1.373;}
.gallery.video-gallery .catalog-main-item .data .name-a:hover {color: #ed9905;}
.gallery.video-gallery .item.catalog-main-item .data {margin-top: 10px;}

.table-analytics .head-tr {  
   background-image: -moz-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
	
}
table.table-analytics {border-bottom: none;}
table.table-analytics > tbody > tr.head-tr > td {color: #fff; font-weight: 600;}
table.table-analytics > tbody > tr > td {border: none; padding: 17px 5px;}
table.table-analytics > tbody > tr > td:after {display: none;}

 table.table-analytics > tbody > tr  {background: #f7f7f7; border-bottom: 4px solid #fff;}

hr.divider {border-top: 1px solid #eaeaea;     margin-left: -20px; margin-right: -20px;}

.select2-container {min-width: 245px !important;}
.newsdetail .select2-container .select2-selection--single {height: 40px; line-height: 40px;}
.newsdetail .select2-container--default .select2-selection--single .select2-selection__rendered, .newsdetail .select2-container--default .select2-selection--single .select2-selection__arrow { line-height: 40px;height: 40px;}
a.look-all {font-weight: 600; margin-right: 15px;}

.text .select2-container--default .select2-selection--single .select2-selection__arrow b  {
	border-color: #bfbfbf transparent transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;}


.text .select2-container--default .select2-selection--single .select2-selection__arrow {right: 15px;}

.text .select2-container--default .select2-selection--single	
   {background: #fdfcfd;
    border: 1px solid #eaeaea;
    height: 40px;}

.text .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #bfbfbf transparent;
    border-width: 0 6px 9px 6px;
}

.detailed-achievments table tr {background: #f7f7f7; border-bottom: 4px solid #fff;}
.detailed-achievments table {border-bottom: none;}
.detailed-achievments table tr td:after {display: none;}
.maincontent .detailed-achievments table tr td {padding: 17px 25px;}

.birthday span, .age span {font-weight: 700;}
.achieve {font-size: 28px; font-weight: 600;}

.steps-cup {font-weight: 500; font-size: 18px; margin-bottom:18px; margin-top: 18px;}

.detailed-achievments .text {padding: 0;}

.steps-cup {font-weight: 600;}

.detailed-achievments .js-winner thead tr    
   { background-image: -moz-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    color: #fff;
	font-weight: 600;
}

.desc .birthday, .desc .age {margin-bottom: 20px;}

#blockresult {max-width: 79.5%; padding-left:0;}
	 
#blockresult .result.item {margin-bottom: 10px; background: #f7f7f7;}	 

#blockresult .placeinfo, #blockresult .rank {padding: 17px 15px;}
#blockresult .rank {text-align: right;} 


.staffs.list.team .item:nth-of-type(4n+1) {
  float: left;
	clear: none; 
}

.detailed-achievments table thead tr:first-child {
	background-image: -moz-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    color: #fff;
    font-weight: 600;}
	
	
.maincontent .page_not_found {border-bottom: none;}
.page_not_found td.image img {
    background: #DC0008;
}


.page_not_found td.description .title404 {
    font-size: 44px;
    line-height: 48px;
} 

.maincontent table.page_not_found  tr td:after  {display: none;}
.maincontent table.page_not_found  tr {border-bottom: none;}
.page_not_found td.description .subtitle404 {
	text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;}
	
.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.page_not_found .button.big_btn {
    padding: 10px 21px 10px 20px;
	background: linear-gradient(147.79deg, #DC242B 0%, #AA0007 100%);
     border-radius: 5px;
    color: #fff;
    display: inline-block;
	line-height: 24px;	
}

.page_not_found td.description .back404 {margin-top: 5px;}
.page_not_found td.description .back404, .page_not_found td.description .back404 a {
	margin-top: 5px;
	font-size: 12px;
}

.page_not_found .button.big_btn:hover {background: #9C0006;}

@media (max-width: 650px) {
	 
    .team .staff_section_items .item {height: auto !important;}
    .staff_section_items .col-md-3{width: 50%;float: left;}
    .team .staff_section_items .item:nth-of-type(2n+1) {clear: left;}
	.team .staff_section_items .clear {display: none;}
	.container .page_not_found td.image, .container .page_not_found td.description {display: block;width: 100%;}
	.first-line-wrapper .navbar-nav > li > .search {position: relative;  top: -2px;}
	.calendar-on-main .all-news {display: block; float: none; position: relative;}
	#blockresult {max-width: 100%; padding-left: 0; padding-right: 0;} 
	#blockresult .placeinfo, #blockresult .rank {padding: 15px 10px; }
	.placeinfo div.countryicon { margin-right: 7px !important; background-size: contain !important; width: 35px !important;}
	.tur-name {max-width: 70%;  line-height: 1.1;}
	.page-header.news-header h1  {line-height: 1.2; font-size: 18px;}
	.results .selectseason {width: 100%;}
	select#kinds + span.select2 {width: 100% !important;}
	.inner-row div.comitee-links {padding: 20px 10px;} 
	span.select2-container {min-width: 100% !important;  margin-bottom: 10px;}
	.maincontent table.table-analytics > tbody > tr > td {padding: 13px 4px;}
	.comitee-links .bigtable__table {margin-top: 0px;}
	.wrapper.prefooterblock {background: none; color: #242424; padding-bottom:0;}
	.prefooterblock .wishesblock p, .prefooterblock .wishesblock p:last-of-type {text-transform: none; font-size: 15px; margin-bottom: 15px; }
	.wishesblock {padding-bottom: 20px;}
	.subsreeb .sub-form input[type="submit"] {margin-left: 5px;}

	
}

body footer .menu-col.bottom-mob  {display: none;} 

@media (max-width: 400px) { 
	
	footer .menu-col  {display: none;}
	body footer .menu-col.bottom-mob  {display: block;}
	body footer .menu-col.bottom-mob ul {column-count: unset;} 
	footer .menu-col.bottom-mob ul.footer-menu li {width: 33%; text-align: left;}
}

@media (max-width: 400px) { 
	
	footer .menu-col  {display: none;}
	body footer .menu-col.bottom-mob  {display: block;}
}


#dinamictable table tbody tr:first-child 
   {
    background-image: -moz-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(247,166,10) 0%, rgb(255,173,14) 100%);
	
}
  

#dinamictable table tbody tr td:after {display: none;}
#dinamictable table tbody tr:first-child td {color: #fff; font-weight: 600; border: none;}
#dinamictable table > tbody > tr {    
    background: #f7f7f7;
    border-bottom: 4px solid #fff;}

.look-pdf {margin-bottom:20px; display: inline-block; margin-right:15px;}
#dinamictable {margin-top: 20px;}

.selectseason .jq-selectbox.jqselect {min-width: 243px; border: 1px solid #eaeaea}

.results .subtitle,  .results .selectseason {display: inline-block;}

.results {margin-top: 20px;}
.results .selectseason {margin-bottom: 15px;}
.results .subtitle {margin-right: 10px;}

.jq-selectbox__dropdown ul > li:before {display: none;}
.team-member {font-size: 28px; font-weight: 500; margin-bottom:20px; display: block;}
.team-member::first-letter {text-transform: uppercase;}
.jq-selectbox__dropdown ul {padding-left:12px;}
.jq-selectbox__dropdown ul li {line-height: 36px; cursor:pointer;}
.inner-row .news .item .data .aprimary:hover  {color: #9D0808; text-decoration: none; } 
.calendar-on-main a.all-news:hover {color: #fff;}

.wrapper.news-on-main.medals-wrapper {padding: 88px 30px 75px;}
.mainform .field-wrap {margin-top: 25px;}
.mainform .webform.clearfix .field-wrap {margin-top: 18px;}
.navigation.season-navigation span .fa {margin-right: 7px;}
.btlogo .logo-text {color: #545454; vertical-align: middle;}
.frequency ul {margin-bottom: 0;}
.mainmenu-wrapper {background: rgba(0, 0, 0, 0.5);}
.main-menu-nav .dropdown.lvl1.menu-li1 {padding-left: 0;} 
.weatherlink a, .currencylink a {padding-left: 28px; vertical-align: middle;}
.weatherlink a {background: url(/local/templates/b24new/styles/../img/sun.svg) no-repeat left center; }
.currencylink a {background: url(/local/templates/b24new/styles/../img/exchange.svg) no-repeat left center; }
.currencylink a:hover {background: url(/local/templates/b24new/styles/../img/exchange-h.svg) no-repeat left center; }
.weatherlink a:hover {background: url(/local/templates/b24new/styles/../img/sun-h.svg) no-repeat left center; }
.btlogo a:hover .logo-text {color: #DC0008;}
.frequency a.dropdown-toggle { color: #242424; display: inline-block; padding-right: 16px; background: url(/local/templates/b24new/styles/../img/vector.svg) no-repeat right 55%; font-weight: 500; } 
.frequency a:hover {color: #242424;}
/* .owl_danners2 .item .image:before {
    background-color: rgba(0,0,0, .24);
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
   
}  */

.playbutton {
	border: 2px solid #fff;
    border-radius: 100%;
    display: inline-block;
    width: 48px;
    height: 48px;
	text-align: center;
	line-height: 46px;
    margin-right: 10px;
	font-size:21px;
}
.playbutton .fa-pause{
  position: relative;
  left: 3px;
}
.on-air {font-weight: 500;}	
.on-air .hdr {
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom:11px;
	border-bottom: 4px solid;
	display: inline-block;
}

.on-air .now-playing {color: #fff; font-size: 24px;}
.on-air .next-playing {color: #EBEBEB; font-size: 24px;}
.on-air .now-playing .hdr {border-color: #DC0008;}

.owl_danners2 .owl-item .info .name.robotolight .aprimary	
    {font-family: 'Russo One', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 93px;
	line-height: 112px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);}
	
#runBlock {overflow: auto; max-height: 218px;}


.prefooterblock {background: url(/local/templates/b24new/styles/../img/sms-bg.png) no-repeat top center; color: #fff; padding: 61px 0 92px; background-size: cover;}

.sms-block	
   {background: rgba(95, 0, 0, 0.44);
    border-radius: 8px;
	padding:20px 8px 8px 20px}

.sms-list {padding-left:0; padding-right:10px;}
	
.sms-list .sms-item:not(:first-child) {opacity: 0.6;}

#runBlock .sms-list .sms-item.light {color: #fff; 
     opacity: 1;
     transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;}
.scroll-pane {
	width: 100%;
	height: 200px;
	overflow: auto;
}
.jspCap {
	display: block;
	background: #eeeef4;
}
.jspVerticalBar .jspCap {
	height: 20px;
}
.jspHorizontalBar .jspCap {
	width: 50px;
	height: 100%;
}

.playbutton .fa-play { margin-left: 8px;}
.on-air .hdr, .on-air .track {margin-bottom: 15px;}
.streamblock {position: relative;}
.streamblock:after {position: absolute; content:''; background: #F0F0F0; left:0; height: 2px; width: 100%; display: block; bottom: 1.5px;}
hr.hdivider {position: relative; height:2px; background: #F6F6F6; border-top:0; margin: 1.35rem 0; }
.firstblock .item {position: relative;}
.firstblock .info
   {position: absolute;
    bottom: 0;
    right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.53);
	padding: 20px 20px 8px 20px;
	
}
	
	
	
.firstblock .item .image {
	/*width: 770px; height: 433px;*/
	padding-bottom: 433px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;}
	
	
.news .firstblock .item {margin-bottom: 0;}
.news_block .col-right .item  {margin-bottom: 0;} 
.news .firstblock .item .image {margin-bottom:0;}


.news_block .col-right .item {height: 144px; padding: 22px 20px 20px 20px; border-bottom: 1px solid #E2E2E2;}

.audioblock {background: linear-gradient(180deg, #FFFFFF -37.1%, rgba(255, 255, 255, 0) 100%), #F4F4F4;}
.wrapper.banner-on-main img {object-fit: cover; height: 100%;}


.audioblock .staff .item:nth-of-type(2n+1) {clear: left;}
.audioblock .row.staff {margin-left:-4px; margin-right:-4px;}
.audioblock .row.staff .item {padding-left:4px; padding-right:4px; margin-bottom:8px;} 
.audioblock .row.staff .item > .row {margin-left:0; margin-right:0; background: #fff;}

.audioblock .row.staff .name, .broadcast_list.specprojects .data .title, .audio_list .data .name {
	font-family: Roboto;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #242424;}
	
.audioblock div.staff .item .data, .audio_list .data {padding-top: 35px;}	
.audioblock div.staff .item .data .name {float: none;}

.audioblock .row.staff .item:hover {box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18); }
.audioblock .row.staff, .news_block.news  {padding-bottom: 40px;}
.video-player {height: 480px; width:100%}
.video-player img {
	object-fit: cover;
    height: 480px;
    width: 100%;
    max-width: none;}
	
.banner-on-main {height: 100px;}
.streamblock .owl-nav {position: absolute; width: 100%;}
.streamblock .owl-nav .next {position: absolute; right: -83px;}
.streamblock .owl-nav .prev {position: absolute; left: -83px;}
.streamblock .owl .owl-nav div  {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.13);
    border-radius: 8px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	bottom: 40px !important;}
	
	
.streamblock .owl .owl-nav div:hover  { background: linear-gradient(112.75deg, #DC242B 0%, #AA0007 100%), rgba(0, 0, 0, 0.5);}
.streamblock .owl .owl-nav div span {font-size:36px; line-height: 50px;} 
.audioblock .staff {margin-top: 0;}
.prefooterblock h2.title_block {color: #fff; position: relative; padding-bottom: 15px; margin-bottom: 35px;}
.wishesblock {padding-top: 20px;}
.prefooterblock h2.title_block:after  {
    width: 80px;
    height: 2px;
    content: '';
    left: 1px;
    background: #fff;
    bottom: 0;
    display: block;
    position: absolute;
}
.hdivider.mob-divider {display: none;}
.wishesblock p {text-transform: uppercase; font-weight: 500; line-height: 1.5; margin-bottom: 20px;}
.wishesblock p:last-child {margin-bottom: 35px;}
.sms-item .date {font-size: 15px;}
.all-news {padding-right: 18px; background: url(/local/templates/b24new/styles/../img/arrow-right.svg) no-repeat right 60%;}
body .all-news:hover {background: url(/local/templates/b24new/styles/../img/arrow-right-hover.svg) no-repeat right 60%; color: #242424;}
.nicescroll-rails.nicescroll-rails-vr {background: rgba(230, 230, 230, 0.4); width: 3px !important; border-radius: 8px;}
.nicescroll-rails-vr .nicescroll-cursors {right: -1px;}
.sms-item .text {line-height: 1.3;}
.sms-item {margin-bottom: 20px;}
.topline-wrapper .social .fb .fa-facebook {font-size: 23px;position: relative;top: 3px;}
.topline-wrapper .social .ok .fa-odnoklassniki {font-size: 23px; position: relative; top: 1px;}
.topline-wrapper .social .vk	.fa-vk {font-size: 20px; position: relative; top: 1px}
.topline-wrapper .social .ytube .fa {font-size: 20px; position: relative; top: 1px}
.firsblock.item {position: relative;}
.firsblock.item a.clearfix {position: absolute; top: 28%; right: 0;left: 0;}
.videoblock .firsblock.item a.clearfix .data .name	
	{
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;}
	
	
.videoblock .staff .item .data .name, .video-archive.staff .item .data .name  {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #242424;}
	
.videoblock	.staff .item .data, .team_video .item .data, .video-archive.staff .item .data {margin-top: 22px;}

#play-video-btn {
	position: absolute;
    top: 53.5%;
    left: 50%;
	cursor: pointer;} 
	
.rest-block	.image {position: relative;}
.rest-block	.image .col-md-12 {max-height: 156px;}
#play-video-btn-small {position: absolute; right: 15px; bottom: 0; cursor: pointer;}
#play-video-btn > img {width: 60px; height: 60px;}
.owl_danners2.danners2 .image {max-height: 300px;}
.owl_danners2.danners2 video {object-fit: cover; object-position: top;}
.videoblock .staff .firsblock {margin-bottom: 35px;}
.videoblock .staff {padding-bottom: 62px;}
.news_block .firstblock .image > a {width: 100%; height:100%;display: block;}
.streamblock .newslistcol .item:hover a  {color: #9D0808;}
	 	 
.btlogo	.logo-container a img {
	-webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -o-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(100%);
	margin-right: 7px;
   
}

	 
.btlogo	.logo-container a:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: gray;
    -webkit-filter: grayscale(0);	 
}

.videoblock .item.rest-block a:hover .name, .audioblock a:hover, .video-archive.staff .item a:hover .name  {color: #DC0008;}

.top-menu-container .currenttime, .top-menu-container .currencylink {margin-left: 22px;}
.newslistcol .item .image img {max-height: 190px;}

.streamblock .newslistcol .item .image  {
    width: 131px;
    height: 73px;
	background-size: cover !important;}
	
	
.streamblock .newslistcol .item .data {display: flex; flex-direction: column;justify-content: space-between;height: 100%;}
.audioblock .item .description a, .team_audio .description a, .post.e-mail, .post.e-mail a, .row.audio_list .description a {color: #A6A6A6;}
.news_block .col-right {border: 1px solid #E2E2E2;}
.owl_danners .owl-nav div.prev > span:hover, 
.owl_danners2 .owl-nav div.prev > span:hover, 
.owl_danners .owl-nav div.next > span:hover, 
.owl_danners2 .owl-nav div.next > span:hover, 
body .release_block .owl .owl-nav div > span:hover {background: linear-gradient(112.75deg, #DC242B 0%, #AA0007 100%), rgba(0, 0, 0, 0.5);}
.wishesblock p:last-of-type {margin-bottom: 35px;}
.fancybox-inner .mainform .buttons .form-required.starrequired {margin-top:0;}
.fancybox-wrap .fancybox-title-inside-wrap {  font-weight: 400;}
.videoblock .staff .item .data .name {max-height: 64px;}

@media (max-width: 1340px)  {
	 .streamblock .owl-nav .prev  {left:-40px; bottom: 20px; }
	 .streamblock .owl-nav .next  {right:-40px; bottom: 20px;}
	 .streamblock .owl .owl-nav div {
			width: 30px;
			height: 30px;
			background: rgba(0, 0, 0, 0.13);
			border-radius: 8px;
			line-height: 33px;
			text-align: center;
			color: #fff;}
	.streamblock .owl .owl-nav div span {
		font-size: 22px;
		line-height: 26px;
	}
	
}

header .navbar-header .logo-mob {display: none;} 
.topline-wrapper .twitter .fa {font-size: 22px; position: relative;top: 2px;}

.broadcast_main .section-item, .broadcast_list .section-item {margin-bottom: 30px;}
.broadcast_main .section-item a, .broadcast_list .section-item a {
	border: 1px solid #E2E2E2;
    display: table;
    width: 100%;}
	
.broadcast_main .section-item .section-image, .broadcast_main .section-item .section-title {
    display: table-cell;
    vertical-align: middle;
}


.broadcast_main .section-item a:hover, .broadcast_list .section-item a:hover {box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18); cursor:pointer;}
.broadcast_main .section-item a:hover .section-title, .broadcast_list .section-item a:hover .broadcast-title {color: #DC0008;}
.broadcast_main .section-item a:hover .show-image {display:none;}
.broadcast_main .section-item a:hover .hide-image {display:block;}
h1 .header-img {margin-right: 10px;}
.broadcast_list {border-bottom: 1px solid #E2E2E2; }
.section-description {margin-top: 35px;}

.broadcast_list .section-item .broadcast-title {
    width: 74%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    padding: 20px;
}

.broadcast_list .section-item .section-image {
    width: 26%;
    min-width: 120px;
}

.broadcast_list .section-item .section-image, 
.broadcast_list .section-item .broadcast-title {
    display: table-cell;
    vertical-align: middle;
}

.broadcast_main .section-item .section-image   {width: 26%; min-width:150px;}
.broadcast_main .section-item .section-title  {
	width: 74%; 
	text-align:center;
    font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #242424;
	padding: 30px;
}

.inner-first header.style2 {background: none;}


/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media (max-width: 400px) {

    .row.topline .col-xs-11 {padding-right:0; width: 83.3333%;}
	.row.topline .col-xs-1 {width:16.66668%;}
	
}} 

/* @media not all and (min-resolution:.001dpcm) { @media  {

   .topline .social a.inst .fa-instagram {
			font-size: 22px;
			position: relative;
			top: 1.8px;
			left: 0.3px;}
	
}
}  */



@media not all and (min-resolution:.001dpcm) { @media (max-width: 1199px) and (min-width: 991px)  {

   body .bx-ios .main-menu-nav .dropdown.lvl1 {
			padding: 0 26px;
		}
		
		.bx-ios .nav.main-menu-nav .other {width: 60px !important;}
	
}} 

@media (max-width: 1199px) and (min-width: 991px) {
	/*.bx-ios body .main-menu-nav .dropdown.lvl1 {padding: 0 25px;}
	.bx-ios .nav.main-menu-nav .other {width: 60px !important;}*/
	
}


/*@media not all and (min-resolution:.001dpcm) { 

	@media {

		.topline .social a.inst .fa-instagram {
			font-size: 22px;
			position: relative;
			top: 1.8px;
			left: 0.3px;}
		}
    @media (max-width: 1199px) and (min-width: 991px) {
		body .main-menu-nav .dropdown.lvl1 {
			padding: 0 26px;
		}
		
		.nav.main-menu-nav .other {width: 110px !important;}
		
		

} */


@media (max-width: 1199px) {
		.table-wrapper {
			overflow-x: auto;
		    max-width: 1199px;
	}	
}


h1.has_img {margin-bottom:0; border-bottom: 2px solid #E2E2E2;}
h1.has_img + .hdivider {display: none;}

.b-r-widget.currency {min-width: 268px}

.w-header .title {text-align: center;  font-weight: 500; font-size: 28px; padding-bottom: 26px;}	
	
.w-currency_table tr {border-bottom: 15px solid transparent;}

.w-currency_table th{
    text-align: left;
    position: relative;
    padding-left: 57px;
	font-size: 22px; 
	font-weight: 500;
} 

.w-currency_table th:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
}

.w-currency_table th.cur-usd:before {
    background: url(/local/templates/b24new/styles/../images/usd.png) center no-repeat;
}

.w-currency_table th.cur-es:before {  
   background: url(/local/templates/b24new/styles/../images/euro.png) center no-repeat;
}
.w-currency_table th.cur-rub:before {
   background: url(/local/templates/b24new/styles/../images/rub.png) center no-repeat;
}

.widget-hr  { margin-right: -30px; margin-left: -30px; background: url(/local/templates/b24new/styles/../images/hr_back.svg) center no-repeat; height: 2px; border:none; margin-top: 0; background-size: cover;}

.currency_wrap .fancybox-title, .weather_wrap .fancybox-title, .weather_wrap h3 {text-align: center; font-weight: 500; font-size: 28px; line-height: 33px; padding-bottom: 20px; padding-top:0;}
.weather_wrap .widget-hr {background: url(/local/templates/b24new/styles/../images/hr_weather.svg) center no-repeat;}


.body_media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.3 );
    z-index: 10;
    display: none;
}

.dropdown-toggle.not-link {z-index:10000;}
.parent-li.open {z-index:1000; background: #fff; width: 151px; left: -15px; padding-left: 15px;}
.frequency .dropdown-menu {margin-top:0; box-shadow: none; max-width: 151px; border-top: 1px solid #c4c4c4;}
.currency_wrap .fancybox-inner, .weather_wrap .fancybox-inner  {padding-top: 0; overflow: visible !important;}
.currency_wrap .fancybox-skin, .weather_wrap .fancybox-skin {padding: 20px 30px 40px !important;}
.currency_wrap .fancybox-close, .weather_wrap .fancybox-close {top: 20px; right: 20px;}
.weather_wrap .weather span[class^="t"] {font-weight: 500; font-size: 50px; line-height: 59px;}
.weatherinfo {text-align: center;}
.weather_wrap .weather tr:first-child td:first-child {text-align: right;}
.weather_wrap .weather tr:first-child td:nth-child(2) {text-align: center;}
.weather_wrap .weather tr:last-child td {padding-top: 30px;}
.gdweather::first-letter {text-transform: uppercase;}
.weather_wrap p {margin-bottom: 0; font-weight: 500; font-size: 22px; line-height: 26px;}
.weather_wrap .fancybox-title, .currency_wrap .fancybox-title {z-index: 8020;}

.weather tr:first-child td {width: 30%;}

.frequency .parent-li.open a.dropdown-toggle {background: url(/local/templates/b24new/styles/../img/vector-h.svg) no-repeat right center; }

.frequency .dropdown-menu > li > a:hover, .frequency .dropdown-menu > li > a:focus {color:#242424; }

@media (min-width:1260px) {
	.frequency > ul > li	{left: -15px;
		padding-left: 15px;
		width: 151px;}
	
	.frequency a.dropdown-toggle {height: 53px; line-height: 53px; color: #242424; display: inline-block;  } 
	.body_media.show {
		display: block !important;
	} 
	.body_media.show_media {display: block !important;}
	.parent-li { width: 151px; left: -15px; padding-left: 15px;}
}

.frequency ul.list-unstyled > li:before {display: none;}

@media (max-width:991px) {
	.frequency .dropdown-menu > li > a {
		padding: 6px 15px;
		font-size: 12px;
		border-bottom: none;
	}
	.frequency .dropdown-menu {border-top: none;}
	.maincontent table.page_not_found {overflow-x: auto; }
	.page_not_found td.description .back404 {margin-top: 10px;}
	.contacts-col .social-footer, .contacts-col .social-footer .social {padding-left: 0;}
	.contacts-col .social-footer .social {margin-top: 0;}
	div.contacts-col .social-footer {padding-left: 20px;}
	.top-search.mobile-search .nav > li > .search.lupa:before {
		content: '\f002';
		background: none; 
	}
	
}


.fancybox-wrap.weather_wrap, .fancybox-wrap.currency_wrap {box-shadow: none;}
.section-items .section-image, .broadcast_list.other .section-image  {position: relative;}
.section-items .section-image:after, 
.broadcast_list.other .section-image:after  { 
    position: absolute; 
	height:100%;
	width: 5px; 
	content: ""; 
	left: 0;
	top: 0;
}
.section_red .section-image:after {   
	background: rgba(193, 0, 0, 0.8);
}
.section_green .section-image:after { 
	background: rgba(21, 149, 0, 0.8);
}
.section_blue .section-image:after { 
	background: rgba(0, 111, 191, 0.8);
}

.section_purple .section-image:after { 
	background: rgba(140, 0, 163, 0.8);
}
.section_orange .section-image:after { 
	background: rgba(230, 124, 0, 0.8);
}

.section_cyan .section-image:after { 
	background: rgba(0, 190, 179, 0.8);
}

.news-detail .detail_picture {float: left; margin-right: 35px;}

.detail-item .news-detail {border-bottom: 2px solid #e2e2e2; padding-bottom: 15px;}

.broadcast_list.other h3	
    
	{font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	text-transform: uppercase;
	margin: 35px 0 30px;
	}
	
.broadcast_list.other {border-bottom: none;}
.contacts-col .social-footer, .contacts-col .social-footer .social {padding-left: 0;}
.top-search.mobile-search .nav > li > .search.remove:before {content: '\f00d';}
.top-search.mobile-search .search-open {right: 57px; top: 70px;}
.top-search.mobile-search {margin-left: 30px;}
.staff_section_items .item .image img  {border-radius: 100%;}
.staff_section_items .item .image {
    border-radius: 100%;
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}

.staff .staff_section_items .item-wrapper {border: none;} 
.staff .staff_section_items .item-wrapper .info {
    padding: 30px 20px 20px;
    text-align: center;
}
.staff .staff_section_items .item-wrapper .info .post {color:#000; font-size: 16px; line-height: 19px; }  
.staff .staff_section_items .item-wrapper .info .name {

	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}


.staff_section_items {margin-left:-15px; margin-right:-15px;}
.staff .staff_section_items .item:hover .name{color:#DC0008 ;}


.col-4 {width: 40px; text-align: center;}
.col-4 .top-search {float: none;}
   
   
 .team-detail .team_smi .name, 
 .team-detail .team_audio .name,
 .team-detail .team_video .name { 
        text-transform: uppercase;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 130%;
		color: #242424;}
 
 .team-detail .team_smi .in {color: #242424;}
 .team-detail .team_smi .name,  .team-detail .team_smi .in  {margin-bottom: 10px;}
   
 .team-detail .team_smi .item {margin-bottom: 30px; border: 1px solid #E2E2E2;}
 
.team-detail .team_smi .item .text  {padding-top: 25px;}
.page-header .social a {background: #fff; display: inline-block; color: #AA0007; border: 1px solid #AA0007; width: 36px; height: 36px;    line-height: 36px;}
	
.page-header .social a:hover {
	background: #AA0007;
    display: inline-block;
    color: #fff; border: 1px solid #AA0007;}


.page-header .has_social {display: flex; justify-content:space-between; -webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row; 
        white-space: nowrap;
      } 	
/* .page-header .has_social .detail-social{
  text-align: left;
  margin-top: 15px !important;
} */
.team_smi .coolHeading, .team_audio .coolHeading, .team_video .coolHeading {margin-top: 40px; margin-bottom: 30px;}
.backshare .detailback .fa {padding: 0; box-shadow: none; margin-right: 8px;}
.backshare .detailback .fa:before {background: url(/local/templates/b24new/styles/../images/vector-back.svg) no-repeat center; content: ""; width: 20px; height: 20px;  display: block; }
body .backshare .detailback span {padding:0; font-size: 18px; color: #9D0808;}
.backshare .detailback, .topblock.contact-block {    display: flex; align-items: center;}
.bx-mac .social.detail-social a {width: 36px; height: 36px; line-height: 2;}

.social.detail-social .vk .fa {font-size: 20px;}
.social.detail-social .fb .fa {font-size: 22px; vertical-align: middle; }
.social.detail-social .twitter .fa {font-size: 24px; position: relative; top: 2px;}
.newsdetail.imgageleft .pic img {width: 100%}
.topblock .adress img, .topblock .email img {margin-right: 24px;}
.topblock .adress {display: flex; align-items: center; margin-right: 80px;}
.staffcontact .staff_section_items {margin-top: 30px;}
.topblock.contact_block { display: flex; align-items: center; margin-bottom: 40px}
.staffcontact .staff_section_items .item:hover {transform: scale(1); cursor:pointer; }
.staffcontact .staff_section_items .item:hover .item-wrapper:after {background: rgba(193, 0, 0, 0.8);}
.staffcontact .staff_section_items .item:hover  .post.e-mail, .staffcontact .staff_section_items .item:hover  .post.e-mail a, .contact_block .email a:hover {color: #DC0008;}
.staffcontact .staff_section_items .item .name {font-weight: 500; margin-bottom: 10px;}
.staffcontact .item-wrapper {padding: 20px 30px; position: relative; border: 1px solid #E2E2E2; margin-bottom: 30px;}
.staffcontact .item-wrapper:after {top: 0; left: -1px; width: 5px; position: absolute; background: #C4C4C4; height: 100%; content:""; }
.contact_block .email a {color: #242424;}
.mainform .control-label {
	display: inline-block;
    position: absolute;
    top: 11px;
    left: 58px;
    height: 22px;
    color: #bbb;
	z-index:-1;
}

html .mainform .form-control {height: 47px; border-radius: 6px; background-color: transparent; z-index: 1009; }
.mainform input:focus + label, .mainform input.must-be-filled + label, .mainform textarea.must-be-filled + label {
    display: none;
}


.mainform .textarea-wrap .control-label   {left: 30px;}
.mainform .req-col span {font-size: 15px}
.mainform .req-col {padding-right: 0; text-align: right; line-height: 36px;}
.mainform textarea:focus + label {display: none;}

.ymaps-image-with-content {
    width: 48px !important;
    height: 64px !important;
    background-size: 48px 64px !important;
	background-image: url(/bitrix/templates/cor/images/icon-yandex.png) !important ;
}


.broadcast_list.specprojects .section-item .section-image {width: 135px;}
.broadcast_list.specprojects .data {padding-left: 25px; display: table-cell; vertical-align: middle; padding-right: 15px;}
.broadcast_list.specprojects .data .title {margin-bottom: 11px;}
.broadcast_list.specprojects {border-bottom: none;}
.backshare .detailback:hover span, .maincontent .detailback:hover {color: #242424; }
.backshare .detailback:hover .fa:before {background: url(/local/templates/b24new/styles/../images/vector-back-h.svg) no-repeat center;}
.top-search.mobile-search .nav > li > a > .search.lupa:before {
    content: '\f002';
    background: none;
} 

.team_audio .staff .item .row,  .staff.audio_list .item .row {border: 1px solid #E2E2E2; }
.team_audio .staff .item:hover,  .staff.audio_list .item .row:hover {box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);}
.team_audio .staff .item .data {padding-top: 30px}
.history.item-views.list .item {
    background: #fafafa;
    margin-bottom: 10px;
    position: relative;
    border: none;
}


.history.item-views.list .item .title {
    padding: 16px 0;
    font-weight: 500;
    float: left;
    text-align: center;
    width: 221px;
    margin: 0;
    font-size: 20px;
    line-height: 44px;

}

.history.item-views.list .item .info {
    background: none repeat scroll 0 0 #f6f6f6;
    margin-left: 221px;
    padding: 24px 10px;
}

.history.item-views.list .item .info > .row {margin: 0;}
.audio_list .col-image {width: auto; max-width: 135px;}
.audio_list .col-image + div {padding-left: 20px;}
.no-margin {margin-left: 0; margin-right:0;}
#audio-archive {height: 38px; border: 1px solid #E6E6E6; border-radius: 5px; padding-left: 15px;}
.audio_filtr input[type="submit"] {position: relative; top: -2px;}
.daterangepicker .calendar-table .table-condensed > tbody > tr > td, .daterangepicker .calendar-table .table-condensed > thead > tr > th {padding: 6px 5px;}
body .daterangepicker .calendar {max-width: 315px;}
body .daterangepicker td.active, body .daterangepicker td.active:hover {background-color: #9C0006;}
body .daterangepicker {width: 312px;}
.staff.audio_list {margin-top: 37px;}
.news_archive h3, .component-form-events-filter .component-header h3 {margin-top: 10px; margin-bottom: 22px; font-weight: 600;}
 .component-form-events-filter .label {display: inline-block; padding: 0 0 .5em; font-size: 100%; font-weight: 600;}
.propgramm_info {padding-left:0;}
.news-detail.audio .propgramm_info li {padding-left:18px; display: inline-block; margin-right: 27px; margin-bottom: 30px;} 

body .maincontent .news-detail.audio ul.propgramm_info > li:before {left:0 !important; border-radius: 0 !important; top: 7px !important;}
body .maincontent .reviews-block-container table td {text-align: left;}
body .maincontent .reviews-block-container table {border-bottom: none;}
body .maincontent .auth_name b {font-weight: 500; color: #242424;} 
.reviews-reply-form .reviews-reply-buttons input { 
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
	border-radius: 5px;
    border: none;
    padding: 0 30px;
}
	
.reviews-reply-form .reviews-reply-buttons input[name="send_button"] { background: linear-gradient(151.02deg, #DC242B 0%, #AA0007 100%), #F4F4F4; }
	
body .reviews-reply-form .reviews-reply-buttons input[name="view_button"] {margin-left: 15px; background: #fff; color: #AA0007; border: 1px solid #AA0007; }
body .reviews-reply-form .reviews-reply-buttons input[name="view_button"]:hover {background:#AA0007; color: #fff; border: 1px solid #AA0007; }
body .reviews-reply-form .reviews-reply-buttons input[name="send_button"]:hover {background:#AA0007;}

.soc-reg-icons .ulogin1.ulogin_panel {margin-top: 8px;}
.soc-reg-icons {margin-bottom: 32px; margin-top: 20px; font-size: 16px;}
.maincontent table.reviews-post-table tr.reviews-actions td {border: none; padding: 15px;} 
.maincontent table.reviews-post-table tr td {border: none; padding: 12px 15px 0 15px;} 


body .maincontent .reviews-block-container table.reviews-post-table {border: 1.2px solid #E2E2E2;}
body .maincontent .reviews-block-container table.reviews-post-table tr {border-bottom: none;}
.reviews-reply-form form.reviews-form {background-color: transparent;}
.reviews-reply-form .feed-add-post-form {border-radius: 5px; border: 1px solid #E6E6E6;}
.reviews-reply-field.reviews-reply-field-settings {margin-left: 15px;}
.col-news-image {height: 202px; margin-bottom: 15px;}
.col-news-image img {width:100%; height: 100%; object-fit: cover; object-position: top;}
.reviews-reply-field-settings label {font-weight: 400;}

.ulogin-button-facebook {background: url(/local/templates/b24new/styles/../img/share-fb.png) 0px 0px no-repeat !important; width: 24px !important; height: 24px!important;}
.ulogin-button-vkontakte {background: url(/local/templates/b24new/styles/../img/share-vk.png) 0px 0px no-repeat !important; width: 24px !important; height: 24px!important;}
.ulogin-button-odnoklassniki {background: url(/local/templates/b24new/styles/../img/share-ok.png) 0px 0px no-repeat !important; width: 24px !important; height: 24px!important;}
.ulogin-button-twitter {background: url(/local/templates/b24new/styles/../img/share-twitter.png) 0px 0px no-repeat !important; width: 24px !important; height: 24px!important;}
#gallery .image_frame a {height: 158px;}
.thumb .image_holder img {
    transition: all 0.5s ease-out;
    object-fit: cover;
    object-position: center;
    height: 100%;
    object-fit: cover;  
}
.news-detail.news .date, .news-detail.show .schedule {color: #909090; }
.news-detail.news .date:before, .schedule-description .schedule:before {
	position: absolute;
    content: "";
    left: 0;
    top: 0.25rem;
    height: 14px;
    width: 3px;
    background: #9D0808;} 
	
.reviews-reply-form:before  {
		content: " ";
		display: table;
		clear: both;
}
	
	
.col-news-image.video, .col-news-image.audio  {position: relative;}
.col-news-image.video:after, .col-news-image.audio:after {
	position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    background: url(/bitrix/templates/cor/images/play-small.png) 0 0 no-repeat;
    right: 0;
    bottom: 0;
    z-index: 9;}


.bx-firefox body ul.footer-menu li 
    {
	 margin-right: 0 !important; 
	 -moz-page-break-inside: avoid;
	  -webkit-column-break-inside: avoid;
	  break-inside: avoid;
	  -o-column-break-inside: avoid;
	  -ms-column-break-inside: avoid;
	  -column-break-inside: avoid;
	  page-break-inside: avoid;
	  float: none;}
	  
.bx-firefox body ul.footer-menu {text-align: left;}

.team_audio .item {display: table;} 
.team_audio .item .col-md-3, .team_audio .item .col-md-9  {
	float: none;
    display: table-cell;
    vertical-align: middle;} 

.team_audio .staff .item .data {padding-top: 0;}	
.pageshedule .filter.row .btn {margin-bottom: 15px; font-size: 18px; padding: 14px 15px; padding: 13px 15px; margin-right: 8px;}	
.pageshedule a .programs:not(.activeColor):not(.previousColor) {color: #242424;}
.pageshedule .col-pr-item a:hover .programs { color: #d21d24;}
.pageshedule .btn-primary {color: #fff; background: linear-gradient(147.79deg, #DC242B 0%, #AA0007 100%), #F4F4F4; border: none; font-weight: 600;}
.pageshedule .btn-default, .btn.btn-default.reset-filter {color: #242424; font-weight: 600; font-size: 18px;  border: none; background: linear-gradient(161.68deg, #F5F5F5 0%, #E3E3E3 100%);}
.btn.btn-default.reset-filter{padding-left: 15px; padding-right: 15px;}
html .pageshedule .btn-default:hover {border-color: #AA0007;} 
.pageshedule .dateshedule {margin-bottom: 10px;}
#select_pr + .jq-selectbox__select {height: 38px; position: relative; border-radius: 5px;}
.jq-selectbox {width: 253px; display: inline-block; position: relative;}
.jq-selectbox__dropdown ul {
	position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;}
	
.jq-selectbox__dropdown {
    background: rgba(247, 245, 250, 0.942);
    position: absolute;
	width: 100%;}
	
.audio_filtr .reset-filter {
    position: relative;
    top: -2px;
	height: 38px;
}

.detailback:hover .fa:before {
    background: url(/local/templates/b24new/styles/../images/vector-back-h.svg) no-repeat center;
}

.detailback .fa:before {
    background: url(/local/templates/b24new/styles/../images/vector-back.svg) no-repeat center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
}
body .detailback i {
	padding: 0;
    box-shadow: none;
    margin-right: 8px;}
	
.not-found {color: #DC0008; margin: 15px 0; }
a.detailback {text-decoration: none; display: flex; align-items: center;} 

/*.video-archive .image #play-video-btn-small + img, .video-archive .image iframe {height:  190px !important; }*/
.video-archive .rest-block .image .col-md-12 {max-height: 100%;} 

@media (max-width: 380px) {
	.reviews-reply-form .reviews-reply-buttons input {padding: 0 20px;}
}


body #blockwithplayer {position: fixed; bottom: 0; width: 100%; z-index: 12} 

body #blockwithplayer #playermain {border: none !important; height: 100px; box-sizing: border-box; border-radius: 0 !important; box-sizing: border-box !important;}

.playeryt a { 
    width: 40px;
    height: 40px;
    background: #8D9093;
    display: inline-block;
    color: #2F353B;
    font-size: 23px;
    font-weight: 600;
    border-radius: 100%;
    text-align: center;
	line-height: 42px;
	/*vertical-align: middle;
	display: table-cell;*/}
	
	
#playermain #playermain_control_pjs_title_text, 
#playeraudio_control_pjs_title_text,  #playervote_control_pjs_title_text
    {font-family: Roboto !important;
	font-style: normal;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 19px;
	color: #E4E5E6 !important;
	opacity: 1 !important;
	padding-left: 0 !important;
	
	}
	
	
.playerblock .playersteamlist .streamitem {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 5px;
	margin-right: 6px; 
}

#playermain_control_pjs_title {left: 226px; top: 23px !important; }
#playermain_control_vote_like {top: 23px !important;}
#playermain #playermain_control_vote_like_text  {font-size: 15px !important;}
.playerblock .playersteamlist .streamitem:hover, .playerblock .playersteamlist .streamitem:focus  {background: rgba(255, 255, 255, 0.45); text-decoration: none;}

/*#playermain_control_volumebutton pjsdiv:last-child, #playermain_control_volumebutton > pjsdiv {width: 138px !important; left: -50px !important; }
#playermain_control_volumebutton pjsdiv:last-child pjsdiv:first-child  {width: 138px !important;}*/

#playermain_control_volumebutton > pjsdiv:before, #playeraudio_control_volumebutton > pjsdiv:before {left: -30px; top: -12px; content:''; position: absolute; display: block; width: 20px; height: 20px; background-image: url(/bitrix/templates/cor/images/reduced-volume.svg);}

#playermain_control_playbutton_icon0, #playeraudio_control_playbutton_icon0 {
	background: linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), #C4C4C4;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
	border-radius: 100%;
	transform: scale(3.4) !important; }
	
#playermain_control_playbutton_icon0 svg g path:first-child, 
#playeraudio_control_playbutton_icon0 svg g path:first-child,
#playervote_control_playbutton_icon0 svg g path:first-child  {fill: none;} 
 
#playermain_control_playbutton_icon1, #playeraudio_control_playbutton_icon1 {transform: scale(3.4) !important; }
#playermain_control_playbutton_bg, #playeraudio_control_playbutton_bg {transform: scale(3.4) !important; } 

/* @media not all and (min-resolution:.001dpcm) { @media {
    
		#playermain_control_playbutton_icon1, 
		#playermain_control_playbutton_bg, 
		#playermain_control_playbutton_icon0, 
		#playeraudio_control_playbutton_bg, 
		#playeraudio_control_playbutton_icon1, 
		#playeraudio_control_playbutton_icon0 {transform: scale(2.3) !important; }

	}
} */


/* Player mobile */
@media (max-width: 1024px) {

	#playermain_control_playbutton_icon1, #playermain_control_playbutton_icon0, #playermain_control_playbutton_bg {transform: scale(2.6) !important; }
	body #playermain_control_playbutton, #playermain_control_playbutton + pjsdiv {left: 93% !important;}
	#playermain_control_playbutton + pjsdiv {transform: scale(1.8) !important; } 
	
}

@media (max-width: 768px) {

	#playermain_control_playbutton_icon1, #playermain_control_playbutton_icon0, #playermain_control_playbutton_bg {transform: scale(2.4) !important; }
	body #playermain_control_playbutton, #playermain_control_playbutton + pjsdiv {left: 93% !important;}
	#playermain_control_playbutton + pjsdiv {transform: scale(1.6) !important; }  
}

@media (max-width: 745px) {
	.page-header .has_social {display: flex; justify-content:space-between; -webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column; 
			white-space: nowrap;} 	
	.page-header .has_social .detail-social{
	  text-align: left;
	  margin-top: 15px !important;
	}
	.staff.team .item {float: left; width: 50%;}
    .team-detail .btn.reset-filter {float: right;}
	#playermain #playermain_control_pjs_title_text, #playeraudio_control_pjs_title_text, #playervote_control_pjs_title_text  {font-size: 12px !important;}
	.playersteamlist {display: none;}
	body #blockwithplayer #playermain, body #playeraudio, body .vote-items-list #playervote {height: 50px;}
	#playermain_control_playbutton_icon1, 
	#playermain_control_playbutton_icon0, 
	#playermain_control_playbutton_bg, 
	#playermain_control_playbutton + pjsdiv,
    #playeraudio_control_playbutton_bg, 
	#playeraudio_control_playbutton_icon1, 
	#playeraudio_control_playbutton_icon0,
	body #playervote_control_playbutton_bg, 
	body #playervote_control_playbutton_icon1, 
	body #playervote_control_playbutton_icon0	{transform: scale(0.8) !important; }
	
    body .playerblock .playerposter {width: 50px; background-size: cover;}
	#playermain_control_pjs_title_text, #playeraudio_control_pjs_title_text, #playervote_control_pjs_title_text {left: 0!important;}
	#playermain_control_pjs_title,  #playeraudio_control_pjs_title  {left: 61px !important; }
	#playervote_control_pjs_title {left: 11px !important; }
	#playeraudio_control_pjs_title {top: 23px !important; } 
	body .playeryt a {
		width: 17px;
		height: 18px;
		height: 17px;
		font-size: 12px;
		text-align: center;
		line-height: 18px;}
		
	body #playermain_control_playbutton, #playermain_control_playbutton + pjsdiv,  
	body #playeraudio_control_playbutton, #playeraudio_control_playbutton + pjsdiv, 
	body #playervote_control_playbutton, #playervote_control_playbutton + pjsdiv {left: 93% !important;}
	#playermain_control_pjs_title {color: #E4E5E6; }
	body .playerblock .playeryt { position: absolute; top: 21%; right: 15%;}
	#playermain_control_pjs_title_text {padding-left: 8px;}
	body #pjsfrrsplayeraudio + pjsdiv + pjsdiv {opacity: 1 !important; width: 50px !important; left: 0 !important; height: 100% !important; }
    body #pjsfrrsplayeraudio + style + pjsdiv + pjsdiv {
		opacity: 1 !important;
		width: 50px !important;
		left: 0 !important;
		height: 100% !important;
		margin-top: 0 !important;
		top: 0 !important; }


    #playeraudio.withlist #pjsfrrsplayeraudio + pjsdiv + pjsdiv, #playeraudio.withlist #pjsfrrsplayeraudio + style + pjsdiv + pjsdiv  {opacity: 0 !important;}  		
	.team_smi .btn.reset-filter {float: right !important; }
	 
	
}


@media (min-width:768px) and (max-width:991px) { 
   .wrapper.videoblock .item:nth-child(3n+1) {clear: left;}
   .inner-row.news-page .component-content .row.news .item{width: 25%; float: left;}
   .inner-row.news-page .row.news .col-news-image { max-height: 102px; height: 102px;} 
   .inner-row.news-page .news.sections li {margin-bottom: 0; }
    body .inner_news-menu .news.sections li a {padding: 14px 5px; font-size: 16px;}
    body .inner_news-menu .news.sections li.active a:after,  body .inner_news-menu .news.sections li:hover a:after {left: 5px;}
   .component-form-subscription .component-content .action-SUBMIT {margin-top: 30px;}
}


#playeraudio {height: 100px; border-radius: 0 !important; }
@media (max-width:370px) {  
	body .playerblock .playeryt {
		position: absolute;
		top: 21%;
		right: 12%;
	} 
}

#playeraudio_control_playlist_icon0 {left: 0;top: 0;}
#playeraudio_control_playlist_bg {left: 0;top: 0;}
#playeraudio_control_playlist {top: 19px !important; }
#playeraudio_control_vote_like {opacity: 0 !important;}
#playeraudio {margin: 20px 0; border: none !important;}
#pjsfrrsplayeraudio + pjsdiv + pjsdiv {opacity: 1 !important; width: 100px !important; height: 100px !important; top: 0 !important; left: 0 !important; margin-top: 0 !important; border-radius: 0 !important;}
.reviews-reply-form {margin-top: 20px;}
div.bx-auth-serv-icons i {width: 24px; height: 24px; margin: 0.14rem; background-size: contain !important; }
.soc-reg-icons div.bx-auth-serv-icons a { border:none; margin: 0px;}
.soc-reg-icons div.bx-auth-serv-icons a:hover {opacity: 0.9; border:none;} 
.soc-reg-icons .bx-auth-serv-icons {display: inline-block; margin-left: 8px; position: relative;top: -4px;}


.maincontent .inner-row .sms-block-inner ul > li:before {display: none;} 
.maincontent .inner-row .sms-block-inner .sms-list .sms-item:not(:first-child) {opacity: 1}
.sms-item .date {margin-bottom: 10px;}
.sms-block-inner .sms-item .date {margin-bottom: 4px;} 
.sms-block-inner .sms-item {margin-bottom: 25px;} 
.yashare .b-share .b-share-icon.b-share-icon_twitter {background: url(/local/templates/b24new/styles/../images/tw.svg) no-repeat center / cover;}
.yashare .b-share .b-share-icon.b-share-icon_facebook {background: url(/local/templates/b24new/styles/../images/fb.svg) no-repeat center / cover;}
.yashare .b-share .b-share-icon.b-share-icon_vkontakte {background: url(/local/templates/b24new/styles/../images/vk.svg) no-repeat center / cover;}
.yashare .b-share .b-share-icon.b-share-icon_odnoklassniki {background: url(/local/templates/b24new/styles/../images/ok.svg) no-repeat center / cover;}
.maincontent table.map-columns tr td {border: none;}
.voting-list-box .voting-form-box {border: none;}
@media (min-width: 1200px) {
	.list.team .staff_section_items .item .image {width: 260px; height: 260px; }
}

body div.bx-auth-serv-icons a:hover {border: none; }
body div.bx-auth-serv-icons a {margin: 0;}

  
@media (max-width: 420px) { 

	#playermain #playermain_control_pjs_title_text,
	#playeraudio_control_pjs_title_text  {white-space: pre-wrap !important; width: 190px !important; line-height: 16px}
    body .table-frequencies td p, body .table-frequencies  th p {font-size: 15px;}
	.maincontent table.table-frequencies  { overflow-x: unset; display: table; table-layout: fixed; } 
	.wrapper.previewblock > .container {padding-left: 0px; padding-right: 0px;}
	.releaseblock .release_block.news .no-padding {background-color: transparent;}

}

#pjsfrrsplayervote + pjsdiv + pjsdiv {z-index: 10; opacity: 1 !important; width: 100px !important; height: 100px !important; border-radius: 0 !important;  top: 0 !important; left: 0 !important; margin-top: 0 !important; }
body #playervote {border-radius: 0 !important; height: 100px;  margin-top: 15px;}
#playervote_control_volumebutton > pjsdiv:before {
    left: -30px;
    top: -12px;
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/templates/cor/images/reduced-volume.svg);
}


#playervote_control_playbutton_icon0, #playervote_control_playbutton_icon0 {
    background: linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), #C4C4C4;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    border-radius: 100%;
    transform: scale(3.4) !important;
} 

#playervote_control_playbutton_icon1, #playervote_control_playbutton_icon1 {
    transform: scale(3.4) !important;
} 
#playervote_control_pjs_title_text {font-size: 16px !important;}
#playervote_control_vote_like {display: none !important;}


body div.bx-html-editor {z-index: 9;}
div.bx-auth-serv-icons i.facebook {background: url(/local/templates/b24new/styles/../images/fb.svg) no-repeat center / cover;}
div.bx-auth-serv-icons i.twitter {background: url(/local/templates/b24new/styles/../images/tw.svg) no-repeat center / cover;} 
div.bx-auth-serv-icons i.vkontakte	{background: url(/local/templates/b24new/styles/../images/vk.svg) no-repeat center / cover;}
div.bx-auth-serv-icons i.odnoklassniki {background: url(/local/templates/b24new/styles/../images/ok.svg) no-repeat center / cover;}
ul.main-menu-nav {padding-left: 122px;}

@media (min-width: 1420px) {
	.container {
		width: 1360px;
	} 

	.top > .top-menu-container {
		max-width: 1360px;
	} 
}


@media (min-width: 1420px) {
	.container {
		width: 1360px;
	} 

	.top > .top-menu-container {
		max-width: 1360px;
	} 
}

@media (min-width: 1580px)  and (max-width: 1650px) {
	.container {width: 1530px;} 
	.top > .top-menu-container {max-width: 1530px;}
}

@media (min-width: 1660px) {
	.container {width: 1560px;} 
	.top > .top-menu-container {max-width: 1530px;}
}

@media (min-width: 1200px) and (max-width: 1440px) { 
	
	.main-menu-nav .dropdown.lvl1 {padding: 0 18px;}
	header.color .navbar-default .navbar-nav li > a {font-size: 15px;}

}


.top-menu-container .top-block {
	width: 100%;
    float: none;
    text-align: center;}
	
.top-menu-container .lang-col {width: 65%;}

.top-block .social {min-width: 230px; text-align: center; display: flex; align-items: center; justify-content: space-between;}  
.top-block .social a {margin-right: 7px;}
.top-menu-container .top-block.efir a {color: #fff; font-weight: 600; padding-left: 30px; background: url(/local/templates/b24new/styles/../images/play-efir.svg) no-repeat left center;line-height: 52px; height: 52px;display: block; }

.owl_danners2 .owl-item .item.text .image, .owl_danners2 .owl-item .item.banner .image {background-size: cover;}

.wrapper.releaseblock, .wrapper.footer-photoblock {background: linear-gradient(360deg, #F6F6F6 61.98%, #FFFFFF 100%);} 
.wrapper.footer-photoblock .footer-photo {padding-bottom: 50px;}


.release_block.news .no-padding {background: #fff;}
.release_block.news .item {margin-bottom: 0;}
.news.sections {text-align: center; margin-bottom: 100px;}
.news.sections li {display: inline-block; margin-right:15px; margin-bottom: 10px;}
.news.sections li:before {display: none;}
.news.sections li a {
    color: #242424;
    padding: 15px 15px;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    background: linear-gradient(292.61deg, #EFEFEF 0%, #F4F4F4 100%), #C4C4C4;
    border-radius: 8px;
    border: none;
    line-height: 23px;
	font-weight: 600;
}

 .innercol.col-md-7 .item .image { 
	height: 508px;
    max-height: 508px;
	margin-bottom: 0;
 
 }
 
.innercol.col-md-7 .item .image img {
    display: inline-block;
    width: 100%;
    /* max-width: 100%; */
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 508px;
}

.innercol.col-md-7 .item  {position: relative;}
.innercol.col-md-7 .item .name {color: #fff;}
.innercol.col-md-7 .info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    padding: 16px 20px 17px 20px;
}


.first-part .col-md-7 .date {color: #DDDDDD; margin-bottom: 8px;} 
.news_items .first-part {margin-bottom: 20px}

.release_block.news .owl-carousel .owl-item img {display: inline-block;
    width: 100%;
    /* max-width: 100%; */
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 333px;}
	
	
	
@media (min-width: 992px) {
	.col-md-7.release {width: 60%;} 
	.col-md-5.efir {width: 40%;}
	.footer-photo .item:nth-of-type(3n+1), .component-announcements-list .item:nth-of-type(3n+1) {clear: left;}
	
}


@media (min-width: 1366px) {
	.component-announcements-list .item:nth-of-type(3n+1) {clear: left;}
	
}

.section-image  {margin-bottom:17px;}
.release_block .info {padding-top: 15px; padding-right: 15px; }
.news_items .lenta .item:last-child {margin-bottom: 0;}
.section-shedule {margin-bottom: 9px;}
.news .sec-part .item .image img {
	display: inline-block;
    width: auto;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    /* max-width: 100%; */
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 158px;}


.projectsblock .top_block, .footer-photo .top_block  {text-align: center; margin: 80px 0px 50px;}
.footer-features {padding-left: 0;}
.projectsblock .owl-carousel .owl-item img {
    display: block;
    width: 100% ;
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 202px;
} 

.projectsblock .section-image {margin-bottom: 18px; }
.projectsblock .section-shedule {margin-bottom: 7px;}
.col-md-12.footer-banners {padding-left: 0; padding-right: 0;}
.projectsblock .broadcast_main {margin-bottom: 28px;}
.releaseblock .container {padding-bottom: 65px;}
.news_items .lenta .item .name{
	text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 1.38;}
	
header.color .navbar-default .navbar-nav li > a {position: relative;}
header.color .navbar-default .navbar-nav li.lvl1:hover > a:after, 
header.color .navbar-default .navbar-nav li.active.lvl1 > a:after {
	position: absolute; 
    content: '';
    background: #9D0808;
    left: 0;
    height: 4px;
    width: 50px;
    display: block;
    bottom: 0;}

.main-menu-nav  {display: flex; justify-content: space-between;} 


@media (max-width: 1799px) { 	

	.broadcast_main .broadcast_slide .owl-nav { margin-bottom: 20px; margin-top: 50px;}

}
@media (max-width: 1430px) { 

	.bx-firefox	.main-menu-nav .dropdown.lvl1 {padding: 0 18px;} 
	.bx-firefox	.main-menu-nav .dropdown.lvl1 > a {font-size: 15px;}
	
}

@media (max-width: 1400px) { 
	.top-menu-container .top-block.efir a {line-height: 1.3; height: auto;}
	body .search-page .field-wrap .additional_search_blcok .search-tlte {font-size: 16px; margin-right: 30px;}
	.search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-3, 
	.search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-2 {font-size:17px}
	
}


@media (max-width: 1599px) { 

	/* .release_block.news .owl-carousel .owl-item img {
		max-height: 289px;
	} */
	.release_block .info {
		padding-top: 15px;
		padding-right: 15px;
		max-height: 286px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.release .release_block .owl .owl-nav div.prev, .release .release_block .owl .owl-nav div.next {bottom: 130px !important;}
	.release .release_block .desc {
		max-height: 132px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
    line-clamp: 5;
		-webkit-box-orient: vertical;}
	
}
 @media (min-width: 1199px) {  
	.top-menu-container .lang-col {padding-right:0;}
	.search-page.news .col-news-image  {margin-bottom:0;}
	.news-page .row.gallery-list .thumb.loaded {width: 20%;}
	
}
 
 @media (min-width: 1260px) { 
		.broadcast_slide .owl-nav {
			position: absolute;
			width: 100%;
			top:0;
		} 
		.broadcast_slide .owl-nav div.prev {
			position: absolute;
			left: 0;
			top: 95px;
		} 
		.broadcast_slide .owl-nav div.next {
			position: absolute;
			right: 0;
			top: 95px;
		}  
		.broadcast_main .broadcast_slide .owl-nav {
			margin-bottom: 0px;
			margin-top: 0px;
		}


}

@media (min-width: 1800px) { 
		.broadcast_slide .owl-nav {
			position: absolute;
			width: 100%;
		} 

		.broadcast_slide .owl-nav div.prev {
			position: absolute;
			left: -120px;
		} 

		.broadcast_slide .owl-nav div.next {
			position: absolute;
			right: -120px;
		}  

}



@media (max-width: 1570px) { 
		.broadcast_slide .owl-nav {
			position: absolute;
			width: 100%;
		} 
		.broadcast_slide .owl-nav div.prev {
			position: absolute;
			left: 0;
		} 
		.broadcast_slide .owl-nav div.next {
			position: absolute;
			right: 0;
		}  

} 
.broadcast_slide .owl-nav div {bottom: 187px !important; }

.broadcast_slide .owl-nav div :hover {background: transparent;}

.broadcast_main .broadcast_slide.owl .owl-nav div span {
	color: #fff; 
	background: rgba(0, 0, 0, 0.13); 
	width: 50px; 
	font-size: 38px; 
	padding: 5px 19px 6px 17px;
	border-radius: 50%;}
	
.broadcast_main .broadcast_slide.owl .owl-nav div.next span {padding: 5px 17px 6px 19px;} 	
.owl.broadcast_slide .owl-nav div > span:hover {background: linear-gradient(315deg, #870000 0%, #D21C1C 100%);}
header.color .navbar-default .navbar-nav li:hover > a {color: #9D0808;  }
.projectsblock .projects {padding-bottom: 45px;}
/* .owl_danners2.danners2 .owl-item {max-width: 1530px;} */
.footer-photoblock .item .image img {
	display: inline-block;
    width: auto;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto;
    max-height: 275px;
	min-height: 275px;
	
}

.footer-photoblock .item .image {margin-bottom: 20px;}
.footer-photoblock .item {margin-bottom: 35px;}
.photolink {text-align: center; margin-top: 15px;}
.photolink a {font-size: 18px; border-radius: 50px; padding: 14px 29px; background: linear-gradient(348.61deg, #870000 0%, #D21C1C 100%); font-weight: 600;}
.release_block.news .owl-nav {width: calc(66.66667% - 10px); position: relative; margin:0; padding-bottom: 0;}
.footer-photoblock .item .name:hover, .news .item a.name:hover, .component-announcements .item-content a.title:hover {color: #9D0808;}
.owl_danners .owl-nav div.next > span, 
.owl_danners2 .owl-nav div.next > span {
    background: rgba(0, 0, 0, 0.5);
    padding: 48px 4px 48px 8px;
    border-radius: 0px 5px 5px 0;
	color: #fff;
}

.release_block .owl .owl-nav div.next > span {
	background: rgba(0, 0, 0, 0.5); 
	border-radius: 8px 0px 0px 8px; 
	padding: 36px 7px 36px 9px;
	color: #fff; 
	font-size: 26px;}
		
.release_block .owl .owl-nav div.prev > span {
    padding: 36px 9px 36px 7px;
    background: rgba(0, 0, 0, 0.5);
	border-radius: 0px 8px 8px 0px;
	color: #fff;
	font-size: 26px;
}

.release_block .owl .owl-nav div.next {position: absolute; right: 0; bottom: 155px !important;}

.release_block .owl .owl-nav div.prev {position: absolute; left: 1px; bottom: 155px !important;} 
.broadcast_slide .owl-item a:hover .section-title {color: #9D0808;}
.left-feautures-content img {max-height: 333px;}
.news .lenta .item .date {margin-bottom: 10px}
.bx-mac .top-search .search-open .btn-primary {
	padding: 6px 14px 7px;
	max-height: 35px;}
	
.left-feautures-content {width: 40%; margin-right: 30px;}

.top-menu-container .top-block a.ok {line-height: 26px;}
.top-menu-container .top-block a.ytube, .top-menu-container .top-block a.inst {line-height: 24px; text-align: center;}
.top-menu-container .top-block a.inst:hover {background: linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), linear-gradient(315deg, #E8E8E8 0%, #F4F4F4 100%);}
.bx-mac .top-menu-container .top-block a.inst:hover {background: linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), linear-gradient(315deg, #E8E8E8 0%, #F4F4F4 100%);}
														
.release_block .video .release-image, .first-part .col-md-7 .video-image, .news-detail .video .release-image, .left-feautures-content .video, .video .release-image  {position: relative;}											
.release_block .video .release-image:before, 
.first-part .col-md-7 .video-image .video:before, 
.news-detail .video .release-image:before, .left-feautures-content .video:before, .video .release-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -48px -48px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    overflow: hidden;
    background-image: url(/local/templates/b24new/styles/../images/play-button.svg);
    background-repeat: no-repeat;
    padding-left: 92px;
    padding-right: 0;
    padding-top: 92px;
    padding-bottom: 0;
    background-position: 0px 0px;
	cursor: pointer;
	z-index: 9;
}

.release_block .video .release-image:hover:before,
.video .release-image:hover:before, 
.news-detail .video .release-image:hover:before,
.left-feautures-content .video:hover:before, 
.first-part .col-md-7 .video-image .video:hover:before,
.first-part .col-md-7 .video-image .video:hover:before, 
.component-video-gallery .video .release-image:hover:before   {background: url(/local/templates/b24new/styles/../images/play-hover.svg) no-repeat;}

.news.sections li a:hover, .inner-row .news.sections li.active a {color: #fff; background: linear-gradient(116.09deg, #E44927 0%, #B9100F 100%), linear-gradient(292.61deg, #EFEFEF 0%, #F4F4F4 100%), #C4C4C4;} 
.inner-row .inner_news-menu .news.sections li.active a {background: none;}
.to-top {
    margin-bottom: 50px;
    margin-top: 50px;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: auto!important;
	z-index: 9;
} 

.to-top a {
    opacity: 0.9;
}


.search-mobile form {position: relative;}
.search-mobile .input-group {border: 1px solid #D9D9D9; border-radius: 50px; min-width: 238px;}
.search-mobile .input-group input {border: none; background-color: transparent; padding-right: 0;}
.search-mobile .input-group .btn-primary, body .search-mobile .input-group .btn-primary:focus, body .search-mobile .input-group .btn-primary:hover {background: url(/local/templates/b24new/styles/../images/search-mobile.svg) center center no-repeat; padding-left: 10px;}
body .search-mobile .input-group .form-control:focus {box-shadow: none; }



@media (min-width: 991px) {
	.news_items .first-part .innercol:first-child {width: 60%} 
	.news_items .first-part .innercol:last-child {width: 40%} 
	body .news.shows .item-archive .col-news-image  {margin-bottom:0;}
	.articles-item {width: 33.33333%;}

}


@media (min-width: 1770px) {
	.streamblock .owl-nav .prev {
		position: absolute;
		left: -8%;
	}
	
	.streamblock .owl-nav .next {
		position: absolute;
		right: -8%;
	}
}

.section-after-page-content .container {width: 100%; padding: 0;}
.streamblock .propgram-time {font-weight: 700; font-size: 18px; line-height: 25px; color: #242424; margin-bottom: 6px;}
.streamblock .owl-item .row {margin:0;}
.streamblock .owl-item .stream-img  
	{min-width: 130px;
    padding: 0;
    max-width: 130px;
	padding-bottom: 19px;} 
	
.streamblock .owl .owl-nav div {border-radius: 50%;}
.streamblock .owl-item .item .data .name a {
    backface-visibility: hidden;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height:1.3;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
		
}

.stream-data {height:76px;}
.streamblock .newslistcol {padding-top: 9px;padding-bottom: 0; margin-top: 0;}
.streamblock .owl-item .next .stream-img .image {opacity: 0.5; }
.streamblock .newslistcol .item .data .descr a.fancyajax {text-decoration: underline; font-weight: 600;}
.streamblock .newslistcol .item .data .descr a.fancyajax:hover {text-decoration: none; color: #242424;}
.now-onair {font-family: Open Sans; font-weight: normal; font-size: 16px; line-height: 22px; color: #919191;margin-left:10px;}
.streamblock .owl-nav.container {margin-top: 0;}
.streamblock .item.current .propgram-time {color: #9D0808;}
.stream-img {position: relative; }
.streamblock .item.current .stream-img:after  {
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #CC0101;
    border-radius: 5px;} 

	
.component-datepicker-filter > .component-content input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
	cursor:pointer;
}


.datepicker-panel ul:not(.footer-menu) > li:before {display: none;}

.wrapper.previewblock {
  /* background: url(/local/templates/b24new/styles/../images/back-previewblock.png) no-repeat; */
  background-size: cover;
}
.previewblock .top_block {text-align: center; background: url(/local/templates/b24new/styles/../images/back-previewblock.png) no-repeat;}
.previewblock .broadcast_main {padding-bottom: 66px;}
.previewblock .top_block .title_block, h2.title_block, .previewblock .broadcast_slide .section-title {color: #fff;}
.previewblock .section-shedule, .previewblock .section-shedule a {color: #DBDBDB;}
.previewblock .section-image .image img {
	object-fit: cover;
    object-position: center;
    height: auto;
    height: 202px;
	width: 100%;}
	
	
.streamblock .owl .owl-nav div.next span {padding: 2px 7px 3px 11px;}
.streamblock .owl .owl-nav div.prev span {padding: 3px 11px 3px 7px;} 

@media (max-width: 1700px) {
	.streamblock .owl .owl-nav.container div {
		width: 35px;
		height: 35px;
		background: rgba(0, 0, 0, 0.13);
		line-height: 38px;
		text-align: center;
		color: #fff;
	}
	
	.streamblock .owl .owl-nav div.prev span {padding: 3px 9px 3px 7px;}
	.streamblock .owl .owl-nav div.next span {padding: 3px 7px 3px 9px;}
	.streamblock .owl .owl-nav div span {font-size: 22px; line-height: 26px;}
	.streamblock .owl-nav .prev {position: absolute; left: -70px;} 
	.streamblock .owl-nav .next { position: absolute; right: -70px;}
}

.broadcast_main .owl .owl-nav div:hover {background: transparent;}
body .owl_danners2 .owl-dots {display: none;}
body .owl_danners2 .owl-nav div, body .owl_danners3 .owl-nav div {opacity: 1;}
.footer-photo-mob {display: none;}
.previewblock .broadcast_slide .section-title a {color: rgba(255,255,255, .9);} 
.previewblock .broadcast_slide .section-title:hover a, .previewblock .broadcast_slide .owl-item a:hover .section-title {color: rgba(255,255,255, 1); cursor: pointer;}


/* Schedule 
.col-pr-item {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
	height: 53px;}


.time {min-width: 63px; max-width: 63px;}


End Schedule */

.schedule-wrap {width: 25%; float: left;}
.linkprogramm, .col-pr-item > .withdesc {display: block; width: calc(100% - 68px); float: left; padding-left: 20px; padding-right: 0; line-height: 1.2;}
.linkprogramm .withdesc {    
	width: 100%;
    /* padding: 0; */
    max-height: 53px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-left:0;
}
	
.col-pr-item .time, .activeitem .time {
	width: 63px;
	min-width: 63px;
    background: #EDEDED;
    border-radius: 5px;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
	font-weight:600;}
	
.activeitem .time {background: linear-gradient(109.04deg, #E44927 0%, #B9100F 100%); color: #fff;}
.col-pr-item, .activeitem {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
	height: 53px;
	padding: 0 0 0 10px;
	float: none;
}
.maincontent .pageshedule .dateshedule,
.component-announcements .title_block, 
.inner-row .head_block .title_block {padding-left: 20px; position: relative; margin: 35px 0 20px; text-transform: none; font-size: 33px; line-height: 45px; font-weight: bold; }
 
.maincontent .pageshedule .dateshedule:before,
.component-announcements .title_block:before, 
.inner-row .news .head_block .title_block:before {
    position: absolute;
    content: "";
    left: 0;
    height: 58%;
    width: 5px;
    background: #9D0808;
    top: 25%;
}

.panel-group .item.panel > .col-md-12{padding:0;} 
.schedule-wrap .item {position: relative;}
section.image-description 	
	{top: 53px;
    display: block;
    position: absolute;
    z-index: 9999;
	background: rgb(255, 255, 255);
	width: 100%;} 
	
.pageshedule .panel-group {margin:0;}
.playlive img {min-width: 31px;}
.schedule-wrap .pritem:nth-of-type(odd) {background: #FBFBFB;}
.playlive {margin-right: 19px;}
.image-description.accordion-content .image img {max-height: 79px;}
.image-description.accordion-content .image { float: left; margin-right: 9px;}
.image-description.accordion-content .description {
	font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: #909090;
    padding: 0 10px 0 4px;}

.block-menu-shedule .pageshedule .filter.row .btn {
    width: 51px;
    padding: 0;
    height: 51px;
	text-transform: uppercase;
	font-size: 18px;
	border: none;
}
.maincontent .dateshedule {
	font-weight: bold;
	font-size: 33px;
	line-height: 45px;
	color: #242424;}
 
	
.block-menu-shedule .pageshedule .filter.row .btn-default	{background: linear-gradient(135deg, #F5F5F5 0%, #E3E3E3 100%); color: #242424;}
.block-menu-shedule .filter.row {padding: 24px 15px; border-bottom: 1px solid #F0F0F0;}
.options-gradient {
	height: 150px;
	left: 0px;
	top: 140px;
	background: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.col-header-mobile {min-height: 0;}
.text.all-news {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #9D0808;
}

.component-announcements .item-content .title {font-weight: 600; font-size: 18px; line-height: 25px; color: #242424;}
.pageshedule {padding-bottom: 40px; border-bottom: 2px solid #F6F6F6; }
.component-announcements {padding-bottom: 52px; border-bottom: 2px solid #F6F6F6; }
.component-announcements .top_block .title_block {margin-top: 0;}
.component-announcements .top_block  {margin-top: 30px; margin-bottom: 15px;}


@media (max-width: 1199px) {
	.schedule-wrap {
		font-size: 15px;
	}
	
	.col-pr-item .time, .activeitem .time {width: 48px; min-width: 48px; font-size: 14px;}
	.linkprogramm, .col-pr-item > .withdesc {width: calc(100% - 52px); float: left; padding-left: 10px;}
	.col-pr-item > .withdesc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
    line-clamp: 2;
		-webkit-box-orient: vertical;}
	.schedule-wrap {
		width: 50%;
		float: left;
	}
	body .contacts-col, body .footer-links {display: none;}

}

.news_items .innercol:first-child .item .info .date:before {background: #C90000;}

/* Adaptive */

@media (max-width: 1579px) {
	.left-feautures-content {width: 57%;}
	ul.footer-menu li a {font-size: 15px;}
}


@media (min-width: 1199px) and (max-width: 1420px) { 
	.footer-textblock .footer-features li span {height: 120px; font-size: 15px;}
	.contacts-col a {font-size: 14px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-menu-container .top-block.efir a {background-size: contain;}
	body header .navbar-default .navbar-nav > li > a {font-size: 13px;}
	body .main-menu-nav .dropdown.lvl1 {padding: 0 10px;}
	.box.logo {top: 30px; }
	body .efir.top-block {margin-left: 104px;}
	.release .release_block .desc {display: none;}
	.innercol.col-md-7 .item .image img {height: 508px;}
	.news.sections li {margin-bottom: 15px;}
	.release_block.news .item .name {font-size: 16px; }
	.box.logo img {width: 98px}
	body header.color .navbar-default .navbar-nav {padding-right: 28px;}
	.owl_danners3 .owl-nav {display: none;}
	body .wrapper .owl_danners3 .owl-item .heighter {height: 194px;}
	body .wrapper .release .release_block .owl .owl-nav div {bottom: 85px !important;}
	body .release_block.news .item .name {
		font-size: 16px;
		max-height: 126px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 6;
    line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	
	body .owl_danners2 .owl-nav {display: none;}
	body .previewblock .section-image .image img {height: 132px;}
	body .broadcast_slide .owl-nav {position: absolute;width: 100%;top: 0;}
	body .broadcast_slide .owl-nav div.next {top: 55px;}
	body .broadcast_slide .owl-nav div.prev {top: 55px;}
	body .broadcast_main .broadcast_slide .owl-nav {margin-bottom: 0px;margin-top: 0px;}
	body .news.sections {margin-bottom: 50px;}
	body .owl_danners2 .owl-item .heighter, body .owl_danners2 {height: 220px;}
	body .footer-features li span {height: 115px;font-size: 13px;}	
	body .left-feautures-content {width: 100%;}
	body .social-footer {width: 100%}
	body .lentamobile .itemnews:last-child {display: none;} 
	body ul.footer-menu li {display: inline-block; float: none;}
	body ul.footer-menu {display: block; text-align:center;}
	body .row-menu .footer-menu {height: auto;padding: 10px 0;}
	body .inner-row .row.news .col-news-image {max-height: 128px; height: 128px;}
	body .form-archive .jq-selectbox {width: 48%; display: inline-block; position: relative; margin-bottom: 15px;} 
	body .inner_news-menu .news.sections li a {padding: 8px 15px 8px 15px; }
	body .inner_news-menu .news.sections li.active a:after, body .inner_news-menu .news.sections li:hover a:after {left: 15px;}
	body .component-form-subscription .component-header {margin-bottom: 30px;}
	.component-form-subscription .component-content .action-SUBMIT {margin-top: 30px;}
	
}

@media (max-width: 745px) {
	body .wrapper .top_block, .footer-textblock .footer-text h2 {margin-bottom: 23px; margin-top: 28px;} 
	.previewblock > .container, .footer-photoblock > .container  {padding: 0;}
	.previewblock .owl-item:not(.center) .section-shedule, .projectsblock .owl-item:not(.center) .section-shedule {margin-left: 20px;}
	.previewblock .owl-item:not(.center) .section-title,  
	.projectsblock .owl-item:not(.center) .section-title, 
	.footer-photoblock .footer-photo-mob .owl-item:not(.center) .name {margin-left: 20px; }
	.photolist-mob .owl-item:not(.center) .name  {margin-right: 20px; }
	.previewblock .broadcast_main {padding-bottom: 24px;}
	/* .wrapper.previewblock { background: linear-gradient(96.72deg, #261589 -28.49%, #4314A2 54.04%, #9857E2 100%);} */
	body .wrapper .broadcast_main .top_block, .footer-photo-mob .top_block, .release_block .top_block {text-align: left; padding-left: 15px;}
	body .innercol.col-md-7 .info.no-padding {padding: 10px 0px 10px 0px;}
	.first-part .col-md-7 .date {margin-bottom: 2px;}
	.footer-photo, .photolink, .lentamobile .itemnews:last-child {display: none;}
    .footer-photo-mob {display: block;}
	.footer-photo-mob .photolist-mob .item {padding:0;}
	.footer-photo-mob .row.photolist-mob {margin:0;}
	.footer-photo-mob .title_block .secondLine {font-size: 24px;}
	.footer-photoblock .footer-photo-mob .item .image img, .projectsblock .owl-carousel .owl-item img {max-height: 193px;}
	.footer-textblock .footer-text h2 {font-size: 24px; text-transform: none; text-align: left; font-weight:600; line-height:1.2;}
	.projectsblock .projects {padding-bottom: 0;}
	.feautures-div .footer-features li {position: relative; padding-left: 16px; margin-bottom: 8px; }
	.feautures-div .footer-features li:before {
		position: absolute;
		left: 8px;
		top: 10px;
		display: block;
		height: 6px;
		width: 6px;
		background: #9D0808;
		z-index: 10;
		content: "";
	} 
	
	.left-feautures-content {margin-bottom: 20px;}
	.footer-features {margin-top: 18px;}
	.footer-textblock *, .footer-text .footer-features li span {font-size: 15px;}
	.wrapper .news_block.news {padding-bottom: 0;}
	.newsblock .news_items .first-part {margin-bottom: 0;}
	.news_items .first-part .innercol:last-child {padding-bottom: 20px;}
	.wrapper .top_block .title_block, .wrapper h2.title_block {font-size: 24px; line-height:1; text-transform: none; font-weight:600; padding: 0 30px; }
	.footer-textblock .footer-text h3 {font-size: 22px;}
	.footer-textblock .footer-text {padding-bottom: 15px; padding-top:0;}
	.footer-text h3:last-of-type {margin-top: 16px;}
	footer .social {margin-top:0;}
	.all_rights-wrapper, .alright {padding: 0 15px;}
	body .row-contacts > .container > .row {height: 92px;}
	footer .row-menu .footer-menu a {font-size: 14px; letter-spacing: -0.003em;}
	.footer-text .feautures-div {margin-top:0;}
	footer .row-menu .footer-menu {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2; 
		margin:8px 0;}
		
	footer .row-menu ul.footer-menu li {
		font-size: 15px;
		margin-right: 0;
		width: 48%;
		padding: 5px 0;
	}
	
	header .mobile_logo img {max-width: 45px;} 
	.schedule-wrap { width: 100%; float: none;} 
	.top_block .all-news, .more-photo  {font-size: 12px; bottom: 13px; position: relative;} 
	.pageshedule .filter.row .btn {padding: 8px 10px; font-size: 16px;}
	.maincontent .pageshedule .dateshedule, .component-announcements .title_block, .inner-row .head_block .title_block {font-size: 20px;}
	body .options-gradient {top: 108px;}
	.component-announcements .item {margin-bottom: 22px;}
	.maincontent .pageshedule .dateshedule {margin: 0px 0 20px; line-height: 1.333;}
	body .component-announcements {padding-bottom: 22px;}
	body .section-after-page-content h2 {margin-bottom: 24px; margin-top: 30px; font-size: 20px; line-height: 1.2;}
	body .component-announcements .top_block .title_block {font-weight: 700; line-height: 1.333; display: block; font-size: 20px;}

	.release_block .owl-item:not(.center) .info {margin-left: 20px;}
	body .inner_news-menu .news.sections li a {font-size: 15px; padding: 8px 0px; text-align: left;}
	.inner_news-menu .news.sections li {width: 50%;}
	.inner_news-menu .news.sections {display: block;}
	.inner-row .head_block .title_block {line-height: 1.333;}
	.form-archive input[type="submit"], .form-archive .jq-selectbox__select {margin-bottom: 15px; display: block;}
	.block-menu-shedule {display: none !important;}
	.ghost {display: none;}
	.form-archive .jq-selectbox, body .news-detail.audio.news .right-block, body .news-detail.audio.news .left-news-block, body .news-detail.show .left-news-block, .component-form-events-filter .jq-selectbox  {width: 100%; }
	.btn.btn-default.reset-filter, .form-archive input[type="submit"] {display: inline-block;   margin-bottom: 0;}   
	.component-form-subscription, .component-form-subscription .component-content, .component-form-subscription .component-content .fields, .news-detail.audio.news {flex-direction:column;}
	body .news-detail.audio.news .right-block {padding-left:0;}
	body .news-detail .detail_picture {height: auto;}
	body .component-form-subscription .component-header, body .component-form-subscription .field-EMAIL, body .component-form-subscription .field-NAME {margin-right:0;}
	.component-form-subscription .field-EMAIL, .component-form-subscription .field-NAME, .news-detail.audio.news, .component-form-subscription .component-header  {margin-bottom: 20px;}
	body .yashare > span { padding-right: 10px; font-size: 16px;}
	body .ya-share2__container_size_m .ya-share2__item {margin-right: 4px !important;  }
	body .wrapper .owl_danners-inner .owl-item .heighter {height: 50px;}
	.additional_search_blcok .row {flex-direction: column;}
	.inner-row.news-page {margin-top: 20px;}
	.description h2, .description h2 > span {font-size: 20px !important; }
    .component-header h3 {font-size: 19px;}
	.news-detail .innergalleryelement a {width: 33%; float: left;}
	.news-detail .innergalleryelement a:nth-child(3n){  margin-right: 0;}
	.fancybox-wrap .field-wrap.textarea-wrap {margin-top: 0;}
	.fancybox-wrap form[name="FEEDBACK"] .g-recaptcha {height: auto;}
	.fancybox-wrap form[name="FEEDBACK"] label {font-size: 15px; } 
	/* .fancybox-type-ajax {min-width: 320px;} */
	
}

@media (max-width: 991px) {
	header.color .navbar-default .navbar-nav li.active.lvl1 > a:after {display: none;}
}

@media (min-width: 745px) and (max-width: 768px) {
	body .wrapper .owl_danners3 .owl-item .heighter {height: 224px;} 
	.component-announcements .item {margin-bottom: 18px}
	body .options-gradient {top: 137px;}

}

@media (min-width: 768px) and (max-width: 991px) {
	body .wrapper .owl_danners3 .owl-item .heighter {height: 224px;} 
	.component-announcements .item {margin-bottom: 18px}
	body .options-gradient {top: 137px;}

}

@media (min-width: 1199px) {
	.footer-features li:nth-child(3) {
		padding-left: 45px;
		padding-right: 45px;
	} 
	
	.footer-features li:nth-child(2) {padding-left: 15px; padding-right: 15px;}

}


@media (min-width: 1199px) and (max-width: 1400px) { 

	.top-menu-container .top-block.efir a {line-height: 52px; height: 52px; }
	.top-menu-container .efir.top-block {margin-left: 105px;}
	.broadcast_slide .owl-nav div.prev {position: absolute; left: -50px;} 
	.broadcast_slide .owl-nav div.next {right: -50px;}
	.streamblock .owl-nav .next {right: -45px;}
	.streamblock .owl-nav .prev {left: -45px;}
	body .owl_danners2 .owl-item .heighter, body .owl_danners2 .owl-item {height:220px; }
	body .wrapper .owl_danners3 .owl-item .heighter {height: 215px;}
	ul.footer-menu li a {font-size: 14px;}
	.releaseblock .news .item .name{font-size: 16px; display: block;}
	.release .release_block .desc 	
		{max-height: 88px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
    line-clamp: 4;
		-webkit-box-orient: vertical;
		font-size: 15px;} 
		
	body .wrapper .owl_danners2 .owl-nav div.prev, body .wrapper .owl_danners2 .owl-nav div.next, 
	body .owl_danners3 .owl-nav div.next, body .wrapper .owl_danners3 .owl-nav div.prev  { bottom: 55px !important;}	
	body .release .release_block .owl .owl-nav div.prev, body .release .release_block .owl .owl-nav div.next {bottom: 110px !important;}
	body .linkprogramm, body .col-pr-item > .withdesc {font-size: 16px;}
	body .inner_news-menu .news.sections {display: block; padding: 15px;}
	body .inner_news-menu .news.sections li {margin-right: 25px;}
	
}

@media (min-width:768px) and (max-width: 991px) {  

	body .efir.top-block {margin-left:0;}
	.col-header-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.col-header-mobile .mobile_logo img {max-width: 65px; margin: 10px 0;}
	body .top-menu-container .top-block.efir a {
		font-size: 16px;
		background-size: contain;
		padding-left: 64px;
		line-height: 50px;
	}
	
	.release_block.news .no-padding {background: transparent;}
	.news.sections li {margin-bottom: 15px;}
	.news.sections { margin-bottom: 50px;}
	.feautures-div .footer-features li:before {
		position: absolute;
		left: 8px;
		top: 10px;
		display: block;
		height: 6px;
		width: 6px;
		background: #9D0808;
		z-index: 10;
		content: "";
	}
	.feautures-div .footer-features li {
		position: relative;
		padding-left: 16px;
		margin-bottom: 8px;
	}
	
	.release_block.news .owl-carousel .owl-item img {max-height: 405px;}
	header .search-mobile .input-group {min-width: 538px;}
	.wrapper .top_block { margin: 30px 0px 30px;}
	body .top-menu-container .lang > div {border-bottom-width: 5px;}
	.releaseblock .release .release_block .desc {display: none;}
	.left-feautures-content {margin-bottom: 50px;}
	.left-feautures-content > img {max-height: 100%; width: 100%;}
	footer .social {margin-top:0;}
	footer .row-menu .footer-menu {padding: 10px 0;}
	.footer-textblock .footer-text {padding-bottom: 40px;}
	body .wrapper .owl_danners3 .owl-item .heighter {height: 144px;}
	body .form-archive .jq-selectbox {width: 48%;display: inline-block;position: relative;margin-bottom: 15px;}
    .news-page .row.news .item .data {width: 75%; float: left;}
}


@media (min-width:992px) and (max-width: 1030px) {  

	.release_block.news .item .name {
			font-size: 16px;
			max-height: 122px;
			text-overflow: ellipsis;
			-moz-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			overflow: hidden;
			display: -webkit-box;
			-webkit-line-clamp: 6;
      line-clamp: 6;
			-webkit-box-orient: vertical;
	}
}



.image-description.accordion-content .description p { margin-bottom: 8px; }
.wrap-total-day-57:last-child {position: relative;}
.wrap-total-day-57:last-child:after {height:53px; content:''; background: #FBFBFB; left:0; right: 0;}
.ghost {height: auto; }

.ghost > div {height: 53px;}
.ghost div:nth-child(odd) {height: 53px; background: #FBFBFB;}
.ghost div:nth-child(even) {background: #fff;}
.ghost2 div:nth-child(odd) {height: 53px; background: #fff;}
.ghost2 div:nth-child(even) {height: 53px; background: #FBFBFB;}

.ghost3 div:nth-child(odd) {height: 53px; background: #FBFBFB;}
.ghost3 div:nth-child(even) {height: 53px; background: #fff;}



/* program menu */    
.block-menu-shedule .pageshedule .filter.row .btn {margin-bottom: 0px;}
.block-menu-shedule .filter.row {
    padding: 24px 40px;
    border-bottom: 1px solid #F0F0F0;
    float: none;
    margin: 0;
	text-align: center;
}

.block-menu-shedule .filter.row button:last-of-type {margin-right:0;}
.block-menu-shedule .col-pr-item, .block-menu-shedule .activeitem {padding: 0;}
.block-menu-shedule .pageshedule .panel-group { padding: 20px 6px 10px 40px; border-bottom: 1px solid #F0F0F0;}
.block-menu-shedule	.dateshedule 
    {font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: rgba(36, 36, 36, 0.85);
	margin-bottom: 14px}

.block-menu-shedule	.pageshedule .programs {
	font-weight: 400; 
    letter-spacing: -0.4px;     
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
	
	
.block-menu-shedule .col-pr-item a {display: block; width: calc(100% - 68px); float: left;}
.block-menu-shedule .time.activeColor {
    background: linear-gradient(109.04deg, #E44927 0%, #B9100F 100%);
    color: #fff;
	width: 63px;
    min-width: 63px;
    border-radius: 5px;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
    font-weight: 600;
	
}

.block-menu-shedule .now-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #919191;
	position: relative; 
	top: 0;}
	
.block-menu-shedule .link-schedule {text-align: center; padding: 20px 0;}
.block-menu-shedule .link-schedule a {
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	color: #9D0808;}

.block-menu-shedule .pageshedule {padding-bottom: 0px; border-bottom: none;}
.block-menu-shedule .programs.activeColor {padding-right: 10px; display: inline;float: none;}
.block-menu-shedule .playlive {margin-left: 10px; margin-right:10px;}
.block-menu-shedule	.activeitem a {color: rgba(157, 8, 8, 0.85); }
.block-menu-shedule .col-pr-item, .block-menu-shedule .activeitem {height: 45px;}
.body_media.admin-mode {display: none !important;}
.block-menu-shedule {z-index:999; padding: 0; background-color: #fff;position: absolute; width: 527px; display:none; top: 70px; border-top: 1px solid #f0f0f0;} 
.block-menu-shedule .nicescroll-rails.nicescroll-rails-vr {width: 4px !important; border-radius: 10px; right: 8px; left: auto !important;}
.block-menu-shedule .nicescroll-rails-vr .nicescroll-cursors {background: #A7A7A7 !important; border-radius: 10px !important; }
.block-menu-shedule .pageshedule .filter.row .btn-default:hover {background: #9C0006; color: #fff;}
.block-menu-shedule .pageshedule .panel-group {
    padding: 20px 0px 0px 40px;
    border-bottom: none;
    margin-right: 20px;
    border-right: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.block-menu-shedule .link-schedule {border-top: 1px solid #F0F0F0;}
.block-menu-shedule .col-pr-item:last-child {margin-bottom: 12px;}
.block-menu-shedule .programs.activeColor { width: auto;}


.linkshowfromrelease {margin-top: 14px; }




/* news */


.inner_news-menu .news.sections {
	padding-left:0; 
	background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), linear-gradient(0deg, #F6F6F6 0%, #FFFFFF 260.38%), linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%), linear-gradient(347.69deg, #EFEFEF 0%, #F4F4F4 100%);
	border-radius: 8px;
	padding: 0 20px;
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 39px;}
	
.inner-row  .row.news .col-news-image {max-height: 202px; height: 202px;} 	
.inner_news-menu .news.sections li a {position: relative; background: none; border-radius: none; color: #fff; padding: 15px 0px; color: rgba(255,255,255, .9);}
.inner-row  .news .item .data .name {font-size: 18px;font-weight: 600;}
.inner_news-menu .news.sections li.active a, .inner_news-menu .news.sections li:hover a {color: rgba(255,255,255, 1);}
.inner_news-menu .news.sections li.active a:after, .inner_news-menu .news.sections li:hover a:after {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    height: 4px;
    width: 50px;
    display: block;
    bottom: 0;
}
.jq-selectbox__trigger {border-left: none;}
.jq-selectbox__select {border: 1px solid #e1e1e1; border-color: #e1e1e1; background: none; box-shadow: none; font: 18px/37px Open Sans, sans-serif; }
.jq-selectbox li {padding: 0px 10px 0px;}
.jq-selectbox__dropdown {font-family: Open Sans; font-size: 18px;}
.jq-selectbox__dropdown ul {padding-left:0;}
.jq-selectbox li:hover {background: linear-gradient(315deg, #870000 0%, #D21C1C 100%), linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%), linear-gradient(119.88deg, #009EEF 0%, #007EBE 100%);}
.jq-selectbox__select {outline: none;}
.inner-row .head_block  
    {display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;}

.component-content .news .item > .col {padding: 0;}
.inner-row .component-content .news .col-news-image, .inner-row .articles-item .col-news-image {margin-bottom: 18px;}
.inner-row .news hr.hdivider {clear:both; margin: 18px 15px 24px;}
.clearfix {clear: both;}
.maincontent .pageshedule .dateshedule, .component-announcements .title_block, .inner-row .head_block .title_block {
    padding-left: 20px;
    position: relative;
    margin: 35px 0 20px;
    text-transform: none;
    font-size: 33px;
    line-height: 45px;
    font-weight: bold;
}
.inner-row .head_block .title_block  {margin-bottom:0;margin-top:0;} 
.inner-row .head_block {margin-bottom: 30px;}
.inner_news-menu .news.sections li {margin-right:0;}
.form-archive input[type="submit"], .component-form-events-filter button[type="submit"] {padding: 7px 25px; font-size: 18px; font-weight: 600}
.inner_news-menu .news.sections {padding: 0 15px;}
.form-archive .reset-filter, .btn.btn-default.reset-filter {padding: 7px 15px;}
.inner-row .detail-newslist .news .item .date:before {top: 18%; height: 70%;}
.news_archive h3 {font-weight: 600;}
.page-header.news-header.inner-news-h1 h1 {text-transform: uppercase;}
.ghost3 + .ghost3, .ghost + .ghost, .admin-mode .options-gradient {display: none;}
.maincontent .inner-row ul.pagination {padding-left: 0;}
/* News-detail */

.ya-share2__list_direction_horizontal > .ya-share2__item:before {display: none;}
.ya-share2__container_size_m .ya-share2__icon {width: 30px !important; height: 30px !important;}
.ya-share2__item_service_twitter .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/twitter-s.svg) !important;}
.ya-share2__item_service_telegram .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/telegram-s.svg) !important;}
.ya-share2__item_service_viber .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/viber-s.svg) !important;}
.ya-share2__item_service_facebook .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/facebook-s.svg) !important;}
.ya-share2__item_service_vkontakte .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/vkontakte-s.svg) !important;}
.ya-share2__item_service_odnoklassniki .ya-share2__icon {background: url(/local/templates/b24new/styles/../images/odnoklassniki-s.svg) !important;}

/* .news-detail.audio.news {display: -webkit-box; display: -ms-flexbox; display: flex;} */
.news-detail.audio.news .left-news-block, .news-detail.show .left-news-block, .news-detail .left-news-block {width: 39%; float: left; margin-right: 25px;}
/* .news-detail.audio.news .right-block {} */
.yashare {margin-bottom: 38px; display: flex; align-items: center;}
.news-detail .detail_picture {
    float: none;
    margin-right: 35px;
    max-height: 333px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    
}

.detail-newslist {margin-top:30px;}
.news-detail.news .propgramm_info {margin-bottom: 18px;} 
.ya-share2__container_size_m .ya-share2__item {margin-right: 10px !important;}
.component-form-subscription .component-header {margin-right: 4.5%;}
.component-form-subscription .component-header .text {font-weight: bold; font-size: 33px; line-height: 45px; margin-bottom: 20px;}
.component-form-subscription, .component-form-subscription .component-content, .component-form-subscription .component-content .fields  {display: flex; align-items: center; justify-content: space-between;}
.component-form-subscription .component-header .additional, .component-form-subscription .component-header .additional .small { font-weight: 600; font-size: 18px; line-height: 25px;} 
.component-form-subscription {margin-top: 50px; margin-bottom: 40px;} 
.component-form-subscription .ml-block-form p {margin-bottom:0;}
.component-form-subscription .form-control {height: 53px; border: 2px solid #E2E2E2; box-sizing: border-box;  border-radius: 50px;  min-width: 316px; padding: 7px 18px;}
.component-form-subscription .field-EMAIL, .component-form-subscription .field-NAME {margin-right: 29px;}  
html .btn-rounded   {
	text-align: center;
    vertical-align: middle;
	font-size: 18px;
    border-radius: 50px;
    padding: 14px 36px;
	color: #fff;
    background: linear-gradient(147.79deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
	display: inline-block;
	font-weight: 600;} 
	

.inner-row .detail-newslist .head_block, .inner-row .shows .head_block {
    margin-bottom: 30px;
    padding: 0 15px;
} 

.maincontent .inner-row ul.ya-share2__list {padding-left:0;}

.detail-newslist .news .item > .col {padding: 0;}
.component-form-subscription .form-control::-moz-placeholder, .search-open .form-control::-moz-placeholder  {
	font-size: 18px;
	line-height: 50px;
}

.component-form-subscription .form-control:-ms-input-placeholder, .search-open .form-control:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
}

.search-open .form-control::-moz-placeholder  {font-size: 18px;}
.search-open .form-control:-ms-input-placeholder {font-size: 18px;}
.search-open .form-control::-webkit-input-placeholder {font-size: 18px;} 

.component-form-subscription .form-control::-webkit-input-placeholder {font-size: 18px;} 


.component-message-INFORMATION .component-content {color: #9D0808;}

.activeitem .activelink .programs.activeColor {
  max-height: 53px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
	
.topline-wrapper {position: relative; z-index: 99;}	
.topline-wrapper .search-open {
	right: 0;
	top: 70px;
	display: none;
	padding: 30px 10px;
	position: absolute;
	border: solid 1px #ebebeb;
	border-bottom: none;
	background: linear-gradient(0deg, #FFFFFF 50.3%, #F6F6F6 100%);
	z-index: 100;
	left: 0;
	}
	
.topline-wrapper .search-open .close-search {position: absolute; right: 38px; top: 40%; cursor: pointer;}
.topline-wrapper .search-open .close-search:before {display: block; width: 21px; height: 21px; content: ''; background: url(/local/templates/b24new/styles/../images/close-search.svg) no-repeat left center; }
html .topline-wrapper .search-open .form-control {height: 53px; border-radius: 50px; border: 1px solid #D9D9D9; background: #fff; padding: 0 18px; /*line-height: 52px;*/}
header .navbar .nav > li > .removelupa:before, .top-search .navbar-nav > li > .removelupa:before {
    content: '';
    background: url(/local/templates/b24new/styles/../img/search.svg) no-repeat left center;
    display: block;
    width: 20px;
    height: 20px;
} 
		
.maincontent .inner-row ol {padding-left: 57px;}
.maincontent .inner-row ul {padding-left: 0;}
.table-wrapper {margin-bottom: 30px;}
.maincontent .inner-row .jq-selectbox__dropdown ul {padding-left: 0;}
.body_media.show_body {display: block;}
.search-open .input-group .input-group-btn {padding-left: 20px;}
.search-open .input-group .input-group-btn .btn-primary, .search-page .field-wrap .btn.btn-primary {text-transform: uppercase; font-weight: 600; font-size: 18px; min-width: 145px; padding: 14px 25px; background: linear-gradient(117.06deg, #E44927 0%, #B9100F 100%), linear-gradient(339.92deg, #870000 0%, #D21C1C 100%); border-radius: 50px;}


@media (max-width: 1700px) {
	.topline-wrapper .search-open .close-search {right: 18px;}
}

@media (max-width: 1499px) {
	.search-open > .container {padding-right: 45px;}
}

@media (min-width: 1410px) and (max-width: 1700px) {
	.streamblock .owl-nav .prev {left:-40px;}
	.streamblock .owl-nav .next {right: -40px;}
}


/**/

.section-row {display: flex;}
.search-page .field-wrap .additional_search_blcok .col-md-6 {display: flex; align-items: center; width: auto;}
.search-page .field-wrap .additional_search_blcok .search-tlte	{
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	margin-right: 60px;}
	
	
.wrapper .search-page .field-wrap .additional_search_blcok input[type="radio"] + label:before {
	border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: block;
    content: '';
	left: -32px;
	cursor: pointer;}
	
	
.wrapper .search-page .field-wrap .additional_search_blcok input[type="radio"]:checked + label:after {
	position: absolute;
    left: -27px;
    content: "";
    top: 4px;
    background: url(/local/templates/b24new/styles/../images/checked.svg) no-repeat;
    display: block;
    width: 20px;
    height: 18px;

}

.additional_search_blcok {margin: 28px 0;}
.additional_search_blcok .row {display: flex;}
.additional_search_blcok .col-md-6:first-of-type {flex-basis: 44.7%;}
.inner-container {background: #fff;} 	
.options-gradient.use-style {max-width: 1560px; margin: 0 auto;}
html .search-page .field-wrap .form-control {height:53px; border-radius: 50px; padding: 7px 19px; background-color: #fff; border: 1px solid #D9D9D9; }
.search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-3, 
.search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-2 {width: auto; margin-right: 30px;}
.inner-row .search-page.news .item .data .date {margin-bottom:0; padding-top: 4px;}
.section-row {margin-bottom: 20px;}
.search-page.news .descr p b {background:#f3eaea; font-weight: normal;color: #9D0808; }
.inner-row .search-page.news hr { margin: 25px 0px;}
.inner-row .search-page.news hr:first-of-type {margin: 25px 0px 30px;}
.inner-row .news .item .date:before {top: 4px; height: 14px;}

.search-page .field-wrap .btn.btn-primary {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 25%;
    background: linear-gradient(117.06deg, #E44927 0%, #B9100F 100%), linear-gradient(339.92deg, #870000 0%, #D21C1C 100%);
    border-radius: 50px;
	min-width: unset;
}


.search-page .field-wrap .additional_search_blcok .col-md-6 .col-md-2:last-of-type {margin-right:0;}
.search-page .field-wrap label {margin-bottom: 0}
.br-dash, #breadcrumbs li.br-dash {color: #8e8e8e;}
.news_archive .jq-selectbox {z-index: 1;}
body .jq-selectbox__select:hover, body .jq-selectbox.focused .jq-selectbox__select {border: 1px solid #9E11EF; background: none;}
body .jq-selectbox li.selected:hover {color: #fff}
body .datepicker-panel > ul > li.picked, body.datepicker-panel > ul > li.picked:hover { color: #9D0808;}
body .datepicker-panel > ul > li.highlighted:hover, 
body .datepicker-panel > ul > li.highlighted, 
body .datepicker-panel > ul > li:hover {background-color: #f5cdcd;} 
body .jq-selectbox li.selected {background-color: transparent; color: #9D0808;}
.news-page .row.gallery-list .thumb .image_holder img {max-height: 158px; }
.bx-ie .release_block .video .release-image {overflow:hidden; background-size:cover;}
.bx-ie .release_block .video .release-image img {
	top: 50%;
    left: 50%;
    position: relative;
	transform: translate(-50%, -50%);}
	
	
.bx-ie .release_block .video .release-image img {
    height: auto;
    width: 100%;
	z-index:-1;
}

.news-page .yashare {margin-top: 38px;}
.inner-row .search-page.news .item .sectionname + .date:before {top: 30%;}
.inner-row .component-content .news .item .date:before {top: 3px;}

/* IE */
.bx-ie .release_block .owl .owl-nav div.next {bottom: 125px !important;}
.bx-ie .release_block .owl .owl-nav div.prev {bottom: 125px !important;}
.bx-ie .component-content .col-news-image.custom-object-fit, .item-archive .custom-object-fit {background-size: cover;}
.bx-ie .component-content .col-news-image.custom-object-fit img, .item-archive .custom-object-fit img {opacity: 0;}



/* shows */
.news-page .gallery-list {margin-top: 30px;}
.news.shows .item .col-news-image, .component-video-gallery .item .col-news-image {margin-bottom: 18px;}
.news.shows .item:nth-of-type(4n+1), .component-video-gallery .item:nth-of-type(4n+1) {clear: left;}
.datashow .name.aprimary {margin-bottom: 8px;}
.datashow .description {font-size: 17px; letter-spacing: -0.005em;}
.inner-row .news.shows .item, .inner-row .component-video-gallery .item, .component-announcements-list.news .item {margin-bottom: 34px;}
.bold-name {font-weight: 600;} 
.maincontent .inner-row ul:not(.footer-menu):not(.pagination):not(.nav-sidebar):not(.sections):not(.ya-share2__list) > li {margin-bottom: 18px; padding-left: 57px; overflow: hidden;}
/* .news.shows .col-news-image img {object-position: -13px 0;} */
.news.shows + .section-after-page-content {border-top: 2px solid #f6f6f6; margin-top: 15px;}
.section-after-page-content ul {margin-top: 22px;}
body .inner-row .news.shows .item-archive {margin-bottom: 0;}
.item-archive .buttons {margin-top: 18px;}
.inner-row .news .item-archive .descr {font-size: 17px;}
.news-detail.show .description {margin-top: 15px;}
.news-detail.show hr { margin: 25px 0;}
.news-detail.show .detail_picture {margin-bottom: 6px;}
.news-detail.show .video .release-image, .news-detail.audio .release-image {margin-bottom: 13px;}
.yashare {margin-top: 30px;}
.news-detail.audio .release-image {margin-bottom: 25px;} 
/* .shows.with-archive {border-top: 2px solid #f6f6f6;} */

/* menu shows dropdown */

body .topline-wrapper > .container, 
body .row.topline header,  
body header .mega-menu, 
body header .mega-menu .container, body header .navbar-header > .row:first-child > .col, 
body header .mega-menu .nav {position: unset;}

.bx-ie body .topline-wrapper > .container, 
.bx-ie body .row.topline header,  
.bx-ie body header .mega-menu, 
.bx-ie body header .mega-menu .container, .bx-ie body header .navbar-header > .row:first-child > .col, 
.bx-ie body header .mega-menu .nav {position: static;}
.bx-ie .main-menu-nav .dropdown.lvl1.menu-li25 { position: initial !important;}

body .row.topline header {position: unset !important; }
body .owl.shows_slide {max-width: 1530px; margin: 0 auto;}
body .block-menu-shows {z-index: 999; background: linear-gradient(180deg, #1B1580 -17.86%, #9E11EF 227.14%); padding: 30px 0 15px;position: absolute; width: 100%; display: none; right: 0px;}
html .block-menu-shows a.aprimary {color: rgba(255, 255, 255, 0.85);}
html .block-menu-shows a.aprimary:hover {color: #fff;}
html .block-menu-shows .all-link {border-top: 1px solid #3B008E; color: #fff; text-transform: uppercase; font-weight: 600; display: block; text-align: center; clear: both; padding-top: 14px; margin-top: 15px;}
html .block-menu-shows .col-news-image {height: 158px;} 
html .block-menu-shows .owl-carousel .owl-item img {width: 100%;}    
html .block-menu-shows .shows_slide .owl-nav div > span:hover {background: linear-gradient(315deg, #870000 0%, #D21C1C 100%);} 
/* html .block-menu-shows .all-link:hover{} */
    

@media (min-width: 992px) {
	body header.color .navbar-default .navbar-nav {
		width: calc(100% - 35px);
	}
	
	body header .box.top-nav .top-search {
		position: relative;
		right: 0;
	}
	.release_block .owl-item .col-md-4 {padding-left: 5px;}
}

.block-menu-shows .shows_slide div.prev {
		position: absolute;
		left: -25px;
}
	
.block-menu-shows .shows_slide div.next {
		position: absolute;
		right: -25px;
}

@media (max-width: 1199px) {
	
		.block-menu-shows {display: none !important; }
}

@media (min-width: 1199px) {
	.block-menu-shows .shows_slide .owl-nav {
		position: relative;
		width: 100%;
		top: -40px;
		margin: 0;
		height:0;
	}
	
	
	.block-menu-shows .shows_slide .owl-nav div {width: 50px; height: 50px; bottom: 87px !important;} 
	.block-menu-shows  .owl.shows_slide .owl-nav div span {
		color: rgb(255, 255, 255);
		width: 50px;
		font-size: 38px;
		background: rgba(0, 0, 0, 0.13);
		border-radius: 50%;
		line-height: 50px;	
		cursor: pointer;
	}
	
	.block-menu-shows  .owl.shows_slide .owl-nav div.next span {padding: 5px 17px 6px 19px;}
	.block-menu-shows  .owl.shows_slide .owl-nav div.prev span {padding: 5px 19px 6px 17px;}
	
}

@media (min-width: 1770px) {
	.block-menu-shows .shows_slide div.prev {
		position: absolute;
		left: -8%;
	}
	.block-menu-shows .shows_slide div.next {
		position: absolute;
		right:  -8%;
	}

}

@media (max-width: 1460px) {
	body .owl.shows_slide {max-width: calc(100% - 60px); margin: 0 auto;}
}
/* end menu shows*/


/* cookies*/
.cookies {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
	position: -webkit-sticky;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
	background: linear-gradient(180deg, rgba(232, 232, 232, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
	max-width: 1920px;
    margin: 0 auto;
	
} 


.cookies > div  {
	max-width: 1560px;
    padding: 0 15px;
    margin: 0 auto;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #242424;
    display: flex;
    align-items: center;
	box-sizing: border-box;
	justify-content: space-between;}
	
.cookies > div p {display: flex; margin: 17.5px 0 17.5px;}
.cookies .btn-rounded {border: none; outline: none; cursor: pointer;}

/* end cookies*/

/* player detail */

.fancybox-wrap.stream_wrap .fancybox-skin { background: none; border: none; text-shadow: none;}
.fancybox-wrap.stream_wrap .fancybox-inner {padding-top: 0;}
.fancybox-wrap.stream_wrap {box-shadow: none;}
.fancybox-wrap.stream_wrap .fancybox-close {
	margin: -30px;
	width: 42px; height: 42px;
	border-radius: 50%;	
	background: url(/local/templates/b24new/images/close-video.svg) no-repeat center, linear-gradient(315deg, #870000 0%, #D21C1C 100%);}

	

.fancybox-wrap.stream_wrap {width: 653px !important; max-width:100%;}
#popuplayer  {max-width: 100%!important;}
.fancybox-wrap.stream_wrap .fancybox-inner {width: 100%!important;}
.stream_wrap .fancybox-skin {padding: 0!important;}
.stream_wrap .fancybox-title {display: none;}
   
	


@media (max-width: 991px) {
	.news-detail.show .detail_picture {height: auto;}
    body .news-detail.show .left-news-block {width: 100%; margin-right:0; margin-bottom: 30px;}
	.fancybox-wrap.stream_wrap {width: 90% !important;}
	.stream_wrap .fancybox-outer .fancybox-inner {max-width: 100%}
}


@media (max-width: 1199px) and (min-width: 992px) {
	body .inner-row .news.shows .col-news-image {max-height: 118px;height: 118px;}
	body .news.shows .col-news-image img {object-position: top;}

}

@media (min-width: 1200px) and (max-width: 1419px) {
	.inner-row .news.shows .col-news-image {height: 150px;}
}

@media (min-width: 1420px) and (max-width: 1580px) {
	.inner-row .news.shows .col-news-image {height: 157px;}
} 


.maincontent .inner-row .component-form-events-filter .jq-selectbox ul li  { padding: 2px 5px 2px 12px !important; margin-bottom:0 !important;}
.jq-selectbox ul li  { padding: 2px 5px 2px 12px !important; margin-bottom:0 !important;}
.datepicker-top-left, .datepicker-top-right {border-top-color: #ccc;}
.component-form-events-filter .col-md-3 {width: auto; margin-right: 6px; padding: 0;}
.jq-selectbox {z-index: 1;}
.component-form-events-filter .field-FILTER_DATE input[name="FILTER_DATE"] {border-radius: 4px; border: 1px solid #e1e1e1; width: 253px; margin-top: 10px; font: 18px/37px Open Sans, sans-serif; height: 38px; padding-left: 12px;}
.transparent.label {opacity: 0;}
.action.action-SUBMIT {margin-top:0;}
.component-form-events-filter button[type="submit"] { margin-right: 2px; }
.jq-selectbox .placeholder {color: #242424;}

.block-menu-shows .shows_slide:not(.owl-loaded), .block-menu-shows .shows_slide:not(.owl-carousel), .block-menu-shows .shows_slide:not(.owl-theme), .block-menu-shows .shows_slide:not(.owl-drag)  {overflow: hidden; max-height:230px;min-height:230px; } 
.block-menu-shows .shows_slide:not(.owl-loaded) .item, 
.block-menu-shows .shows_slide:not(.owl-carousel) .item,
.block-menu-shows .shows_slide:not(.owl-theme) .item, .block-menu-shows .shows_slide:not(.owl-drag) .item {display: none !important;}
.block-menu-shows .shows_slide {max-height: 229px;}

/* events */

.propgramm_info .address {color: #909090; font-size: 14px;}
.inner-row .news.sections {margin-bottom: 39px; margin-top: 35px;}
.component-announcements-list .col-news-image {overflow: hidden;}
.component-announcements-list .release-image img {max-height: 202px; height: 202px;}

@media (max-width: 1199px) and (min-width: 992px) {
	.inner-container .news.sections li {
		margin-bottom: 15px;
	} 
}

@media (max-width: 1199px) and (min-width: 530px) {
	.component-announcements .item {width: 50%;  float: left;} 
	.component-announcements .item:nth-of-type(2n+1) {clear: left;} 
	body .inner-row .component-announcements.row.news .col-news-image {max-height: 202px; height: 202px;}
	
}


@media (max-width: 1366px) and (min-width: 530px) {

	.inner-row .row.news .item.articles-item .col-news-image {max-height: 56%; height: 56%;} 
	.footer-links .footer-menu  {flex-wrap: unset;}	
	.footer-links {padding-left: 10px;}
}



@media (max-width: 1579px) and (min-width: 1367px) {
	.inner_news-menu .news.sections li a {font-size: 15px;}
}

  
@media (max-width: 1199px) {
	
	 .table-wrapper .partners td img {width: auto;}
	 body .table-wrapper .partners td {padding: 15px 5px 14px;}
 
}
 
 @media (min-width: 991px) {
	
	 .table-wrapper .partners td img {width: auto;}
	 body .table-wrapper .partners td {padding: 15px 5px 14px;}
	  .row.news.articles .item:nth-of-type(3n+1) {clear: left;} 
 
}
 
 
@media (max-width: 1199px) {
	.table-wrapper .partners td img {
		width: inherit;
		max-width: 70%;
		height: auto;
	}
	.table-wrapper td img {
		width: inherit;
		max-width: 100%;
		height: auto;
	}
	
} 

.row.news.articles .item {margin-bottom: 34px;}

/* innergallery*/


.innergalleryelement {clear: both;}
.innergalleryelement > div {margin-left: -15px;margin-right: -15px;}
.innergalleryelement > div:after { clear: both;}
.innergalleryelement a {width: 20%; float: left; padding: 0 15px;}



/* form */

.mainform .buttons span.req-span  {display: flex;}
.component-message-errortext {color: #9D0808;}
body .maincontent ol.vote-items-list {padding-left: 37px;}
body .maincontent ul.vote-items-list {padding-left: 0;}
body .maincontent ul.vote-items-list li { padding-left: 18px !important;}
body .maincontent ul.vote-items-list li .vote-select {margin-left: -18px;}
.vote-answer-item label {font-weight: normal;}
body .datepicker-top-left:before, body .datepicker-top-right:before {border-bottom-color: #ccc;}
.news.articles .col-news-image   {margin-bottom: 18px;} 

body .col-md-9.maincontent .component-form-subscription .component-content .fields {flex-direction: column;}
body .col-md-9.maincontent .component-form-subscription .field-EMAIL {margin-bottom: 20px;} 

body .col-md-9.maincontent .component-form-subscription {align-items: normal;} 

body .col-md-9.maincontent .component-form-subscription .component-header {    margin-right: 1.5%;}
.news-detail .left-news-block .detail_picture {margin-bottom:20px}
.news-detail .right-block img {margin-bottom: 25px;}
.news-detail .right-block p + img {margin-top: 15px;}
.news-detail .right-block .table-wrapper {clear: both;}
.news-detail .right-block .table-wrapper img {margin-bottom:0;  margin-top:0;}

ol.vote-question-list .vote-item-vote {margin-bottom:5px !important;}
.col-news-image-people img  {width: 100%;}
.voting-form-box .vote-item-vote input[type="text"]{
	height: 47px;
    border-radius: 6px;
	padding: 7px 14px;
    font-size: 18px;
	border: 1px solid #d3d3d3;
	margin-left: -20px;}


@media (min-width: 1409px) and (max-width: 1580px) { 
	body .owl_danners2 .owl-nav div.prev, body .owl_danners3 .owl-nav div.prev {left: calc(100%*0.0255 - 34px);} 
	body .owl_danners2 .owl-nav div.next, body .owl_danners3 .owl-nav div.next {right: calc(100%*0.0255 - 34px);}
	body .wrapper .owl_danners3 .owl-item .heighter {height: 250px;}
    body .wrapper .owl_danners3 .owl-nav div.prev,  body .wrapper .owl_danners3 .owl-nav div.next {bottom: 69px !important;}
}

form[name="FEEDBACK"] label {font-weight: normal;}
form[name="FEEDBACK"] textarea.form-control {height: auto;}
form[name="FEEDBACK"] input[type="submit"] {font-weight: 600; border-radius: 50px;}
form[name="FEEDBACK"] .buttons {margin-left: 0px !important;}

.fancybox-inner {height: auto !important;}
.fancybox-inner .msg {color: green;}
.left-feautures-content a {display: block;}
.left-feautures-content img {    
	max-height: 333px;
    object-fit: cover;
    object-position: center;
	width: 100%;}

.mainplayervideo img {width: 100%;}

@media (max-width: 1440px) {
	.news.release_block .item .desc {font-size: 16px;}
	.news.release_block .item .name {font-size: 17px; line-height:1.28;}	 
	.release .release_block .desc {max-height: 93px;}
}
@media (min-width: 1199px) and (max-width: 1570px) {
	.projectsblock .owl-carousel .owl-item img { height: 180px;}
	.news.release_block .item .name {font-size: 17px; line-height:1.28;}	 
	.release .release_block .desc {max-height: 93px;}
	.news .sec-part .item .image img {height: 119px;}
}

.inner-row .row.news .item.articles-item .col-news-image > img,
.inner-row .row.news.articles .item .col-news-image img,
body .inner-row .row.news .col-news-image img,
html .block-menu-shows .col-news-image img, 
.previewblock .section-image .image img, 
body .left-feautures-content .video img,
.news-detail .left-news-block .release-image img  {
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-row .row.news .item.articles-item .col-news-image,
.inner-row .row.news.articles .item .col-news-image, 
body .inner-row .row.news .col-news-image,
body .block-menu-shows .col-news-image, 
body .previewblock .section-image .image, body .left-feautures-content a.video, 
.news-detail .left-news-block .release-image {position: relative; padding-top: 56.25%;}

.inner-row .row.news .item.articles-item .col-news-image:before,
.inner-row .row.news.articles .item .col-news-image:before, 
body .inner-row .row.news .col-news-image:before, 
html .block-menu-shows .col-news-image:before,
.previewblock .section-image .image:before, .left-feautures-content .video:after, 
.news-detail .left-news-block .release-image:after

 {
	  display: block; 
	  content: ""; 
	  width: 100%;
	  
}
 
.inner-row .row.news .item.articles-item .col-news-image, 
.inner-row .row.news.articles .item .col-news-image, 
body .inner-row .row.news .col-news-image, 
html .block-menu-shows .col-news-image, 
html body .previewblock .section-image .image, 
body .previewblock .section-image .image img {max-height: 100%; height: auto;}
.left-feautures-content .video:before {z-index:999;}
.action.action-SUBMIT {padding-bottom: 0;}

.component-announcements-list .video .release-image {position: static;}

@media (max-width: 1430px) {  
	body .left-feautures-content .video img {max-height: 100%; height: auto;}
}
	
@media not all and (min-resolution:.001dpcm) { @media (min-width: 800px) and (max-width: 1199px) {

    body header.color .navbar-default .navbar-nav > li > a {font-size: 13px !important;}
}} 

/* @media not all and (min-resolution:.001dpcm) { @media {
	#mainplayer_control_mainbutton {-webkit-appearance: none; appearance: none; background: url(/local/templates/b24new/styles/../images/playefir.svg) no-repeat left center;} 
	#mainplayer_control_mainbutton_bg {background: linear-gradient(315deg, rgba(135, 0, 0, 0.65) 0%, rgba(210, 28, 28, 0.65) 100%) !important; opacity: 0.8 !important;}
    .release_block.news .owl-nav {
		width: calc(66.66667% - 9px);
	}
}
}  */



/*tibo  css */
 

.footer_copyright {    
     display: flex;
    justify-content: space-between;
    align-items: center;
}

.tibo-banner {min-width: 200px; margin-right: 20px;}
.tibo-banner p {margin: 15px 0;}


@media (max-width: 767px) {
	
	.footer_copyright {flex-direction: column;} 
	.tibo-banner {margin-right: 0px;} 
	
}

.newslistcol.shedule-slider {/*overflow: hidden;*/ max-height: 132px; }
.newslistcol.shedule-slider:not(.owl-loaded) {overflow: hidden; max-height: 132px; }



@media (max-width: 1920px) and (min-width: 1580px) {
  .youtube {width:50%;}
  .rutube {width:150%;}
}

@media (max-width: 1580px) and (min-width: 993px) {
  .youtube {width:50%;}
  .rutube {width:150%;}
}

@media (min-width: 1127px) and (max-width: 1419px) {
  .top-menu-container .top-block.efir a {padding-left: 45px;}
}

@media (min-width: 1200px) and (max-width: 1419px) {
  .top-menu-container { font-size: 14px; }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .youtube_rutube {width:120%;}
}

@media (max-width: 991px) and (min-width: 768px) {
  .youtube_rutube {width:75%;}
}

@media (max-width: 529px) {
  .top-menu-container { font-size: 10px; width: 100%; }
  .youtube_rutube {width: 110%;}
  .youtube {width: 70%;}
}


/* End */


/* Start:/local/templates/b24new/styles/owl.carousel.css?174117084326826*/
/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 5, ../sass/owl/_owl.animate.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 11, ../sass/owl/_owl.animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 14, ../sass/owl/_owl.animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 17, ../sass/owl/_owl.animate.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 7, ../sass/owl/_owl.autoheight.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 4, ../sass/owl/_owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;

}
/* line 12, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/* line 17, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 26, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 33, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 41, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 46, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 51, ../sass/owl/_owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 63, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
  
}
/* line 67, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 72, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 76, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
/* line 80, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bx_3485106786_25381{
  max-width: 390px;
}
/* line 87, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
/* line 95, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 99, ../sass/owl/_owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 105, ../sass/owl/_owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 9, ../sass/owl/_owl.lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 8, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 13, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/* line 27, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
/* line 30, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 34, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* line 45, ../sass/owl/_owl.video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* base styles */
/* nav */
/* line 39, ../sass/owl.carousel.scss */
.owl .owl-item,
.owlslider .owl-item {
  padding-bottom: 1px;
  padding-left: 1px;
}

/* line 50, ../sass/owl.carousel.scss */
.owl > .item > a > video,
.owl_danners > .item > a > video,
.owl_danners2 > .item > a > video,
.owlslider > .item > a > video {
  display: block;
}
/* line 55, ../sass/owl.carousel.scss */
.owl .owl-item,
.owl_danners .owl-item,
.owl_danners2 .owl-item,
.owlslider .owl-item {
  -webkit-backface-visibility: visible;
}
/* line 57, ../sass/owl.carousel.scss */
.owl .owl-item img,
.owl_danners .owl-item img,
.owl_danners2 .owl-item img,
.owlslider .owl-item img {
  width: auto;
  margin: 0 auto;
}
/* line 62, ../sass/owl.carousel.scss */
.owl .owl-nav div,
.owl_danners .owl-nav div,
.owl_danners2 .owl-nav div,
.owl_danners3 .owl-nav div,
.owlslider .owl-nav div {
  display: inline-block;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 68, ../sass/owl.carousel.scss */
/*.owl .owl-nav div:hover,*/
.owl_danners .owl-nav div:hover,
.owl_danners2 .owl-nav div:hover,
.owlslider .owl-nav div:hover {
  color: #fff;
  background-color: #0084c9;
}
.js-detail .owlslider .owl-nav div:hover {
  background: transparent;
}

/* line 72, ../sass/owl.carousel.scss */
.owl .owl-nav div span,
.owl_danners .owl-nav div span,
.owl_danners2 .owl-nav div span,
.owlslider .owl-nav div span,
.owl_danners3 .owl-nav div span{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  padding: 3px 8px;
}
.owl .owl-nav div.prev span{
	padding: 3px 9px 3px 7px;
}
.owl .owl-nav div.next span{
	padding: 3px 7px 3px 9px;
}
/* line 82, ../sass/owl.carousel.scss */
.owl .owl-nav div.prev span:after,
.owl_danners .owl-nav div.prev span:after,
.owl_danners2 .owl-nav div.prev span:after,
.owlslider .owl-nav div.prev span:after {
  content: "\f104";
}
/* line 87, ../sass/owl.carousel.scss */
.owl .owl-nav div.next,
.owl_danners .owl-nav div.next,
.owl_danners2 .owl-nav div.next,
.owlslider .owl-nav div.next {
  margin-left: 8px;
}
/* line 90, ../sass/owl.carousel.scss */
.owl .owl-nav div.next span:after,
.owl_danners .owl-nav div.next span:after,
.owl_danners2 .owl-nav div.next span:after,
.owlslider .owl-nav div.next span:after {
  content: "\f105";
}
.owl_danners2.danners2.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.next span:after,
.owl_danners2.danners2.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.prev span:after,
.owl_danners3.danners3.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.next span:after,
.owl_danners3.danners3.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.prev span:after {

  width:23px;
  height:63px;
  display:inline-block;
}
.owl_danners2.danners2.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.next span:after,
.owl_danners3.danners3.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.next span:after{
  content: "\f105";
}
.owl_danners2.danners2.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.prev span:after,
.owl_danners3.danners3.owl_danners_colors.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav div.prev span:after {
  content: "\f104";	
}
.js-detail .owlslider .owl-nav div.next span:after, .js-detail .owlslider .owl-nav div.prev span:after {
  content: "";
}
.js-detail .owlslider .owl-nav div.next span{
  background: rgba(0,0,0,0.5) url("/local/templates/b24new/styles/../images/arrow-next.png") center center no-repeat;	
}
.js-detail .owlslider .owl-nav div.prev span{
  background: rgba(0,0,0,0.5) url("/local/templates/b24new/styles/../images/arrow-prev.png") center center no-repeat;	
}
.js-detail .owlslider .owl-nav div.next span, .js-detail .owlslider .owl-nav div.prev span{
	border-radius: 6px;
    width: 19px;
    display: block;
    height: 37px;
    text-align: center;
}
@media (max-width: 1199px) {
  /* line 102, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info,
  .owl_danners2 .owl-item .item.text .info {
    width: 70%;
  }
  /* line 104, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info .name,
  .owl_danners2 .owl-item .item.text .info .name {
    font-size: 24px;
  }
  /* line 106, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info .name p,
  .owl_danners2 .owl-item .item.text .info .name p {
    line-height: 37px;
  }
  /* line 110, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info .descr,
  .owl_danners2 .owl-item .item.text .info .descr {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* line 124, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item img,
  .owl_danners2 .owl-item .item img {
    height: 250px;
    max-width: none;
  }
  /* line 129, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info,
  .owl_danners2 .owl-item .item.text .info {
    width: 100%;
  }
  /* line 131, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info .name,
  .owl_danners2 .owl-item .item.text .info .name {
    font-size: 18px;
  }
  /* line 133, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item.text .info .name p,
  .owl_danners2 .owl-item .item.text .info .name p {
    line-height: 28px;
  }
  
  .owl_danners2 .owl-item .item.text .image, .owl_danners2 .owl-item .item.banner .image {background-size: cover;}
}
@media (max-width: 767px) {
  /* line 148, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .item img,
  .owl_danners2 .owl-item .item img {
    height: 175px;
    max-width: none;
  }
  body .owl_danners2 .owl-item .info .name.robotolight .aprimary {font-size: 34px; line-height: 1.2;}
  body .owl_danners2 .owl-item .item.text.dark-color .descr p {font-size: 18px;}
  body .owl_danners .owl-item .item.text .info, .owl_danners2 .owl-item .item.text .info {padding-top:9%;}
  body div.owl_danners2 .owl-item .info .descr.robotolight {padding: 10px 18px 15px;}
  
}
/* dots */
/* line 158, ../sass/owl.carousel.scss */
.owl .owl-dots {
  display: none;
}

/* line 165, ../sass/owl.carousel.scss */
.owl .owl-nav,
.owl_danners .owl-nav,
.owl_danners2 .owl-nav {
  text-align: right;
  margin-top: 10px;
}
/* line 168, ../sass/owl.carousel.scss */
.owl .owl-nav div,
.owl_danners .owl-nav div,
.owl_danners2 .owl-nav div {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 172, ../sass/owl.carousel.scss */
.owl .disabled,
.owl_danners .disabled,
.owl_danners2 .disabled {
  opacity: .5;
  cursor: default;
}

/* line 177, ../sass/owl.carousel.scss */
.owl.noscroll .owl-nav,
.owl_danners.noscroll .owl-nav,
.owl_danners2.noscroll .owl-nav {
  display: none;
}

/* /base styles */
/* template "danners" */
/* nav */
/* line 186, ../sass/owl.carousel.scss */
.owl_danners,
.owl_danners2 {
  /*border-bottom: 2px solid #0084c9;*/
}
/* line 189, ../sass/owl.carousel.scss */
.owl_danners .owl-nav,
.owl_danners2 .owl-nav, 
.owl_danners3 .owl-nav{
  position: relative;
}
/* line 191, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div,
.owl_danners2 .owl-nav div, 
.owl_danners3 .owl-nav div {
  position: absolute;
  border-radius: 27px;
}
/* line 194, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div.prev,
.owl_danners2 .owl-nav div.prev {
  left: -20px;
}
/* line 196, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div.prev > span,
.owl_danners2 .owl-nav div.prev > span,
.owl_danners3 .owl-nav div.prev > span {

  padding: 48px 8px 48px 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 0px 8px;

}

/* line 200, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div.next,
.owl_danners2 .owl-nav div.next {
  right: -20px;
}
/* line 202, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div.next > span,
.owl_danners2 .owl-nav div.next > span, 
.owl_danners3 .owl-nav div.next > span {
  
    background: rgba(0, 0, 0, 0.5);
    padding: 48px 4px 48px 8px;
    border-radius: 0px 8px 8px 0;
    
    
}

/* line 206, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div:hover,
.owl_danners2 .owl-nav div:hover {
  background-color: transparent;
}
/* line 209, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div span,
.owl_danners2 .owl-nav div span,  
.owl_danners3 .owl-nav div span {
  font-size: 38px;
  color: #fff;
  font-weight:700;
  padding: 5px 19px;
}

@media (min-width: 992px) {
  /* line 218, ../sass/owl.carousel.scss */
  .owl_danners/*,
  .owl_danners2*/ {
    margin-bottom: 40px;
  }
}
/* dots */
/* line 224, ../sass/owl.carousel.scss */
.owl_danners,
.owl_danners2 {
  position: relative;
}
/* line 227, ../sass/owl.carousel.scss */
.owl_danners .owl-nav div,
.owl_danners .owl-dots,
.owl_danners2 .owl-nav div,
.owl_danners2 .owl-dots,
.owl_danners3 .owl-nav div,
.owl_danners3 .owl-dots {
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 233, ../sass/owl.carousel.scss */
.owl_danners .owl-nav,
.owl_danners2 .owl-nav {
  margin: 0 auto;
}
/* line 236, ../sass/owl.carousel.scss */
.owl_danners .owl-dots,
.owl_danners2 .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 240, ../sass/owl.carousel.scss */
.owl_danners .owl-dots .owl-dot,
.owl_danners2 .owl-dots .owl-dot {
  display: inline-block;
  padding: 5px;
  zoom: 1;
  display: inline;
}
/* line 246, ../sass/owl.carousel.scss */
.owl_danners .owl-dots .owl-dot.active span,
.owl_danners2 .owl-dots .owl-dot.active span {
  background: #fff;
}
/* line 251, ../sass/owl.carousel.scss */
.owl_danners .owl-dots .owl-dot:hover span,
.owl_danners2 .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* line 255, ../sass/owl.carousel.scss */
.owl_danners .owl-dots .owl-dot span,
.owl_danners2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  border:2px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  /* line 277, ../sass/owl.carousel.scss */
  .owl_danners:hover .owl-nav,
  .owl_danners2:hover .owl-nav {
    margin-top: 0;
  }
  /* line 279, ../sass/owl.carousel.scss */
  .owl_danners:hover .owl-nav div,
  .owl_danners2:hover .owl-nav div, 
  .owl_danners3:hover .owl-nav div  {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  /* line 281, ../sass/owl.carousel.scss */
  .owl_danners:hover .owl-nav div:hover,
  .owl_danners2:hover .owl-nav div:hover, 
  .owl_danners3:hover .owl-nav div:hover  {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 286, ../sass/owl.carousel.scss */
  .owl_danners:hover .owl-dots,
  .owl_danners2:hover .owl-dots {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media (min-width: 991px) {
  /* line 294, ../sass/owl.carousel.scss */
  .owl_danners .owl-nav div.prev,
  .owl_danners2 .owl-nav div.prev, 
  .owl_danners3 .owl-nav div.prev {
    left: calc(100%*0.101 - 34px);
	bottom: 96px !important;
  }

  /* line 300, ../sass/owl.carousel.scss */
  .owl_danners .owl-nav div.next,
  .owl_danners2 .owl-nav div.next, 
  .owl_danners3 .owl-nav div.next  {
    right: calc(100%*0.101 - 34px);
	bottom: 96px !important;
  }
}

@media (min-width: 1660px) {
  /* line 294, ../sass/owl.carousel.scss */
  .owl_danners .owl-nav div.prev,
  .owl_danners2 .owl-nav div.prev, 
  .owl_danners3 .owl-nav div.prev {
    left: calc(100%*0.101 - 34px);
	bottom: 96px !important;
  }

  /* line 300, ../sass/owl.carousel.scss */
  .owl_danners .owl-nav div.next,
  .owl_danners2 .owl-nav div.next, 
  .owl_danners3 .owl-nav div.next  {
    right: calc(100%*0.101 - 34px);
	bottom: 96px !important;
  }
  
  .bx-mac.bx-chrome .owl_danners .owl-nav div.next,
  .bx-mac.bx-chrome .owl_danners2 .owl-nav div.next, 
  .bx-mac.bx-chrome .owl_danners3 .owl-nav div.next  {
    right: calc(100%*0.1011 - 34px);
	bottom: 96px !important;
  }
}

/* line 307, ../sass/owl.carousel.scss */
.owl_danners .owl-item,
.owl_danners2 .owl-item {
  -webkit-backface-visibility: visible;
}
/* line 309, ../sass/owl.carousel.scss */
.owl_danners .owl-item .container.abs,
.owl_danners2 .owl-item .container.abs {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 314, ../sass/owl.carousel.scss */
.owl_danners .owl-item .info,
.owl_danners .owl-item .pic,
.owl_danners2 .owl-item .info,
.owl_danners2 .owl-item .pic {
  float: left;
}
/* line 318, ../sass/owl.carousel.scss */
.owl_danners .owl-item .info,
.owl_danners2 .owl-item .info {
  width: 50%;
  padding-top: 12%;
}
/* line 321, ../sass/owl.carousel.scss */
.owl_danners .owl-item .info .name,
.owl_danners2 .owl-item .info .name {
  display: block;
  font-size: 60px;
  color: #fff;
  margin-bottom: 2%;
  overflow: hidden;
  font-weight:400;
  font-family:Roboto;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18);
  
 
}

/* line 328, ../sass/owl.carousel.scss */
.owl_danners .owl-item .info .descr,
.owl_danners2 .owl-item .info .descr {
  margin-bottom: 1%;
}
/* line 332, ../sass/owl.carousel.scss */
.owl_danners .owl-item .pic,
.owl_danners2 .owl-item .pic {
  width: 60%;
}
/* line 336, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .name,
.owl_danners .owl-item .item.text .descr,
.owl_danners2 .owl-item .item.text .name,
.owl_danners2 .owl-item .item.text .descr {
  overflow: hidden;
}
/* line 339, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .name p,
.owl_danners .owl-item .item.text .descr p,
.owl_danners2 .owl-item .item.text .name p,
.owl_danners2 .owl-item .item.text .descr p {
  position: relative;
  display: inline;
  white-space: pre-wrap;
}
/* line 343, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .name p > span,
.owl_danners .owl-item .item.text .descr p > span,
.owl_danners2 .owl-item .item.text .name p > span,
.owl_danners2 .owl-item .item.text .descr p > span {
  position: relative;
  z-index: 1;
}
/* line 350, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .name p,
.owl_danners2 .owl-item .item.text .name p {
  line-height: 56px;
  padding-bottom:10px;
}
/* line 352, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .name p > span,
.owl_danners2 .owl-item .item.text .name p > span {
  
    padding-bottom: 0;
    display: block;
  /*padding-right: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;*/
}
/* line 361, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .descr,
.owl_danners2 .owl-item .item.text .descr {

  font-size: 24px;
  font-weight:400;
  text-shadow: 0px 6px 62px rgba(0, 0, 0, 0.27),-0.707px 0.707px 4px rgba(0, 0, 0, 0.63);
  line-height: 1;
}
/* line 365, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .descr p,
.owl_danners2 .owl-item .item.text .descr p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  border-left: none;
  font-family:Roboto;
  font-weight:400;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.owl_danners2  .owl-item .item.text.dark-color .descr p {
	color:#fff;
	font-style: normal;
	font-weight: 500;
	font-size: 37px;
	line-height: 110%;
	text-align: right;
}
/* line 371, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.text .descr p:after,
.owl_danners2 .owl-item .item.text .descr p:after {
 /* content: "";
  position: absolute;
  top: -0.05em;
  right: 100%;
  bottom: -0.05em;
  width: 0.4em;
  background-color: rgba(0, 0, 0, 0.5);*/
}
/* line 386, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.product a .info .descr,
.owl_danners .owl-item .item.product a .info .price,
.owl_danners2 .owl-item .item.product a .info .descr,
.owl_danners2 .owl-item .item.product a .info .price {
  color: #202020;
}
/* line 390, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.product a .info .buy,
.owl_danners2 .owl-item .item.product a .info .buy {
  line-height: 28px;
}
/* line 393, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.product a .info .price,
.owl_danners2 .owl-item .item.product a .info .price {
  float: left;
  font-size: 28px;
  color: #000;
  margin-right: 28px;
  padding-top: 3px;
}
/* line 404, ../sass/owl.carousel.scss */
.owl_danners .owl-item .item.video video,
.owl_danners2 .owl-item .item.video video {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 415, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .container.abs,
  .owl_danners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -585px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 426, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .container.abs,
  .owl_danners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 437, ../sass/owl.carousel.scss */
  .owl_danners .owl-item .container.abs,
  .owl_danners2 .owl-item .container.abs {
    left: 50%;
    margin-left: -375px;
  }
}
/* /template "danners" */
/* template "danners2" */
/* line 451, ../sass/owl.carousel.scss */
.owl_danners2 .owl-item .heighter {
  height: 300px;
}
/* line 456, ../sass/owl.carousel.scss */
.owl_danners2 .owl-item .item.text .image,
.owl_danners2 .owl-item .item.banner .image {
  background-position: center center;
  background-repeat: no-repeat;
  
}


.owl_danners2 .owl-item:not(.center) .image {
    background-color: rgba(0,0,0, .45);
    background-blend-mode: hard-light, normal;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	/*transform: scale(1.002);*/
}

/* line 461, ../sass/owl.carousel.scss */
.owl_danners2 .owl-item .item.product .info {
  width: 80%;
}
/* line 464, ../sass/owl.carousel.scss */
.owl_danners2 .owl-item .item.product img {
  max-height: 400px;
}
.owl.features .item{
	border-right:1px solid #a1c6e8;
}
.gallery-wrapper   .owl-nav{
	text-align:center;
}
.gallery-wrapper .owl .owl-nav div.prev span:after, .gallery-wrapper .owl .owl-nav div.next span:after{
    content: "";
	width: 26px;
    height: 26px;
	background: transparent url(/local/templates/b24new/styles/../images/arrows.png) no-repeat top left;
	display:inline-block;
}
.gallery-wrapper .owl .owl-nav div.prev span, .gallery-wrapper .owl .owl-nav div.next span{
	padding:0;
}
.gallery-wrapper .owl .owl-nav div.next span:after{
	background-position:right top;
}
@media (max-width: 991px) {
  /* line 473, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .heighter {
    height: 144px;
  }
  /* line 477, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product .info {
    width: 100%;
  }
  /* line 480, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product img {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  /* line 490, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .heighter, .owl_danners2.danners2  {
    height: 73px;
  }
  
  body .owl_danners2.danners2, .owl_danners2.danners2 .image  {max-height: 232px !important; overflow: hidden;}
  
  /* line 494, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product .info {
    width: 100%;
  }
  /* line 496, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product .info .name {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 501, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product .img {
    height: 175px;
    line-height: 175px;
  }
  /* line 504, ../sass/owl.carousel.scss */
  .owl_danners2 .owl-item .item.product .img img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 175px;
  }
  	.owl_danners .owl-item .info .name, .owl_danners2 .owl-item .info .name{
		margin-bottom:0;
	}
	
}


.owl_danners3 .owl-item:not(.center) .image {
    background-color: rgba(0,0,0, .45);
    background-blend-mode: hard-light, normal;
    -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	
}

.owl_danners3 .owl-nav div.next > span:hover, 
.owl_danners3 .owl-nav div.next > span:hover {background: linear-gradient(112.75deg, #DC242B 0%, #AA0007 100%), rgba(0, 0, 0, 0.5);}


/* /template "danners2" */

/* End */


/* Start:/local/templates/b24new/styles/jquery.mCustomScrollbar.css?157364480653405*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 6px; -moz-border-radius: 5px; border-radius: 5px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: rgb(99, 115, 116);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: rgb(99, 115, 116);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: rgb(99, 115, 116);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/b24new/styles/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/local/templates/b24new/styles/jquery.jscrollpane.css?15736448061426*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* End */


/* Start:/local/templates/b24new/styles/jquery.fancybox.css?15736448065813*/
/*! 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;
	box-shadow:
		0px 5px 5px -1px rgba(0,0,0,0.4),
		0px 5px 5px -1px rgba(0,0,0,0.4);
}

.fancybox-skin {
	position: relative;
	background: #fafafa;
	border: 1px solid #ebebeb;
	text-shadow: none;
}

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

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

.fancybox-inner {
	padding-top: 11px;
	overflow: hidden;
}
.fancybox-inner .webform {
	border-top: none;
}
.fancybox-inner .mainform .field-wrap textarea {
	resize: none;
}
.fancybox-inner .mainform .buttons {
	margin-bottom: 15px;
}
.fancybox-inner .mainform .buttons span {
	margin-top: 10px;
}
@media (min-width: 769px) {
	.fancybox-inner .mainform .buttons span {
		float: left;
		margin-bottom: 0px;
	}
}
@media (max-width: 768px) {
	.fancybox-inner .mainform .buttons span {
		margin-bottom: 10px;
	}
}
@media (max-width: 400px) {
	.fancybox-outer .fancybox-inner {
		max-width: 240px;
	}
}
.fancybox-inner .mainform .buttons span .required {
	margin-top: 0px;
	margin-bottom: 10px;
}

.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-prev span, .fancybox-next span {
	background-image: url('/local/templates/b24new/styles/../img/fancybox/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/b24new/styles/../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	background: transparent url('/local/templates/b24new/styles/../img/fancybox/fancybox-close.png?v2') 0 0 no-repeat;
	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/b24new/styles/../img/fancybox/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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !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/b24new/styles/../img/fancybox/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;
	/*border-bottom: 1px solid #e3e3e3;*/
}

.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: 7px;
	padding-bottom: 25px;
	color: #202020;
	font-family: "Roboto", sans-serif;
  	font-weight: 300;
  	font-size: 21px;
}

.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/b24new/styles/../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	
	.fancybox-close {background-image: url('/local/templates/b24new/styles/../img/fancybox/close-button.png'); width: 17px; height: 17px; background-size: contain;}

	#fancybox-loading div {
		background-image: url('/local/templates/b24new/styles/../img/fancybox/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/b24new/styles/header.css?173226366938973*/
.row.topline/* line 3, ../sass/header.scss */


/*Header v4
------------------------------------*/
/* line 9, ../sass/header.scss */
header {
  z-index: 99;
  position: relative;
}
/* line 12, ../sass/header.scss */
header .vertical_blue_line {
  border-left: 1px solid #0083c7;
}
/* line 15, ../sass/header.scss */
header .topline {
  padding-top: 1px;
}
/* line 18, ../sass/header.scss */
header .head {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 22, ../sass/header.scss */
header .slogan {
  font-size: 20px;
  color: #202020;
}
/* line 26, ../sass/header.scss */
header .box {
  display: block;
  line-height: 24px;
  vertical-align: middle;
}
/* line 30, ../sass/header.scss */
header .box .in {
  line-height: 1.38462;
}
/* line 35, ../sass/header.scss */
header .contacts .phone {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
}
/* line 38, ../sass/header.scss */
header .contacts .phone span {
  color: #0084c9;
}
/* line 41, ../sass/header.scss */
header .contacts .phone a {
  text-decoration: none;
}
/* line 46, ../sass/header.scss */
header .buttons {
  text-align: right;
}
/* line 48, ../sass/header.scss */
header .buttons .btn {
  min-width: 175px;
  margin-bottom: 3px;
}

/* line 55, ../sass/header.scss */
header .navbar.type2 .contacts .phone {
  font-size: 18px;
}

/* line 59, ../sass/header.scss */
header .navbar {
  margin: 0;
}

/* line 63, ../sass/header.scss */
header .navbar-default {
  border: none;
  background: none;
}

header .navbar-default.mega-menu {
  border: none;
  background: none;
 /*-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
 -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15); 
 box-shadow-bottom: 5px rgba(0, 0, 0, 0.15); /* For IE 8 */ 
 
}


/* line 70, ../sass/header.scss */
header.style2 .navbar-header {
  margin: 0px;
  width:100%;
 
}
/* line 74, ../sass/header.scss */
header .navbar-header {
  margin: 13px 0px 24px 0px;
}
/* line 79, ../sass/header.scss */
header .navbar-header > .row:first-child > .col .box {
  vertical-align: middle;
}
/* line 81, ../sass/header.scss */
header .navbar-header > .row:first-child > .col .box h4 {
  margin: 0;
}

@media (min-width: 992px) {
  /* line 94, ../sass/header.scss */
  header .navbar-header > .row:first-child > .col {padding: 0;}
  
}
@media (max-width: 992px) {
  /* line 103, ../sass/header.scss */
  header .navbar-default .navbar-nav > .open > a,
  header .navbar-default .navbar-nav > .open > a:hover,
  header .navbar-default .navbar-nav > .open > a:focus {
    border-bottom-color: #ebebeb;
  }
}
@media (max-width: 991px) {
  /* line 111, ../sass/header.scss */
  header .navbar-default {
   /* margin-bottom: 10px;*/
  }

  /* line 114, ../sass/header.scss */
  header .navbar-header,
  header .container > .navbar-header {
    /*margin: 20px 0 0;*/
  }
  
  .row.info-champions .detail .col-md-2 {
	}
	
	
}

  /* line 123, ../sass/header.scss */
  
  

/*Navbar Brand*/
/* line 133, ../sass/header.scss */
header .navbar-brand {
  z-index: 1;
  display: block;
  margin: 10px 0;
}

@media (min-width: 992px) {
  /* line 140, ../sass/header.scss */
  header .navbar-brand img {
    margin-left: 5px;
  }
}
@media (max-width: 1199px) {
  /* line 146, ../sass/header.scss */
  header .navbar-brand {
    padding: 0;
    float: none;
  }

  /* line 151, ../sass/header.scss */
  header .navbar-brand img {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
}
/* line 158, ../sass/header.scss */
header .navbar-nav {
  float: left;
  margin-top: -1px;
}

/*Header Banner*/
@media (max-width: 1199px) {
  /* line 165, ../sass/header.scss */
  header img.header-banner {
    margin-bottom: 20px;
  }
}
/*Navbar Toggle*/
/* line 171, ../sass/header.scss */
header .navbar-default .navbar-toggle {
  position: relative;
  width: 100%;
  line-height: 24px;
  /*margin-top: 15px;*/
  margin-bottom: 0;
  border-color: #ebebeb;
  overflow: hidden;
  margin-right: 0!important;
}

/* line 180, ../sass/header.scss */
header.color .navbar-default .navbar-toggle {
 /* color: #fff;
  background-color: #0084c9;*/
  border-top: 1px solid #ddd;
}

/* line 184, ../sass/header.scss */
header.color .navbar-default .navbar-toggle:hover {
  /*background-color: #006396;*/
}

/* line 188, ../sass/header.scss */
header .full-width-menu {
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

/* line 194, ../sass/header.scss */
header .navbar-default .navbar-toggle .icon-toggle {
  position: absolute;
  top: 11px;
  right: 10px;
  float: right;
  width: 25px;
  height: 1px;
  margin: 2px 0 7px;
  font-size: 19px;
}

/* line 205, ../sass/header.scss */
header.color .navbar-default .navbar-toggle .icon-toggle .icon-bar {
  background-color: #0e3266;
}


.topline-wrapper .navbar-toggle .icon-bar {background-color: #242424;}

/* line 210, ../sass/header.scss */
header .navbar-default .navbar-toggle .icon-toggle:last-child {
  margin-bottom: 0;
}

/* line 214, ../sass/header.scss */
header .navbar-toggle,
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  padding: 8px 25px;
}

@media (max-width: 768px) {
  /* line 221, ../sass/header.scss */
  header .navbar-default .navbar-toggle {
   /* margin: 25px 0px 0px 0px;*/
  }

  /* line 224, ../sass/header.scss */
  header .navbar-responsive-collapse .container {
    padding-right: 0px;
    padding-left: 1px;
  }
}
/*Navbar Collapse*/
/* line 231, ../sass/header.scss */
header .navbar-collapse {
  padding: 0;
  border-top: none;
  position: relative;
}

/*Navbar Menu*/
/* line 241, ../sass/header.scss */
header .navbar-default .navbar-nav li.open > a > span > i:before {
  content: "\2212";
}
/* line 246, ../sass/header.scss */
header .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 26px 0px;
}


/* line 250, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 35px;
}
header.style4.color .navbar-default .navbar-nav li > a, header.color .navbar-default .navbar-nav li > a{
  color: #242424;
  text-transform: uppercase;
  
}
header.style4.color .navbar-default .navbar-nav li > a, header.color .navbar-default .navbar-nav li .dropdown-menu .li a{
  color: #111 !important;
}
/* line 257, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span > i {
  position: relative;
  top: 6px;
  left: 6px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
  vertical-align: -15%;
}
/* line 268, ../sass/header.scss */
header .navbar-default .navbar-nav li > a > span > i:before {
  content: "\2b";
}

/* line 276, ../sass/header.scss */
header .navbar-default .navbar-nav > .active > a {
  color: #0084c9;
}

@media (min-width: 768px) {
  /* line 281, ../sass/header.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: $screen-md-max*/
  /* line 289, ../sass/header.scss */
  header .navbar-header {
    float: none;
  }

  /* line 293, ../sass/header.scss */
  header .navbar-toggle {
    display: block;
  }

  /* line 297, ../sass/header.scss */
  header .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 301, ../sass/header.scss */
  header .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 305, ../sass/header.scss */
  header .navbar-nav {
    margin: 0px;
    float: none !important;
    border: 1px solid #eee;
  
  }

  /* line 312, ../sass/header.scss */
  header .navbar-nav.navbar-border-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }

  /* line 317, ../sass/header.scss */
  header .navbar-nav > li {
    float: none;
  }

  /* line 321, ../sass/header.scss */
  header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  /*Dropdown Menu Slide Down Effect*/
  /* line 327, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    position: static;
    box-shadow: none;
    background-color: #fff;
  }

  /* line 339, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a,
  header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 11px 25px;
  }

  /* line 344, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }

  /* line 348, ../sass/header.scss */
  header .navbar-nav .open .dropdown-menu > li > a:hover,
  header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  /* line 353, ../sass/header.scss */
  header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

  /* line 357, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a {
    padding: 8px 0 8px 10px;
    line-height: 28px;
  }

  /* line 362, ../sass/header.scss */
  header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #ebebeb;
  }

  /* line 366, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }

  /* line 370, ../sass/header.scss */
/*  header .navbar-default .navbar-nav > .active > a,
  header .navbar-default .navbar-nav > .active > a:hover,
  header .navbar-default .navbar-nav > .active > a:focus {
    background: inherit;
  }*/
}
@media (min-width: 992px) {
  /* line 378, ../sass/header.scss */
  header {
    border-bottom: none;
    /*border-bottom: 2px solid #0084c9;*/
  }

  /* line 383, ../sass/header.scss */
  header .navbar-default .navbar-collapse {
    /*border-top: 1px solid #ebebeb;*/
  }

  /*Navbar Nav*/
  /* line 388, ../sass/header.scss */
  header .navbar-default .navbar-nav > li {
   /* margin-left: -1px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;*/
  }

  /* line 394, ../sass/header.scss */
  header .navbar-default .navbar-nav > li.no-border,
  header .navbar-default .navbar-nav > li.no-border:first-child {
    border-left: none;
    border-right: none;
  }

  /* line 400, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a,
  header .navbar-default .navbar-nav > li > a:focus {
   /* border-top: solid 2px transparent;*/
  }

  /* line 405, ../sass/header.scss */
  header .navbar-default .navbar-nav > li > a:hover {
  
  }

  /* line 409, ../sass/header.scss */
 /* header .navbar-default .navbar-nav > .active > a {
    background-color: inherit;
  }*/

  /* line 413, ../sass/header.scss */
  header .navbar-default .navbar-nav > li:hover > a {

  }

  /*Dropdown Menu*/
  /* line 418, ../sass/header.scss */
  header .dropdown-menu {
    padding: 0px 0px 0px 0px;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    background-color: transparent;
    border-top: solid 1px transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 18px;
	
  }

  /* line 431, ../sass/header.scss */
  header .dropdown-menu li {
    background-color: #fff;
  }

  /* line 434, ../sass/header.scss */
  header .dropdown-menu li a {
    padding: 15px 15px;
    
  }
  .dropdown-menu .li a {
    color: #111 !important;
  }

  /* line 439, ../sass/header.scss */
  header .dropdown-menu > .active > a,
  header .dropdown-menu > .active > a:hover,
  header .dropdown-menu > .active > a:focus
  header .dropdown-menu .active > a,
  header .dropdown-menu li > a:hover {
    color: #585f69;
    filter: none !important;
    /*background: #ebebeb;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	
  }

  /* line 453, ../sass/header.scss */
  header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }

  /* line 458, ../sass/header.scss */
 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* line 462, ../sass/header.scss */
  header .open > .dropdown-menu {
    display: none;
  }

  /*Search*/
  /* line 467, ../sass/header.scss */
  header .navbar .search-open,  .first-line-wrapper .search-open {
    width: 330px;
  }
}
/*Dropdown Submenu for BS3
------------------------------------*/
/* line 474, ../sass/header.scss */
header .dropdown-submenu {
  position: relative;
}

/* line 477, ../sass/header.scss */
header .navbar ul > li {
  position: relative;
}
/*.style2 .navbar .container .navbar-header .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}*/
/* line 480, ../sass/header.scss */

header.color .navbar ul li:last-child{
  margin-right: 0px;
}

/*header.color .navbar ul:not(.dropdown-menu) > li:last-of-type {
 
  padding-left:19px;
  padding-right:0px;
  border-bottom: none;
}
*/



/* line 483, ../sass/header.scss */
header .navbar ul > li:before {
  content: none;
  position: static;
  top: 0px;
  left: 0px;
  font-size: 0px;
}

/* line 491, ../sass/header.scss */
header .dropdown-submenu > a:after {
  top: 10px;
  right: 9px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}

@media (max-width: 992px) {
  /* line 503, ../sass/header.scss */
  header .dropdown-submenu > a:after {
    content: " ";
  }
}
/* line 508, ../sass/header.scss */
header .dropdown-submenu > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
}

/*Submenu comes from LEFT side*/
/* line 516, ../sass/header.scss */
header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

/* line 520, ../sass/header.scss */
header .dropdown-submenu.pull-left {
  float: none;
}

/* line 524, ../sass/header.scss */
header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

/* line 529, ../sass/header.scss */
header .dropdown-menu li [class^="fa-"],
header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

/* line 538, ../sass/header.scss */
header .dropdown-menu li [class^="fa-"].fa-lg,
header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Search Box
------------------------------------*/
/* line 546, ../sass/header.scss */
header .navbar .nav > li > .search, .first-line-wrapper .navbar-nav > li > .search {
  color: #fff;
  cursor: pointer;
  min-width: 39px;
  font-size: 16px;
  text-align: center;
  padding: 26px 6px 22px 6px;
  display: inline-block;
  
}

.first-line-wrapper .navbar-nav > li > .search  {
	
	padding: 14px 6px 13px 6px;
	background-color: transparent;
}

/* line 556, ../sass/header.scss */
header .navbar .nav > li > .search.lupa:before, .top-search .navbar-nav > li > .search.lupa:before {
  content: '';
  background: url(/local/templates/b24new/styles/../img/search.svg) no-repeat left center;
  display: block;
  width: 20px;
  height: 20px;
  
}

/* line 559, ../sass/header.scss */
header .navbar .nav > li > .search.remove:before, .first-line-wrapper .navbar-nav > li > .search.remove:before  {
  content: '\f00d';
}

/* line 563, ../sass/header.scss */
header .navbar .nav > li > .search:hover {
  color: #0084c9;
}

/* line 567, ../sass/header.scss */
header .navbar .search-open, .top-search .search-open {
  right: 0;
  top: 63px;
  display: none;
  padding: 10px;
  position: absolute;
  border: solid 1px #ebebeb;
  border-bottom: 2px solid #DC0008;
  background-color: #fff;
  z-index: 100;
  
}

/* line 578, ../sass/header.scss */
header .navbar .search-open form {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 583, ../sass/header.scss */
  header .navbar > .container .navbar-brand,
  header .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }

  /* line 588, ../sass/header.scss */
  header .navbar-toggle {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 594, ../sass/header.scss */
  header .navbar .search-open {
    width: 92%;
  }

  /* line 598, ../sass/header.scss */
  header .navbar .nav > li > .search:hover {
    color: #202020 !important;
  }

  /* line 602, ../sass/header.scss */
  header .navbar .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
  
  header.color .navbar ul:not(.dropdown-menu) > li:last-of-type {
	  
	  padding-left:0;
  }
  
  header div.mega-menu .dropdown-submenu .dropdown-menu:before {
	  
	  display: none;
  }
  
  header .dropdown-submenu > .dropdown-menu {
	  
	  padding-left: 0;
  }
  
  .dropdown-menu > li {
	  
	  margin-left:0;
  }
}

@media (min-width: 992px) {
  /* line 614, ../sass/header.scss */
  html .main-menu-nav.nav .open > a,
  html .main-menu-nav.nav .open > a:hover,
  html .main-menu-nav.nav .open > a:focus {
    border-top: none;
  }
  
  .navbar-header > .row {margin-left:0; margin-right:0;}
  
  
}
@media (max-width: 991px) {
  /* line 621, ../sass/header.scss */
  html .main-menu-nav.nav .open > a,
  html .main-menu-nav.nav .open > a:hover,
  html .main-menu-nav.nav .open > a:focus {
    border-color: #ebebeb;
  }
}
/*Mega Menu
------------------------------------*/
/* line 630, ../sass/header.scss */
header .mega-menu .nav,
header .mega-menu .dropup,
header .mega-menu .dropdown,
header .mega-menu .collapse {
  position: static;
}

/* line 636, ../sass/header.scss */
header .mega-menu .collapse {
  overflow-y: visible;
}

/* line 640, ../sass/header.scss */
header .mega-menu .navbar-inner,
header .mega-menu .container {
  position: relative;
}

/* line 645, ../sass/header.scss */
header .mega-menu .dropdown-menu {
  left: auto;
}

/* line 649, ../sass/header.scss */
header .mega-menu ul.dropdown-menu > li {
  display: block;
  height: auto;
  color: #222 !important;
}
header .mega-menu ul.dropdown-menu li {
  display: block;
  margin: 0 auto !important;
  height: auto;
 
}
header .mega-menu ul.dropdown-menu li:last-child{
 
}
header.color .mega-menu ul.dropdown-menu li a{
  color: #242424 ;
}



/* line 654, ../sass/header.scss */
header .mega-menu .dropdown-submenu .dropdown-menu {
	left: 100%;
}

/* line 658, ../sass/header.scss */
header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

/* line 662, ../sass/header.scss */
header .mega-menu .mega-menu-content {
  zoom: 1;
  padding: 0;
}

/* line 667, ../sass/header.scss */
header .mega-menu .mega-menu-content:before,
header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 674, ../sass/header.scss */
header .mega-menu .mega-menu-content:after {
  clear: both;
}

/* line 678, ../sass/header.scss */
header .mega-menu.navbar .nav > li > .dropdown-menu:after,
header .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

/* line 683, ../sass/header.scss */
header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 690, ../sass/header.scss */
  header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin: 0 15px;
  }
}
/*Equal Height Lists*/
@media (min-width: 992px) {
  /* line 697, ../sass/header.scss */
  header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  }

  /* line 707, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Mega Menu Style Effect*/
/* line 715, ../sass/header.scss */
header .mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
  /* line 724, ../sass/header.scss */
  header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
  
  header .mega-menu .dropdown-submenu .dropdown-menu li:first-of-type {
	
	
	border-top: 1px solid #ebebeb;
}
}
/*Mega Menu Content*/
@media (min-width: 992px) {
  /* line 731, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee;
  }

  /* line 736, ../sass/header.scss */
  header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  /* line 740, ../sass/header.scss */
  header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }

  /* line 745, ../sass/header.scss */
  header .mega-menu .equal-height-list {
    width: 100%;
  }

  /* line 749, ../sass/header.scss */
  header .mega-menu .equal-height-list li a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }

  /* line 756, ../sass/header.scss */
  header .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }

  /*Dropdown Arrow Icons*/
  /* line 761, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }

  /* line 765, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

  /*Dropdown Arrow Icons Disable class*/
  /* line 777, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }

  /* line 781, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}
/*Space Effect inside the container to avoid scroll bar*/
@media (max-width: 1199px) {
  /* line 788, ../sass/header.scss */
  header .mega-menu .equal-height {
    margin-right: 0;
  }

  /* line 792, ../sass/header.scss */
  header .mega-menu .equal-height-in {
    padding-right: 0;
  }
}
/*Equal Hight List Style*/
@media (max-width: 1199px) {
  /* line 799, ../sass/header.scss */
  header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }

  /* line 803, ../sass/header.scss */
  header .mega-menu .equal-height-in,
  header .mega-menu .equal-height-list {
    display: block;
  }

  /* line 808, ../sass/header.scss */
  header .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }

  /*Equal Height List Style*/
  /* line 813, ../sass/header.scss */
  header .mega-menu .equal-height-list h3 {
    color: #333;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }

  /* line 822, ../sass/header.scss */
  header .mega-menu .equal-height-list li {
    margin-left: 15px;
  }

  /* line 826, ../sass/header.scss */
  header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }

  /* line 835, ../sass/header.scss */
  header .mega-menu .equal-height-list > h3.active,
  header .mega-menu .equal-height-list > .active > a,
  header .mega-menu .equal-height-list > .active > a:hover,
  header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 843, ../sass/header.scss */
  header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
/* header style2 version styles */

/* line 850, ../sass/header.scss */
header.style2 {/*background: rgba(0, 0, 0, 0.33);*/}

/* line 855, ../sass/header.scss */
header.style2 .row:first-child > .col .box {
  vertical-align: inherit;
}
/* line 859, ../sass/header.scss */
header.style2 .navbar-responsive-collapse .container {
  padding-left: 0px;
}
/* line 863, ../sass/header.scss */
header.style2 .navbar-header .container {
  width: 100%;
  padding-right: 0px;
  float: right;
}
/* line 869, ../sass/header.scss */
header.style2 .navbar-default .navbar-collapse {
  /*border-bottom: 1px solid #ebebeb;*/
  margin-top: 0; /*26px;*/
}
/* line 874, ../sass/header.scss */
header.style2 .navbar-right {
  max-width: 35px;
}
/* line 878, ../sass/header.scss */
header.style2 .navbar-nav.navbar-right:last-child, .first-line-wrapper .navbar-nav.navbar-right:last-child{
  position: absolute;
  right: 0;
  z-index:999;
}


/* line 891, ../sass/header.scss */
header.style2 .navbar .nav > li > .search {
  margin: 0px;
  color: #242424;
}

/* line 897, ../sass/header.scss */
header .navbar-nav {
  margin-top: 0px;
}

@media (min-width: 992px) {
  /* line 905, ../sass/header.scss */
  header.color .navbar-default .navbar-nav {
    width: 100%;
    padding-right: 32px;
  }
  
  /* line 908, ../sass/header.scss */
   header.color .navbar-default .navbar-nav li.active > a{
    border-bottom: none !important;
    background-color: transparent !important;
   }
   
   header .box.top-nav .top-search {
     position: absolute;
     right: 0;
  }
 
  /* line 910, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active > a {
    /*background-color: #006396;*/
  }
  /* line 914, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover {
    /*background-color: #ebebeb;*/
  }
  /* line 916, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover > a {
    color: #9D0808;
	 
/*    /*background-color: #ebebeb;*/
  }
   
 

   header.color .navbar-default .navbar-nav  .dropdown-menu li:hover a:after, 
   header.color .navbar-default .navbar-nav  .dropdown-menu li.active a:after  {
      
    /*content: ''; 
    position: absolute;
    left: 0; 
	top: 20px;
    border: 5px solid transparent;
    border-left: 6px solid #ffad0e;*/
	
  }
  
  header.color .navbar-default .navbar-nav  .dropdown-menu li:active a,  
  header.color .navbar-default .navbar-nav  .dropdown-menu li:hover a {
      color: #9D0808;
  }
  header.color .navbar-default .navbar-nav  .dropdown-menu li.active {
	  border-radius: 0px !important;
	  border-left: 3px solid #9D0808;
	  
  }
   header.color .navbar-default .navbar-nav  .dropdown-menu li.active > a { 
	   color: #9D0708;
	   border-bottom: 1px solid #ebebeb !important;
   }
  
  /* line 925, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .search-btn, .top-search .navbar-nav .search-btn {
    border-color: #fff;
  }
  /* line 931, ../sass/header.scss */
  header .navbar-collapse {
    border-top: 0px;
    border-bottom: 0px;
  }
}
@media (max-width: 991px) {
  /* line 942, ../sass/header.scss */
  header.color .navbar-default .navbar-nav,
  header.color .navbar-default .navbar-nav .open {
    background-color: #fff;
  }
  /* line 946, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active, header.color .navbar-default .navbar-nav li.open,
  header.color .navbar-default .navbar-nav .open li.active,
  header.color .navbar-default .navbar-nav .open li.open {
    background-color: #f2703c;
  }
  header.color .navbar-nav ul.dropdown-menu li.active {
	  background-color: #f2703c;
	  color:#fff;
  }
  
  /* line 949, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li.active > a, 
  header.color .navbar-default .navbar-nav li.open > a,
  header.color .navbar-default .navbar-nav .open li.active > a,
  header.color .navbar-default .navbar-nav .open li.open > a {
    color: #fff;
    background-color: #f2703c;
  }
  /* line 954, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover,
  header.color .navbar-default .navbar-nav .open li:hover {
    background-color: #f2703c;
  }
  /* line 956, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li:hover > a,
  header.color .navbar-default .navbar-nav .open li:hover > a {
    color: #fff;
    background-color: #f2703c;
  }
  /* line 961, ../sass/header.scss */
  header.color .navbar-default .navbar-nav li > a,
  header.color .navbar-default .navbar-nav .open li > a {
    color: #111;
  }
  /* line 968, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    color: #fff;
    background-color: #ef4126;
  }
    header.color .navbar-default .navbar-nav .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    color: #000;
	font:18px/20px Open Sans;
    background-color: #ebebeb;
	
  }
  /* line 971, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li > a:hover, header.color .navbar-default .navbar-nav .dropdown-menu li > a:focus,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus {
    color: #fff;
    background-color: #ef4126;
  }
  /* line 978, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .dropdown-menu li.open > a,
  header.color .navbar-default .navbar-nav .dropdown-menu li.active.open > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.open > a,
  header.color .navbar-default .navbar-nav .open .dropdown-menu li.active.open > a {
    background-color: #ef4126;
  }
  /* line 984, ../sass/header.scss */
  header.color .navbar-default .navbar-nav .search-btn,
  header.color .navbar-default .navbar-nav .open .search-btn {
    border-color: #fff;
  }
  /* line 996, ../sass/header.scss */
  header .navbar-default .navbar-nav .dropdown-menu li > a,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a {
    color: #585f69;
    background-color: #eee;
  }
  /* line 999, ../sass/header.scss */
  header .navbar-default .navbar-nav .dropdown-menu li > a:hover, header .navbar-default .navbar-nav .dropdown-menu li > a:focus,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
  header .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
  header .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
  header .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus {
    color: #585f69;
    background-color: #ebebeb;
  }
  /* line 1010, ../sass/header.scss */
  header .navbar-default .navbar-nav .open > a,
  header .navbar-default .navbar-nav .open > a:focus {
    color: #0084c9;
  }
  /* line 1016, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 20px;
   
  }
  /* line 1019, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a {
    padding-left: 55px;
  }
  /* line 1022, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > ul > li > a {
    padding-left: 70px;
  }
  /* line 1027, ../sass/header.scss */
  header .navbar-default .navbar-nav .open .dropdown-menu.open .dropdown-menu {
    display: block;
  }
  
  .main-menu-nav li.dropdown:hover .tail {
	  display: none;
  }
}
@media (min-width: 991px) {
  /* line 1039, ../sass/header.scss */
  header .mega-menu .nav,
  header .mega-menu .dropup,
  header .mega-menu .dropdown,
  header .mega-menu .collapse {
    position: static;
	height: 70px;
  }
  /* line 1047, ../sass/header.scss */
  header .navbar-nav.navbar-right:last-child {
    position: absolute;
    right: 15px;
  }

  /* line 1052, ../sass/header.scss */
  .nav.main-menu-nav .other {
    float: right;
    display: none;
    border-left: none;
  }

  /* line 1058, ../sass/header.scss */
  .nav.main-menu-nav .other > a {
    text-align: center;
  }

  /* line 1068, ../sass/header.scss */
  header.no-border .nav.navbar-nav.main-menu-nav li.lvl1,
  header.no-border .nav.navbar-nav.main-menu-nav li.other,
  header.no-border .collapse.navbar-collapse.navbar-responsive-collapse {
    border: none;
  }
  
  #news_menu {
	  
	  
	  min-width: 980px; 
  }
}
@media (max-width: 991px) {
  /* line 1077, ../sass/header.scss */
  .nav.main-menu-nav .other {
    display: none;
  }

  /* line 1082, ../sass/header.scss */
  header.style2 .navbar-default .navbar-collapse {
    margin-top: 15px;
  }
  header.color .navbar-default .navbar-nav li.lvl1:hover > a:after {display: none;}
  .top-menu-container .lang > div {border-bottom-width: 3px;}
}
/* logo */
/* line 1090, ../sass/header.scss */
.logo a {
  display: inline-block;
}
/* line 1093, ../sass/header.scss */
.logo .m {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
/* line 1099, ../sass/header.scss */
.logo .m .p {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
}
/* line 1105, ../sass/header.scss */
.logo .m .p > div {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
}
/* line 1113, ../sass/header.scss */
.logo .m .m1 {
  border-bottom-color: #0084c9;
  border-top: 0;
  border-left: 0;
  border-bottom-width: 39px;
}
/* line 1118, ../sass/header.scss */
.logo .m .m1 > div {
  top: 3px;
  left: 1px;
  border-bottom-color: #fff;
  border-top: 0;
  border-left: 0;
  border-bottom-width: 36px;
}
/* line 1127, ../sass/header.scss */
.logo .m .m2 {
  border-right-color: #0084c9;
  border-left: 0;
  border-bottom: 0;
  border-top-width: 39px;
}
/* line 1132, ../sass/header.scss */
.logo .m .m2 > div {
  bottom: 0px;
  left: 1px;
  border-right-color: #fff;
  border-left: 0;
  border-bottom: 0;
  border-top-width: 35px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1144, ../sass/header.scss */
  header .logo img,
  footer .footer_logo_wrap.logo img {
    max-width: 170px;
    margin-top: 4px;
  }
}

header .mega-menu .dropdown-submenu .dropdown-menu:before {
	display:block;
	width:9px;
	height:19px;
  border-radius: 8px;
	content:"";
	background:url('/bitrix/templates/cor/images/lefttail.png') no-repeat left top;
	position:absolute;
	left:6px;
	top:10px;
	z-index:100;
	
}

header .mega-menu .dropdown-submenu .dropdown-menu li:last-of-type {
	
	border-radius: 0 0 5px 5px;
}



header .mega-menu .dropdown-submenu .dropdown-menu li:first-of-type {
	
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #ebebeb;
}



/*header .mega-menu .dropdown-submenu .dropdown-menu li:first-of-type:before {
	position: absolute;
    display: block;
    width: 37px;
    height: 15px;
    content: "";
    background: url(/local/templates/b24new/styles/../images/tail.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -19px;
    top: -15px;
}*/


.main-menu-nav .dropdown.lvl1 .tail  {
    content: '';
    z-index: 99999;
    position: absolute;
    bottom: -12px;
    left: 40px;
    width: 19px;
    height: 15px;
    background: url(/local/templates/b24new/styles/../images/tail.png) no-repeat left top;
} 
.main-menu-nav .dropdown.lvl1:not(.menu-li25) {
	position: relative;	
}

.main-menu-nav .tail  {
	display: none; 
}


.dropdown.lvl1 .dropdown-menu.list-unstyled li:last-of-type {
	/*border-radius: 0 0 5px 5px;*/	
}

header.color .navbar-default .navbar-nav .dropdown-menuli > a {
	
	color: #111111;
}


.first-line-wrapper {border-top: 1px solid rgba(255, 255, 255, .239);}
.no-padding {padding-left: 0; padding-right: 0; }
.box.logo .in {display: inline-block;margin-right: 28px; z-index:999;} 
.box.logo .logo-text {
	font-family: Roboto;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
	color: #000000;}
	
.topline-wrapper .social a.inst .fa-instagram {font-size: 22px; position: relative; top: 1.9px; left: 0.1px;} 
.box.logo .logo-text a {color: #000;}
.box.logo {position: absolute; top: 15px; z-index: 999;}
.top-menu-container .top-block a {color: #F0F0F0;}
.top-menu-container .col-1 > div, .top-menu-container .col-2 > div {display: inline-block; vertical-align: middle; }
.top-menu-container .frequency {color: #242424;}
.row.topline { padding: 0;}
.box.logo img {min-width: 108px;}
.main-menu-nav .lvl1:first-of-type {padding-left: 0;}
.lang-social .lang .lang-transform {text-align: center;}
.top-menu-container .currenttime {margin-left: 0;}
.top-search .search-open .btn-primary {background: linear-gradient(124.16deg, #DC242B 0%, #AA0007 100%), #F4F4F4; padding: 7px 14px; font-size: 14px; font-weight: 400; border: 1px solid #DC0008; }
.fancybox-type-inline .fancybox-inner {overflow-x: hidden !important;} 
.efir.top-block {margin-left:136px;}

.youtube_rutube {
display: flex;
align-items: center;
}

/* End */


/* Start:/local/templates/b24new/styles/sidebar.css?17411711514571*/
/* line 4, ../sass/sidebar.scss */
#sidebar {
    padding-top: 0;
    margin-top: 130px;
}

/* line 8, ../sass/sidebar.scss */
ul.nav-sidebar {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
  counter-reset: list 0;
  line-height: 1.38462;
}
/* line 14, ../sass/sidebar.scss */
/* ul.nav-sidebar.nav {
  border: 1px solid #eee;
} */
/* line 17, ../sass/sidebar.scss */
ul.nav-sidebar li {
  display: block;
  background-color: #ffffff;
  border-left: 4px solid transparent;
  margin-bottom: 6px;
}

ul.nav-sidebar li:last-of-type { border-bottom: none; margin-bottom:0;} 
ul.nav-sidebar li:hover {border-left-color: #9D0708;}
/* ul.nav-sidebar li:hover a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 43%;
    border: 5px solid transparent;
    border-left: 6px solid #ffad0e;
} */


/* line 19, ../sass/sidebar.scss */
ul.nav-sidebar li:before {
  position: static;
  left: 0px;
  content: '';
}
/* line 25, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i {
  position: relative;
  display: block;
  float: left;
  width: 0px;
  height: 15px;
  font-style: normal;
}
/* line 32, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i:before {
  position: absolute;
  top: -2px;
  left: -22px;
  font-size: 24px;
  font-weight: normal;
  color: #585f69;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 42, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i:before {
  content: "\2212";
}
/* line 45, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu i.collapsed:before {
  content: "\2b";
}
/* line 50, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu.showed > a {
  color: #0084c9;
  background-color: #fff;
}
/* line 53, ../sass/sidebar.scss */
ul.nav-sidebar li.dropdown-submenu.showed > a:hover {
  background-color: #eee;
}
/* line 60, ../sass/sidebar.scss */
ul.nav-sidebar li.active > a {
	border: none;
	color: #ed9905;
	
}

/* ul.nav-sidebar li.active  a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 43%;
    border: 5px solid transparent;
    border-left: 6px solid #ffad0e;
}  */

ul.nav-sidebar li.active  {border-left: 4px solid #9D0708;} 

html body ul.nav-sidebar.catalog-nav-sidebar li.active a {color: #9D0708;}

/* line 65, ../sass/sidebar.scss */
ul.nav-sidebar li:last-child a {
  border-bottom: none;
}
/* line 69, ../sass/sidebar.scss */
ul.nav-sidebar li a {
  display: block;
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;

}
/* line 77, ../sass/sidebar.scss */
ul.nav-sidebar li a:hover {
  color: #9D0808;
  
}
/* line 83, ../sass/sidebar.scss */
ul.nav-sidebar .dropdown-submenu > ul {
  padding-left: 0px;
  background-color: #edf3f9;
}
/* line 88, ../sass/sidebar.scss */
ul.nav-sidebar .lvl2 > li > a {
  padding-left: 35px;
}
/* line 89, ../sass/sidebar.scss */
ul.nav-sidebar .lvl3 > li > a {
  padding-left: 45px;
}
/* line 90, ../sass/sidebar.scss */
ul.nav-sidebar .lvl4 > li > a {
  padding-left: 55px;
}
/* line 91, ../sass/sidebar.scss */
ul.nav-sidebar .lvl5 > li > a {
  padding-left: 65px;
}
/* line 92, ../sass/sidebar.scss */
ul.nav-sidebar .lvl6 > li > a {
  padding-left: 75px;
}
/* line 93, ../sass/sidebar.scss */
ul.nav-sidebar .lvl7 > li > a {
  padding-left: 85px;
}
/* line 94, ../sass/sidebar.scss */
ul.nav-sidebar .lvl8 > li > a {
  padding-left: 95px;
}

/* line 98, ../sass/sidebar.scss */
.widgets a {
  display: block;
  margin-bottom: 9px;
  padding: 18px 0px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 105, ../sass/sidebar.scss */
.widgets a:hover {
  border-color: #b8b8b8;
}
/* line 108, ../sass/sidebar.scss */
.widgets a > i {
  display: block;
  float: left;
  width: 95px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
}
/* line 119, ../sass/sidebar.scss */
.widgets a > span {
  display: block;
  float: left;
  width: 142px;
  font-size: 18px;
}
/* line 126, ../sass/sidebar.scss */
.widgets .widget1,
.widgets .widget3,
.widgets .widget4 {
  line-height: 41px;
}

@media (max-width: 1199px) {
  /* line 136, ../sass/sidebar.scss */
  .widgets a > i,
  .widgets a > span {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 992px) {
	 #sidebar {
		margin-top: 45px;
	}
}


/* End */


/* Start:/local/templates/b24new/styles/footer.css?15810675157617*/
/* line 3, ../sass/footer.scss */
footer {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 0px !important;
  /*margin-top: 30px;*/
  background: linear-gradient(180deg, #2E2E2E 0%, #000000 100%);
  
}

footer.inner-footer {
  /*margin-top: 30px;*/

}

footer, footer a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

footer a:hover {color: #fff;}

/* line 11, ../sass/footer.scss */
footer .social_icons img {
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
/* line 17, ../sass/footer.scss */
footer .other_buttons_wrap {
  /*width: 175px;
  text-align: center;
  margin: 13px 25px;*/
  font-size: 16px;
  margin-top: 13px;
}
/* line 21, ../sass/footer.scss */
footer .other_buttons_wrap .btn, .bottom_subs a {
  width: 100%;
  box-sizing:border-box;
}
footer .other_buttons_wrap .btn.fancyajax{
	 margin-bottom: 8px;
}
/* line 26, ../sass/footer.scss */
footer .footer_logo_wrap {
 /* max-width: 265px;
  height: 50px;
  border-bottom: 2px solid #0084c9;*/
}
/* line 30, ../sass/footer.scss */
footer .footer_logo_wrap img {
  max-width: 83px;
  max-height: 90%;
  margin-bottom: 10px;
}
/* line 36, ../sass/footer.scss */
footer .contacts {
  margin-top: 0px;
  margin-left: 40px;
}
/* line 38, ../sass/footer.scss */
footer .contacts div {
  font: 16px/20px Roboto Regular;
}
footer .other_buttons_wrap a{
	
	text-decoration: none;
	
	
}


footer .sitemap {
	margin-top: 10px;
}


footer .contacts div.phone {
  font: 24px/24px Roboto Condensed;
}
/* line 40, ../sass/footer.scss */
footer .contacts .phone span {
  color: #0084c9;
}
/* line 43, ../sass/footer.scss */
footer .contacts .phone a {
  text-decoration: none;
}
/* line 49, ../sass/footer.scss */
footer .bottom_subs, footer .facebook-wrapper {
  margin-top: 10px;
}

/* line 54, ../sass/footer.scss */
.footer_copyright {

  width: 100%;
  margin: 0 auto;
  color:#fff;
  font-size: 18px;
  border-top: 1px solid #fff;
  
}


ul.footer-menu li {
	font-size: 18px;
	float: left;
    padding: 5px;
}


.footer_copyright a, .footer_copyright a:hover{
	/*color:#fff;*/
}
.footer_copyright a:hover{
	text-decoration:underline;
}
.alfa_title a {
 
  text-decoration: underline !important;
}

/* line 60, ../sass/footer.scss */
.footer_copyright .alfa_title {
  text-align: right;
}
/* line 63, ../sass/footer.scss */
.footer_copyright a {
  text-decoration: none;
}

@media (max-width: 1199px) {
  /* line 69, ../sass/footer.scss */
  footer .other_buttons_wrap {
    /*width: 100%;*/
  }
}
@media (max-width: 991px) {
  /* line 75, ../sass/footer.scss */
  .footer_copyright {
    padding: 14px 0px;
    line-height: 20px;
  }

  /* line 79, ../sass/footer.scss */
  #bx-composite-banner {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 88, ../sass/footer.scss */
  .footer_copyright .alright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 95, ../sass/footer.scss */
  .alfa_title {
    /*display: none;*/
  }
  .footer_copyright .alfa_title {
		text-align: left;
		float:left;
	}
}
@media (max-width:400px) {
  footer .other_buttons_wrap {
		width: 100%;
		margin:30px 0;
	}
}


.social-footer .social a {width: 37px; height: 37px; line-height: 37px; }

ul.footer-menu {
	margin: 0;
    padding: 0;
    list-style: none;
	overflow:hidden;
}

.social-wrapper {border-top: 1px solid #4b4b4b; margin-top: 25px;}
footer .row-menu {background: linear-gradient(180deg, #2E2E2E 0%, #000000 100%);}

ul.footer-menu li { font-size: 16px;font-weight: 600;}
ul.footer-menu li a, .mail-footer a {color: rgba(255, 255, 255, 0.85);}
ul.footer-menu li a:hover {color: #fff}
footer .box.logo .logo-text {
	font-weight: 500;
	font-size: 18px;
	color: #242424;
	text-transform: none;}
	
footer .box.logo > .in {
    display: inline-block;
    margin-right: 32px;
}
.footer-menu	
    {display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;}

	
.contacts-col {
	display: flex;
    padding-top: 22px;
    align-content: flex-start;}
	
.col-map {text-align: right;}	
.map-footer {display: inline-block; padding-left: 40px; background: url(/bitrix/templates/cor/images/sitemap.svg) no-repeat; font-weight: 500; }

.row-menu .footer-menu 	{height: 67px;}
.row-contacts > .container > .row{
	height: 144px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
	
	
.social-footer {text-align: center;}

footer * {box-sizing: border-box;}
.social a:hover {color: #fff; background: linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), linear-gradient(315deg, #E8E8E8 0%, #F4F4F4 100%), #000000;}
footer .logo-col {text-align: left;}
.contacts-col div {display: inline-block; padding-left:40px;}
.address-footer {background: url(/local/templates/b24new/styles/../images/phone-footer.svg) no-repeat;}
.phone-footer {background: url(/local/templates/b24new/styles/../images/icon-phone.png) no-repeat;}
.mail-footer {background: url(/local/templates/b24new/styles/../images/email.png) left top no-repeat; margin-left: 40px;}
.footer-text {padding-top: 70px; padding-bottom: 90px;}
.footer-text h2 {text-align: center; display: block; line-height: 1.52; margin-bottom: 58px;}
.feautures-div {display: flex; justify-content: center; margin-top: 50px; justify-content: space-between;}
.footer-features { max-width: 905px; padding-left: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer-features li:before {display: none;}
.footer-features li {    border-radius: 25px; margin-bottom: 30px; color: #fff; display: inline-block; width: 31%; background: url(/local/templates/b24new/styles/../images/footer-back1.png)  no-repeat; background-size: cover;}
.footer-features li:nth-child(2) {background: url(/local/templates/b24new/styles/../images/footer-back2.png)  no-repeat; background-size: cover;}
.footer-features li:nth-child(3) {background: url(/local/templates/b24new/styles/../images/footer-back3.png)  no-repeat; background-size: cover;}
.footer-features li:nth-child(4) {background: url(/local/templates/b24new/styles/../images/footer-back4.png)  no-repeat; background-size: cover;}
.footer-features li:nth-child(5) {background: url(/local/templates/b24new/styles/../images/footer-back5.png)  no-repeat; background-size: cover;}
.footer-features li:nth-child(6) {background: url(/local/templates/b24new/styles/../images/footer-back6.png)  no-repeat; background-size: cover;}
.footer-features li span{
    display: table-cell;
    vertical-align: middle;
    height: 151px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
    padding-right: 10px;
} 

.footer-text h3, .section-after-page-content h2 {font-weight: 700; font-size: 25px; margin-bottom: 40px; margin-top: 46px;}
.section-after-page-content h2	{margin-bottom: 34px; margin-top: 44px;}
.footer-text h3:first-of-type {margin-top: 18px;}
.footer-text h3:last-of-type {margin-bottom: 15px;}
.footer-text p:first-of-type {text-align: center; font-weight: 600;}
.owl-item.active p, .owl-item.active .desc {color: #242424 !important;}
.release_block .desc {margin-top:12px;}
.social a.social-mail {line-height: 34px; background: url(/local/templates/b24new/styles/../images/social-envelope.svg) center center no-repeat; }
.social a.social-mail:hover {line-height: 34px; background: url(/local/templates/b24new/styles/../images/email-hover.svg) center center no-repeat, linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), linear-gradient(315deg, #E8E8E8 0%, #F4F4F4 100%); }
.social-footer .social a.inst {background: url(/local/templates/b24new/styles/../images/instagram-footer.svg) center center no-repeat;}
.social-footer .social a.inst:hover {background: url(/local/templates/b24new/styles/../images/instagram-hover.svg) center center no-repeat, linear-gradient(114.72deg, #DC242B 0%, #AA0007 100%), linear-gradient(315deg, #E8E8E8 0%, #F4F4F4 100%);}
	
/* End */


/* Start:/local/templates/b24new/styles/content.css?158203311380723*/
/* line 5, ../sass/content.scss */
.price.old {
  text-decoration: line-through;
}

/* line 9, ../sass/content.scss */
.about_us,
.docs,
.honors,
/*.features,*/
.gallery,
.newslistcol,
.partners,
.customerreviews,
.services,
.action,
.staff {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* line 24, ../sass/content.scss */
.owl.features .item,
.owl.services .item,
.owl.staff .item,
.owl.action .item,
.owl.partners .item {
  margin-left: 1px;
  /* fix for stupid owl */
}

/* review */
/* line 33, ../sass/content.scss */
.customerreviews .item {
  margin-bottom: 15px;
}
/* line 35, ../sass/content.scss */
.customerreviews .item .review {
  position: relative;
  padding: 12px 21px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
/* line 40, ../sass/content.scss */
.customerreviews .item .review .in {
  overflow: hidden;
}
/* line 43, ../sass/content.scss */
.customerreviews .item .review .arrow {
  position: absolute;
  top: 100%;
  left: 74px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 51, ../sass/content.scss */
.customerreviews .item .review .arrow > span {
  position: absolute;
  top: -10px;
  left: -9px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;
}
/* line 62, ../sass/content.scss */
.customerreviews .item .author {
  padding-top: 15px;
}
/* line 64, ../sass/content.scss */
.customerreviews .item .author .image {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0px 8px;
  border: 1px solid #ebebeb;
}
/* line 71, ../sass/content.scss */
.customerreviews .item .author img {
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
/* line 76, ../sass/content.scss */
.customerreviews .item .author .text {
  padding-top: 7px;
}
/* line 80, ../sass/content.scss */
.customerreviews .item .author .name {
  padding-bottom: 1px;
}

/* line 85, ../sass/content.scss */
.customerreviews.owl .item {
  min-height: 200px;
}
/* line 87, ../sass/content.scss */
.customerreviews.owl .item .in {
  height: 94px;
}

/* /review */
/* staff & services & features & action */
/* line 97, ../sass/content.scss */
.features .item a,
.services .item a,
.action .item a {
  display: block;
  text-decoration: none;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
.services .item a,
.action .item a {
	  border: 1px solid #fff;
}
/* line 102, ../sass/content.scss */
.features .item a:hover,
.services .item a:hover,
.action .item a:hover {
  border-color: #b8b8b8;
}

/* /staff & services & features & action */
/* features */
/* line 111, ../sass/content.scss */
.features .item a {
  /*padding: 28px 0;*/
  text-decoration: none;
  display:table;
  width: 100%;
}
/* line 115, ../sass/content.scss */
.features .item .image {
  margin: 0 auto;
  text-align: center;
}
/* line 119, ../sass/content.scss */
.features .item img {
  width: auto;
  /*max-width: 60px;
  max-height: 60px;*/
}
/* line 124, ../sass/content.scss */
.features .item .name {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #202020;
}
/* line 130, ../sass/content.scss */
.features .item .description {
  color: #585f69;
}

/* features1 */
/* line 136, ../sass/content.scss */
.features.features1 .item .image,
.features.features1 .item .data {
  /*float: left;*/
  /*display:table-cell;*/
  vertical-align:middle;
}
.features.features1 .item .image{
	vertical-align:top;
}
/* line 140, ../sass/content.scss */
.features.features1 .item .image {
  width: 35%;
}
/* line 143, ../sass/content.scss */
.features.features1 .item .data {
  width: 80%;
  padding-left: 15px;
  font:15px/18px Roboto;
  font-weight:500;
  color:#818181;
  padding-right:15px;
  margin: 0 auto;
  text-align: center;

}
/* line 147, ../sass/content.scss */
.features.features1 .item img {
  margin: 0 auto;
}

/* features2 */
/* line 153, ../sass/content.scss */
.features.features2 .item .image {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  line-height: 60px;
}
/* line 159, ../sass/content.scss */
.features.features2 .item img {
  display: inline-block;
}
/* line 162, ../sass/content.scss */
.features.features2 .item .data {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 169, ../sass/content.scss */
  /*.features .item .data {
    height: 110px;
    overflow: hidden;
  }*/
}
/* /features */
/* docs & honors & about_us & news */
/* line 183, ../sass/content.scss */
.honors .item .image a,
.about_us .item .image a {
  display: block;
  border: 1px solid #ebebeb;
}
/* line 186, ../sass/content.scss */
.honors .item .image a:hover,
.about_us .item .image a:hover,
.newslistcol .item .image a:hover {
  border-color: #b8b8b8;
}

/* line 192, ../sass/content.scss */
.docs .item,
.honors .item,
.about_us .item,
.newslistcol .item {
  margin-bottom: 15px;
  min-height: 105px;
}
.streamblock .newslistcol .item{
	margin-bottom: 0;
}
/* line 198, ../sass/content.scss */
.docs .item .image,
.honors .item .image,
.about_us .item .image {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
}
/* line 203, ../sass/content.scss */
.docs .item .image + .data,
.honors .item .image + .data,
.about_us .item .image + .data,
.newslistcol .item .image + .data {
  margin-left: 111px;
}
/* line 206, ../sass/content.scss */
.docs .item .image img,
.honors .item .image img,
.about_us .item .image img
{
  max-height: 98px;
}
/* line 211, ../sass/content.scss */
.docs .item .data .info,
.honors .item .data .info,
.about_us .item .data .info,
.newslistcol .item .data .info {
  max-height: 100px;
  overflow: hidden;
}
/* line 214, ../sass/content.scss */
.docs .item .data .info.smaller,
.honors .item .data .info.smaller,
.about_us .item .data .info.smaller,
.newslistcol .item .data .info.smaller {
  height: 80px;
}
/* line 219, ../sass/content.scss */
.docs .item .data .descr a,
.honors .item .data .descr a,
.about_us .item .data .descr a,
.newslistcol .item .data .descr a {
  text-decoration: none;
}
/* line 221, ../sass/content.scss */
.docs .item .data .descr a:hover,
.honors .item .data .descr a:hover,
.about_us .item .data .descr a:hover,
.newslistcol .item .data .descr a:hover {
  text-decoration: underline;
}
/* line 226, ../sass/content.scss */
.docs .item .data .date,
.docs .item .data .name,
.docs .item .data .info,
.honors .item .data .date,
.honors .item .data .name,
.honors .item .data .info,
.about_us .item .data .date,
.about_us .item .data .name,
.about_us .item .data .info,
.newslistcol .item .data .date,
.newslistcol .item .data .name,
.newslistcol .item .data .info {
  margin-bottom: 5px;
}

/* line 233, ../sass/content.scss */

.newslistcol .owl-item .item .data .name {
	
	margin-top:0;
	margin-bottom:0;
}


/* about_us */
/* line 237, ../sass/content.scss */
.about_us .item {
  min-height: 103px;
}
/* line 240, ../sass/content.scss */
.about_us .item .descr a {
  color: #585f69;
}
/* line 244, ../sass/content.scss */
.about_us .item .publish {
  max-height: 18px;
  overflow: hidden;
}
/* line 247, ../sass/content.scss */
.about_us .item .publish:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 18px;
  content: "";
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}

/* line 261, ../sass/content.scss */
.docs .item .image {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 264, ../sass/content.scss */
.docs .item .image:hover {
  border-color: #b8b8b8;
}
/* line 267, ../sass/content.scss */
.docs .item .image span {
  position: absolute;
  bottom: -4px;
  right: 5px;
  color: #585f69;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

/* /docs & honors & about_us & news */
/* news */
/* line 284, ../sass/content.scss */
.newslistcol .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 291, ../sass/content.scss */
.newslistcol .item .data {
  height: auto;
  overflow: hidden;
}

/* /news */
/* services & staff & action */
/* line 301, ../sass/content.scss */
.services .item a,
.action .item a {
  padding: 9px;
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 309, ../sass/content.scss */
  .services .item a,
  .action .item a {
    min-height: 308px;
  }

  /* line 314, ../sass/content.scss */
  .staff .item .data {
    /*height: 111px;
    overflow: hidden;*/
  }
  .video-main .staff .item .data {
	  height: auto !important;
  }
  
  
}
/* line 322, ../sass/content.scss */
.services .item .data,
.action .item .data {
  height: 111px;
  overflow: hidden;
}

/* line 330, ../sass/content.scss */
.services .item .image,
.action .item .image {
  margin-bottom: 4px;
  text-align: center;
}
/* line 333, ../sass/content.scss */
.services .item .image img,
.action .item .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}
/* line 342, ../sass/content.scss */
.services .item .data .name,
.staff .item .data .name,
.action .item .data .name {
  max-height: 74px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.video-archive .item .data .name{
  max-height: 100% !important;
}
.video-archive .image{
  height: 156px;
}
.action .item .data .name {
	
	font: 16px/18px Roboto;
	color: #2b2b2b;
	line-height: 48px;
	text-align: center;
}


/* line 348, ../sass/content.scss */
.services .item .data .name,
.services .item .data .markers,
.staff .item .data .name,
.staff .item .data .markers,
.action .item .data .name,
.action .item .data .markers, 
.broadcast_list.specprojects .section-item,
.audio_list.staff .item  {
  margin-bottom: 8px;
}

/* line 354, ../sass/content.scss */
.staff .item {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  /* line 359, ../sass/content.scss */
  .staff .item .data.row {

    overflow: hidden;
  }
}


/* /services & staff & action */
/* gallery */
/* line 369, ../sass/content.scss */
.gallery.row {
  padding-bottom: 0px;
}
/* line 372, ../sass/content.scss */
.gallery .item {
  margin-bottom: 15px;
}
/* line 374, ../sass/content.scss */
.gallery:not .item a.clearfix {
  display: block;
  min-height: 245px;
  text-decoration: none;
  /*border: 1px solid #ebebeb;*/
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  position:relative;
  color: #2b2b2b;
}
/* line 380, ../sass/content.scss */
.gallery .item a:not(.video-clearfix):hover, .wrapper.video-main .item:hover {
  
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.gallery .item a:hover img:not(.photo-video), .wrapper.champions .item a:hover img:not(.medal)   {

	transform: scale(1.2);
}

.gallery .item a img:not(.photo-video), .wrapper.champions .item a img, .partners .item .image .col img   {
	
	transition: all 1s ease;
	moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	
	
	}


/* line 384, ../sass/content.scss */
.gallery .item .image {
	text-align: center;
	margin-left: 0;
	margin-right:0;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.gallery .item .image > .col-md-12 {
	
	padding-left:0;
	padding-right:0;
}

/* line 387, ../sass/content.scss */
.gallery .item .info {
  position: relative;
  min-height: 54px;
}
/* line 391, ../sass/content.scss */
.gallery .item .data {
  position: absolute;
  right: 15px;
  bottom: 4px;
  left: 15px;
 /* max-height: 56px;
  min-height: 56px;*/
  height:56px;
  padding-top: 4px;
  background-color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  /*-moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;*/
 /*-moz-transition: all, 0.1s, ease-out 0s;
  -o-transition: all, 0.1s, ease-out 0s;
  -webkit-transition: all, 0.1s,  ease-out 0s;
  transition: all, 0.1s, ease-out 0s;*/
}
.gallery .item.catalog-main-item .data{
	right:0;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
}
/* line 403, ../sass/content.scss */
.gallery .item .data .name,
.gallery .item .data .descr {
  margin: 0px 12px;
}
/* line 407, ../sass/content.scss */
.gallery .item .data .name {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.gallery .item .data .name-a {
  max-height: 48px;
  overflow: hidden;
  width:100%;
  padding: 
}
.gallery .item.catalog-main-item .data .name, .gallery .item.catalog-main-item .data a{
	font:16px/18px Roboto;
	
	color:#091443;
	text-align:center;
	/*padding:0 0 15px;*/
	margin:0 30px;
	border-bottom:1px solid #fff;
}
.gallery .item.catalog-main-item .data a{
	color: #4f4f4f;
}
.gallery .item.catalog-main-item {
    margin-bottom: 20px;
	cursor:pointer;
	overflow:hidden;
}
/* line 413, ../sass/content.scss */
.gallery .item .data .descr {
  padding-top: 8px;
}
/* line 416, ../sass/content.scss */
.gallery .item:not(.catalog-main-item) .data:hover {
  max-height: 171px;
}
/* line 420, ../sass/content.scss */
.gallery .item img {
  max-width: 100%;
}
.razdel-list{
	margin:0;
	padding:0;
	text-align:center;
	display:none;
}
.razdel-list li{
	margin-top:25px;
}
.razdel-list li a, .gallery .item.catalog-main-item .razdel-list a{
	font:18px/20px Roboto Condensed;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.razdel-list li a:hover, .gallery .item.catalog-main-item .razdel-list a:hover{
	text-decoration:underline;
}

.gallery .item.catalog-main-item img {
 display: inline-block;
    max-width: 100%;
    height: auto;
}
.gallery .item.catalog-main-item .data {
	padding-top: 0;
	display: table;
	
}
.gallery .item.catalog-main-item a:hover .data .name{
	color:#fff;
}
.catalog-main-item a:hover  .data/*, .catalog-main-item:hover  .data*/{
	height:100%;
	background: rgba( 1, 87, 155, 0.902 );
	color:#fff;
}
.catalog-main-item  .data{
	min-height:60px;
}


.catalog-main-item:hover .razdel-list{
	 display:block;
 }


/*.catalog-main-item:hover  .info-wrapper{
	height:100%;
}*/
/* /gallery */
/* partners */
/* line 429, ../sass/content.scss */
.partners .item {
  max-height: 150px;
  margin-bottom: 30px;
}
/* line 432, ../sass/content.scss */
.partners .item a {
  display: block;
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 436, ../sass/content.scss */
.partners .item a:hover {
  border-color: #b8b8b8;
}
/* line 440, ../sass/content.scss */
.partners .item .image .col {
  height: 141px;
  text-align: center;
  line-height: 141px;
}
/* line 444, ../sass/content.scss */
.partners .item .image .col img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 135px;
  /* -1px - fix */
  vertical-align: middle;
}

/* /partners */
/* action */
/* line 458, ../sass/content.scss */
.action .name {
  max-height: 47px;
  overflow: hidden;
}
/* line 464, ../sass/content.scss */
.action.owl .item a {
  min-height: 298px;
}
/* line 467, ../sass/content.scss */
.action.owl .item .data {
  height: 138px;
}
/* line 471, ../sass/content.scss */
.action.owl .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 477, ../sass/content.scss */
.action.owl .item .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 19px solid transparent;
  border-left: 11px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 490, ../sass/content.scss */
.action.owl .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
/* line 498, ../sass/content.scss */
.action.row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 501, ../sass/content.scss */
.action.row .item {
  padding: 5px;
  margin-bottom: 10px;
}
/* line 503, ../sass/content.scss */
.action.row .item.col-md-4 .data .markers {
  margin-bottom: 6px;
}
/* line 509, ../sass/content.scss */
.action.row .item a {
  padding: 9px 9px 14px 9px;
  text-decoration: none;
}
/* line 513, ../sass/content.scss */
.action.row .item .data.row {
  height: 48px;
}


/* line 517, ../sass/content.scss */
.action.row .item .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  padding: 0px 30px 0px 10px;
}
/* line 524, ../sass/content.scss */
.action.row .item .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 26px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 537, ../sass/content.scss */
.action.row .item .markers .action_date {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}

/* /action */
/* vacancies & faq */
/* line 551, ../sass/content.scss */
.vacancies .filter,
.faq .filter {
  margin-bottom: 20px;
}
/* line 553, ../sass/content.scss */
.vacancies .filter .btn,
.faq .filter .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 557, ../sass/content.scss */
.vacancies .filter .btn.btn-default,
.faq .filter .btn.btn-default {
  border-color: #ebebeb;
}
/* line 561, ../sass/content.scss */
.vacancies .yashare,
.faq .yashare {
  margin-top: 5px;
}

@media (min-width: 991px) {
  /* line 567, ../sass/content.scss */
  .vacancies .yashare {
    margin-top: 0px;
    text-align: right;
  }
}
/* /vacancies & faq */
/* timeline */
/* line 576, ../sass/content.scss */
.timeline.row {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px;
}
/* line 581, ../sass/content.scss */
.timeline.row:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 2px;
  min-height: 100px;
  content: " ";
  margin-left: -1px;
  background-color: #ebebeb;
}
/* line 593, ../sass/content.scss */
.timeline.row > .col {
  padding-right: 25px;
  padding-left: 25px;
}
/* line 597, ../sass/content.scss */
.timeline.row .item {
  position: relative;
  margin-bottom: 26px;
}
/* line 600, ../sass/content.scss */
.timeline.row .item:nth-child(even) {
  position: relative;
  top: 90px;
}
/* line 605, ../sass/content.scss */
.timeline.row .item:hover .body {
  border-color: #b8b8b8;
}
/* line 608, ../sass/content.scss */
.timeline.row .item:hover .pointer.right {
  border-left-color: #b8b8b8;
}
/* line 611, ../sass/content.scss */
.timeline.row .item:hover .pointer.left {
  border-right-color: #b8b8b8;
}
/* line 615, ../sass/content.scss */
.timeline.row .item .body {
  display: block;
  height: 363px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  color: #242424;
}
/* line 622, ../sass/content.scss */
.timeline.row .item .body .image,
.timeline.row .item .body .name,
.timeline.row .item .body .date {
  margin-bottom: 16px;
}


.timeline.row .item .body .data p{
	margin-bottom: 0;
	
	
}

/* line 627, ../sass/content.scss */
.timeline.row .item .body .image {
  height: 209px;
  text-align: center;
}
/* line 631, ../sass/content.scss */
.timeline.row .item .body .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600; 
}
.timeline.row .item .body .name:hover {color: #1c3451; font-weight: 600;}


/* line 635, ../sass/content.scss */
.timeline.row .item .body .date {
  font-size: 18px;
  line-height: 22px;
}
/* line 639, ../sass/content.scss */
.timeline.row .item .body .data {
  max-height: 120px;
  overflow: hidden;
}
/* line 644, ../sass/content.scss */
.timeline.row .item .pointer {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 13px solid transparent;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 652, ../sass/content.scss */
.timeline.row .item .pointer.right {
  left: 100%;
  margin-left: -25px;
  border-left: 14px solid #ebebeb;
  border-right: 0;
}
/* line 657, ../sass/content.scss */
.timeline.row .item .pointer.right > div {
  left: -15px;
  border-left: 14px solid #fff;
  border-right: 0;
}
/* line 662, ../sass/content.scss */
.timeline.row .item .pointer.right span {
  left: 5px;
}
/* line 666, ../sass/content.scss */
.timeline.row .item .pointer.left {
  right: 100%;
  margin-right: -25px;
  border-right: 14px solid #ebebeb;
  border-left: 0;
}
/* line 671, ../sass/content.scss */
.timeline.row .item .pointer.left > div {
  right: -15px;
  border-right: 14px solid #fff;
  border-left: 0;
}
/* line 676, ../sass/content.scss */
.timeline.row .item .pointer.left span {
  right: 5px;
}
/* line 680, ../sass/content.scss */
.timeline.row .item .pointer > div {
  position: absolute;
  top: -13px;
  border: 13px solid transparent;
}
/* line 685, ../sass/content.scss */
.timeline.row .item .pointer span {
  position: absolute;
  top: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ebebeb;
  border: 2px solid #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  /* line 700, ../sass/content.scss */
  html .timeline.row:before {
    left: auto;
    right: 24px;
  }
  /* line 704, ../sass/content.scss */
  html .timeline.row .item {
    margin-right: 25px;
  }
  /* line 706, ../sass/content.scss */
  html .timeline.row .item:nth-child(even) {
    top: auto;
  }
  /* line 709, ../sass/content.scss */
  html .timeline.row .item .pointer {
    border-left-color: #b8b8b8;
    border-right-color: transparent;
  }
  /* line 712, ../sass/content.scss */
  html .timeline.row .item .pointer.left {
    left: 100%;
    right: auto;
    margin-left: -25px;
    border-left: 14px solid #ebebeb;
    border-right: 0;
  }
  /* line 718, ../sass/content.scss */
  html .timeline.row .item .pointer.left > div {
    left: -15px;
    border-left: 14px solid #fff;
    border-right: 0;
  }
  /* line 723, ../sass/content.scss */
  html .timeline.row .item .pointer.left span {
    left: 5px;
  }
}
/* /timeline */
/* shops */
/* line 735, ../sass/content.scss */
.shops .search_city,
.shops .filter,
.shops .shops_list,
.shops .map {
  margin-bottom: 20px;
}
/* line 741, ../sass/content.scss */
.shops .search_city {
  position: relative;
}
/* line 744, ../sass/content.scss */
.shops .search_city .input-group .fa:before {
  content: '\f002';
}
/* line 748, ../sass/content.scss */
.shops .search_city ul.cities_list {
  right: 15px;
  left: 15px;
}
/* line 754, ../sass/content.scss */
.shops .filter button {
  margin-right: 10px;
}
/* line 758, ../sass/content.scss */
.shops .shops_list {
  max-height: 350px;
  border: 1px solid #ebebeb;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 763, ../sass/content.scss */
.shops .shops_list .item {
  padding: 9px 10px;
}
/* line 765, ../sass/content.scss */
.shops .shops_list .item:hover {
  background-color: #ebebeb;
}
/* line 768, ../sass/content.scss */
.shops .shops_list .item.cityempty, .shops .shops_list .item.typeempty {
  display: none;
}
/* line 772, ../sass/content.scss */
.shops .shops_list .item .name {
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 780, ../sass/content.scss */
  .shops .shops_list {
    max-height: 200px;
  }
}
/* /shops */
/* news */
/* line 788, ../sass/content.scss */
.news {
  /*margin-top: 44px;*/
}
/* line 790, ../sass/content.scss */
.news .item, .calendar-row, .calendar-detail {
  margin-bottom: 10px;
}

.calendar-detail .calendar-row {
	margin-bottom: 0;
	
	
}

/* line 792, ../sass/content.scss */
.news .item .image {
  margin-bottom: 15px;
  text-align: center;
}
/* line 795, ../sass/content.scss */
.news .item .image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
/* line 802, ../sass/content.scss */
.news .item .data .date,
.news .item .data .name, .calendar-row .calendar-title, 
.calendar-row .calendar-date, 
.calendar-prop-value, .calendar-filter-form .filter-block-title

{
	margin-bottom: 5px;
}


.news .item .data .date, .calendar-row .calendar-date  {
	font-size: 14px;
	color: #909090;
}



.news .descr{
	font-size: 16px;
    line-height: 22px;
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	
}
/* line 807, ../sass/content.scss */
.news .item .data .descr a {
  text-decoration: none;
  color: #242424;
  font-size: 17px;
}


/* news.detail */
/* line 817, ../sass/content.scss */
.newsdetail {
  margin-bottom: 45px;
}
/* line 819, ../sass/content.scss */
.newsdetail .markers {
  margin-bottom: 15px;
}
/* line 821, ../sass/content.scss */
.newsdetail .markers .marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0px 30px 0px 10px;
}
/* line 829, ../sass/content.scss */
.newsdetail .markers .marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 26px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}
/* line 842, ../sass/content.scss */
.newsdetail .markers .action_date {
  display: inline-block;
  white-space: nowrap;
}
/* line 847, ../sass/content.scss */
.newsdetail .pic {
  margin-bottom: 25px;
  text-align: center;
}
/* line 850, ../sass/content.scss */
.newsdetail .pic img {
  width: auto;
  max-width: 100%;
}

/* line 856, ../sass/content.scss */
.backshare {
  margin-bottom: 20px;
  margin-top: 20px;
}

.detailback i {
    padding: 10px 10px 9px 9px;
    color: #b8b8b8;
   
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);

}

/* line 858, ../sass/content.scss */
.backshare .detailback {
  text-decoration: none;
}
/* line 861, ../sass/content.scss */
.backshare .detailback:hover i:before {
  color: #990000;
}
/* line 865, ../sass/content.scss */
.backshare .detailback i {
  padding: 9px 7px 7px 8px;
  color: #b8b8b8;
  
}
/* line 870, ../sass/content.scss */
.detailback i:before {
  content: "\f112";
  color: #2a619f;
}
/* line 874, ../sass/content.scss */
.backshare .detailback span {
  display: inline-block;
  padding-top: 9px;
  padding-left: 10px;
}

.print-version.col.col-md-6 {
	padding-left:0;
}

@media (min-width: 992px) {
  /* line 883, ../sass/content.scss */
  .backshare .yashare {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /* line 890, ../sass/content.scss */
  .backshare .yashare {
    margin-top: 10px;
  }
}
/* line 895, ../sass/content.scss */
.detailGallery {
  margin-bottom: 45px;
}
/* line 897, ../sass/content.scss */
.detailGallery .pic {
  margin-bottom: 10px;
  text-align: center;
}
/* line 900, ../sass/content.scss */
.detailGallery .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* /news.detail */
/* yandex share */
/* line 910, ../sass/content.scss */
.yashare-auto-init {
  display: inline-block;
}

/* line 914, ../sass/content.scss */
.b-share .b-share-icon {
  width: 24px;
  height: 24px;
}
/* line 917, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_facebook {
  background: url("/local/templates/b24new/styles/../img/share-fb.png") 0px 0px no-repeat;
}
/* line 920, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_twitter {
  background: url("/local/templates/b24new/styles/../img/share-twitter.png") 0px 0px no-repeat;
}
/* line 923, ../sass/content.scss */
.b-share .b-share-icon.b-share-icon_gplus {
  background: url("/local/templates/b24new/styles/../img/google-share.png") 0px 0px no-repeat;
}

.b-share .b-share-icon.b-share-icon_vkontakte {
  background: url("/local/templates/b24new/styles/../img/share-vk.png") 0px 0px no-repeat;
} 

.b-share .b-share-icon.b-share-icon_odnoklassniki {background: url("/local/templates/b24new/styles/../img/share-ok.png") 0px 0px no-repeat;}

/* line 927, ../sass/content.scss */
.yashare .b-share .b-share__handle {
  height:29px;
  padding: 0px 7px 5px 0px !important;
}


.yashare.no-padding .b-share {padding-right: 0 !important;}
.yashare.no-padding > span {vertical-align: middle; padding-top:0;}
 
.yashare .b-share .b-share__handle:last-child {padding-right:0 !important;}
#sidebar .b-share {
    padding: 1px 3px 1px 0px!important;
}
.b-share a:hover{
	opacity:0.9;
}
/* line 933, ../sass/content.scss */
.yashare > span {
	  display: inline-block;
	  padding-top: 0;
	  padding-right: 20px;
	  font-size: 20px;
	  font-family: Open Sans;	
	  font-weight: 600;
	  line-height: 27px;
	  color: #242424;
}



/* yandex share */
/* line 942, ../sass/content.scss */
.overflower {
  overflow: hidden;
}

/* line 946, ../sass/content.scss */
.mainform .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}
/* line 952, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}
/* line 955, ../sass/content.scss */
.mainform textarea:active, .mainform textarea:focus {
  border-color: #b8b8b8;
}
/* line 960, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}
/* line 966, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}
/* line 971, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}
/* line 979, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}
/* line 982, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}
/* line 987, ../sass/content.scss */
.mainform .avatar-wrap {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
}
/* line 993, ../sass/content.scss */
.mainform .field-wrap {
  margin-top: 15px;
}
.mainform .your-info .field-wrap {
  min-height: 0;
  margin-top: 10px;
}
/* line 996, ../sass/content.scss */
.mainform .field-wrap.req {
  padding-top: 0px;
}
form[name="SIMPLE_FORM_1"] .mainform .captcha_wrap {
	float: right;
	
}

.mainform .zakaz-webform .field-wrap.req {
  padding-top: 25px;
}
.mainform .zakaz-webform .your-info .field-wrap.req {
  padding-top: 0;
}
/* line 999, ../sass/content.scss */
.mainform .field-wrap textarea {
  resize: none;
  height: 111px;
  z-index: 12;  
}

/* line 1003, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}
/* line 1006, ../sass/content.scss */
.mainform .buttons,
.mainform input[type="submit"] {
  
  /*float: left;
  text-align: right;*/
}
/* line 1012, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}
/* line 1015, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder, .mainform input.must-be-filled::-moz-placeholder, .mainform input.must-be-filled:-moz-placeholder, .mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}
/* line 1022, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}
/* line 1026, ../sass/content.scss */
.mainform .buttons span {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 1030, ../sass/content.scss */
.mainform .buttons span.required {
  display: inline;
}

/************************************************************************/
/* line 1037, ../sass/content.scss */
.mainform .captcha_wrap .reloadCaptcha {
  float: left;
  margin-left: 15px;
  margin-top: 7px;
  cursor: pointer;
}

/* line 1044, ../sass/content.scss */
.mainform .captchaImg {
  height: 60px;
  width: 185px;
  padding-left: 0px;
  border: 1px solid #ebebeb;
}

/* line 1051, ../sass/content.scss */
.mainform .buttons .starrequired {
  float: left;
  line-height: 14px;
}

/* line 1056, ../sass/content.scss */
.mainform .buttons {
  margin-top: 0;
  margin-bottom: 0;
}

.mainform .field-wrap.req {margin-bottom: 0;}

/* webforms */
/* line 1061, ../sass/content.scss */
.webform {
 /* border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;*/
  padding-bottom: 20px;
}

/* line 1067, ../sass/content.scss */
.webform.noborder {
  border-top: 0px;
}

/* line 1071, ../sass/content.scss */
.mainform textarea {
  width: 100%;
  border-color: #ebebeb;
}

/* line 1076, ../sass/content.scss */
.mainform textarea:active,
.mainform textarea:focus {
  border-color: #b8b8b8;
}

/* line 1081, ../sass/content.scss */
.mainform .text-triangle {
  border: 9px solid transparent;
  border-left: 10px solid #ebebeb;
  border-top: 10px solid #ebebeb;
  position: absolute;
  margin-left: 85px;
}

/* line 1089, ../sass/content.scss */
.mainform .text-triangle.focused {
  border-left: 10px solid #b8b8b8;
  border-top: 10px solid #b8b8b8;
}

/* line 1094, ../sass/content.scss */
.mainform .inner-triangle {
  border: 9px solid transparent;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  position: absolute;
  top: -11px;
  left: -9px;
}

/* line 1103, ../sass/content.scss */
.mainform .load-avatar {
  padding-top: 15px;
  padding-left: 25px;
}

/* line 1108, ../sass/content.scss */
.mainform .load-avatar a {
  line-height: 60px;
  margin-left: 5px;
}

/* line 1113, ../sass/content.scss */
.mainform .avatar-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  float: left;
}

/* line 1120, ../sass/content.scss */
.field-wrap {
  margin-top: 15px;
}

/* .mainform .captcha_wrap img{
  margin-top: 18px;
} */
/* line 1129, ../sass/content.scss */
.mainform .captcha_wrap {
  float: left;
}



.mainform .buttons input[type="submit"]:after {
	
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #fff;
}

.fancybox-inner .mainform .buttons input[type="submit"] {float: none;}
.fancybox-inner .mainform .webform.clearfix .field-wrap {margin-top: 15px;}
.fancybox-inner .fancybox-title-inside-wrap {padding-bottom: 9px;}


/* line 1142, ../sass/content.scss */
.mainform input.must-be-filled {
  border-color: #881f1f;
  background-color: #fff6f6;
}

/* line 1147, ../sass/content.scss */
.mainform input.must-be-filled::-webkit-input-placeholder {
  color: #881f1f;
}

/* line 1148, ../sass/content.scss */
.mainform input.must-be-filled::-moz-placeholder {
  color: #881f1f;
}

/* Firefox 19+ */
/* line 1149, ../sass/content.scss */
.mainform input.must-be-filled:-moz-placeholder {
  color: #881f1f;
}

/* Firefox 18- */
/* line 1150, ../sass/content.scss */
.mainform input.must-be-filled:-ms-input-placeholder {
  color: #881f1f;
}

/* line 1152, ../sass/content.scss */
.mainform input.almost-filled.form-control {
  border-color: #881f1f;
}

/* line 1156, ../sass/content.scss */
.mainform .calendar-wrap a:before {
  content: '\f073';
}

/* line 1160, ../sass/content.scss */
.mainform .calendar-wrap a {
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 31px;
  color: #b8b8b8;
}

/* line 1169, ../sass/content.scss */
.mainform .calendar-wrap.req a {
  top: 34px;
}

/* line 1173, ../sass/content.scss */
.mainform .calendar-wrap a:hover,
.mainform .rating .rating-icon:hover,
.mainform .rating .rating-icon.hover {
  cursor: pointer;
  color: #0084c9;
}

/* line 1180, ../sass/content.scss */
.mainform .rating .rating-icon:before {
  content: '\f006';
}

/* line 1184, ../sass/content.scss */
.mainform .rating .rating-icon.selected:before {
  content: '\f005';
}

/* line 1188, ../sass/content.scss */
.mainform .rating .rating-icon {
  color: #b8b8b8;
  font-size: 15px;
  font-family: 'FontAwesome';
  float: left;
  padding-right: 5px;
  text-decoration: none;
}

/* line 1197, ../sass/content.scss */
.mainform .field-wrap.rating .stars {
  margin-top: 14px;
}

/* line 1201, ../sass/content.scss */
.mainform .req-input.must-be-filled.rating-border {
  border-color: #881f1f;
}

/* line 1205, ../sass/content.scss */
.field-wrap label,
.field-wrap .label-wrap {
  display: block;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 1.38462;
  font-weight: 400;
}
/* line 1213, ../sass/content.scss */
.field-wrap label .required,
.field-wrap .label-wrap .required {
  display: inline;
  font-size: 18px;
  color: #c90d0d;
  line-height: 14px;
}

/* line 1221, ../sass/content.scss */
.mainform .inner-wrap {
  
  padding: 20px 0px 5px;
  border-top: 1px solid #E2E2E2;
  
}
.mainform .zakaz-webform .inner-wrap {
  padding: 25px;
}
.zakaz-webform .field-wrap label, .zakaz-webform .field-wrap .label-wrap {
    margin-bottom: 0px;
	font:16px/16px Roboto;
	font-weight:300;
	margin-top:20px;
}
.zakaz-webform .field-wrap label.control-label{
	font:24px/24px Roboto;
	font-weight:300;
	margin-bottom:15px;
	margin-top:0;
}
.zakaz-webform .your-info .field-wrap label.control-label{
	margin-bottom:8px;
}
/* line 1229, ../sass/content.scss */
.mainform .dropdown .btn.btn-default {
  text-align: left;
  width: 111%;
  border-color: #ebebeb;
  height: 36px;
}

/* line 1236, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu {
  margin-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 2px #0084c9;
}

/* line 1243, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li:before {
  content: "";
}

/* line 1247, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li a:hover {
  background-color: #ebebeb;
}

/* line 1251, ../sass/content.scss */
.mainform .field-wrap.dropdown .dropdown-menu li,
.mainform .field-wrap.dropdown .dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  height: 36px;
  text-decoration: none;
}

/* line 1258, ../sass/content.scss */
.right-arrow-caret {
  float: right;
}

/* line 1262, ../sass/content.scss */
.right-arrow-caret:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 9px;
  font-weight: bold;
}

/* line 1269, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle {
  background-color: white;
  border-color: #b8b8b8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1275, ../sass/content.scss */
.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover {
  background-color: white;
  border-color: #b8b8b8;
  color: #585f69;
}

/* line 1281, ../sass/content.scss */
.mainform .field-wrap input.hidden_input {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* line 1288, ../sass/content.scss */
.mainform .file_upload {
  position: relative;
  overflow: hidden;
  font-size: 1em;
  /* example */
  height: 2em;
  /* example */
  line-height: 2em;
}
/* line 1295, ../sass/content.scss */
.mainform .file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}

/******************************************************************************/
/* /forms */
/* catalog */
/* line 1305, ../sass/content.scss */
.sectiondescription {
  margin-bottom: 15px;
}

/* /catalog */
/* catalog.section -> showcase & list */
/* line 1311, ../sass/content.scss */
.products {
  margin-bottom: 15px;
}
/* line 1313, ../sass/content.scss */
.products .item {
  margin-bottom: 15px;
}
/* line 1315, ../sass/content.scss */
.products .item .in {
  border: 1px solid #ebebeb;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 1318, ../sass/content.scss */
.products .item .in:hover {
  border-color: #b8b8b8;
}
/* line 1322, ../sass/content.scss */
.products .item .price.cool {
  font-size: 18px;
  line-height: 17px;
}
/* line 1327, ../sass/content.scss */
.products .item .quantity .empty {
  color: #dd2808;
}
/* line 1330, ../sass/content.scss */
.products .item .quantity .isset {
  color: #008800;
}
/* line 1336, ../sass/content.scss */
.products.showcase .item {
  min-height: 326px;
}
/* line 1338, ../sass/content.scss */
.products.showcase .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 1342, ../sass/content.scss */
.products.showcase .item .pic img {
  max-width: 100%;
  max-height: 190px;
}
/* line 1347, ../sass/content.scss */
.products.showcase .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 1350, ../sass/content.scss */
.products.showcase .item .name,
.products.showcase .item .buy,
.products.showcase .item .bot {
  margin-bottom: 8px;
}
/* line 1355, ../sass/content.scss */
.products.showcase .item .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
/* line 1364, ../sass/content.scss */
.products.list .item {
  min-height: 115px;
}
/* line 1367, ../sass/content.scss */
.products.list .item .part.part1 {
  padding-right: 6px;
}
/* line 1370, ../sass/content.scss */
.products.list .item .part.part2 {
  padding-left: 6px;
}
/* line 1374, ../sass/content.scss */
.products.list .item .pic {
  height: 115px;
  line-height: 115px;
}
/* line 1377, ../sass/content.scss */
.products.list .item .pic img {
  position: relative;
  top: -1px;
  max-height: 115px;
}
/* line 1383, ../sass/content.scss */
.products.list .item .data {
  margin: 6px 11px 6px 0px;
}
/* line 1386, ../sass/content.scss */
.products.list .item .name {
  max-height: 37px;
  overflow: hidden;
}
/* line 1390, ../sass/content.scss */
.products.list .item .name,
.products.list .item .limiter {
  margin-bottom: 5px;
}
/* line 1394, ../sass/content.scss */
.products.list .item .price {
  display: inline-block;
}
/* line 1397, ../sass/content.scss */
.products.list .item .article,
.products.list .item .quantity {
  display: inline-block;
  padding-right: 15px;
}
/* line 1403, ../sass/content.scss */
.products.list .item .buybtn a {
  width: 100%;
}
/* line 1410, ../sass/content.scss */
.products.list.little .item {
  min-height: 68px;
}
/* line 1412, ../sass/content.scss */
.products.list.little .item .pic {
  height: 68px;
  line-height: 68px;
}
/* line 1415, ../sass/content.scss */
.products.list.little .item .pic img {
  top: -2px;
  max-height: 68px;
}
/* line 1420, ../sass/content.scss */
.products.list.little .item .limiter {
  height: 37px;
  margin-bottom: 0px;
}
/* line 1424, ../sass/content.scss */
.products.list.little .item .descr {
  display: none;
}

@media (min-width: 768px) {
  /* line 1434, ../sass/content.scss */
  .products.list .item .limiter {
    height: 79px;
    overflow: hidden;
  }
  /* line 1438, ../sass/content.scss */
  .products.list .item .prices,
  .products.list .item .buybtn {
    display: table;
    width: 100%;
  }
  /* line 1442, ../sass/content.scss */
  .products.list .item .prices > div,
  .products.list .item .buybtn > div {
    display: table-cell;
    height: 103px;
    vertical-align: middle;
  }
  /* line 1453, ../sass/content.scss */
  .products.list.little .prices > div,
  .products.list.little .buybtn > div {
    height: 56px;
  }
}
@media (max-width: 767px) {
  /* line 1464, ../sass/content.scss */
  .products.list .item .price.old {
    margin-right: 20px;
  }
  /* line 1467, ../sass/content.scss */
  .products.list .item .bot {
    margin-bottom: 5px;
  }
  /* line 1470, ../sass/content.scss */
  .products.list .item .article,
  .products.list .item .quantity {
    display: block;
  }
  /* line 1478, ../sass/content.scss */
  .products.list.little .item .bot {
    display: none;
  }
}
/* /catalog.section -> showcase & list */
/* catalog.element */
/* line 1488, ../sass/content.scss */
.js-detail {
  /*margin-top: 32px;*/
}
/* line 1490, ../sass/content.scss */
.js-detail .pic {
  margin-bottom: 7px;
  margin-top:20px;
}
/* line 1492, ../sass/content.scss */
.js-detail .pic .changeFromSlider {
  display: block;
  height: 300px;
  line-height: 300px;
  text-align: center;
  border:1px solid #ebebeb;
}
/* line 1497, ../sass/content.scss */
.js-detail .pic .changeFromSlider img {
  max-height: 300px;
}
/* line 1502, ../sass/content.scss */
.js-detail .prices {
  margin-bottom: 15px;
}
/* line 1504, ../sass/content.scss */
.js-detail .prices .discount {
  margin-left: 20px;
  color: #b12a2a;
}
/* line 1509, ../sass/content.scss */
.js-detail .prices .price.old {
  font-size: 14px;
}
/* line 1512, ../sass/content.scss */
.js-detail .prices .price.cool {
  font-size: 18px;
}
/* line 1517, ../sass/content.scss */
.js-detail .previewtext {
font:16px/24px Roboto;
color:#4d5e66;
  margin-bottom: 15px;
  margin-top:17px;
}
/* line 1522, ../sass/content.scss */
.js-detail .previewtext a,
.js-detail .proptable a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed #585f69;
}
/* line 1526, ../sass/content.scss */
.js-detail .previewtext a:hover,
.js-detail .proptable a:hover {
  border-bottom-color: transparent;
}
/* line 1529, ../sass/content.scss */
.js-detail .previewtext a:after,
.js-detail .proptable a:after {
  position: absolute;
  top: -3px;
  right: -16px;
  font-size: 18px;
  content: "\f105";
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1541, ../sass/content.scss */
.js-detail .buyblock {
  padding: 14px 18px;
  border: 1px solid #ebebeb;
}
/* line 1544, ../sass/content.scss */
.js-detail .buyblock .quantity {
  margin-bottom: 15px;
}
/* line 1548, ../sass/content.scss */
.js-detail .buyblock .quantity .empty {
  color: #dd2808;
}
/* line 1551, ../sass/content.scss */
.js-detail .buyblock .quantity .isset {
  color: #008800;
}
/* line 1556, ../sass/content.scss */
.js-detail .buyblock .buybtns a {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
}
/* line 1562, ../sass/content.scss */
.js-detail .buyblock .buybtns a:last-child {
  margin-bottom: 0px;
}
/* line 1567, ../sass/content.scss */
.js-detail .buyblock .delivery {
  margin-top: 15px;
}
/* line 1570, ../sass/content.scss */
.js-detail .buyblock .yashare {
  margin-top: 30px;
}
/* line 1572, ../sass/content.scss */
.js-detail .buyblock .yashare > span {
  padding-top: 7px;
  padding-right: 0px;
}
/* line 1576, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init {
  float: right;
}
/* line 1578, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/* line 1581, ../sass/content.scss */
.js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child {
  padding-right: 0px !important;
}
/* line 1588, ../sass/content.scss */
.js-detail .part2 {
  /*margin-top: 50px;*/
}
/* line 1592, ../sass/content.scss */
.js-detail .proptable table {
  width: 100%;
}
/* line 1594, ../sass/content.scss */
.js-detail .proptable table .name {
  width: 50%;
 /* border-bottom: 1px dotted #ebebeb;*/
}
/* line 1597, ../sass/content.scss */
.js-detail .proptable table .name > span {
  padding-right: 7px;
}
/* line 1601, ../sass/content.scss */
.js-detail .proptable table .val {
  width: 50%;
}
/* line 1603, ../sass/content.scss */
.js-detail .proptable table .val > span {
  padding-left: 7px;
}
/* line 1607, ../sass/content.scss */
.js-detail .proptable table td {
  padding: 14px 14px;
}
/* line 1609, ../sass/content.scss */
.js-detail .proptable table td > span {
  position: relative;
  top: 10px;
  background-color: #fff;
}

/* /catalog.element */
/* catalog.smart.filter */
/* line 1621, ../sass/content.scss */
.smartfilter {
  background-color: #fff;
  /*Track*/
  /* modf */
}
/* line 1623, ../sass/content.scss */
.smartfilter ul {
  margin-bottom: 0px;
}
/* line 1625, ../sass/content.scss */
.smartfilter ul > li {
  margin-bottom: 10px;
}
/* line 1627, ../sass/content.scss */
.smartfilter ul > li:last-child {
  margin-bottom: 0px;
}
/* line 1631, ../sass/content.scss */
.smartfilter ul .bx_filter_prop {
  position: relative;
  border: 1px solid #ebebeb;
}
/* line 1636, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .name:after {
  content: "\f107";
}
/* line 1640, ../sass/content.scss */
.smartfilter ul .bx_filter_prop.active > .body {
  display: block;
  border-top: 1px solid #ebebeb;
  z-index: 2;
}
/* line 1646, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name {
  position: relative;
  padding: 8px 25px;
  line-height: 18px;
  cursor: pointer;
}
/* line 1651, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name:after {
  top: 8px;
  right: 17px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1661, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint {
  position: relative;
}
/* line 1664, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint:hover .text {
  display: block;
}
/* line 1668, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa {
  margin-left: 7px;
}
/* line 1670, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:before {
  font-size: 14px;
  content: "\f1db";
}
/* line 1674, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:after {
  position: relative;
  top: -2px;
  right: 7px;
  font-size: 8px;
  content: "\f129";
}
/* line 1682, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .name .hint .text {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
  min-width: 250px;
  padding: 8px 10px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  background-color: #fafafa;
  border: 1px solid #b8b8b8;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10;
}
/* line 1699, ../sass/content.scss */
.smartfilter ul .bx_filter_prop > .body {
  display: none;
  padding: 10px 25px;
  background-color: #fff;
  z-index: 1;
}
/* line 1705, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label {
  display: block;
  font-weight: normal;
}
/* line 1708, ../sass/content.scss */
.smartfilter ul .bx_filter_prop label:last-child {
  margin-bottom: 0px;
}
/* line 1713, ../sass/content.scss */
.smartfilter ul .buttons {
  padding: 19px 10px;
}
/* line 1718, ../sass/content.scss */
.smartfilter .bx_ui_slider_track {
  position: relative;
  height: 9px;
  margin: 15px 0px;
  border: 1px solid #ebebeb;
  background: transparent;
}
/* line 1725, ../sass/content.scss */
.smartfilter .bx_ui_slider_part {
  display: none;
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
/* line 1732, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p1 {
  left: -1px;
}
/* line 1733, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p2 {
  left: 25%;
}
/* line 1734, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p3 {
  left: 50%;
}
/* line 1735, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p4 {
  left: 75%;
}
/* line 1736, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p5 {
  right: -1px;
}
/* line 1737, ../sass/content.scss */
.smartfilter .bx_ui_slider_part.p2 span, .smartfilter .bx_ui_slider_part.p3 span, .smartfilter .bx_ui_slider_part.p4 span {
  color: #6b8086;
}
/* line 1740, ../sass/content.scss */
.smartfilter .bx_ui_slider_part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}
/* line 1753, ../sass/content.scss */
.smartfilter .bx_ui_slider_range,
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1765, ../sass/content.scss */
.smartfilter .bx_ui_slider_range {
  z-index: 90;
}
/* line 1768, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar {
  z-index: 80;
}
/* line 1771, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VD {
  z-index: 40;
  background-color: #b7b7b7;
}
/* line 1775, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_VN {
  z-index: 50;
  background-color: transparent;
}
/* line 1779, ../sass/content.scss */
.smartfilter .bx_ui_slider_pricebar_V {
  z-index: 60;
  background-color: #0084c9;
}
/* line 1783, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle {
  position: absolute;
  top: -6px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #ebebeb;
  text-decoration: none;
}
/* line 1792, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle:hover {
  color: #fff;
  background-color: #0084c9;
}
/* line 1796, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 3px 8px;
}
/* line 1803, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left {
  left: 0;
}
/* line 1806, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.left span:after {
  content: "\f104";
}
/* line 1811, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right {
  right: 0;
}
/* line 1814, ../sass/content.scss */
.smartfilter .bx_ui_slider_handle.right span:after {
  content: "\f105";
}
/* line 1821, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box .polovinka {
  width: 50%;
  float: left;
}
/* line 1827, ../sass/content.scss */
.smartfilter .bx_filter_parameters_box_container_block input {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1833, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container {
  position: relative;
}
/* line 1835, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.from {
  margin-right: 5px;
}
/* line 1838, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container.to {
  margin-left: 5px;
}
/* line 1841, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container input {
  text-align: left;
}
/* line 1844, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon {
  position: absolute;
  top: 7px;
  right: 3px;
}
/* line 1849, ../sass/content.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon i:after {
  content: '\f073';
}
/* line 1856, ../sass/content.scss */
.smartfilter .bx_filter_container_modef {
  position: relative;
  display: block;
}
/* line 1859, ../sass/content.scss */
.smartfilter .bx_filter_container_modef .bx_filter_popup_result {
  position: absolute;
  top: -46px;
  left: 100%;
}
/* line 1865, ../sass/content.scss */
.smartfilter .bx_filter_popup_result {
  position: relative;
  display: block;
  min-width: 150px;
  white-space: nowrap;
  margin-right: 15px;
  margin-left: 43px;
  padding: 8px 10px 7px 13px;
  vertical-align: middle;
  line-height: 18px;
  color: #585f69;
  text-decoration: none;
  background-color: #fafafa;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  z-index: 1;
}
/* line 1882, ../sass/content.scss */
.smartfilter .bx_filter_popup_result:hover {
  border-color: #0084c9;
}
/* line 1884, ../sass/content.scss */
.smartfilter .bx_filter_popup_result:hover .arrow {
  border-right-color: #0084c9;
}
/* line 1888, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow {
  position: absolute;
  top: -1px;
  left: -35px;
  border: 18px solid transparent;
  border-right: 18px solid #b8b8b8;
}
/* line 1894, ../sass/content.scss */
.smartfilter .bx_filter_popup_result .arrow span {
  position: absolute;
  top: -16px;
  left: -14px;
  border: 16px solid transparent;
  border-right: 16px solid #fafafa;
}
/* line 1902, ../sass/content.scss */
.smartfilter .bx_filter_popup_result #modef_num {
  margin-right: 15px;
}
/* line 1910, ../sass/content.scss */
.smartfilter .body .bx_filter_param_label.cwp:before, .smartfilter .body .bx_filter_param_label.cwp:after,
.smartfilter .body .bx_filter_param_label.cwpal:before,
.smartfilter .body .bx_filter_param_label.cwpal:after,
.smartfilter .body .bx_filter_param_label.dwpal:before,
.smartfilter .body .bx_filter_param_label.dwpal:after {
  content: '';
}

/* line 1917, ../sass/content.scss */
.bx_filter_param_label {
  cursor: pointer;
}

/* line 1920, ../sass/content.scss */
.smartfilter .bx_filter_param_label.disabled,
body .popup-window .bx_filter_param_label.disabled {
  cursor: default;
}

/* line 1924, ../sass/content.scss */
.bx_filter_param_label.cwp {
  float: left;
  margin-right: 4px;
}

/* line 1928, ../sass/content.scss */
.bx_filter_param_label.c,
.bx_filter_param_label.rb {
  margin-left: 17px;
}

/* line 1933, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_btn {
  float: left;
  margin-right: 5px;
}
/* line 1937, ../sass/content.scss */
.bx_filter_param_label.cwpal .bx_filter_param_text {
  display: inline-block;
  margin-top: 3px;
}

/* line 1942, ../sass/content.scss */
.bx_filter_param_btn {
  display: block;
  padding: 2px;
  border: 1px solid transparent;
}

/* line 1947, ../sass/content.scss */
.bx_filter_param_label.active .bx_filter_param_btn,
.bx_filter_param_label:hover .bx_filter_param_btn {
  border-color: #0084c9;
}

/* line 1951, ../sass/content.scss */
.bx_filter_param_label.disabled:hover .bx_filter_param_btn {
  border-color: transparent;
}

/* line 1955, ../sass/content.scss */
.bx_filter_param_text .role_count {
  color: #c3c3c3;
}

/* line 1959, ../sass/content.scss */
.bx_filter_btn_color_icon {
  display: block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 1970, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text {
  display: block;
  text-align: left;
  border-color: #ebebeb;
}
/* line 1974, ../sass/content.scss */
.bx_filter_select_block .bx_filter_select_text .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 1980, ../sass/content.scss */
body .popup-window.smartFilterSelectbox {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1984, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-top-row,
body .popup-window.smartFilterSelectbox .popup-window-bottom-row,
body .popup-window.smartFilterSelectbox .popup-window-left-column,
body .popup-window.smartFilterSelectbox .popup-window-right-column {
  display: none;
}
/* line 1990, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-center-column {
  background: transparent;
}
/* line 1993, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content {
  margin: 0px;
}
/* line 1995, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content ul {
  display: block;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 2px solid #0084c9;
  border-radius: 0px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 2011, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content li {
  display: block;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 2018, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label {
  display: block;
  padding: 7px 25px;
  cursor: pointer;
  color: #585f69;
  text-decoration: none;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 2028, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label:hover {
  text-decoration: none;
  color: #585f69;
  background-color: #eee;
}
/* line 2033, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content label.disabled:hover {
  background-color: transparent;
}
/* line 2037, ../sass/content.scss */
body .popup-window.smartFilterSelectbox .popup-window-content .bx_filter_btn_color_icon {
  float: left;
  margin-right: 5px;
}

/* line 2046, ../sass/content.scss */
.bx_filter_select_popup ul li label {
  font-weight: normal;
}

/* line 2052, ../sass/content.scss */
.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
}

/* line 2056, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  -moz-box-shadow: inset 0 0 0 1px #b8b8b8;
  -webkit-box-shadow: inset 0 0 0 1px #b8b8b8;
  box-shadow: inset 0 0 0 1px #b8b8b8;
}

/* line 2065, ../sass/content.scss */
.bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0;
}

/* line 2069, ../sass/content.scss */
.bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0;
}

/* line 2073, ../sass/content.scss */
.bx_filter_param_label.disabled {
  opacity: .5;
  cursor: default;
}

@media (max-width: 991px) {
  /* line 2078, ../sass/content.scss */
  .aroundfilter {
    position: relative;
  }
  /* line 2080, ../sass/content.scss */
  .aroundfilter .smartfilter {
    display: none;
  }
  /* line 2082, ../sass/content.scss */
  .aroundfilter .smartfilter.open {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    display: block;
    z-index: 5;
    padding: 15px;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2094, ../sass/content.scss */
  .aroundfilter .smartfilter .name .hint {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 2103, ../sass/content.scss */
  .smartfilter.ftype1 {
    margin-bottom: 10px;
  }
  /* line 2109, ../sass/content.scss */
  .smartfilter.ftype2 ul .bx_filter_prop > .body {
    position: absolute;
    top: 38px;
    right: 0px;
    left: 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 2px solid #0084c9;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 2119, ../sass/content.scss */
  .smartfilter.ftype2 ul .buttons {
    text-align: right;
  }
  /* line 2124, ../sass/content.scss */
  .smartfilter.ftype2 .bx_filter_container_modef .bx_filter_popup_result {
    left: auto;
    right: 0px;
  }
}
/* /catalog.smart.filter */
/* catalog.compare.list */
/* line 2136, ../sass/content.scss */
.comparelist .btn {
  border-color: #ebebeb;
}
/* line 2139, ../sass/content.scss */
.comparelist .btn .fa:after {
  content: "\f080";
}

/* /catalog.compare.list */
/* catalog.sorter */
/* line 2148, ../sass/content.scss */
.catalogsorter {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2151, ../sass/content.scss */
.catalogsorter > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2160, ../sass/content.scss */
.catalogsorter .template i.showcase:before,
.catalogsorter .templateDrop i.showcase:before {
  content: "\f00a";
}
/* line 2165, ../sass/content.scss */
.catalogsorter .template i.list:before,
.catalogsorter .templateDrop i.list:before {
  content: "\f00b";
}
/* line 2170, ../sass/content.scss */
.catalogsorter .template i.list_little:before,
.catalogsorter .templateDrop i.list_little:before {
  content: "\f03a";
}
/* line 2177, ../sass/content.scss */
.catalogsorter .template a {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 12px 7px 13px;
  color: #b8b8b8;
  background-color: #ebebeb;
}
/* line 2183, ../sass/content.scss */
.catalogsorter .template a:hover, .catalogsorter .template a.selected {
  color: #0084c9;
}
/* line 2187, ../sass/content.scss */
.catalogsorter .template a:first-child {
  margin-left: 0px;
}
/* line 2193, ../sass/content.scss */
.catalogsorter .templateDrop .fa {
  margin-left: 0px;
}
/* line 2198, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-toggle .fa:after {
  content: '';
}
/* line 2203, ../sass/content.scss */
.catalogsorter .templateDrop .dropdown-menu {
  min-width: 60px;
}
/* line 2208, ../sass/content.scss */
.catalogsorter .dropdown > .btn-default.dropdown-toggle {
  border-color: #ebebeb;
  width:57px;
}
/* line 2212, ../sass/content.scss */
.catalogsorter .dropdown.open > .btn-default.dropdown-toggle {
  background-color: transparent;
}
/* line 2216, ../sass/content.scss */
.catalogsorter .dropdown .arrowright {
  margin-left: 7px;
}
/* line 2218, ../sass/content.scss */
.catalogsorter .dropdown .arrowright:after {
  content: "\f105";
}
/* line 2223, ../sass/content.scss */
.catalogsorter .filterbtn,
.catalogsorter .output,
.catalogsorter .sortby,
.catalogsorter .comparising {
  margin-right: 10px;
}
/* line 2230, ../sass/content.scss */
.catalogsorter .output .title,
.catalogsorter .output .dropdown {
  display: inline-block;
}
/* line 2234, ../sass/content.scss */
.catalogsorter .output .title {
  margin-right: 3px;
}
/* line 2237, ../sass/content.scss */
.catalogsorter .output .fileicon {
  margin-left: 0px;
  margin-right: 3px;
}
/* line 2240, ../sass/content.scss */
.catalogsorter .output .fileicon:before {
  content: "\f016";
}
/* line 2243, ../sass/content.scss */
.catalogsorter .output .fileicon:after {
  content: '';
}
/* line 2248, ../sass/content.scss */
.catalogsorter .showfilter {
  border-color: #ebebeb;
}
/* line 2250, ../sass/content.scss */
.catalogsorter .showfilter i {
  margin-left: 0px;
}
/* line 2252, ../sass/content.scss */
.catalogsorter .showfilter i:before {
  content: "\f0b0";
}
/* line 2255, ../sass/content.scss */
.catalogsorter .showfilter i:after {
  content: ' ';
}

@media (min-width: 501px) {
  /* line 2262, ../sass/content.scss */
  .comparising {
    float: right;
  }
}
@media (max-width: 500px) {
  .video-archive .image{
    height: auto;
}
  /* line 2268, ../sass/content.scss */
  .catalogsorter .filterbtn,
  .catalogsorter .output,
  .catalogsorter .sortby {
    margin-right: 0px;
  }
  /* line 2274, ../sass/content.scss */
  .catalogsorter > div:first-child button {
    border-right: none;
  }
  /* line 2280, ../sass/content.scss */
  .catalogsorter .filterbtn + .output button,
  .catalogsorter .filterbtn + .sortby button {
    border-right: none;
  }
  /* line 2285, ../sass/content.scss */
  .catalogsorter .comparising .btn {
    position: relative;
    left: -1px;
  }
}
@media (max-width: 991px) {
  /* line 2299, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:after, .catalogsorter .sortby .fa.name:after, .catalogsorter .sortby .fa.price:after {
    margin-left: 3px;
  }
  /* line 2303, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.asc:after, .catalogsorter .sortby .fa.name.asc:after, .catalogsorter .sortby .fa.price.asc:after {
    content: "\f106";
  }
  /* line 2308, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort.desc:after, .catalogsorter .sortby .fa.name.desc:after, .catalogsorter .sortby .fa.price.desc:after {
    content: "\f107";
  }
  /* line 2314, ../sass/content.scss */
  .catalogsorter .sortby .fa.sort:before {
    content: "\f005";
  }
  /* line 2319, ../sass/content.scss */
  .catalogsorter .sortby .fa.price:before {
    content: "\f158";
  }
  /* line 2324, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu {
    min-width: 60px;
  }
  /* line 2327, ../sass/content.scss */
  .catalogsorter .sortby .dropdown-menu > li a {
    padding: 7px 15px;
  }
}
/* /catalog.sorter */
/* catalog.compare.result */
/* line 2339, ../sass/content.scss */
.bx_compare .bx_sort_container {
  margin-bottom: 15px;
}
/* line 2341, ../sass/content.scss */
.bx_compare .bx_sort_container .sorttext {
  margin-right: 7px;
}
/* line 2346, ../sass/content.scss */
.bx_compare .table_compare .empty > div,
.bx_compare .table_compare .item {
  min-width: 260px;
}
/* line 2350, ../sass/content.scss */
.bx_compare .table_compare .empty {
  padding: 0px;
}
/* line 2353, ../sass/content.scss */
.bx_compare .table_compare .product {
  padding: 15px;
}
/* line 2357, ../sass/content.scss */
.bx_compare .table_compare .item .del {
  position: relative;
  min-height: 5px;
}
/* line 2360, ../sass/content.scss */
.bx_compare .table_compare .item .del a {
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  width: 15px;
  height: 15px;
}
/* line 2368, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa {
  font-size: 18px;
}
/* line 2370, ../sass/content.scss */
.bx_compare .table_compare .item .del .fa:after {
  content: "\f014";
}
/* line 2375, ../sass/content.scss */
.bx_compare .table_compare .item .pic {
  height: 190px;
  line-height: 190px;
  text-align: center;
}
/* line 2379, ../sass/content.scss */
.bx_compare .table_compare .item .pic img {
  max-width: 100%;
  max-height: 190px;
}
/* line 2384, ../sass/content.scss */
.bx_compare .table_compare .item .data {
  margin: 7px 9px 0px 9px;
}
/* line 2387, ../sass/content.scss */
.bx_compare .table_compare .item .del,
.bx_compare .table_compare .item .name {
  margin-bottom: 8px;
}
/* line 2391, ../sass/content.scss */
.bx_compare .table_compare .item .name {
  height: 48px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}

/* /catalog.compare.result */
/* 404 not found */
/* line 2404, ../sass/content.scss */
.erorpage .errorpagein {
  width: 100%;
  vertical-align: middle;
}
/* line 2407, ../sass/content.scss */
.erorpage .errorpagein .errorcode {
  margin-top: 20px;
  font-size: 200px;
  color: #2a619f;
}

.errorbutton .btn-primary {
	
	color: #fff;
    background-color: #2a619f;
    border-color: #2a619f;
}

.errorbutton .btn-primary:hover {
    background-color: #fff;
    border-color: #2a619f;
    color: #2a619f;
}

/* line 2411, ../sass/content.scss */
.erorpage .errorpagein .errortext {
  position: relative;
  top: -40px;
  font-size: 30px;
}
/* line 2416, ../sass/content.scss */
.erorpage .errorpagein .errorbutton {
  margin-top: 10px;
  margin-bottom: 120px;
}

/* /404 not found */
/* subscribe */
/* line 2426, ../sass/content.scss */
.subscription .field-wrap {
  min-height: 45px;
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 2430, ../sass/content.scss */
.subscription .field-wrap label {
  margin-bottom: 0px;
}
/* line 2433, ../sass/content.scss */
.subscription .field-wrap .rubric {
  margin-bottom: 20px;
}
/* line 2435, ../sass/content.scss */
.subscription .field-wrap .rubric > div {
  margin-top: 3px;
  color: #a4a4a4;
  font-size: 11px;
}
/* line 2442, ../sass/content.scss */
.subscription .padleft {
  margin-top: 12px;
  padding-left: 30px;
}
/* line 2446, ../sass/content.scss */
.subscription .btns {
  margin-top: 15px;
}
/* line 2449, ../sass/content.scss */
.subscription .required {
  font-size: 18px;
  color: #c90d0d;
  display: inline;
  line-height: 14px;
}

/* line 2456, ../sass/content.scss */
.detail_subs {
  margin-bottom: 30px;
  padding: 10px 18px;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
/* line 2461, ../sass/content.scss */
.detail_subs p {
  margin: 0px;
  line-height: 36px;
}

/* /subscribe */
/* universal slider */
/* line 2469, ../sass/content.scss */
.thumbs {
  margin-bottom: 25px;
}
/* line 2472, ../sass/content.scss */
.thumbs .thumb a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 3px solid #ebebeb;
 /* background-size: cover;*/
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 2485, ../sass/content.scss */
.thumbs .thumb.checked a .overlay,
.thumbs .thumb.checked a .fa {
  display: none;
}
.thumbs .thumb.checked a{
	border:3px solid #1e508b;
}
/* line 2491, ../sass/content.scss */
.thumbs .thumb .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  background-color: #fff;
 /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;*/
}
/* line 2501, ../sass/content.scss */
.thumbs .thumb .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -16px;
  margin-left: -17px;
  font-size: 35px;
}
/* line 2509, ../sass/content.scss */
.thumbs .thumb .fa:before {
  content: "\f002";
  color: #fff;
}
/* line 2515, ../sass/content.scss */
.thumbs .owl-nav {
  margin-top: 10px;
  text-align: right;
}
.js-detail .thumbs .owl-nav{
	 margin: 0 5px 0;
    position: relative;
}
.js-detail .thumbs .owl-nav .prev{
	float:left;
}
.js-detail .thumbs .owl-nav .prev, .js-detail .thumbs .owl-nav .next{
    top: -69px;
	position:relative;
}
/* line 2520, ../sass/content.scss */
.changeFromSlider {
  cursor: pointer;
}

/* /universal slider */
/* popup gallery */
/* line 2526, ../sass/content.scss */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 2530, ../sass/content.scss */
.popupgallery .navigations {
  position: relative;
}
/* line 2533, ../sass/content.scss */
.popupgallery .navigations:hover > .nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 2535, ../sass/content.scss */
.popupgallery .navigations:hover > .nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity:1;
}
/* line 2540, ../sass/content.scss */
.popupgallery .navigations > .nav {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin-top: -27px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 27px;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 2556, ../sass/content.scss */
.popupgallery .navigations > .nav:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.6);
}
/* line 2560, ../sass/content.scss */
.popupgallery .navigations > .nav.prev {
  left: 15px;
}
/* line 2562, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 2563, ../sass/content.scss */
.popupgallery .navigations > .nav.prev > span:after {
  content: "\f104";
}
/* line 2569, ../sass/content.scss */
.popupgallery .navigations > .nav.next {
  right: 15px;
}
/* line 2571, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 2572, ../sass/content.scss */
.popupgallery .navigations > .nav.next > span:after {
  content: "\f105";
}
/* line 2578, ../sass/content.scss */
.popupgallery .navigations > .nav > span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  color: #fff;
}
/* line 2587, ../sass/content.scss */
.popupgallery .around_changeit {
  display: table;
  width: 100%;
}
/* line 2591, ../sass/content.scss */
.popupgallery .changeit {
  display: table-cell;
  width: 100%;
  height: 550px;
  text-align: center;
  vertical-align: middle;
  border:2px solid #dadada;
}
/* line 2597, ../sass/content.scss */
.popupgallery .changeit img {
  display: inline;
  cursor: pointer;
  max-height: 520px;
}
/* line 2602, ../sass/content.scss */
.popupgallery .changeit .date {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 2610, ../sass/content.scss */
.popupgallery .description {
  height: 20px;
}
/* line 2613, ../sass/content.scss */
.popupgallery .thumbs {
  max-height: 428px;
 /* margin-top: 15px;*/
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 2618, ../sass/content.scss */
.popupgallery .thumbs .thumb {
  width: 45%;
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
}
/* line 2623, ../sass/content.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
  margin-right: 6%;
}
/* line 2628, ../sass/content.scss */
.popupgallery .preview {
  position: relative;
  max-height: 112px;
  overflow: hidden;
}
/* line 2632, ../sass/content.scss */
.popupgallery .preview:before {
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 30%;
  height: 20px;
  content: '';
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), white);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), #ffffff);
}
.gallery .item.catalog-main-item .data a{
	margin:0;
}

.buttons span{
	font:14px/14px Roboto;
}
form[name="SIMPLE_FORM_1"] .mainform  .buttons input, form[name="SIMPLE_FORM_1"] .mainform  .buttons span{
	vertical-align:middle;
	display:inline-block;
}
form[name="SIMPLE_FORM_1"] .mainform .buttons input[type="submit"].btn{
	/*max-width:140px;*/
}
form[name="SIMPLE_FORM_1"] .mainform .buttons {
  margin-bottom: 0;
}
.your-info{
	margin-top:30px;
}
.your-info h2{
	margin:0 0 20px 0;
}
.zakaz-webform  .your-info .field-wrap label.control-label,  .zakaz-webform .field-wrap .custom_text-wrapper label.control-label{
    font: 16px/16px Roboto;
}
.zakaz-webform .field-wrap .custom_text-wrapper label.control-label{
	margin-bottom:6px;
	font-weight: 300;
}
.zakaz-webform .radio.custom_text-wrapper{
	padding-left:0 !important;
	margin-top: 20px;
}
.zakaz-webform .radio.custom_text-wrapper input{
	max-width:133px;
	padding-left:10px;
	border-radius: 2px;
	border: 1px solid #bdbdbd;
}
/* /popup gallery */
@media (min-width: 992px) and (max-width: 1200px) {
	.razdel-list li a {
		font: 15px/15px Roboto;
	}
}
@media (max-width:767px){
	.gallery .item.catalog-main-item {
		margin-bottom: 25px;
	}
		.razdel-list li {
		margin-top: 10px;
	}
	.gallery .item.catalog-main-item .data a.name-a {
		font: 16px/16px Roboto;
	}
.timeline.row {
    margin-bottom: 10px;
}
}
@media (max-width:400px){
	.js-detail .proptable table td {
		padding: 7px;
	   -ms-word-break: break-all; /* wraps the text in the selector so it prints properly*/
            word-break: break-all;
            /* Non standard for webkit */
            word-break: break-word;
       -webkit-hyphens: auto;
          -moz-hyphens: auto;
           -ms-hyphens: auto;
               hyphens: auto;
           white-space: pre-wrap;
	}
}

.row.features.features1 {
	
	padding-top: 47px;
	padding-bottom: 47px;
}

.features.features1 .item .data {
	
	padding-top: 10px;
}
.comitee-links .col-md-12 {position: relative;}
.comitee-links .col-md-12:after {
	
	position:absolute;
	display:block;
	width:37px;
	height:15px;
	content:"";
	background: url(/local/templates/b24new/styles/../images/triangle-white.png) 0 0 no-repeat;
	left:50%;
	margin-left:-19px;
	bottom:-15px;
	z-index: 100;
	
}

.wrapper.champions .item a {color: #2b2b2b;}
.mainform input [name="form_email_43"] {
	
	background: url(/local/templates/b24new/styles/../img/envelope-feedback.png) 0 0 no-repeat;
}

.row.partners.inner {
	margin-left: -20px;
    margin-right: -20px;
}

form[name='SIMPLE_FORM_2'] .buttons .col-md-6:nth-of-type(1){ padding-left: 0; padding-top: 10px;}


div.staff .item .data .name {font-size: 16px;}

.bx-newsdetail-block .bx-newsdetail-content {font-size: 18px;}
.timeline.row .item .body .image {display: none;}
.timeline.row .item .body {height: auto; padding: 30px 20px;}
.timeline.row .item .body .name {margin-bottom: 10px;}
.table-wrapper .partners td img {width: inherit; max-width: 70%;}

.block-menu-shows .shows_slide:not(.owl-loaded), .block-menu-shows .shows_slide:not(.owl-carousel), .block-menu-shows .shows_slide:not(.owl-theme), .block-menu-shows .shows_slide:not(.owl-drag)  {overflow: hidden; max-height:230px;min-height:230px; } 
.block-menu-shows .shows_slide:not(.owl-loaded) .item, 
.block-menu-shows .shows_slide:not(.owl-carousel) .item,
.block-menu-shows .shows_slide:not(.owl-theme) .item, .block-menu-shows .shows_slide:not(.owl-drag) .item {display: none !important;}
.block-menu-shows .shows_slide {max-height: 229px;}

/* End */


/* Start:/local/templates/b24new/styles/color.css?17411710928978*/
/* simple color */
/* html h4, html .h4, html h6, html .h6,
h2 a:hover,
html .text-primary,
html ul > li:before,
html ol > li:before,
html .btn-link,
html body .aprimary,
html body a.aprimary,
html .wrapper input[type="checkbox"]:checked + label:after,
html .wrapper input[type="radio"]:checked + label:before,
html .fancybox-wrap input[type="checkbox"]:checked + label:after,
html .fancybox-wrap input[type="radio"]:checked + label:before,
html .wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
html .wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
html .wrapper .js-compare.checked:after,
html .mainform .calendar-wrap a:hover,
html .mainform .rating .rating-icon:hover,
html .mainform .rating .rating-icon.hover,
html header .contacts .phone span,
html footer .contacts .phone span,
html ul.nav-sidebar li.active > a,
html ul.nav-sidebar li.dropdown-submenu.showed > a,
html .pagination > li > a:hover,
html .pagination > li > a:focus,
html .pagination > li > span:hover,
html .pagination > li > span:focus,
html .catalogsorter .template a:hover,
html .catalogsorter .template a.selected,
html .backshare .detailback:hover i,
header.style2.no-border .navbar-default .navbar-nav > .active > a,
header.style2.border .navbar-default .navbar-nav > .active > a,
header.style4.no-border .navbar-default .navbar-nav > .active > a,
header.style4.border .navbar-default .navbar-nav > .active > a {
	color: #;
}

@media (max-width: 991px) {
	header .navbar-default .navbar-nav > .active > a,
	header .navbar-default .navbar-nav .open > a,
	header .navbar-default .navbar-nav .open > a:focus {
		color: #;
	}
} */
/* html .btn-primary,
html .label-primary,
html .nav-tabs > li.active > a,
html .nav-tabs > li.active > a:hover,
html .nav-tabs > li.active > a:focus,
html .pagination > .active > a,
html .pagination > .active > a:hover,
html .pagination > .active > a:focus,
html .pagination > .active > span,
html .pagination > .active > span:hover,
html .pagination > .active > span:focus,
html .owl_banners_colors .owl-dots .owl-dot:hover span,
html header.style2.color .main-menu-nav,
html .owlslider .owl-nav div:hover,
html .owl .owl-nav div:hover,
html header.style4.color .main-menu-nav,
html header.color .navbar-nav li,
html header.color .navbar-default .navbar-toggle,
html .smartfilter .bx_ui_slider_pricebar_V,
html .smartfilter .bx_ui_slider_handle:hover {
	background-color: #;
} */
@media (max-width: 991px) {
	html header.color .navbar-default .navbar-nav .dropdown-menu li > a,
	html header.color .navbar-default .navbar-nav .dropdown-menu li.active > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li > a {
		background-color: #fff;
		white-space: pre-wrap;
		
	}
	
	
	header.color .navbar ul > li {
		padding-left: 0;
		padding-right: 0;
		
	}
	
	.dropdown-menu > li {
		border-right: none;
		border-left: none;
	}
	
	a.morenews, .champions a.more-champions, div.photogallery .artismedia_gallery_box a.more-photo{
		
		display: none;
	}
	
	div.wrapper.news-on-main:after {
		display: none;
	}

}
/* html .btn-default,
html .btn-primary,
html .nav-tabs > li.active > a,
html .nav-tabs > li.active > a:hover,
html .nav-tabs > li.active > a:focus,
html .pagination > .active > a,
html .pagination > .active > a:hover,
html .pagination > .active > a:focus,
html .pagination > .active > span,
html .pagination > .active > span:hover,
html .pagination > .active > span:focus,
html header .vertical_blue_line,
html .bx_filter_param_label.active .bx_filter_param_btn,
html .bx_filter_param_label:hover .bx_filter_param_btn,
html .smartfilter .bx_filter_popup_result:hover {
	border-color: #;
}
html footer {
	border-top-color: #;
}
html .smartfilter .bx_filter_popup_result:hover .arrow {
	border-right-color: #;
}
html header.style2,
html header .navbar .search-open,
html h2.coolHeading .secondLine,
html .h2.coolHeading .secondLine,
html footer .footer_logo_wrap,
html .owl_banners_colors,
html .dropdown-menu ul,
html ul.dropdown-menu,
html .shops .search_city ul.cities_list,
html body .popup-window.smartFilterSelectbox .popup-window-content ul {
	border-bottom-color: ;
} */
/* @media (min-width: 992px) {
	html header,
	header .main-menu-nav .dropdown-menu,
	html .smartfilter.ftype2 ul .bx_filter_prop > .body {
		border-bottom-color: #;
	}
	header .main-menu-nav .dropdown-menu {border-top:none;}
}

html .logo .m .m1 {
	border-bottom-color: #;
}
html .logo .m .m2 {
	border-right-color: #;
} */
/***********************************************************************/
/* darken color */
html header .navbar .nav > li > .search:hover {
	color: #fff;
}
html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
html .open > .btn-primary.dropdown-toggle,
html .btn.btn-default.reset-filter:hover,
html .owl_banners_colors .owl-dots .owl-dot.active span/*,
html header.color .navbar-default .navbar-toggle:hover */{
	background: #9C0006;
}
html .btn.btn-default.reset-filter:hover {color: #fff;}

html .input-group-btn .btn-primary:hover,
html .input-group-btn .btn-primary:focus{
	background: rgba(255,255,255,0.1);
}
html .owl_banners_colors .owl-dots .owl-dot.active span{
	background-color: #fff;
}
@media (min-width: 992px) {
	header.color .navbar-default .navbar-nav li.active > a {
		color: #9D0808;
	}
		
	header.color .navbar-default .navbar-nav li:hover > a,
	header.color .navbar-default .navbar-nav li.active > a:hover {
		background-color: transparent;
	}
}
@media (max-width: 991px) {
	header.color .navbar-default .navbar-nav > li:hover > a,
	header.color .navbar-default .navbar-nav li.active > a,
	header.color .navbar-default .navbar-nav li.open > a,
	header.color .navbar-default .navbar-nav .open li.active > a,
	header.color .navbar-default .navbar-nav .open li.open > a,
	header.color .navbar-default .navbar-nav .dropdown-menu li > a:hover,
	header.color .navbar-default .navbar-nav .dropdown-menu li > a:focus,
	header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:hover,
	header.color .navbar-default .navbar-nav .dropdown-menu li.active > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:hover,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:hover,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a:focus,
	header.color .navbar-default .navbar-nav .open .dropdown-menu li.open > a,
	header.color .navbar-default .navbar-nav .dropdown-menu li.open > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a,
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active.open > a {
		background-color: #DC0008;
	}
	header.color .navbar-default .navbar-nav li.open > a, header.color .navbar-default .navbar-nav li:hover, header.color .navbar-default .navbar-nav > li:hover > a,
	header.color .navbar-default .navbar-nav li.active > a, html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a,
	header.color .navbar-default .navbar-nav li.open > a, header.color .navbar-default .navbar-nav .open li.active > a, 
	header.color .navbar-default .navbar-nav .open li.open > a{
		background: linear-gradient(124.16deg, #DC242B 0%, #AA0007 100%), #F4F4F4;
		border-bottom-color: transparent;
	}
	html header.color .navbar-default .navbar-nav .open .dropdown-menu li.active > a{
		color:#fff !important;
	}
}
/* html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
html .open > .btn-primary.dropdown-toggle {
	border-color: #000000;
} */
html .input-group-btn .btn-primary:hover{
	border-color: #fff;
}
/* Menu text color */
header .navbar-default .navbar-nav li > a,
html body header.style4.border .navbar-default .navbar-nav > li > a,
html body header.style4.no-border .navbar-default .navbar-nav > li > a,
html body header.style2.border .navbar-default .navbar-nav > li > a,
html body header.style2.no-border .navbar-default .navbar-nav > li > a,
html body ul.nav-sidebar li a {
	color: #000;
}
html .btn-primary:focus, html .btn-primary:hover, 
html .search-open .input-group-btn .btn-primary:hover,
.search-page .field-wrap .btn.btn-primary:hover, .btn-rounded:hover  {
	background: linear-gradient(to bottom, #9C0006 0%, #9C0006 100%);
    border-color: #9C0006;
	color: #fff;
}
@media (min-width: 992px) {
	header.style4.color .navbar-default .navbar-nav li > a,
	header.color .navbar-default .navbar-nav li > a {
		color: fff;
	}
}


html .owl_banners_colors .owl-dots .owl-dot.active span {border: 4px solid #fff; background: #fff;}

/* End */


/* Start:/local/templates/b24new/custom/demo.css?15736447852220*/
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
.codrops-demos{
	text-align:center;
	display: block;
	padding-top: 20px;
}
.codrops-demos a, 
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #719c7f;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #90bd9e;
	background: -moz-linear-gradient(top, #90bd9e 0%, #72a081 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90bd9e), color-stop(100%,#72a081));
	background: -webkit-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -o-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -ms-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: linear-gradient(top, #90bd9e 0%,#72a081 100%);
}
.codrops-demos a:hover{
	background: #85b995;
}
.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: #506757;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
/* End */


/* Start:/local/templates/b24new/custom/buttons.css?1573644785676*/
.buttons{
        margin: 0 auto;
     }
     
    .goodbutton, .goodbutton:visited{
    background: #ff9900;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
    }
    
    .goodbutton:hover							{ #ff9900; }
	.goodbutton:active							{ top: 1px; }
    
    .green.goodbutton, .green.goodbutton:visited		{ #ff9900; }
	.green.goodbutton:hover						{ #ff9900; }
/* End */


/* Start:/local/templates/b24new/custom/style2.css?15736447851938*/
.dg-container{
	width: 100%;
	height: 400px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	/*width: 482px;
	height: 316px;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(/local/templates/b24new/custom/../images/browser.png) no-repeat top left;*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	/*padding: 41px 0px 0px 1px;*/
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 64px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 26px;
	height: 26px;
	opacity: 0.8;
	background: transparent url(/local/templates/b24new/custom/../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.dg-wrapper {
		width: 300px;
		-webkit-perspective: 300px;
		-moz-perspective: 300px;
		-o-perspective: 300px;
		-ms-perspective: 300px;
		perspective: 300px;
	}
	.dg-container {
		height: 270px;
	}
}
/* End */


/* Start:/local/templates/b24new/js/photobox/photobox.css?157960189811117*/
/* Normilizes box-sizing */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
-moz-box-sizing: content-box;
box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
	opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
	-moz-user-select:none;
	background:rgba(0,0,0,0.90);
	// background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%);
	-webkit-transform:translate3d(0px, 0px, 0px);
	-ms-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('/local/templates/b24new/js/photobox/../images/loading.gif') no-repeat center center; }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; border-radius:100%; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; transition:0.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
	.pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; border-radius:5px; background:rgba(255,255,255,0.8); box-shadow:0 0 10px rgba(0,0,0,0.5); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
	.pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
	.pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-0.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(0.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(0.85); } }

.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; -webkit-perspective:1200px; position:relative; transition:0.2s; }
.video > .pbWrapper{ z-index:11; display:inline-block; }
	/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
	.pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
	.pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
	.error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
	.thumbs .pbWrapper{ padding:0; margin:0; }
	.error .pbWrapperr img{ width:0; }

	.pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,0.5); }
	.video > .pbWrapper > div{ display:inline-block; }
	#pbOverlay iframe, #pbOverlay embed, #pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:0.5s; }
	.pbWrapper .hide iframe{ opacity:0; }

	.pbWrapper > div, 
	.pbWrapper > img{
		-ms-transition:.3s .5s ease-out;
		transition:.8s .5s cubic-bezier(0.1, 0.87, 0.48, 1);

		-webkit-transform:none;
		-ms-transform:none;
		transform:none;

		-webkit-backface-visibility:hidden;
		box-shadow:0 0 20px #000;
	}

	/* FOR MOBILE */
	.mobile.show .pbWrapper > div, 
	.mobile.show .pbWrapper > img{
		transition:0s;
	}

	
	.pbWrapper > *, .hide .pbWrapper > .prepare{ opacity:1; vertical-align:middle; transform:scale(0) rotateX(80deg); -webkit-transform:scale(0) rotateX(80deg); -ms-transform:scale(0) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
	.on .pbWrapper > *{ transition-delay:0s; -ms-transition-delay:0s; }
	.pbWrapper .zoomable{ -ms-transition:0s; -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
	.hide .pbWrapper > *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; -ms-transition:.4s ease-in; transition:.4s ease-in; }

/*-- close button --*/
#pbCloseBtn, #pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.hide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:0.8; vertical-align:middle; background:rgba(255,255,255,0.2); border-radius:0 0 0 70px; transition:0.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
	#pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
	#pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
	#pbAutoplayBtn.play:before{ content:'\25BA'; }

	#pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:0.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:0.4s; -ms-transition:0.4s; transition:0.4s; }
	#pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
	#pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption, .hide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
	#pbOverlay.thumbs #pbCaption label{ display:block; }
	#pbCaption label{ display:none; position:relative; z-index:1; top:-5px; float:right; width:60px; margin-right:10px; color:#FFF; opacity:0.3; transition:0.2s; cursor:pointer; }
	#pbCaption label:after{ content:'\2589'; text-align:right; letter-spacing:2px; text-shadow:-1em 0 0 rgba(255,255,255,0.5), 1em 0 0 rgba(255,255,255,0.5); }
	#pbCaption label:hover{ opacity:1; }
	#pbCaption .title, #pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
	#pbCaption .counter{ display:none; opacity:.55; }
	.hasCounter #pbCaption .counter{ display:inline-block; }
	.pbCaptionText{ transition:.3s; opacity:0.9; font-weight:bold; font-size:.9em; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from <label> */
	.pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; transition:0.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
	.pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
	.pbThumbs ul:after{ vertical-align:bottom; }
		.pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
		.pbThumbs li.active{ height:100%; opacity:1; }
		.pbThumbs li:hover{ height:100%; opacity:1; }
		.pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:0.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,0.4); box-shadow:0 0 0 3px rgba(0,0,0,0.4); border-radius:0 3px 0 0; pointer-events:none; }
			.pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
			.pbThumbs li:hover a{  }
				.pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:0.15s; }
				.pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
				.pbThumbs li.fast a img{ transition:none; }
				.pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.hide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; }
#pbOverlay.on .prevNext:active{ transition:80ms; opacity:1; text-shadow:0 0 16px #FFF, 0 0 10px #000; }
	.prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
	.prevNext:hover b{ transition:.2s cubic-bezier(0.095, 0.870, 0.485, 0.985); }
	#pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
	#pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
	/* */
	#pbPrevBtn b:before, #pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

	#pbPrevBtn b:before{ content:'\2039'; }
	#pbNextBtn b:after{ content:'\203A'; }
	/* */
	.on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
	.on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
	.pbWrapper img, .hide .pbWrapper img.prepare{ max-height:100%; }

	.thumbs .pbWrapper{ padding:0; margin:0; }
	.pbThumbs{ margin-bottom:-60px; }
	.pbThumbs.show{ margin:0; }

	.pbThumbs ul{ height:50px; }
		.pbThumbs li{ height:100%; opacity:1; }
		.pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
	.pbThumbs li.active a img{ min-height:96%; }
}


/* End */


/* Start:/local/templates/b24new/styles.css?1694585531121*/
.img-left {
    float: left;
    margin: 0px 25px 15px 0;
}

.img-right{
    float:right;
    margin:10px 0 15px 25px;
}

/* End */


/* Start:/local/templates/b24new/template_styles.css?169458553141*/
.newsdetail .print-version {display:none}
/* End */
/* /local/templates/.default/vendor/js/datepicker/datepicker.min.css?15191328143446 */
/* /local/templates/.default/vendor/js/formstyler/jquery.formstyler.css?15191328142188 */
/* /local/templates/.default/vendor/js/formstyler/jquery.formstyler.theme.css?151913281410757 */
/* /local/templates/b24new/styles/style.css?1744356464482259 */
/* /local/templates/b24new/styles/owl.carousel.css?174117084326826 */
/* /local/templates/b24new/styles/jquery.mCustomScrollbar.css?157364480653405 */
/* /local/templates/b24new/styles/jquery.jscrollpane.css?15736448061426 */
/* /local/templates/b24new/styles/jquery.fancybox.css?15736448065813 */
/* /local/templates/b24new/styles/header.css?173226366938973 */
/* /local/templates/b24new/styles/sidebar.css?17411711514571 */
/* /local/templates/b24new/styles/footer.css?15810675157617 */
/* /local/templates/b24new/styles/content.css?158203311380723 */
/* /local/templates/b24new/styles/color.css?17411710928978 */
/* /local/templates/b24new/custom/demo.css?15736447852220 */
/* /local/templates/b24new/custom/buttons.css?1573644785676 */
/* /local/templates/b24new/custom/style2.css?15736447851938 */
/* /local/templates/b24new/js/photobox/photobox.css?157960189811117 */
/* /local/templates/b24new/styles.css?1694585531121 */
/* /local/templates/b24new/template_styles.css?169458553141 */
