@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');
    }
article>h2 {
    color: #00CDAE;
}
/* УДАЛИТЬ ПОСЛЕ АДАПТИВКИ */

* {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova';
}

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

.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;
}

li.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: 50px 20%;
    width: 60%;
    text-decoration: none;
    color: #ffffff;
}

article h1 {
    text-align: center;
}

article a {
    color: #cff8f2;
    padding: 0 10px 0 10px;
}

article a:hover {
    color: #00CDAE;
    padding: 0 10px 0 10px;
    text-decoration: none;
    transition-property: color, background;
    transition-duration: 0.5s, 0.5s;
}

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

.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;
}
span.footerh3 {
    color: gray;
    padding-top: 10px 0 15px;
    line-height: 3;
}


.form-box {
    padding-left: 20px;
    width: 100%;
    height: 52px;
    border-radius: 7px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    background-color: #e3eaea;
    transition: background-color 0.2s ease-in;
}
#message {
        padding-top: 10px;
        padding-right: 20px;
        height: auto;
}
.form-box:focus, .form-message:focus {
    outline: none;
    background-color: #CCE0E0;
}

.form-skupka {
    display: flex;
    flex-direction: column;
    background-color: #3a4047;
    border-radius: 14px;
    padding: 20px 20px;
}

.button-obratka {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #12ab8c;
    cursor: pointer;
    transition: background-color 0.2s ease-in;
}

.button-obratka:hover, .button-obratka:focus {
    background-color: #00cca3;
    outline: none;
}

.button-obratka:active {
    background-color: #088169;
    outline: none;
}

.form-label {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.skupka-content {
    text-align: justify;
    font-size: 1.1em;
}

.contacts-content {
    text-align: justify;
    font-size: 1.2em;
}

.mess-contacts {
    text-align: center;
}

.mess-contacts img {
    background-color: #3a4047;
    padding: 2%;
    width: 10%;
    margin: 2%;
    border-width: 1px;
    border-radius: 50%;
}
.article__li img {
    background-color: #3a4047;
    padding: 1%;
    width: 13%;
    margin: 0 2% 0 2%;
    border-radius: 15px;
}
span.comment{
	color: green;
}
.rinok-ul {
	list-style-type: none;
}
.article__li {
    width: auto;
    padding: 0 30%;
}
.rinok-ul li{
	margin: 20px 0 20px 0;
	font-size: 1.7em;
    color: blue;
	}

#logotip {
        width: 370px;
    }

.instruction__img_width {
    width: 100%;
}
article h3 {
    color: #f9f9f9;
    font-family: 'Gilroy', sans-serif;
    margin: 0 0 25px 0;
	text-align: center;
}
.ups {
	font-size: 10em;
}
.not-found {
	text-align: center;
}