body {
    height: 100vh;
    color: #4C4C4C;
}


.grid {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.grid-row {
    display: flex;
    flex-direction: row;
}
.grid-header {
    flex: 0 0 auto;
    z-index: 1;
}
.grid-content {
    flex: 1 1 auto;
    overflow: auto;
}
.grid-footer {
    flex: 0 0 auto;
    z-index: 1;
}

.header {
    background: url('/decor/bg-1.svg') bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

.footer {
    background: url('/decor/bg-2.svg') top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    font-size: 13px;
}

.subtitle {
    letter-spacing: 2px
}

a {
    color: #D52236
}

a:hover {
    color: #D52236;
    text-decoration: none
}

.wrapper {
    max-width: 1240px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top-menu {
    z-index: 99999;
    position: absolute;
    top: 0;
    text-align: center;
    height: 50px;
    margin: 0 auto;
    width: 100%
}

#top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

#top-menu ul:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: -26px;
    right: -13px;
    z-index: -1;
}

#top-menu ul:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -26px;
    left: -13px;
    z-index: -1;
}

#top-menu li {
    list-style: none;
    margin: 0 0px;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 99;
    float: left;
}

#top-menu li.active a {
    color: #D52236
}

#top-menu li a {
    text-decoration: none;
    color: #4C4C4C;
    padding: 3px 10px;
    display: block;
}

.body #slide-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.body #slide-list > li {
    display: none;
    list-style: none;
    padding: 0;
    width: 100%; /*color: #bababa; */
    font-size: 14px;
    margin: 0 auto;
}

.body #slide-list > li.active {
    display: block;
}

.body #slide-list li.main {
    text-align: center;
    color: #969492;
}

.body #slide-list li.main .logo img {
    width: 50%
}

.body #slide-list li.main .menu {
    margin: 30px 0 0 0;
}

.body #slide-list li.main .menu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    text-align: center
}

.body #slide-list li.main .menu ul li {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block
}

.body #slide-list li.main .menu ul li a {
    text-decoration: none;
    color: #969492;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.body #slide-list li.main .menu ul li a:hover {
    text-decoration: underline;
}


.body #slide-list li table td.workingtime span {
    width: 40px;
    display: inline-block
}

.body #slide-list li .brands-list {
    /* width: 50%; */
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center
}

.body #slide-list li .brands-list li {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
    /* display: inline-block; */
}

.body #slide-list li .brands-list li img {
    max-height: 50px
}

