@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.5;	
	overflow-x: hidden;
}
h1, h2, h3, .h1, .h2, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-bottom: .5rem;
}
h1, h2, .h1, .h2 {
	background: -webkit-linear-gradient(left, #ff5826, #fa913b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff5b27;
	display: inline-block;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 18px;
}
a, a:hover, a:visited, a:focus, .title-js>span {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	outline: none;
}
a, a:hover, a:visited, a:focus, .title-js>span, .btn-default, .btn-like, input[type="submit"]  {
	-webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s, opacity 0.5s;
}
a, a:visited, .title-js>span, .title-js:visited>span {
	color:#ff5b27;
	border-color: rgba(255,91,39,.5);
}
a:hover, a:focus, .title-js:hover>span, .title-js:focus>span {
	color:#405ea2;
	border-color: rgba(64,94,162,.5);
}
a.js, .title-js>span {
	border-bottom-style: dotted;
}
a.text-color,
.text-color-inside a,
.content ul a {
	color: #333;
	border-color: rgba(51,51,51,.5);
}
a.text-color:hover,
.text-color-inside a:hover,
.content ul a:hover {
	color:#ff5b27;
	border-color: rgba(255,91,39,.5);
}
.white-content {
	color: #fff;
}
.white-content a, .white-content a:hover, .white-content a:visited, .white-content a:focus {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}
.btn-common, .btn-common:hover, .btn-common:visited, .btn-common:focus, .btn-common:active, .form-control,
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:visited, input[type="submit"]:focus, input[type="submit"]:active {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding:8px 15px 6px 15px;
	text-align: center;
	cursor: pointer;
	min-height: 40px;
	border:none;
	outline: none;
	border-radius: 5px;
	position: relative;
}
.btn-small, .btn-small:hover, .btn-small:visited, .btn-small:focus, .btn-small:active {
	padding:7px 10px 5px 10px;
	min-height: 37px;
	font-size: 14px;
}
.btn-big, .btn-big:hover, .btn-big:visited, .btn-big:focus, .btn-big:active {
	padding:11px 30px 9px 30px;
	min-height: 47px;
	font-size: 16px;
}
.btn-orange, input[type="submit"] {
	top:0;
	color: #fff !important;
	border-bottom: 3px solid #e05700 !important;
	background: #ff7c28 url(../img/pattern-white-small.png) 50% 50% repeat;
}
.btn-outline, .btn-outline:hover, .btn-outline:visited, .btn-outline:focus, .btn-outline:active {
	border-radius: 0;
	border: 1px solid #fff;
	background: rgba(255,255,255,.1);
	box-shadow: 0px 15px 30px rgba(3, 0, 48, 0.25);
	text-shadow: 0px 15px 30px rgba(1, 0, 2, 0.25);
}
.btn-outline.btn-big {
	padding-bottom: 11px !important;
}

.btn-block {
	display: block;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-top:0 !important;
}
.noborder,
.noborder-inside a {
	border:none !important;
}
.mb-small {
	margin-bottom: 30px;
}
.mb-medium {
	margin-bottom: 50px;
}
.mb-big {
	margin-bottom: 80px;
}
.content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home .content ul {
	padding: 0 0 15px 0;
}
.content ul li {
	padding: 0 0 15px 30px;
	background: url(../img/list-marker-6.png) 10px 10px no-repeat;
}
.contacts {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
.contacts li {
	padding: 0 0 15px 30px;
	background-position: 5px 4px;
	background-repeat: no-repeat;
}
.contacts .address {
	background-image: url(../img/contacts-pin.png);
}
.contacts .time {
	background-image: url(../img/contacts-time.png);
}
.contacts .phone {
	background-image: url(../img/contacts-phone.png);
}
.pdfemb-poweredby {
	display: none !important;
}
.additional {
	font-size: 14px;
	color: #899297;
}
.page .content img {
    max-width:100%;
    height: auto;
}
.alignleft {
    float:left;
}
img.alignleft {
    padding:0 15px 15px 0;
}

/* HEADER */

#alert {
	width: 100% !important;
	display: none;
}
#alert>.inner {
	background-image: url(../img/alert-bg.png);
	background-size: 100% 100%;
}
#alert>.inner>.inner {
	background: url(../img/pattern-white-small.png) 50% 50% repeat;
}
#alert>.inner>.inner>.inner {
	background: url(../img/alert-shadow.png) 0 100% repeat-x;
	padding-top: 30px;
}
#alert .alert-message {
	padding-left: 18px;
	border-left: 3px solid #fff;
	font-size: 14px;
}
#alert .h3 {
	margin:-5px 0 0 0;
	font-size: 16px;
}
#alert>.inner>.inner>.inner>div>div>div {
	margin-bottom: 20px;
}
#alert .alert-hide {
	display: block;
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
	background: url(../img/alert-hide.png) 50% 0 no-repeat;
	cursor: pointer;
}
#alert .alert-hide span {
	border-bottom: 1px dotted rgba(255,255,255,1);
}

/* HEADER */
#header {
	background: url(../img/gradient-blue-up.png) 0 100% repeat-x;	
}
#header .topline {
	margin-bottom: 30px;
}
#header .topline {
	padding-top: 10px;
}
#header .topline .old {
	padding-left: 20px;
	background: url(../img/topline-old.png) 0 50% no-repeat;
}
#header .topline .eye {
	padding-left: 24px;
	background: url(../img/topline-eye.png) 0 50% no-repeat;
}
.topline-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topline-menu li {
	display: inline-block;
	margin-right: 30px;
}
.topline-menu li, .topline-menu li a, .topline-menu li a:hover, .topline-menu li a:visited, .topline-menu li a:focus {
	color: #9b9eb3;
	border-color: rgba(155,158,179,.5);
	font-size: 14px;
}

.header-login {
	position: relative;
}
.topline-menu .logged {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid rgba(155,158,179,.5);
	margin-left: 10px;
	color: #333;
	cursor: pointer;
	font-weight: 600;
	outline: none;
}
.topline-menu .logged:hover, .topline-menu .logged.drop-down-open {
	background: #405896 url(../img/pattern-darkblue-medium.png) 50% 50% repeat;
	font-weight: 600;
	color: #fff;
	border-color: transparent;
}
.topline-menu .logged.drop-down-open {
	background: #f77d3e url(../img/pattern-white-medium.png);
}
.topline-menu .logged>.caret {
	margin-left: 7px;
}

.header-login .logged-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	width: 100% !important;
	z-index: 1033;
	display: none;
}
.header-login .logged-menu li,
.header-login .logged-menu a {
	width: 100%;
	display: block;
}
#header .header>div {
	margin-bottom: 30px;
}
#header .logo {
	display: block;
}
#header .descript {
	background: url(../img/descript-border.png) no-repeat;
	background-size: 3px 100%;
	padding-left: 20px;
	margin-top: 24px;
}
#header .phones {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#header .phones>li:first-child {
	/*argin-bottom: 6px;*/
}
#header .phones .title {
	color: #9396ac;
	font-size: 12px;
	margin-bottom: 4px; /*new*/
}
#header .phones .call-free {
	display: inline-block;
	font-size: 9px;
	background-image: url(../img/alert-bg.png);
	background-size: 100% 100%;
    border-radius: 4px;
    line-height: 9px;
    padding: 4px 5px;
    margin-left: 25px;
    text-transform: uppercase;
    color: #fff;

}
#header .phones .number {
	background: url(../img/phone.png) 0 50% no-repeat;
	/*font-size: 24px;*/
	font-size: 28px;
	font-weight: 700;
}
#header .phones .title,
#header .phones .number {
	line-height: 1.25;
	padding-left: 25px;
}




/* NAV */
#nav {
	position: relative;
	height: 50px;
	z-index: 1031;
}
.home #nav {
	height: 0px;
}
.navbar.navbar-default {
	background: #405896 url(../img/pattern-darkblue-medium.png) 50% 50% repeat;
	border: none;
	border-radius: 0;
	margin-bottom:0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.home .navbar.navbar-default {
	background-color: rgba(11,13,77,.25);
	background-image: none;
	
}
#navbar {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.separate-menu.topline-menu {
	position: absolute;
	top: -180px;
	right: -15px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	border: none;
	color: #fff;
	padding:0;
	height: 50px;
	line-height: 48px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #f77d3e url(../img/pattern-white-medium.png);
	color: #fff;
}
.dropdown-menu, .logged-menu {
	border-radius: 0;
	border:3px solid #f77d3e;
	margin:0;
	padding: 0;
	list-style: none;
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li.open>a,
.dropdown-menu>li.open>a:hover,
.header-login .logged-menu>li>a,
.header-login .logged-menu>li>a:hover {
	padding: 12px 20px 9px 20px;
	line-height: 1.5;
	color: #565969;
	border-color: rgba(119,122,139,.25);
}
.dropdown-menu>li,
.header-login .logged-menu>li {
	list-style: none;
	padding: 0;
	margin: 0;
}




/* SEARCH */
.search-button {
	position: absolute;
	right: 15px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/search.png) 50% 50% no-repeat;
	cursor: pointer;
}
.search-button:hover {
	background-color: rgba(0,0,0,.25);
}
.search-box {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	height: 50px;
	background: #f77d3e url(../img/pattern-white-medium.png);
	display: none;
}
.search-box>form>div {
	position: relative;
	padding: 5px 100px 0 5px;
}
.search-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: rgba(99,19,0,.1) url(../img/search-close.png) 50% 50% no-repeat;
}
.search-close:hover {
	background-color: rgba(99,19,0,.2);
}
.search-submit {
	position: absolute;
	top: 0;
	right: 50px;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(../img/search-submit.png) 50% 50% no-repeat;
}
#s {
	text-align: left;
}


/*-- FIRST --*/
#first {
	position: relative;
	overflow: hidden;
	height: auto;
	/*margin-top: -50px;*/
	clear: both;
}
#first .overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(11,13,77,.6) url(../img/pattern-darkblue-small.png) 50% 50% repeat;
}
#first .video {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.video video {
	position: absolute;
	top: 50%;

}
.portrait .video video {
	top:0;
	left:50%;
}
#first .inner {
	position: relative;
	padding: 105px 0 135px 0;
}
#first .inner, #first h1, #first a {
	color: #fff !important;
}
#first .title {
	text-align: center;
}
#first .title h1 {
	font-size: 36px;
	font-weight:600;
	color:#fff !important;
	background:inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	text-shadow: 0px 15px 30px rgba(3, 0, 48, 0.25);
	margin-bottom: 30px;
}
#first .values {
	text-align: center;
	text-shadow: 0px 15px 30px rgba(3, 0, 48, 0.25);
	margin-bottom: 30px;
}
#first .values .value {
	font-size: 100px; 
	font-weight: 700;
}
#first .values .description {
	font-size: 18px; 
	font-weight: 600;
	margin-bottom: 30px;
}


/* MAIN */
#main {
	border-top: 1px solid #eff4f7;
	background: #eff4f7 url(../img/gradient-blue-down.png) 0 0 repeat-x;
}
#main>.inner {
	border-bottom: 1px solid #eff4f7;
	background: url(../img/gradient-blue-up.png) 0 100% repeat-x;
}
.block-white {
	background: #fff;
	box-shadow: 0px 10px 15px rgba(3, 0, 48, 0.025);
}
.block-white>.inner {
	background: url(../img/gradient-blue-down.png) 0 0 repeat-x;
}
.block-white-small .inner {
	padding: 15px 15px 0 15px;
}
.block-white-medium .inner {
	padding: 30px 30px 0 30px;
}
.block-white h2,
.block-white .h2 {
	margin: 0 0 20px 0;
}
.block-white-medium h3,
.block-white-medium .h3 {
	margin: 0 0 10px 0;
}
.item-title {
	font-weight: 600;
}
.item-date {
	font-size: 12px;
	color: #9396ac;
	padding-left: 20px;
	background: url(../img/date.png) 0 25% no-repeat;
}
.period-slide,
.period-slide>.inner {
	position: relative;
}
.period-slide .item-title {
	padding-bottom: 45px;
}

.period-slide .item-date {
	position: absolute;
	bottom: 10px;
	left: 15px; 
}
.item-last {
	display: table;
	width: 100%;
}
.item-last .inner {
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}
.item-more {
	text-align: center;
}
.item-more-img {
	display: block;
	width: 100%;
	min-width: 174px;
	height: 174px;
	background: url(../img/item-more-big.png) 50% 0 no-repeat;
	margin-bottom: 15px;
}
.bx-wrapper .bx-controls-direction a {
	top: -56px;
	margin: 0;
	width: 15px;
	height: 26px;
	border:none;

}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-prev:hover {
	left: 0;
	background: url(../img/slider-prev.png) 0 0 no-repeat;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-next:hover {
	right: 0;
	background: url(../img/slider-next.png) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: block;
	opacity: .5;
	cursor: default;
}
.period-slide img {
	width: 100%;
}


/* HOME */
.first-info {
	margin-top: -50px;
}
.first-info-2, .rnkb-info {
	/*font-size: 18px;*/
}
.first-info-2 ul {
	padding-bottom: 0;
}
.first-info-2 ul li {
	/*padding-bottom: 30px;*/
}
.item-slider .bx-wrapper .bx-viewport {
	left:inherit;
	box-shadow: none;
	background: none;
	border:none;
}
.title-grey h1,
.title-grey .h1,
.title-grey h2,
.title-grey .h2 {
	display: block;
	font-size: 36px;
	color: #899297;
	background:inherit;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	text-align: center;
	margin: 0 0 20px 0;
}
.rnkb-banner {
	display: block;
}
.last-info .inner {
	padding: 15px;
}
.last-info .warming-map {
	display: table;
	height: 100%;
	width:100%;
	background-image: url(../img/warming-map.jpg);
	background-size: cover;
	text-align: center;
}
.last-info .warming-map .overlay {
	display: table-cell;
	background: url(../img/pattern-darkblue-small.png) 50% 50% repeat;
	vertical-align: middle;
	padding: 30px;
}
.last-info .warming-map .overlay:hover {
	background-color: rgba(0,0,0,.2);
}
.last-info .warming-map .title {
	font-size: 36px;
	font-weight: 600;
	display: block;
	padding-top: 90px;
	background: url(../img/map-open.png) 50% 0 no-repeat;
}
.last-info .warming-map .subtitle {
	display: block;
	font-size: 24px;
}


/* PAGE */
.page, .sidebar {
	padding-top:30px;
}
.page-title {
	margin-bottom: 10px
}
.page-title h1 {
	margin: -5px 0 5px 0;
}
.page .block-white .inner {
	padding: 20px 50px 50px 50px;
}

.page.col-sm-12 .block-white .inner {
	padding: 20px 100px 50px 100px;
}
#breadcrumbs {
	margin: 0 0 15px 0;
}
.breadcrumbs {
	display: inline;
	font-size: 12px;
	padding-right: 20px;
	background: url(../img/breadcrumbs-arrow.png) 100% 80% no-repeat;
}
.breadcrumbs,
.breadcrumbs a {
	color: #9396ac;
	border-color: rgba(147,150,172,.5);
}
.page-meta {
	margin-bottom: 15px;
}


/* SIDEBAR */

.sidebar .widget {
	background: #fff;
}
.sidebar .header {
	background: #405896 url(../img/pattern-darkblue-medium.png) 50% 50% repeat;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 12px 0 10px 0;
}
.sidebar h3,
.sidebar .h3 {
	margin:0 0 5px 0;
	font-size: 16px;
}
.sidebar .block-white {
	font-size: 14px;
}
.sidebar .block-white .content ul {
		padding: 0 0 15px 0;
		list-style: none;
	}
.sidebar .block-white .content ul li {
		padding: 0 0 10px 20px;
		background: url(../img/list-marker-4.png) 0 10px no-repeat;
	}
.sidebar .block-white .contacts {
		padding: 0 0 15px 0;
	}
.sidebar .block-white .contacts li {
		padding: 0 0 10px 30px;
		background-position: 5px 4px;
		background-size: auto 16px;
	}
.sidebar-item .title,
.sidebar-item .title-js {
	display: block;
	padding: 12px 5px 10px 30px;
	border-bottom: 1px solid rgba(119,122,139,.25);
	background-position: 10px 50%;
	background-repeat: no-repeat;

}
.sidebar-item .title {
	background-image: url(../img/sidebar-item.png);
}
.sidebar-item .title-js {
	background-image: url(../img/sidebar-js.png);
}
.sidebar-item .title-js {
	background-image: url(../img/sidebar-js.png);
}
.sidebar-item .title-js:hover {
	background-image: url(../img/sidebar-js-hover.png);
}
.sidebar-item-dropdown .title {
	background-image: url(../img/sidebar-dropdown.png);
}
.sidebar-item-dropdown .title.active  {
	background-image: url(../img/sidebar-dropdown-in.png);
}
.sidebar-item .title {
	color: #565969;
}
.sidebar-item-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.sidebar-item-dropdown ul>li>a {
	color: #777a8b;
	display: block;
	border-bottom: 1px solid rgba(119,122,139,.25);
	display: block;
	padding: 10px 5px 8px 45px;
}
.sidebar-item-dropdown ul>li:last-child>a {
	border-color: rgba(86,89,105,.3);
}
.sidebar-item:last-child a {
	border: none;
}
.sidebar-item-mini {
	font-size: 14px;
}
.sidebar-item-mini span {
	display: block;
}
.sidebar-item.current {

}



/* CALC */
#calculator{
	border-top: 3px solid #405896;
	background: #e9edf4;
	padding: 15px;
	font-size: 14px;
}
#calculator .answers {
	display: none;
	margin-top: 30px;
	border-top: 1px solid #405896;
	padding-top: 15px;
}
#calculator .answers .result {
	font-size:18px;
	text-align:center;
	font-weight: 700;
	background: -webkit-linear-gradient(left, #ff5826, #fa913b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff5b27;
}
#calculator input {
	margin-bottom: 15px;
}
#calculator form p.lbl {
	font-size: 12px;
	margin-bottom: 10px;
}
#calculator h3 {
	display: block;
	color: #899297;
	text-align: center;
	margin: 0 0 10px 0; 
}

/* CATEGORY */
.category {
	padding-top: 20px;
}
.category .pages {
	text-align: center;
}
.wp-pagenavi {
	display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid rgba(137, 146, 151, .25);
	color: #899297;
	padding: 7px 15px;
	margin: 5px;
	display: inline-block;
	border-radius: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #405896 url(../img/pattern-darkblue-medium.png) 50% 50% repeat;
	color: #fff;
	border: 1px solid #415390;
}


/* ACCORDION LIST */
#accordion-list .panel-collapse {
	position: relative;
	margin: 15px 0 30px 0;
	background: #e9edf4;
	border-radius: 2px;
	font-size: 14px;
	border-bottom: 3px solid #405896;
}
#accordion-list .panel-collapse:before {
	content: '';
	position: absolute;
	left: 30px;
	top: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e9edf4 transparent;
}
#accordion-list .panel-collapse .inner {
	padding: 15px;
}
#accordion-list .panel-collapse .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.5);
}
#accordion-list .table>tbody>tr>td, #accordion-list .table>tbody>tr>th, #accordion-list .table>tfoot>tr>td, #accordion-list .table>tfoot>tr>th, #accordion-list .table>thead>tr>td, #accordion-list .table>thead>tr>th {
	border-top: 1px solid rgba(64,88,150,.25);
}

/* FOOTER */
#footer {
	display: block;
	width:100%;
	position: absolute;
	bottom: 0;
	background-image: url(../img/footer-bg.png);
	background-size: 100% 100%;
	font-size: 14px;
}
#footer>.inner {
	background: url(../img/pattern-darkblue-medium.png) 50% 50% repeat;
	padding: 45px 0 20px 0;
}
#footer .copyright,
#footer .phones>li,
#footer .law {
	margin-bottom: 15px;
}
#footer .copyright {
	padding-top: 60px;
	background: url(../img/logo-white.png) 0 0 no-repeat;
}
#footer .phones {
	list-style: none;
	padding: 0; 
}
#footer .phones .number {
	padding-left: 20px;
	background: url(../img/phone-white.png) 0 50% no-repeat;
	font-size: 16px;
	font-weight: 700;
}
#footer .socials {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .socials>li {
	float: left;
	width: 33.33333%;
}
#footer .socials>li>a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 28px;
	background-color: rgba(17,27,48,.35);
	border-radius: 50%;
}
#footer .socials .vk {
	background-image: url(../img/socials-vk.png);
}
#footer .socials .fb {
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTAwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDcxLjEsNjIwLjVjLTQ1LjctNC44LTg2LjktMTYtMTIyLjItNDMuNmMtNC40LTMuNC04LjktNi43LTEyLjktMTAuNmMtMTUuNS0xNC45LTE3LTMxLjgtNC44LTQ5LjMKCQkJCWMxMC41LTE1LDI4LTE5LDQ2LjMtMTAuNGMzLjUsMS43LDYuOSwzLjcsMTAuMSw2YzY1LjgsNDUuMiwxNTYuMSw0Ni40LDIyMi4xLDJjNi42LTUsMTMuNS05LjEsMjEuNy0xMS4yCgkJCQljMTUuOC00LDMwLjQsMS43LDM4LjksMTUuNWM5LjcsMTUuOCw5LjUsMzEuMS0yLjMsNDMuM2MtMTguMiwxOC43LTQwLjIsMzIuMy02NC42LDQxLjhjLTIzLDktNDguMywxMy40LTczLjMsMTYuNAoJCQkJYzMuOCw0LjEsNS41LDYuMSw3LjksOC41YzMzLjksMzQuMSw2OCw2OC4xLDEwMS45LDEwMi4zYzExLjYsMTEuNywxNCwyNi4xLDcuNiwzOS42Yy02LjksMTQuOC0yMi41LDI0LjUtMzcuNywyMy41CgkJCQljLTkuNi0wLjctMTcuMS01LjUtMjMuOS0xMi4yYy0yNS42LTI1LjgtNTEuNy01MS4xLTc2LjgtNzcuNGMtNy4zLTcuNi0xMC44LTYuMi0xNy4zLDAuNGMtMjUuOCwyNi41LTUyLDUyLjYtNzguMyw3OC42CgkJCQljLTExLjksMTEuNy0yNS45LDEzLjgtMzkuNiw3LjFjLTE0LjYtNy0yMy45LTIyLTIzLjItMzYuOWMwLjUtMTAuMSw1LjUtMTcuOSwxMi40LTI0LjhjMzMuNi0zMy42LDY3LjEtNjcuMiwxMDAuNy0xMDAuOAoJCQkJQzQ2NS44LDYyNi4zLDQ2Ny44LDYyMy45LDQ3MS4xLDYyMC41eiIvPgoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDk4LjksNTAzLjZjLTgxLjUtMC4zLTE0OC40LTY3LjktMTQ4LTE0OS42YzAuNS04Mi41LDY3LjQtMTQ5LjEsMTQ5LjgtMTQ4LjkKCQkJCWM4Mi41LDAuMiwxNDguNyw2Ny43LDE0OC4zLDE1MS4xQzY0OC42LDQzNy44LDU4MS4zLDUwMy45LDQ5OC45LDUwMy42eiBNNTczLDM1NC4yYy0wLjEtNDAuNi0zMi40LTcyLjktNzIuOS03Mi45CgkJCQljLTQwLjgtMC4xLTczLjQsMzIuOS03My4xLDczLjhjMC4zLDQwLjQsMzIuOSw3Mi40LDczLjUsNzIuM0M1NDAuOSw0MjcuMyw1NzMuMSwzOTQuOCw1NzMsMzU0LjJ6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}
#footer .socials .yt {
	background-image: url(../img/socials-yt.png);
}


/* SEND-DATA */

#send-data {
	z-index: 9999;
}
#send-data label {
	font-size: 14px;
	margin: 0;
	display: block;
	width: 100%;
}
.red-star {
	color: red;
	font-size: 10px;
	cursor: pointer;
}
#send-data .form-control {
	display: block;
	border: 1px solid rgba(155,158,179,.5);
	width: 100%;
	margin-bottom: 15px;
}
.send-data-title {
	font-size: 18px;
    color: #899297;
    font-weight: 700;
}
.send-data-block {
	/*background: #eff4f7;
	padding: 15px 15px 0 15px;*/
	margin-bottom: 15px;
}
.send-data-add-block {
	display: none;
	width: 100%;
}
.send-data-add-link {
	font-size: 14px;
	color: #9b9eb3;
}
#send-data .wpcf7-not-valid-tip {
	font-size: 12px;
	background-color: #f26d7d;
	color: #fff;
	position: relative;
	display: block;
	padding: 10px;
}
#send-data .wpcf7-not-valid-tip:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #f26d7d transparent;
}
#send-data .suggestions-wrapper {
	display: block;
}
#send-data div.wpcf7-response-output {
	margin: 15px 0;
}
#send-data .modal-dialog {
	border-radius: 0;
}
#send-data .send-data-nodate {
	font-size: 24px;
	color: #899297;
	text-align: center;
	padding: 30px;

}

.connect-form {
    border-top: 3px solid #405896;
    background: #e9edf4;
    padding: 15px;
    font-size: 14px;
}
.connect-form label {
	width: 100%;
}
.connect-file-desc {
	font-size: 12px;
}
.connect-form textarea.form-control {
	text-align: left;
}


/* CABINET */
.wppb-recaptcha label {
	display: none;
}
.wppb-user-forms ul {
	list-style: none;
}
.wppb-user-forms ul li {
	padding: 0 0 20px 0;
	margin:0;
	background: none;
}
.wppb-user-forms label {
	font-weight: 600;
	font-size: 14px;
}
.ui-widget-header select {
	color: #333 !important;
}
.cabinet-data-table {
	font-size: 14px;
}
.cabinet-data-table td {
	width: 50%;
}
.cabinet-data-table .nd {
	font-style: italic;
	color: #777;
}
.cabinet-content h3>sup {
	font-size: 10px;
	font-weight: 400;
	margin-left: 5px;
	top: -1em;
}
.cabinet-content h3>sup>a {
	color: #9b9eb3;
	border-color: rgba(155,158,179,.5);
}