/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Roboto', Arial, sans-serif;
	width: 100%;
	height: 100%;
	font-weight: 400;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
a {
	color: #00668e;
}
.container {
	position: relative;
}
.middle .container {
	background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	display: block;
	font-weight: 500;
	color: #000;
	font-family: 'Lora';
}
h1, .h1 {
	font-size: 30px;
	line-height: 36px;
}
h2, .h2 {
	font-size: 28px;
	line-height: 32px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 28px;
}
h4, .h4 {
	font-size: 18px;
	line-height: 26px;
}
h5, .h5 {
	font-size: 16px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 14px;
	line-height: 18px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	min-height: 225px;
	background: url('../images/header.jpg') no-repeat 50% 0 #fff;
}
.header-top {
	padding: 11px 0;
}
.logo img {
	display: block;
	margin: 0 auto 10px;
}
.logo span {
	display: block;
}
.logo .title {
	font-family: 'Lora';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}
.logo .slogan {
	font-size: 12px;
}
.logo:hover {
	text-decoration: none;
}
.complaints a {
	display: block;
	margin: 33px auto 10px;
	width: 200px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #eef3f7;
	border-radius: 5px;
	font-size: 13px;
	color: #015e80;
	text-transform: uppercase;
	text-decoration: none;
}
.complaints p {
	font-size: 13px;
	color: #015e80;
	display: block;
}
.header-top .user span {
	color: #015e80;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.header-top .user span:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/icons.png) no-repeat -11px -7px;
    vertical-align: top;
}
.header-top .user a {
	color: #015e80;
	display: inline-block;
	text-decoration: underline;
	font-size: 15px;
	margin-bottom: 10px;
}
.header-top .user a:hover, .header-top .free-phone:hover, .header-top .site-map a:hover {
	text-decoration: none;
}
.header-top .free-phone {
	font-size: 28px;
	line-height: 28px;
	color: #015e80;
	display: block;
}
.header-top .contact-center {
	opacity: 0.5;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}
.header-top .site-map a {
	opacity: 0.7;
	font-size: 13px;
	display: inline-block;
	text-decoration: underline;
}
.header-top .site-map a:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 28px;
	height: 21px;
	background: url(../images/icons.png) no-repeat -35px -4px;
    vertical-align: middle;	
}

/* slider */
.slider {
	max-height: 415px;
	overflow: hidden;
	margin-bottom: 40px;
}
.slider img {
	width: 100%;
}


/* main-top-menu */
.main-top-menu {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #00668e;
}
.main-top-menu ul {
	text-align: center;
}
.main-top-menu ul>li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	position: relative;
}
.main-top-menu ul>li>a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	color: #fff;
}
.main-top-menu ul>li>ul>li.parent>a:before {
	content: '';
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background: url('../images/icons.png') no-repeat -72px -10px;
	top: 20px;
	left: 15px;
}
.main-top-menu .active>a, .main-top-menu ul>li>a:hover {
	background: #ffb949;
	color: #000;
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
}
.main-top-menu ul>li>.sub-menu {
	display: none;
	position: absolute;
    background: #fff;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 350px;
	border: 1px solid #cce0e8;
	border-bottom: 0;
}
.main-top-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #cce0e8;
	width: 100%;
	position: relative;
}
.main-top-menu .sub-menu a {
	color: #00668e;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding: 0 40px;
}
.main-top-menu .sub-menu a:hover {
	background: #e5eff3;
	color: #00668e;
	text-decoration: none;
	box-shadow: none;
}
.main-top-menu .sub-menu li>.sub-sub-menu {
	display: none;
	width: 100%;
}
.sub-sub-menu li:last-child {
	border-bottom: 0;
}
.toggle-child {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 20px;
	background: url('../images/icons.png') no-repeat -90px -2px;
}
.choose-location {
	position: absolute;
	top: 20px;
	left: 20px;
}
.choose-location a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #015e80;
	font-size: 13px;
}
#toggle-menu {
	display: none;
    background: url(../images/menu_toggle.png) no-repeat 0 50%;
    cursor: pointer;
    width: 23px;
    height: 50px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-left: 30px;
}

/* entry text news */
.align-left {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
}
.align-right {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}
.align-center {
	display: block;
	float: none;
	maring: 20px auto;
}
.entry-text h1, .entry-text .h1 {
	margin-bottom: 30px;
}
.entry-text h2, .entry-text .h2, 
.entry-text h3, .entry-text .h3, 
.entry-text h4, .entry-text .h4, 
.entry-text h5, .entry-text .h5,
.entry-text h6, .entry-text .h6 {
	margin-bottom: 20px;
}
.entry-text p {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
.entry-text ol, .entry-text ul {
	margin: 20px 0 20px 40px;
}
.entry-text ol li, .entry-text ul li {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
.entry-text ol li {
	list-style: decimal;
}
.entry-text ul li {
	list-style: disc;
}
.entry-text img {
	max-width: 100%;
}
.related-news {
	margin: 30px auto;
}
.related-news .item {
	margin-bottom: 20px;
}
.related-news .item:last-child {
	margin-bottom: 0;
}
.related-news a.related {
	padding: 20px;
	display: block;
	border-radius: 10px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	background: #f2f7f9;
	position: relative;
	padding-bottom: 40px;
	text-decoration: underline;
	transition: all 0.2s;
}
.related-news .date-add {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #747474;
}
.related-news a.related:hover, .related-news a.related:hover .date-add {
	background: #ffb949;
	color: #000;
}
.pagination-news-posts {
	margin: 30px auto;
	font-size: 14px;
}
.pagination-news-posts a {
	color: #999999;
	display: inline-block;
}
.pagination-news-posts .next-post {
	margin-right: 20px;
}
.pagination-news-posts .prev-post {
	margin-left: 5px;
}
.pagination-news-posts .next-post:after, .pagination-news-posts .prev-post:after {
	content: '';
    position: absolute;
    top: -1px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9;
    background: url(../images/icons.png) no-repeat -128px -4px;
    text-align: center;
    transition: all 0.3s;
    transform: rotate(-90deg);
    cursor: pointer;
    opacity: 0.4;
}
.pagination-news-posts .prev-post:after  {
    transform: rotate(-270deg);
    left: 0;
}
b, strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 125px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.title-block {
	display: inline-block;
	font-size: 18px;
	color: #00668e;
	text-transform: uppercase;
	font-family: 'Lora';
	margin-bottom: 25px;
}
.title-block:before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/icons.png) no-repeat -114px -10px;
    vertical-align: middle;
    margin-top: -4px;
}
.items .item {
	margin-bottom: 30px;
}
.items .img {
	margin: 0 auto 15px;
	height: 125px;
	overflow: hidden;
}
.items .img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.items a.title {
	text-decoration: underline;
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Lora';
	display: block;
	margin-bottom: 10px;
}
.items a.title:hover {
	text-decoration: none;
}
.items .more {
	padding: 8px 15px;
	border-radius: 12px;
	text-decoration: underline;
	color: #000;
	font-size: 14px;
	background: #f2f7f9;
	display: inline-block;
	transition: all 0.1s;
}
.items .more:hover {
	background: #ffb949;
}
.items .date-add {
	display: inline-block;
	font-size: 14px;
	color: #747474;
	float: right;
}
.partners {
	margin: 30px auto 40px;
	width: 100%;
	border-top: 1px solid #e5eff3;
	padding: 30px 0 0;
}
.partners .title-block {
	margin-bottom: 50px;
}
.partners .item {
	display: inline-block;
	margin: 0 20px 40px;
	width: 180px;
	vertical-align: top;
}
.partners .item img {
	width: 100%;
	display: block;
	marign: 0 auto;
}
.map {
	width: 100%;
	height: 205px;
	background: #ddd;
}
.breadcrumb {
	height: 70px;
	line-height: 55px;
	border-bottom: 1px solid #99c2d2;
}
.breadcrumb ul {
	padding: 0;
	margin: 0;
}
.breadcrumb ul>li.home {
	width: 18px;
	height: 16px;
	vertical-align: middle;	
	margin: -4px 0 0 0;
}
.breadcrumb ul>li.home a {
	background: url('../images/icons.png') no-repeat -155px -6px;
	width: 18px;
	height: 16px;
	display: inline-block;
}
.breadcrumb ul>li.home a:before {
	content: ''!important;
	padding-top: 32px;
}
.breadcrumb ul>li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #00668e;
}
.breadcrumb ul>li>a {
	color: #00668e;
	text-decoration: none;
	display: inline-block;
}
.breadcrumb ul>li>a:before {
	content: '>';
	display: inline-block;
	margin: 0 8px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	position: relative;
}
.sidebar-block {
	margin-bottom: 20px;
}
.calculator-link {
	margin-top: 40px;
}
.calculator-link a:hover {
	text-decoration: none;
}
.calculator-link img {
	margin: 10px auto;
}
.calculator-link p {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-decoration: none;
}
.left-sidebar .complaints p {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	display: block;
	width: 250px;
	text-align: center;
	margin: 0 auto;
}
.main-menu-left {
	border: 1px solid #b2d1dd;
	border-radius: 5px;
}
.main-menu-left:before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	margin: 0 auto;
	background: #ffb949;
}
.main-menu-left ul {
	padding-top: 10px;
}
.main-menu-left ul>li {
	display: block;
	list-style: none;
	position: relative;
}
.main-menu-left ul>li>a {
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-weight: 500;
}
.main-menu-left ul>li>a:hover, .main-menu-left ul>li>a.active {
	text-decoration: none;
	background: #f2f7f9;
}
.main-menu-left .sub-menu a {
	padding-left: 50px;
	font-size: 14px;
	color: #747474;
	font-weight: 400;
}
.main-menu-left .parent:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9;
    background: url(../images/icons.png) no-repeat -128px -4px;
    text-align: center;
    transition: all 0.3s;
    transform: rotate(-90deg);
    cursor: pointer;
}
.main-menu-left .parent.active:after {
    transform: rotate(0deg);
}
.main-menu-left .sub-sub-menu a {
	padding-left: 80px;
}
.main-menu-left .sub-sub-menu, .main-menu-left .sub-menu {
	display: none;
}

/* archive-news-list */
.archive-news-list .years {
	right: 15px;
	top: 0;
	position: absolute;
	height: 37px;
}
.archive-news-list .years:after {
	content: '';
	clear: both;
	display: block;
}
.archive-news-list .years ul>li {
	list-style: none;
	display: inline-block;
	float: left;
}
.archive-news-list .years ul>li.active a, .archive-news-list .years ul>li>a:hover {
	background: #00668e;
	color: #fff;
}
.archive-news-list .years ul>li>a {
	font-size: 16px;
	padding: 10px 15px;
	color: #747474;
}
.archive-news-list .years ul>li.active a, .archive-news-list .years ul>li>a:hover {
	color: #fff;
	text-decoration: none;
}
.archive-news-list .monthes {
	background: #00668e;
	height: 55px;
	line-height: 55px;
	margin: 28px auto 30px;
	width: 100%;
	position: relative;
}
.archive-news-list .monthes ul>li {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.archive-news-list .monthes ul>li>a {
	color: #fff;
	font-size: 14px;
	padding: 6px;
	transition: all 0.1s;
}
.archive-news-list .monthes ul>li.active a, .archive-news-list .monthes ul>li>a:hover {
	text-decoration: none;
	background: #ffb949;
	color: #000;
	border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
}
.archive-news-list:after {
	content: '';
	clear: both;
	display: block;
}
.archive-news-list .news-header {
	background: #00668e;
	height: 55px;
	line-height: 55px;
	margin: 28px auto 30px;
	width: 100%;
	position: relative;
	font-size: 25px;
	color: #fff;
}
.archive-news-list .news-header span{
	margin-left:15px;
}



#toggle-monthes {
	display: none;
    background: url(../images/menu_toggle.png) no-repeat 0 55%;
    cursor: pointer;
    width: 180px;
    height: 50px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-left: 30px;
    margin-left: 10px;
}

/* main-complaints-form */
.main-complaints-form {
	border-radius: 10px;
	background: #00668e;
	color: #fff;
	font-size: 16px;
	padding: 30px;
	font-family: 'Lora';
	margin: 30px auto 60px;
	position: relative;
}
.main-complaints-form input, .main-complaints-form select {
	height: 40px;
}
.main-complaints-form .nav-tabs {
	border: 0;
	margin: 0 auto 40px;
	margin-left: 120px;
    text-align: center;
}
.main-complaints-form .nav-tabs li>a {
	background: #fff;
	margin: 0;
	border-radius: 0;
	font-size: 20px;
	color: #000;
	border: 0;
}
.main-complaints-form .nav-tabs li>a:hover, .main-complaints-form .nav-tabs li.active>a {
	background: #ffb949;
	border: 0;
	cursor: pointer;
	color: #000;
}
.main-complaints-form .nav-tabs li:first-child>a {
	border-radius: 5px 0 0 5px;
	border-right: 1px solid;
}
.main-complaints-form .nav-tabs li:last-child>a {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid;
}
.main-complaints-form input[type="submit"] {
	background: #ffb949;
	color: #000;
	font-family: 'Roboto';
	text-transform: inherit;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 50px;
	border-radius: 5px;
	border: 0;
	font-weight: 500;
}

.main-complaints-form input[type="submit"]:hover,
.main-complaints-form-lbl {
	color: #333;
	background-color: #fff;
	border-color: #8c8c8c;
}

.main-complaints-form-lbl:nth-last-of-type(2){
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

.main-complaints-form-lbl:nth-of-type(1){
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.main-complaints-form h2{
	color: #fff;
}

.main-complaints-form-radio:checked + .main-complaints-form-lbl,
.main-complaints-form-radio:checked + .main-complaints-form-lbl:hover{
	color: #000;
	background: #ffb949;
	font-size: 18px;
	line-height: 45px !important;
	height: 52px !important;
	font-weight: 500;
}


.main-complaints-form textarea {
	resize: none;
}

.main-complaints-form .btn-group{
	margin-bottom: 20px;
}

.main-complaints-form .btn-group .btn{
	padding: 5px 10px;

	font-family: Lora;
	text-transform: inherit;
}

.main-complaints-form-radio {
	display: none;
}


.main-complaints-form .auth-lnk{
	color: #fff;
	line-height: 52px;
}

#text-limit {
	margin: 5px 0 0 0;
	text-align: right;
	display: block;
	float: right;
	font-size: 16px;
	opacity: 0.4;
	font-family: 'Lora';
}
.alert-form {
	display: none;
	margin: 20px auto;
	position: relative;
}
.alert-form span {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
	font-size: 14px;
	color: #ff0000;
	font-weight: 500;
	font-family: 'Roboto';
}
.form-sended-result {
	display: none!important;
	color: #fff!important;
	font-size: 25px!important;
	font-family: 'Lora';
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -125px auto 0;
	height: 125px;
	background: #00668e;
	position: relative;
	padding: 18px 0;
}
.footer-contacts, .footer-contacts a {
	color: #fff;
}
.footer-contacts .free-phone:hover, .footer-contacts .site-map:hover {
	text-decoration: none;
}
.footer-contacts .free-phone {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	display: block;
}
.footer-contacts .contact-center {
	opacity: 0.5;
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}
.footer-contacts .site-map {
	opacity: 0.5;
	font-size: 13px;
	display: inline-block;
	text-decoration: underline;
}
.footer-contacts .site-map:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 28px;
	height: 21px;
	background: url(../images/icons.png) no-repeat -35px -35px;
    vertical-align: middle;	
}
.rights {
	margin-top: 20px;
}
.rights p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
.medialibslider > ul > li > img{
     max-width: 170px; 
     padding: 20px;
}

/*popup style*/


.el-signature{
	width: 460px;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
	text-align:center;
	border-radius:7px;
	position: relative;
	margin-top: 50px;
}

.el-signature-no{
	background-color: #ffc21f;
}

.el-signature-have{
	background-color: #005e92;
	color: #fff;
	margin-right: 23px;
}
.el-signature-i{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 15px;
	text-align: center;
	display: inline-block;
	width: 160px;
	border-radius:7px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	text-decoration: none;
}

.el-signature-i:hover{
	-webkit-box-shadow: 0px 4px 13px 5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 4px 13px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 4px 13px 5px rgba(0,0,0,0.55);
	text-decoration: none;
}

.el-signature-close{
	display: inline-block;
	background-color: #fff;
	top: -23px;
	right: -20px;
	position: absolute;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.el-signature-close-img{
	padding-top: 10px;
}
.el-signature-wrap{
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 100;
	left: 0;
}

.popup-bg{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;
	z-index: 99;
	top: 0;
}

.el-signature-status{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.city {
	width: 100%;
	height: 447px;
	margin-bottom: -447px;
	background: #fff url(../images/city.png) center bottom repeat-x;
}
input.error, textarea.error {
	border: 1px solid #ff0000;
}