@media(max-width: 768px) {

    button.navbar-toggler {
        margin-top: -485px;
        margin-left: 90%;
        background: #ddd;
    }

    .header-time, .header-phone, .header-epost {        
        justify-content: center;
        margin-bottom: 20px
    }

    .header-social {
        align-items: center;
    }

    .header-time-text {
        text-align: center !important;
    }

    .main-banner img {
        width: 100%;
    }

    ul.navbar-nav, ul.dropdown-menu.show {
        text-align: center;
    }

    ul.navbar-nav {
        border-top: 1px solid #c1bdbd;
        margin-top: 10px;
    }

    header {
        border: none !important;        
    }

}



@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Kaushan Script"),
    /* Якщо не вийде, завантажить woff2, вказуємо директорію, де розташовується шрифт з таким розширенням */
    url("/fonts/Firasans.woff2") format("woff2"),
    /* Якщо браузер не підтримує woff2, завантажить woff вказуємо директорію, де розташовується шрифт з таким розширенням */
    url("/fonts/Firasans.woff") format("woff");
}

* {
    font-family: "Fira Sans", "Arial", sans-serif;
    text-decoration: none !important;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 70px;
}

.logo-text {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-time {
    display: flex;
    align-items: center;
}

.header-time img {
    width: 30px;
}

.header-time-text {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}

.header-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-phone img {
    width: 30px;
}

.header-phone-text {
    font-size: 13px;
    margin-left: 10px;
}

.header-phone-text a {
    color: #000;
    font-weight: bold;
}

.header-epost {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-epost img {
    width: 30px;
}

.header-epost-text {
    margin-left: 10px;
}

.header-epost-text a {
    color: #000;
    font-weight: bold;
}


a.nav-link {
    color: #1b1b1b;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out 0s;
}

a.nav-link:hover {
    color: #706e6d;
}

a.nav-link:focus {
    color: #706e6d;
}

.nav-flex {
    justify-content: center;
}

ul.dropdown-menu.show {
    background-color: #b7b7b7;
    letter-spacing: 1px;
}

a.dropdown-item {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    white-space: normal;
}

a.dropdown-item:hover {
    background-color: #3d3a3a;
    color: #fff;
}

a.dropdown-item:focus {
    background-color: #3d3a3a;
    color: #fff;
}

header {
    border: 1px solid #e7e7e7;
    padding-top: 10px;
}

.header-social-zen {
    margin-bottom: 4px;    
}

.main_bg_photo_text h2 {
    font-weight: 800;
    font-size: 25px;
    line-height: 48px;
}

.first_important {
	padding-top: 2em;
	background-color: #ffffff;
}

.footer {
	background-color: #292929;
	padding-top: 2em;
	padding-bottom: 1em;
}

.footer_text_title span {
	color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.footer_text_copyrights span {
	color: #878b98;
	font-size: 14px;
}

.footer_menu a {
	color: #fff !important;
	font-size: 14px;
}

.footer_menu a:hover {
	color: #0080ff !important;
}

.footer_contacts_mail a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_mail a:hover {
	color: #0080ff !important;
}

.footer_contacts_phone a {
	color: #fff !important;
	font-size: 18px;
}

.footer_contacts_phone a:hover {
	color: #0080ff !important;
}

i.fa.fa-vk {
    color: #fff !important;
}
i.fa.fa-sitemap {
    color: #fff !important;
}


i.fa.fa-vk:hover {
	color: #0080ff !important;
}

i.fa.fa-phone-square:hover {
	color:#0080ff !important;
}

i.fa.fa-phone-square {
    color: #fff !important;
}

.footer_contacts_social {
    margin-top: 10px;
}

a.btn.btn-primary {
    width: 185px;
    color: #ffffff !important;
    background: #3c3a3c;
    text-transform: uppercase;
    margin-top: 10px;
    border: 1px solid #fff;
}
