.popup .item {
    display: none !important;
}

.popup .sub {
    display: none;
}

.modal_title img {
    width: 160px;
}
.modal_title {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.modal_age_text span {
    font-size: 27px !important;
}

.info1 .item {
    display: block !important;
}
.copy a {
    border-bottom: 1px dashed #5d7cff;
    padding: 2px 0px;
    margin-bottom: 36px;
    position: relative;
    top: -14px;
    font-size: 20px;
}
.adt {
    font-size: 20px;
    color: #fff;
}
footer .box .phone a {
    font-size: 20px;
}

footer .box .mail a {
    font-size: 20px;

}

footer .box {
    align-items: flex-start!important;
}

@media (max-width: 991px) {
    .popup .box {
        height: auto;
    }
}

@media (max-width: 575px) {

    .popup-fade-more .slider-popup .item img {
        object-fit: cover;
    }

    .copy a {
        border-bottom: 1px dashed #5d7cff;
        padding: 7px 0px;
        margin-bottom: 36px;
        position: relative;
        top: -39px;
        font-size: 20px;
    }

    .adt {
        text-align: center;
        margin-bottom: 25px;
    }

    .swiper-slide-active a.btn {
        margin-bottom: 60px;
    }
    p.zz {
        position: relative;
        font-size: 19px !important;
        top: 18px;
    }

    .annoying-btn {
        background: radial-gradient(circle at center, #fffaf036 10px, #ffffff36 10px);
        background-clip: padding-box;
        transform-origin: center;
        animation: annoying .4s ease-in infinite alternate !important;
        justify-content: space-around !important;
        align-items: center !important;
        color: #f7f7f7bd;
        font-size: 26px !important;
        background-size: 38px !important;
    }
    .an {
        display: flex;
        text-align: center;
        justify-content: space-around;
        flex-direction: row;
        align-content: space-between;
        align-items: stretch;
    }

    .sec-4 .box .right {
        width: 100%;
        margin-top: 86px;
    }


    #info_age_modal {
        width: 99.9%!important;max-width: 333px!important;
    }
    .modal_age_text span {
        font-size: 22px !important;
    }

    .box .menu .soc img {

        position: relative;
        left: 165px;
    }

    .box .soc {
        display: none !important;
    }

    .box .menu .soc {
        position: relative;
        left: -170px;
        top: -65px;
        display: flex !important;
        width: 100%;
    }

}



.annoying-btn {
    width: 64px;
    height: 48px;
    display: flex;
    transform-origin: center;
    animation: annoying .4s ease-in infinite alternate;
    justify-content: space-around;
    align-items: center;
    color: #f7f7f7bd;
    font-size: 26px;
    background-size: 57px;
    background: url(https://gift.utgc.ru/wp-content/uploads/2025/02/scrollwhit.png) no-repeat;
}
@keyframes annoying{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.2);
    }
}