.taptap__header {
    line-height: normal
}

.taptap_header-create-button--wrapper {
    color: #000;
    color: var(--black-primary);
    cursor: pointer;
    position: relative
}

.taptap_header-create-button__icon {
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.taptap_header-create-button__icon__active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.taptap_header-create-wrapper {
    background: rgba(0, 0, 0, .9);
    background: var(--white-modal);
    -webkit-transition: all .3s;
    transition: all .3s
}

.taptap_header-create-wrapper .tap-media-modal {
    background: none;
    margin: calc(50vh - 100px) auto;
    max-width: none;
    position: relative;
    width: 684px
}

.taptap_header-create-wrapper .media-modal__header {
    display: none;
    padding: 0 0 70px
}

.taptap_header-create-wrapper .media-modal-header__title {
    font-size: 36px;
    font-size: var(--heading-36-size)
}

.taptap_header-create-wrapper .media-modal__body::-webkit-scrollbar {
    display: none
}

.taptap_header-create-wrapper .media-modal__header--close {
    height: 54px;
    width: 54px
}

.taptap_header-create-modal--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 166px;
    justify-content: space-around
}

.taptap_header-create-modal--item {
    -webkit-box-flex: 1;
    bottom: 0;
    display: block;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    text-align: center
}

.taptap_header-create-modal--item:last-child {
    left: 556px
}

.taptap_header-create-modal--item .sprites-icon {
    background: #1a1a1a;
    background: var(--black-10);
    border-radius: 50%;
    color: #31ff6c;
    color: var(--green-primary);
    height: 70px;
    margin-bottom: 12px;
    padding: 29px;
    width: 70px
}

.taptap_header-create-modal--item-gallery {
    left: 0
}

.taptap_header-create-modal--item-gamelist {
    left: 186px
}

.taptap_header-create-modal--item-article {
    left: 372px
}

.taptap_header-create-modal--item-gallery-close {
    -webkit-animation: fall1 .3s linear forwards;
    animation: fall1 .3s linear forwards;
    -webkit-transition: .2s;
    transition: .2s
}

.taptap_header-create-modal--item-gamelist-close {
    -webkit-animation: fall2 .3s linear .1s forwards;
    animation: fall2 .3s linear .1s forwards;
    -webkit-transition: .2s;
    transition: .2s
}

.taptap_header-create-modal--item-article-close {
    -webkit-animation: fall3 .3s linear .2s forwards;
    animation: fall3 .3s linear .2s forwards;
    -webkit-transition: .2s;
    transition: .2s
}

.taptap_header-create-modal--item-video-close {
    -webkit-animation: fall-video .3s linear .3s forwards;
    animation: fall-video .3s linear .3s forwards;
    -webkit-transition: .2s;
    transition: .2s
}

@-webkit-keyframes fall1 {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 0;
        opacity: 0
    }
}

@keyframes fall1 {
    0% {
        bottom: 0;
        left: 0;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 0;
        opacity: 0
    }
}

@-webkit-keyframes fall2 {
    0% {
        bottom: 0;
        left: 186px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 186px;
        opacity: 0
    }
}

@keyframes fall2 {
    0% {
        bottom: 0;
        left: 186px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 186px;
        opacity: 0
    }
}

@-webkit-keyframes fall3 {
    0% {
        bottom: 0;
        left: 372px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 372px;
        opacity: 0
    }
}

@keyframes fall3 {
    0% {
        bottom: 0;
        left: 372px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 372px;
        opacity: 0
    }
}

@-webkit-keyframes fall-video {
    0% {
        bottom: 0;
        left: 556px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 556px;
        opacity: 0
    }
}

@keyframes fall-video {
    0% {
        bottom: 0;
        left: 556px;
        opacity: 1
    }
    to {
        bottom: -566px;
        left: 556px;
        opacity: 0
    }
}

.open-app-button {
    align-items: center;
    bottom: 68px;
    bottom: calc(68px + var(--safe-area-inset-bottom));
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    left: 50%;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    /*! autoprefixer: off */
    z-index: 200
}

.open-app-button.open-app-button--link {
    background: #31ff6c;
    background: var(--green-primary);
    border-radius: 100px;
    bottom: 66px;
    bottom: calc(66px + var(--safe-area-inset-bottom));
    color: #000;
    color: var(--black-primary);
    font-size: 14px;
    /*! autoprefixer: off */
    min-height: 32px;
    min-width: 103px
}

.open-app-button.open-app-button--link:hover,
.open-app-button.open-app-button--link:link,
.open-app-button.open-app-button--link:visited {
    color: #000;
    color: var(--black-primary)
}

.open-app-button.open-app-button--button {
    bottom: 32px;
    bottom: calc(32px + var(--safe-area-inset-bottom));
    max-width: 500px/*! autoprefixer: off */
}

.standalone-layout .open-app-button {
    display: none
}

.tap-snack-bar-container {
    height: 100%;
    position: fixed;
    z-index: 1000
}

@media only screen and (max-width:499px) {
    .tap-snack-bar-container {
        margin-left: 0;
        width: 100%
    }
}

.tap-snack-bar {
    background-color: rgba(52, 57, 71, .96);
    background-color: var(--extension-toast-black);
    border-radius: 8px;
    bottom: 20px;
    bottom: calc(20px + var(--safe-area-inset-bottom));
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
    max-width: 520px;
    padding: 12px 16px;
    padding: var(--space-m12-w16) var(--space-m16-w20);
    position: absolute;
    right: 0/*! autoprefixer: off */
}

@media only screen and (max-width:499px) {
    .tap-snack-bar {
        bottom: 66px;
        bottom: calc(66px + var(--safe-area-inset-bottom));
        margin: 0 8px;
        /*! autoprefixer: off */
        width: auto
    }
}

.tap-snack-bar__left {
    margin-right: 12px;
    margin-right: var(--space-m12-w16)
}

.tap-snack-bar__left-img {
    border-radius: 6px;
    border-radius: var(--radius-m6-w8)
}

.tap-snack-bar__center {
    width: 100%
}

.tap-snack-bar__right {
    cursor: pointer;
    margin-left: 12px;
    margin-left: var(--space-m12-w16)
}

.tap-snack-bar__left-app-icon {
    border-radius: 8px;
    height: 40px;
    width: 40px
}