@import url(http://fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);

body {
    background-image: url("../img/bg.jpg");
    background-position: center;
    background-position-y: 65px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 105%;
    font-family: 'Scada', sans-serif;
}



.top-container-fluid-nav {
    border-bottom: 1px solid #7caa00;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.top-container-nav {
    padding: 20px 0 15px 0;
    background: #fff;
}

.main-container-set {
    background: #fff;
    padding: 65px 0 0 0;
    -webkit-box-shadow: 0px -33px 41px 3px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px -33px 41px 3px rgba(0, 0, 0, 0.66);
    box-shadow: 0px -33px 41px 3px rgba(0, 0, 0, 0.66);

}

.header-container-bg {
    background-image: url("../img/bg-header.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;

}

.logo-row-padding {
    padding: 35px;
}

.header-title-row {
    margin-top: 60px;
}

.header-title-h1 {
    padding-left: 35px;
    font-size: 28px;
    color: #7caa00;
    text-transform: uppercase;
}

.header-title-2-h1 {
    font-size: 28px;
    margin-top: -20px;
    color: #7b0000;
    padding-left: 30%;
}

.header-bottom-sep {
    height: 1px;
    background: #7caa00;
}

.news-container {
    padding-bottom: 100px;
}

.news-block-title-bg {
    margin-top: 100px;
    padding-left: 15px;
    color: #fff;
    background-image: url("../img/bg-news.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.news:first-child{
    background: #f8f6f4;
}

/*----Новости---------*/
.title-news-last {
    color: #7caa00;
    font-size: 24px;
    text-transform: uppercase;
}

.text-news-mini {
    font-size: 14px;
}

/*------footer----------*/
.footer-container {
    background: #7caa00;
    padding: 50px 0 50px 0;
}

.footer-address p {
    font-size: 18px;
    color: #fff;
}

/*-------Навигация------------*/
.a-color {
    padding: 10px;
    font-size: 14px;
    color: #7caa00;
}

.a-color:hover {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #7caa00;
}

.link-sep-right li {
    border-right: 1px solid #7caa00;
}
.link-sep-right li:last-child{
    border-right: none;
}

/*------yandex map----------*/

.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.my-btn-help{
    margin-top: 8px;
    margin-left: 15px;
}