@font-face {
	font-family: roboto;
	src: url("../fonts/Roboto Regular.ttf");
}
@font-face {
	font-family: robotolight;
	src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: robotobold;
	src: url("../fonts/roboto bold.ttf");
}
@font-face {
	font-family: robotocond;
	src: url("../fonts/Roboto Condensed.ttf");
}
@font-face {
	font-family: robotocondlightitalic;
	src: url("../fonts/RobotoCondensed-LightItalic.ttf");
}
@font-face {
	font-family: robotocondbold;
	src: url("../fonts/Roboto Condensed Bold.ttf");
}
@font-face {
	font-family: robotolightitalic;
	src: url("../fonts/Roboto Light Italic.ttf");
}

@font-face {
	font-family: robotoslab;
	src: url("../fonts/RobotoSlab-Regular.ttf");
}

@font-face {
	font-family: robotoslabbold;
	src: url("../fonts/RobotoSlab-Bold.ttf");
}

p, ul, ol {padding: 0px; margin: 0px;}
img { border: none;}
a, a:hover { text-decoration: none;}
ul, ol {list-style: none;}
input, a, select { outline: none;}
html, boby {
	height: 100%;
}
html {
	position: relative;
	min-height: 100%;
}

h1, h2, h3, h4 { margin: 10px; padding: 10px; font-weight: normal; color: #03989E;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: robotolight, tahoma, arial, sans-serif;
	background-color: #fff;	
	position: relative;
}
.clear {
	clear: both;
}
.no-margin {
	padding: 0;
}
.no-right {
	padding-right: 0;
}
.no-left {
	padding-left: 0;
}

/* grid */

.col-right {
	float: right;
}
.col-left {
	float: left;
	width: 262px;
	margin-right: 30px;
}
.col-2-left {
	float: left;
	width: 585px;
}
.col-left:nth-child(2) {
	x-margin-right: 0;
}

.container {
	box-sizing: border-box;	
	max-width: 100%;
	min-width: 320px;
	width: 1170px;
	padding: 0 15px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.container img {
	x-max-width: 100%;
	height: auto !important;
}
header {
	box-sizing: border-box;
	width: 100%;
/*	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;*/
}
header .top-nav {
	background: linear-gradient(to right, rgba(3,152,158,1) 0%,rgba(214,70,138,1) 100%) /*center no-repeat*/;
	background: -webkit-linear-gradient(left, rgb(3,152,158) 0%,rgb(214,70,138) 100%);
	height: 50px;
	box-sizing: border-box;
}
header .top-nav .container {
	overflow: visible;
}
.main-menu {
	text-align: left;
	padding-top: 18px;
	float: left;
}
.main-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	display: block;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.main-menu li a:hover {
	text-decoration: underline;
}
.search-block {
	float: right;
	position: relative;
	overflow: hidden;
}
.search-btn {
	display: block;
	box-sizing: border-box;
	height: 50px;
	width: 115px;
	padding-left: 49px;
	padding-top: 19px;
	background-color: #006699;
	background: url('../images/icons/loupe.png') 26px 20px no-repeat;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
.search-wrap {
	width: 100px;
	height: 50px;
	position: absolute;	
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.search-form {
	position: absolute;
	width: 700px;
	height: 48px;
	box-sizing: border-box;
	top: 1px;
	right: 0px;
	z-index: 5;
	right: -710px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;	
}
.search-form input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border: 0;
	background: #fff;
	padding-left: 15px;
	font-family: robotobold, tahoma, arial;
	font-size: 16px;
	color: #333;
}
.search-form input[type="submit"] {
	display: block;
	box-sizing: border-box;
	height: 48px;
	width: 115px;
	background-color: #006699;
	border: 0;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.login-btn {
	display: block;
	box-sizing: border-box;
	width: 97px;
	height: 50px;
	padding: 19px 0px 0px 40px;
	background: url('../images/icons/login.png') 17px 19px no-repeat #f37053;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	float: right;
}
.top-info {
	box-sizing: border-box;
/*	height: 40px;*/
	padding-top: 8px;
	margin-bottom: 33px;
}
.top-info-left, .top-info-right {
	display: inline-block;
	vertical-align: middle;
}
.top-infoblock {
	display: inline-block;
	vertical-align: middle;
	font-family: robotocond, tahoma, arial;
	font-size: 11px;
	color: #4b5a6d;
	margin-right: 23px;
	float: left;
}
.top-infoblock span {
	color: #999;
}
.header-socials {
	float: right;
	padding-top: 5px;
}
.header-logo {
	display: block;
	box-sizing: border-box;
	width: 220px;
	height: 57px;
	background: url('../images/logo.svg') left top no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-top: 8px;
}
.banner {
	overflow: hidden;
	x-background: #d2d2d2;
}
.header-banner {
	float: right;
	max-width: 940px;
	min-height: 120px;
	margin-top: 8px;
}
.main-block {
	position: relative;
}
.sidebar {
	box-sizing: border-box;
	min-height: 705px;
	width: 274px;
	overflow: hidden;
	float: left;
	background: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;	
}
.sidebar.open {
	left: 0px;
}
.sidebar-btn {
	width: 24px;
	height: 30px;
	background: #d6468a;
	font-family: robotobold, tahoma, arial;
	font-size: 22px;
	color: #fff;
	text-align: center;
	position: fixed;
	top: calc(50% - 15px);
	left: /*278px;*/ 8px;
	z-index: 20;
	cursor: pointer;
	display: none;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.sidebar-btn.open {
	left: 272px;
}
.sidebar-section {
	margin-bottom: 43px;
}
.sidebar-section-title {
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #03989e;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.sidebar-section-title .section-link, .see-also-title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #03989E;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.sidebar-section-title .section-link:hover {
	text-decoration: underline;
}
.sidebar-section-title .all-articles {
	display: inline-block;
	text-transform: none;
	border-bottom: 1px solid #a0a5ac;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #314155;	
}
.sidebar-section-title .all-articles:hover {
	border-bottom: 0;
}
.sidebar-section-img {
	width: 100%;
	max-height: 197px;
	overflow: hidden;
	margin-bottom: 13px;
}
.sidebar-section-img img {
	display: block;
	width: 100%;
}
.sidebar-section .sidebar-article {
	margin-bottom: 18px;
	width: 95%;
}

.sidebar-section .sidebar-article .title {
	display: inline-block;
	font-family: robotobold, tahoma, arial;
	font-size: 16px;
	color: #314155;	
	margin-bottom: 5px;
	line-height: 1.2;
}
.sidebar-section .sidebar-article .title:hover {
	text-decoration: underline;
}
.sidebar-section .sidebar-article .title span, .list-news-plain-object span {
	display: inline-block;
	color: #03989E !important;
	margin-right: 5px;
}
.sidebar-section .sidebar-article .text {
	font-family: robotolight;
	font-size: 14px;
	color: #444;	
	line-height: 1.25;
	padding-bottom: 15px;
	padding-top: 6px;
	border-bottom: 1px dashed #DEDEDE;
}
.sidebar-banner {
	width: 95%;
	height: 413px;
	margin: 0 auto;
}
.sidebar .jspVerticalBar {
	width: 7px;
	background: transparent;
	right: 10px;
}
.sidebar .jspTrack {
	background: rgba(230,232,234,0.7) !important;
}
.sidebar .jspDrag {
	background: #d6468a;
	height: 67px !important;
}
.sidebar.jspScrollable {
	outline: none;
}
.right-content-block {
	width: calc(100% - 292px);
	box-sizing: border-box;
	float: right;
	padding-bottom: 50px;
	min-height: 760px;
}
.power-block {
	margin-bottom: 45px;
}
/*.top-content-block .img-block {
	width: calc(100% - 293px);
	height: 416px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	position: relative;
}
.top-content-block .img-block img {
	display: block;
	min-width: 100%;
	min-height: 416px;
}
.top-content-block .img-block .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
}
.top-content-block .img-block .title {
	font-family: robotobold, tahoma, arial;
	font-size: 22px;
	color: #fff;	
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	position: absolute;
	bottom: 54px;
}
.top-content-block .img-block .text {
	font-family: arial;
	font-size: 13px;
	color: #fff;	
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	position: absolute;
	bottom: 14px;
	line-height: 1.25;
	max-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.power-block .banner {
	width: 263px;
	height: 400px;
	margin-top: 3px;
	float: right;
}
.block-title {
	margin-bottom: 11px;
}
.block-title,
.block-title a {
	font-family: robotobold, tahoma, arial;
	font-size: 13px;
	color: #03989e;	
	text-align: left;	
}
.block-title .section-name {
	font-size: 19px;	
	text-transform: uppercase;
}
.block-title .all {
	border-bottom: 1px solid #acb0b6;
}
.day-theme {

}
.day-theme .left-block {
	float: left;
}
.day-theme .left-block .item {
	display: inline-block;
	vertical-align: top;
	width: 262px;
	box-sizing: border-box;
	margin-right: 25px;
}
.day-theme .left-block .item .img-block {
	width: 100%;
	max-height: 197px;
	min-height: 174px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}
.day-theme .left-block .item .img-block a {
	display: block;
	width: 100%;
	height: 100%;
}
.day-theme .left-block .item .img-block a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	z-index: 1;
}
.day-theme .left-block .item .img-block:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.day-theme .left-block .item .img-block img {
	display: block;
	width: 100%;
	min-height: 174px;
}
.day-theme .left-block .item .img-block .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;
}
.day-theme .left-block .item .item-title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
	line-height: 1;
	margin-bottom: 12px;
}
.day-theme .left-block .item .item-title a {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
}
.day-theme .left-block .item .item-desc {
	font-family:  robotolight;
	font-size: 16px;
	color: #444
}
.help-block {
	box-sizing: border-box;
	width: 30.9%;
	float: right;
	text-align: justify;
}
.help-block:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	overflow: hidden;
	
}
.help-block .title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #03989e;
	margin-bottom: 11px;
}
.medium-item {
	width: 262px;
	max-height: 197px;
	min-height: 174px;
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}
.medium-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.medium-item a .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;
}
.medium-item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	z-index: 1;
}
.medium-item:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.medium-item img {
	display: block;
	min-height: 174px;
	width: 100%;
}
.medium-item .item-text {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #fff;
	position: absolute;
	bottom: 13px;
	left: 0px;
	padding-left: 15px;
	z-index: 3;
}
.big-hr-banner {
	width: 100%;
	x-min-height: 200px;
	position: relative;
	top: 15px;
  margin-bottom: 50px;
}
.people-block {
	margin-bottom: 37px;
}
.people-block .block-title {
	margin-bottom: 13px;
	clear: both;
}
.big-article-item {
	width: 65.5%;
	min-height: 415px;
	max-height: 415px;
	position: relative;
	overflow: hidden;
	float: left;
	clear: both;
}
.big-article-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.big-article-item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 60%;
	left: 0px;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	
	/*VER 2
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	VER 2
	*/
	
background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));
background-image: linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));

	z-index: 1;
}
.sub-link {
	background: none !important;
	color: #fff;
}
.sub-link:after {
  background: none !important;
}
.big-article-item:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	height:100%;
	top:0%;
}
.big-article-item img {
	min-height: 415px;
	width: 100%;
}
.big-article-item .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;
}
.big-article-item .item-description, .vertical-item .item-description {
	padding-left: 14px;	
	position: absolute;
	bottom: 14px;
	z-index: 3;
}
.big-article-item .item-description .title, .vertical-item .item-description .title {
	font-family: robotobold, tahoma, arial;
	font-size: 22px;
	color: #fff;	
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 0 0;
	margin-bottom: 8px;
}
.big-article-item .item-description .text, .vertical-item .item-description .text {
	font-family: Roboto;
	font-size: 13px;
	color: #fff;	
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px 0 0;
	line-height: 1.25;
}
.big-article-item .item-title {
	font-family: robotobold, tahoma, arial;
	font-size: 22px;
	color: #fff;
	padding-left: 14px;
	padding-right: 10%;
	position: absolute;
	top: 9px;
	left: 0px;	
	z-index: 3;	
}
.big-article-item .item-text {
	font-family: arial;
	font-size: 14px;
	color: #fff;
	line-height: 1.25;
	padding-left: 14px;
	padding-right: 10%;
	position: absolute;
	top: 45%;
	left: 0px;	
	z-index: 3;
}
.people-block .right-block {
	box-sizing: border-box;
	width: 30.9%;
	float: right;
}
.section-right-item {
	margin-bottom: 19px;
	width: 262px;
}
.section-right-item .img-block {
	width: 100%;
	height: 197px;
	overflow: hidden;	
	margin-bottom: 11px;
	position: relative;
}
.section-right-item .img-block .top-section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;	
}
.section-right-item .img-block .bottom-section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	z-index: 3;	
}
.section-right-item .img-block a {
	display: block;
	width: 100%;
	height: 100%;
}
.section-right-item .img-block a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);*/
	z-index: 1;
}
.section-right-item .img-block:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.section-right-item .img-block img {
	display: block;
	width: 106%;
	x-min-height: 100%;
}
.section-right-item .item-title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
}
.section-right-item .item-title a {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
}
.section-small-item  {
	width: 262px;
}
.section-small-item:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.section-small-item .img-block {
	width: 67px;
	height: 66px;
	float: left;
	overflow: hidden;
	margin-top: 3px;
}
.section-small-item  .img-block img {
	display: block;
	width: 100%;
	x-min-height: 100%;
}
.section-small-item  .item-title {
	/*width: calc(100% - 82px);*/
	width: 176px;
	float: right;
	font-family: robotobold, tahoma, arial;
	font-size: 15px;
	color: #314155;
}
.places-block {
}
.places-block:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;	
}
.places-block .block-title {
	margin-bottom: 15px;
}
.vertical-item {
	width: 262px;
	height: 415px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.vertical-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.vertical-item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
    /* background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	z-index: 1;
}
.vertical-item:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%); 
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.vertical-item .section-name, .medium-item .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;	
}
.vertical-item img {
	display: block;
	x-min-height: 100%;
	width: 100%;
}
.vertical-item .text-block {
	position: absolute;
	bottom: 17px;
	left: 0px;
	padding-left: 15px;
	z-index: 3;
}
.vertical-item .text-block .title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #fff;
	margin-bottom: 9px;
}
.vertical-item .text-block .text {
	font-family: arial;
	font-size: 13px;
	color: #fff;
	line-height: 1.25;
}
.vertical-item .desc-block {
	box-sizing: border-box;
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.vertical-item .desc-block .title {
	width: 100%;
	height: 48%;
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vertical-item .desc-block .text {
	width: 100%;
	height: 48%;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
}
.middle-block {
	float: left;
	margin-right: 30px;
}
.places-item {
	width: 262px;
	height: 197px;
	position: relative;
	overflow: hidden;
	margin-bottom: 21px;
}
.places-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.places-item a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%); */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	z-index: 1;
}
.places-item:hover a:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.places-item img {
	display: block;
	width: 100%;
	min-height: 100%;
}
.places-item .item-title {
	padding-left: 14px;
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 14px;
	z-index: 3;
}
.places-block .right-block {
	width: 262px;
	float: right;
}
.events-block {
	margin-bottom: 26px;
}
.events-block:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.events-list {
	box-sizing: border-box;
	width: 262px;
	float: right;
}
.events-list .event {
	margin-bottom: 21.6px;
}
.events-list .event .img-block {
	display: block;
	width: 67px;
	height: 66px;
	float: left;
	overflow: hidden;
}
.events-list .event .img-block img {
	display: block;
	width: 100%;
	max-height: 66px;
}
.events-list .event .about {
	/*width: calc(100% - 83px);*/
	width: 176px;
	float: right;
	font-family: robotobold, tahoma, arial;
	font-size: 15px;
	color: #314155;
	text-align: left;
	x-padding-top: 5px;
}
.events-list .event .about .date {
	color: #f37053;
}
.lifestyle {
	margin-bottom: -20px;
}
.lifestyle:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.lifestyle .banner {
	width: 262px;
	height: 413px;
	float: right;
}
.m_item-w_text {
	display: inline-block;
	vertical-align: top;
	width: 262px;
	box-sizing: border-box;
	margin-right: 25px;
}
.m_item-w_text .img-block {
	width: 100%;
	x-height: 197px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.m_item-w_text .img-block a {
	display: block;
	width: 100%;
	height: 100%;
}
.m_item-w_text .img-block a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);*/
	z-index: 1;
}
.m_item-w_text .img-block a:hover:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}
.m_item-w_text .img-block img {
	display: block;
	width: 100%;
	x-min-height: 197px;
}
.m_item-w_text .img-block .section-name {
	padding-left: 15px;
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #fff;	
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	z-index: 3;
}
.m_item-w_text .item-title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
	line-height: 1.2;
	margin-bottom: 12px;
}
.m_item-w_text .item-title a {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;
}
.m_item-w_text .item-title .time {
	color: #d6468a;
	display: inline-block;
	margin-right: 5px;
}
.m_item-w_text .item-desc {
	font-family:  arial;
	font-size: 14px;
	color: #444;
	text-align: left;
}
.picturestory {
	
}
.picturestory:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.picturestory .right-block {
	float: right;
	width: 262px;
}
.company-news {
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px; 
	clear: both;
}
.company-news li {
	display: inline-block;
	vertical-align: top;
	width: 267px;
	margin-right: 16px;
	margin-bottom: 11px;
}
.company-news li:nth-child(3n) {
	margin-right: 0;
}
.company-news li a {
	font-family: robotobold, tahoma, arial;
	font-size: 15px;
	color: #314155;
}
.company-news li a:hover {
	text-decoration: underline;
}
footer {
	position: relative;
	padding-bottom: 15px;
}
.top-footer-menu {
	text-align: left;
}
.top-footer-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}
.top-footer-menu li:last-child {
	margin-right: 0;
}
.top-footer-menu li a {
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #03989E;
	text-transform: uppercase;
}
.top-footer-menu li a:hover {
	color: #d6468a;
}
.footer-contacts {
	float: right;
	margin-top: -19px;
}
.footer-contacts a,
.footer-contacts span {
	display: inline-block;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #03989E;
	text-transform: uppercase;
}
.footer-contacts a {
	text-decoration: underline;
}
.footer-contacts a:hover {
	text-decoration: none;
}
.footer-contacts .phone {
	margin-right: 20px;
}
footer .site-about {
	font-family: arial;
	font-size: 11px;
	color: #777;
	line-height: 1.5;
	margin-top: 17px;
}
.bottom-footer-menu {
	text-align: left;
	margin-top: 36px;
}
.bottom-footer-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
}
.bottom-footer-menu li:last-child {
	margin-right: 0;
}
.bottom-footer-menu li a {
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #03989E;
	text-transform: uppercase;
}
.bottom-footer-menu li a:hover {
	color: #d6468a;
}
footer .copyright {
	font-family: arial;
	font-size: 11px;
	color: #777;
	margin-top: 5px;
}
footer .labels {
	position: absolute;
	right: 0px;
	bottom: 6px;
}
footer .labels .age {
	float: left;
	margin-right: 20px;
}
footer .labels .counters {
	float: right;
}
footer .labels:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.mobile-btn {
	width: 50px;
	height: 50px;
	background: url('../images/menu-btn.png') center no-repeat #03989e;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.mobile-menu {
	box-sizing: border-box;
	min-width: 165px;
	min-height: 70px;
	background: #03989e;
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 10;
	padding: 12px 10px 20px 16px;
	display: none;
}
.mobile-menu li {
	padding: 3px 0 4px 0;
}
.mobile-menu li a {
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;	
}
#wrap {
	overflow: hidden;
	min-width: 320px;
}

/* people page */

.page-title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #03989E;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.page-title span {
	text-transform: none;
}
.right-banner {
    width: 263px;
    min-height: 400px;
    float: right;
}
.feed-block {
	margin-bottom: 30px;
}
.feed-block:after {
	content:'';
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.feed-block-object-1 {
	margin: 0 !important;
}
.people-page .big-hr-banner,
.section-page .big-hr-banner,
.events-page .big-hr-banner {
	margin-top: 0;
	margin-bottom: 35px;
}
.more-block {
	text-align: center;
	margin-bottom: 53px;
	clear: both;
	position: relative;
	top: 20px;
}
.more-btn {
	display: inline-block;
	box-sizing: border-box;
	min-width: 243px;
	height: 43px;
	x-padding-top: 11px;
	background: #d6468a;
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}
.feed-block .vertical-item:nth-child(2) {
	margin-right: 0;
}
/*.feed-news-items {
	margin-top: 35px;
}*/
.feed-news-item {
	margin-bottom: 34px;
}
.feed-news-item a {
	font-family: robotobold, tahoma, arial;
	font-size: 17px;
	color: #314155;
}
.feed-news-item a .date {
	color: #d6468a;
}
.feed-news-item a:hover {
	text-decoration: underline;
}
.section-page .page-title,
.events-page .page-title  {
	margin-bottom: 13px;
}
.go-top-box {
	width: 50px;
	height: 50px;
	position: fixed;
	left: 2%;
	bottom: 10%;
	x-overflow: hidden;
}
.go-top {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/up.jpg') center no-repeat;
	position: absolute;
	top: 60px;
	left: 0px;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;	
}
.hr-news-item {
	width: 554px;
	margin-bottom: 37px;
}
.feed-block .hr-news-item:last-child {
	margin-bottom: 0;
}
.hr-news-item .title {
	font-family: robotobold, tahoma, arial;
	font-size: 17px;
	color: #314155;
	margin-bottom: 9px;
}
.hr-news-item .title a {
	font-family: robotobold, tahoma, arial;
	font-size: 17px;
	color: #314155;
}
.hr-news-item:hover .title {
	text-decoration: underline;
}
.hr-news-item .title span {
	color: #d6468a;
	display: inline-block;
	margin-right: 4px;
}
.hr-news-item .text {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.25;
}
.news-banner {
    width: 263px;
    height: 416px;
	  margin-bottom: 35px;
}
.feed-block .page-title {
	margin-bottom: 13px;
	clear: both;
}


/*single news page*/
.single-news-block {
	max-width: 846px;
	float: left;
	padding-bottom: 40px;
}
.single-news-block .news-title, .single-news-block h1 {
	font-family: robotobold, tahoma, arial;
	font-size: 30px;
	color: #314155;
	line-height: 1.2;
	padding: 0 20px 0 25px;
	margin-bottom: 17px;
	margin-left:0;
}
.single-news-block .news-subtitle, .full-content {
	font-family: robotolightitalic;
	font-size: 19px;
	color: #314155;
	padding: 0 20px 0 25px;
	margin-bottom: 22px;
}
.single-news-block .news-info {
	font-family: robotobold, tahoma, arial;
	font-size: 14px;
	color: #314155;	
	padding: 0 20px 0 25px;
	margin-bottom: 8px;
}
.single-news-block .news-img {
	max-width: 800px;
	padding-left: 25px;
	padding-right: 20px;
	margin-bottom: 3px;
}
.single-news-block .news-img .img-wrap {
	max-width: 800px;
	max-height: 600px;
	overflow: hidden;
}
.single-news-block .news-img .img-wrap img {
	display: block;
	max-width: 100%;
}
.single-news-block .news-img .img-origin {
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #314155;	
	float: right;
	margin-top: 10px;
}
.news-img .img-origin a {
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #314155;		
}
.single-news-block .news-img .img-origin a:hover {
	text-decoration: underline;
}
.single-news-block .news-img .news-socials {
	position: relative;
    margin-left: -45px;
    margin-bottom: -10px;
}
.single-news-block p {
	font-family: robotolight, sans-serif;
	font-size: 19px;
	color: #314155;	
	line-height: 1.22;
	padding: 12px 25px 12px 25px;
}
.news-age {
	float: right;
    margin: 5px 10px 0px;
}
.single-news-block .final-notes {
	margin-top: 10px;
}
.single-news-block .final-notes img {
	max-width: 100%;
}
.read-text-main {
	font-family: robotobold, tahoma, arial;
    font-size: 16px;
    color: #d6468a;
    margin: 20px 20px 0px;
}

.post-socials {
	border: 3px solid rgba(230,232,234,0.7);
    padding: 10px 10px 10px;
    margin: 5px 0px 15px;
}

.post-socials .read-us {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-socials .read-us .read-subscribe {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-socials .read-us .read-text {
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #03989E;
	margin: 0px 10px 0px;
	text-align: right;
}

.post-socials .read-us .read-icons {
	margin: 5px 5px;
}

.post-socials .read-us .read-icons .icon {
	width: 32px;
	height: 32px;
}

.post-socials .post-letter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-socials .post-letter .letter {
	margin: 0px 10px 0px;
}

.post-socials .post-letter .letter-text {
	font-family: roboto, tahoma, arial;
	font-size: 16px;
	color: #03989E;
}

/*.post-socials .discuss-btn {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 107px;
	height: 31px;
	padding: 9px 12px 0 12px;
	background: #f37053;
	font-family: robotobold, tahoma, arial;
	font-size: 12px;
	color: #fff;	
	text-transform: uppercase;
	text-align: center;
	float: right;
}*/

.single-news-block .photo-slider {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 215px;
}
.single-news-block .photo-slider .title, .href-mobile a {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #006699;	
	text-transform: uppercase;	
	margin-bottom: 15px;
}

#photo-slider {
	margin: 0 !important;
}

.href-mobile {
	display: none;
}

.photo-slider .bx-wrapper {
	margin-bottom: 0px;
}
.photo-slider .bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: none;
	left: 0;
}
.photo-slider .bx-wrapper .bx-pager {
	height: 8px;
	background: rgba(230,232,234,0.7);
	padding: 0;
	bottom: -8px;
}
.photo-slider .bx-wrapper .bx-pager .bx-pager-item,
.photo-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	width: 5%;
	height: 8px;
	margin: 0 2px;
	display: none;
}
.photo-slider .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 0;
	margin: 0;
	background: #F37054;
	opacity: 0.55;
}
.photo-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.photo-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1;
}

#photo-slider {

}
#photo-slider li {
	width: 262px;
	height: 175px;
	overflow: hidden;
	display: inline-block;
	margin-right: 17px;
}
#photo-slider li img {
	display: block;
	min-height: 100%;
	min-width: 100%;
}

/*.photo-slider .slick-dots {
	height: 8px;
	background: rgba(230,232,234,0.7);
	bottom: -8px;
	max-width: 846px;
}
#photo-slider .slick-dots li {
    width: 5%;
	height: 8px;
	margin-right: 2px;
}
#photo-slider .slick-dots li button {
	width: 100%;
	height: 8px;
}
#photo-slider .slick-dots li button:before {
	width: 100%;
    height: 8px;
    line-height: 1;
	background: #F37054;
	content: '';
}*/

.comments-block {

}
.comments-block .title {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;	
	text-transform: uppercase;	
	margin-bottom: 13px;
}
.comments-list {
	text-align: right;
}
.comments-list li {
	display: inline-block;
	padding-bottom: 17px;
	border-bottom: 1px solid #edeff0;
	text-align: left;
	margin-bottom: 25px;
}
.comments-list li:last-child {
	margin-bottom: 17px;
}
.comments-list li.lvl-1{
	width: 100%;
}
.comments-list li.lvl-2 {
	width: 88.5%;
} 
.comments-list li .left-block {
	width: 98px;
	float: left;
	padding-top: 3px;
}
.comments-list li .left-block img {
	display: block;
	width: 67px;
	height: 67px;
	margin-bottom: 15px;
}
.comments-list li .left-block a {
	font-family: robotobold, tahoma, arial;
	font-size: 16px;
	color: #314155;	
	display: inline-block;
}
.comments-list li .left-block a:hover {
	text-decoration: underline;
}
.comments-list li .right-block {
	width: calc(100% - 99px);
	float: right;
}
.comments-list li .name {
	font-family: robotobold, tahoma, arial;
	font-size: 16px;
	color: #314155;	
	margin-bottom: 8px;
}
.comments-list li .name a {
	font-family: robotobold, tahoma, arial;
	font-size: 16px;
	color: #314155;	
	text-decoration: underline;	
}
.comments-list li .name a:hover {
	text-decoration: none;
}
.comments-list li .date {
	font-family: roboto, tahoma, arial;
	font-size: 13px;
	color: #314155;	
	margin-bottom: 6px;
}
.comments-list li .text {
	font-family: roboto, tahoma, arial;
	font-size: 19px;
	color: #314155;	
}
.comments-block .add-comment {
	font-family: robotobold, tahoma, arial;
	font-size: 19px;
	color: #314155;	
	text-transform: uppercase;	
	text-decoration: underline;
}
.comments-block .add-comment:hover {
	text-decoration: none;
}
.news-fixed-banner {
	width: 263px;
	height: 413px;
}

@media(max-width: 1190px) {
	.container {width: 970px;}

	header .top-nav {
		width: 940px;
		margin: auto;
	}
	header .top-nav .container {
		width: 940px;
		padding-left: 141px;
		padding-right: 0;
		overflow: visible;
	}
	.login-btn {display: none;}
	.top-info {padding-top: 0;}
	.top-info .container {overflow: visible;}
	.top-info-left, .top-info-right {margin-top: 11px;  margin-bottom: 18px;}
	.top-infoblock {display: block; float: none; font-size: 15px; line-height: 1.2;}
	.top-info-left {margin-left: 143px;}
	.header-logo {position: absolute; top: -50px; left: 20px; z-index: 4; margin-top: 5px; height: 40px; width: 120px;}

	.sidebar {
		display: block;
		position: fixed;
		top: 0px;		
		left: -264px;
		z-index: 11;
		border-right: 10px solid #d6468a;
		box-sizing: border-box;
	}
	.sidebar-btn {
		display: block;
	}
	.sidebar .jspVerticalBar {
		right: 0px;
	}
	.sidebar .jspPane {
		right: 0px;
	}

	.right-content-block {width: 100%;}
	.header-socials {display: none;}
	.header-banner {width: 100%;}
	.big-article-item {	width: 618px; x-height: 462px; }
	.power-block .banner {width: 294px; height: 462px; margin-top: 0;}
	.day-theme .left-block .item {width: 294px;}
	.medium-item {width: 294px; height: 221px; margin-bottom: 20px;}
	.day-theme .left-block .item .img-block,
	.medium-item img { height: 221px; }
	.big-hr-banner {width: 847px; margin-top: 10px; margin-bottom: 24px;}
	.section-right-item {width: 294px;}
	.section-right-item .img-block {height: 221px;}
	.section-small-item .img-block { width: 82px; height: 79px;}
	/*.section-small-item  .item-title {width: calc(100% - 110px);}*/
	.vertical-item {width: 294px; height: 459px;}
	.places-item {width: 294px; height: 221px; margin-bottom: 17px;}
	.places-block .right-block {width: 294px;}
	.middle-block {margin-right: 0;}
	.events-list {width: 294px;}
	.events-list .event {margin-bottom: 19px;}
	.events-list .event .img-block {width: 82px; height: 80px;}
	.events-list .event .about { width: calc(100% - 110px); padding-top: 0;}
	.m_item-w_text {width: 294px;}
	.m_item-w_text .img-block,
	.m_item-w_text .img-block img {height: 211px;}
	.lifestyle {margin-bottom: 43px;}
	.lifestyle .banner {width: 294px; height: 462px;}
	.picturestory .right-block {width: 294px;}
	.company-news li {width: 300px;}
	.company-news li a {font-size: 17px;}
	.footer-contacts {float: none; margin-top: 9px;}
	.bottom-footer-menu {margin-top: 12px; margin-bottom: 12px;}
	footer .labels {bottom: -10px;}
	footer .container {overflow: visible;}
	.company-news {margin-bottom: 150px;}
	.company-news:after {
		content : ".";
		visibility : hidden;
		display : block;
		height : 0;
		clear : both;
	}
	.company-news + .big-hr-banner {display: none;}

	.right-banner {width: 294px; height: 462px;}
	.col-left {width: 294px; margin-right: 27px;}
	.single-news-block {float: none;}
	.single-news-block + .col-right {display: none;}
	/**/
	.section-small-item {width: 294px;}
	.section-small-item  .item-title { width: 180px; }
	.events-list .event .about {width: 180px;}

	.sidebar-section .sidebar-article {
		margin-left: 10px;
	}
}
@media(max-width: 990px) {
	.container {width: 750px;}
	.mobile-btn {display: block;}
	.header-logo {width: 54px; height: 50px;}
	header .top-nav {
		width: 720px;
		margin: auto;
	}
	header .top-nav .container {
		width: 720px;
		padding-left: 70px;
		padding-right: 0;
		overflow: visible;
	}
	.main-menu li:nth-child(n + 7) {display: none;}
	.search-block {margin-right: 50px;}
	.search-form {width: 400px;}
	.top-info-left {margin-left: 0;}
	.top-info-left, .top-info-right {margin-top: 5px; margin-bottom: 11px;}
	.power-block .banner {display: block;}
	.big-article-item {float: none; width: 100%; x-height: 539px;}
	.big-article-item .item-description .title {font-size: 30px; margin-bottom: 24px;}
	.big-article-item .item-description .text {font-size: 22px;}
	.big-article-item .item-title {font-size: 30px;}
	.big-article-item .item-text {font-size: 20px; top: 32%;}
	.big-article-item .section-name {font-size: 20px;}
	.block-title .section-name {font-size: 24px;}
	.block-title, .block-title a {font-size: 24px;}
	.day-theme .left-block .item {width: 345px;}
	.day-theme .left-block .item:nth-child(odd) {margin-right: 0;}
	.day-theme .left-block .item .img-block, .medium-item img {height: 260px;}
	.day-theme .left-block .item .item-title a {font-size: 26px;}
	.day-theme .left-block .item .item-desc {font-size: 20px;}
	.day-theme .left-block .item .img-block .section-name {font-size: 20px;}
	.help-block {width: 100%; }
	.help-block .title {font-size: 24px; margin-top: 16px;}
	.medium-item {width: 345px; height: 260px; display: inline-block; vertical-align: top;}
	.medium-item .item-text {font-size: 28px;}
	.help-block {text-align: justify;}
	.big-hr-banner {width: 100%;}
	.people-block .right-block {display: none;}
	.vertical-item {width: 346px; height: 540px; margin-right: 28px;}
	.vertical-item .text-block .title {font-size: 28px; padding-right: 20px;}
	.vertical-item .text-block .text {font-size: 22px;}
	.places-item {width: 345px; height: 260px;}
	.places-block .right-block {display: none;}
	.places-item .item-title {font-size: 28px;}
	.events-list {display: none;}
	.lifestyle .banner {display: none;}
	.m_item-w_text {width: 345px;}
	.m_item-w_text:nth-child(odd) {margin-right: 0;}
	.m_item-w_text .img-block, .m_item-w_text .img-block img {height: 260px;}
	.m_item-w_text .img-block .section-name {font-size: 20px;}
	.m_item-w_text .item-title a {font-size: 26px;}
	.m_item-w_text .item-desc {font-size: 20px;}
	.picturestory .right-block {display: none;}
	.company-news {display: none;}
	.top-footer-menu li {margin-right: 13px;}

	.right-banner {display: block;}
	.col-right {display: none;}
	.col-left {width: 346px;}
}
@media(max-width: 749px) {
	.container {width: 320px;}
	.search-form {width: 240px;}
	.search-form input[type="text"] {padding-left: 2px;}
	header {min-width: 320px;}
	header .top-nav {width: 290px; min-width: 290px;}
	header .top-nav .container {width: 290px; min-width: 290px;}
	.main-menu li {display: none;}
	.top-info-left, .top-info-right {display: none;}
	.header-banner {display: block;}
	.big-article-item {width: 290px; min-height: 218px; max-height: 218px !important; float: none;}
	.big-article-item .item-description .title,
	.big-article-item .item-title {font-size: 20px;}
	.big-article-item .item-description .text,
	.big-article-item .item-text {font-size: 12px;}
	.big-article-item .item-title {max-height: 70px; overflow: hidden;}
	.big-article-item .item-text {top: 100px; max-height: 100px; padding-right: 5px;}
	.big-article-item img {min-height: 218px;}
	.big-article-item .section-name {display: none;}
	.block-title, .block-title a, .block-title .section-name {font-size: 16px;}
	.power-block {margin-bottom: 20px;}
	.day-theme .left-block .item {width: 290px; margin-bottom: 5px;}
	.day-theme .left-block .item .img-block {margin-bottom: 5px;}
	.day-theme .left-block .item .img-block, .medium-item img {height: 218px;}
	.day-theme .left-block .item .img-block .section-name {font-size: 12px;}
	.day-theme .left-block .item .item-title a {font-size: 18px;}
	.day-theme .left-block .item .item-desc {display: none;}
	.help-block .title {font-size: 16px; margin-top: 3px;}
	.medium-item {width: 290px; height: 218px;}
	.medium-item .item-text {font-size: 20px;}
	.big-hr-banner {width: 290px; margin-top: 0; display: block;}
	.vertical-item {width: 290px; height: 436px; float: none; margin-bottom: 20px;}
	.vertical-item .text-block .title {font-size: 20px;}
	.vertical-item .text-block .text {font-size: 12px;}
	.places-item {width: 290px; height: 218px;}
	.places-item .item-title {font-size: 20px;}
	.m_item-w_text {width: 290px;}
	.m_item-w_text .img-block, .m_item-w_text .img-block img {height: 218px;}
	.m_item-w_text .item-title a {font-size: 18px;}
	.m_item-w_text .item-desc {display: none;}
	.m_item-w_text .img-block .section-name {font-size: 12px;}
	.m_item-w_text .img-block, .m_item-w_text .img-block img {margin-bottom: 5px;}
	.lifestyle {margin-bottom: 20px;}
	.picturestory + .big-hr-banner {display: none;}
	footer .labels {display: none;}
	.main-block {padding-bottom: 40px;}
	.col-left {width: 290px;}
	/*.bx-wrapper, .photo-slider .title-pc {display: none;}*/
	.photo-slider .title-pc {display: none;}
	.href-mobile {display: block;}
	.see-also-item {float: none !important; width: 100% !important;}
	.letter-to-editor-link {position: relative !important; display: inline-block !important; margin: 20px 0 -10px; top: 0px !important;}
	/*.photo-slider {margin-bottom: 0 !important;}*/
}
.global-link {
	color: #314155;
	text-decoration: underline;
}
.help-block-main {
	text-align: left;
}
.see-also-item {
	width: 30%;
	margin: 10px 1.5% 20px;
	float: left;
}
.see-also-item a:after {
	background: none !important;
}
.margin-top-20px {
	margin-top: 20px;
}
.photo-big-hr-banner {
	margin-bottom: 35px;
}
.main-form input, .main-form select, .main-form dt {
	margin: 5px 10px;
	padding: 5px;
	width: 75%;
}
.main-form select {
	width: 76.5%;
}
.main-form textarea {
	margin: 10px;
	padding: 5px;
	width: 75%;
	max-width: 75%;
}
.main-form input[type='submit'] {
	width: 27.8%;
}
.textfield2 {
  width: 26% !important;
}
.main-form .text-content {
	margin-bottom: 10px; 
}
/*.right-content-block p, .right-content-block ul {
	padding: 5px 0;
}
.right-content-block p strong {
	margin: 20px 0 !important;
	display: block;
}
.right-content-block ul li {
	padding: 10px;
	margin: 5px 10px;
}*/
.sponsored-links {
	position: relative;
	font-size: 85%;
	background: #D2D2D2;
	max-height: 400px;
	min-height: auto;
	padding: 15px 0 5px;
}
.sponsored-links div {
	padding: 0px 20px;
	margin: 0px 0px 20px;
	width: 80%;
}
.sponsored-links div p {
	padding: 5px 0px 0px;
}
.sponsored-links div a {
	color: #00496d !important;
	word-wrap: break-word;
	border-bottom: 1px solid #00496d;
	line-height: 20px;
}
.sponsored-links div a:hover {
	border: none;
}
.letter-to-editor-link {
	position: absolute;
	right: 0;
	top: 10px;
	background: #F7941D;
	color: #fff !important;
	padding: 10px 15px;
	font-size: 90%;
}
.text-full a span {
  color: #006699 !important;	
}
.text-full a, .text-full a span, .single-news-block a, .text-content a, .news-content a {
	color: #006699;
}
.text-content p, .news-content p, .news-content h1 {
	margin: 0 0 20px;
}
.map-site li {
	margin: 20px;
}
.map-site>li:first-child {
	margin-top: 0px !important;
}

.ya-site-form__input-text {
	padding: 2px 10px !important;
}

.text-full table {
	width: 100% !important;
}

.text-full table img {
	max-width: 700px !important;
	min-width: 110px !important;
}

.related-publication {
	padding: 0 20px 0 25px;
	margin: 0px 0px 15px;
}

.related-publication span {
	padding: 0 0 0 15px;
	margin: 0 0 0 2px;
	border-left: 5px solid #eeeeee;
}

.related-publication a {
	font-style: italic;
}
.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
position: absolute; top: 0; left: 0;
width: 100%;
height: 100%; 
}
.frame-yadl-responsive {
		position: relative;
    padding-bottom: 66.6%;
    height: 0;
    overflow: hidden;
}
.frame-yadl-responsive iframe{
		position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*#orphus {display:none;}*/
