body {
	margin: 0px;
}
html{
	scroll-behavior: smooth;
}
.contentBox p {
	margin: 0px;
}
article {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
nav {
	display: block;
}
a {
	background-color: transparent;
}
a:active {
	outline-width: 0px;
}
a:hover {
	outline-width: 0px;
}
b {
	font-weight: inherit;
}
b {
	font-weight: bolder;
}
img {
}
svg:not(:root) {
	overflow: hidden;
}
button {
	font: inherit;
	margin: 0px;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
input {
	font: inherit;
	margin: 0px;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
button {
	overflow: visible;
}
input {
	overflow: visible;
}
button {
	text-transform: none;
}
button {
}
[type="search"] {
	outline-offset: -2px;
}
* {
	box-sizing: border-box;
}
*::before {
	box-sizing: border-box;
}
*::after {
	box-sizing: border-box;
}
body.body-white-back {
	background-color: rgb(255, 255, 255);
}
.content-wrapper {
	height: 100%;
}
input {
	line-height: inherit;
	font-family: inherit;
}
button {
	line-height: inherit;
	font-family: inherit;
}
a {
	color: rgb(57, 104, 163);
	text-decoration: none;
}
a:hover {
	outline: 0px;
	color: rgb(57, 104, 163);
	text-decoration: none;
}
a:focus {
	outline: 0px;
	color: rgb(57, 104, 163);
	text-decoration: none;
}
img {
	vertical-align: middle;
}
.hidden {
	display: none !important;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
body::before {
	display: none;
	content: "xs";
}
.spinner-inner {
	margin: 20px auto;
	width: 30px;
	height: 30px;
	position: relative;
}
.spinner-inner .spinner {
	transform-origin: center center 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.navbar {
	transition: top 0.2s;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	cursor: default;
	max-height: 60px;
	background-image: linear-gradient(rgb(186, 5, 5) 60px, rgb(236, 6, 6) 60px);
	background-color: rgb(186, 5, 5);
	will-change: top;
}
.dark-blue .navbar {
	background-image: linear-gradient(rgb(2, 24, 89) 60px, rgb(3, 37, 139) 60px);
	background-color: rgb(2, 24, 89);
}
.navbar .navbar-inner {
	height: 100%;
	line-height: 60px;
	display: flex;
	position: relative;
}
.navbar .navbar-inner .navbar-toggle {
	background: 0px 0px;
	padding: 21px 20px 20px;
	outline: 0px;
	border: 0px currentColor;
	flex: 0 0 auto;
	border-image: none;
	position: relative;
	cursor: pointer;
}
.navbar .navbar-inner .navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
	display: block;
	background-color: rgb(255, 255, 255);
}
.navbar .navbar-inner .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.navbar .navbar-inner .navbar-title {
	flex: 0 0 auto;
	height: 60px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 22px;
	margin-left: -4px;
	position: relative;
}
.navbar .navbar-inner .navbar-title__hashtag {
	left: 0px;
	top: 0px;
	position: absolute;
}
.navbar .navbar-inner .navbar-title__bg {
	display: none;
}
.navbar .navbar-inner .gradient-navbar {
	background: linear-gradient(to right, rgba(186, 5, 5, 0), rgb(186, 5, 5) 100px) no-repeat;
	top: 0px;
	width: 200px;
	height: 60px;
	right: 0px;
	display: block;
	position: absolute;
}
.dark-blue .navbar .navbar-inner .gradient-navbar {
	background: linear-gradient(to right, rgba(2, 24, 89, 0), rgb(2, 24, 89) 100px) no-repeat;
}
.navbar .navbar-inner .navbar-menu {
	display: none;
}
.navbar .navbar-inner .navbar-right {
	flex: 0 0 auto;
	height: 60px;
	margin-left: auto;
	display: flex;
	position: relative;
	z-index: 2000;
}
.navbar .navbar-inner .button-text {
	display: none;
}
.navbar .navbar-inner .button {
	background-position: center;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	transition: opacity 0.15s ease-out;
	border-image: none;
	width: 40px;
	height: 60px;
	display: block;
	position: relative;
	cursor: pointer;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-color: transparent;
}
.navbar .navbar-inner .button:hover {
	opacity: 1;
}
.navbar .navbar-inner .button.button-user {
	background-size: 20px 20px;
}
.navbar .navbar-inner .button.button-search {
	margin-right: 10px;
	background-size: 20px 20px;
}
.search-container {
	transition: opacity 0.2s ease-out;
	width: 100%;
	height: 60px;
	right: 0px;
	visibility: hidden;
	position: absolute;
	z-index: 2005;
	opacity: 0;
	background-color: rgb(236, 6, 6);
}
.dark-blue .search-container {
	background-color: rgb(3, 37, 139);
}
.search-container form .search-container-field {
	background: rgba(255, 255, 255, 0.28);
	margin: 12px 10px;
	padding: 10px;
	outline: 0px;
	border-radius: 2px;
	border: 0px currentColor;
	border-image: none;
	width: calc(100% - 70px);
	height: 35px;
	color: rgb(255, 255, 255);
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
}
.search-container form .search-container-close {
	top: 20px;
	width: 20px;
	height: 20px;
	right: 20px;
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	cursor: pointer;
}
.title-bar {
	background: rgb(255, 255, 255);
	transition: top 0.2s;
	top: 10px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	display: flex;
	position: fixed;
	z-index: 995;
	box-shadow: 0px 1px 11px 0px rgba(0, 19, 45, 0.21);
	will-change: top;
}
.title-bar .social-share {
	margin: 2px auto 0px;
	position: relative;
	z-index: 995;
}
.title-bar__container {
	margin: auto;
	height: inherit;
}
.title-bar__header {
	margin: 0px 20px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
}
.social-share {
	display: flex;
}
.social-share_column-xs {
	flex-direction: column;
}
.social-share__counter {
	text-align: center;
	color: rgb(57, 104, 163);
	line-height: 33px;
	padding-right: 40px;
	font-size: 38px;
	margin-right: 15px;
	position: relative;
	min-width: 100px;
}
.social-share__counter::before {
	width: 60px;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 11px;
	display: block;
	content: "�������";
}
.social-share__counter::after {
	top: 0px;
	width: 40px;
	height: 40px;
	right: 0px;
	overflow: hidden;
	font-size: 50px;
	font-weight: 300;
	position: absolute;
}
.social-share__counter-xs {
	color: rgb(57, 104, 163);
	font-size: 12px;
}
.social-share__counter-xs::before {
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 11px;
	margin-right: 4px;
	display: inline-block;
	content: "�������";
}
.social-share__icons {
	display: flex;
}
.social-share__icon {
	transition: background-color 0.15s ease-out, transform 0.3s ease-out, transform 0.3s ease-out;
	flex: 0 0 auto;
	height: 40px;
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 14px;
	margin-right: 7px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
.social-share__icon:hover {
	color: rgb(255, 255, 255);
}
:last-child.social-share__icon {
	margin-right: 0px;
}
.social-share__icon svg {
	pointer-events: none;
}
.social-share__icon_small {
	background-position: center;
	border-radius: 1px;
	width: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-share__icon_vk {
	background-color: rgb(93, 114, 148);
}
.social-share__icon_vk:hover {
	background-color: rgb(105, 127, 161);
}
.social-share__icon_tw {
	background-color: rgb(118, 170, 235);
}
.social-share__icon_tw:hover {
	background-color: rgb(140, 184, 238);
}
.social-share__icon_fb {
	background-color: rgb(71, 89, 149);
}
.social-share__icon_fb:hover {
	background-color: rgb(79, 99, 166);
}
.social-share__icon_gp {
	display: none;
}
.social-share__icon_mail {
	display: none;
}
.social-share__icon_whatsapp {
	display: none;
}
.social-share__icon_viber {
	display: none;
}
.social-share__icon_viber {
	background-color: rgb(102, 92, 172);
}
.social-share__icon_viber:hover {
	background-color: rgb(118, 109, 181);
}
.social-share__icon_telegram {
	background-color: rgb(53, 166, 222);
}
.social-share__icon_telegram:hover {
	background-color: rgb(75, 176, 226);
}
.social-share__icon_whatsapp {
	background-color: rgb(103, 193, 94);
}
.social-share__icon_whatsapp:hover {
	background-color: rgb(120, 200, 112);
}
.content-note {
	-ms-word-wrap: break-word;
}
.content-note::before {
	display: table;
	content: " ";
}
.content-note::after {
	display: table;
	content: " ";
}
.content-note::after {
	clear: both;
}
.post-page__columns {
	display: flex;
}
.post-page__columns-left {
	display: none;
}
.post-page__columns-right {
	width: 100%;
}
.post-page .post-page-item {
	padding: 0px 15px 20px;
	margin-top: 0px;
}
.post-page .post-page-item .post-page-header {
	margin-bottom: 30px;
}
.post-page .post-page-item .post-page-header .tags {
	margin: -3px 0px 0px;
	padding: 0px;
	height: 23px;
	overflow: hidden;
}
.post-page .post-page-item .post-page-header .tags::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .tags::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .tags::after {
	clear: both;
}
.post-page .post-page-item .post-page-header .tags .tags-item {
	border-radius: 2px;
	transition: background-color 0.15s ease-out;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	list-style-type: none;
	background-color: rgb(186, 5, 5);
}
.dark-blue .post-page .post-page-item .post-page-header .tags .tags-item {
	background-color: rgb(2, 24, 89);
}
.post-page .post-page-item .post-page-header .tags :nth-child(n + 4).tags-item {
	display: none;
}
.post-page .post-page-item .post-page-header .tags .tags-item:hover {
	background-color: rgb(211, 6, 6);
}
.dark-blue .post-page .post-page-item .post-page-header .tags .tags-item:hover {
	background-color: rgb(3, 31, 114);
}
.post-page .post-page-item .post-page-header .tags .tags-item a {
	padding: 0px 5px;
	height: 100%;
	color: inherit;
	display: block;
}
.post-page .post-page-item .post-page-header h1 {
	margin: 7px 0px;
	color: rgb(21, 21, 21);
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	-ms-word-wrap: break-word;
}
.post-page .post-page-item .post-page-header .post-page-tools {
	margin: 5px 0px 20px;
}
.post-page .post-page-item .post-page-header .post-page-tools::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .post-page-tools::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .post-page-tools::after {
	clear: both;
}
.post-page .post-page-item .post-page-header .post-page-tools time {
	margin: 3px 30px 3px 0px;
	color: rgb(136, 153, 167);
	font-size: 15px;
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools__labels {
	float: left;
	display: inline-flex;
}
.post-page .post-page-item .post-page-header .post-page-tools .author {
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools .author::after {
	margin: 0px 13px;
	color: rgb(136, 153, 167);
	float: right;
	display: block;
	content: "/";
}
.post-page .post-page-item .post-page-header .post-page-tools .author__name {
	margin: 3px 0px;
	transition: opacity 0.15s ease-out;
	color: rgb(136, 153, 167);
	font-size: 15px;
}
.post-page .post-page-item .post-page-header .post-page-tools .author__name:hover {
	border-bottom-color: rgba(136, 153, 167, 0.5);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons {
	margin: 3px 0px;
	color: rgb(136, 153, 167);
	line-height: 22px;
	font-size: 15px;
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons .post-page-tools-icons-views {
	float: left;
}
.post-page
	.post-page-item
	.post-page-header
	.post-page-tools
	.post-page-tools-icons
	.post-page-tools-icons-views::before {
	width: 20px;
	margin-right: 10px;
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons .post-page-tools-icons-comments {
	margin-left: 20px;
	float: left;
	cursor: pointer;
}
.post-page
	.post-page-item
	.post-page-header
	.post-page-tools
	.post-page-tools-icons
	.post-page-tools-icons-comments::before {
	top: 3px;
	width: 20px;
	margin-right: 10px;
	position: relative;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
	flex-flow: row wrap;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter {
	left: -3px;
	bottom: -3px;
	padding-right: 0px;
	position: relative;
	min-width: 60px;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter::after {
	content: "";
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share__counter-xs {
	flex: 0 0 100%;
}
.post-page .post-page-item .post-page-subtitle {
	line-height: 26px;
	font-size: 18px;
}
.post-page .post-page-item .post-page-content-tags .tags {
	margin: 0px 0px 10px;
	padding: 0px;
}
.post-page .post-page-item .post-page-content-tags .tags::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-content-tags .tags::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-content-tags .tags::after {
	clear: both;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item {
	margin: 0px 10px 10px 0px;
	border-radius: 2px;
	transition: 0.15s ease-out;
	color: rgb(57, 104, 163);
	text-transform: uppercase;
	line-height: 32px;
	font-size: 11px;
	font-weight: 500;
	float: left;
	list-style-type: none;
	background-color: rgb(245, 247, 250);
}
.post-page .post-page-item .post-page-content-tags .tags :first-child.tags-item {
	margin-left: 0px;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item:hover {
	background-color: rgb(226, 231, 236);
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item a {
	padding: 0px 10px;
	color: inherit;
	display: block;
}
.read-next {
	margin: 20px 0px;
}
.read-next__container {
	transition: opacity 0.6s ease-out;
	opacity: 0;
}
.read-next__container_visible {
	opacity: 1;
}
.read-next__title {
	margin: 0px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.read-next-item {
	padding: 20px 0px;
	border-bottom-color: rgb(226, 231, 236);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}
:nth-child(n + 2).read-next-item .read-next-item__labels_top {
	display: none;
}
:last-child.read-next-item {
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.read-next-item__labels {
	left: 0px;
	top: 20px;
	display: flex;
	position: absolute;
	z-index: 1;
	flex-direction: column;
	align-items: flex-start;
}
.read-next-item__title {
	transition: color 0.15s ease-out;
	color: rgb(46, 46, 46);
	line-height: 18px;
	font-size: 14px;
	display: block;
}
.read-next-item__title:hover {
	color: rgb(186, 5, 5);
}
.dark-blue .read-next-item__title:hover {
	color: rgb(2, 24, 89);
}
.comments {
	background: rgb(255, 255, 255);
	margin: 20px 0px 0px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comments-btn-block {
	width: 50px;
	height: 100%;
	right: 0px;
	position: absolute;
}
.comments__btn-up {
	padding: 16px;
	top: 65vh;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-bottom: 160px;
	display: block;
	position: absolute;
	z-index: 890;
	cursor: pointer;
	box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
	background-color: rgb(255, 255, 255);
}
.comments__btn-up svg {
	top: -4px;
	position: relative;
}
.comments__count {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.comments .comment-bubble {
	transition: opacity 0.5s ease-out;
	opacity: 1;
}
.comments .comments-btns {
	margin: 15px 0px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.comments .comments-choose {
	border-radius: 2px;
	border: 1px solid rgb(226, 231, 236);
	border-image: none;
	top: 40px;
	width: 40%;
	z-index: 895;
	background-color: rgb(245, 247, 250);
}
.comments .comments-choose__btn {
	outline: 0px;
	border-radius: 2px;
	border: 0px currentColor;
	transition: background-color 0.15s ease-out;
	border-image: none;
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 19px;
	cursor: pointer;
	background-color: rgb(245, 247, 250);
}
.comments .comments-choose__btn:hover {
	background-color: rgb(226, 231, 236);
}
.comments .comments-choose__btn-name {
	font-size: 12px;
}
.comments .comments-choose__btn-name::after {
	background-position: 50%;
	width: 10px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
}
.comments .comments-toggle {
	outline: 0px;
	border-radius: 2px;
	transition: background-color 0.15s ease-out;
	width: 55%;
	height: 40px;
	text-align: center;
	color: rgb(136, 153, 167);
	line-height: 40px;
	font-size: 12px;
	z-index: 890;
	cursor: pointer;
	background-color: rgb(245, 247, 250);
}
.comments .comments-toggle:hover {
	background-color: rgb(226, 231, 236);
}
.comments .comments-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	color: rgb(136, 153, 167);
	font-size: 12px;
	display: none;
	z-index: 890;
}
.comments .comments-list__border {
	margin: 0px auto;
	width: 75%;
	height: 1px;
	background-color: rgb(226, 231, 236);
}
.comments .comments-list__item {
	padding: 10px 0px 6px calc(50% - 43px);
	transition: background-color 0.15s ease-out;
	cursor: pointer;
}
.comments .comments-list__item:hover {
	background-color: rgb(226, 231, 236);
}
.comments :last-child.comments-list__item {
	padding-bottom: 10px;
}
.comments .comments-list__item_chosen::after {
	background-position: center;
	width: 10px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
}
.comments .comments-chat {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	max-width: 660px;
}
.comments .comments-user {
	top: -2px;
	height: 40px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.comments .comments-avatar {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 8px;
	position: relative;
	flex-shrink: 0;
	background-color: rgb(245, 247, 250);
}
.comments .comments-avatar_grey {
	margin-right: 8px;
	margin-left: 0px;
}
.comments .comments-avatar_form {
	margin-right: 8px;
	margin-left: 0px;
}
.comments .comments-avatar_unauthorized {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px auto;
}
.comments .comments-message {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.comments .comments-message_grey {
	flex-direction: row;
}
.comments .c-div {
	margin-left: 45px;
	border-left-color: rgb(92, 146, 191);
	border-left-width: 2px;
	border-left-style: solid;
}
.comments .c-div .c-answer {
	border-radius: 0px 15px 15px 0px;
	background-color: rgb(222, 234, 253);
}
.comments .comments-field__txt {
	margin: 5px 0px 0px;
	text-align: left;
	line-height: 1.4285;
	font-size: 15px;
	font-weight: 400;
	display: block;
}
.comments .comments-field__txt p {
	margin: 0px;
}
.comments .comments-field__image {
	text-align: left;
	margin-top: 5px;
}
.comments .comments-field__image-load {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.comments .comments-field__image-load .spinner-inner {
	display: block;
}
.comments .comments-field_grey {
	border-color: rgb(245, 247, 250);
	background-color: rgb(245, 247, 250);
}
.comments .comments-like {
	color: rgb(136, 153, 167);
	font-size: 14px;
	display: flex;
	cursor: pointer;
	opacity: 0.9;
	align-items: baseline;
}
.comments .comments-like:hover {
	color: rgb(57, 104, 163);
}
.comments .comments-like__count {
	padding-left: 5px;
}
.comments .header {
	align-items: center !important;
}
.comments .comments-flex__name {
	margin: 0px 10px 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.comments .comments-flex__date {
	text-align: right;
	color: rgb(136, 153, 167);
	font-size: 12px;
	font-weight: 400;
	opacity: 0.6;
}
.comments .comments-flex__answer {
	transition: border-color 0.15s ease-out;
	color: rgb(136, 153, 167);
	line-height: 22px;
	font-size: 12px;
	font-weight: 400;
	border-bottom-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
}
.comments .comments-flex__answer::after {
	background-position: 50%;
	width: 16px;
	height: 8px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
}
.comments .comments-flex__answer:hover {
	border-color: rgb(226, 231, 236);
}
.comments .comments-form {
	margin: 0px auto;
	transition: transform 0.15s, transform 0.15s;
	width: 100%;
	border-top-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 660px;
	flex-direction: column;
}
.comments .comments-form__unauthorized {
	background: rgb(245, 247, 250);
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	color: rgb(136, 153, 167);
	font-size: 14px;
	cursor: pointer;
}
.comments .comments-form_unauthorized {
	padding: 0px;
	transform: translateY(0px);
}
.comments-form-header {
	display: flex;
}
.comments-form-header_unauthorized {
	display: none;
}
.comments-toggle-md {
	display: none;
}
.notification-message-list-container {
	width: 100%;
	margin-bottom: 10px;
	display: none;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 9px 33px 0px rgba(21, 33, 50, 0.2);
	background-color: rgb(255, 255, 255);
}
img {
	max-width: 100%;
}
.post-page-content-main a {
	text-decoration: underline;
}
.post-page-content-main a:hover {
	color: rgb(162, 30, 43);
}
.post-page-content p img {
	max-width: 100%;
}
html {
}
body {
}
.link {
	color: rgb(57, 104, 163);
	text-decoration: underline;
	cursor: pointer;
}
.link:hover {
	color: rgb(162, 30, 43);
}
html {
	line-height: 1.15;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
}
article {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
nav {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active {
	outline-width: 0px;
}
a:hover {
	outline-width: 0px;
}
img {
}
svg:not(:root) {
	overflow: hidden;
}
button {
	font: inherit;
	margin: 0px;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
input {
	font: inherit;
	margin: 0px;
	font-size-adjust: inherit;
	font-stretch: inherit;
}
button {
	overflow: visible;
}
input {
	overflow: visible;
}
button {
	text-transform: none;
}
button {
	-webkit-appearance: button;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*::before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	height: 100%;
	color: rgb(46, 46, 46);
	min-width: 320px;
	background-color: rgb(242, 242, 242);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.body-white-back {
	background-color: rgb(255, 255, 255);
}
.content-wrapper {
	height: 100%;
}
.header-image{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.header-image .header-img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
input {
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}
button {
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}
a {
	color: rgb(57, 104, 163);
	text-decoration: none;
}
a:hover {
	outline: 0px;
	color: rgb(57, 104, 163);
	text-decoration: none;
}
a:focus {
	outline: 0px;
	color: rgb(57, 104, 163);
	text-decoration: none;
}
img {
	vertical-align: middle;
}
.hidden {
	display: none !important;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.copyright {
	background: rgb(2, 24, 89);
	color: white;	
	font-size: 12px;
	text-align: center;
	padding: 20px;
}
@media all and (max-width: 659px) {
	.visible-xs {
		display: block !important;
	}
}
@media all and (max-width: 979px) and (min-width: 660px) {
	.visible-sm {
		display: block !important;
	}
}
@media all and (max-width: 659px) {
	.hidden-xs {
		display: none !important;
	}
}
@media all and (max-width: 979px) and (min-width: 660px) {
	.hidden-sm {
		display: none !important;
	}
}
body::before {
	display: none;
	content: "xs";
}
@media all and (min-width: 660px) {
	body::before {
		content: "sm";
	}
}
@media all and (min-width: 980px) {
	body::before {
		content: "md";
	}
}
@media all and (min-width: 1300px) {
	body::before {
		content: "lg";
	}
}
@media all and (min-width: 1440px) {
	body::before {
		content: "xlg";
	}
}
@media all and (min-width: 1920px) {
	body::before {
		content: "xxlg";
	}
}
.spinner-inner {
	margin: 20px auto;
	width: 30px;
	height: 30px;
	position: relative;
}
.spinner-inner .spinner {
	transform-origin: center center;
	animation: rotate 2s linear infinite;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	-webkit-animation: rotate 2s linear infinite;
	-webkit-transform-origin: center center;
}
@media all and (min-width: 660px) {
	.spinner-inner {
		margin: 35px auto;
		width: 40px;
		height: 40px;
	}
}
.dark-blue .navbar {
	background-image: linear-gradient(rgb(2, 24, 89) 60px, rgb(3, 37, 139) 60px);
	background-color: rgb(2, 24, 89);
}
.navbar .navbar-inner {
	height: 100%;
	line-height: 60px;
	display: flex;
	position: relative;
}
.navbar .navbar-inner .navbar-toggle {
	background: 0px 0px;
	padding: 21px 20px 20px;
	outline: 0px;
	border: 0px currentColor;
	flex: 0 0 auto;
	border-image: none;
	position: relative;
	cursor: pointer;
	-webkit-box-flex: 0;
}
.navbar .navbar-inner .navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
	display: block;
	background-color: rgb(255, 255, 255);
}
.navbar .navbar-inner .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.navbar .navbar-inner .navbar-title {
	flex: 0 0 auto;
	height: 60px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 22px;
	margin-left: -4px;
	position: relative;
	-webkit-box-flex: 0;
}
.navbar .navbar-inner .navbar-title__hashtag {
	left: 0px;
	top: 0px;
	position: absolute;
}
.navbar .navbar-inner .navbar-title__bg {
	display: none;
}
.navbar .navbar-inner .gradient-navbar {
	background: linear-gradient(to right, rgba(186, 5, 5, 0), rgb(186, 5, 5) 100px) no-repeat;
	top: 0px;
	width: 200px;
	height: 60px;
	right: 0px;
	display: block;
	position: absolute;
}
.dark-blue .navbar .navbar-inner .gradient-navbar {
	background: linear-gradient(to right, rgba(2, 24, 89, 0), rgb(2, 24, 89) 100px) no-repeat;
}
.navbar .navbar-inner .navbar-menu {
	display: none;
}
.navbar .navbar-inner .navbar-right {
	flex: 0 0 auto;
	height: 60px;
	margin-left: auto;
	display: flex;
	position: relative;
	z-index: 2000;
	-webkit-box-flex: 0;
}
.navbar .navbar-inner .button-text {
	display: none;
}
.navbar .navbar-inner .button {
	background-position: center;
	padding: 0px;
	outline: 0px;
	border: 0px currentColor;
	transition: opacity 0.15s ease-out;
	border-image: none;
	width: 40px;
	height: 60px;
	display: block;
	position: relative;
	cursor: pointer;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: opacity 0.15s ease-out;
}
.navbar .navbar-inner .button:hover {
	opacity: 1;
}
.navbar .navbar-inner .button.button-user {
	background-image: url("../img/icon1.svg");
	background-size: 20px 20px;
}
.navbar .navbar-inner .button.button-search {
	margin-right: 10px;
	background-image: url("../img/icon2.svg");
	background-size: 20px 20px;
}
@media all and (min-width: 660px) {
	.navbar .navbar-inner .gradient-navbar {
		background: linear-gradient(to right, rgba(186, 5, 5, 0), rgb(186, 5, 5) 230px) no-repeat;
		width: 330px;
	}
	.dark-blue .navbar .navbar-inner .gradient-navbar {
		background: linear-gradient(to right, rgba(2, 24, 89, 0), rgb(2, 24, 89) 230px) no-repeat;
	}
	.navbar .navbar-inner .navbar-toggle {
		padding-right: 11px;
	}
	.navbar .navbar-inner .navbar-title {
		font-size: 28px;
		margin-right: 15px;
		margin-left: 30px;
	}
	.navbar .navbar-inner .navbar-title__hashtag {
		position: relative;
	}
	.navbar .navbar-inner .navbar-title__bg {
		border-radius: 2px;
		transition: height 0.15s ease-out, opacity 0.15s ease-out;
		left: -10px;
		top: 50%;
		height: 0px;
		right: -10px;
		display: block;
		position: absolute;
		z-index: -1;
		opacity: 0;
		transform: translateY(-50%);
		background-color: rgb(236, 6, 6);
		-webkit-transform: translateY(-50%);
		-webkit-transition: height 0.15s ease-out, opacity 0.15s ease-out;
	}
	.dark-blue .navbar .navbar-inner .navbar-title__bg {
		background-color: rgb(3, 37, 139);
	}
	.navbar .navbar-inner .navbar-title:hover .navbar-title__bg {
		height: 36px;
		opacity: 1;
	}
	.navbar .navbar-inner .button-text {
		margin: 11px 5px;
		padding: 0px 25px;
		outline: 0px;
		border-radius: 2px;
		border: 0px currentColor;
		transition: background-color 0.15s ease-out;
		border-image: none;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		line-height: 38px;
		font-weight: 700;
		white-space: nowrap;
		background-color: rgb(236, 6, 6);
		-webkit-transition: background-color 0.15s ease-out;
	}
	.dark-blue .navbar .navbar-inner .button-text {
		background-color: rgb(3, 37, 139);
	}
	.navbar .navbar-inner .button-text:hover {
		background-color: rgb(249, 19, 19);
	}
	.dark-blue .navbar .navbar-inner .button-text:hover {
		background-color: rgb(4, 44, 164);
	}
	.navbar .navbar-inner .button-text.button-text-mylife {
		margin-right: 10px;
		display: block;
	}
}
@media all and (min-width: 980px) {
	.navbar {
		transition: max-height 0.3s ease-out, top 0.2s;
		-webkit-transition: max-height 0.3s ease-out, top 0.2s;
	}
	.navbar .navbar-inner .navbar-toggle {
		display: none;
	}
	.navbar .navbar-inner .navbar-rss {
		transition: opacity 0.15s ease-out;
		height: 60px;
		margin-right: 10px;
		display: flex;
		opacity: 0.4;
		align-items: center;
		-webkit-transition: opacity 0.15s ease-out;
		-webkit-box-align: center;
	}
	.navbar .navbar-inner .navbar-rss:hover {
		opacity: 0.7;
	}
	.navbar .navbar-inner .navbar-rss svg {
		vertical-align: text-bottom;
	}
	.navbar .navbar-inner .button-text.button-text-stream {
		background-position: 20px;
		padding-left: 50px;
		display: block;
		background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlNoYXBlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iaWNvbl9saWZlIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk0LjAwMDAwMCwgLTIyMC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4gICAgICAgICAgICA8ZyBpZD0icGxheV8yMHgxNC1jb3B5IiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTQuMDAwMDAwLCAyMjAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNy45MTA0NDc4LDE0IEwxLjk5MDA0OTc1LDE0IEMwLjg5NTUyMjM4OCwxNCAwLDEzLjEgMCwxMiBMMCwyIEMwLDAuOSAwLjg5NTUyMjM4OCwwIDEuOTkwMDQ5NzUsMCBMMTguMDA5OTUwMiwwIEMxOS4xMDQ0Nzc2LDAgMjAsMC45IDIwLDIgTDIwLDEyIEMxOS45MDA0OTc1LDEzLjEgMTkuMDA0OTc1MSwxNCAxNy45MTA0NDc4LDE0IFogTTcuODYwNjk2NTIsMTAuMiBMMTQuMDI5ODUwNyw3IEw3Ljg2MDY5NjUyLDMuOCBMNy44NjA2OTY1MiwxMC4yIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==");
		background-repeat: no-repeat;
		background-size: 20px 14px;
	}
	.navbar .navbar-inner .navbar-menu {
		margin: 0px 10px;
		padding: 0px;
		text-transform: uppercase;
		overflow: hidden;
		font-size: 15px;
		font-weight: 500;
		display: flex;
		max-height: 60px;
		flex-wrap: wrap;
	}
	.navbar .navbar-inner .navbar-menu a {
		padding: 0px 10px;
		transition: color 0.15s ease-out, background-color 0.15s ease-out;
		height: 100%;
		color: rgb(255, 255, 255);
		display: block;
		-webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
	}
	.navbar .navbar-inner .navbar-menu a::after {
		transition: opacity 0.15s ease-out;
		-webkit-transition: opacity 0.15s ease-out;
	}
	.navbar .navbar-inner .navbar-menu:hover a {
		color: rgba(255, 255, 255, 0.7);
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item {
		list-style-type: none;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(1).navbar-menu-item {
		order: 1;
		-webkit-box-ordinal-group: 2;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(2).navbar-menu-item {
		order: 2;
		-webkit-box-ordinal-group: 3;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(3).navbar-menu-item {
		order: 3;
		-webkit-box-ordinal-group: 4;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(4).navbar-menu-item {
		order: 4;
		-webkit-box-ordinal-group: 5;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(5).navbar-menu-item {
		order: 5;
		-webkit-box-ordinal-group: 6;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(6).navbar-menu-item {
		order: 6;
		-webkit-box-ordinal-group: 7;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(7).navbar-menu-item {
		order: 7;
		-webkit-box-ordinal-group: 8;
	}
	.navbar .navbar-inner .navbar-menu :nth-of-type(8).navbar-menu-item {
		order: 8;
		-webkit-box-ordinal-group: 9;
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item a:hover {
		color: rgb(255, 255, 255);
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown {
		display: none;
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a::after {
		background-position: center;
		width: 11px;
		height: 60px;
		margin-left: 6px;
		float: right;
		display: inline-block;
		content: "";
		background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMSA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4gICAgICAgIDx0aXRsZT5hcnJvd19tb3JlPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iaWNvbl9saWZlIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkxLjAwMDAwMCwgLTE0LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik00OTEuOTA5NTI2LDIwLjU4Mzk1NjUgTDQ5Ni4zNjk0NDcsMTUuOTAzMDg3IEw1MDAuODI5NjU4LDIwLjU4Mzk1NjUgTDUwMS43MzkxODQsMTkuNjI4MzA0MyBMNDk2LjM3NjM5NSwxNCBMNDkxLDE5LjYyODMwNDMgTDQ5MS45MDk1MjYsMjAuNTgzOTU2NSBaIiBpZD0iYXJyb3dfbW9yZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDk2LjUwMDAwMCwgMTcuNTAwMDAwKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDk2LjUwMDAwMCwgLTE3LjUwMDAwMCkgIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
		background-repeat: no-repeat;
		background-size: 11px 7px;
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a:hover {
		color: rgb(255, 255, 255);
	}
	.navbar .navbar-inner .navbar-menu .navbar-menu-item.dropdown a:hover::after {
		opacity: 1;
	}
	.navbar .navbar-inner .button-text-mylife {
		position: relative;
		z-index: 3000;
	}
}
@media all and (min-width: 1440px) {
	.navbar .navbar-inner {
		margin: 0px auto;
		width: 1400px;
	}
}
.search-container {
	transition: opacity 0.2s ease-out;
	width: 100%;
	height: 60px;
	right: 0px;
	visibility: hidden;
	position: absolute;
	z-index: 2005;
	opacity: 0;
	background-color: rgb(236, 6, 6);
	-webkit-transition: opacity 0.2s ease-out;
}
.dark-blue .search-container {
	background-color: rgb(3, 37, 139);
}
.search-container form .search-container-field {
	background: rgba(255, 255, 255, 0.28);
	margin: 12px 10px;
	padding: 10px;
	outline: 0px;
	border-radius: 2px;
	border: 0px currentColor;
	border-image: none;
	width: calc(100% - 70px);
	height: 35px;
	color: rgb(255, 255, 255);
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
}
.search-container form .search-container-close {
	top: 20px;
	width: 20px;
	height: 20px;
	right: 20px;
	color: rgb(255, 255, 255);
	line-height: 15px;
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	cursor: pointer;
}
@media all and (min-width: 980px) {
	.search-container {
		width: calc(100% - 107px);
	}
}
@media all and (min-width: 1440px) {
	.search-container {
		width: 1304px;
	}
}
.title-bar {
	background: rgb(255, 255, 255);
	transition: top 0.2s;
	top: 10px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	display: flex;
	position: fixed;
	z-index: 995;
	box-shadow: 0px 1px 11px 0px rgba(0, 19, 45, 0.21);
	will-change: top;
	-webkit-transition: top 0.2s;
	-webkit-box-shadow: 0 1px 11px 0 rgba(0, 19, 45, 0.21);
}
.title-bar .social-share {
	margin: 2px auto 0px;
	position: relative;
	z-index: 995;
}
.title-bar__container {
	margin: auto;
	height: inherit;
}
.title-bar__header {
	margin: 0px 20px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
}
@media all and (min-width: 660px) {
	.title-bar__container {
		width: 100%;
		margin-left: 0px;
		position: relative;
	}
	.title-bar .social-share {
		background: rgb(255, 255, 255);
		right: 18px;
		position: absolute;
	}
	.title-bar .social-share__icons {
		margin-right: 0px;
		margin-left: auto;
		flex-wrap: nowrap;
	}
	.title-bar .social-share::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)) no-repeat;
		left: -100px;
		width: 100px;
		height: 100%;
		position: absolute;
		z-index: 995;
		content: "";
	}
}
@media all and (min-width: 1440px) {
	.title-bar__container {
		margin: 0px auto;
		width: 1440px;
	}
	.title-bar .social-share {
		right: 15px;
	}
}
.social-share {
	display: flex;
}
.social-share_column-xs {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.social-share__counter {
	text-align: center;
	color: rgb(57, 104, 163);
	line-height: 33px;
	padding-right: 40px;
	font-size: 38px;
	margin-right: 15px;
	position: relative;
	min-width: 100px;
}
.social-share__counter::before {
	width: 60px;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 11px;
	display: block;
	content: "�������";
}
.social-share__counter::after {
	top: 0px;
	width: 40px;
	height: 40px;
	right: 0px;
	overflow: hidden;
	font-size: 50px;
	font-weight: 300;
	position: absolute;
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQuMiA0MC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNC4yIDQwLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMzk2OEEyO308L3N0eWxlPjxyZWN0IHg9IjExLjYiIHk9Ii0yLjkiIHRyYW5zZm9ybT0ibWF0cml4KDAuODY2IDAuNSAtMC41IDAuODY2IDExLjg1MzkgLTMuMzIxNSkiIGNsYXNzPSJzdDAiIHdpZHRoPSIxLjEiIGhlaWdodD0iNDYuNiIvPjwvc3ZnPg==);
}
.social-share__counter-xs {
	color: rgb(57, 104, 163);
	font-size: 12px;
}
.social-share__counter-xs::before {
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	font-size: 11px;
	margin-right: 4px;
	display: inline-block;
	content: "�������";
}
.social-share__icons {
	display: flex;
}
.social-share__icon {
	transition: background-color 0.15s ease-out, transform 0.3s ease-out, transform 0.3s ease-out;
	flex: 0 0 auto;
	height: 40px;
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 14px;
	margin-right: 7px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	-webkit-box-flex: 0;
	-webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.3s ease-out;
}
.social-share__icon:hover {
	color: rgb(255, 255, 255);
}
:last-child.social-share__icon {
	margin-right: 0px;
}
.social-share__icon svg {
	pointer-events: none;
}
.social-share__icon_small {
	background-position: center;
	border-radius: 1px;
	width: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.social-share__icon_vk {
	background-color: rgb(0, 150, 136);
}
.social-share__icon_vk:hover {
	background-color: rgb(105, 127, 161);
}
.social-share__icon_tw {
	background-color: rgb(118, 170, 235);
}
.social-share__icon_tw:hover {
	background-color: rgb(140, 184, 238);
}
.social-share__icon_fb {
	background-color: rgb(71, 89, 149);
}
.social-share__icon_fb:hover {
	background-color: rgb(79, 99, 166);
}
.social-share__icon_gp {
	display: none;
}
.social-share__icon_mail {
	display: none;
}
.social-share__icon_whatsapp {
	display: none;
}
.social-share__icon_viber {
	display: none;
}
.social-share__icon_viber {
	background-color: rgb(102, 92, 172);
}
.social-share__icon_viber:hover {
	background-color: rgb(118, 109, 181);
}
.social-share__icon_telegram {
	background-color: rgb(53, 166, 222);
}
.social-share__icon_telegram:hover {
	background-color: rgb(75, 176, 226);
}
.social-share__icon_whatsapp {
	background-color: rgb(103, 193, 94);
}
.social-share__icon_whatsapp:hover {
	background-color: rgb(120, 200, 112);
}
@media all and (min-width: 660px) {
	.social-share {
		transition: flex-basis 0.3s ease-out, -webkit-flex-basis 0.3s ease-out, flex-basis 0.3s ease-out;
		-webkit-transition: -webkit-flex-basis 0.3s ease-out;
	}
	.social-share_column-xs {
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
}
@media all and (min-width: 980px) {
	.social-share__icon_gp {
		display: flex;
		background-color: rgb(213, 63, 53);
	}
	.social-share__icon_gp:hover {
		background-color: rgb(217, 83, 74);
	}
	.social-share__icon_mail {
		display: flex;
		background-color: rgb(19, 71, 133);
	}
	.social-share__icon_mail:hover {
		background-color: rgb(22, 83, 155);
	}
}
.content-note {
	-ms-word-wrap: break-word;
	overflow-wrap: break-word;
}
.content-note::before {
	display: table;
	content: " ";
}
.content-note::after {
	display: table;
	content: " ";
}
.content-note::after {
	clear: both;
}
.post-page__columns {
	display: flex;
}
.post-page__columns-left {
	display: none;
}
.post-page__columns-right {
	width: 100%;
}
.post-page .post-page-item {
	padding: 0px 0px 20px;
	margin-top: 0px;
}
.post-page .post-page-item .post-page-header {
	margin-bottom: 30px;
}
.post-page .post-page-item .post-page-header .tags {
	margin: -3px 0px 0px;
	padding: 0px;
	height: 23px;
	overflow: hidden;
}
.post-page .post-page-item .post-page-header .tags::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .tags::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .tags::after {
	clear: both;
}
.post-page .post-page-item .post-page-header .tags .tags-item {
	border-radius: 2px;
	transition: background-color 0.15s ease-out;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 23px;
	font-size: 11px;
	font-weight: 500;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	list-style-type: none;
	background-color: rgb(186, 5, 5);
	-webkit-transition: background-color 0.15s ease-out;
}
.dark-blue .post-page .post-page-item .post-page-header .tags .tags-item {
	background-color: rgb(2, 24, 89);
}
.post-page .post-page-item .post-page-header .tags :nth-child(n + 4).tags-item {
	display: none;
}
.post-page .post-page-item .post-page-header .tags .tags-item:hover {
	background-color: rgb(211, 6, 6);
}
.dark-blue .post-page .post-page-item .post-page-header .tags .tags-item:hover {
	background-color: rgb(3, 31, 114);
}
.post-page .post-page-item .post-page-header .tags .tags-item a {
	padding: 0px 5px;
	height: 100%;
	color: inherit;
	display: block;
}
.post-page .post-page-item .post-page-header h1 {
	margin: 7px 0px;
	color: rgb(21, 21, 21);
	line-height: 30px;
	font-size: 24px;
	font-weight: 400;
	-ms-word-wrap: break-word;
	overflow-wrap: break-word;
}
.post-page .post-page-item .post-page-header .post-page-tools {
	margin: 5px 0px 20px;
}
.post-page .post-page-item .post-page-header .post-page-tools::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .post-page-tools::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-header .post-page-tools::after {
	clear: both;
}
.post-page .post-page-item .post-page-header .post-page-tools time {
	margin: 3px 30px 3px 0px;
	color: rgb(136, 153, 167);
	font-size: 15px;
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools__labels {
	float: left;
	display: inline-flex;
}
.post-page .post-page-item .post-page-header .post-page-tools .author {
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools .author::after {
	margin: 0px 13px;
	color: rgb(136, 153, 167);
	float: right;
	display: block;
	content: "/";
}
.post-page .post-page-item .post-page-header .post-page-tools .author__name {
	margin: 3px 0px;
	transition: opacity 0.15s ease-out;
	color: rgb(136, 153, 167);
	font-size: 15px;
	-webkit-transition: opacity 0.15s ease-out;
}
.post-page .post-page-item .post-page-header .post-page-tools .author__name:hover {
	border-bottom-color: rgba(136, 153, 167, 0.5);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons {
	margin: 3px 0px;
	color: rgb(136, 153, 167);
	line-height: 22px;
	font-size: 15px;
	float: left;
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons .post-page-tools-icons-views {
	float: left;
}
.post-page
	.post-page-item
	.post-page-header
	.post-page-tools
	.post-page-tools-icons
	.post-page-tools-icons-views::before {
	width: 20px;
	margin-right: 10px;
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTYgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPmV5ZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPiAgICAgICAgPGcgaWQ9Imljb25fbGlmZSIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3LjAwMDAwMCwgLTUyLjAwMDAwMCkiIGZpbGw9IiNBREI3QzEiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik04Mi44MzUyODg5LDU3LjI1NjUwODUgQzgyLjgzNTI4ODksNTcuMjU2NTA4NSA3OS4zNTc0MjIyLDUyIDc0LjkzOTExMTEsNTIgQzcwLjUyMDgsNTIgNjcuMDQyOTMzMyw1Ny4yNTY1MDg1IDY3LjA0MjkzMzMsNTcuMjU2NTA4NSBDNjYuOTg1Njg4OSw1Ny4zMzk0NzQ2IDY2Ljk4NTY4ODksNTcuNDc1MjAzNCA2Ny4wNDI5MzMzLDU3LjU1NzA1MDggQzY3LjA0MjkzMzMsNTcuNTU3MDUwOCA3MC41MjA4LDYyLjgxMzU1OTMgNzQuOTM5MTExMSw2Mi44MTM1NTkzIEM3OS4zNTc0MjIyLDYyLjgxMzU1OTMgODIuODM1Mjg4OSw1Ny41NTcwNTA4IDgyLjgzNTI4ODksNTcuNTU3MDUwOCBDODIuODkyNTMzMyw1Ny40NzQwODQ3IDgyLjg5MjUzMzMsNTcuMzM4MzU1OSA4Mi44MzUyODg5LDU3LjI1NjUwODUgTDgyLjgzNTI4ODksNTcuMjU2NTA4NSBaIE03NC45MzkxMTExLDU5LjczNzI4ODEgQzczLjc0ODg4ODksNTkuNzM3Mjg4MSA3Mi43ODM5MTExLDU4LjY5Mzk2NjEgNzIuNzgzOTExMSw1Ny40MDY3Nzk3IEM3Mi43ODM5MTExLDU2LjExOTU5MzIgNzMuNzQ4ODg4OSw1NS4wNzYyNzEyIDc0LjkzOTExMTEsNTUuMDc2MjcxMiBDNzYuMTI5MzMzMyw1NS4wNzYyNzEyIDc3LjA5NDMxMTEsNTYuMTE5NTkzMiA3Ny4wOTQzMTExLDU3LjQwNjc3OTcgQzc3LjA5NDMxMTEsNTguNjkzOTY2MSA3Ni4xMjkzMzMzLDU5LjczNzI4ODEgNzQuOTM5MTExMSw1OS43MzcyODgxIEw3NC45MzkxMTExLDU5LjczNzI4ODEgWiIgaWQ9ImV5ZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons .post-page-tools-icons-comments {
	margin-left: 20px;
	float: left;
	cursor: pointer;
}
.post-page
	.post-page-item
	.post-page-header
	.post-page-tools
	.post-page-tools-icons
	.post-page-tools-icons-comments::before {
	top: 3px;
	width: 20px;
	margin-right: 10px;
	position: relative;
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTQgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPmNvbW1lbnRzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iaWNvbl9saWZlIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQuMDAwMDAwLCAtNTIuMDAwMDAwKSIgZmlsbD0iI0FEQjdDMSI+ICAgICAgICAgICAgPHBhdGggZD0iTTU4LDUyIEw0NCw1MiBMNDQsNjEuMjg1NzE0MyBMNTEuNDYyNjA4Nyw2MS4yODU3MTQzIEw1NC45NTY1MjE3LDY0LjUwNjYxOSBMNTQuOTU2NTIxNyw2MS4yODU3MTQzIEw1OCw2MS4yODU3MTQzIEw1OCw1MiIgaWQ9ImNvbW1lbnRzIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
	flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter {
	left: -3px;
	bottom: -3px;
	padding-right: 0px;
	position: relative;
	min-width: 60px;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter::after {
	content: "";
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share__counter-xs {
	flex: 0 0 100%;
	-webkit-box-flex: 0;
}
.post-page .post-page-item .post-page-subtitle {
	line-height: 26px;
	font-size: 18px;
	overflow-wrap: break-word;
}
.post-page .post-page-item .post-page-content-tags .tags {
	margin: 0px 0px 10px;
	padding: 0px;
}
.post-page .post-page-item .post-page-content-tags .tags::before {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-content-tags .tags::after {
	display: table;
	content: " ";
}
.post-page .post-page-item .post-page-content-tags .tags::after {
	clear: both;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item {
	margin: 0px 10px 10px 0px;
	border-radius: 2px;
	transition: 0.15s ease-out;
	color: rgb(57, 104, 163);
	text-transform: uppercase;
	line-height: 32px;
	font-size: 11px;
	font-weight: 500;
	float: left;
	list-style-type: none;
	background-color: rgb(245, 247, 250);
	-webkit-transition: all 0.15s ease-out;
}
.post-page .post-page-item .post-page-content-tags .tags :first-child.tags-item {
	margin-left: 0px;
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item:hover {
	background-color: rgb(226, 231, 236);
}
.post-page .post-page-item .post-page-content-tags .tags .tags-item a {
	padding: 0px 10px;
	color: inherit;
	display: block;
}
@media all and (min-width: 660px) {
	.post-page .post-page-item {
		padding-right: 20px;
		padding-left: 20px;
	}
	.post-page .post-page-item .post-page-header h1 {
		line-height: 44px;
		font-size: 38px;
	}
	.post-page .post-page-item .post-page-header .post-page-tools .post-page-tools-icons {
		float: right;
	}
	.post-page .post-page-item .post-page-header .post-page-tools-footer {
		display: flex;
		position: relative;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
	}
	.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter {
		padding-right: 40px;
		min-width: 100px;
	}
	.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share .social-share__counter::after {
		content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQuMiA0MC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNC4yIDQwLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMzk2OEEyO308L3N0eWxlPjxyZWN0IHg9IjExLjYiIHk9Ii0yLjkiIHRyYW5zZm9ybT0ibWF0cml4KDAuODY2IDAuNSAtMC41IDAuODY2IDExLjg1MzkgLTMuMzIxNSkiIGNsYXNzPSJzdDAiIHdpZHRoPSIxLjEiIGhlaWdodD0iNDYuNiIvPjwvc3ZnPg==);
	}
}
@media all and (min-width: 980px) {
	.post-page .post-page-item .post-page-header h1 {
		line-height: 36px;
		font-size: 30px;
	}
	.post-page .post-page-item .post-page-header .tags {
		height: auto;
	}
	.post-page .post-page-item .post-page-header .tags :nth-child(n + 4).tags-item {
		display: block;
	}
	.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share {
		flex-basis: 600px;
	}
	.is-desktop
		.post-page
		.post-page-item
		.post-page-header
		.post-page-tools-footer
		.social-share
		.social-share__icons {
		width: auto;
		flex-basis: auto;
	}
	.post-page .post-page-item .post-page-subtitle {
		line-height: 29px;
		font-size: 21px;
	}
	.post-page .post-page-item .post-page-content-tags {
		display: none;
	}
	.post-page .post-page-item .post-page-content {
		display: flex;
		position: relative;
	}
	.post-page .post-page-item .post-page-content .post-page-content-main {
		flex: 0 0 100%;
		padding-right: 40px;
		max-width: 100%;
		-webkit-box-flex: 0;
	}
	.post-page .post-page-item .post-page-content .post-page-content-main .comments {
		padding: 0px;
	}
	.post-page .post-page-item .post-page-content__aside {
		flex: 0 0 300px;
		-webkit-box-flex: 0;
	}
}
@media all and (min-width: 1300px) {
	.post-page__columns {
		display: flex;
	}
	.post-page__columns-left {
		width: 212px;
		display: block;
		position: relative;
	}
	.post-page__columns-right {
		width: calc(100% - 258px);
		margin-left: 46px;
	}
	.post-page .post-page-item .post-page-header .tags {
		display: none;
	}
	.tags.tags_left {
		margin: 15px 0px 0px;
		padding: 0px 0px 35px;
		overflow: hidden;
		border-bottom-color: rgb(226, 231, 236);
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.tags.tags_left::before {
		display: table;
		content: " ";
	}
	.tags.tags_left::after {
		display: table;
		content: " ";
	}
	.tags.tags_left::after {
		clear: both;
	}
	.tags.tags_left .tags-item {
		border-radius: 2px;
		transition: background-color 0.15s ease-out;
		height: 23px;
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		line-height: 23px;
		font-size: 11px;
		font-weight: 500;
		margin-right: 7px;
		margin-bottom: 7px;
		float: left;
		list-style-type: none;
		background-color: rgb(186, 5, 5);
		-webkit-transition: background-color 0.15s ease-out;
	}
	.dark-blue .tags.tags_left .tags-item {
		background-color: rgb(2, 24, 89);
	}
	.tags.tags_left .tags-item:hover {
		background-color: rgb(211, 6, 6);
	}
	.dark-blue .tags.tags_left .tags-item:hover {
		background-color: rgb(3, 31, 114);
	}
	.tags.tags_left .tags-item a {
		padding: 0px 5px;
		height: 100%;
		color: inherit;
		display: block;
	}
}
@media all and (min-width: 1440px) {
	.post-page .post-page-item {
		width: 1260px;
		margin-right: auto;
		margin-left: auto;
	}
}
.pb_p_logo {
	margin: auto;
	left: 0px;
	top: 0px;
	width: 30px;
	display: block;
	position: absolute;
}
.pb_feed_loading {
	height: 320px;
	overflow: hidden;
}
.fb_hidden {
	top: -14px;
	position: absolute;
	z-index: 10001;
}
@media print {
	* {
		background: 0px 0px !important;
		color: rgb(0, 0, 0) !important;
		box-shadow: none !important;
		text-shadow: none !important;
		-webkit-box-shadow: none;
	}
	*::before {
		background: 0px 0px !important;
		color: rgb(0, 0, 0) !important;
		box-shadow: none !important;
		text-shadow: none !important;
		-webkit-box-shadow: none;
	}
	*::after {
		background: 0px 0px !important;
		color: rgb(0, 0, 0) !important;
		box-shadow: none !important;
		text-shadow: none !important;
		-webkit-box-shadow: none;
	}
	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	a[href^="#"]::after {
		content: "";
	}
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p {
		orphans: 3;
		widows: 3;
	}
	h2 {
		orphans: 3;
		widows: 3;
	}
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2 {
		page-break-after: avoid;
	}
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
}
.read-next {
	margin: 20px 0px;
}
.read-next__container {
	transition: opacity 0.6s ease-out;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-out;
}
.read-next__container_visible {
	opacity: 1;
}
.read-next__title {
	margin: 0px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.read-next-item {
	padding: 20px 0px;
	border-bottom-color: rgb(226, 231, 236);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}
:nth-child(n + 2).read-next-item .read-next-item__labels_top {
	display: none;
}
:last-child.read-next-item {
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.read-next-item__labels {
	left: 0px;
	top: 20px;
	display: flex;
	position: absolute;
	z-index: 1;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.read-next-item__title {
	transition: color 0.15s ease-out;
	color: rgb(46, 46, 46);
	line-height: 18px;
	font-size: 14px;
	display: block;
	-webkit-transition: color 0.15s ease-out;
}
.read-next-item__title:hover {
	color: rgb(186, 5, 5);
}
.dark-blue .read-next-item__title:hover {
	color: rgb(2, 24, 89);
}
.comments {
	background: rgb(255, 255, 255);
	margin: 20px 0px 0px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
}
.comments-btn-block {
	width: 50px;
	height: 100%;
	right: 0px;
	position: absolute;
}
.comments__btn-up {
	padding: 16px;
	top: 65vh;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-bottom: 160px;
	display: block;
	position: absolute;
	z-index: 890;
	cursor: pointer;
	box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 12px 0 rgba(71, 75, 105, 0.15);
}
.comments__btn-up svg {
	top: -4px;
	position: relative;
}
.comments__count {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.comments .comment-bubble {
	transition: opacity 0.5s ease-out;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out;
}
.comments .comments-btns {
	margin: 15px 0px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
}
.comments .comments-choose {
	border-radius: 2px;
	border: 1px solid rgb(226, 231, 236);
	border-image: none;
	top: 40px;
	width: 40%;
	z-index: 895;
	background-color: rgb(245, 247, 250);
}
.comments .comments-choose__btn {
	outline: 0px;
	border-radius: 2px;
	border: 0px currentColor;
	transition: background-color 0.15s ease-out;
	border-image: none;
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 19px;
	cursor: pointer;
	background-color: rgb(245, 247, 250);
	-webkit-transition: background-color 0.15s ease-out;
}
.comments .comments-choose__btn:hover {
	background-color: rgb(226, 231, 236);
}
.comments .comments-choose__btn-name {
	font-size: 12px;
}
.comments .comments-choose__btn-name::after {
	background-position: 50%;
	width: 10px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjlweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA5IDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+NjY1QkI2MkYtMzk4NC00OEJBLUJBNTctNEUwN0RBQzk3NEI5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJDb21tZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImNvbW1lbnRzXzY2MHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTczLjAwMDAwMCwgLTIyNTcuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxnIGlkPSJjb21tZW50c19vcGVuIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ0b3AtbmV3cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCAxNjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImNvbW1lbnRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MC4wMDAwMDAsIDIwNzkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJzb3J0aW5nIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MTIuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJleHBhbmRfZ3JleSIgcG9pbnRzPSI5NS41IDIyLjU1IDkxIDE4LjA1IDkyLjA1IDE3IDk1LjUgMjAuNDUgOTguOTUgMTcgMTAwIDE4LjA1IDk1LjUgMjIuNTUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
}
.comments .comments-toggle {
	outline: 0px;
	border-radius: 2px;
	transition: background-color 0.15s ease-out;
	width: 55%;
	height: 40px;
	text-align: center;
	color: rgb(136, 153, 167);
	line-height: 40px;
	font-size: 12px;
	z-index: 890;
	cursor: pointer;
	background-color: rgb(245, 247, 250);
	-webkit-transition: background-color 0.15s ease-out;
}
.comments .comments-toggle:hover {
	background-color: rgb(226, 231, 236);
}
.comments .comments-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	color: rgb(136, 153, 167);
	font-size: 12px;
	display: none;
	z-index: 890;
}
.comments .comments-list__border {
	margin: 0px auto;
	width: 75%;
	height: 1px;
	background-color: rgb(226, 231, 236);
}
.comments .comments-list__item {
	padding: 10px 0px 6px calc(50% - 43px);
	transition: background-color 0.15s ease-out;
	cursor: pointer;
	-webkit-transition: background-color 0.15s ease-out;
}
.comments .comments-list__item:hover {
	background-color: rgb(226, 231, 236);
}
.comments :last-child.comments-list__item {
	padding-bottom: 10px;
}
.comments .comments-list__item_chosen::after {
	background-position: center;
	width: 10px;
	height: 7px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTAgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMzkuMSAoMzE3MjApIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNlbGVjdGlvbl9ncmV5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkNvbW1lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY29tbWVudHNfMzIwcHgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODEuMDAwMDAwLCAtMjMwOS4wMDAwMDApIiBmaWxsPSIjOTBBNkIzIj4KICAgICAgICAgICAgPGcgaWQ9ImNvbW1lbnRzX29wZW4iPgogICAgICAgICAgICAgICAgPGcgaWQ9InRvcC1uZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTc3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJjb21tZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAyMDE0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ic29ydGluZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTc1LjAwMDAwMCwgNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0ic2VsZWN0aW9uX2dyZXkiIHBvaW50cz0iOTQuMTExMTExMSA2My44ODg4ODg5IDkxLjc3Nzc3NzggNjEuNTU1NTU1NiA5MSA2Mi4zMzMzMzMzIDk0LjExMTExMTEgNjUuNDQ0NDQ0NCAxMDAuNzc3Nzc4IDU4Ljc3Nzc3NzggMTAwIDU4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
	background-repeat: no-repeat;
}
.comments .comments-chat {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	max-width: 660px;
}
.comments .comments-user {
	top: -2px;
	height: 40px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.comments .comments-avatar {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 8px;
	position: relative;
	flex-shrink: 0;
	background-color: rgb(245, 247, 250);
}
.comments .comments-avatar_grey {
	margin-right: 8px;
	margin-left: 0px;
}
.comments .comments-avatar_form {
	margin-right: 8px;
	margin-left: 0px;
}
.comments .comments-avatar_unauthorized {
	background-position: center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4gIDxwYXRoIGQ9Ik0xMy41IDEyLjRDMTUgMTAuOCAxNiA4LjQgMTYgNmMwLTMuMy0yLjctNi02LTZTNCAyLjcgNCA2YzAgMi40IDEgNC44IDIuNSA2LjQtMi4yLjQtNC4zIDEuMy02LjUgMi42djRjMy4zLjcgNi43IDEgMTAgMXM2LjctLjMgMTAtMXYtNGMtMi4yLTEuMy00LjMtMi4yLTYuNS0yLjZ6TTYgNmMwLTIuMiAxLjgtNCA0LTRzNCAxLjggNCA0YzAgMy0yIDYtNCA2UzYgOSA2IDZ6bTEyIDExLjNjLTIuNy40LTUuNC43LTggLjctMi43IDAtNS4zLS4yLTgtLjd2LTEuMmMyLjctMS40IDUuNC0yLjIgOC0yLjIgMi42IDAgNS4zLjcgOCAyLjJ2MS4yeiIgZmlsbD0iIzhBQTFBRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: 11px;
}
.comments .comments-message {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-pack: start;
}
.comments .comments-message_grey {
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}
.comments .comments-field {
	padding: 15px;
	border-radius: 15px;
	border: 1px solid rgb(226, 231, 236);
	flex: 1 0 auto;
	border-image: none;
	width: 100%;
	position: relative;
	-webkit-box-flex: 1;
}
.comments .comments-field__txt {
	margin: 5px 0px 0px;
	text-align: left;
	line-height: 1.4285;
	font-size: 15px;
	font-weight: 400;
	display: block;
	overflow-wrap: break-word;
}
.comments .comments-field__txt p {
	margin: 0px;
}
.comments .comments-field__image {
	text-align: left;
	margin-top: 5px;
}
.comments .comments-field__image-load {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
}
.comments .comments-field__image-load .spinner-inner {
	display: block;
}
.comments .comments-field_grey {
	border-color: rgb(245, 247, 250);
	background-color: rgb(245, 247, 250);
}
.comments .comments-like {
	color: rgb(136, 153, 167);
	font-size: 14px;
	display: flex;
	cursor: pointer;
	opacity: 0.9;
	align-items: baseline;
	-webkit-box-align: baseline;
}
.comments .comments-like:hover {
	color: rgb(57, 104, 163);
}
.comments .comments-like__count {
	padding-left: 5px;
}
.comments .comments-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
}
.comments .comments-flex__name {
	margin: 0px 10px 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.comments .comments-flex__date {
	text-align: right;
	color: rgb(136, 153, 167);
	font-size: 12px;
	font-weight: 400;
	opacity: 0.6;
}
.comments .comments-flex__answer {
	transition: border-color 0.15s ease-out;
	color: rgb(136, 153, 167);
	line-height: 22px;
	font-size: 12px;
	font-weight: 400;
	border-bottom-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
	-webkit-transition: border-color 0.15s ease-out;
}
.comments .comments-flex__answer::after {
	background-position: 50%;
	width: 16px;
	height: 8px;
	margin-left: 5px;
	display: inline-block;
	content: "";
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTMgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDM5LjEgKDMxNzIwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT4zMjVFNzcyQy03QzlFLTQyNjQtQTE5Qy0wQUJFOUJEQURDQUE8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkNvbW1lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY29tbWVudHNfMzIwcHgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzUuMDAwMDAwLCAtMjY4Ny4wMDAwMDApIiBmaWxsPSIjOEFBMUFGIj4KICAgICAgICAgICAgPGcgaWQ9ImNvbW1lbnRzX29wZW4iPgogICAgICAgICAgICAgICAgPGcgaWQ9InRvcC1uZXdzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTc3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJjb21tZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAyMDYxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY29tbWVudF8yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzE1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9InJlcGx5X2dyZXkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNi4zMzMzMzMsIDEzOC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTEyNi4zMzMzMzMsIC0xMzguMDAwMDAwKSAiIHBvaW50cz0iMTMxLjMzMzMzMyAxMzQuNjY2NjY3IDEzMS4zMzMzMzMgMTM3LjMzMzMzMyAxMjIuNTMzMzMzIDEzNy4zMzMzMzMgMTI0LjkzMzMzMyAxMzQuOTMzMzMzIDEyNCAxMzQgMTIwIDEzOCAxMjQgMTQyIDEyNC45MzMzMzMgMTQxLjA2NjY2NyAxMjIuNTMzMzMzIDEzOC42NjY2NjcgMTMyLjY2NjY2NyAxMzguNjY2NjY3IDEzMi42NjY2NjcgMTM0LjY2NjY2NyI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
	background-repeat: no-repeat;
}
.comments .comments-flex__answer:hover {
	border-color: rgb(226, 231, 236);
}
.comments .comments-form {
	margin: 0px auto;
	transition: transform 0.15s, transform 0.15s;
	width: 100%;
	border-top-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 660px;
	flex-direction: column;
	-webkit-transition: -webkit-transform 0.15s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.comments .comments-form__unauthorized {
	background: rgb(245, 247, 250);
	padding: 15px;
	border-radius: 12px;
	text-align: center;
	color: rgb(136, 153, 167);
	font-size: 14px;
	cursor: pointer;
}
.comments .comments-form_unauthorized {
	padding: 0px;
	transform: translateY(0px);
	-webkit-transform: translateY(0);
}
.comments-form-header {
	display: flex;
}
.comments-form-header_unauthorized {
	display: none;
}
.comments-toggle-md {
	display: none;
}
@media all and (min-width: 980px) {
	:not(.comments_forever-small).comments {
		margin: 0px auto;
	}
	:not(.comments_forever-small).comments .comments-user {
		top: -2px;
		height: 60px;
		position: relative;
	}
	:not(.comments_forever-small).comments .comments-toggle {
		width: 100%;
		font-size: 14px;
	}
	:not(.comments_forever-small).comments .comments-toggle-md {
		margin: 20px 0px;
		width: 100%;
		text-align: center;
		position: relative;
	}
	:not(.comments_forever-small).comments .comments-flex_top {
		margin-top: 30px;
	}
	:not(.comments_forever-small).comments .comments-choose {
		margin: 0px;
		top: 30px;
		width: 115px;
		right: 0px;
	}
	:not(.comments_forever-small).comments .comments-choose__btn {
		height: 30px;
		line-height: 15px;
	}
	:not(.comments_forever-small).comments .comments-field {
	}
	:not(.comments_forever-small).comments .comments-field__txt {
		font-size: 16px;
	}
	:not(.comments_forever-small).comments .comments-avatar {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 2px;
		margin-right: 2px;
		margin-left: 15px;
	}
	:not(.comments_forever-small).comments .comments-avatar_grey {
		margin: 0px 15px 0px 0px;
	}
	:not(.comments_forever-small).comments .comments-avatar_form {
		margin: 0px;
		position: absolute;
	}
	:not(.comments_forever-small).comments .comments-avatar_unauthorized {
		background-position: center;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4gIDxwYXRoIGQ9Ik0xMy41IDEyLjRDMTUgMTAuOCAxNiA4LjQgMTYgNmMwLTMuMy0yLjctNi02LTZTNCAyLjcgNCA2YzAgMi40IDEgNC44IDIuNSA2LjQtMi4yLjQtNC4zIDEuMy02LjUgMi42djRjMy4zLjcgNi43IDEgMTAgMXM2LjctLjMgMTAtMXYtNGMtMi4yLTEuMy00LjMtMi4yLTYuNS0yLjZ6TTYgNmMwLTIuMiAxLjgtNCA0LTRzNCAxLjggNCA0YzAgMy0yIDYtNCA2UzYgOSA2IDZ6bTEyIDExLjNjLTIuNy40LTUuNC43LTggLjctMi43IDAtNS4zLS4yLTgtLjd2LTEuMmMyLjctMS40IDUuNC0yLjIgOC0yLjIgMi42IDAgNS4zLjcgOCAyLjJ2MS4yeiIgZmlsbD0iIzhBQTFBRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
		background-repeat: no-repeat;
		background-size: 20px;
	}
	:not(.comments_forever-small).comments .comments-form {
		position: relative;
	}
	:not(.comments_forever-small).comments .comments-form__unauthorized {
		width: calc(100% - 135px);
		margin-left: 65px;
	}
	:not(.comments_forever-small).comments .comments-form-header {
		display: none;
	}
	:not(.comments_forever-small).comments .comments-flex {
		line-height: 22px;
		flex-wrap: nowrap;
	}
	:not(.comments_forever-small).comments .comments-flex__date {
		font-size: 14px;
	}
	:not(.comments_forever-small).comments .comments-flex__answer {
		font-size: 14px;
	}
	:not(.comments_forever-small).comments .comments-btns {
		display: none;
	}
	:not(.comments_forever-small).comments .comments-toggle-md {
		display: block;
	}
}
.notification-message-list-container {
	width: 100%;
	margin-bottom: 10px;
	display: none;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 9px 33px 0px rgba(21, 33, 50, 0.2);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 9px 33px 0 rgba(21, 33, 50, 0.2);
}
@media all and (min-width: 660px) {
	.notification-message-list-container {
		margin: 0px;
		top: 65px;
		width: auto;
		right: 15px;
		z-index: 1000;
	}
	.mob-min {
		font-size: 12px !important;
	}
}
@media all and (min-width: 1440px) {
	.notification-message-list-container {
		right: calc((100% - 1370px) / 2);
	}
}
img {
	max-width: 100%;
}
.post-page-content-main a {
	text-decoration: underline;
}
.post-page-content-main a:hover {
	color: rgb(162, 30, 43);
}
.post-page-content p img {
	max-width: 100%;
}
body {
	font-family: "PT Sans", sans-serif;
}
.contentBox {
	line-height: 1.5;
}
.contentBox div.corr {
	position: relative;
}
.contentBox div.stud {
	position: relative;
}
.contentBox div.doc {
	position: relative;
}
.contentBox div.corr {
	background: rgb(226, 226, 226);
}
.contentBox .corr ::before {
	border-radius: 50px;
	left: 5px;
	top: 10px;
	width: 60px;
	height: 60px;
	position: absolute;
	content: "";
	background-size: 60px;
}
.contentBox .stud ::before {
	border-radius: 50px;
	left: 5px;
	top: 10px;
	width: 60px;
	height: 60px;
	position: absolute;
	content: "";
	background-size: 60px;
}
.contentBox .doc ::before {
	border-radius: 50px;
	left: 5px;
	top: 10px;
	width: 60px;
	height: 60px;
	position: absolute;
	content: "";
	background-size: 60px;
}
.contentBox .corr ::before {
	background-image: url("../img/corr.jpg");
}
.contentBox .stud ::before {
	background-image: url("../img/stud.jpg");
}
.contentBox .doc ::before {
	background-image: url("../img/doc.jpg");
}
.contentBox div.corr p {
	padding: 10px 0px 10px 70px;
	min-height: 80px;
}
.contentBox div.stud p {
	padding: 10px 0px 10px 70px;
	min-height: 80px;
}
.contentBox div.doc p {
	padding: 10px 0px 10px 70px;
	min-height: 80px;
}
.contentBox p {
	padding-top: 10px;
}
.contentBox .uli {
	background: 0% 50% rgb(255, 239, 239);
	padding: 10px;
	border: 1px solid rgb(218, 181, 181);
	border-image: none;
}
.bgn {
	background: rgb(245, 245, 245);
	padding: 10px 15px;
	border-radius: 15px;
	border: 2px solid black;
	border-image: none;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.yel-text {
	background: rgb(255, 245, 0);
}
.contentBox h1 {
	line-height: 1.2;
	font-size: 27px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contentBox h2 {
	line-height: 1.4;
	font-family: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentBox .cc {
	text-align: center;
}
.contentBox .cc h2 {
	line-height: 1;
	font-size: 25px;
	margin-bottom: 10px;
}
.contentBox .cc .time_remains_title {
	font-size: 22px;
}
.contentBox .cc p {
	padding: 0px;
	line-height: 1;
	font-size: 16px;
}
.right-vertical-box {
	background: rgb(241, 241, 241);
	padding: 10px;
	width: 270px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
.right-vertical-box img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: right;
}
.blue-horizontal-box {
	background: rgb(229, 242, 255);
	padding: 2%;
	width: 96%;
	color: rgb(22, 83, 145);
	margin-top: 10px;
	margin-bottom: 10px;
}
.green-horizontal-box {
	background: rgb(241, 255, 231);
	padding: 2%;
	width: 96%;
	color: rgb(57, 123, 13);
	margin-top: 10px;
	margin-bottom: 10px;
}
.red-horizontal-box {
	background: rgb(255, 238, 238);
	padding: 2%;
	width: 96%;
	color: rgb(159, 13, 13);
	margin-top: 10px;
	margin-bottom: 10px;
}
.grey-horizontal-box {
	background: rgb(238, 238, 238);
	padding: 2%;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	width: 96%;
	color: rgb(0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
}
.red-border-horizontal-box {
	background: rgb(255, 255, 255);
	padding: 2%;
	border: 3px solid red;
	border-image: none;
	width: 96%;
	color: rgb(0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
}
.grey-shadow-horizontal-box {
	background: rgb(204, 204, 204);
	padding: 2%;
	width: 96%;
	color: rgb(0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.grey-shadow-horizontal-box ul {
	margin-left: 30px;
}
.left-img-box {
	background: rgb(218, 218, 218);
	padding: 2%;
	width: 96%;
	color: rgb(0, 0, 0);
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.left-img-box p {
	margin: 0px;
	padding: 0px;
}
.left-img-box img {
	width: 100%;
	height: auto;
	margin-right: 20px;
	float: left;
	max-width: 350px;
}
.censor-box {
	background-position: center;
	margin: auto;
	border: 5px solid red;
	border-image: none;
	width: auto;
	cursor: pointer;
	max-width: 400px;
	background-image: url("../img/censor.png");
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.censor-box img {
	transition: 0.3s;
	width: 100%;
	max-width: 400px;
	opacity: 0;
}
.censor-box.censor-show {
	border: 5px solid white;
	border-image: none;
}
.censor-box.censor-show img {
	transition: 0.3s;
	opacity: 1;
}
.vk-avatar img {
	width: 48px;
}
.h2Block {
	background: rgb(41, 137, 215);
	margin: -5px -20px 20px;
	padding: 5px;
	color: rgb(255, 255, 255);
}
.h2Block h1 {
	margin: 7px;
	font-size: 24px;
	font-weight: bold;
}
.h2Block h2 {
	margin: 7px;
	font-size: 19px;
	font-weight: normal;
}
a {
	color: rgb(0, 121, 242);
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 500px;
}
.textbox {
	padding: 10px;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-image: none;
	width: 86%;
	height: 45px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.message:focus {
	border: 2px solid rgb(204, 204, 204);
	border-image: none;
	color: rgb(51, 51, 51);
}
.textbox:focus {
	border: 2px solid rgb(204, 204, 204);
	border-image: none;
	color: rgb(51, 51, 51);
}
.message {
	background: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-image: none;
	width: 100%;
	height: 120px;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.button {
	background: rgb(241, 78, 77);
	padding: 10px;
	border-radius: 3px;
	border: 0px solid rgba(0, 0, 0, 0.3);
	transition: background 0.4s;
	border-image: none;
	width: 86%;
	height: 50px;
	color: rgb(255, 255, 255);
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	cursor: pointer;
	box-sizing: border-box;
}
.button:hover {
	background: rgb(231, 40, 40);
}
@media all and (max-width: 470px) {
	.h2Block h1 {
		margin: 7px;
		font-size: 19px;
		font-weight: bold;
	}
	.h2Block h2 {
		margin: 7px;
		font-size: 16px;
		font-weight: normal;
	}
}
@media all and (max-width: 270px) {
	.h2Block h1 {
		margin: 7px;
		font-size: 16px;
		font-weight: bold;
	}
	.h2Block h2 {
		margin: 7px;
		font-size: 13px;
		font-weight: normal;
	}
}
.comments-avatar {
	max-height: 48px;
	max-width: 48px;
}
