@charset "UTF-8";

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: "Open Sans";
	src: url(../fonts/open-sans/os-400.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-weight: 600;
	font-style: normal;
	font-family: "Open Sans";
	src: url(../fonts/open-sans/os-600.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: "Open Sans";
	src: url(../fonts/open-sans/os-700.woff2) format("woff2");
	font-display: swap;
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.js-focus-visible:focus:not(.focus-visible) {
	outline: 0
}

html {
	scroll-behavior: smooth
}

body,
html {
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-family: "Open Sans";
}

a,
a:hover {
	text-decoration: none
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dd,
dl,
dt {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

button {
	cursor: pointer
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%)
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	max-width: 1430px;
}

.title {
	margin-bottom: 8px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}

.title-blue {
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px
}

.fixed {
	position: fixed;
	overflow-y: hidden
}

.subtitle {
	margin-bottom: 8px;
	color: #0072bc;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.page-list {
	padding-top: 30px
}

.page-list h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px
}

.page-list ol,
.page-list ul {
	margin-left: 32px;
	font-weight: 400;
	font-size: 18px;
}

.page-list li {
	margin-bottom: 15px
}

.page-list li:last-child {
	margin-bottom: 0
}

.page-list a {
	color: #333
}

.page-list a:hover {
	text-decoration: underline
}

iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.link-with-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.link-with-arrow__text {
	color: #0072bc
}

.gray-filter {
	opacity: 70%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.gray-filter:hover {
	opacity: 1;
	-webkit-filter: unset;
	filter: unset;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
	margin-bottom: 16px;
	font-weight: 700;
}

.text-editor h1 {
	font-size: 72px;
	line-height: 80px
}

.text-editor h2 {
	font-size: 56px;
	line-height: 64px
}

.text-editor h3 {
	font-size: 48px;
	line-height: 56px
}

.text-editor h4 {
	font-size: 32px;
	line-height: 40px
}

.text-editor h5 {
	font-size: 24px;
	line-height: 32px
}

.text-editor h6 {
	font-size: 16px;
	line-height: 24px
}

.text-editor ol,
.text-editor ul {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.text-editor ol li,
.text-editor ul li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px
}

.text-editor ol li::marker,
.text-editor ul li::marker {
	color: #0072bc
}

.text-editor ol {
	padding-left: 24px
}

.text-editor ol li {
	padding-left: 0
}

.text-editor ul li::before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0072bc;
	content: "";
}

.text-editor p {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.text-editor em {
	background: #0072bc;
	color: #fff;
	font-style: normal
}

.text-editor table {
	max-width: 100%
}

.button {
	display: inline-block;
	padding: 9px 22px;
	background: #0072bc;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 600;
	font-size: 12px;
	line-height: 32px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.button:hover {
	background: #005389;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.button:active {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.button--big {
	width: 100%;
	border: 1px solid transparent;
	text-align: center;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px
}

.button--white {
	border-color: #0072bc;
	background: #fff;
	color: #0072bc;
}

.button--white:hover {
	background: #0072bc;
	color: #fff
}

.networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.networks__item {
	display: block;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.networks__item:last-child {
	margin-right: 0
}

.networks__item:hover {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg)
}

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

.search__input {
	display: block;
	padding: 9px 30px 9px 16px;
	width: 100%;
	outline: 0;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	background: #fbfbfb;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.search__input::-webkit-input-placeholder {
	color: grey
}

.search__input::-moz-placeholder {
	color: grey
}

.search__input:-ms-input-placeholder {
	color: grey
}

.search__input::-ms-input-placeholder {
	color: grey
}

.search__input::placeholder {
	color: grey
}

.search__input:hover {
	border-color: #666;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.search__input:focus {
	border-color: #0072bc
}

.search__input:hover+.search__button {
	fill: #333
}

.search__input:focus+.search__button {
	fill: #333
}

.search__button {
	position: absolute;
	top: 50%;
	right: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 30px;
	height: 80%;
	outline: 0;
	border: none;
	background: 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #666
}

.search__button:focus-visible {
	outline: 2px solid #000
}

.navigation-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 0;
	outline: 0;
	border: none;
	background: 0 0;
}

.navigation-button:focus-visible {
	outline: auto
}

.navigation-button__text {
	display: block;
	margin-right: 12px;
	color: #0072bc;
	text-transform: uppercase;
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px
}

.navigation-button__burger {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/header/burger.svg) no-repeat center center/contain;
}

.navigation-button__burger--clicked {
	background: url(../img/header/burger-opened.svg)
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5px;
	padding: 29px 5px;
	max-width: 432px;
	width: 100%;
	border: 1px solid #0072bc;
	text-align: center;
}

.card:last-child {
	margin-right: 0
}

@media (min-width:1330px) {
	.card {
		padding-right: 48px;
		padding-left: 48px
	}
}

.card__title {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.card__description {
	margin-bottom: 16px;
	color: #333;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px
}

.card__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 296px;
	height: 52px;
	background: #0072bc;
	-webkit-box-shadow: 0 4px 14px rgba(0, 114, 188, .33);
	box-shadow: 0 4px 14px rgba(0, 114, 188, .33);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.card__button:hover {
	-webkit-box-shadow: 0 8px 14px rgba(0, 114, 188, .4);
	box-shadow: 0 8px 14px rgba(0, 114, 188, .4);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.card--blue {
	background: #0072bc
}

.card--blue .card__description,
.card--blue .card__title {
	color: #fff
}

.card--blue .card__button {
	background: #fff;
	-webkit-box-shadow: 0 4px 14px rgba(255, 255, 255, .22);
	box-shadow: 0 4px 14px rgba(255, 255, 255, .22);
	color: #333;
}

.card--blue .card__button:hover {
	-webkit-box-shadow: 0 10px 16px rgba(255, 255, 255, .22);
	box-shadow: 0 10px 16px rgba(255, 255, 255, .22);
	color: #338e9c;
}

.header__nav {
	position: absolute;
	bottom: 0;
	z-index: 101;
	display: block;
	padding-top: 23px;
	padding-bottom: 32px;
	width: 100%;
	height: calc(100vh - 126px);
	border-top: 1px solid #e0e0e0;
	background: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.nav__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
	max-width: 1152px;
	width: 100%;
	scrollbar-color: #0072bc #e0e0e0;
	scrollbar-width: thin
}

.nav__row::-webkit-scrollbar {
	width: 8px;
	height: auto;
	background: #e0e0e0;
	cursor: pointer
}

.nav__row::-webkit-scrollbar-thumb {
	background: #0072bc;
	boder-radius: 2px
}

.nav__row-fluid {
	position: relative;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.nav__row-fluid::after {
	position: absolute;
	top: calc(-100% - 90px);
	right: 100px;
	display: block;
	width: 85%;
	height: 98px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	content: "";
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	pointer-events: none;
}

.nav__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 24px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
	background: 0 0;
}

.nav__category {
	position: relative;
	margin-bottom: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #fff;
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

a.nav__category::before {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/header/arrow-right.svg) no-repeat 0 0/cover;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a.nav__category:hover::before {
	right: -24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.nav__link {
	margin-bottom: 8px;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px
}

.nav__link:hover {
	color: #0072bc;
	text-decoration: underline;
	font-weight: 600
}

.nav__link:last-child {
	margin-bottom: 0
}

.nav__link--important {
	margin-top: 8px;
	color: #eb5757;
	font-weight: 700
}

.nav__link--important:hover {
	color: #eb5757;
	font-weight: 700
}

.fast-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fast-nav__item {
	margin-right: 5px
}

.fast-nav__item:last-child {
	margin-right: 0
}

@media (min-width:1000px) {
	.fast-nav__item {
		margin-right: 10px
	}

	.fast-nav__item:last-child {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	.fast-nav__item {
		margin-right: 40px
	}

	.fast-nav__item:last-child {
		margin-right: 0
	}
}

.fast-nav__link {
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.fast-nav__link:hover {
	color: #0072bc;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 4px 30px rgba(162, 162, 162, .34);
	box-shadow: 0 4px 30px rgba(162, 162, 162, .34)
}

.header::after {
	position: absolute;
	bottom: calc(50% - 9px);
	width: 100vw;
	height: 1px;
	background: #e0e0e0;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header__inner {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 312px minmax(150px, 100%) 312px;
	grid-template-columns: 312px minmax(150px, 100%) 312px;
	-ms-grid-rows: 72px 56px;
	grid-template-rows: 72px 56px;
	gap: 0 48px
}

.header-box-1 {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	gap: 0 50px;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/2/3
}

.header__add-news {
	display: -ms-grid;
	display: grid
}

.header__add-news .button {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.header-box-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 15px;
	height: 100%;
	border-right: 1px solid #0072bc;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 2/1/3/3
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	max-width: 312px;
	width: 100%;
	height: 100%
}

.header__search {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	min-width: 150px;
	max-width: 545px;
	width: 100%;
}

.header-bottom__buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 104px auto;
	grid-template-columns: 104px auto;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 1/3/2/4;
	gap: 0 12px
}

.header-bottom__buttons .button {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 12px 18px;
	text-align: center;
	line-height: 16px
}

.calendar {
	max-width: 312px
}

.calendar__title {
	margin-bottom: 8px;
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.calendar__picker,
.datepickers-container {
	font-family: "Open Sans"
}

.calendar__picker .datepicker,
.datepickers-container .datepicker {
	padding: 16px 0;
	width: 100%;
	border: none;
	border-radius: 0
}

.calendar__picker .datepicker--nav,
.datepickers-container .datepicker--nav {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	max-width: 298px;
	border: none
}

.calendar__picker .datepicker--nav-title,
.datepickers-container .datepicker--nav-title {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: auto;
	margin-left: 10px;
	padding: 0;
	max-width: 298px;
	color: #333;
	font: 700 16px "Open Sans";
}

.calendar__picker .datepicker--nav-title i,
.datepickers-container .datepicker--nav-title i {
	color: #333
}

.calendar__picker .datepicker--content,
.datepickers-container .datepicker--content {
	padding: 0
}

.calendar__picker .datepicker--days-names,
.datepickers-container .datepicker--days-names {
	margin: 0;
	margin-right: 15px;
	margin-left: 17px
}

.calendar__picker .datepicker--day-name,
.datepickers-container .datepicker--day-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 40px;
	text-align: center
}

.calendar__picker .datepicker--cells,
.datepickers-container .datepicker--cells {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.calendar__picker .datepicker--nav-action,
.datepickers-container .datepicker--nav-action {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.calendar__picker .datepicker--nav-action:hover path,
.datepickers-container .datepicker--nav-action:hover path {
	stroke: #0072bc
}

.calendar__picker .datepicker--nav-action.-disabled-,
.datepickers-container .datepicker--nav-action.-disabled- {
	visibility: visible;
	opacity: .5;
	pointer-events: none;
}

.calendar__picker .datepicker--day-name,
.datepickers-container .datepicker--day-name {
	color: #0072bc;
	text-transform: capitalize;
	font: 600 14px/24px "Open Sans";
}

.calendar__picker .datepicker--cell,
.datepickers-container .datepicker--cell {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font: 400 14px/24px "Open Sans";
}

.calendar__picker .datepicker--cells-days,
.datepickers-container .datepicker--cells-days {
	margin-left: 1px
}

.calendar__picker .datepicker--cells-days .-current-,
.datepickers-container .datepicker--cells-days .-current- {
	border: 1px solid #0072bc;
	background: #0072bc;
	color: #fff;
}

.calendar__picker .datepicker--cell-day,
.datepickers-container .datepicker--cell-day {
	width: 40px;
	height: 40px
}

.calendar__picker .datepicker--cell.-selected-,
.calendar__picker .datepicker--cell.-selected-.-current-,
.datepickers-container .datepicker--cell.-selected-,
.datepickers-container .datepicker--cell.-selected-.-current- {
	border-color: #0072bc;
	background: #0072bc;
}

.datepickers-container {
	font-family: "Open Sans"
}

.datepickers-container .datepicker {
	padding: 8px;
	width: 300px;
}

.readers-choise__title {
	margin-bottom: 8px
}

.reader-choise__items .news-card {
	margin-bottom: 8px
}

.reader-choise__items .news-card:last-child {
	margin-bottom: 0
}

.readers-choise__item {
	margin-bottom: 8px
}

.readers-choise__item:last-child {
	margin-bottom: 0
}

.readers-choise__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #a3a3a3
}

.readers-choise__tab {
	outline: 0;
	border: none;
	background: 0 0;
	color: grey;
	font: 500 14px/24px "Open Sans";
}

.readers-choise__tab:focus-visible {
	outline: auto
}

.readers-choise__tab--current {
	color: #0072bc;
	font-weight: 700
}

.aside .button {
	margin: 16px 0;
	height: 52px;
	line-height: 34px
}

.short-news {
	display: -ms-grid;
	display: grid;
	margin-bottom: 24px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 8px 0
}

.short-news__item {
	display: -ms-grid;
	display: grid;
	padding-bottom: 16px;
	border-bottom: 1px solid grey;
	-ms-grid-columns: -webkit-min-content 1fr;
	-ms-grid-columns: min-content 1fr;
	grid-template-columns: -webkit-min-content 1fr;
	grid-template-columns: min-content 1fr;
	gap: 0 16px
}

.short-news__time {
	color: #0072bc;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/3/2
}

.short-news__inner {
	overflow: hidden;
	min-height: 20px;
	max-height: 60px
}

.short-news__text {
	display: -webkit-box;
	overflow: hidden;
	overflow: hidden;
	-webkit-box-orient: vertical;
	color: #111;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 3
}

.short-news__text:hover {
	text-decoration: underline
}

.badge {
	margin-left: 4px;
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aside {
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 34px;
	max-width: 312px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.aside--fixed {
	position: relative;
	top: 0
}

.specific-content-aside {
	position: -webkit-sticky;
	position: sticky;
	top: 135px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 23px;
	margin-left: 48px;
	width: 312px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.tags__name {
	margin-right: 16px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.tags__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tags__item {
	margin-right: 6px
}

.tags__item:last-child {
	margin-right: 0
}

.tags__link {
	color: #0072bc;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.tags__link:hover {
	text-decoration: underline
}

.divide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.divide__link {
	display: block;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.divide__link:hover {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.divide__link:last-child {
	margin-right: 0
}

.pagination,
.pagination__item,
.pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pagination__item {
	margin-right: 11px;
	width: 32px;
	height: 32px;
	border: 1px solid #0072bc;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.pagination__item:first-child {
	margin-right: 32px
}

.pagination__item:nth-last-child(-n+2) {
	margin-right: 32px
}

.pagination__item:last-child {
	margin-right: 0
}

.pagination__item>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #333
}

.pagination__item:hover {
	background: #0072bc;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.pagination__item:hover>* {
	color: #fff
}

.pagination__item--active {
	background: #0072bc
}

.pagination__item--active>* {
	color: #fff;
	font-weight: 700;
	cursor: context-menu;
}

.pagination__item--active:hover {
	background: #0072bc
}

.pagination__item--next,
.pagination__item--prev {
	width: 32px;
	height: 32px;
	border-color: transparent;
	background: url(../img/arrow-left.svg) no-repeat center/20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.pagination__item--next:hover,
.pagination__item--prev:hover {
	background: url(../img/arrow-left.svg) no-repeat center/20px #e0e0e0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.pagination__item--next {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.news-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-left: 8px solid #0072bc;
	background: #fff;
}

.news-card .category {
	font-size: 12px
}

.news-card:hover .news-card__title {
	text-decoration: underline
}

.news-card__img {
	background: #c3c3c3
}

.news-card__img img {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.news-card__title {
	display: block;
	overflow: hidden;
	height: 44px;
	color: #1a1a1a;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	-o-text-overflow: ellipsis;
}

.news-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px;
	height: 100%;
}

.news-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-card--long {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: none
}

.news-card--short {
	max-height: 122px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.news-card--short .news-card__inner {
	padding-left: 16px
}

.news-card--short .news-card__title {
	margin-bottom: 12px;
	min-height: 22px;
	max-height: 66px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.news-card--long {
	height: 96px
}

.news-card--long .news-card__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 144px;
	height: 96px
}

.news-card--long .news-card__inner {
	padding-right: 16px;
	padding-left: 16px
}

.news-card--long .news-card__title {
	font-size: 16px;
	line-height: 24px
}

.news-card--long .time {
	margin-right: 8px
}

.news-card--long .badge {
	margin-right: 8px
}

.news-card--square {
	z-index: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 5px;
	max-width: 314px;
}

.news-card--square:last-child {
	margin-right: 0
}

.news-card--square .news-card__img {
	display: block;
	overflow: hidden;
	min-height: 224px;
	width: 100%;
	height: 224px;
}

.news-card--square .news-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
	height: 68px;
	-webkit-line-clamp: 3
}

.news-card--square:hover img {
	width: 100%;
	height: 224px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media (min-width:1340px) {
	.news-card--square {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 314px
	}
}

.date,
.time {
	color: #0072bc;
	font-size: 14px;
	line-height: 24px
}

.date {
	margin-right: 8px;
	font-weight: 600
}

.time {
	margin-right: 8px;
	font-weight: 400
}

.news-card--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 330px;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	border: none
}

.news-card--reverse .news-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.news-card--reverse .news-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100px
}

.news-card--reverse .news-card__img {
	overflow: hidden;
	height: 207px
}

.news-card--reverse:hover img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.news-card--reverse-media {
	position: relative
}

.news-card--reverse-media .badge-text {
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 3;
}

.news-card--reverse-media:hover .badge-img {
	width: 24px;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset
}

.news-card--reverse-colored {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 312px;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	border: none
}

.news-card--reverse-colored .news-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 108px;
	background: #0072bc;
}

.news-card--reverse-colored .news-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 66px;
	-webkit-line-clamp: 3
}

.news-card--reverse-colored .date,
.news-card--reverse-colored .news-card__title,
.news-card--reverse-colored .time {
	color: #fff
}

.news-card--reverse-colored .news-card__img {
	overflow: hidden;
	height: 192px
}

.news-card--reverse-colored:hover img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news-card--big {
	max-width: 672px;
	border: none
}

.news-card--big .news-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 16px;
	height: 128px;
	background: #0072bc;
}

.news-card--big .news-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 128px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	-webkit-line-clamp: 2
}

.news-card--big .date,
.news-card--big .news-card__title,
.news-card--big .time {
	color: #fff
}

.news-card--big .news-card__img {
	overflow: hidden;
	max-height: 223px;
	height: 100%;
}

.news-card--big .news-card__img img {
	-o-object-position: center;
	object-position: center
}

.news-card--big .news-info {
	margin-bottom: 8px
}

.news-card--big .badge {
	color: #fff
}

.news-card--big:hover img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news-card--bg {
	position: relative;
	display: -ms-grid;
	display: grid;
	overflow: hidden;
	padding: 16px;
	border: none;
	background: #c3c3c3;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: -webkit-min-content auto;
	-ms-grid-rows: min-content auto;
	grid-template-rows: -webkit-min-content auto;
	grid-template-rows: min-content auto
}

.news-card--bg img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.news-card--bg .news-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.news-card--bg .date,
.news-card--bg .news-card__title,
.news-card--bg .time {
	z-index: 3;
	color: #fff
}

.news-card--bg .news-type {
	z-index: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2
}

.news-card--bg .news-info {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/3/3
}

.news-card--bg .news-card__title {
	-ms-grid-row-align: end;
	align-self: end;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	font-weight: 700;
	font-size: 18px;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 2/1/3/3
}

.news-card--bg .time {
	margin-right: 0
}

.news-card--bg::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: ""
}

.news-card--bg:hover .news-img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.news-card.news-card--big+.news-card--reverse-colored .news-card__img {
	max-height: 222px
}

.news-card.news-card--big+.news-card--reverse-colored .news-card__inner {
	height: 128px
}

.news-card .badge {
	margin-left: 0;
	line-height: 24px
}

.badge-text {
	padding: 0 8px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, .2);
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, .2);
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px
}

.text-editor-content {
	font-size: 16px;
	line-height: 24px
}

.text-editor-content img {
	margin-bottom: 16px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.text-editor-content p {
	margin-bottom: 16px;
	color: #000;
	font-weight: 400
}

.text-editor-content a {
	color: #0072bc
}

.text-editor-content h1 {
	margin-bottom: 12px
}

.text-editor-content h2,
.text-editor-content h3,
.text-editor-content h4,
.text-editor-content h5,
.text-editor-content h6 {
	margin-bottom: 8px;
	color: #0072bc;
	font-weight: 700;
	font-size: inherit;
}

.text-editor-content h2+p,
.text-editor-content h3+p,
.text-editor-content h4+p,
.text-editor-content h5+p,
.text-editor-content h6+p {
	margin-bottom: 24px
}

.text-editor-content ol,
.text-editor-content ul {
	margin-bottom: 16px;
	padding-left: 16px
}

.text-editor-content ol li,
.text-editor-content ul li {
	margin-bottom: 8px
}

.text-editor-content ol li:last-child,
.text-editor-content ul li:last-child {
	margin-bottom: 0
}

.text-editor-content ol {
	padding-left: 32px
}

.text-editor-content b,
.text-editor-content strong {
	font-weight: 700
}

.text-editor-content iframe,
.text-editor-content table {
	margin: 0 auto;
	max-width: 100%;
}

.text-editor-content__styled {
	padding: 12px 16px;
	border-left: 8px solid #0072bc;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.text-editor-content .col-2 img {
	margin-bottom: 0
}

.body {
	height: 100%;
	background: #f2f2f2;
}

.page-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 48px
}

.main-content,
.news-page__main {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.news__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px
}

.news__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news__info .date,
.news__info .time {
	margin-right: 8px;
	font-size: 16px
}

.news__info .time {
	margin-right: 12px
}

.category {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.category[href]:hover {
	color: #0072bc;
	text-decoration: underline;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.news__tags {
	padding-bottom: 11px;
	border-bottom: 1px solid #a3a3a3
}

.news__author {
	padding-bottom: 11px
}

.specific-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px
}

.specific-content__box {
	display: block;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	max-width: 250px;
	max-height: 200px
}

.specific-content__box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

@media (min-width:1370px) {
	.specific-content__box {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 300px;
		max-height: 250px
	}
}

.news-cards-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 48px
}

.news-list .title {
	text-transform: uppercase
}

.news-list__all .news-card {
	margin-bottom: 16px
}

.news-list__all .specific-content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.news-list__all .specific-content__box {
	margin-right: 28px
}

.news-list__all .specific-content__box:last-child {
	margin-right: 0
}

.footer {
	position: relative;
	padding: 16px 0;
	background: #fff;
}

.footer__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr 1fr 2fr;
	grid-template-columns: 2fr 1fr 1fr 2fr;
	gap: 36px 48px
}

.footer__title {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c2c2c2
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-height: 220px
}

.footer__item {
	margin-bottom: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.footer__item:last-child {
	margin-bottom: 0
}

.footer__link {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.footer__link:hover {
	text-decoration: underline
}

.footer__link img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__contacts .footer__title {
	margin-bottom: 0
}

.footer__contacts .footer__subtitle {
	margin-top: 8px
}

.footer__subtitle {
	margin-bottom: 4px
}

.footer__contacts-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__contacts-links .footer__link {
	margin-right: 6px
}

.footer__contacts-links .footer__link:last-child {
	margin-right: 0
}

.footer__info {
	color: #858585;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-area: 2/1/3/5
}

.footer__info span {
	color: #0072bc;
	font-weight: 700
}

.footer__copyright {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 3/1/4/2
}

.footer__rules {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-area: 3/2/4/4;
	-ms-grid-column-align: center;
	justify-self: center
}

.footer__dartc {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-area: 3/4/4/5;
	-ms-grid-column-align: end;
	justify-self: end
}

.footer__copyright,
.footer__dartc,
.footer__rules {
	color: #858585;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.footer__dartc:hover,
.footer__rules:hover {
	text-decoration: underline
}

.footer__dartc:hover span {
	color: #f5a100
}

.subscribe_block {
	background: #0072bc;
	color: #fff;
	font-size: 16px
}

.subscribe_wrapp {
	margin: 0 auto;
	padding: 25px 10px;
	max-width: 1222px;
}

.subscribe_wrapp form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subscribe_wrapp .error::before {
	display: none
}

.subscribe_options {
	max-width: 543px;
	width: 100%
}

.subscribe_title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 32px;
}

.subscribe_subtitle {
	margin-bottom: 24px;
	font-weight: 400;
}

#subscribeform-list_id {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

#subscribeform-list_id>div+div {
	margin-left: 24px
}

#subscribeform-list_id input {
	display: none
}

#subscribeform-list_id label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	font-weight: 600;
}

#subscribeform-list_id label::before {
	display: inline-block;
	margin-right: 8px;
	width: 28px;
	height: 28px;
	border: 2px solid #0072bc;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	content: '';
}

#subscribeform-list_id label.active::before {
	background: #fff
}

.subscribe_submit {
	max-width: 360px;
	width: 100%
}

.subscribe_submit input {
	padding: 16px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	background: 0 0;
	color: #fff;
}

.subscribe_submit input::-webkit-input-placeholder {
	color: #fff
}

.subscribe_submit input::-moz-placeholder {
	color: #fff
}

.subscribe_submit input:-ms-input-placeholder {
	color: #fff
}

.subscribe_submit input::-ms-input-placeholder {
	color: #fff
}

.subscribe_submit input::placeholder {
	color: #fff
}

.subscribe_submit input:focus {
	outline: 0;
	background: 0 0;
}

.subscribe_submit button {
	margin-top: 18px;
	padding: 16px;
	width: 100%;
	border: none;
	border: 1px solid transparent;
	background: #fff;
	color: #333;
	text-align: center;
	font-weight: 700;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.subscribe_submit button:hover {
	border-color: #fff;
	background: #0072bc;
	color: #fff;
}

.alert {
	position: fixed;
	top: 30%;
	left: 50%;
	z-index: 9;
	margin-bottom: 1rem;
	padding: .75rem 1.25rem;
	max-width: 500px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: .25rem;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.alert span {
	display: block
}

.alert span+span {
	margin-top: 15px
}

.alert-success {
	border-color: #c3e6cb;
	background: #d4edda;
	color: #155724;
}

.alert-danger {
	border-color: #f5c6cb;
	background: #f8d7da;
	color: #721c24;
}

.prepayment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px
}

.news-card--big {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/2/3
}

.mb-16 {
	margin-bottom: 16px
}

.col-2 {
	display: -ms-grid;
	display: grid;
	margin-bottom: 48px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px 48px
}

.col-3 {
	display: -ms-grid;
	display: grid;
	margin-bottom: 48px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	gap: 25px 48px
}

.col-3--big {
	display: -ms-grid;
	display: grid;
	margin-bottom: 32px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 350px 300px;
	grid-template-rows: 350px 300px;
	gap: 25px 48px
}

.col-3--big .news-card--big {
	max-width: 700px
}

.col-3--big .news-card--reverse-colored {
	max-width: 400px
}

@media (max-width:1278px) {
	.col-3--big {
		gap: 15px 24px
	}
}

@media (max-width:1235px) {
	.col-3--big {
		gap: 15px 12px
	}
}

.col-3--big__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 8px
}

.col-3--big__container .specific-content__300x250 {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	margin-bottom: 0;
	-ms-grid-column-align: center;
	justify-self: center
}

.col-3--big__container .current-date {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.category-link {
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px
}

.category-link::after {
	position: absolute;
	top: 50%;
	right: -26px;
	width: 24px;
	height: 24px;
	background: url(../img/header/arrow-right.svg) no-repeat 0 0/cover;
	content: "";
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.category-link:hover {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.category-link:hover::after {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px)
}

.aside__title {
	margin-bottom: 8px
}

.main-content--custom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 320px;
	grid-template-columns: 1fr 320px;
	gap: 0 48px
}

.main-content--custom .breadcrumbs {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/2/3
}

.main-content--custom .title {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 2/1/3/3
}

.main-content--custom .cities-list {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 3/1/4/3
}

.main-content--custom .news-list__all {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 4/1/5/2
}

.main-content--custom .pagination {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 5/1/6/2
}

.main-content--custom .specific-content-aside {
	margin: 0;
	margin-bottom: 48px
}

.title-blue__small {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px
}

.main-content {
	width: 100%
}

.specific-content__300x250 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
	max-width: 300px;
	max-height: 250px;
}

.specific-content__728x90 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 32px
}

.specific-content__728x90~.col-3 {
	margin-bottom: 32px
}

.text {
	margin-bottom: 24px;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.link-default {
	position: relative;
	display: inline-block;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	color: #0072bc;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.link-default::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0072bc;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.link-default:hover::after {
	width: 100%
}

.bold {
	font-weight: 700
}

.link-blue {
	color: #0072bc;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.d-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.add-news-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px 48px
}

.add-news-form .textarea {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/3/3
}

.add-news-form .button {
	height: 56px;
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 6/1/7/3
}

.add-news-form .upload-file {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 5/1/6/3
}

.textarea {
	position: relative;
	min-height: 248px
}

.textarea textarea {
	height: 100%;
	border: 1px solid transparent;
	resize: none;
	resize: none;
}

.textarea textarea:focus {
	border-color: #0072bc
}

.textarea::before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 20px);
	height: 20px;
	background: #fff;
	content: ""
}

.required .fake-placeholder::after {
	position: absolute;
	top: 0;
	right: -10px;
	color: #eb5757;
	content: "*";
	font-weight: 700;
	font-size: 12px;
}

.specific-content--80 {
	display: block;
	width: 80%
}

.contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 32px;
	padding: 16px;
	background: #fff;
}

.contacts-list .subtitle {
	margin-top: 16px
}

.contacts-list .subtitle:first-child {
	margin-top: 0
}

.contacts-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.contacts-list__link+.subtitle {
	margin-top: 16px
}

.contacts-list__link,
.contacts-list__text {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.contacts-list__text {
	margin-bottom: 16px
}

.contacts-list__link {
	margin-right: 4px;
	margin-bottom: 16px
}

.contacts-list__link:hover {
	text-decoration: underline
}

.map iframe {
	width: 100%
}

.map img {
	width: 100%
}

.prepay .link-blue {
	margin-right: 3px
}

.prepay p {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.prepay a {
	margin-right: 3px;
	color: #0072bc;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.prepay a:hover {
	text-decoration: none
}

.prepay-table {
	background: #fff
}

.prepay-table p:first-child {
	margin-bottom: 0;
	padding: 16px;
	text-align: center
}

.prepay-table__head {
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

.prepay-tablet__body {
	display: table;
	width: 100%;
	border-spacing: 0;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px
}

.prepay-tablet__body tbody tr:first-child td {
	color: #0072bc;
	text-decoration: underline;
}

.prepay-tablet__body tbody tr:first-child td:first-child {
	text-decoration: none
}

.prepay-tablet__body tbody td {
	padding: 10px 8px;
	width: 24%;
	border: 1px solid #dadada;
	border-collapse: collapse
}

.prepay-tablet__body tbody td:first-child {
	width: 28%;
	color: #0072bc;
	font-weight: 600;
	font-size: 16px;
}

.prepay-text {
	margin-bottom: 24px;
	padding: 16px;
	background: #fff;
}

.prepay-text .d-flex-row,
.prepay-text .text {
	margin-bottom: 8px
}

.prepay-text h2 {
	margin-bottom: 8px;
	color: #0072bc;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px
}

.prepay-form {
	display: -ms-grid;
	display: grid;
	margin-top: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px 48px
}

.prepay-form .button {
	height: 56px;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 4/1/5/3
}

@media (max-width:1280px) {
	.prepay-form {
		gap: 16px
	}
}

.prepay-form__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

@media (max-width:1280px) {
	.prepay-form__wrapper {
		gap: 8px
	}
}

.interview {
	padding: 8px 22px 16px;
	max-width: 312px;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	border-top: 4px solid #0072bc;
	background: #fff;
}

.interview__head {
	margin-bottom: 8px;
	color: #0072bc;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
}

.interview__title {
	margin-bottom: 18px;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.interview__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 16px
}

.interview__inner .button--big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 8px;
	height: 52px;
}

.interview__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 16px;
	cursor: pointer;
}

.interview__value {
	color: #4d4d4d;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.fake-checkbox {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background: url(../img/checkbox.svg) no-repeat center center/contain;
}

.interview__input:checked~.fake-checkbox {
	background: url(../img/checkbox-checked.svg)
}

.interview__input:checked~.interview__value {
	color: #0a0a0a;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.interview-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 16px
}

.interview-result:last-child {
	margin-bottom: 0
}

.interview-result__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-ms-flex-align: start;
	margin-bottom: 4px
}

.interview-result__percent {
	min-width: 45px;
	color: #0072bc;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.interview-result__value {
	color: #4d4d4d;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.progressbar {
	position: relative;
	width: 100%;
	height: 4px;
	background: #c2c2c2;
}

.progressbar__value {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	background: #0072bc;
}

.interview--full {
	max-width: 100%;
	width: 100%;
}

.interview--full .button--big {
	width: 264px
}

.interview--full .interview__inner {
	margin-bottom: 0
}

.news-page__main {
	width: 100%
}

.areas-list__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: visible;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.areas-list__item {
	margin-bottom: 16px
}

.areas-list__item:last-child {
	margin-bottom: 0
}

.areas-list__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 14px 16px;
	border: 1px solid #0072bc;
	border-radius: 4px;
	color: #0072bc;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.areas-list__link img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px;
	width: 40px;
	height: 40px;
}

.areas-list__link:hover {
	background: #0072bc;
	color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.areas-list__link--current .areas-list__link {
	background: #0072bc;
	color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.aside--scroll {
	position: relative;
	top: 0
}

.aside--scroll .areas-list__items {
	overflow-y: auto;
	height: calc(100vh - 196px);
	scrollbar-color: #0072bc #e0e0e0;
	scrollbar-width: thin
}

.aside--scroll .areas-list__items::-webkit-scrollbar {
	width: 8px;
	height: auto;
	background: #e0e0e0;
	cursor: pointer
}

.aside--scroll .areas-list__items::-webkit-scrollbar-thumb {
	border-radius: 14px;
	background: #0072bc
}

.aside--scroll .areas-list__items .areas-list__item {
	margin-right: 8px
}

.cities-list {
	margin: 0 72px 24px 72px
}

.cities-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	width: 192px;
	height: 100px;
	border-radius: 4px
}

.cities-link::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 74, 119, .64)), to(rgba(5, 74, 119, .64)));
	background: -o-linear-gradient(bottom, rgba(5, 74, 119, .64), rgba(5, 74, 119, .64));
	background: linear-gradient(0deg, rgba(5, 74, 119, .64), rgba(5, 74, 119, .64));
	content: "";
}

.cities-link:hover::after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 74, 119, .6)), to(rgba(5, 74, 119, .6)));
	background: -o-linear-gradient(bottom, rgba(5, 74, 119, .6), rgba(5, 74, 119, .6));
	background: linear-gradient(0deg, rgba(5, 74, 119, .6), rgba(5, 74, 119, .6))
}

.cities-link__img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 192px;
	height: 100px;
	border-radius: 4px;
	background: #0072bc;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.cities-link__text {
	z-index: 2;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px
}

.owl-carousel {
	position: relative
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: url(../img/arrow-left.svg) no-repeat center/27px;
	font-size: 0
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus {
	outline: 0
}

.owl-carousel .owl-nav button.owl-prev {
	-webkit-transform: translateX(-72px);
	-ms-transform: translateX(-72px);
	transform: translateX(-72px)
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
	-webkit-transform: rotate(180deg) translateX(-72px);
	-ms-transform: rotate(180deg) translateX(-72px);
	transform: rotate(180deg) translateX(-72px)
}

.breadcrumbs {
	margin-bottom: 10px;
	font-family: "Open Sans";
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.breadcrumbs__item {
	position: relative;
	margin-right: 20px
}

.breadcrumbs__item::after {
	position: absolute;
	top: 50%;
	right: -16px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/breadcrumbs-arrow.svg) no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.breadcrumbs__item:last-child {
	margin-right: 0;
	max-width: 50px;
}

.breadcrumbs__item:last-child::after {
	display: none
}

.breadcrumbs__name {
	color: grey;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px
}

.breadcrumbs__item--active {
	pointer-events: none
}

.breadcrumbs__item--active .breadcrumbs__name {
	color: #1a1a1a
}

.current-date {
	display: -ms-grid;
	display: grid;
	padding: 12px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	background: #fff;
	-ms-grid-columns: (-webkit-max-content)[2];
	-ms-grid-columns: (max-content)[2];
	grid-template-columns: repeat(2, -webkit-max-content);
	grid-template-columns: repeat(2, max-content);
	-ms-grid-rows: (1fr)[2];
	grid-template-rows: repeat(2, 1fr);
	gap: 0 10px;
}

.current-date__time {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/3/2
}

.current-date__wrapper {
	-ms-grid-row-align: end;
	align-self: end;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/2/3
}

.current-date__day {
	text-transform: capitalize
}

.current-date__month {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end
}

.current-date__day-text {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 2/2/3/3
}

.current-date__time {
	color: #0072bc;
	font-weight: 400;
	font-size: 56px;
	line-height: 64px
}

.current-date__day,
.current-date__month {
	color: #0072bc;
	letter-spacing: .2px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.current-date__day-text {
	color: #4d4d4d;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.prepayment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px
}

.author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.author__text {
	margin-right: 16px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.author__name {
	color: #0072bc;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 24px
}

.longread-caption {
	position: relative;
	width: 100vw;
	height: calc(100vh - 128px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.longread-caption::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: ""
}

.longread-caption__wrapper {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.longread-caption__subtitle,
.longread-caption__title {
	color: #fff;
	text-align: center;
}

.longread-caption__title {
	margin-bottom: 24px;
	font-weight: 800;
	font-size: 48px;
	line-height: 64px
}

.longread-caption__subtitle {
	margin: 0 48px 12px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px
}

.longread-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 8px 0;
}

.longread-briefly {
	margin-bottom: 16px
}

.longread-briefly__text {
	padding-top: 24px;
	padding-bottom: 18px;
	border-top: 2px solid #0072bc;
	border-bottom: 2px solid #0072bc;
	text-align: center;
}

.longread-img {
	margin-bottom: 40px
}

.longread-text {
	margin-bottom: 28px
}

.longread-text iframe {
	margin: 0 auto;
	max-width: 100%;
}

.longread-img-full {
	margin-bottom: 56px;
	width: 100vw;
	height: calc(100vh - 128px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.longread-title {
	margin-bottom: 16px
}

.longread-title__text {
	color: #0072bc;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px
}

.longread-carousel {
	margin-bottom: 55px
}

.longread-carousel .owl-carousel {
	position: relative
}

.longread-carousel .owl-carousel .owl-dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.longread-carousel .owl-carousel .owl-dots .owl-dot {
	display: block;
	margin-right: 24px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: 0 0;
	font-size: 0
}

.longread-carousel .owl-carousel .owl-dots .owl-dot.active {
	width: 16px;
	height: 16px;
	background: #fff;
}

.longread-carousel .owl-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.longread-carousel .owl-carousel .owl-dots .owl-dot:active,
.longread-carousel .owl-carousel .owl-dots .owl-dot:focus,
.longread-carousel .owl-carousel .owl-dots .owl-dot:hover {
	outline: 0
}

.longread-briefly--badge {
	position: relative;
	margin-bottom: 66px
}

.longread-briefly--badge .longread-briefly__text {
	padding-top: 32px;
	padding-bottom: 26px;
	text-align: left
}

.longread-briefly-badge {
	position: absolute;
	top: -16px;
	left: 50%;
	padding: 0 24px;
	background: #0072bc;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.longread-col-3 {
	margin-bottom: 28px
}

.longread-col-3__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 48px
}

.longread-video {
	margin-bottom: 56px
}

.longread-video__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.longread-video__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.longread-podcast {
	margin-bottom: 64px
}

.longread-podcast__title {
	margin-bottom: 16px;
	color: #0072bc;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px
}

.longread-podcast__text {
	margin-bottom: 32px;
	text-align: center
}

.longread-podcast__wrapper {
	display: block;
	margin: 0 auto;
	max-width: 676px;
	max-height: 270px;
	color: transparent
}

.longread-podcast__wrapper a,
.longread-podcast__wrapper div {
	display: none
}

.longread-author {
	margin-bottom: 11px
}

.longread-tags {
	width: 100%
}

.longread-tags .tags {
	padding-bottom: 11px;
	border-bottom: 1px solid #a3a3a3
}

.longread-blockquote {
	margin-bottom: 24px;
	font-size: 20px;
}

.longread-blockquote__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.longread-blockquote__wrapper .longread-blockquote__inner:nth-child(1) {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	width: 15%;
}

.longread-blockquote__wrapper .longread-blockquote__inner:nth-child(2) {
	margin-left: 24px;
	width: 75%;
}

.longread-blockquote__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-items: center
}

.longread-blockquote__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px
}

.longread-blockquote__img img {
	width: 90px !important;
	height: 90px !important;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.longread-blockquote__name,
.longread-blockquote__position {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.longread-blockquote__name {
	margin-bottom: 4px
}

.longread-blockquote__title {
	font-weight: 600
}

.longread-blockquote__blockquote {
	position: relative;
	display: block;
	margin: 0;
	margin-top: 32px;
	margin-bottom: 32px;
	font-style: italic
}

.longread-blockquote__blockquote::after,
.longread-blockquote__blockquote::before {
	position: absolute;
	width: 22px;
	height: 14px;
	background: url(../img/“.svg) no-repeat 0 0/cover;
	content: "";
}

.longread-blockquote__blockquote::before {
	top: -23px;
	left: 5px
}

.longread-blockquote__blockquote::after {
	right: 5px;
	bottom: -23px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.longread {
	padding-bottom: 56px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.longread img {
	max-width: 100%;
	height: auto
}

.container--long {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 942px;
	height: 100%
}

.about-card {
	display: -ms-grid;
	display: grid;
	margin-bottom: 16px;
	padding: 16px;
	background: #fff;
	-ms-grid-columns: 176px 1fr;
	grid-template-columns: 176px 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 24px 32px
}

.about-card img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/3/2
}

.about-card:last-child {
	margin-bottom: 0
}

.about-card--adv {
	-ms-grid-rows: -webkit-min-content -webkit-min-content;
	-ms-grid-rows: min-content min-content;
	grid-template-rows: -webkit-min-content -webkit-min-content;
	grid-template-rows: min-content min-content
}

.about-card__title {
	-ms-grid-row-align: end;
	align-self: end;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/2/3
}

.about-card__link {
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 2/2/3/3
}

.input-wrapper {
	position: relative
}

.fake-placeholder {
	position: absolute;
	top: 16px;
	left: 16px;
	color: grey;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	cursor: text;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fake-placeholder--active {
	top: 4px;
	color: #0072bc;
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fake-placeholder--active~.input {
	padding-bottom: 8px
}

.input {
	padding: 16px;
	width: 100%;
	height: 56px;
	outline: 0;
	border: none;
	border: 1px solid transparent;
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.error {
	position: relative
}

.error .input {
	padding-left: 44px;
	border: 1px solid #eb5757
}

.error .fake-placeholder {
	left: 44px
}

.error::before {
	position: absolute;
	top: 21px;
	left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #eb5757;
	color: #fff;
	content: "!";
	font-weight: 700;
	font-size: 12px;
}

.error-text {
	color: #eb5757;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px
}

.upload-file {
	padding: 12px 22px;
	width: 100%;
	background: #fff;
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 6/1/7/3
}

.upload-file input {
	width: 100%
}

.upload-file__start {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-grid-columns: -webkit-min-content 1fr -webkit-min-content;
	-ms-grid-columns: min-content 1fr min-content;
	grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
	grid-template-columns: min-content 1fr min-content;
	gap: 8px
}

.upload-file__start .link-blue {
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

.upload-file__start .input-file {
	display: none
}

.upload-file__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0072bc;
	color: #fff;
	font-weight: 700;
	font-size: 19px;
}

.upload-file__text {
	overflow-x: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
}

.upload-file__end {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-grid-columns: 56px 1fr -webkit-min-content;
	-ms-grid-columns: 56px 1fr min-content;
	grid-template-columns: 56px 1fr -webkit-min-content;
	grid-template-columns: 56px 1fr min-content;
	gap: 8px
}

.upload-file__preview {
	display: block;
	width: 56px;
	height: 56px;
	background: #cecece;
}

.button-clear {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px
}

.upload-file__name {
	color: #0072bc;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

.test-page-wrapper {
	padding: 50px 0
}

.mb-20 {
	margin-bottom: 20px
}

.test-page-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.test-page-inner>* {
	margin-right: 10px
}

.news-card--bg {
	max-width: 312px;
	width: 100%;
	height: 200px
}

.news-card__img {
	background: #e4e4e4
}

.todo {
	background: #f5a100 !important
}

img[src="/img/no_photo.svg"] {
	padding: 10%
}

.text-italic {
	font-style: italic
}

.embed-responsive {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.pt-50 {
	padding-top: 50px
}

.pb-50 {
	padding-bottom: 50px
}

.tac {
	text-align: center
}

.m-center {
	margin: 0 auto
}

.text-editor-content ul {
	list-style-type: disc;
}


/* Quizz */
.sn-quizz {
	display: block;
	max-width: 700px;
	width: 100%;
	background-color: #fff;
}

.sn-quizz__container {
	display: flex;
	flex-direction: column;
}

.sn-quizz__head-line {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	background-color: #0072bc;
}

@media (min-width: 768px) {
	.sn-quizz__head-line {
		height: 40px;
	}
}

.sn-quizz__line-title {
	position: relative;
	margin: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.sn-quizz__line-title {
		font-size: 18px;
	}
}

.sn-quizz__line {
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	background-color: #12b76a;
	transition: 0.3s ease all;
}

.sn-quizz__body {
	display: flex;
	flex-direction: column;
	padding: 40px 16px 32px;
}

@media (min-width: 768px) {
	.sn-quizz__body {
		padding: 48px 24px 40px;
	}
}

.sn-quizz__title {
	margin: 0 !important;
	margin-bottom: 24px !important;
	color: #1a1a1a !important;
	text-align: left !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
}

@media (min-width: 768px) {
	.sn-quizz__title {
		text-align: center !important;
		font-size: 32px !important;
	}
}

.sn-quizz__img {
	position: relative;
	display: block;
	margin-bottom: 16px;
}

.sn-quizz__img img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}

.sn-quizz__img-source {
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
}

.sn-quizz__img-source span {
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	word-break: break-word;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
}

.sn-quizz__questions {
	display: flex;
	flex-direction: column;
}

.sn-quizz__item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 16px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;

	gap: 16px;
}

.sn-quizz__item:hover {
	border-width: 2px;
	border-color: #0072bc;
}

.sn-quizz__item:hover .sn-quizz__fake-radio {
	background-color: #cce3f2;
}

/* .sn-quizz__item:hover .sn-quizz__fake-radio::before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
} */
.sn-quizz__fake-radio {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #0072bc;
	border-radius: 50%;
}

.sn-quizz__fake-radio::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0072bc;
	content: "";
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.sn-quizz__fake-radio {
		width: 29px;
		height: 29px;
	}
}

.sn-quizz__item-content {
	display: flex;
	flex-direction: column;

	gap: 16px;
}

.sn-quizz__item-title {
	color: #0a0a0a;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.sn-quizz__item-title {
		font-size: 18px;
	}
}

.sn-quizz__item .sn-quizz__item-descr {
	display: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.sn-quizz__item .sn-quizz__item-descr {
		font-size: 18px;
	}
}

.sn-quizz__item .sn-quizz__item-descr>* {
	color: #0a0a0a;
}

.sn-quizz__item .sn-quizz__item-descr:empty {
	display: none;
}

.sn-quizz__item .sn-quizz__item-descr p {
	margin-bottom: 12px;
}

.sn-quizz__item .sn-quizz__item-descr p:last-child {
	margin-bottom: 0;
}

.sn-quizz__item .sn-quizz__item-descr a {
	text-decoration: underline;
}

.sn-quizz__item .sn-quizz__item-descr a:hover {
	text-decoration: none;
}

.sn-quizz__item.sn-quizz__item--success,
.sn-quizz__item.sn-quizz__item--error {
	border: unset;
	cursor: default;
}

.sn-quizz__item.sn-quizz__item--success .sn-quizz__item-title,
.sn-quizz__item.sn-quizz__item--error .sn-quizz__item-title {
	font-weight: 600;
}

/*.sn-quizz__item.sn-quizz__item--success .sn-quizz__item-descr,*/
/*.sn-quizz__item.sn-quizz__item--error .sn-quizz__item-descr {*/
/*	display: block;*/
/*}*/
.sn-quizz__item.sn-quizz__item--success:hover,
.sn-quizz__item.sn-quizz__item--error:hover {
	border: unset;
}

.sn-quizz__item.sn-quizz__item--success:hover .sn-quizz__fake-radio::before,
.sn-quizz__item.sn-quizz__item--error:hover .sn-quizz__fake-radio::before {
	display: none;
}

.sn-quizz__item.sn-quizz__item--success .sn-quizz__fake-radio,
.sn-quizz__item.sn-quizz__item--error .sn-quizz__fake-radio {
	border: none;
	background-color: #e6f1f9;
	background-position: center;
	background-repeat: no-repeat;
}

.sn-quizz__item.sn-quizz__item--success .sn-quizz__fake-radio::before,
.sn-quizz__item.sn-quizz__item--error .sn-quizz__fake-radio::before {
	display: none;
}

.sn-quizz__item.sn-quizz__item--success .sn-quizz__item-title,
.sn-quizz__item.sn-quizz__item--error .sn-quizz__item-title,
.sn-quizz__item.sn-quizz__item--success .sn-quizz__item-descr,
.sn-quizz__item.sn-quizz__item--error .sn-quizz__item-descr {
	color: #e6f1f9;
}

.sn-quizz__item.sn-quizz__item--success {
	background-color: #12b76a;
}

.sn-quizz__item.sn-quizz__item--success .sn-quizz__fake-radio {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 15'%3E%3Cpath fill='%2312B76A' d='M17.499 2.767 14.828.096l-8.57 8.57L3.17 5.579.5 8.25l5.807 5.813L17.499 2.767Z'/%3E%3C/svg%3E");
	background-size: 17px;
}

@media (min-width: 768px) {
	.sn-quizz__item.sn-quizz__item--success .sn-quizz__fake-radio {
		background-size: 20px;
	}
}

.sn-quizz__item.sn-quizz__item--error {
	background-color: #ea5a47;
}

.sn-quizz__item.sn-quizz__item--error .sn-quizz__fake-radio {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23EA5A47' d='M15.382 3.26 12.795.59 8.032 5.33 3.292.59.622 3.26 5.407 8 .62 12.74l2.671 2.672 4.74-4.74 4.764 4.74 2.586-2.671L10.642 8l4.74-4.74Z'/%3E%3C/svg%3E");
	background-size: 15px;
}

@media (min-width: 768px) {
	.sn-quizz__item.sn-quizz__item--error .sn-quizz__fake-radio {
		background-size: 17px;
	}
}

.sn-quizz__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	width: 100%;
	height: 52px;
	outline: none;
	border: none;
	text-decoration: none;
	transition: 0.2s;
}

.sn-quizz__btn.disabled {
	background-color: #c2c2c2 !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: default !important;
}

.sn-quizz__btn span {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.sn-quizz__btn--default {
	max-width: 320px;
	background-color: #0072bc;
	box-shadow: 0px 4px 14px rgba(0, 114, 188, 0.33);
	color: #fff;
}

.sn-quizz__btn--default:hover {
	background-color: #005389;
	box-shadow: unset;
}

.sn-quizz__btn--bordered {
	padding: 0;
	max-width: 200px;
	background-color: transparent;
	color: #0072bc;
	text-decoration: underline;
}

.sn-quizz__btn--bordered:hover {
	background-color: transparent;
}

@media (min-width: 768px) {
	.sn-quizz__btn--bordered {
		padding: 16px 24px;
		border: 1px solid #0072bc;
		background-color: #fff;
		text-decoration: none;
	}

	.sn-quizz__btn--bordered:hover {
		background-color: #0072bc;
		color: #fff;
	}
}

.sn-quizz__footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 32px;

	gap: 12px;
}

@media (min-width: 768px) {
	.sn-quizz__footer {
		margin-top: 48px;
	}
}

.sn-quizz__footer .sn-quizz__btn--bordered {
	order: 999;
	height: auto;
}

@media (min-width: 768px) {
	.sn-quizz__footer .sn-quizz__btn--bordered {
		order: unset;
		height: 52px;
	}
}

.sn-quizz__two-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;

	gap: 32px;
}

@media (min-width: 768px) {
	.sn-quizz__two-buttons {
		flex-direction: row;
		justify-content: space-between;
	}
}

.sn-quizz__result {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.4;
}

.sn-quizz__result p {
	margin: 0;
	margin-bottom: 8px;
}

.sn-quizz__result p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.sn-quizz__result {
		font-size: 18px;
	}
}

.sn-quizz__share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;

	gap: 8px;
}

@media (min-width: 768px) {
	.sn-quizz__share {
		justify-content: flex-end;
		margin-top: 0;
	}
}

.sn-quizz__share-btn {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: 0.2s;
}

.sn-quizz__share-btn:hover {
	transform: rotate(5deg);
}

/* // Quizz */

/* Telegram */
.new-platform-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 20px;
	border: 1px solid #2f89ce;
	background-color: #fff;
	color: #1a1a1a;
	text-decoration: none;
	transition: 0.2s;

	gap: 8px;
}

.new-platform-link:hover {
	transform: scale(1.02);
}

a.new-platform-link {
	cursor: pointer;
}

.new-platform-link__text {
	color: #1a1a1a;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;

}

.new-platform-link__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

/* // Telegram */

.reader-choise__items .new-platform-link {
	margin-bottom: 8px;
}

.home_popular_tab .new-platform-link {
	margin-bottom: 16px;
}

/* Google news section */
.google-news-sub {
	padding-top: 16px;
}

.google-news-sub__wrapper {
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1024px) {
	.google-news-sub__wrapper {
		overflow: unset;
		flex-direction: row;
		justify-content: center;

		gap: 24px;
	}
}

.google-news-sub__col {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.google-news-sub__title {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	color: #000b13;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.google-news-sub__title {
		font-size: 32px;
	}
}

.google-news-sub__subtitle {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	color: #000b13;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.google-news-sub__subtitle {
		font-size: 16px;
	}
}

.google-news-sub__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 32px;
	min-height: 52px;
	background-color: #0072bc;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;

	gap: 24px;
}

.google-news-sub__link:hover {
	background-color: #005389;
}

.google-news-sub__link:active {
	transform: translateY(5px);
}

.google-news-sub__link span {
	color: inherit;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.google-news-sub__link img {
	flex-shrink: 0;
	width: 32px;
	height: 26px;
}

.google-news-sub__fake-img,
.google-news-sub__img {
	position: relative;
	margin-top: 24px;
	width: 280px;
	height: 280px;
}

@media (min-width: 1024px) {

	.google-news-sub__fake-img,
	.google-news-sub__img {
		margin-top: 0;
	}
}

.google-news-sub__fake-img img,
.google-news-sub__img img {
	display: block;
	width: 100%;
	height: auto;

	object-fit: contain;
	object-position: bottom;
}

.google-news-sub__fake-img {
	display: none;
}

@media (min-width: 1024px) {
	.google-news-sub__fake-img {
		display: block;
	}
}

/* // Google news section */

/* Platforms row */
.news-platforms {
	display: grid;
	margin-top: 16px;
	margin-bottom: 24px;

	grid-template-columns: minmax(0, auto);
	gap: 16px;
}

@media (min-width: 768px) {
	.news-platforms {
		margin-top: 32px;
		margin-bottom: 40px;

		grid-template-columns: repeat(2, minmax(0, auto));
		gap: 48px;
	}
}

/* // Platforms row */

/* About author + tags */
.about-author {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 16px;
	background-color: #fff;

	gap: 16px;
}

@media (min-width: 1024px) {
	.about-author {
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 32px;
		margin-bottom: 32px;
		padding: 0;
		background-color: transparent;
	}
}

.about-author__avatar {
	overflow: hidden;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.about-author__avatar img {
	display: block;
	width: 100%;
	height: auto;
}

.about-author__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;

	gap: 12px;
}

@media (min-width: 1024px) {
	.about-author__wrapper {
		padding-bottom: 12px;
		border-bottom: 1px solid #a3a3a3;
	}
}

.about-author__row {
	display: flex;
	align-items: center;
	justify-content: flex-start;

	gap: 16px;
}

.about-author__list,
.about-author__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;

	gap: 6px;
}

.about-author__key {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.about-author__key {
		font-size: 16px;
	}
}

.about-author__link {
	color: #0072bc;
	font-size: 14px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.about-author__link {
		font-size: 16px;
	}
}

.about-author__link:hover {
	text-decoration: underline;
}

.about-author__link.is-italic {
	font-style: italic;
}

.about-author__link.is-underline {
	text-decoration: underline;
}

.about-author__link.is-underline:hover {
	text-decoration: none;
}

/* // About author + tags */


/* Author page */
.author-page {
	display: grid;
	margin-top: 16px;
	margin-bottom: 24px;

	grid-template-columns: minmax(0, auto);
	gap: 24px;
}

@media (min-width: 1024px) {
	.author-page {
		margin-top: 24px;
		margin-bottom: 65px;

		gap: 48px;
		grid-template-columns: 312px minmax(0, auto);
	}
}

.author-column {
	display: flex;
	flex-direction: column;
}

.author-page__img {
	display: flex;
	overflow: hidden;
	align-self: center;
	max-width: 312px;
	border-radius: 50%;
}

.author-page__img img {
	display: block;
	width: 100%;
	height: auto;
}

.author-page__networks {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 12px;

	gap: 6px 32px;
}

@media (min-width: 1024px) {
	.author-page__networks {
		margin-top: 20px;
	}
}

.author-page__network {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: 0.2s;
}

.author-page__network:hover {
	transform: scale(1.05);
}

.author-page__network svg,
.author-page__network img {
	display: block;
	width: 100%;
	height: auto;
}

.author-page__title {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.author-page__title {
		font-size: 32px;
	}
}

.author-page__position {
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.author-page__position {
		font-size: 16px;
	}
}

.author-page__content {
	margin: 0;
	margin-top: 24px;
}

.author-page__content p:first-child {
	margin-top: 0;
}

.author-page__content p:last-child {
	margin: 0;
}

/* // Author page */

/* Authors page */
.authors-page {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
	margin-bottom: 24px;
}

@media (min-width: 1024px) {
	.authors-page {
		margin-top: 24px;
		margin-bottom: 65px;
	}
}

.authors-page__title {
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.authors-page__title {
		margin-bottom: 24px;
		font-size: 32px;
	}
}

.authors-page__wrapper {
	display: grid;

	grid-template-columns: minmax(0, auto);
	gap: 16px;
}

@media (min-width: 1024px) {
	.authors-page__wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 24px;
	}
}

.authors-page__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;

	gap: 16px;
}

.authors-page__item:hover .authors-page__name {
	color: #0072bc;
}

.authors-page__img {
	display: flex;
	overflow: hidden;
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-decoration: none;
}

.authors-page__img img {
	display: block;
	width: 100%;
	height: auto;
}

.authors-page__inner {
	display: flex;
	flex-direction: column;

	gap: 8px;
}

.authors-page__name {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25;
	transition: 0.2s;
}

.authors-page__position {
	color: #1a1a1a;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.authors-page__position {
		font-size: 16px;
	}
}

/* // Authors page */

.longread-news__share {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 24px 15px 8px 15px;
	max-width: 942px;
	width: 100%;
	height: 100%;
}


.ce-header--center {
	text-align: center;
}

.ce-header--left {
	text-align: left;
}

.ce-header--right {
	text-align: right;
}

.button--donate {
	background-color: #ffc107;
	border: unset;
	color: #000b13;
}

.button--donate:hover {
	color: #000b13;
	background-color: #e29400;
}

/* Category page */
.category-header-image {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.category-header-image img {
	max-width: 50%;
	height: auto;
}

/* // Category page */