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;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
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;
}

body {
    background-color: #eeeff9;
    font-family: "Manrope", sans-serif;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color: #56ccf2;
    white-space: nowrap;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.wrapper {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
}
.main {
    background: url("img/main-bg.png") no-repeat top right;
}
.main.main2 {
    background: url("img/main-bg2.svg") no-repeat top right;
}
.main .top {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: flex-end;
}
.main .top .menu {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-left: 36px;
    gap: 32px;
    box-sizing: border-box;
}
.main .top .menu a {
    text-decoration: none;
    color: #00257c;
    box-sizing: border-box;
    font-size: 18px;
    padding-bottom: 22px;
    margin-bottom: -1px;
}
.main .top .menu a.active {
    font-weight: bold;
    border-bottom: 2px solid #00257c;
}
.main .top .logo {
    padding-right: 36px;
    position: relative;
    padding-bottom: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 12px;
}
.main .top .burger {
    display: none;
    margin-left: auto;
    margin-bottom: 22px;
}
.main .burger_wrapper {
    display: none;
    background: rgba(73, 91, 183, 0.90);
    backdrop-filter: blur(12px);
    height: 100%;
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
}
.main .burger_wrapper .top {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: space-between;
}
.main .burger_wrapper .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
}
.main .burger_wrapper .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.main .burger_wrapper .menu a.active {
    font-weight: 700;
    border-bottom: 2px solid #fff;
}
.main .links {
    border-radius: 77px;
    background: #fff;
    display: flex;
    padding: 6px 7px;
    justify-content: center;
    align-items: center;
    max-width: 714px;
    gap: 10px;
    filter: drop-shadow(0px 12px 11px #000 21);
}
.main .links.onelink {
    max-width: 352px;
}
.main .links.onelink a {
    width: 100%;
}
.main .links.onelink a:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="22" viewBox="0 0 12 22" fill="none"><path d="M11 1L2 11L11 21" stroke="white" stroke-width="2.68"/></svg>');
    display: block;
    position: absolute;
    width: 9px;
    height: 20px;
    left: 50px;
    top: 19px;
}
.main .links a {
    color: #495bb7;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 77px;
    border: 3px solid #eee;
    width: 50%;
    text-align: center;
}
.main .links a.active {
    background-color: #db790f;
    border: 3px solid #db790f;
    color: #fff;
    font-weight: bold;
}
.main .hero {
    margin: 160px 0 74px;
}
.main .hero h1 {
    font-size: clamp(32px, 5vw, 78px);
    font-weight: bold;
    color: #495bb7;
    text-transform: uppercase;
    letter-spacing: 3.9px;
    margin-bottom: 20px;
    margin-top: -40px;
}
.main .hero h1.small {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: 2.2px;
    max-width: 772px;
    margin-bottom: 60px;
}
.main .hero h1.small span {
    color: #db790f;
}
.main .hero .wrapper {
    padding: 0 47px;
}
.main .hero p {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    line-height: 140%;
    color: #00257c;
    max-width: 530px;
    margin-bottom: 89px;
}
.main .tabs {
    top: 0;
    z-index: 3;
    filter: drop-shadow(0px 0px 60px #000 21);
}
.main .tabs .wrapper {
    padding: 0 47px;
}
.main .tabs .content_border {
    height: 5vw;
    background-color: #fff;
    border-radius: 5vw 5vw 0 0;
    z-index: 3;
}
.main .tabs .tabs_wrapper {
    display: flex;
    flex-direction: row;
}
.main .tabs .tabs_wrapper .tab {
    padding: 24px;
    text-decoration: none;
    font-size: clamp(14px, 2vw, 20px);
    color: #3d3d40;
    font-weight: 400;
}
.main .tabs .tabs_wrapper .tab.active {
    background-color: #fff;
    border-radius: 1vw 1vw 0 0;
    padding-left: 48px;
    position: relative;
    color: #495bb7;
    font-weight: 700;
}
.main .tabs .tabs_wrapper .tab.active img {
    position: absolute;
    left: 23px;
    top: 45%;
}
.main .content {
    background: #fff;
    border-radius: 0 0 3vw 3vw;
    padding: 0 0 5vw;
    overflow: hidden;
    z-index: 3;
}

.main .content .color_block {
    border-radius: 24px;
    background: #495bb7;
    color: #fff;
    padding: 36px 47px;
}
.main .content .color_block .pre-header {
    font-size: clamp(18px, 2vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main .content .color_block .header {
    font-size: clamp(24px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 41px;
}
.main .content .color_block .cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 35px;
}
.main .content .color_block .cards .card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding: 20px 24px;
    border-radius: 16px;
}
.main .content .color_block .cards .card p {
    color: #495bb7;
    font-size: clamp(16px, 1.8vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.main .content .color_block .cards .card img {
    max-width: 74px;
    margin-bottom: 32px;
}
.main .content .color_block .cards .card span {
    border-radius: 5px;
    border: 2px solid #495bb7;
    padding: 0 4px;
    font-weight: bold;
    margin-right: 4px;
}
.main .content .color_block .color_button {
    padding: 24px 32px;
    border-radius: 40px;
    background: #ec8617;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: clamp(18px, 2vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main .content .color_block .color_button:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="12" viewBox="0 0 19 12" fill="none"><path d="M13.0484 10.5L17 6M17 6L13.0484 1.5M17 6H1.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    margin-left: 44px;
}
.main .content .quote {
    border-radius: 24px;
    border: 3px solid #db790f;
    padding: 30px 12vw 30px 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 29px 0 46px;
}
.main .content .quote .quote_title {
    color: #db790f;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
}
.main .content .quote .quote_text {
    color: #3d3d40;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    max-width: 740px;
}
.main .content .quote:before {
    content: "”";
    color: #db790f;
    font-size: 100px;
    font-weight: 400;
    position: absolute;
    left: -20px;
    background-color: #fff;
    width: 100px;
    height: 50px;
    top: 30px;
}
.main h2 {
    color: #495bb7;
    text-align: left;
    font-size: clamp(32px, 3.5vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.main .color_header {
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 2.5vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 24px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #495bb7;
    margin: 43px 0 24px 0;
}
.main .table_block {
    border-radius: 24px;
    background: rgba(73, 91, 183, 0.10);
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    padding: 38px 48px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.main .table_block .left {
    display: flex;
    flex-direction: row;
    border-right: 2px solid rgba(73, 91, 183, 0.2);
    min-width: 55%;
    max-width: 55%;
    padding-right: 48px;
    justify-content: space-between;
}
.main .table_block .left div {
    display: flex;
    flex-direction: column;
}
.main .table_block .left > div:first-child {
    align-items: flex-start;
}
.main .table_block .left > div:first-child img {
    max-height: 80px;
    margin-bottom: 24px;
}
.main .table_block .left > div:first-child .title {
    color: #495bb7;
    font-size: clamp(24px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.main .table_block .left > div:first-child p {
    color: #3d3d40;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 350px;
}
.main .table_block .left > div:nth-child(2) .title {
    color: #db790f;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}
.main .table_block .left > div:nth-child(2) p {
    color: #3d3d40;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}
.main .table_block .left > div:nth-child(2) img {
    max-height: 204px;
}
.main .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 48px;
    justify-content: center;
    align-items: center;
}
.main .right .title {
    color: #db790f;
    text-align: center;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    margin-bottom: 20px;
}
.main .right p {
    color: #3d3d40;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}
.main .right > div {
    width: 50%;
    text-align: center;
}
.main .right img {
    max-height: 204px;
}
.main .table_cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.main .table_cards > div {
    border-radius: 24px;
    background: rgba(73, 91, 183, 0.10);
    padding: 37px 48px;
    position: relative;
    width: 50%;
}
.main .table_cards > div .title {
    color: #495bb7;
    font-size: clamp(24px, 3vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 36px !important;
    max-width: 60%;
}
.main .table_cards > div p {
    color: #3d3d40;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.main .table_cards > div p span {
    border-radius: 5px;
    border: 2px solid #495bb7;
    padding: 0 4px;
    font-weight: bold;
    margin-right: 4px;
}
.main .table_cards > div p:not(:last-of-type) {
    margin-bottom: 20px;
}
.main .table_cards > div img {
    position: absolute;
    right: 75px;
    top: 30px;
}
.article_block {
    padding: 40px 0;
}
.article_block .wrapper {
    padding: 0 47px;
}
.article_block.yellow {
    background: #fbf2e7;
}
.article_block h3 {
    color: #00257c;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.article_block .articles {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 47px;
}
.article_block .articles .article {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    max-width: 393px;
}
.article_block .articles .article img {
    max-width: 100%;
}
.article_block .articles .article .text {
    padding: 14px 24px;
}
.article_block .articles .article .text .title {
    color: #00257c;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.article_block .articles .article .text p {
    color: #3d3d40;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.article_block .slick-slide {
    margin: 0 12px;
}
.article_block .slick-list {
    margin: 0 -12px;
}
.article_block .paginator {
    position: absolute;
    top: 50%;
    width: 100%;
}
.article_block .paginator li {
    margin-top: 20px;
    position: absolute;
    float: left;
    z-index: 5;
    cursor: pointer;
}
.article_block .paginator li.prev {
    display: block;
    height: 72px;
    width: 56px;
    background: url('img/left.svg') no-repeat;
    left: 0;
}
.article_block .paginator li.next {
    display: block;
    height: 72px;
    width: 56px;
    background: url('img/right.svg') no-repeat;
    right: 0;
}
footer {
    background-color: #3d3d40;
    color: #fff;
    border-radius: 3vw 3vw 0 0;
    padding-top: clamp(40px, 8vw, 80px);
}
footer .acor-container {
    margin: 20px 0;
}
footer .acor-container .acor-body {
    width: calc(100% - 40px);
    height: 0;
    color: #fff;
    line-height: 18px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
}
footer .acor-container .acor-body p {
    margin: 0 0 10px;
}
footer .acor-container .acor-body h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}
footer .acor-container label {
    cursor: pointer;
    display: block;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 100;
    font-size: clamp(32px, 5vw, 50px);
    margin: 0 0 5px;
    transition: color 0.35s;
    text-transform: uppercase;
    position: relative;
}
footer .acor-container label::after {
    content: "";
    width: clamp(103px, 20vw, 250px);
    height: 6px;
    background-color: #db790f;
    display: block;
    position: relative;
    margin-top: 10px;
    border-radius: 5px;
}
footer .acor-container input {
    display: none;
}
footer .acor-container label:before {
    content: url("img/arrow.svg");
    float: right;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 6px;
}
footer .acor-container input:checked + label:before {
    transition: transform 0.35s;
    transform: rotate(180deg);
}
footer .acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #fff;
}
footer ol {
    list-style: decimal inside;
    margin-bottom: 32px;
}
footer ol li {
    margin: 10px 0;
    font-size: 14px;
}
footer .bottom {
    border-top: 1px solid #fff;
    margin-top: clamp(40px, 7vw, 80px);
    padding: 40px 0;
}
footer .logo-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .logo-menu .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: max(6vw, 64px);
}
footer .logo-menu .menu a {
    text-decoration: none;
    color: #fff;
    margin: 32px 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
footer .credits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: max(5vw, 50px);
}
footer .credits p {
    font-size: 12px !important;
}
footer .credits .p3 {
    display: flex;
    justify-content: space-between;
    gap: max(6vw, 64px);
}
footer .credits .p3 p {
    opacity: 0.5;
}
@media (max-width: 1320px) {
    .wrapper {
        margin: 0 16px;
    }
}
@media (max-width: 1240px) {
    .main .table_block {
        flex-direction: column;
        padding: 16px;
    }
    .main .table_block .left, .main .table_block .right {
        flex-direction: column;
        width: 100%;
        min-width: unset;
        max-width: unset;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .main .table_block .left div:first-child p, .main .table_block .right div:first-child p {
        max-width: unset;
    }
    .main .table_block .right {
        flex-direction: row;
        gap: 10px;
    }
    .main .table_block .right img {
        max-width: 100%;
    }
    .main .table_block .right div {
        width: calc(50% - 5px);
    }
    .main .table_block .left {
        border-bottom: 2px solid rgba(73, 91, 183, 0.2);
        padding-bottom: 24px;
    }
}
@media (max-width: 768px) {
    footer .logo-menu {
        flex-direction: column;
        align-items: center;
    }
    footer .logo-menu img {
        max-width: 200px;
        margin-bottom: 24px;
    }
    footer .logo-menu .menu {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    footer .logo-menu .menu a {
        margin: 10px;
        text-align: center;
    }
    footer .credits {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .credits .p3 {
        flex-direction: column;
        gap: 20px;
    }
    .main {
        background: url(img/main-bg.png) no-repeat top left;
    }
    .main .top .menu {
        display: none;
    }
    .main .top .logo {
        border-right: none;
    }
    .main .top .burger {
        display: block;
        margin-bottom: 0;
        cursor: pointer;
        padding: 30px;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        height: 100%;
    }
    .main .top .close {
        cursor: pointer;
        padding: 30px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
    }
    .main .hero {
        margin: 100px 0 40px;
    }
    .main .hero h1 {
        letter-spacing: unset;
    }
    .main .hero .wrapper {
        padding: 0;
    }
    .main .hero p {
        margin-bottom: 60px;
    }
    .main .tabs .wrapper {
        padding: 0;
    }
    .main .tabs .tabs_wrapper {
        margin-bottom: 16px;
        gap: 8px;
    }
    .main .tabs .tabs_wrapper .tab {
        border-radius: 8px;
        width: 50%;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .main .tabs .tabs_wrapper .tab.active {
        border-radius: 8px;
        color: #fff;
        background: #db790f;
        padding-left: 24px;
    }
    .main .tabs .tabs_wrapper .tab.active img {
        display: none;
    }
    .main .content .color_block {
        padding: 16px;
    }
    .main .content .color_block .cards {
        flex-direction: column;
    }
    .main .content .color_block .cards .card {
        width: 100%;
        box-sizing: border-box;
    }
    .main .content .color_block .color_button {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 24px 15px;
    }
    .main .content .color_block .color_button:after {
        margin-left: 15px;
    }
    .main .content .quote {
        flex-direction: column;
        align-items: flex-start;
    }
    .main .table_cards {
        flex-direction: column;
    }
    .main .table_cards div {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
    }
    .main .table_cards div img {
        position: relative;
        right: unset;
        top: unset;
        max-height: 80px;
        margin-bottom: 16px;
    }
    .main .links {
        flex-direction: column;
        border-radius: 38px;
        margin-top: 40px;
    }
    .main .links a {
        width: 100%;
        box-sizing: border-box;
    }
    .main .links.desk {
        display: none;
    }
    .article_block {
        max-width: 100%;
        overflow: hidden;
    }
    .article_block .wrapper {
        padding: 0px;
    }
    .article_block .paginator ul {
        display: none;
    }
    .article_block .articles {
        padding: 0;
    }
}
