body {
    padding: 0;
    margin: 60px 0 0 0;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(85, 85, 85);
    transition: all 0.5s ease;
}

div,
span,
button,
p,
a,
form,
input {
    box-sizing: border-box;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    text-align: center;
}

h2 {
    padding: 60px 0;
    font-weight: 700;
}

h3 {
    padding: 20px;
}

h4 {
    font-size: 1.3rem;
}

#navbar1 {
    z-index: 10;
    transition: all 0.7s ease;
}

.menu {}

.eff1 {
    transition: 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    padding-bottom: 4px;
}

.eff1:hover {
    color: rgb(214, 187, 118);
    /*   border-bottom: 4px solid rgba(255, 255, 255, 0.842);
    padding-bottom: 4px;*/
    text-shadow: none;
}

.top {
    /* background-color: #343a40b4 !important;*/
    /*  background: linear-gradient(to bottom, #343a40da, #343a4013); */
}

.non-top {
    background-color: #343a40 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.top .menu a {
    /*  color: #fff;*/
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
    /*text-shadow: 1px 1px #555555, 1px -1px #555555, -1px 1px #555555, -1px -1px #555555, 3px 3px 6px rgba(0, 0, 0, .5);*/
}

.non-top .menu a {
    /* color: #fff;*/
    margin: 0;
}

.logo {
    z-index: 90;
    position: absolute;
    margin: 15px 40px;
}

header {
    height: 100vh;
    background-color: rgba(94, 96, 112, 0.87);
    margin-top: -60px;
    margin-bottom: 30px;
}

.management {
    background: url('../img/vugai.png') no-repeat top left;
}

.management__text {
    margin-left: 150px;
}

.management__text_director {
    margin-left: 150px;
    padding-top: 20px;
}

table {
    font-size: 0.8em;
    margin: 0 auto;
}

section {
    padding-bottom: 30px;
}

#one {
    background-color: #c7c7c700;
}

#two {
    background-color: #c1c5b29d;
}

.product {
    margin: 30px 0 0 40px;
}

.product__button {
    margin: 30px;
}

.address {}

.address__text {
    display: block;
    padding-left: 10px;
    font-size: 18px;
}

.map {
    display: block;
    text-align: center;
}

.credits {
    padding-top: 20px;
    text-align: center;
}

.bg_col01 {
    background-color: rgba(250, 250, 250, 0.616);
}

.product {
    text-align: center;
}

.foot {
    color: #fff;
    background-color: #343a40 !important;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: saturate(70%);
    // Browser Specific
    -webkit-filter: saturate(50%);
    -moz-filter: saturate(50%);
    -o-filter: saturate(50%);
    -ms-filter: saturate(50%);
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

td {
    border: 1px solid silver;
    padding: 0.2em 0.7em;
}

th {
    border: 1px solid silver;
    padding: 0.2em 1em;
}

thead th {
    background: #E0E0E0;
    color: black;
}

tr {
    background: white;
}

tr.red {
    background: #FFF0F0;
}

tr.gray {
    background: #CFCFCF;
}

tr:nth-child(even) {
    background: #F0F0F0;
}

tr:nth-child(even).red {
    background: #FFE6E6;
}

tr:nth-child(even).gray {
    background: #CCCCCC;
}

tr.selected {
    background: #CCCCFF;
}

tr:nth-child(even).selected {
    background: #BBBBFF;
}

tr.highlight,
tr:hover,
tr:nth-child(even):hover,
tr:nth-child(even).highlight,
tr.red.highlight,
tr.gray.highlight,
tr.selected.highlight {
    background: #FFFF99;
    color: red;
    opacity: 1;
}

.rasst:before {
    content: "Расстояние"
}

.gallery1 {
    margin: 0;
    padding: 0;
}

.gallery1 a {
    color: rgb(85, 85, 85);
}

.box_img1 {
    margin: 3px;
    float: left;
    border: grey 1px #aaabab;
}

.box_img1 img:hover {
    box-shadow: 0 0 7px 1px grey;
    -webkit-box-shadow: 0 0 7px 1px grey;
    -moz-box-shadow: 0 0 7px 1px grey;
}

@media screen and (max-width: 775px) {
    .logo {
        display: none;
    }
    .wai_table {
        display: none;
    }
    #imapc {
        display: none;
    }
    .map02 {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    h2 {
        font-size: 20px;
        padding: 30px;
        font-weight: 700;
    }
    h3 {
        font-size: 20px;
        padding: 10px;
    }
    .text_short {
        display: none;
    }
    .rasst:before {
        content: "Рас стояние"
    }
    .management__text2 {
        font-size: 14px;
    }
}