body {
    background-color: #5773c6;
}
#main .main-cont {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.slick-next, .slick-prev {
    display: none!important;
}
#main .main-cont,
.breadcrumbs .container {
    background-color: #cbcbcb;
}
#priem, #banner {
    margin: 0;
}
.back-image {
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pad-20 {
    padding: 20px 0;
}
header {
    position: relative;
    height: 380px;
}
.header-slider {
    height: inherit;
    width: 100%;
    background-color: #000;
}
.header-content {
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 90px;
    background-color: rgba(0, 0, 0, 0.3);
}
#accordion {
    margin-top: 20px;
}
#accordion .docs_group {
    margin-bottom: 10px;
}
#accordion .docs_group_head {
    padding: 10px 92px 10px 10px;
    cursor: pointer;
    background-color: #3f64ad;
    color: #fff;
    border: 1px solid #3f64ad;
    position: relative;
    transition: 0.5s;
}
#accordion .docs_group_head::after {
    content: 'развернуть';
    right: 16px;
    top: 14px;
    font-size: 14px;
    position: absolute;
}
#accordion .active .docs_group_head::after {
    content: 'свернуть';
}
#accordion .docs_group:active .docs_group_head,
#accordion .docs_group:focus .docs_group_head,
#accordion .docs_group:hover .docs_group_head,
#accordion .docs_group.active .docs_group_head {
    background-color: #fff;
    color: #000;
}
#accordion .docs_group.active .docs_group_head {
    border-bottom: 1px solid transparent;
}
#accordion .docs_group_head h3 {
    margin: 0;
}
#accordion .docs_group_body {
    border: 1px solid #3f64ad;
    padding: 10px;
    border-top: none;
}
.logo a.logo-text:hover,
.logo a.logo-text:active,
.logo a.logo-text:focus {
    text-decoration: none;
}
.logo .logo-text {
    font-size: 32px;
    /*text-shadow: 2px 2px 3px #000000;
    font-weight: bold;*/
}
.navbar-nav .dropdown-menu {
/*    max-width: 280px;
    min-width: 220px;*/
    width: 280px;
}
ul.dropdown-menu > li > a {
    white-space: normal;
}
.dropdown-menu > li > .dropdown-menu {
    left: 70%;
    top: 0;
}
/*.dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
    left: 100%;
    top: 0;
}*/
 @media (min-width: 992px) and (max-width: 1199px) {
     .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
         background-color: #3e60a5;
     }
 }
.caret {
    position: absolute;
    top: 24px;
    right: 3px;
}
.navbar-toggle {
    color: #fff;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    color: #000;
}
.caret2 {
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    /*top: 20px;*/
    top: 13px;
    right: 8px;
}
.download_doc {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.download_img {
    background: url(/upload/download.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    float: left;
    margin-right: 10px;
    flex: 0 0 auto;
}
.follow_us, .zavodd_link {
    text-align: right;
}
.zavodd_link {
    margin-top: 30px;
    margin-right: -10px;
}
.zavodd_link a {
    color: #fff;
}
.zavodd_link a img {
    margin-top: -22px;
}
.follow_us a,
footer .footer_phones a,
footer address a {
    color: #fff;
    text-decoration: underline;
}
/*footer address {
    float: left;
}
.footer_phones {
    float: right;
}*/
.follow_us a:hover,
footer .footer_phones a:hover,
footer address a:hover {
    color: #23527c;
}
.footer_site_name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header_phones {
    margin-top: 15px;
    margin-bottom: 15px;
    /*text-shadow: 2px 2px 3px #000000;*/
    font-weight: bold;
}
.header_phones a {
    color: #fff;
    font-size: 22px;
}
.news_on_main_header h1 {
    float: left;
}
.news_on_main_header .link_to_news {
    float: right;
    margin-top: 34px;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus {
    background-color: #3258a3;
}
.navbar-nav ul.dropdown-menu a {
    padding: 8px 15px 8px 10px !important;
}

@media (max-width:1199px) {
    footer address,
    .footer_phones {
        float: none;
    }
}
@media (max-width:767px) {
    .header-content {
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .back-image {
        height: 440px;
    }
    header {
        height: 440px;
    }
    .follow_us, .zavodd_link {
        text-align: left;
        margin-top: 30px;
    }
    .header_phones {
        margin-top: 0;
    }
    .caret {
        position: absolute;
        top: 17px;
        right: inherit;
        margin-left: 10px;
        width: 14px;
        height: 14px;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .caret2 {
        border-left: 6px solid;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        top: 18px;
        height: 14px;
        width: 14px;
    }
    .navbar-nav ul.dropdown-menu a {
        padding-left: 35px !important;
    }
    .navbar-nav ul.dropdown-menu .dropdown-menu a {
        padding-left: 60px !important;
    }
    .navbar-nav ul.dropdown-menu .dropdown-menu .dropdown-menu a {
        padding-left: 85px !important;
    }
    #accordion .docs_group_head {
        padding: 10px 30px 10px 10px;
    }
    #accordion .docs_group_head::after {
        content: '+';
        top: 7px;
        font-size: 22px;
    }
    #accordion .active .docs_group_head::after {
        content: '-';
    }
}
.news_on_main_header h2 {
    float: left;
}
/*
    feedback form styles
*/
#feedback-form input,
#feedback-form textarea {
    margin-bottom: 10px;
    padding: 8px 20px;
}
.half_width {
    width: 50%;
    float: left;
}
#feedback-form input:not([type='checkbox']),
#feedback-form textarea {
    width: 100%;
    display: block;
}
#feedback-form .feedback-mess {
    display: none;
}
#feedback-form .feedback-success,
#feedback-form .feedback-errors {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
#feedback-form .feedback-success {
    background-color: #a9bb67;
}
#feedback-form .feedback-errors {
    background-color: #f2907c;
}
#feedback-form .g-recaptcha {
    margin-bottom: 10px;
}
#feedback-form input[type='submit'] {
    width: 261px;
}
@media (max-width: 510px) {
    .half_width {
        width: 100%;
        float: none;
    }
}