.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) and (max-width: 767px) {

    .partners_box_col:nth-child(3n+1):nth-last-child(-n+3),
    .partners_box_col:nth-child(3n+1):nth-last-child(-n+3) ~ .partners_box_col {
        border-bottom: none;
    }

    .partners_box_col:nth-child(3n) {
        border-right: none;
    }
}

@media (min-width: 576px) {
    .sm-hidden {
        display: none;
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .group3_banner_item {
        background-image: url(../png/group_3_bg.png);
        background-size: 100% 100%
    }

    .group3_banner_item {
        position: relative;
        height: 0;
        padding-bottom: 48.5%;
    }

    .group3_banner_link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: row;
    }

    .group3_banner_image {
        order: 1;
    }
}

@media (min-width: 768px) {
    .slick-slide.slick-current .current_events_item {
        border-color: var(--link-color);
    }

    .container {
        max-width: 750px;
    }

    .md-hidden {
        display: none;
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .partners_box_col:nth-child(4n) {
        border-right: none;
    }

    .group3_banner_content {
        padding: 50px 30px;
    }

    .group3_banner_name {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .group3_banner_title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .group3_banner_description {
        font-size: 22px;
        margin-bottom: 20px;
    }
}


@media (min-width: 992px) {

    .event-sidebar-item .tablet-hidden {
        display: block !important;
    }


    .form_select.bootstrap-select .dropdown-menu li a:hover {
        background: #EBEBEB !important;
    }

    a {
        transition: all 0.3s ease;
    }

    .podcast-item:hover {
        color: #fff;
    }

    .podcast-item:hover span:after {
        margin-left: 15px;
    }

    .events_subscribe:hover {
        text-decoration: underline;
    }

    .button:hover {
        background-color: #3459E7;
        text-decoration: none;
        color: #fff;
    }

    a:hover,
    a:active,
    .breadcrumbs a:hover,
    .events_subscribe:hover {
        text-decoration: none;
        color: var(--link-color-hover);
    }

    .partners_donate:hover,
    .event-sidebar-item .btn:hover {
        color: #fff;
        background-color: #333333;
    }


    .container {
        max-width: 970px;
    }

    .lg-hidden {
        display: none;
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home_h {
        text-align: left;
        margin-top: 60px;
        margin-bottom: -16px;
    }

    .speaker_right .h1 {
        text-align: left;
    }

    #hypercomments_widget,
    .video_stream {
        margin-bottom: 65px;
    }

    .header_nav {
        margin-left: auto;
        margin-right: auto;
    }

    .menu_header_level_1 {
        display: flex;
    }

    .menu_header_item_1 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .menu_header_link {
        display: flex;
        height: 82px;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: inherit;
        font-size: 14px;
        padding: 0 5px;
        padding-top: 4px;
        border-bottom: 3px solid transparent;
        color: #333;
    }

    .menu_header_link:hover {
        border-color: #2785E2;
        color: #333;
    }

    .menu_header_level_2 {
        display: none;
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        border: 1px solid #dbdbdb;
        border-top: none;
        padding: 5px 0;
        background: #fff;
    }

    .menu_header_level_2 .menu_header_link {
        height: auto;
        padding: 5px 20px;
    }

    .parent:hover .menu_header_level_2 {
        display: block;
    }

    .home_info {
        flex: 0 0 385px;
        max-width: 385px;
        padding-top: 63px;
    }

    .home_text {
        margin-right: -10px;
    }

    .home_info .button {
        width: 100%;
    }

    .home_ba {
        order: 1;
        flex-basis: calc(100% - 385px);
        padding-left: 120px;
        max-width: calc(100% - 385px);
    }

    .events_speaker_image {
        padding-top: 50px;
    }

    .speakers_section .h1 {
        font-size: 40px;
        margin-bottom: 55px;
        margin-top: 42px;
    }

    .group3_banner_content {
        padding: 18px 25px 15px 20px;
    }

    .group3_banner_name {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .group3_banner_title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .group3_banner_description {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1510px;
    }

    .xl-hidden {
        display: none;
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo {
        margin-top: -6px;
    }

    .speaker_right {
        padding-left: 57px;
    }

    .links_text {
        order: -1;
    }

    .links_block_text {
        max-width: 372px;
    }

    .links_block {
        padding: 25px 15px 10px 25px;
    }

    .contest_buttons {
        margin-top: auto;
    }

    .contest,
    .speaker_gift_block,
    .partner_gift {
        display: flex;
        text-align: left;
        margin-bottom: 65px;
    }

    .group3_banner_item {
        margin-bottom: 65px;
    }

    .speaker_gift_block {
        padding-right: 32px;
    }

    .contest_content,
    .speaker_gift_content {
        display: flex;
        flex-direction: column;
        flex: 0 0 340px;
        max-width: 340px;
        margin-right: auto;
        order: -1;
    }

    .speaker_gift_h {
        text-align: left;
    }

    .speaker_gift_content {
        flex: 0 0 405px;
        max-width: 405px;
    }

    .speaker_gift_image,
    .contest_image {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .partners_gifts,
    .main_description {
        margin-bottom: 65px;
    }

    .partner_gift {
        margin: 0 -15px;
    }

    .partners_gifts_slider {
        padding: 45px 45px 50px;
    }

    .multigifts {
        padding-top: 61px;
    }

    .partner_gift_image {
        order: 1;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        margin: 0;
    }

    .partner_gift_content {
        display: flex;
        flex-direction: column;
        flex: 1 0 50%;
        max-width: 100%;
        padding: 0 15px;
        align-items: flex-start;
    }

    .group3_banner_content {
        padding: 50px 30px;
    }

    .group3_banner_name {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .group3_banner_title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .group3_banner_description {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .order-gift-info .h1 {
        font-size: 28px;
    }

    .order-gift {
        flex-direction: column;
        gap: 30px;
    }

    .order-gift .logo {
        position: unset;
    }

    .order-gift-info, .order-gift-banner-wrapper {
        max-width: 100%;
        padding: clamp(20px, 5%, 75px);
        height: fit-content;
        flex: none;
    }

    .order-gift-info {
        order: 1;
    }

    .events-list {
        padding: 0;
        gap: 60px;
    }

    .main-event-wrapper {
        padding: 30px 0;
    }

    .main-event, .breadcrumbs, .event-wrapper {
        padding: 15px;
    }

    .event-wrapper {
        gap: 40px;
    }

    .event {
        max-width: calc(100% - 380px - 40px);
    }

    .links_block {
        text-align: center;
        margin-bottom: 40px;
    }

    .links_image {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .intercom-lightweight-app {
        display: none;
    }

    .footer {
        margin-bottom: 50px;
    }

    .current_events_list {
        position: relative;
    }

    .event-sidebar {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1000;
    }

    .event-sidebar-item {
        border-radius: 30px 30px 0 0;
        padding: 10px;
        min-height: 70px;
    }

    .event-sidebar-item-body {
        margin-top: 30px;
    }

    .current_events_list:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 100%;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }

    .current_events_list .slick-list {
        overflow: unset;
    }

    .events_last_item {
        flex-direction: column-reverse;
    }

    .events_last_image {
        flex: unset;
    }

    .partners_box {
        flex-wrap: wrap;
    }

    .partners_box_link {
        padding: 10px;
        flex: 0 0 calc(100% / 3);
        height: 150px;
    }


    .partners_box_link:nth-child(3)::after,
    .partners_box_link:nth-child(4n+5):before {
        content: unset;
    }

    .partners_box_link:nth-child(3n+4):before {
        content: "";
    }

    .main-event {
        flex-wrap: wrap-reverse;
    }

    .tablet-hidden {
        display: none;
    }

    .header_nav {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        top: calc(100% + 15px);
        z-index: 800;
        background-color: #fff;
        padding: 25px 30px;
        box-shadow: 0 0 12px 0 #c4c4c4;
    }

    .openmenu .header_nav {
        display: block;
    }

    .menu_header_level_1 {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .menu_header_level_1 ul {
        padding-left: 15px;
    }

    .menu_header_link {
        display: block;
        padding: 5px 0;
        text-decoration: none;
        font-size: 18px;
    }

    .speaker_image {
        margin-left: auto;
        margin-right: auto;
    }

    .breadcrumbs {
        margin-bottom: 0;
    }

    .partners_section {
        padding-top: 40px;
    }

    .event {
        margin-bottom: 5px;
        max-width: 100%;
    }

    .mob_order_1 {
        order: -1;
    }

    .home_no_events {
        justify-content: center;
    }

    .home_ba {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .home_info {
        margin-bottom: 40px;
    }

    .home_ba_item {
        max-width: 100%;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .event_info,
    .events_info {
        order: 1;
    }

    #sale_timer.timeTo {
        font-size: 16px !important;
        line-height: 30px !important;
        font-weight: 700 !important;
    }

    #sale_timer.timeTo figure {
        max-width: 65px !important;
        width: 65px !important;
    }

    .timeTo div {
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 4px;
        width: 25px !important;
        height: 34px !important;
    }

    .timeTo div::before {
        content: none;
    }

    .timeTo ul {
        left: 8px !important;
        top: -25px !important;
    }

    .timeTo figcaption {
        line-height: 0.5;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {

    .event-wrapper {
        margin: 0 auto 60px;
    }

    .event_tiny {
        flex-direction: row;
        align-items: unset;
    }

    .event_tiny_image {
        margin: 0 15px 0 0;
    }

    .event_tiny_speaker {
        margin-top: auto;
    }

    .tiny_image_inner {
        width: 120px;
    }

    .related_products .slick-dots {
        bottom: -40px;
    }

    .event_speaker_link, .events_speaker_link {
        height: 270px;
    }

    .main-event-wrapper {
        margin-bottom: 25px;
    }

    .current_events_item {
        max-width: 400px;
    }


    .mobile-hidden {
        display: none;
    }

    .current_events_list {
        max-width: 100%;
    }

    .current_events {
        flex-wrap: wrap;
    }

    .current_events_h {
        flex: 0 0 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
    }

    .action_header_inner {
        justify-content: center;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .events-body {
        margin-bottom: 20px;
    }

    .main-events .h1 {
        font-size: 28px;
    }

    .order-gift-info, .order-gift-banner-wrapper {
        padding: 10px;
    }

    .order.order-gift {
        padding: 20px 0;
    }

    .order-gift-banner-img {
        border-radius: 6px;
        padding: 14px;
        border: 2px solid #D8EFE8;
    }

    .order-gift-banner::after {
        width: calc(100% - 50px);
        bottom: -8px;
    }

    .order-gift-banner::before {
        width: calc(100% - 90px);
        bottom: -16px;
    }

    .order-gift-info-help {
        font-size: 12px;
        padding: 8px 14px;
    }

    .order-gift-banner-wrapper {
        background: none;
    }

    .order-gift-banner-wrapper .ellipses {
        width: 50%;
        height: 50%;
        top: 8px;
        right: 25px;
        left: unset;
        border-radius: 8px;
        background: #D8EFE8;
        filter: blur(5px);
    }

    .order-gift .order-gift-info .h1 {
        font-size: 22px;
    }

    .order-gift .order-gift-info h1 {
        margin-bottom: 120px;
    }

    .order-gift .logo {
        text-align: center;
    }

    .order-gift-info a.button {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }

    .current_events_list .slick-list {
        max-width: 85%;
    }

    .events_last_item {
        gap: 15px;
    }

    .current_events_item .event-date,
    .events_last_info .event-date,
    .events_last_info .event_with,
    .events_last_description,
    .event-presenter {
        display: none;
    }

    .partners_header {
        padding: 30px;
    }

    .partners_header_title {
        font-size: 2em;
    }

    .partners_box_link {
        flex: 0 0 50%;
        height: 25vw;
        min-height: 100px;
    }

    .partners_box_link:nth-child(2)::after,
    .partners_box_link:nth-child(3n+4):before {
        content: unset;
    }

    .partners_box_link:nth-child(2n+3):before {
        content: "";
    }

    .main-event-wrapper {
        padding: 15px 0;
    }

    .main-event {
        padding: 0 15px;
    }

    .event_footer {
        gap: 10px;
        flex-wrap: wrap;
    }

    .main-event h1 {
        font-size: 28px;
    }

    .event-date_list {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .main-event_images[data-grid-size] .event_speaker_image {
        border-radius: 15px;
    }

    .main-event_images[data-grid-size="9"] {
        gap: 5px;
    }

    .main-event_images[data-grid-size="9"] .event_speaker_image {
        height: 10vw;
    }

    .main-event_images[data-grid-size="9"] .event_speaker_image:nth-child(7),
    .main-event_images[data-grid-size="6"] .event_speaker_image:nth-child(4),
    .main-event_images[data-grid-size="4"] .event_speaker_image:nth-child(3) {
        border-bottom-left-radius: 30px;
    }

    .main-event_images[data-grid-size="9"] .event_speaker_image:nth-child(1),
    .main-event_images[data-grid-size="6"] .event_speaker_image:nth-child(1),
    .main-event_images[data-grid-size="4"] .event_speaker_image:nth-child(1) {
        border-top-left-radius: 30px;
    }

    .main-event_images[data-grid-size="9"] .event_speaker_image:nth-child(3),
    .main-event_images[data-grid-size="6"] .event_speaker_image:nth-child(3),
    .main-event_images[data-grid-size="4"] .event_speaker_image:nth-child(2) {
        border-top-right-radius: 30px;
    }

    .main-event_images[data-grid-size="9"] .event_speaker_image:nth-child(9),
    .main-event_images[data-grid-size="6"] .event_speaker_image:nth-child(6),
    .main-event_images[data-grid-size="4"] .event_speaker_image:nth-child(4) {
        border-bottom-right-radius: 30px;
    }

    .small-hidden {
        display: none;
    }

    .partners_box_col:nth-child(2n+1):nth-last-child(-n+2),
    .partners_box_col:nth-child(2n+1):nth-last-child(-n+2) ~ .partners_box_col {
        border-bottom: none;
    }

    .partners_box_col:nth-child(2n+2) {
        border-right: none;
    }

    .action_header_name {
        flex-basis: calc(100% - 115px);
    }

    .group3_banner_image {
        background: rgb(255, 227, 106);
        background: radial-gradient(circle, rgba(255, 227, 106, 1) 0%, rgba(255, 15, 98, 1) 100%);
        clip-path: ellipse(180% 100% at 50% 0);
        -webkit-clip-path: ellipse(180% 100% at 50% 0);
        padding: 20px;
    }

    .group3_banner_name {
        display: none;
    }

    .group3_banner_content {
        padding: 30px 30px 40px;
        text-align: center;
    }

    .group3_banner_title {
        margin-bottom: 15px;
    }

    .group3_banner_description {
        margin-bottom: 23px;
    }

    .emoji_header {
        text-align: center;
    }

    form.popup,
    div.popup {
        padding: 25px 30px 30px;
        margin-top: 0;
    }

    .popup_logo {
        margin-bottom: 8px;
    }

    .header .logo {
        order: -1;
    }

    .navbar_btn {
        margin-left: 30px;
        margin-right: 0;
    }


    .popup_heading {
        font-size: 25px;
    }

    .collaborator_auth-panel {
        margin-top: 10px;
        flex: 0 0 100%;
        text-align: center;
    }

    .popup_heading,
    .popup .form_group,
    .popup .captcha {
        margin-bottom: 25px;
    }

    .popup .form_input {
        height: 42px;
    }

    .popup .form_placeholder {
        font-size: 14px;
        left: 10px;
        top: 14px;
    }

    .partners_events_h {
        padding-right: 0;
    }

    .multievents .partners_events_item {
        padding-top: 85px;
    }

    .partners_events .slick-prev {
        top: 30px;
        left: 40px;
        right: auto;
    }

    .partners_events .slick-next {
        top: 30px;
        left: 90px;
        right: auto;
    }

    .partners_events_counter {
        top: 38px;
        left: 150px;
        right: auto;
    }

    .order {
        padding: 30px 0 40px;
    }

    .order .h1 {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .order_date {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .order_time {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .order_listormation {
        margin-top: 25px;
    }

    .order_listormation__list {
        margin: 0;
        padding-left: 15px;
        line-height: 1.8;
        max-width: 600px;
        font-size: 14px;
    }

    .order_listormation__button {
        margin: 10px 5px 0 0;
        padding: 0 15px;
    }

    .order_listormation__button svg {
        margin-right: 10px;
    }


}
