@media (max-width: 479px) {
    .faq-columns {
        flex-direction: column;
    }

    .mobile_view {
        display: block;
    }

    .lot-screen .owl-carousel .item img,
    .wrapper,
    .rewards-main {
        width: 100%;
    }

    header .menu {
        width: 100%;
    }

    .video iframe {
        width: 320px;
        height: 200px;
    }

    .start-screen .title span {
        font-size: 61px;
    }

    .start-screen .title {
        font-size: 46px;
    }

    .prizes {
        flex-direction: column;
    }

    .flip-clock-wrapper {
        width: 100%;
    }

    .rewards_plus,
    .start-screen .title span i,
    .start-screen .red-arrow,
    .steps_image,
    header .menu,
    .coins-count {
        display: none;
    }

    .subtitle_mobile {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }

    .rewards {
        position: relative;
        margin-top: 0;
    }

    .rewards-left, .rewards-right {
        position: absolute;
    }

    .rewards-main {
        background: url("../images/lots/confetti-big.png") center 10px /100% no-repeat;
    }

    .rewards-main img {
        width: 350px;
        padding-top: 25px;
    }

    .rewards-left {
        width: 60px;
        z-index: 1;
        bottom: -15px;
        right: 165px;
    }

    .rewards-right {
        width: 90px;
        bottom: -10px;
        right: 90px;
    }

    .start-screen {
        min-height: auto;
    }

    .start-screen .action {
        position: relative;
        margin-top: 50px;
    }

    .cauldron {
        width: 80px;
    }

    .action .button {
        width: 300px;
        height: 60px;
        text-transform: none;
        font-size: 18px;
    }

    .action .button img {
        width: 50px;
    }

    .action .info {
        padding-bottom: 10px;
    }

    .prizes-screen .title {
        font-size: 24px;
        padding: 15px 0;
    }

    .prizes-screen .subtitle {
        font-size: 16px;
        width: 285px;
        margin: 0 auto;
    }

    .grand-prize .prize-image {
        margin-left: 32px;
    }

    .prize-title {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .prize-subtitle {
        font-size: 16px;
    }

    .video_title {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .video {
        margin-bottom: 50px;
    }

    .explanation-screen .title {
        font-size: 36px;
        padding: 25px 0;
    }

    .explanation-screen .steps-screen {
        position: relative;
        top: auto;
        left: auto;
    }

    .steps-screen .steps {
        position: relative;
        left: auto;
        top: auto;
        flex-direction: column;
        align-items: center;
        background: url("../images/lots/steps-mob.png") top center no-repeat;
        height: 1294px;
        justify-content: flex-start;
        gap: 0;
    }

    .steps .step-title {
        margin-bottom: 10px;
    }

    .step:nth-child(1) {
        margin-top: 110px;
    }

    .step:nth-child(2) {
        margin-top: 225px;
    }

    .step:nth-child(3) {
        margin-top: 245px;
    }

    .step:nth-child(4) {
        margin-top: 255px;
    }

    .lot {
        flex-direction: column;
        gap: 0;
    }

    .lot-screen .title span {
        font-size: 45px;
    }

    .lot-screen .title {
        font-size: 28px;
        padding: 25px 0 30px;
    }

    .timer-title {
        padding: 30px 0 15px;
    }

    .faq {
        padding: 0 30px;
    }

    .faq-title {
        font-size: 24px;
        padding: 40px 0;
    }

    .faq-columns {
        gap: 0;
    }

    .faq-q {
        font-size: 14px;
        justify-content: space-between;
    }
    .faq-a {
        font-size: 14px;
    }

    .mobile-menu {
        text-align: center;
    }

    .mobile-menu #menu-button {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        background: url("../images/lots/burger.png") center center no-repeat rgba(0, 0, 0, 0.5);
        z-index: 1100;
        transition: background-image 0.3s ease, left 0.3s ease;
    }


    .menu-open #menu-button {
        left: 260px;
        background: url("../images/lots/close.png") center center no-repeat rgba(0, 0, 0, 0.5);
    }

    #menu-button img {
        width: 40px;
    }

    .mobile-menu .logo {
        width: 70px;
    }

    .mobile-menu #menu-list {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        transition: left 0.3s ease;
        z-index: 1000;
        justify-content: flex-start;
        padding: 20px;
        gap: 10px;
        font-size: 18px;
    }

    .menu-open #menu-list {
        left: 0;
    }

    #menu-list li a {
        color: #000;
    }

    .lot .description {
        display: flex;
        flex-wrap: wrap;
    }

    .lot .description .lot-name,
    .lot .description .lot-price {
        display: flex;
        align-items: flex-start;
        width: 50%;
        font-size: 24px;
        padding: 10px 0 20px;
    }

    .lot .description .lot-name {
        order: 1;
        text-align: left;
    }

    .lot .description .lot-price {
        order: 2;
        justify-content: flex-end;
    }

    .lot .description .lot-info {
        order: 3;
        width: 100%;
    }

    .lot .description .lot-actions {
        order: 4;
        width: 100%;
    }
    .lot-actions {
        justify-content: space-between;
        gap: 0;
    }
    .explanation-screen .lots {
        padding: 30px;
        width: 380px;
        margin: 0 auto;
    }
    .counter {
        width: 130px;
        font-size: 32px;
        border: none;
    }
    .counter .value {
        display: flex;
    }
    .lot-actions .button {
        padding: 10px 20px;
    }
    .info2 {
        width: 330px;
        font-size: 10px;
        margin: 0 auto;
    }
    .footer {
        flex-direction: column;
    }
    .footer .logo {
        width: 124px;
        margin: 0 auto 20px;
    }
    .footer .logo img {
        margin-left: 15px;
    }
    .footer .menu {
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }
    .footer .footer-nav {
        order: 1;
    }
    .footer .footer-info {
        order: 2;
        font-size: 12px;
        width: 330px;
        margin: 0 auto;
        text-align: center;
    }
    .footer-nav ul {
        flex-direction: column;
        gap: 15px;
    }

    .lot .image {
        min-width: auto;
    }

    .lot .image img {
        max-width: 100%;
    }
}