body {
    background:url('../imgs/pattern.png') #d8ebff;
    font-family: Arial, sans-serif;
    color:#111;
    font-size: 13px;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
hr {
    border-top: 1px solid #cccccc;
}
p {
}
.lead {
    font-size: 18px;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
}
h1 a, h2 a, h3 a {
    text-decoration: none;
}
.well {
    overflow: hidden;
}
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
/* COMMON */
.text-light {
    font-weight: 300;
}
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
.body-wrap {
    position: absolute;
    top: 0;
    height: 400px;
    overflow: hidden;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(229,229,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(229,229,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */


}
#mainbox {
    box-shadow: 0 0 4px #555555;
    margin: 40px auto;
    background-color: #fff;
    overflow: hidden;
}
#content {
    margin-bottom: 20px;
    /*background-color: #ffffff;*/
}
#header {
    height: 250px;
    position: relative;
}
#page-header {
    height: 50px;
    background-color: #F5F5F5;
}
#social {
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 250;
}
#social img {
    width: 28px;
    opacity: 0.7;
    transition: all 0.2s ease;
}
#social img:hover {
    opacity: 1;
}
#sub-header {
    background-color: #EDE7E1;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #5e5e5e;
}

#main-nav li:hover a {
    color: #183152;
}

#sub-header a {
    text-decoration: none;
}
.phones {
    margin-right: 40px;
}
.phones a {
    color: #5e5e5e;
    letter-spacing: 1px;
}
.phones a:hover {
    text-decoration: none;
    color:#333;
}
.big-phone {
    font-size: 150%;
    font-weight: bold;
    vertical-align: top;
}
#footer {
    padding: 20px 0 220px 0;
    border-top: 1px solid #6891c6;
    background:url('../imgs/footer.jpg') bottom center no-repeat #375D81;

}
#footer .section {
    color: #E1E6FA;
    text-align: justify;
}
#sub-footer {
    background-color: #183152;
    color: #C4D7ED;
    font-size: 90%;
    padding: 10px;
}
#sub-footer a {
    color: #C4D7ED;
}
#main-nav {
    position: relative;
    margin: 0;
    padding: 0;
}
#main-nav .submenu {
    margin-bottom: 10px;
    padding-left: 30px;
}
.main-nav-sub>li {
    list-style: circle;
}
.main-nav-sub>li>a {
    line-height: 23px;
    border-bottom: 1px solid transparent;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.main-nav-sub>li:not(.active)>a:hover {
    text-decoration: none;
    border-bottom: 1px solid #7ab0e4;
    margin-left: 2px;
}

#main-nav>li {
    height: 82px;
    width: 213px;
    /*background-color: #788ebe;*/
    position: relative;

    background: linear-gradient(to bottom,  rgba(120,142,190,0.77) 0%,rgba(120,142,190,1) 100%); /* W3C */

    border: 1px solid #4f679d;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 7px;
}
#main-nav>li.active .menu-bg {
    opacity: 1;
    color: #183152;
}
#main-nav .menu-bg {
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0.0;
    top: 0;
}

#main-nav li.menu-design {
    padding-top: 3px;
}
#main-nav li.menu-price {
    padding-top: 10px;
}
#main-nav>li>a {
    z-index: 150;
    position: relative;;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    padding: 18px 40px 20px 47px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#sub-nav {
    margin-top: 20px;
    line-height: 26px;
    list-style: circle;
}
#sub-nav li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
#search {
    margin: 25px 0;
}
.promo, .news {
    padding: 15px 10px;
    font-size: 90%;
    line-height: 22px;
}
.promo ul, .news ul {
    padding: 0 0 0 20px;
} 

h1.company-name {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
h2.slogan {
    margin-top: 0;
    margin-bottom: 20px;
}
#data p {
    text-align: justify;
    width: 98%;
    line-height: 21px;
}
/* FOR TEST IMAGE */
.test-img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}
.bg-blue {
    background-color: #e0f2fa;
}
.bg-red {
    background-color: #ffe4e8;
}
.bg-yellow {
    background-color: #faebcc;
}
#five {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 auto 20px;
    padding: 5px 7px 10px 5px;
    overflow: hidden;
}
#five ol {
    font-size: 13px;
    margin: 5px;
    padding: 0 0 0 20px;
}
#five li {
    font-size: 13px;
    margin-top: 7px;
    padding: 0;
}
#slider {
    width: 521px;
    height: 164px;
    background-color: #333333;
    position: absolute;
    top: 42px;
    left: 226px;
    z-index: 100;
}
#header-img {
    background-image: url('../imgs/header.png');
    background-size: cover;
    position: absolute;
    width: 970px;
    height: 250px;
    left: 0;
    z-index: 102;
    overflow: hidden;
}
#breadcrumbs, #breadcrumbs a {
    font-size: 11px;
    color: #ddd;
    margin-bottom: 15px;
}
#company-name {
    position: absolute;
    z-index: 300;
    bottom: 7px;
    left: 10px;
    top: 8px;
}
#company-name a {
    color: #7C7A61;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}
#company-name a:hover {
    border-bottom: 1px solid #7C7A61;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.12);
}

.affix {
    right: 20px;
    bottom: 20px;
}

.affix p {
    text-align: center;
}

.affix-top {
}

span.required {
    color: #f00;
}

.main-nav-sub {
    padding-left: 20px;
    margin-bottom: 20px;
}

.main-nav-sub-sub {
    padding-left: 15px;
}

.main-nav-sub li.active>a {
    text-decoration: none;
    color: #000;
    pointer-events: none;
    cursor: default;
}

.slidesjs-navigation-custom {
    position: relative;
    top: -155px;
    z-index: 100;
    height: 155px;
    opacity: 0.5;
}

.slidesjs-navigation-custom:hover {
    opacity: 0.8;
}

.slidesjs-navigation-custom i 
{
    position: relative;
    top: 80px;
}

.gallery-block-thumbnail {
    overflow: hidden;
}

.gallery-block-thumbnail img {
    min-height: 155px;
    max-height: 155px;
    height: 155px;
}

.slider-block {
    height: 125px;
}

.lb-data .lb-close {
    position: fixed;
    right: 25px;
    top: 25px;
}

.news-block h2 {
    margin-top: 0px;
}

.logos-links-block img {
    margin-bottom: 7px;
}

.logos-links-block a img {
    transition-property: opacity;
    transition-duration: 300ms;
    opacity: 0.4;
}

.logos-links-block a:hover img {
    opacity: 1;
}

.gallery-block-thumbnail a img {
    transition-property: opacity;
    transition-duration: 300ms;
    opacity: 1.0;
}

.gallery-block-thumbnail a:hover img {
    opacity: 0.5;
}

.thumbnail p
{
    white-space: nowrap;
    font-size: 12px;
}

.main_adv {
  font-size:11px;
  padding: 8px 0 0 0;
}
.container {
  min-width: 970px !important;
}
#button-up {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}
.partner-header {
    margin-bottom: 20px;
    font-size: 15px;
}
.header-scheme-block {
    font-size: 14px;
    opacity: 0.8;
}
.callback-link {
    border-bottom: 1px dashed rgba(66, 139, 202, 0.36);
}

/*
 * Share block
 */
#mainbox {
    overflow: visible;
}
.share-block {
    position: fixed;
    right: 50%;
    width: 32px;
    margin-right: -516px;
    transform: scale(0.92);
    transition: transform 0.2s ease;
}
.share-block:hover {
    transform: none;
}
.share-block .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-bottom: 2px;
}
