@charset "UTF-8";

@font-face {
	font-family: "CharterOSC";
	src: url("../fonts/CharterOSC-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CharterOSC";
	src: url("../fonts/CharterOSC-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin: 0;
}

p:not(:last-child) {
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}

ul.news-list,
menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}

button,
input,
textarea {
	overflow: visible;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

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

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

[hidden] {
	display: none !important;
}

:root {
	--color-accent: #e40038;
	--color-primary: #2d2d2d;
}

html {
	overflow-x: hidden;
	height: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

html.lock {
	overflow: hidden;
}

body {
	margin: 0;
	letter-spacing: -0.025em;
	color: var(--color-primary);
	background-color: #ededed;
	font: 1rem "ProximaNova", sans-serif;
}

body.home.wrapper > .main {
	padding-top: 30px;
}
body.home .footer {
	margin-top: 60px;
}

.post_content a {
	color: #d81c1c;
}

._container {
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
	padding: 0 11px;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	flex-direction: column;
	min-height: 100%;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.wrapper > .main {
	position: relative;
	flex: 1 1 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.header {
	position: sticky;
	z-index: 89;
	top: 0;
	padding: 0 !important;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header.out {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-top {
	position: relative;
	padding: 5px 0;
	color: white;
	background-color: #454648;
}

.header-top__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: center;
	-ms-flex-align: end;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.header-top__title {
	display: none;
	letter-spacing: 0.8em;
	text-transform: uppercase;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 1.4;
}

.header-top__title:last-child {
	text-align: right;
}

.header-top__logo {
	display: block;
	margin: 0 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.header-top__logo::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	inset: 0;
}

.header-bottom {
	padding: 9px 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--color-accent);
	font-size: 16px;
	font-weight: 700;
}

.header-bottom__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	gap: 5px;
}

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

.logo {
	z-index: 0 !important;
	display: inline-block;
	width: 140px;
	height: 45px;
	-o-object-fit: contain;
	object-fit: contain;
}

.search-body {
	position: fixed;
	z-index: 88;
	top: -100%;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	background-color: var(--color-primary);
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.search-body.open {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.search-body__form input[type="search"] {
	width: 100%;
	height: 50px;
	color: #fff;
	border: none;
	border-bottom: 3px solid var(--color-accent);
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
}

.search-body__form input[type="search"]::-webkit-search-cancel-button {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 378.303 378.303'%3E%3Cpath fill='%23fff' d='M378.303 28.285L350.018 0 189.151 160.867 28.285 0 0 28.285l160.867 160.866L0 350.018l28.285 28.284 160.866-160.866 160.867 160.866 28.285-28.284-160.867-160.867z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-appearance: none;
}

.search-body__form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-body__form input[type="search"]::-moz-placeholder {
	color: #fff;
}

.search-body__form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-body__form input[type="search"]::-ms-input-placeholder {
	color: #fff;
}

.search-body__form input[type="search"]::placeholder {
	color: #fff;
}

.search-body__form input[type="search"]:focus {
	outline: none;
}

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

.header-mobile__logo {
	display: inline-block;
	width: 67px;
	margin-left: 8px;
}

.header-mobile__title {
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: #9c9c9c;
	font-size: 7px;
	font-weight: 400;
}

.header-mobile__right {
	margin-right: 4px;
	text-align: right;
}

.header-mobile__search {
	width: 100%;
	padding: 21.5px 20px;
	border-bottom: 1px solid #000;
}

.header-mobile__search input[type="search"] {
	width: 100%;
	height: 22px;
	padding: 0 28px;
	border: 0;
	background-color: transparent;
	background-image: url("../img/icons/search.svg");
	background-repeat: no-repeat;
	background-position: left center;
}

.header-mobile__search input[type="search"]::-webkit-search-cancel-button {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 378.303 378.303'%3E%3Cpath fill='%23000' d='M378.303 28.285L350.018 0 189.151 160.867 28.285 0 0 28.285l160.867 160.866L0 350.018l28.285 28.284 160.866-160.866 160.867 160.866 28.285-28.284-160.867-160.867z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-appearance: none;
}

.header-mobile__search input[type="search"]:focus {
	outline: none;
}

.main-header {
	display: grid;
	margin-bottom: 20px;
	gap: 20px 30px;
	grid-template-columns: 1fr;
}

.articles-list {
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.section-news {
	padding: 20px 0;
	background-color: #fff;
}

.section-news__wrapper {
	display: grid;
	align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.section-news__title {
	position: relative;
	padding: 0;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.section-news__date {
	display: block;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: var(--color-accent);
	font-weight: 700;
	line-height: 1.2;
}

.section-news__excerpt {
	display: block;
	margin-bottom: 0;
	letter-spacing: 0.02em;
	color: #191919;
	font-family: "CharterOSC";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.section-news--end {
	align-self: end;
	-ms-flex-item-align: end;
}

.section-quote {
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-quote__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	background-color: #454648;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.section-quote__img img {
	width: 100%;
	height: 100%;
}

.section-quote__content {
	color: #fff;
	font-size: 24px;
}

.section-quote__title {
	color: #fff;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.section-quote__excerpt {
	padding-left: 10px;
	border-left: 7px solid var(--color-accent);
	line-height: 1.5rem;
}

.footer {
	padding: 30px 0;
	color: #fff;
	background-color: #454648;
	font-size: 14px;
	line-height: auto;
}

.footer__wrapper {
	display: grid;
	align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.footer__logo {
	height: 90px;
	margin-bottom: 20px;
}

.footer__logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__menu {
	color: #d9d9d9;
}

.footer__menu li + li {
	margin-top: 4px;
}

.footer__menu a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer__menu a:hover {
	color: #fff;
}

.main-contact span {
	display: block;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.social-links a {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.social-links a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.social-links a + a {
	margin-left: 15px;
}

.form-subscription {
	padding: 10px;
	background-color: var(--color-accent);
}

.form-subscription__title {
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0.008em;
	color: #fff;
	font-size: 19px;
	line-height: 1.2;
	white-space: nowrap;
}

.form-subscription__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.form-subscription__action input[type="email"] {
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	padding: 5px;
	border: 0;
	background-color: #fff;
	font-size: 14px;
}

.form-subscription__action input[type="submit"] {
	margin-left: 5px;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background-color: #454648;
	font-size: 14px;
}

.form-subscription__action .subscribe-form-item--input-email {
	width: 100%;
}

button.burger {
	position: relative;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	color: #000;
	border: none;
	background-color: #fff;
	--burger-line-height: 4px;
}

button.burger > span,
button.burger::before,
button.burger::after {
	display: block;
	width: 22px;
	height: var(--burger-line-height);
	background-color: currentColor;
}

button.burger > span {
	margin: 4px auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

button.burger > span::before {
	display: block;
	width: 100%;
	height: var(--burger-line-height);
	content: "";
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	background-color: currentColor;
}

button.burger::before,
button.burger::after {
	margin: 0 auto;
	content: "";
	-webkit-transition: opacity 0.4s, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.4s, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.4s;
	transition: transform 0.3s ease-in-out, opacity 0.4s,
		-webkit-transform 0.3s ease-in-out;
}

button.burger.active {
	position: absolute;
	z-index: 99;
	right: 23%;
	background-color: transparent;
	--burger-line-height: 2px;
}

button.burger.active::before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

button.burger.active::after {
	top: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

button.burger.active > span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

button.burger.active > span::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin: -5px -15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	-ms-flex-wrap: wrap;
}

.menu__list li {
	margin: 5px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu__list li a {
	display: block;
	width: 100%;
}

.menu__list li ul {
	display: none;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-weight: 400;
}

.menu__mobile {
	padding: 15px 20px;
}

.menu__mobile .spoller {
	margin-top: 20px;
	color: #000;
}

a.menu__list--contacts {
	display: block;
	padding: 20px 0;
	color: #828282;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	font-size: 16px;
}

.spoller {
	color: #fff;
}

.spoller__item {
	margin: 0 0 10px 0;
}

.spoller__title {
	position: relative;
	text-decoration: underline;
	color: inherit;
	border: none;
	background-color: transparent;
}

.spoller.init .spoller__title {
	padding: 0;
	cursor: pointer;
}

.spoller__text {
	padding: 10px 0;
	line-height: 130%;
}

.search-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: none;
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.search-btn svg {
	width: 22px;
	height: 22px;
}

.lang-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	color: #000;
}

.lang-switch span {
	color: #fff;
	font-weight: 400;
}

.articles-label {
	position: relative;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	padding: 6.5px 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--color-accent);
	font-weight: 700;
}

.main-poster {
	position: relative;
}

.main-poster img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-poster__desktop {
	display: block;
}

.main-poster__mobile {
	display: block;
	width: 100%;
	padding-top: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.main-poster__mobile::before {
	position: absolute;
	top: -8px;
	right: 50%;
	padding: 1px 10px;
	content: "Реклама";
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center;
	text-transform: uppercase;
	color: #8a8a8a;
	background-color: #fff;
	font-size: 12px;
}

.main-poster__mobile img {
	position: absolute;
	padding: 20px;
	inset: 0;
}

.head-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.head-news__img {
	position: relative;
	margin-bottom: -16px;
	padding-top: 100%;
	background-color: #fff;
}

.head-news__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.head-news__content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #2d2d2d;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.head-news__title {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
}

.head-news__author {
	margin-top: auto;
}

.news-large {
	overflow: hidden;
	max-height: 600px;
	background-color: #fff;
}

.news-large__title {
	margin-bottom: 13px;
	text-transform: uppercase;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 30px;
	font-weight: 600;
}

.news-list__category {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--color-accent);
	font-weight: 700;
}

.news-list__title {
	display: inline-block;
	color: #191919;
	font-family: "CharterOSC", serif;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.news-list li + li {
	margin-top: 30px;
}

.articles-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.articles-item__img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 270px;
	margin-bottom: -17px;
}

.articles-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.articles-item__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0 0 0;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex: 1 1 auto;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
}

.articles-item__title {
	padding: 0;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5rem;
}

.articles-item__category {
	letter-spacing: -0.025em;
	text-transform: uppercase;
	font-weight: 700;
}

.articles-item--widgets {
	padding: 10px;
}

.articles-item--picture .articles-item__img {
	position: absolute;
	height: 100%;
	padding-top: 0;
	inset: 0;
}

.articles-item--picture .articles-item__content {
	justify-content: flex-end;
	padding: 10px 20px 20px 20px;
	text-align: center;
	color: #fff;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.articles-item--picture .articles-item__author {
	letter-spacing: -0.025em;
	/* text-transform: uppercase; */
	/* font-weight: 700; */
	font-weight: normal;
}

.articles-item--picture .articles-item__title {
	color: #fff;
}

.articles-item--picture .articles-label {
	display: none;
}

.fresh-number {
	position: relative;
	padding: 10px 20px 11px 20px;
	border-top: 7px solid var(--color-accent);
	background-color: #fff;
}

.fresh-number__title {
	margin-bottom: 7px;
	text-align: center;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.fresh-number__img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fresh-number__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fresh-number__link {
	display: block;
	width: 100%;
	margin-top: 17px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.fresh-number__link::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	inset: 0;
}

.poster-horizontal {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.poster-horizontal img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.poster-horizontal__desktop {
	display: block;
}

.poster-horizontal__mobile {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.poster-horizontal__mobile::before {
	position: absolute;
	top: -8px;
	right: 50%;
	padding: 1px 10px;
	content: "Реклама";
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center;
	text-transform: uppercase;
	color: #8a8a8a;
	background-color: #fff;
	font-size: 12px;
}

.poster-horizontal__mobile img {
	position: absolute;
	padding: 20px;
	inset: 0;
}

.survey-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 450px;
	padding: 20px;
	background-color: #6aa9b2;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.survey-block__content {
	flex: 1 1 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.survey-block__title {
	letter-spacing: -0.025em;
	color: #fff;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.survey-block__subtitle {
	display: block;
	margin-bottom: 20px;
	letter-spacing: -0.025em;
	color: #000;
}

.survey-block__radio {
	margin-bottom: 18px;
}

.survey-block .wp-polls-ul {
	margin: 0;
}

.survey-block .wp-polls-ul li + li {
	margin-top: 18px;
}

.survey-block .wp-polls-ul input[type="radio"] {
	display: none;
}

.survey-block .wp-polls-ul label {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin-right: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Charter";
	font-size: 16px;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.survey-block .wp-polls-ul label:before {
	display: inline-block;
	flex: 0 0 44px;
	height: 44px;
	margin-right: 15px;
	content: "";
	border-radius: 50%;
	background: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
}

.survey-block .wp-polls-ul input[type="radio"]:checked + label:before {
	border: 10px solid #fff;
	background: var(--color-accent);
}

.partners {
	margin-top: 30px;
	text-align: center;
}

.partners__title {
	margin-bottom: 20px;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #000;
	border: 0;
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
}

.partners-list {
	background-color: #fff;
}

.partners-list__item {
	width: 180px;
	height: 115px;
	margin: 0 10px;
}

.partners-list__img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-o-object-fit: contain;
	object-fit: contain;
}

.partners-list__img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media (min-width: 47.99875em) {
	.header-top__title {
		display: block;
		flex: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1;
	}

	.main-header {
		margin-bottom: 30px;
		grid-template-columns: minmax(auto, 550px) repeat(
				auto-fill,
				minmax(290px, 1fr)
			);
	}
}

@media (min-width: 1300px) {
	.main-header {
		grid-template-columns: minmax(auto, 630px) repeat(
				auto-fill,
				minmax(290px, 1fr)
			);
	}
}

@media (min-width: 61.99875em) {
	.header-mobile {
		display: none;
	}

	.header-mobile__title {
		display: none;
	}

	.section-news {
		margin-top: 30px;
	}

	.section-quote__img {
		margin-top: -20px;
		padding-left: 100px;
		min-width: 320px;
	}

	.section-quote__content {
		flex: 1;
		max-width: 490px;
		margin-left: 40px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		padding: 30px 0;
		align-self: center;
	}

	button.burger {
		display: none;
	}

	.menu {
		flex: 1 1 auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
	}

	.menu button.menu--arrow {
		display: none;
	}

	.menu__mobile {
		display: none;
	}

	li.menu__list--lk {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
	}

	.main-poster__mobile {
		display: none;
	}

	.head-news {
		justify-content: flex-end;
		min-height: 400px;
		color: #fff;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
	}

	.head-news__img {
		position: absolute;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		padding-top: 0;
		inset: 0;
	}

	.head-news__content {
		min-height: 160px;
		padding: 20px;
		border: 0;
	}

	.head-news__title {
		color: #fff;
		width: 50%;
	}

	.news-large {
		padding: 20px;
	}

	.articles-item__content {
		min-height: 167px;
		padding: 10px 20px 20px 20px;
	}

	.articles-item--picture .articles-item__content {
		margin-top: 225px;
	}

	.poster-horizontal__mobile {
		display: none;
	}

	.partners-list {
		padding: 30px;
	}
}

@media (max-width: 61.99875em) {
	body {
		background-color: #fff;
	}

	body.home.wrapper > .main {
		padding-top: 11px;
	}

	.header-top {
		display: none;
	}

	.header-bottom {
		border-bottom: 3px solid var(--color-accent);
		background-color: #fff;
	}

	.section-news__title {
		margin: 0;
		padding-top: 20px;
		border-top: 1px solid #ccc;
		font-size: 1.25rem;
	}

	.section-news__date {
		font-size: 12px;
	}

	.section-news__excerpt {
		padding-left: 20px;
	}

	.section-quote {
		display: none;
	}

	.section-quote__wrapper {
		flex-direction: column-reverse;
		padding: 20px 20px 0 20px;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column-reverse;
	}

	.section-quote__content {
		margin-bottom: 20px;
	}

	.footer {
		margin-top: 30px;
	}

	.menu {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		visibility: hidden;
		overflow: auto;
		width: 80%;
		height: 100%;
		padding: 20px 0;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		text-align: left;
		opacity: 0;
		color: #000;
		background: #f4f5f6;
	}

	.menu__list {
		flex-direction: column;
		margin: 0;
		padding: 25px 20px;
		font-size: 14px;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
	}

	.menu__list li {
		margin: 0;
	}

	.menu__list > li + li {
		margin: 20px 0 0 0;
	}

	.menu.open {
		z-index: 5;
		visibility: visible;
		padding: 0;
		opacity: 1;
	}

	.menu__list {
		font-weight: 700;
	}

	.menu__list li.menu-item-has-children > a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
	}

	.menu__list li.menu-item-has-children button.menu--arrow {
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-left: 10px;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		border: none;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.1 28l-2-2 11.8-11.7L1.1 2.6l2-2 13.8 13.7L3.1 28z' fill='%23000'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 9px;
	}

	.menu__list li.menu-item-has-children.active button.menu--arrow {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu__list li.menu-item-has-children.active > ul {
		display: block;
	}

	.menu__list li.menu-item-has-children.active > ul li + li {
		margin-top: 5px;
	}

	.search-btn {
		width: 22px;
		height: 22px;
	}

	.search-btn svg {
		fill: #000;
	}

	.lang-switch {
		margin-right: 0;
		color: #ed1846;
		font-size: 12px;
		font-weight: 700;
	}

	.lang-switch span {
		color: #808080;
	}

	.main-poster__desktop {
		display: none;
	}

	.head-news__img img {
		position: absolute;
		inset: 0;
	}

	.head-news__title {
		margin-bottom: 0;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.625rem;
	}

	.head-news__author {
		display: none;
	}

	.news-large__title {
		margin-bottom: 20px;
		font-size: 1.25rem;
		font-weight: 700;
	}

	.news-list__category {
		font-size: 12px;
	}

	.news-list__title {
		padding-left: 20px;
	}

	.news-list li + li {
		margin-top: 20px;
	}

	.articles-item__img {
		height: auto;
		padding-top: 100%;
	}

	.articles-item__img img {
		position: absolute;
		inset: 0;
	}

	.articles-item__title {
		margin: 0;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.625rem;
	}

	.articles-item__author {
		display: none;
	}

	.fresh-number {
		border-bottom: 1px solid #ccc;
	}

	.poster-horizontal {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.poster-horizontal__desktop {
		display: none;
	}
}

@media (max-width: 47.99875em) {
	.header-bottom {
		font-size: 14px;
	}

	.articles-item--picture {
		min-height: 450px;
		margin: 20px 0;
	}

	.articles-item--picture::before {
		content: "";
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		border-top: 1px solid #ccc;
	}

	.articles-item--picture::after {
		content: "";
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		border-top: 1px solid #ccc;
	}
}
