@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoMedium.eot');
	src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
	url('../fonts/RobotoMedium.woff2') format('woff2'),
	url('../fonts/RobotoMedium.woff') format('woff'),
	url('../fonts/RobotoMedium.ttf') format('truetype'),
	url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
	url('../fonts/RobotoRegular.woff2') format('woff2'),
	url('../fonts/RobotoRegular.woff') format('woff'),
	url('../fonts/RobotoRegular.ttf') format('truetype'),
	url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/RobotoBold.eot');
	src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
	url('../fonts/RobotoBold.woff2') format('woff2'),
	url('../fonts/RobotoBold.woff') format('woff'),
	url('../fonts/RobotoBold.ttf') format('truetype'),
	url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Roboto-Light.woff') format('woff'),
	url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/OswaldMedium.eot');
	src: url('../fonts/OswaldMedium.eot') format('embedded-opentype'),
	url('../fonts/OswaldMedium.woff2') format('woff2'),
	url('../fonts/OswaldMedium.woff') format('woff'),
	url('../fonts/OswaldMedium.ttf') format('truetype'),
	url('../fonts/OswaldMedium.svg#OswaldMedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/OswaldBold.eot');
	src: url('../fonts/OswaldBold.eot') format('embedded-opentype'),
	url('../fonts/OswaldBold.woff2') format('woff2'),
	url('../fonts/OswaldBold.woff') format('woff'),
	url('../fonts/OswaldBold.ttf') format('truetype'),
	url('../fonts/OswaldBold.svg#OswaldBold') format('svg');
	font-weight: 700;
	font-style: normal;
}

.wrapper {
	overflow: hidden;
	margin: 0 auto;
	min-height: 100vh;
	padding-bottom: 318px;

}

.wrapper.wrapper_not_padding {
	padding-bottom: 0 !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

input,
button,
textarea,
select {
	font: inherit;
}

a {
	color: #C73567;
	text-decoration: none;
}

a:hover, a:focus {
	color: #CA1751;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

:focus {
	outline: none !important;
}

.clearfix::before, .clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

p {
	margin: 0 0 10px;
}

h2 {
	margin: 0 0 10px;
}

body {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	letter-spacing: 0.02em;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

.pad_none {
	padding: 0;
}

.container {
	max-width: 1366px;
	margin: 0 auto;
	width: 100% !important;
	padding: 0;
}

/***** header *****/

.header {
	background-image: url("../img/bg_image.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 674px;
	position: relative;
	background-size: cover;
}

header {
	height: 72px;
	background: rgba(255, 255, 255, 0.85);
	padding: 17px 47px 0;
	position: relative;
	border-bottom: 1px solid #E0E0E0;
}

header .container {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.header header {
	border-bottom: 0;
}

.block_left {
	text-align: right;
}

.ic_menu {
	float: left;
	margin-top: 7px;
}

.text_logo {
	margin-left: 24px;
	float: left;
	margin-bottom: 0;
	position: relative;
}

.text_logo a {
	font: 25px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
}

.author {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
}

.author:hover {
	color: #212121;
}

.author::before {
	content: "";
	background-image: url("../img/icons/ic_add_article.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.search {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #C73567;
	margin-left: 34px;
}

.search:hover {
	color: #C73567;
}

.search::before {
	content: "";
	background-image: url("../img/icons/ic_search_red.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.registration {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-left: 106px;
}

.registration:hover {
	color: #212121;
}

.registration::before {
	content: "";
	background-image: url("../img/icons/ic_new_user.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 19px;
	height: 21px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.box_author_search {
	display: inline-block;
	position: relative;
}

.box_author_search a {
	cursor: pointer;
}

.box_login {
	display: inline-block;
	position: relative;
}

.box_login a {
	cursor: pointer;
}

.login {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-left: 34px;
}

.login:hover {
	color: #212121;
}

.login::before {
	content: "";
	background-image: url("../img/icons/ic_login.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 7px;
}

.login_facebook_header {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-left: 34px;
}

.login_facebook_header:hover {
	color: #212121;
}

.login_facebook_header::before {
	content: "";
	background-image: url("../img/icons/icon_loginFacebook.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 23px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 6px;
}

.box-title {
	max-width: 410px;
	margin-top: 81px;
	margin-left: 235px;
}

.box-title__city {
	font: 40px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-bottom: 10px;
}

.box-title__description {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-bottom: 10px;
}

.box-titl__about {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
	line-height: 24px;
	margin-top: 16px;
}

.btn-navigator {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background: #C73567;
	border-radius: 4px;
	width: 218px;
	height: 40px;
	border: 0;
	margin-top: 13px;
	display: block;
	padding: 6px 12px;
	margin-bottom: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.btn-navigator:hover, .btn-navigator:focus, .btn-navigator.focus {
	color: #fff !important;
	background: #CA1751;
	text-decoration: none;
}

.btn-navigator:focus, .btn-navigator:active {
	background: #C73567;
	color: #fff !important;
}

.btn-navigator:before {
	content: "";
	background-image: url("../img/icons/ic_compas.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.header__slider {
	max-width: 810px;
	width: 100%;
	margin: 0 auto;
	height: 88px;
	background: #FFFFFF;
	padding-top: 28px;
}

.pos_slider {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slides {
	padding: 0 60px;
}

.slides li {
	overflow: hidden;
	height: 38px;
	max-width: 100%;
	padding: 0 16px;
}

.slides li a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
	text-decoration-line: underline;
}

.slick-prev::before, .slick-next::before {
	content: '';
}

.slick-prev {
	background-image: url("../img/icons/ic_arrow-left.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
}

.slick-next {
	background-image: url("../img/icons/ic_arrow-right.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
}

.slick-prev {
	left: 18px;
}

.slick-next {
	right: 18px;
}

.bars {
	cursor: pointer;
	background-image: url("../img/icons/ic_menu-line.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 18px;
	height: 16px;
}

.nav-sub {
	display: none;
}

.box_top_menu {
	width: 230px;
	background-color: #fff;
	position: absolute;
	top: 55px;
	left: 0;
	box-shadow: 0 8px 16px rgba(8, 35, 48, 0.2);
	z-index: 50;
	padding: 33px 24px;
	z-index: 1010;
}

.box_top_menu a:hover {
	text-decoration: none;
	color: #C73567;
}

.box_top_menu__navigator {
	display: flex;
	align-items: center;
	border-bottom: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../img/icons/popup_menu-navigator.svg);
	padding-left: 63px;
	height: 47px;
	margin-bottom: 18px;
	position: relative;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
}

.box_top_menu__navigator::after {
	content: "";
	background-repeat: no-repeat;
	background-image: url(../img/icons/popup_menu-arrRight.svg);
	width: 8px;
	height: 14px;
	display: inline-block;
	margin-left: 20px;
}

.box_top_menu__navigator > img {
	margin-right: 16px;
}

.box_top_menu__navigator img:last-child {
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.box_top_menu__navigator:hover {
	color: #C73567;
}

.box_top_menu__list {
	padding: 0;
	border-top: 1px solid #BDBDBD;
}

.box_top_menu__list li {
	border-bottom: 1px solid #EEEEEE;
	background-repeat: no-repeat;
	background-position: center left;
	list-style-type: none;
}

.box_top_menu__list li:last-child,
.box_top_menu__list li:nth-last-child(2),
.box_top_menu__list li:nth-last-child(3) {
	border: 0;
}

.menu_last-articles {
	background-image: url("../img/icons/popup_menu-lastArticles.svg");
}

.menu_pictures {
	background-image: url("../img/icons/popup_menu-pictures.svg");
}

.menu_videos {
	background-image: url("../img/icons/popup_menu-videos.svg");
}

.menu_populars {
	background-image: url("../img/icons/popup_menu-populars.svg");
}

.menu_discussed {
	background-image: url("../img/icons/popup_menu-discussed.svg");
}

.menu_idea {
	background-image: url("../img/icons/popup_menu-idea.svg");
}

.menu_locations {
	background-image: url("../img/icons/popup_menu-locations.svg");
}

.menu_newspapers {
	background-image: url("../img/icons/popup_menu-newspapers.svg");
}

.menu_press {
	background-image: url("../img/icons/popup_menu-press.svg");
}

.menu_about {
	background-image: url("../img/icons/popup_menu-about.svg");
}

.menu_cooperation {
	background-image: url("../img/icons/popup_menu-cooperation.svg");
}

.menu_adveertisers {
	background-image: url("../img/icons/popup_menu-adveertisers.svg");
}

.menu_facts {
	background-image: url("../img/icons/popup_menu-facts.svg");
}

.menu_war {
	background-image: url("../img/icons/popup_menu-RUwar_black.svg");
}

.menu_free {
	margin-bottom: 20px;
}

.menu_registration {
	background-image: url("../img/icons/ic_new_user.svg");
}

.menu_login {
	background-image: url("../img/icons/ic_login.svg");
}

.menu_login_facebook {
	background-image: url("../img/icons/icon_loginFacebook.svg");
}

.menu_exit {
	background-image: url("../img/icons/ic_exit.svg");
}

.menu_profile {
	background-image: url("../img/icons/popup_menu-profile.svg");
}

.menu_author {
	background-image: url("../img/icons/popup_menu-author.svg");
}

.menu_saved {
	background-image: url("../img/icons/popup_menu-saved.svg");
}

.menu_author_cabinet {
	background-image: url("../img/icons/popup_menu-author_cabinet.svg");
}

.menu_materials {
	background-image: url("../img/icons/popup_menu-materials.svg");
}

.menu_author a {
	color: #C73567;
}

.box_top_menu__list li a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	padding: 13px 0 13px 40px;
	display: block;
	cursor: pointer;
}

.box_top_menu__list li.fat a {
	font-weight: bold;
}

.box_top_menu__list li a.fat {
	font-weight: bold;
}

/*****  contant-main *****/

.contant-main {

}

.contant-main__articles {
	padding: 49px 47px;
}

.last-articles {
	width: 206px;
	flex-shrink: 0;
	float: left;
}

.last-articles__tags a {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
	background: #E0E0E0;
	border-radius: 16px;
	padding: 4px 8px;
	margin-bottom: 6px;
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 206px;
	text-overflow: ellipsis;
}

.last-articles__t1 {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 29px;
}

.last-articles__t2 {
	font: 17px Roboto, sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #212121;
	margin-top: 8px;
}

.last-articles__line {
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin: 0 0 6px;
}

.last-articles__all {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
}

.block-article {
	max-width: 338px;
	width: 100%;
	float: left;
}

.block-article1 {
	margin-left: 50px;
}

.box-article {
	margin-bottom: 24px;
	padding: 0 24px;
}

.box-article_date_name {
	display: flex;
	align-items: center;
}

.box-article_date_name .box-article__date {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	margin: 0;
	flex-shrink: 0;
}

.box-article__author {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.box-article__author:hover {
	color: #CA1751 !important;
	text-decoration: underline !important;
}

.wrapper-post .box-article__title {
	margin-bottom: 8px !important;
	margin-top: 3px !important;
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 26px;
	display: inline-block;
}

.box-article__title {
	margin-bottom: 8px !important;
	margin-top: 3px !important;
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 26px;
	display: inline-block;
}

.box-article__title:hover {
	text-decoration: underline;
	color: #424242;
}

.box-article__description {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px !important;
	/*height: 118px;*/
	height: auto;
	margin-top: 0 !important;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* количество строк */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-article a.link_article:hover {
	text-decoration: none;
}

.box-article:hover .box-article__title {
	text-decoration: underline;

}

.box-article a.link_article:hover .box-article__title {
	text-decoration: underline;
}

.box-article a.link_article:hover + .box-article__title {
	text-decoration: underline;
}

.box-article__tags {
	margin-top: 15px;
}

.box-article__tags a {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121 !important;
	background: #E0E0E0;
	border-radius: 16px;
	padding: 4px 8px;
	margin-bottom: 6px;
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 290px;
	text-overflow: ellipsis;
}

.box-article__tags a:last-child {
	margin-right: 0;
}

.sidebar-right {
	max-width: 290px;
	width: 100%;
	float: right;
}

.sidebar-right a:hover {
	text-decoration: none;
}

.sidebar-right a:hover .sidebar-right__title {
	text-decoration: underline;
}

.sidebar-right__post {
	position: relative;
}

.sidebar-right__post-box {
	position: absolute;
	bottom: 12px;
	left: 24px;
	right: 24px;
}

.sidebar-right__title {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	line-height: 26px;
	margin-bottom: 15px;

}

.sidebar-right__post-img {
	position: absolute;
	z-index: -1;
}

.sidebar-right__post_bg {
	padding: 16px 24px 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	height: 514px;
}

.sidebar-right__post-date {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	flex-shrink: 0;
	margin-right: 12px;
}

.sidebar-right__post-author {
	display: inline-block;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-right__post-author a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar-right__category {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	background: #C73567;
	text-align: center;
	width: auto;
	height: auto;
	display: inline-flex;
	padding: 5px 9px;
	align-items: center;
	justify-content: center;
}

.sidebar-right__ad {

	margin-top: 29px;
}

.sidebar-right__ad img {
	background: #F5F5F5;
	padding: 18px 20px;
}

.contant-main__articles-pagination {
	padding: 0;
	margin-left: 288px;
}

.btn-arr-left {
	background-image: url("../img/icons/ic_arrow-left.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.btn-arr-right {
	background-image: url("../img/icons/ic_arrow-right.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.contant-main__articles-pagination p {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 12px;
}

.contant-main__articles-pagination .btn {
	padding: 0;

}

.pagination-active {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.contant-main__photo {
	background: #F5F5F5;
	margin-top: 0;
	padding: 40px 0 49px;
}

.contant-main__photo-add {
	background: #F5F5F5;
	padding: 16px 18px;
	max-width: 966px;
	width: 100%;
	margin-left: 335px;
	position: relative;
	z-index: 10;
}

.contant-main__photo-add a {
	position: relative;
	z-index: 10;
}

.add_bg:before {
	content: "";
	background: #F5F5F5;
	height: 50%;
	position: absolute;
	top: 50%;
	width: 99999px;
	left: -800px;
	/* left: 100%; */
	z-index: -1;
}

.add_bg_top_color:before {
	content: "";
	background: #F5F5F5;
	height: 50%;
	position: absolute;
	top: 0;
	width: 99999px;
	left: -800px;
	/* left: 100%; */
	z-index: -1;
}

.photo-last__box1 {
	position: relative;
	max-width: 290px;
	width: 100%;
	float: left;
	/*margin-left: 74px;*/
	margin-right: 24px;
}

.photo2-last__box1 {
	position: relative;
	max-width: 430px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.mar12 {

	margin-bottom: 12px;
	margin-left: 12px;
}

.photo3-last__box1 {
	position: relative;
	max-width: 209px;
	width: 100%;
	float: left;

}

.photo__box_w:hover {
	color: rgba(0, 0, 0, 0.75);
}

.photo__box_w:hover .photo2-last__box1__title {
	text-decoration: underline;
}

.photo__box_w:hover .photo-last__box2__title {
	text-decoration: underline;
}

.photo-last__box2 {
	position: absolute;
	bottom: 12px;
	left: 16px;
	right: 16px;
}

.photo-last__box2__title {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	line-height: 26px;
	margin-bottom: 0;

}

.photo2-last__box1__title {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 0;
}

.photo-last__box-img {
	position: absolute;
	z-index: 1;
}

.photo-last__box-bg {
	padding: 16px 24px 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	height: 654px;
	position: relative;
	z-index: 1;
}

.photo2-last__box-bg {
	padding: 16px 24px 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	height: 210px;
	position: relative;
	z-index: 1;
}

.pad1 {
	padding: 0 12px;
}

.photo-last__box2-date {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	display: inline-block;
}

.photo-last__box2-author {
	display: inline-block;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.photo-last__box2-author a {

}

.mar_t40 {
	margin-top: 40px;
}

.photo-last {
	padding: 34px 47px 24px;

}

.wrapper-photo__main {
	margin-left: 74px;
	width: 100%;
	max-width: 100%;
}

.photo__box_w {
	width: 100%;
	max-width: 209px;
	margin-bottom: 12px;
}

.photo__box_w_2 {
	width: 100%;
	max-width: 430px;
}

.wrapper-photo_grid {
	width: 100%;
}

.photo__box_w_first {
	max-width: 290px;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 12px !important;
}

.wrapper-photo__main .contant-main__articles-pagination {
	margin-left: 0;

}

.photo__box_w {
	padding: 0;
	margin-right: 0;
	margin-left: 12px;
	display: block;
	float: left;
	position: relative;
}

.photo-last__main {
	display: flex;
}

.contant-main__add2 {
	margin-left: 334px;
	margin-top: -30px;
}

.mar24 {
	margin-left: 24px;
}

.contant-main__video {
	background: #fff;
	margin-top: -30px;
	padding: 30px 45px 49px;
}

.video-last {
	padding: 34px 0 24px;
	display: flex;

}

.video-last_flex {
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.video-last_flex .contant-main__articles-pagination {
	margin: 0;
	padding-left: 40px;
}

.video-last .last-articles {
	float: none !important;
}

.video-last__small {
	/* float: left; */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.video-last__small2 {
	margin-left: 289px;
}

.video-last__box {
	width: 291px;
	margin-bottom: 36px;
	float: left;
}

.video-last_flex .video-last__box {
	max-width: 291px;
	float: none;
	width: 31%;
	margin: 0 0 24px 40px;
}

.video_block {
	width: 100%;
	height: auto;
	background-color: #000;
	overflow: hidden;
	position: relative;
	margin-bottom: 18px;
	display: block;
}

.video_block:hover ~ .box-article__title {
	color: #424242;
	text-decoration: underline;
}

.video-last__box_link {
	margin-bottom: 16px;
	display: block;
}

.video-last__box_link:hover ~ .box-article__title a, .video-last__box_link:hover ~ h3 a.box-article__title {
	text-decoration: underline;
	color: #424242;
}

.video-last__box:hover h3 a.box-article__title {
	text-decoration: underline;
	color: #424242;
}

.video-last__box:hover h2 a.box-article__title {
	text-decoration: underline;
	color: #424242;
}

.video-last__box_link:hover ~ .box-article__title, .video-last__box_link:hover ~ h3 a.box-article__title {
	text-decoration: underline;
	color: #424242;
}

.video-last__box_link img {
	width: 100%;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mar48 {
	margin-right: 47px;
}

.video_block img {
	width: 100%;
	height: 100%;
	display: block;
}

.contant-main__comments {
	background: #F5F5F5;
	margin-top: 0;
	padding: 40px 0 24px;
}

.main__comments_flex {
	display: flex;
	align-items: flex-start;
}

.main__comments_flex .wrapper-comments {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.comments_flex {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 74px;
	margin-right: 24px;
	width: 100%;
}

.comments_flex .btn_download-more {
	margin-top: 40px;
}

.block-comments {
	max-width: 608px;
}

.box-comments {
	margin-bottom: 24px;
}

.box-comments a:hover {
	text-decoration: none;
	color: inherit;
}

.box-comments:hover .box-article__title {
	text-decoration: underline;
}

.box-comments__text {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 12px;
	line-height: 24px;
	display: inline-block;
}

.btn_download-more {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #C73567;
	padding: 7px 18px;
	border: 2px solid #C73567;
	border-radius: 4px;
	display: block;
	max-width: 192px;
	height: 40px;
	transition: all 0.5s ease-in-out;
}

.btn_download-more:before {
	content: "";
	background-image: url("../img/icons/ic_download-more.svg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
}

.btn_download-more:hover {
	text-decoration: none;
	background: #FFF3F8;
	color: #CA1751;
	border: 2px solid #CA1751;
}

.btn_download-more:focus {
	text-decoration: none;
	background: #FBDCE8;
	color: #CA1751;
	border: 2px solid #CA1751;
}

.btn_download-more span {
	position: relative;
	top: -3px;
}

.discussed-topics {
	max-width: 328px;
	width: 100%;
}

.discussed-topics__box:hover {
	text-decoration: none;
}

.discussed-topics__box:hover .discussed-topics__box-title {
	text-decoration: underline;
}

.discussed-topics__box {
	padding: 8px 20px 8px 24px;
	display: block;
}

.discussed-topics__box-time p {
	display: inline-block;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 7px;
}

.discussed-topics_time {
	background-image: url("../img/icons/ic_calendar.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	margin-right: 20px;
}

.discussed-topics_comments {
	background-image: url("../img/icons/ic_comments.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 24px;
}

.discussed-topics__box-title {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 0;
}

.discussed-topics__box-title:hover {
	color: rgba(0, 0, 0, 0.75);
}

.discussed-topics__box:hover {
	border-left: 3px solid #C73567;
	background-clip: padding-box !important;
	padding-left: 21px;
}

.discussed-topics_t1 {
	margin-bottom: 14px;
	padding-left: 24px;
}

.discussed-topics__box:hover {

}

.discussed-topics__tags {
	margin-top: 35px;
	padding-left: 24px;
	margin-right: -8px;
}

.discussed-topics__tags a {
	color: #FFFFFF;
	background: #757575;
}

.wrapper-footer {
	margin-top: -318px;
	background: #424242;
}

.footer {
	display: flex;
	max-width: 1366px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	background: #424242;
	padding: 56px 47px;
}

.footer__block-title {
	margin-top: 11px;
	max-width: 150px;
}

.footer__title {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #BDBDBD;
	letter-spacing: 0.01em;
}

.footer__copy {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #989898;
	letter-spacing: 0.005em;
}

.footer__navigator {
	display: flex;
	align-items: center;
	margin: 0 0 0 80px;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #BDBDBD;

}

.footer__navigator:hover {
	color: #BDBDBD;
}

.footer__navigator:before {
	background-image: url("../img/icons/ic_navigator.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 47px;
	height: 47px;
	content: "";
	display: inline-block;
	margin-right: 16px;

}

.footer__navigator a {

}

.footer__menu {
	margin-left: 60px;
}

.footer__menu ul {
	padding: 0;
	margin-top: 16px;
}

.footer__menu ul li {
	margin-bottom: 15px;
	list-style-type: none;
}

.footer__menu ul li a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #BDBDBD;
}

.footer__email {
	margin-left: 50px;
	max-width: 250px;
}

.footer__email p {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #BDBDBD;
	margin-bottom: 5px;
}

.footer__btn-email {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #BDBDBD;
	letter-spacing: 0.02em;
	text-align: center;
	background: #616161;
	border: 1px solid #757575;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 10px 46px 10px 16px;
	width: 251px;
	height: 40px;
	position: relative;
	overflow: hidden;

}

.footer__btn-email:hover {
	text-decoration: none;
	color: #BDBDBD;
}

.footer__btn-email:after {
	margin-left: 16px;
	content: "";
	background-image: url("../img/icons/ic_mail.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	right: 16px;
	top: 11px;
}

.footer__btn-author {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	margin-top: 16px;
	border: 2px solid #9E9E9E;
	border-radius: 4px;
	background: transparent;
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #BDBDBD;
}

.footer__btn-author:hover, .footer__btn-author:focus, .footer__btn-author:active {
	color: #BDBDBD;
	text-decoration: none;
}

.footer__btn-author:before {
	content: "";
	margin-right: 8px;
	background-image: url("../img/icons/ic_pen.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 22px;
	height: 22px;
	display: inline-block;
}

.wrapper-footer-social {
	padding: 16px 47px;
	background: #333333;
}

.footer-social {
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.footer-social p {
	font: 14px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #989898;
	line-height: 1;
	margin: 0 13px 0 0;
}

.footer-social a {
	margin: 0 8px;

}

.footer_facebook {
	background-image: url("../img/icons/ic_facebook.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
}

.footer_instagram {
	background-image: url("../img/icons/ic_instagram.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
}

.footer_pinterest {
	background-image: url("../img/icons/ic_pinterest.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
}

.footer_vk {
	background-image: url("../img/icons/ic_vk.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 16px;
}

.footer_telegram {
	background-image: url("../img/icons/ic_telegram.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 25px;
	height: 21px;
}

.disp_b_1200 {
	display: none;
}

.ad2-center_b_1200 {
	display: none;
}

.disp_b_768 {
	display: none;
}

.block-article_b_600 {
	display: none;
}

.list_footer {
	display: inherit;
}

.last-articles__t2_plan, .last-articles__all_plan {
	display: none;
}

/**********   Style Post    ************/

.wrapper-post {
	margin-left: 72px;
	flex: 1;
	order: 2;
	position: relative;
}

.wrapper-post_img {
	max-width: calc(80% - 47px);
}

.left-sidebar-post {
	width: 206px;
	flex: none;
	order: 1;
}

.left-sidebar-post__block2 {
	margin-top: 21px;
}

.left-sidebar-post__block2-link a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}

.wrapper-post h1 {
	font: 39px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 56px;
}

.wrapper-post .horizontal_img {
	margin-bottom: 16px;
	display: inline-block;
}

.wrapper-post .horizontal_img .photo_source_horizontal {
	text-align: right;
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 0 5px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	margin-bottom: 0;
}

.wrapper-post .vertical_img {
	margin: 0 18px 18px 0;
	float: left;
	display: block;
}

.wrapper-post .vertical_img .photo_source_vertical {
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 0 5px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	margin-bottom: 0;
}

.wrapper-post__title {
	font: 39px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 16px;
	line-height: 56px;
}

.left-sidebar-post_comm {
	width: 206px;
	flex: none;
}

.block-post {
	display: flex;
}

.wrapper-post__info {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
}

.wrapper-post__info div {
	display: flex;
	align-items: flex-start;
	margin-right: 24px;
}

.wrapper-post__info .wrapper-post__info-date {
	background-image: url("../img/icons/ic_calendar.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 24px 0 0;
}

.wrapper-post__info .wrapper-post__info-author {
	background-image: url("../img/icons/ic_author.svg");
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 24px;
	font-size: 14px;
	color: #C73567;
	padding-left: 20px;
}

.wrapper-post__info .wrapper-post__info-comments {
	background-image: url("../img/icons/ic_comments.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 24px;

}

.wrapper-post__info .wrapper-post__info-saved {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	color: #8C8C8C;
}

.wrapper-post__info .wrapper-post__info-saved:hover {
	color: #8C8C8C;
}

.wrapper-post__info .wrapper-post__info-saved:before {
	content: "";
	background-image: url("../img/icons/icon_saved_post.svg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 17px;
	width: 20px;
	background-size: cover;
	flex-shrink: 0;
	display: inline-flex;
	white-space: nowrap;
	margin-right: 8px;
	transition: all 0.2s ease-in-out;
}

.wrapper-post__info .wrapper-post__info-saved.active:before {
	background-image: url("../img/icons/icon_saved_active.svg");
}

.wrapper-post__info .wrapper-post__info-saved.active {
	color: #CA1751;
}

.wrapper-post__info div p {
	margin-bottom: 0;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
}

.wrapper-post__info a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	padding-left: 20px;
	cursor: pointer;
}

.wrapper-post__info a:hover {
	color: #CA1751;
}

.wrapper-post__info div img {
	margin-right: 8px;
}

.wrapper-post .short_description {
	/*max-width: 628px;*/
	width: 100%;
	font: 20px RobotoLight, sans-serif;
	font-style: italic;
	color: #212121;
	margin-top: 18px;
	line-height: 29px;
}

.slider_post_img {
	margin-top: 24px;
}

.slider_post_img .sl2 {
	margin-top: 16px;
	position: relative;
}

.slider_post_img .item-photo-gallery-container {
	width: 100%;
	height: 448px;
	display: flex;
	position: relative;
	flex-direction: column-reverse;
}

.slider_post_img .item-photo-gallery-container img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	max-width: 665px;
	max-height: 448px;
}

.photo_source_slider {
	padding: 5px 0 5px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	max-width: 665px;
}

.sl2__slide {
	margin: 0 6px;
	width: 120px !important;
}

.sl2__slide.slick-current {
	border-bottom: 4px solid #C73567;
}

/*
.slider_post_img .sl::before {
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 100px;
	background: transparent linear-gradient(90deg, rgba(0,0,0,0.38) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
}

.slider_post_img .sl::after {
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent linear-gradient(270deg, rgba(0,0,0,0.38) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	left: auto;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	width: 100px;
}
*/

.slider_post_img .sl .slick-next {
	background-image: url("../img/icons/ic_arrow_right_big.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 34px;
	height: 34px;
	background-size: cover;
	z-index: 40;
}

.slider_post_img .sl .slick-next, .slider_post_img .sl .slick-prev {
	top: 47%;
}

.slider_post_img .sl .slick-prev {
	background-image: url("../img/icons/ic_arrow_left_big.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 34px;
	height: 34px;
	background-size: cover;
	z-index: 40;
}

.slider_post_img .sl2 .slick-next {
	background-image: url("../img/icons/icon_arrow_grey_right.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 29px;
	height: 29px;
	background-size: cover;
	z-index: 40;
}

.slider_post_img .sl2 .slick-prev {
	background-image: url("../img/icons/icon_arrow_grey_left.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 29.14px;
	height: 29.14px;
	background-size: cover;
	z-index: 40;
}

.slider_post_img .sl2 {
	position: relative;
	padding: 0 50px;
}

.slider_post_img .sl2 .slick-slide img {
	display: block;
	width: 100%;
	height: 80px;
}

.slider_post_img .sl .slick-slide img {
	min-height: 1px;
}

.slick-slide img {
	min-height: 1px;
	min-width: 1px;
}

/*
.slider_post_img .sl2::before {
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 90px;
	background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 43%, #FFFFFFDB 66%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
}

.slider_post_img .sl2::after {
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 43%, #FFFFFFDB 66%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
	left: auto;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	width: 100px;
} */

.wrapper-post__text {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	padding-top: 20px;
}

.wrapper-post__text p:first-child {
	margin-top: 0;
}

.wrapper-post__text img {
	height: auto;
}

.wrapper-post__text table {
	margin-top: 20px;
	border-spacing: 0;
	width: 700px;
	max-width: 100%;
}

.wrapper-post__text table tr td {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	padding: 5px 10px;
}

.wrapper-post__text table thead tr {
	border-bottom: 1px solid #C73567;
}

.wrapper-post__text table thead tr th {
	color: #C73567;
	border-bottom: 2px solid #C73567;
	padding: 5px 10px;
	text-align: left;
	font-weight: 400;
}

.wrapper-post__text table thead tr th:first-child {
	width: 40%;
}

.wrapper-post__text table tbody tr td {
	font: 16px Roboto, sans-serif;
	border-bottom: 1px solid #A8A8A8;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	padding: 5px 10px;
}

.wrapper-post__text p {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 20px;
	line-height: 24px;
	margin-bottom: 0;
	white-space: pre-wrap;
}

.wrapper-post__text a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	word-break: break-all;
}

.wrapper-post__text a:hover {
	color: #CA1751;
}

.wrapper-post__text h2 {
	font: 31px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 30px;
	line-height: 46px;
}

.wrapper-post__text h3 {
	margin-top: 2px;
}

.wrapper-post__text blockquote {
	max-width: 635px;
	background: #F5F5F5;
	margin: 24px 0 12px;
	padding: 16px 34px 16px 90px;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	color: #212121;
	position: relative;
}

.wrapper-post__text blockquote span {
	display: block;
	margin-top: 20px;
}

.wrapper-post__text blockquote::before {
	content: "";
	background-image: url("../img/icons/ic_double-quotes.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 20px;
	top: 10px;
}

.wrapper-post__text blockquote p {
	margin-bottom: 0;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	color: #212121;
}

.wrapper-post_bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.wrapper-post__text:after {
	clear: both;
	display: table;
	content: "";
}

.btn_add_comments {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	padding: 8px 18px;
	border: 0;
	background: #C73567;
	border-radius: 4px;
	display: flex;
	align-items: center;
	max-width: 198px;
	transition: all 0.3s ease-in-out;
}

.btn_add_comments:before {
	content: "";
	background-image: url(../img/icons/ic_add_comments.svg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 8px;
}

.btn_add_comments:hover, .btn_add_comments:active, .btn_add_comments:focus {
	text-decoration: none;
	color: #fff;
	background: #CA1751;
}

.btn_add_comments button:focus, .btn_add_comments:active {
	background: #C73567;
}

.btn_add_comments img {
	margin-right: 8px;
}

.wrapper-post_sharing {
	width: 185px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	letter-spacing: 0.005em;
}

.wrapper-post_sharing p {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 8px;
	margin: 0;
}

.wrapper-post_sharing ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.wrapper-post_sharing ul li {
	list-style-type: none;
	margin-right: 16px;
}

.wrapper-post_sharing ul li:last-child {
	margin-right: 0;
}

.sharing_facebook {
	background-image: url(../img/icons/ic_facebook2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: block;
}

.sharing_instagram {
	background-image: url(../img/icons/ic_instagram2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: block;
}

.sharing_pinterest {
	background-image: url(../img/icons/ic_pinterest2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: block;
}

.sharing_vk {
	background-image: url(../img/icons/ic_vk2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 16px;
	display: block;
}

.sharing_telegram {
	background-image: url(../img/icons/ic_telegram2.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 23px;
	height: 20px;
	display: block;
	background-size: cover;
}

.block-post__comments {
	margin-left: 72px;
	margin-right: 20px;
	width: 100%;
}

.block-post__comments-box {
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 18px;
	padding: 24px 34px;
}

.block-post__comments-info {
	display: flex;
	align-items: flex-start;
}

.block-post__comments-date {
	background-image: url("../img/icons/ic_calendar.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	margin-right: 8px;
}

.block-post__comments-info p {
	margin: 0;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
}

.block-post__comments-info p span {
	margin-right: 8px;
}

.block-post__comments-info img {
	margin-right: 8px;
}

.block-post__comments-author {
	margin-top: 8px;
	background-image: url("../img/icons/ic_author.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	margin-right: 8px;
}

.block-post__comments-reply {
	background-image: url("../img/icons/ic_reply.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	margin-right: 10px;
}

.block-post__comments-info a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
}

.block-post__comments-info a:hover {
	color: #CA1751;
}

.block-post__comments-text {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	letter-spacing: 0.02em;
	line-height: 24px;
	margin: 8px 0;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 8px;
}

.last-articles__t1-comm {
	margin-bottom: 25px;
}

.comments-box2 {
	margin-left: 40px;
}

.comments-box3 {
	margin-left: 80px;
}

.block-post__add-comment {
	margin-top: 40px;
}

.block-post__add-comment form {
	max-width: 100%;
}

.comm_login {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.comm_login a {
	color: #C73567;
	text-decoration: underline;
}

.block-post__add-comment-title {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 29px;
}

.switcher {
	position: relative;
	z-index: 100;
}

.switcher .ck-item {
	position: relative;
	padding: 0 0 0 23px;
	margin: 10px 0;
}

.switcher input[type="checkbox"] {
	display: none;
}

.switcher label {
	color: rgba(0, 0, 0, 0.75);
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	cursor: pointer;
	padding: 8px 0 9px 0;
	text-transform: none;
}

.switcher input[type="checkbox"] + label span {
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 -22px;
	border-radius: 2px;
	border: 1px solid #C73567;
	background: url("../img/icons/chekbox.svg") no-repeat 0 0;
}

.switcher input[type="checkbox"]:checked + label span {
	background-position: 0 -28px;
}

.form_add-comment {
	margin-top: 0 !important;
}

.form_add-comment .btn_add_comments {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	padding: 8px 18px;
	border: 0;
	background: #C73567;
	border-radius: 4px;
	display: flex;
	align-items: center;
	max-width: 198px;
	margin-top: 24px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;

}

.form_add-comment .btn_add_comments:hover, .form_add-comment .btn_add_comments:active {
	text-decoration: none;
	background: #CA1751;
	color: #fff;
}

.form_add-comment .btn_add_comments:focus, .form_add-comment .btn_add_comments:active {
	background: #C73567;
}

.form_add-comment .btn_add_comments img {
	margin-right: 8px;
}

.form_add-comment .btn_add_comments span {

}

.form_add-comment textarea {
	height: 285px;
	min-height: 285px;
	width: 100% !important;
	max-width: 100% !important;
	resize: vertical;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #BDBDBD;
	padding: 8px 16px;
	color: rgba(0, 0, 0, 1);
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.block-post__interest {
	margin-left: 47px;
	display: flex;
	order: 2;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
}

.block-post .similar_block {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
}

.block-post .similar_block .video-last__box {
	width: 30%;
	margin: 0 22px 24px 22px;
	max-width: 290px;
}

.block-post__interest .contant-main__articles-pagination {
	margin: 20px auto;
}

.block_articles__categorytext .contant-main__articles-pagination {
	margin: 20px auto;
}

.container-searchresult_image .contant-main__articles-pagination {
	margin: 20px auto;
}

.video-last__box .box-article__tags {
	margin-top: 8px;

}

/********* postvideo  **************/

.wrapper-post .video_big__postvideo {
	width: auto;
	height: 520px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	margin: 35px 0 4px 0;
	display: inline-block;
}

.wrapper-post .video_big__postvideo img {
	margin: 0;
}

.wrapper-post iframe {
	display: block;
	width: 100%;
	height: 520px;
	margin: 0;
}

.wrapper-post .wrapper-post__media iframe {
	height: 520px;
	max-height: 520px;
}

.wrapper-post .wrapper-post__media {
	display: block;
	width: 100%;
	height: 520px;
	max-height: 520px;
	margin: 35px 0 4px 0;
}

.video_big__postvideo iframe,
.video_big__postvideo object,
.video_big__postvideo embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.block-post__interest .video-last__box {
	width: 33%;
	margin-bottom: 20px;
}

.wrapper-post_media h1 {
	margin-top: 0;
	padding-right: 240px;
}

/********* postimg  **************/

.post_image_big {
	margin-top: 30px;
}

.block_post_image_small {
	display: flex;
	margin-top: 15px;
}

.block_post_image_small img {
	margin-right: 12px;
}

.block-post__interest-img {
	justify-content: space-between;
	width: 100%;
}

.block-post__interest-box_img {
	height: auto;
	position: relative;
	max-height: 200px;
}

.block-post__interest-img > div {
	margin-right: 10px;
}

.block-post__interest-img > div:last-child {
	margin-right: 0;
}

.block-post__interest-img_bg div p {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 0;
}

.block-post__interest-img img {

}

.block-post__interest-img_bg {
	padding: 16px 0 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	height: 100%;
	max-width: 290px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

/**************** categoryimage  ****************/

/*.container-categoryimage {
	background: #F5F5F5;
	margin-top: -33px;
	padding: 40px 0 49px;
}*/

.container_color {
	background: #F5F5F5;
	padding: 40px 0 49px;
}

.box_top_menu_category {
	display: block;
	margin-top: -49px;
	box-shadow: none;
	position: static;
	max-width: 230px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.block_images {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.block_images > div {
	margin-right: 45px;
}

.block_images > div:last-child {
	margin-right: 0;
}

.block_images__box {
	max-width: 290px;
	margin-bottom: 34px;
	position: relative;

}

.block_images__box2:hover p, .block_images__box2:hover .title_media {
	text-decoration: underline;
}

.block_images__box img {
	height: auto;
	display: block;
}

.block_images__box2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	padding: 12px 16px 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.block_images__box2 p, .block_images__box2 .title_media {
	position: absolute;
	font: 14px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	bottom: 0;
}

.block-post__interest-video {
	margin-left: 235px;
	padding-top: 0;
	padding-bottom: 0;
}

.post__interest-article {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.post__interest-media {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.post__interest-article .box-article {
	max-width: 290px;
	width: 29%;
	margin: 0 2% 34px;
	padding: 0;
}

.post__interest-media .block_images__box {
	max-width: 290px;
	width: 29%;
	margin: 0 2% 34px;
	padding: 0;
}

.block-post__interest_all {
	display: flex;
	flex-direction: column;
	margin-left: 47px;
	width: 100%;
}

.navigation_image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}

.navigation_left {
	background-image: url("../img/icons/chevrons-left.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
}

.navigation_right {
	background-image: url("../img/icons/chevrons-right.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
}

.navigation_image a {
	font: 16px Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.75);
	margin: 0 3px;
	padding: 0 7px;
}

.navigation_image a.active {
	color: #B72353;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto !important;
	list-style-type: none;
	padding: 0;
}

.pagination a {
	font: 16px Roboto, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	margin: 0 3px;
	padding: 0 7px;
	display: block;
}

.pagination li a {
	float: none;
	margin: 0 3px;
	padding: 0 7px;
	border: none;
	font-weight: 700;
	background: transparent;
	color: rgba(0, 0, 0, 0.75);
}

.pagination a:hover {
	color: #B72353;
}

.pagination li a:hover {
	color: #B72353;
	border: none;
	background-color: transparent;
	text-decoration: underline;
}

.container:before {
	content: none!important;
}

.container:after {
	content: none!important;
}

.pagination .active a {
	color: #B72353;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	border: none;
	float: none;
}

.pagination .active a:hover {
	color: #B72353;
	background-color: transparent;
	border: none;
}

.pagination .prev span {
	background-image: url("../img/icons/chevrons-left.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: block;
}

.pagination .next a {
	background-image: url("../img/icons/chevrons-right.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
}

.pagination > li > span {
	position: relative;
	float: left;
	padding: 0;
	margin-left: 0;
	color: transparent;
	text-decoration: none;
	background-color: transparent;
	border: none;
}

.block_video {
	display: flex;
	flex-wrap: wrap;
	margin-left: -24px;
	margin-top: 24px;
}

.block_video .video-last__box {
	max-width: 291px;
	width: 100%;
	float: none;
	margin: 0 20px 24px 20px;
}

.block_video .video-last__box img {
	float: none;
	margin: 0;
}

/**************** categorytext  ****************/

.block_articles__categorytext {
	margin-top: 24px;
	display: flex;
}

.link_body:hover {
	text-decoration: none;
}

.categorytext-box1__item a.link_article {
	text-decoration: none;
	color: inherit;
}

.categorytext-box1__item:hover .block_articles__categorytext__title {
	text-decoration: underline;
}

.block_articles__categorytext__title {
	font: 25px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}

.block_articles__categorytext-box1 {
	max-width: 630px;
}

.categorytext-box2__item {
	display: flex;
	margin-top: 35px;
}

.categorytext-box2__item > .box-article__categorytext-box:first-child {
	margin-right: 46px;
}

.block_articles__categorytext-box1 > div:last-child {
	display: flex;
	justify-content: space-between;
}

.box-article__categorytext-box {
	margin-bottom: 24px;
	max-width: 290px;
	padding: 0;
}

.box-article__categorytext-box a.link_article:hover {
	text-decoration: none;
}

.box-article__categorytext-box:hover .box-article__title {
	text-decoration: underline;

}

.box-article__categorytext-box a.link_article:hover .box-article__title {
	text-decoration: underline;
}

.categorytext-box1__item .t1 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 0;
}

.box-comments__text a {
	text-decoration-line: underline;
}

.categorytext_img {
	margin-bottom: 20px;
	display: block;
}

.block_articles__categorytext-box2 {
	margin-left: 45px;
	max-width: 290px;
	width: 100%;
}

.adv_categorytext {
	width: 290px;
	background: #F5F5F5;
	padding: 24px 20px;
}

.wrapper-post__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.adv_categorytext img:first-child {
	margin-bottom: 34px;
}

.block-post__interest-text {
	margin-left: 230px;
}

.box-article_last {
	padding-right: 0;
}

.block_images__box_text {
	margin-bottom: 0;
}

/**************** tags-search  ****************/

.search_form {
	max-width: 628px;
	position: relative;
	margin: 0 auto;
}

.search_form input {
	border: none;
}

.search_form .input {
	width: 100%;
	padding: 0 16px 0 45px;
	height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	outline: none;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
}

.search_form .select2-container {
	width: 100% !important;
}

.search_form .select2-container .select2-selection {
	padding-left: 45px;
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
}

.search_form .select2-container .select2-selection .select2-selection__placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.search_form .select2-container .select2-selection .select2-selection__rendered {
	color: rgba(0, 0, 0, 0.6);
}

.search_form .form-group {
	margin-bottom: 0;
}

.search_form .form-group:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 16px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: transparent url(../img/icons/ic_search_red.svg) no-repeat top center;
}

.search_form .select2-selection__clear span {
	display: none;
}

.search_form .select2-container .select2-selection .select2-selection__clear {
	opacity: 0.6;
	top: 0;
	bottom: 0;
	margin: auto;
}

.search_form .select2-container .select2-selection__clear:hover {
	opacity: 1;
}

.search_form .select2-selection__clear:after {
	content: "";
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/icons/ic_close.svg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.close_search {
	position: absolute;
	cursor: pointer;
	right: 16px;
	top: 10px;
	background-image: url("../img/icons/ic_close.svg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.search_form .input:focus {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.search_form .submit {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: transparent url("../img/icons/ic_search_red.svg") no-repeat top center;
}

input[type="search"] {
	-webkit-appearance: none;
}

.slider_search {
	background: #F5F5F5;
	border-radius: 2px;
	width: 100%;
	max-width: 953px;
	margin-top: 24px;
	padding: 14px 0;
}

.title_letter {
	font: 39px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
}

.block_alphabet {
	padding-top: 16px;
}

.block_alphabet__box ul {
	padding: 0;
	list-style-type: none;
	margin-top: 12px;
}

.block_alphabet__box ul li {
	margin-bottom: 10px;
}

.block_alphabet__box ul li a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
}

.block_alphabet__box ul li a.more_alphabet {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	color: #CE4174;
	border: 1px solid #C73567;
	border-radius: 15px;
	position: relative;
	display: block;
	width: 62px;
	height: 20px;
	padding-top: 2px;
}

.block_alphabet__box ul li a.more_alphabet:hover {
	color: #CE4174;
}

.block_alphabet__box ul li a.more_alphabet:after {
	content: "";
	background-image: url("../img/icons/arrow_more_alphabet.svg");
	width: 8px;
	height: 8px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 4px;
}

.block_alphabet__b1 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block_alphabet__b1 .block_alphabet__box:nth-child(n+7):nth-child(-n+12), .block_alphabet__b1 .block_alphabet__box:nth-child(n+19):nth-child(-n+24), .block_alphabet__b1 .block_alphabet__box:nth-child(n+31):nth-child(-n+36) {
	background: #F5F5F5;
	position: relative;
}

.block_alphabet__b1 .block_alphabet__box:nth-child(n+7):nth-child(-n+11):after, .block_alphabet__b1 .block_alphabet__box:nth-child(n+19):nth-child(-n+23):after, .block_alphabet__b1 .block_alphabet__box:nth-child(n+31):nth-child(-n+35):after {
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	right: -15px;
	top: 0;
	position: absolute;
	background: #F5F5F5;
}

.block_alphabet__b2 {
	background: #F5F5F5;

}

.block_alphabet__box {
	padding: 24px 12px;
	width: 16%;
}

.block_tags_number {
	width: 145px;
	background: #F5F5F5;
	padding: 24px 0;
}

.block_tags_number ul {
	padding: 0;
	list-style-type: none;
	margin: 0 24px;
	position: relative;
	overflow: hidden;
}

.block_tags_number ul::after {
	content: "";
	display: block;
	width: 24px;
	height: 9px;
	background: #F5F5F5;
	position: absolute;
	right: 0;
	bottom: 0;
}

.block_tags_number ul::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #C4C4C4;
	position: absolute;
	right: 0;
	top: 18px;
}

.block_tags_number ul li {
	margin-bottom: 12px;
	position: relative;
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
}

.block_tags_number ul li:last-child {
	margin-bottom: 0;
}

.block_tags_number ul li::after {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #C4C4C4;
	position: absolute;
	right: 0;
	top: 14px;
}

.block_tags_number ul li.big_number::after {
	content: "";
	display: block;
	width: 34px;
	height: 1px;
	background: #C4C4C4;
	position: absolute;
	right: 0;
	top: 17px;
}

.block_tags_number ul li a {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
}

.block_tags_number ul li.big_number a {
	font-size: 25px;
}

.block_tags_number ul li.big_number {
	font-size: 25px;
}

.wrapper-post .t1_tags {
	text-align: center;
}

.t1_tags {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
}

.wrapper_tags-search {
	display: flex;
	position: relative;
}

.wrapper_tags-search .wrapper-post {
	margin-top: 120px;
}

.search-slider {
	flex: none !important;
	position: absolute;
	right: 70px;
	top: 35px;
	z-index: 10;
}

.disp_b_760 {
	display: none !important;
}

/*********** searchresult  ***************/

.searchresult-box2__item {
	margin-top: 0;
}

.box-searchresult {
	margin: 0 20px 22px 20px;
	display: inline-block;
	width: 31%;
	max-width: 290px;
}

.block-post_searchresult .block_articles__categorytext {
	display: flex;
	flex-wrap: wrap;

	margin-left: -20px;
}

.box-searchresult:hover .box-article__title {
	text-decoration: underline;
}

.block-searchresult-right .box-searchresult {
	margin-right: 0;
}

.block-post_searchresult {
	padding-top: 30px;
	padding-bottom: 0;
}

.box_search-result__number {
	border: 2px solid #C73567;
	padding: 16px 24px;
	margin: 15px 0 0;
}

.search-result__number {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	margin: 0;
}

.search-result__number span {
	display: block;
}

.block_sort {
	padding-bottom: 18px;
	border-bottom: 1px solid #BDBDBD;
	margin-top: 34px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.sort_bg:before {
	background-image: url("../img/icons/ic_sort.svg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 21px;
	height: 17px;
	content: "";
	display: inline-block;
	margin-right: 16px;
}

.block_sort > div {
	margin-right: 10px;
}

.block_sort > div a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	padding: 4px 12px;
	display: block;
	border-radius: 8px;
}

.block_sort > div a:hover {
	text-decoration: none;
	background: #FFF3F8;
}

.block_sort > div a.active {
	text-decoration: none;
	background: #FFF3F8;
}

.block_sort > div:first-child {
	margin-right: 34px;
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
}

.block_sort > div:first-child img {
	margin-right: 16px;
}

.container-searchresult_image {
	margin-top: 0;
	padding: 40px 0 49px;
	background-color: #fff;
}

.container-searchresult_image .photo-last {
	padding-top: 0;
	padding-bottom: 0;
}

.container-searchresult_image .wrapper-photo {
	margin-left: 47px;
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

.block-post__interest_searchresult {
	margin-left: 81px;
}

.disp_b_992 {
	display: none !important;
}

/************ opinion  ***************/

.tag_category {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	background: #C73567;
	padding: 2px 8px;
	display: inline-block;
	line-height: 24px;
}

.block_author_opinion {
	margin-bottom: 48px;
}

.author_photo_content {
	display: block;
}

.author_photo_box.female {
	background-image: url("../img/profile-ava-female.svg");
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 206px;
	min-height: 206px;
}

.author_photo_box.male {
	background-image: url("../img/profile-ava-male.svg");
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 206px;
	min-height: 206px;
}

.block_left_author_opinion {
	width: 206px;
	flex-shrink: 0;
}

.block_authors_tags {
	width: 206px;
	flex-shrink: 0;
}

.name_author_opinion {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 16px;

}

.specialty_author_opinion {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	line-height: 20px;
}

.info_author_opinion {
	display: flex;

}

.info_author_opinion p {
	margin-bottom: 0;
}

.info_author_opinion a {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	line-height: 20px;
	flex-shrink: 0;
}

.info_author_opinion a:first-child:after {
	content: "";
	width: 1px;
	height: 14px;
	background: #E0E0E0;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: 2px;
}

.info_author_opinion a:hover {
	color: #CA1751;
}

.info_author_opinion a:last-child:after {
	display: none !important;
}

.block_authors_materials {
	margin-top: 24px;
}

.title_authors_materials {
	font: 14px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	padding-bottom: 4px;
	border-bottom: 1px solid #E0E0E0;
}

.date_link_authors_materials {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	display: block;
}

.box_link_authors_materials {
	margin-bottom: 14px;
	display: block;
	color: rgba(0, 0, 0, 0.75);
}

.box_link_authors_materials:hover {
	text-decoration: none;
}

.box_link_authors_materials .box_link_authors_materials_title {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	text-decoration: underline;
}

.all_authors_materials {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration-line: underline;
}

.t1_opinion {
	font: 20px RobotoLight, sans-serif;
	color: #212121;
	line-height: 29px;
	font-style: italic;
	max-width: 630px;
	width: 100%;
	margin-top: 5px;
}

.text_opinion {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	margin-top: 20px;
}

.text_opinion a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: underline;
}

.wrapper-post_opinion {
	margin-left: 97px;
}

.author_photo {
	max-width: 206px;
	display: block;
}

.block_author_photo {
	max-width: 314px;
	margin-right: 48px;
	flex-shrink: 0;
}

.block_author_photo.female {
	background-image: url("../img/profile-ava-female.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-width: 200px;
	min-height: 200px;
}

.block_author_photo.male {
	background-image: url("../img/profile-ava-male.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-width: 200px;
	min-height: 200px;
}

/************** location ****************/

.contant-location {
	display: flex;
}

.block_location-form {
	order: 1;
	width: 206px;
	margin: 43px 30px 0 48px;
	padding-bottom: 10px;
	flex-shrink: 0;
}

.block_location_map {
	order: 2;
	position: relative;
	width: 100%;
	min-height: 100vh;
	height: auto;
	margin-top: 0;
}

.map_location {
	width: 100%;
	height: 100%;
}

.block_location_map > img {
	height: auto;
	width: auto;
}

.form_location__t1 {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
}

.form_location_box {
	margin-bottom: 8px;
}

.form_location_box label {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	display: block;
	margin-bottom: 4px;
}

.form_location input, .form_location select {
	max-width: 206px;
	width: 100%;
	height: 40px;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	padding: 8px 12px;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.9);
}

.form_location button, .btn_look_more {
	max-width: 204px;
	width: 100%;
	height: 40px;
	border: 0;
	background: #C73567;
	border-radius: 4px;
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.btn_look_more {
	margin: 0 auto;
	max-width: 100%;
	display: none;
}

.btn_look_more.non {
	display: none;
}

.form_location button:hover, .form_location button:focus, .btn_look_more:hover {
	color: #fff !important;
	background: #CA1751;
	text-decoration: none;
}

.form_location button:focus, .form_location button:active {
	background: #C73567;
	color: #fff !important;
}

.form_location .btn_search_loc span, .btn_look_more span {
	display: flex;
}

.form_location .btn_search_loc span::before, .btn_look_more span:before {
	content: "";
	background-image: url("../img/icons/ic_search_location.svg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 9px;
}

.form_location .btn_search_loc img {
	margin-right: 10px;
}

.block_nearby {
	margin-top: 35px;
}

.block_nearby__t1 {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
}

.btn_search_loc.active {
	display: flex;
}

.block_places_wrapper {
	height: 350px!important;
	overflow-y: auto;
	width: 236px;
}

.block_places_box {
	max-width: 98px!important;
	width: 100% !important;
	float: left;
	margin-top: 12px;
	margin-bottom: 0!important;
}

.places_img {
	transition: all 0.3s ease-in-out;
}

a.block_places_box:hover .places_img {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

a.block_places_box:focus, a.block_places_box:hover, a.block_places_box:active {
	color: rgba(0, 0, 0, 0.75);
}

a.block_places_box:hover p {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.75);
}

.block_places_box p {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 2px;
	margin-bottom: 0;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.block_places .block_places_box:nth-child(2n+1) {
	margin-right: 12px;
}*/

.pin_big1 {
	position: absolute;
	left: 25px;
	top: 200px;
	display: none;
}

.pin_small1 {
	position: absolute;
	left: 150px;
	top: 100px;
	display: none;
}

.block_place_info {
	position: absolute;
	left: 48px;
	top: 48px;
	background: #fff;
	max-width: 368px;
	width: 100%;
	z-index: 9999;
}

.place_info__img {
	margin: 0 auto;
	display: block;
	max-height: 231px;
}

.place_info {
	padding: 23px;
}

.place_info__title {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 14px;
}

.place_info__about {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
}

.place_info__address {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 15px;
	line-height: 24px;
}

.place_info__more {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
}

.place_info__tags {
	margin-top: 25px;
}

.place_info_sharing {
	margin-top: 10px;
}

.block_place_info_close {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 9px;
	cursor: pointer;
}

.block_place_info_close:after {
	content: "";
	background-image: url("../img/icons/ic_close_location.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
}

/*** Author ***/

.wrapper-authors_materials {
	padding-bottom: 40px;
}

.contact_author {
	margin-top: 0;
}

.contact_author_title {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 29px;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 16px;
}

.contact_author_list {
	padding: 0;
	margin-bottom: 0;
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.contact_author_list li {
	list-style-type: none;
	margin-right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_author_list li:last-child {
	margin-right: 0;
}

.contact_instagram {
	background-image: url(../img/icons/ic_instagram_author.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: block;
}

.contact_twitter {
	background-image: url(../img/icons/ic_twitter_author.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: block;
}

.contact_facebook {
	background-image: url(../img/icons/ic_facebook_author.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: block;
}

.contact_telegram {
	background-image: url(../img/icons/ic_telegram_author.svg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	display: block;
}

.line_popular {
	height: 1px;
	width: 100%;
	background: #E0E0E0;
	margin: 8px 0;
}

.authors_materials_item {
	margin-bottom: 34px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.authors_materials_item_flex {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.close_post {
	background-image: url("../img/icons/ic_close_post.svg");
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	margin-bottom: 0;
	z-index: 5;
}

.close_post:hover {
	opacity: 0.5;
}

.authors_materials_item:hover {
	text-decoration: none;
}

.authors_materials_item_flex:hover {
	text-decoration: none;
}

.authors_materials_item:hover .authors_materials_title {
	text-decoration: underline;
}

.authors_materials_item_flex:hover .authors_materials_title {
	text-decoration: underline;
}

.authors_materials_title {
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 26px;
	color: #424242;
	margin-bottom: 0;
	padding-right: 25px;
}

.authors_materials_title:hover {
	color: #424242;
}

.authors_materials_body {
	margin-top: 22px;

}

.pagination-authors_content {
	padding-top: 30px;
	border-top: 1px solid #E0E0E0;
}

.authors_materials_box-time {
	margin: 8px 0;
}

.authors_materials_time {
	display: inline-block;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	background-image: url("../img/icons/ic_calendar.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	margin-right: 12px;
}

.authors_materials_comments {
	background-image: url("../img/icons/ic_comments.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 24px;
	display: inline-block;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
	color: #C73567;
	margin-bottom: 0;
}

.authors_materials_text {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.authors_materials_text:hover {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.authors_materials_item_media {
	margin-right: 24px;
	flex-shrink: 0;
	max-width: 160px;
	height: 118px;
	display: block;
}

.wrapper-authors_materials {
	margin-left: 70px;
	width: 100%;
}

.interested_media {
	margin-bottom: 24px;
}

.interested_media1 {
	margin-bottom: 24px;
}

.author_tags {
	display: none;
}

.author_left .left-sidebar-post__block2 {
	margin: 0 0 48px;
}

.block_authors_theme {
	margin-top: 139px;
}

.block_author {
	display: flex;
	align-items: flex-start;

}

.block_author_name {
	font: 39px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 56px;
	letter-spacing: 0.015em;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 40px;
	margin-bottom: 0;
}

.block_author_specialty {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 24px;
	margin-bottom: 0;
}

.on_nportal {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.005em;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	margin-top: 8px;
}

.block_author_info {
	width: 100%;
}

.block_author_materials {
	margin-top: 24px;
}

.block_author_materials_title {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 29px;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.block_author_materials_info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.block_author_materials_item {
	padding-left: 29px;
	display: flex;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center left;
}

.block_author_materials_item a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	text-decoration-line: underline;
	color: #C73567;
}

.materials_articles {
	background-image: url("../img/icons/ic-articles.svg");
}

.materials_pictures {
	background-image: url("../img/icons/ic-pictures.svg");
}

.materials_videos {
	background-image: url("../img/icons/ic-videos.svg");
}

.materials_all {
	margin-right: 0;
	padding: 0;
}

.about_author {
	font: 20px RobotoLight, sans-serif;
	font-style: italic;
	line-height: 29px;
	letter-spacing: 0.01em;
	color: #212121;
	margin-top: 34px;
	margin-bottom: 0;
}

.block_popular_materials_author {
	margin-top: 48px;
}

.popular_materials_author_body {
	margin-top: 24px;
	margin-left: 0;
}

.block_info_materials_author {
	display: flex;
	align-items: center;
}

.block_popular_materials_author_title {
	font: 31px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 46px;
	letter-spacing: 0.015em;
	color: #212121;
}

.popular_materials_author_item {
	max-width: 290px;
	width: 100%;
	margin: 0 0 24px 0;
	transition: 0.3s all ease-in-out;

}

.popular_materials_author_img {
	margin-bottom: 16px;
}

.materials_author__date {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin: 0;
	flex-shrink: 0;
}

.materials_author__author {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: inherit;
}

.opinions_item_info .materials_author__title {
	margin-bottom: 8px;
	margin-top: 3px;
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 26px;
}

.materials_author__title {
	margin-bottom: 8px;
	margin-top: 3px;
	font: 17px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #424242;
	line-height: 26px;
}

.popular_materials_author_item .link_materials_author:hover {
	text-decoration: none;
}

.popular_materials_author_item .link_materials_author:hover .materials_author__title {
	text-decoration: underline;
}

.popular_materials_author_item .link_materials_author:hover ~ a .materials_author__title {
	text-decoration: underline;
}

.opinions_item_info .materials_author__description {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.materials_author__description {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 0;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.materials_author__tags {
	margin-top: 16px;
	margin-bottom: 0;
}

.materials_author__tags a {
	font: 12px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
	background: #E0E0E0;
	border-radius: 16px;
	padding: 4px 8px;
	margin-bottom: 6px;
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 290px;
	text-overflow: ellipsis;
}

.materials_author__tags a:last-child {
	margin-right: 0;
}

.popular_materials_author_item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}

/*.popular_materials_author_body {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
} */

.popular_materials_author_body {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -24px;
}

.popular_materials_author_body .popular_materials_author_item {
	display: inline-block;
	width: 33.3%;
	max-width: 338px;
	padding: 0 24px;
}

.btn_more_articles {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	padding: 8px 18px;
	border: 0;
	background: #C73567;
	border-radius: 4px;
	display: flex;
	align-items: center;
	max-width: 212px;
	margin-top: 34px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.btn_more_articles:before {
	content: "";
	background-image: url(../img/icons/ic_more_articles.svg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 8px;
}

.btn_more_articles:hover, .btn_more_articles:active {
	text-decoration: none;
	background: #CA1751;
	color: #fff !important;
}

.btn_more_articles:focus, .btn_more_articles:active {
	text-decoration: none;
	background: #C73567;
	color: #fff !important;
}

.btn_more_articles img {
	margin-right: 8px;
}

.autors_photo_item {
	position: relative;
	max-width: 290px;
	width: 100%;

}

.autors_photo_item:hover .autors_photo_title {
	text-decoration: underline;
}

.autors_photo_item img {
	width: 100%;
	/* width: 290px; */
	display: block;
}

.autors_photo_bg {
	padding: 16px 16px 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.2) 72.21%, rgba(0, 0, 0, 0.5) 100%);
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	box-sizing: border-box;
	bottom: 0;
	display: flex;
	align-items: flex-end;
}

.autors_photo_title {
	font: 14px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.005em;
	color: #FFFFFF;
	margin-bottom: 0;
}

.wrapper_autors_photo {
	display: flex;
}

.wrapper_autors_photo .last-articles {
	flex-shrink: 0;
}

.wrapper_autors_photo .wrapper-photo {
	margin-left: 70px;
	width: 100%;
	max-width: 100%;
}

.block_autors_photo {

}

.block_autors_photo .autors_photo_item {
	margin-bottom: 34px;
	width: 30%;
	max-width: 290px;
	padding: 0;
}

.author_video_item {
	max-width: 290px;
	width: 29%;
	margin: 0 2% 22px;
}

.block-author__video {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrapper_autors_video {
	display: flex;
}

.wrapper_autors_video .wrapper-photo {
	margin-left: 70px;
	width: 100%;
	max-width: 100%;
}

.block_opinions_subtitle {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0.6);
}

.btn_tell_story {
	font: 16px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #C73567;
	border: 2px solid #C73567;
	border-radius: 4px;
	display: inline-flex;
	height: 42px;
	transition: all 0.5s ease-in-out;
	align-items: center;
	margin: 0;
	line-height: 1;
	justify-content: center;
	/* max-width: 167px; */
	/* width: 100%; */
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 8px;
	padding: 0 5px;
}

.btn_tell_story:hover {
	text-decoration: none;
	background: #FFF3F8;
	color: #CA1751;
	border: 2px solid #CA1751;
}

.btn_tell_story::before {
	content: "";
	background-image: url("../img/icons/icon_pencil.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 0;
}

.wrapper-opinions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -24px;
	margin-top: 24px;
}

.wrapper-opinions .opinions_item {
	display: inline-block;
	width: 33.3%;
	max-width: 338px;
	padding: 0 24px;
	margin-bottom: 24px;
}

.opinions_item .opinions_item_img {
	margin: 0 0 16px 0;
	float: none;
	display: block;
}

.opinions_item_info_author {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

.wrapper-opinions .opinions_ava {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin: 0 16px 0 0;
	float: none;
}

.opinions_item .link_item:hover {
	text-decoration: none;
}

.opinions_item .link_item:hover .materials_author__title {
	text-decoration: underline;
}

.opinions_item .link_item:hover ~ .opinions_item_info .materials_author__title {
	text-decoration: underline;
}

.wrapper-opinions .opinions_author {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	color: #C73567;
	margin-bottom: 0;
}

.wrapper-opinions .opinions_showing {
	margin-top: 4px;
	display: flex;
}

.wrapper-post__info div {
	display: flex;
	align-items: flex-start;
	margin-right: 15px;
}

.opinions_showing-date {
	background-image: url("../img/icons/ic_calendar.svg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}

.opinions_showing-comments {
	background-image: url("../img/icons/ic_comments.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	margin-right: 8px;
}

.opinions_showing p {
	margin-bottom: 0;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
	color: rgba(0, 0, 0, 0.6);
}

.opinions_showing .opinions_showing-comments {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #C73567;
	text-decoration: underline;
}

.block_adv_opinions2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block_adv_opinions {
	margin: 24px 0 48px;
}

.authors_item_info .authors_item_info_title {
	font-family: Oswald;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 0;
	display: table-caption;
	margin-top: 0;
}

.authors_item_info .authors_item_info_specialty {
	margin-top: 4px;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.005em;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.authors_item_info {
	margin-left: 24px;
}

.authors_item_body {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.authors_item_photo {
	flex-shrink: 0;
}

.authors_item_photo.female {
	background-image: url("../img/profile-ava-female.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 96px;
	height: 96px;
}

.authors_item_photo.male {
	background-image: url("../img/profile-ava-male.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 96px;
	height: 96px;
}

.wrapper_authors {
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.authors_item {
	flex: 0 0 50%;
	padding-right: 74px;
	margin-bottom: 34px;
}

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

.authors_item a:hover .authors_item_info_title {
	text-decoration: underline;
}

.authors_item_materials {
	display: flex;
	align-items: center;
}

.authors_item_materials span {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.75);
	margin-right: 34px;
}

.authors_item_materials span:last-child {
	margin-right: 0;
}

/****** 404 страница *****/

.wrapper_404 {
	background-image: url("../img/bg_404_big.jpg");
	height: 1009px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper_404 .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1920px;
}

.img_404 {
	display: block;
}

.bg_404_img {
	background-image: url("../img/img_404_big.png");
	height: 1007px;
	background-repeat: no-repeat;
	width: 1287px;
}

.block_body_404 {
	max-width: 485px;
	width: 100%;
	margin-top: 317px;
}

.body_404_number {
	font-family: Oswald;
	font-style: normal;
	font-weight: bold;
	font-size: 117px;
	line-height: 146px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-right: 34px;
}

.body_404_page {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 39px;
	line-height: 56px;
	display: flex;
	align-items: center;
	letter-spacing: 0.015em;
	color: rgba(0, 0, 0, 0.75);
}

.body_404 {
	display: flex;
	align-items: center;
}

.body_404_text {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 38px;
	letter-spacing: 0.015em;
	color: rgba(0, 0, 0, 0.75);
}

.body_404_btn a {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background: #C73567;
	border-radius: 4px;
	height: 40px;
	border: 0;
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 0;
	cursor: pointer;
}

.body_404_btn a:hover, .body_404_btn a:focus, .body_404_btn a.focus {
	color: #fff;
	text-decoration: none;
}

.body_404_btn-navigator:before {
	content: "";
	background-image: url("../img/icons/ic_compas.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.body_404_btn .body_404_btn-previous {
	padding-top: 9px;
	margin-left: 16px;
}

.body_404_btn-previous:before {
	content: "";
	background-image: url("../img/icons/arr_left_btn.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.body_404_btn {
	display: flex;
	align-items: flex-start;
	margin-top: 34px;
}

.disp_b_600 {
	display: none;
}

/***** Регистрация  *****/

.crumbs {
	padding: 0 50px;
	margin: 4px auto 0;
	max-width: 1366px;
}

.crumbs a {
	color: #8C8C8C;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}

.crumbs .current {
	color: #8C8C8C;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.4;
}

.wrapper_registration .container {
	padding: 0 50px;
}

.wrapper_registration {
	overflow: hidden;
}

.crumbs > span {
	margin-right: 11px;
	display: inline-block;
}

.crumbs span {
	position: relative;
	display: inline-block;
}

.crumbs > span:before {
	content: '';
	background-image: url("../img/icons/arr_bread.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 4px;
	height: 6px;
	position: absolute;
	right: -10px;
	top: 8px;
}

.crumbs > span:last-child:before {
	display: none;
}

.registration_body {
	margin-top: 27px;
	display: flex;
	position: relative;
}

.registration_photo {
	flex-shrink: 0;
	margin-right: 72px;
}

#registration-form_photo_desk {
	flex-shrink: 0;
	margin-right: 72px;
}

.registration_photo.female {
	background-image: url("../img/profile-ava-female.svg");
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 206px;
	min-height: 206px;
}

.registration_photo.male {
	background-image: url("../img/profile-ava-male.svg");
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 206px;
	min-height: 206px;
}

.input-file__button, .input-file__button_desk {
	width: 206px;
	height: 206px;
	display: flex;
	background: #F2F2F2 url("../img/icons/icon_camera.svg") no-repeat center 75px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.profile-form-field_photo {
	position: absolute;
	left: 0;
	top: 0;
}

.registration_box_left {
	width: 206px;
	margin-right: 72px;
	flex-shrink: 0;
}

.registration_photo a {
	width: 206px;
	height: 206px;
	display: flex;
	background: #F2F2F2 url("../img/icons/icon_camera.svg") no-repeat center 75px;
	align-items: center;
	justify-content: center;
}

.input-file__button span, .input-file__button_desk span {
	color: #8C8C8C;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 45px;
}

.registration_title {
	font-family: Oswald;
	font-weight: 500;
	font-style: normal;
	font-size: 39px;
	line-height: 58px;
	margin-bottom: 4px;
	color: #424242;
}

.registration_text {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #424242;
}

.form_all {
	margin-top: 29px;
	padding-bottom: 70px;
	position: relative;
	max-width: 452px;
	width: 100%;
	flex-shrink: 0;
}

.form_all .form-group label {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
	display: block;
	color: #8C8C8C;
}

.form_all .form-group input {
	height: 51px;
	max-width: 452px;
	width: 100%;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #424242;
	padding: 0 15px;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
}

.form_all .required > label:after {
	content: "*";
	color: #C73567;
}

.form_all .required label:after {
	content: "*";
	color: #C73567;
	margin-left: 2px;
}

.checkbox label:after {
	display: none !important;
}

.form_all .form-group {
	position: relative;
}

#profile-form {
	max-width: 100%;
}

.form_all .profile-form-field {
	display: flex;
	align-items: center;
}

.form_all .profile-form-field .form-group:first-child {
	margin-bottom: 20px;
	position: relative;
	max-width: 452px;
	width: 100%;
	flex-shrink: 0;
	margin-right: 45px;
}

#registration-form {
	position: static;
}

#registration-form .profile-form-field .form-group {
	margin-right: 0;
}

#registration-form .profile-form-field .field-registrationform-agree {
	max-width: 100%;
	margin: 5px 0 35px 0;
}

.help-block-error {
	display: none;
	position: absolute;
	bottom: -28px;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #C73567;
}

.field-profileform-description .help-block-error {
	bottom: -45px;
}

.has-error .help-block-error {
	display: block;
}

.has-error input, .has-error textarea {
	border-color: #C73567 !important;
}

.has-error label {
	color: #C73567 !important;
}

.form_all .form-group button {
	height: 51px;
	max-width: 272px;
	width: 100%;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	background-color: #C73567;
	border-radius: 4px;
	margin-top: 62px;
	border: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.form_all .form-group button:hover, .form_all .form-group button:focus, .form_all .form-group button.focus {
	color: #fff !important;
	background: #CA1751;
	text-decoration: none;
}

.form_all .form-group button:focus, .form_all .form-group button:active {
	background: #C73567;
}

/* checkbox */

.checkbox {
	text-align: left;
	display: flex;
	margin-top: 8px;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.checkbox .check_in {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.checkbox input {
	margin-right: 14px;
}

.form_all .form-group .check_in label, .form_all .form-group .checkbox label {
	display: flex !important;
	align-items: center;
	margin-top: 0;
	font-family: Roboto !important;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #CE4174;
}

.form_all .form-group .check_in label span, .form_all .form-group .checkbox label span {
	color: #424242 !important;
	white-space: nowrap;
}

.checkbox label, .checkbox input {
	cursor: pointer;
}

.checkbox a {
	cursor: pointer;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #CE4174;
	text-decoration: underline;
}

.checkbox .check_in input[type="checkbox"], .checkbox input[type="checkbox"] {
	display: none;
}

.checkbox .check_in input[type="checkbox"] + label .check_copy, .checkbox input[type="checkbox"] + label .check_copy {
	width: 25px;
	height: 23px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
	border-radius: 3px;
	margin: 1px 15px 0 0;
	background-color: #F7F7F7;
	border: 1px solid #A8A8A8;
}

.checkbox .check_in input[type="checkbox"]:checked + label .check_copy, .checkbox input[type="checkbox"]:checked + label .check_copy {
	border: 0;
	background: transparent url("../img/checkbox.png") no-repeat 0 -23px;
}

.checkbox .check_in input[type="checkbox"] + label .check_specification, .checkbox input[type="checkbox"] + label .check_specification {
	font: 16px Roboto, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	color: #8C8C8C !important;
	padding: 4px 20px;
	transition: all 0.2s ease-in-out;
	align-items: center;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
	line-height: 25px;
	justify-content: center;
	cursor: pointer;
	display: inline-block !important;
	text-decoration: none;
}

.checkbox .check_in input[type="checkbox"]:checked + label .check_specification, .checkbox input[type="checkbox"]:checked + label .check_specification {
	background: #CE4174;
	border: 1px solid #CE4174;
	color: #fff !important;
}

.form_all .form_profile_specification .form-group {
	margin: 0 10px 10px 0;
}

.form_all .form_profile_specification .checkbox {
	margin-bottom: 0;
}

.form_all .form_profile_specification .checkbox label {
	padding-left: 0;
}

.login_facebook {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	height: 51px;
	max-width: 286px;
	width: 100%;
	background-color: #3B5998;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	flex-shrink: 0;
}

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

.login_facebook:before {
	content: "";
	background-image: url("../img/icons/icon_btn_facebook.svg");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 15px;
}

.form-group .flex_form {
	display: flex;
	align-items: flex-end;
}

.form-group .flex_form .flex_form_input {
	max-width: 452px;
	width: 100%;
	flex-shrink: 0;
}

.form_all .form-group textarea {
	height: 125px;
	max-width: 452px;
	width: 100%;
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #424242;
	padding: 15px 15px;
	resize: none;
	text-align: left;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
}

.wrapper_registration_box {
	display: flex;
	align-items: flex-start;
}

.registration_facebook {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-top: 55px;
}

.registration_facebook p {
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #8C8C8C;
	margin: 0 35px;
}

.adv-placement_photo {
	margin-right: 26px;
	flex-shrink: 0;
	background-image: url("../img/adv-placement-img.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 252px;
	height: 206px;
}

.adv-placement-contacts_email {
	max-width: 275px;
	width: 100%;
	text-align: center;
	margin-right: 100px;
}

.adv-placement-contacts_phone {
	text-align: center;
}

.adv-placement-contacts_icon {
	width: 73px;
	height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 150px;
	margin: 0 auto 16px;
}

.placement_email {
	background-image: url("../img/icons/icon_email.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.placement_phone {
	background-image: url("../img/icons/icon_phonecall.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.adv-placement-contacts_title {
	color: #424242;
	font-family: Roboto;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
}

.adv-placement-contacts_subtitle {
	color: #424242;
	font-family: Roboto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
}

.adv-placement-contacts {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	padding-left: 70px;
}

.download_adv_price {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 275px;
	height: 51px;
	margin-top: 15px;
	border: 2px solid #CE4174;
	border-radius: 4px;
	color: #CE4174;
	text-transform: uppercase;
}

.download_adv_price:hover {
	text-decoration: none;
	color: #CE4174;
}

#advplacement-form {
	margin-top: 40px;
	background: #F5F5F5;
	padding-top: 37px;
	position: relative;
}

#advplacement-form:after {
	content: "";
	height: 100%;
	width: 500%;
	background: #F5F5F5;
	position: absolute;
	left: -1000px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.profile_on_portal {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: #707070;
	margin-bottom: 0;
	margin-top: 3px;
}

.box_profile_info {
	margin-top: 22px;
	padding-bottom: 20px;
}

.box_profile_info p {
	display: flex;
}

.box_profile_info .profile_info_t1 {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 21px;
	color: #8C8C8C;
	margin-right: 18px;
	flex: 0 0 145px;
}

.box_profile_info .profile_info_t2 {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 21px;
	color: #424242;
}

.profile_info_edit {
	font: 18px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #C73567;
	padding: 0;
	border: 2px solid #C73567;
	border-radius: 4px;
	display: flex;
	height: 42px;
	transition: all 0.5s ease-in-out;
	align-items: center;
	margin: 0;
	line-height: 1;
	justify-content: center;
}

.profile_info_edit:hover {
	text-decoration: none;
	background: #FFF3F8;
	color: #CA1751;
	border: 2px solid #CA1751;
}

.profile_info_edit:focus {
	text-decoration: none;
	background: #FBDCE8;
	color: #CA1751;
	border: 2px solid #CA1751;
}

.profile_info_edit::before {
	content: "";
	background-image: url("../img/icons/icon_pencil.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 0;
}

.block_profile_viewing {
	margin-top: 26px;
}

.block_profile_about {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 15px;
}

.block_profile_viewing .block_profile_about {
	flex-direction: column;
}

.profile_viewing_about_author {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: #424242;
	margin-top: 3px;
	max-width: 300px;
	width: 100%;
}

.profile_body_form {
	max-width: 760px;
	width: 100%;
}

.box_profile_edit {
	max-width: 167px;
	width: 100%;
	flex-shrink: 0;
}

.become_author_title {
	font: 19px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
	color: #424242;
	margin-top: 30px;
	margin-bottom: 0;
}

.become_author_subtitle {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 21px;
	color: #424242;
	margin-top: 11px;
}

.flex_profileform {
	display: flex;
	align-items: center;
}

.profileform_display .checkbox {
	text-align: left;
	display: flex;
	margin-top: 30px;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.flex_profileform .flex_form_input {
	flex-shrink: 0;
	max-width: 452px;
	width: 100%;
	margin-right: 45px;
}

.form_all .form-group.field-profileform-description label {
	color: #424242;
}

.field-profileform-description {
	margin-top: 5px;
}

.form_profile_specification {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.form_profile_specification .form-group .checkbox {
	margin-top: 0;
}

.form_profile_specification a {
	font: 19px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #8C8C8C;
	padding: 4px 35px;
	transition: all 0.2s ease-in-out;
	align-items: center;
	border: 1px solid #A8A8A8;
	border-radius: 4px;
	line-height: 25px;
	justify-content: center;
	margin: 0 10px 10px 0;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.form_profile_specification a:hover, .form_profile_specification a:active, .form_profile_specification a:focus {
	background: #CE4174;
	border: 1px solid #CE4174;
	color: #fff;
}

.form_profile_specification a.active {
	background: #CE4174;
	border: 1px solid #CE4174;
	color: #fff;
}

.disp_position_m {
	display: none;
}

.block_profile_viewing .block_profile_about .box_profile_info {
	padding-bottom: 0;
}

.block_profile_viewing .block_profile_about {
	margin-bottom: 160px;
}

.block_profile_viewing .become_author_subtitle {
	padding-bottom: 23px;
	margin-bottom: 0;
}

.profile_viewing_nick {
	font: 20px Oswald, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 30px;
	color: #424242;
	margin-bottom: 0;
}

.profile_viewing_nick span {
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 19px;
	color: #CE4174;
	margin-left: 14px;
}

.profile_popup {
	position: absolute;
	right: 0;
	top: 40px;
	width: 222px;
	height: auto;
	background: #FFFFFF 0 0 no-repeat padding-box;
	box-shadow: 0 3px 6px #00000029;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	padding-top: 10px;
	z-index: 9999;
}

.profile_popup:after {
	content: "";
	background-image: url("../img/icons/icon_arrow_popup_menu2.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 21px;
	height: 11px;
	position: absolute;
	top: -10px;
	right: 25px;
}

.profile_popup__list li {
	background-repeat: no-repeat;
	background-position: center left;
	list-style-type: none;
	text-align: left;
}

.profile_popup__list-profile {
	background-image: url("../img/icons/icon_profile.svg");
}

.profile_popup__list-author {
	background-image: url("../img/icons/icon_author_profile.svg");
}

.profile_popup__list-author_cabinet {
	background-image: url("../img/icons/icon_author-cabinet_profile.svg");
}

.profile_popup__list-materials {
	background-image: url("../img/icons/icon_materials_profile.svg");
}

.profile_popup__list-saved {
	background-image: url("../img/icons/icon_saved.svg");
}

.profile_popup__list li a {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #424242;
	padding: 13px 0 13px 34px;
	display: block;
}

.profile_popup__list {
	padding-left: 24px;
}

.profile_popup .profile_popup_exit {
	font: 16px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #424242;
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: center;
	height: 44px;
	background: #F0F0F0;
	border-radius: 0 0 4px 4px;
}

.box_login .name_user_top {
	font: 15px Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #212121;
	margin-left: 34px;
}

.hide {
	display: none !important;
}

/* lightbox */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px
}

.lb-outerContainer:after {
	content: " ";
	display: table;
	clear: both
}

.lb-container {
	padding: 4px
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container > .nav {
	left: 0
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== ')
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: " ";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999
}

.lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

/* lightbox END */

/*  modal */

.overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1010;
	display: none;
}

.modal {
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	display: none;
}

.modal_wrapper {
	max-width: 1014px;
	width: 100%;
	height: auto;
	padding: 134px 168px;
	background-image: url("../img/bg_modal.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	box-shadow: 0 16px 32px -14px rgba(0, 0, 0, 0.5);
	margin: auto;
	position: relative;
	background-size: cover;
}

.modal .modal_title {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 39px;
	line-height: 56px;
	text-align: center;
	letter-spacing: 0.015em;
	color: rgba(0, 0, 0, 0.75);
}

.modal_politics {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 34px;
	margin-bottom: 0;
}

.modal_politics a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #C73567;
}

.modal_politics a:hover {
	color: #CA1751;
}

.modal_social {
	margin-top: 48px;
}

.modal_account {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.75);
	margin-top: 34px;
	margin-bottom: 0;
}

.modal_account a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #C73567;
}

.modal_account a:hover {
	color: #CA1751;
}

.modal_login_facebook {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.02em;
	height: 48px;
	max-width: 290px;
	width: 100%;
	background-color: #3B5998;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	flex-shrink: 0;
	margin: 0 auto;
}

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

.modal_login_facebook:before {
	content: "";
	background-image: url("../img/icons/icon_btn_facebook.svg");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 8px;
}

.modal .modal_close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	background-image: url("../img/icons/ic_close_modal.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
}

.non_scroll {
	overflow: hidden;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal.flex {
	display: flex !important;
}

.form_info {
	max-width: 440px;
	margin: 20px auto 0;
	padding-bottom: 0;
}

.form_info .form-group {
	margin-bottom: 20px;
	text-align: center;
}

.form_info .form-group label {
	text-align: left;
}

.form_info .form-group button {
	margin-top: 20px;
}

.modal_info_btn_blue {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.02em;
	height: 48px;
	max-width: 290px;
	width: 100%;
	background-color: #3B5998;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	flex-shrink: 0;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.modal_info_btn_blue:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4867AA;
}

.modal_info_btn_pink {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.02em;
	height: 48px;
	max-width: 290px;
	width: 100%;
	background-color: #C73567;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	flex-shrink: 0;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
}

.modal_info_btn_pink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #CA1751;
}

/* modal END*/

.block_images_cat {
	margin-top: 24px;
	margin-left: 0;
}

.grid-item {
	/*margin: 0 2% 34px;*/
	margin-bottom: 34px;
	width: 30%;
	max-width: 290px;
	padding: 0;
}

.gutter-sizer {
	width: 35px;
}

.gutter-width {
	width: 30px;
}

.grid-item img {
	display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
	font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	background: transparent;
	display: inline-block;
	margin: 0;
}

.form_location button.select2-selection__choice__remove span::before {
	content: "";
	background: none;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333 !important;
	outline: none;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 14px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	float: right;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 2px 0 0 3px;
	max-width: 100%;
	height: auto;
	width: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0 0 0 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	line-height: 1.428571429;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
	color: #555555;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: default;
	float: none;
	display: inline-block;
	margin: 5px 0 0 6px;
	padding: 0 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #000 !important;
}

.select2-container--krajee .select2-selection--multiple {
	min-height: 40px;
	padding: 9px 5px 3px 10px;
	position: relative;
	border-color: #9E9E9E;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--krajee .select2-selection--single {
	height: 40px;
	padding: 9px 36px 3px 13px;
	line-height: 1.428571429;
	border-color: #9E9E9E;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	border: none;
	border-left: 1px solid #9E9E9E;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	height: 38px;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	background: transparent;
	height: 23px;
	line-height: 1.428571429;
	margin-top: 0;
	min-width: 5em;
	color: rgba(0, 0, 0, 0.9);
	margin-left: 0;
	padding-left: 8px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding: 6px 5px 8px 10px;
	position: relative;
}

.block_place_info2 {
	position: relative;
	left: 0;
	top: 0;
	background: #fff;
	max-width: 368px;
	width: auto;
	z-index: 9999;
}

.block_place_info2 .place_info__title {
	margin-bottom: 14px;
	margin-top: 0;
}

.block_place_info2 .place_info__about {
	margin: 0 0 10px;
}

.block_place_info2 .place_info__address {
	margin: 15px 0 10px;
}

.leaflet-popup-content {
	margin: 0;
	line-height: 1.4;
	width: 368px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 4px 0 3px;
	border: none;
	font: 19px/19px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.4);
	width: 32px;
	height: 32px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #fff;
}

.leaflet-popup-content-wrapper {
	padding: 0;
	text-align: left;
	border-radius: 0;
}

.block_place_info2 .block_place_info_close {
	display: none;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #9E9E9E;
}

.select2-container--krajee .select2-dropdown {
	border-color: transparent;
}

.leaflet-container a {
	color: #C73567;
}

.select2-container--krajee .select2-results__option[aria-selected] {
	background-color: #fff;
	color: #333;
	border-radius: 0;
}

.select2-container--krajee .select2-results__option.select2-results__option--selected, .select2-container--krajee .select2-results__option[aria-selected=true] {
	background-color: #ccc;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
	background-color: #C73567;
	color: #fff;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: rgba(0, 0, 0, .6);
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
	margin-top: 6px;
	padding: 0;
	height: auto;
	width: auto;
	right: 25px;
}

.select2-container--krajee .select2-selection__clear:hover {
	opacity: 0.6;
	color: #000 !important;
}

.radio label, .checkbox label {
	min-height: auto;
	padding-left: 0;
}

.error-feedback {
	color: #CA1751;
	font-style: italic;
	font-size: 15px;
	margin: 20px 0 10px;
}

.adv_categorytext-center {
	margin: 24px 0 48px;
}

.adv_categorytext-center_desk {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.categorytext-box2__item2 > div:first-child {
	margin-right: 40px;
}

.block_sort2 {
	display: flex;
}

.container-searchresult_articles .block_articles__categorytext {
	padding-left: 54px;
	margin-top: 0;
	flex-direction: column;
	width: 100%;
}


.cookies-box {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	background: #F5F5F5;
	z-index: 1030;
	padding: 15px 0;
	text-align: center;
}

.cookies-box p {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font: 14px Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	padding: 0 30px;
}

.cookies-box p a {
	text-decoration: underline;
}

.cookies-box .cookies-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url("../img/icons/ic_close_modal.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
}

.btn_support {
	border: 1px solid #C02F5C;
	border-radius: 5px;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #C02F5C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 17px;
	margin-right: 34px;
	text-decoration: none!important;
}

.btn_support:hover {
	color: #FFFFFF;
	background-color: #C02F5C;
}

.box_top_menu__list li .btn_support {
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_top_menu__list li .btn_support:hover {
	color: #fff;
}

.wrapper-post__newspaper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 25px;
}

.newspaper_select {
	display: flex;
	align-items: center;
	gap: 70px;
}

.newspaper_select .select2-container--krajee .select2-selection--single .select2-selection__arrow {
	border: 0;
}

.newspaper_select .select2-container--krajee .select2-selection--single {
	height: 40px;
	padding: 9px 24px 6px 12px;
	font-size: 14px;
}

#select2-nameNewspaper-results .select2-results__option {
	padding: 10px 12px;
	font-size: 13px;
}

.field-nameNewspaper .select2  {
	min-width: 195px;
	max-width: 195px;
}

.field-yearNewspaper .select2  {
	min-width: 115px;
	max-width: 115px;
}

.newspaper_filter {
	display: none;
}

.newspaper_filter p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.filter_style {
	position: relative;
	display: flex;
	align-items: center;
}

.filter_style:before {
	content: "";
	background-image: url("../img/icons/icon_filter.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

.filter_style:after {
	content: "";
	background-image: url("../img/icons/icon_arrow_filter.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 6px;
	margin-left: 3px;
	transition: transform 0.3s ease-in-out;
}

.newspaper_filter.active .filter_style:after {
	transform: rotate(180deg);
	width: 10px;
	height: 6px;
	margin-left: 3px;
}

.close_filter {
	display: none;
}

.wrapper-post_editions .short_description {
	font-size: 16px;
	line-height: 24px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.download_edition {
	height: 40px;
	background-color: #C73567;
	display: flex;
	max-width: 365px;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	font-style: normal;
	padding: 0 20px;
	border-radius: 5px;
	transition: background-color .3s ease-in-out;
}

.download_edition:hover, .download_edition:focus {
	color: #ffffff!important;
	background-color: #ca1751;
	text-decoration: none;
}

.download_edition:before {
	content: "";
	background-image: url("../img/icons/icon_arrow_download.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 15px;
	height: 22px;
	margin-right: 10px;
}
