.box {
        background: #fafafa!important;
    }
    .modal__content {
        max-height: 70%!important;
    }
    .modal__content {@media (width < 768px) {
        max-height: 50%!important;
    }
    }
    .modal img{@media (width > 767px) {
        max-width: 60%!important;
    }
    }
    .modal img {
        margin: 0 auto;
    }
    p.name{@media (width < 768px) {
        font-size: 1.2rem!important;
    }
    }

    .ticket_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 20rem;
        margin-top: 20px;
        margin-inline: auto;
        padding-left: 2.2rem;
        background: #fff;
        border: 3px solid #000;
        color: #000;
        font-weight: bold;
        transition: .3s;
    }

    .ticket_btn .btn-icon-wrap {
    height: 38px;
    }

    @media (width < 780px) {
        .ticket_btn {
            width: 50%;
            padding-left: 1.2rem;
        }
    }

    .campaign,.goods {
    background: url(../img/bg-gray.webp) no-repeat center center;
    background-size: cover;
    }

    
