.service__slide img {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
    max-height: 515px;
    object-fit: cover;
    object-position: top;
    clip-path: inset(5px 0 0 0);
}

.contacts__address a {
    color: #fff;
    text-decoration: none;
}

#elem {
    position: fixed;
    top: 182px;
    right: 32px;
    background: #9700cc;
    color: #fff;
    display: none;
    padding: 12px 24px;
    border-radius: 0px 24px;
    z-index: 9;
}

.animateOpen{
    -webkit-animation:moveOpen 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    display: block !important;
}

@-webkit-keyframes moveOpen
{
    from {-webkit-transform: translate(0,-100px);}
    10% {-webkit-transform: translate(0,20px);}
    12% {-webkit-transform: translate(0,22px);}
    16% {-webkit-transform: translate(0,20px);}
    80% {-webkit-transform: translate(0,20px);}
    85% {-webkit-transform: translate(0,25px);}
    to {-webkit-transform: translate(0,-100px);}
}

.contacts-page .contacts-page-hidden {
    display: none;
}

.modal-incart {
    max-height: max-content;
}

.modal-check {
    min-height: 98vh;
}

.policy a {
    color: #fff;
}

.policy:hover {
    text-decoration: none;
}

.serv__item-resto {
    background-image: url(../img/rest.jpg);
}

/* .serv__item-prazdn {
    background-image: url(../img/kar.jpg);
    background-position: bottom;
} */

.serv__item-karaoke {
    background-image: url(../img/5554.png);
    background-position: top;
}

.serv__item-bil {
    background-image: url(../img/bil.jpg);
}

.serv__item-turnir {
    background-image: url(../img/tur.jpg);
}

.serv__item-bouling {
    background-image: url(../img/bow.jpg);
}
/* 
.service__slider .slick-cloned {
    display: none;
} */

.form__label__text {
    min-height: 23px;
}

.modal.prazdn-korp__form {
    width: 664px;
    max-width: 100%;
    padding-bottom: 24px;
}

.modal.prazdn-korp__form .prazdn-korp__form__form {
    margin-top: 32px;
}

.serv__item-prazdn {
    background-image: url(../img/kar.jpg);
}

.serv__item-turnir {
    background-image: url(../img/smiley.png);
}

.new-menu {
    position: relative;
}

.menu-site__summ {
    right: 0;
    top: 13px;
}

.footer__bottom {
    flex-wrap: wrap;
}

.menu-site__summ_new {
    display: none !important;
}

.name_prod {
    margin-top:24px; 
    flex: 0 0 100%; 
    max-width:100%;
}

.name_prod a {
    color: #fff;
}

.soc_end {
    justify-content: flex-end;
}

#nubexVideo {
    top: 0; left: 0;
    position: absolute;
    width: auto; height: 100%;
    min-width: 100%; 
    min-height: 100%; 
    object-fit: cover;
    border-radius: 50px;
    max-width: 100%;
}


@media screen and (max-width: 767px) {
    .modal {
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow: auto;
    } 

    .prazdn-wrap__item {
        display: flex;
        flex-direction: column;
    }

    .prazdn-wrap__photo, .prazdn-wrap__photo img {
        display: block;
    }

    .menu-site__summ {
        display: none !important;
    }
    
    .menu-site__summ_new {
        display: inline-flex !important;
        margin: 0 !important;
        margin-left: auto !important;
        position: relative !important;
        top: initial !important;
        right: initial !important;
    }

    .row-h {
        display: flex;
        justify-content: space-between;
    }

    .menu-site__summ_all {
        margin-bottom: 26px !important;
        margin-top: -32px !important;
        top: -14px !important;
    }
}