/* extra css */

.header-wrap {
    position: fixed;
    top: 0;
}

.site-main {
    background: #ffffff !important;
}

.spec-number {
    position: absolute;
    left: 0;
    top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0 0 1.2em 2em;
}

.spec-number-2 {
    position: relative;
}

.spec-number-2:after {
    content: '';
    width: 2px;
    height: 60px;
    background: #000;
    position: absolute;
    bottom: -90px;
}

.slick-slide {
    padding: 10px;
}

.slick-track {
    padding-bottom: 10px;
    padding-top: 10px;
}

.wp-block-table thead {
    border-bottom: none;

    th {
        border: none;
    }
}

.spes-table {

    table {
        border: none;
    }

    td {
        border-left: none;
        border-right: none;
        border-color: #0000007d;
    }
}

/* .header-wrap {
	padding-top: 5px;
} */

/*768 - 992 px*/
@media screen and (min-width: 769px) {
    .desk-none {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    span.mobile-menu {
        display: none;
    }
}