@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.header {
    background-image: url(../img/headerFon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    max-height: 523px;
}

.header__greenLine {
    position: fixed;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    color: white;
    padding: 8px 0;
    z-index: 99;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    padding: 10px 5px;
    background: #000;
    align-items: center;
    justify-content: space-between;
}

.header__greenLine-track {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    animation: marquee 20s linear infinite;
}

.header__greenLine-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 127%;
    text-transform: uppercase;
    color: #fff;
}

.header__greenLine-icon {
    width: 15px;
    height: 24px;
    object-fit: contain;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.girl-1 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    max-width: 335px;
}

.header-timeBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 5;
}

.header-time {
    width: 50px;
    height: 55px;
    margin-bottom: 5px;
}

.header-timeBlock-title {
    font-family: "League Gothic", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 89%;
    text-transform: uppercase;
    text-align: center;
    color: #93c53a;
    text-shadow: 0 4px 4px #000;
    font-size: 35px;
}

.header-timeBlock-subTitle {
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 117%;
    color: #fff;
    text-shadow: 0 4px 4px #000;
}

.black {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.header-info {
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-info-underTitle {
    font-family: "League Gothic", sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 75%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.header-info-mediumTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 38px 0 #000;
    border: 1px solid #656565;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: rgb(0, 0, 0);
    border-radius: 56px;
    width: 318px;
    height: 33px;
}

.header-info-title {
    font-family: "League Gothic", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 62%;
    text-transform: uppercase;
    text-align: center;
    color: #1eaa26;
}

.header-info-title span {
    color: #93c53a;
    position: relative;
    z-index: 3;
}

.header-info-title span::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/cp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: -11px;
    z-index: -1;
}

.header-info-subTitle {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}


.main {
    padding-bottom: 180px;
}

.purshes {
    padding-bottom: 70px;
    padding: 20px 10px 10px 10px;
}

.pourshes__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pourshes__button-left {
    border-radius: 16px;
    padding: 16px 8px;
    width: 202px;
    height: 72px;
    background: radial-gradient(55.45% 129.03% at 53.12% 21%, #ffffff61 0%, rgba(255, 255, 255, 0) 100%), #1eaa26;
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
    justify-content: space-between;
}

.pourshes__button-left::after {
    content: "";
    display: block;
    position: absolute;
    top: -33px;
    left: -41px;
    width: 100px;
    height: 79px;
    z-index: 9;
    background-image: url(../img/cap.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.pourshes__button-left-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #fff;
    text-align: left;
}

.price {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.pourshes__button-right {
    border-radius: 16px;
    padding: 16px 8px;
    width: 191px;
    height: 72px;
    border: 1px solid rgb(160, 160, 160);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.pourshes__button-right .price {
    color: rgb(160, 160, 160);
    text-decoration: line-through;
}

.pourshes__button-right-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: rgba(255, 255, 255, 0.5);
}

.mainText {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}

.mainText span {
    font-weight: 600;
}

.sign-up {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    font-family: "League Gothic", sans-serif;
    margin: 0 auto 20px auto;
    color: #fff;
    border-radius: 10px;
    padding: 16px;
    max-width: 350px;
    width: 100%;
    cursor: pointer;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: url(../img/sf.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: .2s;
}

.sign-up div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}

.sf-gift {
    width: 55px;
    height: 56px;
    object-fit: contain;
    animation: shake 1s ease-in-out infinite;
}

@keyframes shake {

    0%,
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-1px);
    }

    35% {
        transform: translateX(1px);
    }

    45% {
        transform: translateX(-1px);
    }

    55% {
        transform: translateX(1px);
    }

    60%,
    100% {
        transform: translateX(0);
    }
}

.sign-up:hover {
    transform: scale(1.01);
}


.who {
    position: relative;
    padding: 70px 10px;

}

.shadow-first {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.mainTitle {
    font-weight: 400;
    font-size: 75px;
    line-height: 93%;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
}



.calendar {
    background: linear-gradient(135deg, #ae0101 0%, #160101 55.89%, #276b10 100%);
    border-radius: 30px;
    padding: 40px 10px 0 10px;
    margin-top: 60px;
    position: relative;
}

.cl-logo {
    width: 100%;
    left: 0;
    top: 0;
    height: 122px;
    margin: -50px auto 0 auto;
    object-fit: contain;
    position: absolute;

}

.calendar-title {
    font-weight: 500;
    font-size: 29px;
    line-height: 116%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.calendar-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.calendar-text span {
    font-weight: 700;
}


.calendar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.calendar-list-item {
    border-radius: 41px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    gap: 10px;
}

.calendar-list-item img {
    width: 22px;
    height: 28px;
    object-fit: contain;
}

.calendar-list-item p {
    font-weight: 700;
    font-size: 16px;
    line-height: 119%;
    color: #000;
}

.calendar-footer {
    width: 100%;
}

.gold {
    padding-top: 50px;
}

.gold-top {
    background-image: url(../img/gold-fon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 139px;
    position: relative;
    z-index: 3;
}

.gold-top-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.gold-top-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.gold-medium {
    position: relative;
    min-height: 260px;
    z-index: 3;
}

.light-anim {
    width: 477px;
    height: 477px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    position: absolute;
    object-fit: contain;
}

.cover-anim {
    width: 100%;
    height: 141px;
    top: -45px;
    right: 0;
    z-index: 9;
    position: absolute;
    object-fit: contain;
}

.gift-anim {
    width: 481px;
    height: 480px;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    object-fit: contain;
}

.gold-bottom {
    position: relative;
    margin-top: -50px;
}

.gold-bottom img {
    width: 100%;
    object-fit: contain;

}

.gold-bottom::after {
    content: "";
    display: block;
    height: 1%;
    width: 40%;
    top: 60%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 80px 80px #F9A60C;
    position: absolute;

}



.you-if {
    background-image: url(../img/r-fon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 20px;
    margin-top: 10px;
}

.you-if-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 98%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.you-if-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 0;
}

.you-if-list-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.you-if-list-link img {
    width: 66px;
    height: 66px;
}

.you-if-list-link p {
    font-weight: 500;
    font-size: 18px;
    line-height: 111%;
    color: #fff;
}


.how {
    padding-top: 50px;
    padding-bottom: 80px;
}

.how-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 77%;
    text-transform: uppercase;
    text-align: center;
    color: #16c220;
}

.how-content {
    position: relative;
    width: 100%;
    position: relative;
    padding-top: 60px;
}

.how-content-list {
    display: flex;
    flex-direction: column;
    gap: 15px;

    justify-self: left;
    width: 100%;

}

.how-content-list-item {
    background-image: url(../img/g-f.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 65px;
    border-radius: 15px;
    padding: 10px 16px;
    min-width: 100% !important;

    display: flex;
    align-items: center;
    gap: 10px;
}

.how-content-list-item:nth-child(2) {
    background-image: url(../img/g-m.png);
}

.how-content-list-item-number {
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-shadow: 1px -2px 4px rgb(255 225 31);
}

.how-content-list-item-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    text-transform: uppercase;
    color: #fff;
}

.how-content-list-item-text span {
    color: #ffe11f;
}

.advent {
    position: absolute;
    top: 25px;
    right: 0;
    width: 130px;
}

.asks {
    padding-bottom: 30px;
    background-image: url(../img/snowFon.png);
    background-size: contain;
}

.asksContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    margin: 40px auto;
    border-top: 1px solid #7b7b7b;
}

.asksContainer-item {
    border-bottom: 1px solid #7b7b7b;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.asksContainer-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.asksContainer-item-bottom {

    max-height: 0;
    overflow: hidden;
    padding-bottom: 15px;
    opacity: 0;
    transition: all 0.4s;
}

.asksContainer-item.active .asksContainer-item-bottom {
    opacity: 1;
}


.label {
    font-weight: 400;
    font-size: 35px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: transform 0.3s ease;
}

.asksContainer-item p {
    max-width: 250px;
}

.later {
    padding-right: 10px;
    width: 380px;
    height: 550px;
    margin: 0 auto;
    background-image: url(../img/later.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.later-footer {
    position: absolute;
    bottom: 165px;
    right: 30px;
    display: flex;
    align-items: center;
}

.later-firstText,
.later-secondText,
.later-thirdText {
    opacity: 0;
    /* весь текст невидимий ДО старту */
}

.later-firstText {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    text-align: center;
    color: #000;
    top: 230px;
    left: 54px;
}

.later-secondText {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    text-align: center;
    color: #000;
    top: 300px;
    left: 120px;
}

.later-thirdText {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #000;
}

@media(max-width: 420px) {
    .later {
        width: 330px;
        height: 480px;
    }

    .later-footer {
        bottom: 150px;
    }

    .later-firstText {
        top: 205px;
        left: 46px;
        font-size: 14px;
        line-height: 105%;
    }

    .later-secondText {
        top: 260px;
        left: 102px;
        font-size: 14px;
        line-height: 105%;
    }

    .later-thirdText {
        font-size: 14px;
        line-height: 105%;
    }

}

@media(max-width: 350px) {
    .later {
        width: 290px;
        height: 430px;
    }

    .later-footer {
        bottom: 135px;
    }

    .later-firstText {
        top: 180px;
        left: 44px;
        font-size: 12px;
        line-height: 105%;
    }

    .later-secondText {
        top: 230px;
        left: 91px;
        font-size: 12px;
        line-height: 105%;
    }

    .later-thirdText {
        font-size: 12px;
        line-height: 105%;
    }

}

.char {
    opacity: 0;
    transform: scale(0.1) !important;
    transition: opacity 0.03s linear;
}

.kiss {
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.contact {
    background-image: url(../img/contact-fon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.contact-box-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contactlink {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #cacaca;
}

.contactNew {
    padding: 100px 40px 30px 40px;
    position: relative;
    overflow: hidden;
}

.gifts {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

.contactNew h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 121%;
    text-transform: uppercase;
    color: #00d103;
    padding-bottom: 20px;
}

.contactNew h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.contactNew p {
    font-weight: 400;
    font-size: 10px;
    line-height: 121%;
    padding: 5px 0;
    text-transform: uppercase;
    color: #fff;
}

.footer {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding: 15px;
    opacity: 0;
    transform: translateY(150px);
    margin: 0 auto;
    width: 100%;
    max-width: 430px;

    transition: all .5s ease;
}

.footer.active {
    transform: translateY(0px);
    opacity: 1;
}

.footer-timer {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.footer-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer-timer-value {
    border-radius: 150px;
    width: 67px;
    height: 38px;
    background-color: #fff;
    color: #000;
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
    text-align: center;
}

.footer-timer-time {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.footerButton {
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 4px 20px 0 rgba(251, 0, 0, 0.6);
    position: relative;
    border-radius: 15px;
    display: flex;
    justify-content: right;
    padding-right: 10px;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 335px;
    height: 65px;

    background: linear-gradient(180deg, #df0303 0%, #8f0303 100%);
    transition: .2s;
}

.footerButton:hover {
    transform: scale(1.01);
}

.footerButton::after {
    content: "";
    display: block;
    position: absolute;
    top: -33px;
    left: -40px;
    width: 100px;
    height: 79px;
    z-index: 9;
    background-image: url(../img/cap.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.gold-bottom::after {
    display: none;
}


.gold-bottom {
    position: relative;
    margin-top: -28px;
    position: relative;
    z-index: 4;
}

.header {
    background-image: url(../img/nf.png);
}

.asksContainer-item-bottom .mainText {
    max-width: 100% !important;
}


.how-content-list-item-number {
    font-family: 'League Gothic';
    text-shadow: 1px -1px 13px rgb(255 225 31 / 70%);
    -webkit-text-stroke: 1px #ffe11fb3;
}

.arrow-el {
    font-family: monospace;
    font-size: 23px;
    line-height: 0px;
}

.calendar-list-item p {
    font-weight: 600;
}

.calendar-title {
    font-family: "SONGER Condensed", sans-serif;

}

.pourshes__button-right,
.pourshes__button-left {
    padding: 16px 18px;
    border-radius: 7px;
    border: none;
}

.header-info-mediumTitle {
    max-width: 324px;
    width: 100%;
    height: 50px;
    font-size: 13px;
    background: url(../img/mediumTitle.png);
    border: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


@keyframes levitate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.levitate {
    animation: levitate 3s ease-in-out infinite;
    will-change: transform;
}