/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    /*padding-top: 70px;*/
    /*padding-bottom: 30px;*/
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 970px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 970px;
    max-width: none !important;
}



.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.form-inline .input-group > .form-control {
    width: 100%;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}


/*styles*/

a{
    color: #00063f;
    border-bottom: 1px solid #000850;
}

a:hover, a:focus{
    /*font-weight: bold;*/
    color: #00063f;
    border-bottom: none;
    text-decoration: none;
    /*background-color: transparent;*/
    /*border-right: 1px solid #00063f;*/
}

.breadcrumb {
    /*padding: 8px 15px;*/
    /*margin-bottom: 20px;*/
    /*list-style: none;*/
    /*background-color: #f5f5f5;*/
    /*border-radius: 4px;*/
    background: transparent;
}
textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.form-control {
    border-radius: 2px;
}

.btn {
    border-radius: 2px;
}
body {

    color: #00063f;
    background: #f7f5f2;
    font-size: 13px;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header {
    height: 130px;
    background: url('../img/top-tail.gif');

}

header a{
    border-bottom: none;
}

.header .seo-block{
    text-align: center;
    font-weight:bold;
    margin-top: 30px;
}
.header p {
    margin: 0;
}

.header__logo .logo {
    display: block;
    width: 421px;
    height: 89px;
    margin-top: 15px;
    background: url("../img/logo.png");
}

.header__phone-block {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding: 30px 15px;

}

.header__phone a {
    color: #00063f;
    font-size: 22px;
}

.header__email a {
    color: #00063f;
    font-size: 12px;
}

.header__phone a:hover {
    text-decoration: none;
}

.header__menu {
    position: relative;
    /*top: -5px;*/
    /*height: 40px;*/
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
}

.header__menu > .nav > li > a {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*font-size: 13px;*/
    /*line-height: 22px;*/
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}
.header__menu > .nav > li > a.indent-text{
    /*background: #526084;*/
    color: #F3F6F7;
    cursor: pointer;
    /*border-left: 1px  solid transparent;*/
}
.header__menu > .nav > li > a.indent-text:hover{
    /*background-color: #f5f5f5;*/
    color: white;
    /*border-color: #00063F;*/
    background-color: #222C46;
    border-color: #222C46;
}
.header__menu > .nav > li > a:hover {
    color: #00063F;
    border-color:  #00063F;
}

.footer {
    background: #222C46;
    font-size: 1.083em;
    color: white;
    padding: 20px 0;
}
.footer a{
    color: white;
    border-bottom: none;
}

.footer .nav a:hover {
    background: none;
    color: #f5f5f5;
}

.footer .nav li.active a {
    background: none;
}

.footer__developer {
    /*margin: 40px 0 20px;*/
}

.footer__developer a {
    color: #585858;

    font-size: 15px;
    line-height: 20px;
}

.bottom-menu {
    margin: 0;
}

.bottom-menu ul {
    border-left: 1px solid #777777;
}

.bottom-menu .nav a {
    color: #777777;
    padding: 2px 15px;
}

.bottom-menu .nav a:hover, .bottom-menu .nav li.active a {
    background: none;
    color: #d4760c;
}

.bottom-menu .nav li {
    margin-left: -1px;
    border-left: 1px solid transparent;
}

.bottom-menu .nav li:hover, .bottom-menu .nav li.active {
    border-left: 1px solid #d4760c;
}

.index-slider {
    margin-bottom: 10px;
    position: relative;
    zoom: 1;
    margin-top: 20px;
}

.left-menu__brand {
    color: #2B313D;
    font-size: 21px;
    text-align: left;
    background: #C4C4C4;
    margin-top: 20px;
    padding: 10px 10px;
}

.heading {
    color: #4B4949;
    font-size: 18px;
    text-align: left;
    background: #E6E6E6;

    padding: 8px 10px;
    font-weight: normal;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ccc;
}
.heading h1{
    font-size: 18px;
    margin: 0;

}

.body {
    position: relative;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #F3F0F0;
    border-top: none;
    margin-bottom: 20px;
}

.body:after {
    content: '';
    display: block;
    clear: both;
}

.left-menu__brand a {
    color: #f5f5f5;
}

.left-menu__brand a:hover {
    text-decoration: underline;
}

/* First level of nav */
.left-nav {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    text-shadow: 0 1px 0 #F5F5F5;
    background-color: #F0F0F0;
}

/* All levels of nav */
.left-menu .nav > li > a {
    display: block;
    color: #00063f;
    padding: 5px 20px;
    border-bottom: none;
}

.left-menu .nav > li > a:hover,
.left-menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #e7e7e7;
    border-right: 1px solid #00063f;
}

.left-menu .nav > .active > a,
.left-menu .nav > .active:hover > a,
.left-menu .nav > .active:focus > a {
    font-weight: bold;
    color: #00063f;
    background-color: transparent;
    border-right: 1px solid #00063f;
}

/* Nav: second level (shown on .active) */
.left-menu .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
}

.left-menu .nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 80%;
}

.left-menu .nav > .active > ul {
    display: block;
}

.content {
    margin-bottom: 50px;
    min-height: 600px;
}

.content__text {
}

.news__item {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.news-item__image {
    text-align: center;
}

.news-item__image img {
    padding: 10px;
    border: 1px solid #C7C7C7;
}

.news-item__title a {
    color: #2B313D;
    font-size: 25px;
    line-height: 31px;
    margin-top: 7px;
    border-bottom: 1px solid #2B313D;
    display: block;
    margin-bottom: 13px;
}

.news-item__title a:hover {
    text-decoration: none;
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
}

.news-item__date {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    right: 0;
    margin-left: 33px;
}

.right-top-banner {
    text-align: center;
}

.date {
    font-size: 11px;
    color: #030303;
    margin-left: 20px;
    bottom: 2px;
    position: relative;
}

#map {
    height: 400px;
}

.last-news__list {
    height: 125px;
}

.suppliers.body {
    background: #ffffff;
}

.supplier__item {
    float: left;
    width: 160px;
    margin: 5px;
    height: 110px;
}
a.supplier__item{
    border-bottom: none;
}

.left-banner {
    margin-bottom: 40px;
}

.suppliers-page .supplier__item {
    width: 200px;
    height: 200px;
    text-align: center;
}

.supplier__item_name {
    font-size: 16px;
    font-weight: 400;
}

.supplier__item_text {
    font-size: 13px;
}



.request-form {
    display: block;
    text-align: left;
    padding: 20px;
}

.request-form .small {
    margin-top: 20px;
    margin-bottom: 20px;
}

.request-form legend {
    font-size: 18px;
}

.request-form .form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}

.request-form .form-group {
    margin-bottom: 10px;
}

.request-form div.help-block {
    margin: 0;
}

.request-form div.help-block p {
    margin: 0;
}

@media (min-width: 768px ) {

    .modal-request .modal-dialog {
        width: 400px;
    }
}


.modal-request .modal-body {
    padding: 15px 40px;
}

.modal-request .modal-body .small {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-request .modal-body label.control-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.footer__developer {
    margin: 40px 0 20px;
}

.footer__developer a {
    color: #ccc;

    font-size: 15px;
    line-height: 20px;
}


.developer-block {
    position: relative;
    /*padding-left: 50px;*/
    font-size: 14px;
    color: #ccc;
    text-align: left;
    margin-bottom: 20px;
}

footer.footer .address-block{
    text-align: right;
}
footer.footer .address-block a{
    display: block;
}
footer.footer .address-block address{
    text-align: right;
    margin-top: 20px;
    font-size: 80%;
}

.btn-primary{
    background-color: #526084;
    border-color: #45516f;
    color: #F3F6F7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
{
    background-color: #222C46;
    border-color: #222C46;
}

.page-error404 header.header .nav.navbar-nav {
    display: none;
}

.error404-row {
    margin-top: 50px;
    margin-bottom: 100px;
}

.error404-block {
    text-align: right;
}

.error404-block h1 {
    font-size: 120px;
}