html { height: 100%; }
body { font-family: 'OpenSansRegular'; height: 100%; margin: 0; min-width: 1200px; padding: 0; width: 100%; }
h1, h2, h3, h4, h5, h6, p { display: block; font-weight: normal; margin: 0; padding: 0; }
img, input, textarea, button, a { border: none; outline: none; }
a:hover { text-decoration: none; }
table { border-spacing: 0; }
button { cursor: pointer; display: block; }
button:hover, .button:hover { opacity: 0.6; transition: opacity 1.2s, visibility 0s linear 1.2s; }
.clear { clear: both; height: 1px; }
.inner { margin: 0 auto; width: 1200px; }
.fleft { float: left; }
.fright { float: right; }
.db { display: block; }
.inb { display: inline-block; }
.in { display: inline; }
.hide { display: none; }
.w25 { width: 25%; }
.w33 { width: 33%; }
.w50 { width: 50%; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.tb { display: table; }
.tbc { display: table-cell; }
.vM { vertical-align: middle; }
.vT { vertical-align: top; }
.tT { display: table; }
.rL { position: relative; }
.fixed { position: fixed; }
.abs { position: absolute; }
.hid { overflow: hidden; }
.m0 { margin: 0 !important; }
.p0 { padding: 0 !important; }
.alCenter { text-align: center; }
.alRight { text-align: right; }
#wrapper { height: auto; margin: 0 auto; min-height: 100%; min-width: 1200px; overflow: hidden; position: relative; width: 100%; z-index: 1; }




/*header*/
#header {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
}

#header .logo {
    background: url(../img/logo.png) no-repeat;
    width: 160px;
    height: 66px;
    text-decoration: none;
    display: block;
    float: left;
}

#header .info_module {
    float: left;
    margin-left: 80px;
}

#header .info_module .block {
    float: left;
    margin-right: 80px;
}

#header .info_module .block p.hidden {
    display: none;
}

#header .info_module .block p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}

#header .info_module .block p a {
    color: #666;
    text-decoration: none;
}

#header .info_module .block p a:hover {
    text-decoration: underline;
}

#header .info_module .block p img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#header .info_module .block p span {
    display: inline-block;
    vertical-align: top;
}

#header .info_module .block p em {
    font-style: normal;
}

#header .info_module .block3 {
    margin-right: 0;
}

#header .info_module .block3 img {
    margin-right: 8px;
}

#header .search_module {
    float: right;
    width: 231px;
    height: 35px;
    position: relative;
}

#header .search_module .inputbox {
    display: block;
    background: url(../img/search_input.png) no-repeat;
    width: 211px;
    height: 25px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    font-family: 'OpenSansItalic';
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

#header .search_module .search_button {
    display: block;
    background: url(../img/lupa.png) no-repeat;
    width: 18px;
    height: 0px;
    padding-top: 17px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 9px;
    top: 9px;
}

#header .topmenu {
    margin-top: 25px;
}

#header .topmenu ul {
    margin: 0 -21px;
    padding: 0;
    list-style: none;
}

#header .topmenu ul li {
    display: block;
    float: left;
    padding-bottom: 20px;
}

#header .topmenu ul li a {
    display: block;
    float: left;
    height: 24px;
    border-right: 1px solid #ccc;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

#header .topmenu ul li.deeper {
}

#header .topmenu ul li.hidden a {
    display: none;
}

#header .topmenu ul li:last-child a {
    border: none;
}

#header .topmenu ul li:hover a {
    color: #f3441b;
}

#header .topmenu ul ul {
    position: absolute;
    padding: 5px 17px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 33px 0 0 0;
    display: none;
    z-index: 100;
}

#header .topmenu ul li:hover ul {
    display: block;
}

#header .topmenu ul ul li {
    float: none;
    display: block;
    padding: 0;
}

#header .topmenu ul ul li a {
    float: none;
    display: block;
    border-right: none;
    text-transform: none;
    color: #666 !important;
    height: auto;
    line-height: 16px;
    border-bottom: 1px solid #b4ccce;
    padding: 13px 0;
}

#header .topmenu ul ul li a:hover {
    color: #f3441b !important;
}




/*slides*/
.slides {
    position: relative;
    z-index: 1;
    height: 600px !important;
    margin: 0 0 50px 0;
    padding: 0;
}

#slides .slidesjs-container {
    height: 600px !important;
}

.slides .slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slides .slide img {
    /*height:600px !important;*/
    width: 100% !important;
}

.slides .slide .caption {
    /*top:125px;*/
    top: 5%;
}

.slides .slide .caption h2 {
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    color: #fff;
    width: 450px;
}

.slides .slide .caption .link {
    font-family: 'OpenSansBold';
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-top: 70px;
}

.slides .slide .caption .link span {
    font-size: 30px;
    text-transform: lowercase;
    color: #f3441b;
    display: inline-block;
    vertical-align: top;
    padding: 3px 13px;
}

.slides .slide .caption .link:hover {
    color: #f3441b;
}

.slides .slide .caption .link:hover span {
    color: #fff;
}

.slides .slidesjs-navigation {
    display: none !important;
}

.slides .slidesjs-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 100;
}

.slides .slidesjs-pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.slides .slidesjs-pagination li a {
    display: block;
    background: url(../img/bullets.png) no-repeat right top;
    width: 17px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
}

.slides .slidesjs-pagination li a.active {
    background-position: left top;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.box {
    width: 100%;
    height: 100%;
}

.slider {
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
    overflow: hidden;
}

.slides {
    height: 100%;
    list-style: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    width: 100%;
    float: left;
    clear: none;
}

.slider-arrows {
    display: none;
}

.slider-nav {
    position: absolute;
    z-index: 500;
    bottom: 30px;
}

.slider-nav__item {
    display: block;
    background: url(../img/bullets.png) no-repeat right top;
    width: 17px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.slider-nav__item:hover {
    background-position: left top
}

.slider-nav__item--current {
    background-position: left top
}




/*services*/
#services {
    margin-bottom: 90px;
}

#services h2 {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    font-family: 'OpenSansBold';
    padding-bottom: 30px;
    margin-bottom: 44px;
    color: #f3441b;
    position: relative;
    text-transform: uppercase;
}

#services h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #999;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

#services .row {
    margin-right: -25px;
}

#services .row .block {
    width: 228px;
    height: 360px;
    border: 2px solid #fdb192;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

#services .row .block .image_block {
    width: 228px;
    height: 175px;
    display: table-cell;
    vertical-align: middle;
}

#services .row .block .image_block img {
    max-width: 228px;
    max-height: 175px;
    width: auto;
    height: auto;
}

#services .row .block a {
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-family: 'OpenSansBold';
}

#services .row .block p {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    padding: 0 15px;
    height: 80px;
    overflow: hidden;
    margin: 10px 0;
}

#services .row .block a.more {
    display: block;
    position: absolute;
    width: 160px;
    height: 44px;
    left: 50%;
    margin-left: -80px;
    bottom: 16px;
    background: #ff6633;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 44px;
    border-radius: 6px;
}

#services .row .block:hover {
    background: #f3441b;
    border-color: #f3441b;
}

#services .row .block:hover a.more {
    background: #fff;
    color: #f3441b;
}

#services .row .block:hover a.more:hover {
    transition: opacity 1.2s, visibility 0s linear 1.2s;
    opacity: 0.6;
}

#services .row .block:hover a, #services .row .block:hover p {
    color: #fff;
}




/*services2*/
#services2 {
    padding-bottom: 25px;
}

#services2 h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansLightRegular';
    color: #333;
    padding-bottom: 32px;
    margin-bottom: 30px;
    position: relative;
}

#services2 h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #999;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

#services2 .text_block {
    font-size: 13px;
    line-height: 19px;
    color: #666;
    margin-bottom: 45px;
}

#services2 .row {
}

#services2 .row .block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative; /*cursor:pointer;*/
    margin-bottom: 60px;
}

#services2 .row .block img {
    height: 59px;
}

#services2 .row .block .line {
    width: 180px;
    height: 2px;
    background: #333;
    margin: -5px auto 25px;
}

#services2 .row .block .line2 {
    width: 180px;
    height: 1px;
    background: #999;
    margin: 0 auto;
}

#services2 .row .block a {
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#services2 .row .block p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 15px;
    height: 80px;
    overflow: hidden;
    margin: 18px 0;
}

#services2 .row .block .more {
    width: 120px;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    background: #999;
    border-radius: 0 0 4px 4px;
}

#services2 .row .block:hover img {
}

#services2 .row .block:hover .line, #services2 .row .block:hover .line2, #services2 .row .block:hover .more {
    background: #f3441b;
}

#services2 .row .block:hover .service_link {
    color: #f3441b;
}




/*about*/
#about {
    margin-bottom: 70px;
}

#about .about_top {
    background: url(../img/about.jpg) no-repeat top center;
    background-size: cover;
    height: 360px;
}

#about .about_top h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-family: 'OpenSansLightRegular';
    padding-top: 55px;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}

#about .about_top h2:after {
    display: block;
    width: 90px;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
}

#about .about_top p {
    font-size: 13px;
    line-height: 23px;
    color: #fff;
}

#about .about_bottom {
    padding: 40px 0 35px 0;
    background: #f3441b;
}

#about .about_bottom p {
    font-size: 30px;
    line-height: 30px;
    float: left;
    font-family: 'OpenSansLightRegular';
    color: #fff;
    margin-left: 15px;
}

#about .about_bottom p span {
    font-family: 'OpenSansSemiboldRegular';
}

#about .about_bottom a {
    display: block;
    float: right;
    width: 200px;
    height: 40px;
    background: #fff;
    position: relative;
    color: #f3441b;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-family: 'OpenSansSemiboldRegular';
}

#about .about_bottom a:hover {
    color: #fff;
    background: #333;
}




/*catalog*/
#catalog {
    padding-bottom: 40px;
}

#catalog h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #f3441b;
    font-family: 'OpenSansBold';
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 45px;
}

#catalog h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #999;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

#catalog .row {
    margin-right: -25px;
}

#catalog .row .block {
    width: 214px;
    height: 410px;
    border: 2px solid #fdb192;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
    float: left;
    padding: 7px;
}

#catalog .row .block .image_block {
    width: 214px;
    height: 160px;
    background: #fff;
    border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
}

#catalog .row .block .image_block img {
    max-width: 214px;
    max-height: 160px;
    width: auto;
    height: auto;
}

#catalog .row .block .image_block_link {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-family: 'OpenSansBold'; /*margin-bottom:1px; padding-top:4px;*/
    overflow: hidden;
    height: 44px;
}

#catalog .row .block p {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    padding: 0 15px;
    font-family: 'OpenSansLightRegular';
    height: 79px;
    margin: 15px 0;
    overflow: hidden;
}

#catalog .row .block .price {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-family: 'OpenSansBold';
    margin-top: 2px;
}

#catalog .row .block a.more {
    display: block;
    position: absolute;
    width: 160px;
    height: 44px;
    left: 50%;
    margin-left: -80px;
    bottom: 16px;
    background: #ff6633;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 44px;
    border-radius: 6px;
}

#catalog .row .block:hover {
    background: #f3441b;
    border-color: #f3441b; /*cursor:pointer;*/
}

#catalog .row .block:hover a.more {
    background: #fff;
    color: #f3441b;
}

#catalog .row .block:hover a.more:hover {
    transition: opacity 1.2s, visibility 0s linear 1.2s;
    opacity: 0.6;
}

#catalog .row .block:hover .image_block_link, #catalog .row .block:hover p, #catalog .row .block:hover .price {
    color: #fff;
}

#catalog a.all {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansSemiboldRegular';
    color: #4e4e4e;
    margin-top: 40px;
    text-decoration: none;
}

#catalog a.all span {
    background: url(../img/catalog_all_border_bottom.png) left bottom repeat-x;
    padding-bottom: 1px;
}

#catalog a.all:hover span {
    background: none;
}




/*projects*/
#projects {
    background: url(../img/projects_bg.jpg) top center repeat-x;
    padding-bottom: 40px;
}

#projects h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 50px;
    font-family: 'OpenSansSemiboldRegular';
    position: relative;
}

#projects h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    bottom: 25px;
    left: 50%;
    margin-left: -50px;
}

#projects ul {
    width: 2000000em !important;
}

#projects li {
    width: 350px; /*height:440px;*/
    padding-bottom: 40px;
    margin-right: 33px;
    position: relative;
    overflow: hidden; /*cursor:pointer;*/
}

#projects li .image_block {
    width: 348px;
    height: 236px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ccc;
}

#projects li .image_block img {
    width: 348px;
    height: 236px;
}

#projects li h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#projects li h3 a {
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSansSemiboldRegular';
    color: #333;
    text-decoration: none;
}

#projects li p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

#projects li .line {
    width: 180px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -90px;
}

#projects li a.more {
    width: 124px;
    height: 30px;
    background: #999;
    position: absolute;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    left: 50%;
    margin-left: -62px;
}

#projects li:hover .line, #projects li:hover a.more {
    background: #f3441b;
}

#projects li:hover a.more:hover {
    transition: opacity 1.2s, visibility 0s linear 1.2s;
    opacity: 0.6;
}

#projects li:hover h3 a {
    color: #f3441b;
}

#projects li:hover .image_block {
    border-color: #f3441b;
}

#projects .d-carousel {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

#projects .jcarousel-prev {
    background: url(../img/arr_left.png) no-repeat;
    width: 24px;
    height: 45px;
    position: absolute;
    z-index: 200;
    left: -40px;
    top: 105px;
    cursor: pointer;
}

#projects .jcarousel-next {
    background: url(../img/arr_right.png) no-repeat;
    width: 24px;
    height: 45px;
    position: absolute;
    z-index: 200;
    right: -40px;
    top: 105px;
    cursor: pointer;
}

#projects a.all {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansSemiboldRegular';
    color: #4e4e4e;
    margin-top: 40px;
    text-decoration: none;
}

#projects a.all span {
    background: url(../img/catalog_all_border_bottom.png) left bottom repeat-x;
    padding-bottom: 1px;
}

#projects a.all:hover span {
    background: none;
}




/*partners*/
#partners {
    padding: 40px 0 30px 0;
    background: #fff4ed;
}

#partners h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'OpenSansLightRegular';
    text-transform: uppercase;
    color: #333;
    padding-bottom: 40px;
    margin-bottom: 35px;
    position: relative;
}

#partners h2:after {
    width: 100px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    content: '';
    display: block;
}

#partners .row {
    margin: 0 -30px;
}

#partners .row img {
    margin: 0 30px 20px 30px;
    display: inline-block;
    vertical-align: top;
}

#partners a.all {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansSemiboldRegular';
    color: #4e4e4e;
    text-decoration: none;
    margin-bottom: 6px;
}

#partners a.all span {
    background: url(../img/catalog_all_border_bottom.png) left bottom repeat-x;
    padding-bottom: 1px;
}

#partners a.all:hover span {
    background: none;
}

#partners .row a {
    width: 240px;
    height: 128px;
    display: block;
    float: left;
}




/*news*/
#news {
    padding-top: 66px;
    padding-bottom: 40px;
}

#news h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'OpenSansLightRegular';
    text-transform: uppercase;
    color: #333;
    padding-bottom: 40px;
    margin-bottom: 35px;
    position: relative;
}

#news h2:after {
    width: 100px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    content: '';
    display: block;
}

#news ul {
    width: 2000000em !important;
}

#news li {
    width: 350px; /*height:440px;*/
    padding-bottom: 40px;
    margin-right: 33px;
    position: relative;
    overflow: hidden; /*cursor:pointer;*/
}

#news li .image_block {
    width: 348px;
    height: 192px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
}

#news li .image_block img {
    width: 185px;
    height: 185px;
    border: 3px solid #fff;
    border-radius: 50%;
}

#news li h3 {
    text-align: center;
    margin-bottom: 20px;
}

#news li h3 a {
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSansSemiboldRegular';
    color: #333;
    text-decoration: none;
}

#news li p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

#news li .line {
    width: 180px;
    height: 1px;
    background: #999;
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin-left: -90px;
}

#news li a.more {
    width: 124px;
    height: 30px;
    background: #fff;
    position: absolute;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    bottom: 0;
    left: 50%;
    margin-left: -62px;
    border: 1px solid #999;
    border-top: none;
}

#news li:hover .line, #news li:hover a.more {
    background: #f3441b;
    border-color: #f3441b;
    color: #fff;
}

#news li:hover a.more:hover {
    transition: opacity 1.2s, visibility 0s linear 1.2s;
    opacity: 0.6;
}

#news li:hover h3 {
    color: #f3441b;
}

#news li:hover .image_block img {
    border-color: #f3441b;
}

#news .d-carousel {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

#news .jcarousel-prev {
    background: url(../img/arr_left.png) no-repeat;
    width: 24px;
    height: 45px;
    position: absolute;
    z-index: 200;
    left: -40px;
    top: 105px;
    cursor: pointer;
}

#news .jcarousel-next {
    background: url(../img/arr_right.png) no-repeat;
    width: 24px;
    height: 45px;
    position: absolute;
    z-index: 200;
    right: -40px;
    top: 105px;
    cursor: pointer;
}

#news a.all {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'OpenSansSemiboldRegular';
    color: #4e4e4e;
    margin-top: 40px;
    text-decoration: none;
    margin-bottom: 5px;
}

#news a.all span {
    background: url(../img/catalog_all_border_bottom.png) left bottom repeat-x;
    padding-bottom: 1px;
}

#news a.all:hover span {
    background: none;
}

.title_block {
    padding: 35px 0 25px 0;
    background: #f3441b;
    margin-bottom: 40px;
}

.title_block h1 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.title_block .breadcrumbs {
}

.title_block .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title_block .breadcrumbs ul li {
    float: left;
    display: block;
    color: #fff; /*cursor:pointer;*/
    margin-right: 4px;
    font-size: 13px;
    line-height: 13px;
}

.title_block .breadcrumbs ul li a {
    color: #fff;
}

.karkas {
    width: 100%;
}

.sidebar {
    width: 230px;
    padding-right: 40px;
    float: left;
    position: relative;
    overflow: hidden;
}

.content {
    position: relative;
    overflow: hidden;
}




/*left_menu*/
.left_menu {
}

.left_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left_menu ul li {
    display: block;
}

.left_menu ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'OpenSansSemiboldRegular';
    color: #666;
    padding: 15px 60px 15px 17px;
    border: 2px solid #fdb192;
    border-radius: 6px;
    position: relative;
    text-decoration: none;
    margin-bottom: 7px;
}

.left_menu ul li a:after {
    background: url(../img/sidebar_arrows.png) no-repeat top center;
    width: 10px;
    height: 16px;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -8px;
    right: 19px;
}

.left_menu ul li:hover a {
    color: #fff;
    background: #f3441b;
    border-color: #f3441b;
}

.left_menu ul li .active {
    color: #fff;
    background: #f3441b;
    border-color: #f3441b;
}

.left_menu ul li:hover a:after {
    background-position: bottom center;
}




/*category*/
.category {
    padding-bottom: 75px;
}

.category .desq {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    margin-bottom: 28px;
}

.category .desq p {
    margin-bottom: 10px;
}

.category .item {
    padding: 20px 15px;
    border: 2px solid #fdb192;
    border-radius: 6px; /*cursor:pointer; */
    margin-bottom: 15px;
}

.category .item .image_block {
    width: 215px;
    height: 160px;
    background: #fff;
    border-radius: 6px;
    margin-right: 20px;
    float: left;
}

.category .item .image_block a {
    width: 215px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.category .item .image_block img {
    width: auto;
    height: auto;
    max-width: 215px;
    max-height: 160px;
}

.category .item .text_block {
    margin-top: 10px;
}

.category .item .text_block h2 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSansBold';
    margin-bottom: 13px;
    color: #333;
}

.category .item .text_block p {
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin-bottom: 15px;
}

.category .item .text_block .price {
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSansBold';
    color: #333;
    margin-bottom: 15px;
}

.category .item .text_block .buttons_block {
}

.category .item .text_block .buttons_block a {
    display: block;
    float: left;
    height: 36px;
    border: 2px solid;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    padding: 0 25px;
    border-radius: 3px;
}

.category .item .text_block .buttons_block a.more {
    border-color: #f3441b;
    color: #fff;
    margin-right: 30px;
    background: #f3441b;
}

.category .item .text_block .buttons_block a.buy {
    border-color: #ff6633;
    background: #ff6633;
    color: #fff;
}

.category .item:hover {
    background: #f3441b;
}

.category .item:hover h2, .category .item:hover p, .category .item:hover .price {
    color: #fff;
}

.category .item:hover .text_block .buttons_block a.more {
    border-color: #fff !important;
    color: #f3441b !important;
    background: #fff;
}

.category .item:hover .text_block .buttons_block a.buy {
    border-color: #fff;
    background: none;
}





.pagination {
    padding-top: 30px;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.pagination ul li a {
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #fdb192;
    text-decoration: none;
    line-height: 35px;
    font-size: 16px;
    color: #f3441b;
    position: relative;
}

.pagination ul li .active_pg {
    background: #f3441b;
    border-color: #f3441b;
    color: #fff;
}

.pagination ul li a:hover {
    background: #f3441b;
    border-color: #f3441b;
    color: #fff;
}

.pagination ul li.back a, .pagination ul li.next a {
    border: none;
    line-height: 39px;
    width: auto;
    font-family: 'OpenSansItalic';
    color: #333;
    background: none !important;
}

.pagination ul li.back {
    margin-right: 45px;
}

.pagination ul li.next {
    margin-left: 45px;
}

.pagination ul li.back a:hover {
    color: #f3441b;
}

.pagination ul li.back a:before {
    background: url(../img/catalog_pagination_arrows.png) no-repeat left top;
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -3px;
}

.pagination ul li.back:hover a:before {
    background-position: left bottom;
}

.pagination ul li.next a:hover {
    color: #f3441b;
}

.pagination ul li.next a:before {
    background: url(../img/catalog_pagination_arrows.png) no-repeat right top;
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -3px;
}

.pagination ul li.next:hover a:before {
    background-position: right bottom;
}

.pagination ul li em {
    display: block;
    width: 20px;
    height: 38px;
    background: url(../img/pagi_bullets.jpg) no-repeat center 22px;
}





/*projects_page*/
.projects_page {
}

.projects_page h2 {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'OpenSansLightRegular';
    margin-bottom: 40px;
    margin-top: -2px;
}

.projects_page .item {
    margin-bottom: 40px;
}

.projects_page .item .image_block {
    width: 280px;
    height: 188px;
    float: left;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-right: 30px;
}

.projects_page .item .image_block a {
    width: 280px;
    height: 188px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.projects_page .item .image_block img {
    max-width: 280px; /*max-height:188px;*/
    width: auto;
    height: auto;
}

.projects_page .item .text_block {
}

.projects_page .item .text_block a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-family: 'OpenSansSemiboldRegular';
    margin-bottom: 15px;
}

.projects_page .item .text_block .data {
    font-size: 13px;
    line-height: 15px;
    color: #999;
    font-family: 'OpenSansItalic';
    margin-bottom: 15px;
}

.projects_page .item .text_block p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.projects_page .item:hover .image_block {
    border-color: #f05732;
}

.projects_page .item:hover .text_block a {
    color: #f05732;
}




/*serv_page*/
.serv_page {
}

.serv_page .desq {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    margin-bottom: 28px;
}

.serv_page .desq p {
    margin-bottom: 10px;
}

.serv_page .item {
    margin-bottom: 27px;
}

.serv_page .item .image_block {
    width: 180px;
    height: 180px;
    float: left;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 36px;
}

.serv_page .item .image_block img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.serv_page .item:hover .image_block {
    border-color: #f3441b;
}

.serv_page .item .text_block {
    height: 155px;
    border-bottom: 1px solid #edeaea;
    padding-top: 25px;
}

.serv_page .item .text_block a {
    font-size: 15px;
    line-height: 17px;
    color: #333;
    font-family: 'OpenSansBold';
    margin-bottom: 20px;
}

.serv_page .item:hover .text_block a {
    color: #f3441b;
}

.serv_page .item .text_block p {
    font-size: 13px;
    line-height: 19px;
}

.serv_page .item .text_block a.more {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    text-decoration: none;
    margin-top: 17px;
    font-family: 'OpenSansItalic';
    position: relative;
    padding-right: 16px;
    display: inline-block;
    vertical-align: top;
}

.serv_page .item .text_block a.more:after {
    background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
    width: 8px;
    height: 10px;
    position: absolute;
    display: block;
    content: '';
    top: 4px;
    right: 0px;
}

.serv_page .item:hover .text_block a.more:after {
    background-position: right bottom;
}

.serv_page .item:hover .text_block a.more {
    color: #f3441b;
}




/*partner_page*/
.partner_page {
}

.partner_page .desq {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    margin-bottom: 28px;
}

.partner_page .desq p {
    margin-bottom: 10px;
}

.partner_page .item {
    margin-bottom: 27px;
}

.partner_page .item .image_block {
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 36px;
    text-align: center;
}

.partner_page .item .image_block img {
    max-width: 180px;
}

.partner_page .item:hover .image_block {
    border-color: #f3441b;
}

.partner_page .item .text_block {
    height: 155px;
    border-bottom: 1px solid #edeaea;
}

.partner_page .item .text_block a {
    font-size: 15px;
    line-height: 17px;
    color: #333;
    font-family: 'OpenSansBold';
    margin-bottom: 20px;
}

.partner_page .item:hover .text_block a {
    color: #f3441b;
}

.partner_page .item .text_block p {
    font-size: 13px;
    line-height: 19px;
}

.partner_page .item .text_block a.more {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    text-decoration: none;
    margin-top: 17px;
    font-family: 'OpenSansItalic';
    position: relative;
    padding-right: 16px;
    display: inline-block;
    vertical-align: top;
}

.partner_page .item .text_block a.more:after {
    background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
    width: 8px;
    height: 10px;
    position: absolute;
    display: block;
    content: '';
    top: 4px;
    right: 0px;
}

.partner_page .item:hover .text_block a.more:after {
    background-position: right bottom;
}

.partner_page .item:hover .text_block a.more {
    color: #f3441b;
}




/*detail_page*/
.detail_page {
    padding-bottom: 60px;
}

.detail_page h2 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'OpenSansLightRegular';
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.detail_page .slider_block {
    float: left;
    position: relative;
    overflow: hidden;
    width: 290px;
    padding-right: 40px;
    margin-top: 35px;
}




.connected-carousels .stage {width:290px; position: relative;}
.connected-carousels .stage a{width:285px; height:285px; display:table-cell; vertical-align:middle; text-align:center;}
.connected-carousels .stage a.zoom{display:block;}
.connected-carousels .navigation {}
.connected-carousels .carousel {overflow: hidden; position: relative; }
.connected-carousels .carousel ul {position: relative; list-style: none; margin:0; padding:0;}
.connected-carousels .carousel li { float:left; margin-right:250px; width:285px; height:285px; border:2px solid #ccc; border-radius:4px;}
.connected-carousels .carousel li:hover{border-color:#dd7d44}
.connected-carousels .carousel li a{}
.connected-carousels .carousel-stage {padding:0; width:100%;}
.connected-carousels .carousel-stage img{width:auto; height:auto; max-width: 285px;}
.connected-carousels .carousel-navigation { padding-bottom:3px;}
.connected-carousels .carousel-navigation li {cursor: pointer; width:90px !important; min-width:90px !important; margin:0 4px 4px 0 !important; height:90px !important; border:1px solid #ccc; padding:1px; text-align:center; border-radius:10px;}
.connected-carousels .carousel-navigation li.active{padding:0; border:2px solid #fdb192;}
.connected-carousels .carousel-navigation li:hover{padding:0; border:2px solid #fdb192;}
.connected-carousels .carousel-navigation li img {max-width:80px; max-height:80px; margin:0px;}
.connected-carousels .carousel-navigation li span{display:table-cell; vertical-align:middle; text-align:center !important; width:90px; height:90px;}
.connected-carousels .prev-stage, .connected-carousels .next-stage {display: block; position: absolute; top: 0; width: 305px; height: 410px; color: #fff;}
.connected-carousels .prev-stage {left: 0;}
.connected-carousels .next-stage {right: 0;}

.arr-nav {
    width: 295px;
    margin: 13px auto 0;
}

.arr-nav ul {
    left: 0 !important;
}

.stage ul {
    width: 200000em !important;
}

.detail_page .desq_block {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}

.detail_page .desq_block .nal {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 30px;
    background: #f3441b;
    border-radius: 0 0 3px 3px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-family: 'OpenSansBold';
    color: #fff;
    text-transform: lowercase;
}

.detail_page .desq_block .preview {
    padding-bottom: 11px;
}

.detail_page .desq_block .preview p {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin-bottom: 8px;
}

.detail_page .desq_block .preview p span {
    color: #333;
}

.detail_page .desq_block .price {
    font-family: 'OpenSansSemiboldRegular';
    font-size: 30px;
    line-height: 30px;
    color: #999;
    margin-bottom: 20px;
}

.detail_page .desq_block .price span {
    color: #f3441b;
}

.detail_page .desq_block .short_desq {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin-bottom: 28px;
}

.detail_page .desq_block .buttons_block {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 28px;
}

.detail_page .desq_block .buttons_block a {
    display: block;
    float: left;
    height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    margin-right: 50px;
    position: relative;
    border-radius: 5px;
}

.detail_page .desq_block .buttons_block a.buy {
    border: 2px solid #ff6633;
    background: #ff6633;
    color: #fff;
    cursor: pointer;
}

.detail_page .desq_block .buttons_block a.buy:hover {
    color: #ff6633;
    background: #fff;
}

.detail_page .desq_block .buttons_block a.feed {
    border: 2px solid #fdb192;
    color: #f3441b;
}

.detail_page .desq_block .buttons_block a.feed:hover {
    background: #fdb192;
    color: #fff;
}

.detail_page .desq_block .pojasnenie {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    font-family: 'OpenSansItalic';
    padding: 0 0 28px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #ccc;
}

.detail_page .desq_block .pojasnenie span {
    color: #f3441b;
    margin-right: 3px;
}

.detail_page .desq_block .social {
    padding-bottom: 28px;
    margin-bottom: 17px;
    border-bottom: 1px solid #ccc;
}

.detail_page .desq_block .social p {
    font-size: 13px;
    line-height: 17px;
    color: #333;
    margin-bottom: 15px;
}

.detail_page .desq_block .social a {
    text-decoration: none;
}

.detail_page .desq_block .social img {
    margin-right: 2px;
}

.detail_page .full_desq {
    padding-top: 30px;
    position: relative;
}

.detail_page .full_desq h3 {
    font-size: 15px;
    line-height: 17px;
    color: #333;
    font-family: 'OpenSansBold';
    margin-bottom: 25px;
}

.detail_page .full_desq p {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    margin-bottom: 20px;
}

.detail_page .full_desq .values {
    padding-top: 10px;
}

.detail_page .full_desq .values .line_block {
    position: relative;
    overflow: hidden;
    margin-bottom: 11px;
}

.detail_page .full_desq .values .line_block span {
    font-size: 15px;
    line-height: 18px;
    font-family: 'OpenSansBold';
    color: #999;
    display: inline-block;
    vertical-align: top;
    width: 177px;
    background: url(../img/tovar_values_border_bottom.png) repeat-x left 16px;
}

.detail_page .full_desq .values .line_block span em {
    font-style: normal;
    background: #fff;
    padding-right: 10px;
}

.detail_page .full_desq .values .line_block i {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin-left: 7px;
    margin-top: 2px;
}




.docs {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.docs p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
    font-family: 'OpenSansBold';
    color: #333;
}

.docs .doc {
    height: 31px;
    padding-left: 60px;
    margin-bottom: 20px;
}

.docs .doc a {
    font-size: 13px;
    line-height: 13px;
    color: #0382b7;
    display: block;
    margin-bottom: 10px;
}

.docs .doc span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #666;
}

.docs .doc span em {
    font-style: normal;
    color: #333;
}

.contact_page {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}

.contact_page .top_text {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    padding-bottom: 25px;
    margin-bottom: 29px;
    border-bottom: 1px solid #ccc;
}

.contact_page .row {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.contact_page .row .block {
    width: 25%;
    float: left;
}

.contact_page .row .block .image_block {
    width: 82px;
    height: 82px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.contact_page .row .block .image_block span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 82px;
    height: 82px;
}

.contact_page .row .block .image_block img {
    max-width: 82px;
    max-height: 82px;
    height: auto;
    width: auto;
}

.contact_page .row .block .text_block {
    position: relative;
    overflow: hidden;
}

.contact_page .row .block .text_block h3 {
    font-size: 18px;
    line-height: 20px;
    font-family: 'OpenSansBold';
    color: #333;
    margin-bottom: 12px;
    padding-top: 5px;
}

.contact_page .row .block .text_block p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.contact_page .map_block {
    width: 48.5%;
    float: right;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 460px;
}

.contact_page .form_block {
    width: 48.5%;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    float: left; /*height:460px;*/
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    padding: 28px 0;
}

.contact_page .form_block form {
    width: 90%;
    margin: 0 auto;
    display: block; /*padding-top:25px;*/
    position: relative;
    overflow: hidden;
}

.contact_page .form_block form h3 {
    text-align: center;
    text-transform: uppercase;
    color: #f3441b;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 23px;
    font-family: 'OpenSansBold';
}

.contact_page .form_block form p {
    font-size: 11px;
    line-height: 15px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.contact_page .form_block form .form_row {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}

.contact_page .form_block form .form_row label {
    display: block;
    float: left;
    line-height: 13px;
    font-size: 11px;
    color: #333;
    font-family: 'OpenSansSemiboldRegular';
    margin-top: 10px;
}

.contact_page .form_block form .form_row .inputbox {
    display: block;
    float: right;
    width: 65%;
    height: 23px;
    padding: 5px 2%;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 23px;
    color: #333;
    font-family: 'OpenSansRegular';
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.contact_page .form_block form .form_row .inputbox:hover {
    border-color: #ff6633;
}

.contact_page .form_block form .form_row textarea:hover {
    border-color: #ff6633;
}

.contact_page .form_block form .form_row textarea {
    display: block;
    float: right;
    width: 65%;
    height: 72px;
    padding: 10px 2%;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-family: 'OpenSansRegular';
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    resize: none;
}

.contact_page .form_block form button {
    width: 160px;
    height: 42px;
    background: #ff6633;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-family: 'OpenSansRegular';
    margin: 10px auto 0;
    text-transform: lowercase;
    position: relative;
    border-radius: 4px;
}




.question_page .form_block {
    width: 100%;
    padding-bottom: 30px;
}

.question_page .mf-captcha {
    font-size: 14px;
    color: #333;
}

.question_page .mf-captcha a {
    font-size: 14px;
    color: #333;
}




/*footer*/
#subfooter {
    height: 249px;
}

#footer {
    background: url(../img/footer.jpg) repeat-x top center;
    height: 249px; /*margin-top:-249px;*/
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 30px 0 0 0;
}

#footer .inner {
    padding-top: 46px;
}

#footer .logo {
    background: url(../img/footer_logo.png) no-repeat;
    width: 160px;
    height: 56px;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 55px;
}

#footer .item {
    float: left;
    position: relative;
}

#footer .item .block {
    float: left;
    margin-right: 70px;
}

#footer .item .block p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

#footer .item .block p img {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

#footer .item .block p span {
    display: inline-block;
    vertical-align: top;
    height: 16px;
}

#footer .item .block p a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
    margin-top: 2px;
    margin-left: 23px;
}

#footer .item .block p em {
    display: block;
    text-decoration: none;
    color: #fff;
    font-style: normal;
    margin-left: 18px;
    margin-top: 2px;
}

#footer .item .block p em i {
    font-style: normal;
    padding-left: 6px;
}

#footer .social_block {
    float: right;
    margin-top: -2px;
}

#footer .social_block p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}

#footer .social_block a {
    text-decoration: none;
}

#footer .social_block img {
    margin-right: 2px;
}

#footer .footmenu {
    margin-top: 25px;
}

#footer .footmenu ul {
    margin: 0 -21px;
    padding: 0;
    list-style: none;
}

#footer .footmenu ul li {
    display: block;
    float: left;
    padding-bottom: 20px;
}

#footer .footmenu ul li a {
    display: block;
    float: left;
    height: 24px;
    border-right: 1px solid #fff;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

#footer .footmenu ul li.deeper {
}

#footer .footmenu ul li.hidden a {
    display: none;
}

#footer .footmenu ul li:last-child a {
    border: none;
}

#footer .footmenu ul li:hover a {
    color: #f3441b;
}

#footer .footmenu ul ul {
    position: absolute;
    padding: 5px 17px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 33px 0 0 0;
    display: none;
    z-index: 100;
}

#footer .footmenu ul li:hover ul {
    display: block;
}

#footer .footmenu ul ul li {
    float: none;
    display: block;
    padding: 0;
}

#footer .footmenu ul ul li a {
    float: none;
    display: block;
    border-right: none;
    text-transform: none;
    color: #666 !important;
    height: auto;
    line-height: 16px;
    border-bottom: 1px solid #b4ccce;
    padding: 13px 0;
}

#footer .footmenu ul ul li a:hover {
    color: #f3441b !important;
}

#footer .copy {
    background: url(../img/copy_bg.png);
    height: 48px;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 48px;
    color: #fff;
}




/* global */
.g-hidden {
    display: none;
}

.g-line {
    zoom: 1;
}

.g-line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* modal */
.b-modal {
    position: relative;
}

.b-modal_close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    background: url(../img/closebox.png) no-repeat;
    width: 32px;
    padding-top: 32px;
    height: 0;
    overflow: hidden;
    z-index: 20;
}

.b-modal_close:hover {
    color: #000;
}



/* modal */
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}




.modal {
    width: 98%;
    max-width: 590px;
    background: #fff;
    padding: 35px 0;
    min-width: 250px;
    border-radius: 5px;
}

.modal h3 {
    text-align: center;
    text-transform: uppercase;
    color: #f3441b;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 23px;
    font-family: 'OpenSansBold';
}

.form_modal .form_block {
    width: 590px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    margin: 0 auto;
}

.form_modal .form_block form {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
}

.form_modal .form_block form h3 {
    text-align: center;
    text-transform: uppercase;
    color: #f3441b;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 23px;
    font-family: 'OpenSansBold';
}

.form_modal .form_block form p {
    font-size: 11px;
    line-height: 15px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.form_modal .form_block form .form_row {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}

.form_modal .form_block form .form_row label {
    display: block;
    float: left;
    line-height: 13px;
    font-size: 11px;
    color: #333;
    font-family: 'OpenSansSemiboldRegular';
    margin-top: 10px;
}

.form_modal .form_block form .form_row .inputbox {
    display: block;
    float: right;
    width: 65%;
    height: 23px;
    padding: 5px 2%;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 23px;
    color: #333;
    font-family: 'OpenSansRegular';
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.form_modal .form_block form .form_row .inputbox:hover {
    border-color: #ff6633;
}

.form_modal .form_block form .form_row textarea:hover {
    border-color: #ff6633;
}

.form_modal .form_block form .form_row textarea {
    display: block;
    float: right;
    width: 65%;
    height: 72px;
    padding: 10px 2%;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    font-family: 'OpenSansRegular';
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    resize: none;
}

.form_modal .form_block form button {
    width: 160px;
    height: 42px;
    background: #ff6633;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-family: 'OpenSansRegular';
    margin: 10px auto 0;
    text-transform: lowercase;
    position: relative;
    border-radius: 4px;
}

.user_question {
    border-bottom: 1px solid #f15a23;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.user_name {
    margin-right: 20px;
    text-decoration: underline;
}

.question {
    color: #3A3A3A;
    margin: 10px 0 15px 0;
}

.reply {
    border-left: 1px solid #f15a23;
    margin: 0 0 0 50px;
    padding-left: 15px;
}

.reply span {
    color: #f15a23;
}

.reply_company span {
    color: #909090;
}

.reply_company {
    margin-bottom: 10px;
}

.detail_news {
    float: left;
    margin: 0 20px 20px 0;
}

.news_page {
    text-align: justify;
}

.detail_services_header {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
}

.dsr_medium {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.dsr_big {
    color: #222222;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.ul {
    margin: 10px 0 20px 10px;
    overflow: hidden;
}

.ul li {
    background: url(../img/ul_contacts.png) no-repeat;
    background-position: 0 6px;
    color: #777777;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.modal_service {
    padding: 25px;
    background: #f3441b;
    overflow: hidden;
    width: 95%;
    float: left;
    margin-bottom: 20px;
}

.modal_service p {
    font-size: 18px;
    line-height: 30px;
    float: left;
    color: #fff;
    margin-top: 5px;
}

.modal_service a {
    display: block;
    height: 40px;
    background: #fff;
    position: relative;
    color: #f3441b;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: right;
    width: 300px;
}

.modal_service a:hover {
    color: #fff;
    background: #333;
}

.right_10 {
    margin-right: 10px;
}

.about {
    text-align: justify;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}

.about p {
    margin-bottom: 20px;
}

.price_grey {
    margin-bottom: 30px;
    border: 1px solid #DDDDDD;
    border-bottom: 0;
    border-right: 0;
    color: #777777;
    font-size: 14px;
    width: 100%;
}

.price_grey tr {
    height: 40px;
}

.price_grey tr td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #e7e7e7;
    padding-left: 25px;
}

.price_grey_header {
    font-family: 'OpenSansBold';
}

.price_grey_header td {
    padding-left: 10px !important;
}

.price_grey tr:hover {
    background: #EEEEEE;
}

.price_grey_main td {
    padding-left: 10px !important;
}

.price_grey_main_first {
    width: 70%;
}

.treven {
    background-color: #F5F5F5;
}

.h3 {
    color: #f3441b;
    font-family: "OpenSansBold";
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 23px;
    text-align: center;
    text-transform: uppercase;
}

.search-result a {
    color: #f3441b;
}

.menu_active {
    color: #f3441b !important;
}
