<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-400.eot");
    src: url("../fonts/Lato-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-400.woff2") format("woff2"),
    url("../fonts/Lato-400.woff") format("woff"),
    url("../fonts/Lato-400.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-500.eot");
    src: url("../fonts/Lato-500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-500.woff2") format("woff2"),
    url("../fonts/Lato-500.woff") format("woff"),
    url("../fonts/Lato-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-700.eot");
    src: url("../fonts/Lato-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-700.woff2") format("woff2"),
    url("../fonts/Lato-700.woff") format("woff"),
    url("../fonts/Lato-700.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-800.eot");
    src: url("../fonts/Montserrat-800.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-800.woff2") format("woff2"),
    url("../fonts/Montserrat-800.woff") format("woff"),
    url("../fonts/Montserrat-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
    font-size: 100%;
}

html {
    -webkit-text-size-adjust: none;
}

a {
    color: rgb(0, 0, 0);
    vertical-align: baseline;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

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

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

em {
    font-style: normal;
}

button {
    cursor: pointer;
}

button:hover,
button:focus,
button:active {
    outline: none;
}

textarea {
    resize: none;
    overflow-y: auto;
}

input,
textarea,
button {
    background: none;
}

input,
select {
    vertical-align: middle;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input,
textarea,
select {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgb(179, 179, 179);
    opacity: 1;
}

input:-moz-placeholder {
    color: rgb(179, 179, 179);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgb(179, 179, 179);
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgb(179, 179, 179) !important;
    opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgb(179, 179, 179) !important;
    opacity: 1;
}

.nav__item,
.search__input,
.header-button,
.publication__headline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.publication__headline {
    background: -moz-linear-gradient(
            top,
            #112a6300 0%,
            #112a63b3 57%,
            rgb(17, 42, 99) 82%
    );
    background: -webkit-linear-gradient(
            top,
            #112a6300 0%,
            #112a63b3 57%,
            rgb(17, 42, 99) 82%
    );
    background: linear-gradient(
            to bottom,
            #112a6300 0%,
            #112a63b3 57%,
            rgb(17, 42, 99) 82%
    );
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.d-flex {
    display: flex;
}

.hide {
    display: none !important;
}

@media (max-width: 1199px) {
    .unseen-on-1200 {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .visible-on-1200 {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .visible-on-1200-ib {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .visible-on-1200-fl {
        display: flex !important;
    }
}

@media (max-width: 999px) {
    .unseen-on-1000 {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .visible-on-1000 {
        display: block !important;
    }
}

@media (max-width: 999px) {
    .visible-on-1000-ib {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .visible-on-1000-fl {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .unseen-on-768 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .visible-on-768 {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-on-768-ib {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .visible-on-768-fl {
        display: flex !important;
    }
}

@media (max-width: 559px) {
    .unseen-on-560 {
        display: none !important;
    }
}

@media (max-width: 559px) {
    .visible-on-560 {
        display: block !important;
    }
}

@media (max-width: 559px) {
    .visible-on-560-ib {
        display: inline-block !important;
    }
}

@media (max-width: 559px) {
    .visible-on-560-fl {
        display: flex !important;
    }
}

@media (max-width: 374px) {
    .unseen-on-360 {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .visible-on-360 {
        display: block !important;
    }
}

@media (max-width: 374px) {
    .visible-on-360-ib {
        display: inline-block !important;
    }
}

@media (max-width: 374px) {
    .visible-on-360-fl {
        display: flex !important;
    }
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 999px) {
    .container {
        width: 728px;
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 40px);
    }
}

@media (max-width: 559px) {
    .container {
        width: 100%;
    }
}

ul {
    list-style: none;
}

img {
    width: 100%;
    max-width: 100%;
}

a {
    transition: 150ms;
}

body {
    background-color: rgb(243, 243, 243);
    font-family: "Lato", sans-serif;
    color: rgb(34, 34, 34);
    line-height: 130%;
}

@media (max-width: 374px) {
    body {
        background: rgb(244, 247, 252);
    }
}

.dashed {
    position: relative;
}

.dashed:after {
    z-index: 10;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    height: 5px;
    width: 100%;
    background: transparent url(../img/146/dashed.png) repeat-x 0 0;
}

@media (max-width: 767px) {
    .dashed:after {
        z-index: 0;
        height: 1px;
        background-color: rgb(214, 214, 214);
        background-image: none;
    }
}

.dashed--top {
    position: relative;
}

.dashed--top:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    height: 5px;
    width: 100%;
    background: transparent url(../img/146/dashed.png) repeat-x 0 0;
}

@media (max-width: 767px) {
    .dashed--top:before {
        z-index: 0;
        height: 1px;
        background-color: rgb(214, 214, 214);
        background-image: none;
    }
}

@media (max-width: 374px) {
    .segment.dashed:after {
        display: none;
    }
}

.header {
    color: inherit;
    background-color: rgb(255, 255, 255);
    padding-bottom: 5px;
}

@media (max-width: 559px) {
    .header {
        padding-bottom: 0;
    }
}

.header__wrapper {
    position: relative;
}

@media (max-width: 559px) {
    .header__wrapper {
        padding: 0 12px;
    }
}

.header__row {
    padding: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media (max-width: 999px) {
    .header__row {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .header__row {
        padding: 10px 0;
    }
}

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

.header__item &gt; * {
    align-self: center;
}

@media (max-width: 999px) {
    #header-nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        z-index: 10;
    }
}

@media (max-width: 999px) {
    #header-nav.unseen {
        display: none;
    }
}

@media (max-width: 999px) {
    .nav {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .header__item {
        flex: none;
        -webkit-flex: none;
        -ms-flex: none;
    }
}

.nav__list {
    display: flex;
    justify-content: center;
}

@media (max-width: 999px) {
    .nav__list {
        flex-direction: column;
        padding: 25px 0 20px;
        background: rgb(34, 34, 34);
    }
}

.nav__item {
    margin-right: 45px;
    transition: 150ms;
}

@media (max-width: 1199px) {
    .nav__item {
        margin-right: 25px;
    }
}

@media (max-width: 999px) {
    .nav__item {
        width: 100%;
        padding: 20px;
        margin-right: 0;
        background: rgb(34, 34, 34);
        text-align: center;
    }
}

@media (max-width: 999px) {
    .nav__item:hover {
        background: rgb(49, 99, 220);
    }
}

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

.nav__item.active {
    border-bottom: 2px solid;
}

@media (max-width: 999px) {
    .nav__item a {
        color: rgb(255, 255, 255);
    }
}

.nav__item:hover a {
    color: rgb(49, 99, 220);
}

@media (max-width: 999px) {
    .nav__item:hover a {
        color: rgb(255, 255, 255);
    }
}

.nav__link {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .nav__link {
        font-size: 17px;
    }
}

@media (max-width: 999px) {
    .nav__link {
        font-size: 32px;
    }
}

.header__logo {
    color: rgb(49, 99, 220);
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    letter-spacing: 0.15em;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .header__logo {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #header-exchange_rates {
        display: none;
    }

    .header__logo {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .header__logo {
        font-size: 22px;
    }
}

.currencies {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .currencies {
        font-size: 17px;
    }
}

.currency {
    margin-right: 20px;
}

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

.currency__name_usd:after,
.currency__value_usd:after {
    content: "\0024";
    padding-left: 2px;
}

.currency__name_eur:after,
.currency__value_eur:after {
    content: "\20AC";
    padding-left: 2px;
}

.currency__name_rub:after,
.currency__value_rub:after {
    content: "\20BD";
    padding-left: 2px;
}

#header-search-inner {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 999px) {
    #header-search-inner {
        right: 110px;
    }
}

@media (max-width: 559px) {
    #header-search-inner {
        right: 112px;
    }
}

#header-search-inner.unseen {
    display: none;
}

.search.unseen {
    display: none;
}

.search__input {
    -webkit-appearance: none;
    display: block;
    width: 330px;
    height: 40px;
    padding-left: 20px;
    padding-right: 11px;
    border: 1px solid rgb(129, 129, 129);
    border-radius: 4px;
    background: rgb(255, 255, 255);
    font-size: 17px;
    transition: 150ms;
}

.search__input:focus {
    -webkit-box-shadow: inset 0 0 6px 1px rgb(49, 99, 220);
    box-shadow: inset 0 0 6px 1px rgb(49, 99, 220);
    border: 1px solid rgb(49, 99, 220);
}

@media (max-width: 767px) {
    .search__input {
        width: 410px;
    }
}

@media (max-width: 559px) {
    .search__input {
        width: 236px;
    }
}

@media (max-width: 374px) {
    .search__input {
        width: 198px;
    }
}

#header-buttons {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}

.header-button {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgb(129, 129, 129);
    text-align: center;
}

.header-button &gt; img {
    width: 16px;
    min-width: 16px;
    height: auto;
}

.header-button--menu {
    display: none;
    background: rgb(49, 99, 220);
    border-color: rgb(49, 99, 220);
    color: rgb(255, 255, 255);
}

@media (max-width: 999px) {
    .header-button--menu {
        display: block;
    }
}

.header-button--search {
    color: rgb(49, 99, 220);
}

@media (max-width: 999px) {
    .header-button--search {
        margin-right: 20px;
    }
}

@media (max-width: 559px) {
    .header-button--search {
        margin-right: 10px;
    }
}

.card.card--coloured {
    background: rgb(232, 247, 255);
}

@media (max-width: 767px) {
    .cards-row__item.card--coloured {
        background: rgb(255, 255, 255);
    }
}

.card-vertical__content {
    padding: 15px 20px 25px;
}

@media (max-width: 1199px) {
    .card-vertical__content {
        padding: 15px 20px 20px;
    }
}

@media (max-width: 999px) {
    .card-vertical__content {
        padding: 12px 15px 15px;
    }
}

@media (max-width: 767px) {
    .card-vertical__content {
        padding: 8px 12px 12px;
    }
}

@media (max-width: 559px) {
    .card-vertical__content {
        padding: 5px 8px 8px;
    }
}

.card-vertical__post-time {
    position: absolute;
    left: 20px;
    bottom: 25px;
}

@media (max-width: 1199px) {
    .card-vertical__post-time {
        bottom: 20px;
    }
}

@media (max-width: 999px) {
    .card-vertical__post-time {
        left: 15px;
    }
}

@media (max-width: 767px) {
    .card-vertical__post-time {
        bottom: 16px;
    }
}

@media (max-width: 559px) {
    .card-vertical__post-time {
        bottom: 10px;
        left: 12px;
    }
}

.card__post-time {
    color: rgb(129, 129, 129);
    font-size: 16px;
    line-height: 130%;
}

.card__post-time &gt; img {
    width: 14px;
    min-width: 14px;
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .card__post-time {
        font-size: 15px;
    }
}

@media (max-width: 374px) {
    .card__post-time {
        font-size: 13px;
    }
}

.card__title {
    font-size: 19px;
    font-weight: 500;
    transition: 150ms;
    line-height: 130%;
}

@media (max-width: 1199px) {
    .card__title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .card__title {
        font-size: 19px;
    }
}

@media (max-width: 559px) {
    .card__title {
        font-size: 18px;
    }
}

@media (max-width: 374px) {
    .card__title {
        font-size: 17px;
    }
}

.card:hover .card__title {
    color: rgb(49, 99, 220);
    text-decoration: underline;
}

.card__title:hover {
    text-decoration: none !important;
}

.cards-block {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px 20px;
}

.cards-block:last-child {
    margin-bottom: 0;
}

@media (max-width: 374px) {
    .cards-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .cards-block_aside {
        flex-wrap: wrap;
    }
}

.cards-block_aside .card {
    width: 50%;
}

@media (max-width: 1199px) {
    .cards-block_aside .card {
        width: 100%;
        margin-bottom: 20px;
    }

    .cards-block_aside .card:last-child {
        margin-bottom: 0;
    }
}

.under-header {
    padding: 30px 0;
    background: rgb(255, 255, 255);
}

.under-header .cards-row__item {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .under-header .cards-row__text {
        font-size: 19px;
    }
}

@media (max-width: 559px) {
    .under-header .cards-row__text {
        font-size: 17px;
    }
}

.cards-row {
    display: flex;
    margin: 0 -10px 20px;
}

.cards-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 999px) {
    .cards-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 559px) {
    .cards-row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 374px) {
    .cards-row {
        margin-bottom: 15px;
    }
}

@media (max-width: 999px) {
    .under-header .cards-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 559px) {
    .under-header .cards-row {
        padding: 0 12px;
    }
}

@media (max-width: 374px) {
    .cards-block--three {
        flex-wrap: wrap;
    }
}

.cards-block--three .card {
    width: 33.333%;
}

@media (max-width: 559px) {
    .cards-block--three .card {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .cards-block--three .card {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .cards-block--four {
        flex-wrap: wrap;
    }
}

.cards-block--four .card {
    width: calc(25% - 22px);
}

@media (max-width: 999px) {
    .cards-block--four .card {
        width: calc(33.333% - 22px);
    }
}

@media (max-width: 559px) {
    .cards-block--four .card {
        width: calc(50% - 22px);
    }
}

@media (max-width: 374px) {
    .cards-block--four .card {
        width: 100%;
    }
}

.card {
    flex-shrink: 1;
    background: rgb(255, 255, 255);
}

.card-vertical {
    position: relative;
    height: 370px;
    margin: 0 10px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .card-vertical {
        height: 385px;
    }
}

@media (max-width: 999px) {
    .card-vertical {
        height: auto;
    }
}

@media (max-width: 374px) {
    .card-vertical {
        margin-bottom: 15px;
    }

    .card-vertical:last-child {
        margin-bottom: 0;
    }
}

.card-vertical__image {
    height: 175px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.card-vertical__image img {
    position: relative;
    top: -14px;
}

@media (max-width: 1199px) {
    .card-vertical__image img {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .card-vertical__image {
        height: 190px;
    }
}

@media (max-width: 999px) {
    .card-vertical__image {
        height: 141px;
    }
}

@media (max-width: 1199px) {
    .aside .card-vertical__image img {
        top: -10px;
    }
}

.aside.fixed {
    position: fixed;
    top: 10px;
    margin-left: 610px;
}

@media (max-width: 1199px) {
    .aside.fixed {
        margin-left: 653px;
    }
}

@media (max-width: 999px) {
    .aside.fixed {
        margin-left: 499px;
    }
}

.aside__inner {
    width: 590px;
}

@media (max-width: 1199px) {
    .aside__inner {
        width: 307px;
    }
}

@media (max-width: 999px) {
    .aside__inner {
        width: 229px;
    }
}

@media (max-width: 1199px) {
    .card-vertical__title {
        font-size: 19px;
    }
}

@media (max-width: 999px) {
    .card-vertical__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .card-vertical__title {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .card-vertical__title {
        font-size: 18px;
    }
}

.cards-block--three .card-vertical__image {
    height: 240px;
}

@media (max-width: 1199px) {
    .cards-block--three .card-vertical__image {
        height: auto;
    }
}

@media (max-width: 999px) {
    .cards-block--three .card-vertical__image {
        height: 141px;
    }
}

@media (max-width: 767px) {
    .cards-block--three .card-vertical__image {
        height: auto;
    }
}

.cards-block--three .card-vertical__image img {
    position: relative;
    top: -19px;
}

@media (max-width: 1199px) {
    .cards-block--three .card-vertical__image img {
        top: 0;
    }
}

@media (max-width: 999px) {
    .cards-block--three .card-vertical__image img {
        top: -10px;
    }
}

@media (max-width: 767px) {
    .cards-block--three .card-vertical__image img {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .cards-block--four .card-vertical__image {
        height: auto;
    }
}

@media (max-width: 999px) {
    .cards-block--four .card-vertical__image {
        height: 141px;
    }
}

@media (max-width: 767px) {
    .cards-block--four .card-vertical__image {
        height: auto;
    }
}

@media (max-width: 999px) {
    .cards-block--four .card-vertical__image img {
        top: -10px;
    }
}

@media (max-width: 767px) {
    .cards-block--four .card-vertical__image img {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .cards-block--four .card-vertical__title {
        font-size: 17px;
    }
}

@media (max-width: 999px) {
    .cards-block--four .card-vertical__title {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .cards-block--four .card-vertical__title {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .cards-block--four .card-vertical__title {
        font-size: 18px;
    }
}

.segment .card-vertical {
    height: auto;
}

@media (max-width: 374px) {
    .segment .card-vertical {
        box-shadow: 0 1px 1px 0 #3c404314, 0 2px 5px 1px #3c404329;
    }
}

.segment .card-vertical__image {
    height: auto;
}

@media (max-width: 374px) {
    .segment .card-vertical__image {
        width: 100%;
        height: 189px;
        overflow: hidden;
    }
}

@media (max-width: 359px) {
    .segment .card-vertical__image {
        height: 166px;
    }
}

.segment .card-vertical__image img {
    position: static;
}

@media (max-width: 374px) {
    .segment .card-vertical__image img {
        position: relative;
        top: -11%;
    }
}

.segment .card-vertical__title {
    margin-bottom: 35px;
}

@media (max-width: 999px) {
    .segment .card-vertical__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .segment .card-vertical__title {
        margin-bottom: 34px;
    }
}

@media (max-width: 559px) {
    .segment .card-vertical__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 374px) {
    .segment .cards-row__item {
        box-shadow: 0 1px 1px 0 #3c404314, 0 2px 5px 1px #3c404329;
    }
}

.cards-row__item {
    display: flex;
    flex-shrink: 1;
    width: 50%;
    margin: 0 10px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

@media (max-width: 999px) {
    .cards-row__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .cards-row__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 559px) {
    .cards-row__item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 374px) {
    .cards-row__item {
        flex-wrap: wrap;
    }
}

.overlook-section {
    padding-bottom: 45px;
}

.overlook-section__inner {
    display: flex;
    padding: 30px 0 20px;
}

@media (max-width: 1199px) {
    .overlook-section__inner {
        padding: 20px 0 20px;
    }
}

@media (max-width: 559px) {
    .overlook-section__inner {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .overlook-section__inner {
        padding-bottom: 0;
    }
}

.notice {
    position: relative;
    flex-shrink: 0;
    width: calc(50% - 10px);
    height: 370px;
    margin-right: 20px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    display: block;
}

.notice__image {
    height: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.notice__content {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, #ffffff99, #ffffff 75%);
}

@media (max-width: 1199px) {
    .notice {
        height: 375px;
    }
}

@media (max-width: 767px) {
    .notice {
        height: auto;
    }

    .notice__content {
        position: static;
        background: rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    .notice__image {
        height: 350px;
    }
}

@media (max-width: 559px) {
    .notice__image {
        height: 300px;
    }
}

@media (max-width: 459px) {
    .notice__image {
        height: 255px;
    }
}

@media (max-width: 374px) {
    .notice__image {
        height: auto;
    }
}

.notice__image img {
    position: relative;
    top: -25px;
}

@media (max-width: 1199px) {
    .notice__image img {
        top: 0;
    }
}

@media (max-width: 767px) {
    .notice__image img {
        top: -35px;
    }
}

@media (max-width: 559px) {
    .notice__image img {
        top: -30px;
    }
}

@media (max-width: 459px) {
    .notice__image img {
        top: -15px;
    }
}

@media (max-width: 374px) {
    .notice__image img {
        top: 0;
    }
}

.notice__title {
    color: rgb(34, 34, 34);
    font-size: 21px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 999px) {
    .notice__title {
        font-size: 23px;
    }
}

@media (max-width: 559px) {
    .notice__title {
        font-size: 21px;
    }
}

.notice__read-more {
    width: 156px;
    height: 44px;
    border-radius: 4px;
    background: rgb(49, 99, 220);
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.notice__post-time {
    margin-left: 30px;
    color: rgb(129, 129, 129);
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 767px) {
    .cards-row__item.card--bordered {
        border: none;
    }
}

.card--bordered {
    border: 1px solid rgb(214, 214, 214);
}

@media (max-width: 374px) {
    .card--bordered {
        border: none;
    }
}

@media (max-width: 559px) {
    .under-header .cards-row__image {
        width: 33.333%;
        height: auto;
    }
}

@media (max-width: 374px) {
    .under-header .cards-row__image {
        position: relative;
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 359px) {
    .under-header .cards-row__image {
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 374px) {
    .under-header .cards-row__image img {
        position: absolute;
        width: 148px;
        max-width: none;
        top: 0;
        left: 0;
        margin-left: -18px;
    }
}

@media (max-width: 359px) {
    .under-header .cards-row__image img {
        width: 140px;
        margin-left: -17px;
    }
}

.cards-row__image {
    flex-shrink: 0;
    width: 143px;
    border-radius: 4px 0 0 4px;
}

@media (max-width: 374px) {
    .cards-row__image {
        width: 100%;
        height: 189px;
        overflow: hidden;
    }
}

@media (max-width: 359px) {
    .cards-row__image {
        height: 166px;
    }
}

@media (max-width: 374px) {
    .cards-row__image img {
        position: relative;
        top: -11%;
    }
}

@media (max-width: 559px) {
    .under-header .cards-row__content {
        padding: 0 0 0 12px;
    }
}

.cards-row__content {
    padding: 15px 8px 15px 15px;
    transition: 150ms;
}

@media (max-width: 1199px) {
    .cards-row__content {
        padding: 8px 5px 10px 10px;
    }
}

@media (max-width: 767px) {
    .cards-row__content {
        padding: 8px 5px 0 10px;
    }
}

@media (max-width: 559px) {
    .cards-row__content {
        padding: 5px 5px 8px 10px;
    }
}

@media (max-width: 999px) {
    .cards-row__text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cards-row__text {
        font-size: 18px;
    }
}

@media (max-width: 559px) {
    .cards-row__text {
        font-size: 17px;
    }
}

.publication-section__inner {
    display: flex;
    padding: 30px 0 45px;
}

@media (max-width: 1199px) {
    .publication-section__inner {
        padding: 20px 0 20px;
    }
}

@media (max-width: 559px) {
    .publication-section__inner {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .publication-section__inner {
        padding-bottom: 0;
    }
}

.publication {
    flex-shrink: 0;
    width: calc(50% - 10px);
    margin-right: 20px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

@media (max-width: 1199px) {
    .publication {
        width: 633px;
    }
}

@media (max-width: 999px) {
    .publication {
        width: 479px;
    }
}

@media (max-width: 767px) {
    .publication {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 559px) {
    .publication {
        border-radius: 0;
    }
}

.publication__content {
    padding: 35px 20px 0;
}

@media (max-width: 1199px) {
    .publication__content {
        padding: 20px 20px 0;
    }
}

@media (max-width: 559px) {
    .publication__content {
        padding: 0 12px;
    }
}

.publication p {
    margin-bottom: 20px;
    color: rgb(97, 97, 97);
    font-size: 19px;
    line-height: 130%;
    font-weight: 500;
}

@media (max-width: 999px) {
    .publication p {
        margin-bottom: 15px;
        font-size: 17px;
    }
}

.publication__image {
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 1199px) {
    .publication__image {
        height: 385px;
    }
}

@media (max-width: 999px) {
    .publication__image {
        height: 350px;
    }
}

@media (max-width: 559px) {
    .publication__image {
        height: auto;
        border-radius: 0;
    }
}

.publication__image img {
    position: relative;
    top: -25px;
}

@media (max-width: 1199px) {
    .publication__image img {
        top: -30px;
    }
}

@media (max-width: 999px) {
    .publication__image img {
        top: 0;
    }
}

@media (max-width: 767px) {
    .publication__image img {
        top: -35px;
    }
}

@media (max-width: 559px) {
    .publication__image img {
        top: 0;
    }
}

.publication__headline {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px 18px 22px;
    color: rgb(255, 255, 255);
}

@media (max-width: 559px) {
    .publication__headline {
        position: static;
        padding: 15px 12px;
        background-image: none;
    }
}

.publication__post-time {
    padding-bottom: 15px;
    color: rgb(214, 214, 214);
    font-size: 16px;
    font-weight: 400;
}

.publication__post-time &gt; img {
    width: 14px;
    min-width: 14px;
    height: auto;
    margin-right: 5px;
    position: static;
    top: 0;
}

.publication__title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}

@media (max-width: 999px) {
    .publication__title {
        font-size: 20px;
    }
}

@media (max-width: 559px) {
    .publication__title {
        color: rgb(34, 34, 34);
    }
}

@media (max-width: 767px) {
    .aside {
        display: none;
    }
}

.cards_horizontal {
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
}

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

.aside .cards_horizontal {
    padding: 0 20px;
    border-radius: 4px;
    overflow: hidden;
}

.card-horizontal {
    display: flex;
    padding: 25px 0;
}

@media (max-width: 1199px) {
    .card-horizontal {
        padding: 20px 0;
    }
}

@media (max-width: 559px) {
    .card-horizontal {
        padding: 12px 0;
    }
}

.card-horizontal__image {
    flex-shrink: 0;
    width: 170px;
    height: 120px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 559px) {
    .card-horizontal__image {
        width: 33.333%;
        height: auto;
        margin-right: 12px;
    }
}

@media (max-width: 374px) {
    .card-horizontal__image {
        position: relative;
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 359px) {
    .card-horizontal__image {
        width: 105px;
        height: 105px;
    }
}

.card-horizontal__image img {
    position: relative;
    top: -3px;
}

@media (max-width: 559px) {
    .card-horizontal__image img {
        top: 0;
    }
}

@media (max-width: 374px) {
    .card-horizontal__image img {
        position: absolute;
        width: 148px;
        max-width: none;
        top: 0;
        left: 0;
        margin-left: -18px;
    }
}

@media (max-width: 359px) {
    .card-horizontal__image img {
        width: 140px;
        margin-left: -17px;
    }
}

.card-horizontal__content {
    position: relative;
}

.card-horizontal__title {
    position: relative;
    top: -3px;
}

.card-horizontal__post-time {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 999px) {
    .card-horizontal__post-time {
        display: none;
    }
}

.card--expanded {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.publication__navigation {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.numbering {
    margin-right: 20px;
    font-size: 0;
}

@media (max-width: 374px) {
    .numbering {
        margin-bottom: 15px;
    }
}

.numbering + .publication-source {
    margin-left: 0;
}

.numbering__page {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    margin-right: 2px;
    background-color: rgb(49, 99, 220);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    transition: 150ms;
    overflow: hidden;
}

.numbering__page.numbering__page--current {
    background-color: rgb(34, 34, 34);
}

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

.numbering__page:hover {
    background-color: rgb(39, 81, 179);
}

.numbering__page a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.publication-source {
    margin-left: auto;
    color: rgb(129, 129, 129);
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
}

.publication-source__link {
    color: rgb(129, 129, 129);
}

.publication-source__link:hover {
    text-decoration: underline;
}

.read-more .cards_horizontal {
    margin-bottom: 0;
}

.read-more__title {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.segment {
    padding: 45px 0;
}

@media (max-width: 1199px) {
    .segment {
        padding: 30px 0;
    }
}

@media (max-width: 559px) {
    .segment {
        padding: 20px 12px;
    }
}

@media (max-width: 374px) {
    .segment {
        padding: 15px 12px 0;
    }

    .segment.segment--last {
        padding-bottom: 15px;
    }
}

.segment--white {
    background: rgb(255, 255, 255);
}

@media (max-width: 374px) {
    .segment--white {
        background: transparent;
    }
}

.footer {
    position: relative;
    margin-top: 45px;
    background: rgb(34, 34, 34);
}

@media (max-width: 1199px) {
    .footer {
        margin-top: 30px;
    }
}

@media (max-width: 559px) {
    .footer {
        margin-top: 20px;
    }
}

.footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: rgb(255, 255, 255);
}

@media (max-width: 1199px) {
    .footer:before {
        height: 30px;
    }
}

@media (max-width: 559px) {
    .footer:before {
        display: none;
    }
}

.footer__wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
}

.footer-row {
    display: flex;
}

@media (max-width: 767px) {
    .footer-row {
        flex-wrap: wrap;
    }
}

.footer-row__item {
    width: 50%;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .footer-row__item {
        width: 100%;
    }
}

.footer__copyright {
    color: rgb(129, 129, 129);
    font-size: 19px;
    line-height: 130%;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer__copyright {
        margin-bottom: 35px;
        text-align: center;
    }
}

.footer-row__links {
    margin-bottom: 35px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .footer-row__links {
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer-row__links &gt; * {
    transition: 150ms;
    cursor: pointer;
}

.footer-row__links &gt; *:hover {
    text-decoration: underline;
}

.footer-row__links span:first-child {
    margin-right: 40px;
}

@media (max-width: 374px) {
    .footer-row__links span:first-child {
        margin-right: 30px;
    }
}

.socials-block {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .socials-block {
        justify-content: center;
    }
}

.socials-block__item {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 25px;
    transition: 150ms;
}

.socials-block__item:last-child {
    margin-right: 0;
}

.socials-block__item:hover {
    background: rgb(39, 81, 179);
}

.socials-block__item:active {
    background: rgb(32, 65, 150);
}

.socials-block__item--x {
    background: rgb(49, 99, 220) url(../img/146/x.png) no-repeat 50% 50%;
}

.socials-block__item--x:hover {
    background: rgb(39, 81, 179) url(../img/146/x.png) no-repeat 50% 50%;
}

.socials-block__item--x:active {
    background: rgb(32, 65, 150) url(../img/146/x.png) no-repeat 50% 50%;
}

.socials-block__item--facebook {
    background: rgb(49, 99, 220) url(../img/146/fb.png) no-repeat 50% 50%;
}

.socials-block__item--facebook:hover {
    background: rgb(39, 81, 179) url(../img/146/fb.png) no-repeat 50% 50%;
}

.socials-block__item--facebook:active {
    background: rgb(32, 65, 150) url(../img/146/fb.png) no-repeat 50% 50%;
}

.socials-block__item--vkontakte {
    background: rgb(49, 99, 220) url(../img/146/vk.png) no-repeat 50% 50%;
}

.socials-block__item--vkontakte:hover {
    background: rgb(39, 81, 179) url(../img/146/vk.png) no-repeat 50% 50%;
}

.socials-block__item--vkontakte:active {
    background: rgb(32, 65, 150) url(../img/146/vk.png) no-repeat 50% 50%;
}

.socials-block__item--telegram {
    background: rgb(49, 99, 220) url(../img/146/tg.png) no-repeat 50% 50%;
}

.socials-block__item--telegram:hover {
    background: rgb(39, 81, 179) url(../img/146/tg.png) no-repeat 50% 50%;
}

.socials-block__item--telegram:active {
    background: rgb(32, 65, 150) url(../img/146/tg.png) no-repeat 50% 50%;
}

#modal-backyard {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
}

#modal-backyard #contacts,
#modal-backyard #about {
    display: none;
}

#modal-backyard .modal-case {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

@media (max-width: 999px) {
    #modal-backyard .modal-case {
        top: 70px;
    }
}

@media (max-width: 767px) {
    #modal-backyard .modal-case {
        width: 440px;
        margin-left: -220px;
    }
}

@media (max-width: 374px) {
    #modal-backyard .modal-case {
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        margin-left: 0;
    }
}

#modal-backyard .modal-case__headline {
    position: relative;
    height: 50px;
    background: rgb(49, 99, 220);
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#modal-backyard .modal-case__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    margin-top: 13px;
    margin-right: 13px;
    line-height: 24px;
    cursor: pointer;
}
#modal-backyard .modal-case__close img {
    width: 14px;
    min-width: 14px;
    height: auto;
}
#modal-backyard .modal-case__content {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 16px 20px;
    font-family: "Lato", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
}

#modal-backyard .modal-case__site-name {
    font-weight: 700;
}

#modal-backyard .feedback {
    position: relative;
}

#modal-backyard .feedback .feedback__item {
    width: 100%;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

#modal-backyard .feedback .feedback__item label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    float: left;
    padding-top: 13px;
    font-size: 18px;
}

@media (max-width: 374px) {
    #modal-backyard .feedback .feedback__item label {
        width: 100%;
    }
}

#modal-backyard .feedback .feedback__item input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    float: left;
    height: 42px;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid rgb(243, 243, 243);
    line-height: 26px;
}

#modal-backyard .feedback .feedback__item input:active,
#modal-backyard .feedback .feedback__item input:focus {
    border: 1px solid rgb(49, 99, 220);
}

@media (max-width: 374px) {
    #modal-backyard .feedback .feedback__item input {
        width: 100%;
    }
}

#modal-backyard .feedback .feedback__item input.error {
    -webkit-box-shadow: 0 0 3px 1px rgb(172, 10, 10);
    box-shadow: 0 0 3px 1px rgb(172, 10, 10);
}

#modal-backyard .feedback textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    width: 100%;
    height: 105px;
    margin: 5px 0 10px;
    padding: 7px;
    border: 1px solid rgb(243, 243, 243);
    border-radius: 4px;
}

#modal-backyard .feedback textarea:active,
#modal-backyard .feedback textarea:focus {
    border: 1px solid rgb(49, 99, 220);
}

#modal-backyard .feedback textarea.error {
    -webkit-box-shadow: 0 0 3px 1px rgb(172, 10, 10);
    box-shadow: 0 0 3px 1px rgb(172, 10, 10);
}

#modal-backyard .feedback input.submit {
    display: block;
    width: 125px;
    height: 42px;
    border-radius: 4px;
    border: none;
    margin-left: auto;
    background: rgb(49, 99, 220);
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
}

#modal-backyard .feedback input.submit:hover {
    background: rgb(39, 81, 179);
}

#modal-backyard .form-loading {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -161px;
    width: 323px;
    height: 233px;
    background: transparent url(../img/146/loading.gif) no-repeat 50% 50%;
}

#modal-backyard .feedback-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}

#modal-backyard .feedback-success .feedback-success__message {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    height: 50px;
    background: rgb(10, 172, 162);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#publication__content {
    position: relative;
}

#publication__content:before {
    z-index: -1;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
    transition: 450ms;
}

#publication__content.with-focused-block {
    position: relative;
}

@media (max-width: 999px) {
    #publication__content.with-focused-block:before {
        z-index: 11;
        background-color: rgba(0, 0, 0, 0.65);
    }
}

#focused-effect {
    z-index: 20;
}

#focused-effect.focus-on {
    position: relative;
}

@media (max-width: 999px) {
    #focused-effect.focus-on {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (max-width: 767px) {
    #focused-effect.focus-on {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        background: rgb(255, 255, 255);
    }
}

.notice:hover .notice__title {
    color: rgb(49, 99, 220);
    text-decoration: underline;
}

.notice:hover .notice__title:hover {
    text-decoration: none;
}

.notice:hover .notice__read-more {
    transition: 150ms;
}

.notice:hover .notice__read-more:hover {
    background: rgb(39, 81, 179);
}

.notice:hover .notice__read-more:active {
    background: rgb(32, 65, 150);
}

.overlook-section .card-vertical {
    width: calc(50% - 20px);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .overlook-section .card-vertical {
        height: 375px;
    }
}

@media (max-width: 1199px) {
    .overlook-section .card-vertical__image {
        height: 135px;
    }
}

@media (max-width: 1199px) {
    .overlook-section .card-vertical__image img {
        top: -12px;
    }
}

@media (max-width: 1199px) {
    .overlook-section .card-horizontal__post-time {
        display: none;
    }
}

.segment--first {
    padding: 30px 0 45px;
}

@media (max-width: 559px) {
    .segment--first {
        padding: 20px 12px;
    }
}

@media (max-width: 374px) {
    .segment--first {
        padding-bottom: 0;
    }
}

.segment__title {
    margin-bottom: 25px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 999px) {
    .segment__title {
        text-align: center;
    }

    .notice {
        width: calc(70% - 10px);
    }

    .overlook-section {
        padding-bottom: 0px;
    }

    .overlook-section .card-vertical {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .notice {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 559px) {
    .segment__title {
        font-size: 26px;
    }
}

@media (max-width: 374px) {
    .segment__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.cards-block_aside .card__title {
    line-height: 120%;
}

@media (max-width: 450px) {
    .publication__content &gt; .cards_horizontal .card--expanded {
        margin: 0;
        padding: 0;
    }

    .publication__content &gt; .cards_horizontal {
        margin-bottom: 0;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal {
        margin-bottom: 15px;
        box-shadow: 0 1px 1px 0 #3c404314, 0 2px 5px 1px #3c404329;
        flex-direction: column;
        border-radius: 4px;
        overflow: hidden;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal.dashed--top:before,
    .publication__content &gt; .cards_horizontal .card-horizontal.dashed:after {
        display: none;
    }

    .publication__content &gt; .cards_horizontal .card.card--coloured {
        background: transparent;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal__image {
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-right: 0;
        border-radius: 4px 4px 0 0;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal__image img {
        position: relative;
        top: -11%;
        width: 100%;
        margin-left: 0;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal__content {
        padding: 5px 8px 8px;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal__title {
        position: static;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .publication__content &gt; .cards_horizontal .card-horizontal__post-time {
        display: block;
        bottom: 10px;
        left: 12px;
    }
}

@media (max-width: 400px) {
    .publication__content &gt; .cards_horizontal .card-horizontal__image {
        height: 220px;
    }
}

@media (max-width: 374px) {
    .publication__content &gt; .cards_horizontal .card-horizontal__image {
        height: 189px;
    }
}

@media (max-width: 359px) {
    .publication__content &gt; .cards_horizontal .card-horizontal__image {
        height: 166px;
    }
}

.video-block {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    background: rgb(148, 148, 148);
}

.adaptive-video {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
}

.segment .card-vertical__image .video-block {
    height: 0;
    padding-bottom: 75%;
}

@media (max-width: 374px) {
    .segment .card-vertical__image .video-block,
    .cards-row__image .video-block {
        padding-bottom: 0;
        height: 189px;
    }
}

@media (max-width: 359px) {
    .segment .card-vertical__image .video-block,
    .cards-row__image .video-block {
        padding-bottom: 0;
        height: 166px;
    }
}

@media (max-width: 374px) {
    .under-header .cards-row__image .video-block {
        padding-bottom: 0;
        height: 112px;
    }
}

@media (max-width: 359px) {
    .under-header .cards-row__image .video-block {
        padding-bottom: 0;
        height: 105px;
    }
}

.card-vertical__image .video-block {
    padding-bottom: 0;
    height: 175px;
}

@media (max-width: 1199px) {
    .card-vertical__image .video-block {
        padding-bottom: 0;
        height: 190px;
    }
}

@media (max-width: 999px) {
    .card-vertical__image .video-block {
        padding-bottom: 0;
        height: 141px;
    }
}

.card-horizontal__image .video-block {
    padding-bottom: 0;
    height: 120px;
}

@media (max-width: 559px) {
    .card-horizontal__image .video-block {
        padding-bottom: 75%;
        height: 0;
    }
}

@media (max-width: 374px) {
    .card-horizontal__image .video-block {
        padding-bottom: 0;
        height: 112px;
    }
}

@media (max-width: 359px) {
    .card-horizontal__image .video-block {
        padding-bottom: 0;
        height: 105px;
    }
}

.cards-popup .cards-block--three .card-vertical__image .video-block {
    padding-bottom: 0;
    height: 175px;
}

@media (max-width: 999px) {
    .cards-popup .cards-block--three .card-vertical__image .video-block {
        padding-bottom: 0;
        height: 160px;
    }
}

@media (max-width: 1199px) {
    .overlook-section .card-vertical__image .video-block {
        padding-bottom: 0;
        height: 135px;
    }
}

@media (max-width: 450px) {
    .publication__content
    &gt; .cards_horizontal
    .card-horizontal__image
    .video-block {
        padding-bottom: 0;
        height: 250px;
    }
}

@media (max-width: 400px) {
    .publication__content
    &gt; .cards_horizontal
    .card-horizontal__image
    .video-block {
        padding-bottom: 0;
        height: 220px;
    }
}

@media (max-width: 374px) {
    .publication__content
    &gt; .cards_horizontal
    .card-horizontal__image
    .video-block {
        padding-bottom: 0;
        height: 189px;
    }
}

@media (max-width: 359px) {
    .publication__content
    &gt; .cards_horizontal
    .card-horizontal__image
    .video-block {
        padding-bottom: 0;
        height: 166px;
    }
}

.cards-popup {
    display: none;
}

@media (min-width: 768px) {
    .cards-popup[cards-popup-show="1"] {
        display: block;
    }

    body.lock {
        overflow: hidden;
    }
}

.cards-popup__window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000066;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 9999;
    overflow: auto;
    padding: 35px 20px;
}

.cards-popup__container {
    display: block;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.cards-popup__headline {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cards-popup__cross {
    right: 20px;
    top: 20px;
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}

.cards-popup__cross:hover {
    opacity: 1;
}

.cards-popup__cross:after,
.cards-popup__cross:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: rgb(51, 51, 51);
}

.cards-popup__cross:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cards-popup__cross:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cards-popup .card-vertical {
    height: auto;
}

.cards-popup .card-vertical__image img {
    position: relative;
    top: -20px;
}

.cards-popup .cards-block--three .card-vertical__image {
    height: 175px;
}

.cards-popup .card__title {
    font-size: 15px;
}

.cards-popup .card-vertical__post-time {
    bottom: 7px;
    left: 15px;
}

.cards-popup .card-vertical__title {
    margin-bottom: 0 !important;
}

.cards-popup .card-vertical__content {
    padding: 10px 15px 35px;
}

.cards-popup .card__post-time {
    font-size: 14px;
}

@media (max-width: 999px) {
    .cards-popup .card-vertical__image img {
        top: 0;
    }

    .cards-popup .cards-block--three .card-vertical__image {
        height: 160px;
    }
}


/* ÑÐ¼Ð¸2 ÑÐ¾Ñ€Ñ  "notice-elongated" */

.notice-elongated {
    position: relative;
    padding-bottom: 85px;
    flex-shrink: 0;
    width: calc(50% - 10px);
    height: 475px;
    margin-right: 20px;
    border-radius: 4px;
    background: rgb(255,255,255);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .notice-elongated {
        height: 470px;
    }
}

@media (max-width: 999px) {
    .notice-elongated {
        width: 100%;
        height: 485px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .notice-elongated {
        height: auto;
        padding-bottom: 0;
    }
}

.notice-elongated__image {
    flex: 1;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

@media (max-width: 767px) {
    .notice-elongated__image {
        height: 350px;
        flex: none;
    }
}

@media (max-width: 559px) {
    .notice-elongated__image {
        height: 300px;
    }
}

@media (max-width: 459px) {
    .notice-elongated__image {
        height: 255px;
    }
}

@media (max-width: 374px) {
    .notice-elongated__image {
        height: auto;
    }
}

.notice-elongated__image img {
    position: relative;
    top: -25px;
}

@media (max-width: 1199px) {
    .notice-elongated__image img {
        top: 0;
    }
}

@media (max-width: 999px) {
    .notice-elongated__image img {
        top: -40px;
    }
}

@media (max-width: 767px) {
    .notice-elongated__image img {
        top: -35px;
    }
}

@media (max-width: 559px) {
    .notice-elongated__image img {
        top: -30px;
    }
}

@media (max-width: 459px) {
    .notice-elongated__image img {
        top: -15px;
    }
}

@media (max-width: 374px) {
    .notice-elongated__image img {
        top: 0;
    }
}

.notice-elongated__title {
    margin-top: 20px;
    padding: 0 20px;
    color: rgb(34,34,34);
    font-size: 21px;
    line-height: 130%;
    font-weight: 700;
}

@media (max-width: 999px) {
    .notice-elongated__title {
        font-size: 23px;
    }
}

@media (max-width: 559px) {
    .notice-elongated__title {
        font-size: 21px;
    }
}

.notice-elongated__text {
    margin-top: 10px;
    padding: 0 20px;
    color: rgb(34,34,34);
    font-size: 16px;
}

@media (max-width: 559px) {
    .notice-elongated__text {
        font-size: 14px;
    }
}

.notice-elongated__bottom-panel {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .notice-elongated__bottom-panel {
        position: static;
        padding: 20px;
    }
}

.notice-elongated__read-more {
    width: 156px;
    height: 44px;
    border-radius: 4px;
    background: rgb(49, 99, 220);
    color: rgb(255,255,255);
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.notice-elongated:hover .notice-elongated__title {
    color: rgb(49, 99, 220);
    text-decoration: underline;
}

.notice-elongated:hover .notice-elongated__title:hover {
    text-decoration: none;
}

.notice-elongated:hover .notice-elongated__read-more {
    transition: 150ms;
}

.notice-elongated:hover .notice-elongated__read-more:hover {
    background: rgb(39, 81, 179);
}

.notice-elongated:hover .notice-elongated__read-more:active {
    background: rgb(32, 65, 150);
}</pre></body></html>