.page__popups {
    display: none;
    pointer-events: none;
}
.page__overlay, .page__popups, .popups__popup {
    width: 100%;
    height: 100%;
    left: 0;
}
.page__overlay {
    position: absolute;
    top: 0;
    display: none;
    z-index: 1000;
    background-color: #e9e9e9;
    opacity: .8;
}
.page__menu, body.ovh {
    overflow: hidden;
}
.page__menu, .page__popups {
    position: fixed;
    z-index: 1500;
    top: 0;
}
.popups__popup.active {
    opacity: 1;
    z-index: 1000;
}
.popups__popup {
    display: flex;
    overflow: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
}
.popup_video {
    padding: 0;
}
.popup {
    width: 700px;
    pointer-events: auto;
    /* padding: 30px 20px 0; */
    position: relative;
    background-color: #fff;
    border: 1px solid #333;
}
.popup__close {
    position: absolute;
    right: 20px;
    top: 23px;
    z-index: 100;
}
.btn-close, .page__menu {
    -webkit-transition: all .5s ease 0s;
}
.btn-close {
    width: 20px;
    height: 20px;
    position: relative;
    outline: 0;
    background-color: inherit;
    cursor: pointer;
    border: none;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f1eee7;
    background-color: #fff;
}
.btn-close_circle:hover {
    border: 1px solid #f1eee7;
}
.btn-close:before {
    width: 18px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -9px;
}
.btn-close:after, .btn-close:before {
    content: '';
    position: absolute;
    background-color: #333;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.btn-close:after {
    width: 4px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    margin-left: -2px;
    left: 50%;
}
.proportional-box {
    position: relative;
    padding-top: 65%;
    display: block;
}
.proportional-box_video .proportional-box__content {
    border: 2px solid #000;
    padding: 3px;
}
.proportional-box__content {
    overflow: hidden;
}
.proportional-box__content, .proportional-box__image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.proportional-box__video {
    width: 100%;
    height: 100%;
}
.video-box {
    position: relative;
    height: 100%;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.video-box__dummy, .video-box__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


@media screen and (max-width: 992px) {
    .header-basket__tablet-link, .popups__popup, .product-item__price-grid, .product-page-main, .promo-slider__item {
        display: block;
    }
    .popup {
        margin: 50px auto;
        width: 90%;
    }
}