@media(min-width: 769px) {
    .navbar-brand {
        display: none !important;
    }

    a.nav-link {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 0 15px 0 15px !important;
    }

    .header-info-contacts-mob {
        display: none !important;   
    }

    .mob {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .header-info-contacts {
        display: none !important;
    }

    .header-info-label {
        text-align: center !important;
    }

    .header-logo-menu-items {
        display: none !important;
    }

    .header-menu {
        background: transparent !important;
    }

    .header-logo img {
        width: 40px;
    }

    span.header-logo-text-up {
        font-size: 21px !important;
    }

    .header-logo-text {
        line-height: 23px !important;
    }

    span.header-logo-text-down {
        font-size: 16px !important;
        letter-spacing: 1px !important;
    }

    a.nav-link {
        color: #000000 !important;
        font-size: 15px !important;
        padding: 5px 0px 5px 0px !important;
        text-align: center !important;
        font-weight: bold;
    }

    a.dropdown-item {
        font-size: 15px !important;
        white-space: unset !important;
    }

    .header-info-contacts-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-info-contacts-mail a {
        color: #000000 !important;
    }

    .header-info-contacts-mail {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .header-info-contacts-phone a {
        color: #000000;
        font-size: 20px;
    }

    .header-info-label span {
        margin-right: 0 !important;
    }

}



@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Kaushan Script"),
    url("/fonts/Firasans.woff2") format("woff2"),
    url("/fonts/Firasans.woff") format("woff");
}

* {
    font-family: "Fira Sans", "Arial", sans-serif;
    text-decoration: none !important;
}

.header-info {
    background: #422724;
    padding: 15px 0 15px 0;
}

.header-info-label span {
    font-size: 14px;
    color: #6c7072;
    margin-right: 35px;
}

i.fa.fa-envelope {
    color: #e68b80;
    font-size: 20px;
    margin-right: 10px;
}

i.fa.fa-phone {
    color: #e68b80;
    font-size: 20px;
    margin-right: 10px;
}

i.fa.fa-minus {
    margin: 0 7px 0 7px;
    color: #e68b80;
    font-size: 18px;
}


.header-info-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-info-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-info-contacts-mail a {
    font-size: 20px;
    color: #ffffff;
}

.header-info-contacts span {
    color: #ffffff;
    font-size: 17px;
}

.header-info-contacts a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.header-info-contacts-mail {
    margin-right: 27px;
}

.header-logo {
    display: flex;
    align-items: center;
    color: #422724;
}

.header-logo-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    line-height: 30px;
}

span.header-logo-text-up {
    font-size: 26px;
    font-weight: 700;
}

span.header-logo-text-down {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 800;
}

.header-logo-menu-items {
    padding: 3em 0 2em 0;
}

.header-logo-menu-nav ul{
    list-style: none; 
    margin: 0; 
    padding-left: 0; 
    display: flex;
}

.al-centr {
    display: flex;
    align-items: center;
}

.header-logo-menu-nav li a{
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    color: #422724;
    padding: 15px 0px 15px 0px
}

.header-logo-menu-nav li a:hover {
    color: #e68b80;
    transition: 0.3s;
}

.header-menu {
    background: #422724;
    padding: 20px 0 20px 0;
}

a.nav-link:hover {
    color: #e68b80 !important;
    transition: 0.3s;
}

a.nav-link:focus {
    color: #e68b80 !important;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-around !important;
}

ul.dropdown-menu {
    border-radius: 0px !important;
}

a.dropdown-item {
    padding: 10px 0.25rem 0.25rem 10px !important;
    font-size: 17px;
}

.footmenu a {
	padding-right: 34px;
	text-decoration: none !important;
	color:#ffffff;
}

.footmenu a:hover {
color:#ffffff;
}

.footnav {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1em;
}


footer {
	background-color: #422724;
	padding-bottom: 3em;
}

.footcontact h2 {
	margin-top: 2.5em;
	font-size: 14px;
	text-transform: uppercase;
	color:#ffffff;
	text-align: right;
}


.contacts {
    margin-top: 2em;
    color: #ffffff;
    margin-left: 4em;
}

.contacts_bottom {
    margin-top: 2em;
    color: #ffffff;
}



.contacts_bottom span {
	padding-right: 10px;
	color: #ffffff;
}

.contacts_bottom i {
	padding-right: 5px;
	color: #ffffff;
}

.contacts span {
	padding-right: 10px;
	color: #ffffff;
}

.contacts i {
	padding-right: 5px;
	color: #ffffff;
}
ol.breadcrumb {
    background: none;
}

.breadcrumb-item a {
	color: #98a2a1;
	font-size: 15px;
}
.breadcrumb-item a:hover {
	color: #98a2a1;
}


.about {
	padding-bottom: 3em;
}

.about h1 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 1rem;
	color: #3b3f43;
	padding-top: 1em;
       	padding-left: 25px;
}

.about h2 {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	margin-bottom: 1rem;
	color: #3b3f43;
	padding-top: 1em;
}

.about h3 {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-bottom: 1rem;
	color: #3b3f43;
	padding-top: 1em;
}



.about p {
	color: #000000;
	font-size: 18px;
}
.about a {
	padding-right: 1px;
	text-decoration: none !important;
	color:#000000;
}

.about a:hover {
color:#000000;
}
