@font-face {
    font-family: 'Proxima Nova';
    src: url(fonts/ProximaNova-Regular.woff) format('woff');
    }
@font-face {
    font-family: 'Gilroy Black';
    src: url(fonts/Gilroy-Black.woff2) format('woff2'),
    url(fonts/Gilroy-Black.woff) format('woff');
    }
* {
margin: 0;
padding: 0;
font-family: 'Proxima Nova';
}

html h1 {
    color: #f9f9f9;
    font-family: 'Gilroy', sans-serif;
    margin: 0 0 25px 0;
}

div.header-contacts {
    background-color: #3a4047;
    text-align: right;
    width: 100%;
    margin: 0px;
}

.header-tel, .header-work {
    background-color: #3a4047;
    float: right;
    width: 25%;
    padding-right: 1%;
}

.header-mail {
    background-color: #3a4047;
    float: right;
    width: 50%;
}

.header-email {
    margin-right: 20px;
}

span.header-min-text {
    color: white;
    margin: 0px 15px 0px 5px;
}

#header-telephone-img {
margin-left: 15px;
height: 1.2em;
}

#header-working-time-img {
margin-left: 15px;
height: 1.2em;
}

#header-email-img {
margin-left: 15px;
height: 1.2em;
}

#nav-menu   {
    background-color: #3a4047;
}

#menu {
        text-transform: uppercase;
        text-align: center;
        background: #3a4047;
        text-shadow:0 1px 1px black;  
    }

    #menu li
    {
        display: inline;
        list-style:none;
        margin: 5px 10px;
    }

    #menu li a 
    {
            padding:10px;
            text-decoration: none;
    }

    #menu li a:hover
    {
            color: #00CDAE;
            transition-property: color, background;
            transition-duration: 0.5s, 0.5s;
            background-color: #282e33;
    }

#menu.default {
    padding-top: 75px;
    padding-bottom: 0px;
        width:100%;
    }

#menu.fixed {
        position:fixed;
        top:0; left:0;
        width: 100%;
        background-color: #3a4047;
    }

#navbarNav {
    font-size: 1.3em;
    font-weight: bold;
}

.active:hover {
    border-bottom: 0px solid #00CDAE;
}

html, body {
    background-color: #18191d;
    height: 100%;
}

div.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

div.content {
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    min-height: calc (100vh - 245px);
}

header {
    margin: 25px 0px;
    width: 100%;
    text-align: center;
}

article {
    margin: 25px 10%;
    width: 60%;
    color: #ffffff;
}

article h1 {
    text-align: center;
}

aside { 
    background-color: #282e33;
    width: 20%;
    margin: 0;
    padding: 2% 0 1% 0;
    text-align: left;
}

.aside-links {
    color: #FFFFFF;
    background-color: #282e33;
    text-decoration: none;
    list-style-type: none; 
    display: block;
    padding: 15px 40px;
}

.aside-links:hover {
    color: #FFFFFF;
    padding: auto;
    background-color: #353c43;
    text-decoration: none;
}

.aside-li {
    list-style: none;
    }


footer {
    background-color: #3a4047;
    text-align: center;
    width: 100%;
    margin: 0px;
    flex: 0 0 auto;
}

.footer-contacts {
    width: 100%;

}
.footer-logo {
    margin: 15px 0 15px 3%;
    color: white;
    float: left;
    width: 17%;
    text-align: left;  
}
.footer-categories {
    margin: 0;
    color: white;
    float: left;
    width: 20%;
    text-align: left;  
}

.footer-guard {
    margin: 0;
    color: white;
    float: left;
    width: 20%;
    text-align: left;
}
.footer-links {
    margin: 0;
    color: white;
    float: left;
    width: 20%;
    text-align: left;
}
.footer-social {
    margin: 15px 5% 15px 0;
    color: white;
    float: left;
    width: 15%;
    text-align: right;
}

.social-img {
    max-width: 30px;
}
.footer-href {
    color: #FFFFFF;
}
.footer-href:hover {
    color: #00CDAE;
    text-decoration: none;
}
.footer-tel {
    color: #00CDAE;
}
.footer-tel:hover {
    color: #00CDAE;
}

.copy {
    float: left;
    width: 100%;
    background-color: #3a4047;
    text-align: center;
    font-size: 10px;
    padding-bottom: 5px;
    color: white;
}

hr {
    background-color: #242a2e;
    margin: 20px 0 5px 0;
}
.footerh3 {
    color: gray;
    padding-top: 10px 0 15px;
    line-height: 3;
}

.form-skupka {
    text-align: center;
}

.form-box {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

#logotip {
        width: 370px;
    }

/* table {
    margin: auto;
    text-align: left;
    border-collapse: separate;
    border-spacing: 5px;
    background: #3a4047;
    color: #ffffff;
    border: 5px solid #282e33;
    border-radius: 5px;
}
th {
    font-size: 18px;
    padding: 10px;
}
td {
    background: #282e33;
    padding: 10px;
} */

.resp-tab {
    background: #3a4047;
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
}
.resp-tab th, .resp-tab td {
    padding: 10px 0;
    font-size: 1em;
    border: none;
    /* font-family: Verdana, sans-serif;    */
    border: 1px solid #282e33;
    vertical-align: top;
    text-align: center;
}
.resp-tab th {
    color: #ffffff;
    background: #3a4047;
    font-weight: bold;
    border: 1px solid #282e33;   
    text-transform: uppercase;   
    text-align: center;   
}
/* .resp-tab tr:nth-child(even) {
    background: #3a4047;
} */
.resp-tab td span {
    background: #3a4047;
    color: #FFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    /* font-family: Verdana, sans-serif;    */
    text-transform: uppercase;       
    padding: 0px 10px;
    /* position: absolute; */
    top: 0;
    left: 0;   
}

.resp-tab .li_yes {
    font-weight: bold;
}

.resp-tab tr:nth-child(even) td {
    background: #474e57;
  }

  .resp-tab tr {
    background: #474e57;
  }






