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

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

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

ol,
ul {
    list-style: none
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

*,
:focus,
:hover,
:visited {
    text-decoration: none;
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

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

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

svg {
    display: block;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a {
    color: inherit;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none
}

a:hover {
    color: inherit
}

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

main {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

body {
    background: #fff;
    color: #242424;
    padding: 0;
    margin: 0;
    font-family: HelveticaNeueCyr, "Open Sans", sans-serif, Arial;
    font-weight: 400;
    width: 100%;
    position: relative;
    min-height: 100vh;
    min-width: 320px;
    font-size: 18px;
    line-height: 1.66667
}

input,
textarea {
    font-family: HelveticaNeueCyr, "Open Sans", sans-serif, Arial;
    font-weight: 400;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    border-radius: 0
}

button {
    font-family: HelveticaNeueCyr, "Open Sans", sans-serif, Arial;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 500;
    color: inherit
}

.btn {
    font-family: HelveticaNeueCyr, "Open Sans", sans-serif, Arial;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    min-height: 60px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding: 6px 35px;
    border-radius: 30px;
    min-width: 220px;
    border: 1px solid transparent;
    text-transform: uppercase
}

.btn-sm {
    min-height: 50px;
    border-radius: 10px;
    min-width: 180px
}

@media (max-width:759px) {
    .btn {
        font-size: 18px;
        min-height: 50px
    }
}

@media (max-width:479px) {
    .btn {
        width: 100%
    }
}

.btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.btn.btn-outline-primary:hover {
    background: #fff;
    border-color: #fff;
    color: #242424
}

.btn.btn-outline-secondary {
    border-color: rgba(36, 36, 36, .5);
    color: #242424;
    background: 0 0
}

.btn.btn-outline-secondary:hover {
    background: #242424;
    border-color: #242424;
    color: #fff
}

.btn.btn-light {
    border-color: #fff;
    color: #242424;
    background: #fff
}

.btn.btn-light:hover {
    background: #242424;
    border-color: #242424;
    color: #fff
}

.btn.btn-success {
    border-color: #2bb673;
    color: #fff;
    background: #2bb673
}

.btn.btn-success:hover {
    background: #414042;
    border-color: #414042;
    color: #fff
}

.header {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    min-height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 348px 1fr 348px;
    grid-gap: 0 40px;
    padding: 15px 80px 10px;
}

@media (max-width:1599px) {
    .header {
        padding-left: 40px;
        padding-right: 40px;
        grid-template-columns: 288px 1fr 288px
    }
}

@media (max-width:759px) {
    .header {
        grid-gap: 0 20px;
        min-height: 80px;
        padding: 10px 20px
    }
}

@media (max-width:359px) {
    .header {
        padding-left: 10px;
        padding-right: 10px
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header__logo a {
    display: block;
    width: 185px;
    padding-bottom: 6px;
}

.header__logo a img {
    width: 100%;
    height: auto
}

.header__logo a:hover {
    opacity: .8
}

.navbar.header__menu {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar.header__menu .navbar-nav {
    grid-gap: 0 48px
}

.navbar.header__menu .navbar-nav .nav-link {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
    position: relative;
    letter-spacing: .05em;
    white-space: nowrap;
}

.navbar.header__menu .navbar-nav .nav-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: -o-linear-gradient(14deg, #33b987 0, #60c5fd 100%);
    background: linear-gradient(76deg, #33b987 0, #60c5fd 100%);
    position: absolute;
    left: 0;
    bottom: -45px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.navbar.header__menu .navbar-nav .nav-link.active,
.navbar.header__menu .navbar-nav .nav-link:hover {
    color: #2bb673
}

.navbar.header__menu .navbar-nav .nav-link.active:before,
.navbar.header__menu .navbar-nav .nav-link:hover:before {
    height: 4px
}

@media (max-width:1439px) {
    .header {
        grid-template-columns: 240px 1fr 190px
    }

    .navbar.header__menu .navbar-nav {
        grid-gap: 0 36px
    }
}

@media (max-width:1279px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar.header__menu {
        display: none
    }

    .header__search {
        margin-left: auto
    }
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    position: relative;
    z-index: 2
}

.header-search {
    position: relative;
    background: #fff
}

@media (max-width:759px) {
    .header__logo a {
        width: 109px
    }

    .header-search {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header-search__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    background: url(../img/icon-search.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-search__input {
    font-size: 18px;
    padding: 11px 0 10px 44px;
    outline: 0;
    display: block;
    width: 112px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-bottom: 1px solid transparent
}

.header-search__input::-webkit-input-placeholder {
    color: #414042;
    opacity: 1;
    font-weight: 700
}

.header-search__input::-moz-placeholder {
    color: #414042;
    opacity: 1;
    font-weight: 700
}

.header-search__input:-ms-input-placeholder {
    color: #414042;
    opacity: 1;
    font-weight: 700
}

.header-search__input::-ms-input-placeholder {
    color: #414042;
    opacity: 1;
    font-weight: 700
}

.header-search__input::placeholder {
    color: #414042;
    opacity: 1;
    font-weight: 700
}

.header-search__input:focus {
    border-bottom-color: #242424 !important
}

.header-search__input.not-empty,
.header-search__input:focus {
    width: 348px;
    border-bottom-color: #d9d9d9
}

@media (max-width:1599px) {

    .header-search__input.not-empty,
    .header-search__input:focus {
        width: 288px
    }
}

@media (max-width:759px) {
    .header-search__input {
        font-size: 16px;
        width: 90px;
        padding-left: 30px
    }

    .header-search__input.not-empty,
    .header-search__input:focus {
        width: 240px
    }
}

.header__burger {
    display: none;
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header__burger span {
    display: block;
    width: 36px;
    height: 4px;
    background: #242424;
    margin-top: 6px
}

.header__burger span:first-child {
    margin-top: 0
}

@media (max-width:1279px) {
    .header__burger {
        display: block
    }
}

.footer {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #2f3746;
    color: #fff;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 80px 100px 80px;
    grid-gap: 20px 40px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:1599px) {
    .footer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .footer {
        padding: 26px 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 18px 20px;
        min-height: 0
    }
}

@media (max-width:759px) {
    .header__burger span {
        height: 3px
    }

    .footer {
        padding: 15px 20px 11px;
        grid-gap: 15px 20px
    }
}

@media (max-width:359px) {
    .footer {
        padding-left: 10px;
        padding-right: 10px
    }
}

.footer__logo {
    display: block;
    width: 149px;
    padding-bottom: 10px;
}

.footer__logo img {
    width: 100%;
    height: auto
}

.footer small {
    font-size: 14px;
}

.footer__copyright {
    position: absolute;
    left: 0;
    top: 8px;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    font-size: 14px;
    text-align: left;
}

@media (max-width:1023px) {
    .footer__copyright {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media (max-width:759px) {
    .footer__logo {
        width: 109px
    }

    .footer__copyright {
        font-size: 10px;
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 11px
    }
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 15px
}

.footer__socials li a {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    background: center/contain no-repeat #fff
}

.footer__socials li a:hover {
    background-color: #242424
}

.footer__socials li a:hover svg {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%)
}

.footer__socials li a.footer__socials_telegram svg {
    width: 19px;
    height: 17px
}

.footer__socials li a.footer__socials_vk svg {
    width: 22px;
    height: 14px
}

.footer__socials li a.footer__socials_youtube svg {
    width: 22px;
    height: 16px
}

.footer__socials li a.footer__socials_dzen svg {
    width: 20px;
    height: 20px
}

@media (max-width:479px) {

    .header-search__input.not-empty,
    .header-search__input:focus {
        width: calc(100vw - 40px - 36px - 20px)
    }

    .footer__socials {
        grid-gap: 0 10px
    }

    .footer__socials li a {
        width: 25px;
        height: 25px
    }

    .footer__socials li a.footer__socials_telegram svg {
        width: 12px;
        height: 11px
    }

    .footer__socials li a.footer__socials_vk svg {
        width: 14px;
        height: 9px
    }

    .footer__socials li a.footer__socials_youtube svg {
        width: 14px;
        height: 10px
    }

    .footer__socials li a.footer__socials_dzen svg {
        width: 12px;
        height: 12px
    }

    .articles-loadmore-button .btn {
        width: 100%
    }
}

.articles-section {
    position: relative;
    padding: 30px 80px 140px
}

.articles-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.articles-section-green-blue:before {
    opacity: .4;
    background: -webkit-gradient(linear, left top, left bottom, from(#2bb673), to(#60c5ff));
    background: -o-linear-gradient(top, #2bb673 0, #60c5ff 100%);
    background: linear-gradient(180deg, #2bb673 0, #60c5ff 100%)
}

.articles-section-pink:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#f095bc), to(#faa794));
    background: -o-linear-gradient(top, #f095bc 0, #faa794 100%);
    background: linear-gradient(180deg, #f095bc 0, #faa794 100%);
    opacity: .5
}

.articles-section-purple:before {
    opacity: .4;
    background: -webkit-gradient(linear, left top, left bottom, from(#9780ec), to(#4d2bba));
    background: -o-linear-gradient(top, #9780ec 0, #4d2bba 100%);
    background: linear-gradient(180deg, #9780ec 0, #4d2bba 100%)
}

.articles-section-blue:before {
    opacity: .4;
    background: -webkit-gradient(linear, left top, left bottom, from(#5ec5f9), to(#0086bc));
    background: -o-linear-gradient(top, #5ec5f9 0, #0086bc 100%);
    background: linear-gradient(180deg, #5ec5f9 0, #0086bc 100%)
}

.articles-section-green:before {
    opacity: .4;
    background: -webkit-gradient(linear, left top, left bottom, from(#56eca4), to(#126c41));
    background: -o-linear-gradient(top, #56eca4 0, #126c41 100%);
    background: linear-gradient(180deg, #56eca4 0, #126c41 100%)
}

.articles-section-yellow:before {
    opacity: .9;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfad6), to(#f9ddb4));
    background: -o-linear-gradient(top, #fdfad6 0, #f9ddb4 100%);
    background: linear-gradient(180deg, #fdfad6 0, #f9ddb4 100%)
}

.articles-section .wrapper {
    position: relative;
    z-index: 2;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:1599px) {
    .articles-section {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:759px) {
    .articles-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 70px
    }
}

@media (max-width:359px) {
    .articles-section {
        padding-left: 10px;
        padding-right: 10px
    }
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.articles-grid:first-child {
    grid-template-rows: 1fr 1fr
}

@media (max-width:1439px) {
    .articles-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .articles-grid-even {
        grid-template-columns: repeat(2, 1fr)
    }

    .articles-grid-first .articles-grid__item-half {
        grid-column: 1/-1
    }
}

@media (max-width:1023px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.articles-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    min-height: 430px
}

.articles-item-light {
    color: #242424
}

.articles-item-tests {
    text-align: center
}

.articles-item-tests .articles-item__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 98px
}

.articles-item-tests .articles-item__excerpt {
    margin-top: 15px
}

.articles-item-tests .articles-item__button {
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto !important;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.articles-item-tests .articles-item__button .btn {
    margin-top: 0
}

.articles-item-article {
    min-height: 380px;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.articles-item-article .articles-item__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.articles-item-article .articles-item__type.articles-item__type-blue {
    background: 0 0;
    color: #64c7f1;
    border-color: #64c7f1
}

.articles-item-article .articles-item__type.articles-item__type-blue:hover {
    background: #64c7f1;
    color: #fff
}

.articles-item-article .articles-item__type.articles-item__type-green {
    background: 0 0;
    color: #2bb673;
    border-color: #2bb673
}

.articles-item-article .articles-item__type.articles-item__type-green:hover {
    background: #2bb673;
    color: #fff
}

.articles-item-article .articles-item__type.articles-item__type-secondary {
    background: 0 0;
    color: #242424;
    border-color: #242424
}

.articles-item-article .articles-item__type.articles-item__type-secondary:hover {
    background: #242424;
    color: #fff
}

.articles-item-article .articles-item__type.articles-item__type-yellow {
    background: 0 0;
    color: #e09e2e;
    border-color: #e09e2e
}

.articles-item-article .articles-item__type.articles-item__type-yellow:hover {
    background: #e09e2e;
    color: #fff
}

.articles-item-article .articles-item__heading {
    margin-top: 26px
}

.articles-item-article .articles-item__excerpt {
    margin-bottom: 20px
}

.articles-item-article .articles-item__bottom {
    margin-top: auto
}

.articles-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

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

.articles-item__bg-withimage:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.articles-item__bg-blue {
    background: -o-linear-gradient(305deg, #64c7f1 0, #077cac 100%);
    background: linear-gradient(145deg, #64c7f1 0, #077cac 100%)
}

.articles-item__bg-darkblue {
    background: -o-linear-gradient(313deg, #4957b9 0, #1c2986 100%);
    background: linear-gradient(137deg, #4957b9 0, #1c2986 100%)
}

.articles-item__bg-green {
    background: -o-linear-gradient(309deg, #2bb673 0, #0e633a 100%);
    background: linear-gradient(141deg, #2bb673 0, #0e633a 100%)
}

.articles-item__bg-yellow {
    background: -o-linear-gradient(313deg, #fbbe57 0, #cb860f 100%);
    background: linear-gradient(137deg, #fbbe57 0, #cb860f 100%)
}

.articles-item__bg-pink {
    background: -o-linear-gradient(313deg, #df5dbb 0, #952777 100%);
    background: linear-gradient(137deg, #df5dbb 0, #952777 100%)
}

.articles-item__content {
    position: relative;
    left: 0;
    top: 0;
    min-height: 100%;
    width: 100%;
    z-index: 2;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px
}

@media (max-width:1599px) {
    .articles-item__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.articles-item__type {
    height: 30px;
    line-height: 28px;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 80px;
    text-align: center;
    border-radius: 15px;
    padding: 0 15px;
    display: block
}

.articles-item__type-blue {
    background: #64c7f1;
    border-color: #64c7f1
}

.articles-item__type-blue:hover {
    background: #414042;
    border-color: #414042;
    color: #fff
}

.articles-item__type-green {
    background: #2bb673;
    border-color: #2bb673
}

.articles-item__type-green:hover {
    background: #414042;
    border-color: #414042;
    color: #fff
}

.articles-item__type-test {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.articles-item__type-test:hover {
    background: #fff;
    border-color: #fff;
    color: #242424
}

.articles-item__type-secondary {
    background: #242424;
    color: #fff;
    border-color: #242424
}

.articles-item__type-secondary:hover {
    background: #414042;
    border-color: #414042;
    color: #fff
}

.articles-item__type-yellow {
    background: #e09e2e;
    color: #fff;
    border-color: #e09e2e
}

.articles-item__type-yellow:hover {
    background: #414042;
    border-color: #414042;
    color: #fff
}

.articles-item__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333;
    max-width: 360px;
    margin-top: 15px
}

.articles-item__heading a:hover {
    opacity: .8
}

.articles-item__excerpt {
    font-size: 14px;
    line-height: 1.71428;
    max-width: 360px;
    margin-top: 20px
}

.articles-grid__popular {
    grid-area: 1/-2/-1/-1;
    border-radius: 20px;
    background: #fff;
    height: 430px
}

.articles-more-popular {
    border-radius: 20px;
    background: #fff;
    padding: 37px 40px 47px
}

@media (max-width:1439px) {
    .articles-grid__popular {
        grid-area: 1/-2/3/-1
    }

    .articles-more-popular {
        padding-left: 20px;
        padding-right: 20px
    }
}

.articles-more-popular__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333;
    text-transform: uppercase
}

.articles-more-popular__type {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #b0b0b0;
    margin-bottom: 18px;
    line-height: 1.3333
}

.articles-more-popular__type a:hover {
    color: #2bb673
}

.articles-more-popular__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333
}

.articles-more-popular__title a:hover {
    color: #2bb673
}

.articles-more-popular__item {
    padding-top: 29px;
    padding-bottom: 24px
}

.articles-more-popular__item+.articles-more-popular__item {
    border-top: 1px solid #b0b0b0
}

.articles-item__icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: center/50% auto no-repeat rgba(0, 0, 0, .5);
    position: absolute;
    top: 20px;
    right: 20px
}

.articles-item__icon-video {
    background-image: url(../img/icon-video.svg)
}

.articles-item__icon-images {
    background-image: url(../img/icon-images.svg)
}

.articles-grid__item-half {
    grid-column: span 2
}

@media (max-width:759px) {
    .articles-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none !important
    }

    .articles-grid-even {
        grid-template-columns: 1fr
    }

    .articles-grid__popular {
        grid-area: 3/1/4/-1
    }

    .articles-grid__item-half {
        grid-column: span 1
    }
}

.articles-grid__item-full {
    grid-column: 1/-1;
    min-height: 480px
}

.articles-grid__item-full .articles-item__heading {
    max-width: 640px
}

.articles-grid__item-big {
    grid-column: span 2;
    grid-row: span 2
}

@media (min-width:1280px) {

    .articles-grid__item-big .articles-item__heading,
    .articles-grid__item-full .articles-item__heading {
        font-size: 24px
    }
}

.articles-grid__item-big .articles-item__heading {
    max-width: 660px
}

.articles-grid__item-left {
    grid-column: 1/3;
    grid-row: 1/3
}

.articles-grid__item-right {
    grid-column: -3/-1;
    grid-row: 1/3
}

.articles-grid__item-center {
    grid-column: 2/4;
    grid-row: 1/3
}

.articles-grid__item-nobg {
    background: 0 0
}

@media (max-width:1439px) {
    .articles-grid__item-big {
        grid-column: span 2;
        grid-row: span 1
    }

    .articles-grid__item-left {
        grid-column: 1/3;
        grid-row: 1/2
    }

    .articles-grid__item-right {
        grid-column: -3/-1;
        grid-row: 1/2
    }

    .articles-grid__item-center {
        grid-column: 2/4;
        grid-row: 1/2
    }
}

.articles-item__date {
    font-size: 10px;
    font-weight: 500;
    color: #b0b0b0;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap
}

.articles-item__button {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 40px
}

.articles-item__button .btn {
    margin-top: 20px;
    font-size: 14px
}

@media (pointer:coarse) {
    .articles-item__button {
        height: 70px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        opacity: 1 !important
    }
}

.articles-item-tests__icon {
    margin-bottom: 36px
}

.articles-item__bottom {
    position: relative;
    height: 50px
}

.articles-item__bottom .articles-item__button {
    height: 50px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #fff;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.articles-item__bottom .articles-item__button .btn {
    margin-top: 0
}

.articles-item__content {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.articles-item:hover .articles-item__button {
    height: 110px;
    opacity: 1;
    bottom: 0
}

.articles-item:hover .articles-item__bottom .articles-item__button {
    height: 50px;
    opacity: 1;
    bottom: auto;
    top: 0
}

.articles-item:hover.articles-item-tests .articles-item__button {
    bottom: 40px
}

.articles-item:hover.articles-item-tests .articles-item__content {
    padding-top: 40px;
    padding-bottom: 118px
}

.articles-item:hover.articles-item-article {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2)
}

.articles-loadmore-button {
    text-align: center;
    margin-top: 60px
}

@media (max-width:759px) {
    .articles-grid__item-full {
        min-height: 430px
    }

    .articles-loadmore-button {
        margin-top: 30px
    }
}

@media (pointer:coarse) {
    .articles-item__bottom .articles-item__button {
        height: 50px !important;
        top: 0
    }

    .articles-item.articles-item-tests .articles-item__button {
        bottom: 40px
    }

    .articles-item.articles-item-tests .articles-item__content {
        padding-top: 40px;
        padding-bottom: 118px
    }
}

.articles-slider__item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%
}

.articles-slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

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

.articles-slider__bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0
}

.articles-slider__content {
    position: relative;
    z-index: 2;
    min-height: 480px;
    color: #fff;
    text-align: center;
    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;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 108px 40px 144px
}

.articles-slider__content p {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 400;
    font-style: italic
}

.articles-slider .swiper-wrapper {
    position: relative;
    z-index: 1
}

.articles-slider .swiper-slide {
    height: auto
}

.articles-slider__nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 101px
}

.articles-slider__nav .swiper-pagination {
    position: static;
    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;
    grid-gap: 6px
}

.articles-slider__nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: .3
}

.articles-slider__nav .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.articles-slider__icon {
    display: block;
    width: 44px;
    height: 30px;
    background: url(../img/icon-quotes.svg) center/contain no-repeat;
    margin: 0 auto 41px
}

@media (max-width:759px) {
    .articles-slider__content {
        padding: 40px 20px 80px;
        min-height: 100%
    }

    .articles-slider__content p {
        font-size: 18px
    }

    .articles-slider__nav {
        bottom: 40px
    }

    .articles-slider__icon {
        margin-bottom: 18px
    }
}

.search-result {
    background: #fff;
    border-radius: 20px;
    padding: 19px 40px;
    margin-top: 10px;
    margin-bottom: 10px
}

.search-result p {
    font-size: 24px;
    line-height: 1.5
}

@media (max-width:759px) {
    .search-result {
        padding: 10px 20px
    }

    .search-result p {
        font-size: 16px
    }
}

@media (max-width:479px) {
    .search-result p {
        font-size: 14px
    }
}

.test-section {
    position: relative;
    padding: 40px 80px 120px
}

.test-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#2bb673), to(#60c5ff));
    background: -o-linear-gradient(top, #2bb673 0, #60c5ff 100%);
    background: linear-gradient(180deg, #2bb673 0, #60c5ff 100%);
    opacity: .4
}

@media (max-width:1599px) {
    .test-section {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1279px) {
    .test-section {
        padding-bottom: 80px
    }
}

@media (max-width:759px) {
    .test-section {
        padding: 20px 20px 60px
    }
}

@media (max-width:359px) {
    .test-section {
        padding-left: 10px;
        padding-right: 10px
    }
}

.test-steps {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}

.test-steps__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 34px;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px solid #e3e6ec;
    height: 80px
}

@media (max-width:1599px) {
    .test-steps__progress {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1023px) {

    .articles-grid__item-center,
    .articles-grid__item-left,
    .articles-grid__item-right {
        grid-column: 1/-1
    }

    .test-steps__progress {
        display: block;
        min-height: 0;
        padding-top: 32px;
        border-bottom: none
    }

    .test-steps__progress_counter {
        margin-bottom: 11px
    }
}

@media (max-width:759px) {
    .test-steps__progress {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px
    }
}

@media (max-width:359px) {
    .test-steps__progress {
        padding-left: 10px;
        padding-right: 10px
    }
}

.test-steps__progress_counter {
    font-size: 14px;
    color: #b0b0b0;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.test-steps__progress_counter strong {
    color: #242424;
    font-size: 20px
}

.test-steps__progress_bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 5px;
    background: #e3e6ec;
    position: relative;
    border-radius: 3px
}

.test-steps__progress_bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 3px;
    display: block;
    background: -o-linear-gradient(14deg, #33b987 0, #60c5fd 100%);
    background: linear-gradient(76deg, #33b987 0, #60c5fd 100%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.test-steps__row {
    position: relative;
    padding-right: 50%
}

.test-steps__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%
}

.test-steps__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1023px) {
    .test-steps__row {
        padding-right: 0
    }

    .test-steps__image {
        width: 100%;
        height: auto;
        padding-top: 76.47058%;
        position: relative
    }

    .test-steps__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:759px) {
    .test-steps__progress_counter {
        font-size: 12px
    }

    .test-steps__image {
        padding-top: 81.25%
    }
}

.test-steps__question {
    padding: 62px 80px 120px
}

@media (max-width:1599px) {
    .test-steps__question {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .test-steps__question {
        padding-top: 52px;
        padding-bottom: 80px
    }
}

@media (max-width:759px) {
    .test-steps__question {
        padding: 9px 20px 50px
    }
}

@media (max-width:359px) {
    .test-steps__question {
        padding-left: 10px;
        padding-right: 10px
    }
}

.test-steps__heading {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    max-width: 600px;
    margin-bottom: 61px
}

.test-steps__heading-1 {
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .test-steps__heading {
        margin-bottom: 41px
    }
}

.test-steps__variants {
    max-width: 600px
}

.test-steps__variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.test-steps__variant+.test-steps__variant {
    margin-top: 35px
}

@media (max-width:759px) {
    .test-steps__heading {
        font-size: 22px;
        line-height: 1.3636;
        margin-bottom: 31px
    }

    .test-steps__heading-1 {
        margin-bottom: 20px
    }

    .test-steps__variant+.test-steps__variant {
        margin-top: 20px
    }
}

.custom-radiobutton {
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.33
}

.custom-radiobutton input {
    display: none
}

.custom-radiobutton span {
    display: block;
    padding-left: 40px;
    position: relative
}

.custom-radiobutton span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d9dce2;
    position: absolute;
    left: 0;
    top: 2px
}

.custom-radiobutton input:checked+span:before {
    background: -o-linear-gradient(323deg, #33b987 0, #60c5fd 100%);
    background: linear-gradient(127deg, #33b987 0, #60c5fd 100%);
    border-width: 0
}

.custom-radiobutton input:checked+span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 8px;
    z-index: 2
}

.test-steps__nav {
    margin-top: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 20px
}

.test-steps__nav .test-again {
    grid-gap: 0 20px
}

.test-steps__nav .test-again svg {
    width: 18px;
    height: 19px;
    stroke: #242424
}

.test-steps__nav .test-again:hover svg {
    stroke: #fff
}

@media (max-width:1279px) and (min-width:1024px) {
    .test-steps__nav .btn {
        min-width: 0
    }
}

@media (max-width:1023px) {
    .test-steps__nav {
        margin-top: 49px
    }
}

@media (max-width:759px) {
    .custom-radiobutton {
        font-size: 14px
    }

    .custom-radiobutton span:before {
        top: 0
    }

    .custom-radiobutton input:checked+span:after {
        top: 6px
    }

    .test-steps__nav {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .test-steps__nav .btn {
        min-width: 0;
        padding: 0
    }
}

@media (max-width:479px) {
    .test-steps__nav {
        grid-gap: 0 10px
    }

    .test-steps__nav .test-again {
        padding-left: 20px;
        padding-right: 20px;
        grid-gap: 0 10px;
        font-size: 16px
    }
}

.test-steps__again {
    margin-top: 59px
}

.test-steps__again .test-again {
    grid-gap: 0 20px
}

.test-steps__again .test-again svg {
    width: 18px;
    height: 19px;
    stroke: #242424
}

.test-steps__again .test-again:hover svg {
    stroke: #fff
}

@media (max-width:1023px) {
    .test-steps__again {
        margin-top: 49px
    }
}

@media (max-width:759px) {
    .test-steps__again {
        margin-top: 30px
    }
}

@media (max-width:479px) {
    .test-steps__again .test-again {
        padding-left: 20px;
        padding-right: 20px;
        grid-gap: 0 10px;
        font-size: 16px
    }
}

.test-steps__item {
    display: none
}

.test-steps__backlink {
    display: block;
    position: relative;
    padding-left: 27px
}

.test-steps__backlink:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-back.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.test-steps__backlink:hover {
    color: #242424
}

.test-steps__backlink:hover:before {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.test-result__heading {
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 700
}

.test-result__text {
    font-size: 16px;
    line-height: 2.25;
    max-width: 680px;
    margin-top: 11px
}

.test-result__share_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 5px;
    margin-top: 22px
}

.test-result__share_button {
    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: 40px;
    height: 40px;
    border-radius: 50%
}

.test-result__share_button-vk {
    background: #3375f6
}

.test-result__share_button-vk svg {
    width: 22px;
    height: 14px
}

.test-result__share_button-tg {
    background: #74a7d7
}

.test-result__share_button-tg svg {
    width: 19px;
    height: 17px
}

.test-result__share_button-vb {
    background: #754998
}

.test-result__share_button-vb svg {
    width: 21px;
    height: 23px
}

.test-result__share_button-link {
    background: center/contain no-repeat #2f3746
}

.test-result__share_button-link svg {
    width: 15px;
    height: 17px
}

.test-result__share_button-link.success {
    background: url(../img/icon-success-white.svg) center/18px auto no-repeat #2f3746
}

.test-result__share_button-link.success svg {
    display: none
}

.test-result__share_button-ok {
    background: #f2720c
}

.test-result__share_button-ok svg {
    width: 14px;
    height: 22px
}

.test-result__share_button:hover {
    background-color: #414042 !important
}

.test-result__share {
    margin-top: 63px
}

.content-section {
    padding: 40px 80px 120px;
    position: relative
}

.content-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .4;
    background: -webkit-gradient(linear, left top, left bottom, from(#2bb673), to(#60c5ff));
    background: -o-linear-gradient(top, #2bb673 0, #60c5ff 100%);
    background: linear-gradient(180deg, #2bb673 0, #60c5ff 100%)
}

.content-section .wrapper {
    position: relative;
    z-index: 2
}

@media (max-width:1599px) {
    .content-section {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1279px) {
    .content-section {
        padding-bottom: 80px
    }
}

@media (max-width:759px) {
    .test-result__text {
        line-height: 1.75
    }

    .content-section {
        padding: 20px 20px 60px
    }
}

@media (max-width:359px) {
    .content-section {
        padding-left: 10px;
        padding-right: 10px
    }
}

.article-content {
    border-radius: 20px;
    overflow: hidden;
    background: #fff
}

.article-content-head {
    position: relative
}

.article-content-head__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.article-content-head__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.article-content-head__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    position: absolute;
    left: 0;
    top: 0
}

.article-content-head__content {
    position: relative;
    z-index: 2;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    padding: 130px 80px 73px
}

@media (max-width:1599px) {
    .article-content-head__content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1279px) {
    .article-content-head__content {
        min-height: 360px;
        padding-bottom: 40px;
        padding-top: 80px
    }
}

@media (max-width:759px) {
    .article-content-head__content {
        padding: 20px 20px 40px;
        min-height: 240px;
        -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
    }
}

.article-content-head__tags {
    position: absolute;
    right: 120px;
    top: 50px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 50%;
    grid-gap: 20px
}

@media (max-width:1899px) {
    .article-content-head__tags {
        right: 80px
    }
}

@media (max-width:1599px) {
    .article-content-head__tags {
        right: 40px
    }
}

@media (max-width:759px) {
    .article-content-head__tags {
        position: static;
        grid-gap: 10px;
        max-width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:359px) {
    .article-content-head__content {
        padding-left: 10px;
        padding-right: 10px
    }

    .article-content-head__tags {
        right: 10px
    }
}

.article-content-head__tag {
    display: block;
    height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 17px;
    font-weight: 500
}

.article-content-head__tag:hover {
    background: #fff;
    color: #242424
}

.article-content-head__heading {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    max-width: 1180px
}

@media (max-width:1279px) {
    .article-content-head__tags {
        top: 40px
    }

    .article-content-head__heading {
        font-size: 40px
    }
}

.article-content-main {
    background: #fff;
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width:1899px) {
    .article-content-main {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1599px) {
    .article-content-main {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:759px) {
    .article-content-head__heading {
        font-size: 22px
    }

    .article-content-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {
    .article-content-main {
        padding-left: 10px;
        padding-right: 10px
    }
}

.article-content-metadate {
    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;
    grid-gap: 0 40px;
    padding: 40px 120px
}

@media (max-width:1899px) {
    .article-content-metadate {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1599px) {
    .article-content-metadate {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:759px) {
    .article-content-metadate {
        display: block
    }

    .article-content-metadate-top .article-content-metadate__right {
        display: none
    }

    .article-content-metadate__right {
        margin-top: 18px
    }
}

.article-content-metadate__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 40px
}

@media (max-width:1279px) {
    .article-content-metadate {
        padding: 20px 0
    }

    .article-content-metadate__left {
        display: block
    }
}

.article-content-metadate__author {
    font-size: 14px;
    line-height: 1.714285;
    color: #b0b0b0
}

.article-content-metadate__author strong {
    color: #242424;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-left: .5em
}

.article-content-metadate__date {
    font-size: 14px;
    line-height: 1.714285;
    color: #b0b0b0
}

.article-content-metadate__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 40px
}

@media (max-width:759px) {
    .article-content-metadate__share {
        grid-gap: 0 20px
    }
}

.article-content-metadate__share_heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.article-content-metadate__share_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 15px
}

.article-content-metadate__share_button {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e3e6ec
}

.article-content-metadate__share_button:hover {
    background: #242424;
    border-color: #242424
}

.article-content-metadate__share_button:hover svg {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%)
}

.article-content-text {
    border-top: 1px solid #d9dce2;
    border-bottom: 1px solid #d9dce2;
    padding: 78px 120px 90px;
}

@media (max-width:1899px) {
    .article-content-text {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1599px) {
    .article-content-text {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1279px) {
    .article-content-text {
        padding: 48px 0 60px
    }
}

.article-content-text blockquote a,
.article-content-text h1 a,
.article-content-text h2 a,
.article-content-text h3 a,
.article-content-text h4 a,
.article-content-text h5 a,
.article-content-text h6 a,
.article-content-text ol a,
.article-content-text p a,
.article-content-text ul a {
    text-decoration: underline;
    color: #2bb673;
}

.article-content-text blockquote a:hover,
.article-content-text h1 a:hover,
.article-content-text h2 a:hover,
.article-content-text h3 a:hover,
.article-content-text h4 a:hover,
.article-content-text h5 a:hover,
.article-content-text h6 a:hover,
.article-content-text ol a:hover,
.article-content-text p a:hover,
.article-content-text ul a:hover {
    text-decoration: none;
    color: #2bb673
}

.article-content-text h1,
.article-content-text h2,
.article-content-text h3,
.article-content-text h4,
.article-content-text h5,
.article-content-text h6 {
    font-weight: 700;
    margin-bottom: .75em;
    line-height: 1.25
}

.article-content-text blockquote,
.article-content-text ol,
.article-content-text p,
.article-content-text table,
.article-content-text ul {
    font-size: 18px;
    line-height: 1.875
}

.article-content-text blockquote+h1,
.article-content-text blockquote+h2,
.article-content-text blockquote+h3 .article-content-text blockquote+h4,
.article-content-text blockquote+h3 .article-content-text ol+h4,
.article-content-text blockquote+h3 .article-content-text p+h4,
.article-content-text blockquote+h3 .article-content-text table+h4,
.article-content-text blockquote+h3 .article-content-text ul+h4,
.article-content-text blockquote+h5,
.article-content-text blockquote+h6,
.article-content-text ol+h1,
.article-content-text ol+h2,
.article-content-text ol+h3 .article-content-text blockquote+h4,
.article-content-text ol+h3 .article-content-text ol+h4,
.article-content-text ol+h3 .article-content-text p+h4,
.article-content-text ol+h3 .article-content-text table+h4,
.article-content-text ol+h3 .article-content-text ul+h4,
.article-content-text ol+h5,
.article-content-text ol+h6,
.article-content-text p+h1,
.article-content-text p+h2,
.article-content-text p+h3 .article-content-text blockquote+h4,
.article-content-text p+h3 .article-content-text ol+h4,
.article-content-text p+h3 .article-content-text p+h4,
.article-content-text p+h3 .article-content-text table+h4,
.article-content-text p+h3 .article-content-text ul+h4,
.article-content-text p+h5,
.article-content-text p+h6,
.article-content-text table+h1,
.article-content-text table+h2,
.article-content-text table+h3 .article-content-text blockquote+h4,
.article-content-text table+h3 .article-content-text ol+h4,
.article-content-text table+h3 .article-content-text p+h4,
.article-content-text table+h3 .article-content-text table+h4,
.article-content-text table+h3 .article-content-text ul+h4,
.article-content-text table+h5,
.article-content-text table+h6,
.article-content-text ul+h1,
.article-content-text ul+h2,
.article-content-text ul+h3 .article-content-text blockquote+h4,
.article-content-text ul+h3 .article-content-text ol+h4,
.article-content-text ul+h3 .article-content-text p+h4,
.article-content-text ul+h3 .article-content-text table+h4,
.article-content-text ul+h3 .article-content-text ul+h4,
.article-content-text ul+h5,
.article-content-text ul+h6 {
    margin-top: 2.2em
}

@media (max-width:759px) {
    .article-content-metadate__share_buttons {
        grid-gap: 0 10px
    }

    .article-content-text {
        padding-top: 36px;
        padding-bottom: 40px
    }

    .article-content-text blockquote,
    .article-content-text ol,
    .article-content-text p,
    .article-content-text table,
    .article-content-text ul {
        font-size: 14px
    }
}

.article-content-text h1 {
    font-size: 32px
}

@media (max-width:759px) {
    .article-content-text h1 {
        font-size: 26px
    }
}

.article-content-text h2 {
    font-size: 28px
}

.article-content-text h3 {
    font-size: 24px
}

@media (max-width:759px) {
    .article-content-text h2 {
        font-size: 24px
    }

    .article-content-text h3 {
        font-size: 20px
    }
}

.article-content-text h4 {
    font-size: 20px
}

.article-content-text h5 {
    font-size: 18px
}

@media (max-width:759px) {
    .article-content-text h4 {
        font-size: 18px
    }

    .article-content-text h5 {
        font-size: 16px
    }
}

.article-content-text h6 {
    font-size: 16px
}

.article-content-text ol,
.article-content-text p,
.article-content-text ul {
    margin-bottom: 1.875em
}

.article-content-text ol:last-child,
.article-content-text p:last-child,
.article-content-text ul:last-child {
    margin-bottom: 0 !important
}

.article-content-text ul {
    list-style: disc
}

.article-content-text ol {
    list-style: decimal
}

.article-content-text ol,
.article-content-text ul {
    padding-left: 1em
}

.article-content-text ol li+li,
.article-content-text ul li+li {
    margin-top: 1em
}

.article-content-text blockquote {
    font-weight: 700;
    position: relative;
    padding-left: 60px;
    max-width: 980px;
    margin-top: 54px;
    margin-bottom: 54px
}

.article-content-text blockquote:last-child {
    margin-bottom: 0 !important
}

.article-content-text blockquote:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: -o-linear-gradient(194deg, #33b987 0, #60c5fd 100%);
    background: linear-gradient(256deg, #33b987 0, #60c5fd 100%);
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:1279px) {
    .article-content-text blockquote {
        padding-left: 40px
    }
}

@media (max-width:759px) {
    .article-content-text h6 {
        font-size: 14px
    }

    .article-content-text blockquote {
        margin-top: 36px;
        margin-bottom: 36px;
        padding-left: 20px
    }
}

.article-content-text img {
    width: auto;
    max-width: 100%;
    height: auto !important;
    margin-top: 54px;
    margin-bottom: 54px
}

.article-content-text img:last-child {
    margin-bottom: 0 !important
}

@media (max-width:759px) {
    .article-content-text img {
        margin-top: 36px;
        margin-bottom: 36px
    }
}

.article-content-text figure {
    margin-top: 54px;
    margin-bottom: 54px
}

.article-content-text figure:last-child {
    margin-bottom: 0 !important
}

@media (max-width:759px) {
    .article-content-text figure {
        margin-top: 36px;
        margin-bottom: 36px
    }
}

.article-content-text figure img {
    margin: 0
}

.article-content-text table {
    width: 100%;
    margin-top: 54px;
    margin-bottom: 54px
}

.article-content-text table td {
    border: 1px solid #b0b0b0;
    padding: 10px 20px
}

.article-content-text table:last-child {
    margin-bottom: 0 !important
}

.text-gallery {
    margin-top: 54px;
    margin-bottom: 54px;
    max-width: 700px;
    padding-left: 60px
}

.text-gallery:last-child {
    margin-bottom: 0 !important
}

.text-gallery .swiper-slide img {
    width: 100%;
    margin: 0 !important
}

.text-gallery .preview {
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-gallery .preview .swiper-slide {
    position: relative;
    height: auto
}

.text-gallery .preview .swiper-slide img {
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-gallery .preview .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    position: absolute;
    left: 0;
    top: 0
}

.text-gallery .thumbs-slider {
    margin-top: -18px;
    z-index: 2;
    padding-left: 80px;
    padding-right: 80px
}

.text-gallery .thumbs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.text-gallery .thumbs .swiper-slide {
    width: 78px;
    height: 45px;
    cursor: pointer;
    position: relative
}

.text-gallery .thumbs .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

.text-gallery .thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-gallery .thumbs .swiper-slide-thumb-active:before {
    border-color: #64c7f1
}

.text-gallery .swiper-button-next,
.text-gallery .swiper-button-prev {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    top: 50%
}

.text-gallery .swiper-button-next:after,
.text-gallery .swiper-button-prev:after {
    display: none
}

.text-gallery .swiper-button-prev {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 20px;
    right: auto
}

.text-gallery .swiper-button-next {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: 20px
}

@media (max-width:1279px) {
    .text-gallery {
        padding-left: 40px
    }

    .text-gallery .thumbs-slider {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .text-gallery {
        padding-left: 0;
        max-width: 100%
    }

    .text-gallery .thumbs-slider {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    display: none;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.mobile-menu-visible {
    display: block
}

@media (min-width:1280px) {
    .mobile-menu {
        display: none !important
    }
}

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

.mobile-menu__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px
}

@media (max-width:759px) {

    .article-content-text table,
    .text-gallery {
        margin-top: 36px;
        margin-bottom: 36px
    }

    .mobile-menu__header {
        height: 80px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu__logo {
    display: block;
    width: 185px;
    height: 85px
}

.mobile-menu__logo img {
    width: 100%;
    height: auto
}

@media (max-width:759px) {
    .mobile-menu__logo {
        width: 109px;
        height: 50px
    }
}

.mobile-menu__close {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icon-close.svg) center/contain no-repeat
}

.mobile-menu__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
    padding: 40px 20px
}

.mobile-menu__links .navbar-nav {
    display: block
}

.mobile-menu__links .navbar-nav .nav-item+.nav-item {
    margin-top: 24px
}

.mobile-menu__links .navbar-nav .nav-link {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.mobile-menu__links .navbar-nav .nav-link.active {
    color: #2bb673
}

@media (max-width:759px) {
    .mobile-menu__close {
        width: 20px;
        height: 20px
    }

    .mobile-menu__links .navbar-nav .nav-link {
        font-size: 16px
    }
}

.mobile-menu__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px 20px
}

.mobile-menu__socials {
    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;
    grid-gap: 0 15px
}

.mobile-menu__socials li a {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    background: center/contain no-repeat #2f3746
}

.mobile-menu__socials li a:hover {
    background-color: #242424
}

.mobile-menu__socials li a.footer__socials_telegram svg {
    width: 19px;
    height: 17px
}

.mobile-menu__socials li a.footer__socials_vk svg {
    width: 22px;
    height: 14px
}

.mobile-menu__socials li a.footer__socials_youtube svg {
    width: 22px;
    height: 16px
}

.mobile-menu__socials li a.footer__socials_dzen svg {
    width: 20px;
    height: 20px
}

body.mobile-menu-visible {
    overflow: hidden
}

.thumbs-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thumbs-slider .swiper {
    max-width: 100%
}

.archive-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width:1599px) {
    .archive-row {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1279px) {
    .archive-row {
        display: block;
        position: relative;
        padding: 144px 40px 40px
    }
}

@media (max-width:759px) {
    .mobile-menu__close {
        width: 20px;
        height: 20px
    }

    .mobile-menu__links .navbar-nav .nav-link {
        font-size: 16px
    }

    .archive-row {
        padding: 80px 20px 20px
    }
}

.archive-row__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 75px 0 80px 39px;
    border-left: 1px solid #e3e6ec;
    width: 520px
}

@media (max-width:1279px) {
    .archive-row__right {
        padding: 0;
        border: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 40px
    }
}

@media (max-width:759px) {
    .archive-row__right {
        margin-bottom: 20px
    }
}

.archive-row__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 62px 40px 12px 0
}

.archive-heading {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 7px
}

@media (max-width:1279px) {
    .archive-row__left {
        padding: 0
    }

    .archive-heading {
        margin-bottom: 0;
        position: absolute;
        top: 40px;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        text-align: center
    }
}

.archive-item {
    padding-top: 39px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e3e6ec
}

.archive-item__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    margin-right: 40px;
    border-radius: 20px;
    overflow: hidden
}

.archive-item__image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

@media (max-width:1439px) {
    .archive-item__image {
        width: 160px;
        margin-right: 20px
    }
}

@media (max-width:1279px) {
    .archive-item__image {
        width: 120px
    }
}

@media (max-width:759px) {
    .archive-heading {
        font-size: 22px;
        line-height: 1.3636;
        top: 0
    }

    .archive-item {
        display: block
    }

    .archive-item__image {
        width: 200px;
        margin: 0 0 20px
    }
}

.archive-item__type {
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.archive-item__type .articles-item__type {
    padding-left: 20px;
    padding-right: 20px
}

.archive-item__type .articles-item__type.articles-item__type-blue {
    background: 0 0;
    color: #64c7f1;
    border-color: #64c7f1
}

.archive-item__type .articles-item__type.articles-item__type-blue:hover {
    background: #64c7f1;
    color: #fff
}

.archive-item__type .articles-item__type.articles-item__type-green {
    background: 0 0;
    color: #2bb673;
    border-color: #2bb673
}

.archive-item__type .articles-item__type.articles-item__type-green:hover {
    background: #2bb673;
    color: #fff
}

.archive-item__type .articles-item__type.articles-item__type-secondary {
    background: 0 0;
    color: #242424;
    border-color: #242424
}

.archive-item__type .articles-item__type.articles-item__type-secondary:hover {
    background: #242424;
    color: #fff
}

.archive-item__type .articles-item__type.articles-item__type-yellow {
    background: 0 0;
    color: #e09e2e;
    border-color: #e09e2e
}

.archive-item__type .articles-item__type.articles-item__type-yellow:hover {
    background: #e09e2e;
    color: #fff
}

.archive-item__heading {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700
}

.archive-item__heading a:hover {
    opacity: .8
}

.archive-item__excerpt {
    font-size: 14px;
    line-height: 1.71428;
    margin-top: 8px
}

.archive-item__date {
    font-size: 10px;
    font-weight: 500;
    color: #b0b0b0;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 9px
}

#datePicker {
    display: none
}

.datepicker {
    display: block
}

.datepicker table td,
.datepicker table th {
    padding: 5px
}

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

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

.datepicker table th {
    color: #d9d9d9;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 28px
}

.datepicker table tbody tr:first-child td {
    padding-top: 37px
}

.datepicker__wrapper {
    color: #242424;
    border-radius: 0;
    font-family: HelveticaNeueCyr, "Open Sans", sans-serif, Arial;
    padding: 0;
    border: none;
    width: 100%
}

.datepicker:not(.is-inline) .datepicker__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.datepicker__header {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none
}

.datepicker__title {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    margin-right: .25em
}

.datepicker__next,
.datepicker__prev {
    width: 20px;
    line-height: 20px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin-top: 5px
}

.datepicker__prev {
    background: url(../img/datepicker__prev.svg) left center/10px auto no-repeat
}

.datepicker__next {
    background: url(../img/datepicker__next.svg) right center/10px auto no-repeat
}

.datepicker__next:hover,
.datepicker__prev:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.datepicker__next.is-disabled,
.datepicker__prev.is-disabled {
    display: none
}

.datepicker__day {
    color: #242424
}

.datepicker__day div {
    width: 60px;
    height: 60px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    line-height: 1;
    margin: auto;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    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;
    cursor: pointer;
}

.datepicker__day div:hover {
    background: #2bb673;
    color: #fff;
    border-color: #2bb673
}

.datepicker__day.is-today div {
    background: #2bb673;
    border-color: #2bb673;
    color: #fff
}

.datepicker__day.is-selected div {
    background: #242424;
    border-color: #242424;
    color: #fff
}

.datepicker__day.is-selected .datepicker__daynum {
    font-weight: 500
}

.datepicker__day.is-disabled {
    color: #d9d9d9
}

.datepicker__day.is-disabled div {
    border-color: #d9d9d9
}

.datepicker__day.is-otherMonth {
    opacity: 0;
    visibility: hidden
}

.datepicker__daynum {
    font-size: 20px;
    line-height: 1
}

.datepicker__day.is-today .datepicker__daynum {
    text-decoration: none
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
    color: rgba(0, 0, 0, .2)
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div {
    background: #ddd
}

@media (max-width:1439px) and (min-width:1280px) {
    .archive-row__right {
        width: 360px
    }

    .datepicker__day div {
        width: 40px;
        height: 40px;
        line-height: 36px
    }

    .datepicker__daynum {
        font-size: 14px;
        line-height: 1
    }

    .datepicker table td,
    .datepicker table th {
        padding: 2px
    }

    .datepicker table th {
        font-size: 14px
    }
}

@media (max-width:759px) {
    .datepicker__day div {
        width: 40px;
        height: 40px;
        line-height: 36px
    }

    .datepicker__daynum {
        font-size: 14px;
        line-height: 1
    }

    .datepicker table td,
    .datepicker table th {
        padding: 2px
    }

    .datepicker table th {
        font-size: 14px
    }

    .datepicker__header {
        margin-bottom: 10px
    }

    .datepicker table tbody tr:first-child td {
        padding-top: 20px
    }
}

@media (max-width:399px) {
    .datepicker__day div {
        width: 36px;
        height: 36px;
        line-height: 32px
    }

    .datepicker__daynum {
        line-height: 1
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 1 auto;
}

.articles-item .articles-item__bg img {
    transition: .2s ease-in-out;
}

.articles-item:hover .articles-item__bg img {
    transform: scale(1.05);
}

.footer__link {
    font-size: 13px;
    color: #fff;
    transition: .2s ease-in-out;
    border-bottom: 1px solid currentColor;
}

.footer__link:hover {
    border-bottom: 1px solid currentColor;
    color: #dadada;
}

.hl {
    color: #fff;
    background-color: #3fb893;
    display: inline-block;
    line-height: 30px;
    padding-left: 6px;
    padding-right: 6px;
}

.article-content-text .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px;
}

.article-content-text .video-container.video-container-short {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.article-content-text .video-container embed, .article-content-text .video-container iframe, .article-content-text .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.article-content-text iframe {
    max-width: 100%;
}