* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    text-align: left;
}

.strong{
    font-weight: bold;
}

.bordered img {
    border: 1px solid #B4D7F1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

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



html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

.hide {
    display: none;
}

body {
    position: relative;
    font: 75%/1.5 Arial, Tahoma, Verdana, Trebuchet MS, Sans-Serif;
    color: #333;
    background: #fff;
    letter-spacing: 0.001em;
    word-spacing: 0.001em;
}

div#paragraphFile {
    padding: 0.5em 10px 0.5em 28px;
    height: 26px;
    line-height: 26px;
}

div#paragraphFile a {
    font-size: 100%;
}

div#paragraphFile small {
    font-size: 90%;
    color: #bbb;
}

div.attach {
    background: url('/i/icons/default.gif') no-repeat left center;
}

div.pdf {
    background: url('/i/icons/pdf.gif') no-repeat left center;
}

div.word {
    background: url('/i/icons/word.gif') no-repeat left center;
}

div.excel {
    background: url('/i/icons/excel.gif') no-repeat left center;
}

div.zip {
    background: url('/i/icons/zip.gif') no-repeat left center;
}
/*.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}*/

#mainImage {
    height: 412px;
    position: relative;
    padding: 85px 0 0 280px;
    overflow: hidden;
    top: 495px;
    background: url("/i/main.jpg") no-repeat scroll 250px 90px
}

* html #mainImage {
    width: expression(this.width > 1300 ? "1300px": this.width);
}

#image {
    height: 372px;
    /*width: 843px;
  float: left;
  background: url(/i/main.jpg) no-repeat; */
    
    position: relative;
}

#balloonWrap {
    position: absolute;
    top: 172px;
    left: 427px;
    display: block;
    padding: 10px 20px;
    background: #fff;
}

#balloonArrow {
    width: 186px;
    height: 46px;
    position: absolute;
    top: 128px;
    left: 430px;
    background: url(/i/arrow.png) no-repeat;
}

* html #balloonArrow {
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='image', src='/i/arrow.png');
}

#wrap, .wrap {
    max-width: 1300px;
    min-width: 990px;
    width: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    
    min-height: 100%;
    /*  top: 0;
  left: 0;*/
    /*overflow-x: hidden;*/
    /*position: relative;
  z-index: 1;*/
}
/*.homePage {margin-top: -497px;}*/

.homePage {
    /*background:url("/i/main.jpg") no-repeat scroll 250px 90px */
}

.hh_banner {
    padding-left: 35px;
    margin: 130px 0 30px 0;
    float: left;
}

.hh_banner .banner_imageLink {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border: 1px solid #ccc;
}

.aside_banner {
    margin: 30px 0 10px 0;
}

* html #wrap {
    height: 100%;
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 800) ? '800px': ((document.body.clientWidth > 1300) ? '1300px': '100%'));
}

#head {
    position: relative !important;
    margin: 20px 3% 25px 3%;
}



.head_container_inner{
    display: flex;
    justify-content:space-between;
}

#head.fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}

#head.fixed .head_container {
    max-width: 1300px;
    min-height: 100%;
    min-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#head.fixed .head_container .head_container_inner {
    margin: 0 3% 0 3%;
    padding: 5px 0;
    position: relative;
}

#head.fixed .head_container .head_container_inner #rightTop{
    padding-top: 15px !important;
}

#topPhones {
    float: right;
    flex-shrink: 0;

    /*  right: 10px;*/
    
    text-align: right;
}

#topPhones.hasPhotos {
    left: auto;
    /*position: absolute;*/
    top: 10px;
    right: 10px;
    text-align: right;
}

* html #topPhones {
    right: 250px;
}

#topPhones h2 {
    font-size: 2em;
}

#topPhones small {
    font-size: 0.6em;
    font-weight: bold;
}

#topPhones a {
    color: #333 !important;
    font-size: 0.92em !important;
}

#topPhones a:hover {
    color: #999999 !important;
}

#topMenuWrap {
    background: #2679b7;
    min-width: 540px;
    margin: 0 0 0 3px;
    overflow: hidden;
    display: inline-block;
}

* html #topMenuWrap {
    /**/
}

#topMenuWrap ul {
    list-style: none;
    margin: 0 10px;
    padding: 5px;
}

* html #topMenuWrap ul {
    margin: 0 !important;
}

#topMenuWrap ul li {
    font-size: 14px;
    float: left;
    margin: 0 0 0 10px;
    color: #103551;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#topMenuWrap ul li:first-child{
    margin-left: 0;
}

#topMenuWrap ul li div {
    float: left;
    padding: 0 10px;
    margin: 0;
}

#topMenuWrap .h-menu__item--current{
    background: #fff;
    color: #2679b7;
}

.h-menu::after{
    display: table;
    clear:both;
    content: '';
}

#topMenuWrap ul li a {
    color: #fff !important;
}

#topMenuWrap ul li a:hover {
    color: #fff !important;
}

#logoWrap {
    width: 200px;
    float: left;
}

#rightTop {
    margin: 0 !important;
    padding: 0 15px !important;
    float: left;
    flex-shrink: 2;
    flex-grow:1;
}

#main {
    padding: 0 !important;
    margin: 0 3% 50px 3%;
    position: relative;
    
}

#leftInner {
    width: 200px;
    /*  float: left;*/
    
    display: table-cell;
    vertical-align: top;
}

.menuWrap {
    padding: 15px 15px 45px 15px;
    background: #e9f1f7;
}

.menuWrap .heading4 {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
}

.menuWrap ul {
    list-style: none;
    margin: 5px 0 25px 0;
}

.menuWrap ul li {
    font-family: Tahoma, Arial, Verdana;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.2em;
}

.menuWrap ul li div {
    padding: 0.3em 0 0.3em 25px;
}

.menuWrap ul li.listitem-special_price:nth-child(1) a {
    color: red
}

.menuWrap ul li div.cur {
    background: #2679b7;
}

.menuWrap ul li.listitem-provedal div {
    background: url(/i/cold.gif) 10px no-repeat;
    //position: relative; 
}

.menuWrap ul li.listitem-kbe div {
    background: url(/i/hot.gif) 10px no-repeat;
    //position: relative; 
}

.menuWrap ul li.listitem-provedal div.cur {
    background: #2679b7 url(/i/cold.gif) 10px no-repeat;
}

.menuWrap ul li.listitem-kbe div.cur {
    background: #2679b7 url(/i/hot.gif) 10px no-repeat;
}

.menuWrap ul li.listitem-provedal a {
    color: #3399cc !important;
}

.menuWrap ul li.listitem-kbe a {
    color: #e25e23 !important;
}

.menuWrap a {
    color: #333;
}

.menuWrap a:hover {
    color: #888 !important;
}

#rightInner {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    /*margin: 0 0 0 215px;*/
    /*padding: 0 0 100px 0;*/
    padding-top: 30px;
}

.with_photos {
    width: 100%;
}

.with_photos td:nth-child(2) .imgLeft{
    float: right !important;
}

.path h1 {
    font-size: 2.3em;
    font-weight: bold;
}

.path a {
    color: #333 !important;
}
/* Error 404 */

body.e404 {
    color: #333;
    background: #fff url(/i/error404back.jpg) 0 0 repeat-x;
    font-family: Arial, Tahoma;
}

body.e404 h1 {
    font-size: 6em;
    height: 1em;
    margin: 0 0 20px 0;
}

body.e404 h2 {
    font-size: 2.2em;
    height: 1em;
    margin: 0 0 20px 0;
}

body.e404 p {
    width: 300px;
}

body.e404 a {
    color: #3877ad;
    display: block;
    margin: 40px 0 0 0;
}

.error404Text {
    padding: 250px 0 0 90px;
    background: url(/i/error404balcon.jpg) top right no-repeat;
}

.error404balloon {
    position: absolute !important;
    top: 80px;
    right: 449px;
    background: #b4b4b4;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1em;
    padding: 15px 25px;
}

.error404arrow {
    width: 26px;
    height: 70px;
    background: url(/i/error404arrow.gif) no-repeat;
    position: absolute !important;
    top: 142px;
    right: 510px;
}

.rc10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.rc5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.imgTop {
    padding: 0.8em 0 0.5em 0;
}

div.imgLeft {
    float: left;
    padding: 0.5em 1em 0.8em 0;
}

div.imgRight {
    float: right;
    padding: 0.5em 0 0.8em 1em;
}

div.imgBottom {
    padding: 0.4em 0 0.8em 0;
    margin: 5px
}

img.borderImg {
    border: 1px solid #ccc;
    padding: 5px
}

#content p.caption {
    font-size: 100%;
    color: #444;
    font-style: italic;
    margin: 0.5em 0;
    padding: 0 !important;
    max-width: 200px;
    width: 100%;
}

.strongtext{
    font-weight: bold;
}

.fake-path{
    float: left;
    clear: both;
    margin-left: 242px;
    position: relative;
    top:25px;
}

footer{
    font-size: 14px;
    border-top:5px solid #2679B7;
}

footer a:link, footer a:visited{
    color:#2679B7;
}

.footer_menu li{
    margin-bottom: 5px;
    list-style-type: none;
}

.schedule{
    color:#111;
    font-size: 12px;
    font-weight: bold;
}

footer .phoneBlockHeader a:link, footer .phoneBlockHeader a:visited{
    color:#2679B7;
}

/* стили для плагина формы старт */

.form-manager-plugin .form-group{
    padding: 7px 0;
    clear: both;
    width: 100%;
    float: left;
}

[type=submit], .btn{
    cursor: pointer;
}

.form-manager-plugin .btn{
    display: inline-block;
    padding: 5px 10px;
    background-color: #5cb85c;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    -ms-opacity: .9;
    -o-opacity: .9;
    opacity: .9;
    border:1px solid transparent;
    line-height: 100%;
}

.form-manager-plugin .btn:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.btn.btn-primary{
    padding: 10px 10px 7px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.form-manager-plugin label{
    display: block;
    margin-bottom: 3px;
    font-size: smaller;
    font-weight: bolder;
    font-size: small;
}

.form-manager-plugin .error-label{
    font-style: normal;
    color:red;
    font-size: 11px;
}

.form-manager-plugin .form-control.error{
    border-color: red;
}

.form-manager-plugin .form-control{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    font-size: 14px;
    padding: 5px 10px;

    border:1px solid #B4D7ED;
    font-family: inherit;
    width: 100%;
}


.form-manager-plugin .form-control:hover, .form-manager-plugin .form-control:focus{
    border-color: #65ADD9;
}

.form-manager-plugin textarea.form-control{
    padding: 10px;
}
.big-form .thanks_form{
    position: static !important;
    margin-left: auto !important;
    margin-top: auto !important;
    color:#333;
    width: 100%;
    text-align: left;
}

.big-form .thanks_form p strong span{
    font-size: 20px !important;
}

.big-form .thanks_form p{
    font-size: 16px;
}

.form_manager-form-message{
    margin-top: 15px;
    font-size: 130%;
}


.form-manager-progress-container{
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.05);
    height: 30px;
    margin: 15px 0;
}

.form-manager-progress-bar{
    background-color: #5CB85C;
    border:1px solid rgba(0,0,0,.08);
    height: 30px;
    width: 100% !important;
    line-height: 30px;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.form-manager-progress-percents{
    color:#fff;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
    text-indent: 5px;
}
/* стили для плагина формы енд */

@media screen and (max-width:1025px){

    .calc__bigScheme{
        margin-bottom: 15px;
    }
}

@media (max-width: 1175px) {
    img[src*='7566_754'] {
        width: 100% !important;
    }
}
