body {
    font-family: Raleway Flex, Raleway-Fallback, Apple Color Emoji, Noto Color Emoji, sans-serif;
}

/* -- MENU -- */
/* styles.css */


#menu-block.open {
    right: 0;
}



/*

*/

@media (max-width: 768px) {

    #menu-block {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    #menu-mobile {
        display: block;
    }

    #menu-block {
        width: 80%;
    }

    #menu {
        right: -100% ;
        display: none;
    }


    #menu-block.open #menu {
        display: block !important;
        right: -0% !important;
    }
}


/* SLIDER */
.slick-slide img {
    display: block;
    margin: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.slider {
    width: 100%;
    margin: 20px 0;
}

.slick-dots {
    position: absolute;
    bottom: -40px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.table {
    overflow-x: auto;
}

table {
    margin-bottom: 1.25em;
    background: #fff;
    border: 0;
    width: 1024px;
    border-spacing: 3px;

}

table thead,
table tfoot {
    background: #f5f5f5;
}

table th,
td {
    padding: 0.2em;
    text-align: center;
}

table td {
    background: #f2f2f2;

    font-size: 15px;
    padding: 0.75em;
    text-align: left;
    display: table-cell;
    line-height: 1.125em;
}