﻿body {
    font-family: 'HelveticaNeueCyr-Roman';
}
form {
    margin: 0;
}
a {
    color: #0078BF;
}
.table td {
    vertical-align: middle !important;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}


/* AdminMenu */
.admin-body .container {
    max-width: 100%;
}
.dashboard {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.col-sm-9.col-sm-offset-3.col-md-10.col-md-offset-2 {
    width: 83.3334%;
    padding: 0;
}
.dashboard a {
    color: #555 !important;
}
.dashboard .nav > li:hover {
    background-color: #ececec;
}
@media (max-width: 767px) {
    .dashboard {
        position: relative;
    }
    .admin-body {
        width: 100% !important;
    }
}


/* Header */
header {
    padding: 20px 0;
}
.header-logo {
    margin-top: -5px;
}
.header-logo-desc {
    margin-left: 30px;
    padding-left: 15px;
    border-left: solid 1px #78B833;
    color: #0078BF;
    line-height: 1.3;
}
.header-contacts {
    text-align: right;
}
.header-address {
    color: #0078BF;
}
.header-adress p{
	color: #0078BF;
    font-size: 20px;
    font-weight: bold;
	margin-top: 5px;
}
.header-phone {
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
}
.header-phone span {
    font-size: 13px;
    display: block;
}
.header-phone a:hover {
    text-decoration: none;
}
.header-email {
    text-align: center;
    margin-top: 5px;
}
.header-email a {
    color: #78B833;
    font-style: italic;
}
@media(max-width: 1200px) {
    .header-phone {
        font-size: 28px;
    }
}
@media(max-width: 991px) {
    .header-contacts {
        text-align: center;
        margin-top: 30px;
    }
}


/* Navbar */
.navbar-default {
    background-color: #003f77;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #0c88d2;
}
.navbar-default .dropdown-menu {
    background-color: #0c88d2;
    border: 0;
}
.navbar-default .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .dropdown-menu > li > a:hover, 
.navbar-default .dropdown-menu > li > a:focus {
    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
}


/* Jumbotron */
.jumbotron {
    background: url(images/jumbotron.jpg) no-repeat center 0 / cover;
    height: 500px;
    margin-bottom: 0;
}
.jumbotron h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 60%;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
	text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}
.btn-jumbotron {
    background-color: #78B833;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 50px;
}
@media(max-width: 991px) {
    .jumbotron h1 {
        width: 100%;
        font-size: 36px;
        margin-bottom: 15px;
    }
}


/* Content */
section.content {
    padding: 50px 0;
}
.section-title {
    color: #003f77;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
img.pull-left.content-img {
    margin: 0 20px 5px 0;
}
img.pull-right.content-img {
    margin: 0 0 5px 20px;
}


/* Front page Blocks */
.fp-nav-blocks .row {
    margin: 0;
}
.fp-nav-blocks .row > div {
    padding: 0;
}
.fp-nav-blocks a {
    text-decoration: none;
}
.fp-nav-block-item {
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fp-nav-block-item.block-item-big {
    height: 550px;
}
.fp-nav-block-item1 {
    background-image: url(images/main-block/1.jpg);
}
.fp-nav-block-item2 {
    background-image: url(images/main-block/2.jpg);
}
.fp-nav-block-item3 {
    background-image: url(images/main-block/3.jpg);
    /*background-size: 90% auto;*/
    background-position: center;
    background-color: #003665;
}
.fp-nav-block-item4 {
    background-image: url(images/main-block/4.jpg);
}
.fp-nav-block-item5 {
    background-image: url(images/main-block/5.jpg);
}
.fp-nav-block-item6 {
    background-image: url(images/main-block/6.jpg);
}
.fp-nav-block-item7 {
    background-image: url(images/main-block/7.jpg);
}
.fp-nav-block-item8 {
    background-image: url(images/main-block/8.jpg);
}
.fp-nav-block-item-container {
    background-color: rgba(43, 80, 142, .8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 30px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.fp-nav-block-item-container strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.2;
}
.fp-nav-block-item-container .btn {
    border-color: #fff;
    text-transform: uppercase;
    color: #fff;
}
.fp-nav-block-item:hover .fp-nav-block-item-container {
    opacity: 1;
}
.fp-nav-block-green {
    background-color: #b0cb1f;
    width: 150px;
    height: 150px;
}
@media(max-width: 1200px) {
    .fp-nav-block-item-container strong {
        font-size: 24px;
    }
}
@media(max-width: 991px) {
    .fp-nav-block-item.block-item-big {
        height: 300px;
        background-position: center;
        text-align: center;
    }
    .fp-nav-block-item-container {
        width: 100%;
        position: absolute;
    }
    .fp-nav-block-item-container .btn {
        margin: 0 auto;
    }
    .fp-nav-block-item-container strong {
        text-align: center;
    }
}


/* Front page Bottom banners */
.fp-actions {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media(max-width: 991px) {
    .fp-actions img {
        margin-bottom: 30px;
    }
}


/* Front page Map */
.fp-map {
    height: 400px;
    position: relative;
    /*margin-top: 60px;*/
}
.fp-map > ymaps {
    position: relative;
    z-index: 1;
}
.fp-map > .container {
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: 0;
}
.fp-map-container {
    background-color: #003f77;
    color: #fff;
    padding: 30px;
    float: right;
    position: relative;
    font-size: 18px;
    width: 33.3334%;
    margin-top: 150px;
    z-index: 2;
}
.fp-map-container::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 36px;
    border: 15px solid transparent;
    border-right: 14px solid #003f77;
}
.fp-map-container h3 {
    margin: 0;
    text-align: center;
    font-size: 35px;
}
.fp-map-container strong {
    display: block;
    font-weight: normal;
    font-size: 42px;
}
.fp-map-container em {
    display: block;
    text-align: right;
    color: #b0cb1f;
}
@media(max-width: 1200px) {
    .fp-map-container {
        width: 40%;
    }
}
@media(max-width: 991px) {
    .fp-map-container {
        width: 52%;
    }
}


/* Footer */
footer {
    background-color: #003f77;
    padding: 40px 0;
    color: #fff;
}
footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 0;
}
footer h3 a, footer h3 a:hover {
    color: #fff;
    text-decoration: none;
}
footer h3 img {
    float: left;
    margin-right: 20px;
    /*margin-bottom: 30px;*/
}
.footer-logo p {
    color: #006fb4;
    font-size: 20px;
    line-height: 1.2;
    padding-left: 66px;
}
.footer-form input[type="text"] {
    padding: 20px 15px;
    font-size: 20px;
    font-style: italic;
}
.footer-form .btn {
    background-color: #b0cb1f;
    border-color: #b0cb1f;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.footer-form .btn.btn-sm {
    font-size: 18px;
}
ul.footer-survey-results {
    /*float: right;*/
    font-size: 12px;
    margin-top: 15px;
    color: #aaa;
    /*text-align: right;*/
    list-style: none;
    padding: 0;
}
@media(max-width: 1200px) {
    .footer-logo h3 {
        font-size: 24px;
    }
}
@media (max-width: 1200px) {
    .footer-logo h3 {
        font-size: 22px;
    }
    .footer-logo p {
        font-size: 16px;
    }
    .footer-form .form-group {
        margin-bottom: 10px;
    }
    .footer-form input[type="text"] {
        padding: 17px 12px;
        font-size: 16px;
    }
    .footer-form .btn {
        font-size: 16px;
        padding: 8px 20px;
    }
}


/* Products */
.product-container {
    margin-top: 50px;
}
.product-item {
    padding: 15px;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .4); */
    margin-bottom: 30px;
    border: solid 1px #ddd;
}
.product-item a {
    text-decoration: none;
    color: #333;
}
.product-item-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-img img {
    max-height: 100%;
}
.product-item h3 {
    font-size: 20px;
    margin-top: 0;
}
.product-item strong {
    font-size: 18px;
}


/* Product Models */
.tab-content {
    padding: 30px 0;
}
.product-model-item {
    padding: 15px;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, .4);*/
    margin-bottom: 30px;
    border: solid 1px #ddd;
}
.product-model-item a {
    text-decoration: none;
    color: #333;
}
.product-model-item h3 {
    font-size: 16px;
}
.product-model-item strong {
    font-size: 18px;
}


/* Product Model Detail */
.procuct-mod-price {
    font-size: 30px;
}
.procuct-mod-price strong span {
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    color: #9a9a9a;
}
.procuct-mod-buttons {
    margin: 15px 0;
}
.btn-order {
    background-color: #78B833;
    color: #fff;
    border-radius: 0;
}
.btn-consult {
    background-color: #0078BF;
    color: #fff;
    border-radius: 0;
}
.btn-order:hover, .btn-order:focus {
    color: #fff;
}
.btn-consult:hover, .btn-consult:focus {
    color: #fff;
}


/* Service Personal */
.service-personal-list {
    text-align: center;
}
.service-personal-list img {
    margin-bottom: 20px;
}
.service-personal-list strong {
    display: block;
    font-size: 18px;
}
.service-personal-list em {
    margin-bottom: 30px;
    display: block;
}


/* Certificates */
.medal-item {
    margin-bottom: 30px;
}
.medal-item a {
    color: #333;
    text-decoration: none;
}
.medal-item span {
    display: block;
    margin-top: 10px;
}


/* Contacts */
.tab-contacts {
    padding-top: 20px;
}
.tab-contacts h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.contacts {
    font-size: 17px;
}
.contacts i {
    margin-right: 10px;
}
.contacts a {
    color: #888;
    text-decoration: underline;
}


/* Surves */
.surv-answer-group {
    margin-bottom: 30px;
}
.surv-answer-group input {
    margin-bottom: 15px;
}

.survey-item {
    margin-bottom: 30px;
}
.survey-item .lead {
    margin-bottom: 10px;
}
.survey-item label {
    font-weight: normal;
    margin-left: 10px;
}


/* About */
.about-service img {
    margin-bottom: 10px;
}
.about-portfolio {
    margin-bottom: 30px;
}


/* Modal form */
.modal-form {
    max-width: 600px;
}
.modal-form h2 {
    margin-top: 0;
}
.procuct-mod-price small {
    display: block;
    font-size: 14px;
}
.procuct-mod-first-img {
    margin-bottom: 15px;
}


.fp-block-news {
    height: 275px;
    padding: 30px !important;
    background-color: #003f77;
    color: #fff;
}
.fp-block-news h3 {
    margin: 0;
}
.fp-block-news em {
    margin: 10px 0;
    display: block;
}
.fp-block-news a {
    float: right;
    color: #fff;
    text-decoration: underline;
}


.fp-block-actions {
    height: 275px;
}
.fp-action {
    height: 100%;
    display: inline-block;
    background-size: cover;
    padding: 30px;
    color: #fff;
    width: 100%;
    text-shadow: 0 0 2px #000;
}
.fp-action h3 {
    margin-top: 0;
}
.fp-action p {
    font-size: 20px;
}
.fp-action a {
    float: right;
    text-decoration: underline;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.action-item {
    margin-bottom: 30px;
}
.action-item .media-object {
    max-width: 300px;
}
.action-item .media-left {
    padding-right: 30px;
}


.news-list-item {
    margin-bottom: 30px;
}
.news-list-item h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.news-list-item em {
    margin: 10px 0;
    display: block;
}
.news-item em {
    display: block;
    margin-bottom: 30px;
}


.proectirovanie-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: num;
}
.proectirovanie-list ol > li {
    display: inline-block;
    margin-bottom: 15px;
}
.proectirovanie-list ol > li::before {
    content: counter(num);
    counter-increment: num;
    float: left;
    width: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #ccc;
    margin-right: 20px;
    line-height: 1;
}
.proectirovanie-list ol ul {
    padding-left: 67px;
}
.proectirovanie-specialist {
    background-color: #eee;
    padding: 40px;
    margin-bottom: 40px;
}
.proectirovanie-spec-photo img {
    margin-bottom: 15px;
}
.proectirovanie-spec-desc strong {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.proectirovanie-spec-desc ul {
    font-size: 16px;
}


.montazh-vvod-item {
    margin-bottom: 30px;
}
.montazh-vvod-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.montazh-vvod-item span {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    color: #aaa;
}

table.montazh-table {
    width: 100%;
}
table.montazh-table td {
    width: 33.3334%;
    padding: 10px;
    text-align: center;
}


.repair-items {
    margin-top: 30px;
}
.repair-items strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}



.fp-proect {
    background: url(images/proektirovanie/bg.jpg) no-repeat center center;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}
.fp-proect h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 15px;
}
.fp-proect p {
    font-size: 26px;
    margin-bottom: 30px;
}
.fp-proect-img {
    position: relative;
    margin-bottom: 15px;
}
.fp-proect-img img {
    width: 70px;
    height: 70px;
}
.fp-proect-img svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fp-proect-img svg .st0 {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.fp-proect span {
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
}


.torc-sidebar {
    width: 33%;
    margin-right: 50px;
}
.torc-form {
    background-color: #eee;
    padding: 30px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.torc-form h3 {
    text-align: center;
    margin-top: 0;
}