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

@font-face {
	font-display: swap;
	font-family: 'Algebra';
	font-weight: 500;
	font-style: normal;
	src: url("./fonts/Algebra-Medium-Web.woff2") format("woff2"), url("./fonts/Algebra-Medium-Web.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: 'Algebra';
	font-weight: 700;
	font-style: normal;
	src: url("./fonts/Algebra-Extrabold-Web.woff2") format("woff2"), url("./fonts/Algebra-Extrabold-Web.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: 'Soehne';
	font-weight: 400;
	font-style: normal;
	src: url("./fonts/soehne-schmal-web-dreiviertelfett.woff2") format("woff2"), url("./fonts/soehne-schmal-web-dreiviertelfett.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: 'Soehne';
	font-weight: 300;
	font-style: normal;
	src: url("./fonts/soehne-web-buch.woff2") format("woff2"), url("./fonts/soehne-web-buch.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: 'Soehne';
	font-weight: 700;
	font-style: normal;
	src: url("./fonts/soehne-web-dreiviertelfett.woff2") format("woff2"), url("./fonts/soehne-web-dreiviertelfett.woff") format("woff");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.color-economist .article_authorIco {
	color: rgba(255, 0, 0, 0.8);
}

.color-economist .articleList .article::after,
.color-economist .articleList .article::before {
	background: rgba(255, 0, 0, 0.8) no-repeat !important;
}

.color-economist .layout .layout_column:nth-child(n)::before {
	background: rgba(255, 0, 0, 0.8) no-repeat;
}

.color-economist .related_heading,
.color-economist .articleDetail_author,
.color-economist .articleDetail_shares,
.color-economist .formatted .art {
	border-color: rgba(255, 0, 0, 0.8);
}

.color-economist .articleRelated_heading {
	border-top-color: rgba(255, 0, 0, 0.8);
}

.color-tech .article_authorIco {
	color: rgba(3, 154, 163, 0.8);
}

.color-tech .articleList .article::after,
.color-tech .articleList .article::before {
	background: rgba(3, 154, 163, 0.8) no-repeat !important;
}

.color-tech .layout .layout_column:nth-child(n)::before {
	background: rgba(3, 154, 163, 0.8) no-repeat;
}

.color-tech .related_heading,
.color-tech .articleDetail_author,
.color-tech .articleDetail_shares,
.color-tech .formatted .art {
	border-color: rgba(3, 154, 163, 0.8);
}

.color-tech .articleRelated_heading {
	border-top-color: rgba(3, 154, 163, 0.8);
}

html {
	font-size: 10px;
	box-sizing: border-box;
	position: relative;
}

.branding {
	margin: 200px auto auto;
}

.branding::after {
	content: '';
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: -1;
	right: 0;
	height: 100%;
	max-width: 1080px;
	background: #fff no-repeat;
	margin: 0 auto;
}

.SASBranding {
	z-index: -2;
}

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

body {
	background: #fff no-repeat;
	color: #000;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
}

body::before {
	content: '';
	position: fixed;
	top: 9876px;
	left: 0px;
	z-index: 98;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.76) no-repeat;
	opacity: 0;
	transition: top 0s 0.2s, opacity 0.2s;
}

body.menuOpened::before {
	top: 0;
	opacity: 1;
	transition: top 0s 0s, opacity 0.2s;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

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

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

h1,
.h1 {
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1.02;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

h2,
.h2 {
	font-size: 2.7rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03703704em;
}

.hidden {
	position: absolute;
	top: -9876px;
	left: -9876px;
}

.tableWrap {
	overflow: auto;
}

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

iframe {
	max-width: 100%;
}

.inner {
	position: relative;
	z-index: 2;
	background: white;
}

[type="text"],
[type="password"],
[type="email"],
[type="tel"],
select,
textarea {
	width: 100%;
	height: 38px;
	min-width: 0;
	border: 1px solid #a0a0a0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0) no-repeat;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	padding: 0 15px;
	outline: 0 !important;
	transition: border-color 0.1s;
}

[type="text"]::-ms-clear,
[type="password"]::-ms-clear,
[type="email"]::-ms-clear,
[type="tel"]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
	display: none;
}

[type="text"]::-ms-reveal,
[type="password"]::-ms-reveal,
[type="email"]::-ms-reveal,
[type="tel"]::-ms-reveal,
select::-ms-reveal,
textarea::-ms-reveal {
	display: none;
}

[type="text"][disabled],
[type="password"][disabled],
[type="email"][disabled],
[type="tel"][disabled],
select[disabled],
textarea[disabled] {
	background: #e8e5df no-repeat;
}

textarea {
	height: 120px;
	padding-top: 9px;
	padding-bottom: 9px;
	resize: none;
}

select {
	padding-right: 30px;
}

select option {
	font: inherit;
}

.ico {
	pointer-events: none;
	fill: currentColor;
}

.adWrapper {
	overflow: hidden;
}

.adWrapper > div {
	max-width: 100%;
}

.adWrapper__label {
	position: relative;
}

.adWrapper__center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.adWrapper__spaceOver {
	margin-top: 25px;
}

.adWrapper__spaceUnder {
	margin-bottom: 25px;
}

.adWrapper__sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 25px;
}

.adWrapper__pullLeft {
	margin-left: -20px;
}

.adWrapper__pullRight {
	margin-right: -20px;
}

.adWrapper__top {
	min-height: 0;
}

.adWrapperPopup {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 199;
	background: #e8e5df no-repeat;
	width: 100%;
	padding: 5px 0;
	-ms-transform: translateY(calc(100% + 28px + 2px));
	transform: translateY(calc(100% + 28px + 2px));
	transition-property: transform;
	transition-duration: 1s;
}

.adWrapperPopup.show {
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.adWrapperPopup_close {
	margin: 0;
	padding: 0;
	border: 0;
	background: #e8e5df no-repeat;
	position: absolute;
	top: -28px;
	right: 0px;
	font-size: 1rem;
	line-height: 1.2;
	padding: 8px 10px;
}

.archiveItem_photo {
	margin-bottom: 6px;
	overflow: hidden;
}

.archiveItem_image {
	transition-property: transform;
	transition-duration: 0.2s;
}

.archiveItem_desc {
	font-size: 1.7rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.26647059;
	display: -ms-flexbox;
	display: flex;
}

.archiveItem_current {
	margin-right: 20px;
	font-weight: 700;
}

.archiveItem_number {
	margin-right: 12px;
	font-weight: 700;
}

.archiveItem_date {
	color: #808080;
}

.archiveItem:hover .archiveItem_image {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.archiveItem_desc {
	font-size: 1.5rem;
	line-height: 1.43533333;
}

.article {
	display: block;
	position: relative;
}

.article_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article_photo {
	width: calc(50% - 15px);
	-ms-flex: none;
	flex: none;
	position: relative;
	overflow: hidden;
}

.article_image {
	position: absolute;
	top: 0px;
	left: 50%;
	width: auto;
	max-width: none;
	height: 100%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article_text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(50% - 15px);
}

.article_label {
	color: #505050;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.30769231;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.article_header {
	width: 100%;
}

.article_title {
	font-size: 2.7rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03703704em;
	line-height: 1.11111111;
	margin-bottom: 0.2962963em;
}

.article_desc {
	width: 100%;
}

.article_footer {
	width: 100%;
	margin-top: auto;
}

.article_more,
.article_author,
.article_comments {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 4px;
}

.article_ico {
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.article_more {
	color: #007fff;
}

.article_comments {
	color: #a0a0a0;
	font-size: 1.2rem;
	line-height: 1.25;
}

.article_date {
	display: block;
	margin-top: 20px;
	color: #a0a0a0;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
}

.article:hover .article_title {
	text-decoration: underline;
}

.articleList-homepageHighlight .article {
	height: 440px;
	color: #fff;
}

.articleList-homepageHighlight .article_wrap {
	display: block;
}

.articleList-homepageHighlight .article_photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.articleList-homepageHighlight .article_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 18px 25px 25px;
}

.articleList-homepageHighlight .article_label,
.articleList-homepageHighlight .article_longDesc,
.articleList-homepageHighlight .article_more,
.articleList-homepageHighlight .article_comments,
.articleList-homepageHighlight .article_date {
	display: none;
}

.articleList-homepageHighlight .article_title {
	font-size: 4rem;
	letter-spacing: 0.03em;
	max-width: 450px;
	margin-bottom: 0.15em;
}

.articleList-homepageHighlight .article_desc {
	max-width: 450px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}

.articleList-homepageHighlight .article_footer {
	margin-top: 8px;
}

.articleList-homepageHighlight .article_author {
	font-size: 1.3rem;
}

.articleList-homepageHighlight .article_authorIco {
	color: #fff;
}

.articleList-topicHighlight .article {
	height: 440px;
	color: #fff;
}

.articleList-topicHighlight .article_wrap {
	display: block;
}

.articleList-topicHighlight .article_photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.articleList-topicHighlight .article_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 17px 21px;
}

.articleList-topicHighlight .article_label,
.articleList-topicHighlight .article_longDesc,
.articleList-topicHighlight .article_more,
.articleList-topicHighlight .article_comments {
	display: none;
}

.articleList-topicHighlight .article_title {
	font-size: 4rem;
	letter-spacing: 0.03em;
	max-width: 450px;
	margin-bottom: 0.15em;
}

.articleList-topicHighlight .article_desc {
	max-width: 450px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}

.articleList-topicHighlight .article_footer {
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.articleList-topicHighlight .article_author {
	font-size: 1.3rem;
	margin-top: 0;
}

.articleList-topicHighlight .article_authorIco {
	color: #fff;
}

.articleList-topicHighlight .article_date {
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	left: 0px;
	margin-top: 0;
	margin-left: 35px;
}

.articleList-nexttoLong .article_wrap {
	-ms-flex-direction: row;
	flex-direction: row;
}

.articleList-nexttoLong .article_photo {
	height: 242px;
}

.articleList-nexttoLong .article_label,
.articleList-nexttoLong .article_shortDesc,
.articleList-nexttoLong .article_more,
.articleList-nexttoLong .article_comments,
.articleList-nexttoLong .article_date {
	display: none;
}

.articleList-nexttoLong .article_title {
	max-height: 3.33333333em;
	overflow: hidden;
	padding-top: 2px;
}

.ie11 .articleList-nexttoLong .article_title {
	padding-top: 5px;
}

.mac .articleList-nexttoLong .article_title {
	padding-top: 0;
}

.articleList-nexttoLong .article_desc {
	max-height: 7.6em;
	overflow: hidden;
}

.articleList-mini .article {
	margin-bottom: 25px;
}

.articleList-mini .article::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -13px;
	left: 0px;
	pointer-events: none;
}

.articleList-mini .article:last-child {
	margin-bottom: 0;
}

.articleList-mini .article:last-child::after {
	content: none;
}

.articleList-mini .article_photo {
	width: 31.875%;
	height: 64px;
	margin-right: 5%;
}

.articleList-mini .article_text {
	width: 63.125%;
}

.articleList-mini .article_label,
.articleList-mini .article_desc,
.articleList-mini .article_more,
.articleList-mini .article_comments,
.articleList-mini .article_date {
	display: none;
}

.articleList-mini .article_title {
	max-height: 2.53333333em;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}

.articleList-over .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
}

.articleList-over .article_photo,
.articleList-over .article_text {
	width: 100%;
}

.articleList-over .article_photo {
	height: 216px;
	margin-bottom: 16px;
}

.articleList-over .article_text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.articleList-over .article_label,
.articleList-over .article_longDesc,
.articleList-over .article_more,
.articleList-over .article_comments,
.articleList-over .article_date {
	display: none;
}

.articleList-over .article_desc {
	margin-bottom: 8px;
}

.articleList-over__noPhoto .article_photo {
	display: none;
}

.articleList-bait .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
}

.articleList-bait .article_photo,
.articleList-bait .article_text {
	width: 100%;
}

.articleList-bait .article_photo {
	height: 216px;
	margin-bottom: 6px;
}

.articleList-bait .article_desc,
.articleList-bait .article_more,
.articleList-bait .article_comments,
.articleList-bait .article_date,
.articleList-bait .article_author {
	display: none;
}

.articleList-bait .article_title {
	margin-bottom: 0;
}

.articleList-nexttoWide .article_wrap {
	-ms-flex-direction: row;
	flex-direction: row;
}

.articleList-nexttoWide .article_photo {
	height: 311px;
	width: calc((100% - 60px) * 0.66666 + 30px);
	margin-left: 30px;
}

.articleList-nexttoWide .article_text {
	width: calc((100% - 60px) * 0.33333);
}

.articleList-nexttoWide .article_label,
.articleList-nexttoWide .article_shortDesc,
.articleList-nexttoWide .article_more,
.articleList-nexttoWide .article_comments,
.articleList-nexttoWide .article_date {
	display: none;
}

.articleList-nexttoWide .article_title {
	font-size: 3.4rem;
	max-height: 4.44444444em;
	overflow: hidden;
	padding-top: 2px;
}

.ie11 .articleList-nexttoWide .article_title {
	padding-top: 7px;
}

.mac .articleList-nexttoWide .article_title {
	padding-top: 0;
}

.articleList-nexttoWide .article_desc {
	max-height: 6.33333333em;
	overflow: hidden;
}

.articleList-midi .article {
	margin-bottom: 19px;
}

.articleList-midi .article::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -10px;
	left: 0px;
	pointer-events: none;
}

.articleList-midi .article:last-child {
	margin-bottom: 0;
}

.articleList-midi .article:last-child::after {
	content: none;
}

.articleList-midi .article_photo {
	width: 31.25%;
	height: 91px;
	margin-right: 5%;
}

.articleList-midi .article_text {
	width: 63.75%;
}

.articleList-midi .article_label,
.articleList-midi .article_desc,
.articleList-midi .article_more,
.articleList-midi .article_comments,
.articleList-midi .article_date {
	display: none;
}

.articleList-midi .article_title {
	max-height: 3.8em;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}

.formatted .art .article,
.articleList-nexttoShort .article {
	margin-bottom: 36px;
}

.formatted .art .article::after,
.articleList-nexttoShort .article::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -19px;
	left: 0px;
	pointer-events: none;
}

.formatted .art .article:first-child,
.articleList-nexttoShort .article:first-child {
	margin-top: 18px;
}

.formatted .art .article:first-child::before,
.articleList-nexttoShort .article:first-child::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: -18px;
	left: 0px;
	pointer-events: none;
}

.formatted .art .article:last-child,
.articleList-nexttoShort .article:last-child {
	margin-bottom: 0;
}

.formatted .art .article:last-child::after,
.articleList-nexttoShort .article:last-child::after {
	content: none;
}

.formatted .art .article_photo,
.articleList-nexttoShort .article_photo {
	height: 180px;
}

.formatted .art .article_label,
.articleList-nexttoShort .article_label,
.formatted .art .article_longDesc,
.articleList-nexttoShort .article_longDesc,
.formatted .art .article_more,
.articleList-nexttoShort .article_more,
.formatted .art .article_comments,
.articleList-nexttoShort .article_comments,
.formatted .art .article_date,
.articleList-nexttoShort .article_date {
	display: none;
}

.formatted .art .article_title,
.articleList-nexttoShort .article_title {
	max-height: 3.33333333em;
	overflow: hidden;
	padding-top: 2px;
}

.ie11 .formatted .art .article_title,
.ie11 .articleList-nexttoShort .article_title {
	padding-top: 5px;
}

.mac .formatted .art .article_title,
.mac .articleList-nexttoShort .article_title {
	padding-top: 0;
}

.formatted .art .article_desc,
.articleList-nexttoShort .article_desc {
	max-height: 3.8em;
	overflow: hidden;
}

.articleList-nexttoShort__withDate .article_date {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
	position: relative;
	top: 3px;
	left: 0px;
}

.articleList-nexttoShort__withDate .article_desc {
	max-height: 2.53333333em;
	overflow: hidden;
}

.articleList-skyscraper .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
}

.articleList-skyscraper .article_photo,
.articleList-skyscraper .article_text {
	width: 100%;
}

.articleList-skyscraper .article_photo {
	height: 270px;
	margin-bottom: 16px;
}

.articleList-skyscraper .article_text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.articleList-skyscraper .article_label,
.articleList-skyscraper .article_shortDesc,
.articleList-skyscraper .article_comments,
.articleList-skyscraper .article_date,
.articleList-skyscraper .article_author {
	display: none;
}

.articleList-skyscraper .article_desc {
	margin-bottom: 20px;
}

.articleList-related {
	display: -ms-flexbox;
	display: flex;
}

.articleList-related .article {
	width: calc((100% - 90px) * 0.25);
	margin-right: 30px;
	width: calc((100% - 60px) * 0.33333);
}

.articleList-related .article:last-child {
	margin-right: 0;
}

.articleList-related .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
}

.articleList-related .article_photo,
.articleList-related .article_text {
	width: 100%;
}

.articleList-related .article_photo {
	height: 180px;
	margin-bottom: 10px;
}

.articleList-related .article_text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.articleList-related .article_label,
.articleList-related .article_desc,
.articleList-related .article_more,
.articleList-related .article_comments,
.articleList-related .article_date,
.articleList-related .article_author {
	display: none;
}

.articleList-related .article:last-child {
	display: none;
}

.articleList-related .article:nth-last-child(2) {
	margin-right: 0;
}

.articleList-sectionIntro {
	padding-bottom: 15px;
}

.articleListLayout-3x1 {
	display: -ms-flexbox;
	display: flex;
}

.articleListLayout-3x1 .article {
	width: calc((100% - 60px) * 0.33333);
	margin-left: 30px;
}

.articleListLayout-3x1 .article::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -14.5px;
	pointer-events: none;
}

.articleListLayout-3x1 .article:first-child {
	margin-left: 0;
}

.articleListLayout-3x1 .article:first-child::before {
	content: none;
}

.articleListLayout-4x1 {
	display: -ms-flexbox;
	display: flex;
}

.articleListLayout-4x1 .article {
	width: calc((100% - 90px) * 0.25);
	margin-left: 30px;
	width: calc((100% - 60px) * 0.33333);
}

.articleListLayout-4x1 .article:first-child {
	margin-left: 0;
}

.articleListLayout-4x1 .article:last-child {
	display: none;
}

.articleListLayout-4xx {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articleListLayout-4xx .article {
	width: calc((100% - 90px) * 0.25);
	margin-left: 30px;
	margin-bottom: 53px;
	width: calc((100% - 60px) * 0.33333);
}

.articleListLayout-4xx .article::before {
	content: '';
	position: absolute;
	bottom: -39px;
	left: -30px;
	right: 0;
	height: 1px;
	background: #e5e5e5 no-repeat;
}

.articleTab__red .articleListLayout-4xx .article::before {
	background: #ff0000 no-repeat;
}

.articleListLayout-4xx .article:nth-child(4n+1) {
	margin-left: 0;
}

.articleListLayout-4xx .article:nth-child(4n+1)::before {
	left: 0;
}

.articleListLayout-4xx .article:nth-child(n) {
	margin-left: 30px;
}

.articleListLayout-4xx .article:nth-child(n)::before {
	left: -30px;
}

.articleListLayout-4xx .article:nth-child(3n+1) {
	margin-left: 0;
}

.articleListLayout-4xx .article:nth-child(3n+1)::before {
	left: 0;
}

.mfp-bg.articleGallery {
	background: #fff no-repeat;
	opacity: 1;
}

.mfp-wrap.articleGallery {
	color: #000;
	position: fixed;
	-webkit-overflow-scrolling: touch;
}

.mfp-wrap.articleGallery::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 60px;
	height: 100%;
	background: #000 no-repeat;
}

.mfp-wrap.articleGallery .mfp-container {
	padding-left: 10px;
	padding-right: 60px;
}

.mfp-wrap.articleGallery .mfp-figure::after {
	content: none;
}

.mfp-wrap.articleGallery .mfp-figure .mfp-close {
	display: none;
}

.mfp-wrap.articleGallery .mfp-title {
	color: currentColor;
}

.mfp-wrap.articleGallery .mfp-close {
	width: 60px;
	height: 46px;
	top: 12px;
	font-size: 0;
	transition-property: color;
	transition-duration: 0.2s;
	color: #fff;
	opacity: 1;
}

.mfp-wrap.articleGallery .mfp-close:hover {
	color: #007fff;
}

.mfp-wrap.articleGallery .mfp-close::before,
.mfp-wrap.articleGallery .mfp-close::after {
	content: '';
	width: 2px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: currentColor no-repeat;
}

.mfp-wrap.articleGallery .mfp-close::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mfp-wrap.articleGallery .mfp-close::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mfp-wrap.articleGallery .mfp-counter {
	display: none;
}

.mfp-wrap.articleGallery .mfp-counter2 {
	position: absolute;
	top: 68px;
	right: 0px;
	z-index: 2;
	width: 60px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.26666667;
	text-align: center;
}

.mfp-wrap.articleGallery .mfp-arrow-right,
.mfp-wrap.articleGallery .mfp-arrow-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
	left: auto;
	z-index: 2;
	width: 60px;
	height: 46px;
	-ms-transform: none;
	transform: none;
	margin-top: 0;
	color: #fff;
	transition-property: color;
	transition-duration: 0.2s;
	opacity: 1;
}

.mfp-wrap.articleGallery .mfp-arrow-right:hover,
.mfp-wrap.articleGallery .mfp-arrow-left:hover {
	color: #007fff;
}

.mfp-wrap.articleGallery .mfp-arrow-right::before,
.mfp-wrap.articleGallery .mfp-arrow-left::before,
.mfp-wrap.articleGallery .mfp-arrow-right::after,
.mfp-wrap.articleGallery .mfp-arrow-left::after {
	content: none;
}

.mfp-wrap.articleGallery .mfp-arrow-right {
	top: 93px;
}

.mfp-wrap.articleGallery .mfp-arrow-left {
	top: 139px;
}

.mfp-wrap.articleGallery .mfp-arrow-ico {
	width: 20px;
	height: 20px;
}

.mfp-wrap.articleGallery .mfp-logo {
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: 18px;
	right: 19px;
	z-index: 2;
	color: #fff;
}

.authenticationPopup_body {
	max-width: 436px;
	margin: 0 auto;
	color: #505050;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
}

.authenticationPopup_perex {
	margin-bottom: 20px;
}

.authenticationPopup_label {
	display: block;
	margin-bottom: 11px;
}

.authenticationPopup_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 9px;
}

.authenticationPopup_field {
	width: 33px;
	height: 37px;
	margin: 0 7px;
	font-size: 1.7rem;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	padding: 0;
}

.authenticationPopup_again {
	text-decoration: underline;
}

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

.authenticationPopup_error {
	color: #ff0000;
}

.authenticationPopup_buttons {
	margin: 25px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 156px;
}

.authenticationPopup_send,
.authenticationPopup_back {
	width: 100%;
}

.authenticationPopup_send {
	margin-bottom: 7px;
}

.authenticationPopup_footer {
	margin-top: 49px;
}

.authenticationPopup_footer a {
	text-decoration: underline;
}

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

.author {
	padding: 11px 10px 11px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.author_photo {
	width: 70px;
	-ms-flex: none;
	flex: none;
	margin-right: 25px;
}

.author_image {
	border-radius: 50%;
}

.author_name {
	display: block;
	font-weight: 500;
	margin-bottom: 6px;
}

.author_desc {
	height: 2.53333333em;
	overflow: hidden;
}

.author_date {
	color: #505050;
	font-size: 1.2rem;
	font-family: 'Algebra', serif;
	line-height: 1.58333333;
}

.author:hover .author_name {
	text-decoration: underline;
}

.author__partLink:hover .author_name {
	text-decoration: none;
}

.author__partLink .author_name:hover {
	text-decoration: underline;
}

.author__noLink:hover .author_name {
	text-decoration: none;
}

.authors {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.authors_heading {
	display: -ms-flexbox;
	display: flex;
	font-size: 2.5rem;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.authors_headingIco {
	width: 22px;
	height: 22px;
	margin-right: 13px;
	margin-top: 1px;
}

.authors_list {
	height: 300px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: auto;
	overscroll-behavior: contain;
	border-top: 1px solid #a0a0a0;
}

.authors_list__noOverflow {
	height: auto;
	overflow: visible;
}

.authors_item {
	border-top: 1px solid #a0a0a0;
}

.authors_item:first-child {
	border-top: 0;
}

.authors_item:last-child {
	border-bottom: 1px solid #a0a0a0;
}

.bigAuthor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bigAuthor_photo {
	width: 120px;
	height: 120px;
	-ms-flex: none;
	flex: none;
	margin-right: 16px;
}

.bigAuthor_image {
	border-radius: 50%;
}

.bigAuthor_topic {
	font-size: 2.7rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03703704em;
	margin-bottom: 4px;
	margin-top: 4px;
}

.bigAuthor_name {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
}

.bigAuthor_name:hover {
	text-decoration: underline;
}

.bigAuthor_perex {
	height: 2.53333333em;
	overflow: hidden;
}

.bigAuthor_more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #007fff;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 8px;
}

.bigAuthor_more:hover {
	text-decoration: underline;
}

.issueDetail__withBg .bigAuthor_more {
	color: currentColor;
}

.bigAuthor_ico {
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.21428571;
	text-align: center;
	text-decoration: none;
	padding: 11px 15px;
	border-radius: 0;
	border: 0;
	background: #007fff no-repeat;
	cursor: pointer;
	transition-property: background-color, border-color, color;
	transition-duration: 0.2s;
}

.button:hover {
	background-color: #0064c9;
}

.button.disabled,
.button[disabled],
.button[disabled]:hover {
	background: #a0a0a0 no-repeat;
	cursor: default;
}

.button__gray {
	background-color: #808080;
}

.button__gray:hover {
	background-color: #606060;
}

.button__lightGray {
	background-color: #e5e5e5;
	color: #000;
}

.button__lightGray:hover {
	background-color: #ccc;
}

.economistHeader {
	background: var(--blockColor, #e2000f);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.economistHeader_logoWrap {
	width: 135px;
	height: 60px;
	border-right: 15px solid #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: none;
	flex: none;
}

.economistBlock__techColor .economistHeader_logoWrap {
	width: 150px;
}

.economistHeader_logo {
	width: 109px;
	height: 33px;
}

.economistHeader_heading {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.33333333;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 15px;
	padding-top: 4px;
}

.economistBlock__techColor .economistHeader_heading {
	font-size: 1.4rem;
	line-height: 1.28571429;
}

.form_row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
}

.form_row__leftRight {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.form_row__leftRight .form_element {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.form_element {
	display: block;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
	margin-right: 17px;
	position: relative;
}

.form_element:last-child {
	margin-right: 0;
}

.form_label {
	display: block;
	margin-bottom: 6px;
	color: #000;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
}

.form_hint {
	color: #505050;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
	margin-top: 9px;
}

.form_hint a {
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.form_hint a:hover {
	color: #007fff;
}

.form_field.error {
	border-color: rgba(255, 0, 0, 0.8);
}

.form_footer {
	position: relative;
	margin-top: 17px;
}

.form_button {
	min-width: 122px;
}

.form_button__fullwidth {
	width: 100%;
}

.form_footerText,
.form_perex {
	color: #505050;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.14285714;
	text-align: center;
}

.form_footerText a,
.form_perex a {
	color: #007fff;
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.form_footerText a:hover,
.form_perex a:hover {
	color: #000;
}

.form_footerText {
	margin-top: 18px;
}

.form_perex {
	margin-bottom: 18px;
}

.form_message {
	margin-bottom: 17px;
}

.form_link {
	color: #505050;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.form_link__alignToCheck {
	margin-top: 1px;
}

.form_link:hover {
	color: #007fff;
}

.form_fieldIco {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 30px;
	right: 12px;
}

.form_switchPasswordView {
	border: 0;
	margin: 0;
	padding: 0;
	background: none no-repeat;
	width: 42px;
	height: 38px;
	position: absolute;
	top: 20px;
	right: 0px;
	color: #a0a0a0;
	transition-property: color;
	transition-duration: 0.2s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_switchPasswordView:hover {
	color: #007fff;
}

.form_switchPasswordShow,
.form_switchPasswordHide {
	display: none;
	width: 18px;
	height: 18px;
}

.form_field[type="password"] + .form_switchPasswordView .form_switchPasswordShow {
	display: block;
}

.form_field[type="text"] + .form_switchPasswordView .form_switchPasswordHide {
	display: block;
}

.form_field[disabled] + .form_switchPasswordView {
	pointer-events: none;
}

.form_textfield {
	margin-top: 40px;
	font-family: 'Soehne', sans-serif;
}

.form_textfieldHeading {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.form_textfieldValue,
.form_textfieldHint {
	color: #505050;
	font-size: 1.4rem;
	font-weight: 300;
}

.form_textfieldHint {
	margin-top: 9px;
}

.form_textfieldHint a {
	color: #000;
	transition-property: color;
	transition-duration: 0.2s;
}

.form_textfieldHint a:hover {
	color: #007fff;
}

.form_payments {
	margin-top: 15px;
}

.formatted {
	line-height: 1.6;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.formatted > *:first-child {
	margin-top: 0 !important;
}

.formatted > *:last-child {
	margin-bottom: 0 !important;
}

.formatted h2 {
	margin: 2em 0 1.2em;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Algebra', serif;
	letter-spacing: 0;
	text-transform: none;
}

.formatted h3 {
	font-weight: 700;
	font-family: 'Algebra', serif;
	margin: 2.66666667em 0 1.2em;
}

.formatted h4 {
	font-weight: 500;
	font-family: 'Algebra', serif;
	margin: 2.66666667em 0 1.2em;
}

.formatted p {
	margin: 1.6em 0;
}

.formatted strong {
	font-weight: 500;
}

.formatted a {
	color: #007fff;
	text-decoration: underline;
}

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

.formatted figure {
	margin: 1.6em 0;
}

.formatted figure a {
	position: relative;
	display: block;
}

.formatted figure a::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: url('../img/arrow-resize-diagonal.svg') 0px 0px / 30px 30px no-repeat;
}

.formatted figure a::after {
	content: '';
	position: absolute;
	top: 19px;
	right: 19px;
	z-index: 2;
	width: 28px;
	height: 28px;
	background: #fff no-repeat;
	border-radius: 50%;
}

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

.formatted figcaption {
	color: #a0a0a0;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.33333333;
	margin-top: 10px;
	max-width: 350px;
}

.formatted figcaption.camera {
	display: -ms-flexbox;
	display: flex;
	max-width: 376px;
}

.formatted figcaption.camera::before {
	content: '';
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url('../img/camera.svg') 0px 0px / 16px 16px no-repeat;
	-ms-flex: none;
	flex: none;
}

.formatted ol,
.formatted ul {
	margin: 1.6em 0;
}

.formatted ol li,
.formatted ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.formatted ol li:first-child,
.formatted ul li:first-child {
	margin-top: 0;
}

.formatted ol li:last-child,
.formatted ul li:last-child {
	margin-bottom: 0;
}

.formatted ol ol,
.formatted ul ol,
.formatted ol ul,
.formatted ul ul {
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 0;
}

.formatted ul > li {
	padding-left: 14px;
	position: relative;
}

.formatted ul > li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0.65em;
	left: 0px;
	background: currentColor no-repeat;
}

.formatted ol {
	margin-left: 25px;
}

.formatted ol > li {
	padding-left: 5px;
	list-style: decimal;
}

.formatted .tableWrap {
	margin: 1.6em 0;
}

.formatted .tableWrap table {
	margin: 0;
}

.formatted table {
	width: 100%;
	margin: 1.6em 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
}

.formatted table strong {
	font-weight: 700;
}

.formatted table caption {
	font-weight: 500;
	font-family: 'Algebra', serif;
	text-align: left;
	margin-bottom: 8px;
}

.formatted table th,
.formatted table td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 4px 10px;
	vertical-align: middle;
}

.formatted table th:first-child,
.formatted table td:first-child {
	padding-left: 0;
}

.formatted table th:last-child,
.formatted table td:last-child {
	padding-right: 0;
}

.formatted table th {
	font-weight: 700;
	text-align: left;
}

.formatted h1 + ul,
.formatted h2 + ul,
.formatted h3 + ul,
.formatted h4 + ul,
.formatted h1 + ol,
.formatted h2 + ol,
.formatted h3 + ol,
.formatted h4 + ol,
.formatted h1 + h2,
.formatted h2 + h2,
.formatted h3 + h2,
.formatted h4 + h2,
.formatted h1 + h3,
.formatted h2 + h3,
.formatted h3 + h3,
.formatted h4 + h3,
.formatted h1 + h4,
.formatted h2 + h4,
.formatted h3 + h4,
.formatted h4 + h4,
.formatted h1 + p,
.formatted h2 + p,
.formatted h3 + p,
.formatted h4 + p {
	margin-top: 0;
}

.formatted .box {
	background: #e8e5df no-repeat;
	padding: 15px 15px 20px;
}

.formatted .box > *:first-child {
	margin-top: 0 !important;
}

.formatted .box > *:last-child {
	margin-bottom: 0 !important;
}

.formatted .photos {
	display: -ms-flexbox;
	display: flex;
	margin-top: -1.2em;
}

.formatted .photos a {
	width: calc((100% - 30px) * 0.25);
	margin-right: 10px;
	position: relative;
}

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

.formatted .photos span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	background: rgba(0, 0, 0, 0.76) no-repeat;
}

.formatted .art {
	padding: 15px 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.formatted .art .article {
	color: #000;
	text-decoration: none;
	margin: 0 !important;
}

.formatted .art .article::before,
.formatted .art .article::after {
	content: none !important;
}

.formatted .art .article h2 {
	margin: 0 0 0.2962963em;
	font-size: 2.7rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03703704em;
	line-height: 1.11111111;
}

.formatted .art .article p {
	margin: 0;
	line-height: 1.26666667;
}

.formatted .art .article figure {
	margin: 0;
}

.formatted .art .article img {
	max-width: none;
	height: 100%;
}

.formatted .video {
	position: relative;
	height: 0;
	padding-bottom: calc(315 / 560 * 100%);
}

.formatted .video iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.formatted .fb-post {
	max-width: 100%;
}

.formatted .fb-post span,
.formatted .fb-post iframe {
	max-width: 100%;
	height: auto;
}

.hamburgerCross {
	position: relative;
	width: 30px;
	height: 29px;
}

.hamburgerCross span,
.hamburgerCross::before,
.hamburgerCross::after {
	content: '';
	position: absolute;
	left: 0px;
	width: 30px;
	height: 3px;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hamburgerCross::before {
	top: 0px;
	background: currentColor;
	transition-property: top, transform;
	transition-duration: 0.08s, 0.12s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.12s, 0s;
}

.hamburgerCross span {
	top: 13px;
	background: currentColor;
	transition-property: opacity;
	transition-duration: 0s;
	transition-timing-function: linear;
	transition-delay: 0.08s;
}

.hamburgerCross::after {
	top: 26px;
	background: currentColor;
	transition-property: top, transform;
	transition-duration: 0.08s, 0.12s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.12s, 0s;
}

.active .hamburgerCross::before,
.hamburgerCross.active::before {
	top: 13px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition-delay: 0s, 0.08s;
}

.active .hamburgerCross span,
.hamburgerCross.active span {
	opacity: 0;
}

.active .hamburgerCross::after,
.hamburgerCross.active::after {
	top: 13px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0s, 0.08s;
}

.homepageTitle {
	position: absolute;
	top: -9876px;
	left: -9876px;
}

.hrotCategoryHeading {
	font-size: 2.5rem;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.hrotCategoryHeading_wrap {
	display: -ms-flexbox;
	display: flex;
}

.hrotCategoryHeading_wrap:hover {
	text-decoration: underline;
}

.hrotCategoryHeading_h {
	width: 24px;
	height: 22px;
	margin-right: 13px;
	margin-top: 1px;
	-ms-flex: none;
	flex: none;
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	z-index: 3;
}

.issue {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.issue_photo {
	width: 144px;
	-ms-flex: none;
	flex: none;
	margin-right: 15px;
}

.issue_heading {
	font-size: 2.7rem;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.issue_topics {
	height: 79px;
	overflow: hidden;
}

.issue_topic {
	position: relative;
	margin-bottom: 11px;
	padding-left: 13px;
	line-height: 1.13333333;
}

.issue_topic:last-child {
	margin-bottom: 0;
}

.issue_topic::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor no-repeat;
	position: absolute;
	top: 0.4em;
	left: 0px;
}

.issue_button {
	margin-top: 14px;
}

.issue {
	padding-bottom: 54px;
	position: relative;
}

.issue_photo {
	width: 45%;
	margin-right: 4.8%;
}

.issue_button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	width: 120px;
	margin: auto;
}

.issue_topics {
	height: auto;
}

.loading {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.76) no-repeat;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: none;
}

.loading.visible {
	display: -ms-flexbox;
	display: flex;
}

.loading_text {
	margin-top: 1em;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03703704em;
}

.lockBox {
	position: relative;
	z-index: 20;
	margin-top: 45px;
}

.lockBox::before {
	content: '';
	pointer-events: none;
	width: 100%;
	height: 360px;
	position: absolute;
	top: -320px;
	left: 0px;
	z-index: -1;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.lockBox_message {
	display: -ms-flexbox;
	display: flex;
}

.lockBox_photo {
	margin-right: 27px;
	margin-top: 3px;
	width: 25%;
	max-width: 144px;
	-ms-flex: none;
	flex: none;
}

.lockBox_text {
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1.02;
	text-transform: uppercase;
}

.lockBox_photo + .lockBox_text {
	font-size: 4rem;
}

.lockBox_text p {
	margin-top: 0;
	margin-bottom: 1.02em;
}

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

.lockBox_options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.lockBox_option {
	margin: 0 28px 35px 0;
}

.lockBox_option:last-child {
	margin-right: 0;
}

.lockBox_optionText {
	margin-bottom: 9px;
}

.lockBox_optionText__center {
	text-align: center;
}

.lockBox_optionButton {
	width: 150px;
}

.lockBox_optionNote {
	margin-top: 18px;
}

.logo_image {
	display: block;
	width: 100%;
}

.menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end;
}

.menu_list {
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	text-transform: uppercase;
}

.menu_item {
	margin-right: 17px;
}

.menu_link {
	transition-property: color;
	transition-duration: 0.2s;
}

.menu_link:hover {
	color: #007fff;
}

.menu_socials {
	height: 34px;
	position: absolute;
	top: 0px;
	right: 40px;
	padding-left: 16px;
	border-left: 1px solid #a0a0a0;
}

.menu_sidelist {
	position: absolute;
	top: 0px;
	right: 166px;
	display: -ms-flexbox;
	display: flex;
}

.menu_sidelink {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #505050;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 32px;
	text-transform: uppercase;
	padding: 2px 14px 0;
	border-left: 1px solid #a0a0a0;
	transition-property: color;
	transition-duration: 0.2s;
}

.menu_sidelink:hover {
	color: #007fff;
}

.menu_sidelinkIco {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-bottom: 2px;
}

.menu_search {
	width: 336px;
	padding-left: 15px;
	border-left: 1px solid #a0a0a0;
}

.menu_user {
	display: none;
}

.menu {
	position: absolute;
	top: -9876px;
	right: 0px;
	z-index: 99;
	opacity: 0;
	transition: top 0s 0.2s, opacity 0.2s;
	background: url('../img/logo-mini.svg') #fff 30px 26px / 39px 34px no-repeat;
	width: 384px;
	max-width: 100vw;
	padding: 74px 30px 25px;
	display: block;
}

.menu.opened {
	top: 0;
	opacity: 1;
	transition: top 0s 0s, opacity 0.2s;
}

.menu_list {
	display: block;
	margin: 0;
	border-top: 1px solid #a0a0a0;
}

.menu_item {
	margin-right: 0;
	border-bottom: 1px solid #a0a0a0;
}

.menu_link {
	display: block;
	padding: 18px 0;
	font-size: 2rem;
	line-height: 1.2;
}

.menu_search {
	width: auto;
	margin: 25px 0 0;
	border-left: 0;
	padding-left: 0;
}

.menu_socials {
	height: auto;
	position: static;
	border-left: 0;
	margin: 49px 0 0;
	padding-left: 0;
}

.menu_sidelist {
	position: static;
	display: block;
	margin-top: 20px;
}

.menu_sidelink {
	border-left: 0;
	padding: 2px 0;
	font-size: 1.4rem;
}

.menu_user {
	display: block;
	position: absolute;
	top: 25px;
	right: 87px;
}

.menu_userIco {
	display: block;
	width: 35px;
	height: 35px;
}

.menu {
	padding-left: 20px;
	padding-right: 20px;
	background-position: 20px 26px;
}

.menu_user {
	right: 81px;
}

.menuOpener {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.message {
	background: #e8e5df no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 12px 10px 10px;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.14285714;
	border-radius: 24px;
}

.message_ico {
	width: 28px;
	height: 28px;
	margin-right: 12px;
	-ms-flex: none;
	flex: none;
}

.message a {
	text-decoration: underline;
	filter: brightness(0.7);
	transition-property: filter;
	transition-duration: 0.2s;
}

.message a:hover {
	filter: brightness(0.5);
}

.message strong {
	filter: brightness(0.7);
}

.message__ok {
	background: rgba(42, 160, 56, 0.08) no-repeat;
	color: rgba(42, 160, 56, 0.8);
}

.message__warning {
	background: rgba(245, 120, 30, 0.08) no-repeat;
	color: rgba(245, 120, 30, 0.8);
}

.message__error {
	background: rgba(255, 0, 0, 0.08) no-repeat;
	color: rgba(255, 0, 0, 0.8);
}

.message__calm {
	background: rgba(0, 127, 255, 0.1) no-repeat;
	color: #007fff;
}

.newsletter_button {
	margin-top: 14px;
}

.niceCheck {
	position: relative;
	display: block;
	cursor: pointer;
}

.niceCheck_input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
}

.niceCheck_el {
	display: block;
	position: relative;
	padding: 2px 0 0px 20px;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
}

.niceCheck_el__gray {
	color: #505050;
}

.niceCheck_el a {
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.niceCheck_el a:hover {
	color: #007fff;
}

.niceCheck_el::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #a0a0a0;
	border-radius: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.niceCheck_el::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 2px;
	background: url('../img/check-white.svg') #007fff 50% 50% / 10px 8px no-repeat;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
}

.niceCheck_input:checked + .niceCheck_el::after {
	opacity: 1;
}

.niceRadio {
	position: relative;
	display: block;
	cursor: pointer;
}

.niceRadio_input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
}

.niceRadio_el {
	display: block;
	position: relative;
	padding: 2px 0 0px 20px;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
}

.niceRadio_el__gray {
	color: #505050;
}

.niceRadio_el a {
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.niceRadio_el a:hover {
	color: #007fff;
}

.niceRadio_el::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.niceRadio_el::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	border: 4px solid #007fff;
	background: #fff no-repeat;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
}

.niceRadio_input:checked + .niceRadio_el::after {
	opacity: 1;
}

.outer { /*&__dark{
		.clear();
		.bg(@cBgDark);
	}*/
}

.outer__lineUnder::after {
	content: '';
	display: block;
	height: 1px;
	max-width: min(1040px, 100% - 40px);
	margin: 24px auto 0;
	background: #a0a0a0 no-repeat;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.pagination_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #808080;
	margin: 7px 0 6px auto;
}

.pagination_link,
.pagination_active {
	display: block;
	font-size: 1.4rem;
	line-height: 1.14285714;
	padding: 5px;
}

.pagination_link {
	transition-property: color;
	transition-duration: 0.2s;
}

.pagination_link:hover {
	color: #000;
}

.pagination_link__prev span,
.pagination_link__next span {
	position: absolute;
	top: -9876px;
	left: -9876px;
}

.pagination_active {
	color: #000;
}

.pagination_arrow {
	display: block;
	width: 12px;
	height: 10px;
}

.mfp-bg {
	background-color: #000;
	opacity: 0.76;
}

.mfp-wrap {
	-webkit-overflow-scrolling: touch;
}

.mfp-container {
	padding-left: 10px;
	padding-right: 10px;
}

.popup {
	max-width: 670px;
	margin: 0 auto;
	position: relative;
	background: #fff no-repeat;
	border-radius: 0;
	padding: 25px 20px;
}

.popup_header {
	font-size: 2.2rem;
	font-weight: 700;
	font-family: 'Soehne', sans-serif;
	line-height: 1.18181818;
	text-align: center;
	padding: 0 26px;
	margin-bottom: 27px;
}

.popup_close {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	transition-property: color;
	transition-duration: 0.2s;
}

.popup_close::before,
.popup_close::after {
	content: '';
	width: 2px;
	height: 28px;
	background: currentColor no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.popup_close::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup_close::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup_close:hover {
	color: #007fff;
}

.related_heading {
	font-size: 2.5rem;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding-bottom: 12px;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 12px;
}

.search_label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.search_ico {
	margin-right: 14px;
	width: 20px;
	height: 20px;
	-ms-flex: none;
	flex: none;
}

.search_field {
	width: 100%;
	height: 38px;
	border: 1px solid #a0a0a0;
	padding: 0 15px;
	font-family: 'Soehne', sans-serif;
}

.search_field::-webkit-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.search_field:-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.search_field::-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.search_field:-ms-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.search_button {
	position: absolute;
	top: -9876px;
	left: -9876px;
}

.search_label {
	display: block;
	position: relative;
}

.search_ico {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -13px;
	width: 26px;
	height: 26px;
}

.search_field {
	padding-left: 61px;
	height: 60px;
}

.select {
	display: block;
	width: 100%;
	position: relative;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_arrow {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 13px;
	height: 10px;
	margin-top: -5px;
	pointer-events: none;
	color: #000;
}

.shares_item {
	margin-bottom: 10px;
}

.shares_item:last-child {
	margin-bottom: 0;
}

.shares_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
}

.shares_link:hover {
	text-decoration: underline;
}

.shares_link span {
	margin-left: 10px;
}

.shares_ico {
	width: 22px;
	height: 22px;
	margin-right: 9px;
}

.shares_ico__black {
	color: #000;
}

.shares_ico__lightBlue {
	color: #32a8db;
}

.shares_ico__blue {
	color: #3b5998;
}

.shares_ico__gray {
	color: #808080;
}

.shopBasket_heading,
.shopBasket_item {
	font-size: 3.1rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 0.96774194;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.shopBasket_heading {
	margin-bottom: 5px;
}

.shopBasket_item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.shopBasket_item__light {
	color: #a0a0a0;
}

.shopBasket_item__radio {
	position: relative;
	cursor: pointer;
}

.shopBasket_desc {
	margin-right: auto;
}

.shopBasket_price {
	-ms-flex: none;
	flex: none;
	text-align: right;
	white-space: nowrap;
	margin-left: 20px;
}

.shopBasket_price span {
	display: block;
	color: #a0a0a0;
}

.shopBasket_radio {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	-ms-flex: none;
	flex: none;
}

.shopBasket_radio:checked + .shopBasket_radioEl::before {
	opacity: 1;
}

.shopBasket_radioEl {
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-right: 13px;
	border: 1px solid #707070;
	border-radius: 50%;
	position: relative;
	-ms-flex: none;
	flex: none;
}

.shopBasket_radioEl::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 4px solid #007fff;
	border-radius: 50%;
	background: #fff no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
}

.shopBasket_tag {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	left: 0px;
}

.shopContacts_heading {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 17px;
}

.shopContacts_heading strong {
	font-weight: 500;
}

.shopContacts_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #808080;
	font-size: 1.7rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	margin-top: 7px;
	transition-property: color;
	transition-duration: 0.2s;
}

.shopContacts_item:hover {
	color: #007fff;
}

.shopContacts_ico {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	color: #000;
}

.shopLetter {
	position: relative;
	padding-top: 15px;
	padding-top: 0;
}

.shopLetter_photo {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: -136px;
}

.shopLetter_image {
	border-radius: 50%;
}

.shopLetter_heading {
	margin-bottom: 12px;
}

.shopLetter_footer {
	font-weight: 500;
	margin-top: 2.53333333em;
}

.shopLetter_photo {
	position: static;
	margin-bottom: 16px;
}

.shopSteps {
	display: -ms-flexbox;
	display: flex;
	counter-reset: shopStepsCounter;
}

.shopSteps_item {
	padding-left: 37px;
	position: relative;
	counter-increment: shopStepsCounter;
	color: #a0a0a0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	min-height: 30px;
	padding-top: 3px;
	margin-right: 70px;
}

.shopSteps_item:last-child {
	margin-right: 0;
}

.shopSteps_item:last-child::after {
	content: none;
}

.shopSteps_item::before {
	content: counter(shopStepsCounter);
	width: 29px;
	height: 29px;
	border: 2px solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.shopSteps_item::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url('../img/arrow-right-big.svg') 50% 50% / contain no-repeat;
	position: absolute;
	top: 4px;
	right: -46px;
}

.shopSteps_item__past {
	color: #07a74b;
}

.shopSteps_item__past a {
	transition-property: color;
	transition-duration: 0.2s;
}

.shopSteps_item__past a:hover {
	color: #007fff;
}

.shopSteps_item__current {
	color: #000;
}

.shopVariant {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopVariant_heading {
	font-size: 4rem;
	font-family: 'Soehne', sans-serif;
}

.shopVariant_main {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-top: 4px;
	padding-top: 20px;
	padding-bottom: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.shopVariant_photo {
	width: 42.06349206%;
	margin-right: 26px;
	-ms-flex: none;
	flex: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopVariant_imageWrap {
	position: relative;
}

.shopVariant_imageIssue {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: auto;
}

.shopVariant_image {
	margin: 0 auto;
}

.shopVariant_text {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.shopVariant_list {
	margin-bottom: auto;
}

.shopVariant_item {
	line-height: 1.2;
	margin-bottom: 6px;
	padding-left: 30px;
	position: relative;
}

.shopVariant_item::before {
	content: '';
	width: 14px;
	height: 14px;
	background: #07a74b no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0px;
}

.shopVariant_item__plus {
	margin-bottom: 9px;
	font-weight: 500;
}

.shopVariant_item__plus::before {
	width: 2px;
	height: 16px;
	border-radius: 0;
	left: 6px;
	top: 2px;
}

.shopVariant_item__plus::after {
	content: '';
	width: 16px;
	height: 2px;
	background: #07a74b no-repeat;
	position: absolute;
	top: 9px;
	left: -1px;
}

.shopVariant_buy {
	margin-top: 15px;
}

.shopVariant_price {
	margin-top: 17px;
	font-weight: 500;
}

.socials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.socials_item {
	margin-right: 10px;
}

.socials_item:last-child {
	margin-right: 0;
}

.socials_item__header {
	margin-right: 0;
	margin-left: 22px;
}

.socials_item__header:first-child {
	margin-left: 0;
}

.socials_item__center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.socials_link {
	display: block;
	transition-property: color;
	transition-duration: 0.2s;
}

.socials_link:hover {
	color: #007fff;
}

.socials_ico {
	display: block;
	width: 22px;
	height: 22px;
}

.socials_ico__big {
	width: 31px;
	height: 31px;
}

.socials_item__header {
	margin-left: 0;
	margin-right: 13px;
}

.socials_item__header .socials_ico {
	width: 40px;
	height: 40px;
}

.spinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
}

.spinner::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	border: 4px solid currentColor;
	border-left-color: transparent;
	border-radius: 50%;
	animation: rotate 2.2s infinite linear reverse;
}

.spinner::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 4px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: rotate 1.8s infinite linear;
}

.state {
	display: inline-block;
	padding: 5px 8px;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.14285714;
	text-align: center;
	border-radius: 8px;
}

.state__active {
	background: rgba(42, 160, 56, 0.08) no-repeat;
	color: rgba(42, 160, 56, 0.8);
}

.state__inactive {
	background: rgba(160, 160, 160, 0.08) no-repeat;
	color: #505050;
}

.subscribe {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: #e8e5df no-repeat;
	padding: 15px 14px 20px 18px;
}

.subscribe_photo {
	width: 43.573%;
	-ms-flex: none;
	flex: none;
	margin-right: 8.307%;
}

.subscribe_photo__center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe_text {
	width: 48.12%;
}

.subscribe_number {
	color: #007fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.30769231;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #a0a0a0;
}

.subscribe_main {
	height: 253px;
	overflow: hidden;
}

.subscribeBox_box .subscribe_main {
	height: auto;
	overflow: visible;
	margin-bottom: 20px;
}

.subscribe_heading {
	font-size: 4rem;
	line-height: 1.125;
	letter-spacing: 0.03em;
	margin-bottom: 0.175em;
	padding-top: 2px;
}

.ie11 .subscribe_heading {
	padding-top: 7px;
}

.mac .subscribe_heading {
	padding-top: 0;
}

.subscribeBox_box .subscribe_heading {
	padding-bottom: 0.125em;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 0.275em;
}

.subscribe_topics {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 11px;
}

.subscribe_topic {
	position: relative;
	margin-bottom: 14px;
	padding-left: 21px;
	font-size: 1.8rem;
	line-height: 1.16666667;
}

.subscribe_topic:last-child {
	margin-bottom: 0;
}

.subscribe_topic::before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: currentColor no-repeat;
	position: absolute;
	top: 0.33333333em;
	left: 0px;
}

.subscribe_topic a {
	text-decoration: underline;
}

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

.subscribe_ordering {
	margin-top: auto;
	display: -ms-flexbox;
	display: flex;
}

.subscribe_type {
	margin-right: 14px;
}

.subscribe_type:last-child {
	margin-right: 0;
}

.subscribe_label {
	font-size: 1.3rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.30769231;
	margin-bottom: 5px;
}

.subscribe_photo {
	width: 38%;
	margin-right: 4%;
}

.subscribe_text {
	width: 58%;
}

.subscriptionInfo_main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.subscriptionInfo_label {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	margin-right: 20px;
}

.subscriptionInfo_renew {
	color: #a0a0a0;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	margin-top: 6px;
}

.subscriptionInfo_button {
	margin-top: 24px;
	min-width: 122px;
}

.subscriptionInfo_message {
	max-width: 400px;
	margin-top: 16px;
}

.subscriptionTable {
	color: #505050;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.14285714;
	white-space: nowrap;
	overflow: auto;
}

.subscriptionTable thead {
	font-size: 1.2rem;
	font-weight: 700;
}

.subscriptionTable td,
.subscriptionTable th {
	padding: 9px 18px;
}

.subscriptionTable td:first-child,
.subscriptionTable th:first-child {
	padding-left: 0;
}

.subscriptionTable td:last-child,
.subscriptionTable th:last-child {
	padding-right: 0;
}

.subscriptionTable th {
	color: #000;
	text-align: left;
	text-transform: uppercase;
}

.subscriptionTable .state {
	margin-top: -5px;
	margin-bottom: -5px;
}

.tooltip {
	cursor: help;
}

.tooltip_ico {
	width: 16px;
	height: 16px;
}

.tooltip_box {
	position: absolute;
	padding: 10px 14px;
	background: #fff;
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
	width: 260px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.21428571;
	z-index: -10;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s 0s, z-index 0s 0.2s;
}

.tooltip_box.visible {
	opacity: 1;
	z-index: 79;
	transition: opacity 0.2s 0s, z-index 0s 0s;
	pointer-events: auto;
}

.tweets {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tweets_heading {
	font-size: 2.7rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03703704em;
	margin-bottom: 8px;
}

.tweets_wrap {
	width: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tweets .twitter-timeline {
	display: block !important;
	height: 100% !important;
	min-height: 400px !important;
}

.section_inner {
	margin-top: 21px;
	margin-bottom: 25px;
}

.section_inner__noSpaceOver {
	margin-top: 0;
}

.account {
	max-width: 750px;
	margin-top: 62px;
	margin-bottom: 45px;
}

.account_heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 0.88888889em;
}

.account_header {
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.account_user {
	color: #505050;
	margin-right: 20px;
}

.account_logout {
	color: #f26868;
	opacity: 0.8;
	transition-property: opacity;
	transition-duration: 0.2s;
}

.account_logout:hover {
	opacity: 1;
}

.account_navigation {
	margin: 40px 0 65px;
	color: #a0a0a0;
	font-size: 2.4rem;
	font-family: 'Soehne', sans-serif;
	line-height: 1.16666667;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.account_navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.account_navigation li {
	margin-right: 30px;
}

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

.account_navigation li.active {
	color: #000;
	text-decoration: underline;
}

.account_navigation a {
	transition-property: color;
	transition-duration: 0.2s;
}

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

.account_subheading {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Soehne', sans-serif;
	text-transform: none;
	padding-bottom: 16px;
	border-bottom: 1px solid #a0a0a0;
	margin-top: 70px;
	margin-bottom: 17px;
}

.account_form {
	max-width: 400px;
}

.account {
	max-width: 730px;
}

.account {
	max-width: 710px;
}

.archive_header {
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 0 0 12px;
	border-bottom: 1px solid #a0a0a0;
}

.archive_heading {
	width: calc((100% - 90px) * 0.5 + 30px);
	margin: 0 auto;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
}

.archive_years {
	width: calc((100% - 90px) * 0.5 + 30px);
	margin: 0 auto 13px;
	color: #e5e5e5;
	font-size: 5rem;
	font-family: 'Soehne', sans-serif;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
}

.archive_years__bottom {
	margin-top: 20px;
	margin-bottom: -3px;
}

.archive_year {
	margin-right: 20px;
	transition-property: color;
	transition-duration: 0.2s;
}

.archive_year:hover,
.archive_year.active {
	color: #000;
}

.archive_list {
	display: grid;
	gap: 13px 30px;
	grid-template-columns: repeat(4, 1fr);
}

.archive_item__current {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.archive_relatedHeading {
	padding: 8px 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 27px;
	margin-top: 70px;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
}

.archive_enter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	color: #007fff;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 31px;
}

.archive_enter:hover {
	text-decoration: underline;
}

.archive_arrow {
	width: 26px;
	height: 26px;
	margin-right: 13px;
}

.archive_heading,
.archive_years {
	width: auto;
}

.articleDetail {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
}

.articleDetail_main {
	-ms-flex: none;
	flex: none;
	width: calc((100% - 90px) * 0.75 + 60px);
}

.articleDetail_side {
	width: calc((100% - 90px) * 0.25);
	margin-left: 30px;
	position: relative;
}

.articleDetail_side::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -15px;
}

.articleDetail_related {
	margin-bottom: 56px;
}

.articleDetail_authors {
	height: 600px;
	display: -ms-flexbox;
	display: flex;
}

.articleDetail_economist {
	margin-top: 25px;
}

.articleDetail_header {
	margin-bottom: 30px;
}

.articleDetail_heading {
	max-width: 600px;
	margin-bottom: 8px;
}

.articleDetail_perex {
	max-width: 700px;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.13043478;
}

.articleDetail_photo {
	margin-top: 22px;
}

.articleDetail_caption {
	max-width: 700px;
	margin-top: 6px;
	color: #a0a0a0;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
}

.articleDetail_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.articleDetail_left {
	width: calc((100% - 60px) * 0.33333);
	margin-right: 30px;
	-ms-flex: none;
	flex: none;
}

.articleDetail_content {
	width: calc((100% - 60px) * 0.66666 + 30px);
}

.articleDetail_author {
	border-top: 1px solid #a0a0a0;
}

.articleDetail_shares {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #a0a0a0;
	padding-top: 15px;
}

.articleDetail_issue {
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
}

.articleDetail_footer {
	margin-top: 40px;
}

.articleDetail_comments {
	margin-bottom: 22px;
}

.articleDetail_tags {
	color: #007fff;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
}

.articleDetail_tags a:hover {
	text-decoration: underline;
}

.articleDetail_socials {
	margin-top: 15px;
}

.articleDetail_issue {
	position: -webkit-sticky;
	position: sticky;
}

.articleDetail_issue {
	position: -webkit-sticky;
	position: sticky;
}

.articleDetail_side {
	display: none;
}

.articleRelated_heading {
	padding: 16px 0 10px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 15px;
	font-size: 2.5rem;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.articles_header {
	margin-top: -10px;
	margin-bottom: 25px;
	padding: 0 0 12px;
	border-bottom: 1px solid #a0a0a0;
}

.articles_header__economist {
	padding-bottom: 0;
	border-bottom: 0;
}

.articles_heading {
	width: calc((100% - 90px) * 0.5 + 30px);
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.articles_heading,
.articles_heading h1 {
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
}

.articles_partner {
	color: #a0a0a0;
	font-size: 1.5rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	transition-property: color;
	transition-duration: 0.2s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.articles_partner:hover {
	color: #000;
}

.articles_partnerLogo {
	margin-left: 8px;
}

.articles_authors {
	height: 600px;
	display: -ms-flexbox;
	display: flex;
}

.articles_highlight {
	padding-bottom: 25px;
}

.articles_pagination {
	padding-top: 25px;
	margin-top: 15px;
}

.articles_issue {
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
}

.articles_issue {
	position: -webkit-sticky;
	position: sticky;
}

.articles_heading {
	width: auto;
}

.articles_issue {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
}

.articles_authors {
	padding-top: 15px;
	border-top: 1px solid #a0a0a0;
}

.articleTab {
	margin-top: 70px;
}

.articleTab_heading {
	padding: 8px 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
	position: relative;
}

.articleTab_arrow {
	display: none;
}

.articleTab__red {
	position: relative;
	z-index: 1;
}

.articleTab__red .articleTab_heading {
	color: #ff0000;
	border-color: #ff0000;
}

.articleTab__red .articleTab_wrap::before {
	background-color: #ff0000;
}

.articleTab_wrap {
	padding-top: 20px;
	position: relative;
}

.articleTab_wrap::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #e5e5e5 no-repeat;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.authorDetail {
	padding-top: 26px;
	margin-top: 52px;
}

.authorDetail::before {
	content: '';
	height: 1px;
	position: absolute;
	top: 0px;
	left: 40px;
	right: 40px;
	background: #a0a0a0 no-repeat;
	pointer-events: none;
}

.authorDetail_photo {
	margin-bottom: 50px;
}

.authorDetail_image {
	border-radius: 50%;
}

.authorDetail_issue {
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
}

.authorDetail_info {
	padding-bottom: 26px;
}

.authorDetail_name {
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.authorDetail_posts {
	line-height: 1.6;
	margin-bottom: 30px;
}

.authorDetail_posts strong {
	font-weight: 500;
}

.authorDetail_posts a:hover {
	text-decoration: underline;
}

.authorDetail_socials {
	margin-top: 38px;
}

.authorDetail::before {
	left: 30px;
	right: 30px;
}

.authorDetail_issue {
	position: -webkit-sticky;
	position: sticky;
}

.authorDetail::before {
	left: 20px;
	right: 20px;
}

.authorDetail_issue {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
}

.authorDetail_authors {
	padding-top: 15px;
	border-top: 1px solid #a0a0a0;
}

.authorDetail_middle {
	position: relative;
}

.authorDetail_photo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 120px;
}

.authorDetail_name,
.authorDetail_posts {
	margin-right: 140px;
}

.economistBlock {
	padding-bottom: 29px;
	--blockColor: #ff0000;
}

.economistBlock::after {
	content: '';
	display: block;
	height: 4px;
	background: var(--blockColor);
	position: absolute;
	bottom: 0px;
	left: 40px;
	right: 40px;
}

.economistBlock__normalColor {
	--blockColor: #a0a0a0;
}

.economistBlock__techColor {
	--blockColor: #039AA3;
}

.economistBlock__intro {
	margin-bottom: 0;
}

.economistBlock__intro::after {
	content: none;
}

.economistBlock__lineOver {
	margin-top: 31px;
}

.economistBlock__lineOver::before {
	content: '';
	display: block;
	height: 1px;
	background: #a0a0a0;
	position: absolute;
	top: -15px;
	left: 40px;
	right: 40px;
}

.economistBlock_header {
	margin-bottom: 25px;
}

.economistBlock_articles .article:nth-child(n+4) {
	display: none;
}

.economistBlock_articles .article:nth-child(3) {
	margin-bottom: 0;
}

.economistBlock_articles .article:nth-child(3)::after {
	content: none;
}

.economistBlock::before,
.economistBlock::after {
	left: 30px;
	right: 30px;
}

.economistBlock {
	padding-bottom: 15px;
}

.economistBlock::before,
.economistBlock::after {
	left: 20px;
	right: 20px;
}

.economistBlock_highlight {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--blockColor);
	margin-bottom: 15px;
}

.economistBlock_articles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.economistBlock_articles::after {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--blockColor);
	position: absolute;
	bottom: 0px;
	left: 50%;
	pointer-events: none;
}

.economistBlock_articles .article {
	width: calc(50% - 15px);
	margin-left: 30px;
	margin-bottom: 0;
}

.economistBlock_articles .article::after {
	content: none;
}

.economistBlock_articles .article:nth-child(4) {
	display: block;
}

.economistBlock_articles .article:nth-child(1),
.economistBlock_articles .article:nth-child(2) {
	margin-bottom: 19px;
}

.economistBlock_articles .article:nth-child(1)::after,
.economistBlock_articles .article:nth-child(2)::after {
	content: '';
}

.economistBlock_articles .article:nth-child(2n+1) {
	margin-left: 0;
}

.economistBlock_articles .article:nth-child(2n+1)::before {
	content: none;
}

.economistHeaderWrap {
	margin-top: 15px;
	margin-bottom: 28px;
}

.economistHeaderWrap + .section_inner {
	margin-top: 0 !important;
}

.errorPage {
	min-height: calc(100vh - 556px);
	max-width: 1100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 259px;
	padding-bottom: 266px;
}

.errorPage_heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 0.20547945em;
	font-size: 14.6rem;
	font-family: 'Soehne', sans-serif;
	line-height: 0.73287671;
}

.errorPage_logo {
	width: 3.33561644em;
	height: 0.73287671em;
	margin-right: 0.20547945em;
}

.errorPage_text {
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
}

.errorPage_text a {
	text-decoration: underline;
}

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

.errorPage_form {
	margin: 10px auto 0;
	width: 286px;
	position: relative;
}

.errorPage_input {
	width: 100%;
	padding-left: 40px;
}

.errorPage_button {
	width: 40px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	padding: 0;
	margin: 0;
	background: none no-repeat;
	transition-property: color;
	transition-duration: 0.2s;
}

.errorPage_button:hover {
	color: #007fff;
}

.errorPage_loupe {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.errorPage {
	padding-top: 180px;
	padding-bottom: 180px;
}

.errorPage {
	padding-top: 100px;
	padding-bottom: 100px;
}

.errorPage_heading {
	font-size: 12rem;
}

.footer {
	margin-top: 45px;
	color: #a0a0a0;
}

.footer_inner {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.footer_inner::before {
	content: "";
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 20px;
	background: #000 no-repeat;
}

.footer_wrap {
	padding: 22px 0 50px 73px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.footer_logo {
	width: 42px;
	height: 38px;
	position: absolute;
	top: 28px;
	left: 0px;
	color: #fff;
}

.footer_heading {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.footer_contacts {
	width: 100%;
}

.footer_info {
	display: -ms-flexbox;
	display: flex;
}

.footer_info p {
	margin-bottom: 1.26666667em;
}

.footer_info h3 {
	font-weight: 500;
}

.footer_info p a {
	text-decoration: underline;
}

.footer_info p a:hover {
	text-decoration: none;
}

.footer_info p a[href^='tel:'],
.footer_info p a[href^='mailto:'] {
	text-decoration: none;
}

.footer_info p a[href^='tel:']:hover,
.footer_info p a[href^='mailto:']:hover {
	text-decoration: underline;
}

.footer_info li {
	margin-bottom: 1.26666667em;
}

.footer_info li a {
	text-decoration: none;
}

.footer_info li a:hover {
	text-decoration: underline;
}

.footer_column {
	-ms-flex: 1;
	flex: 1;
	padding-right: 40px;
}

.footer_side {
	width: calc((100% + 73px - 90px) * 0.25 + 16px);
	padding-left: 16px;
	-ms-flex: none;
	flex: none;
}

.footer_side p a {
	text-decoration: underline;
}

.footer_side p a:hover {
	text-decoration: none;
}

.footer_socials {
	margin-bottom: 30px;
}

.footer_newsletter {
	margin-top: 20px;
}

.footer_triangle {
	display: none;
}

.footer_collapsable h3 {
	pointer-events: none;
}

.footer_side {
	width: calc((100% + 73px - 60px) * 0.33333 + 16px);
}

.footer_info {
	display: block;
}

.footer_info ul {
	margin-top: 20px;
}

.footer_column {
	padding-right: 14px;
}

.footer_triangle {
	display: block;
	position: absolute;
	top: 25px;
	right: 16px;
	width: 16px;
	height: 9px;
	transition-property: transform;
	transition-duration: 0.2s;
}

.footer_collapsable {
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	margin-top: -1px;
	padding-top: 1.26666667em;
	padding-bottom: 1.26666667em;
	position: relative;
}

.footer_collapsable h3 {
	cursor: pointer;
	pointer-events: auto;
}

.footer_collapsable div {
	padding-top: 1.26666667em;
	display: none;
}

.footer_collapsable div *:last-child {
	margin-bottom: 0;
}

.footer_collapsable.opened .footer_triangle {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

.gallery_inner {
	width: 100%;
	height: 100%;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: -ms-flexbox;
	display: flex;
	background: none;
}

.gallery_photo {
	width: 100%;
	height: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gallery_image {
	max-height: 100%;
	-ms-flex: none;
	flex: none;
	pointer-events: none;
	transform: translateZ(0);
}

.gallery_bar {
	position: relative;
	width: 60px;
	-ms-flex: none;
	flex: none;
	padding-top: 12px;
}

.gallery_info {
	width: 0;
	-ms-flex: none;
	flex: none;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 1.33333333;
	overflow: hidden;
	transition-property: width;
	transition-duration: 0.2s;
}

.gallery_info.opened {
	width: 330px;
}

.gallery_infoWrap {
	width: 330px;
	padding: 35px 35px 0 35px;
}

.gallery_meta {
	margin-top: 37px;
}

.gallery_metaItem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.gallery_metaIco {
	width: 22px;
	height: 22px;
	margin-right: 11px;
}

.gallery_socials {
	margin-top: 56px;
	border-top: 1px solid;
	padding-top: 12px;
}

.gallery_close {
	display: block;
	width: 100%;
	height: 46px;
	transition-property: color;
	transition-duration: 0.2s;
	position: relative;
}

.gallery_close:hover {
	color: #007fff;
}

.gallery_close::before,
.gallery_close::after {
	content: '';
	width: 2px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: currentColor no-repeat;
}

.gallery_close::before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gallery_close::after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gallery_pagination {
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	margin: 10px 0;
	cursor: default;
}

.gallery_arrow {
	display: block;
	width: 100%;
	height: 46px;
	transition-property: color;
	transition-duration: 0.2s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery_arrow:hover {
	color: #007fff;
}

.gallery_arrowIco {
	width: 20px;
	height: 20px;
}

.gallery_details {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none no-repeat;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	transition-property: color;
	transition-duration: 0.2s;
}

.gallery_details:hover {
	color: #007fff;
}

.gallery_logo {
	width: 22px;
	height: 20px;
	position: absolute;
	bottom: 18px;
	right: 19px;
}

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

.galleryPage body {
	width: 100%;
	height: 100%;
	background: #000 no-repeat;
	color: #fff;
}

.header {
	margin-bottom: 21px;
}

.header_inner {
	padding-top: 45px;
	padding-bottom: 11px;
	z-index: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.header_inner::before {
	content: '';
	height: 1px;
	position: absolute;
	top: 34px;
	left: 40px;
	right: 40px;
	background: #a0a0a0 no-repeat;
}

.header_inner::after {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 40px;
	right: 40px;
	background: #a0a0a0 no-repeat;
}

.header_logo {
	margin-right: auto;
	-ms-flex: none;
	flex: none;
	width: 244px;
	height: 42px;
}

.header_motto {
	position: absolute;
	top: 2px;
	left: 40px;
	color: #505050;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	line-height: 32px;
	text-transform: uppercase;
}

.header_inner {
	padding-top: 22px;
}

.header_inner::before {
	content: none;
}

.header_inner::after {
	left: 30px;
	right: 30px;
}

.header_opener {
	position: relative;
	z-index: 101;
}

.header_motto {
	display: none;
}

.header_user {
	display: block;
	position: absolute;
	top: 25px;
	right: 87px;
}

.header_userIco {
	display: block;
	width: 35px;
	height: 35px;
}

.header_inner::after {
	left: 20px;
	right: 20px;
}

.header_user {
	right: 81px;
}

.homepageBottom_left .articleList-nexttoShort .article:last-child::after {
	display: none;
}

.homepageBottom_right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.homepageBottom_subscribe {
	height: 407px;
	margin-bottom: 41px;
	position: relative;
}

.homepageBottom_subscribe::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -26px;
	left: 0px;
	pointer-events: none;
}

.homepageBottom_row2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.homepageBottom_row2Left {
	width: calc(50% - 15px);
	-ms-flex: none;
	flex: none;
}

.homepageBottom_row2Right {
	width: calc(50% - 15px);
	-ms-flex: none;
	flex: none;
	margin-left: 30px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}

.homepageBottom_row2Right::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -14.5px;
}

.homepageBottom_subscribe {
	display: none;
}

.homepageBottom_row2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.homepageBottom_row2Left,
.homepageBottom_row2Right {
	width: 100%;
}

.homepageBottom_row2Right {
	margin-left: 0;
	margin-top: 25px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.homepageBottom_row2Right::before {
	width: 100%;
	height: 1px;
	left: 0;
	top: -16px;
}

.homepageMain {
	padding-bottom: 16px;
}

.homepageMain::after {
	content: '';
	display: block;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: 0px;
	left: 40px;
	right: 40px;
}

.homepageMain_highlight {
	margin-bottom: 25px;
}

.homepageMain_row2 {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 15px 0;
	display: -ms-flexbox;
	display: flex;
}

.homepageMain_row2Left {
	width: calc((100% - 60px) * 0.66666 + 30px);
}

.homepageMain_row2Right {
	width: calc((100% - 60px) * 0.33333);
	margin-left: 30px;
	position: relative;
}

.homepageMain_row2Right::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -14.5px;
}

.homepageMain_row3 {
	padding-top: 15px;
}

.homepageMain_side {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.homepageMain_issue {
	-ms-flex: none;
	flex: none;
}

.homepageMain_commentary {
	border-top: 1px solid #a0a0a0;
	padding-top: 15px;
	margin-top: 25px;
	-ms-flex: none;
	flex: none;
}

.homepageMain_tweets {
	border-top: 1px solid #a0a0a0;
	padding-top: 15px;
	margin-top: 18px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.homepageMain::after {
	left: 30px;
	right: 30px;
}

.homepageMain {
	margin-top: -22px;
}

.homepageMain::after {
	left: 20px;
	right: 20px;
}

.homepageMain_tweets {
	display: none;
}

.homepageMain_side {
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px;
}

.homepageMain_cast {
	width: calc(50% - 15px);
	margin-right: 30px;
	position: relative;
}

.homepageMain_cast::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	right: -14.5px;
}

.homepageMain_commentary {
	width: calc(50% - 15px);
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

.introArticles {
	margin-top: -6px;
}

.introArticles_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 31px;
	padding-bottom: 15px;
	border-bottom: 1px solid #a0a0a0;
}

.introArticles .article {
	margin-bottom: 0;
}

.introArticles .article::after {
	width: 1px;
	height: 100%;
	left: auto;
	right: -16px;
	bottom: 0;
}

.issueDetail_wrap {
	position: relative;
	padding: 57px 0 66px;
}

.issueDetail_bg {
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	max-width: none;
	object-fit: cover;
	filter: blur(20px);
}

.issueDetail_box {
	position: relative;
	z-index: 3;
	width: calc((100% - 90px) * 0.5 + 30px);
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
}

.issueDetail_photo {
	margin-right: 30px;
	width: 320px;
	-ms-flex: none;
	flex: none;
}

.issueDetail_text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: -42px;
}

.issueDetail_heading {
	font-size: 5rem;
	font-weight: 400;
	font-family: 'Soehne', sans-serif;
	line-height: 1.02;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}

.issueDetail_perex {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.05;
	margin-bottom: 12px;
}

.issueDetail_info {
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 22px;
}

.issueDetail_number {
	margin-right: 12px;
	font-weight: 700;
}

.issueDetail_buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.issueDetail_buttons + .issueDetail_buttons {
	margin-top: -8px;
}

.issueDetail_button {
	margin-right: 15px;
}

.issueDetail_button:last-child {
	margin-right: 0;
}

.issueDetail_tooltip {
	width: 16px;
	height: 16px;
	margin-left: -5px;
}

.issueDetail_author {
	margin-top: auto;
}

.issueDetail__withBg {
	color: #fff;
}

.issueDetail__withBg .issueDetail_wrap {
	overflow: hidden;
}

.issueDetail__withBg .issueDetail_wrap::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000 no-repeat;
	opacity: 0.5;
}

.issueDetail_wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.issueDetail_box {
	width: 710px;
	max-width: 100%;
}

.issueDetail_text {
	margin-right: 0;
}

.layout {
	display: -ms-flexbox;
	display: flex;
}

.layout_column {
	-ms-flex: none;
	flex: none;
}

.layout__3-1 > .layout_column:first-child {
	width: calc((100% - 90px) * 0.75 + 60px);
}

.layout__3-1 > .layout_column:last-child {
	width: calc((100% - 90px) * 0.25);
	margin-left: 30px;
	position: relative;
}

.layout__3-1 > .layout_column:last-child::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -15px;
}

.layout__2-2 > .layout_column:first-child {
	width: calc(50% - 15px);
}

.layout__2-2 > .layout_column:last-child {
	width: calc(50% - 15px);
	margin-left: 30px;
	position: relative;
}

.layout__2-2 > .layout_column:last-child::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -15px;
}

.layout__1-2-1 > .layout_column:first-child {
	width: calc((100% - 90px) * 0.25);
}

.layout__1-2-1 > .layout_column:nth-child(2) {
	width: calc((100% - 90px) * 0.5 + 30px);
}

.layout__1-2-1 > .layout_column:last-child {
	width: calc((100% - 90px) * 0.25);
}

.layout__1-2-1 > .layout_column:nth-child(2),
.layout__1-2-1 > .layout_column:last-child {
	margin-left: 30px;
	position: relative;
}

.layout__1-2-1 > .layout_column:nth-child(2)::before,
.layout__1-2-1 > .layout_column:last-child::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -15px;
}

.layout__3-1 {
	display: block;
}

.layout__3-1 > .layout_column:first-child {
	width: auto;
}

.layout__3-1 > .layout_column:last-child {
	width: auto;
	margin-left: 0;
}

.layout__3-1 > .layout_column:last-child::before {
	content: none;
}

.layout__2-2 > .layout_column:first-child {
	width: calc((100% - 60px) * 0.66666 + 30px);
}

.layout__2-2 > .layout_column:last-child {
	width: calc((100% - 60px) * 0.33333);
}

.layout__1-2-1 > .layout_column:first-child {
	width: calc((100% - 60px) * 0.66666 + 30px);
}

.layout__1-2-1 > .layout_column:last-child {
	width: calc((100% - 60px) * 0.33333);
}

.narrowForm {
	max-width: 480px;
	margin-top: 62px;
	margin-bottom: 45px;
}

.narrowForm_heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 0.88888889em;
}

.narrowForm_perex {
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	margin-bottom: 2.5em;
}

.narrowForm_perex span {
	color: #505050;
}

.narrowForm_contacts {
	margin: 50px 0 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.narrowForm_contact {
	color: #505050;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
	text-align: center;
	transition-property: color;
	transition-duration: 0.2s;
}

.narrowForm_contact:hover {
	color: #007fff;
}

.narrowForm_icoWrap {
	display: block;
	margin: 0 auto 12px;
	width: 28px;
	height: 28px;
	background: #000 no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.narrowForm_ico {
	width: 14px;
	height: 14px;
	color: #fff;
}

.narrowForm {
	max-width: 460px;
}

.narrowForm {
	max-width: 440px;
}

.shop {
	margin-top: 29px;
	margin-bottom: 60px;
}

.shop_narrow {
	max-width: 670px;
	margin: 0 auto;
}

.shop_heading {
	margin-bottom: 0.6em;
}

.shop_subheading {
	font-size: 2.3rem;
	font-weight: 400;
	font-family: 'Algebra', serif;
	margin-bottom: 2.60869565em;
}

.shop_heading + .shop_subheading {
	margin-top: -20px;
}

.shop_label {
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Algebra', serif;
	text-transform: none;
	margin-bottom: 15px;
}

.shop_label__green {
	color: #07a74b;
}

.shop_line {
	margin: 7px 0 10px;
	background: #707070 no-repeat;
	border: 0;
	width: 100%;
	height: 1px;
}

.shop_form {
	max-width: 320px;
	margin-top: 32px;
	margin-bottom: 50px;
}

.shop_message {
	margin: 15px 0;
}

.shop_text {
	max-width: 495px;
	font-weight: 300;
	font-family: 'Soehne', sans-serif;
}

.shop_text__light {
	color: #808080;
}

.shop_text__small {
	font-size: 1.2rem;
}

.shop_text__wide {
	max-width: none;
}

.shop_thanks {
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Soehne', sans-serif;
	margin: 25px 0 15px;
}

.shop_buttons {
	margin-top: 25px;
	display: grid;
	grid-template-columns: auto;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 8px;
}

.shop_buttons__line {
	grid-auto-flow: column;
	gap: 20px;
}

.shop_tip {
	padding-left: 45px;
	position: relative;
	margin-top: 25px;
}

.shop_tip a {
	text-decoration: underline;
}

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

.shop_tipIco {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
}

.shop_unlocked {
	width: 30px;
	height: 30px;
	display: block;
	margin: 9px 0;
	color: #07a74b;
}

.shop_variants {
	max-width: 1038px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
}

.shop_variant {
	margin-right: 30px;
	-ms-flex: 1;
	flex: 1;
}

.shop_variant:last-child {
	margin-right: 0;
}

.shop_afterVariantsVoucher {
	max-width: 1038px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 29px 0 22px;
}

.shop_afterVariantsVoucher .shop_voucher {
	margin-right: calc(50% + 30px);
}

.shop_afterBasketVoucher {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 22px 0 22px;
}

.shop_voucher {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: 'Soehne', sans-serif;
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.2s;
}

.shop_voucher:hover {
	color: #007fff;
}

.shop_voucherIco {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	color: #007fff;
}

.shop_letter {
	margin-top: 22px;
	margin-bottom: 49px;
}

.shop_contacts {
	margin-top: 18px;
}

.shop_steps {
	margin-bottom: 34px;
}

.shop_biggerText {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 30px;
}

.shop_print {
	margin: 20px 0;
}

.subscribeBox {
	display: -ms-flexbox;
	display: flex;
}

.subscribeBox_box {
	width: 50%;
	-ms-flex: none;
	flex: none;
	position: relative;
}

.subscribeBox_box::before {
	content: '';
	position: absolute;
	top: 22px;
	right: -2px;
	z-index: 2;
	bottom: 16px;
	width: 1px;
	background: #a0a0a0 no-repeat;
}

.subscribeBox_box:last-child::before {
	content: none;
}

.tempPage_wrap {
	min-height: 100vh;
	padding: 60px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	text-align: center;
}

.tempPage_logo {
	margin-bottom: 20px;
	max-width: 80%;
	width: 486px;
}

.text {
	max-width: 750px;
	margin-top: 60px;
	margin-bottom: 90px;
	max-width: 710px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.text_heading {
	font-weight: 300;
	text-align: center;
	margin-bottom: 1em;
	font-size: 4rem;
}

.text_content h2 {
	font-size: 2rem !important;
	font-weight: 400 !important;
	font-family: 'Algebra', serif !important;
	text-transform: uppercase !important;
}

.text_content h3 {
	font-size: 1.7rem !important;
	font-weight: 400 !important;
	font-family: 'Algebra', serif !important;
	text-transform: uppercase !important;
}

.text_content h4 {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	font-family: 'Algebra', serif !important;
}

@media only screen and (max-width: 710px) and (min-width: 481px) {

.articleList-skyscraper .article_wrap {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: auto;
}

.articleList-skyscraper .article_photo {
	width: calc(50% - 15px);
	margin-bottom: 0;
	margin-right: 30px;
	height: 242px;
}

.articleList-skyscraper .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-skyscraper .article_text {
	width: calc(50% - 15px);
}

.articleList-skyscraper .article_title {
	max-height: 3.33333333em;
	overflow: hidden;
	padding-top: 1px;
}

.articleList-skyscraper .article_desc {
	max-height: 7.6em;
	overflow: hidden;
}

.articleList-skyscraper .article_more {
	display: none;
}

}

@media only screen and (min-width: 711px) {

.articleList-bait .article_wrap {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: auto;
}

.articleList-bait .article_photo {
	width: calc(50% - 15px);
	margin-bottom: 0;
}

.articleList-bait .article_text {
	width: calc(50% - 15px);
}

.articleList-bait .article_shortDesc {
	display: block;
}

.articleList-bait .article_title {
	margin-bottom: 0.2962963em;
}

.articleList-bait .article_author {
	display: -ms-flexbox;
	display: flex;
}

}

@media only screen and (min-width: 1201px), only screen and (orientation: landscape) {

.gallery_info {
	height: auto !important;
}

}

@media only screen and (max-width: 1200px) and (orientation: portrait) {

.gallery_inner {
	padding-top: 90px;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gallery_photo {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 0;
	max-height: calc(100% - 230px);
}

.gallery_bar {
	position: static;
	width: 0px;
	height: 0px;
	padding-top: 0;
}

.gallery_info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height;
	transition-duration: 0.2s;
	pointer-events: none;
	margin-top: auto;
}

.gallery_info:not(.opened) {
	height: 0 !important;
}

.gallery_info.opened {
	width: 100%;
	pointer-events: auto;
}

.gallery_close {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 17px;
	right: 17px;
}

.gallery_pagination {
	font-size: 1.4rem;
	width: 44px;
	position: absolute;
	top: 61px;
	right: 18px;
	margin: 0;
}

.gallery_infoWrap {
	width: 100%;
	padding: 20px 20px 23px;
}

.gallery_desc,
.gallery_meta {
	max-width: 280px;
	margin-right: 50px;
}

.gallery_socials {
	padding-top: 16px;
	margin-top: 38px;
}

.gallery_socials .socials_ico {
	width: 40px;
	height: 40px;
}

.gallery_details {
	bottom: 178px;
	position: absolute;
	right: 18px;
	width: 44px;
	height: 44px;
	font-size: 1.4rem;
}

.gallery_nav {
	position: absolute;
	bottom: 90px;
	right: 18px;
	width: 44px;
}

.gallery_arrow {
	height: 44px;
}

.gallery_logo {
	width: 36px;
	height: 33px;
	right: 22px;
	bottom: 27px;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.mfp-arrow-left {
	-ms-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-right {
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@media only screen and (max-width: 900px) {

.issue {
	display: block;
}

.issue_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 61px;
}

.issue_heading {
	margin-left: 81px;
	height: 81px;
}

.subscribe {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.subscribe_photo {
	width: 75px;
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	margin-bottom: 15px;
}

.subscribe_image {
	max-height: auto;
}

.subscribe_heading {
	position: absolute;
	top: 15px;
	left: 108px;
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px 0 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.subscribe_text {
	width: auto;
}

.archive_list {
	grid-template-columns: repeat(3, 1fr);
	gap: 13px 20px;
}

.archive_list__related .archiveItem:nth-child(n+4) {
	display: none;
}

.archive_item__current + .archive_item {
	margin-bottom: -14px;
}

.errorPage {
	padding-top: 80px;
	padding-bottom: 80px;
}

.errorPage_heading {
	font-size: 9.4rem;
}

.text_heading {
	font-size: 3.4rem;
}

}

@media (max-width: 900px) {

.shop_variants {
	max-width: 670px;
	display: block;
}

.shop_variant {
	margin-right: 0;
	margin-bottom: 44px;
}

.shop_variant:last-child {
	margin-bottom: 0;
}

.shop_afterVariantsVoucher {
	max-width: 670px;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.shop_afterVariantsVoucher .shop_voucher {
	margin-right: 0;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
       * Remove all paddings around the image on small screen
       */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media only screen and (max-width: 710px) {

.articleList-nexttoWide .article_title {
	font-size: 2.7rem;
}

.articleList-nexttoWide .article_photo {
	width: calc(50% - 15px);
	height: 242px;
}

.articleList-nexttoWide .article_text {
	width: calc(50% - 15px);
}

.articleList-nexttoWide .article_desc {
	max-height: 6.33333333em;
}

.formatted .art .article:last-child,
.articleList-nexttoShort .article:last-child {
	margin-bottom: 19px;
}

.articleList-related .article {
	width: calc((100% - 30px) * 0.5);
}

.articleList-related .article:nth-last-child(2) {
	display: none;
}

.articleList-related .article:nth-last-child(3) {
	margin-right: 0;
}

.articleList-tabletMini {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.articleList-tabletMini::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: 0px;
	left: 50%;
	pointer-events: none;
}

.articleList-tabletMini .article {
	margin-bottom: 31px;
	width: calc(50% - 15px);
	margin-left: 30px;
}

.articleList-tabletMini .article::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -16px;
	left: 0px;
	pointer-events: none;
}

.articleList-tabletMini .article:first-child {
	margin-top: 0;
}

.articleList-tabletMini .article:first-child::before {
	content: none;
}

.articleList-tabletMini .article:nth-child(2n+1) {
	margin-left: 0;
}

.articleList-tabletMini .article:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.articleList-tabletMini .article:nth-last-child(-n+2)::after {
	content: none;
}

.articleList-tabletMini .article_photo {
	width: 31.875%;
	height: 64px;
	margin-right: 5%;
}

.articleList-tabletMini .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-tabletMini .article_text {
	width: 63.125%;
}

.articleList-tabletMini .article_label,
.articleList-tabletMini .article_desc,
.articleList-tabletMini .article_more,
.articleList-tabletMini .article_comments,
.articleList-tabletMini .article_date {
	display: none;
}

.articleList-tabletMini .article_title {
	max-height: 2.53333333em;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}

.articleList-sectionIntro {
	margin-bottom: 15px;
}

.articleListLayout-3x1 .article {
	width: calc(50% - 15px);
}

.articleListLayout-3x1 .article:nth-child(n+3) {
	display: none;
}

.articleListLayout-4x1 .article {
	width: calc((100% - 30px) * 0.5);
	margin-bottom: 30px;
}

.articleListLayout-4x1 .article:last-child {
	display: block;
}

.articleListLayout-4x1 .article:nth-child(2n+1) {
	margin-left: 0;
}

.articleListLayout-4x1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.articleListLayout-4xx .article {
	width: calc((100% - 30px) * 0.5);
	margin-bottom: 41px;
}

.articleListLayout-4xx .article::before {
	bottom: -27px;
}

.articleListLayout-4xx .article:nth-child(n) {
	margin-left: 30px;
}

.articleListLayout-4xx .article:nth-child(n)::before {
	left: -30px;
}

.articleListLayout-4xx .article:nth-child(2n+1) {
	margin-left: 0;
}

.articleListLayout-4xx .article:nth-child(2n+1)::before {
	left: 0;
}

.authors_list {
	overscroll-behavior: auto;
}

.issueDetail__withBg .bigAuthor_more {
	color: #007fff;
}

.issue_photo {
	width: 120px;
}

.issue_heading {
	margin-left: 140px;
	height: 160px;
}

.menu {
	padding-top: 79px;
}

.menu_link:hover {
	color: unset;
}

.account {
	margin-top: 40px;
}

.account_navigation {
	font-size: 2rem;
}

.archive_list {
	grid-template-columns: repeat(2, 1fr);
}

.archive_list__related .archiveItem:nth-child(n+3) {
	display: none;
}

.archive_item__current + .archive_item {
	margin-bottom: 0;
}

.articleDetail {
	margin-top: 20px;
}

.articleDetail_header {
	margin-bottom: 20px;
}

.articleDetail_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.articleDetail_content,
.articleDetail_left {
	width: 100%;
}

.articleDetail_left {
	margin-bottom: 20px;
}

.articleDetail_author {
	border-top: 0;
	padding: 0;
}

.articleDetail_shares {
	display: none;
}

.articleDetail_issue {
	display: none;
}

.articleDetail_heading {
	max-width: 430px;
	font-size: 3.6rem;
}

.articleDetail_perex {
	max-width: none;
	font-size: 1.8rem;
}

.articleDetail_caption {
	max-width: none;
}

.articles_middle {
	width: 100% !important;
}

.articles_left {
	display: none;
}

.articles_heading {
	-ms-flex-align: start;
	align-items: flex-start;
}

.articles_partner {
	display: block;
	font-size: 1.2rem;
}

.articles_partnerLogo {
	width: auto;
	height: 15px;
	margin-left: auto;
}

.articleTab {
	margin-top: 0;
	margin-bottom: -1px;
}

.articleTab_heading {
	cursor: pointer;
	padding-right: 25px;
}

.articleTab_arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 19px;
	height: 10px;
	margin-top: -5px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-property: transform;
	transition-duration: 0.2s;
}

.articleTab_wrap {
	display: none;
	padding-bottom: 50px;
}

.articleTab_wrap::before {
	bottom: 64px;
}

.articleTab.opened .articleTab_arrow {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.authorDetail_left {
	display: none;
}

.errorPage {
	padding-top: 60px;
	padding-bottom: 60px;
}

.errorPage_heading {
	font-size: 7rem;
}

.errorPage_text {
	font-size: 1.5rem;
}

.footer {
	background: #000 no-repeat;
}

.footer_inner {
	padding-left: 20px;
	padding-right: 20px;
}

.footer_inner::before {
	content: none;
}

.footer_wrap {
	display: block;
}

.footer_side {
	width: auto;
	padding-left: 0;
	margin-top: 40px;
}

.footer_column {
	padding-right: 0;
}

.header_inner {
	padding-top: 25px;
	padding-bottom: 25px;
	-ms-flex-align: center;
	align-items: center;
}

.header_logo {
	width: 151px;
	height: 26px;
}

.header_user {
	top: 22px;
}

.homepageBottom_row2Left {
	padding-bottom: 15px;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 15px;
}

.homepageBottom_articles .article:nth-child(n+5) {
	display: none;
}

.homepageBottom_articles .article:nth-last-child(3) {
	margin-bottom: 0;
}

.homepageBottom_articles .article:nth-last-child(3)::after {
	content: none;
}

.homepageBottom_row2Right {
	margin-top: 31px;
	height: 450px;
}

.homepageMain_row2 {
	display: block;
}

.homepageMain_row2Left {
	width: auto;
}

.homepageMain_row2Right {
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-left: 0;
	margin-top: 15px;
	border-top: 1px solid #a0a0a0;
	padding-top: 15px;
}

.homepageMain_row2Right::before {
	content: none;
}

.homepageMain_row2Right .article {
	width: calc(50% - 15px);
	margin-left: 30px;
	margin-bottom: 0;
}

.homepageMain_row2Right .article:nth-child(n+3) {
	display: none;
}

.homepageMain_row2Right .article::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #a0a0a0 no-repeat;
	position: absolute;
	top: 0px;
	left: -14.5px;
	pointer-events: none;
}

.homepageMain_row2Right .article::after {
	content: none;
}

.homepageMain_row2Right .article:first-child {
	margin-left: 0;
}

.homepageMain_row2Right .article:first-child::before {
	content: none;
}

.introArticles_list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.introArticles .article:first-child {
	display: none;
}

.issueDetail_bg {
	display: none;
}

.issueDetail_wrap {
	padding: 0;
}

.issueDetail_box {
	display: block;
}

.issueDetail_text {
	display: block;
	margin-top: 30px;
}

.issueDetail_photo {
	max-width: 100%;
}

.issueDetail__withBg {
	color: #000;
}

.issueDetail__withBg .issueDetail_wrap::before {
	content: none;
}

.layout__2-2 {
	display: block;
}

.layout__2-2 > .layout_column:first-child {
	width: auto;
}

.layout__2-2 > .layout_column:last-child {
	width: auto;
	margin-left: 0;
}

.layout__2-2 > .layout_column:last-child::before {
	content: none;
}

.layout__1-2-1 {
	display: block;
}

.layout__1-2-1 > .layout_column:first-child {
	width: auto;
}

.layout__1-2-1 > .layout_column:last-child {
	width: auto;
	margin-left: 0;
}

.layout__1-2-1 > .layout_column:last-child::before {
	content: none;
}

.narrowForm {
	margin-top: 40px;
}

.subscribeBox {
	display: block;
}

.subscribeBox_box {
	width: auto;
}

.subscribeBox_box::before {
	left: 18px;
	right: 14px;
	bottom: 0;
	top: auto;
	width: auto;
	height: 1px;
}

.text_heading {
	font-size: 3rem;
}

}

@media (max-width: 710px) {

.shopSteps {
	display: block;
}

.shopSteps_item {
	margin-right: 0;
	margin-bottom: 40px;
}

.shopSteps_item:last-child {
	margin-bottom: 0;
}

.shopSteps_item::after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: auto;
	left: 4px;
	top: auto;
	bottom: -31px;
}

}

@media only screen and (max-width: 480px) {

.archiveItem_desc {
	display: block;
}

.archive_item__current .archiveItem_desc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.articleList-homepageHighlight .article {
	height: 320px;
}

.articleList-homepageHighlight .article_text {
	padding: 15px;
}

.articleList-homepageHighlight .article_title {
	font-size: 3rem;
	margin-bottom: 0;
}

.articleList-homepageHighlight .article_desc {
	display: none;
}

.articleList-topicHighlight .article {
	height: 320px;
}

.articleList-topicHighlight .article_text {
	padding: 15px;
}

.articleList-topicHighlight .article_title {
	font-size: 3rem;
	margin-bottom: 0;
}

.articleList-topicHighlight .article_desc {
	display: none;
}

.articleList-nexttoLong .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.articleList-nexttoLong .article_photo,
.articleList-nexttoLong .article_text {
	width: 100%;
}

.articleList-nexttoLong .article_photo {
	height: 252px;
	margin-bottom: 16px;
}

.articleList-nexttoLong .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-nexttoLong .article_desc {
	margin-bottom: 8px;
}

.articleList-mini .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-over .article_photo {
	height: 252px;
}

.articleList-over .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-bait .article_photo {
	height: 252px;
}

.articleList-bait .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-nexttoWide .article_wrap {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.articleList-nexttoWide .article_photo,
.articleList-nexttoWide .article_text {
	width: 100%;
}

.articleList-nexttoWide .article_photo {
	height: 252px;
	margin-bottom: 16px;
	margin-left: 0;
}

.articleList-nexttoWide .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-nexttoWide .article_desc {
	margin-bottom: 8px;
}

.articleList-midi .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-skyscraper .article_photo {
	height: 252px;
}

.articleList-skyscraper .article_image {
	width: 100%;
	object-fit: cover;
}

.articleList-skyscraper .article_more {
	display: none;
}

.articleList-tabletMini {
	display: block;
}

.articleList-tabletMini::before {
	content: none;
}

.articleList-tabletMini .article {
	width: 100%;
	margin-left: 0;
}

.articleList-tabletMini .article:nth-last-child(2) {
	margin-bottom: 31px;
}

.articleList-tabletMini .article:nth-last-child(2):after {
	content: '';
}

.articleList-mobileMini {
	display: block;
}

.formatted .art .article,
.articleList-mobileMini .article {
	margin-bottom: 31px;
	width: 100%;
}

.formatted .art .article::after,
.articleList-mobileMini .article::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
	position: absolute;
	bottom: -16px;
	left: 0px;
	pointer-events: none;
}

.formatted .art .article:nth-child(n),
.articleList-mobileMini .article:nth-child(n) {
	display: block;
}

.formatted .art .article:first-child,
.articleList-mobileMini .article:first-child {
	margin-top: 0;
}

.formatted .art .article:first-child::before,
.articleList-mobileMini .article:first-child::before {
	content: none;
}

.formatted .art .article:last-child::after,
.articleList-mobileMini .article:last-child::after {
	content: none;
}

.formatted .art .article_wrap,
.articleList-mobileMini .article_wrap {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.formatted .art .article_photo,
.articleList-mobileMini .article_photo {
	width: 31.875%;
	height: 64px;
	margin-right: 5%;
	margin-bottom: 0;
}

.formatted .art .article_image,
.articleList-mobileMini .article_image {
	width: 100%;
	object-fit: cover;
}

.formatted .art .article_text,
.articleList-mobileMini .article_text {
	width: 63.125%;
}

.formatted .art .article_label,
.articleList-mobileMini .article_label,
.formatted .art .article_desc,
.articleList-mobileMini .article_desc,
.formatted .art .article_more,
.articleList-mobileMini .article_more,
.formatted .art .article_comments,
.articleList-mobileMini .article_comments,
.formatted .art .article_date,
.articleList-mobileMini .article_date {
	display: none;
}

.formatted .art .article_title,
.articleList-mobileMini .article_title {
	max-height: 2.53333333em;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}

.articleList-sectionIntro {
	border-bottom: 1px solid #a0a0a0;
}

.articleListLayout-3x1 {
	display: block;
}

.articleListLayout-3x1 .article {
	width: 100%;
	margin-left: 0;
	margin-top: 31px;
}

.articleListLayout-3x1 .article::before {
	width: 100%;
	height: 1px;
	left: 0;
	top: -16px;
}

.articleListLayout-3x1 .article:first-child {
	margin-top: 0;
}

.articleListLayout-3x1 .article:nth-child(n+3) {
	display: block;
}

.articleListLayout-4x1 .article {
	width: 100%;
	margin-left: 0;
}

.articleListLayout-4x1 .article:nth-last-child(-n+2) {
	display: none;
}

.articleListLayout-4xx .article {
	width: 100%;
}

.articleListLayout-4xx .article:nth-child(n) {
	margin-left: 0;
}

.articleListLayout-4xx .article:nth-child(n)::before {
	left: 0;
}

.formatted .art .article h2 {
	max-height: 2.53333333em;
	overflow: hidden;
	font-size: 1.5rem;
	font-family: 'Algebra', serif;
	line-height: 1.26666667;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0;
}

.issue {
	padding-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.issue_photo {
	position: static;
	width: 144px;
	max-width: 45%;
	margin-right: 15px;
}

.issue_button {
	position: static;
	margin: 14px 0 0;
}

.issue_heading {
	margin-left: 0;
	width: auto;
	height: auto;
}

.issue_topics {
	height: 73px;
}

.pagination_list {
	margin-top: 2px;
	margin-bottom: 1px;
}

.pagination_active,
.pagination_link,
.pagination_ellipsis {
	display: none;
}

.pagination_link__prev,
.pagination_link__next {
	display: block;
	padding: 8px;
}

.pagination_arrow {
	width: 20px;
	height: 20px;
}

.archive_year:nth-child(n+4) {
	display: none;
}

.articleDetail_issue {
	display: none;
}

.articles_highlight {
	padding-bottom: 35px;
}

.authorDetail_info {
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 15px;
}

.authorDetail_photo {
	position: static;
	width: 176px;
	height: 176px;
	margin-bottom: 20px;
}

.authorDetail_name,
.authorDetail_posts {
	margin-right: 0;
}

.economistBlock__intro {
	margin-bottom: 15px;
}

.economistBlock__intro::after {
	content: "";
	height: 1px;
}

.economistBlock_articles {
	display: block;
}

.economistBlock_articles::after {
	display: none;
}

.economistBlock_articles .article {
	width: auto;
	margin-bottom: 19px;
	margin-left: 0;
}

.economistBlock_articles .article::after {
	content: '';
}

.economistBlock_articles .article:nth-child(3) {
	margin-bottom: 19px;
}

.economistBlock_articles .article:nth-child(3)::after {
	content: '';
}

.errorPage_heading {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.errorPage_logo {
	margin-bottom: 15px;
	margin-right: 0;
}

.errorPage_form {
	width: 280px;
}

.homepageBottom_articles .article:nth-child(n+5) {
	display: block;
}

.homepageBottom_articles .article:nth-last-child(3) {
	margin-bottom: 31px;
}

.homepageBottom_articles .article:nth-last-child(3)::after {
	content: '';
}

.homepageMain_highlight {
	position: relative;
	margin-bottom: 31px;
}

.homepageMain_highlight::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #a0a0a0 no-repeat;
}

.homepageMain_side {
	display: block;
}

.homepageMain_commentary {
	width: auto;
}

.homepageMain_cast {
	width: auto;
	margin-right: 0;
	margin-bottom: 31px;
}

.homepageMain_cast::before {
	width: 100%;
	height: 1px;
	left: 0;
	top: auto;
	bottom: -16px;
}

.homepageMain_row2Right {
	display: block;
}

.homepageMain_row2Right .article {
	width: auto;
	margin-bottom: 25px;
	margin-left: 0;
}

.homepageMain_row2Right .article:nth-child(n+3) {
	display: block;
}

.homepageMain_row2Right .article::before {
	content: none;
}

.homepageMain_row2Right .article::after {
	content: '';
}

.introArticles_list {
	grid-template-columns: minmax(0, 1fr);
	row-gap: 31px;
}

.introArticles .article::after {
	width: 100%;
	height: 1px;
	left: 0;
	right: auto;
	bottom: -16px;
}

.introArticles .article:first-child {
	display: block;
}

.text_heading {
	font-size: 2.8rem;
}

}

@media (max-width: 480px) {

.lockBox_photo {
	display: none;
}

.lockBox_text,
.lockBox_photo + .lockBox_text {
	font-size: 3.6rem;
}

.shopBasket_price span {
	font-size: 1.5rem;
}

.shopContacts_heading strong {
	display: block;
}

.shopVariant_photo {
	width: 33.42245989%;
}

}

@media only screen and (max-width: 380px) {

.articleList-nexttoLong .article_photo {
	height: 180px;
}

.articleList-over .article_photo {
	height: 180px;
}

.articleList-bait .article_photo {
	height: 180px;
}

.articleList-nexttoWide .article_photo {
	height: 180px;
}

.articleList-skyscraper .article_photo {
	height: 180px;
}

.articles_heading {
	display: block;
}

.articles_partner {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.articles_partnerLogo {
	margin-left: 6px;
}

.gallery_socials {
	margin-top: 20px;
}

.gallery_meta {
	margin-top: 20px;
}

.narrowForm_contacts {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

