/*
** Шрифты:
*/
@font-face {
    font-family: 'HelveticaNeueCyr-Light';
    src: url(/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
    font-family: 'HelveticaNeueCyr-UltraLight';
    src: url(/fonts/HelveticaNeueCyr-UltraLight.otf);
}

body {
    margin: 0;
    padding: 0;
    font: normal 12pt Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
    width: 100%;
}

.container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.site-header {
    background: #666666;
    padding-top: 15px;
    border-bottom: #ffdc7b solid 8px;
}

.top-nav {
    margin-bottom: 0;
    margin-top: 10px;
}

.top-nav a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #222;
    background-color: #fff;
}

.site-header .container {
    position: relative;
    height: 100%;
}

.site-header .site-header-actions, .site-header a {
    color: #FFFFFF;

}

/*.site-header .site-header-address a{
    display: inline-block;
    border-bottom: 1px dashed;
}*/


.site-header .glyphicon {
    color: #FFFFCC;
}

.site-header .site-header-address, .site-header .site-menu, .site-header .site-menu a {
    color: #FFFFFF;
    line-height: 22px;
}

.color-yellow {
    color: #FFFFCC;
}

.site-header .btn-default {
    background: none;
}

.site-footer {
    font-size: 85%;
}

.site-footer ul li {
    list-style: none;
}


.site-footer .site-footer-top {
    background: #4C4C4C;
    padding: 30px 0 35px 0;
    color: #FFF;
    border-bottom: #ffdc7b solid 8px;
}

.site-footer .site-footer-top a {
    color: #FFF;
}


.site-footer .site-footer-bottom {
    padding: 20px 0;

}

.article-header {
    /*text-transform: uppercase;*/
}

.article-header .article-title {
    color: #fff;
    text-align: center;
    line-height: 200px;

    font-family: "HelveticaNeueCyr-UltraLight", "Helvetica Neue";
    font-size: 5vw;
    position: absolute;

    left: 0;
    right: 0;
}

.parallax-window {
    position: relative;
    height: 250px;
}

.image-shadow {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 64, 64, .4)), color-stop(20%, rgba(64, 64, 64, .4)), color-stop(50%, rgba(64, 64, 64, 0.5)), color-stop(60%, rgba(64, 64, 64, 0.5)), color-stop(80%, rgba(64, 64, 64, 0.4)), color-stop(100%, rgba(64, 64, 64, .4)));
}

.margin-btm {
    margin-bottom: 20px;
}

.calculate-form input {


}

.contact-form {
    margin-bottom: 30px;
}

.contact-form textarea {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    /*margin-top: -10px;*/
}

.zap-form select, .zap-form button, .zap-form input, .zap-form textarea, .zap-form p {
    margin-bottom: 15px;
}

h3 {
    font-size: 28px;
}

.the-plashka {
    padding: 20px 0;
    margin: 10px 0;
    background-color: #e7e7e7;
    font-size: 120%;
    text-align: center;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Light", "Helvetica Neue";
    letter-spacing: 2px;
}

.the-plashka small {
    font-size: 80%;
    text-transform: none;
    margin-top: 10px;
    display: block;
}

@media screen and (max-width: 768px) {
    .site-header .site-header-actions {
        margin-top: 20px;
    }

    .site-header-address > .row {
        margin: 20px 0 0;
    }

    .site-header-address > .row:first-child {
        margin-top: 0;
    }
}