@charset "utf-8";


@font-face {
	font-family: 'vida_32_proregular';
	src: url('../fonts/vida32prowebfont.eot');
	src: url('../fonts/vida32prowebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vida32prowebfont.woff') format('woff'), url('../fonts/vida32prowebfont.ttf') format('truetype'), url('../fonts/vida32prowebfont.svg#vida_32_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'vida_32_probold';
	src: url('../fonts/vida32pro-boldwebfont.eot');
	src: url('../fonts/vida32pro-boldwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vida32pro-boldwebfont.woff') format('woff'), url('../fonts/vida32pro-boldwebfont.ttf') format('truetype'), url('../fonts/vida32pro-boldwebfont.svg#vida_32_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'vida_21_proregular';
	src: url('../fonts/vida21prowebfont.eot');
	src: url('../fonts/vida21prowebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vida21prowebfont.woff') format('woff'), url('../fonts/vida21prowebfont.ttf') format('truetype'), url('../fonts/vida21prowebfont.svg#vida_21_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuecyrultralight';
	src: url('../fonts/helveticaneuecyr-ultralightwebfont.eot');
	src: url('../fonts/helveticaneuecyr-ultralightwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-ultralightwebfont.woff') format('woff'), url('../fonts/helveticaneuecyr-ultralightwebfont.ttf') format('truetype'), url('../fonts/helveticaneuecyr-ultralightwebfont.svg#helveticaneuecyrultralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font:normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#585858;
	position: relative;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button {
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#585858;
	outline:none;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border:1px solid #b9230a;
	background:#fff;
	margin:0;
	padding:4px 5px;
}

textarea {
	resize:none;
}
::-webkit-input-placeholder {
color:#a1a1a1;
}
:-moz-placeholder {
color:#a1a1a1;
}

header,
nav,
section,
article,
aside,
footer {
	display: block;
}

img {
	border:0;
	vertical-align:top;
	height:auto;
}

a {
	color:#06f;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

a:hover {
	color:#06f;
}

strong {
	font-weight:bold;
}

table {
	border-collapse:collapse;
}

p {
	margin:0 0 15px 0;
}

h1,
h2 {
	font:normal 62px/55px "helveticaneuecyrultralight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 34px 0;
}

.blue {
	color:#06f!important;
}


.blue2 {
	color:#06f!important;
	display: inline-block;
    margin-right: 5px;
}

.blue2:first-letter{
	text-transform:capitalize;
}


header a {
	color:#000;
}

header a:hover span {
	text-decoration:underline;
}

table .sep {
	width:1000px;
}

.nowrap {
	white-space:nowrap;
}

.nofloat {
	height:100%;
	overflow:hidden;
	display:block;
}

.cell {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.hr {
	height:1px;
	overflow:hidden;
	margin:15px 0;
	background:#e6e6e6;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrapper,
.footer {
	min-height:100%;
	min-width:100%;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.container {
	width:100%;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.header-place,
.header-bg {
	height:0;
	overflow:hidden;
}

.header-bg {
	background:url(../img/header-bg.png) repeat-x;
}

.header-bg.top {
	height:71px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}

.header-place.top {
	height:104px;
}

.header {
	position:relative;
	zoom:1;
	padding:15px 5% 10px 5%;
	width: 90% ;
	background:#fff;
	z-index:100;
	border-bottom: 1px solid black;
}

#header-opening{
	transition: height 0.75s ease;
	width: 104.4%;
	margin: 35px 0 0 -5.9%;
	overflow: auto;
	background: #fff;
	position: absolute;
}
.header-closed{
	height: 0;
	padding-top: 1%;
}
.header-opened{
	height: 450px;
	padding-top: 1%;
	padding-bottom: 4%;
}

.header.top {
	width: 90%;
	position:fixed;
	top:0px;
}

.header:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.header .line {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:6px;
	overflow:hidden;
}

.header.top .line {
	display:none;
}
#mobile-menu-opener{
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	margin-top: 2px;
}

#menuLines{
	position: absolute;
	width: 30px;
	height: 29px;
	padding-top: 1px;
	transition: opacity 0.75s ease;
}
#header-line{
	width: 94.7%;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid black;
}

#menuCross{
	position: absolute;
	width: 30px;
	height: 30px;
	transition: opacity 0.75s ease;
}

.menu-opener-invisible{
	opacity: 0;
}

#halfCross{
	width: 30px;
	height: 15px;
	transform: scale(0.8);
	float: right;
	margin-right: calc(11.7% - 6% + 5px);
}


.logo {
	float:left;
	margin: 1% 2% 0 0;
	width: 120px;
	text-align: center;
}
.logo-turned{
	margin-left: -12px;
	margin-top: 3px;
}

.logo-img-mob{
	width: 100%;
}

.search {
	position:relative;
	margin:2px 0 0 0;
	display: inline-block;
	width: calc(100% - 49px);
}

.search-and-opener{
	float: right;
	width: calc(98% - 120px);
}

.header-turned .search-and-opener{
	margin-right: -12px;
}

.article1 .header-turned{
    padding: 0!important;
}

.block2-turned .article1 .header-turned{
    padding: 0 5%!important;
}

.search input[type="text"] {
	padding:0px 0px 0px 10px;
	margin-right: 33px;
	background:#fff;
	border:1px solid black;
	position:relative;
	zoom:1;
	height: 30px;
	float: right;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
	behavior: url(js/PIE.htc);
	transition: width  0.80s  ease, opacity 0.55s ease-out;
}

#search-icon {
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	width:30px;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
#searchLupa{
	width: 30px;
	position: absolute;
	transition: opacity 0.75s ease;
}
#searchCross{
	width: 30px;
	height: 30px;
	position: absolute;
	transition: opacity 0.75s ease;
}

.search-fld-opened{
	width: calc(100% - 45px);
	opacity: 1;
}
.search-fld-closed{
	width: 0;
	opacity: 0;
}

.menu {
	list-style:none;
	margin:5px 0 0 0;
	padding: 1% 3%;
	float:left;
	width: 90%;
}

.menu .hold {
	float:left;
	margin-right: 4%;
}

.menu .link {
	float:left;
	font:normal 120%/220% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:black;
	padding:0 10px;
	background:url(../img/menu-over.png) no-repeat 0 -9999px;
	position:relative;
	z-index:101;
}
.menu .menuLink-turned{
	font:normal 90%/180% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.menu .activeLink {
	color:#06f;
}


.menu .link span {
	float:left;
}

.menu li:hover .link span,
.menu li .link:hover span {
	text-decoration:none!important;
}

.sub {
	position:absolute;
	z-index:100;
	top:61px;
	left:-12px;
	width:1265px;
	display:none;
}

.menu li:hover .sub {
	display:block;
}

.sub .t,
.sub .b {
	height:27px;
	overflow:hidden;
	background:url(../img/submenu.png) no-repeat;
}

.sub .b {
	background-position:0 -27px;
}

.sub .c {
	zoom:1;
	padding:0 32px;
	background:url(../img/submenu.png) repeat-y -1265px 0;
	position:relative;
	overflow:hidden;
}

.sub .size1,
.sub .size2,
.sub .size3,
.sub .size4 {
	float:left;
	position:relative;
	margin:-10000px 0 0 0;
	top:10000px;
	padding:0 0 10000px 0;
}

.sub .size1 {
	width:138px;
	border-right:1px solid #e5e5e5;
	margin-right:30px;
}

.sub .size2 {
	width:281px;
	padding-right:20px;
	border-right:1px solid #e5e5e5;
	margin-right:31px;
}

.sub .size3 {
	width:278px;
}

.sub .size4 {
	float:right;
	width:380px;
	padding-top:8px;
}

.links1 {
	list-style:none;
	margin:0;
	padding:3px 0;
	font:normal 16px/20px "vida_32_probold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.links1 li {
	zoom:1;
	vertical-align:bottom;
	margin:12px 0 0 0;
}

.links1 li:first-child {
	margin:0;
}

.links2 {
	list-style:none;
	margin:0;
	padding:8px 0;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
}

.links2 li {
	zoom:1;
	vertical-align:bottom;
	margin:20px 0 0 0;
}

.links2 li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.links2 li:first-child {
	margin:0;
}

.links2 .rounded {
	float:left;
	margin:0 17px 0 0;
}

.links2 .rounded,
.links2 .rounded img {
	width:87px;
	height:87px;
}

.links2 .cell {
	height:87px;
	text-align:left;
}


/* events */
.links .cell2 {
	height:87px;
	text-align:left;
	font: normal 30px/60px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #585858;
}
/* events */

.links3 {
	list-style:none;
	margin:0;
	padding:5px 0;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}

.links3 li {
	zoom:1;
	vertical-align:bottom;
	margin:16px 0 0 0;
}

.links3 li:first-child {
	margin:0;
}

.content {
	zoom:1;
	position:relative;
	margin: 0 auto;
}

.content.tind {
	padding-top:45px;
}

.content:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.aside {
	float:right;
	width:280px;
	position:relative;
	z-index:10;
}

.mainContent {
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	padding-top: 10px;
}

.top-links {
	zoom:1;
	position:relative;
}

.top-links:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.rounded,
.rounded img {
	display:block;
	position:relative;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(js/PIE.htc);
}

.links {
	list-style:none;
	margin:0 0 0 -30px;
	position:relative;
	left:30px;
	padding:0;
	float:left;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
}

.links li {
	float:left;
	width:250px;
}

.links a {
	color:#000;
}

.links .rounded {
	float:left;
	margin:0 13px 0 0;
}

.links .rounded,
.links .rounded img {
	width:40px;
	height:40px;
}

.links .cell {
	text-align:left;
	height:40px;
}

.links a:hover span {
	text-decoration:underline;
	color:#06f;
}

.lang {
	float:right;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	color:#737373;
	padding:0 0 0 22px;
	position:relative;
	white-space:nowrap;
	margin:14px 0 0 31px;
	min-width:50px;
}

.lang img {
	position:absolute;
	top:0;
	left:0;
}

.socials {
	float:right;
	list-style:none;
	margin: 14px -4px 0 0;
	padding:0;
}

.socials li {
	float:left;
	margin:0 0 0 6px;
}

.socials li:first-child {
	margin:0;
}

.socials a {
	display:block;
	text-align:left;
	text-indent:-9999px;
	width:21px;
	height:21px;
	overflow:hidden;
	background:url(../img/socials.png) no-repeat;
}

.socials .tw {
	background-position:-29px 0;
}

.socials .fb {
	background-position:-56px 0;
	width:25px;
}

.socials .vk {
	background-position:-83px 0;
	width: 24px;
}

.socials .rss {
	background-position:-110px 0;
	width: 24px;
}

.socials .ma{
	background-position: -140px 0;
	width: 25px;
}

.socials .inst{
	background-position: 0px 0;
	width: 25px;
}

.place {
    margin: 10px 0 0 0;
}

.vline-c {
	position:absolute;
	top:137px;
	right: 0px;
	width: 15%;
	visibility: hidden;
    padding: 0 5%;
}

.vline-l {
	left:0;
}

.hline-t,
.hline-b {
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#dedede;
	overflow:hidden;
}

.hline-t {
	top:0;
}

.hline-b {
	bottom:0;
}

.mainContent .hline-t,
.mainContent .hline-b {
	left:-20px;
	right:-20px;
}

.corner-br {
	width:299px;
	height:29px;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	position:absolute;
	bottom:0;
	right:0;
}

.sort-hold {
	zoom:1;
	padding:20px 20px;
	line-height:16px;
}

.sort-hold:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.sort {
	list-style:none;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
}

.sort li {
	float:left;
	padding:0 3px;
}

.sort li:first-child {
	border:0;
}

.sort a,
.sort span {
	float:left;
	padding:0 4px;
	color:#585858;
}

.sort:first-child {
	margin-left:-15px;
}

.sort .active {
	color:#dde6ff;
	background:#06f;
}

.sections-nav {
	float:right;
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
	font:normal 100%/180% "vida_32_proregular", Arial, Helvetica, sans-serif;
	color:#585858;
}

.sections-nav-turned{
	font:normal 70%/180% "vida_32_proregular", Arial, Helvetica, sans-serif;
}

.widget_misc_1{
	margin-top: -50px;
}

.sections-nav li {
	float:left;
	margin:0 2% 0 0
}

.sections-nav li::after {
    content: "–";
    margin: 0 0 10px 10px;
}

.sections-nav li:last-child::after {
   content: "";
}

.sections-nav li:first-child {
	margin:0;
}

.sections-nav a {
	color:black;
}

.grey-block .sections-nav {
	margin:13px 0 0 0;
}

.grey-block .sections-nav li {
	margin:0 0 0 15px;
}

.grey-block .sections-nav a {
	color:#000;
}

.thirds,
.halves,
.fifths {
	margin:0 0 44px -20px;
	left:20px;
	position:relative;
	zoom:1;
}

/* events */
.thirds2 {
	margin:0 0 0 -20px;
	left:20px;
	position:relative;
	zoom:1;
}


.fifths {
	margin-bottom:40px;
}

.thirds:after,
.halves:after,
.fifths:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.third,
.third2,
.half,
.fifth {
	display:inline-block;
	vertical-align:top;
	margin:0 17px 0 0;
}

.third2 {
	width:580px;
}

.half {
	width:430px;
}

.fifth {
	width:160px;
}

.partners {
	border-left:0;
	padding:30px 0 0 0;
	font:normal 90%/120% Arial, Helvetica, sans-serif;
	color:#000;
	position: absolute;
    width: 137px;
    margin-bottom: 30px;
	display: none;
}

.partners:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.partners a {
	color:#000;
}

.partners header {
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0 20px 17px 0;
	border-bottom:1px solid #dedede;
}

.partners ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.partners ul li {
	zoom:1;
	vertical-align:bottom;
	margin:10px 0 0 0;
}

.partners ul li:first-child {
	margin:0;
}
.partners ul:last-child{
	margin-top: 10px;
}

.shad-t,
.shad-b {
	position:absolute;
	left:0;
	right:0;
	height:12px;
	overflow:hidden;
}

.shad-t {
	top:0;
	background:url(../img/shad-t.png) repeat-x;
}

.shad-b {
	bottom:0;
	background:url(../img/shad-b.png) repeat-x 0 100%;
}

.grey-block {
	margin:0 0 0 -10000px;
	left:5000px;
	padding:31px 5020px 32px 5020px;
	background:#F5F5F5;
}

.gallery {
	position:relative;
}

.gallery img {
	width:auto;
	height:auto;
	max-width:none;
}

.gallery .hold {
	position:relative;
	height:580px;
	overflow:hidden;
}

.gallery article {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background:#fff;
}

.gallery .nav {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:18px;
	right:17px;
}

.gallery .nav li {
	width:10px;
	height:10px;
	margin:0 0 6px 0;
	overflow:hidden;
	line-height:0;
	border:3px solid #fff;
	cursor:pointer;
	zoom:1;
	position:relative;
	vertical-align:bottom;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(js/PIE.htc);
	background:rgba(0, 0, 0, 0.4);
	-pie-background:rgba(0, 0, 0, 0.4);
}

.gallery .nav li.active {
	cursor:default;
	border-color:#06f;
}


.article1 .photo {
	zoom:1;
	position:relative;
	margin:0 0 13px 0;
}

.half .article1 .photo .hold {
	position:relative;
	zoom:1;
}

.half .article1 .photo {
	zoom:1;
	position:relative;
	margin:0 0 13px 0;
	height: 280px;
}


.article1 .photo .hold {
	position:relative;
	zoom:1;
	overflow:hidden;
}

#background-dark{
	background-color: black;
	height: 100%;
	width: 100%;
	z-index: 90;
	position: fixed;
	transition: all 0.75s ease;
}
.background-dark-hidden{
	visibility: hidden;
}
.background-dark-invisible{
	opacity: 0;
}
.background-dark-visible{
	opacity: 0.55;
}

.article1 .photo img {
	width:100%;
	height:auto;
}

.half .article1 .photo img {
	height:280px;
}


.article1 .photo1 {
	zoom:1;
	position:relative;
	margin:0 0 13px 0;
}

.article1 .photo1 .hold1 {
	position:relative;
	zoom:1;
	overflow:hidden;
	height:280px;
	box-sizing: border-box;
	border-bottom: solid 1px white;
}

.article1 .photo1 .img1 {
	max-width:100%;
}

.header-turned{
	font: bold 150%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 5% 6px 5%;
}

.article1 .text1 {
	font:normal 130%/130% Arial, Helvetica, sans-serif;
	margin:0 0 15px 5%;
}

.article1 .grad {
	background: linear-gradient(black, white);
    color: transparent;
    -webkit-background-clip: text;
}

.article1 .info-list {
	margin:5px 0 7px 0;
	padding: 0 5%;
}

.articles-hold1 {
	font-size:15px;
	line-height:19px;
	margin-bottom:29px;
}

.articles-hold1 .article1 .photo {
	margin-bottom:18px;
}

.articles-hold1 .article1 .photo .hold {
	height:280px;
}

.articles-hold1 .article1 .info-list {
	margin-top:12px;
}

.info {
	font: italic 88%/140% Georgia;
	padding: 0 5%;
	list-style: none;
	zoom: 1;
	color: #7f7f7f; 
	margin: 5px 0 -2px 0;
}

.info-turned{
    padding: 0!important;
}

.block2-turned .info-turned{
    padding: 0 5%!important;
}


.info li{
	display: inline;	
}

.info a {
	color:#585858;
}

.label-link {
	display:block;
	color:#fff;
	background:#06f;
	font:bold 100%/80% Arial, Helvetica, sans-serif;
	padding:6px 7%;
	white-space:nowrap;
	position:absolute;
	bottom:30px;
	left:-7px;
}

.label-link:hover {
	color:#fff;
}

.label-link em {
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:url(../img/label-corner_mob16.png) no-repeat 0 -20px;
	width:8px;
	height:8px;
}

.info-list{
	zoom:1;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	font:italic 88%/140% Georgia;
	color:#7f7f7f;
}

.block2-turned .info-list-turned{
	padding: 0 5%!important;
}

.info-list-turned{
	padding: 0!important;
}

.info-list:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.info-list a {
	color:#7f7f7f!important;
}

.info-list li {
	margin:0 10px 0 0;
}

.dashed-block .info-list li {
	margin:0 10px 20px 0;
}

.info-list li:first-child{
	margin-right: 5px;
}

.info-list .r {
	float:right;
	margin:0;
}

.info-list .bg-likes {
	padding:0 0 0 16px;
	background:url(../img/icon-like.png) no-repeat;
}

.info-list .bg-views {
	padding:0 0 0 16px;
	background:url(../img/icon-views.png) no-repeat 0 2px;
}

.info-list .bg-author {
	padding:3px 0 10px 18px;
	background:url(../img/icon-edit.png) no-repeat 0 0;
	margin-right: 5px;
}

a.bg-author {
	white-space: nowrap;
}

.dashed-block-none {
	margin:22px 5% 5% 5%;
	padding:8px;
	zoom:1;
}

.dashed-block-none:first-child {
	margin-top:0;
}

.block2 .dashed-in{
	padding: 0 20px;
}
.block2 .dashed-in .article1{
	padding: 20px 0 10px 0;
	border: 1px solid #dbdbdb;
}

.text-type1 {
	position:relative;
	zoom:1;
	margin:-80px 65px 0 -30px;
	font-size:18px;
	line-height:24px;
}

.text-type1 .bg {
	zoom:1;
	position:relative;
	background:#fff;
	padding:23px 27px 20px 27px;
	border:1px solid #dcdcdc;
}

.text-type1 .section-link {
	position:absolute;
	top:-26px;
	bottom:26px;
	right:-17px;
}

.text-type1 header {
	font:normal 48px/44px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 22px 0;
	color:#000;
}

.text-type1 .info {
	color:#a3a3a3;
	margin:19px 0 0 0;
}

.text-type1 .info-list {
	margin:6px 0 0 0;
}

.text-type1 .info-list,
.text-type1 .info-list a {
	color:#a3a3a3!important;
}

.section-link {
	position:absolute;
	text-align:center;
	min-width:88px;
	background:#000;
	color:#fff;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	padding:5px 10px;
}

.section-link a {
	color:#fff;
}

.article-big {
	position:relative;
	zoom:1;
	margin:0 0 44px -40px;
	left:20px;
}

.article-big img {
	width:100%;
	height:auto;
}

.block1 {
	zoom:1;
	position:relative;
	background:#fff;
	padding:25px 0 15px 0;
	background-color: #fbfbfb;
	behavior: url(js/PIE.htc);
    margin: 2% 0 6% 0;
}

.newsCont1 {
	overflow:auto;
	width:100%;  
}

.block_inc{
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}

.block2 {
	zoom:1;
	position:relative;
	background:#fff;
    margin: 2% 0 6% 0;
}

.block2 .block2-bg{
	background-color: #fbfbfb;
}

.block2-bg {
	margin:0;
	zoom:1;
	position:r elative;
	padding: 25px 0 15px 0;
}

.all {
	text-align:center;
	font:normal 110%/130% Georgia, "Times New Roman", Times, serif;
	color:#a3a3a3;
	margin-bottom: 10px;
}

.all a {
	color:#000000;
	font-weight:bold;
	font-size: 90%;
    margin-right: 45px;
    margin-top: 4px;
    display: block;
}

.all2 {
	font:normal 11px/16px "vida_32_probold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin:38px 0 0 0;
}

.all2 a {
	color:#335bff!important;
}

.title1 {
	font:normal 150%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	margin:-10px 0 15px 0;
}

.title2 {
	font:normal 22px/26px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:0 0 19px 0;
}

.title2 a{
	color: #000000;
}

.title2 a:hover{
	color: #06f;
}

.articles1 .title2{
	margin: 26px 30px 0 30px;
}

.date2 {
	margin:5px 0 0 0;
	padding:0;
	font:italic 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#7f7f7f;
	text-align:center;
}

.separ{
	margin: 5px 0;
}

.articles1 {
	color:#a3a3a3;
	margin-bottom: 15px;
}

.articles1 article.article_ns {
	padding: 0 10px 0 10px;
}


.articles1 .article_ns .title2 {
	margin: unset;
}

.articles1{
	display: flex;
}

.article_pr{
	font:normal 95%/120% Georgia, "Times New Roman", Times, serif;
}
.article_pr-turned{
	font:normal 90%/120% Georgia, "Times New Roman", Times, serif;
}

.article1 header {
	font:bold 200%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:20px 0 10px 0;
	color:#000;
    padding: 0 5%;
}

.widget_misc_2, .widget_misc_2 a{
	font: italic 100%/140% Georgia;
    clear: both;
	color: #6d6d6d;
}

.widget_misc_2 span{
	font: italic 100%/140% Georgia;
	color: #ababab;
}

@media (max-width: 2000px) {
	article.article_pr {
		margin-top: 0;
		padding-left: 10px;
	}
	.articles1 article {
		margin-right: 5%;
		padding-left: 5%;
		flex: 0 0 110px;
	}
	.article1 .photo.rounded .newsShortImg, .newsShortImg{
		width: 60%;
		margin: 0 0 15px 0;
	}
	.article_ns{
		display: inline-block;
		min-width: 15%;
	}
	article.article_ns.article_ns_newsshort{
		margin-right:5%;
		margin-left:2.5%;
	}
	.article_ns header{
		margin-bottom: 30px;
	    width: 150%;
	}
	.imageRoundCont{
		float: left;
		width: 100%;
	}
	.article_pr header{
	    width: 120%;
	}
	.article_ns_text{
		float:left; 
		font:normal 120%/120% Georgia, "Times New Roman", Times, serif;

	}
	.article_ns_text-turned{
		font:normal 120%/120% Georgia, "Times New Roman", Times, serif;
	    word-break: break-word;
	}
	.widget_misc_2{
		font-size: 100%;
		margin-top: 5px;
		display: inline-block;
	}
	.widget_misc_3{
		bottom: 0;
		font-size: 90%;
	}
	.widget_misc_3 a{
		color: #585858;
	}

	.dashed-block {
		zoom:1;
		display: inline-block;
		border-bottom: 1px solid #9d9d9d;
		border-top: 1px solid #9d9d9d;
		width: 100%;
	}
	.dashed-in {
		background:#fff;
		zoom:1;
		padding:0 5%;
	}
	.article1 .photo.rounded {
	    margin: 20px 0 0px 0;
	}
	.dashed-block .article1 header {
		font:bold 200%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:15px 0 10px 0;
		color:#000;
	    padding: 0!important;
	}
	.article1 .text1 {
		font:normal 130%/130% Arial, Helvetica, sans-serif;
		margin:0px 5% 15px 5%;
		clear: both;
	}
	.dashed-block .article1 .text1 {
		margin:0px 0 10px 0;
		font: normal 120%/120% Georgia, "Times New Roman", Times, serif;
	}
	.dashed-block .info {
		padding: 0;
	}
	.dashed-block .article1 .info-list {
		padding: 0;
	}
	.dashed-block .article1 .photo.rounded .newsShortImg{
		width: 15%;
	}
	.ext_l{
		background: no-repeat center url(//archi.ru/img/icon_external_link_big.png);
		display: inline;
	    padding: 0px 0 2px 15px;
	}
	.menu_act_str{
		position: absolute;
		font: normal 15px "vida_32_probold", Arial, Helvetica, sans-serif;
		color: #06f;
	    text-transform: uppercase;
		display: none;
	}
	.block_inc{
		border-left: 1px solid #9d9d9d;
		border-right: 1px solid #9d9d9d;
		margin: 0;
	}
	.block2-turned .dashed-in{
	    padding: 0;
	}
}

@media (max-width: 1024px) {
	.menu_act_str{
		position: absolute;
		font: normal 15px "vida_32_probold", Arial, Helvetica, sans-serif;
		color: #06f;
	    text-transform: uppercase;
	}
	.block_inc{
		border-left: 1px solid #9d9d9d;
		border-right: 1px solid #9d9d9d;
		margin: 0;
	}
}

@media (max-width: 730px) {
	article.article_pr {
		margin-top: 0;
		padding-left: 10px;
	}
	.articles1 article {
		margin-right: 5%;
		padding-left: 5%;
	}
	.article1 .photo.rounded .newsShortImg, .newsShortImg{
		width: 60%;
		margin: 0 0 15px 0;
	}
	.article_ns{
		display: inline-block;
		min-width: 15%;
	}
	article.article_ns.article_ns_newsshort{
		margin-right:5%;
		margin-left:2.5%;
	}
	.article_ns header{
		margin-bottom: 30px;
	}
	.imageRoundCont{
		float: left;
		width: 100%;
	}
	.article_ns_text{
		float:left; 
		font:normal 120%/120% Georgia, "Times New Roman", Times, serif;
	    /*word-break: break-word;*/
	}
	.article_ns_text-turned{
		font:normal 120%/120% Georgia, "Times New Roman", Times, serif;
	    word-break: break-word;
	}
	.widget_misc_2{
		margin-top: 5px;
		display: inline-block;
		font-size: 90%;
	}
	.widget_misc_3{
		bottom: 0;
		font-size: 90%;
	}
	.widget_misc_3 a{
		color: #585858;
	}
	.dashed-block {
		zoom:1;
		display: inline-block;
		border-bottom: 1px solid #9d9d9d;
		border-top: 1px solid #9d9d9d;
	}
	.dashed-in {
		background:#fff;
		zoom:1;
		padding:0 20px 0 20px;
	}
	.article1 .photo.rounded {
	    margin: 20px 0 0px 0;
	}
	.dashed-block .article1 header {
		font:bold 200%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:15px 0 10px 0;
		color:#000;
	}
	.article1 .text1 {
		font:normal 130%/130% Arial, Helvetica, sans-serif;
		margin:0px 5% 15px 5%;
		clear: both;
	}
	.dashed-block .article1 .text1 {
		margin:0px 0 10px 0;
		font: normal 120%/120% Georgia, "Times New Roman", Times, serif;
	}
	.dashed-block .info {
		padding: 0;
	}
	.dashed-block .article1 .info-list {
		padding: 0;
	}
	.dashed-block .article1 .photo.rounded .newsShortImg{
		width: 30%;
	}
	.ext_l{
		background: no-repeat center url(//archi.ru/img/icon_external_link_big.png);
		display: inline;
	    padding: 0px 0 2px 15px;
	}
	.menu_act_str{
		position: absolute;
		font: normal 15px "vida_32_probold", Arial, Helvetica, sans-serif;
		color: #06f;
	    text-transform: uppercase;
	}
	.block_inc{
		border-left: 1px solid #9d9d9d;
		border-right: 1px solid #9d9d9d;
		margin: 0;
	}
}

@media (max-width: 480px){
	article.article_pr{
		display: inline-block;
		max-width: 45%;
		min-width: 45%;
		margin-right: 5%;
		position: relative;
		margin-left: 0;
		margin-top: 0;
		padding-left: 10px;
	}
	.articles1 article {
		margin:0;
		min-width: 41%;
		max-width: 41%;
		padding-left: 5%;
	}
	.article1 .photo.rounded .newsShortImg, .newsShortImg{
		width: 60%;
		margin: 0 0 15px 0;
	}
	.dashed-block .article1 .photo.rounded .newsShortImg{
		width: 30%;
		margin: 0 0 15px 0;
	}
	.article_ns{
		display: inline-block;
		max-width: 45%;
		min-width: 45%;
	}
	article.article_ns.article_ns_newsshort{
		margin-right:0;
		position: relative;
	}
	.article_ns header{
		margin-bottom: 30px;
		width: 100%;
	}
	.imageRoundCont{
		float: left;
	}
	.article_pr header{
	    width: 90%;
	}
	.article_ns_text{
		float:left; 
		font:normal 95%/120% Georgia, "Times New Roman", Times, serif;
	}
	.article_ns_text-turned{
		font:normal 90%/120% Georgia, "Times New Roman", Times, serif;
	}
	.widget_misc_2{
		margin-top: 5px;
		display: inline-block;
	}
	.widget_misc_3{
		bottom: 0;
	}
	.widget_misc_3 a{
		color: #585858;
	}
	.dashed-block {
		zoom:1;
		display: inline-block;
		border-bottom: 1px solid #9d9d9d;
		border-top: 1px solid #9d9d9d;
	}
	.dashed-in {
		background:#fff;
		zoom:1;
		padding:0 20px 0 20px;
	}
	.article1 .photo.rounded {
	    margin: 20px 0 0px 0;
	}
	.dashed-block .article1 header {
		font:bold 200%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin:15px 0 10px 0;
		color:#000;
		padding: 0;
		display: flow-root;
	}
	.article1 .text1 {
		font:normal 130%/130% Arial, Helvetica, sans-serif;
		margin:0px 5% 15px 5%;
		clear: both;
	}
	.dashed-block .article1 .text1 {
		margin:0px 0 10px 0;
		font: normal 120%/120% Georgia, "Times New Roman", Times, serif;
	}
	.dashed-block .info {
		padding: 0;
	}
	.dashed-block .article1 .info-list {
		padding: 0;
	}
	.ext_l{
		background: no-repeat center url(//archi.ru/img/icon_external_link.png);
		display: inline;
	    padding: 0px 0 2px 15px;
	}
	.menu_act_str{
		position: absolute;
		font: normal 15px "vida_32_probold", Arial, Helvetica, sans-serif;
		color: #06f;
	    text-transform: uppercase;
	}
	.block_inc{
		margin: 0;
	}
}

.article_pr #text{
	position: absolute;
	bottom: 0;
}


.articleDigest{
	font:normal 120%/120% Georgia, "Times New Roman", Times, serif;
    padding: 0 5%;
}

.articleDigest-turned{
	font: normal 115%/110% Georgia, "Times New Roman", Times, serif;
	padding: 0!important;
}

.newsShortDate{
	zoom:1;
	list-style:none;
	margin:-25px 0 0 0;
	padding:0;
	font:italic 88%/140% Georgia, "Times New Roman", Times, serif;
	color:#a9a9a9;
}

/*
#widgetPressBot{
	padding-top: 5px;
}
*/


.text-type2 {
	position:absolute;
	top:50%;
	left:50%;
	width:450px;
	margin:-164px 0 0 -225px;
	font-size:16px;
	line-height:20px;
}

.text-type2 .section-link {
	top:-26px;
	bottom:26px;
	left:-19px;
}

.text-type2 .bg {
	background:#fff;
	padding:23px 39px;
	text-align:center;
	position:relative;
	zoom:1;
}

.text-type2 header {
	font:normal 36px/37px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 26px 0;
	margin:0 0 23px 0;
	background:url(../img/sq-bg.png) no-repeat 50% 100%;
}

.text-type2 .info-list {
	margin:23px 0 0 0;
}

.text-type4 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}


.text-type4 header {
	font: normal 46px/49px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.article-big .halves header.half {
	padding-left: 25px;
	padding-top: 0;
	width: 438px!important;
}

.article-big .photo .section-link {
	bottom: 15px;
	left: -10px;
	padding-bottom: 300px;
}

.photo {
	zoom: 1;
	position: relative;
}

.article-big .halves, .article-big.halves {
	text-align: left;
}


.article-big .halves .half:first-child, .article-big.halves .half:first-child {
	width: 473px;
}

.label-link.black-bg {
	background-color: #000;
}


.text-type5 {
	font-size: 18px;
	line-height: 24px;
	margin: 22px 0 0 0;
	padding: 0 19px;
}


.text-type5 header {
	font: normal 48px/44px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	zoom: 1;
	position: relative;
	margin: 0 0 17px 0;
}

.gallery2 {
	zoom:1;
	position:relative;
	margin:0 0 0 -20px;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

.gallery2 .bg {
	border:1px solid #b5b5b5;
	background:#fff;
	padding:9px 7px 0 7px;
	zoom:1;
	position:relative;
	z-index:10;
}

.gallery2 .bg.place1,
.gallery2 .bg.place2 {
	z-index:5;
	position:absolute;
	padding:0;
	width:100%;
	height:100%;
}

.gallery2 .bg.place1 {
	top:6px;
	left:6px;
}

.gallery2 .bg.place2 {
	top:2px;
	left:2px;
}

.gallery2 h4 {
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	margin:0 0 9px 0;
}

.gallery2 h4 a {
	color:#000;
}

.gallery2 .hold {
	height:370px;
	position:relative;
	overflow:hidden;
}

.gallery2 .hold ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:9999px;
}

.gallery2 .hold ul li {
	float:left;
	width:258px;
	padding:0 13px;
}

.gallery2 .photo {
	height:224px;
	overflow:hidden;
	margin:0 0 13px -26px;
	left:13px;
	position:relative;
}

.gallery2 .photo img {
	height:auto;
	max-width:none;
}

.gallery2 header {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 7px 0;
	word-wrap: break-word;
	width: 270px;
}

.gallery2 .prev,
.gallery2 .next {
	cursor:pointer;
	position:absolute;
	top:122px;
	background:url(../img/slider-arrs.png) no-repeat;
	height:42px;
	width:20px;
	z-index:20;
}

.gallery2 .next {
	background-position:-47px 0;
	margin-left:264px;
}

.gallery2 .hold .misc1 {
	word-wrap: break-word;
	width: 270px;
}

.dark-block {
	padding:15px 22px 10020px 18px;
	zoom:1;
	background:#8c8d99;
	position:relative;
	margin:-10000px 0 0 0;
	top:10000px;
}

.dark-block a {
	color:#fff;
}

.dark-block .title1 {
	margin:0 0 16px 0;
}

.dark-block .title1,
.dark-block .title1 a {
	color:#c3c4cd;
}

.articles2 {
	font:bold 13px/17px Arial, Helvetica, sans-serif;
}

.articles2 .info {
	margin:6px 0 0 0;
	font:italic 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#d8d8d8;
}

.articles2 .info a {
	color:#d8d8d8;
}

.articles2 article {
	margin:0 0 16px 0;
	zoom:1;
}

.articles2 article:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.articles2 .photo {
	float:right;
	margin:2px 0 0 10px;
	width:59px;
	overflow:hidden;
}

.articles3 {
	zoom:1;
	position:relative;
	margin:-20px 0 0 -20px;
	top:20px;
	left:20px;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#000;
}

.articles3 a {
	color:#000;
}

.articles3 article {
	display:inline-block;
	margin:0 16px 20px 0;
	width:180px;
	vertical-align:top;
}

.articles3 .photo {
	height:180px;
	position:relative;
	overflow:hidden;
	margin:0 0 14px 0;
}

.articles3 img {
	max-width:none;
}

.articles3 .info {
	font:italic 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#7e7e7e;
	margin:10px 0 0 0;
}

.articles3 .info a {
	color:#7e7e7e;
}

.articles3 .info-list {
	margin:4px 0 0 0;
}

.partners2 {
	zoom:1;
	border-right:1px solid #c2c2c2;
	margin:-22px 0 0 0;
	padding:0 0 18px 0;
}

.partners2 header {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#8f8f8f;
	padding:14px 0 11px 0;
	border-bottom:1px solid #c2c2c2;
}

.partners2 ul {
	list-style:none;
	margin:9px 0 0 0;
	padding:0;
}

.partners2 ul li {
	display:inline-block;
	vertical-align:middle;
	margin:19px 25px 0 0;
}

.articles-hold2 {
	font-size:16px;
	line-height:20px;
}

.articles-hold2 .article1 .photo img {
	max-width:none;
	width:auto;
}

.articles-hold2 .article1 .photo img.img31 {
	max-width:280px;
	width:auto;
}

.articles-hold2 .article1 .photo .hold {
	height:280px;
	box-sizing: border-box;
	border-bottom: solid 1px white;
}

.articles-hold2 .article1 header {
	margin-bottom:9px;
}

.articles-hold2 .article1 .info-list {
	margin:22px 0 0 0;
}

.articles-hold2 .article1 .photo.rounded,
.articles-hold2 .article1 .photo.rounded img {
	width:111px;
	height:111px;
}



.articles-hold2 .article1 .photo.rounded2,
.articles-hold2 .article1 .photo.rounded2 img{
	width:135px;
	height:135px;
}

.article1 .photo.rounded2,
.article1 .photo.rounded2 img {
	width:103px;
	height:103px;
}

.article1 .photo.rounded2 {
	margin:0 0 30px 0;
}

.article1 .photo.margin1 {
	margin:0 0 30px 5%!important;
}

.articles-hold2 .article1 .photo.rounded2 {
	margin-bottom:13px;
}

.rounded2,
.rounded2 img {
	display:block;
	position:relative;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(js/PIE.htc);
}


.articles-hold2 .article1 .photo.rounded {
	margin-bottom:13px;
}

.articles-hold2 .dashed-in {
	padding-top:15px;
	padding-bottom:19px;
}

.articles-hold2 .dashed-in .info-list {
	margin:8px 0 0 0;
}

.article2 {
	zoom:1;
	position:relative;
	padding:18px 21px 82px 21px;
	font:normal 27px/28px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.article2 a, .article2 span{
	line-height:130%;
}


.article2 .label-link {
	bottom:46px;
}

.article2 .info-list {
	bottom:18px;
	left:21px;
	margin:0;
	position:absolute;
	right:21px;
}

.bg-white {
	background:#fff;
	color:#000;
	border: 1px solid grey;
}

.bg-black {
	background:#000;
	color:#fff;
}

.bg-blue {
	background:#06f;
	color:#fff;
}

.bg-blue a {
	color:#fff;
}

.bg-blue .label-link {
	color:#000;
	background:#f0f0f0;
    font: bold 50% Arial, Helvetica, sans-serif;
}

.bg-blue .label-link em {
	background-position:0 0;
}

.bg-blue .info-list,
.bg-blue .info-list a {
	color:#80b3ff!important;
    font-size: 50%;
}

.bg-blue .info-list .bg-likes {
	background-image:url(../img/icon-like-on-blue.png);
}

.bg-blue .info-list .bg-views {
	background-image:url(../img/icon-views-on-blue.png);
}

.articles4 {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#000;
}

.articles4 a {
	color:#000;
}

.articles4 .info {
	font-size:11px;
	line-height:14px;
	margin:0 0 5px 0;
	color:#b8b8b8;
}

.articles4 .info a {
	color:#b8b8b8;
}

.articles4 .photo {
	float:left;
	overflow:hidden;
	width:83px;
	height:83px;
	margin:3px 20px 0 0;
}

.articles4 .photo img {
	width:auto;
	height:auto;
	max-width:none;
}

.articles4 article {
	zoom:1;
	margin:0 0 17px 0;
	height: 110px;
}

.articles4 article:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.articles4 header {
	font-size:18px;
	line-height:22px;
	text-align:center;
	margin:0 0 28px 0;
}

.pagination {
	margin:70px 0 70px 0;
	text-align:center;
	font:normal 170% "vida_32_probold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
}

.pagination a,
.pagination span,
.pagination strong {
	color:#000;
	margin:0 12px;
	font-weight:normal;
}

.pagination strong {
	color:#06f;
}

.footer {
	min-height:0;
	font:normal 100%/140% Arial, Helvetica, sans-serif;
	color:#696969;
	position:relative;
	zoom:1;
	background:#f9f9f9 url(../img/footer-bg.png) repeat-x;
	overflow:visible;
}

.footer .container {
	padding:33px 0;
	width:100%;
}

.footer .container:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.footer .r {
	line-height: 30px;
	float: left;
	margin: 10px 0 0 0;
}

.footer .r2 {
	float:left;
    margin: 5px 0 -20px 20px;
}

.footer .ind {
	margin:37px 0 30px 0;
	padding: 0 20px;
    clear: left;
}

.footer .small {
	font-size:10px;
	line-height:14px;
	margin:20px 0 0 0;
	color:#999;
}

.footer .small a {
	color:#999;
}

.start-date {
	position:absolute;
	background:url(../img/date-hold.png) no-repeat;
	width:142px;
	height:58px;
	text-align:center;
	top:-24px;
	left:50%;
	margin:0 0 0 -71px;
	font:normal 18px/46px "vida_21_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ddd;
	z-index:10;
}

.bmenu {
	float:left;
	padding: 0 20px;
}

.bmenu section {
	float:left;
	width:fit-content;
	margin:10px 0 0 57px;
}

.bmenu section:first-child {
	margin: 10px 0 20px 0;
	width: fit-content;
}

.bmenu ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:9px 0 0 0;
}

.bmenu ul li {
	zoom:1;
	vertical-align:bottom;
	margin:2px 0 0 0;
}

.bmenu ul li:first-child {
	margin:0;
}

.bmenu a {
	color:#696969;
}

.socials2,
.counters {
	float:left;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	display: inline-block;
}

.socials2 {
	margin-top:2px;
}

.socials2 li,
.counters li {
	float:left;
	margin:0 12px 0 0;
}

.socials2 a {
	display:block;
	text-align:left;
	text-indent:-9999px;
	background:url(../img/socials2.png) no-repeat;
	height:29px;
	width:29px;
}

.socials2 .fb {
	background-position:0 0;
}

.socials2 .vk {
	background-position:-41px 0;
}

.socials2 .rss {
	background-position:-82px 0;
}

.socials2 .twit {
	background-position:-124px 0;
}

.socials2 .inst {
	background-position:-167px 0;
}

.articles5 {
	margin:14px 0 0 0;
	padding:29px 20px 0 0;
	border-top:1px solid #c0c0c0;
	text-align:center;
	font-family:12px;
	line-height:16px;
	color:#8f8f8f;
}

.articles5 article {
	margin:0 0 26px 0;
}

.articles5 header {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	margin:0 0 6px 0;
}

.articles5 a {
	color:#000;
}

.hidden {
	position:relative;
	overflow:hidden;
	zoom:1;
}


.big-date {
	font:normal 36px/37px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:20px 0 10px 20px;
	color:#000;
	zoom:1;
	position:relative;
}

.big-date:first-child {
	margin-top:-10px;
}


.label-link.top-label {
	bottom: auto;
	top: 15px;
}

.cover-title {
	position: absolute;
	top: 23px;
	left: 19px;
	right: 19px;
	padding: 0 0 0 14px;
	z-index: 20;
	font: normal 37px/40px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

.cover-title.type3 {
	top: auto;
	bottom: 17px;
	font-size: 48px;
	line-height: 54px;
	left:0;
	padding-left:0;
}

.cover-title.type3 a:hover span{
	text-decoration:none;
}

.cover-title.type3 span {
	left: 0;
	background: none;
}

.cover-title span {
	position: relative;
	background: #fff;
}

.cover-title.type3 span span span {
	padding:9px 20px;
	display:inline-block;
	background:url(../img/white86.png);
}

.text-type1.nobg {
	margin: 21px 0 0 0;
	top: 0;
	left: 0;
	border: 0;
}

.text-type1.nobg .bg {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

a.compT:hover .compTImg{
	opacity: 1.0; 
	filter: alpha(opacity=100);
}

.grey-block h2 a{
	color: #585858;
}


/* techno articles: start */
.techno_block {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0 0 21px 0;
	padding: 18px 12px 13px 14px;
	zoom: 1;
	overflow: hidden;
	background: #F5F5F5;
	color: #fff;
	position: relative;
	width: 275px;
}

.techno_block h3 {
	color: #000;
	font-weight: normal;
	line-height: 1.37;
	font-size: 15px;
	margin: 0 0 12px 0;
}

.techno_articles_set {
	zoom: 1;
	overflow: hidden;
	margin: -12px 0 0 0;
	position: relative;
	top: 12px;
}

.techno_article {
	zoom: 1;
	overflow: hidden;
	font-size: 11px;
	color: #848484;
	line-height: 1.36;
	margin: 0 0 18px 0;
}

.techno_block a {
	color: #000000;
	text-decoration: underline;
	outline: none;
}

.techno_block a:hover {
	color: #fff;
}

.techno_article .techno_photo {
	float: left;
	margin: 0 12px 0 0;
}

.techno_block h4 {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #0080ff;
}

.techno_article .techno_digest {
	color: #000000;
}

/* techno articles: end */


.orphus{
	margin: 0 0 20px -5px;
	text-align: left; 
	width: 160px;
}

.orphus img{
	float:left; 
	margin:0 5px;
}

.orphus b{
	display: block;
}

.cp{
	margin:10px 0 0 0; 
	display: block; 
	font-size: 0.9em;
}

.border_line{
	height: 1px;
    margin: 55px 0 20px -22px;
    background-color: #dedede;
    width: 322px;
}

.contacts_sl{
    width: 300px;
    font: normal 13px/13px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: right;
}

.contacts_sl a{
	font-weight: 600;
    color: #000000;
}

.mobile{
	display: block;
	margin: 0 0 25px 0;
}

.mobile .article1 .photo .hold{
    overflow: visible;
}

#tp-main-img{
	color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
}

.tp-bg-img{
	height: 100%;
	z-index: -2;
	position: absolute;
}

.tp-bg-dark{
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.45;
	z-index: -1;
	position: absolute;
}

.tp-relations{
	width: 90%;
    padding: 20px 5% 20px 5%;
    border: 1px solid #dadada;
    font-family: 'vida_32_proregular';
}

#tp-main-img h2 {
	font-family: 'vida_32_probold';
	font-size: 240%;
	line-height: 110%;
    padding: 0 5%;
    width: 90%;
    color: white;
    text-align: center;
}

#tp-main-img h3 {
    text-align: center;
    font-family: 'vida_32_proregular';
	font-size: 125%;
	line-height: 130%;
    font-weight: normal;
    margin-bottom: 35px;
    margin-top: 0px;
	padding: 0 5%;
}

.tp-authors{
	width: 100%;
	text-align: center;
}

.tp-authors a{
	font: 110%/100% italic Georgia;
	color: white;
}

.tp-inform{
	margin-top: 10px;
    justify-content: space-between;
	align-items: center;
	display: flex;
    width: 95%;
    position: absolute;
    bottom: 20px;
}

.tp-inform > div {
    display: inline-block;
    font-size: 14px;
}

.tp-inform .pub-date {
    padding-left: 20px;
    font-family: 'vida_32_probold';
    font-size: 70%;
}

.social-network .soc a {
    padding: 0 0 0 6px;
    display: inline-flex;
}

.tp-inform .soc a i {
    margin: 0;
    height: 17px;
    padding-top: 4px;
}

.tp-inform a {
    position: relative;
    color: white;
    font-family: 'vida_32_probold';
    font-size: 70%;
}

.social-network .soc.news span {
    font-size: 100%;
    display: inline-block;
    color: black;
    padding: 2px 8px 0 8px;
    margin-left: 8px;
    background-color: white;
}

.social-network{
	transform: scale(0.75);
}

.soc{
	white-space: nowrap;
}

.type-theme a{
	margin: 0 15px;
	display: block;
}

.container .no-border{
	border-bottom: none;
}

.tp-relations .wrap{
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.wrap .cont{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.arch-mast{
	margin-right: 40px;
}

.tp-relations a {
    color: #585858;
	text-decoration: underline;
	font-size: 80%;
}

.arch{
	margin: 0 0 10px 0;
}

.arch a{
	display: inline-block;
}

.tp-relations img {
    margin-right: 5px;
    border-radius: 1000px;
    position: relative;
    top: -8px; 
    height: auto;
    max-height: 37px;
}
.main-text{
	width: calc(100% - 50px);
	padding: 0 25px;
	font-size: 110%;
	line-height: 130%;
	color: black;
	margin-top: 15px;
	margin-bottom: 25px;
}
.main-text h6{
	font-size: 150%;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: "vida_32_probold";
}
.main-text a{
	color: black;
	border-bottom: 3px solid #0080ff;
}
figure.zoom{
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.img-zoom{
	width: 100%;
	padding: 0;
	height: 100%;
}
.zoom .img-zoom img{
	width: 100%;
	height: auto;
}
.img-zoom img{
	height: 200px;
}
.zoom figcaption{
	padding: 10px 25px 15px 25px;
}
.zoom h5{
	font: 90%/120% bold Arial;
	margin-bottom: 10px;
	margin-top: 5px;
}
.zoom h6{
	font: 80%/100% italic Georgia;
	color: #959595;
	margin-bottom: 0;
}
.slider{
	width: calc(100% + 50px);
	margin-left: -27px;
	padding: 0;
	height: fit-content;
	margin-bottom: 20px;
	margin-top: 30px;
}
.slider-cont{
	display: flex;
	width: 100%;
	overflow: auto;
	height: 100%;
}
.slider-block{
	height: 100%;
	margin: 0 2px 0 2px;
	list-style: none;
}
.slider-caption{
	padding: 10px 10px 10px 25px;
}
.slider-caption h5{
	font: 80%/120% bold Arial;
	margin-bottom: 10px;
	margin-top: 5px;
}
.slider-caption h6{
	font: 80%/100% italic Georgia;
	color: #959595;
	margin-bottom: 0;
}
.fancybox-caption{
	border-top: none !important;
	font-size: 100% !important;
	padding: 10px 0 !important;
}
.fancybox-caption h6{
	font-size: 100% !important;
	margin: 10px 0;
}
.slider-related{
	width: calc(100% + 50px);
	margin-left: -25px;
	display: flex;
	overflow: auto;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.slider-related .slider-cont{
	padding: 25px 0 25px 25px;
}
.related-project, .related-file{
	margin-right: 20px;
	height: fit-content;
	padding-right: 20px;
	min-width: 120px;
}
.related-project h5{
	margin-top: 0;
	color: #959595;
	font: 80%/120% Arial;
}
.related-file h5{
	margin-top: 0;
}
.related-arch-WS{
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(9, auto);
    height: fit-content;
    padding: 0px 25px 0 0;
    grid-gap: 3px 30px;
}
.related-arch-WS p{
	color: #959595;
	font: 80%/120% Arial;
}
.related-arch, .related-WS{
	white-space: nowrap;
	width: fit-content;
	align-self: auto;
	font: 80%/120% Arial;
}
.related-project img{
	max-width: 100%;
}
.related-project a{
	font: 80%/120% "vida_32_proregular";
	border: none;
}
.related-arch h5, .related-WS h5{
	color: #959595;
	font-size: 80%;
}
.spec{
	font: 80%/120% "vida_32_proregular";
}
.TP-ending{
	padding: 0 25px;
	margin: 20px 0;
}
.TP-ending .social-network{
	white-space: nowrap;
    transform: scale(1);
    display: flex;
    align-items: center;
}
.socials-and-author{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.test-fb{
	background-color: blue;
	display: inline-block;
	color: white;
	border-radius: 1px;
	margin: 0 5px;
	padding: 5px;
	font: 70%/130% "vida_32_probold";
}
.test-vk{
	border-radius: 1px;
	background-color: #5b88bd;
	display: inline-block;
	color: white;
	margin: 0 5px;
	padding: 5px;
	font: 70%/130% "vida_32_probold";
}
.test-fb p, .test-fb span, .test-vk p, .test-vk span{
	display: inline-block;
	padding: 0;
	margin: 0 3px;
}
.author-end{
	text-align: center;
	
}
.author-end span{
	color: #959595;
	font: 70%/120% Georgia;
}
.author-end a{
	font:italic 80%/120% Georgia;
	color: black;
}
.author-end a{
	display: block;
}
.slide-wrap{
	margin-top: 40px;
}
.slide-wrap .btn-left {
    top: -25px;
    z-index: 1;
    right: 50px;
    position: absolute;
    display: block;
    width: 25px;
    border: none;
    color: #06f;
    background-color: #FFFFFF;
    cursor: pointer;
}
.slide-wrap .btn-left img{
	width: 25px;
}
.slide-wrap .btn-right {
    top: -25px;
    z-index: 1;
    right: 15px;
    color: #06f;
    position: absolute;
    display: block;
	border: none;
	width: 25px;
    margin: 0 0 0 10px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.slide-wrap .btn-right img{
	width: 25px;
}
.slide-wrap .third{
	margin-right: 25px;
}
h3.spec {
    padding-left: 20px;
    font-family: "vida_32_probold";
    font-size: 120%;
    color: black;
	margin-bottom: 0;
	position: relative;
	top: 39px;
}
.TP-ending .slick-list{
	padding-left: 8px;
}
.slick-track .third .article1 .photo .label-link{
	bottom: 20px;
	padding-right: 20px !important;
	padding-left: 20px !important;
	font: bold 80%/80% Arial, Helvetica, sans-serif;
}
.slick-track .third .article1 header{
	font: bold 150%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
}

.btn_scr_r{
    height: 17px;
    margin-right:6%;
	float: right;
    margin-top: 5px;
}

.btn_scr_l{
    margin-top: 3px;
    height: 17px;
	float: left;
    margin-left: 5%;
}

div[id*='adriver_banner'] img{
    max-width: 150px;
}

div[id*='adriver_banner']{
	height: unset!important;
    margin: 5px 0;
    padding: 20px;
    width: unset!important;
	display: none;
}

div[id*='adriver_banner']:nth-child(even) {
    padding: 20px 20px 20px 0;
}

.banner_container::before {
    content: "реклама";
    font-style: italic;
    color: #a4a4a4;
    margin: -3px 0 0 19px;
    position: absolute;
    font-size: 11px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}

.adv_o{
	font-style: italic;
    color: #a4a4a4!important;
    margin: 0 0 -3px 19px;
    font-size: 11px;
    position: absolute;
    border-bottom: none!important;
    bottom: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}


.lazyload
{
	opacity: 0;
}
.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7 url('../img/loading.gif') no-repeat center;
}


.tm{
	line-height: 160%;
	display: block;
	margin: 20px 0 0 0;
}

.tm2{
	line-height: 160%;
	display: block;
	margin: 0;
}

.sv{
	margin: 8px 0 0 0;
    font-family: arial;
    text-decoration: underline;
    position: absolute;
    text-align: right;
    right: calc(2% + 24px);
    z-index: 89;
}

.sv a {
	color: gray;
	font-size: 90%;
}

.mb0{
	margin-bottom: 0!important;
}

.of{
	overflow: hidden;
}

.dashed-in-turned{
	border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
}

.ext_l::before {
    content: " ";
    display: inline-block;
}

.db{
	display: block!important;
}

.flt1{
	margin:-27px 0 0 5%
}

.flt1 div:nth-child(1){
	font-weight:normal;
	font: 90%/100% Arial;
	text-transform: lowercase;
	margin: -4px 0 10px 0;
	color: gray;
}

.flt2{
    color: #06f;
    padding-left: 0px;
    margin: 0 0 15px 0;
    font: normal 180%/130% "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sk1{
	margin:30px 0; 
	text-align:center;
}

.sk1 img{
	max-width: 80px;
}

.banner_container {
    border: 1px solid #b2b2b2;
    display: flex;
    margin: 0 0 30px 0;
    position: relative;
    max-width: fit-content;
}

.banner_topline{
	width:100%; 
	margin:0 auto; 
	text-align:center;
	height: unset!important;
	display: unset!important;
	padding: unset!important;
}

.banner_topline img{
	max-width: 100%!important;
}

.clear_b{
	clear:both;
}

.theme-news .article1{
    background-color: #fff;
    padding: 22px 20px 22px 20px;
    margin: 10px 20px 22px 20px;
}

.theme-news {
    padding: 20px 0 1px 0;
    background-repeat: no-repeat;
}

.theme-news .theme-news-header{
	color: #000;
    font: 135%/110% "vida_32_probold", "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0;
    line-height: 130%;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.7);
    width: 89%;
    margin: 25px auto 20px auto;
}

.theme-news-orgs {
    margin: 0 auto;
    width: 250px;
}

.theme-news .frm_l {
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid gray;
    margin: 0 auto 10% auto;
}

.theme-news-orgs img {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: auto;
}

.theme-news .label-link {
    color: #fff;
    background: #06f;
    font: bold 80%/80% Arial, Helvetica, sans-serif;
    padding: 7px 35px 7px 20px;
    margin: 5px 0;
    display: block;
    width: fit-content;
    position: inherit;
}

.theme-news .article1 .articleDigest, .theme-news .article1 header{
    padding: 0;
}

#pagemain_z0_s10 div{
	width: 100%!important;
}


/* Telegram Widget */

.tw_con{
   background-color: rgb(94, 182, 243); 
   width: 160px; 
   height: 30px; 
   border-top-left-radius: 35px; 
   border-bottom-left-radius: 35px; 
   position: fixed; 
   border: 5px solid rgb(255, 255, 255); 
   display: grid; 
   grid-template-columns: 10% 78% 12%; 
   padding: 5px 0px; 
   z-index: 100; 
   top: 92%; 
   right: -300px;
}

.tw_con div:nth-child(1){
   padding-left: 11px;
}

.tw_con div:nth-child(1) img{
   width: 30px;
   margin-top: -2px;
}

.tw_con div:nth-child(2){
   font-size: 8px;
   font-family: sans-serif;
   text-align: right;
   padding: 3px 12px;
   line-height: 11px;
}

.tw_con div:nth-child(2) a{
   color: #000;
}

.tw_con div:nth-child(3){
   color: #fff;
   font-family: sans-serif;
   padding: 5px 0 0 0;
}

.tw_close{
   color: #fff;
   font-size: 11px;
}

/* Telegram Widget */


#cookie-banner{
      position: fixed;
      bottom: 0px;
      background: #fff;
      padding: 15px;
      text-align: left;
      z-index: 100;
      border: 1px solid #cbcbcb;
      font: normal 12px / 16px "vida_32_proregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
      display: none;
      align-items: center; 
      justify-content: center; 
      gap: 10px;
}

#cookie-banner button{
      border-radius: 10px;
      border: 1px solid grey;
      padding: 10px;
      font-size: 16px;
      white-space: nowrap;
}

.rec3 a.label-link {
    background-color: #9849ff;
}

.div-interior .flt2{
    color: #9849ff;
}

.rec3 a:hover {
    color: #9849ff;
}
