<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Onest';
}

html {
    scroll-behavior: smooth
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 48px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* РћР±С‰РёР№ flex РєР»Р°СЃСЃ */
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* РћР±С‰РёР№ РєР»Р°СЃСЃ РґР»СЏ РєРЅРѕРїРєРё */
.btn {
    display: inline-block;
    border-radius: 88px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 20px 11px 24px;
    text-align: center;
}

/* РћР±С‰РёР№ РєР»Р°СЃСЃ РґР»СЏ РёРєРѕРЅРєРё РІ РєРЅРѕРїРєРµ */
.btn_img {
    margin-left: 12px;
}

.btn .flex {
    height: 100%;
    flex-wrap: wrap;
}

/* РЁР°РїРєР° */
.header {
    padding: 24px 0 0 0;
    background-color: #00A6DE;
}

.header .header_logo {
    display: block;
    width: 153px;
    height: 56px;
}

.header .header_logo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* РћР±С‰РёР№ РєР»Р°СЃСЃ РјРµРЅСЋ */
.menu {
    list-style-type: none;
}

.menu .menu_item {
    display: flex;
    text-decoration: none;
    padding: 0 20px;
    height: 36px;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: 0.1s all;
}

.menu .button_menu_mobail {
    display: none;
}

/* РјРµРЅСЋ РІ С€Р°РїРєРµ */
.header .container {
    height: 100%;
}

.header .flex {
    height: 100%;
}

.header .menu {
    list-style-type: none;
}

.header .menu .menu_item {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header .menu .menu_item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #fff;
}

.header .menu .menu_item:last-child {
    margin-right: 0px;
}

.header .menu_hamburger {
    display: none;
}

.mobail_menu_substrate {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.3);
    backdrop-filter: blur(8px);
    z-index: 4;
}

.speaker {
    cursor: pointer;
}

.speaker_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.3);
    backdrop-filter: blur(8px);
    z-index: 6;
}

.speaker_modal .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width: 897px;
    border-radius: 20px;
}

.speaker_modal .modal .modal_header {
    background: #00A6DE;
    width: 100%;
    height: 72px;
    border-radius: 20px 20px 0 0;
    padding: 24px;
    text-align: right;
}

.speaker_modal .modal .modal_header .modal_close {
    cursor: pointer;
}

.speaker_modal .modal .modal_main {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 32px 76px 32px 48px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.speaker_modal .modal .modal_main .main_info {
    width: 449px;
}

.speaker_modal .modal .modal_main .main_info .main_title {
    font-weight: 700;
    line-height: 32px;
    font-size: 24px;
}

.speaker_modal .modal .modal_main .main_info .main_descr {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.speaker_modal .modal .modal_main .main_img {
    width: 300px;
    height: auto;
}

.speaker_modal .modal .modal_main .main_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* РљРѕРЅРµС† СЃС‚РёР»РµР№ С€Р°РїРєРё */
/* РџРµСЂРІС‹Р№ Р±Р»РѕРє */
.promo {
    background-color: #00A6DE;
}

.promo .promo_info {
    padding: 184px 0 64px 0;
}

.promo .promo_title {
    font-weight: 700;
    font-size: 56px;
    color: #fff;
}

.promo .promo_subtitle {
    margin-top: 16px;
    font-weight: 200;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    width: 900px;
}

.promo .btn {
    margin-top: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.1s all;
}

.promo .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Р‘Р»РѕРє "РђРЅРѕРЅСЃС‹ РњРµСЂРѕРїСЂРёСЏС‚РёР№" */
.events {
    background-color: #fff;
    padding: 120px 0;
}

.events .events_title {
    font-size: 36px;
    font-weight: 400;
    color: #212121;
}

/* РџСЂРµРґСЃС‚РѕСЏС‰РµРµ РјРµСЂРѕРїСЂРёСЏС‚РёРµ */
.events .events_last {
    margin-top: 48px;
    background-color: #00A6DE;
    border-radius: 20px;
    padding: 40px;
}

/* РћР‘Р©РР™ Р±Р»РѕРє СЃ РёРЅС„РѕСЂРјР°С†РёРµР№ Сѓ РјРµСЂРѕРїСЂРёСЏС‚РёР№ (РІСЂРµРјСЏ, СЃРїРёРєРµСЂ Рё С‚.Рґ.) */
.info {
    list-style-type: none;
}

.item_title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

.info .info_item {
    min-height: 36px;
    margin-right: 12px;
    padding: 6px 12px 6px 14px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
}

.info .info_item .info_icon {
    margin-right: 8px;
}

.info .info_item:nth-child(1) {
    border-radius: 30px 30px 30px 0;
}

.info .info_item:nth-last-child(1) {
    margin-right: 0;
}

/* Р‘Р»РѕРє СЃ РёРЅС„РѕСЂРјР°С†РёРµР№ Сѓ РјРµСЂРѕРїСЂРёСЏС‚РёР№ (РІСЂРµРјСЏ, СЃРїРёРєРµСЂ Рё С‚.Рґ.) */
.events .events_search {
    margin-top: 48px;
    position: relative;
}

.events .events_search input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.05);
    outline: none;
    font-weight: 400;
    font-size: 16px;
}

.events .events_search .search_button {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 0;
}

.events .events_last .desc {
    max-width: 1095px;
}

.events .events_last .info {
    list-style-type: none;
}

.events .events_last .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.events .events_last .info .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.events .events_last .info .info_item .info_icon {
    margin-right: 8px;
}

.events .events_last .info .info_item:nth-child(1) {
    background-color: #fff;
    color: #00A6DE;
    border-radius: 30px 30px 30px 0;
}

.events .events_last .title {
    margin-top: 32px;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
}

.events .events_last .descr,
.events .events_wrap .wrap_item .item_descr {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    max-width: 860px;
}

.show-more-btn {
    background: none;
    border: none;
    color: #00a6de;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
}

.events .events_last .descr .show-more-btn {
    color: #fff;
}

/* .events .events_wrap .wrap_item .item_descr .show-more-btn {
    color: #212121;
} */

.events .events_wrap .wrap_item .item_descr {
    margin-top: 16px;
    color: #212121;
}

.events .events_last .btn {
    margin-top: 64px;
    background-color: #fff;
    color: #00A6DE;
    transition: 0.1s all;
}

.events .events_last .btn svg {
    margin-left: 12px;
    fill: #00A6DE;
}

.events .events_last .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.events .events_last .btn:hover svg {
    fill: #fff;
}

/* РћР±С‰РёР№ РєР»Р°СЃСЃ РґР»СЏ РєР°СЂС‚РёРЅРєРё */
.img {
    overflow: hidden;
    border-radius: 20px;
}

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

.events .events_last .img {
    width: 617px;
    height: 347px;
    overflow: hidden;
    border-radius: 20px;
}

.events .events_last .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.events .events_stub .title {
    margin-top: 0;
}

.events .events_wrap {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* РўСЂРё РєРѕР»РѕРЅРєРё РѕРґРёРЅР°РєРѕРІРѕР№ С€РёСЂРёРЅС‹ */
    gap: 24px;
    /* РћС‚СЃС‚СѓРї РјРµР¶РґСѓ СЌР»РµРјРµРЅС‚Р°РјРё */
}

.events .events_wrap .flex {
    align-items: start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.events .events_wrap .wrap_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

.events .events_wrap .wrap_item .img {
    width: 100%;
    height: 297px;
    /*filter: grayscale(100%);*/
}

.events .events_wrap .wrap_item .item_btns {
    margin-top: 48px;
}

.events .events_wrap .wrap_item .info {
    margin-top: 24px;
}

.events .events_wrap .wrap_item .flex {
    align-items: center;
}

.events .events_wrap .wrap_item .info_item {
    background-color: #E6F6FC;
    color: #00A6DE;
}

.events .events_wrap .wrap_item .info_item:nth-child(1) {
    border: 1px solid rgba(0, 166, 222, 0.6);
}

.events .events_wrap .wrap_item .item_title {
    margin-top: 16px;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #212121;
    /* РћРіСЂР°РЅРёС‡РµРЅРёРµ Р·Р°РіРѕР»РѕРІРєР° РјРµСЂРѕРїСЂРёСЏС‚РёСЏ 2 СЃС‚СЂРѕРєРё */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.events .events_wrap .wrap_item .btn {
    margin-right: 16px;
    padding: 0 16px 0 20px;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    color: #212121;
    transition: 0.1s all;
}

.events .events_wrap .wrap_item .btn:nth-child(3) {
    margin-right: 0;
}

.events .events_wrap .wrap_item .btn_kp {
    background-color: #00A6DE;
    color: #fff;
}

.events .events_wrap .wrap_item .btn svg {
    margin-left: 12px;
}

.events .events_stub .img {
    height: 185px;
    width: 500px;
}

.events .events_wrap .wrap_item .btn_kp:hover {
    background-color: rgba(0, 166, 222, 0.6)
}

.events .events_add {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.events .events_add .btn {
    cursor: pointer;
    color: #212121;
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: 500;
    font-size: 16px;
}

.events .events_add .btn svg {
    margin-left: 12px;
}

/* "РџРѕРґРІР°Р»" СЃР°Р№С‚Р° */
.footer {
    padding: 48px 32px;
    background-color: #212121;
}

.footer .footer_logo {
    display: block;
    width: 152px;
}

.footer .footer_logo img {
    width: 100%;
}

.footer .menu_item {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .deverloper {
    display: block;
    width: 173px;
}

.footer .deverloper img {
    width: 100%;
}

/* РџРѕР»СѓС‡РёС‚СЊ СѓРІРµРґРѕРјР»РµРЅРёРµ Рѕ РЅРѕРІС‹С… РјРµСЂРѕРїСЂРёСЏС‚РёСЏС… */
.subscribe {
    position: relative;
    margin: 40px 0 130px 0;
    background-color: #00A6DE;
    border-radius: 20px;
    padding: 48px;
    overflow: hidden;
}

.subscribe .subscribe_info {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.subscribe .subscribe_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.subscribe .btn {
    margin-top: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.1s all;
}

.subscribe .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.subscribe .btn svg {
    margin-left: 12px;
}

.subscribe .subscribe_animation {
    position: absolute;
    right: 112px;
    top: 0;
    width: 943px;
    height: 100%;
    /* background-color: black; */
}

/* Р­РєСЂР°РЅ РґРѕ 1440 */

@media(max-width: 1919px) {
    .container {
        max-width: 1440px;
    }

    .events .events_last .desc {
        max-width: 590px;
    }

    .events .events_last .img {
        width: 592px;
        height: 333px;
    }

    .events .events_stub .img {
        width: auto;
        height: auto;
    }

    .events .events_wrap .wrap_item .img {
        height: 335px;
    }

    .events .events_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .subscribe .subscribe_animation {
        right: 0;
        top: 48px;
        width: 677px;
    }
}

@media(max-width: 1439px) {
    .container {
        max-width: 1280px;
    }

    .events .events_last .img {
        width: 490px;
        height: 277px;
    }

    .events .events_stub .img {
        width: auto;
        height: auto;
    }

    .events .events_wrap .wrap_item .img {
        height: 290px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(3) {
        margin-top: 16px;
    }

    .subscribe .subscribe_animation {
        top: 41px;
        width: 503px;
    }
}

@media(max-width: 1279px) {
    .container {
        max-width: 1024px;
    }

    .header .container {
        padding: 0 16px;
    }

    .header {
        position: relative;
        z-index: 6;
        padding: 12px 0 12px 0;
    }

    .header .menu {
        display: none;
    }

    .header .menu_hamburger {
        display: block;
        height: 24px;
    }

    .menu .button_menu_mobail {
        display: flex;
    }

    .menu .button_menu_desctop {
        display: none;
    }

    .mobail_menu {
        position: relative;
        z-index: 6;
        background: #00A6DE;
    }

    .mobail_menu .container {
        padding: 0 16px;
    }

    .mobail_menu .menu {
        padding: 32px 0;
        width: 100%;
    }

    .mobail_menu .menu .menu_item:nth-child(1) {
        margin-top: 0;
    }

    .mobail_menu .menu .menu_item {
        padding: 0;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        font-weight: 400;
        margin-top: 16px;
    }

    .header .header_logo {
        width: 110px;
        height: 20px;
    }

    .promo .promo_info {
        padding: 116px 0 64px 0;
    }

    .promo .promo_title {
        font-size: 40px;
        line-height: 48px;
    }

    .promo .promo_subtitle {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        width: 100%;
    }

    .events {
        padding: 80px 0;
    }

    .events .events_title {
        font-size: 40px;
    }

    .info .info_item {
        min-height: 32px;
        font-size: 14px;
    }

    .info .info_item .info_icon {
        width: 20px;
        height: 20px;
    }

    .events .events_last .title {
        font-size: 24px;
        line-height: 32px;
    }

    .events .events_last .img {
        width: 288px;
        height: 162px;
    }

    .events .events_stub .img {
        width: auto;
        height: auto;
    }

    .events .events_last .btn {
        margin-top: 48px;
    }

    .events .events_wrap .wrap_item .img {
        height: 218px;
    }

    .events .events_wrap .wrap_item .item_title {
        font-size: 24px;
        line-height: 32px;
    }

    .subscribe {
        margin: 0 0 95px 0;
    }

    .subscribe .subscribe_title {
        font-size: 24px;
        line-height: 32px;
    }

    .subscribe .subscribe_info {
        max-width: 480px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(2) {
        margin-right: 0;
    }

    .subscribe .subscribe_animation {
        top: 80px;
        width: 502px;
    }
}

@media(max-width: 1023px) {
    .container {
        max-width: 768px;
    }

    .promo .promo_info {
        padding: 68px 0 64px 0;
    }

    .header {
        /* padding: 0 16px; */
        height: 48px;
    }

    .events .events_last {
        flex-direction: column-reverse;
    }

    .events .events_last .descr,
    .events .events_wrap .wrap_item .item_descr {
        font-size: 20px;
    }

    .events .events_wrap .wrap_item .img {
        height: 342px;
    }

    .events .events_last .img {
        width: 100%;
        height: 333px;
    }

    .events .events_stub .img {
        width: auto;
        height: auto;
    }

    .events .events_last .desc {
        max-width: 100%;
        margin-top: 32px;
    }

    .events .events_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .events .events_last .title {
        margin-top: 24px;
    }

    .events .events_wrap .wrap_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .events .events_wrap .wrap_item .item_btns {
        margin-top: 88px;
    }

    .subscribe {
        margin: 0 0 80px 0;
    }

    .footer .flex {
        flex-wrap: wrap;
    }

    .footer .logo {
        height: 58px;
        width: 100%;
    }

    .footer .footer_logo img {
        height: 100%;
        object-fit: contain;
    }

    .footer .menu {
        margin-top: 16px;
    }

    .footer .deverloper {
        margin-top: 16px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(2) {
        margin-right: 16px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(3) {
        margin-top: 0;
    }

    .footer .menu_item:nth-child(1) {
        margin-left: 0;
    }

    .subscribe .subscribe_animation {
        top: 97px;
        width: 439px;
    }

    .subscribe .subscribe_animation {
        top: 84px;
        height: 164px;
        width: 100%;
    }

    .speaker_modal .modal {
        padding: 0 100px;
        width: 100%;
    }

    .speaker_modal .modal .modal_header {
        height: 48px;
        padding: 12px 24px;
    }

    .speaker_modal .modal .modal_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 24px;
    }

    .speaker_modal .modal .modal_main .main_img {
        max-width: 310px;
        min-width: 100px;
        width: 100%;
    }

    .speaker_modal .modal .modal_main .main_info {
        margin-top: 24px;
        width: 100%;
    }

    .speaker_modal .modal .modal_main .main_info .main_descr {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .speaker_modal .modal .modal_main .main_info .main_title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .promo .promo_info {
        padding: 149px 0 48px 0;
    }

    .promo .promo_title {
        font-size: 32px;
        line-height: 40px;
    }

    .promo .btn {
        width: 100%;
    }

    .btn {
        font-size: 16px;
        font-weight: 500;
    }

    .btn .flex {
        justify-content: center;
    }

    .events {
        padding: 105px 0 80px 0;
    }

    .events .events_title {
        font-size: 32px;
        line-height: 40px;
    }

    .events .events_last {
        margin-top: 32px;
    }

    .events .events_last .descr,
    .events .events_wrap .wrap_item .item_descr {
        font-size: 18px;
        margin-top: 28px;
        max-width: 100%;
    }

    .events .events_wrap .wrap_item .item_descr {
        margin-top: 16px;
    }

    .events .events_last {
        padding: 16px;
    }

    .events .events_last .img {
        height: 183px;
    }

    .info .info_item {
        margin-top: 4px;
        margin-right: 4px;
        padding: 6px 10px 6px 12px;
    }

    .events .events_last .title {
        margin-top: 16px;
        font-size: 20px;
        line-height: 28px;
    }

    .events .events_last .btn {
        margin-top: 32px;
        width: 100%;
    }

    .events .events_last .btn .flex {
        justify-content: center;
    }

    .events .events_wrap .wrap_item {
        padding: 16px;
    }

    .events .events_wrap .wrap_item .img {
        height: 183px;
    }

    .events .events_wrap .wrap_item .info {
        margin-top: 24px;
    }

    .events .events_wrap .wrap_item .item_title {
        font-size: 20px;
        line-height: 28px;
    }

    .events .events_wrap .wrap_item .item_btns {
        margin-top: 24px;
    }

    .events .events_wrap .wrap_item .btn {
        height: 40px;
        margin-top: 8px;
        margin-right: 8px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(3) {
        margin-top: 8px;
    }

    .events .events_wrap .wrap_item .btn:nth-child(2) {
        margin-right: 8px;
    }

    .events .events_stub .img {
        width: auto;
        height: auto;
    }

    .events .events_add {
        margin-top: 32px;
    }

    .subscribe {
        margin: 0 0 106px 0;
        padding: 16px;
    }

    .subscribe .subscribe_info {
        max-width: 100%;
    }

    .subscribe .btn {
        margin-top: 124px;
        font-size: 20px;
        font-weight: 400;
    }

    .footer .menu_item {
        margin-right: 8px;
        margin-left: 0;
        margin-top: 8px;
    }

    .footer .menu {
        margin-top: 8px;
        justify-content: start;
    }

    .footer {
        padding: 32px 16px;
    }

    .subscribe .subscribe_animation {
        top: 84px;
        height: 164px;
        width: 100%;
    }

    .speaker_modal .modal {
        padding: 0 16px;
        width: 100%;
    }
}</pre></body></html>