/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    height: 100%;
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    color: #474136;
    font-size: 13px;
}

/**
 * Remove default margin.
 */

body {
    background: #EBEAE8;
    position: relative;
    height: 100%;
    margin: 0;
    min-width: 1200px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a{
    text-decoration: underline;
    color: #C8BEB5;
    -moz-outline-style: none;
}

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
    -moz-outline-style: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin-top: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p{
    color: #786c58;
    line-height: 18px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    vertical-align: top;
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
    font-size: 20px;
    margin: 0 0 15px 0;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
    outline: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.clearfix{
    display: block;
}

.w1{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.w2{
    float: left;
    left: 50%;
    position: relative;
    width: 1118px;
}

.hdr{
    position: relative;
    z-index: 1;
}

.wrapper{
    -moz-box-shadow: 0px 5px 7px -2px #bebdbb;
    -webkit-box-shadow: 0px 5px 7px -2px #bebdbb;
    box-shadow: 0px 5px 7px -2px #bebdbb;
    background: #F3F2F0;
    position: relative;
    margin: 0 auto;
    width: 1120px;
}


.left{
    float: left;
}

.right{
    float: right;
}

.prev-slide,
.next-slide,
.polar-air:after,
.polar-noise:after,
.sale,
.fb-ico,
.vk-ico,
.twtr-ico,
.ytbe-ico,
.rus-lang:after,
.nrsk-lang:after,
.ukr-lang:after,
.cab:after{
    background: url("../images/icons.png") left top no-repeat;
}

.calc-gry-ico:after,
.dlvr-prc:after,
.track-orng-ico:after,
.calc-orng-ico:after,
.doc-ico:before,
.phone-orng-ico:after,
.book-wht-ico:after,
.frame-sip-ico:after,
.dwn-arr-ico:after,
.calc-ico.btn-48:after,
.js-full-opnr:after,
.rht-arr-ico:after,
.track-ico:before,
.acorn-ico:after,
.good-ico:after,
.star-ico:after,
.phone-ico:after,
.cmnt-ico:after,
.video-ico:after,
.serv-about .serv-ttl:after,
.serv-cred .serv-ttl:after,
.serv-rdy .serv-ttl:after,
.serv-engnr .serv-ttl:after,
.serv-dlvr .serv-ttl:after,
.serv-strg .serv-ttl:after,
.lft-arr-ico:after,
.map-ico:after,
.arr-ico:after,
.pdf-ico:after,
.tool-ico:after,
.book-ico:after,
.plus-ico:after,
.like-ico:after,
.vk-brwn-ico:after,
.calc-ico:after,
.next-sld:after,
.prev-sld:after,
.see-ico:after,
.is-sub-map > a > span:before,
.is-sub-hldr > span:after,
.is-sub-map > a:before{
    background: url("../images/icons.png") left top no-repeat;
    position: absolute;
    top: 50%;
    content: '';
}

.calc-gry-ico:after{
    width: 12px;
    height: 16px;
    left: 0;
    margin-top: -8px;
    background-position: -440px -145px;
}

.dlvr-prc:after{
    left: 0;
    width: 12px;
    height: 16px;
    margin-top: -8px;
    background-position: -425px -145px;
}

.track-orng-ico:after{
    width: 58px;
    height: 18px;
    right: 0;
    margin-top: -7px;
    background-position: -355px -145px;
}

.doc-ico:before{
    width: 19px;
    height: 26px;
    margin-top: -13px;
    background-position: -280px -145px;
    left: 12px;
}

.calc-orng-ico:after{
    width: 13px;
    height: 16px;
    margin-top: -8px;
    background-position: -235px -30px;
}

.phone-orng-ico:after{
    width: 25px;
    height: 24px;
    left: 0;
    margin-top: -12px;
    background-position: -320px -30px;
    
}

.book-wht-ico:after{
    width: 41px;
    height: 45px;
    left: 12px;
    margin-top: -22px;
    background-position: -230px -145px;
}

.dwn-arr-ico:after{
    width: 13px;
    height: 9px;
    margin-top: -2px;
    right: 11px;
    background-position: -61px 0;
}

.calc-ico.btn-48:after{
    width: 27px;
    height: 38px;
    margin-top: -19px;
    left: 25px;
    background-position: -455px 0;
}

.js-full-opnr:after{
    left: 0;
    width: 13px;
    height: 9px;
    margin-top: -3px;
    background-position: -200px -30px;
}

.opnd.js-full-opnr:after{
    background-position: -220px -30px;
}

.track-ico:before{
    width: 45px;
    height: 20px;
    left: 10px;
    margin-top: -10px;
    background-position: -405px 0;
}

.btn-48.rht-arr-ico{
    padding: 0 40px 0 25px;
}

.btn-48.rht-arr-ico.doc-ico{
    padding: 0 40px 0 45px;
}

.track-ico{
    position: relative;
}

.track-ico.rht-arr-ico{
    position: relative;
    padding: 0 37px 0 65px;
    text-align: center;
    display: inline-block;
}

.track-ico.rht-arr-ico:after{
    left: auto;
    right: 14px;
}

.cab{
    float: right;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 23px;
    font-size: 12px;
}

.cab:after{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;
    background-position: -48px top;
}

.rus-lang,
.nrsk-lang,
.ukr-lang{
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
    float: left;
    color: #000;
    text-decoration: none;
    margin: 0 22px 0 0;
}

.rus-lang:after,
.nrsk-lang:after,
.ukr-lang:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 13px;
    font-size: 12px;
}

.rus-lang:after{
    background-position: left top;
}
.nrsk-lang:after{
    background-position: -16px top;
}
.ukr-lang:after{
    background-position: -32px top;
}

.hdr-top{
    padding: 2px 20px;
}

.hdr-bot{
    position: relative;
    background: #ab9f95;
    padding: 0 20px 16px 20px;
}

.logo{
    margin: 7px 0 0 0;
    display: inline-block;
    float: left;
}

.hdr-bot-rht{
    float: right;
    width: 895px;
    -moz-box-shadow: 1px 1px 2px #534547;
    -webkit-box-shadow: 1px 1px 2px #534547;
    box-shadow: 1px 1px 2px #534547;
    background: #ffffff;
    margin: 20px 0 0 0;
}

.hdr-cntct{
    padding: 10px 18px 10px 18px ;
}

.phone-hd{
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    color: #000;
    font-size: 14px;
}

.phone-num{
    padding: 0 0 0 8px;
}

.phone-num span{
    font-size: 11px;
    font-weight: normal;
    color: #404040;
    padding: 0 5px 0 0;
}

.free-call{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #000;
}

.top-mnu-hldr{
    
}

.top-mnu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    height: 42px;
}
.top-mnu > li{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    height: 42px;
    background: url("../images/mnu_sp_bg.gif") right top no-repeat #5d4d41;
    width: 100px;
}

.top-mnu > li > a{
    display: block;
    border-top: 1px solid transparent;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.is-sub-hldr span{
    position: relative;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 22px 0 0;
}

.is-sub-hldr > span:after,
.is-sub-map > a:before{
    width: 13px;
    height: 9px;
    margin-top: -3px;
    background-position: -61px 0;
    right: 0;
}

li.is-sub-map{
    background-image: none;
}

.is-sub-map > a{
    position: relative;
    padding-right: 42px;
}


.is-sub-map > a:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url("../images/mnu_sp_bg.gif") left top no-repeat;
}

.is-sub-map > a:before{
    position: absolute;
    right: 13px;
}

.is-sub-map > a span{
    padding: 0 0 0 42px;
    position: relative;
}

.is-sub-map > a > span:before{
    left: 0;
    width: 32px;
    height: 20px;
    background-position: -75px top;
    margin-top: -10px;
}

.top-mnu > li > a{
    position: relative;
}

.top-mnu > li:hover{
    background: #5C4C41;
}

.top-mnu > li.is-sub-map:hover{
    background: #fff;
}

li.is-sub-map:hover > a{
    border-top: 1px solid #DFDBD8;
    /*height: 42px;*/
}

.top-mnu .is-sub-map:hover > a:before{
    width: 43px;
    height: 40px;
    top: 3px;
    right: 0;
    background-position: -355px 0;
}

li.is-sub-map:hover > a span{
    color: #5c4c41;
}

.top-mnu .is-sub-map:hover > a > span:before{
    background-position: -320px 0;
}


.top-mnu > li.is-sub-map:hover > a:after,
.top-mnu > li:hover > a.is-sub-hldr:after{
    left: 0;
    top: 41px;
    position: absolute;
    content: '';
    width: 100%;
    height: 19px;
    background: #5C4C41;
}

.top-mnu > li.is-sub-map:hover > a:after{
    border-top: 1px solid #DFDBD8;
    background: #ffffff;
}

.sub-mnu-hldr{
    display: none;
    position: absolute;
    width: 100%;
    top: 117px;
    left: 0;
    background: #5C4C41;
	box-shadow: 0 50px 20px -4px rgba(0, 0, 0, .4);
}

.sub-mnu-rgn li a{
    color: #5c4c41;
    text-decoration: none;
    font-size: 15px;
}

.sub-mnu-rgn li:hover > a{
    color: #f04f23;
}

.is-sub-map .sub-mnu-hldr{
    background: #ffffff;
    height: 308px;
}

.sub-mnu-rgn{
    height: 149px;
    margin: 0;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}

.sub-mnu-rgn > li{
    padding: 22px 0 0 0;
    list-style: none;
    float: left;
    width: 16.6%;
    height: 128px;
}

.nrth-rgn{
    background: url("../images/nrth_wst_rgn_ico.jpg") center 55px no-repeat;
}

.cntr-rgn{
    background: url("../images/cntr_rgn_ico.jpg") center 55px no-repeat;
}

.south-rgn{
    background: url("../images/south_rgn_ico.jpg") center 55px no-repeat;
}

.volg-rgn{
    background: url("../images/volg_rgn_ico.jpg") center 55px no-repeat;
}

.sbr-rgn{
    background: url("../images/sbr_rgn_ico.jpg") center 55px no-repeat;
}

.east-rgn{
    background: url("../images/east_rgn_ico.jpg") center 55px no-repeat;
}

.sub-mnu-rgn > li:hover .sub-city{
    display: block;
}

.sub-city{
    top: 150px;
    min-height: 158px;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 55px;
}

.sub-city-lst{
    padding: 20px 20px 0 0;
    width: 160px;
    float: left;
}

.sub-city-lst li{
    text-align: left;
    list-style: none;
    margin: 0 0 7px 0;
}

.top-mnu > li:hover > .sub-mnu-hldr{
    display: block;
}

.sub-mnu{
    float: left;
    width: 270px;
    padding: 35px 0 35px 30px;
    margin: 0;
}


.sub-mnu li{
    text-align: left;
    display: block;
    font-size: 15px;
    list-style: none;
    margin: 0 0 15px 0;
}

.sub-mnu li a{
    text-decoration: none;
    color: #ffffff;
}

.sub-mnu li a:hover,
.sub-mnu li a.current{
    color: #f04f23;
}

.sub-mnu-inf{
    float: right;
    width: 480px;
    min-height: 310px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.sub-mnu-inf .see-ico{
    bottom: 20px;
    left: 40px;
    position: absolute;
}

.sub-mnu-cntnt{
    position: relative;
    padding: 35px 40px;
}

.sub-mnu-img{
    left: 0;
    top: 0;
    position: absolute;
}

.sub-mnu-inf .ttl-24{
    color: #ffffff;
}

.ttl-24{
    font-size: 24px;
    display: block;
    font-weight: normal;
}

.orng-btn input{
    color: #ffffff;
    text-shadow: 1px 1px #CB390E;
    border: none;
    background: none;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}

.orng-btn{
    display: inline-block;
    padding: 0 15px 0 15px;
    height: 33px;
    background: #F04F23;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px #CB390E;
    line-height: 33px;
    border-bottom: 1px solid #D23B0F;
    border-right: 1px solid #D23B0F;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    position: relative;
}

.orng-btn .two-row-btn{
    height: 33px;
}

.btn-48{
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}

.btn-48 .two-row-btn{
    height: 48px;
}

.two-row-btn{
    display: table-cell;
    vertical-align: middle;
}

.brwn-btn{
    display: inline-block;
    position: relative;
    padding: 0 15px 0 15px;
    height: 34px;
    line-height: 34px;
    background: #5D4C42;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px #55443A;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}

.brwn-btn-45{
    height: 45px;
    line-height: 45px;
}

.see-ico{
    padding-left: 37px;
}

.see-ico:after{
    background-position: -70px -21px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    left: 6px;
}

.slide{
    width: 1120px;
    height: 433px;
    float: left;
    position: relative;
}

.main-sldr-hldr{
    padding: 0;
    background: #ab9f95;
}

.main-sldr{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}

.next-sld,
.prev-sld{
    width: 50px;
    height: 50px;
    top: 195px;
    right: 30px;
    position: absolute;
    display: block;
    background: #F04F23;
    z-index: 2;
    cursor: pointer;
}

.sldr-pgn{
  display:none;
    background: url("../images/shad_bg.png") left top repeat;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0;
}

.sldr-pgn li:first-child{
    border: none;
}

.sldr-pgn li{
    float: left;
    width: 25%;
    height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #A1978E;
    list-style: none;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.sldr-pgn li.current{
    background: #F04F23;
}

.prev-sld{
    top: 142px;
}

.next-sld:after,
.prev-sld:after{
    width: 9px;
    height: 15px;
    left: 19px;
    margin-top: -7px;
    background-position: -145px top;
}

.next-sld:after{
    left: 22px;
    background-position: -135px top;
}

.sldr-cntnt{
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 18px;
    width: 420px;
    padding: 15px 20px 20px 20px ;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    background: url("../images/shad_bg.png") left top repeat;
}

.sldr-cntnt p{
    margin: 0 0 10px 0;
    line-height: 18px;
    color: #ffffff;
}

.slide h1{
    font-size: 36px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h1{
    /*font-weight: normal;*/
    font-size: 25px;
}

h3{
    /*font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;*/
}

.img-box{
    text-align: center;
}

.sldr-ico-inf .img-box{
    float: left;

    margin: 0 10px 0 0;
}

.sldr-ico-cntnt{
    /*padding: 0 0 0 80px;*/
}

.sldr-ico-cntnt .ttl-18{
    padding: 5px 0 0 0;
}

.thermo-sldr-inf .ttl-18{
    padding: 10px 0 0 0;
}


.ttl-14{
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.ttl-60{
    font-size: 60px;
    display: block;
    /*font-weight: normal;*/
}

.ttl-17{
    font-size: 17px;
    display: block;
}

.ttl-18{
    font-size: 18px;
    display: block;
    font-weight: normal;
}

.lft-sd{
    width: 200px;
    float: left;
}

.main-sd{
    width: 820px;
    float: right;
}

.lft-sd-mod{
  text-align: left;
    color: #474136;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0 0 20px 0;
}

.fltr-ttl{
    display: block;
    font-size: 15px;
    color: #474136;
    margin: 0 0 7px 0;
}

.grey-tabs{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 0;
    margin: 0;
    display: inline-block;
}

.grey-tabs li{
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.grey-tabs li a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 19px;
    background: #F0F0F0;
    font-size: 13px;
    color: #5c4c41;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #ccc;
    text-shadow: 1px 1px 0 #fff;
}

.grey-tabs-dark li a{
    background: #E3E4DF;
}

.grey-tabs li.current a{
    background: #5C4B41;
    -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 0 #52443B;
    color: #ffffff;
}

.grey-tabs li.first a{
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.grey-tabs li.last a{
    border: none;
    border-radius: 0 4px 4px 0 ;
    -webkit-border-radius: 0px 4px 4px 0 ;
    -moz-border-radius: 0px 4px 4px 0 ;
}

/*polsunok*/
.polsun{
    margin: 20px 0 0 0;
    position: relative;
    height: 1px;
    border-bottom: 1px solid #E2E1DD;
    background: #DBD7D4;
}

.ui-slider-range{
    margin-top: -4px;
    height: 5px;    
    display: block;
    position: absolute;
    background: #DED9D3;
    background: -moz-linear-gradient(top, #DED9D3, #D3CEC8);
    background: -webkit-linear-gradient(top, #DED9D3, #D3CEC8);
    background: -o-linear-gradient(top, #DED9D3, #D3CEC8);
    background: -khtml-linear-gradient(top, #DED9D3, #D3CEC8);
    background: -ms-linear-gradient(top, #DED9D3, #D3CEC8);
    background: linear-gradient(top, #DED9D3, #D3CEC8);
    -pie-background: linear-gradient(top, #DED9D3, #D3CEC8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DED9D3', endColorstr='#D3CEC8', GradientType=0);
}

.ui-slider-handle{
    margin-left: -5px;
    top: -8px;
    position: absolute;
    width: 10px;
    height: 17px;
    background: url("../images/icons.png") -109px 0 no-repeat;
}

.right-handle{
    background-position: -119px 0;
}

/*/polsunok*/

.prc-form-row{
    font-size: 13px;
}

.rubl {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 100%;
}

.rubl:after {
    content: "_";
    width: 100%;
    position: absolute;
    top: -32%;
    left: 2%;
}

.filter-blck{
    margin: 0 0 30px 0;
}

.area-cur sup{
    font-size: 10px;
}

.chk-area {
    background: url("../images/chk_box_bg.png") left top no-repeat ;
    margin: 0 10px 0 0;
    float: left;
    width: 16px;
    height: 17px;
}

.chk-area input{
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    width: 16px;
    height: 17px;
    display: block;
}

.chk-checked {
    background-position: left -17px;
}

.checkbox-hldr{
    margin: 6px 0 0 0;
}

.checkbox-hldr label{
    margin: 1px 0 0 0;
    display: inline-block;
}

.checkbox-hldr-red label{
    color: #f04f23;
}
.checkbox-hldr-red .chk-area{
    background-position: left -36px;
}

.checkbox-hldr-red .chk-checked {
    background-position: left -17px;
}

.filter-blck-brdr{
    border-top: 1px solid #EDEDED;
    padding: 15px 0 0 0;
    margin: 0 0 17px 0;
}

.filter-form .form-actn .brwn-btn{
    height: 45px;
    line-height: 45px;
    display: block;
    width: 100%;
    padding: 0;
}

.main{
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

.ttl-25{
    font-size: 25px;
    display: block;
}

.ttl-15{
    font-size: 15px;
    display: block;
}

.ttl-14{
    font-size: 14px;
    display: block;
}

.ttl-13{
    font-size: 13px;
    display: block;
}

.lft-sd-mod p{
    margin: 10px 0 10px 0;
    font-size: 12px;
}

.smpl-lst{
    padding: 0;
    margin: 0;
    color: #786c58;
}

.smpl-lst li{
    list-style: none;
    margin: 8px 0 8px 0;
    font-size: 12px;
}

.calc-ico{
    padding-left: 40px;
}

.calc-ico:after{
    left: 10px;
    width: 20px;
    height: 28px;
    margin-top: -13px;
    background-position: -20px -21px;
}

.vk-brwn-ico{
    padding-left: 30px;
    position: relative;
}

.vk-brwn-ico:after{
    width: 22px;
    height: 23px;
    top: -2px;
    left: 0;
    background-position: left -120px;
}

.like-ico{
    padding-left: 43px;
}

.like-ico:after{
    width: 23px;
    height: 19px;
    left: 9px;
    margin-top: -9px;
    background-position: -41px -21px;
}

.plus-ico{
    padding-left: 30px;
}

.plus-ico:after{
    width: 17px;
    height: 17px;
    left: 7px;
    margin-top: -8px;
    background-position: -95px -21px;
}

.book-ico{
    position: relative;
    min-height: 45px;
    padding-left: 50px;
}

.book-ico:after{
    width: 41px;
    height: 45px;
    top: 0;
    left: 0;
    background-position: 0 -70px;
}

.tool-ico{
    position: relative;
    min-height: 32px;
    padding-left: 50px;
}

.tool-ico:after{
    width: 39px;
    height: 32px;
    top: 7px;
    left: 0;
    background-position: -45px -70px;
}

.pdf-ico{
    padding-left: 35px;
}

.pdf-ico:after{
    width: 19px;
    height: 26px;
    margin-top: -13px;
    left: 8px;
    background-position: 0 -21px;
}

.map-ico{
    padding-left: 45px;
}

.map-ico:after{
    width: 20px;
    height: 14px;
    margin-top: -6px;
    left: 10px;
    background-position: -114px -21px;
}

.arr-ico{
    padding: 0 60px 0 20px;
}

.arr-ico:after{
    width: 13px;
    height: 9px;
    margin-top: -4px;
    right: 13px;
    background-position: -61px 0;
}

.arr-ico:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #7D7067;
    top: 0;
    right: 40px;
}

.phone-ico{
    padding: 0 10px 0 60px;
    height: 60px;
    line-height: normal;
    display: block;
    margin: 0 0 20px 0;
}

.two-row-btn{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
}

.phone-ico .two-row-btn{
    height: 60px;
}

.phone-ico:after{
    width: 22px;
    height: 38px;
    margin-top: -19px;
    left: 20px;
    background-position: -143px -21px;
}

.lft-arr-ico{
    text-align: center;
    padding: 0 15px 0 38px;
}

.lft-arr-ico:after,
.rht-arr-ico:after{
    width: 9px;
    height: 15px;
    margin-top: -7px;
    left: 17px;
    background-position: -135px 0;
}

.rht-arr-ico:after{
    left: auto;
    right: 17px;
}

h2{
  /* font-size: 20px;
   font-weight: normal;
    margin: 0 0 20px 0;*/
}



.projct-mod h1{
    margin: 0 0 10px 0;
    font-weight: normal;
}

.proj-lst{
    padding: 0;
    margin: 0 0 30px 0;
}

.proj-itm{
    list-style: none;
    width: 273px;
    float: left;
    height: 310px;
    position: relative;
      margin: 0 auto 30px auto;
}

.proj-itm:hover{
    z-index: 1;
}

.proj-itm:hover .is-invisible{
    visibility: visible;
}

.proj-itm-in{
    padding: 20px 0 20px ;
    width: 265px;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.proj-itm-in:hover{
    background: #ffffff;
    -moz-box-shadow: 0px 2px 3px #D8D8D8;
    -webkit-box-shadow: 0px 2px 3px #D8D8D8;
    box-shadow: 0px 2px 3px #D8D8D8;
}

.proj-itm-in:hover .is-hide{
    display: block;
}

.is-invisible{
    visibility: hidden;
}

.proj-img{
    width: 265px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.proj-dscr{
    padding: 0 25px 0 25px;
}

.proj-ttl h3{
    float: left;
    margin: 0 10px 0 0 ;
    font-size: 25px;
    font-weight: normal;
}

.proj-ttl{
    margin: 0 0 5px 0;
}

.is-hide{
    display: none;
}

.proj-char{
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #91836d;
}

.proj-char dt{
    margin:0 5px 0px 0;
}

dd{
    float: left;
    clear: right;
    margin: 0;
}

dt{
    float:left;
    clear: left;
}

.more-proj{
    padding: 10px 0 0 0;
    text-align: center;
}

.content-bnr .content{
    float: left;
    width: 525px;
}

.rht-260{
    float: right;
    width: 260px;
}

.rht-265{
    float: right;
    width: 265px;
}

.rht-300{
    float: right;
    width: 300px;
}

.rht-365{
    float: right;
    width: 365px;
}

.rht-520{
    float: right;
    width: 520px;
}

.rht-510{
    float: right;
    width: 510px;
}

.rht-610{
    float: right;
    width: 610px;
}

.rht-645{
    float: right;
    width: 645px;
}

.rht-700{
    float: right;
    width: 700px;
}

.rht-800{
    float: right;
    width: 800px;
}

.lft-250{
    float: left;
    width: 250px;
}

.lft-275{
    float: left;
    width: 275px;
}

.lft-260{
    float: left;
    width: 260px;
}

.lft-285{
    float: left;
    width: 285px;
}

.lft-300{
    float: left;
    width: 300px;
}

.lft-340{
    float: left;
    width: 340px;
}

.lft-380{
    float: left;
    width: 380px;
}

.lft-410{
    float: left;
    width: 410px;
}

.lft-430{
    float: left;
    width: 430px;
}

.lft-520{
    float: left;
    width: 520px;
}

.lft-540{
    float: left;
    width: 540px;
}

.lft-760{
    float: left;
    width: 760px;
}

.lft-793{
    float: left;
    width: 793px;
}

.lft-800{
    width: 800px;
    float: left;
}

.content-bnr h2{
    margin: 0 0 30px 0;
}

.content-bnr p{
    margin: 30px 0 0 0;
    color: #928570;
    font-size: 12px;
    line-height: 16px;
}

.map-btn-hldr .ttl-18{
    float: left;
    width: 120px;
}

.map-btn-hldr .orng-btn{
    float: right;
}

.projct-mod{
    margin: 0 0 35px 0;
}

.serv-mod{
    padding: 5px 0 0 0;
    margin: 0 0 5px 0;
}

.serv-lst{
    width: 1118px;
    padding: 0;
    margin: 0;
}

.serv-itm{
    position: relative;
    height: 190px;
    width: 340px;
    overflow: hidden;
    float: left;
    margin: 0 28px 28px 0;
}

.serv-img{
    left: 0;
    top: 0;
    position: absolute;
}

.serv-itm-infr{
    background: url("../images/shad_bg.png") left top repeat;
    position: absolute;
    top: 145px;
    left: 0;
    height: 190px;
    width: 340px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    padding-right: 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.serv-itm:hover .serv-itm-infr{
    top: 0;
}

.serv-itm-infr p{
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.serv-ttl{
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.clmn-hldr{
    margin: 0 0 40px 0;
}

.sprt-cntn-mod.clmn-hldr{
    padding-top: 0;
    margin: 0;
}

.serv-about{
    padding-left: 60px;
}

.serv-cred{
    padding-left: 65px;
}

.serv-rdy{
    padding-left: 117px;
}

.serv-engnr{
    padding-left: 60px;
}

.serv-dlvr{
    padding-left: 93px;
}

.serv-strg{
    padding-left: 80px;
}


.serv-about .serv-ttl:after{
    width: 32px;
    height: 33px;
    left: -47px;
    margin-top: -16px;
    background-position: -90px -70px;
}

.serv-cred .serv-ttl:after{
    width: 32px;
    height: 25px;
    left: -51px;
    margin-top: -12px;
    background-position: -125px -70px;
}

.serv-rdy .serv-ttl:after{
    width: 89px;
    height: 38px;
    left: -105px;
    margin-top: -19px;
    background-position: -160px -70px;
}

.serv-engnr .serv-ttl:after{
    width: 25px;
    height: 30px;
    left: -45px;
    margin-top: -15px;
    background-position: -250px -70px;
}

.serv-dlvr .serv-ttl:after{
    width: 61px;
    height: 27px;
    left: -77px;
    margin-top: -14px;
    background-position: -280px -70px;
}

.serv-strg .serv-ttl:after{
    width: 39px;
    height: 26px;
    left: -60px;
    margin-top: -16px;
    background-position: -345px -70px;
}

.more-serv{
    text-align: center  ;
}

.lft-90{
    float: left;
    width: 90px;
}

.lft-570{
    width: 570px;
    float: left;
}

.lft-640{
    width: 640px;
    float: left;
}

.rht-410{
    float: right;
    width: 410px;
}

.rht-465{
    float: right;
    width: 465px;
}

.rht-535{
    float: right;
    width: 535px;
}

.blog-blck h2{
    margin: 0 0 25px 0;
}

.blog-itm:first-child{
    margin: 0;
}

.blog-itm {
    min-height: 75px;
    position: relative;
    margin: 25px 0 0 0;
    padding: 0 0 0 120px;
}

.blog-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

/*.blog-cnt{
    width: 450px;
    float: left;
}*/

.blog-ttl h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 0;
    display: inline;
}

.blog-ttl h3 a{
    color: #474136;
    text-decoration: none;
}

.cnt-cmnt{
    vertical-align: 10%;
    width: 24px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    background: url("../images/icons.png") -190px top no-repeat;
    font-size: 8px;
}

.blog-cnt p{
    margin: 8px 0 0 0;
    color: #999999;
}

.blog-img{
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.cmnt-ico,
.video-ico
{
    position: relative;
    padding: 0 0 0 35px;
    text-decoration: none;
    font-weight: bold;
    color: #ee4718;
    font-size: 15px;
}

.cmnt-ico:after{
    width: 22px;
    height: 18px;
    margin-top: -9px;
    left: 0;
    background-position: -161px 0;
}

.video-ico:after{
    width: 20px;
    height: 22px;
    margin-top: -11px;
    left: 0;
    background-position: -22px -120px;
}

.more-blog{
    padding: 20px 0 0 0;
}

.mtrls-lst{
    padding: 0;
    margin: 0;
    float: left;
}

.mtrls-lst li{
    float: left;
    list-style: none;
    margin: 0 30px 0 0;
}

.mtrl-ntc{
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    color: #91836d;
    position: relative;
    display: inline-block;
    width: 145px;
}

.mtrl-ntc:after{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.mtrls-hldr{
    margin: 0 0 35px 0;
}

.footer{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1118px;
}

.ftr-hdr{
    border-top: 3px solid #79695C;
    padding: 30px 20px;
    color: #ffffff;
    background: #8E7B6D;
}

.ftr-lft{
    float: left;
    width: 400px;
    padding-right: 15px;
}

.ftr-mnu-225,
.ftr-mnu-260,
.ftr-mnu-175{
    float: left;
}

.ftr-mnu-225{
    width: 225px;
}

.ftr-mnu-260{
    width: 260px;
}

.ftr-mnu-175{
    width: 175px;
}

.ftr-cntct .ttl-14{
    font-weight: bold;
    margin: 0 0 20px 0;
}

.ftr-cnt-itm p,
.ftr-cnt-ttl{
    display: block;
    font-size: 12px;
    color: #DED9D5;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 3px 0;
}

.ftr-cnt-phone{
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.ftr-cnt-itm{
    margin: 0 0 20px 0;
}

.ftr-mnu{
    padding: 0;
    margin: 0;
}

.ftr-mnu li a{
    color: #ffffff;
}

.ftr-mnu > li > a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #C8BEB5;
    line-height: 15px;
}

.ftr-mnu > li > a:hover{
    border-bottom: 1px solid transparent;
}

.ftr-mnu > li{
    list-style: none;
    margin: 0 0 12px 0;
}

.ftr-mnu-sub{
    padding: 15px 0 15px 0;
    margin: 0;
}

.ftr-mnu-sub li{
    list-style: none;
    margin: 0 0 10px 0;
}

.ftr-mnu-sub li a{
    color: #C8BEB5;
    font-size: 12px;
}

.ftr-soc-hldr{
    height: 62px;
    background: url("../images/cube_bg.gif") left top repeat-x;
}

.ftr-soc-lst{
    padding: 16px 0 0 0;
    margin: 0;
    text-align: center;
}

.ftr-soc-lst li{
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.ftr-soc-lst li a{
    display: inline-block;
    min-width: 25px;
    text-align: right;
    padding: 0 8px 0 30px;
    line-height: 26px;
    height: 26px;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    background-image: url("../images/scl_bg.png");
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.twtr-soc {
    background-position: left top;
}

.fb-soc {
    background-position: left -26px;
}

.vk-soc {
    background-position: left -52px;
}

.gpl-soc {
    background-position: left -78px;
}

.odnk-soc {
    background-position: left -104px;
}

.ftr-rhts{
    color: #98958E;
    padding: 15px 0 23px 0;
}

.ftr-rhts span{
    color: #474136;
}

.socl-lst{
    padding: 0;
    margin: 0;
}

.socl-lst li{
    display: inline;
    list-style: none;
    padding: 0 8px 0 8px;
}

.fb-ico,
.vk-ico,
.twtr-ico,
.ytbe-ico{
    width: 22px;
    height: 22px;
    display: inline-block;
    text-decoration: none;
}

.fb-ico{
    background-position: -42px -121px;
}

.vk-ico{
    background-position: 0 -121px;
}

.twtr-ico{
    background-position: -21px -121px;
}

.ytbe-ico{
    background-position: -65px -121px;
}

.projct-mod-hdr h1{
    float: left;
}

.projct-mod-hdr .ttl-lnk{
    float: right;
}

.ttl-lnk{
    font-size: 18px;
    color: #f04f23;
    text-decoration: none;
}

.proj-prc-in{
    font-family: 'PT Sans', sans-serif;
    width: 105px;
    float: left;
}

.proj-prc-in .rubl{
    margin: 0 0 0 5px;
}

.new-prc{
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.old-prc{
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.sale{
    width: 49px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-position: -266px 0;
}

.acorn-ico,
.good-ico,
.star-ico{
    color: #91836d;
    font-size: 9px;
    position: relative;
    padding: 0 0 0 22px;
}

.proj-ttl .acorn-ico,
.proj-ttl .good-ico,
.proj-ttl .star-ico{
    float: left;
    margin: 10px 0 0 0;
}

.star-ico:after{
    width: 17px;
    height: 16px;
    left: 0;
    top: -3px;
    background-position: -220px 0;
}

.good-ico:after{
    width: 17px;
    height: 13px;
    left: 0;
    top: -2px;
    background-position: -240px 0;
}

.acorn-ico:after{
    width: 13px;
    height: 19px;
    left: 0;
    top: -5px;
    background-position: -180px -30px;
}

.bread-crumbs{
    color: #91836c;
    margin: 0 0 15px 0;
}

.prjct-sectn h1{
    /*margin: 0 0 25px 0;*/
}

.bread-crumbs a{
    color: #91836c;
    text-decoration: none;
}

.bread-crumbs span{
    padding: 0 4px 0 4px;
}

.box{
    display: none;
}

.is-visible{
    display: block;
}

.prjct-galr{
    margin: 0 0 20px 0;
}

.prjct-galr-cntrl{
    padding: 0;
    margin: 0 0 20px 0;
}

.prjct-galr-cntrl li{
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}

.projct-grade{
    margin: 0 0 20px 0;
}

.dlvr-to{
    margin: 0 0 25px 0;
}

.dlvr-to p{
    margin: 0 0 6px 0;
}

.dlvr-to .orng-btn{
    margin: 18px 0 0 0;
}

.prgct-dscrp{
    margin: 0 0 25px 0;
}

.prgct-dscrp h2{
    font-size: 20px;
    margin: 0;
}

.prgct-dscrp p{
    margin: 20px 0 0 0;
    line-height: 18px;
}

.cnfg-dsgn{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    background: #F9F7F8;
    background: -moz-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -webkit-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -o-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -khtml-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -ms-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: linear-gradient(top, #F8F6F7, #F9F7F8);
    -pie-background: linear-gradient(top, #F8F6F7, #F9F7F8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F6F7', endColorstr='#F9F7F8', GradientType=0);
    padding: 20px 50px 15px 30px;
    margin: 0 0 5px 0;
}

.chkd-wrap{
    background: #ffffff;
}

.cnfg-dsgn .chk-area{
    margin: 0 30px 0 0;
}

.cnfg-dsgn label{
    float: left;
    display: block;
    width: 480px;
    line-height: 17px;
}

.cnfg-dsgn-txt{
    display: block;
}

.cnfg-dsgn label .ttl-15{
    color: #ec4800;
    margin: 0 0 10px 0;
}

.cnfg-dsgn-prc{
    font-size: 18px;
    float: right;
}

.cnfg-dsgn-prc .rubl{
    /*font-size: 17px;*/
    margin-left: 4px;
}

.cnfg-infr-cntr{
    clear: both;
    text-align: center;
    padding: 20px 0 0 0;
}

.js-full-opnr{
    padding: 0 0 0 26px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    text-decoration: none;
    color: #786c58;
}

.cnfg-form fieldset{
    margin: 40px 0 0 0;
}

.cnfg-form fieldset:first-child{
    margin: 0;
}

.sprt-mod{
    padding: 20px 0 20px 0;
    background: url("../images/sprt_hor_bg.gif") left top repeat-x;
}

.ttl-20{
    font-size: 20px;
    font-weight: normal;
    display: block;
}

.prjct-char .ttl-20{
    text-align: center;
    font-weight: normal;
    margin: 0 0 18px 0;
}

.prjct-char-main{
    float: left;
    width: 50%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prjct-char-val{
    font-size: 32px;
}

.prjct-char-val span{
    font-size: 20px;
}

.prjct-char-val span sup{
    padding: 0 0 0 2px;
    font-size: 12px;
    font-weight: bold;
}

.prjct-char-lst{
    padding: 0 0 0 25px;
    margin: 0;
    list-style: none;
}

.prjct-char-lst li{
    margin: 2px 0 0 0;
}

.prjct-char-hldr{
    margin: 0 0 20px 0;
}

.brwn-mod{
    background: #8E7B6D;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    color: #ffffff;
}

.proj-prc-mod{
   
}

.proj-prc-mod-in{
    padding: 13px;
    text-align: center;
}

.proj-prc-mod .ttl-20{
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.proj-prc{
    margin: 0 0 11px 0;
}

.proj-prc-lbl{
    color: #C8BEB4;
}

.proj-prc-val{
    display: block;
    font-size: 30px;
}

.proj-prc-val .rubl{
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 0 7px;
}

.calc-ico.btn-48{
    padding: 0 30px 0 75px;
}

.proj-prc-mod-in .calc-ico.btn-48{
    display: block;
    margin: 0 0 10px 0;
}

.dwn-arr-ico{
    display: inline-block;
    position: relative;
    padding:  0 35px 0 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

span.dwn-arr-ico{
    font-size: 0;
    padding: 0;
}

.dwn-arr-ico input{
    padding: 0 40px 0 40px;
}

.polar-frame{
    background: url("../images/cube_lt_bg.gif") left top repeat;
    min-height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.polar-frame .rubl{
    font-weight: normal;
}

.frame-sip-ico{
    padding: 0 0 0 120px;
    position: relative;

}

.frame-sip-ico:after{
    width: 395px;
    height: 30px;
    left: 17px;
    top: 17px;
    background-position: -395px -45px;
}

.polar-noise{
    float: left;
    position: relative;
    width: 145px;
    text-align: center;
    padding: 85px 0 0 0;
}

.polar-noise:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 67px;
    background-position: -110px -145px;
}

.polar-air{
    float: right;
    position: relative;
    width: 105px;
    text-align: center;
    padding: 85px 0 0 0;
}

.polar-air:after{
    content: '';
    position: absolute;
    top: 25px;
    left: -10px;
    width: 105px;
    height: 39px;
    background-position: 0 -145px;
}

.polar-tech{
    margin: 0 0 30px 0;
}

.intrst-lst{
    padding: 0;
    margin: 20px 0;
}

.intrst-lst li{
    list-style: none;
    margin: 5px 0 0 0;
}

.intrst-lst li a{
    color: #796c56;
    text-decoration: none;
}

.intrst-mod p{
    margin: 10px 0 10px 0;
    color: #928570;
    line-height: 17px;
}

.intrst-mod{
    padding: 30px;
    margin: 0 0 25px 0;
}

.book-wht-ico{
    display: inline-block;
    padding: 0 20px 0 75px;
    height: 60px;
    margin: 0 0 25px 0;
}

.prjct-sectn .book-wht-ico{
    display: block;
}

.book-wht-ico .two-row-btn{
    height: 60px;
}

.prjct-prc .ttl-24{
    font-weight: bold;
}

.ttl-24 .rubl{
    margin-left: 5px;
    font-weight: normal;
}

.prjct-prc .rht-arr-ico{
    display: block;
}

.polarsip-img{
    float: left;
    margin: 40px 30px 0 15px;
}

.framesip-mod h1{
    margin: 0 0 40px 0;
}

.framesip-mod p{
    font-size: 12px;
    line-height: 18px;
    color: #786c58;
    margin: 15px 0 15px 0;
}

.framesip-mod h2{
    font-size: 20px;
    margin: 0 0 20px 0;
}

.new-house-mod{
    padding: 0 0 45px 0;
}

.sprt-cntn-mod{
    background: url("../images/sprt_hor_bg.gif") left bottom repeat-x;
    margin-left: -1000px !important;
    width: 100%;
    padding: 20px 1000px 20px;
    /*padding: 0 1000px 30px 1000px ;*/
}

.warm-crcl-mod{
    border-top: 1px solid #FAF9F7;
    background-color: #E8E7E3;

}

.warm-crcl-mod h2{
    color: #000000;
}

.warm-crcl-mod h2:first-letter{
    color: #f04f23;
}

.warm-crcl-img{
    float: left;
    margin: 0 70px 0 0;
}

.tech-img{
    margin: 0 0 0 0;
}

.tech-decsn-mod h2{
    margin: 0 0 30px 0;
}

.tech-decsn-mod h3{
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 35px 0;
}

.tech-decsn-lst{
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.tech-decsn-lst li{
    list-style: none;
    position: relative;
    padding: 0 0 0 40px;
    line-height: 18px;
    color: #786c58;
    min-height: 26px;
    font-size: 12px;
    margin: 0 0 23px 0;
}

.tech-decsn-lst li:before{
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #F2C230;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    text-align: center;
    color: #5c4c41;
    font-size: 14px;
    font-weight: bold;
}

.blue.tech-decsn-lst li:before{
    background: #34BFC4;
    color: #ffffff;
}

.roof-sheme{
    padding: 20px 0 0 0;
}

.overlap-mod .mtrl-lst,
.roof-sheme .mtrl-lst{
    float: right;
    width: 440px;
}

.mtrl-lst{
    padding: 0;
    margin: 0;
}

.mtrl-itm:first-child{
    margin: 0;
}

.mtrl-itm{
    margin: 50px 0 0 0;
    padding: 0 0 0 115px;
    position: relative;
    min-height: 100px;
}

.mtrl-img{
    top: 0;
    left: 0;
    position: absolute;
}

.overlap-mod{
    margin: 0 0 30px 0;
}

.cabinet-mod{
    padding-right: 480px;
    position: relative;
    width: 620px;
}

.cabinet-mod h1{
    margin: 0 0 10px 0;
}

.cabinet-mod:after{
    content: '';
    position: absolute;
    background: url("../images/track_pic.png") left top no-repeat;
    width: 292px;
    height: 93px;
    bottom: 0;
    right: 70px;

}

.brwn-inpt{
    height: 33px;
    border-left: none;
    border-top: none;
    border-right: 1px solid #847266;
    border-bottom: 1px solid #847266;
    background: #8D7B6D;
    border-radius: 4px;
    color: #ffffff;
    text-shadow: 1px 1px #7F6F62;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    padding: 0 10px;
}

.indfcnt-num label{
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 24px 0;
}

.indfcnt-num .send-btn{
    float: left;
}

.indfcnt-num .brwn-inpt{
    float: left;
    margin: 0 40px 0 0;
    width: 110px;
    text-align: center;
}

.indfcnt-num{
    margin: 0 0 30px 0;
}

.welcom-user{
    display: block;
    font-size: 25px;
}

.user-id{
    font-size: 15px;
    font-weight: bold;
    color: #474136;
    vertical-align: middle;
    display: block;
    padding: 10px 0 0 0;
}

.id-num{
    padding: 0 8px;
    color: #5c4c41;
    font-size: 25px;
    line-height: 20%;
}

.help-phone .ttl-15{
    display: block;
    margin: 0 0 12px 0;
}

.phone-orng-ico{
    display: block;
    font-size: 20px;
    padding: 0 0 0 35px;
    color: #5c4c41;
    position: relative;
}

.implmnt-lst{
    padding: 0;
    margin: 0;
}

.implmnt-itm{
    list-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    background: #F9F7F8;
    background: -moz-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -webkit-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -o-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -khtml-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -ms-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: linear-gradient(top, #F8F6F7, #F9F7F8);
    -pie-background: linear-gradient(top, #F8F6F7, #F9F7F8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F6F7', endColorstr='#F9F7F8', GradientType=0);
    padding: 25px 30px 25px 30px;
    margin: 0 0 5px 0;
}

.implmnt-dscr{
    float: left;
    width: 435px;
    color: #786c58;
    line-height: 17px;
}

.implmnt-dscr p{
    margin: 13px 0 0 0;
}

.implmnt-dscr .ttl-15{
    color: #ec4800;
}

.implmnt-stat{
    float: right;
    width: 190px;
    text-align: right;
}

.implmnt-txt{
    display: block;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.implmnt-stat time{
    display: block;
    color: #786c58;
}

.in-prdcn-itm{
    background: #ffffff;
}

.warranty-mod{
    background-color: #E8E7E3;
}

.work-pay-blck .ttl-15{
    margin: 0 0 20px 0;
}

.work-pay{
    color: #f04f23;
    font-size: 24px;
}

.work-pay .rubl{
    font-weight: normal;
    margin: 0 0 0 5px;
}

.pay-to{
    font-weight: bold;
}

.warranty-mod p{
    margin: 15px 0 15px 0;
}

.sertf-blck{

    width: 224px;
    height: 299px;
    float: right;
    margin: 0 30px 0 0;
    text-align: center;
}

.sertf-blck .orng-btn{
    margin: 80px 0 0 0;
}

/*GALLERY*/
.galr-image-hldr{
    position: relative;
    margin: 0 0 17px 0;
}

.galr-image{
    width: 410px;
    height: 230px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.galr-image li{
    float: left;
    list-style: none;
    width: 410px;
    height: 230px;
}

.galr-thumbs{
    padding: 0;
    margin: 0;
    width: 410px;
    height: 78px;
    display: block;
}

.galr-thumbs li{
    margin: 0 30px 0 0;
    list-style: none;
    float: left;
    height: 78px;
    width: 123px;
    text-align: center;
}

.galr-thumbs li a.selected{
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.galr-hldr{
    padding: 0 12px 12px 12px;
    width: 410px;
}

.galr-thumbs-hldr{
    width: 410px;
    position: relative;
}

.prev-slide, .next-slide{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 9px;
    height: 13px;
    margin-top: -6px;
    text-decoration: none;
}

.prev-slide{
    left: -18px;
    background-position: -200px -45px;
}

.next-slide{
    right: -18px;
    background-position: -220px -45px;
 }

/*GALLERY*/

.galr-hldr .ttl-15{
    margin: 0 0 15px 0;
}

.blog-tech-mod{
    background-color: #E8E7E3;
    color: #474136;
}

.blog-tech-mod .ttl-15{
    margin: 0 0 20px 0;
}

.tech-lst{
    padding: 0;
    margin: 0;
}

.tech-itm:first-child{
    margin: 0;
}

.tech-itm{
    list-style: none;
    margin: 30px 0 0 0;
}

.tech-img{
    text-align: center;
    width: 130px;
    float: left;
}

.tech-dscrpn{
    padding: 0 0 0 145px;
}

.tech-dscrpn p{
    margin: 0;
}

.tech-video-blck{
    width: 410px;
    margin: 0 auto;
    padding: 0 12px 0 12px;
}

.slider-hldr{
    position: relative;
}

.freq-cmnt-lst{
    padding: 0;
    margin: 0;
}

.freq-cmnt-itm:first-child{
    margin: 0;
}

.freq-cmnt-itm{
    list-style: none;
    margin: 20px 0 0 0;
}

.freq-cmnt{
    padding: 0 0 0 40px;
}

.freq-cmnt-itm .cnt-cmnt{
    float: left;
}

.freq-cmnt-blck .ttl-15{
    margin: 0 0 40px 40px;
}

.freq-cmnt-txt{
    display: block;
    margin: 0 0 10px 0;
}

.freq-cmnt-txt a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #474136;
}

.freq-cmnt-time{
    display: block;
    color: #786c58;
}

.engnr-mod{
    padding-top: 0;
}

.engnr-mod h1{
    margin: 0;
}

.engnr-sheme{
    padding: 70px 80px 0 0;
}

.engnr-img{
    width: 600px;
    text-align: center;
    float: left;
}

.sstm-calc-mod h1{
    margin: 0 0 25px 0;
}

.engnr-calc-form .filter-blck{
    float: left;
    width: 300px;
    padding: 0 20px 0 0;
}

.engnr-calc-form .polsun{
    width: 260px;
}

.engnr-calc-form .prc-form-row{
    color: #938570;
}

.engnr-prc{
    width: 400px;
    float: right;
}

.engnr-ttl-prc{
    font-size: 20px;
    color: #5c4c41;
}

.engnr-ttl-val{
    padding: 0 0 0 14px;
}

.engnr-ttl-val .rubl{
    font-weight: normal;
    margin: 0 0 0 7px;
}

.engnr-ttl-prc.calc-orng-ico:after{
    left: -25px;
}

.calc-orng-ico{
    position: relative;
}



.engnr-txt-blck{
    margin: 30px 0 0 0;
width:40%;
float:left;
padding:20px;
}

.engnr-txt-blck .ttl-15{
    margin: 0 0 20px 0;
}

.engnr-dscr-mod{
    padding-bottom: 0;
    background: none;
}

.sstm-calc-mod{
    background-color: #e8e7e3;
}

.dsgn-mod{
    padding-top: 0;
}

.ordr-dsgn{
    margin-top: -35px;
    width: 230px;
    float: right;
}

.ordr-dsgn .ttl-13{
    margin: 0 0 12px 0;
    color: #786c58;
}

.dsgn-mod-hdr h1{
    margin: 5px 0 0 0;
    float: left;
}

.prog-dsgn-mod{
    background-color: #E8E7E3;
}

.rad-3{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

.ordr-prog-blck{
    margin: 0 0 35px 0;
}

.ordr-prog-blck .ttl-15{
    margin: 0 0 15px 0;
}

.dsgn-pwr-mod{
    margin: 0 0 25px 0;
}

.dsgn-pwr-mod .rht-265{
    margin: 0 10px 0 0;
}

.w-140{
    width: 140px;
    text-align: center;
    padding: 0;
}


.rd-dsgn-mod{
    padding: 30px 0 35px 0;
}

.rd-dsgn-lst{
    text-align: center;
    width: 100%;
    padding: 20px 20px 0 20px ;
    background: #B1A096;
    -moz-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.2) inset;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.2) inset;
    margin: 0 0 0 -20px;
}

.rd-dsgn-lst .proj-ttl h3{
    color: #ffffff;
}

.rd-dsgn-lst .proj-char{
    color: #E8E3DF;
}

.rd-dsgn-lst .proj-itm{
    height: 280px;
    float: none;
    display: inline-block;
}

.rd-dsgn-mod .more-proj{
    padding: 30px 0 0 0;
}

/* RADIAL */
.radial-bar .circle .mask,
.radial-bar .circle .fill{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 120px;
    position: absolute;
    width: 120px;
}

.radial-bar .circle .mask{
    clip: rect(0px, 120px, 120px, 60px);
}

.radial-bar .circle .mask {
    clip: rect(0px, 120px, 120px, 60px);
}

.radial-bar .circle .mask .fill{
    background-color: #EC4800;
    clip: rect(0px, 60px, 120px, 0px);
}


.radial-bar{
    background-color: #D6DADC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 120px;
    width: 120px;
}

.tech-degt-itm p{
    line-height: 16px;
    margin: 12px 0 0 0;
}

.radial-bar .ttl-15{

}

.radial-bar .inset {
    background-color: #F3F2F0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 13px 0 0 0;
    height: 67px;
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
    width: 80px;
}

.rad-inf{
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    color: #978c7d;
    display: block;
    font-weight: bold;
}

.orng-txt{
    color: #f14a00;
}

/* RADIAL */

.radial-bar-10 .fill, .radial-bar-10 .full{
    transform:rotate(18deg);-ms-transform:rotate(18deg);-webkit-transform:rotate(18deg);
}

.radial-bar-10 .fix{
    transform:rotate(36deg);-ms-transform:rotate(36deg);-webkit-transform:rotate(36deg);
}

.radial-bar-20 .fill, .radial-bar-20 .full{
    transform:rotate(36deg);-ms-transform:rotate(36deg);-webkit-transform:rotate(36deg);
}

.radial-bar-20 .fix{
    transform:rotate(72deg);-ms-transform:rotate(72deg);-webkit-transform:rotate(72deg);
}

.radial-bar-30 .fill, .radial-bar-30 .full{
    transform:rotate(54deg);-ms-transform:rotate(54deg);-webkit-transform:rotate(54deg);
}

.radial-bar-30 .fix{
    transform:rotate(108deg);-ms-transform:rotate(108deg);-webkit-transform:rotate(108deg);
}

.radial-bar-40 .fill, .radial-bar-40 .full{
    transform:rotate(72deg);-ms-transform:rotate(72deg);-webkit-transform:rotate(72deg);
}

.radial-bar-40 .fix{
    transform:rotate(144deg);-ms-transform:rotate(144deg);-webkit-transform:rotate(144deg);
}

.radial-bar-50 .fill, .radial-bar-50 .full{
    transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);
}

.radial-bar-50 .fix{
    transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);
}

.radial-bar-60 .fill, .radial-bar-60 .full{
    transform:rotate(108deg);-ms-transform:rotate(108deg);-webkit-transform:rotate(108deg);
}

.radial-bar-60 .fix{
    transform:rotate(216deg);-ms-transform:rotate(216deg);-webkit-transform:rotate(216deg);
}

.radial-bar-70 .fill, .radial-bar-70 .full{
    transform:rotate(126deg);-ms-transform:rotate(126deg);-webkit-transform:rotate(126deg);
}

.radial-bar-70 .fix{
    transform:rotate(252deg);-ms-transform:rotate(252deg);-webkit-transform:rotate(252deg);
}

.radial-bar-80 .fill, .radial-bar-80 .full{
    transform:rotate(144deg);-ms-transform:rotate(144deg);-webkit-transform:rotate(144deg);
}

.radial-bar-80 .fix{
    transform:rotate(288deg);-ms-transform:rotate(288deg);-webkit-transform:rotate(288deg);
}

.radial-bar-90 .fill, .radial-bar-90 .full{
    transform:rotate(162deg);-ms-transform:rotate(162deg);-webkit-transform:rotate(162deg);
}

.radial-bar-90 .fix{
    transform:rotate(324deg);-ms-transform:rotate(324deg);-webkit-transform:rotate(324deg);
}

.radial-bar-100 .fill, .radial-bar-100 .full{
    transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);
}

.radial-bar-100 .fix{
    transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);
}

.eco-stndrt{
    margin: 25px 0 0 0;
}

.grn-stn-mod{
    padding-top: 0;
}

.grn-stn-mod h1{
    margin: 10px 0 25px 0;
}

.prsntn-mod{
    background-color: #E8E7E3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.video-prsnt{
    width: 410px;
    margin: 0 auto;
}

.prsnt-blck{
    padding: 0 15px 0 0;
    width: 215px;
    float: left;
}

.prsnt-blck .ttl-15{
    margin: 0 0 13px 0;
}

.tech-degt-lst{
    padding: 10px 0 0 0;
    margin: 0;
}

.tech-degt-itm:first-child{
    /*padding: 0;*/
}

.tech-degt-itm{
    float: left;
    width: 225px;
    min-height: 250px;
    padding: 0 0 0 40px;
    /*margin: 0 0 0 40px;*/
    list-style: none;
}

.tech-degt-itm .radial-bar{
    margin: 0 0 30px 25px;
}

.matrl-mod{
    padding-bottom: 2px;
}

.mtrl-hldr{
    /*padding: 0 20px;*/
    margin-left: -20px;
    width: 1120px;
    height: 200px;
    /*background: url("../images/mtrl_bg.jpg") center top no-repeat;*/
}

.wht-txt{
    color: #ffffff;
}

.greenboard-mtrl{
    background: url("../images/greenboard_bg.jpg") left top no-repeat;
}

.glunz-mtrl{
    background: url("../images/glunz_bg.png") left top no-repeat;
}

.wood-mtrl{
    background: url("../images/wood_bg.jpg") left top no-repeat;
}

.knauf-mtrl{
    background: url("../images/knauth_therm_bg.jpg") left top no-repeat;
}

.mtrl-blck{
    width: 560px;
    height: 200px;
    padding: 0 40px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mtrl-blck .wht-txt{
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.mtrl-blck p{
    margin: 0;
    line-height: 19px;
}

.mtrl-logo{
    display: table-cell;
    height: 95px;
    vertical-align: middle;
}

.matrl-hdr-mod{
    padding: 20px 0 0 0;
}

.tech-mod{
    padding-top: 20px;
    padding-bottom: 20px;
}

.tech-blck{
    margin: 25px 0 0 0;
}

/*.tech-blck p{
    margin: 12px 0 0 0;
}*/

.tech-blck .ttl-25{
    font-weight: bold;
}

.bsns-mod{
    padding-top: 10px;
}

.bsns-mod p{
    margin: 20px 0 20px 0;
}

.bsns-mod h1{
    margin: 0 0 0 0;
}

.sale-netwrk-blck{
    margin: 0 0 30px 0;
}

.sale-netwrk-blck h3{
    font-size: 15px;
    font-weight: bold;
}

.bonus-orng{
    width: 66px;
    height: 66px;
    background: #F04F23;
    margin: 0 25px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
}

.prsnt-bonus{
    padding: 30px 0 0 0;
}

.prsnt-bonus .bonus-orng{
    float: left;
}

.bonus-inner{
    height: 66px;
    width: 66px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.bonus-tafc{
    float: left;
    margin: 15px 25px 0 0;
    float: left;
    width: 195px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.bonus-cntrct{
    float: left;
    margin: 15px 0 0 0;
    float: left;
    width: 130px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.offr-lst{
    padding: 12px 0 0 0;
    margin: 0;
}

.offr-lst li{
    margin: 2px 0 0 0;
    color: #9b907c;
    list-style: none;
}

.iptk-mod{
    padding-top: 10px;
}

.iptk-mod h1{
    margin-top: 0;
}

.phone-cnslt{
    margin: 50px 0 0 0;
}

.crdt-rht .ttl-15{
    margin: 0 0 15px 0;
}

.cred-prog{
    background-color: #E8E7E3;
}

.cred-actn p{
    margin: 0 0 27px 0;
}

.timer-blck{
    font-size: 15px;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding: 0 0 0 45px;
    position: relative;
}

.timer-blck:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 36px;
    left: 0;
    top: 0;
    background: url("../images/icons.png") -310px -145px no-repeat;
}

.commrce-mod{
    padding-top: 0;
}

.commrce-mod h1{
    margin-top: 10px;
}

.comrc-lst{
    padding: 0;
    margin: 0;
}

.comrc-lst li{
    list-style: none;
    font-size: 25px;
    margin: 0 0 8px 0;
}

.tech-bas-mod{
    background-color: #E8E7E3;
}

.tech-bas-mod h1{
    margin: 0 0 20px 0;
    font-weight: normal;
}

.sip-img{
    float: left;
    margin: 30px 45px 30px 45px;
}

.tech-bas-blck{
    margin: 0 0 25px 0;
}

.tech-bas-blck p{
    margin: 20px 0;
}

.tech-bas-blck .ttl-15{
    margin: 0 0 20px 0;
}

.fnt-18{
    font-size: 18px;
}

.orng-txt{
    color: #f04f23;
    text-decoration: none;
}

.metal-img{
    text-align: center;
    margin: 0 0 53px 0;
}

.metal-img figcaption,
.wood-img figcaption{
    font-size: 15px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #474136;
    margin: 0 0 40px 0;
}

.wood-img figcaption{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 22px;
}

.wood-img a{
    display: inline-block;
    position: absolute;
    font-size: 15px;
    color: #f04f23;
    text-decoration: none;
    bottom: 10px;
    right: 37px;
    font-weight: bold;
}

.wood-img{
    display: inline-block;
    position: relative;
}

.crtft-mod{
    background-color: #E8E7E3;
}

.crtft-mod .sertf-blck{
    float: left;
    margin: 0 40px 0 20px;
}

.grnt-num, .not-crtf{
    padding: 20px 0 0 0;
}

.grnt-num h3, .not-crtf h3{
    margin: 0 0 30px 0;
}

.grnt-num .indfcnt-num{
    margin: 0 0 65px 0;
}

.crtf-inf .ttl-15{
    margin: 0 0 17px 0;
}

.crtf-inf p{
    margin: 5px 0 5px 0;
}

.not-crtf, .crtf-term{
    margin: 0 40px 0 0;
}

.not-crtf .phone-orng-ico{
    margin: 20px 0 0 0;
}

.proj-char p{
    margin: 0;
}

.proj-cmmrc-lst .proj-ttl h3{
    width: auto;
    margin: 0;
}

.proj-cmmrc-lst .proj-dscr{
    padding: 0 15px 0 15px;
}

.proj-lst-hldr{
    margin: 0 0 40px 0;
}

.proj-pnl-lst .proj-itm{
    height: 350px;
}

.proj-pnl-lst .proj-ttl h3{
    width: auto;
    margin: 0;
    font-size: 20px;
}

.proj-pnl-lst .proj-dscr{
    padding: 0 15px 0 15px;
}

.proj-pnl-lst .proj-itm-in{
    margin-top: -30px;
    padding: 15px 0;
}

.proj-pnl-lst .proj-itm-in .proj-img{
    padding: 10px 0 10px 0;
    height: 200px;
}

.pnl-inf{
    height: 30px;
    padding: 0 15px 0 15px;
}

.pnl-inf-lg{
    float: left;
    margin: 0 12px 0 0;
}

.pnl-crtf-txt{
    color: #91836d;
    width: 110px;
    float: left;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
}

.track-orng-ico{
    padding-right: 75px;
    display: inline-block;
    position: relative;
}

.pnl-cntn-mod h1{
    font-weight: normal;
}

.pnl-cntn-mod p{
    margin: 20px 0;
}

.pnl-cntn-mod .comrc-lst li{
    margin: 0;
}

.txt-cntr{
    text-align: center;
}

p.tool-img{
    margin: 35px 0 20px 0;
    padding: 0 0 0 35px;
}

.factory-mod{
    padding-top: 10px;
}

.progrs{
    margin: 25px 0 30px 0;
    font-size: 18px;
    line-height: 100%;
}

.prgrs-dgt{
    font-size: 60px;
    font-weight: bold;
    padding: 0 13px;
}

.prgrs-dmnsn{
    line-height: 21px;
    width: 125px;
    display: inline-block;
    vertical-align: 20%;
}

.txt-18{
    font-size: 18px;
}

.company-mod{
    padding-top: 10px;
}

.abt-330{
    width: 330px;
    /*float: left;*/
}

.abt-330.left{
    margin: 0 90px 0 0;
}

.abt-330.center{
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 90px 0 0;
}

.abt-660{
    width: 660px;
}

.why-row .img-box{
    height: 115px;
    text-align: left;
}

.why-row .txt-cntr{
    text-align: center;
}

.why-row p{
    margin: 10px 0 0 0;
}

.why-mod h2{
    margin: 0 0 45px 0;
}

.circuit-mod{
    padding-bottom: 40px;
    background: #E8E7E3;
}

.thermo-mod .img-box{
    padding: 10px 0 0 0;
}

.img-lst{
    padding: 0;
    margin: 0;
}

.img-lst ul{
    padding: 10px 0 0 10px;
    margin: 0;
}

.img-lst li{
    float: left;
    list-style: none;
    margin: 0 7px 10px 0;
}

.thermo-blck{
    width: 50%;
    float: left;
}

.thermo-blck>img{
    float: left;
}

.thermo-blck-in{
    padding: 0 20px 0 125px;
}

.thermo-blck-in ul{
    padding: 0;
    margin: 0;
}

.thermo-blck-in .ttl-15{
    margin: 5px 0 15px 0;
}

.thermo-blck-in ul li{
    list-style: none;
    margin: 8px 0 0 0;
}

.thermo-advnt-row{
    margin: 25px 0 25px 0;
}

.thermo-img{
    margin: 0 0 45px 0;
}

.comps-blck{
    margin: 0 0 45px 0;
}

.comps-blck .ttl-15{
    margin: 0 0 15px 0;
    line-height: 21px;
}

.comps-hldr{
    float: right;
    width: 255px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.thermo-shm{
    padding: 25px 0 0 0;
}


.txt-72{
    font-size: 72px;
}

.nois-prsnt .txt-72{
    padding: 0 15px 0 0;
    font-size: 72px;
    color: #32c0c4;
    display: inline-block;
    float: left;
}

.nois-prsnt .ttl-15{
    float: left;
    display: inline-block;
    width: 305px;
    margin: 33px 0 0 0;
}

.nois-prsnt{
    margin: -15px 0 25px 0;
}

.advntg-lst{
    padding: 0;
    margin: 0;
}

.advntg-lst li{
    margin: 30px 0 0 0;
    list-style: none;
    float: left;
    width: 230px;
}

.advntg-lst li img{
    float: left;
}

.advntg-lst li > span{
    display: block;
    padding:  5px 25px 0 55px;
    color: #786c58;
    font-size: 12px;
}

.inflc{
    width: 765px;
    float: left;
    text-align: center;
    position: relative;
}

.inflc figcaption{
    display: block;
    font-size: 20px;
    text-align: left;
    margin: 0 0 25px 0;
}

.img-ntc{
    position: absolute;
    bottom: -10px;
    left: 60px;
    width: 220px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.shm-inflc-mod{
    padding-bottom: 65px;
}

.sprt-blck{
    font-size: 20px;
}

.sprt-blck .phone-orng-ico{
    display: inline-block;
    margin: 0 0 0 25px;
}

.slct-dlvr-mod{
    padding-top: 0;
    padding-bottom: 2px;
}

.dlvr-img{
    margin: 0 0 0 -20px;
}

.dlvr-rht{
    padding: 30px 0 0 0;
}
/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important; /* change to right: -9999px on RTL sites */
}

/* custom select styles */
.select-area {

    background: #F04F23;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px #CB390E;
    border-bottom: 1px solid #D23B0F;
    border-right: 1px solid #D23B0F;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    position: relative;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    float: left;
}
/*.select-focus {
    border-color: #f00;
}*/


.select-area .center {
    padding: 0 40px 0 15px;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  font-weight:bold;
}
.select-disabled {
    background: #eee;
}
.select-area .select-opener {
    top: 0;
    right: 0;
    position: absolute;
    /*background: #ffffff;*/
    background: url("../images/sprt_orng_bg.jpg") left top repeat-y;
    float: right;
    height: 33px;
    width: 38px;
    text-decoration: none;
}

.select-area .select-opener:after{
    content: '';
    background: url("../images/icons.png") -61px top no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
    width: 13px;
    height: 9px;
    position: absolute;
}


.select-options {
    z-index: 10;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    background: #fff;
}

.select-options .drop-holder {
    
    overflow: hidden;
    height: 1%;
}
.select-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.select-options ul li {
    width: 100%;
    float: left;
}
.select-options ul a {
    text-decoration: none;
    padding: 15px 15px;
    display: block;
    color: #000;
    height: 1%;
    font-size: 16px;
    cursor: pointer;
}
.select-options .item-selected a,
.select-options a:hover {
    text-decoration: none;
    background: #E3E4DF;
    color: #000;
}

.dlvr-form select{
    width: 180px;
}

.dlvr-sel .select-area{
    float: left;
}

.dlvr-sel{
    margin: 0 0 25px 0;
}

.dlvr-sel label{
    font-size: 15px;
    float: left;
    margin: 8px 0 0 18px;
    font-weight: bold;
}

.dlvr-form{
    margin: 40px 0 0 0;
}

.dlvr-prc{
    margin: 80px 0 0 0;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 20px;
}

.fnt-24{
    font-size: 24px;
}

.dlvr-prc .fnt-24{
    padding: 0 0 0 18px;
    color: #464035;
}

.dlvr-prc .fnt-24 .rubl{
    margin: 0 0 0 7px;
}

.rgn-bld{
    margin: 0 0 35px 0;
}

.optn-bldng-blck{
    float: left;
    width: 50%;
}

.optn-bldng-blck img{
    float: left;
}

.optn-bldng-hdr{
    padding: 15px 10px 0 90px;
}

.optn-bldng-hdr h2{
    margin: 0 0 15px 0;
}

.optn-bldng-hdr ul{
    padding: 0;
    margin: 0;
}

.optn-bldng-hdr ul li{
    list-style: none;
    color: #786c58;
}

.optn-bldng-row{
    margin: 10px 0 0 0;
}

.more{
    margin: 30px 0 0 0;
    margin: 30px 0 0 0;
}

.effic{
    display: inline-block;
    float: left;
    font-size: 42px;
    color: #f55a3b;
    font-weight: bold;
    line-height: 75%;
}

.effic-txt{
    display: block;
    padding: 0 0 0 65px;
    color: #786c58;
}

.finish-itm > img{
    float: left;
    margin: 0 0 0 15px;
}

.finish-inf{
    padding: 15px 100px 0 200px;
}

.finish-lst{
    padding: 1px 0 0 0;
    margin: 0;
}

.finish-itm{
    margin: 25px 0 25px 0;
}

.mtrl-blck.lft-275{
    width: 275px;
}

.mtrl-blck.lft-285{
    width: 285px;
}

.term-mod{
    padding-top: 10px;
}

.term-mod-in{
    position: relative;
    padding: 0 310px 0 0;
}

.calc-gry-ico{
    position: relative;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #786c58;
}

.term-mod .calc-gry-ico{
    position: absolute;
    right: 0;
    bottom: 0;
}

.set-house{
    background: url("../images/panel_ico.png") left top no-repeat;
    padding: 16px 0 0 80px;
}

.set-instll-house{
    background: url("../images/house_ico.png") left top no-repeat;
    padding: 16px 0 0 80px;
}

.txt-24{
    font-size: 24px;
}

.set-instll-lst{
    margin: 30px 0 0 0;
}

.invtn-mod{
    padding: 20px 0;
}

.tech-lst-ln .tech-itm{
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/***AJAX FORM***/

.ajax_form_container, .ajax_form_container2{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.ajax_form_container .bg,
.ajax_form_container2 .bg,
.send_status .bg{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none repeat scroll 0 0 #fff;
    opacity: 0.7;
}
.ajax_form_container .form_wrapper,
.ajax_form_container2 .form_wrapper{
    width: 740px;
    height: 550px;
    margin-left: -370px;
    position: absolute;
    top: 100px;
    left: 50%;
    background: none repeat scroll 0 0 #efefef;
    border-radius: 6px;
    border: 1px solid #eae9e8;
}
.ajax_form_container .ajax-form,
.ajax_form_container2 .ajax-form{
    padding: 50px;
}
.ajax_form_container h3, .send_status h3,
.ajax_form_container2 h3, .send_status h3 {
    color: #474136;
font-size: 28px;
}
.ajax_form_container .close,
.ajax_form_container2 .close,
.send_status .close{
    background: url("../images/ajax_form_close.png") center center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor:pointer;
}
.ajax_form_container .left_block,
.ajax_form_container2 .left_block{

    margin-bottom: 40px;
}
.ajax_form_container .right_block,
.ajax_form_container2 .right_block{

    margin-bottom: 40px;
}
.ajax_form_container .left_block .in_wrap,
.ajax_form_container .right_block .in_wrap,
.ajax_form_container2 .left_block .in_wrap,
.ajax_form_container2 .right_block .in_wrap{
    position: relative;
float:left;
    width: 130px;
    height: 34px;
    margin: 8px;
}
.ajax_form_container .button_block,
.ajax_form_container2 .button_block{
    padding-top: 40px;
 
    text-align: center;
}
.purple_button, .red_button, .gray_button{
    position: relative;
    padding: 0 50px 0 20px;
    height: 34px;
    line-height: 34px;
    background: url("../images/right_arrow.png") 85% 50% no-repeat #ef4f23;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.input-wrap input{
    color: #fff;    
}


.red_button{
    position: absolute;
    width: 70px;
    height: 34px;
    padding: 0 20px 0 40px;
    background: url("../images/right_arrow.png") 15% 50% no-repeat #ef4f23;
}
.gray_button{
    background: #fff;
    -o-background: #333;    
    padding: 0;
}
.in_file{
    position: absolute;
    width: 130px;
    height: 34px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.right_block > p > .red_star{vertical-align: super;}
.red_star{color: #f00;}

.send_status{
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.send_message{
    width: 256px;
    margin-left: -142px;
    position: fixed;
    top: 250px;
    left: 50%;
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    border: 1px solid #eae9e8;
    padding: 30px 20px 20px 20px;
    text-align: center;
}
.long-input {
    width:220px;
}
.ajax-form .input-wrap {
  margin: 10px 0 10px 0;
  font-size: 12px;
}
.center {
    text-align:center;
}
.pdf-wrap {
    margin:0px 0px 20px 25px;
}





/*-----CONTENT SLIDER-----*/
.content_slider{
    width: 410px;
    height: 300px;
    overflow: hidden;
    white-space: nowrap;
}
.content_slider_wrapper{
    position: relative;
    height: 100%;
}
.content_slider_wrapper .content_slide{
    height: 300px;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.slide-winter-love {
    right:20px;
    top:58px;
    position:absolute;
}


.projct-mod-hdr {
    position:relative;
}
.aw-15-discount {
    position:absolute;
    right:0;
}
.aw-15-discount a {
    display:block;
    width:177px;
    height:39px;
    background:url('/images/aw-15-discount.png') left top no-repeat;
}

.prjct-sectn .action-block {
    padding:26px;
    background:#b3b2b1;
}

.prjct-sectn .action-block .link {
    float:left;
}
.prjct-sectn .action-block .text {
    /*float:left;*/
    margin:0px 0px 0px 210px;
    color:#fff;
  font-size:18px;
    line-height:1.2em;
}

.prjct-sectn .action-block .text-2 {
    font-size:12px;
}
.form_wrapper.elka-img {
/*  background-image:url(/images/aw-project2.png);
  background-repeat: no-repeat;
  background-position: 40px 30px;*/
}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width: 240px;
  color: #FFFFFF;
  background: #000000;
  height: auto;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  font-size: 75% !important;
  line-height: 1.2em !important;
  font-weight: normal !important;
  padding: 15px 10px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 213px;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: -200px;
  /*margin-left: -76px;*/
  z-index: 999;
}

.serv-itm-infr .block-1 {
    margin:6px 16px 8px 16px;
    float:left;
    height:100%;
}
.serv-itm-infr .block-2 {
    margin:0px 0px 0px 0px;
}
.clear-l {
    clear;left;
}
.serv-itm-infr .text-1 {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px
}
.hidden {
    display:none;
}

.serv-itm-infr{
    background: url("../images/shad_bg_gr.png") left top repeat;
    position: absolute;
    top: 145px;
    left: 0;
    height: 190px;
    width: 340px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    padding-right: 20px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.serv-itm:hover .serv-itm-infr{
    top: 0;
}

.serv-itm-infr p{
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.serv-ttl{
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.clmn-hldr{
    margin: 0 0 40px 0;
}

.sprt-cntn-mod.clmn-hldr{
    padding-top: 0;
    margin: 0;
}

.serv-about{
   padding-left: 60px;
}

.serv-cred{
    padding-left: 65px;
}

.serv-rdy{
    padding-left: 117px;
}

.serv-engnr{
    padding-left: 60px;
}

.serv-dlvr{
    padding-left: 93px;
}

.serv-strg{
    padding-left: 80px;
}


.serv-about .serv-ttl:after{
    width: 32px;
    height: 33px;
    left: -47px;
    margin-top: -16px;
    background-position: -90px -70px;
}

.serv-cred .serv-ttl:after{
    width: 32px;
    height: 25px;
    left: -51px;
    margin-top: -12px;
    background-position: -125px -70px;
}

.serv-rdy .serv-ttl:after{
    width: 89px;
    height: 38px;
    left: -105px;
    margin-top: -19px;
    background-position: -160px -70px;
}

.serv-engnr .serv-ttl:after{
    width: 25px;
    height: 30px;
    left: -45px;
    margin-top: -15px;
    background-position: -250px -70px;
}

.serv-dlvr .serv-ttl:after{
    width: 61px;
    height: 27px;
    left: -77px;
    margin-top: -14px;
    background-position: -280px -70px;
}

.serv-strg .serv-ttl:after{
    width: 39px;
    height: 26px;
    left: -60px;
    margin-top: -16px;
    background-position: -345px -70px;
}

.more-serv{
    text-align: center  ;
}
.is-sub-map > a span:after{
    content: '';
  background: none!important;
}

.ftr-hdr{
    padding: 30px 20px 0 20px;
    color: #ffffff;
    background: #8e7b6d;
}

.ftr-lft{
    float: left;
    width: 400px;
    padding-right: 15px;
}

.ftr-mnu-220,
.ftr-mnu-225,
.ftr-mnu-260,
.ftr-mnu-175{
    float: left;
}

.ftr-mnu-220{
    width: 220px;
}

.ftr-mnu-225{
    width: 225px;
}

.ftr-mnu-260{
    width: 260px;
}

.ftr-mnu-175{
    width: 175px;
}

.ftr-cntct .ttl-14{
    font-weight: bold;
    margin: 0 0 20px 0;
}
.sstm-calc-mod h2 {
    margin: 25px 0 25px 0;
}
.engnr-mod ul {
    
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
}
.ttl-25{
    font-size: 25px;
    display: block;
}

.ttl-15{
    font-size: 15px;
    display: block;
    text-align: left;
}

.ttl-14{
    font-size: 14px;
    display: block;
}

.ttl-13{
    font-size: 13px;
    display: block;
}

.lft-sd-mod p{
    margin: 10px 0 10px 0;
    font-size: 12px;
    text-align: left;
}
.lft-sd-mod ul {
    text-align: left;
}
.ml20px {
    margin-left: 20px;
}
.lft-153 {
    float: left;
    width: 154px;
}
/***why mod***/

.why-row .img-box{
    height: 115px;
    text-align: left;
}

.why-row .txt-cntr{
    text-align: center;
}

.why-row p{
    margin: 10px 0 0 0;
}


.why-mod_wrapper{
    float: left;
    margin-bottom: 40px;
}
.why-mod h2{
    margin: 0 0 45px 0;
}
.why-mod_img{
    width: 86px;
    height: 86px;
    position: relative;
    
    margin-bottom: 20px;
    left: -10px;
}
.why-mod_img_1{background-position: 1px 0;}
.why-mod_img_2{background-position: -85px 1px;}
.why-mod_img_3{background-position: -171px 1px;}
.why-mod_img_4{background-position: -258px 1px;}

.why-mod-margins{
    margin: 10px 25px 15px 10px;
}

.red_phone{
    margin-top: 45px;
}
.red_phone span{
    font-size: 20px;
    padding-left: 35px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-top: 20px;
}
.red_phone span:before{
    content: url(../images/red_phone.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 24px;
}
.why-row p.address{
    margin-top: 30px;
    line-height: 30px;
}
/***---MAP---***/
#cont_map{
    margin: 20px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 422px;
    height: 422px;
}







.circuit-mod{
    padding-bottom: 40px;
    padding-top: 40px;
    background: #E8E7E3;
}

.thermo-mod .img-box{
    padding: 10px 0 0 0;
}

.img-lst{
    padding: 0;
    margin: 0;
}

.img-lst ul{
    padding: 0;
    margin: 0;
}

.img-lst li{
    float: left;
    list-style: none;
    margin: 0 7px 10px 0;
}

.thermo-blck{
    width: 50%;
    float: left;
}

.thermo-blck>img{
    float: left;
}

.thermo-blck-in{
    padding: 20px 20px 0 125px;
}

.thermo-blck-in ul{
    padding: 0;
    margin: 0;
}

.thermo-blck-in .ttl-15{
    margin: 5px 0 15px 0;
}

.thermo-blck-in ul li{
    list-style: none;
    margin: 8px 0 0 0;
}

.thermo-advnt-row{
    margin: 25px 0 25px 0;
}

.thermo-img{
    margin: 0 0 45px 0;
}
.thermo-img-desc{
    padding-left: 30px;
}
.comps-blck{
    margin: 0 0 45px 0;
}

.comps-blck .ttl-15{
    margin: 0 0 15px 0;
    line-height: 21px;
}

.comps-hldr{
    float: right;
    text-align: left;
    width: 255px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.thermo-shm{
    padding: 25px 0 0 0;
}
.freq-cmnt {
    float: left;
padding:0;
    padding-right: 10px;
}

.wht-txt, .wht-txt p, .wht-txt div {
    color: #ffffff;
}
.cmnt-ico a, .video-ico a {
    padding: 0 0 0 35px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.video-ico:after {
    margin-top: -2px;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url("../images/youtube.png") no-repeat;
    content: '';
}
.rht-240{
    float: right;
    width: 240px;
}
.rht-250{
    float: right;
    width: 250px;
}
.rht-260{
    float: right;
    width: 260px;
}

.rht-265{
    float: right;
    width: 265px;
}

.rht-300{
    float: right;
    width: 300px;
}

.rht-365{
    float: right;
    width: 365px;
}
.rht-500{
    float: right;
    width: 500px;
}
.rht-510{
    float: right;
    width: 510px;
}

.rht-520{
    float: right;
    width: 520px;
}

.rht-540{
    float: right;
    width: 540px;
}
.rht-570{
    float: right;
    width: 570px;
}

.rht-610{
    float: right;
    width: 610px;
}

.rht-645{
    float: right;
    width: 645px;
}

.rht-700{
    float: right;
    width: 700px;
}

.rht-800{
    float: right;
    width: 800px;
}

.lft-153{
    float: left;
    width: 154px;
}

.lft-250{
    float: left;
    width: 250px;
}

.lft-275{
    float: left;
    width: 275px;
}

.lft-260{
    float: left;
    width: 260px;
}

.lft-285{
    float: left;
    width: 285px;
}

.lft-300{
    float: left;
    width: 300px;
}

.lft-340{
    float: left;
    width: 340px;   
}

.lft-380{
    float: left;
    width: 380px;
}

.lft-410{
    float: left;
    width: 410px;
}

.lft-430{
    float: left;
    width: 430px;
}
.lft-450{
    float: left;
    width: 450px;
}

.lft-520{
    float: left;
    width: 520px;
}

.lft-540{
    float: left;
    width: 540px;
}
.lft-570{
    float: left;
    width: 570px;
}
.lft-645{
    float: left;
    width: 645px;
}
.lft-725{
    float: left;
    width: 725px;
}

.lft-760{
    float: left;
    width: 760px;
}

.lft-780{
    float: left;
    width: 780px;
}

.lft-793{
    float: left;
    width: 793px;
}

.lft-800{
    width: 800px;
    float: left;
}

.prsntn-mod{
    background-color: #E8E7E3;
    padding-top: 60px;
    padding-bottom: 60px;
}
.control-mod{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cntrl-blck{
    float: left;
    width: 50%;
    margin-top: 20px;
}
.cntrl-desc{
    margin-top: -20px;
}
.cntrl-desc .ttl-20{
    margin: 40px 0 30px 0;
}
.lft-sd-mod{
    color: #474136;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0 0 20px 0;
    
}
.lft-sd-mod.special{
    padding: 30px;
}
.lft-sd-mod_black{
    color: #fff;
    background: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0 0 20px 0;
    text-align: center;
}

.lft-sd-mod_wrapper{
    margin-bottom: 20px;
}

.fltr-ttl{
    display: block;
    font-size: 15px;
    color: #474136;
    margin: 0 0 7px 0;
}
.calc_profit_wrap{

}
.calc_profit{
    padding-top: 30px;
    position: relative;
}
.calc_profit form{
    width: 200px;
}
.calc_profit .ttl-24, .calc_profit .ttl-20{
    display: inline;
    line-height: 23px;
}
.calc_profit .ttl-24{
    font-weight: bold;
}

.sstm-calc-mod{
    background-color: #e8e7e3;
}

.dsgn-mod{
    padding-top: 0;
}

.ordr-dsgn{
    /*margin-top: -22px;*/
    width: 230px;
    float: right;
}
.ordr-dsgn .doc-ico:before{left: 17px;}
.ordr-dsgn .rht-arr-ico:after{left: 186px;}
.ordr-dsgn .btn-48.rht-arr-ico.doc-ico{
    padding: 0 50px 0 60px;
}

.ordr-dsgn .ttl-13{
    margin: 0 0 12px 0;
    color: #786c58;
}

.dsgn-mod-hdr h1{
    margin: 5px 0 0 0;
    float: left;
}
/*CARD*/
.card{
    width: 261px;
    float: right;
    text-align: left;
    float: left;
    margin: 20px 49px 0 0;
}
.card .ttl-15{
    margin-top: 30px;   
}
.grnt-num, .not-crtf{
    padding: 30px 0 0 0;
}
.grnt-num h3, .not-crtf h3{
    margin: 0 0 40px 0;
}


.grnt-num .indfcnt-num{
    margin: 0 0 65px 0;
}

.crtf-inf .ttl-15{
    margin: 0 0 17px 0;
}

.crtf-inf p{
    margin: 5px 0 5px 0;
}

.not-crtf, .crtf-term{
    margin: 0 40px 0 0;
}

.not-crtf .phone-orng-ico{
    margin: 20px 0 0 0;
}

/*FEATURE_LIST*/

.feature_list{
    background: #e9e7e4!important;
}
.feature{
    width: 20%;
    margin: 0 2.5%;
    float: left;
}
.img-feature-1,
.img-feature-2,
.img-feature-3,
.img-feature-4{
    width: 120px;
    height: 120px;
    background: url(../images/feature.png);
    margin-bottom: 20px;
}
.img-feature-1{background-position: 0 0;}
.img-feature-2{background-position: -120px 0;}
.img-feature-3{background-position: -240px 0;}
.img-feature-4{background-position: -360px 0;}

/*descript*/

.description_panel{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    color: #000;
}
.description_panel_main{
    padding-left: 120px;
    margin-bottom: 50px;
    margin-top: 30px;
    width: 300px;
}
.description_panel_main:before{
    content: '';
    background: url(../images/descr_icon.png);
    width: 90px;
    height: 90px;
    left: 20px;
    top: -20px;
    position: absolute;
}
.decription_image{margin-bottom: 20px;}

.description_kromka,
.description_brus,
.description_uteplitel,
.description_osb_list{
    padding-left: 25px;
}
.description_kromka{}
.description_brus{}
.description_uteplitel{}
.description_osab_list{}

.description_kromka:before,
.description_brus:before,
.description_uteplitel:before,
.description_osb_list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/desc_panel_icon_rounds.png) no-repeat;
    width: 16px;
    height: 16px;
}
.description_kromka:before{background-position: 0 0;}
.description_brus:before{background-position: -16px 0;}
.description_uteplitel:before{background-position: -32px 0;}
.description_osb_list:before{background-position: -48px 0;}


/*Sort_panel*/

.sort_panel_wrapper{
    margin: 40px 0 10px -41px;
}

.sort_panel{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.sort_img{
    background: url(../images/description_panel_big_rounds.png) no-repeat;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.sort_img_1{background-position: 0 -48px;}
.sort_img_2{background-position: -48px -48px;}
.sort_img_3{background-position: -96px -48px;}
.sort_img_4{background-position: -144px -48px;}
.sort_img_5{background-position: -192px -48px;}
.sort_img_6{background-position: -240px -48px;}
.sort_img_7{background-position: -288px -48px;}

.sort_panel.active .sort_img_1{background-position: 0 0;}
.sort_panel.active .sort_img_2{background-position: -48px 0;}
.sort_panel.active .sort_img_3{background-position: -96px 0;}
.sort_panel.active .sort_img_4{background-position: -144px 0;}
.sort_panel.active .sort_img_5{background-position: -192px 0;}
.sort_panel.active .sort_img_6{background-position: -240px 0;}
.sort_panel.active .sort_img_7{background-position: -288px 0;}

.panel_desc{
    width: 150px;
}

.sort_link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sort_description{display: none;}
.sort_description.active{display: block;}
/*Finish_options*/
.finish_h2{
    margin: 30px 0 0 0;
}
.finish_options{
    margin-bottom: 50px;
}
.finish_option{
    width: 33%;
    float: left;
    position: relative;
}
.finish_description{
    position: absolute;
    left: 180px;
    top: 0;
    width: 169px;
}
.finish_button{
    margin-top: 18px;
}

.commrce-mod{
    padding-top: 0;
}

.commrce-mod h1{
    margin-top: 10px;
}
.commrce-mod-list{
    margin-top: 80px;
}

.comrc-lst{
    padding: 0;
    margin: 0;
}

.comrc-lst li{
    list-style: none;
    font-size: 25px;
    margin: 0 0 8px 0;
}

.tech-bas-mod{
    background-color: #E8E7E3;
    position: relative;
}
.tech-bas-mod .rht-410{
    background-color: #e0ddd8;
    margin: -20px -30px;
    margin-bottom: -18px;
    padding: 0 30px 72px 40px;
}
.tech-bas-mod-linkSIP{
    position: absolute;
    bottom: 20px;
}

.tech-bas-mod h1{
    margin: 0 0 30px 0;
    font-weight: normal;
}

.sip-img{
    float: left;
    margin: 30px 45px 30px 45px;
}

.tech-bas-blck{
    margin: 0 0 25px 0;
}

.tech-bas-blck p{
    margin: 20px 0;
}

.tech-bas-blck .ttl-15{
    margin: 35px 0;
}
.enrg-efcn-mod .brwn-btn{
    left: 182px;
    background: #666;
    width: 210px;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-top: 5px;
}
.enrg-efcn-mod .book-wht-ico{
    position: relative;
    text-align: left;
    color: #d8d8d8;
    margin: 0;
    padding-left: 60px;
}
.enrg-efcn-mod .book-wht-ico:after{
    left: 0;
}
.enrg-efcn-mod .lft-arr-ico{
    position: relative;
    background: url("../images/look_at_map_ico.png") 15px 10px no-repeat #ee2e24;
}

.fnt-18{
    font-size: 18px;
}

.orng-txt{
    color: #f04f23;
    text-decoration: none;
}

.metal-img{
    margin: 0 0 53px 0;
}

.metal-img figcaption,
.wood-img figcaption{
        position: relative;
    font-size: 15px;
    display: block;
    text-align: left;
    font-weight: bold;
    color: #474136;
    margin: 80px 0 40px 0;
    left: 30px;
}
.metal-img span{
    text-align: left;
    color: #000;
    position: relative;
    font-size: 9px;
    left: 160px;
    top: -45px;
}

.wood-img figcaption{
    margin-top: 20px;
}

.wood-img a{
    display: inline-block;
    position: absolute;
    font-size: 15px;
    color: #f04f23;
    text-decoration: none;
    bottom: 10px;
    right: 37px;
    font-weight: bold;
}

.wood-img{
    display: inline-block;
    position: relative;
}

.crtft-mod{
    background-color: #E8E7E3;
}

.crtft-mod .sertf-blck{
    float: left;
    margin: 20px 40px 0 20px;
}
.date-wrap{
    width: 50%;
    float: left;
    margin: 20px 0;
}
.date-item{
    padding: 16px 0 0 80px;
    position: relative;
}
.date-img-1, .date-img-2, .date-img-3{
    background: url("../images/date-icons.png") no-repeat;
    position: absolute;
    width: 62px;
    height: 61px;
    left: 0;
    top: 0;
}
.date-item .date-img-1{background-position: 0 0;;}
.date-item .date-img-2{background-position: -61px 0;}
.date-item .date-img-3{background-position: -123px 0;}

.complekt_wrap{
    margin-top: 80px;
}
.complekt{
    padding-left: 60px;
    line-height: 50px;
}
.com-1,.com-2,.com-3{
    position: relative;
}
.com-1:before,.com-2:before,.com-3:before{
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    left: 0;
    top: 0;
    background: url(../images/komplekt_ico.png) no-repeat;
}
.com-1:before{background-position: 0 0;}
.com-2:before{background-position: -50px 0;}
.com-3:before{background-position: -100px 0;}

.txt-24{
    font-size: 24px;
}

.set-instll-lst{
    margin: 30px 0 0 0;
}

.invtn-mod{
    padding: 20px 0;
}

.tech-lst-ln .tech-itm{
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* iv */
.h-space {
    padding-right: .2em;
}
.grey-tabs a {
    cursor:pointer;
}
.serv-itm-infr .block-1 {
    margin:6px 16px 8px 16px;
    float:left;
    height:100%;
}
.serv-itm-infr .block-2 {
    margin:0px 0px 0px 0px;
}
.clear-l {
    clear;left;
}
.serv-itm-infr .text-1 {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px
}
.hidden {
    display:none;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width: 240px;
  color: #FFFFFF;
  background: #000000;
  height: auto;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  font-size: 75% !important;
  line-height: 1.2em !important;
  font-weight: normal !important;
  padding: 15px 10px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 213px;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: -200px;
  /*margin-left: -76px;*/
  z-index: 999;
}
.proj-prc-mod .proj-prc a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.book-wht-ico:after {
    width: 41px;
    height: 45px;
    left: 12px;
    margin-top: -22px;
    background-position: -230px -145px;
}
.book-wht-ico{
    display: inline-block;
    padding: 0 20px 0 75px;
    height: 60px;
    margin: 0 0 25px 0;
}

.prjct-sectn .book-wht-ico{
    display: block;
}

.book-wht-ico .two-row-btn{
    height: 60px;
}
.brwn-btn,.gray-btn{
    display: inline-block;
    position: relative;
    padding: 0 15px 0 15px;
    height: 34px;
    line-height: 34px;
    background: #6c207f;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px #55443A;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}
.brwn-btn{
    display: inline-block;
    position: relative;
    padding: 0 15px 0 15px;
    height: 34px;
    line-height: 34px;
    background: #5D4C42;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px #55443A;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}

.brwn-btn-45{
    height: 45px;
    line-height: 45px;
}
.gray-btn{
    background: #666;
}
.brwn-btn-45{
    height: 45px;
    line-height: 45px;
}
.book-wht-ico{
    display: inline-block;
    padding: 0 20px 0 75px;
    height: 60px;
    margin: 0 0 25px 0;
}

.prjct-sectn .book-wht-ico{
    display: block;
}
.calc_delivery{
    margin: 0 0 20px 0;
    border: none;
    line-height: normal;
}
.calc_delivery a{
    position: relative;
    padding: 0 0 0 40px;
    color: #666;
    text-decoration: none;
}
.calc_delivery a:hover{
    color: #ee2e24;
}
.calc_delivery a:before,
.calc_profit_ico{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 16px;
    width: 13px;
    background: url(../images/calc_delivery.png) 0 0;
}
.calc_profit_ico{
    background-position: -13px 0;
    top: 33px;
    left: -23px;
}
.calc_delivery a:hover:before{
    background-position: -13px 0;
}

.prgct-dscrp{
    margin: 0 0 25px 0;
}

.prgct-dscrp h2{
    font-size: 20px;
    margin: 0;
    color: #000;
}

.prgct-dscrp p{
    margin: 20px 0 0 0;
    line-height: 18px;
}
.prgct-plans{
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
}
.cnfg-dsgn{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    background: #F9F7F8;
    background: -moz-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -webkit-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -o-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -khtml-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: -ms-linear-gradient(top, #F8F6F7, #F9F7F8);
    background: linear-gradient(top, #F8F6F7, #F9F7F8);
    -pie-background: linear-gradient(top, #F8F6F7, #F9F7F8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F6F7', endColorstr='#F9F7F8', GradientType=0);
    padding: 20px 50px 15px 30px;
    margin: 0 0 5px 0;
}


.chkd-wrap{
    background: #ffffff;
}

.cnfg-dsgn .chk-area{
    margin: 0 30px 0 0;
}

.cnfg-dsgn label{
    float: left;
    display: block;
    width: 480px;
    line-height: 17px;
}
.arr-ico{
    padding: 0 60px 0 20px;
}
.lft-sd-mod{
    color: #474136;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0 0 20px 0;
}
.smpl-lst a{
   
    color: #786c58;
}
.top-mnu .is-sub-hldr span {
 cursor:pointer; 
}
.it {
margin-right:10px;
}
.hdr .orng-btn {
    height: 27px;
line-height: 27px;
    margin-top: 3px;

}
.blaster {
display:none;
background: #5e4e44;
height:100%;
width:100%;
position:fixed;
z-index:99999999;
opacity: 0.95;
}
.top-mnu > li.is-sub-map:hover > a:after {
content: none;
}

.content-bnr p {
    margin: 30px 0 0 0;
    color: #5b4b41;
    font-size: 13px;
    line-height: 16px;
}
input[type="text"] {
 color:black!important; 
}