@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Inter';
    src: url('../assets/fonts/Inter-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Caveat';
    src: url('../assets/fonts/Caveat.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Ramillas Black';
    src: url('../assets/fonts/TT Ramillas Trial Black.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Ramillas Bold';
    src: url('../assets/fonts/TT Ramillas Trial Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ramillas';
    src: url('../assets/fonts/TT Ramillas Trial Regular.ttf') format('truetype');
}

:root {
    --grey-10: #F5F5F5;
    --grey-20: #EDEDED;
    --grey-30: #e7e7e7;
    --grey-40: #dedede;
    --grey-50: #d6d6d6;
    --grey-base: #cecece;
    --grey-60: #acacac;
    --grey-70: #898989;
    --grey-80: #676767;
    --grey-90: #454545;
    --grey-100: #292929;

    --red-10: #ffcfcf;
    --red-20: #ffaeae;
    --red-30: #ff8686;
    --red-40: #ff5e5e;
    --red-50: #ff3535;
    --red-base: #ff0d0d;
    --red-60: #d50b0b;
    --red-70: #aa0909;
    --red-80: #800707;
    --red-90: #550404;
    --red-100: #330303;

    --primary-black: #080808;
    --primary-white: #FFFFFF;
    --spacing-1: 1px;
    --spacing-2: 2px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 40px;
    --spacing-xl: 64px;
    --spacing-xxl: 112px;
}

.loading {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #E6F7FF 0%, #CCEFFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 1s ease, visibility 1s ease;
}

.loading.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading_logo {
    background-image: url(../assets/main_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 78px;
    animation: heartbeat 2s infinite ease-in-out;
}

body.no-scroll {
    overflow: hidden;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.05);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.pig {
    min-width: 88px;
    aspect-ratio: 1/1;
    background: url(../assets/pig.png) center / contain no-repeat;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main_pig:hover,
.second_pig:hover,
.third_pig:hover,
.fourth_pig:hover {
    transform: scale(1.03);
}

.first_pig:hover,
.six_pig:hover,
.seven_pig:hover,
.ten_pig:hover {
    transform: scaleX(-1) scale(1.03);
}

.fifth_pig:hover {
    transform: scaleY(-1) scale(1.03);
}

.nine_pig_1:hover {
    transform: rotate(-30deg) scale(1.03);
}

.nine_pig_2:hover {
    transform: scaleX(-1) rotate(30deg) translate(-50%, 0);
}

.nine_pig_3:hover {
    transform: scalex(-1) rotate(-25deg);
}

.nine_pig_1 {
    width: 168px;
    top: -43px;
    right: 350px;
    transform: rotate(-30deg);
    opacity: 0;
}

.nine_pig_2 {
    width: 175px;
    transform: scaleX(-1) rotate(30deg) translate(-50%, 0);
    top: -50px;
    left: 50%;
    opacity: 0;
}

.nine_pig_3 {
    top: -50px;
    left: 315px;
    width: 209px;
    opacity: 0;
    transform: scalex(-1) rotate(-25deg);
}

.nine_pig_1,
.nine_pig_2,
.nine_pig_3 {
    transition: all .25s ease-out;
}

.main_pig {
    background: url(../assets/pig2.png) center / contain no-repeat;
    bottom: 710px;
    right: 340px;
}

.first_pig {
    bottom: 120px;
    left: 16px;
    transform: scaleX(-1);
}

.second_pig {
    z-index: 2;
    width: 260px;
    bottom: 30px;
    right: 190px;
}

.third_pig {
    bottom: 185px;
    right: 0px;
}

.fourth_pig {
    top: 18px;
    right: 0px;
}

.fifth_pig {
    width: 164px;
    top: -10px;
    right: 210px;
    position: absolute;
    transform: scaleY(-1);
    opacity: 0;
    transition: top .15s ease-out;
}

.six_pig {
    width: 164px;
    bottom: -65px;
    left: 90px;
    position: absolute;
    transform: scaleX(-1);
    opacity: 0;
    transition: left .15s ease-out, opacity .15s ease-out;
    z-index: 3;
}

.seven_pig {
    width: 95px;
    bottom: 145px;
    left: 135px;
    transform: scaleX(-1);
}

.ten_pig {
    width: 109px;
    bottom: -25px;
    left: -40px;
    transform: scaleX(-1);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

textarea {
    resize: none;
}

textarea::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #e2c7b8;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-track {
    background-color: #fae4d7;
    border-radius: 10px;
}

body {
    background: #FFFFFF;
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 140%;
}

.white_space {
    width: 100%;
    height: 130px;
    background: #FFFFFF;
}

#timer .white_space {
    height: 110px;
}

.invalid-feedback {
    position: absolute;
    bottom: 70px;
    color: #BA0047;
    font-size: 18px;
    left: 45px;
}

#contactForm .invalid-feedback {
    bottom: -4px;
}

.vetka {
    position: absolute;
    height: 344px;
    width: 1145px;
    background: url(../assets/vetka.png) center / contain no-repeat;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    z-index: 5;
}

.vetka_raz {
    left: -40%;
    top: -206px;
    transform: translateX(-100px) rotate(14deg);
}

.vetka_dva {
    right: -40%;
    top: -206px;
    transform: translateX(100px) rotate(-14deg);
}

.patches_head .vetka_raz {
    left: -50%;
}

.patches_head .vetka_dva {
    right: -50%;
}

.form_head .vetka_raz {
    left: -33%;
}

.form_head .vetka_dva {
    right: -33%;
}


.vetka.visible-left {
    transform: translateX(0) rotate(14deg);
    opacity: 1;
}

.vetka.visible-right {
    transform: translateX(0) rotate(-14deg);
    opacity: 1;
}

a {
    text-decoration: none;
    color: inherit;
}

img,
video {
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}

.popup-confirm {
    filter: none !important;
}

.popup-confirm:hover {
    filter: none !important;
}

.submit-email,
.telega_but {
    display: block;
    height: 56px;
    padding: 16px 32px;
    border-radius: 100px;
    background: linear-gradient(180deg, #008442 0%, #1FBD6D 100%);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #1FBD6D;
    width: 100%;
    max-width: 290px;
}

.telega_but {
    margin-top: 16px;
}

.hello_form {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 11, 32, 0.80);
    backdrop-filter: blur(7px);
    z-index: 10000;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.hide_hello {
    opacity: 0;
    pointer-events: none;
}

.hello_close {
    position: absolute;
    right: 32px;
    top: 32px;
    background-image: url(../assets/close.svg);
    background-position: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.hello_close:hover {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.336));
}

.show_hello {
    right: 17px;
}

.hello_signup-form h3 {
    display: none;
}

.hello_signup-form .left_form {
    gap: 4px;
}

.hello_section-emailtg h3 {
    display: none;
}

.hello_section-emailtg .section-emailtg {
    padding: 0;
    background: inherit;
}

.hello_section-emailtg .section-emailtg:after {
    border: none;
}

.section-emailtg .likeh3 {
    font-size: 18px;
    line-height: 20px;
}

.hello_section-emailtg .step {
    font-size: 18px;
    line-height: 20px;
}


.hello_section-emailtg .bonuses {
    padding: 0 0 16px;
}

.hello_section-emailtg .bonuses img {
    width: 32px;
    height: 32px;
}

.hello_section-emailtg .form_send {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.hello_section-emailtg .form_disclamer {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 0 0;
    display: block;
}

.hello_section-emailtg .email-tg {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hello_form .block_email_border {
    width: fit-content;
}

.block_email_border {
    display: flex;
    width: 576px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 24px;
    border: 4px solid #FFF;
    background: linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
    box-shadow: 0 0 11.292px 0 rgba(127, 164, 187, 0.25);
    margin: auto;
}

.hello_inform {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    position: relative;
}

.hello_text {
    font-size: 14px;
    line-height: 18px;
}

.hello_swap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.hello_swap_item {
    color: #00c3ff;
    font-family: "Ramillas Bold";
    font-size: 16px;
    font-style: normal;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px 0px;
    border-bottom: 2px solid #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
}

.hello_swap_item.active {
    color: #00C3FF;
    border-bottom: 2px solid #00C3FF;
}

.hello_signup {
    gap: 0px !important;
    padding: 24px;
}

.hello_recover {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--primary-black);
}

.hello_recover a {
    color: #00C3FF;
}

.hello_title {
    color: #00C3FF;
    font-family: "Ramillas Bold";
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.192px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hellotgform {
    flex-direction: column !important;
}

.helloh3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

#section-13 {
    padding: 112px 0 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.last_left {
    position: absolute;
    top: -90px;
    left: 63px;
    z-index: 1;
    display: block;
}

.last_right {
    position: absolute;
    top: -90px;
    right: 63px;
    z-index: 1;
    display: block;
}

.js-marquee p {
    padding-bottom: 32px;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 160px 16px 210px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 64px;
    margin-left: -16px;
    margin-right: -16px;
    margin: 0 auto;
}

.shadows {
    width: 100%;
    position: absolute;
    height: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.shadows.upper {
    top: 0;
}

.shadows.bott {
    bottom: 0;
    transform: rotate(180deg);
}

#section-13__credits {
    height: 431px;
    background: transparent;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    transform: perspective(431px) rotateX(30deg);
    text-align: center;
    color: #080808;

}

.hello_section-emailtg .checkbox {
    display: flex;
    flex-direction: column;
}

.section-emailtg .checkbox {
    display: flex;
    flex-direction: column;
}

.popup {
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 30px !important;
    background: linear-gradient(180deg, #D0F3FF 0%, #ECFAFF 100%) !important;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30) !important;
    z-index: 10000 !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 32px !important;
    max-width: 620px !important;
    max-height: 382px !important;
    width: 620px !important;
    height: 382px !important;
    padding: 0 !important;
}

.popup_body {
    width: 100% !important;
    height: 100% !important;
    border-radius: 25px !important;
    border: 12px solid #FFF !important;
    position: relative !important;
    padding: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: none !important;
}

.popup_body:after {
    content: "";
    position: absolute;
    top: 6px;
    width: calc(100% - 14px);
    left: 6px;
    height: calc(100% - 14px);
    border: none !important;
    pointer-events: none;
    z-index: 2;
}

.sova {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    filter: none !important;
    background: url(../assets/close.svg) center / cover no-repeat;
    width: 30px;
    height: 30px;
}

.popup_text {
    color: #4774B9;
    font-family: "Ramillas";
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.popup_text span {
    color: #4774B9;
}

.popup_more {
    font-size: 18px;
    line-height: 24px;
}

.popup_body .btn {
    max-width: 222px;
    position: relative !important;
    margin-top: 80px;
    top: auto !important;
    right: auto !important;
    display: flex;
    width: 222px;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #326FB5;
    background: linear-gradient(180deg, #55A4FF 0%, #326FB5 100%);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.for_desktop {
    display: flex !important;
}

.for_mobile {
    display: none !important;
}

.popup_pig {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(123, 81, 27, 0.92) 0%, rgba(225, 149, 50, 0.92) 100%);
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.popup_pig.is_open {
    opacity: 1;
    pointer-events: auto;
}

.pigs_wrapper {
    max-width: 1920px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hru {
    position: absolute;
    max-width: 800px;
    aspect-ratio: 1/1;
    transition: transform 0.1s linear;
}

.hru:nth-child(1) {
    width: 221px;
    top: -2%;
    left: 27%;
    transform: scaleX(-1) rotate(-17deg);
}

.hru:nth-child(2) {
    width: 221px;
    top: 3%;
    left: 2%;
    transform: scaleX(-1) rotate(-17deg);
}

.hru:nth-child(3) {
    width: 410px;
    top: 7%;
    left: 9%;
    transform: scaleX(-1) rotate(-19deg);
}

.hru:nth-child(4) {
    width: 800px;
    top: 34%;
    left: -8%;
    transform: scaleX(-1) rotate(0deg);
}

.hru:nth-child(5) {
    width: 333px;
    top: 77%;
    left: 21%;
    transform: scaleX(-1) rotate(-4deg);
}

.hru:nth-child(6) {
    width: 186px;
    right: 26%;
    top: 1%;
    transform: rotate(-30deg);
}

.hru:nth-child(7) {
    width: 502px;
    right: -3%;
    top: -5%;
    transform: rotate(-22deg);
}

.hru:nth-child(8) {
    width: 256px;
    right: 16%;
    top: 27%;
    transform: rotate(-15deg);
}

.hru:nth-child(9) {
    width: 606px;
    right: -8%;
    top: 38%;
    transform: rotate(1deg);
}

.hru:nth-child(10) {
    width: 428px;
    right: 15%;
    top: 66%;
    transform: rotate(-3deg);
}

.hru::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../assets/pig.png) center / contain no-repeat;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.hru:nth-child(odd)::before {
    animation-duration: 3.5s;
}

.hru:nth-child(even)::before {
    animation-duration: 4.2s;
}

.pigs_content {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.pigs_card {
    display: flex;
    width: 100%;
    max-width: 576px;
    padding: 22px 40px;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    border: 12px solid #FFF;
    background: linear-gradient(180deg, #FFF8DD 0%, #FFF5CC 100%), linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
    box-shadow: 0 0 14px 0 rgba(127, 164, 187, 0.25);
}

.pigs_card_title {
    text-align: center;
    font-family: "Ramillas Bold";
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFAC4D 0%, #D49D28 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pigs_card_code {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px dashed rgba(188, 129, 56, 0.20);
    color: #BC8138;
    font-size: 22px;
    line-height: 130%;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pigs_card_code img {
    width: 30px;
    position: absolute;
    right: 12px;
    top: 7px;
    filter: brightness(0) saturate(100%) invert(80%) sepia(38%) saturate(353%) hue-rotate(345deg) brightness(94%) contrast(96%);
}

.pigs_but {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: 100%;
    border-radius: 100px;
    background: linear-gradient(0deg, #F1C449 0%, #9B9B1B 100%);
    margin-top: 17px;
    cursor: pointer;
}

.pigs_in_but {
    width: 100%;
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F1C449 0%, #9B9B1B 100%);
}

.pigs_up .pigs_card_text {
    max-width: 330px;
    text-align: center;
    padding: 16px 0 32px;
}

.pigs_bottom {
    flex-direction: row;
    gap: 16px;

}

.pigs_card_heart {
    position: relative;
    width: 105px;
    min-width: 105px;
    height: 100%;
}

.pigs_card_heart::before {
    content: '';
    background: url(../assets/heart.png) center / contain no-repeat;
    position: absolute;
    top: -10px;
    left: -30px;
    width: 130px;
    height: 130px;
}

.pigs_card_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pig_info {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 36px;
    display: flex;
    width: 424px;
    padding: 25px 28px;
    flex-direction: column;
    border-radius: 40px;
    border: 12px solid #FFF;
    background: linear-gradient(180deg, #FFF8DD 0%, #FFF5CC 100%), linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
    box-shadow: 0 0 14px 0 rgba(127, 164, 187, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.pig_info.is_open {
    opacity: 1;
    pointer-events: all;
}

.pig_info_title {
    color: #BC8138;
    font-family: "Ramillas Bold";
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.pig_info_text {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 20px 0 8px;
}

.pig_info_p {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pig_info_img {
    height: 126px;
    width: 90px;
    min-width: 90px;
    border-radius: 12px;
    border: 1px dashed rgba(188, 129, 56, 0.20);
    background: url(../assets/pig.png) center / contain no-repeat;
    padding: 24px 16px;
}

.pig_info_podskazka {
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px dashed rgba(188, 129, 56, 0.20);
    color: #BC8138;
    font-size: 14px;
    line-height: 130%;
}

@media (min-width: 2000px)  {
    .main_pig {
    bottom: 870px;
    right: 340px;
}
}

@media (max-width: 1800px) {
    .main_pig {
        bottom: 710px;
        right: 265px;
    }

    .fifth_pig {
        right: 35px;
    }

    .nine_pig_1 {
        top: -43px;
        right: 430px;
    }

    .nine_pig_2 {
        top: -50px;
        left: 50%;
    }

    .nine_pig_3 {
        top: -50px;
        left: 415px;
    }
}

@media (max-width: 1760px) {
    .nine_pig_1 {
        top: -43px;
        right: 230px;
    }

    .nine_pig_2 {
        top: -50px;
        left: 50%;
    }

    .nine_pig_3 {
        top: -50px;
        left: 215px;
    }
}

@media (max-width: 1600px) {
    .hru:nth-child(3) {
        width: 410px;
        top: 10%;
        left: 3%;
        transform: scaleX(-1) rotate(-19deg);
    }

    .hru:nth-child(4) {
        width: 631px;
        top: 44%;
        left: -8%;
        transform: scaleX(-1) rotate(0deg);
    }

    .hru:nth-child(8) {
        width: 256px;
        right: 10%;
        top: 27%;
        transform: rotate(-15deg);
    }

    .hru:nth-child(9) {
        width: 440px;
        right: -8%;
        top: 38%;
        transform: rotate(1deg);
    }

    .hru:nth-child(10) {
        width: 428px;
        right: 9%;
        top: 66%;
        transform: rotate(-3deg);
    }

    .main_pig {
        width: 70px;
        bottom: 640px;
        right: 265px;
    }

    .nine_pig_1 {
        top: -43px;
        right: 330px;
    }

    .nine_pig_2 {
        top: -50px;
        left: 50%;
    }

    .nine_pig_3 {
        top: -50px;
        left: 315px;
    }
}

@media (max-width: 1750px) {
    .second_pig {
        z-index: 2;
        width: 260px;
        bottom: 30px;
        right: 110px;
    }
}

@media (max-width: 1500px) {
    .main_pig {
        width: 70px;
        bottom: 550px;
        right: 265px;
    }

    .nine_pig_1 {
        top: -43px;
        right: 130px;
    }

    .nine_pig_2 {
        top: -50px;
        left: 50%;
    }

    .nine_pig_3 {
        top: -50px;
        left: 115px;
    }

    .six_pig {
        bottom: -90px;
        left: 50px !important;
    }

    .seven_pig {
        left: 255px;
        bottom: 133px;
    }
}

@media (max-width: 1400px) {
    .pigs_content {
        gap: 8px;
    }

    .pigs_card_title {
        font-size: 32px;
    }

    .pigs_card_code img {
        width: 18px;
    }

    .pigs_card_code {
        font-size: 20px;
    }

    .pigs_card_heart {
        display: none;
    }

    .seven_pig {
        bottom: 60px;
    }

    .main_pig {
        min-width: 70px;
        bottom: 720px;
        right: 265px;
    }
}

@media (max-width: 1330px) {
    .main_pig {
        width: 70px;
        bottom: 615px;
        right: 265px;
    }
}

@media (max-width: 1180px) {
    .main_pig {
        width: 70px;
        bottom: 535px;
        right: 265px;
    }
}

@media (max-width: 1000px) {
    .main_pig {
        width: 70px;
        bottom: 425px;
        right: 135px;
    }

    .hru {
        display: none;
    }
}

@media (max-width: 990px) {
    .nine_pig_1 {
        top: -140px;
        right: 160px;
        opacity: 1;
    }

    .nine_pig_2 {
        display: none;
    }

    .nine_pig_3 {
        display: none;
    }

    .sova {
        display: none;
    }

    .popup {
        width: 100% !important;
    }

    .popup_text {

        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .pig_info {
        z-index: 100;
        position: fixed;
        bottom: 20px;
        right: 8px;
        display: flex;
        width: 360px;
        padding: 16px 16px;
        flex-direction: column;
        border-radius: 30px;
        border: 8px solid #FFF;
        background: linear-gradient(180deg, #FFF8DD 0%, #FFF5CC 100%), linear-gradient(180deg, #ECFAFF 0%, #D0F3FF 100%);
        box-shadow: 0 0 14px 0 rgba(127, 164, 187, 0.25);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .nine_pig_1 {
        top: -140px;
        right: 160px;
        opacity: 1;
        width: 125px;
    }
}

@media (max-width: 1260px) {
    .second_pig {
        z-index: 2;
        width: 180px;
        bottom: 15px;
        right: 110px;
    }

    .hru:nth-child(10) {
        width: 401px;
        right: 0%;
        top: 66%;
        transform: rotate(-3deg);
    }

    .hru:nth-child(3),
    .hru:nth-child(7),
    .hru:nth-child(9) {
        display: none;
    }

    .hru:nth-child(8) {
        width: 256px;
        right: 4%;
        top: 27%;
        transform: rotate(-15deg);
    }

    .hru:nth-child(4) {
        width: 480px;
        top: 28%;
        left: -14%;
        transform: scaleX(-1) rotate(0deg);
    }

}

@media (max-width: 950px) {
    .six_pig {
        width: 125px;
    }

    .fifth_pig {
        right: -80px;
    }
}


@media (max-width: 550px) {
    .seven_pig {
        left: 70%;
    }
}

@media (max-width: 770px) {
    .fifth_pig {
        right: 0;
        top: -180px !important;
        opacity: 1 !important;

    }
}

@media (max-width: 720px) {
    .second_pig {
        z-index: 2;
        width: 180px;
        bottom: 15px;
        right: -20px;
    }
}

@media (max-width: 460px) {
    .second_pig {
        z-index: 0;
        width: 180px;
        bottom: 205px;
        right: 183px;
    }
}

@media (max-width: 1400px) {
    body {
        font-size: 14px;
        line-height: 140%;
    }

    .first_pig {
        bottom: 63px;
        left: 16px;
        transform: scaleX(-1);
    }
}

@media (max-width: 920px) {

    .loading_logo {
        width: 200px;
        height: 123px;
    }

    .hello_inform {
        width: 350px;
    }

    .hello_signup {
        padding: 8px;
    }

    .hello_close {
        right: 16px;
        top: 16px;
        width: 16px;
        height: 16px;
    }

    .telega_but {
        max-width: 300px;
        height: 52px;
        padding: 16px 32px;
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .submit-email {
        height: 52px;
        padding: 16px 32px;
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .row {
        padding: 0;
    }

    .last_left {
        display: none;
    }

    .last_right {
        display: none;
    }

    .hello_title {
        font-size: 20px;
        line-height: 28px;
    }

}

@media (max-width: 599px) {
    .invalid-feedback {
        left: 10px;
    }

    .invalid-feedback {
        font-size: 16px;
    }

    .for_mobile {
        display: flex !important;
    }

    .fon_music {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        position: static;
    }

    .for_desktop {
        display: none !important;
    }

    .hello_section-emailtg .form_disclamer {
        display: none;
    }

    .hello_text {
        display: none;
    }

    .hello_form {
        max-width: 100vw;
    }

    .hello_signup-form .red_main_but {
        background-size: contain;
    }

    .show_hello {
        right: 0px;
        top: 3px;
    }

}

.brown_button {
    cursor: pointer;
}


.pulse {
    position: relative;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.pulse::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffffb3;
    border-radius: 50%;
    z-index: 2;
}

.pulse span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulse 2.4s ease-out infinite;
    opacity: 0;
}

.pulse span:nth-child(1) {
    animation-delay: 0s;
}

.pulse span:nth-child(2) {
    animation-delay: .8s;
}

.pulse span:nth-child(3) {
    animation-delay: 1.6s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}