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;
}
@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: 600;
    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: #eeeff9;
    font-family: "Manrope", sans-serif;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.wrapper {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
}
.wrapper.blue {
    border-radius: 24px;
    background: #f6f6fd;
    padding: 32px;
    margin: 40px 0;
}
.wrapper.blue p span {
    border-radius: 5px;
    border: 2px solid #495bb7;
    padding: 0 4px;
    font-weight: bold;
    margin-right: 4px;
}
.wrapper.blue hr {
    color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 37, 124, 0.1);
    margin: 32px 0;
}
.main #mechanism .color_card {
    background-color: #495bb7;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-radius: 16px;
    margin-bottom: 8px;
    justify-content: space-between;
}
.main #mechanism .color_card .text {
    width: 65%;
}
.main #mechanism .color_card .text h4 {
    color: #fff;
    font-size: clamp(18px, 2.2vw, 26px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.main #mechanism .color_card .text p {
    color: #fff;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.main #mechanism .color_card img {
    max-height: 220px;
}
.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 img {
    display: none;
}
.main .top .menu a.active {
    font-weight: bold;
    border-bottom: 2px solid #00257c;
}

.main .top .menu a.active img {
    display: block;
}
.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: 0;
    margin-bottom: 89px;
}
.main .hero .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 .hero .links.onelink {
    max-width: 352px;
}
.main .hero .links.onelink a {
    width: 100%;
}
.main .hero .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 .hero .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 .hero .links a.active {
    background-color: #db790f;
    border: 3px solid #db790f;
    color: #fff;
    font-weight: bold;
}
.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: 500;
}
.main .tabs .tabs_wrapper .tab.active {
    background-color: #fff;
    border-radius: 1vw 1vw 0 0;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
    color: #495bb7;
}
.main .tabs .tabs_wrapper .tab img {
    display: none;
}
.main .tabs .tabs_wrapper .tab.active img {
    position: absolute;
    left: 19px;
    top: 45%;
    display: block;
}
.main .content {
    background: #fff;
    border-radius: 0 0 3vw 3vw;
    padding: 0 0 5vw;
    overflow: hidden;
    z-index: 3;
    display: none;
}
.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;
    color: #ffffff;
}
.main #about .color_block .header {
    font-size: clamp(24px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 41px;
    color: #ffffff;
}
.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 h2.bordered {
    color: #3d3d40;
    font-size: clamp(32px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: unset;
    position: relative;
}
.main h2.bordered:after {
    content: "";
    height: 6px;
    background-color: #495bb7;
    display: block;
    border-radius: 10px;
    width: 250px;
    margin-top: 16px;
}
.main h3 {
    font-size: clamp(24px, 3vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-bottom: 1px solid rgba(0, 37, 124, 0.1);
    padding-bottom: 24px;
}
.main h3.blue {
    color: #495bb7;
}
.main h3.orange {
    color: #e7781c;
}
.main #mechanism p{
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    line-height: 140%;
    color: #3d3d40;
    display: block;
    margin: 23px 0;
}
.main #mechanism .ways {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-bottom: 1px solid rgba(0, 37, 124, 0.1);
    padding-bottom: 24px;
    margin-bottom: 32px;
}
.main #mechanism .ways p {
    width: 100%;
    padding: 43px;
    text-align: center;
    margin: 0;
    border-radius: 24px;
    background: #fecda5;
    box-sizing: border-box;
    font-size: clamp(16px, 2vw, 26px);
    font-style: normal;
    font-weight: 700;
}
.main #mechanism .bordered_block {
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 44px;
    border: 3px solid transparent;
    background: linear-gradient(#f6f6fd, #f6f6fd 0) padding-box, linear-gradient(90deg, #4a5cb7, #ec8619) border-box;
    margin: 16px 0;
}
.main #mechanism .bordered_block p {
    font-size: clamp(16px, 2vw, 22px);
    margin: 0;
}
.main #mechanism .bordered_block.two-col p:first-of-type {
    font-weight: 700;
    min-width: 25%;
}
.main #mechanism .bordered_block.header {
    flex-wrap: wrap;
    justify-content: center;
}
.main #mechanism .bordered_block.header p.header {
    font-weight: 700;
    min-width: 100%;
    border-bottom: 3px solid transparent;
    background: linear-gradient(#f6f6fd, #f6f6fd 0) padding-box, linear-gradient(90deg, #4a5cb7, #ec8619) border-box;
    padding-bottom: 24px;
    margin-bottom: -22px;
}
.main #mechanism .bordered_block.header p {
    width: calc((100% / 2) - 22px);
}
.main #mechanism .action {
    border-radius: 24px;
    background: #495bb7;
    padding: 40px 31px;
}
.main #mechanism .action .header {
    color: #fff;
    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 42px;
}
.main #mechanism .action .actions {
    display: flex;
    gap: 44px;
}
.main #mechanism .action .actions div:not(:last-child):after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="2" height="434" viewBox="0 0 2 434" fill="none"><path opacity="0.41" d="M1 1V433" stroke="white" stroke-linecap="round"/></svg>');
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
}
.main #mechanism .action .actions div {
    width: calc((100% / 3) - 22px);
}
.main #mechanism .action .actions div p {
    color: #fff;
    font-weight: 400;
}
.main .mech {
    max-width: 100%;
    margin: 40px 0;
    cursor: pointer;
}
.main .mech.hidden {
    display: none;
}
.main #mechanism .mechanism {
    display: flex;
    flex-direction: column;
}
.main #mechanism .mechanism.hidden {
    display: none;
}
.main #mechanism .mechanism .left {
    width: 100%;
}
.main #mechanism .mechanism .header {
    color: #495bb7;
    font-size: clamp(32px, 4vw, 46px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}
.main #mechanism .mechanism .description {
    border-radius: 16px;
    background: #fff;
    padding: 32px;
}
.main #mechanism .mechanism .description .desc_links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.main #mechanism .mechanism .description .desc_links .trigger {
    border-radius: 80px;
    border: 2px solid #9e9ea0;
    padding: 6px;
    width: 100%;
    text-align: center;
    color: #9e9ea0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
}
.main #mechanism .mechanism .description .desc_links .trigger.active {
    color: #fff;
    background: #a186bc;
    border-color: #a186bc;
    font-weight: 700;
}
.main #mechanism .mechanism .description .desc_links .trigger:first-of-type.active {
    color: #fff;
    background: #ec8617;
    border-color: #ec8617;
    font-weight: 700;
}
.main #mechanism .mechanism .description .list_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}
.main #mechanism .mechanism .description .list_item p {
    margin-top: 0;
    color: #3d3d40;
    font-size: clamp(16px, 1vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.main #mechanism .mechanism .description .list_item.attention p {
    color: #e7791c;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.main #mechanism .mechanism .description h4 {
    color: #495bb7;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 24px;
}
.main #mechanism .mechanism .right {
    padding: 0;
    margin: 0;
}
.main #mechanism .mechanism .right img {
    max-height: unset;
    /* position: absolute;
    */
    /* width: clamp(358px, 45vw, 600px);
    */
    /* right: 0;
    */
    width: 100%;
}
.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 .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;
    max-width: 60%;
}
.main .table_cards > div p {
    color: #3d3d40;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_block .articles .article img {
    max-width: 100%;
}
.article_block .articles .article .text {
    padding: 14px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.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 .articles .article a.article_goto {
    padding: 20px 30px;
    border-radius: 8px;
    background: #ec8617;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
    max-width: fit-content;
    margin: 40px 24px 14px 24px;
}
.article_block .articles .article a.article_goto: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: 20px;
}
.article_block .articles .article a.article_goto:before {
    content: "";
    width: 100%;
    height: 100%;
}
.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;
}
.desk {
    display: flex;
}
.mob {
    display: none;
}

.main #safety .cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 35px;
}
.main #safety .cards .card {
    background-color: rgba(73, 91, 183, 0.10);
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding: 20px 24px;
    border-radius: 16px;
}
.main #safety .cards .card p {
    color: #3D3D40;
    font-size: clamp(16px, 1.8vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.main #safety .cards .card img {
    max-width: 74px;
    margin-bottom: 32px;
}

#safety sup {
    color: inherit;
}

#safety ul {
    margin-left: 20px;
    max-width: 984px;
}

#safety ul li, #safety p {
    color: #3D3D40;
    font-size: 24px;
    line-height: 1.5;
}
#safety img {
    margin-bottom: 40px;
    max-width: 100%;
}

#safety p {
    max-width: 984px;
    margin-bottom: 20px;
    margin-top: 40px;
}

#safety ul li {
    list-style-type: disc;
    font-style: normal;
    list-style-position: outside;
    margin-bottom: 40px;
}

#safety h3 {
    text-transform: uppercase;
    color: #DB790F;
    border: none;
    margin-top: 60px;
}

#safety .quote {
    border-color: #87A6E1;
    max-width: 984px;
    box-sizing: border-box;
}

#safety .quote .quote_text {
    color: #495BB7;
    margin: 0;

}

#safety .quote.small-grey {
    border: 0;
    background: rgba(73, 91, 183, 0.09);
}

#safety .quote.small-grey .quote_text {
    color: #3D3D40;
    margin: 0;
    font-size: 18px;

}

#safety .quote:before {
    content: none;
}

#safety .table_description {
    color: #3D3D40;
    font-size: 20px;
    opacity: 0.6;
}


@media (max-width: 1320px) {
    .wrapper {
        margin: 0 16px;
    }
}

@media (max-width: 768px) {
    .mob {
        display: block;
    }
    .desk {
        display: none;
    }
    .wrapper.blue {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px;
    }
    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 #mechanism .ways {
        grid-template-columns: repeat(1, 1fr);
    }
    .main #mechanism .ways p {
        padding: 24px;
    }
    .main #mechanism .bordered_block {
        flex-direction: column;
        gap: 16px;
    }
    .main #mechanism .bordered_block p.header {
        border-bottom: none !important;
    }
    .main #mechanism .bordered_block p {
        width: 100% !important;
    }
    .main #mechanism .action {
        padding: 16px;
    }
    .main #mechanism .action .actions {
        flex-direction: column;
        gap: 24px;
    }
    .main #mechanism .action .actions div {
        width: 100%;
    }
    .main #mechanism .action .actions div:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main .action .actions div:not(:last-child):after {
        content: none;
    }
    .main #mechanism .color_card {
        flex-direction: column;
    }
    .main #mechanism .color_card .text {
        width: 100%;
        order: 2;
    }
    .main #mechanism .color_card img {
        order: 1;
        max-width: 170px;
    }
    .main .hero {
        margin: 100px 0 40px;
    }
    .main .hero h1 {
        letter-spacing: unset;
    }
    .main .hero .wrapper {
        padding: 0;
    }
    .main .hero .links {
        flex-direction: column;
        border-radius: 38px;
    }
    .main .hero .links a {
        width: 100%;
        box-sizing: border-box;
    }
    .main .hero p {
        margin-bottom: 60px;
    }
    .main .tabs .wrapper {
        padding: 0;
    }
    .main .tabs .tabs_wrapper {
        margin-bottom: 16px;
        gap: 8px;
        overflow-x: auto;
    }
    .main .tabs .tabs_wrapper .tab {
        border-radius: 8px;
        width: 50%;
        background: #fff;
        display: flex;
        align-items: center;
    }
    .main .tabs .tabs_wrapper img {
        display: none!important;
    }
    .main .tabs .tabs_wrapper .tab.active {
        border-radius: 8px;
        color: #fff;
        background: #db790f;
        padding-left: 24px;
    }
    .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;
    }
    .main #about .table_block .left > div:first-child .title {
        margin-bottom: 12px;
    }
    .main #about .table_cards > div p:not(:last-of-type) {
        margin: 12px 0;
        margin-bottom: 12px !important;
    }
    .article_block {
        max-width: 100%;
        overflow: hidden;
    }
    .article_block .wrapper {
        padding: 0px;
    }
    .article_block .paginator ul {
        display: none;
    }
    .article_block .articles {
        padding: 0;
    }

    .main #safety .cards {
        flex-direction: column;
    }
    .main #safety .cards .card {
        width: 100%;
        box-sizing: border-box;
    }

    #safety ul li, #safety p {
        color: #3D3D40;
        font-size: 20px;
        line-height: 1.5;
    }


}
