@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,800");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 3;
	background-color: red;
}

.header__ad {
	float: left;
	width: 100%;
	height: 170px;
	background-color: #ffffff;
}

.header__ad img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 900px;
}

body {
	background: #eee;
}

.header__top {
	float: left;
	width: 100%;
	height: 66px;
	background-color: #b90707;
}

.header__top_inner {
	position: relative;
	float: left;
	height: 66px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

.header__top_hamburger {
	position: relative;
	float: left;
	line-height: 66px;
	height: 100%;
	font-weight: 800;
	cursor: pointer;
	padding: 0 15px;
}

.header__top_hamburger span {
	color: #fff;
	padding-left: 40px;
	color: #fff;
	position: relative;
}

.h-sc-fb, .h-sc-tw {
	font-size: 28px;
}

.h-sc-fb {
	margin-right: 5px;
}

.hamburger-stick {
	position: absolute;
	float: left;
	height: 3px;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	width: 30px;
}

.hamburger-stick:after {
	content: '';
	position: absolute;
	height: 3px;
	top: 7px;
	background-color: #fff;
	width: 30px;
}

.hamburger-stick:before {
	content: '';
	position: absolute;
	height: 3px;
	top: 14px;
	background-color: #fff;
	width: 30px;
}

.header__top_hamburger.active {
	background-color: #950706;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.header__top_hamburger.active:hover {
	background-color: #980606;
}

.header__top_hamburger.active .hamburger-stick {
	transform: rotateZ(45deg);
	top: 30px;
	margin-top: 0;
}

.header__top_hamburger.active .hamburger-stick:before {
	transform: rotateZ(90deg);
	left: 21px;
	top: 1px;
	margin-left: -21px;
}

.header__top_hamburger.active .hamburger-stick:after {
	display: none;
}

.header__top_divider {
	position: relative;
	float: left;
	width: 1px;
	height: 36px;
	top: 50%;
	background-color: #fff;
	margin-top: -18px;
}

.header__top_blogy {
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	padding: 0 15px;
	line-height: 66px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.header__top_blogy:hover {
	background-color: #980606;
}

.header__top_right {
	float: right;
	height: 66px;
}

.search__input {
	position: absolute;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border: none;
	width: 0;
	right: 66px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.search__input.active {
	width: 200px;
	padding-left: 15px;
}

.header__top_right_search {
	position: relative;
	float: right;
	height: 66px;
	width: 66px;
	background-image: url("../images/icons/search.png");
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.header__top_right_user {
	float: left;
	height: 66px;
	background-image: url("../images/icons/user.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
	line-height: 66px;
	margin-left: 25px;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
}

.header__bottom {
	float: left;
	width: 100%;
	height: 140px;
	background-color: #fff;
}

.header__bottom_inner {
	position: relative;
	float: left;
	height: 100%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}

.header__bottom_inner_button {
	position: relative;
	float: left;
	top: 50%;
	margin-top: -21px;
	border: 1px solid #000;
	text-align: center;
	line-height: 43px;
	width: 177px;
	height: 43px;
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.header__bottom_inner_button:hover {
	background-color: #eee;
}

.header__bottom_inner_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header__bottom_inner_socials {
	float: right;
	padding-top: 60px;
}

.header__bottom_inner_socials a {
	margin-left: 15px;
	color: #808080;
	text-decoration: none;
}

.header__bottom_inner_socials a:hover {
	color: #000;
}

.header__top_dots, .mobile__logo {
	display: none;
}

.header__bottom_menu {
	position: absolute;
	z-index: 999;
	height: 140px;
	width: 100%;
	background-color: #1a1a1a;
}

.header__bottom_menu_inner {
	position: relative;
	float: left;
	height: 100%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	line-height: 140px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

.header__bottom_menu_inner div {
	width: 100%;
}

.menu-item {
	text-decoration: none;
	font-size: 14px;
	color: #eee !important;
	font-weight: bold;
}

.menu-item:hover {
	color: #fff;
}

.menu-item img {
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.section__categories {
	position: relative;
	float: left;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 0;
	/* margin-bottom: 40px; */
}

#show-modal {
	margin-top: 16px;
	margin-left: 10px;
	border: none;
	padding: 5px 5px;
	background: transparent;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
}

.category__item {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.category__item:hover {
	color: #b90707;
}

.category__item img {
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.section__categories_current {
	font-size: 23px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 24px;
}

.section__categories_current img {
	position: relative;
	top: 1px;
	width: auto;
}

.section__categories_list {
	width: 100%;
	display: flex;
	padding-top: 30px;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	border-top: 1px solid #d6d6d6;
}

/** MOBILE */
@media all and (max-width: 1230px) {
	.header__bottom_menu_inner, .section__inner, .section__categories {
		width: 100%;
		left: auto;
		margin-left: 0;
	}

	.section__categories {
		padding: 0 40px;
	}

	.header__top_inner, .header__bottom_inner {
		margin: 0;
		left: auto;
		width: 100%;
		padding: 0 40px;
	}

	.header__ad img {
		width: 100%;
	}

	.header__bottom_inner_logo {
		position: relative;
		float: left;
		top: 50%;
		left: 10%;
		width: 300px;
		transform: translateY(-50%);
		margin: 0 auto;
	}
}

.header__top_mobile_other {
	display: none;
}

@media all and (max-width: 960px) {
	.section__categories {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.header__top_mobile_other {
		position: absolute;
		top: 66px;
		left: 0;
		background-color: #202020;
		padding: 20px 25px;
		width: 100%;
		z-index: 9999;
	}

	.header__top_mobile_other.active {
		display: block;
	}

	.header__top_mobile_other .search {
		float: left;
		width: 100%;
	}

	.header__top_mobile_other .search input {
		height: 50px;
		color: #fff;
		padding-left: 50px;
		border: 0;
		width: 100%;
		background-color: #363636;
		background-image: url("../images/icons/search.png");
		background-repeat: no-repeat;
		background-position: 15px 50%;
	}

	.header__top_mobile_other .user-a-socials {
		float: left;
		width: 100%;
		height: 90px;
		line-height: 90px;
	}

	.header__top_mobile_other .user-a-socials .header__top_right_user {
		display: block;
		margin-top: 15px;
		margin-left: 0;
	}

	.header__top_mobile_other .user-a-socials .header__bottom_inner_socials {
		float: right;
		width: auto;
		padding: 30px 0;
	}

	.header__top_mobile_other .user-a-socials .header__bottom_inner_socials .h-sc-fb, .header__top_mobile_other .user-a-socials .header__bottom_inner_socials .h-sc-tw {
		color: #fff !important;
	}

	.header__top_mobile_other .user-a-socials .header__bottom_inner_socials .h-sc-fb:first-child, .header__top_mobile_other .user-a-socials .header__bottom_inner_socials .h-sc-tw:first-child {
		margin-right: 25px;
	}

	.btn-top {
		position: relative;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		padding: 0 30px;
		width: 280px;
		border: 1px solid #fff;
		float: left;
		margin: 0 auto;
		left: 50%;
		margin-left: -140px;
		color: #fff;
		text-decoration: none;
	}

	.header__bottom_menu {
		height: auto;
	}

	.menu-item {
		float: left;
		width: 50%;
	}

	.header__bottom_menu_inner {
		display: block;
		padding: 20px 40px;
		line-height: 50px;
	}

	.header__top_inner {
		padding: 0 0 0 20px;
	}

	.header__bottom_inner {
		padding: 0 20px;
		height: auto;
	}

	.header__bottom_inner_logo, .header__bottom_inner_button, .header__top_right_search, .header__top_right_user, .header__ad, .header__top_divider.rd {
		display: none;
	}

	.header__top_dots {
		display: none;
		width: 66px;
		height: 100%;
		color: #fff;
		font-size: 28px;
		text-align: center;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-ms-transition: .2s ease;
		transition: .2s ease;
	}

	.header__top_dots.active {
		background-color: #950706;
	}

	.header__top_dots .fa {
		line-height: 66px;
	}

	.header__bottom_inner_socials {
		width: 100%;
		padding-top: 20px;
	}

	.header__bottom_inner_socials a {
		font-size: 28px;
	}

	.header__bottom_inner_socials .mobile__logo {
		display: block;
		top: -10px;
		position: relative;
	}

	.header__bottom_inner_socials .mobile__logo img {
		width: 330px;
	}

	.header__bottom_inner_socials .h-sc-tw {
		float: none;
		display: inline-block;
	}

	.header__bottom_inner_socials .h-sc-fb {
		float: none;
		display: inline-block;
	}
}

@media all and (max-width: 460px) {
	.header__bottom_inner_socials .mobile__logo {
		top: 0;
	}

	.header__bottom_inner_socials .mobile__logo img {
		width: 80%;
	}
}

.ac-popup {
	position: absolute;
	bottom: -292px;
	width: 300px;
	z-index: 9;
	background-color: #ddd;
}

.ac-popup .item {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}

.ac-popup .item .img-wrapper {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
}

.ac-popup .item .img-wrapper .img {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.ac-popup .item a {
	color: #000;
	text-decoration: none;
}

.ac-popup .item p {
	float: left;
	width: 195px;
}

.ac-popup .item .label {
	position: absolute;
	bottom: 5px;
	left: 100px;
	padding: 5px;
	background-color: #b90707;
	font-size: 12px;
}

.ac-popup .item .label:hover {
	background-color: #950706;
}

.ac-popup .item .label a {
	color: #fff;
	text-decoration: none;
}

.search--wrapper {
	position: relative;
	float: left;
	width: 266px;
}

#main-content {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}

.section__inner {
	position: relative;
	float: left;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

.section__inner_top {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.section__inner_top--right {
	float: right;
	width: 300px;
}

.section__inner_top--left {
	float: left;
	width: 860px;
}

.mt45 {
	margin-top: 45px;
}

.mt45 .section__inner_top {
	margin-top: 0;
}

.gradient-big {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-image: url(../images/gradient-hor.png);
}

.section__inner_news--big {
	position: relative;
	float: left;
	width: 100%;
	height: 280px;
	margin-bottom: 40px;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* Standard syntax (must be last) */
	background-position: 50%;
}

.section__inner_news--big img {
	width: 100%;
}

.section__inner_news_image {
	float: left;
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: 50%;
}

.section__inner_news_info-small {
	float: left;
	width: 100%;
	height: 130px;
	background-color: #fff;
}

.section__inner_news_info-small a {
	color: #000;
	text-decoration: none;
}

.section__inner_news_info-small h1 {
	margin: 35px 20px 0 20px;
	font-size: 15px;
	height: 84.2px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.section__inner_news_info-small .news-label {
	top: -15px;
	left: 15px;
	color: #fff !important;
}

.section__inner_small_news {
	float: left;
}

.section__inner_news--small {
	position: relative;
	float: left;
	width: 260px;
	height: 280px;
}

.section__inner_news--small:nth-child(2) {
	margin: 0 40px;
}

.section__inner_news_info {
	width: 230px;
	margin: 70px 55px 0 55px;
}

.ah {
	height: auto !important;
}

.news-link {
	float: left;
	font-weight: 800;
	font-size: 28px;
	width: 500px;
	margin-top: 20px;
	text-decoration: none !important;
	color: white !important;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.5);
	/* height: 124.2px; */
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
}

.news-link a {
	text-decoration: none;
	color: white;
}

.news-label--small {
	position: absolute;
	padding: 0 5px;
	height: 30px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	background-color: #b90707;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	top: 50%;
	margin-top: -6px;
	left: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.news-label--small:hover {
	background-color: #980606;
}

.news-label {
	position: relative;
	float: left;
	letter-spacing: 2px;
	padding: 0 5px;
	height: 30px;
	color: white;
	font-weight: 800;
	text-decoration: none;
	background-color: #b90707;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	text-transform: uppercase;
}

.news-label:hover {
	background-color: #980606;
}

.section__inner_bottom {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.decorate__button {
	content: '';
	position: absolute;
	width: calc(50% - 165px);
	height: 1px;
	background-color: #dfdfdf;
	top: 50%;
	margin-top: -1px;
}

.decorate__button.r {
	right: 0;
}

.decorate__button.l {
	left: 0;
}

.section__inner_bottom_button {
	position: relative;
	float: left;
	width: 250px;
	height: 45px;
	left: 50%;
	margin-left: -125px;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 13px;
	border: 1px solid #000;
	margin: 35px 0 -20px -125px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.section__inner_bottom_button:hover {
	background-color: #000;
}

.section__inner_bottom_button:after {
	position: absolute;
	width: 175%;
	height: 1px;
	background-color: #dfdfdf;
	top: 50%;
	margin-top: -1px;
	left: 290px;
}

.section__inner_bottom_button:before {
	position: absolute;
	width: 175%;
	height: 1px;
	background-color: #dfdfdf;
	top: 50%;
	margin-top: -1px;
	right: 290px;
}

.small-bb:before, .small-bb:after {
	width: 106% !important;
}

#primary-content {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	padding-bottom: 40px;
	background-color: #fff;
}

.news__card {
	position: relative;
	float: left;
	width: 260px;
	height: 313px;
	text-decoration: none;
}

.news__card:nth-child(3n+2) {
	margin: 0 40px;
}

.news__card:hover .news_card_popup {
	display: block;
	opacity: 1;
}

.news__card_img {
	position: relative;
	width: 100%;
	height: 207px;
	background-size: cover;
	background-position: 50%;
}

.news__card_cat {
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
	background-image: url(../images/gradient.png);
	text-decoration: none;
}

.news__card_cat span {
	position: relative;
	top: -3px;
	left: 7px;
}

.m40-lr {
	margin: 0 40px;
}

.news__card_text {
	font-size: 14px;
	margin-top: 15px;
	color: #000;
	font-weight: 800;
}

.news_card_popup {
	position: absolute;
	opacity: 0;
	transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 207px;
	color: #fff;
	padding: 17px;
	font-weight: 800;
	font-size: 13px;
}

.news_card_popup:after {
	content: '';
	position: absolute;
	background-color: #b3b3b3;
	width: calc(100% - 45px);
	height: 1px;
	bottom: 55px;
	left: 0;
	width: 100%;
}

.section__special {
	position: relative;
	float: left;
	margin-top: 22px;
	height: 210px;
	width: 100%;
	background-size: cover;
	background-position: 0 50%;
	text-decoration: none;
}

.section__special_meta {
	position: absolute;
	width: 536px;
	margin: 45px 70px;
	z-index: 22;
}

.section__special_label {
	background-color: #b90707;
	padding: 9px 13px;
	font-weight: 800;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	text-transform: uppercase;
}

.section__special_label a {
	color: #fff;
	text-decoration: none;
}

.section__special_label:hover {
	background-color: #980606;
}

.section__special_title {
	float: left;
	font-size: 28px;
	padding-top: 20px;
	color: #fff;
	font-weight: normal;
}

.section__special_gradient {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
	/* Standard syntax (must be last) */
}

.section__inner--anketa {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	height: 210px;
	margin: 40px 0;
}

.section__anketa_meta {
	position: absolute;
	width: 460px;
	margin: 35px 65px;
	z-index: 22;
}

.section__anketa_title {
	float: left;
	font-size: 23px;
	padding-top: 20px;
	color: #000;
	font-weight: 800;
}

.section__anketa_result {
	float: right;
	margin-right: 170px;
	width: 440px;
	height: 150px;
}

.section__anketa_result_item {
	margin-top: 30px;
}

.section__anketa_result_item p {
	padding: 10px 0;
	font-size: 13px;
	color: #4d4d4d;
}

.result-background {
	position: relative;
	float: left;
	border-radius: 10px;
	width: 100%;
	height: 7px;
	background-color: #e6e6e6;
}

.result-background span {
	position: absolute;
	top: -15px;
	right: -90px;
	font-size: 30px;
	font-weight: 800;
	color: #b90707;
}

.result-current {
	position: absolute;
	background-color: #b90707;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 10px;
}

.bottom-ad {
	position: relative;
	float: left;
	width: 100%;
	z-index: 2;
	height: 495px;
	background-size: cover;
	background-position: 50%;
}

.h_icon {
	position: relative;
	top: 3px;
	margin-right: 15px;
}

.mobile__kats {
	display: none;
}

.cat__news {
	float: left;
	width: 900px;
	height: 210px;
	margin-bottom: 40px;
}

.cat__news h3 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 9px;
}

.cat__news h3 a {
	color: #000;
	text-decoration: none;
	height: 60.2px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.cat__news p {
	float: left;
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 11px;
}

.cat__news p a {
	color: #4d4d4d;
	text-decoration: none;
	height: 37.2px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.cat__news_meta {
	float: left;
	width: 560px;
	height: 100%;
	margin-left: 25px;
}

.cat__news_meta a h3 {
	color: #000;
	text-decoration: none;
}

.cat__news_meta a h3 a {
	color: #000;
	text-decoration: none;
}

.cat__news_img {
	float: left;
	width: 260px;
	height: 210px;
	background-position: 50%;
	background-size: cover;
}

.catn_tag {
	float: left;
	padding: 7px;
	background-color: #1a1a1a;
	color: white;
	text-decoration: none;
	font-size: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.cat__news_cat {
	float: left;
	margin-bottom: 11px;
}

.cat__news_cat span {
	float: left;
	padding: 12px;
	color: #b3b3b3;
	font-weight: bold;
	font-size: 14px;
}

.cat__news_cat_tag {
	float: left;
	padding: 12px;
	background-color: #b90707;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.category__ad {
	float: left;
	width: 100%;
	margin: 70px 0;
	text-align: center;
}

.load__more_wrapper {
	position: relative;
	float: left;
	width: 100%;
}

.load__more_wrapper:before {
	content: '';
	position: absolute;
	height: 1px;
	width: calc(100% - 260px);
	left: 260px;
	background-color: #808080;
	top: 50%;
}

.load__more {
	float: left;
	width: 260px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #1a1a1a;
	font-size: 13px;
	font-weight: bold;
	padding-left: 65px;
	background-image: url(../images/icons/plus.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
	cursor: pointer;
}

.desktop__only_flex {
	display: flex;
}

.section__categories_list__mobile {
	display: none;
	width: 100%;
	height: 47px;
	text-align: center;
	font-size: 23px;
	font-weight: 800;
	background-color: transparent;
	outline: 0;
	border: none;
	border-top: 1px solid #d6d6d6;
	background-image: url(../images/icons/dropdown-select.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 10px;
}

@media (max-width: 1615px) {

	.post-page-left-position {
		display: none !important;
	}

	.section__inner--anketa {
		margin: 40px 0 0;
	}

	#primary-content {
		padding-bottom: 0;
	}

	.section__inner {
		width: calc(100% - 320px);
		left: auto;
		margin-left: 160px;
		/* margin-right: auto; */
		/* margin: 0 auto; */
		/* float: none; */
	}

	.section__inner_top {
		padding: 0 20px;
	}

	.index-controller .section__inner_top {
		padding: 0;
	}

	.section__inner_top--left {
		width: 65%;
	}

	.section__inner_small_news {
		width: 100%;
	}

	.section__inner_news--small {
		width: 30%;
	}

	.section__inner_news--small:nth-child(2) {
		margin: 0 5%;
	}

	.section__inner_news--small h1 {
		font-size: 15px;
	}

	.news__card {
		margin-bottom: 10px;
		width: 30%;
	}

	.news__card:nth-child(3n+2) {
		margin-left: 5%;
		margin-right: 5%;
	}

	.section__anketa_title {
		padding: 10px 40px 0 0;
	}

	.section__anketa_result {
		height: 100%;
		margin-right: 120px;
		width: 40%;
	}

	.cat__news {
		width: 100%;
	}

	.cat__news h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.cat__news p {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.cat__news_meta {
		position: relative;
	}

	.catn_tag {
		margin-bottom: 0;
	}

	.cat_news_tags {
		position: absolute;
		bottom: 0;
	}

	.cat__news_cat {
		margin-bottom: 5px;
	}

	.cat__news_meta {
		width: calc(100% - 285px);
	}
}

@media (max-width: 1210px) {
	.section__inner--anketa {
		margin: 40px 0 0;
	}

	#primary-content {
		padding-bottom: 0;
	}

	.section__inner {
		/* width: 100%; */
		/* left: auto; */
		/* margin-left: 0; */
		/* margin-right: auto; */
		/* float: none; */
	}

	.section__inner_top {
		padding: 0 20px;
	}

	.section__inner_top--left {
		width: 65%;
	}

	.section__inner_small_news {
		width: 100%;
	}

	.section__inner_news--small {
		width: 30%;
	}

	.section__inner_news--small:nth-child(2) {
		margin: 0 5%;
	}

	.section__inner_news--small h1 {
		font-size: 13px;
	}

	.news__card {
		margin-bottom: 10px;
		width: 30%;
	}

	.news__card:nth-child(3n+2) {
		margin-left: 5%;
		margin-right: 5%;
	}

	.section__anketa_title {
		padding: 10px 40px 0 0;
	}

	.section__anketa_result {
		height: 100%;
		margin-right: 120px;
		width: 40%;
	}

	.cat__news {
		width: 100%;
	}

	.cat__news h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.cat__news p {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.cat__news_meta {
		position: relative;
	}

	.catn_tag {
		margin-bottom: 0;
	}

	.cat_news_tags {
		position: absolute;
		bottom: 0;
	}

	.cat__news_cat {
		margin-bottom: 5px;
	}

	.cat__news_meta {
		width: calc(100% - 285px);
	}
}

@media (max-width: 960px) {
	.catn_tag {
		padding: 3px;
		font-size: 10px;
		float: none;
		display: inline-block;
	}

	.news_card_popup:after {
		width: calc(100% - 45px);
	}

	.desktop__only_flex {
		display: none;
	}

	.section__inner_top {
		margin-top: 0;
		padding: 0;
	}

	.section__inner {
		left: auto !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100% !important;
	}

	.section__inner_top--left {
		width: 100%;
	}

	.news-link {
		width: 100%;
	}

	.section__inner_news_info {
		width: 80%;
	}

	.cat__news h3 a {
		height: auto !important;
	}

	.section__inner_news--big {
		height: 415px;
		margin-bottom: 0;
	}

	.section__inner_small_news {
		padding: 0 0;
	}

	.section__inner_news--small {
		width: 100%;
		margin: 10px 0;
		height: auto;
	}

	.section__inner_news--small:nth-child(2) {
		margin: 0 0 0 0;
	}

	.section__inner_news--small h1 {
		font-size: 16px !important;
	}

	#sidebar__ad {
		display: none;
	}

	.section__inner_bottom_button:after, .section__inner_bottom_button:before {
		display: none;
	}

	.mobile__kats {
		display: none;
		float: left;
		width: 100%;
		height: 70px;
		line-height: 70px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 28px;
		background-color: #b90707;
	}

	.news__card {
		width: 100%;
		height: auto;
	}

	.news__card:nth-child(3n+2) {
		margin: 0;
		margin-bottom: 10px;
	}

	.news__card_text {
		margin: 16px;
		display: inline-block;
		width: 60%;
		margin-top: 0;
	}

	.section__special {
		margin-top: 0;
		margin-bottom: 0;
		overflow: hidden;
		padding-bottom: 30px !important;
		height: 231px;
		background-position: center !important;
		background-size: cover !important;
	}

	.decorate__button {
		display: none;
	}

	.section__inner_top--right {
		display: none;
	}

	.section__inner_bottom_button {
		margin: 2px 0 14px -125px;
	}

	.section__inner_bottom {
		padding-bottom: 0;
	}

	.section__special_meta {
		margin: 42px 47px;
		width: 80%;
	}

	.mt45, .m40-lr {
		margin: 0;
		width: 100%;
	}

	.section__inner--anketa {
		height: auto;
		margin: 0;
	}

	.section__anketa_meta {
		position: relative;
		float: left;
		width: 100%;
		padding: 15px;
		margin: 0 !important;
	}

	.result-background {
		width: calc(100% - 40px);
	}

	.result-background span {
		position: absolute;
		top: -8px;
		right: -44px;
		font-size: 18px;
		font-weight: 800;
		color: #b90707;
	}

	.section__anketa_result {
		float: right;
		margin-right: 0;
		padding: 15px;
		width: 100%;
		height: auto;
		padding-bottom: 40px;
	}

	.bottom-ad {
		background-position: 50%;
		background-repeat: no-repeat;
		height: 330px;
		background-size: cover;
	}

	.cat__news {
		width: 100%;
		height: 185px;
		margin-bottom: 0;
		margin-top: 55px;
	}

	.cat__news p {
		margin-bottom: 43px;
	}

	.cat__news_img {
		width: 50%;
		max-width: 315px;
		height: 185px;
		background-position: 50%;
		background-size: cover;
	}

	.cat__news_meta {
		width: 50%;
		height: 185px;
		margin-left: 0;
		padding: 0 0 0 5%;
	}

	.desktop__only {
		display: none;
	}

	.load__more_wrapper {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.load__more_wrapper .load__more {
		position: relative;
		left: 50%;
		margin-left: -130px;
	}

	.load__more_wrapper:before {
		width: calc(100% - 80px);
		left: 50%;
		transform: translateX(-50%);
	}

	.section__categories_list__mobile {
		display: block;
	}

	.section__categories {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0 40px;
	}

	.category__ad {
		padding: 0 40px;
	}

	.category__ad a img {
		width: 100%;
	}

	.section__inner_news_info-small {
		height: auto;
	}

	.news__card_cat {
		bottom: 0;
		display: none;
	}
}

.news_bottom .news_card_popup {
	display: none !important;
}

@media all and (max-width: 500px) {
	.cat__news_cat_tag {
		width: 42%;
		text-align: center;
		padding: 5px;
		float: none;
		display: inline-block;
		font-size: 12px;
	}

	.cat__news_cat span {
		padding: 6px;
		font-size: 9px;
		float: none;
		display: inline-block;
	}

	.cat__news_meta h3 {
		font-size: 14px;
	}
}

.news__header {
	position: relative;
	float: left;
	width: 100%;
	height: 790px;
	z-index: 1;
}

.news__header.small {
	height: auto !important;
	margin-bottom: -30px;
}

.news__header_img {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news__header_meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 320px;
	background-color: rgba(0, 0, 0, 0.5);
}

.news__header_meta_center {
	position: relative;
	width: 1200px;
	height: 100%;
	padding: 40px 0px;
	margin: 0 auto;
}

iframe {
}

.video-container {
	width: 100%;
}

.video-container iframe {
	width: 100%;
}

.news_title {
	margin-top: 27px;
	float: left;
	width: 100%;
	font-size: 46px;
	color: #fff;
	margin-bottom: 10px;
}

article {
	float: left;
	width: 726px;
	color: #000;
	margin-left: 40px;
}

article ul {
	margin-left: 20px;
}

article h3, article h2 {
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

article h3 {
	word-spacing: 3px;
}

article p {
	display: block;
	margin: 16px 0;
	/* white-space: pre-wrap; */
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
	color: #1f1f1f;
	word-spacing: 3px;
	line-height: 26px;
}

article img {
	max-width: 100%;
}

article iframe {
	max-width: 100%;
}

article strong, article b {
	color: #444444;
}

.article__nav {
	width: 100%;
	height: 100px;
	margin-bottom: 75px;
	margin-top: 40px;
}

.article__nav .button {
	width: 235px;
	height: 100%;
	border: 1px solid #000;
	color: #fff !important;
	font-weight: 800;
	font-size: 17px;
}

.article__nav .button .button__img {
	width: 50%;
	display: flex;
	justify-content: center;
	/* align horizontal */
	align-items: center;
	/* align vertical */
	height: 100%;
	/* background-color: red; */
	text-align: center;
	background-size: cover;
	position: relative;
}

.article__nav .button .button__img span {
	font-size: 12px;
	position: relative;
	z-index: 1;
}

.article__nav .left {
	float: left;
	background-image: url(../images/icons/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 20% 50%;
}

.article__nav .left .button__img {
	float: right;
}

.article__nav .right {
	float: right;
	background-image: url(../images/icons/arrow-right-big.png);
	background-repeat: no-repeat;
	background-position: 75% 50%;
}

.article__nav .right .button__img {
	float: left;
}

.news_bottom {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.news_bottom h2 {
	font-weight: 800;
	font-size: 17px;
	text-align: center;
	margin-bottom: 38px;
}

.news_bottom .news__card {
	margin-right: 53px;
	margin-left: 0 !important;
}

.news_bottom .news__card:last-child {
	margin-right: 0;
}

.ql-toolbar, .quill-editor {
	float: left;
	width: 100%;
	background-color: #fff;
}

.edit-form {
	width: 100%;
	padding: 40px 40px;
}

.edit-form .img-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	margin-top: 15px;
}

.edit-form .img-wrapper .file {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.edit-form textarea.fw-select {
	max-width: 100%;
}

.edit-form label {
	width: 100%;
	margin: 5px 0;
	float: left;
	font-weight: bold;
}

.edit-form input {
	width: 100%;
	margin: 5px 0;
	height: 30px;
}

.edit-form .image {
	float: left;
	height: 100%;
	width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #303030;
}

.tags-all {
	margin: 15px 0;
}

.tags-all span {
	color: #fff;
	padding: 5px;
	background-color: #b90707;
	margin: 5px;
	cursor: pointer;
}

.auto-tags {
	position: relative;
}

.auto-tags .at--wrapper {
	position: absolute;
	width: 100%;
	z-index: 9;
}

.auto-tags .at--wrapper span {
	background-color: #b90707;
	color: #fff;
	cursor: pointer;
}

.auto-tags .at--wrapper span:hover {
	background-color: #880505;
}

@media (max-width: 1615px) {
	.news__header_meta_center {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.news_title {
		font-size: 36px;
	}

	.article__nav .button {
		width: 45%;
	}

	.news_bottom__cards {
		display: flex;
	}

	article {
		margin-left: 25px;
		width: 652px;
	}

	footer, .footer__inner {
		height: auto !important;
	}
}

@media all and (max-width: 960px) {
	.comment__block_center {
		width: 100% !important;
		padding: 0 15px;
	}

	.news_title {
		font-size: 21px;
	}

	.news__header {
		height: 685px;
	}

	.news__header_meta {
		height: 200px;
	}

	.news_bottom {
		padding-bottom: 0;
	}

	.news_bottom h2 {
		margin: 30px 0;
	}

	.news_bottom__cards {
		display: block;
	}

	.news_bottom__cards .news__card {
		margin-left: 0 !important;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.article__nav .button .button__img {
		width: 60%;
	}

	.article__nav .button .button__img span {
		font-size: 14px;
	}

	.article__nav.mobile {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
	}

	.article__nav .right {
		background-position: 90% 50% !important;
	}

	.article__nav .left {
		background-position: 10% 50% !important;
	}

	article {
		width: 100% !important;
		padding: 0 15px;
		padding-top: 15px;
		margin: 0;
	}
}

.sidebar-blog {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	background-color: #f2f2f2;
	z-index: 1;
}

.sidebar-blog__header {
	background-color: #b90707;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
}

.sidebar-blog__header h3 {
	font-size: 14px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar-blog__header .sidebar-blog__header_hide {
	font-size: 11px;
	font-weight: 800;
	float: right;
	padding-right: 22px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5);
	background-image: url("../images/icons/dropdown.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.sidebar-blog__header .sidebar-blog__header_hide:hover {
	color: #fff;
}

.choose--type {
	position: absolute;
	top: 70px;
	border-radius: 5px;
	z-index: 1;
	background-color: #fff;
	width: 95%;
	text-align: center;
	left: 7px;
}

.choose--type .choose--type_item {
	width: 100%;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	cursor: pointer;
	transition: 0.4s ease;
}

.choose--type .choose--type_item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.choose--type .choose--type_item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.choose--type .choose--type_item:hover {
	background-color: #b90707;
	color: #fff;
}

.sidebar-blog__inner {
	position: relative;
	float: left;
	height: auto;
	overflow-y: hidden;
	padding: 0 20px;
	width: 100%;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
	left: 50%;
	transform: translateX(-50%);
}

.sidebar-blog__inner.opened {
	height: auto;
}

.siderbar-blog__post {
	float: left;
	width: 100%;
	height: 165px;
	padding: 33px 0;
	border-bottom: 1px solid #ccc;
}

.siderbar-blog__post:nth-child(5) {
	border-bottom: none;
}

.siderbar-blog__post:last-child {
	border-bottom: none;
}

.siderbar-blog__post_img {
	float: left;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-position: 50%;
	background-size: cover;
}

.sidebar-blog__post_meta {
	float: left;
	max-width: 155px;
}

.sidebar-blog__post_meta h3 {
	padding: 8px 17px;
	font-size: 12px;
	font-weight: 800;
	color: #b90707;
}

.sidebar-blog__post_meta p {
	padding: 0 0 0 17px;
	color: #000;
	font-size: 12px;
	font-weight: 800;
	height: 86.2px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.siderbar-blog__post_button {
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	margin-bottom: 20px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.siderbar-blog__post_button:hover {
	background-color: #000;
}

.sidebar__text p {
	font-size: 13px;
	margin: 40px 0;
}

.sidebar__text .sidebar__text_button {
	float: left;
	width: 118px;
	height: 40px;
	border: 1px solid #000;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.sidebar__text .sidebar__text_button:hover {
	background-color: #eee;
}

.siderbar__content_left {
	float: left;
	width: 120px;
	height: auto;
}

.best__tags {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	margin-bottom: 40px;
}

.best__tags_header {
	padding: 15px 30px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

.best__tags_tags {
	position: relative;
	float: left;
	padding: 15px 30px;
}

.best__tags_tags .catn_tag {
	margin-bottom: 5px;
}

.sidebar__back {
	position: relative;
	float: left;
	border: 1px solid #000;
	width: 230px;
	height: 43px;
	font-size: 13px;
	text-decoration: none;
	line-height: 43px;
	padding-left: 60px;
	color: #000;
	background-image: url(../images/icons/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 22px 50%;
	margin-bottom: 25px;
}

.sidebar__back:hover {
	color: #ffffff;
	background-color: #000;
}

.siderbar__left_title {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 800;
}

.siderbar__left_content {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.siderbar__left_content p {
	font-size: 15px;
}

.siderbar__left_content p * {
	color: #4d4d4d;
	text-decoration: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all; /* Instead use this non-standard one: */
	word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.siderbar__left_content p a:hover {
	color: #000;
}

.fa-fb, .fa-tw, .fa-in {
	float: left;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 100px;
	font-size: 21px;
	margin-top: 11px;
}

.fa-fb .fa, .fa-tw .fa, .fa-in .fa {
	line-height: 44px;
}

.fa-fb {
	background-color: #486bee;
	color: #324ba6;
}

.fa-tw {
	background-color: #33b8ef;
	color: #2480a7;
}

.fa-in {
	background-color: #3f729b;
	color: #2c506c;
}

.tag {
	float: left;
	background-color: #1a1a1a;
	font-size: 11px;
	padding: 10px;
	margin-right: 8px;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}

.sidebar_left_meta {
	float: left;
	width: 150px;
	margin-bottom: 80px;
}

.sidebar__tags {
	float: left;
	height: auto;
	background-color: #f2f2f2;
	width: 100%;
	padding: 25px 27px;
	margin-bottom: 45px;
}

.sidebar__tags .sidebar__tags_tag {
	float: left;
	padding: 10px;
	background-color: #1a1a1a;
	color: white;
	text-decoration: none;
	font-size: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.sidebar__tags h3 {
	color: #333333;
	font-size: 17px;
	font-weight: 800;
	border-bottom: 1px solid #ccc;
	padding-bottom: 23px;
	margin-bottom: 23px;
}

.sidebar__header {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #b90707;
	font-size: 14px;
	font-weight: 800;
}

@media all and (max-width: 960px) {
	.sidebar_left_meta_item {
		float: left;
		width: 50%;
		min-height: 100px;
	}
}

@media all and (max-width: 1615px) {
	.siderbar__content_left {
		width: 15%;
	}
}

footer {
	position: relative;
	float: left;
	width: 100%;
	height: 420px;
	z-index: 2;
	background-color: #333;
}

.footer__inner {
	position: relative;
	float: left;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
}

.footer__top {
	float: left;
	width: 100%;
	padding: 32px 0;
	border-bottom: 1px solid #4d4d4d;
}

.footer__top_logo {
	float: left;
	margin-top: 5px;
}

.subscribe__form {
	float: right;
	height: 50px;
	width: 740px;
	line-height: 50px;
}

.subscribe__form h3 {
	float: left;
	margin-right: 52px;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}

.subscribe__form .subscribe__form_input {
	float: left;
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	background-color: #4d4d4d;
	border: none;
	outline: 0;
	height: 100%;
	width: 300px;
}

.subscribe__form .subscribe__form_button {
	float: left;
	color: #fff;
	font-size: 15px;
	background-color: #b90707;
	border: none;
	outline: 0;
	height: 100%;
	width: 75px;
	background-image: url(../images/icons/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 50%;
}

.footer__bottom {
	float: left;
	width: 100%;
}

.footer__bottom_column {
	float: left;
	width: 220px;
}

.footer__bottom_column .column-item {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 800;
	color: #808080;
	text-decoration: none;
	margin-bottom: 20px;
}

.footer__bottom_column .column-item span {
	color: #ccc;
}

.footer__bottom_column .column-item:hover {
	color: #fff;
}

.footer__bottom_column--big {
	float: left;
	width: 320px;
}

.footer__bottom_column--big .column-item {
	float: left;
	width: 50%;
	font-size: 15px;
	font-weight: 800;
	color: #808080;
	text-decoration: none;
	margin-bottom: 20px;
}

.footer__bottom_column--big .column-item span {
	color: #ccc;
}

.footer__bottom_column--big .column-item:hover {
	color: #fff;
}

.footer__bottom_column--right {
	position: relative;
	float: right;
	width: 90px;
	/*height: 220px;*/
	text-align: right;
}

.footer__bottom_column_header {
	width: 100%;
	font-weight: 800;
	font-size: 15px;
	margin: 30px 0;
}

.footer__bottom_column_header a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

.fbte {
	position: absolute;
	width: 23px;
	height: 23px;
	right: 0;
	bottom: 15px;
	background-image: url("../images/icons/e.png");
	background-size: 100%;
}

.mb40 {
	margin-bottom: 40px !important;
}

.left-ad {
	display: block;
	float: left;
}

.left-ad img {
	width: 100% !important;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

@media all and (max-width: 1615px) {
	.footer__inner {
		width: 100%;
		left: auto;
		margin-left: 0;
		padding: 0 40px;
	}

	.subscribe__form {
		width: 678px;
	}

	.subscribe__form h3 {
		margin-right: 40px;
	}

	.subscribe__form .subscribe__form_input {
		width: 250px;
	}

	.footer__bottom {
		display: flex;
	}
}

@media (max-width: 960px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.left-ad {
		display: none;
	}

	.siderbar__content_left, .sidebar_left_meta {
		width: 100%;
		padding: 0 15px;
	}

	.sidebar_left_meta {
		margin-bottom: 0;
	}

	.siderbar__content_left.mobile.active {
		height: auto;
	}

	.siderbar__content_left.mobile.active .expand-sidebar-mobile {
		display: none;
	}

	.siderbar__content_left.mobile {
		border-top: 2px solid #e5e5e5;
		padding-top: 20px;
		height: 152px;
		overflow: hidden;
	}

	.footer__inner {
		width: 100%;
		left: auto;
		margin-left: 0;
		padding: 0 40px;
	}

	.footer__top_logo {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #4d4d4d;
		padding-bottom: 15px;
	}

	.subscribe__form {
		width: 100%;
		position: relative;
	}

	.subscribe__form h3 {
		text-align: center;
		width: 100%;
	}

	.subscribe__form .subscribe__form_input {
		position: relative;
		width: 100%;
	}

	.subscribe__form .subscribe__form_button {
		position: absolute;
		top: 50px;
		right: 0;
		cursor: pointer;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-ms-transition: .2s ease;
		transition: .2s ease;
	}

	.subscribe__form .subscribe__form_button:hover {
		background-color: #980606;
	}

	.footer__bottom {
		display: block;
		margin-top: 40px;
	}

	.footer__bottom_column--big, .footer__bottom_column {
		width: 50%;
	}

	.footer__bottom_column--big .column-item {
		width: 45%;
		margin-bottom: 10px;
	}

	.footer__bottom_column .column-item {
		margin-bottom: 10px;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	.fbte {
		left: 50%;
		bottom: 33px;
	}

	.footer__bottom_column--right {
		float: left;
		text-align: left;
		width: 100%;
		height: auto;
	}

	.footer__bottom_column--right a {
		font-size: 24px;
		margin-right: 5px;
	}
}

@media all and (max-width: 460px) {
	.footer__bottom_column--big, .footer__bottom_column {
		width: 100%;
	}

	.subscribe__form h3 {
		text-align: center;
		width: 100%;
		font-size: 16px;
	}
}

.comment__block {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 30px;
}

.comment__block_center {
	position: relative;
	width: 565px;
	margin: 0 auto;
	height: 300px;
	margin-top: 60px;
}

.comment__block_center h3 {
	font-weight: 800;
	font-size: 19px;
	color: #000;
	margin-bottom: 28px;
}

.comment__block_center form {
	border-bottom: 1px solid #999999;
	padding-bottom: 35px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.yt-item {
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.comments, .comment {
	float: left;
}

.comment {
	margin-bottom: 40px;
	width: 100%;
}

.comment__textarea {
	background-color: #e6e6e6;
	width: 100%;
	font-size: 15px;
	border: none;
	padding: 19px 23px;
	min-height: 145px;
}

.comment__submit {
	border: 1px solid #000;
	background-color: transparent;
	float: left;
	margin-right: 15px;
	font-size: 13px;
	margin-top: 20px;
	width: 173px;
	height: 43px;
}

.comment__add-image {
	position: relative;
	float: left;
	width: 173px;
	height: 43px;
}

.file__comment {
	position: absolute;
	width: 173px;
	height: 43px;
	opacity: 0;
}

.comment__avatar {
	float: left;
	width: 70px;
	height: 70px;
}

.comment__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.comment__main {
	float: left;
	width: 460px;
	margin-left: 20px;
}

.comment__main--replied {
	float: left;
	width: 360px;
	margin-left: 20px;
}

.comment__replies {
	float: left;
	margin-top: 30px;
}

.replied {
	margin-bottom: 20px !important;
}

.replied .comment__avatar {
	width: 50px !important;
	height: 50px !important;
}

.comment__name {
	text-transform: uppercase;
	font-weight: 800;
}

.comment__name a {
	text-decoration: none;
	color: #b90707;
}

.comment__text {
	font-size: 12px;
	padding: 6px 0 13px 0;
}

@media all and (max-width: 960px) {
	.comment__main--replied {
		width: calc(100% - 190px);
	}

	.comment__main {
		width: calc(100% - 90px);
	}
}

.section__inner_blogs {
	display: flex;
	text-align: left;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}

.section__inner_blog {
	position: relative;
	display: inline-block;
	background-size: cover;
	width: 205px;
	height: 205px;
	margin: 0 5px 5px 0;
	background-image: url('../img/imgBlog.gif');
}

.section__blog_meta_name {
	color: white;
	font-size: 13px;
	padding: 0 0 0 10px;
}

.section__blog_meta {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: left;
	padding: 15px 0 10px 0;
	background-image: url(../images/gradient.png);
}

.section__blog_meta_btn {
	background: #b90707;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	font-size: 12px;
	padding: 5px;
	margin: 7px 0 0 10px;
	color: white;
	text-orientation: none;
}

.section__blog_meta_city {
	text-align: center;
	color: #bbbbbb;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	padding: 4px 0;
	margin: 7px 0 0 10px;
}

.m1010 {
	margin: 10px 0;
}

.blog__owner {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.blog__owner_img {
	float: left;
	width: 280px;
	height: 280px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}

.blog__owner_name {
	float: left;
	width: 100%;
}

.section__blog_profile {
	float: left;
}

.section__blog_profile_left {
	float: left;
	width: 200px;
}

.section__blog_profile_left a {
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #b90707;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	margin-top: 15px;
	width: 100%;
}

.section__blog_profile_meta {
	float: left;
	width: calc(100% - 215px);
	padding-left: 15px;
}

.section__blog_profile_meta p {
	padding-bottom: 15px;
}

.profile__rating, .profile__name {
	padding-bottom: 15px;
}

.blog__owner_desc {
	float: left;
	width: 100%;
}

.section__blog_profile_img {
	width: 200px;
	height: 200px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.add-article {
	width: 100%;
	padding: 6px 0 7px 0;
	background-color: #b90707;
	color: white;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

.add-article:hover {
	background-color: #980606;
}

.fw-select {
	width: 100%;
	height: 30px;
}

@media all and (max-width: 960px) {
	.blog {
		display: block !important;
		width: 100%;
	}

	.blog .sidebar-blog__inner {
		width: 100%;
		padding: 0 15px;
	}

	.blog .sidebar-blog__post_meta {
		width: calc(100% - 150px);
		max-width: 100%;
	}

	.section__blog_profile {
		padding: 15px 0 0 15px;
	}

	.blog__owner {
		position: relative;
		margin: 15px 0;
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}

	.blog__owner_img {
		width: 300px;
		height: 300px;
	}

	.section__inner_blogs {
		display: inline-block;
		text-align: center;
	}
}

@media all and (max-width: 500px) {
	.section__blog_profile_img {
		position: relative;
		left: 50%;
		margin-left: -100px;
	}

	.section__blog_profile_meta {
		width: 100%;
	}

	.section__blog_profile_left {
		width: 100%;
		padding: 15px;
	}

	.section__blog_profile_left a {
		margin-bottom: 15px;
	}
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity .3s ease;
}

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

.modal-container {
	position: relative;
	float: left;
	width: 600px;
	left: 50%;
	margin: 30px 0;
	margin-left: -300px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all .3s ease;
}

.modal-header {
	position: relative;
	float: left;
	width: 100%;
}

.modal-header p {
	text-align: center;
	margin: 20px 0;
}

.modal-body {
	margin: 20px 0;
}

.controls {
	width: 100%;
	padding: 0 40px;
	float: left;
}

.controls .modal-default-button {
	width: 45%;
	float: left;
	margin-left: 0;
	left: 0;
}

.controls .r {
	float: right;
}

.controls .b {
	background-color: #333;
}

.modal-default-button {
	float: right;
	text-transform: uppercase;
}

.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

.cen {
	position: relative;
	float: left;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}

.cen label, .cen input {
	float: left;
	width: 100%;
}

.cen label {
	margin-left: 10px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 25px;
}

.cen input {
	background: none;
	margin-top: 5px;
	color: #333333;
	vertical-align: top;
	outline: none;
	box-shadow: none;
	border: 1px #dddddd solid;
	font-size: 17px;
	line-height: 23px;
	padding-left: 10px;
}

.modal-default-button {
	position: relative;
	float: left;
	padding: 12px 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	background: #b90707;
	color: #ffffff !important;
	border: none;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.modal-close-button {
	position: absolute;
	width: 32px;
	height: 32px;
	font-size: 14px;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
}

.facebook-login-btn {
	background: url("/static/images/fbLogin.png");
	width: 300px;
	height: 46px;
	margin: 75px auto 20px auto;
	display: block;
	cursor: pointer;
}

.modal-footer {
	float: left;
}

.btn__link {
	float: left;
	border: none;
	margin-left: 15px;
	background: transparent;
}

.avatar {
	position: relative;
	float: left;
	height: 150px;
	width: 100%;
}

.avatar-image {
	position: relative;
	float: left;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	border: 1px solid #b90707;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

input[type="file"].av {
	opacity: 0;
}

.av {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}

.zi8 {
	background-color: #b90707;
	color: #fff;
	font-size: 16px;
	border: none;
}

.loader {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

.loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}

#loader:before, #loader:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: calc(50% - 10px);
	background-color: #b90707;
	animation: squaremove 1s ease-in-out infinite;
}

#loader:after {
	bottom: 0;
	animation-delay: 0.5s;
}

@keyframes squaremove {
	0%, 100% {
		-webkit-transform: translate(0, 0) rotate(0);
		-ms-transform: translate(0, 0) rotate(0);
		-o-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}
	25% {
		-webkit-transform: translate(40px, 40px) rotate(45deg);
		-ms-transform: translate(40px, 40px) rotate(45deg);
		-o-transform: translate(40px, 40px) rotate(45deg);
		transform: translate(40px, 40px) rotate(45deg);
	}
	50% {
		-webkit-transform: translate(0px, 80px) rotate(0deg);
		-ms-transform: translate(0px, 80px) rotate(0deg);
		-o-transform: translate(0px, 80px) rotate(0deg);
		transform: translate(0px, 80px) rotate(0deg);
	}
	75% {
		-webkit-transform: translate(-40px, 40px) rotate(45deg);
		-ms-transform: translate(-40px, 40px) rotate(45deg);
		-o-transform: translate(-40px, 40px) rotate(45deg);
		transform: translate(-40px, 40px) rotate(45deg);
	}
}

.loader__small {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #b90707;
	left: 50%;
	margin: 50px 0;
	animation: loader 2s infinite ease;
	margin-left: -15px;
}

.loader-inner__small {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #b90707;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

.desktop__only {
	display: block;
}

@media all and (max-width: 960px) {
	.desktop__only {
		display: none;
	}
}

.fs24 {
	font-size: 24px;
}

.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 18px !important;
}

.no-padding {
	padding: 0 !important;
}

.tag-controller .section__categories_current {
	margin-top: 20px;
}

.tag-controller .section__inner_top {
	padding-bottom: 25px;
}

.expand-sidebar-mobile {
}

.-controller h1.news_title {
	text-align: center;
}

.donate-header-bg {
	background: url("../img/dd/dd.jpg") 0 0;
	width: 100%;
	height: 565px;
	background-position: center;
	color: white;
}

.donate-width.donate-header-title {
}

.donate-width {
	width: 1180px;
	margin: 0 auto;
}

.donate-header-bar {
	height: 130px;
	width: 100%;
	vertical-align: middle;
	font-size: 36px;
	line-height: 130px;
	background: #b90707;
	color: white;
}

.donate-page-wrapper {
	background: white;
}

.donate-main-wrapper.donate-width {
	padding: 36px 0 50px 0;
}

.donate-left-bar {
	width: 320px;
	float: right;
}

.donate-main-text-wrapper {
	float: left;
	width: calc(100% - 440px);
}

.donate-left-title {
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.donate-btn {
	display: inline-block;
	width: 24%;
	text-align: center;
	background: black;
	color: white;
	font-size: 15px;
	padding: 3px 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-sum-btns {
	padding-bottom: 25px;
}

label.donate-input-label {
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
}

input#input-sum {
	background: #FFFFFF;
	border: 1px solid #B90707;
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: rgb(185, 7, 7);
	padding: 10px 15px;
	margin: 25px 0;
}

.donate-submit-wrapper input[type="submit"] {
	background: black;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: white;
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	width: 100%;
	padding: 6px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-goal-wrapper {
	margin: 75px 0;
}

.sum-number {
	display: inline;
	font-family: 'IBM Plex Mono', monospace !important;
}

.goal-sum {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 39px;
	text-transform: uppercase;
}

.donate-progress-wrapper {
	margin: 25px 0 50px 0;
	border-radius: 10px;
	background: #E0E0E0;
	position: relative;
	width: 100%;
	height: 23px;
	position: relative;
}

.progress-fill {
	background: #b90707;
	height: 100%;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
	width: 0%;
	max-width: 100%;
}

.progress-fill-wrapper {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden !important;
}

.progress-number {
	position: absolute;
	text-align: right;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #B90707;
	top: 28px;
	left: 0;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
	width: 11%;
	min-width: 11%;
	max-width: 100%;
}

.donate-share {
	width: 90px;
	height: 55px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 77px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-share.donate-share-facebook {
	background: #2F80ED;
}

.donate-share.donate-share-tw {
	background: #56CCF2;
	line-height: 70px;
	margin-left: 10px;
}

.donate-btn.active {
	background: black;
}

.donate-page-wrapper a {
	color: #b90707 !important;
	text-decoration: underline;
}

.donate-page-wrapper a:hover {
	text-decoration: none;
}

.donate-submit-wrapper input[type="submit"]:hover {
	background: #b90707;
}

.donate-btn:hover {
	background: #b90707;
}

.donate-share:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.69);
}

.sum-number * {
	font-family: 'IBM Plex Mono', monospace !important;
}

.donate-pink {
	background: linear-gradient(180deg, #FEC3C9 0%, #FED4D8 51.93%, #FDD3D4 100%);
}

.donate-white {
	background: linear-gradient(180deg, #F4F2F3 0%, #F4F2F3 51.93%, #F4F2F3 100%);
}

.donate-pink .donate-popup {
	background: url(../img/dd/dogo-2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 200px;
}

.donate-white .donate-popup {
	background: url(../img/dd/dogo-1.jpg);
	background-position: 110%;
	background-repeat: no-repeat;
	background-size: 320px;
}

.donate-popup-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: -250px;
}

.donate-popup {
	padding: 66px 95px;
	display: block;
}

.donate-popup-left {
	display: inline-block;
	position: relative;
}

.donate-popup-title {
	font-weight: 600;
	line-height: normal;
	font-size: 36px;
	color: black;
}

.donate-popup-close {
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: 10;
	cursor: pointer;
}

.donate-popup-help {
	position: absolute;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	color: #B90707;
	top: -20px;
}

.donate-popup-right {
	float: right;
	position: relative;
	top: -3px;
	margin-right: 15%;
}

.popup-donate-btn {
	width: 230px;
	text-align: center;
	background: #B90707;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: white;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-popup:hover .popup-donate-btn {
	background: black;
}

.donate-popup-close:hover svg {
	transform: rotate(180deg);
}

.donate-popup-close svg {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.donate-popup-wrapper.active {
    top: 0;
}

.donate-controller .donate-popup-wrapper {
	display: none;
}