:root {
    --white: #ffffff;
    --white-transparent: rgba(255, 255, 255, 0.6);
    --background-white: #f9fafb;
    --footer-white: #fafafb;
    --light-gray: #f2f7fa;
    --gradient-light-gray: #ebebf0;
    --gradient-steam-white: #f8f8fa;
    --placeholder-gray: #adbcc4;
    --dark-purple: #110626;
    --dark-purple-transparent: rgba(17, 6, 38, 0.95);
    --purple: #2d274c;
    --purple-transparent: rgba(45, 39, 76, 0.5);
    --hot-pink: #ed0973;
    --magenta: #f40062;
    --hot-pink-transparent: rgba(237, 9, 115, 0.5);
    --light-blue: #ccdde8;
    --ocean-blue: #34bbda;
    --button-ocean-blue: #15a0c0;
    --webmoney-blue: #036cb5;
    --capitalist-green: #93bc37;
    --vk-blue: #4680c2;
    --vk-blue-transparent: rgba(70, 128, 194, 0.3);
    --telegram-blue: #179cde;
    --telegram-blue-transparent: rgba(23, 156, 222, 0.3);
    --slider-translate-y: -90px
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

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

.body,
.html {
    height: 100%
}

.body {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    font-family: Lato, Arial, Helvetica, sans-serif
}

.body__inner {
    position: relative;
    flex: 1 0 auto;
}

.svg-sprite {
    display: none
}

.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10
}

.wave_reverse {
    transform: scale(-1, -1)
}

.wave_top-outside {
    top: -39px
}

.wave_top-inside {
    top: 0
}

.wave_bottom-inside {
    bottom: 0
}

.wave_bottom-outside {
    bottom: -39px
}

.wave__path {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(90px, 0, 0)
    }

    100% {
        transform: translate3d(-85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(90px, 0, 0)
    }

    100% {
        transform: translate3d(-85px, 0, 0)
    }
}

.anchor {
    position: absolute;
    top: -90px
}

.rellax-item {
    position: absolute
}

.comet {
    width: 248px;
    height: 85px;
    background: url(../images/gulp-optimized/parallax/comet.png) center no-repeat
}

.airship {
    width: 178px;
    height: 102px;
    background: url(../images/gulp-optimized/parallax/airship.png) center no-repeat
}

.satellite {
    width: 127px;
    height: 99px;
    background: url(../images/gulp-optimized/parallax/satellite.png) center no-repeat
}

.planet-purple {
    width: 129px;
    height: 78px;
    background: url(../images/gulp-optimized/parallax/planet-purple.svg) center no-repeat
}

.airship,
.comet,
.planet-purple,
.satellite {
    background-size: contain
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 15px;
    box-sizing: border-box;
    z-index: 500;
    transition: background-color .3s, box-shadow .3s, padding .5s
}

.header_minimize {
    padding: 20px 15px;
    background-color: #110626;
    box-shadow: 0 10px 15px -7px rgba(0, 0, 0, .6), inset 0 -10px 15px -5px rgba(31, 11, 71, .5)
}

.header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    margin: 0 auto
}

.header__link {
    flex-shrink: 0
}

.shakes-logo {
    flex-shrink: 0;
    width: 250px;
    height: 30px;
}

.header__button,
.menu__button,
.social__button {
    padding: 0;
    border: none;
    background-color: transparent;
    box-sizing: content-box;
    cursor: pointer
}

.header__button {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-image: url(../images/gulp-optimized/menu-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    min-width: 300px;
    padding: 40px 15px;
    background: linear-gradient(to bottom, var(--dark-purple) 0, var(--dark-purple-transparent) 25%, transparent 100%);
    box-sizing: border-box;
    z-index: -1;
    transform: translateY(-100%);
    transition: padding .3s
}

.menu_active {
    transform: translateY(0);
    z-index: 1000
}

.menu_minimize {
    padding: 20px 15px
}

.menu__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    margin: 0 auto 50px auto
}

.menu__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: 10px
}

.menu__button-item {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: transparent
}

.menu__button-item::after,
.menu__button-item::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    border-radius: 50px;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, .3)
}

.menu__button-item::before {
    transform: rotate(45deg)
}

.menu__button-item::after {
    transform: rotate(-45deg)
}

.menu__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 26px
}

.menu__link {
    position: relative;
    display: block;
    padding: 15px 0;
    margin: 15px 0
}

.menu__link:active,
.menu__link:link,
.menu__link:visited {
    color: var(--white);
    text-decoration: none
}

.menu__link:hover::before {
    width: 100%;
    box-shadow: 0 0 10px 2px rgba(237, 9, 115, .5)
}

.menu__link::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: var(--hot-pink);
    border-radius: 20px;
    transition: .2s
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1000px;
    background: url(../images/manual-optimized/section-1-bg-mob.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: 1
}

.navbar-section {
    margin: 40px auto 200px;
}

.navbar {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 200;
}

.navbar__title {
    position: relative;
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-top: 120px;
    z-index: 2;
}

.navbar__content {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    max-width: 1190px;
    width: 89%;
    margin: 0 auto;
    margin-top: 20px;
}

.navbar__description {
    max-width: 650px;
    font-size: 18px;
    color: #ffffff;
}

.navbar__content .btn_grab {
    max-width: 300px;
}

.navbar__list {
    min-height: 242px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    list-style: none
}

.navbar__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
}

.navbar__link:active,
.navbar__link:hover,
.navbar__link:link,
.navbar__link:visited {
    color: var(--white);
    text-decoration: none
}

.navbar__icon {
    width: 14vw;
    min-width: 45px;
    max-width: 70px;
    height: 14vw;
    min-height: 45px;
    max-height: 70px;
    margin-bottom: 10px
}

.navbar-section__parallax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 100
}

.airship_navbar,
.comet_navbar,
.satellite_navbar {
    display: none;
    transition: opacity .2s
}

.meteorite-1-1_navbar {
    top: 85px;
    left: 5%;
    width: 30px;
    height: 25px;
    z-index: 40
}

.meteorite-3_navbar {
    top: 340px;
    right: 3%;
    width: 36px;
    height: 29px
}

.meteorite-4-2_navbar {
    top: 455px;
    left: 20%;
    width: 27px;
    height: 23px
}

.meteorite-5-3_navbar {
    top: 220px;
    left: -20px;
    width: 45px;
    height: 45px
}

.meteorite-6_navbar {
    top: 80px;
    right: -13px;
    width: 45px;
    height: 27px
}

.meteorite-7_navbar {
    width: 19px;
    height: 16px;
    top: 15px;
    right: 11%
}

.section-2 {
    position: relative;
    z-index: 150;
    background-color: var(--background-white)
}

.section-2__inner {
    position: relative;
    max-width: 1260px;
    padding: 30px 15px 100px;
    margin: var(--slider-translate-y) auto 0;
    z-index: 50
}

.section-2__head {
    position: relative
}

.section-2__title {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    color: var(--purple);
    z-index: 100
}

.section-2__label {
    position: absolute;
    top: -20px;
    left: 50%;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(0, 0, 59, .1) 10%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateX(-50%);
    opacity: .5;
    z-index: 10
}

.section-2__category:first-child .section-2__label {
    width: 100%;
    white-space: normal;
    text-align: center
}

.section-2__slider-wrap {
    position: relative;
    width: 100%;
    z-index: 200;
    transform: translateY(var(--slider-translate-y))
}

.gifts-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.gifts-slide__image {
    height: 40vw;
    min-height: 130px
}

.gifts-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.gifts-slide__title {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 900;
    color: var(--purple)
}

.gifts-slide__price {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-weight: 900;
    color: var(--hot-pink)
}

.gifts-slide__price-icon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    fill: var(--hot-pink)
}

.gifts-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.swiper-button-next,
.swiper-button-prev {
    outline: 0
}

.swiper-button-next_gifts,
.swiper-button-prev_gifts {
    position: static;
    transform: translateY(0)
}

.swiper-button-next_gifts::after,
.swiper-button-prev_gifts::after {
    background: url(../images/gulp-optimized/arrow.svg) center no-repeat;
    background-size: contain;
    width: 76px;
    height: 38px;
}

.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
    background: url(../images/gulp-optimized/arrow-disabled.svg) center no-repeat;
    background-size: contain;
}

.swiper-button-prev_gifts::after {
    transform: rotate(180deg)
}

.swiper-button-next_gifts::after {
    transform: rotate(0)
}

.swiper-pagination_gifts {
    position: static;
    width: auto;
    margin: 0 20px;
    color: var(--purple-transparent);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-pagination_gifts .swiper-pagination-current {
    font-size: 22px;
    font-weight: 700;
    color: var(--purple)
}

.section-2__category {
    margin-bottom: 50px
}

.section-2__card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 210px);
    grid-template-rows: auto;
    grid-gap: 20px 30px;
    justify-content: center;
    margin-top: 25px;
    list-style: none
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 210px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 17px 33px -15px rgba(0, 0, 0, .4)
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    color: #2d274c
}

.card__image-wrap {
    height: 180px;
    margin: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.card__image {
    display: block;
    height: 140px
}

.card__title {
    max-width: 150px;
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 900;
    text-align: center
}

.card__description-wrap {
    position: relative;
    align-self: center;
    max-width: 75%;
}

.price_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_grab {
    width: 100%;
    border-radius: 7px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #0c393d;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    background: linear-gradient(to bottom, #00e5f9 0%, #00c7d9 100%);
    color: #fff;
}

.btn_grab_card:hover,
.btn_grab_card:focus {
    background: #ed0973;
}

.description_wrap {
    position: relative;
}

.card__icon {
    display: none;
    position: absolute;
    top: -1px;
    left: -22px;
    width: 18px;
    height: 18px;
    fill: #ccdde8
}

.card__icon_active {
    display: inline
}

.card__description {
    text-align: center;
    font-weight: 600;
    font-size: 13px
}

.card__footer {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0 0;
    margin: 0 5px 5px;
    background-color: var(--light-gray);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.card__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 900;
    color: var(--hot-pink)
}

.card__price-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    fill: var(--hot-pink)
}

.svg-sprite {
    display: none
}

.topic__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: var(--light-blue);
    border-radius: 50%
}

.icon {
    width: 20px;
    height: 20px
}

.section-2__rules {
    position: relative;
    margin-top: 50px;
    padding: 0 15px 35px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.section-2__rules-card {
    position: relative;
    max-width: 400px;
    padding: 30px 0 50px;
    margin: 0 auto;
    color: var(--purple);
    background-color: var(--white);
    border: 5px solid var(--white);
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    box-shadow: -10px 27px 25px -20px rgba(0, 0, 0, .2);
    box-sizing: border-box
}

.section-2__terms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    list-style: none
}

.section-2__point {
    position: relative;
    margin-top: 110px;
    font-size: 16px;
    z-index: 50
}

.section-2__point:first-child {
    margin-bottom: 20px
}

.section-2__point-item {
    position: relative;
    padding-top: 20px
}

.section-2__point-count,
.section-2__point-item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.section-2__point-item::before {
    content: '';
    top: 0;
    width: 35px;
    height: 3px;
    background-color: var(--ocean-blue);
    border-radius: 10px;
    z-index: 10
}

.section-2__point-count {
    top: -110px;
    font-size: 95px;
    font-weight: 900;
    background: linear-gradient(to bottom, rgba(0, 0, 59, .1) 10%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    opacity: .7
}

.section-2__point-text {
    max-width: 300px;
    margin: 0 auto
}

.rellax-item_section-2 {
    display: none
}

.meteorite-1-2_rules {
    top: 70%;
    left: -30px;
    width: 50px;
    height: 41px
}

.meteorite-1-3_rules {
    top: 10%;
    right: 5%;
    width: 31px;
    height: 26px
}

.meteorite-5-1_rules {
    top: 47%;
    right: -72px;
    width: 100px;
    height: 100px
}

.meteorite-11-1_rules {
    bottom: -18px;
    right: 8%;
    width: 25px;
    height: 20px
}

.meteorite-1-1_section-2,
.meteorite-1-2_section-2,
.meteorite-11-1_section-2,
.meteorite-5-2_section-2,
.meteorite-5-4_section-2,
.meteorite-6-1_section-2,
.meteorite-7_section-2,
.meteorite-8_section-2,
.meteorite-9_section-2 {
    display: none
}

.section-3 {
    position: relative;
    background: url(../images/manual-optimized/section-3-bg-mob.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: 100;
    overflow: hidden
}

.section-3__inner {
    position: relative;
    padding: 150px 0 200px;
    z-index: 50
}

.section-3__title {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight: 900;
    color: var(--white);
    text-align: center
}

.public {
    display: flex;
    justify-content: center;
    align-items: center
}

.public__link {
    margin: 0 8px
}

.public__image {
    width: 27vw
}

.public__image_fb {
    transform: translateY(20px)
}

.meteorite-11_section-3,
.meteorite-2_section-3,
.meteorite-4-2_section-3 {
    display: none
}

.comet_section-3 {
    top: 7%;
    left: 27%;
    width: 130px;
    height: 45px;
    transform: scale(-1, 1)
}

.planet-purple_section-3 {
    top: 8%;
    right: 6%;
    width: 65px;
    height: 39px
}

.meteorite-3-1_section-3 {
    top: 24%;
    right: 4%;
    width: 33px;
    height: 24px;
    transform: rotate(20deg)
}

.meteorite-5-4_section-3 {
    top: 71%;
    left: 8%;
    width: 46px;
    height: 46px;
    z-index: 40
}

.meteorite-6-1_section-3 {
    top: 7%;
    left: 12%;
    width: 45px;
    height: 30px
}

.meteorite-6-1_section-3_1 {
    top: 75%;
    right: 14%;
    width: 43px;
    height: 28px;
    transform: scale(-1, 1)
}

.meteorite-9_section-3 {
    top: 20%;
    left: 8%;
    width: 30px;
    height: 29px;
    transform: rotate(-80deg)
}

.footer {
    position: relative;
    flex-shrink: 0;
    background-color: var(--footer-white);
    z-index: 100
}

.footer__inner {
    max-width: 360px;
    padding: 30px 0;
    margin: 0 auto
}

.footer__icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.footer__link {
    margin-bottom: 15px
}

.footer__logo-list {
    display: flex;
    justify-content: space-between;
    width: 85%
}

.main-logo {
    width: 190px
}

.footer__logo,
.main-logo__item-1,
.main-logo__item-2 {
    fill: var(--light-blue);
    transition: fill .1s
}

.footer__link:hover .main-logo__item-1 {
    fill: var(--purple)
}

.footer__link:hover .main-logo__item-2 {
    fill: var(--ocean-blue)
}

.footer__logo {
    height: 40px;
    cursor: pointer
}

.footer__logo_webmoney {
    width: 100px
}

.footer__logo_capitalist {
    width: 80px
}

.footer__logo_wire-transfer {
    width: 60px
}

.footer__logo_webmoney:hover {
    fill: var(--webmoney-blue)
}

.footer__logo_capitalist:hover {
    fill: var(--capitalist-green)
}

.footer__logo_wire-transfer:hover {
    fill: var(--purple)
}

.footer__info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.address {
    margin-bottom: 5px;
    text-align: center;
    color: var(--placeholder-gray);
    font-size: 12px
}

.privacy-policy {
    font-size: 12px
}

.privacy-policy:active,
.privacy-policy:hover,
.privacy-policy:link,
.privacy-policy:visited {
    color: var(--placeholder-gray)
}

.merch-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.6) url('../images/gulp-optimized/gifts-popup-bg-mob.png') no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999999;
}

.merch-modal__hide {
    display: none;
}

.merch-modal-close {
    position: absolute;
    top: 20px;
    right: 16px;
    border: none;
    background: none;
    cursor: pointer;
}

.merch-modal-close svg {
    width: 22px;
    height: 22px;
}

.merch-modal-title {
    width: 170px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #000000;
    margin: 0 auto;
    margin-top: 84px;
}

.merch-modal-title span {
    font-size: 27px;
}

.merch-modal-btn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 22px;
    border-radius: 15px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #ffffff;
    background-color: #00B9DA;
    -webkit-box-shadow: 0px 4px 60px 0px #19A1C2CC;
    box-shadow: 0px 4px 60px 0px #19A1C2CC;
    cursor: pointer;
}

.merch-modal-btn:hover {
    background-color: #ed0973;
}

.merch-modal-text {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    color: #ed0973;
    text-align: center;
    padding: 0 20px;
}

.merch-modal-text a {
    color: #19A1C2CC;
    text-decoration: none;
}

.merch-modal-text a:hover {
    color: #ed0973;
}

@media screen and (max-width: 440px) {
    .merch-modal-text {
        font-size: 16px;
        bottom: 4%;
    }
}

.animation__element_hidden {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.animation__element_visible {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animation__element_visible.animation__element_delay-1 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animation__element_visible.animation__element_delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animation__element_visible.animation__element_delay-3 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animation__element_visible.animation__element_delay-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animation__element_visible.animation__element_delay-5 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.animation__element_visible.animation__element_delay-6 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.animation__element_visible.animation__element_delay-7 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animation__element_visible.animation__element_delay-8 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.animation__element_visible.animation__element_delay-9 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.animation__element_visible.animation__element_delay-10 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.animation__element_visible.animation__element_delay-11 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.animation__element_visible.animation__element_delay-12 {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.animation__element_visible.animation__element_delay-13 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

@-webkit-keyframes fadeOut {
    to {
        height: 0
    }
}

@keyframes fadeOut {
    to {
        height: 0
    }
}

@-webkit-keyframes fadeInIcon {
    from {
        height: 0
    }

    to {
        height: 72px
    }
}

@keyframes fadeInIcon {
    from {
        height: 0
    }

    to {
        height: 72px
    }
}

@media screen and (max-width:480px) {
    .card {
        width: 160px
    }

    .section-2__card-list {
        grid-template-columns: repeat(auto-fill, 160px);
        grid-gap: 20px 10px;
    }

    .card__price {
        font-size: 21px;
    }

    .card__image {
        height: 100px;
    }

    .card__image-wrap {
        height: 120px;
    }
}

@media screen and (max-width:360px) {
    .card {
        width: 140px
    }

    .section-2__card-list {
        grid-template-columns: repeat(auto-fill, 140px);
        grid-gap: 20px 5px
    }

    .card__image {
        height: 85px;
    }
}

@media screen and (min-width:640px) {
    :root {
        --slider-translate-y: -150px
    }

    .anchor {
        top: -120px
    }

    .header {
        padding: 50px 30px
    }

    .header_minimize {
        padding: 20px 30px
    }

    .header__button {
        width: 40px;
        height: 40px;
        margin-left: 40px
    }

    .menu {
        padding: 50px 30px
    }

    .menu_minimize {
        padding: 20px 30px
    }

    .menu__header {
        max-width: 460px
    }

    .menu__logo {
        width: 400px
    }

    .menu__button {
        width: 40px;
        height: 40px;
        margin-left: 40px
    }

    .menu__button-item {
        width: 50px;
        height: 5px
    }

    .menu__button-item::after,
    .menu__button-item::before {
        height: 5px
    }

    .menu__list {
        font-size: 40px
    }

    .menu__link {
        margin: 30px 0
    }

    .cover {
        height: 1135px
    }

    .navbar {
        width: 90%;
        max-width: 640px;
    }

    .navbar__description {
        font-size: 20px;
        color: #ffffff;
    }

    .navbar__link {
        font-size: 22px
    }

    .meteorite-1-1_navbar {
        top: 140px;
        left: 6%;
        width: 48px;
        height: 40px
    }

    .meteorite-3_navbar {
        top: 465px;
        right: 1%
    }

    .meteorite-4-2_navbar {
        top: 730px;
        left: 28%
    }

    .meteorite-5-3_navbar {
        top: 280px;
        left: -40px;
        width: 89px;
        height: 89px
    }

    .meteorite-6_navbar {
        top: 125px;
        right: -25px;
        width: 87px;
        height: 52px
    }

    .meteorite-7_navbar {
        top: 90px;
        right: 15%
    }

    .section-2__title {
        max-width: unset;
        margin: 0;
        font-size: 45px
    }

    .section-2__label {
        top: -15px;
        width: auto;
        max-width: unset;
        white-space: nowrap;
        text-align: left;
        font-size: 47px
    }

    .section-2__category:first-child .section-2__label {
        top: -10px;
    }

    .section-2__inner {
        padding: 50px 15px
    }

    .gifts-slide__title {
        margin-bottom: 5px;
        font-size: 38px
    }

    .gifts-slide__price {
        font-size: 37px
    }

    .gifts-slide__price-icon {
        width: 35px;
        height: 35px;
        margin-left: 10px
    }

    .gifts-slider__pagination {
        position: relative;
        width: 95%;
        max-width: 800px;
        margin: 0 auto
    }

    .swiper-button-next_gifts,
    .swiper-button-prev_gifts {
        position: absolute;
        top: auto;
        bottom: 100px;
        width: 80px;
        height: 80px
    }

    .swiper-button-prev_gifts {
        left: 0
    }

    .swiper-button-next_gifts {
        right: 0
    }

    .swiper-button-next_gifts::after,
    .swiper-button-prev_gifts::after {
        width: 76px;
        height: 38px
    }

    .swiper-pagination_gifts {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 52px;
        margin: 0;
        font-size: 22px
    }

    .swiper-pagination_gifts .swiper-pagination-current {
        font-size: 33px
    }

    .section-2__card-list {
        grid-gap: 25px 35px;
        margin-top: 40px
    }

    .section-2__category {
        margin-bottom: 70px
    }

    .section-2__rules {
        padding: 0 30px 40px
    }

    .section-2__rules-card {
        max-width: 600px;
        padding: 35px 0 65px
    }

    .section-2__point {
        margin-top: 150px;
        font-size: 20px
    }

    .section-2__point-count {
        top: -150px;
        font-size: 120px
    }

    .section-2__point-item {
        padding-top: 30px
    }

    .section-2__point-item::before {
        width: 60px;
        height: 5px
    }

    .section-2__point-text {
        max-width: 380px
    }

    .meteorite-1-2_rules {
        top: 75%;
        left: -55px;
        width: 101px;
        height: 82px
    }

    .meteorite-1-3_rules {
        width: 62px;
        height: 53px
    }

    .meteorite-5-1_rules {
        top: 40%;
        right: -130px;
        width: 200px;
        height: 200px
    }

    .meteorite-11-1_rules {
        bottom: -30px;
        width: 51px;
        height: 41px
    }

    .section-3__inner {
        padding: 250px 0 350px
    }

    .section-3__title {
        margin: 0 0 40px 0;
        font-size: 45px
    }

    .public__link {
        margin: 0 15px
    }

    .public__image {
        width: 184px
    }

    .comet_section-3 {
        width: 248px;
        height: 85px
    }

    .planet-purple_section-3 {
        width: 129px;
        height: 78px
    }

    .meteorite-5-4_section-3 {
        width: 94px;
        height: 94px
    }

    .meteorite-6-1_section-3,
    .meteorite-6-1_section-3_1 {
        width: 85px;
        height: 56px
    }

    .meteorite-9_section-3 {
        width: 42px;
        height: 41px
    }

    .footer__inner {
        max-width: 550px;
        padding: 40px 0
    }

    .footer__link {
        margin-bottom: 30px
    }

    .footer__logo {
        height: 53px
    }

    .main-logo {
        width: 280px
    }

    .footer__logo-list {
        width: 100%
    }

    .footer__logo_webmoney {
        width: 180px
    }

    .footer__logo_capitalist {
        width: 160px
    }

    .footer__logo_wire-transfer {
        width: 133px
    }

    .footer__info {
        margin-top: 50px
    }

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

    .privacy-policy {
        font-size: 14px
    }

    .merch-modal {
        background: rgba(0, 0, 0, 0.6) url('../images/gulp-optimized/gifts-popup-bg.png') no-repeat;
        background-size: auto 100%;
        background-position: center;
    }

    .merch-modal-close {
        top: 30px;
        left: 76%;
        right: unset;
    }

    .merch-modal-close svg {
        width: 46px;
        height: 46px;
    }

    .merch-modal-title {
        width: 100%;
        font-size: 50px;
        line-height: 77px;
        text-shadow: 0px 0px 40px #000000;
    }

    .merch-modal-title span {
        font-size: unset;
    }

    .merch-modal-btn {
        padding: 13px 65px;
        border-radius: 30px;
        font-size: 50px;
        -webkit-box-shadow: 0px 4px 20px 0px #19A1C2CC;
        box-shadow: 0px 4px 20px 0px #19A1C2CC;
    }
}

@media screen and (min-width:960px) {
    :root {
        --slider-translate-y: -270px
    }

    .shakes-logo {
        width: 170px;
        height: 20px;
    }

    .wave {
        height: 100px
    }

    .wave_top-outside {
        top: -99px
    }

    .wave_bottom-outside {
        bottom: -99px
    }

    .anchor {
        top: -80px
    }

    .header {
        position: relative;
        padding: 0;
        margin-top: 50px;
        z-index: 1000
    }

    .header__inner {
        max-width: 1024px;
        justify-content: center
    }

    .header__link {
        margin: 0
    }

    .header__button {
        display: none
    }

    .menu {
        display: none
    }

    .cover {
        height: 890px;
        background-image: url(../images/manual-optimized/section-1-bg-desktop.jpg)
    }
    .navbar-section {
        margin-top: 28px;
        margin-bottom: 435px;
    }

    .navbar {
        max-width: unset;
    }

    .navbar__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar__title {
        margin-top: 28px;
        font-size: 50px;
    }

    .navbar__list {
        grid-template-columns: repeat(auto-fill, 100px);
        max-width: 1200px;
        margin: 0 auto;
    }

    .navbar__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: auto;
        height: 100%;
    }

    .navbar__link {
        font-size: 16px
    }

    .navbar__icon {
        width: 72px;
        min-width: unset;
        height: 72px;
        min-height: unset;
        -webkit-animation: fadeInIcon .5s ease forwards;
        animation: fadeInIcon .5s ease forwards
    }

    .airship_navbar,
    .comet_navbar,
    .satellite_navbar {
        display: block;
        opacity: 0
    }

    .comet_navbar {
        top: 270px;
        left: 1%;
        z-index: 30
    }

    .airship_navbar {
        top: 120px;
        left: 5%
    }

    .satellite_navbar {
        top: 175px;
        right: 5%
    }

    .meteorite-1-1_navbar {
        top: 330px;
        left: 11%
    }

    .meteorite-3_navbar {
        display: none
    }

    .meteorite-4-2_navbar {
        top: 35px;
        left: 10%
    }

    .meteorite-5-3_navbar {
        top: 55px;
        left: -35px
    }

    .meteorite-6_navbar {
        top: 25px;
        right: 17%
    }

    .meteorite-7_navbar {
        top: 90px;
        right: 17%
    }

    .section-2__inner {
        padding: 50px 30px 170px
    }

    .section-2__label {
        top: -20px;
        font-size: 70px
    }

    .section-2__category:first-child .section-2__label {
        top: -15px;
        font-size: 70px
    }

    .gifts-slider__pagination {
        width: 90%;
        max-width: 1024px
    }

    .swiper-button-next_gifts,
    .swiper-button-prev_gifts {
        bottom: 120px
    }

    .section-2__rules {
        padding: 0;
        margin: 120px 0 0;
        overflow: visible
    }

    .section-2__rules-card {
        max-width: unset;
        width: 100%;
        padding: 35px 0 0 0;
        z-index: 50
    }

    .section-2__terms {
        position: relative;
        flex-direction: row;
        justify-content: space-around;
        padding-bottom: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        z-index: 50
    }

    .section-2__point {
        margin-top: 80px;
        font-size: 17px;
        flex-grow: 1
    }

    .section-2__point:first-child {
        margin-bottom: 0
    }

    .section-2__point-item {
        position: relative;
        padding: 30px 0;
        background-color: var(--light-gray);
        z-index: 50
    }

    .section-2__point-count {
        top: -80px;
        font-size: 100px;
        z-index: 1
    }

    .section-2__point-text {
        max-width: 330px
    }

    .meteorite-11-1_rules {
        display: none
    }

    .meteorite-1-1_section-2,
    .meteorite-1-2_section-2,
    .meteorite-11-1_section-2,
    .meteorite-5-2_section-2,
    .meteorite-5-4_section-2,
    .meteorite-6-1_section-2,
    .meteorite-7_section-2,
    .meteorite-8_section-2,
    .meteorite-9_section-2,
    .rellax-item_section-2 {
        display: block;
        z-index: 30
    }

    .meteorite-1-2_rules,
    .meteorite-1-3_rules,
    .meteorite-5-1_rules {
        z-index: 100
    }

    .airpods,
    .gamepad,
    .gopro,
    .imac,
    .meteorite-11-1_section-2,
    .meteorite-5-2_section-2 {
        transition: opacity .2s
    }

    .meteorite-1-2_rules {
        top: 30%
    }

    .meteorite-1-3_rules {
        top: auto;
        bottom: -26px;
        right: 3%
    }

    .meteorite-5-1_rules {
        top: -85px;
        right: 4%;
        width: 145px;
        height: 145px
    }

    .meteorite-1-1_section-2 {
        bottom: 1%;
        left: 3%;
        width: 37px;
        height: 35px;
        transform: scale(-1, 1) rotate(-60deg)
    }

    .meteorite-1-2_section-2 {
        top: 20%;
        right: 2%;
        width: 189px;
        height: 152px
    }

    .meteorite-5-2_section-2 {
        top: 33%;
        left: 1%;
        width: 255px;
        height: 255px
    }

    .meteorite-5-4_section-2 {
        bottom: -150px;
        right: 1%;
        width: 205px;
        height: 205px
    }

    .meteorite-6-1_section-2 {
        bottom: -50px;
        left: 22%;
        width: 85px;
        height: 56px
    }

    .meteorite-7_section-2 {
        bottom: 30px;
        right: 23%;
        width: 19px;
        height: 16px;
        transform: scale(-1, 1)
    }

    .meteorite-8_section-2 {
        top: 10%;
        left: 10%;
        width: 104px;
        height: 100px
    }

    .meteorite-9_section-2 {
        bottom: -25px;
        right: 18%;
        width: 42px;
        height: 41px;
        transform: rotate(-80deg)
    }

    .meteorite-11-1_section-2 {
        top: 1%;
        right: 11%;
        width: 117px;
        height: 95px
    }

    .rellax-item_section-2 {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .galaxy {
        top: 11%;
        left: 3%;
        width: 151px;
        height: 192px;
        background-image: url(../images/gulp-optimized/galaxy.png)
    }

    .iphone {
        top: 15%;
        right: 11%;
        width: 133px;
        height: 200px;
        background-image: url(../images/gulp-optimized/iphone.png)
    }

    .imac {
        top: 23%;
        left: 5%;
        width: 238px;
        height: 207px;
        background-image: url(../images/gulp-optimized/imac.png)
    }

    .laptop {
        top: 31%;
        right: 7%;
        width: 193px;
        height: 202px;
        background-image: url(../images/gulp-optimized/laptop.png)
    }

    .iwatch-blue {
        top: 48%;
        left: 5%;
        width: 144px;
        height: 172px;
        background-image: url(../images/gulp-optimized/iwatch-blue.png)
    }

    .iwatch-pink {
        top: 53%;
        right: 7%;
        width: 155px;
        height: 150px;
        background-image: url(../images/gulp-optimized/iwatch-pink.png)
    }

    .airpods {
        bottom: 8%;
        left: 5%;
        width: 210px;
        height: 204px;
        background-image: url(../images/gulp-optimized/airpods.png);
        transform: rotate(-25deg)
    }

    .gamepad {
        bottom: 3%;
        right: 10%;
        width: 173px;
        height: 129px;
        background-image: url(../images/gulp-optimized/gamepad.png);
        transform: rotate(5deg)
    }

    .gopro {
        bottom: 0;
        left: 10%;
        width: 149px;
        height: 122px;
        background-image: url(../images/gulp-optimized/gopro.png)
    }

    .section-3 {
        background-image: url(../images/manual-optimized/section-3-bg-desktop.jpg)
    }

    .section-3__inner {
        padding: 200px 0 250px
    }

    .public__link {
        margin: 0 25px
    }

    .meteorite-11_section-3,
    .meteorite-2_section-3,
    .meteorite-4-2_section-3 {
        display: block
    }

    .meteorite-5-4_section-3,
    .meteorite-6-1_section-3_1,
    .meteorite-9_section-3 {
        display: none
    }

    .comet_section-3 {
        top: 32%;
        left: 18%
    }

    .planet-purple_section-3 {
        top: 37%;
        right: 20%;
        width: 201px;
        height: 122px
    }

    .meteorite-2_section-3 {
        top: 56%;
        right: 7%;
        width: 24px;
        height: 23px;
        transform: scale(-1, 1) rotate(-45deg)
    }

    .meteorite-3-1_section-3 {
        top: 52%;
        right: auto;
        left: 11%
    }

    .meteorite-4-2_section-3 {
        top: 10%;
        left: 13%;
        width: 34px;
        height: 29px;
        transform: rotate(170deg)
    }

    .meteorite-6-1_section-3 {
        left: auto;
        right: 11%;
        top: 25%;
        transform: rotate(-30deg)
    }

    .meteorite-11_section-3 {
        top: 30%;
        right: 1%;
        width: 61px;
        height: 55px
    }

    .footer__inner {
        max-width: 1024px;
        padding: 30px
    }

    .footer__link {
        margin: 0
    }

    .footer__icons {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__logo-list {
        width: 520px
    }

    .footer__info {
        margin-top: 30px
    }
}

@media screen and (min-width:1200px) {
    .footer__inner {
        max-width: 1170px;
        padding: 30px 0
    }

    .footer__logo-list {
        width: 550px
    }

    .navbar__title {
        font-size: 68px;
    }
}

@media screen and (min-width:1250px) {
    .section-2__title {
        text-align: left
    }

    .section-2__label {
        top: -5px;
        left: auto;
        right: 0;
        transform: translateX(0)
    }

    .section-2__category:first-child .section-2__label {
        font-size: 80px
    }

    .section-2__title_rules {
        text-align: center
    }

    .section-2__card-list {
        justify-content: left
    }
}

@media screen and (min-width:1348px) {
    .navbar-section {
        margin-bottom: 550px;
    }

    .navbar__content {
        margin-top: 80px;
    }
}

@media screen and (min-width:1600px) {
    .airship_navbar,
    .comet_navbar,
    .satellite_navbar {
        opacity: 1
    }

    .merch-modal-title {
        font-size: 70px;
    }
}

@media screen and (min-width:1920px) {
    .gifts-slide__title {
        margin: 15px 0;
        font-size: 40px
    }

    .gifts-slide__price {
        font-size: 38px
    }

    .gifts-slider__pagination {
        max-width: 1100px
    }

    .swiper-button-next_gifts,
    .swiper-button-prev_gifts {
        width: 140px;
        height: 140px
    }

    .swiper-button-next_gifts::after,
    .swiper-button-prev_gifts::after {
        width: 136px;
        height: 68px
    }

    .swiper-pagination_gifts {
        bottom: 25px;
        font-size: 39px
    }

    .swiper-pagination_gifts .swiper-pagination-current {
        font-size: 59px
    }

    .gifts-slide__price-icon {
        margin-left: 15px
    }

    .airpods,
    .gamepad,
    .gopro,
    .imac,
    .meteorite-11-1_section-2,
    .meteorite-5-2_section-2 {
        opacity: 1
    }
}

@-moz-document url-prefix() {

    .section-2__label,
    .section-2__point-count {
        background: rgba(255, 255, 255, 0);
        color: rgba(0, 0, 59, .1);
        -webkit-text-fill-color: unset
    }

    .section-2__point-count {
        opacity: .4
    }

    .section-2__label {
        opacity: .3
    }
}
