header {
    padding-bottom: 1.2rem;
    padding-top: 2.4rem;
    background-image: url(../../images/mainFon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.header-box p {
    margin-top: -1.5rem;
}

.heart-header {
    width: 80px;
    margin-left: -40px;
    margin-top: -10px;
    animation: heartbeatMain 1.6s ease-in-out infinite;
}

.heart-small {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 3px;
    transform: rotate(-16deg);
}

.header-btn {
    background-image: url(../../images/button.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;
}

.button-heart {
    transform: rotate(-15deg);
    width: 35px;
    object-fit: contain;
    animation: heartbeat 1.6s ease-in-out infinite;
}

.c2 {
    padding-top: 0;
}

.title {
    text-align: center;
}

.c2-wrap {
    position: relative;
    flex-wrap: nowrap;
}

.info-img {
    max-width: 400px;
    width: 100%;
}

.c3 {
    height: auto;
    margin: 0;
    background: none;
    padding-top: 0px;
}

.c3-box {
    background: linear-gradient(147deg, #f33918 0%, #000 94.55%);
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 20px;
    position: relative;
}

.c3-box-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'SONGER Condensed';
    color: #fff;
}

.c3-box-subTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    padding: 15px 0 5px 0;
    color: #fff;
}

.c3-box-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
}

.c3-box img {
    width: 93px;
    height: 96px;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.heart-center {
    width: 80px;
    top: 52%;
    left: 51%;
    animation: heartbeatSecond 1.6s ease-in-out infinite;
    position: absolute;
    object-fit: contain;
}

.FAQ {
    padding-top: 40px;
}

.accordion-header::before {
    position: absolute;
    right: 0;
}

.accordion-header {
    padding-right: 30px;
}

.accordion-item.active .accordion-content {
    padding: 0px 0 15px 0 !important;
}

.footer {
    background-image: url(../../images/footer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    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;
}


.footer_text {
    padding-top: 1.6rem;
}


.footerButton {
    border-radius: 130px;
    max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    height: 65px;
    background: linear-gradient(138deg, #6b2b20 0.96%, #f33918 42.31%, #6b2b20 100%);
}

.footerButton p {
    font-weight: 700;
    font-size: 22px;
    line-height: 132%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.footerButton span {
    font-weight: 700;
    font-size: 10px;
    line-height: 290%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}


.contacts {
    background-image: url(../../images/contact.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    margin-bottom: 180px;
}

@font-face {
    font-family: 'Steelfish';
    src: url('../../fonts/steelfishBD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.contacts-title {
    font-weight: 300;
    font-size: 64px;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Steelfish';
    color: #fff;
    text-shadow: 0 22px 17px rgba(0, 0, 0, 0.6);
}

.contacts-title span {
    color: #f33918;
}

.contacts-subTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #fff;
}

.contacts-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}

.contacts-nav a {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    gap: 3px;
    color: #fff;
    display: flex;
    align-items: center;
}

.contacts-nav a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.support_link {
    text-align: center;
    color: #cacaca;
    font-weight: 400;
    text-decoration: underline;
}

.suport {
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: #cacaca;
    text-align: center;
}

.privacy {
    font-weight: 400;
    padding-top: 15px;
    font-size: 14px;
    line-height: 179%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #cacaca;
}


.foot_text {
    font-size: 20px;
}

.small_ft p {
    font-size: 10px;
}



@media(max-width: 440px) {
    .heart-header {
        width: 70px;
    }
}

@media (max-width: 420px) {
    .heart-center {
        left: 52%;
    }
}

@media(max-width: 400px) {
    .heart-header {
        width: 70px;
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1) rotate(-15deg);
    }

    10% {
        transform: scale(1.05) rotate(-15deg);
    }

    20% {
        transform: scale(1) rotate(-15deg);
    }

    30% {
        transform: scale(1.08) rotate(-15deg);
    }

    45% {
        transform: scale(1) rotate(-15deg);
    }

    100% {
        transform: scale(1) rotate(-15deg);
    }
}

@keyframes heartbeatMain {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.05);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.08);
    }

    45% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes heartbeatSecond {
    0% {
        transform: scale(1) rotate(-15deg) translate(-50%, -50%);
    }

    10% {
        transform: scale(1.05) rotate(-15deg) translate(-45%, -50%);
    }

    20% {
        transform: scale(1) rotate(-15deg) translate(-50%, -50%);
    }

    30% {
        transform: scale(1.08) rotate(-15deg) translate(-45%, -50%);
    }

    45% {
        transform: scale(1) rotate(-15deg) translate(-50%, -50%);
    }

    100% {
        transform: scale(1) rotate(-15deg) translate(-50%, -50%);
    }
}