#zoo {
    position: relative;
    z-index: 2;
    background: url(../assets/bg_zoo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#zoo::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 305px;
    background: linear-gradient(180deg, rgba(19, 0, 36, 0) 0%, rgba(19, 0, 36, 1) 100%);
}

#zoo::before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 305px;
    background: linear-gradient(180deg, #130024 0%, rgba(19, 0, 36, 0.00) 100%);
}

.zoo_content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 67px;
    width: 100%;
    padding: 207px 0 0 0;
    overflow: hidden;
}

.zoo_text {
    color: #FFF;
    text-align: center;
    font-family: Evolventa bold;
    font-size: 42px;
    font-weight: 700;
    line-height: 50.017px; /* 119.088% */
    letter-spacing: -0.42px;
    max-width: 895px;
    margin: 0 auto;
}

.zoo_text span {
    color: #ffffff52;
    transition: color 0.5s ease-in-out;
}

.zoo_text span.active {
    color: #FFF;
}

.zoo_text span.active.purple {
    color: #FB00FF;
}

.zoo_pet {
    display: flex;
    flex-direction: row;
    height: 512px;
    max-width: 1181px;
    margin: 0 auto;
    align-items: flex-end;
    width: 100%;
}

.zoo_pic {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 552px;
    max-width: 645px;
}

.zoo_cat {
    background-image: url(../assets/cat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: jump 5s ease-in-out infinite;
    z-index: 2;
    right: -150px;
}

.zoo_horse {
    background-image: url(../assets/horse.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: jump_ather 5s ease-in-out infinite;
    left: -26px;
}

@keyframes jump {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes jump_ather {
    0%,
    100% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }
}

.zoo_discribe {
    min-width: 513px;
    padding: 0 0 69px 48px;
}

.zoo_discribe_title {
    color: #FFF;
    font-family: Evolventa bold;
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.42px;
    margin-bottom: 12px;
}

.zoo_discribe_percent {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 44px;
    background: #FF0066;
    width: fit-content;
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    position: relative;
    bottom: 9px;
}

.zoo_discribe_text {
    color: #FFF;
    font-family: Evolventa;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.22px;
    max-width: 423px;
}

.zoo_discribe_price {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 46px 0 8px;
}

.zoo_discribe_new {
    color: #D800FF;
    font-family: Evolventa bold;
    font-size: 42px;
    font-weight: 700;
    line-height: 52.528px;
    letter-spacing: -0.42px;
}

.zoo_discribe_old {
    color: #ffffff3d;
    font-family: Evolventa Bold;
    font-size: 24px;
    font-style: normal;
    line-height: 33.544px;
    letter-spacing: -0.24px;
    text-decoration-line: line-through;
}

.zoo_discribe_days_text {
    color: #FFF;
    font-family: Evolventa Bold;
    font-size: 16px;
    font-style: normal;
    line-height: 33.544px;
    letter-spacing: -0.16px;
}

.zoo_discribe_days {
    max-width: 324px;
}

.zoo_bg {
    padding: 360px 0 250px;
    background: url(../assets/zoo_top.png), url(../assets/zoo_bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    position: relative;
    width: 100%;
    max-width: 1704px;
    margin: 0 auto;
}

.zoo_star {
    position: absolute;
    top: 64px;
    width: 162px;
    height: 162px;
    background: url(../assets/zoo_top_star.png) no-repeat center;
}

.zoo_star_left {
    left: 64px;
    animation: pulse 4s ease-in-out infinite;
}

.zoo_star_right {
    right: 64px;
    animation: pulse 6s ease-in-out infinite;
}

.zoo_sun {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -126px;
    width: 252px;
    height: 252px;
    background: url(../assets/zoo_top_sun.png) no-repeat center;
    animation: rotate 10s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.zoo_messages {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 200px;
}

.zoo_message_left,
.zoo_message_right {
    position: absolute;
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.zoo_message_left {
    top: 0;
    left: 0;
}
.zoo_message_right {
    bottom: 0;
    right: 0;
}

.zoo_top {
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.zoo_boble_cat {
    color: #D800FF;
}

.zoo_boble_horse {
    color: #F06;
}

.last_boble {
    text-shadow: 0 0 44px rgba(217, 0, 255, 0.40);
    font-family: Colus;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 124px */
    text-transform: uppercase;
}

@media (max-width: 1920px) {
    #zoo {
        background-size: cover;
    }
}

@media (max-width: 1704px) {
    .zoo_star {
        display: none;
    }
}

@media (max-width: 1350px) {
    .zoo_cat {
        right: -55px;
    }

    .zoo_horse {
        left: -80px;
    }

    .zoo_messages {
        height: 170px;
    }
    
    .last_boble {
        font-size: 72px;
    }
}

@media (max-width: 1100px) {
    .zoo_content {
        padding: 64px 0;
    }

    .zoo_bg {
        background-image: none;
    }

    .zoo_sun {
        display: none;
    }

    .zoo_text {
        font-size: 39px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.24px;
    }

    .zoo_horse {
        width: 400px;
        height: 100%;
        left: 20px;
    }

    .zoo_cat {
        width: 400px;
        height: 100%;
        left: 110px;
    }

    .zoo_pet {
        display: flex;
        flex-direction: row;
        height: 470px;
        max-width: 1181px;
        margin: 0 auto;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 970px) {
    .zoo_horse {
        left: -20px;
    }

    .zoo_cat {
        left: 70px;
    }
}

@media (max-width: 920px) {
    .zoo_messages {
        height: 110px;
    }

    .zoo_cat {
        left: 46px;
    }

    .zoo_horse {
        left: -45px;
    }

    .zoo_discribe_percent {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.16px;
        padding: 4px 9px;
        bottom: 3px;
    }

    .zoo_discribe_text {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.16px;
        max-width: 270px;
    }

    .zoo_discribe {
        min-width: 343px;
        padding: 0 16px;
    }

    .zoo_discribe_title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.24px;
        margin-bottom: 8px;
    }

    .zoo_pet {
        display: flex;
        flex-direction: column;
        height: 583px;
        max-width: none;
        margin: 0 auto;
        align-items: center;
        width: 100%;
        gap: 45px;
    }

    .zoo_pic {
        position: relative;
        max-width: 375px;
        height: 100%;
    }

    .zoo_content {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 67px;
        width: 100%;
        overflow: hidden;
    }

    .last_boble {
        font-size: 40px;
    }

    .last_boble .sm-hide {
        display: none;
    }

    .zoo_top {
        margin-bottom: 64px;
    }

    .zoo_text {
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.28px;
        max-width: 366px;
    }

    .zoo_bg {
        padding: 80px 0 192px;
    }

    .zoo_boble_cat.third_boble {
        left: -32px;
        top: 26px;
    }

    .third_boble {
        position: absolute;
        width: 26px;
        height: 26px;
    }

    .zoo_boble_cat.second_boble {
        left: -49px;
        top: 46px;
    }

    .second_boble {
        position: absolute;
        width: 15px;
        height: 15px;
    }

    .zoo_boble_cat.first_boble {
        left: -66px;
        top: 46px;
    }

    .zoo_boble_horse.third_boble {
        right: -32px;
        top: 26px;
    }

    .zoo_boble_horse.second_boble {
        right: -49px;
        top: 46px;
    }

    .zoo_boble_horse.first_boble {
        right: -66px;
        top: 46px;
    }

    .zoo_discribe_new {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 52.528px;
        letter-spacing: -0.32px;
    }

    .zoo_discribe_old {
        font-size: 18px;
        line-height: 33.544px;
        letter-spacing: -0.18px;
    }

    .zoo_discribe_price {
        gap: 24px;
        padding: 16px 0 8px;
    }
}