.js-block-popup {
}

.js-block-popup .js-block-popup--close {
    display: none;
}

.js-block-popup--up {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding-top: 60px;
}

.js-block-popup--up .js-block-popup--close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.js-block-popup--close {
    width: 30px;
    aspect-ratio: 1;
    /* background: red; */
    margin: auto;
    /* margin-bottom: 35px; */
}

.js-block-popup--close::before, .js-block-popup--close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #7a7a7a;
    transform-origin: center;
}

.js-block-popup--close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.js-block-popup--close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.top .fixed-left-bottom-block {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex !important;
    flex-direction: column !important;
    transform: scale(0.7);
}

.top .fixed-left-bottom-block a {
    background: #00364e;
}
