body.blockScroll {
    overflow: hidden;
}

.modal_side {
    padding: 0 !important;
}

.modal_side_content {
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: initial !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 10000000000;
}

.modal_side_content section, .modal_side_content p {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

.modal_side_background {
    background-color: #000000;
    display: none;
    left: 0;
    height: 100%;
    margin: 0;
    opacity: 0.4;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.modal_side.active .modal_side_content {
    right: 0;
}

.modal_side_content_top {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px !important;
    width: 100%;
}

.modal_side_content_top svg {
    height: 35px;
    opacity: 0.4;
    transition: all ease 0.25s;
    width: 35px;
}

.modal_side_content_top svg:hover {
    cursor: pointer;
    opacity: 1;
}

.modal_side_title {
    flex-grow: 1;
    padding-top: 10px;
    text-align: center;
}

.modal_side_title p, .modal_side_title span {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase !important;
}

.modal_side_separation {
    background-color: #000000;
    height: 1px;
    margin: 0 auto !important;
    opacity: 0.1;
    width: 100%;
}

.modal_side_middle {
    display: block;
    height: calc(100vh - 40px);
    overflow: auto;
    padding: 10px 30px 125px !important;
}

.modal_side_icon {
    display: flex;
    font-size: 50px;
    justify-content: center;
}

.modal_side_subtitle, .modal_side_subtitle * {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.modal_side_text {
    margin-top: 20px !important;
}

.modal_side_text * {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
}






@media screen and (max-width: 880px) {
    .modal_side_content {
        border-radius: 0;
        width: 100%;
    }
}