* {
    margin: 0;
    padding: 0;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(255,255,255,0);
    cursor: default;
}
body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a {
    background: transparent;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
ol,
ul {
    list-style: none;
}
pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}
q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
    border: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
input,
select,
textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
    color: transparent;
}
[placeholder]:focus::placeholder {
    color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color: #44517f;
    font-family: 'Manrope', sans-serif;
    font-variant: no-common-ligatures;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
    font-weight: 700;
    line-height: 1.4;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
    margin-bottom: 0;
}
h1:not([class]) {
    margin: 0 0 40px;
    font-size: 42px;
}
h2:not([class]) {
    margin: 0 0 30px;
    font-size: 36px;
}
h3:not([class]) {
    margin: 0 0 25px;
    font-size: 28px;
}
h4:not([class]) {
    margin: 0 0 20px;
    font-size: 24px;
}
h5:not([class]) {
    margin: 0 0 15px;
    font-size: 20px;
}
h6:not([class]) {
    margin: 0 0 10px;
    font-size: 18px;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]) {
    margin: 0 0 25px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child,
hr:not([class]):last-child,
fieldset:not([class]):last-child {
    margin-bottom: 0;
}
img:not([class]) {
    max-width: 100%;
}
ul:not([class]) {
    margin: 0 0 20px;
    list-style: none;
}
ul:not([class]) > li:not([class]):before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 8px;
    width: 5px;
    height: 5px;
    background: #343434;
    border-radius: 50%;
}
ol:not([class]) {
    counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
    position: relative;
    padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):before {
    content: counter(ol);
    counter-increment: ol;
    position: absolute;
    top: 0;
    left: 8px;
    display: block;
    color: #343434;
}
li:not([class]) {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    list-style: none;
}
li:not([class]):last-child {
    margin-bottom: 0;
}
table:not([class]) {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border-spacing: 1px;
    border-collapse: collapse;
    border: 1px solid #dedede;
}
caption:not([class]) {
    display: table-caption;
    padding: 0 0 10px;
    font-size: 1.1em;
    text-align: center;
}
th:not([class]) {
    vertical-align: middle;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #dedede;
}
tbody:not([class]) th:not([class]) {
    text-align: left;
}
td:not([class]) {
    padding: 10px;
    border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
    background: #e6e6e6;
}
thead:not([class]) {
    color: #888;
}
tfoot:not([class]) {
    color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
    background: #e6e6e6;
}
a:not([class]) {
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
a:not([class]):link {
    color: #2b2bd6;
}
a:not([class]):visited {
    color: #d6224c;
}
a:not([class]):hover {
    color: #0b89f5;
}
a:not([class]):active {
    color: #71afe4;
}
sub:not([class]) {
    bottom: -0.25em;
    vertical-align: bottom;
    font-size: 0.75em;
}
sup:not([class]) {
    top: -0.5em;
    vertical-align: top;
    font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
    font-style: italic;
}
b:not([class]),
strong:not([class]) {
    font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
    text-decoration: line-through;
}
ins:not([class]) {
    text-decoration: underline;
}
q:not([class]) {
    display: inline;
}
q:not([class]):before {
    content: open-quote;
}
q:not([class]):after {
    content: close-quote;
}
kbd:not([class]) {
    font-family: monospace, monospace;
}
mark:not([class]) {
    background: #f1f1f1;
}
abbr:not([class]) {
    position: relative;
    text-decoration: none;
}
abbr:not([class])[title]:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
    margin: 0 0 20px;
    padding: 20px;
    background: #f1f1f1;
    border: 1px solid #b1b1b1;
}
dl:not([class]) {
    margin: 0 0 20px;
}
dd:not([class]) {
    padding: 0 0 0 50px;
}
hr:not([class]) {
    width: 100%;
    height: 0;
    background: none;
    border: none;
    border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
    padding: 20px;
    border: 1px solid #dedede;
}
legend:not([class]) {
    margin: 0 0 0 2em;
    padding: 0 0.5em;
}
select:not([class]) {
    width: 200px;
    padding: 10px;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin: 0 0 5px;
    padding: 10px;
    color: #343434;
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
    background: #fff;
    border: 1px solid #343434;
    outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
    color: #ddd;
    font-size: 16px;
    opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
    color: #ddd;
    font-size: 16px;
    opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
    color: #ddd;
    font-size: 16px;
    opacity: 1;
}
textarea:not([class]) {
    resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
    margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
    padding: 10px;
    font-size: 1em;
    line-height: 1.6;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 0;
    outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
    background: #bbb;
}
label:not([class]) {
    font-weight: 700;
}
.bs-group {
    margin: 0 0 40px;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
    margin: 0 0 20px;
    color: #909090;
    text-transform: uppercase;
}
.bs-tags-style li {
    margin: 0 0 8px;
}
.bs-tags-style li:last-child {
    margin-bottom: 0;
}
[class|="bx"] a:not([class]) {
    -webkit-text-fill-color: currentColor;
    background-color: transparent;
    background-image: none;
}
.accordeon-group {
    display: block;
}
.accordeon-group__item {
    margin: 0 0 15px;
}
.accordeon-group__item:last-child {
    margin-bottom: 0;
}
.accordeon {
    display: block;
}
.accordeon__header {
    position: relative;
}
.accordeon__title {
    display: block;
    padding: 15px 60px 15px 20px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
    .accordeon__title {
        font-size: 22px;
    }
}
.accordeon__title:hover,
.accordeon__title:active {
    color: #333;
    text-decoration: none;
    background: #f2f2f2;
}
.accordeon__close {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 5;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    background: #bfbfbf;
    border: none;
    border-radius: 50%;
    outline: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.accordeon__close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #676767;
    border-bottom: 2px solid #676767;
    -webkit-transform: translate(-50%, -75%) rotate(45deg);
    transform: translate(-50%, -75%) rotate(45deg);
}
.accordeon__main {
    display: none;
    padding: 20px 0;
}
.accordeon__fields {
    margin: 0 0 20px;
}
.accordeon__fields:last-child {
    margin-bottom: 0;
}
.accordeon__field {
    margin: 0 0 10px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.accordeon__field:last-child {
    margin-bottom: 0;
}
.accordeon_state_open .accordeon__close:before {
    border: none;
    border-top: 2px solid #676767;
    border-left: 2px solid #676767;
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg);
}
.accordeon_state_open .accordeon__main {
    display: block;
}
.alert {
    display: block;
    margin: 0 0 15px;
    padding: 10px 15px;
    color: #004085;
    background: #cce5ff;
    border: 1px solid transparent;
    border-color: #b8daff;
    border-radius: 5px;
}
.alert:last-child {
    margin-bottom: 0;
}
.alert__title {
    margin: 0 0 25px;
    font-size: 1.5em;
    font-weight: 700;
}
.alert__title:last-child {
    margin-bottom: 0;
}
.alert__fields {
    margin: 0 0 25px;
}
.alert__fields:last-child {
    margin-bottom: 0;
}
.alert__field {
    margin: 0 0 15px;
}
.alert__field:last-child {
    margin-bottom: 0;
}
.alert__link {
    display: inline;
    vertical-align: baseline;
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.alert__link:hover,
.alert__link:active,
.alert__link:focus {
    color: inherit;
    text-decoration: none;
}
.alert_style_default {
    color: #004085;
    background: #cce5ff;
    border-color: #b8daff;
}
.alert_style_success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert_style_danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert_style_warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert_style_info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert_style_light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert_style_grayscale {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert_style_dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.archive-group {
    position: relative;
    display: block;
}
.archive-group__item {
    padding: 36px 0 0;
    border-top: 1px dashed #dbdbdb;
}
.archive-group__item:first-child {
    padding-top: 0;
    border-top: none;
}
.archive-group__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.archive-group__year-list {
    padding: 25px 0;
}
.archive-list {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}
.archive-list__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px dashed #dbdbdb;
}
.archive-list__line:first-child {
    border-top: none;
}
.archive-list__line_type_header {
    color: #44517f;
    font-size: 22px;
    font-weight: 600;
}
.archive-list__line_type_header .archive-list__number,
.archive-list__line_type_header .archive-list__name {
    padding-top: 10px;
}
.archive-list__number {
    -ms-flex-preferred-size: 53px;
    flex-basis: 53px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px 0;
    text-align: center;
    border-right: 1px dashed #dbdbdb;
}
.archive-list__name {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 16px 30px;
    text-align: left;
}
.archive-list__link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.archive-list__link:hover {
    color: #22c2f4;
}
.arrow-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.arrow-controls__control {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 12px 0 0;
}
.arrow-controls__control:last-child {
    margin: 0;
}
.arrow-controls__button {
    position: relative;
    display: block;
    width: auto;
    width: 37px;
    height: 37px;
    color: #1f83c7;
    font-size: 0;
    text-decoration: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.arrow-controls__button:hover {
    color: #44517f;
    text-decoration: none;
    border-color: #44517f;
}
.arrow-controls__button:focus {
    color: #22c2f4;
    text-decoration: none;
    border-color: #22c2f4;
}
.arrow-controls__button_state_active {
    color: #44517f;
}
.arrow-controls__button_state_active:hover,
.arrow-controls__button_state_active:focus {
    color: #44517f;
}
.arrow-controls__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.article-group {
    display: block;
}
.article-group__list {
    display: block;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}
@media only screen and (min-width: 1025px) {
    .article-group__list {
        margin: 0 0 72px;
    }
}
.article-group__list:last-child {
    margin-bottom: 0;
    padding: 0 0 60px;
}
@media only screen and (min-width: 1025px) {
    .article-group__list:last-child {
        padding: 0 0 116px;
    }
}
.article-group__item {
    display: block;
    margin: 0 0 40px;
    padding: 0 0 36px;
    border-bottom: 1px solid rgba(68,81,127,0.2);
}
.article-group__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.article-snippet {
    position: relative;
    display: block;
}
@media only screen and (min-width: 1025px) {
    .article-snippet:hover .article-snippet__bookmark-control {
        pointer-events: auto;
        opacity: 1;
    }
}
.article-snippet__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aling-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 9px;
    font-size: 14px;
}
@media only screen and (min-width: 1025px) {
    .article-snippet__header {
        font-size: 16px;
    }
}
.article-snippet__header:last-child {
    margin-bottom: 0;
}
.article-snippet__label {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    margin: 0 29px 0 0;
    color: rgba(68,81,127,0.6);
    font-weight: 700;
    letter-spacing: 0.05em;
}
.article-snippet__label:last-child {
    margin-right: 0;
}
.article-snippet__meta {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 40%;
    letter-spacing: 0.05em;
    color: rgba(68,81,127,0.6);
}
.article-snippet__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 9px;
}
.article-snippet__content:last-child {
    margin-bottom: 0.05em;
}
.article-snippet__main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-width: 1075px;
}
.article-snippet__title {
    display: block;
    margin: 0 0 8px;
    color: #44517f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
@media only screen and (min-width: 1025px) {
    .article-snippet__title {
        font-size: 24px;
    }
}
.article-snippet__title:last-child {
    margin-bottom: 0;
}
.article-snippet__link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.article-snippet__link:hover,
.article-snippet__link:focus {
    color: #22c2f4;
    text-decoration: none;
}
.article-snippet__bookmark-control {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0 0 0 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .article-snippet__bookmark-control {
        pointer-events: none;
        opacity: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .article-snippet_state_bookmarked .article-snippet__bookmark-control {
        pointer-events: auto;
        opacity: 1;
    }
}
.article {
    display: block;
}
.article__header {
    display: block;
    margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
    .article__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 49px;
        padding: 0 24px 0 0;
    }
}
@media only screen and (min-width: 1025px) {
    .article__header {
        padding: 0 79px 0 0;
    }
}
.article__header:last-child {
    margin-bottom: 0;
}
.article__info {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.article__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .article__controls {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 0 auto;
        padding: 0 0 3px 16px;
    }
}
.article__control {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 12px 16px 0 0;
}
@media only screen and (min-width: 768px) {
    .article__control {
        margin: 0 29px 0 0;
    }
}
@media only screen and (min-width: 768px) {
    .article__control:last-child {
        margin-right: 0;
    }
}
.article__navigation {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
@media only screen and (min-width: 768px) {
    .article__navigation {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.article__label {
    display: block;
    margin: 0 0 13px;
}
.article__label:last-child {
    margin-bottom: 0;
}
.article__meta {
    display: block;
    margin: 0 0 13px;
    color: rgba(68,81,127,0.6);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.article__meta:last-child {
    margin-bottom: 0;
}
.article__content {
    position: relative;
    display: block;
    padding: 0 24px 27px 0;
}
@media only screen and (min-width: 1025px) {
    .article__content {
        padding: 0 79px 83px 0;
    }
}
.article__display {
    position: relative;
    min-height: 720px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(68,81,127,0.4), 24px 27px 0 0 #f2f5fd;
    box-shadow: 0 0 10px 0 rgba(68,81,127,0.4), 24px 27px 0 0 #f2f5fd;
}
@media only screen and (min-width: 1025px) {
    .article__display {
        min-height: 1136px;
        -webkit-box-shadow: 0 0 10px 0 rgba(68,81,127,0.4), 79px 83px 0 0 #f2f5fd;
        box-shadow: 0 0 10px 0 rgba(68,81,127,0.4), 79px 83px 0 0 #f2f5fd;
    }
}
.article__info-panel {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 10;
    display: block;
    overflow: hidden auto;
    width: 821px;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
    .article__info-panel {
        top: 100px;
    }
}
.article_state_closed .article__display:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.87;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.article_state_closed .article__info-panel {
    display: block;
}
.bookmark-button {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    width: 37px;
    height: 37px;
    padding: 8px 8px 9px 9px;
    color: transparent;
    font-size: 0;
    text-decoration: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.bookmark-button:hover {
    color: transparent;
    text-decoration: none;
    border-color: #44517f;
}
.bookmark-button:focus {
    color: transparent;
    text-decoration: none;
    border-color: #22c2f4;
}
.bookmark-button__icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.bookmark-button_state_active {
    color: #44517f;
}
.bookmark-button_state_active:hover,
.bookmark-button_state_active:focus {
    color: #44517f;
}
.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #888b93;
    font-size: 0;
    line-height: 1.2;
}
.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.breadcrumbs__item:first-child:before {
    display: none;
}
.breadcrumbs__item:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 3px;
    height: 9px;
    margin: 0 7px;
    border-left: 1px solid #888b93;
    border-right: 1px solid #888b93;
}
.breadcrumbs__link {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    outline: none;
}
.breadcrumbs__link:hover {
    color: #22c2f4;
    text-decoration: none;
}
.breadcrumbs__link:active {
    color: #22c2f4;
    text-decoration: none;
}
.breadcrumbs__link:focus {
    color: #22c2f4;
    text-decoration: none;
}
.breakdown-list {
    display: block;
    padding: 30px 20px;
    color: #f6f8fe;
    background: #44517f;
}
@media only screen and (min-width: 1025px) {
    .breakdown-list {
        padding: 30px 37px 38px;
        border-radius: 4px 0 0 4px;
    }
}
@media only screen and (min-width: 768px) {
    .breakdown-list__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.breakdown-list__item {
    position: relative;
    margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
    .breakdown-list__item {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        max-width: 289px;
        margin: 0 0 0 80px;
        line-height: 1.38;
    }
}
@media only screen and (min-width: 768px) {
    .breakdown-list__item:first-child {
        margin-left: 0;
    }
}
.breakdown-list__item:last-child {
    margin-bottom: 0;
}
.breakdown-list__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.breakdown-list__title {
    margin: 0 0 10px;
    font-family: 'PT Mono', sans-serif;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .breakdown-list__title {
        margin: 0 0 20px;
    }
}
.breakdown-list__title:last-child {
    margin-bottom: 0;
}
.breakdown-list__link {
    color: inherit;
    text-decoration: inherit;
}
.breakdown-list__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.breakdown-list__date {
    color: #959eb8;
    font-size: 14px;
}
.burger {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 18px;
    margin: 0;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    border: 2px solid #22c2f4;
    border-left: none;
    border-right: none;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.burger:hover {
    opacity: 0.8;
}
.burger:before,
.burger:after {
    content: '';
    position: absolute;
}
.burger:before,
.burger:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 2px;
    background: #22c2f4;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.burger_type_close {
    border-color: transparent;
}
.burger_type_close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.burger_type_close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.button {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    padding: 0 10px;
    color: #22c2f4;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    background: #fff;
    border: 1px solid #22c2f4;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button:hover:not(:disabled),
.button:active:not(:disabled),
.button:focus:not(:disabled) {
    opacity: 0.6;
}
.button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.button__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.button__icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
}
.button__icon:first-child {
    margin-left: 0;
}
.button__icon:last-child {
    margin-right: 0;
}
.button_style_primary {
    color: #fff;
    background: #22c2f4;
}
.button_style_secondary {
    color: #1f83c7;
}
.button_style_light {
    border-color: #fff;
}
.button_style_dark {
    color: #fff;
    background-color: #44517f;
    border-color: #44517f;
}
.button_width_full {
    display: block;
    width: 100%;
}
.button_size_l {
    height: 46px;
    font-size: 14px;
}
.button_size_xl {
    height: 77px;
    font-size: 16px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
    .button_size_xs-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1px) {
    .button_size_xs-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 480px) {
    .button_size_s-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 480px) {
    .button_size_s-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 768px) {
    .button_size_m-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .button_size_m-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 1025px) {
    .button_size_l-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .button_size_l-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 1281px) {
    .button_size_xl-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1281px) {
    .button_size_xl-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 1440px) {
    .button_size_xxl-l {
        height: 46px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1440px) {
    .button_size_xxl-xl {
        height: 77px;
        font-size: 16px;
        text-transform: uppercase;
    }
}
.button_padding_xl {
    padding: 0 45px;
}
@media only screen and (min-width: 1px) {
    .button_padding_xs-xl {
        padding: 0 45px;
    }
}
@media only screen and (min-width: 480px) {
    .button_padding_s-xl {
        padding: 0 45px;
    }
}
@media only screen and (min-width: 768px) {
    .button_padding_m-xl {
        padding: 0 45px;
    }
}
@media only screen and (min-width: 1025px) {
    .button_padding_l-xl {
        padding: 0 45px;
    }
}
@media only screen and (min-width: 1281px) {
    .button_padding_xl-xl {
        padding: 0 45px;
    }
}
@media only screen and (min-width: 1440px) {
    .button_padding_xxl-xl {
        padding: 0 45px;
    }
}
.button_caps_upper {
    text-transform: uppercase;
}
.button_shadow_normal {
    -webkit-box-shadow: 0 0 15px 0 rgba(68,81,127,0.2);
    box-shadow: 0 0 15px 0 rgba(68,81,127,0.2);
}
.button_round_l {
    border-radius: 7px;
}
.button_icon-shift_l .button__icon:first-child {
    margin-left: -10px;
}
.button_icon-shift_l .button__icon:last-child {
    margin-right: -10px;
}
.button_icon-size_xs .button__icon {
    width: 14px;
    height: 14px;
}
.button_icon-size_s .button__icon {
    width: 17px;
    height: 17px;
}
.button_type_link {
    height: auto;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: transparent;
    border: none;
}
.carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.carousel-nav__control {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 12px 0 0;
}
.carousel-nav__control:last-child {
    margin: 0;
}
.carousel-nav__arrow {
    position: relative;
    display: block;
    width: auto;
    width: 37px;
    height: 37px;
    color: #1f83c7;
    font-size: 0;
    text-decoration: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.carousel-nav__arrow:hover {
    color: #44517f;
    text-decoration: none;
    border-color: #44517f;
}
.carousel-nav__arrow:focus {
    color: #22c2f4;
    text-decoration: none;
    border-color: #22c2f4;
}
.carousel-nav__arrow:disabled {
    pointer-events: none;
    color: #3a3a3a;
    background-color: #d2d2d2;
}
.carousel-nav__arrow_state_active {
    color: #44517f;
}
.carousel-nav__arrow_state_active:hover,
.carousel-nav__arrow_state_active:focus {
    color: #44517f;
}
.carousel-nav__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel {
    display: block;
}
.carousel__inner {
    position: relative;
}
.carousel__test-content {
    height: 200px;
    color: #fff;
    font-size: 56px;
    background: #555;
}
.check-elem {
    position: relative;
    opacity: 1;
}
.check-elem__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.check-elem__input[type='radio'] + .check-elem__label:before {
    border-radius: 50%;
}
.check-elem__input[type='radio'] + .check-elem__label:after {
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin: 0;
    background: #2196f3;
    border: none;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.check-elem__input:hover:not(:disabled) + .check-elem__label:before,
.check-elem__input:active:not(:disabled) + .check-elem__label:before {
    border-color: #000;
}
.check-elem__input:focus + .check-elem__label:before {
    border-color: #2196f3;
}
.check-elem__input:checked + .check-elem__label:before {
    border-color: #2196f3;
}
.check-elem__input:checked + .check-elem__label:after {
    opacity: 1;
}
.check-elem__input:disabled + .check-elem__label {
    cursor: not-allowed;
    opacity: 0.5;
}
.check-elem__input_state_error + .check-elem__label:before {
    border-color: #d00101;
}
.check-elem__label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    font-size: inherit;
    line-height: inherit;
}
.check-elem__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.check-elem__label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 8px;
    height: 5px;
    margin: -9px 0 0;
    border-left: 2px solid #2196f3;
    border-bottom: 2px solid #2196f3;
    opacity: 0;
    -webkit-transform: skew(40deg, -50deg);
    transform: skew(40deg, -50deg);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.contact-group {
    display: block;
    overflow: hidden;
}
@media only screen and (min-width: 480px) {
    .contact-group__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -10px;
    }
}
@media only screen and (min-width: 480px) and (min-width: 1440px) {
    .contact-group__holder {
        margin: 0 -20px;
    }
}
.contact-group__item {
    padding: 20px 0;
}
@media only screen and (min-width: 480px) {
    .contact-group__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 10px 25px;
    }
}
@media only screen and (min-width: 1281px) {
    .contact-group__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 25%;
        padding: 0 20px;
    }
}
.contact-snippet {
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
.contact-snippet__header {
    margin: 0 0 5px;
}
.contact-snippet__header:last-child {
    margin-bottom: 0;
}
.contact-snippet__label {
    color: #22c2f4;
}
.contact-snippet__fields {
    margin: 0 0 25px;
}
.contact-snippet__fields:last-child {
    margin-bottom: 0;
}
.contact-snippet__field {
    margin: 0 0 5px;
}
.contact-snippet__field:last-child {
    margin-bottom: 0;
}
.contact-snippet__link {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-snippet__link:hover {
    color: #22c2f4;
}
.contact-snippet__image-link {
    display: block;
    widht: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
}
.contact-snippet__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}
.contact-snippet__image_width_s {
    width: 85%;
}
.contact-snippet_width_s {
    max-width: 240px;
}
.content-panel {
    display: block;
    padding: 40px 15px;
    color: #44517f;
    background: #f2f5fd;
}
@media only screen and (min-width: 1025px) {
    .content-panel {
        padding: 64px 15px;
    }
}
@media only screen and (min-width: 1281px) {
    .content-panel {
        padding: 80px 32px;
    }
}
@media only screen and (min-width: 1440px) {
    .content-panel {
        padding: 123px 91px;
    }
}
.content-panel__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
    .content-panel__header {
        margin: 0 0 30px;
    }
}
.content-panel__header:last-child {
    margin-bottom: 0;
}
.content-panel__title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 12px;
    font-family: 'PT Mono', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}
@media only screen and (min-width: 1025px) {
    .content-panel__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .content-panel__title {
        font-size: 36px;
        line-height: 40px;
    }
}
.content-panel__title:last-child {
    margin-bottom: 0;
}
.content-panel__carousel-nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    padding: 0 0 0 12px;
}
.content-panel__link-list {
    letter-spacing: 0.05em;
}
.content-panel_style_light {
    background: #fff;
}
@media only screen and (min-width: 1440px) {
    .content-panel_offset_l {
        padding-top: 155px;
        padding-bottom: 206px;
    }
}
@media only screen and (min-width: 1025px) {
    .content-panel_offset_l .content-panel__header {
        margin: 0 0 72px;
    }
}
.content-panel_width_standard {
    padding-left: 0;
    padding-right: 0;
}
.content-panel_width_standard .content-panel__header,
.content-panel_width_standard .content-panel__content {
    width: 100%;
    max-width: 1430px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.content {
    display: block;
}
.content__header {
    position: relative;
    width: 100%;
    margin: 0 0 65px;
    padding: 0 0 26px;
}
@media only screen and (min-width: 768px) {
    .content__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.content__header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 4px;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}
.content__header:last-child {
    margin-bottom: 0;
}
.content__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.content__main {
    padding: 0 0 20px;
}
.content__date {
    padding: 22px 0 7px;
    color: #888b93;
    font-size: 14px;
}
.content__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px 0 0;
}
@media only screen and (min-width: 768px) {
    .content__controls {
        -ms-flex-preferred-size: 318px;
        flex-basis: 318px;
        padding: 4px 0 0;
    }
}
.content__control {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 10px;
}
.content__control:first-child {
    padding-left: 0;
}
.content__control:last-child {
    padding-right: 0;
}
.content__entry-group {
    padding: 0 0 45px;
}
.content__entry-list {
    padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
    .content__entry-list {
        padding: 0 0 180px;
    }
}
.content__text {
    max-width: 751px;
    padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
    .content__text {
        padding: 0 0 80px;
    }
}
.content__magazine-list {
    margin: -45px 0 0;
    padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
    .content__magazine-list {
        padding: 0 0 168px;
    }
}
@media only screen and (min-width: 1025px) {
    .content__magazine-list_type_modern {
        max-width: 1720px;
        margin: 0 auto;
        padding: 0 0 180px;
    }
}
.content__magazine-snippet {
    margin: -45px 0 0;
    padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
    .content__magazine-snippet {
        padding: 0 0 168px;
    }
}
.content__magazine-detail {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
    .content__magazine-detail {
        padding: 10px 0 220px;
    }
}
.content__archive-group {
    margin: -25px 0 0;
    padding: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
    .content__archive-group {
        padding: 0 40px 80px 0;
    }
}
.content__archive-list {
    max-width: 739px;
    padding: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
    .content__archive-list {
        padding: 0 0 80px;
    }
}
.content__year-carousel {
    margin: 0 0 98px;
}
.content__year-carousel:last-child {
    margin-bottom: 0;
}
.content__article-group {
    padding: 0 0 60px;
}
@media only screen and (min-width: 1025px) {
    .content__article-group {
        padding: 0 0 109px;
    }
}
.content__article {
    padding: 0 0 90px;
}
@media only screen and (min-width: 1025px) {
    .content__article {
        padding: 0 0 169px;
    }
}
.content__book-viewer {
    padding: 0 0 60px;
}
@media only screen and (min-width: 1440px) {
    .content__book-viewer {
        padding: 0 0 160px;
    }
}
.content__form-panel {
    max-width: 845px;
    margin: 0 auto;
    padding: 0 0 60px;
}
@media only screen and (min-width: 768px) {
    .content__form-panel {
        padding: 72px 0 236px;
    }
}
.content_type_simple .content__header {
    margin: 0 0 61px;
    padding: 0;
}
.content_type_simple .content__header:last-child {
    margin-bottom: 0;
}
.content_type_simple .content__header:before {
    display: none;
}
.documentation {
    display: block;
}
.documentation__showcase {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 50px;
    background: #eef;
    border: 1px solid #88f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 10px #bbf;
    box-shadow: inset 0 0 10px #bbf;
}
.documentation__showcase:last-child {
    margin-bottom: 0;
}
.documentation__code {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 10px;
    color: #fff;
    font-family: monospace, monospace;
    font-size: 16px;
    line-height: 1.2;
    background: #222;
    border: 4px solid #545454;
    border-radius: 4px;
}
.documentation__code:last-child {
    margin-bottom: 0;
}
.documentation__code-row {
    display: block;
}
.documentation__code-level {
    display: block;
    padding: 0 0 0 1em;
}
.documentation__punctuation {
    color: #fff;
}
.documentation__string {
    color: #e6db74;
}
.documentation__element {
    color: #a6e22d;
}
.documentation__number {
    color: #ae81ff;
}
.documentation__operator {
    color: #f92672;
}
.documentation__keyword {
    color: #66d9ef;
}
.documentation__code-snippet {
    padding: 1px;
    font-family: monospace, monospace;
    background: #c6c6c6;
    border-radius: 2px;
}
.documentation__code-snippet[href] {
    color: inherit;
    font-style: italic;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
}
.documentation__code-snippet[href]:hover,
.documentation__code-snippet[href]:active,
.documentation__code-snippet[href]:focus {
    color: inherit;
    text-decoration: none;
    background: #d6d6d6;
}
.documentation__asterisk {
    vertical-align: top;
    color: #ef5350;
}
.entry-group {
    display: block;
}
@media only screen and (min-width: 1025px) {
    .entry-group__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.entry-group__primary {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
    .entry-group__primary {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        padding: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .entry-group__list {
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 0 0 60px;
    }
}
.entry-group__item {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
    .entry-group__item {
        padding: 0 0 34px;
    }
}
.entry-group__item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}
.entry-group__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.entry-group__item:last-child:before {
    display: none;
}
.entry-group__more {
    text-align: right;
}
@media only screen and (min-width: 1025px) {
    .entry-group__more {
        text-align: left;
    }
}
.entry-group__more-link {
    position: relative;
    padding: 0 30px 0 0;
    color: #22c2f4;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    background: transparent;
    border: none;
    outline: none;
    fill: #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.entry-group__more-link:hover {
    opacity: 0.6;
}
.entry-group__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    fill: inherit;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.entry-group_type_primary .entry-group__primary {
    border: none;
}
@media only screen and (min-width: 1025px) {
    .entry-group_type_primary .entry-group__list {
        -ms-flex-preferred-size: 649px;
        flex-basis: 649px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 0 0 40px;
    }
}
.entry-group_type_primary .entry-group__item {
    margin: 0 0 40px;
    padding: 0;
}
.entry-group_type_primary .entry-group__item:last-child {
    margin-bottom: 0;
}
.entry-group_type_primary .entry-group__item:before {
    display: none;
}
.entry-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 8px;
}
.entry-list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}
.entry-list__group {
    position: relative;
    margin: 0;
    padding: 30px 0 20px;
    list-style: none;
}
@media only screen and (min-width: 480px) {
    .entry-list__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px 15px;
    }
}
@media only screen and (min-width: 768px) {
    .entry-list__group {
        margin: 0 -30px 29px;
        padding: 41px 0 0;
    }
}
@media only screen and (min-width: 1025px) {
    .entry-list__group {
        margin: 0 -30px 30px;
    }
}
.entry-list__group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}
.entry-list__item {
    display: block;
    margin: 0 0 20px;
}
.entry-list__item:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
    .entry-list__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .entry-list__item {
        padding: 15px 30px;
    }
}
@media only screen and (min-width: 1025px) {
    .entry-list__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
    }
}
.entry-list__item-wrapper {
    height: 100%;
}
.entry-snippet {
    position: relative;
    display: block;
    line-height: 1.75;
}
.entry-snippet__illustration {
    background-color: #f6f8fe;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
}
.entry-snippet__illustration_not_scale {
    background-size: auto;
}
.entry-snippet__illustration:before {
    content: '';
    display: block;
    width: 100%;
    padding: 0 0 43%;
}
.entry-snippet__image {
    display: none;
}
.entry-snippet__title {
    color: #44517f;
    font-size: 16px;
    font-family: 'PT Mono', sans-serif;
    line-height: 1.44;
}
@media only screen and (min-width: 1025px) {
    .entry-snippet__title {
        font-size: 18px;
    }
}
.entry-snippet__link {
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.entry-snippet__link:hover {
    color: #22c2f4;
}
.entry-snippet__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: block;
    background: transparentify;
}
.entry-snippet__description {
    color: #888b93;
    font-size: 14px;
    line-height: 1.75;
}
@media only screen and (min-width: 1025px) {
    .entry-snippet__description {
        font-size: 16px;
    }
}
.entry-snippet__meta {
    padding: 10px 0 0;
}
@media only screen and (min-width: 1025px) {
    .entry-snippet__meta {
        padding: 20px 0 0;
    }
}
.entry-snippet__date {
    color: #888b93;
    font-size: 14px;
}
.entry-snippet_type_default .entry-snippet__illustration {
    margin: 0 0 17px;
}
.entry-snippet_type_default .entry-snippet__illustration:before {
    padding: 0 0 49.3%;
}
.entry-snippet_type_default .entry-snippet__header {
    margin: 0 0 5px;
}
.entry-snippet_type_default .entry-snippet__header:last-child {
    margin-bottom: 0;
}
.entry-snippet_type_default .entry-snippet__title {
    font-size: 26px;
    line-height: 1.3;
}
.entry-snippet_type_primary .entry-snippet__illustration {
    margin: 0 0 15px;
}
.entry-snippet_type_primary .entry-snippet__illustration:last-child {
    margin-bottom: 0;
}
.entry-snippet_type_primary .entry-snippet__header {
    margin: 0 0 10px;
}
.entry-snippet_type_primary .entry-snippet__header:last-child {
    margin-bottom: 0;
}
.entry-snippet_type_primary .entry-snippet__title {
    font-size: 20px;
    line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
    .entry-snippet_type_primary .entry-snippet__title {
        font-size: 30px;
    }
}
.entry-snippet_type_primary .entry-snippet__meta {
    padding: 25px 0 0;
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}
.entry-snippet_type_horizontal .entry-snippet__illustration {
    margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_horizontal .entry-snippet__illustration {
        -ms-flex-preferred-size: 237px;
        flex-basis: 237px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
    }
}
.entry-snippet_type_horizontal .entry-snippet__illustration:before {
    padding: 0 0 40%;
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_horizontal .entry-snippet__illustration:before {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_horizontal .entry-snippet__content {
        padding: 0 0 0 20px;
    }
}
.entry-snippet_type_horizontal .entry-snippet__title {
    font-size: 20px;
}
@media only screen and (min-width: 1025px) {
    .entry-snippet_type_horizontal .entry-snippet__title {
        font-size: 26px;
        line-height: 1.23;
    }
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_horizontal .entry-snippet__meta {
        padding: 40px 0 0;
    }
}
.entry-snippet_type_simple .entry-snippet__title {
    font-size: 20px;
}
@media only screen and (min-width: 1281px) {
    .entry-snippet_type_simple .entry-snippet__title {
        font-size: 26px;
        line-height: 1.38;
    }
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_simple .entry-snippet__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .entry-snippet_type_simple .entry-snippet__meta {
        padding: 15px 0 0;
    }
}
.entry-snippet_type_simple .entry-snippet__date {
    text-transform: uppercase;
}
.example {
    display: block;
}
.example__title {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 700;
}
.example__title:last-child {
    margin-bottom: 0;
}
.example__group {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #e8e8e8;
}
.example__group:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.example__description {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}
.example__description:last-child {
    margin-bottom: 0;
}
.example__source {
    margin: 0 0 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
}
.example__source:last-child {
    margin-bottom: 0;
}
.example__source .hljs {
    padding: 5px 10px;
    background: transparent;
}
.example__source .hljs-ln-numbers {
    padding: 0 5px 0 0;
    color: #e8e8e8;
}
.example__source_border_none {
    border: none;
}
.example__source_border_top {
    border: none;
    border-top: 1px solid #e8e8e8;
}
.example__source_border_right {
    border: none;
    border-right: 1px solid #e8e8e8;
}
.example__source_border_bottom {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}
.example__source_border_left {
    border: none;
    border-left: 1px solid #e8e8e8;
}
.example__result {
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
}
.example__result_border_none {
    border: none;
}
.example__result_border_top {
    border: none;
    border-top: 1px solid #e8e8e8;
}
.example__result_border_right {
    border: none;
    border-right: 1px solid #e8e8e8;
}
.example__result_border_bottom {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}
.example__result_border_left {
    border: none;
    border-left: 1px solid #e8e8e8;
}
.example__tabs {
    margin: 0 0 20px;
}
.example__tabs:last-child {
    margin-bottom: 0;
}
.fancybox-content {
    padding: 20px 30px;
}
.fancybox-slide {
    padding: 10px 0;
}
@media only screen and (min-width: 768px) {
    .fancybox-slide {
        padding: 6px;
    }
}
.fancybox-can-swipe .fancybox-content {
    cursor: default;
}
.footer {
    display: block;
    padding: 30px 0 0;
    color: #f6f8fe;
}
@media only screen and (min-width: 1025px) {
    .footer {
        padding: 88px 0 0;
    }
}
.footer__top {
    position: relative;
    margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 56px;
    }
}
.footer__top:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
    .footer__logo {
        -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.footer__logo-holder {
    max-width: 199px;
    text-align: left;
}
.footer__nav {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dashed #404e7c;
}
@media only screen and (min-width: 1025px) {
    .footer__nav {
        display: block;
    }
}
.footer__body {
    position: relative;
}
@media only screen and (min-width: 1025px) {
    .footer__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer__info {
    padding: 30px 0;
}
@media only screen and (min-width: 1025px) {
    .footer__info {
        -ms-flex-preferred-size: 432px;
        flex-basis: 432px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 7px 0 0;
    }
}
.footer__description {
    color: #bbc0cf;
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
    .footer__description {
        max-width: 280px;
    }
}
@media only screen and (min-width: 1025px) {
    .footer__contacts {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.footer__copyright {
    position: relative;
    margin: 30px 0 0;
    padding: 20px 0 14px;
    color: #57607d;
    font-size: 12px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .footer__copyright {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1025px) {
    .footer__copyright {
        margin: 100px 0 0;
    }
}
.footer__copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 1px dashed #404e7c;
    border-bottom: 1px dashed #404e7c;
}
.footer__link {
    color: #57607d;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.footer__link:hover,
.footer__link:focus {
    color: #fff;
}
.form-control {
    display: block;
    line-height: 1.255;
}
.form-control__holder {
    position: relative;
    display: block;
}
.form-control__label {
    display: block;
    margin: 0 0 4px;
    color: inherit;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
}
.form-control__label:last-child {
    margin-bottom: 0;
}
.form-control__field,
.form-control__check-group {
    position: relative;
    display: block;
}
.form-control__input,
.form-control__textarea,
.form-control__select {
    display: block;
    width: 100%;
    height: 77px;
    padding: 0 25px 0 69px;
    color: #44517f;
    font-size: 16px;
    line-height: 75px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.form-control__input::-webkit-input-placeholder,
.form-control__textarea::-webkit-input-placeholder,
.form-control__select::-webkit-input-placeholder {
    color: c-grey;
    font-size: 16px;
}
.form-control__input:-ms-input-placeholder,
.form-control__textarea:-ms-input-placeholder,
.form-control__select:-ms-input-placeholder {
    color: c-grey;
    font-size: 16px;
}
.form-control__input::-moz-placeholder,
.form-control__textarea::-moz-placeholder,
.form-control__select::-moz-placeholder {
    color: c-grey;
    font-size: 16px;
    opacity: 1;
}
.form-control__input::-ms-input-placeholder,
.form-control__textarea::-ms-input-placeholder,
.form-control__select::-ms-input-placeholder {
    color: c-grey;
    font-size: 16px;
    opacity: 1;
}
.form-control__input::placeholder,
.form-control__textarea::placeholder,
.form-control__select::placeholder {
    color: c-grey;
    font-size: 16px;
    opacity: 1;
}
.form-control__input:focus,
.form-control__textarea:focus,
.form-control__select:focus {
    border-color: #44517f;
}
.form-control__input:disabled,
.form-control__textarea:disabled,
.form-control__select:disabled {
    pointer-events: none;
    background-color: #ededed;
}
.form-control__input_state_invalid,
.form-control__textarea_state_invalid,
.form-control__select_state_invalid {
    border-color: #f00;
}
.form-control__input_state_invalid:focus,
.form-control__textarea_state_invalid:focus,
.form-control__select_state_invalid:focus {
    border-color: #f00;
}
.form-control__input[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.form-control__input[type='number']::-webkit-outer-spin-button,
.form-control__input[type='number']::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}
.form-control__textarea {
    resize: none;
    height: 108px;
    min-height: 77px;
    max-height: 157px;
    padding-top: 29px;
    padding-bottom: 26px;
    line-height: 20px;
}
.form-control__textarea::-webkit-scrollbar-track {
    background-color: transparent;
}
.form-control__textarea::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 4px;
}
.form-control__textarea::-webkit-scrollbar-thumb {
    background-color: #44517f;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 4px;
}
.form-control__check-group {
    display: block;
    padding: 7px 0 0;
}
@media only screen and (min-width: 1025px) {
    .form-control__check-group {
        padding: 3px 0 0;
    }
}
.form-control__check-item {
    display: block;
    margin: 0 0 10px;
}
.form-control__check-item:last-child {
    margin-bottom: 0;
}
.form-control__links {
    display: block;
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 1.286;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .form-control__links {
        text-align: right;
    }
}
.form-control__message {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding: 2px 0 0;
    color: inherit;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-control__message_style_error {
    color: #f00;
}
.form-control__decoration {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.form-control__icon {
    display: block;
    width: 24px;
    height: 24px;
    color: #44517f;
    fill: currentColor;
}
.form-control__trigger {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-decoration: none;
    background: transparent;
    background-image: url("../blocks/form-control/images/hidden.svg");
    background-position: 50% 50%;
    background-size: contain;
    border: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.form-control__trigger_state_active.form-control__trigger_type_password {
    background-image: url("../blocks/form-control/images/visible.svg");
}
.form-control__highlight {
    color: c-grey-dark;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .form-control__highlight {
        font-size: inherit;
    }
}
.form-control__result {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
}
.form-control__result_state_shown {
    display: block;
}
.form-control__result_state_hidden {
    display: none;
}
.form-control_align_center {
    text-align: center;
}
.form-control_align_center .form-control__label,
.form-control_align_center .form-control__input,
.form-control_align_center .form-control__textarea {
    text-align: center;
}
.form-control_state_invalid .form-control__input,
.form-control_state_invalid .form-control__textarea {
    border-color: #f00;
}
.form-control_state_invalid .choices__inner {
    border-color: #f00;
}
.form-control_type_captcha .form-control__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-control_type_captcha .form-control__label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
}
.form-control_type_captcha .form-control__captcha {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 4px 4px 0;
}
.form-control_type_captcha .form-control__captcha-image {
    width: auto;
    height: 48px;
}
.form-control_type_captcha .form-control__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.form-panel {
    display: block;
    padding: 32px 24px 36px;
    color: #44517f;
    background: #f2f5fd;
}
@media only screen and (min-width: 768px) {
    .form-panel {
        padding: 97px 145px 130px;
    }
}
.form-panel__main {
    display: block;
}
.form-panel__result {
    display: none;
}
.form-panel__header {
    margin: 0 0 36px;
}
@media only screen and (min-width: 768px) {
    .form-panel__header {
        margin: 0 0 64px;
    }
}
.form-panel__header:last-child {
    margin-bottom: 0;
}
.form-panel__title {
    display: block;
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .form-panel__title {
        margin: 0 0 32px;
        font-size: 36px;
    }
}
.form-panel__title:last-child {
    margin-bottom: 0;
}
.form-panel__inputs {
    display: block;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .form-panel__inputs {
        margin: 0 0 33px;
    }
}
.form-panel__inputs:last-child {
    margin-bottom: 0;
}
.form-panel__line {
    display: block;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .form-panel__line {
        margin: 0 0 33px;
    }
}
.form-panel__line:last-child {
    margin-bottom: 0;
}
.form-panel__controls {
    display: block;
    margin: 0 0 26px;
}
.form-panel__controls:last-child {
    margin-bottom: 0;
}
.form-panel__control {
    display: block;
    margin: 0 0 16px;
}
.form-panel__control:last-child {
    margin-bottom: 0;
}
.form-panel__note {
    display: block;
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
}
.form-panel__note:last-child {
    margin-bottom: 0;
}
.form-panel__link {
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
}
.form-panel__link:hover,
.form-panel__link:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
.form-panel__messages {
    display: none;
    margin: 0 0 32px;
}
.form-panel__messages:last-child {
    margin-bottom: 0;
}
.form-panel__message {
    margin: 0 0 12px;
}
.form-panel__message:last-child {
    margin-bottom: 0;
}
.form-panel__message_style_error {
    color: #f00;
}
.form-panel_state_result .form-panel__main {
    display: none;
}
.form-panel_state_result .form-panel__result {
    display: block;
}
.form-panel_messages_shown .form__messages {
    display: block;
}
.form {
    display: block;
}
.form__inputs {
    margin: 0 0 30px;
}
.form__inputs:last-child {
    margin-bottom: 0;
}
.form__line {
    position: relative;
    display: block;
    padding: 0 0 20px;
}
.form__line_type_required:after {
    content: '*';
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 1;
    display: block;
    color: #d00101;
    font-size: 12px;
}
.form__label {
    display: block;
    padding: 0 0 5px;
    color: #000;
    font-size: 16px;
}
.form__field-wrapper {
    position: relative;
    display: block;
}
.form__input,
.form__select,
.form__textarea {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.form__input::-webkit-input-placeholder,
.form__select::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}
.form__input:-ms-input-placeholder,
.form__select:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}
.form__input::-moz-placeholder,
.form__select::-moz-placeholder,
.form__textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
.form__input::-ms-input-placeholder,
.form__select::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
.form__input::placeholder,
.form__select::placeholder,
.form__textarea::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
.form__input:hover:not(:disabled),
.form__select:hover:not(:disabled),
.form__textarea:hover:not(:disabled),
.form__input:active:not(:disabled),
.form__select:active:not(:disabled),
.form__textarea:active:not(:disabled) {
    border-color: #000;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
    border-color: #2196f3;
}
.form__input:disabled,
.form__select:disabled,
.form__textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.form__input_state_error,
.form__select_state_error,
.form__textarea_state_error {
    border-color: #d00101;
}
.form__input_state_valid,
.form__select_state_valid,
.form__textarea_state_valid {
    border-color: #3cd9ff;
}
.form__textarea {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.4;
}
.form__check-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
}
.form__check-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
}
.form__check-item:last-child {
    margin-bottom: 0;
}
.form__select2_state_error + .select2-container .select2-selection {
    border-color: #d00101 !important;
}
.form__select2_state_valid + .select2-container .select2-selection {
    border-color: #3cd9ff !important;
}
.form__select {
    padding: 0 11px;
}
.form__select:invalid {
    color: #999;
}
.form__option {
    color: #000;
    font-size: 16px;
}
.form__submit {
    text-align: center;
}
.header {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #f2f5fd;
}
@media only screen and (min-width: 1025px) {
    .header {
        padding: 44px 0 13px;
    }
}
.header__holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (min-width: 1440px) {
    .header__holder {
        padding: 0 85px;
    }
}
.header__logo {
    max-width: 242px;
    text-align: left;
    margin: 0 auto 0 0;
}
.header__nav {
    display: none;
    text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
    .header__nav {
        display: block;
        font-size: 12px;
        margin: 0 32px 0 0;
    }
}
@media only screen and (min-width: 1281px) {
    .header__nav {
        font-size: 14px;
        margin: 0 44px 0 20px;
    }
}
.header__search {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .header__search {
        margin: 0 -5px 0 0;
        width: 200px;
        display: block;
    }
}
.header__search-panel {
    display: none;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
    .header__search-panel {
        display: block;
        padding: 54px 0 0;
        margin: 0 auto -49px;
    }
}
.header__social {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .header__social {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.header__controls {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .header__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 0 auto;
    }
}
.header__control {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    min-width: 130px;
    margin: 0 16px 0 0;
}
.header__control:last-child {
    margin-right: 0;
}
.header__burger {
    text-align: right;
}
@media only screen and (min-width: 1025px) {
    .header__burger {
        display: none;
    }
}
.icon-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    width: auto;
    height: 37px;
    padding: 0 22px;
    color: #44517f;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.icon-button:hover {
    color: #44517f;
    text-decoration: none;
    border-color: #44517f;
}
.icon-button:focus {
    color: #22c2f4;
    text-decoration: none;
    border-color: #22c2f4;
}
.icon-button__icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 24px;
    height: 24px;
    fill: currentColor;
    margin: 0 11px;
}
.icon-button__icon:first-child {
    margin-left: 0;
}
.icon-button__icon:last-child {
    margin-right: 0;
}
.icon-button__text {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.info-panel {
    display: block;
    padding: 16px 15px 16px;
    color: #44517f;
    font-size: 16px;
    background: rgba(255,255,255,0.87);
    border: 3px solid #22c2f4;
}
@media only screen and (min-width: 768px) {
    .info-panel {
        padding: 24px 32px 32px;
        border: 10px solid #22c2f4;
    }
}
@media only screen and (min-width: 1025px) {
    .info-panel {
        padding: 49px 69px 64px;
    }
}
.info-panel__title {
    display: block;
    margin: 0 0 18px;
    color: inherit;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .info-panel__title {
        margin: 0 0 28px;
        font-size: 32px;
    }
}
.info-panel__title:last-child {
    margin-bottom: 0;
}
.info-panel__text {
    display: block;
    margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
    .info-panel__text {
        margin: 0 0 41px;
    }
}
.info-panel__text:last-child {
    margin-bottom: 0;
}
.info-panel__text p:not([class]) {
    margin: 0 0 10px;
}
.info-panel__text p:not([class]):last-child {
    margin-bottom: 0;
}
.info-panel__controls {
    display: block;
    font-size: 0;
}
.info-panel__control {
    display: block;
    margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
    .info-panel__control {
        display: inline-block;
        vertical-align: middle;
        margin: 0 30px 0 0;
    }
}
.info-panel__control:last-child {
    margin: 0;
}
.intro {
    display: block;
    background: #f6f8fe;
}
.intro__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}
@media only screen and (min-width: 1025px) {
    .intro__holder {
        padding: 25px 170px 62px 0;
    }
}
.intro__text {
    color: #44517f;
    font-size: 25px;
    font-family: 'PT Mono', sans-serif;
    line-height: 1.24;
}
@media only screen and (min-width: 768px) {
    .intro__text {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1025px) {
    .intro__text {
        font-size: 42px;
    }
}
.intro__illustration {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
.intro__image {
    display: block;
    max-width: 100%;
}
.link-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.link-list__item {
    display: block;
    margin: 0 0 16px;
    padding: 0;
}
.link-list__item:last-child {
    margin-bottom: 0;
}
.link-list__link {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.link-list__link:hover {
    color: #22c2f4;
    text-decoration: underline;
}
.link-list__link:focus {
    color: #1f83c7;
    text-decoration: underline;
}
.link-list_type_spread {
    letter-spacing: 0.05em;
}
.link-list_type_spread .link-list__item {
    margin: 0 0 25px;
}
.link-list_type_spread .link-list__item:last-child {
    margin-bottom: 0;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.logo__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.magazine-carousel {
    display: block;
}
.magazine-list {
    display: block;
}
.magazine-list__description {
    margin: 0 0 43px;
}
.magazine-list__description:last-child,
.magazine-list__description:empty {
    margin-bottom: 0;
}
.magazine-list__item {
    margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
    .magazine-list__item {
        margin: 0 0 126px;
    }
}
.magazine-list__item:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
    .magazine-list_cols_2 .magazine-list__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -45px -12px;
    }
}
@media only screen and (min-width: 1025px) {
    .magazine-list_cols_2 .magazine-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 45px 12px;
    }
}
.magazine-snippet {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 480px) {
    .magazine-snippet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.magazine-snippet__illustration-holder {
    max-width: 200px;
    margin: 0 auto;
}
@media only screen and (min-width: 480px) {
    .magazine-snippet__illustration-holder {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: none;
    }
}
@media only screen and (min-width: 1025px) {
    .magazine-snippet__illustration-holder {
        -ms-flex-preferred-size: 393px;
        flex-basis: 393px;
    }
}
.magazine-snippet__illustration {
    display: block;
    text-decoration: none;
    background-color: #f6f8fe;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
}
.magazine-snippet__illustration:before {
    content: '';
    display: block;
    width: 100%;
    padding: 0 0 140%;
}
.magazine-snippet__image {
    display: none;
}
.magazine-snippet__content {
    padding: 30px 0 0;
}
@media only screen and (min-width: 480px) {
    .magazine-snippet__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 0 0 0 30px;
    }
}
.magazine-snippet__title {
    color: #44517f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}
@media only screen and (min-width: 1025px) {
    .magazine-snippet__title {
        font-size: 30px;
    }
}
.magazine-snippet__link {
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.magazine-snippet__link:hover {
    color: #22c2f4;
}
.magazine-snippet__description {
    width: 100%;
    max-width: 730px;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
.magazine-snippet__controls {
    padding: 12px 0;
    text-align: right;
}
@media only screen and (min-width: 480px) {
    .magazine-snippet__controls {
        text-align: left;
    }
}
.magazine-snippet__control {
    display: inline-block;
    vertical-align: middle;
    max-width: 135px;
}
.magazine-snippet__subtitle {
    display: block;
    margin: 0 0 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.magazine-snippet__subtitle:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern .magazine-snippet__illustration-holder {
    max-width: 200px;
    margin: 0 auto;
    padding: 46px 0 0 37px;
}
@media only screen and (min-width: 768px) {
    .magazine-snippet_type_modern .magazine-snippet__illustration-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%;
        margin: 0;
    }
}
@media only screen and (min-width: 1800px) {
    .magazine-snippet_type_modern .magazine-snippet__illustration-holder {
        -ms-flex-preferred-size: 45.5%;
        flex-basis: 45.5%;
        width: 45.5%;
        max-width: 45.5%;
    }
}
@media only screen and (min-width: 480px) {
    .magazine-snippet_type_modern .magazine-snippet__content {
        padding: 56px 0 0 32px;
    }
}
@media only screen and (min-width: 1800px) {
    .magazine-snippet_type_modern .magazine-snippet__content {
        padding: 56px 0 0 53px;
    }
}
.magazine-snippet_type_modern .magazine-snippet__illustration {
    position: relative;
    background-color: #f2f5fd;
    background-image: none !important;
    border-radius: 0;
}
.magazine-snippet_type_modern .magazine-snippet__illustration:before {
    padding: 0 0 157.5%;
}
.magazine-snippet_type_modern .magazine-snippet__image {
    position: absolute;
    top: -46px;
    left: -37px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.magazine-snippet_type_modern .magazine-snippet__info {
    margin: 0 0 22px;
}
.magazine-snippet_type_modern .magazine-snippet__info:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern .magazine-snippet__header {
    margin: 0 0 16px;
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern .magazine-snippet__header {
        margin: 0 0 32px;
    }
}
.magazine-snippet_type_modern .magazine-snippet__header:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern .magazine-snippet__meta {
    display: block;
    margin: 0 0 13px;
    color: rgba(68,81,127,0.4);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.magazine-snippet_type_modern .magazine-snippet__meta:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern .magazine-snippet__title {
    font-family: 'PT Mono', sans-serif;
    font-size: 18px;
    line-height: 21px;
}
@media only screen and (min-width: 1025px) {
    .magazine-snippet_type_modern .magazine-snippet__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern .magazine-snippet__title {
        font-size: 36px;
        line-height: 40px;
    }
}
.magazine-snippet_type_modern .magazine-snippet__description {
    width: 100%;
    max-width: 345px;
    padding: 0;
    color: rgba(68,81,127,0.8);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.magazine-snippet_type_modern .magazine-snippet__description p:not([class]) {
    margin: 0 0 10px;
}
.magazine-snippet_type_modern .magazine-snippet__description p:not([class]):last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern .magazine-snippet__controls {
    padding: 0;
}
.magazine-snippet_type_modern .magazine-snippet__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 135px;
    max-width: 100%;
}
.magazine-snippet_type_modern-detail {
    display: block;
}
@media only screen and (min-width: 768px) {
    .magazine-snippet_type_modern-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.magazine-snippet_type_modern-detail .magazine-snippet__illustration-holder {
    padding: 46px 0 0 37px;
    max-width: 290px;
}
@media only screen and (min-width: 768px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__illustration-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%;
    }
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__illustration-holder {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        width: 35%;
        max-width: 35%;
    }
}
.magazine-snippet_type_modern-detail .magazine-snippet__content {
    padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__content {
        padding: 56px 0 0 46px;
    }
}
.magazine-snippet_type_modern-detail .magazine-snippet__illustration {
    position: relative;
    background-color: #f2f5fd;
    background-image: none !important;
    border-radius: 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__illustration:before {
    padding: 0 0 157.5%;
}
.magazine-snippet_type_modern-detail .magazine-snippet__image {
    position: absolute;
    top: -46px;
    left: -37px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.magazine-snippet_type_modern-detail .magazine-snippet__info {
    margin: 0 0 22px;
}
.magazine-snippet_type_modern-detail .magazine-snippet__info:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__header {
    margin: 0 0 16px;
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__header {
        margin: 0 0 32px;
    }
}
.magazine-snippet_type_modern-detail .magazine-snippet__header:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__meta {
    display: block;
    margin: 0 0 13px;
    color: rgba(68,81,127,0.4);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.magazine-snippet_type_modern-detail .magazine-snippet__meta:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__title {
    font-family: 'PT Mono', sans-serif;
    font-size: 18px;
    line-height: 21px;
}
@media only screen and (min-width: 1025px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern-detail .magazine-snippet__title {
        font-size: 36px;
        line-height: 40px;
    }
}
.magazine-snippet_type_modern-detail .magazine-snippet__description {
    width: 100%;
    max-width: 345px;
    padding: 0;
    color: rgba(68,81,127,0.8);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.magazine-snippet_type_modern-detail .magazine-snippet__description p:not([class]) {
    margin: 0 0 10px;
}
.magazine-snippet_type_modern-detail .magazine-snippet__description p:not([class]):last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__controls {
    padding: 32px 0 0 0;
}
.magazine-snippet_type_modern-detail .magazine-snippet__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 245px;
    max-width: 100%;
}
.magazine-snippet_type_modern-minimal {
    display: block;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__illustration-holder {
    margin: 0 0 34px;
    max-width: 100%;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__illustration-holder:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__content {
    padding: 0;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__illustration {
    position: relative;
    background-color: #f2f5fd;
    background-image: none !important;
    border-radius: 0;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__illustration:before {
    padding: 0 0 157.25%;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__info {
    margin: 0 0 22px;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__info:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 16px;
}
@media only screen and (min-width: 1440px) {
    .magazine-snippet_type_modern-minimal .magazine-snippet__header {
        margin: 0 0 32px;
    }
}
.magazine-snippet_type_modern-minimal .magazine-snippet__header:last-child {
    margin-bottom: 0;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__meta {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    color: rgba(68,81,127,0.4);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.magazine-snippet_type_modern-minimal .magazine-snippet__title {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin: 0 0 10px;
    font-family: 'PT Mono', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
@media only screen and (min-width: 1025px) {
    .magazine-snippet_type_modern-minimal .magazine-snippet__title {
        font-size: 20px;
        line-height: 22px;
    }
}
.mobile-nav {
    display: block;
}
.mobile-nav__head {
    width: 100%;
    padding: 20px;
    background: #f2f5fd;
}
.mobile-nav__content {
    padding: 20px;
}
.mobile-nav__logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
    text-align: left;
}
.mobile-nav__nav {
    display: block;
    margin: 0 0 24px;
}
.mobile-nav__nav:last-child {
    margin-bottom: 0;
}
.mobile-nav__social {
    display: block;
    margin: 0 0 24px;
}
.mobile-nav__social:last-child {
    margin-bottom: 0;
}
.mobile-nav__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 24px;
}
.mobile-nav__controls:last-child {
    margin-bottom: 0;
}
.mobile-nav__control {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    min-width: 130px;
    margin: 0 16px 0 0;
}
.mobile-nav__control:last-child {
    margin-right: 0;
}
.modal {
    display: none;
    width: 100%;
    padding: 26px 15px 30px;
    background: #fff;
}
@media only screen and (min-width: 480px) {
    .modal {
        max-width: 495px;
        padding: 26px 30px 30px;
    }
}
.modal__title {
    margin: 0 0 30px;
}
.modal__title:last-child {
    margin-bottom: 0;
}
.nav__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav__item {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #dbdbdb;
}
.nav__link {
    display: block;
    height: 100%;
    padding: 5px 10px;
    color: inherit;
    text-decoration: none;
    background: transparent;
}
@media only screen and (min-width: 1281px) {
    .nav__link {
        padding: 5px 20px;
    }
}
.nav__link:hover,
.nav__link:active,
.nav__link:focus {
    color: inherit;
    text-decoration: none;
    background: #f6f8fe;
}
.nav__link_state_active {
    background: #f6f8fe;
}
.nav_type_xs-primary {
    background: transparent;
}
@media only screen and (min-width: 1px) {
    .nav_type_xs-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1px) {
    .nav_type_xs-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_xs-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xs-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_xs-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_xs-primary .nav__link:hover,
.nav_type_xs-primary .nav__link:active,
.nav_type_xs-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xs-primary .nav__link:hover:before,
.nav_type_xs-primary .nav__link:active:before,
.nav_type_xs-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_xs-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xs-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_xs-secondary {
    background: transparent;
}
@media only screen and (min-width: 1px) {
    .nav_type_xs-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1px) {
    .nav_type_xs-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_xs-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_xs-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_xs-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_xs-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_xs-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xs-secondary .nav__link:hover,
.nav_type_xs-secondary .nav__link:active,
.nav_type_xs-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xs-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_s-primary {
    background: transparent;
}
@media only screen and (min-width: 480px) {
    .nav_type_s-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 480px) {
    .nav_type_s-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_s-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_s-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_s-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_s-primary .nav__link:hover,
.nav_type_s-primary .nav__link:active,
.nav_type_s-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_s-primary .nav__link:hover:before,
.nav_type_s-primary .nav__link:active:before,
.nav_type_s-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_s-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_s-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_s-secondary {
    background: transparent;
}
@media only screen and (min-width: 480px) {
    .nav_type_s-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 480px) {
    .nav_type_s-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_s-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_s-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_s-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_s-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_s-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_s-secondary .nav__link:hover,
.nav_type_s-secondary .nav__link:active,
.nav_type_s-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_s-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_m-primary {
    background: transparent;
}
@media only screen and (min-width: 768px) {
    .nav_type_m-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) {
    .nav_type_m-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_m-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_m-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_m-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_m-primary .nav__link:hover,
.nav_type_m-primary .nav__link:active,
.nav_type_m-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_m-primary .nav__link:hover:before,
.nav_type_m-primary .nav__link:active:before,
.nav_type_m-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_m-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_m-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_m-secondary {
    background: transparent;
}
@media only screen and (min-width: 768px) {
    .nav_type_m-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 768px) {
    .nav_type_m-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_m-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_m-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_m-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_m-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_m-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_m-secondary .nav__link:hover,
.nav_type_m-secondary .nav__link:active,
.nav_type_m-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_m-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_l-primary {
    background: transparent;
}
@media only screen and (min-width: 1025px) {
    .nav_type_l-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_l-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_l-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_l-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_l-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_l-primary .nav__link:hover,
.nav_type_l-primary .nav__link:active,
.nav_type_l-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_l-primary .nav__link:hover:before,
.nav_type_l-primary .nav__link:active:before,
.nav_type_l-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_l-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_l-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_l-secondary {
    background: transparent;
}
@media only screen and (min-width: 1025px) {
    .nav_type_l-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_l-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_l-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_l-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_l-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_l-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_l-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_l-secondary .nav__link:hover,
.nav_type_l-secondary .nav__link:active,
.nav_type_l-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_l-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xl-primary {
    background: transparent;
}
@media only screen and (min-width: 1281px) {
    .nav_type_xl-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1281px) {
    .nav_type_xl-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_xl-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xl-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_xl-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_xl-primary .nav__link:hover,
.nav_type_xl-primary .nav__link:active,
.nav_type_xl-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xl-primary .nav__link:hover:before,
.nav_type_xl-primary .nav__link:active:before,
.nav_type_xl-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_xl-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xl-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_xl-secondary {
    background: transparent;
}
@media only screen and (min-width: 1281px) {
    .nav_type_xl-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1281px) {
    .nav_type_xl-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_xl-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_xl-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_xl-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_xl-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_xl-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xl-secondary .nav__link:hover,
.nav_type_xl-secondary .nav__link:active,
.nav_type_xl-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xl-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xxl-primary {
    background: transparent;
}
@media only screen and (min-width: 1440px) {
    .nav_type_xxl-primary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1440px) {
    .nav_type_xxl-primary .nav__item {
        border-bottom: none;
    }
}
.nav_type_xxl-primary .nav__link {
    position: relative;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xxl-primary .nav__link:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    display: block;
    height: 2px;
    opacity: 0;
    border-top: 1px dashed #22c2f4;
    border-bottom: 1px dashed #22c2f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1281px) {
    .nav_type_xxl-primary .nav__link:before {
        left: 20px;
        right: 20px;
    }
}
.nav_type_xxl-primary .nav__link:hover,
.nav_type_xxl-primary .nav__link:active,
.nav_type_xxl-primary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xxl-primary .nav__link:hover:before,
.nav_type_xxl-primary .nav__link:active:before,
.nav_type_xxl-primary .nav__link:focus:before {
    opacity: 1;
}
.nav_type_xxl-primary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xxl-primary .nav__link.nav__link_state_active:before {
    opacity: 1;
}
.nav_type_xxl-secondary {
    background: transparent;
}
@media only screen and (min-width: 1440px) {
    .nav_type_xxl-secondary .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media only screen and (min-width: 1440px) {
    .nav_type_xxl-secondary .nav__item {
        margin: 0 25px 0 0;
        padding: 0;
        border-bottom: none;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_type_xxl-secondary .nav__item {
        margin: 0 50px 0 0;
    }
}
.nav_type_xxl-secondary .nav__item:last-child {
    margin-right: 0;
}
.nav_type_xxl-secondary .nav__item:first-child .nav__link {
    padding-left: 0;
}
.nav_type_xxl-secondary .nav__item:last-child .nav__link {
    padding-right: 0;
}
.nav_type_xxl-secondary .nav__link {
    position: relative;
    padding: 5px 0;
    color: #f6f8fe;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav_type_xxl-secondary .nav__link:hover,
.nav_type_xxl-secondary .nav__link:active,
.nav_type_xxl-secondary .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_xxl-secondary .nav__link.nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_simple .nav__item {
    display: block;
    margin: 0 0 16px;
    border: none;
}
.nav_type_simple .nav__item:last-child {
    margin-bottom: 0;
}
.nav_type_simple .nav__link {
    padding: 0;
    height: auto;
    color: #44517f;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.nav_type_simple .nav__link:hover,
.nav_type_simple .nav__link:active,
.nav_type_simple .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_simple .nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.nav_type_simple-inline .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav_type_simple-inline .nav__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    margin: 0 24px 0 0;
    border: none;
}
@media only screen and (min-width: 1281px) {
    .nav_type_simple-inline .nav__item {
        margin: 0 35px 0 0;
    }
}
.nav_type_simple-inline .nav__item:last-child {
    margin-right: 0;
}
.nav_type_simple-inline .nav__link {
    padding: 0;
    height: auto;
    color: #44517f;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.nav_type_simple-inline .nav__link:hover,
.nav_type_simple-inline .nav__link:active,
.nav_type_simple-inline .nav__link:focus {
    color: #22c2f4;
    background: transparent;
}
.nav_type_simple-inline .nav__link_state_active {
    color: #22c2f4;
    background: transparent;
}
.page {
    position: relative;
    display: block;
    height: 100%;
}
.page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}
.page__body_nav_open {
    overflow: hidden;
    max-height: 100%;
}
@media only screen and (min-width: 1025px) {
    .page__body_nav_open {
        overflow: visible;
        max-height: none;
    }
}
.page__header {
    position: relative;
    z-index: 100;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.page__header_type_inner {
    margin: 0 0 30px;
}
.page__content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 20px 0 0;
}
@media only screen and (min-width: 1025px) {
    .page__content {
        padding: 100px 0 0;
    }
}
.page__footer {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    background: #1c2647;
}
.page__nav {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .page__nav {
        display: block;
    }
}
.page__nav-panel {
    padding: 5px 0;
    text-align: right;
    background: #f5f5f5;
    -webkit-box-shadow: 0 6px 26px rgba(0,0,0,0.05);
    box-shadow: 0 6px 26px rgba(0,0,0,0.05);
}
@media only screen and (min-width: 1025px) {
    .page__nav-panel {
        padding: 0;
        text-align: left;
    }
}
.page__burger {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
@media only screen and (min-width: 1025px) {
    .page__burger {
        display: none;
    }
}
.page__slide-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0 0 0 60px;
    text-align: right;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
@media only screen and (min-width: 1025px) {
    .page__slide-nav {
        display: none;
        overflow: visible;
    }
}
.page__slide-nav_state_open {
    -webkit-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
}
.page__title {
    margin: 0 0 30px;
}
.page__breakdown-list {
    position: relative;
    z-index: 100;
}
@media only screen and (min-width: 1025px) {
    .page__breakdown-list {
        margin: -70px 0 30px;
        padding: 0 0 0 20%;
    }
}
@media only screen and (min-width: 1281px) {
    .page__breakdown-list {
        margin: -90px 0 30px;
        padding: 0 0 0 29.85%;
    }
}
.page__quote-list {
    padding: 50px 0 50px;
}
.page__breadcrumbs {
    margin: 0 0 58px;
}
.page__breadcrumbs:last-child {
    margin-bottom: 0;
}
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    background: #f2f5fd;
}
.pagination__item:last-child {
    border-radius: 0 22px 22px 0;
}
.pagination__item:last-child .pagination__label {
    min-width: 27px;
    padding: 0 3px 0 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
@media only screen and (min-width: 768px) {
    .pagination__item:last-child .pagination__label {
        min-width: 51px;
        padding: 0 7px 0 0;
    }
}
.pagination__item_type_prev,
.pagination__item_type_next {
    font-size: 0;
    border-radius: 50%;
}
.pagination__item_type_prev .pagination__link,
.pagination__item_type_next .pagination__link {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) {
    .pagination__item_type_prev .pagination__link,
    .pagination__item_type_next .pagination__link {
        width: 44px;
        height: 44px;
    }
}
.pagination__item_type_prev .pagination__link:before,
.pagination__item_type_next .pagination__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}
@media only screen and (min-width: 768px) {
    .pagination__item_type_prev .pagination__link:before,
    .pagination__item_type_next .pagination__link:before {
        width: 10px;
        height: 10px;
    }
}
.pagination__item_type_prev .pagination__link:hover,
.pagination__item_type_next .pagination__link:hover {
    color: #39c5f3;
}
.pagination__item_type_prev .pagination__link:focus,
.pagination__item_type_next .pagination__link:focus {
    color: #fff;
    background-color: #39c5f3;
}
.pagination__item_type_prev .pagination__link_state_inactive,
.pagination__item_type_next .pagination__link_state_inactive {
    color: #3a3a3a;
    background-color: #d2d2d2;
}
.pagination__item_type_prev {
    margin: 0 4px 0 0;
}
@media only screen and (min-width: 768px) {
    .pagination__item_type_prev {
        margin: 0 10px 0 0;
    }
}
.pagination__item_type_prev .pagination__link:before {
    -webkit-transform: translate(-20%, -50%) rotate(-135deg);
    transform: translate(-20%, -50%) rotate(-135deg);
}
.pagination__item_type_next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 4px;
}
@media only screen and (min-width: 768px) {
    .pagination__item_type_next {
        margin: 0 0 0 10px;
    }
}
.pagination__item_type_next .pagination__link:before {
    -webkit-transform: translate(-80%, -50%) rotate(45deg);
    transform: translate(-80%, -50%) rotate(45deg);
}
.pagination__item_type_next + .pagination__item {
    border-radius: 22px 0 0 22px;
}
.pagination__item_type_next + .pagination__item .pagination__label {
    min-width: 27px;
    padding: 0 0 0 3px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
@media only screen and (min-width: 768px) {
    .pagination__item_type_next + .pagination__item .pagination__label {
        min-width: 51px;
        padding: 0 0 0 7px;
    }
}
.pagination__link {
    display: block;
    color: #44517f;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}
.pagination__link:hover {
    color: #39c5f3;
}
.pagination__link:focus {
    color: #fff;
}
.pagination__link:focus .pagination__label {
    background-color: #39c5f3;
}
.pagination__link_state_inactive {
    pointer-events: none;
    color: #3a3a3a;
    background-color: #d2d2d2;
}
.pagination__label {
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    background: #f2f5fd;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(57,197,243,0);
    box-shadow: 0 0 0 0 rgba(57,197,243,0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
}
@media only screen and (min-width: 768px) {
    .pagination__label {
        min-width: 44px;
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }
}
.pagination__label_state_active {
    z-index: 5;
    color: #fff;
    background-color: #39c5f3;
    -webkit-box-shadow: 0 4px 25px 2px rgba(57,197,243,0.4);
    box-shadow: 0 4px 25px 2px rgba(57,197,243,0.4);
}
.person-snippet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.person-snippet__avatar {
    display: block;
    width: 47px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}
.person-snippet__avatar:before {
    content: '';
    display: block;
    width: 100%;
    padding: 0 0 100%;
}
.person-snippet__image {
    display: none;
}
.person-snippet__content {
    padding: 0 0 0 20px;
}
.person-snippet__name {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 24px;
}
.quantity-input__control {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.quantity-input__button {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    color: #000;
    font-size: 0;
    text-decoration: none;
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}
.quantity-input__button:before,
.quantity-input__button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 8px;
    height: 0;
    border-bottom: 2px solid;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quantity-input__button:after {
    width: 0;
    height: 8px;
    border-right: 2px solid;
    border-bottom: none;
}
.quantity-input__button:hover:not(:disabled),
.quantity-input__button:focus:not(:disabled),
.quantity-input__button:active:not(:disabled) {
    color: #2196f3;
    text-decoration: none;
    background: transparent;
    border-color: #2196f3;
}
.quantity-input__button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.quantity-input__button_type_decrease:after {
    display: none;
}
.quantity-input__field {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.quantity-input__input {
    width: 42px;
    height: 26px;
    margin: 0 -1px;
    padding: 0 5px;
    color: #000;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.quantity-input__input:hover,
.quantity-input__input:focus,
.quantity-input__input:active {
    position: relative;
    z-index: 1;
    border-color: #2196f3;
}
.quantity-input_align_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.quantity-input_align_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.quantity-input_align_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (min-width: 1px) {
    .quantity-input_align_xs-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1px) {
    .quantity-input_align_xs-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 1px) {
    .quantity-input_align_xs-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 480px) {
    .quantity-input_align_s-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 480px) {
    .quantity-input_align_s-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 480px) {
    .quantity-input_align_s-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 768px) {
    .quantity-input_align_m-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 768px) {
    .quantity-input_align_m-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) {
    .quantity-input_align_m-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1025px) {
    .quantity-input_align_l-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1025px) {
    .quantity-input_align_l-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 1025px) {
    .quantity-input_align_l-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1281px) {
    .quantity-input_align_xl-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1281px) {
    .quantity-input_align_xl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 1281px) {
    .quantity-input_align_xl-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1440px) {
    .quantity-input_align_xxl-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1440px) {
    .quantity-input_align_xxl-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 1440px) {
    .quantity-input_align_xxl-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.quote-list {
    display: block;
}
@media only screen and (min-width: 768px) {
    .quote-list {
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .quote-list__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}
@media only screen and (min-width: 1281px) {
    .quote-list__holder {
        margin: 0 -24px;
    }
}
@media only screen and (min-width: 768px) {
    .quote-list__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 10px 10px;
    }
}
@media only screen and (min-width: 1025px) {
    .quote-list__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 1281px) {
    .quote-list__item {
        padding: 0 24px;
    }
}
.quote-list__snippet {
    height: 100%;
}
.quote-snippet {
    position: relative;
    display: block;
    padding: 0 0 30px;
}
.quote-snippet__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 29px 25px 43px;
    border-radius: 4px;
    color: #44517f;
    line-height: 1.25;
    background: #f6f8fe;
}
.quote-snippet__holder:before {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    padding: 0 !important;
    border-style: solid;
    border-width: 0 35px 35px 0;
    border-color: transparent #f6f8fe transparent transparent;
}
.quote-snippet__header {
    padding: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
    .quote-snippet__header {
        padding: 0 0 25px;
    }
}
@media only screen and (min-width: 1281px) {
    .quote-snippet__header {
        padding: 0 0 47px;
    }
}
.quote-snippet__header:last-child {
    padding-bottom: 0;
}
.quote-snippet__footer {
    padding: 40px 40px 0 0;
}
.quote-snippet__footer:first-child {
    padding-top: 0;
}
.quote-snippet__meta {
    position: relative;
    padding: 0 0 0 17px;
}
.quote-snippet__meta:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c2f4;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.quote-snippet__category {
    color: inherit;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: inherit;
}
.quote-snippet__title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'PT Mono', sans-serif;
}
@media only screen and (min-width: 768px) {
    .quote-snippet__title {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1025px) {
    .quote-snippet__title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1281px) {
    .quote-snippet__title {
        font-size: 24px;
    }
}
.quote-snippet__link {
    color: inherit;
    text-decoration: inherit;
}
.quote-snippet__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: block;
    background: transparent;
}
.quote-snippet__icon {
    position: absolute;
    right: 31px;
    bottom: 77px;
    display: block;
    width: 35px;
    height: 32px;
    fill: inherit;
}
.quote-snippet_style_default .quote-snippet__holder {
    color: #44517f;
    background: #f6f8fe;
    fill: #d0d6e7;
}
.quote-snippet_style_default .quote-snippet__holder:before {
    border-right-color: #f6f8fe;
}
.quote-snippet_style_default .quote-snippet__meta:before {
    background: #22c2f4;
}
.quote-snippet_style_sky .quote-snippet__holder {
    color: #f6f8fe;
    background: #22c2f4;
    fill: #0ca9da;
}
.quote-snippet_style_sky .quote-snippet__holder:before {
    border-right-color: #22c2f4;
}
.quote-snippet_style_sky .quote-snippet__meta:before {
    background: #fff;
}
.quote-snippet_style_forest .quote-snippet__holder {
    color: #f6f8fe;
    background: #80c7a3;
    fill: #61b78c;
}
.quote-snippet_style_forest .quote-snippet__holder:before {
    border-right-color: #80c7a3;
}
.quote-snippet_style_forest .quote-snippet__meta:before {
    background: #fff;
}
.quote-snippet_style_night .quote-snippet__holder {
    color: #f6f8fe;
    background: #44517f;
    fill: #2c3966;
}
.quote-snippet_style_night .quote-snippet__holder:before {
    border-right-color: #44517f;
}
.quote-snippet_style_night .quote-snippet__meta:before {
    background: #fff;
}
.rating {
    display: inline-block;
}
.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.rating__item {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 3px;
    background: transparent;
    border: none;
    outline: none;
}
@media only screen and (min-width: 768px) {
    .rating__item {
        width: 18px;
        height: 18px;
        margin: 0 0 0 5px;
    }
}
.rating__item:nth-child(1) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.rating__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.rating__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.rating__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.rating__item:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.rating__item:last-child {
    margin-left: 0;
}
.rating__mark {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    fill: #c9c9c9;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .rating__mark {
        width: 18px;
        height: 18px;
    }
}
.rating__mark_state_active {
    fill: #ffd23b;
}
.rating_size_stable .rating__item {
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
}
.rating_size_stable .rating__item:last-child {
    margin-left: 0;
}
.rating_size_stable .rating__mark {
    width: 18px;
    height: 18px;
}
.rating_size_large .rating__label {
    margin: 0 0 17px;
    font-size: 17px;
}
.rating_size_large .rating__item {
    width: 24px;
    height: 24px;
    margin: 0 0 0 7px;
}
.rating_size_large .rating__item:last-child {
    margin-left: 0;
}
.rating_size_large .rating__mark {
    width: 24px;
    height: 24px;
}
.rating_marks_5 .rating__mark {
    fill: #ffd23b;
}
.rating_marks_4 .rating__item:nth-child(n + 2) .rating__mark {
    fill: #ffd23b;
}
.rating_marks_3 .rating__item:nth-child(n + 3) .rating__mark {
    fill: #ffd23b;
}
.rating_marks_2 .rating__item:nth-child(n + 4) .rating__mark {
    fill: #ffd23b;
}
.rating_marks_1 .rating__item:nth-child(n + 5) .rating__mark {
    fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(n) .rating__mark {
    fill: #c9c9c9;
}
.rating_type_interactable:hover .rating__item:nth-child(1):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item + .rating__item + .rating__item .rating__mark {
    fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(2):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item + .rating__item + .rating__item .rating__mark {
    fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(3):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(3):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(3):hover + .rating__item + .rating__item .rating__mark {
    fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(4):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(4):hover + .rating__item .rating__mark {
    fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(5):hover .rating__mark {
    fill: #ffd23b;
}
.search-form {
    position: relative;
    display: block;
    height: 40px;
}
.search-form:hover .search-form__input {
    border-color: #22c2f4;
}
.search-form__input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-form__input::-webkit-input-placeholder {
    color: #adadad;
    font-size: 14px;
}
.search-form__input:-ms-input-placeholder {
    color: #adadad;
    font-size: 14px;
}
.search-form__input::-moz-placeholder {
    color: #adadad;
    font-size: 14px;
    opacity: 1;
}
.search-form__input::-ms-input-placeholder {
    color: #adadad;
    font-size: 14px;
    opacity: 1;
}
.search-form__input::placeholder {
    color: #adadad;
    font-size: 14px;
    opacity: 1;
}
.search-form__input:focus {
    border-color: #0dacef;
}
.search-form__control {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.search-form__button {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    background: transparent;
    border: none;
    outline: none;
}
.search-form__icon {
    width: 19px;
    height: 19px;
    fill: none;
}
.search-form_type_modern {
    height: auto;
}
.search-form_type_modern .search-form__input {
    height: 82px;
    padding: 0 82px 0 55px;
    color: #1f83c7;
    font-family: 'PT Mono', sans-serif;
    font-size: 16px;
    line-height: 82px;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 20px rgba(31,131,199,0.3);
    box-shadow: 0 5px 20px rgba(31,131,199,0.3);
}
.search-form_type_modern .search-form__input::-webkit-input-placeholder {
    color: #1f83c7;
    font-size: 16px;
}
.search-form_type_modern .search-form__input:-ms-input-placeholder {
    color: #1f83c7;
    font-size: 16px;
}
.search-form_type_modern .search-form__input::-moz-placeholder {
    color: #1f83c7;
    font-size: 16px;
    opacity: 1;
}
.search-form_type_modern .search-form__input::-ms-input-placeholder {
    color: #1f83c7;
    font-size: 16px;
    opacity: 1;
}
.search-form_type_modern .search-form__input::placeholder {
    color: #1f83c7;
    font-size: 16px;
    opacity: 1;
}
.search-form_type_modern .search-form__control {
    top: 50%;
    right: 42px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.search-form_type_modern .search-form__icon {
    width: 22px;
    height: 22px;
}
.section {
    display: block;
    padding: 60px 0;
}
.section__header {
    margin: 0 0 51px;
}
.section__header:last-child {
    margin-bottom: 0;
}
.section_spacing_close {
    padding: 0;
}
.section_spacing_top-close {
    padding-top: 0;
}
.section_spacing_bottom-close {
    padding-bottom: 0;
}
.select2 {
    display: inline-block;
}
.select2__original-input_style_form + .select2-container .select2-selection {
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.select2__original-input_style_form + .select2-container .select2-selection:hover,
.select2__original-input_style_form + .select2-container .select2-selection:active {
    border-color: #000;
}
.select2__original-input_style_form + .select2-container .select2-selection:focus {
    border-color: #2196f3;
}
.select2__original-input_style_form + .select2-container .select2-selection__rendered {
    padding: 0 30px 0 15px;
    color: #000;
    line-height: 38px;
}
.select2__original-input_style_form + .select2-container .select2-selection__placeholder {
    color: #999;
}
.select2__original-input_style_form + .select2-container .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 1;
    width: 30px;
    height: 100%;
}
.select2__original-input_style_form + .select2-container .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 7px;
    height: 7px;
    color: inherit;
    border-width: 0;
    border-color: transparent;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.select2__original-input_style_form + .select2-container--open.select2-container--default .select2-selection__arrow b {
    border-width: 0;
    border-color: transparent;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: translate(0, 0) rotate(-135deg);
    transform: translate(0, 0) rotate(-135deg);
}
.select2__original-input_style_form.select2-dropdown {
    border-color: #2196f3;
}
.social-nav {
    display: block;
}
.social-nav__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.social-nav__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 3px 0;
}
.social-nav__item:last-child {
    margin-bottom: 0;
}
.social-nav__link {
    display: block;
    width: auto;
    height: auto;
    fill: #676767;
    color: #676767;
    text-decoration: none;
    outline: none;
}
.social-nav__link:hover,
.social-nav__link:active {
    fill: #a4a4a4;
    color: #a4a4a4;
    text-decoration: none;
}
.social-nav__link:focus {
    fill: #0dacef;
    color: #0dacef;
    text-decoration: none;
}
.social-nav__text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}
.social-nav__icon {
    display: block;
    width: 100%;
    max-width: 20px;
    height: 100%;
    max-height: 20px;
    fill: inherit;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.social-nav_align_left {
    text-align: left;
}
.social-nav_align_center {
    text-align: center;
}
.social-nav_align_right {
    text-align: right;
}
@media only screen and (min-width: 1px) {
    .social-nav_align_xs-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_align_xs-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_align_xs-right {
        text-align: right;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_align_s-left {
        text-align: left;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_align_s-center {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_align_s-right {
        text-align: right;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_align_m-left {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_align_m-center {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_align_m-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_align_l-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_align_l-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_align_l-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_align_xl-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_align_xl-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_align_xl-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_align_xxl-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_align_xxl-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_align_xxl-right {
        text-align: right;
    }
}
.social-nav_type_primary .social-nav__link {
    fill: #22c2f4;
    color: #22c2f4;
}
.social-nav_type_primary .social-nav__link:hover,
.social-nav_type_primary .social-nav__link:focus,
.social-nav_type_primary .social-nav__link:active {
    fill: #44517f;
    color: #44517f;
}
.social-nav_type_primary .social-nav__icon {
    width: 18px;
    max-width: none;
    height: 18px;
    max-height: none;
}
.social-nav_size_small .social-nav__item {
    margin: 0 6px 0 0;
}
.social-nav_size_small .social-nav__item:last-child {
    margin-bottom: 0;
}
.social-nav_size_small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
}
.social-nav_size_small .social-nav__text {
    font-size: 0.75rem;
}
.social-nav_size_medium .social-nav__item {
    margin: 0 10px 0 0;
}
.social-nav_size_medium .social-nav__item:last-child {
    margin-bottom: 0;
}
.social-nav_size_medium .social-nav__icon {
    max-width: 20px;
    max-height: 20px;
}
.social-nav_size_medium .social-nav__text {
    font-size: 1rem;
}
.social-nav_size_large .social-nav__item {
    margin: 0 15px 0 0;
}
.social-nav_size_large .social-nav__item:last-child {
    margin-bottom: 0;
}
.social-nav_size_large .social-nav__icon {
    max-width: 28px;
    max-height: 28px;
}
.social-nav_size_large .social-nav__text {
    font-size: 1.25rem;
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_xs-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_xs-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_xs-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 1px) {
    .social-nav_size_xs-large .social-nav__text {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_s-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_s-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_s-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 480px) {
    .social-nav_size_s-large .social-nav__text {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_m-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_m-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_m-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 768px) {
    .social-nav_size_m-large .social-nav__text {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_l-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_l-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_l-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 1025px) {
    .social-nav_size_l-large .social-nav__text {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_xl-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_xl-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_xl-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 1281px) {
    .social-nav_size_xl-large .social-nav__text {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-small .social-nav__item {
        margin: 0 6px 0 0;
    }
    .social-nav_size_xxl-small .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-small .social-nav__icon {
        max-width: 16px;
        max-height: 16px;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-small .social-nav__text {
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-medium .social-nav__item {
        margin: 0 10px 0 0;
    }
    .social-nav_size_xxl-medium .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-medium .social-nav__icon {
        max-width: 20px;
        max-height: 20px;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-medium .social-nav__text {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-large .social-nav__item {
        margin: 0 15px 0 0;
    }
    .social-nav_size_xxl-large .social-nav__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-large .social-nav__icon {
        max-width: 28px;
        max-height: 28px;
    }
}
@media only screen and (min-width: 1440px) {
    .social-nav_size_xxl-large .social-nav__text {
        font-size: 1.25rem;
    }
}
.subscribe-form {
    position: relative;
    display: block;
    padding: 40px 20px;
    background: #80c7a3;
    overflow: hidden;
}
@media only screen and (min-width: 1025px) {
    .subscribe-form {
        padding: 90px 0 93px;
    }
}
.subscribe-form:before,
.subscribe-form:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .subscribe-form:before,
    .subscribe-form:after {
        content: '';
        position: absolute;
        z-index: 1;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.subscribe-form:before {
    top: 50%;
    left: 0;
    width: 324px;
    height: 346px;
    background-image: url("../blocks/subscribe-form/images/l-hand.png");
    background-position: left center;
    -webkit-transform: translate(0, -54%) scale(0.5);
    transform: translate(0, -54%) scale(0.5);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
@media only screen and (min-width: 1281px) {
    .subscribe-form:before {
        -webkit-transform: translate(0, -54%);
        transform: translate(0, -54%);
    }
}
.subscribe-form:after {
    top: 0;
    right: 0;
    width: 370px;
    height: 370px;
    background-image: url("../blocks/subscribe-form/images/r-hand.png");
    background-position: center top;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
@media only screen and (min-width: 1281px) {
    .subscribe-form:after {
        right: 71px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.subscribe-form__header {
    position: relative;
    z-index: 10;
    margin: 0 0 40px;
}
.subscribe-form__header:last-child {
    margin-bottom: 0;
}
.subscribe-form__body {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
    .subscribe-form__body {
        max-width: 600px;
    }
}
@media only screen and (min-width: 1281px) {
    .subscribe-form__body {
        max-width: 739px;
    }
}
.subscribe-form__line {
    position: relative;
}
.subscribe-form__line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-top: 1px dashed #569c79;
    border-bottom: 1px dashed #569c79;
}
.subscribe-form__input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0;
    color: #44517f;
    font-size: 22px;
    font-family: 'PT Mono', sans-serif;
    line-height: 44px;
    border: none;
    outline: none;
    background: transparent;
}
.subscribe-form__input::-webkit-input-placeholder {
    color: #569c79;
    font-size: 22px;
}
.subscribe-form__input:-ms-input-placeholder {
    color: #569c79;
    font-size: 22px;
}
.subscribe-form__input::-moz-placeholder {
    color: #569c79;
    font-size: 22px;
    opacity: 1;
}
.subscribe-form__input::-ms-input-placeholder {
    color: #569c79;
    font-size: 22px;
    opacity: 1;
}
.subscribe-form__input::placeholder {
    color: #569c79;
    font-size: 22px;
    opacity: 1;
}
@media only screen and (min-width: 1025px) {
    .subscribe-form__input {
        height: 74px;
        font-size: 32px;
        line-height: 74px;
    }
    .subscribe-form__input::-webkit-input-placeholder {
        color: #569c79;
        font-size: 32px;
    }
    .subscribe-form__input:-ms-input-placeholder {
        color: #569c79;
        font-size: 32px;
    }
    .subscribe-form__input::-moz-placeholder {
        color: #569c79;
        font-size: 32px;
        opacity: 1;
    }
    .subscribe-form__input::-ms-input-placeholder {
        color: #569c79;
        font-size: 32px;
        opacity: 1;
    }
    .subscribe-form__input::placeholder {
        color: #569c79;
        font-size: 32px;
        opacity: 1;
    }
}
.subscribe-form__footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 70px 0 0;
}
.subscribe-form__info {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    font-size: 16px;
    line-height: 1.38;
    font-family: 'PT Mono', sans-serif;
}
.subscribe-form__link {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.subscribe-form__link:hover {
    opacity: 0.6;
}
.subscribe-form__control {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    text-align: right;
}
.subscribe-form__button {
    position: relative;
    padding: 0 30px 0 0;
    color: #44517f;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    opacity: 1;
    background: transparent;
    border: none;
    outline: none;
    fill: #44517f;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.subscribe-form__button:hover {
    opacity: 0.6;
}
.subscribe-form__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    fill: inherit;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tabs {
    display: block;
}
.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6;
}
.tabs__item {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs__label {
    display: block;
    padding: 5px 10px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    border-radius: 6px 6px 0 0;
}
.tabs__label_state_active {
    color: #000;
    background: #fbfbfb;
}
.tabs__label_state_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.tabs__content {
    margin: -1px 0 0;
    border: 1px solid #e8e8e8;
}
.tabs__panel_state_hidden {
    display: none;
}
.tabs__panel_state_active {
    display: block;
}
.tabs_nav-align_left .tabs__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs_nav-align_center .tabs__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs_nav-align_right .tabs__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tabs_nav-align_around .tabs__nav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.tabs_nav-align_between .tabs__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.title {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'PT Mono', sans-serif;
    line-height: 1.2;
    text-align: left;
}
.title_size_h1 {
    font-size: 24px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h1 {
        font-size: 36px;
    }
}
.title_size_h2 {
    font-size: 22px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h2 {
        font-size: 32px;
    }
}
.title_size_h3 {
    font-size: 18px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h3 {
        font-size: 28px;
    }
}
.title_size_h4 {
    font-size: 16px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h4 {
        font-size: 26px;
    }
}
.title_size_h5 {
    font-size: 16px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h5 {
        font-size: 24px;
    }
}
.title_size_h6 {
    font-size: 16px;
}
@media only screen and (min-width: 1025px) {
    .title_size_h6 {
        font-size: 22px;
    }
}
.title_align_left {
    text-align: left;
}
.title_align_center {
    text-align: center;
}
.title_align_right {
    text-align: right;
}
@media only screen and (min-width: 1px) {
    .title_align_xs-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1px) {
    .title_align_xs-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1px) {
    .title_align_xs-right {
        text-align: right;
    }
}
@media only screen and (min-width: 480px) {
    .title_align_s-left {
        text-align: left;
    }
}
@media only screen and (min-width: 480px) {
    .title_align_s-center {
        text-align: center;
    }
}
@media only screen and (min-width: 480px) {
    .title_align_s-right {
        text-align: right;
    }
}
@media only screen and (min-width: 768px) {
    .title_align_m-left {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .title_align_m-center {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .title_align_m-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1025px) {
    .title_align_l-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1025px) {
    .title_align_l-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1025px) {
    .title_align_l-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1281px) {
    .title_align_xl-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1281px) {
    .title_align_xl-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1281px) {
    .title_align_xl-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1440px) {
    .title_align_xxl-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1440px) {
    .title_align_xxl-center {
        text-align: center;
    }
}
@media only screen and (min-width: 1440px) {
    .title_align_xxl-right {
        text-align: right;
    }
}
.video {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #c4c4c4;
}
.video:before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 56.25% 0 0;
}
.video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 62px solid #fff;
    border-bottom: 35px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.work-list {
    display: block;
    color: main-color;
}
.work-list__title {
    display: block;
    font-size: 40px;
    font-weight: 600;
}
.work-list__list {
    counter-reset: workList;
}
.work-list__item:before {
    content: counter(workList) '.';
    counter-increment: workList;
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    padding: 0 5px 0 0;
    font-size: 20px;
    text-align: left;
}
.work-list__link {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 20px;
    text-decoration: none;
}
.work-list__link[href='#'] {
    cursor: default;
    pointer-events: none;
    opacity: 0.2;
}
.year-carousel {
    position: relative;
    display: block;
}
.year-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 90px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(51.04%, #f2f5fd), to(rgba(255,255,255,0)));
    background: linear-gradient(rgba(255,255,255,0), #f2f5fd 51.04%, rgba(255,255,255,0));
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
    .year-carousel:before {
        width: 120px;
    }
}
@media only screen and (min-width: 1025px) {
    .year-carousel:before {
        width: 150px;
    }
}
.year-carousel:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: 1;
    display: block;
    width: 6px;
    height: 6px;
    color: #22c2f4;
    border-top: 0.5px solid currentColor;
    border-left: 0.5px solid currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(2.666);
    transform: translate(-50%, -50%) rotate(45deg) scale(2.666);
}
@media only screen and (min-width: 1025px) {
    .year-carousel__container:before,
    .year-carousel__container:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 5;
        display: block;
        width: 150px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0.5)), color-stop(66%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
        background: linear-gradient(90deg, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.5) 66%, rgba(255,255,255,0) 100%);
    }
}
@media only screen and (min-width: 1025px) {
    .year-carousel__container:before {
        left: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .year-carousel__container:after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255,255,255,0.5)), color-stop(66%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
        background: linear-gradient(-90deg, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.5) 66%, rgba(255,255,255,0) 100%);
    }
}
.year-carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    padding: 32px 0;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .year-carousel__slide {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        padding: 56px 0;
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1025px) {
    .year-carousel__slide {
        -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
        font-size: 36px;
        line-height: 40px;
    }
}
.year-carousel__year {
    display: block;
    width: 100%;
    color: #44517f;
    font-family: 'PT Mono', sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .year-carousel__year {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1025px) {
    .year-carousel__year {
        font-size: 36px;
        line-height: 40px;
    }
}
.year-carousel .swiper-slide-active-realtime .year-carousel__year {
    color: #22c2f4;
}
.year-list {
    display: block;
}
.year-list__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.year-list__item {
    -ms-flex-preferred-size: 105px;
    flex-basis: 105px;
    padding: 0 10px 20px;
}
.year-list__link {
    display: block;
    width: 100%;
    padding: 10px 17px;
    color: #44517f;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #e7ebf5;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.year-list__link:hover {
    color: #fff;
    background: #22c2f4;
    -webkit-box-shadow: 0 3px 15px rgba(34,194,244,0.4);
    box-shadow: 0 3px 15px rgba(34,194,244,0.4);
}
