html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    line-height: 1.2;
    color: #303030;
}

ol, ul {
    list-style: none;
}

p {
    color: #303030;
    font-size: clamp(16px, 1.2vw, 20px);
    margin: 20px 0;
    line-height: 1.2;
}

h2 {
    font-weight: 700;
    font-size: clamp(24px, 2.2vw, 40px);
    text-transform: uppercase;
    margin: 80px 0 40px;
}

h3 {
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 32px);
    margin-bottom: 24px;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    margin: 0 0 24px;
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* reset styles end */
/* main styles start */
* {
    position: relative;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    src: local("Manrope"),
    url("Manrope-Regular.woff2") format("woff2"),
    url("Manrope-Regular.woff") format("woff");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 800;
    src: local("Manrope"),
    url("Manrope-ExtraBold.woff2") format("woff2"),
    url("Manrope-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    src: local("Manrope"),
    url("Manrope-Bold.woff2") format("woff2"),
    url("Manrope-Bold.woff") format("woff");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    src: local("Manrope"),
    url("Manrope-Medium.woff2") format("woff2");
url("Manrope-Medium.woff") format("woff");
}

body {
    background-color: #F8F8F8;
    font-family: "Manrope", sans-serif;
}

.main_content {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 48px;

}

.wrapper.col-2 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color: #0F276D;
    font-weight: 700;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

.hero {
    background-image: url("img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 72px;
}

.hero.hero2 {
    background-image: url("img/banner2.jpg");
}

.hero.hero3 {
    background-image: url("img/banner3.jpg");
}

.hero .top {
    height: 60px;
}

.hero .top a img {
    height: 52px;
}

.hero h1 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 48px;
}

.hero.hero3 h1 {
    text-transform: none;
    max-width: 501px;
}

.hero.hero3 span {
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin-top: 24px;
}

.hero .onelink a {
    color: #303030;
    background-color: #F59934;
    padding: 16px 40px 16px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
}

.hero .onelink a:before {
    content: url("img/arrow2.svg");
    display: block;
    margin-top: 1px;
}

.content {
    padding: 64px 0;
}

.aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aside .featured_article {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.aside .featured_article:hover p{
    color: #0F276D;
}

.aside .featured_article p {
    margin: 0;
}

.aside .featured_article img {
    margin: 0;
}

.aside .featured_all {
    text-align: center;
    display: block;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    background-color: #E2EAFF;
    border-radius: 40px;
}

.caption {
    font-size: 16px;
    color: #7D7D7D;
}

span.bold {
    font-weight: 700;
    color: #0F276D;
}

.tip {
    padding: 12px 24px;
    border: 2px solid #0F276D;
    border-radius: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 36px 0;
}

.tip.white {
    border: 0;
    background: linear-gradient(92.06deg, #FEF5EB 2.09%, #FFFFFF 21.68%);
    margin: 16px 0;
}

.tip.white .tip_text p {
    color: #303030;
}

.tip img {
    margin: 0;
}

.tip .tip_text p {
    color: #0F276D;
}

.article_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.article_list a:hover, .article_list a:hover p {
    color: #0F276D!important;
}


/* АККОРДЕОНЫ *
 */

.acor-container {
    margin: 40px 0;
    padding: 24px;
    border: 2px solid #0F276D;
    border-radius: 24px;
}

.acor-container .acor-body {
    height: 0;
    color: #fff;
    line-height: 18px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
}

.acor-container label {
    cursor: pointer;
    display: block;
    padding: 15px 0;
    width: 100%;
    color: #0F276D;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 100;
    font-size: clamp(18px, 2vw, 24px);
    transition: color 0.35s;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: url("img/arrow.svg");
    float: right;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

.acor-container input:checked + label:before {
    transition: transform 0.35s;
    transform: rotate(180deg);
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #fff;

}

footer {
    background-color: #E0E9FF;
    padding: 48px 0 0;
}

footer.empty {
    padding: 0;
}

footer .acor-container {
    margin: 0;
    padding: 0;
    border: 0;
}

footer .acor-container label {
    font-weight: 700;
    font-size: clamp(24px, 2.2vw, 40px);
    text-transform: uppercase;
}

footer .acor-container ol {
    list-style: inside;
    list-style-type: auto;
}

footer .acor-container ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #303030;
}

footer .bottom {
    background-color: #080D24;
    padding: 40px 0;
    margin-top: 48px;
}

footer .bottom a {
    color: #019ADE;
}

footer .bottom, footer .bottom p {
    font-size: 16px;
    color: #ffffff;
}

footer .bottom .wrapper {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 40px;
}

footer .bottom p.p3 {
    opacity: 0.5;
}

footer ol li {
    margin-bottom: 10px;
}

.tabs {
    overflow: hidden;
}

.tablist {
    display: flex;
    gap: 40px;
    padding: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 20px;
}

.tab {
    opacity: 0.5;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    border: 0;
    background: transparent;
    color: #303030;
    font-weight: 400;
    cursor: pointer;
    transition: transform .12s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
    position: relative;
    font-size: 20px;
    white-space: nowrap;
}

.tab span {
    border-radius: 50px;
    color: #303030;
    border: 2px solid #303030;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
}


.tab.is-active {
    opacity: 1;
    font-weight: 600;
}

.tab.is-active span {
    background-color: #303030;
    color: #ffffff;
}

.panel {
    display: none;
}

.panel.is-active {
    display: block;
}

.mob-img {
    display: none;
}

.scroll_table {
    height: 550px;
    margin-bottom: 42px;
    display: flex!important;
}
.scroll_table .left_table, .scroll_table .right_table {
    height: 100%;
    scrollbar-width: none;
}
.scroll_table .left_table img, .scroll_table .right_table img {
    max-width: unset;
    margin: 0;
    height: 100%;
}

.scroll_table .left_table {
    box-sizing: border-box;
}
.scroll_table .right_table {
    overflow-x: auto;
}

@media (max-width: 960px) {
    .content {
        padding: 48px 0;
    }


    .article_list {
        grid-template-columns: 1fr;
    }

    .panel {
        margin-top: 20px;
    }

    .wrapper {
        padding: 0 16px;
    }

    footer .bottom .wrapper {
        grid-template-columns: 1fr;
    }

    footer .bottom .credits {
        order: 1;
    }

    footer .bottom .p3 {
        order: 0;
    }

    .wrapper.col-2 {
        grid-template-columns: 1fr;
    }

    .hero.hero3 h1 {
        text-transform: uppercase;
    }

    .hero.hero3 h1 span {
        text-transform: none;
    }

    h2 {
        margin: 40px 0 20px;
    }

    h3 {
        margin-bottom: 12px;
    }

    .hero {
        padding-bottom: 40px;
    }

    .hero.hero3 h1 {
        max-width: 50%;
    }

    .hero {
        background-image: url("img/banner_mob.jpg");
        background-position: bottom;
    }

    .hero.hero2 {
        background-image: url("img/banner2_mob.jpg");
        background-position: top;
    }

    .hero.hero3 {
        background-image: url("img/banner3_mob.jpg");
        background-position: bottom;
    }

    .hero .onelink a {
        justify-content: center;
        width: 100%;
    }

    .tab:first-of-type {
        padding-left: 0;
    }

    .acor-container label {
        padding-right: 40px;
    }

    .mob-img {
        display: block;
    }

    .desk-img {
        display: none;
    }

    img {
        margin: 12px 0;
    }

    .tip {
        gap: 12px;
        padding: 8px;
    }

    .tip .tip_text p {
        margin: 0;
    }
    .tip img {
        width: 48px;
    }

    .tip.white {
        align-items: flex-start;
    }
}