.page h1:last-child,
.page h2:last-child,
.page h3:last-child,
.page p:last-child,
.page ol:last-child,
.page ul:last-child,
.page table:last-child,
.page .form_row:last-child {
	margin-bottom:0 !important;
}

/* helpers */
.cf:after,
.container:after,
.row:after,
.form_row:after,
p:after {
	content: '';
	display:block;
	clear:both;
	font-size: 0;
	line-height: 0;
}


p:empty {
	display: none;
}

.clr {
	clear: both;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.hidden {
	display: none;
}

.invisible {
	opacity: 0;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.gm-style img {
	max-width: none;
}


/* icons */
.icon {
	display: inline-block;
	width: 40px;
	height: 40px;

	overflow: hidden;
	vertical-align: top;
}

.icon svg {
	height: 100%;
	width:100%;

	background: inherit;
	fill: inherit;
	vertical-align: top;
}

.icon_t_arr {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}

.icon_b_arr {}

.icon_l_arr {
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}

/* page */
.page {
	position: relative;
	min-height: 100%;

	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
}

.back__white {
	background-color: #fff;
}

.row {
	margin: 0 -15px;
}

.col {
	padding: 0 15px;
}

.animate {
	visibility: hidden;
}

.animated {
	-webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	animation-duration: 1000ms;
}

.parallax {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);}

.invisible/*, .not_animated*/ {
	visibility: hidden;
}

.btn {display: inline-block; vertical-align: top; background: #fff; color: #989999; text-transform: uppercase; font-size: 10px; line-height: 14px; font-weight: 600; box-shadow: 0 2px 6px rgba(0,0,0,0.3); border: 2px solid #fff; border-bottom-color: #f5f5f5; padding: 6px 30px 8px; border-radius: 35px; }

.btn_border {font-size: 10px; display: inline-block; vertical-align: top; line-height: 12px; padding: 8px 20px; border:2px solid #d7d7d7; text-decoration: none; text-transform: uppercase; color: #989999; font-weight: 600; border-radius: 30px;}

.btn.disabled {
	opacity: 0.5;
}

.form_row {
	margin-bottom: 15px;
}

.header {background: #232323; padding-top: 1px; min-height: 49px;}

.header .container {
	position: relative;
}

.header .fixed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.header .fixed.sticky {
	position: fixed;
}

.header .fixed .container {
	padding: 0;
}

.header .fixed .wrapper {
	position: relative;
	padding-right: 60px;

	background: #fff;
	border-bottom: 2px solid #c2c2c2;
	z-index: 20;
}

.header .logo {
	padding: 4px 0;

	text-transform: uppercase;
	font-size: 0;
	text-align: center;

	overflow: hidden;
}

.header .logo a {
	display: inline-block;
	font: 13px/13px 'Days', sans-serif;
	vertical-align: top;
}

.header .logo-en a {
	display: inline-block;
	font: 18px/18px 'Days', sans-serif;
	vertical-align: top;
}

.header .logo a:after {
	content: '';
	display: block;
	clear: both;

	font-size: 0;
	line-height: 0;
}

.header .logo img {
	float: left;

	width: 40px;
	height: 40px;
}

.header .logo span {
	float: left;
	padding: 7px 0 7px 20px;

	text-align: left;
}

.header .logo-en span {
	padding: 12px 0 7px 20px;
}

.header .lang {float: right; font:13px/30px 'Days', sans-serif; text-transform: uppercase; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0;}

.header .lang a {display: block; padding: 9px 20px;}

.header .lang a:hover {text-decoration: none; background: #f0f0f0;}

.header .mouse {display: none; text-align: center; color: #5f5f5f; font:300 10px/12px 'Exo 2', sans-serif; text-transform: uppercase; position: absolute; left: 0; right: 0; bottom:25px;}

.header .mouse .icon_mouse {height: 21px; width: 14px; display: block; margin: 0 auto 15px; border:2px solid #5f5f5f; border-radius: 17px; position: relative;}

.header .mouse .icon_mouse:after {content: ''; display: block; position: absolute; left: 50%; margin-left: -1px; top: 2px; width: 2px; height: 5px; border-radius: 1px; background:#5f5f5f; }

.header .mouse .icon_mouse:after {
	-webkit-animation: mouseIconHover 1200ms linear infinite;
	animation: mouseIconHover 1200ms linear infinite;
}

@-webkit-keyframes mouseIconHover {
	0% {top: 2px;}
	100% {top: 6px;}
}

@keyframes mouseIconHover {
	0% {top: 2px;}
	100% {top: 6px;}
}

.header .sticky .share_widget {
	top: 65px;
}

.header .share_widget {
	position: absolute;
	left: -5px;
	top: 80px;

	/*transition:all 0.3s;
	-webkit-transition:all 0.3s;*/
	z-index: 5;
}

.share_widget .switcher {
	position: relative;
	padding: 15px 19px 7px 20px;

	background: #efefef;
	border-bottom: 2px solid#bfbfbf;
	/*background: rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid rgba(204, 204, 204, 0.9);*/
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.share_widget:before {
	content:'';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;

	z-index: 10;
}

.share_widget .icon_share {
	width: 21px;
	height: 20px;
}

.share_widget:hover .switcher, .share_widget.open .switcher {
	background: #efefef;
	border-color: #bfbfbf;
}

.share_widget:hover .switcher .icon, .share_widget.open .switcher .icon {
	fill: #bf4044;
}

.share_widget .widgets {
	margin-top: -5px;
	padding-top: 5px;

	text-align: center;

	background: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 3px 3px;
}

.share_widget .widgets_none {
	display: none;

	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	animation-duration: 600ms;
}

.share_widget .widgets .icon {
	width: 24px;
	height: 24px;
	fill: #010101;
}

.share_widget .widgets a {
	position: relative;
	display: block;
	padding: 13px 0;
}

.share_widget .widgets a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	z-index: 10;
}

.share_widget .widgets a:hover .icon {
	fill: #bf4044;
}

.share_widget:hover .widgets, .share_widget.open .widgets {
	display: block;
}

.header .breadcrumbs {margin: 49px 0 0; padding-top: 1px; position: relative;}
.header .breadcrumbs_wrapper {color: #6e6e6e; font:300 14px/16px 'Exo 2', sans-serif; text-transform: uppercase; padding: 10px 0 10px 25px;}

.advertising .header .breadcrumbs_wrapper {
}

.header .breadcrumbs_wrapper .icon {width: 12px; height: 12px; fill:#6e6e6e; margin: 3px 10px 3px 0; position: absolute; left: 0;}

.advertising .header .breadcrumbs_wrapper .icon {
}

.header .breadcrumbs_wrapper span {margin-right: 38px;position: relative; float: left;}
.header .breadcrumbs_wrapper .title:after {display: none;}
.header .breadcrumbs_wrapper span:after {content: '|'; display: block; right: -19px; top: -1px; position: absolute; color: #828282;}
.header .breadcrumbs_wrapper a { color: #c2c2c2;}

.advertising .header .breadcrumbs_wrapper a {
}

.advertising .header .banner {
}

.advertising .header {
}

.primary_menu {overflow: hidden; height: 50px; margin-bottom: -2px;}

.primary_menu ul {
	font-size: 0;
}

.primary_menu li {
	display: inline-block;
	vertical-align: top;
	padding-left: 9px;
}

.primary_menu li:first-child {
	padding-left: 0;
}

.primary_menu a {font:13px/30px 'Days', sans-serif; text-transform: uppercase; display: block; padding:11px 15px 7px; letter-spacing: .06em; position: relative;}
.primary_menu a:hover {background: #f0f0f0; text-decoration: none;}
.primary_menu .active:after {content: ''; display: block; position: absolute; bottom: -2px; height: 4px; left: 0; right: 0; background: #bf4044; border-bottom: 2px solid #6a022e;}
.primary_menu .active:hover {background: none; cursor: default;}

.primary_menu .highlighted {
	color: #a30008;
}

.primary_menu.collapsed {
	margin-right: 210px;
}

.flexMenu-viewMore.active > a {background: #f0f0f0; }
.flexMenu-viewMore.active:after {display: none;}
.flexMenu-popup {background: #fff;  box-shadow: 0 0 10px rgba(0,0,0,0.5); border-radius: 0 0 5px 5px;}
.flexMenu-popup li {display: block; margin: 0; border-top: 1px solid #e7e7e7;}
.flexMenu-popup li:first-child {border-top: none;}
.flexMenu-popup li:last-child a {border-radius: 0 0 5px 5px;}
.flexMenu-popup .active:after {bottom: 0; top: 0; left: 0; width: 4px; height: auto; border:none; border-left: 2px solid #6a022e;}

.secondary_menu_switcher { padding:23px 20px; cursor: pointer; border-radius: 0 0 0 3px; float: left;}
.secondary_menu_switcher i {display: block; width: 20px; height: 2px; background: #2b2b2b; position: relative; }
.secondary_menu_switcher i:after,
.secondary_menu_switcher i:before {content: ''; display: block; position: absolute; left: 0; right: 0; height: 2px; background: #2b2b2b; transition:all 0.3s;}
.secondary_menu_switcher i:before {bottom: 8px;}
.secondary_menu_switcher i:after {top: 8px;}

.secondary_menu_switcher:hover, .secondary_menu_switcher.active {
	background: #f0f0f0;
}

.secondary_menu_switcher.active i {
	background: none;
}

.secondary_menu_switcher.active i:before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
}

.secondary_menu_switcher.active i:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(135deg);
}

.menu_open {
	overflow: hidden;
}

.secondary_menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	padding-top: 10px;

	font: 13px/26px 'Exo 2', sans-serif;
	text-transform: uppercase;

	background: #f9f9f9;
	z-index: 10;
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	animation-duration: 500ms;
}

.secondary_menu .menu_wrapper {overflow: auto;}
.secondary_menu ul {border-top:1px solid #e7e7e7; }
.secondary_menu ul:first-child {border-top: none;}
.secondary_menu li {border-top: 1px solid #e7e7e7;}
.secondary_menu li:first-child {border-top: none;}
.secondary_menu a {display: block; padding:10px 45px 9px; font-weight: 600;}
.secondary_menu a:hover,
.secondary_menu .active {text-decoration: none; color: #bf4044;}

.search {position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; width: 60px; -webkit-transition:all 0.3s; transition:all 0.3s;}
.search .switcher {padding: 4px 10px; border-radius: 0 0 3px 0; cursor: pointer; position: absolute; right: 0; top: 0;}
.search .switcher:hover,
.search.open .switcher{background: #f0f0f0; }
.search .icon_search {width: 31px; height: 30px; margin: 5px;}
.search .field {width: 0; overflow: hidden;}
.search .field input {border-radius: 0; padding-right: 55px; padding-left: 60px; height: 48px; background: #f0f0f0;}
.search .submit {position: absolute; left: 0; top: 0; padding: 4px 2px; background: #fff; display: none; border-radius: 0 0 0 3px;}

.search .close {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 24px 15px;
	cursor: pointer;
}

.search .close i {
	display: block;
	position: relative;
	width: 20px;
	height: 2px;
}

.search .close i:after,
.search .close i:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #2b2b2b;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.search .close i:before {
	bottom: 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(-135deg);
}

.search .close i:after {
	top:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(135deg);
}

.search.open {
	width: 100%;
}

.search.open .switcher {
	display: none;
}

.search.open .submit {
	display: block;
}

.search.open .close {
	display: block;
}

.search.open .field {
	width: 100%;
}

.search .ui-autocomplete {background: #fff;  border:none; color: #161921; font:700 14px/20px 'Open Sans', Helvetica, Arial, sans-serif; box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);  width: 100% !important; left: 0 !important; top: 50px !important;}
.search .ui-autocomplete .ui-menu-item {padding: 0;}
.search .ui-autocomplete a {display: block; padding: 15px 20px; }
.search .ui-autocomplete a:hover {color: #161921;}
.search .ui-autocomplete a span {font-weight: 400;}
.search .ui-autocomplete .ui-state-focus {border:none; color: #161921; background: #f0f0f0; margin: 0; color: #161921;}
.search .ui-autocomplete .ui-state-focus a { color: #161921;}

.main_news {
	position: relative;
	margin: 49px -15px 0;
}

.advertising .main_news {
}

.main_news .image {
	position: relative;
	height: 329px;
	margin-top: -5px;

	background: #333;
	overflow: hidden;
}

.main_news .image-small {
	height: 150px;
}

.main_news .image img {
	max-width: none;
	min-height: 100%;
	height: 100%;
}

.main_news .image:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	top: 0;

	background: url(../img/bg/main_news_shadow.png) repeat-x 0 100%;
}

.main_news h1 {
	margin-bottom: 0;

	color: #fff;
	text-transform: uppercase;
}

.main_news h1 a {
	color: #fff;
}

.main_news .text {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	padding: 0 35px;

	font-size: 13px;
	line-height: 22px;
	color: #fff;
}

.main_news .text .icon {
	display: none;
	fill: #fff;
}

.main_news a {
	color:  #d0d0d0;
}

.main_news .category {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 10px;

	color: #fff;
}

.main_news .category:hover {
	color: #fff;
}

.main_news .category:hover .icon {
	fill:#fff;
}

.main_news .date {
	position: absolute;
	left: 35px;
	top: -32px;

	color: #fff;
}

.main_news .date .time::after {
	color: #fff;
}

.main_news .icon_review {
	display: inline-block !important;
	position: relative !important;
	width: 30px;
	height: 30px;
	margin: 1px 0 0 20px;
	left: 0 !important;
}

.main_news .intro_text + .date {
	position: absolute;
}

.main_views {
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 20px;

	background: #fff;
	border-radius: 5px;
}

.main_views:hover .icon_views {
	fill:#bf4044;
}

.main_views + .link {clear: both; position: relative; z-index: 10; white-space: nowrap;}
.main_views + .link a {display: inline-block; vertical-align: top; color: #7a7a7a; text-transform: uppercase; font-size: 10px; }
.main_views + .link .icon {width: 25px; height: 24px; fill:#7a7a7a; margin-right: 15px;}
.main_views + .link a:hover {color: #fff; text-decoration: none;}
.main_views + .link a:hover .icon {fill: #fff;}

.main_views .more {
	margin-top: 7px;
	float: right;

	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.main_views .more:hover {
	text-decoration: none;
}

.main_views .more .icon {
	width: 23px;
	height: 24px;
	margin-left: 15px;
}

.header {
	position: relative;
}

.header > .container {
	position: relative;
}

.header .banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}

.header .banner:after {
	content: '';
	display: block;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	height: 70px;

	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.views .item {border-top: 1px solid #d8d8d8; padding-top: 15px; margin-top: 15px;}
.views .item:first-child {margin-top: 0; border:none;}
.views h4 {font: 14px/20px 'Open Sans', sans-serif; margin: 0;}
.views a {display: block;}
.views a:hover {text-decoration: none; color: #c02c30;}
.views .autor, .views .photographer {font-size: 10px; line-height: 16px; text-transform: uppercase; color: #b2b2b2; display: block; padding-top: 9px;}

.category {
	display:block;
	position: relative;
	padding: 14px 15px 14px 20px;

	line-height: 14px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #797979;
}

.category .icon {
	position: absolute;
	left: 0;
	top: 15px;
	width: 12px;
	height: 12px;

	fill: #777;
}

.category:hover {
	text-decoration: none;
	color: #000;
}

.category:hover .icon {
	fill: #000;
}

.date {
	line-height: 32px;
}

.date {
	font-size: 10px;
	color: #b2b2b2;
	text-transform: uppercase;
}

.date .time {
	position: relative;
	padding-right: 20px;
}

.date .time:after {
	content: '|';
	position: absolute;
	right: 6px;
	top: -10px;

	color: #d0d0d0;
}

.header + .articles {padding-top: 15px; z-index: 20; position: relative; background: #f9f9f9;}
.articles {text-align: center;}
.articles .container {max-width: 1141px; text-align: left; padding: 0;}
.container .articles {padding: 15px 0 0;}
.container .articles .publication {text-align: left;}
.articles .more {position: relative; margin-bottom: 40px; margin-top: 25px; z-index: 10;}
.articles h2 {font-size: 19px; line-height: 27px; color: #161921; text-transform: uppercase; margin-bottom: 15px; padding-top: 15px;}

.masonry_init {
	z-index: 1;
}

.publication {font-size: 12px; line-height: 16px; padding-bottom:15px; background: #f9f9f9;}
.publication .link {display: block; color: #848484; padding-bottom: 6px; position: relative;}
.publication .link:hover {text-decoration: none;}
.publication .border:after {content: ''; display: block; position: absolute; right: 0; left: 0; bottom: 0; height: 5px; border-radius: 5px;}
.publication .border:hover:after {border-bottom: 3px solid #bf4044;}
.publication .date {display: block;}
.publication .title {display: block; font:500 19px/22px 'Exo 2', sans-serif; margin-bottom: 10px; }
.publication .text {display: block;}
.publication .image {display: block; height: 180px;}
.publication .category {display: inline-block;}

.publication .banner {
	height: 250px;
}

.publication.text_item .title {color: #000; max-height: 66px; overflow: hidden;}
.publication.image_item img {border-radius: 5px; opacity: 0.3; width: 100%; max-width: none; backface-visibility:hidden; -webkit-backface-visibility:hidden;}

.publication.image_item.banner_item {text-align:center;}
.publication.image_item.bannera_item img {display: inline-block; opacity: 1;}

.google_item_wrapper1 {
	margin: 0 0 0 -20px;
}

.google_item_wrapper2 {
	margin: 0 0 0 -5px;
}

.google_item {
	width: 300px;
	margin: 0 auto 15px auto;
	display: none;
}

.publication.image_item .link {padding: 0; box-shadow: 0 0 10px rgba(0,0,0,0.3); border-radius: 5px;}
.publication.image_item .image {overflow: hidden; background: #2d3336; border-radius: 6px; transform:translateZ(0); -webkit-transform:translateZ(0);}
.publication.image_item .date,
.publication.image_item .title,
.publication.image_item .line {position: absolute; left: 25px; right: 25px; z-index: 10;}
.publication.image_item .date {top: 12px; color: #a1a1a1;}
.publication.image_item .line {width: 60px; display: block; height: 2px; background: #c6c6c6; top: 25px;}
.publication.image_item .title {top: 44px; color: #fff;text-transform: uppercase; max-height: 132px; overflow: hidden;}
.publication.image_item .category {position: absolute; z-index:20; bottom: 15px; color: #a1a1a1; padding-left: 45px;}
.publication.image_item .category .icon {fill:#a1a1a1; left: 25px;}
.publication.image_item .category:hover {color: #fff;}
.publication.image_item .category:hover .icon {fill:#fff;}
.publication.text_item + .text_item:before {content:''; display: block; height: 3px; background: #e7e7e7; margin:0 -15px 20px;}

.publication.banner_item {
	height: 290px;
}

.publication.banner_item .link {
	height: 100%;
	padding: 0;

	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	overflow: hidden;
}

.publication.banner_item img {
	width: 100%;
	border-radius: 5px;
}

.advert_link {
	position: absolute;
	left: 15px;
	bottom: 100%;
	//margin-bottom: -5px;
	padding: 0 15px 5px;

	font-size: 12px;
	color: #666;

	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
	z-index: 20;
}

.advert_link + .link {
	position: relative;
	z-index: 30;
}

.advert_link:hover {
	color: #bf4044;
	text-decoration: none;
}

.publication .advert_link {
	display: none;
}

.sidebar .publication .image {
	height: 174px;
}

.news_widget {padding: 20px 0; line-height: 18px; font-size: 13px;}

.news_widget h4 {color: #1b1b1b; text-transform: uppercase; border-bottom: 3px solid #e9e9e9; padding-bottom: 23px; font-weight: 500;}

.content .news_widget h4, .content .news_widget__smi2 h4 {
	padding-bottom: 8px;
	margin-bottom: 10px;

	font-size: 20px;
	color: #1b1b1b;
	text-transform: uppercase;
	font-weight: 500;

	border-bottom: 3px solid #e9e9e9;
}

.news_widget img {
	border-radius: 100%;
}

.content .news_widget {
	padding: 0;
	margin: 30px 0 0 0;
}

.content .news_widget img {
	width: auto !important;
	max-width: none !important;
	height: 80px !important;
	margin-left: -12px !important;
}

.content .news_widget .item-img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;

	overflow: hidden;
	border-radius: 100% !important;
}

.content .news_widget .item {
	width: 49.2% !important;
	min-width: 190px !important;
	text-align: left !important;
}

.content .news_widget .item .item-title a {
	color: #000 !important;
	font: 13px/15px 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
	text-align: left !important;
	word-wrap: break-word;
    margin-right: 10px !important;
}

.content .news_widget .item .item-title a :hover {
	color: #bf4044 !important;
}

.news_widget .news_item:first-child {padding-top: 17px;}
.news_widget .news_item {padding-top: 37px;}
.news_widget .news_image {float: left; margin-right: 30px; padding-top: 3px;}
.news_widget .news_text {overflow: hidden; line-height: 18px; font-size: 13px;}
.news_widget td:first-child {padding-bottom: 20px !important;}

.news_widget a:hover {
	color: #bf4044;
}

.news_widget div {
	border: none !important;
}

.views_item .link {
	position: relative;
	min-height: 140px;
	padding: 30px 20px 90px;

	text-align: center;

	background: #eee;
	border-radius: 3px;
	border-bottom: 3px solid #eee;
}

.views_item .autor, .views_item .photographer {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px;

	color: #161921;
	line-height: 28px;
}

.views_item .autor span, .views_item .photographer span {
	display: block;
	max-height: 28px;

	color: #9b9b9b;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;

	overflow: hidden;
}

.views_item .icon {
	margin-bottom: 26px;
}

.views_item .title {
	text-transform: uppercase;
	color: #000;
	overflow: hidden;
}

.views_item .link:hover {
	border-color: #bf4044;
}

.views_item .link:hover .title {
	color: #bf4044;
	text-decoration: none;
}

.views_item .link:hover .icon {
	fill:#bf4044;
}

.big_banner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.big_banner .container {
	position: relative;
}

.big_banner img {
	position: relative;
	width: 100%;

	z-index: 30;
}

.big_banner .container img {
	border-radius: 5px;
}

.big_banner .advert_link {
	display: none;
	left: 10px;
}

.col + .col .test_widget {
	border-top: 2px solid #d8d8d8;
}

.test_widget {background: #eee;  padding: 15px; font-size: 13px; line-height: 20px; margin: 0 -15px;}
.test_widget h3 {font-weight: 500; line-height: 27px; text-transform: uppercase; border-bottom: 1px solid #d8d8d8; margin-bottom: 15px; padding:15px 0; color: #000;}
.test_widget .widget_content {padding:15px;}
.test_widget .widget_content + .btn {margin:20px 0 15px;}
.test_widget .button {text-align: center;}
.test_widget:hover .icon {fill:#bf4044;}

.test_widget + .link {clear: both; padding-top: 28px; font-size: 10px; text-transform: uppercase; line-height: 24px; margin:0 0 28px 27px;}
.test_widget + .link .icon {width: 25px; height: 24px; margin-right: 18px;}
.test_widget + .link a:hover {text-decoration: none; color: #bf4044;}
.test_widget + .link a:hover .icon {fill:#bf4044;}

.test_widget .more {float: right; font-size: 10px; line-height: 24px; text-transform: uppercase; font-weight: 600; margin-top: 7px;}
.test_widget .more .icon {width: 23px; height: 24px; margin-left: 15px;}
.test_widget .more:hover {text-decoration: none;}

.teasers {
	margin: 0 -15px;
	padding: 15px;

	background: #232323;
}

.image_teaser {
	position: relative;
	margin-top: 15px;
}

.image_teaser:first-child {
	margin-top: 0;
}

.image_teaser .link {
	display: block;
}

.image_teaser img {
	height: 175px;
	max-width: none;

	opacity: .3;
	border-radius: 5px;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

.image_teaser .image {border-radius: 7px; overflow: hidden; display: block; background: #383d40; box-shadow: 5px 5px 7px rgba(0,0,0,0.25);height: 175px; transform:translateZ(0); -webkit-transform:translateZ(0);}
.image_teaser .title {font:300 19px/22px 'Exo 2', sans-serif; color: #fff; text-transform: uppercase; position: absolute; left: 25px; top:49px; padding-top: 33px; }
.image_teaser .title:before {content: ''; display: block; width: 60px; height: 2px; position: absolute; left: 0; top: 0; background: #bcbcbc;}
.image_teaser .subtitle {font-size: 10px; line-height: 38px; padding: 0 25px; position: absolute; left: 0; right: 0; bottom: 0; text-transform: uppercase; font-weight: 600;  border-radius: 0 0 5px 5px; color: #b2b2b2; height: 38px; overflow: hidden;}
.image_teaser .subtitle:after {content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 100%; border-top: 3px solid #bf4044; display: none;}

.sidebar .image_teaser .image {
	height: 211px;
}

.sidebar_banner {
	width: 100%;
	margin: 40px 0 10px 0;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar_banner img {
	width: 100%;
	max-width: 310px;
	height: auto;
}

.sidebar_wrapper__direct {
	margin: 50px 0 30px 0;
}

.sidebar_wrapper__lentainform {
	margin: 30px 0 30px 0;
}

.sidebar_wrapper__mm {
	margin: 40px 0 0 0;
}

.sidebar_wrapper h4 {
	padding-bottom: 23px;

	color: #1b1b1b;
	font-weight: 500;
	text-transform: uppercase;

	border-bottom: 3px solid #e9e9e9;
}

.photo_teaser img {
	opacity: 1;
}

.subscription {background: #fff; text-align: center; padding: 21px 0;}
.subscription .form_wrapper {font-size: 0;}
.subscription .field,
.subscription .submit {display: inline-block; vertical-align: top;}
.subscription .label {font:500 20px/38px 'Exo 2', sans-serif; text-transform: uppercase; color:#000; margin-bottom: 5px; }
.subscription .field {width: 200px; margin: 0 10px 0 0;}
.subscription .field input {height: 38px; padding: 0; border-top: 2px solid #fff; border-bottom: 2px solid #e7e7e7; background: none; border-radius: 0; font:14px/38px 'Exo 2', sans-serif;-webkit-appearance: none; }
.subscription .error {color: #bf4044;}
.subscription .icon_mail {width: 28px; height: 26px; margin: 6px 5px;}
.subscription .submit:hover .icon {fill:#bf4044;}
.subscription .error_message {background: #bf4044; color: #fff; font-size: 13px; line-height: 15px; padding: 18px 0; margin: 18px 0 -21px; position: relative; display: none;}
.subscription .error_message:before {content: ''; display: block; position: absolute; left: 50%; bottom: 100%; border:5px solid transparent; border-bottom-color: #bf4044; margin-left: -5px;}
.subscription .success_message {font:500 20px/38px 'Exo 2', sans-serif; text-transform: uppercase; color:#000; display: none;}
.subscription .success_message .icon {margin-right:0;}

.sliders_box {background: #232323; padding: 15px 0; position: relative;}
.sliders_box .container {position: relative;}
.sliders_box > .bx-next,
.sliders_box > .bx-prev {position: absolute; top: 50%; display: none; border:2px solid #414141;  height: 20px; margin-top: -30px; background: #232323; z-index: 90;}
.sliders_box > .bx-next .icon,
.sliders_box > .bx-prev .icon {height: 20px; width: 13px; fill:#414141;}
.sliders_box > .bx-next {right: 0; border-right: 0; border-radius: 12px 0 0 12px; padding: 18px 5px 18px 12px;}
.sliders_box > .bx-prev {left: 0; border-left: 0; border-radius: 0 12px 12px 0; padding: 18px 12px 18px 5px; }

.sliders_box > .bx-next:hover, .sliders_box > .bx-prev:hover {
	border-color: #bdbdbd;
}

.sliders_box > .bx-next:hover .icon, .sliders_box > .bx-prev:hover .icon {
	fill: #bdbdbd;
}

.sliders_box .to_top {
	display: none;
	position: absolute;
	left: 0;
	top: -60px;
	padding: 15px 19px 7px 20px;

	background: #575757;
	border-bottom: 2px solid #444;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	cursor: pointer;
}

.sliders_box .to_top .icon {
	width: 21px;
	height: 20px;
}

.sliders_box .to_top:hover {
	background: #6d6d6d;
	border-color: #575757;
}

.photo_slider .text {
	position: relative;
	margin: -10px 15px 0;
	padding: 15px;

	font-size: 13px;
	line-height: 22px;
	color: #6d6d6d;

	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.9);
}

.photo_slider .text .icon {
	margin-bottom: 25px;
}

.photo_slider .text:hover .icon_photo {
	fill: #bf4044;
}

.photo_slider .text h3 {
	margin-bottom: 15px;
	/*max-height: 54px;*/

	font-weight: 600;
	color: #1b1b1b;
	text-transform: uppercase;
	line-height: 27px;
	overflow: hidden;
}

.photo_slider .text h3 a {
	display: inline-block;
	vertical-align: top;
	/*max-height: 54px;*/
}

.photo_slider .text h3 a:hover {
	color: #bf4044;
	text-decoration: none;
}

.photo_slider .image {
	min-height: 152px;

	background: #333;
}

.photo_slider_wrapper {margin: 0 -15px 30px;}
.photo_slider_wrapper + .link {padding-top: 20px; font-size: 10px; text-transform: uppercase; line-height: 24px; float: right; width: 220px;}
.photo_slider_wrapper + .link a {color: #7a7a7a;}
.photo_slider_wrapper + .link .icon {width: 25px; height: 24px; margin-right: 18px; fill:#7a7a7a;}
.photo_slider_wrapper + .link a:hover {text-decoration: none; color: #fff;}
.photo_slider_wrapper + .link a:hover .icon {fill:#fff;}
.photo_slider_wrapper .more {float: right; font-size: 10px; line-height: 24px; text-transform: uppercase; font-weight: 600; margin-top: 7px;}
.photo_slider_wrapper .more .icon {width: 23px; height: 24px; margin-left: 15px;}
.photo_slider_wrapper .more:hover {text-decoration: none; color: #bf4044;}
.photo_slider_wrapper .more:hover .icon {fill:#bf4044;}

.network_widget {background: #416f96; border-radius: 5px; box-shadow: 0 0  5px rgba(0,0,0,0.8); font-size: 13px; line-height: 20px; color: #fff; text-align: center; margin-top: 5px; display: none;}
.network_widget .title {text-transform: uppercase; font:600 10px/14px 'Exo 2', sans-serif; padding-top: 15px; margin-bottom: 8px; opacity: 0.5;}
.network_widget .logo {padding: 0 10px; height: 52px; margin-bottom: 5px;}
.network_widget .logo img {margin: 0 auto; height: 52px;}
.network_widget .count {line-height: 14px; opacity: 0.5; margin-bottom: 17px;}
.network_widget .count .icon {width: 14px; height: 14px; fill:#fff; margin-right: 10px;}
.network_widget .link {color: #fff; border:2px solid #fff; line-height: 26px; padding: 0 15px; font-size: 10px; font-weight: 600; text-transform: uppercase; display: inline-block; vertical-align: top; border-radius: 30px; margin-bottom: 20px;}
.network_widget .link:hover {text-decoration: none;}
.network_widget .image {height: 141px; border-radius: 0 0 5px 5px; overflow: hidden;}
.network_widget .image img {border-radius: 0 0 5px 5px; }

.network_widget.facebook {background:#465993;}
.network_widget.facebook .link:hover {background: #fff; color: #465993;}
.network_widget.twitter {background:#329bc2;}
.network_widget.twitter .link:hover {background: #fff; color: #329bc2;}
.network_widget.vkontakte {background:#6888ac;}
.network_widget.vkontakte .link:hover {background: #fff; color: #6888ac;}
.network_widget.gplus {background:#dd4b39;}
.network_widget.gplus .link:hover {background: #fff; color: #dd4b39;}
.network_widget.youtube {background:#d73d32;}
.network_widget.youtube .link:hover {background: #fff; color: #d73d32;}
.network_widget.instagram {background:#416f96;}
.network_widget.instagram .link:hover {background: #fff; color: #416f96;}

.col .network_slider_wrapper {margin: 0 -15px;}
.network_slider_wrapper {padding-top: 10px; /**/}
.network_slider_wrapper .bx-pager {font-size: 0; padding: 28px 0 13px; text-align: center; height: 10px;}
.network_slider_wrapper .bx-pager-item { display: inline-block; vertical-align: top; margin: 0 6px;}
.network_slider_wrapper .bx-pager-link {display: block; width: 6px; height: 6px; background: #7a7a7a; margin: 2px;  border-radius: 100%;}
.network_slider_wrapper .bx-pager-link:hover {background: #fff;}
.network_slider_wrapper .active {background: none; border:2px solid #fff; margin: 0;}
.network_slider_wrapper .active:hover {background: none;}

.network_widget_small {display: block; width: 90px; text-align: center;}
.network_widget_small .icon {width: 30px; height:30px; margin: 22px auto 23px;}
.network_widget_small.facebook {background: #465993;}
.network_widget_small.facebook:hover {background: #fff;}
.network_widget_small.facebook .icon {fill:#fff;}
.network_widget_small.facebook:hover .icon {fill:#465993;}
.network_widget_small.twitter {background: #329bc2;}
.network_widget_small.twitter:hover {background: #fff;}
.network_widget_small.twitter .icon {fill:#fff;}
.network_widget_small.twitter:hover .icon {fill:#329bc2;}
.network_widget_small.vkontakte {background:#6888ac;}
.network_widget_small.vkontakte:hover {background: #fff;}
.network_widget_small.vkontakte .icon {fill:#fff;}
.network_widget_small.vkontakte:hover .icon {fill:#6888ac;}
.network_widget_small.gplus {background:#dd4b39;}
.network_widget_small.gplus:hover {background: #fff;}
.network_widget_small.gplus .icon {fill:#fff;}
.network_widget_small.gplus:hover .icon {fill:#dd4b39;}
.network_widget_small.youtube {background:#dd2110;}
.network_widget_small.youtube:hover {background: #fff;}
.network_widget_small.youtube .icon {fill:#fff;}
.network_widget_small.youtube:hover .icon {fill:#dd2110;}
.network_widget_small.instagram {background:#416f96;}
.network_widget_small.instagram:hover {background: #fff;}
.network_widget_small.instagram .icon {fill:#fff;}
.network_widget_small.instagram:hover .icon {fill:#416f96;}

.socials .icon {
	fill: #686868;
}

.socials a:hover .icon_facebook_round {
	fill: #465993;
}

.socials a:hover .icon_twitter_round {
	fill: #329bc2;
}

.socials a:hover .icon_vkontakte_round {
	fill: #6888ac;
}

.socials a:hover .icon_gplus_round {
	fill: #da4a39;
}

.socials a:hover .icon_youtube_round {
	fill: #d73d32;
}

.socials a:hover .icon_instagram_round {
	fill: #416f96;
}

.socials a:hover .icon_ok_round {
	fill: #e27e35;
}

.footer {background: #1b1b1b; color: #686868; font-size: 13px; line-height: 30px; padding: 15px 0 20px;}
.footer .container {position: relative;}
.footer a {color: #686868;}
.footer a:hover {color: #fff; text-decoration: none;}
.footer .logo {width: 80px; display: none; position: absolute; left:-130px; top: 40px;}
.footer .nav {margin-bottom: 70px; line-height: 16px;}
.footer .nav li {padding: 7px 0;}
.footer .link {font-size: 15px;}
.footer .socials li {float: left; margin-left: 8px;}
.footer .socials li:first-child {margin-left: 0;}
.footer .socials li.socials_gplus {display:none;}
.footer .orphus {line-height: 19px; font-size: 0; text-align: right; cursor: pointer;}
.footer .orphus .label,
.footer .orphus .buttons,
.footer .orphus .button {display: inline-block; vertical-align: top; font-size: 13px;}
.footer .orphus .label {margin-right: 10px; text-align: left;}
.footer .orphus .buttons {margin: 0 -5px; line-height: 38px;}
.footer .orphus .button {border:1px solid #686868; border-radius: 3px; padding:0 10px; margin: 0 5px;}
.footer .orphus .button:first-child {padding: 0 13px;}
.footer .orphus:hover .buttons {color: #fff;}
.footer .orphus:hover .button {border-color: #fff;}
.footer .copyright_box {font:500 13px/20px 'Exo 2', sans-serif; margin-top: 15px; border-top: 3px solid #2d2d2d; padding-top: 15px; position: relative;}
.footer .copyright_box .title {color: #fff; font-size: 15px; text-transform: uppercase; margin-bottom: 15px; line-height: 20px;}
.footer .copyright_box .subtitle {font-size: 12px; line-height: 14px; margin-bottom: 15px;}
.footer .copyright_box .copiright {line-height: 13px; }
.footer .counters {float: right;}
.footer .counters .counter {float: left; margin-left: 22px;}
.footer .counters .counter:first-child {margin: 0;}

.markers {
	height: 0;
	overflow: hidden;
}

.markers .marker {
	height: 10px;
}

.cover .main_news {margin-bottom: 0; min-height: 230px;}
/*.cover .main_news:before,
.cover .main_news:after {content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 100%; }
.cover .main_news:before {right: 100%;}
.cover .main_news:after {left: 100%;}*/
.cover .main_news .image {height: 230px;}
.cover .main_news img {min-height: 230px; width: auto; height: 145%; min-height: 100%; min-width: 100%;}
.cover .main_news .image-bottom img {
	position: absolute;
	bottom: 0;
}

.cover .main_news .text {
	padding: 0 15px;
}

.cover .main_news .date {
	left: 15px;
}

.cover .main_news .category {left: 15px; right: 15px;}
.cover .main_news .category span {position: relative; margin-left:100px; float: left;}
.cover .main_news .category span:first-child {margin-left: 11px; min-width: 18px;}
.cover .main_news .category span .icon {top: -13px; left: -41px; width: 40px; height: 40px; fill:#fff;}
.cover .main_news .category span span {margin: 0; float: none; display: block;}

.cover .infobox {font-size: 10px; text-transform: uppercase; font-weight: 600; background: #171717; margin: 0 -15px; padding: 10px 15px; color: #797979; position: relative;}
.cover .infobox div {position: relative; margin-left: 30px;}
.cover .infobox div + div {margin-top: 10px;}
.cover .infobox a {color: #fff; display: block; line-height: 16px;}
.cover .infobox div > span {display: block; line-height: 16px;}
.cover .infobox div > span > span > a {display: inline;}
.cover .infobox .icon {top: -13px; left: -41px; fill:#797979; position: absolute;}

.text_cover .infobox a {
	color: #797979;
}

.cover_small .main_news, .cover_small .main_news .image {
	margin-top: 0;
}

.section_title {
	position: relative;
	margin: 50px -15px 0;

	cursor: pointer;
}

.section_title .table {height: 52px;}
.section_title h2 {font: 300 12px/14px 'Exo 2', sans-serif; color: #c2c2c2; text-transform: uppercase; padding:12px 40px 12px 55px; position: relative; }
.section_title > .icon_b_arr {stroke:#e1e1e1; position: absolute; right: 0; top: 50%; margin-top: -20px; pointer-events:none; -webkit-transition:transform 0.3s; transition:transform 0.3s;}
.section_title > .icon_book {position: absolute; left: 5px; top: 50%; fill:#c2c2c2; margin-top: -20px; pointer-events:none;}
.section_title > .icon_b_arr.invert {transform:rotate(180deg); -webkit-transform:rotate(180deg);}

.section_title .submenu_container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 30;
}

.section_title .submenu {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;

	border-radius: 0;
}

.section_title .links:before {
	display: none;
}

.text_cover {
	max-height: none;
	background: #232323;
}

.text_cover .main_news {
	min-height: 1px;
}

.text_cover .section_title + .main_news {
	margin-top: 0;
}

.text_cover h1 {
	padding-top: 32px;

	color:#fff;
}

.text_cover .date {
	top: 20px;
	color: #797979;
}

.text_cover .infobox {
	background: #dcdcdc;
}

.text_cover .infobox:before, .text_cover .infobox:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;

	background: #dcdcdc;
}

.text_cover .infobox:before {
	right: 100%;
}

.text_cover .infobox:after {
	left: 100%;
}

.advertising .text_cover h1 {
}

.advertising .text_cover .main_news {
}

.advertising .text_cover .date {
}

.text_cover .main_news .text {
	position: relative;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 65px;
}

.text_cover .section_title {
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.cover_big {background: none;}
.cover_big .main_news {min-height: 100px;}
.cover_big .image {max-height: 100px; overflow: hidden;}
.main_news .image:after {background-position: 0 0;}
.cover_big .main_news .text {position: static; padding-top: 15px;}
.cover_big .main_news .text .icon {display: inline-block; fill:#000; margin-right: 10px;}
.cover_big .main_news h1 {color: #000; display: inline-block; line-height: 40px;}

.sidebar {padding-left: 27px; margin-bottom: 15px; position: relative; z-index: 10; /*visibility: hidden;*/}
.sidebar.positioned {visibility: visible;}
.sidebar .image_teaser {margin-bottom: 30px;}
.sidebar .image_teaser .subtitle {box-shadow: none;}

.sidebar .block {padding-top: 30px;}
.sidebar .block h3 {font-weight: 600; font-size: 19px; line-height: 24px; text-transform: uppercase; color: #000; margin-bottom: 20px;}
.sidebar .block + .link {clear: both; position: relative; z-index: 10; white-space: nowrap; text-align: right; padding: 0 20px;}
.sidebar .block + .link a {display: inline-block; vertical-align: top; color: #262626; text-transform: uppercase; font-size: 10px; }
.sidebar .block + .link .icon {width: 25px; height: 24px; fill:#262626; margin-right: 15px;}
.sidebar .block + .link a:hover {color: #bf4044; text-decoration: none;}
.sidebar .block + .link a:hover .icon {fill: #bf4044;}
.sidebar .fixed {position: fixed; padding-top: 0;}
.sidebar .absolute {position: absolute; padding-top: 0;}

.sidebar .latest_news {background: #fff;  padding:23px 30px 30px 30px; border-radius: 5px;  position: relative; margin-bottom: 25px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); box-sizing:border-box; -webkit-box-sizing:border-box;}
.sidebar .latest_news h3 {margin-bottom: 3px;}
.latest_news .date {display: block;}
.latest_news h3 {font-weight: 600; color: #000; text-transform: uppercase; line-height: 27px; border-bottom: 1px solid #d8d8d8; margin-bottom: 3px; padding:0 0 24px;}
.latest_news .item {border:none; padding-top: 14px; margin-top: 0;}
.latest_news h4 {font-size: 13px; line-height: 18px;}

.sidebar .publication {padding: 0; position: relative; margin-bottom: 20px; border-radius: 7px;}
.sidebar .publication.small .category {left: 0; right: 0; bottom: 0;  }

.sidebar .test_widget {
	margin: 20px 0;
}

.latest_publication .publication.small .category {background: rgba(0,0,0,0.7);}
.latest_publication .publication.small .category:hover {color: #fff;}
.latest_publication .publication.small .category:hover .icon {fill:#fff;}
.latest_publication .publication.small .category:after {border-color: transparent; }
.latest_publication .publication.small .category:hover:after {border-color: #bf4044;}

.latest_publication h3, .popular_publication h3 {
	padding-left: 25px;
}

.publication.small img {height: auto; width: 100%;}
.publication.small .title {top: auto; bottom: 50px; font-size: 16px; line-height: 24px;}
.publication.small .link {min-height: 1px;}

.content {
	margin-bottom: 15px;
	padding-top: 15px;
}

.content h1 {
	color: #000;
	text-transform: uppercase;
}

.content h5, .content blockquote {
	position: relative;
	padding: 11px 0 11px 20px;
	margin: 0 0 15px;

	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #161921;
}

.content blockquote strong {
	font-weight: 400;
}

.content blockquote h6 {
	margin: 5px 0 0 0;

	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: 300;
}

.content h5:before, .content blockquote:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;

	background: #bf4044;
}

.content a {
	color: #5d7c97;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content .btn, .content .btn_border {
	color: #989999;
	text-decoration: none;
}

.content ul, .content ol {
	margin: 0 0 22px 22px;
}

.content ul {
	list-style: disc;
}

.content .image {font-size: 10px; line-height: 14px; text-transform: uppercase; font-weight: 600; color: #919191; margin: 0 -15px 15px;}
.content .image img {margin: 0 auto; width: 100%;}
.content .image span {position: relative; display: block; margin:15px 15px 0 45px;}
.content .image .icon {position: absolute; left: -43px; top: -13px; fill:#919191;}
.content .image span a {color: #686868;}
.content .image span a:hover {color: #000;}

.content .content_slider span.autor {font-size: 10px; line-height: 14px; text-transform: uppercase; font-weight: 600; color: #919191; position: relative; display: block; margin:15px 15px 0 50px;}

.content .content_slider .icon {position: absolute; left: -43px; top: -13px; fill:#919191;}

.content .content_slider span.autor a, .content .content_slider span.photographer a {
	color: #686868;
}
.content .content_slider span.autor a:hover, .content .content_slider span.photographer a:hover {
	color: #000;
}

.content .align_left {
	margin: 0 0 15px;
}

.content .align_left span {
	margin-left: 30px;
}

.content .step {font:700 24px/30px 'Exo 2', sans-serif; color: #000; margin-bottom: 15px;}
.content form .buttons {margin-left: 40px; }
.content .buttons {padding-bottom: 20px;}
.content .buttons a {margin: 10px 7px 0 0; }

.content_slider_wrapper {position: relative; margin:0 -15px 15px;}
.content_slider_wrapper img {}
.content_slider_wrapper .bx-prev,
.content_slider_wrapper .bx-next {position: absolute; top: 50%; z-index: 100; margin-top: -15px;}
.content_slider_wrapper .bx-prev .icon,
.content_slider_wrapper .bx-next .icon {fill:#fff; width: 30px; height: 30px;}
.content_slider_wrapper .bx-prev {left: 15px;}
.content_slider_wrapper .bx-next {right: 15px;}

.content_slider_wrapper .bx-pager {font-size: 0; padding-top: 11px; text-align: center; display: none;}
.content_slider_wrapper .bx-pager-item {display: inline-block; vertical-align: top; margin:4px;}
.content_slider_wrapper .bx-pager-link {display: block; width: 26px; height: 26px; text-align: center; font-size: 12px; line-height: 26px; color: #959595; text-decoration: none; border:2px solid transparent; border-radius: 100%; font-weight: 600;}
.content_slider_wrapper .bx-pager-link:hover {border-color: #dbdbdb; color: #bf4044;}
.content_slider_wrapper .active,
.content_slider_wrapper .active:hover {border-color:#bf4044; color: #000;}

.jMosaic-clear {clear: both;}
.pictures { visibility: hidden;}
.jMosaic-selector {clear: both; position: relative; margin: -8px -13px 7px; visibility: visible;}
.jMosaic-item {display: block; float: left; position: relative; overflow: hidden; width: auto; box-shadow: 0 0  5px rgba(0,0,0,0.25); border-radius: 3px;}
.jMosaic-item a {display: block; height: 100%; position: relative;}
.jMosaic-item a:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 3px 3px 0 0; border-top: 3px solid #bf4044; display: none;}
.jMosaic-item a:hover:before {display: block;}
.jMosaic-item img {height: 100%; width: auto; max-width: none; min-width: 100%;}
.jMosaic-item figcaption {display: none;}

.views_wrapper {clear: both; margin: 10px 0 0 0;}
.views_wrapper .label {color: #919191; text-transform: uppercase; font-weight: 600; line-height: 30px; font-size: 10px; margin:10px 20px 23px 0;}
.views_wrapper .label .icon {width: 12px; height: 12px; fill:#919191; margin: 9px 10px 9px 0;}
.views_wrapper .label .icon_review {width: 30px; height: 30px; fill:#919191; margin: 0 1px 9px -9px;}
.views_wrapper .tags {overflow: hidden; font-size: 0; padding:0 8px 8px; margin: -18px -8px 2px;}
.views_wrapper .tags a { margin:10px 10px 0 0;}

.tags_wrapper {clear: both; margin: 50px 0 0 0;}
.tags_wrapper .label {color: #919191; text-transform: uppercase; font-weight: 600; line-height: 30px; font-size: 10px; margin:10px 20px 23px 0;}
.tags_wrapper .label .icon {width: 12px; height: 12px; fill:#919191; margin: 9px 10px 9px 0;}
.tags_wrapper .label .icon_review {width: 30px; height: 30px; fill:#919191; margin: 0 1px 9px -9px;}
.tags_wrapper .tags {overflow: hidden; font-size: 0; padding:0 8px 8px; margin: -18px -8px 2px;}
.tags_wrapper .tags a { margin:10px 10px 0 0;}

.app4u_wrapper {
	display: none;
	margin: 30px -10px 20px -10px;
}

.comments_box {background: #fff; padding-bottom: 1px; margin-bottom: -1px;}
.comments_box .content {}
.comments_box h2 {font-size: 19px; line-height: 27px; text-transform: uppercase; color: #000; margin-bottom: 5px;}

.comments_box .yashare-auto-init {padding-bottom: 5px; min-height: 42px;}

.comments_box .b-share_theme_counter {
	float: left;
}

.comments_box .b-share_theme_counter .b-share {vertical-align: top; padding: 0 !important;}
.comments_box .b-share_theme_counter .b-share_type_small .b-share-btn__wrap {margin:10px 10px 0 0;}
.comments_box .b-share_theme_counter .b-share_type_small .b-share__link {background: none; border:2px solid #d7d7d7; padding: 5px 20px !important; border-radius: 30px; height: 18px;}
.comments_box .b-share_theme_counter .b-share_type_small .b-share__link:hover {}
.comments_box .b-share_theme_counter .b-share_type_small .b-share__link:active {height: 18px;}
.comments_box .b-share_theme_counter .b-share_type_small .b-share__link:active .b-share-icon {top: 0;}
.comments_box .b-share_theme_counter .b-share_type_small .b-share-icon {}
.comments_box .b-share_theme_counter .b-share_type_small .b-share-counter {text-transform: uppercase; font:600 10px/18px 'Open Sans', sans-serif; color:#919191; margin: 0 0 0 15px;}

.comments_box .b-share_theme_counter .b-share-btn__vkontakte .b-share-icon {
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTE5MTkxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNiwzMS4zSDIyYzAsMCwwLjctMC4xLDEuMS0wLjVjMC4zLTAuNCwwLjMtMS4xLDAuMy0xLjFzMC0zLjIsMS40LTMuN2MxLjUtMC41LDMuNCwzLjEsNS40LDQuNSAgYzEuNSwxLDIuNywwLjgsMi43LDAuOGw1LjMtMC4xYzAsMCwyLjgtMC4yLDEuNS0yLjRjLTAuMS0wLjItMC44LTEuNi00LTQuNmMtMy4zLTMuMS0yLjktMi42LDEuMS04YzIuNS0zLjMsMy40LTUuMywzLjEtNi4xICBjLTAuMy0wLjgtMi4xLTAuNi0yLjEtMC42bC02LDBjMCwwLTAuNC0wLjEtMC44LDAuMWMtMC4zLDAuMi0wLjUsMC42LTAuNSwwLjZzLTEsMi41LTIuMiw0LjdjLTIuNyw0LjUtMy43LDQuOC00LjIsNC41ICBjLTEtMC43LTAuOC0yLjYtMC44LTQuMWMwLTQuNCwwLjctNi4yLTEuMy02LjdjLTAuNy0wLjItMS4xLTAuMy0yLjgtMC4zYy0yLjEsMC00LDAtNSwwLjVjLTAuNywwLjMtMS4yLDEuMS0wLjksMS4xICBjMC40LDAuMSwxLjMsMC4yLDEuOCwwLjljMC42LDAuOCwwLjYsMi43LDAuNiwyLjdzMC40LDUuMi0wLjgsNS44Yy0wLjgsMC40LTEuOS0wLjUtNC4zLTQuNmMtMS4yLTIuMS0yLjEtNC40LTIuMS00LjQgIFM4LjMsMTAuMiw3LjksMTBDNy42LDkuNyw3LDkuNiw3LDkuNmwtNS43LDBjMCwwLTAuOSwwLTEuMiwwLjRjLTAuMywwLjMsMCwxLDAsMXM0LjUsMTAuNSw5LjUsMTUuN0MxNC4zLDMxLjYsMTkuNiwzMS4zLDE5LjYsMzEuMyAgTDE5LjYsMzEuM3oiLz4KPC9zdmc+) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__twitter .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTE5MTkxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE3Ij4KCTxwYXRoIGQ9Ik0zODEuMzg0LDE5OC42MzljMjQuMTU3LTEuOTkzLDQwLjU0My0xMi45NzUsNDYuODQ5LTI3Ljg3NiAgIGMtOC43MTQsNS4zNTMtMzUuNzY0LDExLjE4OS01MC43MDMsNS42MzFjLTAuNzMyLTMuNTEtMS41NS02Ljg0NC0yLjM1My05Ljg1NGMtMTEuMzgzLTQxLjc5OC01MC4zNTctNzUuNDcyLTkxLjE5NC03MS40MDQgICBjMy4zMDQtMS4zMzQsNi42NTUtMi41NzYsOS45OTYtMy42OTFjNC40OTUtMS42MSwzMC44NjgtNS45MDEsMjYuNzE1LTE1LjIxYy0zLjUtOC4xODgtMzUuNzIyLDYuMTg4LTQxLjc4OSw4LjA2NyAgIGM4LjAwOS0zLjAxMiwyMS4yNTQtOC4xOTMsMjIuNjczLTE3LjM5NmMtMTIuMjcsMS42ODMtMjQuMzE1LDcuNDg0LTMzLjYyMiwxNS45MTljMy4zNi0zLjYxNyw1LjkwOS04LjAyNSw2LjQ1LTEyLjc2OSAgIEMyNDEuNjgsOTAuOTYzLDIyMi41NjMsMTMzLjExMywyMDcuMDkyLDE3NGMtMTIuMTQ4LTExLjc3My0yMi45MTUtMjEuMDQ0LTMyLjU3NC0yNi4xOTIgICBjLTI3LjA5Ny0xNC41MzEtNTkuNDk2LTI5LjY5Mi0xMTAuMzU1LTQ4LjU3MmMtMS41NjEsMTYuODI3LDguMzIyLDM5LjIwMSwzNi44LDU0LjA4Yy02LjE3LTAuODI2LTE3LjQ1MywxLjAxNy0yNi40NzcsMy4xNzggICBjMy42NzUsMTkuMjc3LDE1LjY3NywzNS4xNTksNDguMTY5LDQyLjgzOWMtMTQuODQ5LDAuOTgtMjIuNTIzLDQuMzU5LTI5LjQ3OCwxMS42NDJjNi43NjMsMTMuNDA3LDIzLjI2NiwyOS4xODYsNTIuOTUzLDI1Ljk0NyAgIGMtMzMuMDA2LDE0LjIyNi0xMy40NTgsNDAuNTcxLDEzLjM5OSwzNi42NDJDMTEzLjcxMywzMjAuODg3LDQxLjQ3OSwzMTcuNDA5LDAsMjc3LjgyOCAgIGMxMDguMjk5LDE0Ny41NzIsMzQzLjcxNiw4Ny4yNzQsMzc4Ljc5OS01NC44NjZjMjYuMjg1LDAuMjI0LDQxLjczNy05LjEwNSw1MS4zMTgtMTkuMzkgICBDNDE0Ljk3MywyMDYuMTQyLDM5My4wMjMsMjAzLjQ4NiwzODEuMzg0LDE5OC42Mzl6Ii8+Cjwvc3ZnPg==) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__facebook .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTE5MTkxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDMwLjExMyA0MzAuMTE0Ij4KCTxwYXRoIGQ9Ik0xNTguMDgxLDgzLjNjMCwxMC44MzksMCw1OS4yMTgsMCw1OS4yMThoLTQzLjM4NXY3Mi40MTJoNDMuMzg1djIxNS4xODNoODkuMTIyVjIxNC45MzZoNTkuODA1ICAgYzAsMCw1LjYwMS0zNC43MjEsOC4zMTYtNzIuNjg1Yy03Ljc4NCwwLTY3Ljc4NCwwLTY3Ljc4NCwwczAtNDIuMTI3LDAtNDkuNTExYzAtNy40LDkuNzE3LTE3LjM1NCwxOS4zMjEtMTcuMzU0ICAgYzkuNTg2LDAsMjkuODE4LDAsNDguNTU3LDBjMC05Ljg1OSwwLTQzLjkyNCwwLTc1LjM4NWMtMjUuMDE2LDAtNTMuNDc2LDAtNjYuMDIxLDBDMTU1Ljg3OC0wLjAwNCwxNTguMDgxLDcyLjQ4LDE1OC4wODEsODMuM3oiLz4KPC9zdmc+) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__gplus .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTE5MTkxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIyNSAtMjUgOTAgOTAiPgoJPHBhdGggZD0iTTg0LTI1SDU5LjZjLTYuNCwwLTE0LjQsMC45LTIxLjIsNi41Yy01LjEsNC40LTcuNiwxMC40LTcuNiwxNS44YzAsOS4yLDcuMSwxOC41LDE5LjYsMTguNSAgICBjMS4yLDAsMi41LTAuMSwzLjgtMC4yYy0wLjYsMS40LTEuMiwyLjYtMS4yLDQuNmMwLDMuNywxLjksNS45LDMuNSw4Yy01LjMsMC40LTE1LjIsMC45LTIyLjYsNS40Yy03LDQuMS05LjEsMTAuMi05LjEsMTQuNCAgICBDMjUsNTYuOCwzMy4zLDY1LDUwLjQsNjVjMjAuMywwLDMxLjEtMTEuMiwzMS4xLTIyLjNjMC04LjEtNC43LTEyLjItOS45LTE2LjVsLTQuMy0zLjNjLTEuMy0xLjEtMy4xLTIuNS0zLjEtNS4xICAgIGMwLTIuNiwxLjgtNC4zLDMuMy01LjhjNS0zLjksOS45LTgsOS45LTE2LjhjMC05LTUuNy0xMy43LTguNC0xNS45aDcuM0w4NC0yNXogTTczLjYsNDcuM2MwLDcuMy02LDEyLjgtMTcuNCwxMi44ICAgIGMtMTIuNiwwLTIwLjgtNi0yMC44LTE0LjRjMC04LjQsNy42LTExLjIsMTAuMi0xMi4yYzUtMS43LDExLjQtMS45LDEyLjQtMS45YzEuMiwwLDEuOCwwLDIuNywwLjFDNjkuNywzOC4xLDczLjYsNDEuMyw3My42LDQ3LjN6ICAgICBNNjQuMSw5LjJjLTEuOSwxLjktNS4xLDMuMy04LDMuM2MtMTAuMiwwLTE0LjgtMTMuMS0xNC44LTIxYzAtMy4xLDAuNi02LjMsMi42LTguN2MxLjktMi40LDUuMi0zLjksOC4zLTMuOSAgICBjOS44LDAsMTQuOSwxMy4yLDE0LjksMjEuN0M2Ny4xLDIuOCw2Ni45LDYuNSw2NC4xLDkuMnoiLz4KCQkJPHJlY3QgeD0iOTMuMSIgeT0iLTIuMiIgd2lkdGg9IjYuNyIgaGVpZ2h0PSIzNi41Ii8+CgkJCTxyZWN0IHg9Ijc4LjEiIHk9IjEyLjciIHdpZHRoPSIzNi41IiBoZWlnaHQ9IjYuNyIvPgo8L3N2Zz4=) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__feedly .b-share-icon {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2NC4wODZweCIgaGVpZ2h0PSIxNDQuOTFweCIgdmlld0JveD0iMCAwIDE2NC4wODYgMTQ0LjkxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNjQuMDg2IDE0NC45MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzkxOTE5MSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTQuNzY4LDUuMjU2Yy03LjAwOC03LjAwOC0xOC40NzUtNy4wMDgtMjUuNDgyLDBMNS4yNTYsNjkuMjg1Yy03LjAwOCw3LjAwOC03LjAwOCwxOC40NzUsMCwyNS40ODRsNDUuNjg5LDQ1LjY4OWMzLjE4MiwyLjc3MSw3LjM0LDQuNDUxLDExLjg5MSw0LjQ1MWgzOC4zODNjNS4wMDIsMCw5LjUyOS0yLjAyNywxMi44MDctNS4zMDRsNDQuODA1LTQ0LjgwNWM3LjAwOC03LjAwOSw3LjAwOC0xOC40NzYsMC0yNS40ODRMOTQuNzY4LDUuMjU2eiBNNDguMjY4LDkwLjI2OGMtMC40NjcsMC40NjktMS4xMTMsMC43NTgtMS44MjYsMC43NThoLTUuNDc3Yy0wLjY0OCwwLTEuMjQyLTAuMjQtMS42OTUtMC42MzVsLTYuNTItNi41MTljLTEtMC45OTktMS0yLjYzNiwwLTMuNjM2bDQ3LjQ1OS00Ny40NThjMS0xLDIuNjM1LTEsMy42MzUsMGw5LjE0MSw5LjE0YzEsMSwxLDIuNjM2LDAsMy42MzZMNDguMjY4LDkwLjI2OHogTTkyLjk4NCwxMjIuMjAxbC02LjM5Myw2LjM5M2MtMC40NjcsMC40NjctMS4xMTMsMC43NTctMS44MjYsMC43NTdoLTUuNDc3Yy0wLjY1LDAtMS4yNDItMC4yNC0xLjY5Ny0wLjYzN2wtNi41MTgtNi41MThjLTEtMC45OTktMS0yLjYzNiwwLTMuNjM2bDkuMTM1LTkuMTM2YzEtMC45OTgsMi42MzctMC45OTgsMy42MzUsMGw5LjE0MSw5LjE0MUM5My45ODQsMTE5LjU2NSw5My45ODQsMTIxLjIwMSw5Mi45ODQsMTIyLjIwMXogTTkyLjk4NCw4My44NzdMNjcuNDMsMTA5LjQzMmMtMC40NjcsMC40NjctMS4xMTMsMC43NTYtMS44MjYsMC43NTZoLTUuNDc3Yy0wLjY0OCwwLTEuMjQyLTAuMjQtMS42OTUtMC42MzVsLTYuNTItNi41MThjLTEtMS4wMDEtMS0yLjYzNywwLTMuNjM3bDI4LjI5Ny0yOC4yOTZjMS0xLjAwMSwyLjYzNy0xLjAwMSwzLjYzNywwbDkuMTM5LDkuMTRDOTMuOTg0LDgxLjI0Myw5My45ODQsODIuODc3LDkyLjk4NCw4My44Nzd6Ii8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
	background-size: 18px 18px;
}

.comments_box .b-share_theme_counter .b-share-btn__odnoklassniki .b-share-icon{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC4xMjUgMCAwIC0uMTI1IDAgMTAyLjUpIj48cGF0aCBmaWxsPSIjOTE5MTkxIiBkPSJNNzIsNzk4LjIxOWM4LjQ4NCwwLDE1LjM4Ny02LjkwMiwxNS4zODctMTUuMzg3YzAtOC40NzctNi45MDItMTUuMzc5LTE1LjM4Ny0xNS4zNzljLTguNDc3LDAtMTUuMzg3LDYuOTAyLTE1LjM4NywxNS4zNzlDNTYuNjEzLDc5MS4zMTYsNjMuNTIzLDc5OC4yMTksNzIsNzk4LjIxOXogTTcyLDc0NS42OGMyMC41LDAsMzcuMTY0LDE2LjY2NCwzNy4xNjQsMzcuMTUyQzEwOS4xNjQsODAzLjMyOCw5Mi41LDgyMCw3Miw4MjBjLTIwLjQ5NiwwLTM3LjE2NC0xNi42NzItMzcuMTY0LTM3LjE2OEMzNC44MzYsNzYyLjM0NCw1MS41MDQsNzQ1LjY4LDcyLDc0NS42OHoiLz48cGF0aCBmaWxsPSIjOTE5MTkxIiBkPSJNODcuMDM1LDcxNS4zNjNjNy41NjYsMS43MjMsMTQuODYzLDQuNzE1LDIxLjU4Miw4LjkzOGM1LjA4NiwzLjIwMyw2LjYxNyw5LjkyNiwzLjQxLDE1LjAxNmMtMy4xOTksNS4wOTgtOS45MTgsNi42MjktMTUuMDEyLDMuNDIyYy0xNS4yMjMtOS41NzQtMzQuODI0LTkuNTctNTAuMDM1LDBjLTUuMDk4LDMuMjA3LTExLjgxNiwxLjY3Ni0xNS4wMTItMy40MjJjLTMuMjAzLTUuMDktMS42NzYtMTEuODEyLDMuNDEtMTUuMDE2YzYuNzE5LTQuMjE5LDE0LjAxNi03LjIxNSwyMS41ODItOC45MzhsLTIwLjc3Ny0yMC43NzdjLTQuMjUtNC4yNTQtNC4yNS0xMS4xNDUsMC4wMDQtMTUuMzk1YzIuMTI5LTIuMTI1LDQuOTEtMy4xOTEsNy42OTUtMy4xOTFjMi43ODksMCw1LjU3NCwxLjA2Niw3LjcwMywzLjE5MWwyMC40MSwyMC40MTRsMjAuNDI2LTIwLjQxNGM0LjI0Ni00LjI1NCwxMS4xMzctNC4yNTQsMTUuMzkxLDBjNC4yNTQsNC4yNSw0LjI1NCwxMS4xNDgsMCwxNS4zOTVMODcuMDM1LDcxNS4zNjMiLz48L2c+PC9zdmc+) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__surfingbird .b-share-icon {
	background: url(/img/surfingbird.png) no-repeat 0 1px;
	background-size: 18px 36px;
}

.comments_box .b-share_theme_counter .b-share-btn__vkontakte:hover {
	border-color: #6888ac;
	color: #6888ac;
}

.comments_box .b-share_theme_counter .b-share-btn__vkontakte:hover .b-share-icon {
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjg4OGFjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgoJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNiwzMS4zSDIyYzAsMCwwLjctMC4xLDEuMS0wLjVjMC4zLTAuNCwwLjMtMS4xLDAuMy0xLjFzMC0zLjIsMS40LTMuN2MxLjUtMC41LDMuNCwzLjEsNS40LDQuNSAgYzEuNSwxLDIuNywwLjgsMi43LDAuOGw1LjMtMC4xYzAsMCwyLjgtMC4yLDEuNS0yLjRjLTAuMS0wLjItMC44LTEuNi00LTQuNmMtMy4zLTMuMS0yLjktMi42LDEuMS04YzIuNS0zLjMsMy40LTUuMywzLjEtNi4xICBjLTAuMy0wLjgtMi4xLTAuNi0yLjEtMC42bC02LDBjMCwwLTAuNC0wLjEtMC44LDAuMWMtMC4zLDAuMi0wLjUsMC42LTAuNSwwLjZzLTEsMi41LTIuMiw0LjdjLTIuNyw0LjUtMy43LDQuOC00LjIsNC41ICBjLTEtMC43LTAuOC0yLjYtMC44LTQuMWMwLTQuNCwwLjctNi4yLTEuMy02LjdjLTAuNy0wLjItMS4xLTAuMy0yLjgtMC4zYy0yLjEsMC00LDAtNSwwLjVjLTAuNywwLjMtMS4yLDEuMS0wLjksMS4xICBjMC40LDAuMSwxLjMsMC4yLDEuOCwwLjljMC42LDAuOCwwLjYsMi43LDAuNiwyLjdzMC40LDUuMi0wLjgsNS44Yy0wLjgsMC40LTEuOS0wLjUtNC4zLTQuNmMtMS4yLTIuMS0yLjEtNC40LTIuMS00LjQgIFM4LjMsMTAuMiw3LjksMTBDNy42LDkuNyw3LDkuNiw3LDkuNmwtNS43LDBjMCwwLTAuOSwwLTEuMiwwLjRjLTAuMywwLjMsMCwxLDAsMXM0LjUsMTAuNSw5LjUsMTUuN0MxNC4zLDMxLjYsMTkuNiwzMS4zLDE5LjYsMzEuMyAgTDE5LjYsMzEuM3oiLz4KPC9zdmc+) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__twitter:hover {
	border-color: #329bc2;
	color: #329bc2;
}

.comments_box .b-share_theme_counter .b-share-btn__twitter:hover .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzI5YmMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE3Ij4KCTxwYXRoIGQ9Ik0zODEuMzg0LDE5OC42MzljMjQuMTU3LTEuOTkzLDQwLjU0My0xMi45NzUsNDYuODQ5LTI3Ljg3NiAgIGMtOC43MTQsNS4zNTMtMzUuNzY0LDExLjE4OS01MC43MDMsNS42MzFjLTAuNzMyLTMuNTEtMS41NS02Ljg0NC0yLjM1My05Ljg1NGMtMTEuMzgzLTQxLjc5OC01MC4zNTctNzUuNDcyLTkxLjE5NC03MS40MDQgICBjMy4zMDQtMS4zMzQsNi42NTUtMi41NzYsOS45OTYtMy42OTFjNC40OTUtMS42MSwzMC44NjgtNS45MDEsMjYuNzE1LTE1LjIxYy0zLjUtOC4xODgtMzUuNzIyLDYuMTg4LTQxLjc4OSw4LjA2NyAgIGM4LjAwOS0zLjAxMiwyMS4yNTQtOC4xOTMsMjIuNjczLTE3LjM5NmMtMTIuMjcsMS42ODMtMjQuMzE1LDcuNDg0LTMzLjYyMiwxNS45MTljMy4zNi0zLjYxNyw1LjkwOS04LjAyNSw2LjQ1LTEyLjc2OSAgIEMyNDEuNjgsOTAuOTYzLDIyMi41NjMsMTMzLjExMywyMDcuMDkyLDE3NGMtMTIuMTQ4LTExLjc3My0yMi45MTUtMjEuMDQ0LTMyLjU3NC0yNi4xOTIgICBjLTI3LjA5Ny0xNC41MzEtNTkuNDk2LTI5LjY5Mi0xMTAuMzU1LTQ4LjU3MmMtMS41NjEsMTYuODI3LDguMzIyLDM5LjIwMSwzNi44LDU0LjA4Yy02LjE3LTAuODI2LTE3LjQ1MywxLjAxNy0yNi40NzcsMy4xNzggICBjMy42NzUsMTkuMjc3LDE1LjY3NywzNS4xNTksNDguMTY5LDQyLjgzOWMtMTQuODQ5LDAuOTgtMjIuNTIzLDQuMzU5LTI5LjQ3OCwxMS42NDJjNi43NjMsMTMuNDA3LDIzLjI2NiwyOS4xODYsNTIuOTUzLDI1Ljk0NyAgIGMtMzMuMDA2LDE0LjIyNi0xMy40NTgsNDAuNTcxLDEzLjM5OSwzNi42NDJDMTEzLjcxMywzMjAuODg3LDQxLjQ3OSwzMTcuNDA5LDAsMjc3LjgyOCAgIGMxMDguMjk5LDE0Ny41NzIsMzQzLjcxNiw4Ny4yNzQsMzc4Ljc5OS01NC44NjZjMjYuMjg1LDAuMjI0LDQxLjczNy05LjEwNSw1MS4zMTgtMTkuMzkgICBDNDE0Ljk3MywyMDYuMTQyLDM5My4wMjMsMjAzLjQ4NiwzODEuMzg0LDE5OC42Mzl6Ii8+Cjwvc3ZnPg==) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__facebook:hover {
	border-color: #465993;
	color: #465993;
}

.comments_box .b-share_theme_counter .b-share-btn__facebook:hover .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDY1OTkzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDMwLjExMyA0MzAuMTE0Ij4KCTxwYXRoIGQ9Ik0xNTguMDgxLDgzLjNjMCwxMC44MzksMCw1OS4yMTgsMCw1OS4yMThoLTQzLjM4NXY3Mi40MTJoNDMuMzg1djIxNS4xODNoODkuMTIyVjIxNC45MzZoNTkuODA1ICAgYzAsMCw1LjYwMS0zNC43MjEsOC4zMTYtNzIuNjg1Yy03Ljc4NCwwLTY3Ljc4NCwwLTY3Ljc4NCwwczAtNDIuMTI3LDAtNDkuNTExYzAtNy40LDkuNzE3LTE3LjM1NCwxOS4zMjEtMTcuMzU0ICAgYzkuNTg2LDAsMjkuODE4LDAsNDguNTU3LDBjMC05Ljg1OSwwLTQzLjkyNCwwLTc1LjM4NWMtMjUuMDE2LDAtNTMuNDc2LDAtNjYuMDIxLDBDMTU1Ljg3OC0wLjAwNCwxNTguMDgxLDcyLjQ4LDE1OC4wODEsODMuM3oiLz4KPC9zdmc+) no-repeat 0 0;
	}

.comments_box .b-share_theme_counter .b-share-btn__gplus:hover {
	border-color: #dd4b39;
	color: #dd4b39;
}

.comments_box .b-share_theme_counter .b-share-btn__gplus:hover .b-share-icon{
	background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZGQ0YjM5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIyNSAtMjUgOTAgOTAiPgoJPHBhdGggZD0iTTg0LTI1SDU5LjZjLTYuNCwwLTE0LjQsMC45LTIxLjIsNi41Yy01LjEsNC40LTcuNiwxMC40LTcuNiwxNS44YzAsOS4yLDcuMSwxOC41LDE5LjYsMTguNSAgICBjMS4yLDAsMi41LTAuMSwzLjgtMC4yYy0wLjYsMS40LTEuMiwyLjYtMS4yLDQuNmMwLDMuNywxLjksNS45LDMuNSw4Yy01LjMsMC40LTE1LjIsMC45LTIyLjYsNS40Yy03LDQuMS05LjEsMTAuMi05LjEsMTQuNCAgICBDMjUsNTYuOCwzMy4zLDY1LDUwLjQsNjVjMjAuMywwLDMxLjEtMTEuMiwzMS4xLTIyLjNjMC04LjEtNC43LTEyLjItOS45LTE2LjVsLTQuMy0zLjNjLTEuMy0xLjEtMy4xLTIuNS0zLjEtNS4xICAgIGMwLTIuNiwxLjgtNC4zLDMuMy01LjhjNS0zLjksOS45LTgsOS45LTE2LjhjMC05LTUuNy0xMy43LTguNC0xNS45aDcuM0w4NC0yNXogTTczLjYsNDcuM2MwLDcuMy02LDEyLjgtMTcuNCwxMi44ICAgIGMtMTIuNiwwLTIwLjgtNi0yMC44LTE0LjRjMC04LjQsNy42LTExLjIsMTAuMi0xMi4yYzUtMS43LDExLjQtMS45LDEyLjQtMS45YzEuMiwwLDEuOCwwLDIuNywwLjFDNjkuNywzOC4xLDczLjYsNDEuMyw3My42LDQ3LjN6ICAgICBNNjQuMSw5LjJjLTEuOSwxLjktNS4xLDMuMy04LDMuM2MtMTAuMiwwLTE0LjgtMTMuMS0xNC44LTIxYzAtMy4xLDAuNi02LjMsMi42LTguN2MxLjktMi40LDUuMi0zLjksOC4zLTMuOSAgICBjOS44LDAsMTQuOSwxMy4yLDE0LjksMjEuN0M2Ny4xLDIuOCw2Ni45LDYuNSw2NC4xLDkuMnoiLz4KCQkJPHJlY3QgeD0iOTMuMSIgeT0iLTIuMiIgd2lkdGg9IjYuNyIgaGVpZ2h0PSIzNi41Ii8+CgkJCTxyZWN0IHg9Ijc4LjEiIHk9IjEyLjciIHdpZHRoPSIzNi41IiBoZWlnaHQ9IjYuNyIvPgo8L3N2Zz4=) no-repeat 0 0;
}

.comments_box .b-share_theme_counter .b-share-btn__odnoklassniki:hover {
	border-color: #e27e35;
	color: #e27e35;
}

.comments_box .b-share_theme_counter .b-share-btn__odnoklassniki:hover .b-share-icon{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC4xMjUgMCAwIC0uMTI1IDAgMTAyLjUpIj48cGF0aCBmaWxsPSIjRTI3RTM1IiBkPSJNNzIsNzk4LjIxOWM4LjQ4NCwwLDE1LjM4Ny02LjkwMiwxNS4zODctMTUuMzg3YzAtOC40NzctNi45MDItMTUuMzc5LTE1LjM4Ny0xNS4zNzljLTguNDc3LDAtMTUuMzg3LDYuOTAyLTE1LjM4NywxNS4zNzlDNTYuNjEzLDc5MS4zMTYsNjMuNTIzLDc5OC4yMTksNzIsNzk4LjIxOXogTTcyLDc0NS42OGMyMC41LDAsMzcuMTY0LDE2LjY2NCwzNy4xNjQsMzcuMTUyQzEwOS4xNjQsODAzLjMyOCw5Mi41LDgyMCw3Miw4MjBjLTIwLjQ5NiwwLTM3LjE2NC0xNi42NzItMzcuMTY0LTM3LjE2OEMzNC44MzYsNzYyLjM0NCw1MS41MDQsNzQ1LjY4LDcyLDc0NS42OHoiLz48cGF0aCBmaWxsPSIjRTI3RTM1IiBkPSJNODcuMDM1LDcxNS4zNjNjNy41NjYsMS43MjMsMTQuODYzLDQuNzE1LDIxLjU4Miw4LjkzOGM1LjA4NiwzLjIwMyw2LjYxNyw5LjkyNiwzLjQxLDE1LjAxNmMtMy4xOTksNS4wOTgtOS45MTgsNi42MjktMTUuMDEyLDMuNDIyYy0xNS4yMjMtOS41NzQtMzQuODI0LTkuNTctNTAuMDM1LDBjLTUuMDk4LDMuMjA3LTExLjgxNiwxLjY3Ni0xNS4wMTItMy40MjJjLTMuMjAzLTUuMDktMS42NzYtMTEuODEyLDMuNDEtMTUuMDE2YzYuNzE5LTQuMjE5LDE0LjAxNi03LjIxNSwyMS41ODItOC45MzhsLTIwLjc3Ny0yMC43NzdjLTQuMjUtNC4yNTQtNC4yNS0xMS4xNDUsMC4wMDQtMTUuMzk1YzIuMTI5LTIuMTI1LDQuOTEtMy4xOTEsNy42OTUtMy4xOTFjMi43ODksMCw1LjU3NCwxLjA2Niw3LjcwMywzLjE5MWwyMC40MSwyMC40MTRsMjAuNDI2LTIwLjQxNGM0LjI0Ni00LjI1NCwxMS4xMzctNC4yNTQsMTUuMzkxLDBjNC4yNTQsNC4yNSw0LjI1NCwxMS4xNDgsMCwxNS4zOTVMODcuMDM1LDcxNS4zNjMiLz48L2c+PC9zdmc+) no-repeat 0 0;

}

.comments_box .b-share_theme_counter .b-share-btn__feedly:hover .b-share-icon {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2NC4wODZweCIgaGVpZ2h0PSIxNDQuOTFweCIgdmlld0JveD0iMCAwIDE2NC4wODYgMTQ0LjkxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNjQuMDg2IDE0NC45MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzc2YjYzMSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOTQuNzY4LDUuMjU2Yy03LjAwOC03LjAwOC0xOC40NzUtNy4wMDgtMjUuNDgyLDBMNS4yNTYsNjkuMjg1Yy03LjAwOCw3LjAwOC03LjAwOCwxOC40NzUsMCwyNS40ODRsNDUuNjg5LDQ1LjY4OWMzLjE4MiwyLjc3MSw3LjM0LDQuNDUxLDExLjg5MSw0LjQ1MWgzOC4zODNjNS4wMDIsMCw5LjUyOS0yLjAyNywxMi44MDctNS4zMDRsNDQuODA1LTQ0LjgwNWM3LjAwOC03LjAwOSw3LjAwOC0xOC40NzYsMC0yNS40ODRMOTQuNzY4LDUuMjU2eiBNNDguMjY4LDkwLjI2OGMtMC40NjcsMC40NjktMS4xMTMsMC43NTgtMS44MjYsMC43NThoLTUuNDc3Yy0wLjY0OCwwLTEuMjQyLTAuMjQtMS42OTUtMC42MzVsLTYuNTItNi41MTljLTEtMC45OTktMS0yLjYzNiwwLTMuNjM2bDQ3LjQ1OS00Ny40NThjMS0xLDIuNjM1LTEsMy42MzUsMGw5LjE0MSw5LjE0YzEsMSwxLDIuNjM2LDAsMy42MzZMNDguMjY4LDkwLjI2OHogTTkyLjk4NCwxMjIuMjAxbC02LjM5Myw2LjM5M2MtMC40NjcsMC40NjctMS4xMTMsMC43NTctMS44MjYsMC43NTdoLTUuNDc3Yy0wLjY1LDAtMS4yNDItMC4yNC0xLjY5Ny0wLjYzN2wtNi41MTgtNi41MThjLTEtMC45OTktMS0yLjYzNiwwLTMuNjM2bDkuMTM1LTkuMTM2YzEtMC45OTgsMi42MzctMC45OTgsMy42MzUsMGw5LjE0MSw5LjE0MUM5My45ODQsMTE5LjU2NSw5My45ODQsMTIxLjIwMSw5Mi45ODQsMTIyLjIwMXogTTkyLjk4NCw4My44NzdMNjcuNDMsMTA5LjQzMmMtMC40NjcsMC40NjctMS4xMTMsMC43NTYtMS44MjYsMC43NTZoLTUuNDc3Yy0wLjY0OCwwLTEuMjQyLTAuMjQtMS42OTUtMC42MzVsLTYuNTItNi41MThjLTEtMS4wMDEtMS0yLjYzNywwLTMuNjM3bDI4LjI5Ny0yOC4yOTZjMS0xLjAwMSwyLjYzNy0xLjAwMSwzLjYzNywwbDkuMTM5LDkuMTRDOTMuOTg0LDgxLjI0Myw5My45ODQsODIuODc3LDkyLjk4NCw4My44Nzd6Ii8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
	background-size: 18px 18px;
}

.comments_box .b-share_theme_counter .b-share-btn__feedly:hover {
	border-color: #76b631;
	color: #76b631;
}

.comments_box .b-share_theme_counter .b-share-btn__surfingbird:hover .b-share-icon {
	background-position: 0 -17px;
}

.comments_box .b-share_theme_counter .b-share-btn__surfingbird:hover {
	border-color: #12b4fc;
	color: #12b4fc;
}

.fb_comments_wrapper {
	margin: 0 -8px;
}

.fb_iframe_widget {
	max-width: 740px;
	width: 100%;
}

.fb_iframe_widget span {
	width: 100% !important;
}

.fb_iframe_widget iframe {
	width: 100% !important;
}

.results {
	font-size: 0;
}

.results + .btn {
	margin-top: 25px;
}

.results_diagram {width: 184px; height: 184px; margin: 0 auto 25px; position: relative;}
.results_diagram .diagram {position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.results_diagram .text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; color: #000;}
.results_diagram .text span {display: block; font:300 13px/18px 'Exo 2', sans-serif; }
.results_diagram .text strong {font:700 30px/30px 'Exo 2', sans-serif; color: #000;}
.results_diagram .text strong + span {font-size: 11px; display: block; margin-top: -4px;}

.results_text {display: inline-block; vertical-align: middle; font:300 17px/21px 'Exo 2', sans-serif; margin-bottom: 25px;}
.results_box {display: inline-block; vertical-align: top; font:300 13px/15px 'Exo 2', sans-serif; margin-top: -5px; width: 100%;}
.results_box .item {margin-bottom: 25px;}
.results_box .box {overflow: hidden; padding-top: 5px;}
.results_box .total {float: right; font-size: 14px; line-height: 18px; font-weight: 700; color: #000; min-width: 40px; margin-left: 25px;}
.results_box .line {height: 10px; background: #fff; border-radius: 10px; margin-bottom: 10px;}
.results_box .line > div {height: 10px; border-radius: 10px; width: 1%; background: #ddd;}

.test_widget .results_box {font-size: 13px; line-height: 20px; margin-bottom: 0;}
.test_widget .results_box .box {overflow: visible;}
.test_widget .results_box .total,
.test_widget .results_box .item:first-child .total {font-size: 14px; font-weight: 500; min-width: 35px;}
.test_widget .results_box .item:last-child {margin-bottom: 0;}
.test_widget .results_box .line {height: 3px; border-radius:3px; overflow: hidden; margin-top: 4px;}
.test_widget .results_box .line > div {height: 3px; border-radius: 0;}

.test_answers .answers_list {
	margin-bottom: 60px;
}

.test_answers label.green {
	color: #34a321;
	font-weight: bold;
}

.test_answers label.red {
	color: #bf4044;
}

.list {margin-bottom: 15px; text-align: center;}
.list .item {padding-top: 15px; border-bottom: 2px solid #e7e7e7; text-align: left;}
.list .item a {display: block;}
.list .item a:hover {text-decoration: none;}
.list .item span {display: block;}
.list .item:first-child {padding-top: 0;}
.list .image {overflow: hidden; border-radius: 3px; margin-bottom: 15px; background: #ccc; height: 173px;}
.list .image img {width: 100%; backface-visibility:hidden; -webkit-backface-visibility:hidden;}
.list .text {overflow: hidden; position: relative;}
.list .date {margin-bottom: 8px; line-height: 20px;}
.list .date .time {display: inline;}
.list .date .time::after {top: -4px;}
.list .title {font: 500 19px/22px 'Exo 2', sans-serif; margin-bottom: 10px;}
.list .intro {font: 13px/22px Tahoma, sans-serif; color: #848484;}
.list .info {color: #b2b2b2; font-size: 10px; text-transform: uppercase; line-height: 30px; padding: 5px 0 0;}
.list .review {margin-left: -6px;}
.list .review .icon {fill:#b9b9b9; width:30px;height: 30px; margin-left: 15px;}
.list .more {margin-top: 40px; margin-bottom: 25px;}

.grid {font-size: 0;}
.grid .section {border-top: 2px solid #e7e7e7;}
.grid .section:first-child {padding-top: 0;}
.grid h2 {font:600 13px/15px 'Exo 2', sans-serif; text-transform: uppercase; color: #000; margin-bottom: 0; padding: 19px 0;}
.grid .col {display: inline-block; vertical-align: top; float: none; border-top: 2px solid #e7e7e7;}
.grid .col:first-child {border-top: none;}
.grid .row {background: #eee; display: none;}
.grid .icon_b_arr {float: right; margin: -12px -12px 0 15px; -webkit-transition:all 0.3s; transition:all 0.3s; stroke:#000;}
.grid .invert {transform:rotate(180deg); -webkit-transform:rotate(180deg);}

.grid .item {font-size: 14px; line-height: 18px;}
.grid .item a:hover {color:#bf4044; }
.grid .image {display: none; background: #2d3336; overflow: hidden; border-radius: 3px; transform:translateZ(0); -webkit-transform:translateZ(0); height: 157px;}
.grid .image img {opacity: 0.3; backface-visibility:hidden; -webkit-backface-visibility:hidden; -webkit-transition:all 0.3s; transition:all 0.3s; }
.grid .link {display: block; position: relative;}
.grid .link:hover img {transform:scale(1.04); -webkit-transform:scale(1.04);}
.grid .title {padding: 14px 15px; display: block;}
.grid .links {border-top: 2px solid #e7e7e7; margin: 0 -15px; padding: 14px 15px;}
.grid .links a { display: block; padding: 14px 30px; position: relative;}
.grid .links a:hover {text-decoration: none;}
.grid .links ul {}
.grid .links ul a {padding-left: 45px;}

.submenu {background: #fff;  padding:23px 30px 0 30px; border-radius: 5px;  position: relative; margin-bottom: 25px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);}
.sidebar .submenu h3 {font-weight: 600; color: #000; text-transform: uppercase; line-height: 27px; margin-bottom: 0;}
.submenu h4 {font-size: 16px; line-height: 24px; font-weight: 300; color: #878787;}

.submenu .links {  margin: 0 -30px; position: relative;}
.submenu .links:before {content: ''; display: block; top: 0; left: 30px; right: 30px; border-top: 1px solid #d8d8d8; position: absolute;}
.submenu .links > li:first-child ul {margin-top: -1px;}
.submenu .links .icon_b_arr {float: right; position: absolute; top: 4px; right: 20px; -webkit-transition:right 0s; transition:right 0s; -webkit-transition:transform 0.3s; transition:transform 0.3s; stroke:#aaa;}
.submenu .links .invert {transform:rotate(180deg); -webkit-transform:rotate(180deg);}

.submenu .links li {clear: both; position: relative;}
.submenu .links li:first-child > a:after {display: none;}
.submenu .links a {font: 500 16px/24px 'Exo 2', sans-serif; display: block; padding: 12px 60px 13px 30px; position: relative;}
.submenu .links a:after {content: ''; display: block; position: absolute; left: 30px; right: 30px; top:0; border-top: 1px dotted #d8d8d8;}
.submenu .links a:hover {text-decoration: none; color: #bf4044;}
.submenu .links a:hover .icon_b_arr {stroke:#bf4044;}

.submenu .links ul {display: none;  padding: 0 0 12px;}
.submenu .links ul a {font: 400 14px/20px 'Open sans', sans-serif; color:#616161; padding-left: 60px; padding-right: 30px;}
.submenu .links ul a:after {display: none;}
.submenu .links ul a:before {content: ''; display: none; position: absolute; left: 30px; top: 12px; bottom: 13px; border-left: 3px solid #bf4044;}
.submenu .links ul a:hover:before {display: block;}

.submenu .links ul ul {background:#e4e4e4;}
.submenu .links ul ul a {padding-left: 90px; }
.submenu .links ul ul a:before {left: 60px;}

.submenu .links .open {background:#f0f0f0;}
.submenu .links .open > a:after,
.submenu .links .open + li > a:after {display: none;}

.submenu .links .selected {color: #bf4044;}
.submenu .links .selected:before {display: block;}
.submenu .links ul .selected {color: #bf4044;}

.blok_contacts {font:300 13px/20px 'Exo 2', sans-serif; margin-left: 45px; padding-top: 0; color: #000;}
.blok_contacts strong {font-weight: 500;}
.blok_contacts p {padding: 5px 0;}
.blok_contacts .icon {width: 24px; height: 24px; margin-left: -45px; margin-top: -2px; float: left;}
.blok_contacts a {color: #000;}

.map {height: 150px; position: relative;}
.map:after {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.map.active:after {display: none;}

.block_social {background: #232323; color: #fff; font: 14px/23px 'Exo 2', sans-serif; text-align: center; padding-left:15px; padding-right: 15px;}
.block_social h2 {margin-bottom: 0;}
.block_social a {text-decoration: none;}
.block_social .networks {font-size: 0; padding:0 0 20px;}
.block_social .network_widget_small {display: inline-block; vertical-align: top; width: auto;}
/*.block_social .networks .link {display:none; vertical-align: top; width: 100px; text-align: center; font-size: 10px; line-height: 14px; text-transform: uppercase;  font-weight: 600; color: #7a7a7a; border:2px solid #7a7a7a; padding: 6px 0; border-radius: 30px;}*/
.block_social .networks img {display: none; width: 75px; margin: 8px 10px;}
.block_social .networks img:first-child {display: block;}
.block_social .network_widget_small:hover img {display: block; }
.block_social .network_widget_small:hover img:first-child {display: none;}
.block_social .instagram img {margin: 10px 10px 6px;}

.block_404 {background: #030303; padding: 30px 0; position: relative;}
.block_404 img {margin: 0 auto;}

.no_results {
	padding: 30px 0;
}

.direct {
	padding: 30px 0;
	background: #eee;
}

.ad_main {
	margin: 50px 0 80px 0;
}

.ad_maininfo {
	float: left;
	width: 310px;
	margin: 20px 0 0 0;
}

.ad_maininfo__center {
	width: 330px;
	margin: 5px 40px 0 40px;
}

.ad_maininfo h3 {
	margin: 0 0 25px 0;

	color: #232323;
	font-family: "Exo 2";
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.ad_maininfo__center h3 {
	font-size: 26px;
	color: #bf4044;
}

.ad_index {
	width: 310px;
	height: 170px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	overflow: hidden;
}

.ad_maininfo__center .ad_index {
	width: 330px;
	height: 190px;
}

.ad_index_date {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 65px;

	text-align: center;
}

.ad_maininfo__center .ad_index_date {
	margin-top: 75px;
}

.ad_index_date p {
	position: absolute;
	left: 32px;
	top: 11px;
	width: 38px;

	color: #9b9b9b;
	font-family: "Exo 2";
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.ad_maininfo__center .ad_index_date p {
	color: #bf4044;
}

.ad_index_date .icon_date {
	width: 40px;
	height: 40px;

	fill: #9b9b9b;
}

.ad_maininfo__center .ad_index_date .icon_date {
	fill: #bf4044;
}

.ad_index_right {
	float: left;
	width: 210px;
	height: 170px;

	background-color: #eee;
}

.ad_maininfo__center .ad_index_right {
	width: 230px;
	height: 190px;
	background-color: #bf4044;
}

.ad_index_item {
	margin: 25px 20px -5px 28px;
}

.ad_maininfo__center .ad_index_item {
	margin: 30px 20px 25px 28px;
}

.ad_index_item .icon {
	float: right;

	fill: #232323;
}

.ad_maininfo__center .icon {
	fill: #fff;
}

.ad_index_item .icon_user {
	width: 20px;
	height: 26px;
	margin: 1px 0 0 1px;
}

.ad_index_item .icon_view {
	width: 22px;
	height: 14px;
	margin: 7px 0 0 0;
}

.ad_index_item p {
	color: #232323;
	font-family: "Exo 2";
	font-size: 26px;
	font-weight: 300;
}

.ad_maininfo__center .ad_index_item p {
	color: #fff;
	font-size: 34px;
}

.ad_index_item p span {
	display: block;

	color: #aeaeae;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.ad_maininfo__center .ad_index_item p span {
	color: #dfabac
}

.ad_gender, .ad_city, .ad_age  {
	margin: 40px 0 20px 0;
}

.ad_gender h2, .ad_city h2, .ad_age h2 {
	color: #232323;
	font-family: "Exo 2";
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
}

.ad_age h2 {
	margin-left: 55px;
}

.ad_gender {
	float: left;
	width: 260px;
}

.ad_gender .results_diagram {
	width: 220px;
	height: 207px;
	margin: -12px 0 0 -10px;
}

.ad_gender_item {
	margin-bottom: 22px;
	height: 26px;

	color: #232323;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 400;
}

.ad_gender_name {
	float: left;
	width: 96px;

	line-height: 26px;
}

.ad_gender_proc {
	float: left;

	line-height: 26px;
}

.ad_gender_proc__blue {
	color: #2d73bb;
}

.ad_gender_proc__red {
	color: #bf4044;
}

.ad_gender_icon {
	float: left;
	height: 26px;
	width: 40px;
	margin: 0 0 0 0;

	background: url(/img/ad_sprite.png) 0 -240px no-repeat;
}

.ad_gender_icon__male {
	background-position: 0 -240px;
}

.ad_gender_icon__female {
	background-position: 0 -280px;
}

.ad_city {
	float: left;
	width: 340px;
}

.ad_city_item {
	margin-bottom: 16px;
	height: 32px;

	color: #232323;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 400;
}

.ad_city_name {
	float: left;
	width: 160px;

	line-height: 32px;
}

.ad_city_lines {
	float: left;
	width: 94px;
	margin: 2px 36px 0 0;
}

.ad_city_line {
	display: inline-block;
	height: 10px;

	background-color: #eee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.ad_city_line__394c9f {
	background-color: #394c9f;
}

.ad_city_line__2d73bb {
	background-color: #2d73bb;
}

.ad_city_line__7ab2d5 {
	background-color: #7ab2d5;
}

.ad_city_line__c6dde0 {
	background-color: #c6dde0;
}

.ad_city_line__3, .ad_city_line__4, .ad_city_line__5, .ad_city_line__6, .ad_city_line__10, .ad_city_line__12, .ad_city_line__18, .ad_city_line__21, .ad_city_line__25 {
	margin-right: 6px;
}

.ad_city_line__3 {
	width: 3%;
}

.ad_city_line__4 {
	width: 4%;
}

.ad_city_line__5 {
	width: 5%;
}

.ad_city_line__6 {
	width: 6%;
}

.ad_city_line__10 {
	width: 10%;
}

.ad_city_line__12 {
	width: 12%;
}

.ad_city_line__17 {
	width: 17%;
}

.ad_city_line__18 {
	width: 18%;
}

.ad_city_line__21 {
	width: 21%;
}

.ad_city_line__25 {
	width: 25%;
}

.ad_city_line__75, .ad_city_line__79, .ad_city_line__82, .ad_city_line__83, .ad_city_line__90, .ad_city_line__95, .ad_city_line__96, .ad_city_line__97 {
	margin-right: -6px;
}
.ad_city_line__75 {
	width: 75%;
}

.ad_city_line__79 {
	width: 79%;
}

.ad_city_line__82 {
	width: 82%;
}

.ad_city_line__83 {
	width: 83%;
}

.ad_city_line__90 {
	width: 90%;
}

.ad_city_line__95 {
	width: 95%;
}

.ad_city_line__96 {
	width: 96%;
}

.ad_city_line__97 {
	width: 97%;
}

.ad_city_proc {
	float: left;

	line-height: 32px;
}

.ad_age {
	float: left;
	width: 380px;
}

.ad_age_item {
	margin-bottom: 16px;
	height: 32px;

	color: #232323;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 400;
}

.ad_age_name {
	float: left;
	width: 80px;

	line-height: 32px;
}

.ad_age_proc {
	float: left;

	line-height: 32px;
}

.ad_age_icon {
	float: left;
	height: 32px;
	width: 55px;
	margin: -2px 0 0 0;

	background: url(/img/ad_sprite.png) 0 0 no-repeat;
}

.ad_age_icon__24 {
	background-position: 0 0;
}

.ad_age_icon__34 {
	background-position: 0 -40px;
}

.ad_age_icon__44 {
	background-position: 0 -80px;
}

.ad_age_icon__54 {
	background-position: 0 -120px;
}

.ad_age_icon__64 {
	background-position: 0 -160px;
}

.ad_age_icon__65 {
	background-position: 0 -200px;
}

.ad_data {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
}

.news_widget__smi2 {
	margin-top: 35px;
}

.news_widget__smi2 a {
	color: #000;
	line-height: 140%;
}

.news_widget__smi2 a img {
	width: 70px;
	height: 70px;
}

.sk_header_85214 {
	display: none;
}

.pushes {
}

.pushes a {
	display: none;
}

.mm-body {
	width: 100% !important;
}

.mm-body__line {
}

.mm-body__line img {
	width: 90px;
	height: 90px;
	margin-bottom: 20px !important;

	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

.mm-body__line span {
	margin: 12px 0 0 12px !important;
	width: 220px !important;

	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 17px !important;
}

.mm-body__line a:hover span {
	color: #bf4044 !important;
	text-decoration: underline !important;
}

.ipoteka_map {
	height: 450px;
	margin: 0 400px 30px 0;
}

.ipoteka_map_wrapper .ipoteka_map {
	margin: 30px 0 30px 0;
}

.ipoteka_news {
	float: right;
	width: 350px;
}

.ipoteka_news.news_widget img {
	border-radius: 0;
}

.social_popup {
	position: fixed;
	right: -500px;
	bottom: 15px;
	width: 350px; 
	height: 230px;

	background-color:#fff;
	z-index: 2000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.social_popup_header {
	position: relative;
	padding: 15px 15px;

	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	color: #fff;

	background-color: #0088cc;
}

.social_popup_header p {
	margin: 0 50px 0 10px;
}

.social_popup_text {
	padding: 15px 10px;
}

.social_popup_close {
	position: absolute;
	right: 12px;
	top: 24px;
	width: 23px;
	height: 23px;

	background: url(/img/close.png) 0 0 no-repeat;
	cursor: pointer;
	z-index: 2500;
}

.banner_top {
	height: 90px;
	padding: 15px 0 15px 0;
	margin: 0 0 20px 0;
	background-color: #fff;
}

.banner_top_wrapper {
	width: 1100px;
	height: 90px;
	margin: 0 auto 0 auto;
}

.banner_topmobile {
	display: none;
	margin: 25px 0 15px 0;
}

.banner_topmobile_wrapper {
	width: 100%;
	margin: 0 auto;
}

.direct_bottom2 {
	display: none;
	width: 300px;
	margin: 0 auto;
}

#ad_root {
    display: none;
    font-size: 14px;
    height: 250px;
    line-height: 16px;
    position: relative;
    width: 300px;
}

.thirdPartyMediaClass {
    height: 157px;
    width: 300px;
}

.thirdPartyTitleClass {
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thirdPartyBodyClass {
    display: -webkit-box;
    height: 32px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.thirdPartyCallToActionClass {
    color: #326891;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 8px;
}

@media (min-width: 480px) {
	.news_widget .news_image {
		margin-right: 15px;
	}

	.articles {
		margin: 0;
	}

	.publication {
		padding-bottom:20px;
	}

	.publication.image_item .category {left: 15px; right: 15px; bottom: 20px;}

	.articles .text_item + .text_item:before {
		margin-right: 0;
		margin-left: 0;
	}

	.articles .more {
		margin-top: 20px;
	}

	.network_slider_wrapper {
		margin: 0;
	}
}

@media (max-width: 767px){
	.header .fixed .container {
		width: 100%;
	}

	.content img {
		height: auto !important;
	}

	.advertising .header {
	}

	.advertising .banner_top {
		display:none;
	}

	.tags_wrapper {
		display: none;
	}

	.content .news_widget .item {
		width: 100% !important;
		float: none !important;
	}

	.content .news_widget .item:nth-child(3) {
		display: none !important;
	}

	.content .news_widget .item:nth-child(4) {
		display: none !important;
	}

	.news_widget__warfiles {
		display: none;
	}

	.ipoteka_news {
		float: none;
	}

	.ipoteka_map {
		margin-right: 0;
	}

	.publication .banner {
		height: 180px;
	}

	.publication.image_item.bannera_item {
		display: none;
	}

	.google_item  {
		display: block;
	}

	.banner_topmobile {
		display: block;
	}

	.direct_bottom1 {
		display: none;
	}

	.direct_bottom2 {
		display: block;
	}

	.sk_item_85214 {
		width: 100% !important;
		padding-bottom: 20px;
	}

}

@media (min-width: 768px) {
	.container {
		padding: 0;
	}

	.row {
		margin: 0 -10px;
	}

	.col {
		padding-left:10px;
		padding-right: 10px;
	}

	body {
		font-size: 16px;
		line-height: 26px;
	}

	h1,	.h1 {
		margin-bottom: 25px;

		font-size: 32px;
		line-height: 36px;
	}

	p {
		margin-bottom:22px;
	}

	hr {
		margin: 36px 0;
	}

	.header {
		min-height: 50px;
		padding-top: 1px;
		min-height: 149px;
	}

	.header .logo {padding: 4px 30px 4px 20px; float: left;}
	.header .fixed {top: 30px;}
	.header .fixed .wrapper {border-radius: 5px; margin: 0 -5px; box-shadow: 0 0 15px rgba(0,0,0,0.2);}
	.header .fixed.sticky {position: fixed; top:15px;}
	.secondary_menu_switcher {border-radius: 5px 0 0 5px;}
	.header .mouse {display: block;}
	.header .breadcrumbs {margin-top: 94px; margin-left: 70px;}
	.header .breadcrumbs_wrapper {padding:30px 0 5px 25px;}

	.advertising .header .banner {display: block;}
	.advertising .header {
		min-height: 435px;
	}
	.advertising .header .fixed {top: 170px;}
	.advertising .header .fixed.sticky {top: 15px;}

	.advertising.condensed .header {padding-top: 81px;}
	.advertising.condensed .header .fixed {top: 110px;}
	.advertising.condensed .header .fixed.sticky {top: 15px;}

	.advertising .header .mouse .icon_mouse {/*border-color: #fff;*/ text-shadow:0 0 2px #000;}
	.advertising .header .mouse .icon_mouse:after {/*background: #fff;*/}
	.advertising .header .mouse {color: #000;}
	.advertising .main_views + .link a {color: #000; /*text-shadow:0 0 2px #000;*/}
	.advertising .main_views + .link .icon {fill:#000;}

	.search .switcher {border-radius: 0 5px 5px 0;}
	.search .field input { border-radius: 0 5px 5px 0; padding-left: 20px;}

	.search.open {width: 260px;}
	.search.open .switcher {display: block;}
	.search.open .submit {display: none;}
	.search.open .close {display: none;}
	.search.open .field {width: 100%;}

	.search .ui-autocomplete {box-shadow: 0 0 6px rgba(0,0,0,0.5); border-radius: 5px; top: 70px !important;}
	.search .ui-autocomplete .ui-menu-item:first-child {border-radius: 5px 5px 0 0;}
	.search .ui-autocomplete .ui-menu-item:last-child {border-radius: 0 0 5px 5px;}

	.primary_menu.collapsed {margin-right: 210px;}

	.secondary_menu {width: auto; background: #e7e7e7; border-radius: 0 0 5px 5px; padding: 30px 0 20px;}
	.secondary_menu .menu_wrapper {  min-width: 280px;}
	.secondary_menu ul {border:none;}
	.secondary_menu ul:first-child {display: none;}
	.secondary_menu a {font-size: 12px; position: relative; padding:5px 45px 4px 60px;}

	.secondary_menu a:before {content: ''; display: block; position: absolute; left: 20px; top: 17px; width: 20px; height: 3px; background: #bf4044; display: none;}
	.secondary_menu a:hover:before {display: block;}

	.primary_menu_clone li {display: none;}
	.primary_menu_clone .visible {display: block;}

	.main_news {margin:29px -10px 98px 0; }
	.main_news h1 {font-size: 26px; max-height: 144px; overflow: hidden;}
	.main_news .image {margin-top: -20px; height: 429px; border-radius: 5px;}
	.main_news .image:after {bottom: 60px; background-position: 0 100%;}
	.main_news .image img {border-radius: 5px; max-width: 100%;}
	.main_news .text {padding: 0 20px 30px;}
	.main_news .text .icon {display: block; position: absolute; left: -20%; top: 0;}
	.main_news .date {left: 20px;}
	.main_news .category {background: rgba(0,0,0,0.9); padding:23px 23px 23px 50px; border-radius: 0 0 3px 3px; left: 0; right: 0; bottom: 0;}
	.main_news .category .icon {left: 30px; top: 24px;}
	/*.main_news .category:hover {color: #fff;}
	.main_news .category:hover .icon {fill:#fff;}*/

	.main_views {width: 200px; margin: 109px 0 20px; float: right; border-bottom: 2px solid #dedede; }
	.main_views .icon_views {margin: 0 auto; display: block;}
	.main_views .item {padding-top: 10px; margin-top: 10px;}
	.main_views + .link {margin-bottom: 40px;}

	.cover {margin-bottom: 60px; max-height: 295px;}
	.cover .main_news {margin-right: 0;}
	.cover .main_news h1 {max-height: 108px;}
	.cover .main_news img {height: auto;}

	.cover .main_news .image {height: 346px;}
	.cover .main_news .text {bottom: 80px; padding: 0 25px;}
	.cover .main_news .category {left: 0; right:0;}
	.cover .main_news .category span:first-child {margin-left: 3px;}
	.cover .main_news .category span span {max-width: 300px; overflow: hidden;white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;}
	.cover .main_news .category span .full {width: auto; text-overflow: none;}
	.cover .main_news .date {left: 25px;}
	.cover .main_news .text .icon {left: -7%;}

	.section_title { margin:108px 0 30px 80px;}
	.section_title + .main_news {padding-top: 0;}
	.section_title > .icon_b_arr {top: 6px; margin-top: 0;}
	.section_title > .icon_book {top: 6px; margin-top: 0;}
	.section_title .table {height: 52px;}
	.section_title h2 {font-size: 14px; line-height: 18px; font-weight: 300; text-transform: uppercase; color: #6e6e6e; padding-top: 8px; padding-bottom: 8px;}

	.advertising .section_title h2 {
		color: #fff;
	}

	.section_title .submenu_container {/*left: auto; width: 300px;*/ left:0; }
	.section_title .submenu {border-radius: 3px;}
	.section_title .links li:first-child {border-radius: 3px 3px 0 0;}
	.section_title .links li:last-child {border-radius:0 0 3px 3px;}

	.cover .section_title { margin:108px 0 70px 80px;}

	.text_cover {max-height: none; margin-bottom: 0; border: none;}
	.text_cover .main_news {padding-top: 129px; margin-top: 0;}
	.text_cover .main_news h1 {max-height: none;}
	.text_cover .main_news .text {position: relative; bottom: 0; padding-bottom:80px;}
	.text_cover .main_news .date {top:0;}
	.text_cover .main_news .text .icon {top: 32px;}

	.text_cover .main_news .category {background: #444444; left: -30px; border-radius: 0;}
	.text_cover .main_news .category:before,
	.text_cover .main_news .category:after {content: ''; display: block; position: absolute; top: 0; height: 100%; width: 100%; background: #444; z-index: 10;}
	.text_cover .main_news .category:before {right: 100%;}
	.text_cover .main_news .category:after {left: 100%;}
	.text_cover .main_news .category span {margin-left: 105px;}

	/*.text_cover .main_news .category:hover {color: #797979;}
	.text_cover .main_news .category:hover .icon {fill:#797979;}*/
	.text_cover .section_title {margin-bottom: 10px;}

	.cover_small {margin-bottom: 305px; max-height: none;}
	.cover_small .main_news {position: absolute; left: 10px; right: 10px; top: 100%; margin:-40px 0 0;}
	.cover_small .main_news .image {margin: 0;}

	.cover_big {background: #232323;}
	.cover_big .main_news { }
	.cover_big .main_news .image {max-height: 392px; overflow: hidden; border-radius: 4px; position: relative; border: 1px solid transparent;}
	.cover_big .main_news .image:after {bottom: 0; background-position: 0 100%;}

	.cover_big .main_news img {width: 100%;}
	.cover_big .main_news h1 {color: #fff;}
	.cover_big .main_news .text .icon {fill:#fff;}
	.cover_big .main_news .text {bottom: 60px; color: #a1a2a2; position: absolute;}

	.header + .articles {padding-top: 36px;}
	.container .articles {padding-top: 36px;}
	.articles h2 {margin-bottom: 31px; padding-top: 36px;}
	.publication { font-size: 13px; line-height: 22px;}
	.publication:hover .category:after {border-color: #bf4044;}
	.publication .image {height: 250px;}
	.publication .link {/*min-height: 197px;*/min-height: 188px; padding-bottom: 20px;}
	.publication .link:hover .title {text-decoration: underline;}
	.publication .category {display: block;}
	.publication .category:after {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; border-top: 3px solid #f1f1f1;}
	.publication.text_item .text {max-height: 66px; overflow: hidden;}
	.publication.text_item + .text_item:before {display: none;}
	.publication.text_item .link:hover .title {color: #bf4044;}
	.publication.image_item .link:hover img {transform:scale(1.04); -webkit-transform:scale(1.04);}
	.publication.banner_item .link {padding-bottom: 0; min-height: 250px;}
	.publication.image_item img {height: 250px; width: auto; -webkit-transition:all 0.3s; transition:all 0.3s;}
	.publication.image_item .category {background: #fff; border-radius: 0 0 5px 5px; padding-bottom: 14px; left: 10px; right: 10px;}
	.publication.image_item .category:after {border-color: #fff;}
	.publication.image_item .category:hover {color: #000;}
	.publication.image_item .category:hover .icon {fill:#000;}
	.publication.image_item:hover .category:after {border-color: #bf4044;}

	.publication.banner_item img {
		width: 100%;
		border-radius: 5px;
		max-width: none;
		width: auto;
	}

	.publication.bannera_item img {
		width: 100%;
		border-radius: 5px;
		max-width: none;
		height: auto;
		margin-top: -18px;
	}

	.publication.views_item .link {
		min-height: 197px;
	}
	/*.masonry_init .publication.banner_item img {min-height: 100%;}*/

	/*.publication.banner_item .link {min-height: 1px;}*/

	.publication.small .title {
		font-size: 13px;
		line-height: 22px;
	}
	.publication.small img {height: auto; width: 100%;}

	.news_widget {padding-top: 0; }
	.news_widget .news_image {margin-right: 30px;}
	.ipoteka_news.news_widget .news_image {margin-right: 20px;}

	.articles .news_widget {min-height: 500px;}

	.col + .col .test_widget {border-top: none;}

	.test_widget {margin: 0; padding: 30px; border-radius: 5px;}
	.test_widget .widget_content {padding:0;}
	.test_widget h3 {padding:25px 0; margin-bottom: 30px;}
	.test_widget .form_row {margin-bottom: 30px;}
	.test_widget .widget_content {min-height: 220px;}

	.teasers {margin:0 0 40px; background: none; padding: 0;}

	.image_teaser {margin:0 0 20px;}
	.image_teaser img {height: auto; width: 100%; -webkit-transition:all 0.3s; transition:all 0.3s;}
	.image_teaser .image {box-shadow: 0 0 5px rgba(0,0,0,0.25); height: 260px;}
	.image_teaser .title {font-size:30px; line-height:36px; left: 30px; max-height: 72px; overflow: hidden;}
	.image_teaser .subtitle {color: #949494; background: #fff; box-shadow: 0 2px 5px rgba(243,243,243,0.8); padding: 0 30px;}
	.image_teaser .link:hover .subtitle:after {display: block;}
	.image_teaser .link:hover img {transform:scale(1.04); -webkit-transform:scale(1.04); opacity: .1;}
	.image_teaser .link:hover .title {text-shadow:1px 1px 3px #000;}

	.subscription .label {display: inline-block; vertical-align: top; margin-bottom:0;}
	.subscription .field {width: 300px; margin: 0 10px 0 20px;}
	.subscription .success_message .icon {margin-left: 20px;}

	.sliders_box { padding: 35px 0; }
	.sliders_box .to_top {display: block;}
	.sliders_box > .bx-next,
	.sliders_box > .bx-prev {display: block;}

	.photo_slider_wrapper {margin: 0 35px 0 -5px;}
	.photo_slider .slide {padding: 25px 5px;}
	.photo_slider .image img {border-radius: 5px; }
	.photo_slider .image {border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.5); min-height: 290px;}
	.photo_slider .text {position: absolute; right: 5px; top: 5px; bottom: 5px; width: 210px; padding:40px 30px; margin: 0;}

	.network_slider_wrapper {margin-left: -40px; padding-top: 0;}
	.col .network_slider_wrapper {margin-left: -40px; padding-top: 0; margin-right: 0;}
	.network_slider_wrapper .bx-pager {padding-top: 32px;}

	.network_widget {display: block;}
	.network_widget_small {display: none;}

	.sidebar {margin-bottom: 36px;}

	.content.intro {padding-left: 10px; padding-right: 10px;}
	.content {padding-top: 36px; margin-bottom: 36px;}
	.content h5,
	.content blockquote {font-size: 24px; line-height: 26px; padding-left: 0; margin-bottom: 36px;}
	.content h5:before,
	.content blockquote:before {left: -20px;}

	.content blockquote h6 {
		margin: -10px 0 0 0;
		font-size: 15px;
		font-style: italic;
		text-align: right;
		font-weight: 600;
	}

	.content .image {margin: 0 0 26px;}
	/*.content .image .wrapper {background: url(../img/bg/content-image-bg.jpg) no-repeat; background-size: cover; border-radius: 3px;  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); overflow: hidden;}*/
	.content .image img {/*width: auto;*/ box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); border-radius: 3px;}
	.content .image span {margin-left: 30px;}

	.content .align_left {
		float: left;
		max-width: 330px;
		margin-right: 36px;
	}

	.content .align_leftfix {
		float: left;
		width: 40%;
		margin-right: 36px;
	}

	.content .align_leftfix .jMosaic-selector {
		margin: 0;
	}

	.content .align_leftfix .jMosaic-item img {
		height: auto;
	}

	.content .step {
		margin-bottom: 26px;
	}

	.content input[type="radio"] + label {line-height: 30px;}
	.content input[type="radio"] + label:before {top: 10px;}
	.content input[type="radio"] + label:after {top: 12px;}
	.content form .buttons {padding-top: 2px;}
	.content .buttons {padding-bottom: 0;}
	.content .buttons a {margin-right: 7px;}

	.content_slider_wrapper {margin: -5px -10px 36px;}
	.content_slider_wrapper .bx-prev .icon,
	.content_slider_wrapper .bx-next .icon {width: 40px; height: 40px;}
	.content_slider_wrapper .bx-prev,
	.content_slider_wrapper .bx-next {/*margin-top: -48px;*/ margin-top: -20px; opacity: 0.8;}
	.content_slider_wrapper .bx-prev:hover,
	.content_slider_wrapper .bx-next:hover {opacity: 1;}
	.content_slider_wrapper .bx-pager {padding-top: 22px; display: block;}
	.content_slider_wrapper .bx-prev {left: 26px;}
	.content_slider_wrapper .bx-next {right: 26px;}
	.content_slider .slide {padding: 5px;}
	.content_slider img {background: url(../img/bg/content-image-bg.jpg) no-repeat; border-radius: 3px;  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);}

	.tags_wrapper .label {float: left; margin-bottom: 0;}

	.fb_comments_wrapper {margin-top: 10px;}

	.results_diagram { display: inline-block; vertical-align: middle; margin:0 56px 0 -240px;}
	.results_text {font-size: 20px; line-height: 30px;}

	.results_box {font-size: 18px; line-height: 18px; margin-bottom: -10px;}
	.results_box .item {margin-bottom: 30px;}
	.results_box .box {padding-top: 6px;}
	.results_box .total {font-size: 18px; min-width: 90px;}
	/*.results_box .item:first-child .total {font-size: 28px;}*/

	.list {margin-bottom: 36px;}
	.list .item {border:none; margin-bottom: 36px; padding: 0;}
	.list a:hover .info {border-color: #bf4044;}
	.list a:hover .title {color: #bf4044; text-decoration: underline;}
	.list .image {float: left; width: 340px; height: 230px; margin:0 20px 0 0; transform:translateZ(0); -webkit-transform:translateZ(0);}
	.list .image + .text {min-height: 190px;}
	.list .image + .text .date {padding-top: 3px;}
	.list .title {margin-bottom: 14px;}
	.list .text {padding-bottom: 38px;}
	.list .intro {margin-bottom: 12px;}
	.list .info {border-top: 3px solid #e7e7e7; position: absolute; left: 0; right: 0; bottom: 0;}
	.list .more {margin: 4px 0;}

	.list img {-webkit-transition:all 0.3s; transition:all 0.3s;}
	.list a:hover img {-webkit-transform:scale(1.04); transform:scale(1.04);}

	.grid .section {border:none; padding: 40px 0 20px;}
	.grid .section:nth-child(even) {background: #eee;}
	.grid h2 {font-size: 32px; line-height: 36px; padding:0 0 0 20px; position: relative; font-weight: 500; margin-bottom: 20px;}
	.grid h2:before {content: ''; display: block; position: absolute; left: 0; top:0; bottom:0; border-left: 2px solid #bf4044;}
	.grid h2 .icon {display: none;}

	.grid .row {background: none; display: block !important;}
	.grid .col {border:none;}
	.grid .item {font:300 14px/18px 'Exo 2', sans-serif; margin-bottom: 20px;}
	.grid .item a:hover .title {text-decoration: underline;}
	.grid .title {position: absolute; top: 15px; left: 20px; right: 20px; color: #fff; padding: 0; /*font: 400 20px/24px 'Exo 2', sans-serif;*/ font-size: 17px; line-height: 21px; }
	.grid .image {display: block; position: relative; height: 155px;}
	.grid .image:after {content: ''; display: none; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 3px solid #bf4044;}
	.grid .item a:hover .image:after {display: block;}
	.grid .links {margin: 0; border:none; padding:10px 0 0; /*display: block !important;*/}
	.grid .links a {padding: 6px 20px;}
	.grid .links a:before {content: ''; display: none; position: absolute; left: 8px; top: 4px; bottom: 4px; border-left: 2px solid #bf4044;}
	.grid .links a:hover:before {display: block;}
	.grid .links ul a {font-size: 13px; padding-left: 32px; color: #626262;}
	.grid .links ul a:before {left:20px;}

	.blok_contacts {font-size: 18px; margin-left:0; padding-top: 0;}
	.blok_contacts .icon {/*width: 30px; height: 30px; margin-left: -45px; float: left;*/}

	.map {height: 310px;}

	.block_social {padding-bottom: 36px;}
	.block_social .networks {padding-bottom:0;}
	.block_social .network_widget_small {position: relative; border-radius: 5px; margin: 0 5px 10px;}
	.block_social .networks img {width: 90px; margin: 15px 10px; border-radius: 5px;}
	.block_social .instagram img {margin: 20px 10px 10px;}
	/*.block_social .network_widget_small:hover .link {display: block;}
	.block_social .networks .link {position: absolute; left: 10px; top: 100%; margin-top: 10px;}
	.block_social .networks .link:hover {border-color: #fff; color: #fff;}*/

	.block_404 {margin-top: -149px; padding: 119px 0 30px;}

	.footer {padding: 60px 0 55px;}
	.footer .logo {display: block;}
	.footer .copyright_box {padding-top: 31px; margin-top: 36px; line-height: 30px;}
	.footer .copyright_box .title {margin-bottom: 5px;}
	.footer .copyright_box .copiright {padding-top: 20px;}
}

@media (min-width: 1024px) {

	.row {margin: 0 -15px;}
	.col {padding: 0 15px;}

	.btn:hover {text-decoration: none; border-color: #d7d7d7; box-shadow: none;}
	.btn_border:hover {box-shadow: 0 2px 6px rgba(0,0,0,0.3); background: #fff; border-color: #fff; border-bottom-color:#f5f5f5;}
	.btn.disabled:hover {border-color: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); cursor: default;}

	.compressed .row {margin: 0 -10px;}
	.compressed .col {padding: 0 10px;}

	.header .fixed .wrapper {margin: 0 -10px;}
	.header .logo {margin-right: 8px;}
	.header .mouse {bottom: 12px;}
	.header .share_widget {left: -10px;}

	.advertising .header {
		min-height: 482px;
	}

	.secondary_menu a {padding:10px 45px 9px 60px;}
	.secondary_menu a:before {top: 22px;}

	.search.open {width: 310px;}
	.primary_menu.collapsed {margin-right: 260px;}

	.primary_menu a {padding-left: 20px; padding-right: 20px;}

	.main_news {margin-right: -20px; margin-bottom: 78px;}
	.main_news .image {height: 591px;}
	.main_news .text {padding: 0 15px 30px;}
	.main_news .text .icon {left: -70px;}

	.main_news .intro {
		position: relative;
		margin-left: -16%;
		padding-left: 16%;
	}

	.main_news .intro_text {
		margin-top: 15px;
		max-height: 188px;
		overflow: hidden;
		min-height: 66px;
	}

	.main_news .without_text {
		position: static;
	}

	.main_news .intro_text + .date {position: absolute; left: -10px; top: -6px;}
	.main_news .intro_text + .date .time {display: block; padding: 0; border-bottom: 2px solid #797979;}
	.main_news .intro_text + .date .time:after {display: none; }

	.main_views {padding:30px 30px 40px; margin-bottom: 15px;}

	.main_views .item {padding-top: 25px; margin-top: 20px;}

	.cover {max-height: 341px;}
	.cover .main_news .image {height: 392px;}
	.cover .main_news .text {padding: 0 15px; left: 30px;}
	.cover .main_news .category span {margin-left:90px;}
	.cover .main_news .text .icon {left: -70px; top: 0;}
	.cover .main_news .without_text .date {left: 3%;}

	.section_title {max-width: 590px; cursor: default;}
	.section_title h2 {font-size: 26px; line-height: 26px; padding: 0;}
	.section_title > .icon_book,
	.section_title > .icon_b_arr {display: none;}

	.text_cover {max-height: none; border: none;}
	.text_cover .main_news h1 {padding-top: 0;}
	.text_cover .main_news {margin-left: 0;}
	.text_cover .main_news .text {padding:0 15px 115px;}
	.text_cover .main_news .date {left: 14%;}
	.text_cover .main_news .intro_text + .date {left: -10px;}
	.text_cover .main_news .category {left: 0;}
	.text_cover .main_news .category span {margin-left: 95px;}
	.text_cover .section_title {margin-bottom: 50px;}

	.cover_small {max-height: none; margin-bottom: 351px;}
	.cover_small .main_news {left: 15px; right: 15px;}

	.publication {padding: 0 15px 30px;}
	.publication.image_item .category {left: 15px; right: 15px; bottom: 30px;}
	.articles .more {margin-top: 10px;}
	.publication .advert_link {display: block;}

	.articles .news_widget {min-height: 510px;}

	.publication.small img {height: auto; width: 100%;}

	.publication.bannera_item img {
		width: auto;
		border-radius: 5px;
		max-width: none;
		height: 250px;
		margin-top: 0;
	}

	.image_teaser .image {height: 174px;}
	.image_teaser .title {max-height: 72px;}

	.test_widget + .link {margin-bottom: 28px;}

	.sliders_box { padding: 35px 0 40px; }

	.photo_slider_wrapper {margin: 0 -15px 0 -5px;}
	.photo_slider_wrapper + .link {padding-top: 35px;}
	.photo_slider .image {min-height: 370px;}

	.network_widget {margin-top: 25px;}
	.network_widget .title {padding-top: 25px;}
	.network_widget .count {margin-bottom: 28px;}

	.network_slider_wrapper {margin-left: 0;}
	.col .network_slider_wrapper {margin: 0;}
	.network_slider_wrapper .bx-pager {padding-top: 20px;}

	.content {padding-left: 20px;}
	.content.intro {padding-left: 15px; padding-right: 15px;}

	.content .image {margin: 0 0 26px;}
	.content .align_left {margin: 0 36px 26px 0;}

	.content_slider_wrapper {margin: -5px -25px 36px;}

	.jMosaic-selector {margin: -8px -28px 28px;}

	.results_diagram {margin:0 60px 0 -245px;}

	.list {padding-left: 20px;}

	.list .image {width: 315px; height: 213px;}
	.list .image + .text {min-height: 175px;}

	.big_banner .advert_link {left: 15px;}

	.grid .section {border:none; padding: 70px 0 30px;}
	.grid .item {margin-bottom: 40px; font-size: 16px;}
	.grid h2 {padding-left: 30px; margin-bottom: 40px;}
	.grid .title {font-size: 17px; line-height: 24px;}
	.grid .links {padding-top: 20px;}
	.grid .links a {padding: 6px 30px;}
	.grid .links a:before {left: 18px;}
	.grid .links ul a {font-size: 14px; padding-left: 42px;}
	.grid .links ul a:before {left:30px;}

	.block_social .networks img {margin: 20px 20px;}
	.block_social .instagram img {margin: 25px 20px 15px;}

	.footer .socials li {margin-left: 28px;}
	.footer .socials li.socials_gplus {display:block;}
	.footer .orphus .label {margin-right: 16px;}
	.footer .orphus .buttons {margin: 0 -12px;}
	.footer .orphus .button {padding:0 17px; margin: 0 12px}

	.mm-body__line span {
		width: 180px !important;
	}
}

@media (min-width: 1260px) {

	.row {margin: 0 -20px;}
	.col {padding: 0 20px;}

	.header .fixed .wrapper {margin: 0 -30px;}
	.search.open {width: 410px;}
	.primary_menu.collapsed {margin-right: 360px;}
	.secondary_menu {left: -30px;}
	.header .share_widget {left: -30px;}
	.header .breadcrumbs {margin-left: 50px;}

	.advertising .header {
		min-height: 536px;
	}

	.main_views {padding-bottom:56px; margin-bottom: 20px;}

	.main_news .text .icon {left: -80px;}
	.main_news .image {height: 670px;}

	.cover {max-height: 394px;}
	.cover .main_news h1 {max-height: 144px;}
	.cover .main_news .image {height: 446px;}
	.cover .main_news .text .icon {left: -80px;}
	.cover .main_news .category span {
		margin-left:130px;
	}

	.text_cover {max-height: none; border: none;}
	.text_cover .main_news {margin-left: 30px;}
	.text_cover .main_news .category span {margin-left: 120px;}

	.section_title {max-width: 690px;}

	.cover_small {max-height: none; margin-bottom: 405px;}
	.cover_small .main_news {left: 20px; right: 20px;}

	.cover_big .main_news .image {max-height: 446px;}

	.publication {padding: 0 20px 40px;}
	.publication.image_item .category {left: 20px; right: 20px; bottom: 40px;}
	.publication .advert_link {left: 20px;}

	.publication.small .title {font-size: 16px; line-height: 24px;}

	.publication.bannera_item img {
		width: 100%;
		border-radius: 5px;
		max-width: none;
		height: auto;
		margin-top: -18px;
	}

	.articles .more {margin-top:0;}
	.articles .news_widget {min-height: 520px;}

	.image_teaser .image {height: 190px;}
	.image_teaser .title {max-height: 108px;}
	.sidebar .image_teaser .image {height: 240px;}
	.sidebar .publication .image {height: 198px;}

	.sliders_box .to_top {left: -30px;}

	.photo_slider_wrapper {
		margin: 0 -25px;
	}

	.content.intro {padding-left: 0; padding-right: 0;}
	.content {padding-left: 50px;}
	.content h5:before,
	.content blockquote:before {left: -30px;}
	.content .buttons a {margin-right: 17px;}

	.list {padding-left: 50px;}
	.list .image {max-width: 340px; margin-right: 40px;}

	.results_diagram {margin:0 46px 0 -230px;}

	.grid .title {left: 30px; right: 30px; top: 20px;}
	.grid .image {height: 173px;}

	.footer .orphus .label {margin-right: 36px;}
	.footer .socials li {margin-left: 35px;}

	.mm-body__line span {
		width: 220px !important;
	}
}

/* PhotoSwipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	outline: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	z-index: 1500;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {position: absolute;	left: 0; top: 0; width: 100%; height: 100%;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__container, .pswp__zoom-wrap {position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	-ms-touch-action: none;
	touch-action: none;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {position: absolute; width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;

	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.pswp__img--placeholder {visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -8px;

	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}


.pswp__button {width: 44px;	height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {background: url(../img/bg/default-skin.png) 0 0 no-repeat; background-size: 264px 88px;	width: 44px; height: 44px;}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx){
	.pswp--svg .pswp__button {
		background-image: url(../img/bg/default-skin.svg);
	}
 }

.pswp__button--close {background-position: 0 -44px;}
.pswp__button--share {background-position: -44px -44px;}
.pswp__button--fs {display: none;}
.pswp--supports-fs .pswp__button--fs {display: block;}
.pswp--fs .pswp__button--fs {background-position: -44px 0;}
.pswp__button--zoom {display: none;	background-position: -88px 0;}
.pswp--zoom-allowed .pswp__button--zoom {display: block;}
.pswp--zoomed-in .pswp__button--zoom {background-position: -132px 0;}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {visibility: hidden;}

.pswp__button--arrow--right,
.pswp__button--arrow--left {position: absolute; top: 50%; /*display: none;*/ border:2px solid #414141;  height: 60px; margin-top: -30px; background: rgba(0, 0, 0, 0.5); z-index: 90;}
.pswp__button--arrow--right .icon,
.pswp__button--arrow--left .icon {height: 20px; width: 13px; fill:#414141;}
.pswp__button--arrow--right {right: 0; border-right: 0; border-radius: 12px 0 0 12px; padding: 18px 5px 18px 12px;}
.pswp__button--arrow--left {left: 0; border-left: 0; border-radius: 0 12px 12px 0; padding: 18px 12px 18px 5px; }

.pswp__button--arrow--right:hover,
.pswp__button--arrow--left:hover {border-color: #bdbdbd;}
.pswp__button--arrow--right:hover .icon,
.pswp__button--arrow--left:hover .icon {fill: #bdbdbd;}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {display: block;	background: rgba(0, 0, 0, 0.5);	width: 100%; height: 100%; top: 0; left: 0;	padding: 10px; position: absolute; z-index: 1600; opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {z-index: 1620; position: absolute; background: #fff; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {display: block;	padding: 8px 12px; color: #000;	text-decoration: none; font-size: 14px;	line-height: 18px;}
.pswp__share-tooltip a:hover {text-decoration: none; color: #000;}
.pswp__share-tooltip a:first-child {border-radius: 2px 2px 0 0;}
.pswp__share-tooltip a:last-child {border-radius: 0 0 2px 2px;}

.pswp__share-modal--fade-in {opacity: 1;}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: -12px;
	right: 15px;

	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {background: #3E5C9A;	color: #fff;}
a.pswp__share--facebook:hover:before {border-bottom-color: #3E5C9A;}
a.pswp__share--twitter:hover {background: #55ACEE; color: #fff;}
a.pswp__share--pinterest:hover {background: #ccc; color: #CE272D;}
a.pswp__share--download:hover {background: #ddd;}

.pswp__counter {position: absolute;	left: 0; bottom: 0; height: 44px; font-size: 10px; line-height: 44px;color: #949494; padding: 0 10px; font-weight: 600;}

.pswp__caption {position: absolute; left: 0; bottom: 0;	width: 100%; min-height: 44px;}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {text-align: center; max-width: 420px; margin: 0 auto; font-size: 10px; text-transform: uppercase; font-weight: 600; padding: 10px; line-height: 20px; color: #949494;}

.pswp__caption .icon_round {
	width: 12px;
	height: 12px;
	margin: 4px 10px 4px 0;

	fill: #949494;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {width: 44px; height: 44px; position: absolute; top: 0; left: 50%;	margin-left: -22px;	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(../img/bg/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute;	left: 15px;	top: 15px; margin: 0;}
.pswp--css_animation .pswp__preloader__cut {position: relative;	width: 7px;	height: 14px; overflow: hidden;}
.pswp--css_animation .pswp__preloader__donut {width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent;	position: absolute;	top: 0;	left: 0; background: none; margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@media screen and (max-width: 1024px) {
	.tags_wrapper {
		clear: both;
		margin: 0 0 0 0;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	visibility: visible;
	opacity: 1;
	z-index: 1550;
	-webkit-font-smoothing: auto;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp .share_widget {
	position: absolute;
	left: 30px;
	top: 70px;
	width: 60px;
	z-index: 100;
}

.pswp .share_widget:hover .switcher,
.pswp .share_widget.open .switcher {
	background: #4b4b4b;
	border-color: #464646;
}

.pswp .switcher {
	background: #585858;
	border-bottom-color: #464646;
}

.pswp .switcher .icon {
	color: #000;
}

.pswp .widgets {
	background: #232323;
}

.pswp .widgets .icon {
	fill: #686868;
}

.pswp .logo {text-transform: uppercase; padding: 4px 0; overflow: hidden; font-size: 0; position: absolute; left: 30px; top: 3px; z-index: 100;}
.pswp .logo a {display: inline-block; vertical-align: top; font:13px/13px 'Days', sans-serif;}
.pswp .logo a:after {content: ''; display:block; clear:both; font-size: 0; line-height: 0;}
.pswp .logo img {width: 30px; height: 30px; float: left; display: none;}
.pswp .logo img:first-child {display: block;}
.pswp .logo span {float: left; padding:2px 0 2px 20px; text-align: left; color: #6e6e6e;}

.pswp .logo:hover span {color: #fff;}
.pswp .logo:hover img {display: block;}
.pswp .logo:hover img:first-child {display: none;}

.pswp__caption, .pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar, .pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}
