@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadPro-Cond';
    src: url("/fonts/MyriadPro-Cond.eot");
    src: url("/fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Cond.woff") format("woff"),	url("/fonts/MyriadPro-Cond.ttf") format("truetype"),	url("/fonts/MyriadPro-Cond.svg#hneue") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('/fonts/bold/MyriadProBoldCondensed.eot');
    src: local('MyriadProBoldCondensed'), url('/fonts/bold/MyriadProBoldCondensed.woff') format('woff'), url('/fonts/bold/MyriadProBoldCondensed.ttf') format('truetype');
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('/fonts/MyriadPro-It.eot');
    src: local('MyriadPro-It'), url('/fonts/MyriadPro-It.woff') format('woff'), url('/fonts/MyriadPro-It.ttf') format('truetype');
}

body {
    font-family: 'MyriadPro-Cond';
}

h1 {
    font-family: MyriadPro-BoldCond;
    font-size: 3.5em;
    margin: 18px 0px;
    text-transform: uppercase;
}

img.director {
    width: 100%;
    border: 7px solid #6ea63a;
    margin-right: 10px;
}

/*NAVIGATION AND SECOND TITLE START*/

.navbar-inverse .navbar-nav > li > a,
a.navbar-brand {
    color: #ECECEC;
    font-family: 'MyriadPro-Cond';
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
}
ul.nav.navbar-nav:hover, ul.nav.navbar-nav:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-inverse .navbar-brand {
    color: #6ea63a;
    margin-left: 10px;
}

.navbar-inverse .navbar-brand:last-child {
    color: #fff;
    margin-left: 4px;
}

.head-w {
    background: url(/img/header-w-bg.png) center bottom repeat-x;
    height: 105px;
    margin-top: 30px;
}

.head-w .logo {
    width: 140px;
    margin: 10px 20px 0 0;
}
.head-w-border {
    border-bottom: 9px solid outset rgba(0, 0, 0, .2);
}
.head-w { /* top shadow */

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

.head-w .main-title { padding-top:40px !important; text-align: center;}
.head-w .container div { padding-top:10px; color:#666; text-transform:uppercase; font-size:25px; vertical-align:middle; }
.head-w .phone { line-height:14px; text-align:right; padding-top:18px !important;}
.head-w .phone .code { font-size:14px; line-height:25px;}
.head-w .address { line-height:100%; padding:10px 0px 0px 0px !important; font-size:13px !important;text-align:right;}

.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

@media (max-width: 400px) {
    .head-w {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-title {
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-inverse .navbar-brand {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .collapse {
        display: none !important;
    }
    .navbar-inverse .navbar-brand {
        display: none;
    }
    .nav.navbar-nav li:first-child a {
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-brand:first-of-type {
        margin-left: -7px !important;
    }

}

/*NAVIGATION AND SECOND TITLE END*/



/*CAROUSEL START*/
#carousel-0 {
    height: calc(100vh - 135px);
}

#carousel-0 .carousel-inner .item {
    background-size:cover !important;
    height: calc(100vh - 135px) !important;
    background-position: center center !important;
}

img.project-icon {
    width: 408px;
    height: 306px;
    border: 7px solid #6ea63a;
}

#realised .container,
#projects > .container {
    padding-right: 0;
    padding-left: 0;
}

#myCarousel2 {
    padding-top: 10px;
    padding-bottom: 30px;
}

#myCarousel2 .glyphicon-chevron-right,
#myCarousel2 .glyphicon-chevron-left {
    width: auto;
    font-family: MyriadPro-BoldCond;
}
#myCarousel2 .glyphicon-chevron-left:before {
    content: "\e079";
    font-family: 'Glyphicons Halflings';
    vertical-align: -2px;
}
#myCarousel2 .glyphicon-chevron-right:before {
    content: "";
}
#myCarousel2 .glyphicon-chevron-right:after {
    content: "\e080";
    vertical-align: -2px;
    font-family: 'Glyphicons Halflings';
}

#myCarousel2 .carousel-control .glyphicon-chevron-left,
#myCarousel2 .carousel-control .glyphicon-chevron-right {
    top: calc(100% - 10px);
}
#myCarousel2 * {
    text-shadow: none !important;
}
#myCarousel2 .s-left {
    z-index: 100;
}
#myCarousel2 .right {
    z-index: 100;
}
.grey-bg {
    background-color: #f4f4f4;
    border-bottom: #e2e2e2 2px solid;
}

#myCarousel2 .btn-raw {
    margin-top: 10px;
}

#myCarousel2 .project-caption > div .b {
    font-weight: bold;
}

@media (min-width: 992px) {
    #myCarousel2 .project-caption > div .b {
        width: 160px;
        display: inline-block;
    }
}

#myCarousel2 .project-caption {
    font-size: 18px;
}

#myCarousel2 .caption-block {
    width: calc(100% - 408px - 20px);
    margin-left: 20px;
}

#myCarousel2 .caption-block > h3 {
    margin-top: 0;
}

#myCarousel2 .glyphicon-chevron-left,
#myCarousel2 .glyphicon-chevron-right {
    color: #000;
    font-size: 23px;
    line-height: 23px;
}
#myCarousel2 .glyphicon-chevron-left {
    left: 0;
}
#myCarousel2 .glyphicon-chevron-right {
    right: 0;
    margin-right: auto;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: 0;
}

div.projects > .container .text-block,
div.projects > .container {
    padding-right: 0;
}

@media (max-width: 768px) {

    .h1, h1 {
        font-size: 36px;
    }

    .projects .text-block {
        padding-right: 20px !important;
    }

    #myCarousel2  {
        padding: 15px 15px 30px 15px;
    }
    #myCarousel2 .caption-block {
        width: calc(100%);
        margin-left: 0;
        margin-top: 10px;
    }
    #myCarousel2 .btn-raw {
        margin-top: 10px;
        text-align: center;
    }
}

.project-caption {
    background: #e5e4e4;
    padding: 9px;
}

#myCarousel2 .carousel, #myCarousel2 .item h3 {
    font-family: MyriadPro-BoldCond;
}
#myCarousel2 .carousel-caption {
    top: 0px;
    color: #37424a;
}
#myCarousel2 .col-xs-12 h3 {
    margin-top: 0px;
}

@media (max-width: 1023px) {

    .hide-mobile {
        display: none;
    }

}

@media (max-width: 425px) {

    .hide-425 {
        display: none;
    }
}


@media (max-width: 767px) {

    .hide-767 {
        display: none;
    }
}


@media (max-width: 320px) {

    /*CAROUSEL START*/
    #carousel-0 {
        height: calc(50vh - 135px);
    }

    #carousel-0 .carousel-inner .item {
        height: calc(50vh - 135px) !important;
    }
}



.un1 {
    width: 100%;
    height: 57px;
    margin-top: -57px;
    position: absolute;
}
.un2 {
    width: 100%;
    background: url(/img/bn/center.png);
    background-position: center;
    height: 57px;
}
/*CAROUSEL END*/

/* Достижения старт*/
div.bage {
    display: inline-block;
    font-family: MyriadPro-Cond;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
}
div.bage span {
    font-size: 4.5em;
    line-height: 2.5em;
    background: url(/img/bage-star.png) center no-repeat;
    background-size: auto 100%;
    background-position: center center;
    display: inline-block;
    margin-top: 20px;
    min-width: 100%;
}
.bage p {
    color: #333;
    font-size: 18px;
    line-height: 1em;
    padding-top: 1em;
    text-transform: uppercase;
    font-family: MyriadPro-BoldCond;
    margin-top: 10px;
}
/* Достижения финиш*/


/** Обращение начало **/

.about-block .legend {
    font-family: MyriadPro-It;
}
div.legend {
    padding: 24px;
    background: #e6eee1;
    padding-bottom: 10px;
    font-size: 1.33em;
}

@media (max-width: 991px) {
    .hide-md {
        display: none;
    }
}
/** Обращение конец**/

/** Популярные Проекты **/
.projects h1 {
    color: #FFF;
    font-size: 2.5em;
}
.projects {
    margin-top: 20px;
    padding-top: 10px;
    background: url(/img/content-g-bg.png) center no-repeat;
    background-position: cover;
    font-size: 1.3em;
    height: 398px;
}


.projects p{
    font-size: 1.5em;
}

.green {
    color: #658013;
}
@media (max-width: 528px) {
    .projects p{
        font-size: 1.1em;
    }
}
@media (min-width: 1200px) {
    .projects p{
        font-size: 1.6em;
    }
}
@media (max-width: 991px) {
    .projects h1 {
        font-size: 2.2em;
    }
    .hide-md {
        display: none;
    }
}
/** Популярные Проекты конец**/



.consult {
    background: url(/img/content-b-bg.png);
    border: #e2e2e2 2px solid;
    padding:36px 0px;
}
.consult img { border:2px solid #CCC;}
.consult .soon { color:#999; margin-top:0px;}
.consult h1.date {
    margin-top:0px;
    line-height:39px
}

.wite {
    background: #FFF;
}
/** Слайдер популярных **/
/** Слайдер популярных конец **/

.footer, .menu-bottom { padding:8px 0px; margin:0px;}
.menu-bottom { background:url(/img/menu-footer-bg.png) center repeat-x;}
.footer { background:url(/img/footer-bg.png) center repeat-x; color:#FFF; padding:0px; }
.footer ul a {
    color:#8a8a8a;
    font-family: MyriadPro-Cond;
    font-size: 14px;
}

/* Nav links */
.blog-nav {
    text-align: center;
}
.blog-nav-item:hover {
    color: #ECECEC;
}
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 20px 5px 15px 10px;
    color: #ECECEC;
    font-family: MyriadPro-Cond;
    font-size: 15px;
    text-transform: uppercase;
}
.block {
    padding:18px 0px;
}

.carousel-control {
    background: none !important;
}

.consult .consultants{
    text-align:right;
}
.consult .consultants img{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
}

#carousel-4 .carousel-inner .item {
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#schema .container {
    position: relative;
}

@media (min-width: 768px) {

    #call-consult {
        position: absolute;
        left: 15px;
        bottom: 70px;
    }
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    margin-top: 50px;
    font-size: 30px;
    border-radius: 41px;
    background-color: #025773;
    color: #fff;
}

.reasons h2 { font-size:32px; margin-top:0px;}
.reasons .text-right p { padding-left:72px;}
.reasons p {
    padding-right: 0px;
    font-size: 18px;
}
.reasons .container .row .col-xs-2 { text-align: right}

#carousel-3 .carousel-inner .item {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
#carousel-3 .carousel-inner .item img {
    height: 100px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.head-stat {
    background: #f4f4f4;
    border-bottom: #e2e2e2 2px solid;
    padding-bottom: 60px;
}

.nav>li {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .navbar-nav>li {
         float: none;
    }
    .navbar-nav {
        float: none;
    }
}

ul.nav.navbar-nav {
    text-align: center;
}
.blog-nav-item {
    padding-right: 7px;
    padding-left: 7px;
}

#carousel-4 .carousel-inner .row img {
    max-width: 90% !important;
}

h2.labels {
    font-size: 26px;
}