body * {
    color: #464242;
}
.header_info a{
    display: block;
    text-align: right;
    font-size: 18px;
    color:#fff;
    text-decoration: none;
    padding-right: 30px;
}
.all-page .header_info .phone {
    color: #b90505;
}
.all-page .header_info .email {
    color: #5d6372;
}
.all-page .header_info a.phone {
    background: url(img/phone2.png) no-repeat right center;
}
.all-page .header_info a.email {
    background: url(img/email2.png) no-repeat right center;
}


.header_info a:hover {
    color: #b90505;
}
.header_info a.phone {
    background: url(img/phone.png) no-repeat right center;
}
.header_info a.email {
    background: url(img/email.png) no-repeat right center;
}
.navbar-light .navbar-nav .nav-item {
    margin-right: 45px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.all-page .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    color: #464242;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #b90505;
    border-bottom: 1px solid #b90505;
}
.current-menu-item .nav-link {
    color: #b90505 !important;
    border-bottom: 1px solid #b90505;
}
footer .menu-footer {
    padding-left: 0;
}
footer .menu-footer .nav-item {
    display: inline-block;
    margin-right: 100px;
}
footer .menu-footer .nav-link {
    color: #464242;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}

footer .footer-text {
    color: #5d6372;
    font-size: 11px;
}
.footer_info {
    max-width: 200px;
    float: right;
}
.footer_info a {
    display: block;
    text-align: right;
    font-size: 18px;
    text-decoration: none;
    padding-right: 30px;
}
.footer_info .phone {
    color: #b90505;
}
.footer_info .email {
    color: #5d6372;
}
.footer_info .form {
    color: #9e0d0d;
    border: 1px solid #9e0d0d;
    border-radius: 10px;
    padding-right: 0;
    text-align: center;
}
.footer_info a.phone {
    background: url(img/phone2.png) no-repeat right center;
}
.footer_info a.email {
    background: url(img/email2.png) no-repeat right center;
}

.section-forms {
    background: #e7e4e4;
}
.section-forms #wpcf7-f5-o1 {
    margin: 0 auto;
    width: 485px;
}
.form-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.section-forms #wpcf7-f5-o1 input[type="text"],.section-forms #wpcf7-f5-o1 input[type="email"],.section-forms #wpcf7-f5-o1 textarea {
    color: #464242;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #919191;
    border-radius: 10px;
    font-size: 13px;
}
.section-forms #wpcf7-f5-o1 input[type="submit"] {
    background: #ba0505;
    border: none;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: -30px;
}
.dop-opis {
    margin-bottom: 40px;
}
.dop-opis p {
    font-size: 14px;
    color: #464242;
    margin-bottom: 5px;
}
.dop-opis img {
    width: 100%;
}
.dop-opis .title {
    text-align: center;
    margin: 30px auto;
    font-size: 25px;
    color: #464242;
    text-transform: uppercase;
}
#maps {
    margin-bottom: 70px;
}
.contacts-info .title {
    text-transform: uppercase;
    font-size: 14px;
    color: #464242;
    font-weight: bold;
    margin-bottom: 20px;
}
.contacts-info p {
    font-size: 14px;
    color: #464242;
}
.contacts-info a {
    font-size: 14px;
    color: #9e0d0d;
    text-decoration: none;
}
.flexslider {
    margin-bottom: 10px;
}
.partners {
    margin-bottom: 20px;
}
#contact_form_pop #wpcf7-f52-o1 input[type="text"], #contact_form_pop #wpcf7-f52-o1 input[type="tel"],#contact_form_pop #wpcf7-f52-o2 input[type="text"], #contact_form_pop #wpcf7-f52-o2 input[type="tel"] {
    color: #464242;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #919191;
    border-radius: 10px;
    font-size: 13px;
}
#contact_form_pop #wpcf7-f52-o1 input[type="submit"],#contact_form_pop #wpcf7-f52-o2 input[type="submit"] {
    background: #ba0505;
    border: none;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: -30px;
}
@media(max-width:1400px){
    .navbar-light .navbar-nav .nav-item {
        margin-right: 20px;
    }
}
@media(max-width:1200px){
    .navbar-light .navbar-nav .nav-item {
        margin-right: 0px;
    }
}
@media(max-width:990px){
    body {
        background-position: center !important;
    }
    header {
        position: relative;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        padding-left: 10px;
    }
    .header_info,.footer_info {
        width: 290px;
        margin: 30px auto;
        float: none;
    }
    .header_info a ,.footer_info a{
        font-size: 28px;
    }
    .py-5 {
        padding-top: 3rem!important;
        padding-bottom: 1rem!important;
    }
    .dop-opis img {
        width: 100%;
        margin-bottom: 20px;
    }
    .navbar-collapse.collapse.show {
        position: absolute;
        width: 160px;
        background: #fff;
        top: 60px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        background: #fff;
    }
    footer .menu-footer .nav-item {
        display: block;
        margin-right: 0;
    }
    .current-menu-item .nav-link {
        color: #b90505 !important;
        border-bottom: 1px solid #b90505;
        width: max-content;
    }
    .footer_info {
        max-width: 290px;
    }
    footer .menu-footer .nav-link {
        font-size: 20px;
    }
    .contacts-info {
        margin-bottom: 20px;
    }
    .contacts-info .title{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .contacts-info p {
        font-size: 18px;
        color: #464242;
        margin-bottom: 0;
    }
    .contacts-info a {
        font-size: 18px;
        color: #9e0d0d;
        text-decoration: none;
    }
    #maps {
        margin-bottom: 20px;
    }
}
