body {
    padding: 0px;
    margin: 0px;
    font-family: "Arial";
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.header {
    width: 100%;
    color: #F0F0F0;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
        url("/img/header.jpg");
    background-size: cover;
    text-shadow: 0px 0px 10px black;
}

.footer {
    background-color: #000000;
}

.footer > div {
    padding: 1em;
    color: #C0C0C0;
    display: inline-block;
}
.footer > div > a {
    color: #C0C0C0;
    text-decoration: none;
}

.footer > div > a:hover {
    color: #FFFFFF;
}

#name {
    font-size: 4em;
    display: inline-block;
    width: 50%;
    padding: 0.2em;
    box-sizing: border-box;
    font-variant: small-caps;
}

#phone {
    display: inline-block;
    width: 50%;
    padding: 0.2em;
    box-sizing: border-box;
    text-align: right;
}

#number {
    font-size: 2.5em;
}

#time {
    font-size: 1.5em;
}

#desc {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 0.4em;
}

#banner {
    width: 100%;
}

#banner > img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.content {
    padding: 1.5em;
    flex: 1;
}

.content > div > p {
    text-indent: 2em;

}

#ptitle {
    font-size: 1.5em;
    font-variant: small-caps;
/*    padding-bottom: 0.5em;*/
}

#ptitle > div {
    display: inline-block;
    padding: 0.3em 0.5em;
    cursor: pointer;
    border-radius: 0.3em 0.3em 0 0;
}


#ptitle > div:hover {
/*    background-color: #C0FFC0 !important; */
/*    text-shadow: 0 0 1.5em #FFFFFF !important; */
/*    color: #C0C0FF; */
}

.unselected {
    background-color: transparent;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px black;
}

.unselected:hover {
    color: #C0C0FF;
}

.selected {
    background-color: #FFFFFF;
    color: #000000;
    text-shadow: none;
}

.selected:hover {
    color: #000000;
}

#catalog {
}

#catalog > table, th, td {
    border: 1px solid black;
    padding: 1em;
}

#catalog > table {
    border-collapse: collapse;
}

#docs {
    display: none;
}

#video {
    display: none;
}

#contacts {
    display: none;
    font-size: 1.5em;
}

div.item {
    display: inline-block;
    margin: 1em;
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 1em;
    padding: 1em;
}

div.item > div {
    text-align: center;
    padding: 0.5em;
}

div.item > div > img {
    cursor: pointer;
}

div#fullsize {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba( 0, 0, 0, 0.6 );
}

div#fullsize > img {
    max-width: 100%;
    max-height: 100%;
}

div#fsc {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

div#fsc > div {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    padding: 0.2em;
    margin: 0.5em;
}

div#fs_next,
div#fs_prev {
    cursor: pointer;
}

div#fs_next:hover,
div#fs_prev:hover {
    color: #404040;
/*    background: rgba( 255, 255, 255, 0.6 ); */
}
