    body {
        background-color: #f4f4f4;
        background-image: url('./bg.jpg');
        background-size: 4px;
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }
    div#overallholder {
        width: 80%;
        position: relative;
        margin: 0 auto;
        text padding: 25px;
        text-align: center;
        height: auto;
        top: 56px;
    }
    h1 {
        color: #dc0008;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 21px;
        margin: 0;
    }
    h2 {
        color: #dc0008;
        font-weight: normal;
        font-size: 14;
        font-style: italic;
        margin: 0;
    }
    h3 {
        font-weight: normal;
        font-size: 14;
        margin: 0;
    }
    h4 {
        color: #8c8c8c;
        font-weight: normal;
        font-size: 14;
        margin: 0;
    }
    h3 span {
        font-size: 16px;
    }
    .zab {
        border-collapse: collapse;
        box-shadow: 0px 1px 1px #cfcfcf;
        position: relative;
        float: left;
        margin: 11px;
        background-color: #fff;
        height: 558px;
        transition-property: box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        cursor: pointer;
    }
    .zab:hover {
        box-shadow: 0px 2px 23px #c5c5c5
    }
    .zab tr td {
        padding: 12px 18px;
        width: 200px;
    }
    .thumb {
        position: relative;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .thumbh {
        padding: 20px 0;
        width: 200px;
        height: 200px;
        text-align: center;
    }
    .tabule {
        z-index: 3;
        box-shadow: -1px 2px 10px #e8e8e8;
        float: none;
        margin: 78px auto;
    }
    .tabule:hover {
        box-shadow: -1px 2px 14px #e8e8e8;
    }
    .tabule tr td .thumbh {
        width: 300px;
        height: 300px;
    }
    .tabule .none {
        display: block;
    }
    .topmenu {
        width: 100%;
        top: 0;
        height: 56px;
        background-color: #fff;
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
        z-index: 4;
        position: fixed;
    }
    .logoname {
        height: 56px;
        left: 86px;
        color: #dc0008;
        line-height: 56px;
        position: relative;
        font-size: 24px;
    }
    .brand {
        width: 100%;
        padding: 30px 38px 15px;
        color: #dc0008;
        text-align: left;
    }
    .holder {
        position: relative;
        display: inline-block;
        width: 1048px;
    }
    .hamburger {
        width: 40px;
        height: 40px;
        top: 7px;
        left: 30px;
        position: absolute;
        opacity: 0.7;
        cursor: pointer;
        background-color: #dc0008;
        border-radius: 20px;
    }
    .hamburger:hover {
        opacity: 1;
    }
    .whiteshit {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        background-color: #e64d52;
        z-index: 3;
        display: none;
    }
    .block {
        display: block;
    }
    .none {
        display: none;
    }
    .menu {
        color: #fff;
        width: 420px;
        height: 180px;
        line-height: 26px;
        letter-spacing: 2px;
        font-size: 14px;
        position: relative;
        margin: auto;
        top: calc(50% - 90px);
    }
    li {
        list-style-type: square;
    }
    ul li:hover {
        font-weight: bold;
    }
    a {
        color: inherit;
        /* blue colors for links too */
        
        text-decoration: inherit;
        /* no underline */
    }
    .blackshit {
        background-color: rgba(245, 245, 245, 0.97);
        text-align: center;
        z-index: 2;
        width: 102%;
        overflow: auto;
        height: 100%;
        position: fixed;
    }
    .address {
        font-size: 12px;
        letter-spacing: 1px;
        right: 53px;
        top: 1px;
        position: fixed;
    }
    .footer {
        position: relative;
        width: 100%;
        height: 14px;
        display: block;
        background-color: #f2f2f2;
        padding: 12px 0;
        border-top: 1px solid #dadada;
        color: #8c8c8c;
        font-size: 12px;
        margin: 84px 0 0;
        text-align: center;
    }
    .spectr {
        border-bottom: 1px solid #f4f4f4;
        background-color: #FFF;
        height: 300px;
    }