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;
}
.wrapper {
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.desk {
    display: block !important;
}
.mob {
    display: none !important;
}
.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;
    margin: 0;
}
.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 li {
    margin-bottom: 0;
}
.main .burger_wrapper .menu li:before {
    content: none;
}
.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 .hero {
    margin: 160px 0 74px;
}
.main .hero h1 {
    font-size: 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: clamp(26px, 3vw, 48px);
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 2.2px;
    max-width: 894px;
    margin-bottom: clamp(40px, 4vw, 60px);
}
.main .hero h1.small span {
    color: #db790f;
}
.main .hero .wrapper {
    padding: 0 47px;
}
.main .hero p {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    color: #00257c;
    max-width: 530px;
    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;
}
.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 .content {
    margin-bottom: 20px;
}
.main .back {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 8px;
    background: #db790f;
    text-decoration: none;
    display: block;
    padding: 15px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    ax-width: 100%;
    box-sizing: border-box;
}
.main .back: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: relative;
    width: 9px;
    height: 20px;
}
.main .tabs {
    top: 0;
    z-index: 3;
}
.main .tabs .wrapper {
    padding: 0 47px;
}
.main .tabs .content_border {
    height: 5vw;
    background-color: #fff;
    border-radius: 5vw 5vw 0 0;
    z-index: 1;
}
.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;
}
.main .tabs .tabs_wrapper .tab.active {
    background-color: #fff;
    border-radius: 1vw 1vw 0 0;
    font-weight: bold;
    padding-left: 48px;
    position: relative;
    color: #495bb7;
}
.main .tabs .tabs_wrapper .tab.active img {
    position: absolute;
    left: 23px;
    top: 45%;
}
.main .tabs .tabs_wrapper .tab.active:after, .main .tabs .tabs_wrapper .tab.active:before {
    content: url("../assets/img/vkl.svg");
    position: absolute;
    display: block;
}
.main .tabs .tabs_wrapper .tab.active:after {
    transform: scaleX(-1);
    right: -15px;
    bottom: -3px;
}
.main .tabs .tabs_wrapper .tab.active:before {
    bottom: -3px;
    left: -15px;
}
.main .tabs .tabs_wrapper::before {
    content: url("img/home.svg");
    position: absolute;
    left: -5vw;
    top: 15px;
}
.main .content {
    background: #fff;
    border-radius: 0 0 3vw 3vw;
    padding: 0 0 5vw;
    overflow: hidden;
    /* Показываем текст */
    /* Меняем иконку */
}
.main .content .color_block {
    border-radius: 24px;
    background: #495bb7;
    color: #fff;
    padding: 36px 47px;
}
.main .content .color_block .pre-header {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main .content .color_block .header {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    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: 20px;
    font-style: normal;
    font-weight: 700;
    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;
}
.main .content .color_block .color_button {
    padding: 24px 32px;
    border-radius: 40px;
    background: #ec8617;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 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: 64px;
}
.main .content .quote {
    border-radius: 24px;
    border: 3px solid #87a6e1;
    padding: clamp(24px, 2.5vw, 32px);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 29px 0 46px;
    max-width: 984px;
}
.main .content .quote p {
    color: #495bb7;
    font-size: clamp(16px, 2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.main .content .quote.gray {
    background: rgba(73, 91, 183, 0.10);
    border: 0;
    position: relative;
    overflow: hidden;
}
.main .content .quote.gray p {
    color: #3d3d40;
}
.main .content .quote.orange {
    background: rgba(219, 121, 15, 0.10);
    border: 0;
    position: relative;
    overflow: hidden;
}
.main .content .quote.orange p {
    color: #3d3d40;
}
.main .content .quote.blue {
    background-color: #495bb7;
    border-color: #495bb7;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.main .content .quote.blue p {
    color: #fff;
}
.main .content .quote.blue img {
    margin: 0;
}
.main .content .quote.gray:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="417" height="459" viewBox="0 0 417 459" fill="none"><path opacity="0.05" d="M4.50022 200.563C12.2875 178.334 33.8377 160.037 61.7298 154.831C78.012 151.792 93.8878 153.684 107.324 159.37C110.149 161.471 113.187 163.465 116.374 165.297C160.154 190.461 221.25 178.946 252.841 139.603C267.834 120.928 273.484 99.3417 270.605 79.1253C270.551 78.5565 270.465 77.9714 270.36 77.4119C263.97 43.1762 291.204 9.38969 331.186 1.92698C337.48 0.752305 343.713 0.301402 349.777 0.505793C350.49 0.528573 351.076 0.558235 351.907 0.597997C461.142 5.82079 518.664 87.694 535.183 176.199C558.606 301.694 458.754 425.614 312.154 452.977C165.555 480.339 27.7234 400.782 4.29998 275.287C-0.407198 250.068 -2.25034 222.354 4.50022 200.563Z" fill="%23495BB7"/></svg>');
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.main .content .quote.orange:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="460" height="239" viewBox="0 0 460 239" fill="none"><path opacity="0.05" d="M450.812 73.6721C440.831 95.0067 417.551 111.045 389.277 113.422C372.772 114.81 357.166 111.333 344.369 104.325C341.77 101.952 338.948 99.6626 335.961 97.5193C294.93 68.0842 232.987 73.4021 197.603 109.372C180.81 126.446 173.019 147.355 173.852 167.759C173.849 168.33 173.876 168.921 173.924 169.488C176.841 204.192 146.351 235.072 105.821 238.479C99.4414 239.016 93.1941 238.838 87.182 238.026C86.4749 237.931 85.8948 237.843 85.0714 237.72C-23.0857 221.548 -72.0903 134.31 -79.6335 44.5928C-90.3293 -82.6207 21.4692 -195.881 170.076 -208.376C318.682 -220.87 447.823 -127.867 458.519 -0.65391C460.668 24.9109 459.718 52.6695 450.812 73.6721Z" fill="%23DB790F"/></svg>');
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.main .content h2 {
    color: #495bb7;
    text-align: left;
    font-size: clamp(32px, 4vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: clamp(24px, 3vw, 42px);
}
.main .content h3 {
    color: #db790f;
    font-size: clamp(24px, 3vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: clamp(24px, 3vw, 42px);
    margin-top: clamp(24px, 5vw, 60px);
}
.main .content h4 {
    color: #db790f;
    font-size: clamp(24px, 2.5vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.main .content img {
    max-width: 100%;
    margin: 42px 0;
    display: block;
}
.main .content .big {
    color: #3d3d40;
    font-size: clamp(18px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 32px;
}
.main .content p {
    color: #3d3d40;
    font-size: clamp(16px, 2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
    max-width: 984px;
}
.main .content p.light {
    color: #3d3d40;
    font-size: clamp(16px, 1.8vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
}
.main .content ul {
    max-width: 984px;
}
.main .content ul li {
    color: #3d3d40;
    font-size: clamp(16px, 2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.main .content ul li::before {
    margin-right: 20px;
    content: url("img/lidot.svg");
}

.main .content ul.black li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 4px;
}
.main .content .faqs-list {
    margin-bottom: 24px;
}
.main .content .faq .faq-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #3d3d40;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.12px;
}
.main .content .faq.faq-item {
    border-radius: 16px;
    background: #f6f7fb;
    padding: 16px;
    margin: 4px 0;
}
.main .content .faq.faq-item img {
    margin: 0 !important;
}
.main .content .faq-icon-minus {
    display: none;
}
.main .content .faq-text {
    display: none;
    border-top: 1px solid rgba(73, 91, 183, 0.2);
    margin-top: 16px;
    padding-top: 16px;
}
.main .content .faq-text .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .content .faq-text .row p {
    font-size: 16px;
    line-height: 150%;
    color: #a186bc;
    margin-bottom: 8px;
    font-weight: 700;
}
.main .content .faq-text .row:first-of-type p {
    color: #db790f;
}
.main .content .scroll_table {
    height: 550px;
}
.main .content .scroll_table .left_table, .main .content .scroll_table .right_table {
    height: 100%;
    scrollbar-width: none;
}
.main .content .scroll_table .left_table img, .main .content .scroll_table .right_table img {
    max-width: unset;
    margin: 0;
    height: 100%;
}
.main .content .scroll_table .left_table {
    box-sizing: border-box;
}
.main .content .scroll_table .right_table {
    overflow-x: auto;
}
.main .content .faq.is-active .faq-text {
    display: block;
}
.main .content .faq.is-active .faq-icon-minus {
    display: block;
}
.main .content .faq.is-active .faq-icon-plus {
    display: none;
}
.main .content .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 .content .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 .content .table_block .left div {
    display: flex;
    flex-direction: column;
}
.main .content .table_block .left > div:first-child {
    align-items: flex-start;
}
.main .content .table_block .left > div:first-child img {
    max-height: 80px;
    margin-bottom: 24px;
}
.main .content .table_block .left > div:first-child .title {
    color: #495bb7;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.main .content .table_block .left > div:first-child p {
    color: #3d3d40;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 350px;
}
.main .content .table_block .left > div:nth-child(2) .title {
    color: #db790f;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}
.main .content .table_block .left > div:nth-child(2) p {
    color: #3d3d40;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}
.main .content .table_block .left > div:nth-child(2) img {
    max-height: 204px;
}
.main .content .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 48px;
    justify-content: center;
    align-items: center;
}
.main .content .right .title {
    color: #db790f;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    margin-bottom: 20px;
}
.main .content .right p {
    color: #3d3d40;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}
.main .content .right > div {
    width: 50%;
    text-align: center;
}
.main .content .right img {
    max-height: 204px;
}
.main .content .table_cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.main .content .table_cards > div {
    border-radius: 24px;
    background: rgba(73, 91, 183, 0.10);
    padding: 37px 48px;
    position: relative;
    width: 50%;
}
.main .content .table_cards > div .title {
    color: #495bb7;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 36px;
    max-width: 60%;
}
.main .content .table_cards > div p {
    color: #3d3d40;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.main .content .lector {
    display: flex;
    gap: 38px;
    flex-wrap: nowrap;
    margin: 40px 0 60px;
}

.main .content .lector .lector_img {
    max-width: 130px;
    margin: 0;
    height: auto;
    max-height: fit-content;
}

.main .content .lector .lector_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    text-transform: uppercase;
    color: #DB790F;
    margin: 8px 0;
}

.main .content .lector .lector_name {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
    color: #495BB7;
    margin: 8px 0;
}
.main .content .lector .lector_function {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(61, 61, 64, 0.5);
}
.main .content .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;
}
.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 .articles .article .text a {
    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;
    margin-top: 40px;
}
.article_block .articles .article .text a: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 .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 h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    color: #fff;
}
footer .acor-container .acor-body p {
    margin: 0 0 10px;
}
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;
}
footer ol li {
    margin: 20px 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;
}
.video-container {
    position: relative;
    max-width: 895px;
    margin: 40px 0 30px;
    border-radius: 20px;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.overlay,
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.overlay {
    width: 100%;
    height: 100%;
    background: url("../assets/img/video-placeholder.png");
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.custom-play-button {
    background: rgba(255, 255, 255);
    opacity: 70%;
    color: #3D3D40;
    padding: 29px 40px;
    font-size: 20px;
    border-radius: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 2;
    border: 0;
    font-weight: 600;
    box-shadow: 0 8px 24px 0 rgba(73, 91, 183, 0.25);
}

.custom-play-button:hover {
    opacity: 90%;
}

.custom-play-button svg {
    width: 40px;
    height: 40px;
    fill: #DB790F;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}
@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) {
    .desk {
        display: none !important;
    }
    .mob {
        display: block !important;
    }
    .scroll_table {
        display: flex !important;
    }
    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.main2 {
        background: url(img/main-bg-mob2.png) no-repeat;
        background-position: 100% 0%;
        background-size: 90%;
    }
    .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%;
        margin: 0;
        margin-left: auto;
    }
    .main .top .close {
        cursor: pointer;
        padding: 30px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
        margin: 0;
    }
    .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;
    }
    .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 .content .lector {
        flex-direction: column;
        gap: 24px;
    }
    .main .content .lector .lector_img {
        max-width: 30%;
    }
    .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;
    }
    .article_block {
        max-width: 100%;
        overflow: hidden;
    }
    .article_block .wrapper {
        padding: 0px;
    }
    .article_block .paginator ul {
        display: none;
    }
    .article_block .articles {
        padding: 0;
    }
}
