.intro__box__content__block__tablet {
    display: none;
}

.intro__mobile__wrapper {
    display: none;
}

.intro__form__mobile {
    display: none;
}

/* Header */
.snapchat_colab__header {
    background: url(../images/intro/header_bg-element.webp) no-repeat #2d2d2d;
    background-position: 45% 0;
    background-size: auto 105%;
}

.snapchat_colab__header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 10px;
}

.snapchat_colab__header__title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.04;
    text-transform: uppercase;
}

.intro {
    background: url(../images/intro_bg.svg) center no-repeat;
    background-size: cover;
    padding: 29px 0 165px;
    overflow: hidden;
}

.intro__title {
    color: #383838;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.04;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.intro__box {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.intro__box__content {
    flex: 1 1 auto;
}

.intro__box__content__header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fc8561;
    border-radius: 11px 0 0 0;
    padding: 12px 0 10px;
}

.intro__box__content__header img {
    display: block;
    max-width: 100%;
}

.intro__box__content__body {
    background: #fb6639;
    border-radius: 0 0 0 11px;
    padding: 27px 0 0 41px;
}

.intro__box__content__title {

    display: block;
    height: 95px;
    margin-right: -100px;
}

.intro__box__content__block {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    margin-left: -100px;
}

.intro__box__content__block__text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.intro__box__content__block__text p {
    max-width: 415px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
    margin-bottom: 15px;
}

.intro__box__filled {
    max-width: 635px;
    flex: 1 0 635px;
    background: url(../images/intro/intro__filled-bg.webp) center no-repeat;
    background-size: cover;
    border-radius: 0 11px 11px 0;
}

.intro__box__filled__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 10px;
    overflow: hidden;
}

.intro__box__filled__header img {
    display: block;
    max-width: 100%;
}

/* Register */
.intro__register {
    display: flex;
}

.intro__register__content {
    flex: 1 1 auto;
    max-width: 695px;
}

.intro__register__content__label {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    border-radius: 8px;
    background: #2d2d2d;
    padding: 5px 20px;
    position: relative;
    z-index: 3 !important;
}

.intro__register__content__label:after {
    display: block;
    content: '';
    width: 100%;
    height: 171px;
    background: url(../images/intro/intro_leaves.webp) no-repeat;
    background-size: contain;
    background-position: center -50px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
}

.intro__register__box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: -325px;
}

.intro__register__box:after {
    display: block;
    content: "";
    width: 720px;
    background: url(../images/intro/bg_leaves.webp) no-repeat;
    background-size: 98% auto;
    background-position: 10px 20px;
    position: absolute;
    top: 14%;
    left: calc(50% - 360px);
    bottom: 0;
    right: 0;
}

/* Countdown */

.intro__countdown {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 22px 0 24px;
}

.intro__countdown-time {
    width: 82px;
    text-align: center;
}

.intro__countdown-dots {
    display: block;
    color: #fb6639;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.13;
    text-transform: uppercase;
}

.intro__countdown-number {
    display: block;
    color: #fb6639;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.13;
    text-transform: uppercase;
}

.intro__countdown-label {
    color: #383838;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.13;
    text-transform: uppercase;
}

@media (max-width: 1250px) {
    .intro__register__content__label:after {
        display: block;
        content: '';
        width: 100%;
        height: 200px;
        background: url(../images/intro/intro_leaves.webp) no-repeat;
        background-size: contain;
        background-position: center -60px;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: -1;
    }


    .intro {
        background: url(../images/intro/media/intro__tablet.svg);
        background-size: cover;
        padding-bottom: 130px;
    }

    .intro__box__content__title {
        height: 140px;
        margin-bottom: 20px;
    }

    .intro__box__content__block-snapchat.--desktop {
        display: none;
    }

    .intro__box__content__block-icon {
        display: none;
    }

    .intro__box__content__block__tablet {
        display: block;
    }

    .intro__box__filled__header__title.--desktop {
        display: none !important;
    }

    .intro__box__content__header__title.--desktop {
        display: none !important;
    }

    .intro__box__filled__header__title.--tablet {
        display: block !important;
    }

    .intro__box__content__header__title.--tablet {
        display: block !important;
    }

    .intro__register__box {
        display: none;
    }

    .intro__title {
        max-width: 530px;
        font-size: 40px;
        margin: 0 auto 28px;
    }

    .intro__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
        margin: 0 auto;
    }

    .intro__box__filled {
        max-width: 100%;
        flex: 1 1 auto;
        background: url(../images/intro/intro__filled-bg.webp) center no-repeat;
        background-size: cover;
        border-radius: 0 11px 11px 0;
    }

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

    .intro__box__content__header {
        padding: 9px 0;
    }

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

    .intro__box__content__body {
        flex: 1 1 auto;
        padding: 30px 16px 10px 32px;
    }

    .intro__box__content__block {
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .intro__box__content__block__text p {
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .intro__box__content__block__tablet-p2w {
        max-width: 163px !important;
        display: block;
        margin-left: -10px;
    }

    .intro__register {
        justify-content: center;
    }

    .intro__register__content {
        max-width: 800px;
    }

    .intro__register__box.--tablet {
        display: block !important;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .intro__register__box.--tablet::after {
        display: block;
        content: '';
        width: 260px;
        height: 530px;
        background: url(../images/intro/media/bg_leaves-tablet.webp) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 80px;
        left: auto;
        right: -50px;
        z-index: -1;
    }

    .intro__countdown {
        gap: 15px;
        margin: 32px 0 34px;
    }

    .intro__countdown-time {
        text-align: center;
        width: 96px;
    }

    .intro__countdown-number {
        font-size: 70px;
    }

    .intro__countdown-label {
        text-align: center;
        font-size: 20px;
    }

    /* Header */
    .snapchat_colab__header {
        background: url(../images/intro/header_bg-element.webp) no-repeat #2d2d2d;
        background-position: 65% 0;
        background-size: auto 105%;
    }

    .snapchat_colab__header__title {
        text-align: end;
        max-width: 245px;
        font-size: 20px;
    }

    .snapchat_colab__header__inner {
        padding: 13px 0 14px;
    }

    .snapchat_colab__header__logo {
        height: 26px;
    }
}

@media (max-width: 720px) {
    .intro__box__content__title {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .intro__mobile__wrapper {
        display: block !important;
    }

    .snapchat_colab__header {
        background: #2d2d2d;
        position: relative;
    }

    .snapchat_colab__header:after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/agenda/media/rec.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        top: calc(100% - 13px);
        right: calc(50% - 20px);
    }

    .snapchat_colab__header__inner {
        flex-direction: column;
    }

    .snapchat_colab__header__logo {
        margin-bottom: 12px;
    }

    .snapchat_colab__header__title {
        text-align: center;
        max-width: 100%;

        border-top: 1px solid #383838;
        padding: 12px 10px 0;
    }

    .intro {
        padding-top: 32px;
        padding-bottom: 80px;
    }

    .intro__title {
        max-width: 330px;
        font-size: 25px;
    }

    .intro__box {
        display: none;
    }

    .intro__logos__mobile {
        max-width: 375px;
        display: flex;
        justify-content: center;
        gap: 45px;
        background: url(../images/intro/media/logos_bg_mobile.webp) center no-repeat;
        background-size: 100% 100%;
        margin: 0 auto -16px;
        padding-bottom: 16px;
    }

    .intro__logos__mobile-p2w {
        width: 132px !important;
    }

    .intro__logos__mobile-snapchat {
        width: 107px !important;
    }

    .intro__box__mobile {
        max-width: 325px;
        background: url(../images/intro/media/intro_box_mobile.webp) center no-repeat;
        background-size: 100% 100%;
        padding: 33px 9px 17px 16px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

    .intro__box__mobile-wrapper {
        max-width: 325px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .intro__box__mobile-wrapper:after {
        display: block;
        content: '';
        width: 331px;
        height: 320px;
        background: url(../images/intro/media/intro__box-mobile-leaves.webp) center no-repeat;
        background-size: 100%;
        position: absolute;
        top: -95px;
        right: -125px;
        z-index: -1;
    }

    .intro__box__mobile__text {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.13;
        margin-bottom: 10px;
    }

    .intro__box__mobile__disclaimer {
        max-width: 325px;
        border-radius: 6px;
        background: #383838;
        padding: 8px 10px;
        margin: 28px auto 0;
        position: relative;
    }

    .intro__box__mobile__disclaimer:after {
        content: "";
        display: block;
        width: 25px;
        height: 22px;
        background: url(../images/intro/media/rec-top-mobile.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: calc(100% - 3px);
        right: calc(50% - 12px);
    }

    .intro__box__mobile__disclaimer-text {
        text-align: center;

        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.19;
        text-transform: uppercase;
    }

    .intro__register__content {
        display: none;
    }

    .intro__form__mobile {
        display: block !important;
        background: url(../images/intro/media/intro_form_box_bg.webp) center no-repeat;
        background-size: 101% 100%;
        padding: 40px 0 100px;
        margin-top: -40px;
        position: relative;
        z-index: 1;
    }

    .intro__form__mobile:after {
        content: "";
        display: block;
        height: 62px;
        width: 100%;
        background: url(../images/intro/media/agenda_top_mobile.webp) center no-repeat;
        background-size: 100% 101%;
        position: absolute;
        bottom: -2px;
    }

    .intro__form__mobile__title {
        text-align: center;
        text-transform: uppercase;

        max-width: 350px;
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        line-height: 1.04;
        margin: 0 auto 16px;
    }

    .intro__countdown-time {
        font-size: 43px;
        font-weight: 800;
        line-height: 1.13;
        text-transform: uppercase;
    }

    .intro__countdown-time {
        width: 60px;
    }

    .intro__countdown-number {
        color: #fff;
        font-size: 43px;
    }

    .intro__countdown-label {
        color: #fff;
        font-size: 13px;
        margin-top: 5px;
    }

    .intro__countdown-dots {
        color: #fff;
        font-size: 43px;
    }

    .intro__countdown {
        gap: 9px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .intro__form__mobile {
        overflow: visible;
    }
    .intro__form__mobile .container{
        padding: 0 !important;
    }

    .intro__form__mobile:before {
        content: '';
        display: block;
        width: 222px;
        height: 220px;
        background: url(../images/intro/media/intro__bottom-mobile-leave.webp) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: -110px;
        left: -110px;
        z-index: 5;
    }

    .intro__form__mobile__title{
        padding: 0 20px;
    }
}
