<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    background: #fff;
}

:root {
    --Primary-Colors-brand-blue: #0033a0;
    --brand-blue-hover: #00277a;
    --Primary-Colors-brand-blue-light: #d9e5ff;
    --Secondary-Colors-gray-headline: #212529;
    --Secondary-Colors-gray-paragraph: #495057;
    --Primary-Colors-brand-blue-light-02: #f9f9f9;
    --Secondary-Colors-White: #fff;
    --Primary-Colors-brand-beige: #f0f9ff;
    --Secondary-Colors-orange: #f37038;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 0rem;
}

ol li,
ul li {
    list-style-type: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1;
    cursor: default;
}

img {
    max-width: 100%;
}

.btn-check:focus + .btn,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: var(--Primary-Colors-brand-blue-light, #d9e5ff);
    z-index: 10;
}

.header.fixed {
    background: var(--Primary-Colors-brand-blue, #0033a0);
}

.header.fixed .logo__transparent {
    display: none;
}

.header.fixed .logo__blue {
    display: block;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header .logo__blue {
    display: none;
}
.logo__transparent {
    display: flex;
    justify-content: space-between;
}

.logo__transparent img {
    margin-right: 16px;
}

.burger__btn {
    display: none;
}

.header__call {
    height: 45px;
    width: 45px;
    border-radius: 40px;
    background: var(--Primary-Colors-brand-blue, #0033a0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header.fixed .header__call {
    background: var(--Secondary-Colors-orange, #f37038);
}

.header__call:hover {
    background: var(--brand-blue-hover, #00277a);
}

.header__call a {
    margin-bottom: -5px;
}

.main {
    margin-top: 75px;
}

.header__menu {
    display: flex;
}

.header__menu li {
    margin: 0 8px;
}

.header__menu li a {
    color: var(--Primary-Colors-brand-blue, #0033a0);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    white-space: nowrap;
}

.header.fixed .header__menu li a {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
}

.header.fixed .langs.active .langs__other {
    background-color: #d9e5ff;
}

.header.fixed .langs.active .langs__current {
    background-color: #d9e5ff;
}

.header.fixed .langs.active .langs__item b {
    color: #212529;
}

.header__menu li a:hover {
    font-weight: 700;
    opacity: 1;
    border-bottom: 2px solid #f37038;
}

.header__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 155px;
}

.langs {
    position: relative;
}

.langs.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -3px;
}

.langs.active .langs__arrow {
    transition: 0.2s linear;
    transform: rotate(0);
    top: 8px;
}

.header.fixed .langs__arrow img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(49%) saturate(1647%)
    hue-rotate(189deg) brightness(91%) contrast(78%);
}

.langs__other {
    display: none;
}

.langs__other .langs__item {
    margin-bottom: 8px;
    cursor: pointer;
}

.langs.active .langs__other {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    padding: 4px 10px 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
}

.langs__current {
    display: flex;
    justify-content: space-between;
    width: 100px;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    position: relative;
}

.langs.active .langs__current {
    border-radius: 12px 12px 0 0;
    background: #fff;
    padding: 10px 10px 4px;
    margin-bottom: 4px;
}

.langs__item {
    display: flex;
    align-items: center;
}

.langs__item img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.langs__item b {
    color: var(--Primary-Colors-brand-blue, #0033a0);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.header.fixed .langs__item b {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    opacity: 0.7;
}

.langs__arrow {
    transform: rotate(180deg);
    position: absolute;
    top: 4px;
    right: 10px;
    transition: 0.2s linear;
}

.header.fixed .lang__arrow img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(6%) saturate(1794%)
    hue-rotate(183deg) brightness(91%) contrast(93%);
}

.burger {
    display: none;
    background-color: #0033a0;
    padding: 50px 25px 20px;
    height: 800px;
}

.burger.open {
    display: flex;
    flex-direction: column;
}

.mobile__menu li a {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile__menu li {
    margin-bottom: 20px;
}

.burger__btn {
    justify-content: space-between;
    width: 20px;
    height: 20px;
    padding: 4px 0;
    cursor: pointer;
    align-items: end;
}

.burger__btn span {
    height: 2px;
    width: 100%;
    min-height: 2px;
    background-color: #0033a0;
    transition: 0.2s linear;
}

.header.fixed .burger__btn span {
    background-color: #f0f9ff;
}

.burger__btn.open span:last-child {
    display: none;
}

.burger__btn.open span:nth-child(2) {
    transform: rotate(45deg) translateY(-7px);
}

.burger__btn.open span:first-child {
    transform: rotate(-45deg) translateY(7px);
}

.burger__btn span:last-child {
    width: 65%;
}

.mobile__mid {
    margin: 50px 0 60px;
}

.mobile__line b {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 121.429% */
}

.mobile__line p {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobile__call {
    display: flex;
}

.mobile__call--img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f37038;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile__line {
    margin-bottom: 20px;
}

.mobile__call--img img {
    width: 32px;
    height: 32px;
}

.mobile__numbers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile__numbers a {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile__langs {
    display: flex;
    justify-content: space-between;
}

.mobile__langs--item {
    display: flex;
    align-items: center;
}

.mobile__langs--item img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.mobile__langs--item p {
    color: var(--Secondary-Colors-White, #fff);
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.mobile__langs--item.active p {
    font-weight: 700;
}

.banner {
    background: var(--Primary-Colors-brand-blue-light, #d9e5ff);
    padding: 60px 0 180px;
}

.banner .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.banner__left {
    width: 50%;
    margin-right: 25px;
    padding-left: 90px;
    padding-top: 50px;
}

.banner__left p {
    color: var(--Primary-Colors-brand-blue, #0033a0);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.banner__left b {
    color: var(--Secondary-Colors-gray-headline, #212529);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 108.333% */
    margin: 16px 0 24px;
    display: block;
}

.banner__left span {
    color: var(--Secondary-Colors-gray-paragraph, #495057);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.hotline {
    height: 242px;
    position: relative;
    top: -121px;
}

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

.hotline__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotline .container {
    height: 100%;
    border-radius: 20px;
    position: relative;
    background-color: #0033a0;
    padding: 55px 90px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.hotline__left {
    color: var(--Primary-Colors-brand-blue-light-02, #f9f9f9);
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    max-width: 405px;
    display: flex;
    align-items: center;
}

.hotline__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotline__img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: var(--Secondary-Colors-orange, #f37038);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.hotline__img:hover img {
    transform: rotate(40deg);
}

.hotline__img img {
    width: 32px;
    height: 32px;
    transition: .1s linear;
}

.hotline__numbers {
    display: flex;
    flex-direction: column;
}

.hotline__numbers p {
    color: var(--Primary-Colors-brand-blue-light-02, #f9f9f9);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.hotline__numbers a {
    color: var(--Primary-Colors-brand-blue-light-02, #f9f9f9);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    margin-top: 7px;
}

.hotline__numbers a:hover {
    border-bottom: 1px solid #f37038;
}


.rules {
    margin-top: -40px;
}

.rules .container {
    padding: 0 100px;
    height: 100%;
}

.rules__top {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rules__top p {
    color: var(--Primary-Colors-brand-blue, #0033a0);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 1.12px;
}

.rules__top b {
    display: block;
    color: var(--Secondary-Colors-gray-headline, #212529);
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 40px;
    max-width: 700px;
}

.rules__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.rules__item {
    width: 30%;
    border-radius: 6px;
    border: 1px solid var(--Primary-Colors-brand-blue-light, #d9e5ff);
    background: var(--, #fff);
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.rules__item img {
    width: 26px;
    height: 26px;
}

.rules__item b {
    display: block;
    margin: 16px 0;
    color: var(--Secondary-Colors-gray-headline, #212529);
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rules__item p {
    color: var(--Secondary-Colors-gray-paragraph, #495057);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.kurs {
    background: var(--Primary-Colors-brand-beige, #f0f9ff);
}

.kurs .container {
    padding: 0 100px;
}

.kurs__item {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

.kurs__item:nth-child(even) {
    flex-direction: row-reverse;
}

.kurs__left {
    width: 48%;
}

.kurs__right {
    width: 50%;
}

.kurs__right p {
    color: var(--Primary-Colors-brand-blue, #0033a0);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.kurs__right b {
    display: block;
    margin: 15px 0;
    color: var(--Secondary-Colors-gray-headline, #212529);
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.kurs__right span {
    color: var(--Secondary-Colors-gray-paragraph, #495057);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.kurs__btn {
    display: block;
    margin-top: 15px;
    width: 250px;
    border-radius: 40px;
    background: var(--Primary-Colors-brand-blue, #0033a0);
    height: 50px;
    color: var(--Secondary-Colors-White, #fff);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kurs__btn:hover {
    background: var(--brand-blue-hover, #00277a);
}

.materials {
    padding: 100px 0 60px;
}

.materials .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.materials__left {
    padding-left: 50px;
    max-width: 580px;
}

.materials__left b {
    color: var(--Secondary-Colors-gray-headline, #212529);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
    display: block;
}

.materials__left p {
    color: var(--Secondary-Colors-gray-paragraph, #495057);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.materials__right {
    width: 50%;
}

.materials__item {
    border-radius: 24px;
    background: #fff;
    box-shadow: 20px 30px 80px -10px rgba(0, 51, 160, 0.15);
    display: flex;
    justify-content: space-between;
    padding: 45px 55px;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}

.materials__item:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.materials__item img {
    width: 90px;
    height: 90px;
}

.materials__info {
    margin: 0 30px;
}

.materials__info b {
    color: var(--Secondary-Colors-gray-headline, #212529);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    display: block;
    margin-bottom: 10px;
}

.materials__info p {
    color: var(--Secondary-Colors-gray-paragraph, #495057);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.materials__btn {
    background-color: #d9e5ff;
    width: 50px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
}

.materials__btn img {
    width: 25px;
    height: 25px;
    position: static;
}

.materials__btn:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.footer {
    padding-top: 50px;
}

.footer .container {
    border-radius: 32px 32px 0px 0px;
    background: var(--Primary-Colors-brand-blue, #0033a0);
    box-shadow: 20px -30px 83.4px -10px rgba(0, 51, 160, 0.15);
    height: 100%;
    padding: 50px 125px;
    display: flex;
    justify-content: space-between;
}

.footer__left {
    max-width: 400px;
}

.footer__left p {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 30px;
}

.footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.footer__insta {
    display: flex;
    align-items: center;
    max-width: 190px;
    justify-content: space-between;
    width: 100%;
}

.footer__insta:hover b {
    color: #f37038;
}

.footer__insta:hover img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(19%) saturate(6774%) hue-rotate(340deg) brightness(104%) contrast(91%);
}

.footer__insta b {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    visibility: hidden;
}

.footer__copy {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer__copy a,
.footer__copy p {
    color: var(--Primary-Colors-brand-beige, #f0f9ff);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

@media (max-width: 1400px) {
    .container {
        max-width: 1180px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
    .header__logo {
        flex-direction: row-reverse;
    }
    .header__logo img:first-child {
        width: 75px;
    }
    .header__logo img:last-child {
        width: 125px;
    }
    .banner__left b {
        font-size: 42px;
    }
    .hotline__left {
        font-size: 36px;
    }
    .rules__top b {
        font-size: 36px;
    }
    .rules .container {
        padding: 0 40px;
    }
    .footer .container {
        padding: 35px 80px;
    }
    .banner__left {
        padding-left: 0;
    }
    .materials__left {
        width: 50%;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 750px;
    }
    .header__menu {
        display: none;
    }
    .header__btns {
        display: none;
    }
    .burger__btn {
        display: flex;
        flex-direction: column;
    }
    .banner__left b {
        font-size: 38px;
        line-height: 120%;
    }
    .hotline__left {
        font-size: 30px;
        line-height: 120%;
        max-width: 300px;
    }
    .hotline .container {
        padding: 40px 25px;
    }
    .rules__top b {
        font-size: 33px;
    }
    .rules__items {
        flex-direction: column;
    }
    .rules__item {
        width: 100%;
        margin-bottom: 17px;
    }
    .kurs__item {
        padding: 60px 0;
        flex-direction: column-reverse;
    }

    .kurs__item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .kurs__left {
        width: 100%;
    }

    .kurs__right {
        width: 100%;
        margin-bottom: 30px;
    }
    .kurs .container {
        padding: 0 50px;
    }
    .materials .container {
        flex-direction: column;
    }
    .materials__left {
        padding-left: 0;
        margin-bottom: 30px;
        max-width: none;
        width: 100%;
    }
    .materials__right {
        width: 100%;
    }
    .materials {
        padding: 60px 0 35px;
    }
    .materials__left b {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 560px;
    }
    .banner__left b {
        font-size: 34px;
    }
    .banner .container {
        flex-direction: column;
    }
    .banner__left {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .banner__right {
        width: 100%;
    }
    .hotline__left {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .hotline .container {
        flex-direction: column;
        align-items: center;
    }

    .hotline {
        height: auto;
    }
    .hotline__numbers a {
        font-size: 25px;
    }
    .rules__top b {
        font-size: 30px;
        margin: 10px 0 22px;
    }
    .footer .container {
        padding: 45px 25px;
        flex-direction: column;
    }
    .footer__left {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .footer__right {
        align-items: start;
    }
    .footer__insta {
        margin-bottom: 25px;
    }
    .footer__copy {
        align-items: start;
    }
    .footer__copy a,
    .footer__copy p {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        margin: 0 16px;
    }
    .hotline__img {
        margin-right: 15px;
    }
    .banner__left p {
        font-family: "DM Sans", sans-serif;
    }
    .banner__left b {
        font-family: "DM Sans", sans-serif;
    }
    .banner__left span {
        font-family: "DM Sans", sans-serif;
    }
    .rules .container {
        padding: 0;
    }
    .kurs .container {
        padding: 0;
    }
    .kurs__btn {
        width: 100%;
    }
    .materials {
        padding: 30px 0 20px;
    }
    .materials__left b {
        font-size: 30px;
    }
    .materials__left b {
        margin-bottom: 16px;
    }
    .materials__item {
        position: relative;
        padding: 30px 25px;
        align-items: end;
    }
    .materials__item img {
        position: absolute;
        width: 60px;
        height: 60px;
        top:25px;
        right: 20px;
    }
    .materials__btn img {
        width: 25px;
        height: 25px;
        position: static;
    }
    .rules__top {
        align-items: start;
    }
    .rules__top b {
        text-align: start;
    }
    .footer__insta b {
        display: none;
    }
}
</pre></body></html>