@charset "UTF-8";
* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
html {
    -webkit-font-smoothing: antialiased;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
hr {
    overflow: visible;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}
a {
    font: inherit;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
fieldset,
img {
    border: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button,
input {
    overflow: visible;
}
input {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    border-radius: 0;
}
button,
select {
    text-transform: none;
}
button {
    border: none;
    background: 0 0;
    cursor: pointer;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    color: inherit;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
table {
    border: 0;
    border-collapse: collapse;
}
table td {
    vertical-align: top;
    padding: 0;
}
video {
    max-width: 100%;
}
img,
svg {
    vertical-align: top;
    max-width: 100%;
}
.footer {
    background: #f3f8ff;
}
.news-list {
    margin: 0 auto;
    padding: 150px var(--wrapper-offset) var(--section-offset-bottom);
    width: 100%;
    max-width: calc(var(--wrapper-size) + 2 * var(--wrapper-offset));
}
.news-list .news-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
    .news-list__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}
.news-list__header-img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60%;
    max-width: 100%;
}
.news-list__header-img {
    height: auto;
    max-width: 100%;
}
.news-list__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-list__header-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 25px;
    font-size: 16px;
}
@media only screen and (max-width: 980px) {
    .news-list__header-img-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .news-list__header-description {
        background-color: #5897fb;
    }
}
.news-list__header-type {
    margin-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5897fb;
}
@media only screen and (max-width: 980px) {
    .news-list__header-type {
        color: #fff;
    }
}
.news-list__header-date {
    text-transform: uppercase;
    color: #1f0c65;
}
.news-list__header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden auto;
    padding: 0 20px 35px;
}
@media only screen and (max-width: 980px) {
    .news-list__header-date {
        color: #fff;
    }
    .news-list__header-text {
        border: 1px solid #5897fb;
        padding: 20px;
    }
}
.news-list__header-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Geometria, sans-serif;
    font-size: 20px;
    line-height: 1.25;
}
.news-list__header-preview {
    font-size: 16px;
    line-height: 1.45;
}
.news-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-list__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.news-list__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #1b63eb;
    border-radius: 20px;
    width: calc(50% - 20px);
}
.news-list__content-item:nth-of-type(2n) {
    margin-left: 40px;
}
@media only screen and (max-width: 980px) {
    .news-list__content-item:nth-of-type(2n) {
        margin-left: 30px;
    }
}
.news-list__content-item-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-list__content-item-img-wrapper {
    max-width: 100%;
}
.news-list__content-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    min-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1b63eb;
}
.news-list__content-item-type {
    margin-right: 15px;
    font-weight: 700;
}
.news-list__content-item-title {
    padding: 20px;
    font-size: 20px;
    line-height: 1.25;
}
.news-list__content-item-title a {
    color: #0d212c;
}
.news-list__content-item-text {
    padding: 0 20px 20px;
    color: #0d212c;
}
@media only screen and (max-width: 980px) {
    .news-list__content-item {
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }
    .news-list {
        padding: 70px var(--wrapper-offset) var(--section-offset-bottom);
    }
}
@media only screen and (max-width: 820px) {
    .news-list__content-item:nth-of-type(2n) {
        margin-left: 20px;
    }
    .news-list__content-item {
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 600px) {
    .news-list__content-item:nth-of-type(2n) {
        margin-left: 0;
    }
    .news-list__content-item {
        width: 100%;
    }
}
.news-list .archive_title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 34px;
    color: #000;
}
.news-list .page-numbers {
    margin: 0 5px;
    font-size: 20px;
    color: #0d212c;
}
.news-list .page-numbers.next,
.news-list .page-numbers.prev {
    font-size: 25px;
}
.news-list a.page-numbers {
    border-bottom: 1px solid #000;
}
.news-list .pagination {
    text-align: center;
}

@media (max-width: 768px) {
    .header--light .icon-menu--light span,
    .header--light .icon-menu--light::after,
    .header--light .icon-menu--light::before {
        background-color: #1b63eb;
    }
    .news-list__content-item-text {
        font-size: 14px;
    }
}