.product-header,
.page-product-body,
.page-product-options {
        width: 710px;
        float: left;
}
.page-product-image {
        width: 333px;
        display: block;
        margin-right: 20px;
        float: left;
        overflow: hidden;
        text-align: center;
}
.page-product-image img.photo_full {
        width: auto;
        height: 214px;
}
.docs {
      height: 53px;
}
.docs a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.docs a img {
position: relative;
top: 9px;
margin-right: 10px;
}
.docs .brand-icon {
    float: left;
    max-width: 80px;
    max-height: 28px;
    margin-top: 13px;
}
.docs .order-by-one-click {
    position: absolute;
    width: 345px;
    top: -20px;
    right: 0;
    color: #333;
}
.docs .order-by-one-click label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.docs .order-by-one-click button {
    background: #e8e8e8;
    border: 0;
    font-size: 16px;
    width: 143px;
    line-height: 33px;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.docs .order-by-one-click input {
    font-size: 14px;
    border: 1px solid #e8e8e8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 33px;
    padding: 0 10px;
    float: left;
}
.center_a {
     margin: 0px 23px; 
}
.page-product-icons {
        /*padding-top: 20px;*/
}
.product-icon {
        line-height: 16px;
        margin-bottom: 16px;
}
.product-icon img {
        margin-right: 10px;
        float: left;
}
.product-add-to-cart {
        width: 310px;
        float: right;
}
.node-product.node .product-add-to-cart {
  width: auto;
  float: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-add-to-cart .add-to-cart {
        float: right;
}
.product-add-to-cart .page-product-price {
        float: left;
}
.product-add-to-cart .page-product-sellprice {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        float: left;
        margin-right: 15px;
        line-height: 28px;
}
.product-add-to-cart .page-product-costprice {
        line-height: 28px;
        float: left;
        text-decoration: line-through;
}

/* 24.11.18 */
.product-add-to-cart .page-product-ask-price button, .product-list-price .page-product-ask-price button {
	width:330px;
	height:39px;
	background:#f23f35;
	color:#fff;
	border-radius:5px;
	border:2px solid #f23f35;
	font-size: 16px;
	cursor:pointer;
}
.product-add-to-cart .page-product-ask-price button:hover, .product-list-price .page-product-ask-price button:hover {
	background:#fff;
	color:#f23f35;
}
.product-list-price .page-product-ask-price button {
	height:30px;
	width:200px;
	float:right;
}

.form-submit.node-add-to-cart,
#cart-form-buttons .form-submit,
#cart-form-products td.remove .form-submit,
#checkout-form-bottom .form-submit {
    /*
        border: 1px solid #2981B9 !important;
        padding: 5px 11px 5px 11px;
        height: 28px;
        border: none;
        text-decoration: none;
        color: white;
        text-align: center;
        cursor: pointer;
        background: #4CA1D7;
        background: -moz-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4CA1D7),color-stop(50%,#459BD1),color-stop(51%,#3D93CA),color-stop(75%,#338AC1),color-stop(100%,#2B83BA));
        background: -webkit-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -o-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -ms-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        */
    padding: 5px 11px 5px 11px;
  height: 28px;
  border: none;
  text-decoration: none;
  color: white;
  text-align: center;
  cursor: pointer;
  background: #4CA1D7;
  outline: none;
  border: none;
}
.form-submit.node-add-to-cart:hover,
#cart-form-buttons .form-submit:hover,
#cart-form-products td.remove .form-submit:hover,
#checkout-form-bottom .form-submit:hover {
    /*
        border: 1px solid #2981B9 !important;
        height: 28px;
        border: none;
        text-decoration: none;
        color: white;
        text-align: center;
        cursor: pointer;
        background: #4CA1D7;
        background: -moz-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4CA1D7),color-stop(50%,#459BD1),color-stop(51%,#3D93CA),color-stop(75%,#338AC1),color-stop(100%,#2B83BA));
        background: -webkit-linear-gradient(top,rgb(159, 209, 241) 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -o-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: -ms-linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        background: linear-gradient(top,#4CA1D7 0%,#459BD1 50%,#3D93CA 51%,#338AC1 75%,#2B83BA 100%);
        */
}

.page-product-delivery {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #e1eaef;
        width: 680px;
        padding: 15px;
        color: #59646d;
}
.page-product-delivery .delivery-left {
        float: left;
        width: 320px;
        margin-right: 40px;
}
.page-product-delivery .delivery-right {
        float: left;
        width: 320px;
}
.node-product h1.title {
        margin: 0;
        border-bottom: none;
        font-size: 18px;
        line-height: 22px;
}
.page-product-delivery h1.title {
        background: url(../img/ico-help.png) 100% 0 no-repeat;
        padding-right: 15px;
}
.page-product-delivery li {
        float: left;
        clear: both;
}
.page-product-options {
        margin-bottom: 20px;
        margin-top: 10px;
}
.page-product-options table {
        width: 710px !important;
        border: none;
}
.page-product-options table td {
        padding: 8px;
        border-bottom: 1px solid #cfd1d3;
}
.page-product-options table tr:first-child {
        background: #3990c7;
        line-height: 40px;
        color: #FFF;
        height: 40px;
}
.page-product-options table tr:first-child td {
        padding: 0 8px;
}
.page-product-options table tr:first-child td span,
.page-product-options table tr:first-child td {
        background: transparent !important;
        color: #FFF !important;
        font-weight: bold !important;
}

/* Catalogue */
.view-shop h2, .view-shields h2 {
margin-bottom: 5px !important;
border-bottom: none !important;
margin-top: 0 !important;
line-height: 20px !important;
font-family: arial !important;
}
.view-shop td {
        width: 222px;
        padding-right: 22px;
        vertical-align: top;
        padding-bottom: 36px;
}
.view-shields td {
        width: 222px;
padding-right: 14px;
vertical-align: top;
padding-bottom: 15px;
}
.view-shop h2 a, .view-shields h2 a {
        font-size: 14px;
}
.view-shields h2 {
    height: 60px;
    display: table;
    width: 100%;
}
.view-shields h2 a {
        font-size: 14px;
        color: #333;
        text-decoration: none;
        display: table-cell;
        background: #e8e8e8;
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        padding: 0 17px;
}
.view-shop .product-list-image, .view-shields .product-list-image {
        position: relative;
        width: 222px;
        height: 152px;
        border: 1px solid #D8D8D8;
}
.view-shields .product-list-image {
        height: 125px;
}
.view-shop .product-list-image a.imagecache-product_list, .view-shields a.imagecache-product_list {
        display: table-cell;
        width: 222px;
        text-align: center;
        height: 152px;
        vertical-align: middle;  
}
.view-shop .product-list-image a.imagecache-product_list img, .view-shields img {
        max-width: 100%;
        height: auto;
}
.view-shop .product-list-image span, .view-shields .product-list-image span {
        position: absolute;
        right: 0;
        bottom: 3px;
        padding: 2px 5px 2px 5px;
        background: #FFF;
        opacity: 0.8;
}
.view-shop .product-list-image span a, .view-shields .product-list-image span a {
        padding-right: 10px;
        background: url(../img/arrow.png) 100% 6px no-repeat;
}

.view-shop .product-list-desc, .view-shields .product-list-desc {
        color: #4c4c4c;
}
.view-shop .product-list-desc div, .view-shields .product-list-desc div {
        line-height: 12px;
        margin-top: 7px;
}
.view-shop .product-list-price, .view-shields .product-list-price {
        width: 222px;
        margin-top: 5px;
}
.view-shop .product-list-price .read-more, .view-shields .product-list-price .read-more {
        display: none;
}
.related-products .view-shop .product-list-price .add-to-cart, .view-shields .add-to-cart {
        display: none;
}
.related-products .view-shop .product-list-price .read-more, .view-shields .product-list-price .read-more {
        display: block;
        float: right;   
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
}
.view-shop .product-list-price .add-to-cart, .view-shields .product-list-price .add-to-cart {
        float: right;
}
.view-shop .product-list-price .uc-price-sell_price, .view-shields .product-list-price .uc-price-sell_price {
        float: left;
        font-weight: bold;
        line-height: 28px;
        font-size: 14px;
        color: #000;
}
.view-shop .old-price, .view-shields .old-price {
        float: left;
        margin-left: 10px;
        font-weight: bold;
        line-height: 26px;
        font-size: 12px;
        color: #000;
        text-decoration: line-through;
}
.view-shop .pager {
        text-align: center;
}
.view-shop .item-list .pager li {
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;        
        zoom: 1;
        *display: inline;
}
.view-shop .item-list .pager .pager-next,
.view-shop .item-list .pager .pager-last,
.view-shop .item-list .pager .pager-first,
.view-shop .item-list .pager .pager-previous {
        display: none;
}

/* Cart */
#cart-form-products {
        border: none;
}
#cart-form-products table {
        width: 709px;
}
#cart-form-products table th {
        background: #3990c7;
        color: #FFF;
        font-weight: bold;
        padding: 9px 11px;
        border: none;
}
#cart-form-products table th:last-child {
        border-right: 1px solid #3990c7;
}
#cart-form-products table th:first-child {
        color: #3990c7;
}
#cart-form-products table td {
        border-bottom: 1px solid #e6e6e6;
        background: transparent;
        padding: 9px 11px;
}
#cart-form-products table tr {
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
}
#cart-form-products td.desc a {
        font-size: 14px;
}
#cart-form-buttons,
#checkout-form-bottom {
        border: none;
        margin: .5em 0em;
        text-align: right;
}
#cart-form-products td.qty {
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        vertical-align: middle;
}
#cart-form-products td.price {
        border-right: 1px solid #e6e6e6;
        vertical-align: middle;
}
#cart-form-products td.price .uc-price {
        font-weight: bold;
        font-size: 14px;
}
#cart-form-products td.qty input {
       border: 1px solid #e6e6e6;
       text-align: center;
       width: 40px;
       padding: 4px;
}

/* Shop-Menu */
.shop-menu {
        left: -54px;
        float: left;
        clear: both;
        width: 1037px;
        height: 44px;
        background: url(../img/shop-top.png) 0 0 no-repeat;
        position: relative;
}
.shop-menu.cat-first-hover {background: url(../img/shop-top-left.png) 0 0 no-repeat;}
.shop-menu.cat-middle-hover {background: url(../img/shop-top-center.png) 0 0 no-repeat;}
.shop-menu.cat-last-hover {background: url(../img/shop-top-right.png) 0 0 no-repeat;}
.shop-menu a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        font-family: 'PT Sans Narrow', sans-serif;
        position: absolute;
        top: 11px;
        display: block;
}
.shop-menu a.cat-first {
        left: 320px;
}
.shop-menu a.cat-middle {
        left: 500px;
}
.shop-menu a.cat-last {
        left: 735px;
}

/* Header */
#header {
     height: 214px;
}
#calculator-currency-currency-form .selectbox .select {
        width: 110px;        
}
#calculator-currency-currency-form .selectbox .dropdown {
        width: 123px;
}
.contact-desc .exchange {
        position: absolute;
        top: 98px;
        margin-left: 13px;
        color: #000;
        font-size: 11px;
}

/* Cart Block */
.shop-cart {
       float: right;
}
.shop-cart h1 {
        float: left;
        height: 50px;
        display: block;
}
.shop-cart .shop-cart-inner {
        height: 50px;
}
.shop-cart #cart-block-contents .cart-block-items, 
.shop-cart .cart-block-view-cart.first,
.shop_menu .shop-cart .cart-block-summary-links,
.shop_menu .shop-cart .cart-block-summary-total label {
        display: none;
}
.shop_menu .cart-block-summary-items .num-items {
    display: block;
    width: 43px;
    height: 50px;
    background: #2981b9 url("../images/cart-icon.png") center center no-repeat;
    position: relative;
}
.shop_menu .cart-block-summary-items .num-items span {
    background: #fca67f;
    position: absolute;
    top: 9px; 
    left: 21px;
    color: #333333;
    font-size: 10px;
    border-radius: 5px;
    line-height: 12px;
    padding: 0 5px;
}
.shop_menu .cart-block-summary-total a, .shop_menu .cart-block-summary-total span {
    text-decoration: none;
    display: block;
    width: 100px;
    line-height: 50px;
    text-align: center;
    background: #c3e8f8;
    color: #333333;
    font-size: 12px;
}

/* Checkout */
#uc-cart-checkout-form input[type="text"] {
        width: 160px;
        height: 21px;
        outline: 0;
        border: 1px solid #ADADAD;
        box-shadow: inset 0px 0px 15px -5px #ADADAD;
        -moz-box-shadow: inset 0px 0px 15px -5px #ADADAD;
        -webkit-box-shadow: inset 0px 0px 15px -5px #ADADAD;
}
#uc-cart-checkout-form textarea {
        width: 100%;
        outline: 0;
        border: 1px solid #ADADAD;
        box-shadow: inset 0px 0px 15px -5px #ADADAD;
        -moz-box-shadow: inset 0px 0px 15px -5px #ADADAD;
        -webkit-box-shadow: inset 0px 0px 15px -5px #ADADAD;
}
#uc-cart-checkout-form legend {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
        margin-top: 10px;
        color: #2a80b9;
        display: inline-block;
}
#uc-cart-checkout-form legend a {
        text-decoration: none;
}
#uc-cart-checkout-form legend a {
        padding: 0;
        background: transparent;
        cursor: default;
}
.related-products h1 {
        font-size: 24px;
}

/* Front Products */
.front-products {
        display: block;
        position: relative;
          width: 100%;
        /*
        background: url(../img/shields-front-block.png) 0 0 no-repeat;
        */
}
.front-products .h1 { 
        font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  color: #333;
  border: 0;
  margin-bottom: 7px;
}
.shop-cart .h1 {
        font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    color: #2A80B9;
    line-height: 29px;        
    float: left;
    height: 50px;
    display: block;
}
.front-products h1 {
        padding: 5px;
        color: #FFF;
        margin: 8px;
}
.view-shopblock {

}
.view-shopblock td {
        width: 350px;
        padding-bottom: 20px;
}
.view-shopblock td h2 {
        font-size: 14px;
        margin-bottom: 8px;
}
.view-shopblock td .product-list-image {
        width: 170px;
        float: left;
}
.view-shopblock td .product-list-desc {
        float: left;
        width: 180px;
}
.view-shopblock td .product-list-price {
        width: 160px;
        margin-top: 8px;
}
.view-shopblock td .product-list-price .node-add-to-cart {
        float: right;
        padding: 0 10px;
        line-height: 22px;
        height: 22px
}
.view-shopblock td .product-list-price .uc-price-product {
        line-height: 22px;
        font-weight: bold;
}
.ubercart-throbber {
        display: none !important;
}
#checkout-form-bottom input[type="submit"]:disabled {
        display: none !important;
}
#checkout-form-bottom .ucSubmitOrderThrobberNoReview-processed:last-child {
        display: none !important;
}
.checkout-done-header {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 20px;
        line-height: 17px;
        margin-bottom: 12px;
        margin-top: 5px;
        color: #2a80b9;
}
.checkout-done {
        position: relative;
        top: 20px;
}
.view-shopblock .uc-price-product {
        float: left;
        display: block;
}
.view-shopblock .uc-price-product.uc-price-cost {
        text-decoration: line-through;
        margin-left: 10px;
        display: none;
}
td.remove {
        vertical-align: middle;
}
.shop_menu {
        background: #1c89f0;
        height: 50px;
        position: relative;
}
.shop_menu ul {
        position: relative;
        /* width: 815px; */
        float: left;
}
.shop_menu li {
        float: left;
        position: relative;
}
.shop_menu .wrapper > ul > li {
        height: 50px;
        display: table;
}

.shop_menu .wrapper > ul > li > a {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 0 8px;
        word-wrap: break-word;
        max-width: 117px;
        text-align: center;
}
.shop_menu li:hover a, 
.shop_menu li.active a {
        background: #3cbdf4;
}
.shop_menu .sub {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 1000;
        max-width: 248px;
        border: 1px solid #c3e8f8;
        background: #e1f2f9;
        padding: 15px 10px;
}
.shop_menu li:last-child .sub {
        right: 0px;
        left: auto;
}
.shop_menu li:hover .sub {
        display: block;
}
.shop_menu .sub ul {
    width: 248px;
}
.shop_menu .sub li {
    float: none;
    margin: 0;   
}
.shop_menu .sub li a {
        text-decoration: none;  
        background: transparent;
        display: block;
        padding: 5px 9px;
        margin-bottom: 1px;
        width: 229px;
        color: #333333;
        border-bottom: 1px solid #c3e8f8;
}
.shop_menu .sub li a:hover, .shop_menu .sub li.active a {
        background: #c3e8f8;
}
.sub_mark {
        background: url(../images/sub_mark.png) 0px 0px no-repeat;
        position: absolute;
        width: 13px;
        height: 7px;
        z-index: 400;
        top: 0px;
        left: 32px;
}
.shop_menu li:last-child .sub .sub_mark {
        left: 122px;
}
.fixed .shop_menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.fixed .shop_menu .wrapper > ul > li > a {
    font-size: 12px;
    white-space: nowrap;
    max-width: none;
}
.add-to-cart .form-item label {
        font-weight: 100;
}
.add-to-cart .form-item .form-text {
        outline: none;
        border: 1px solid #CCC;
        width: 76px;
}
.add-to-cart .form-item {
        margin-top: 0;
        margin-bottom: 4px;
}
.product_tabs .box {
        display: none;
}
.product_tabs .box.current {
        display: block;
}
.p_tabs {
        border-bottom: 1px solid #00a1e6;
        height: 26px;
        margin-top: 30px;
        margin-bottom: 12px;
        overflow: hidden;
        padding-top: 10px;
}
.node .p_tabs li {
        background: #e8e8e8;
        color: #333;
        padding: 10px 19px;
        margin: 0 5px;
        border-radius: 5px 5px 0px 0px;
        font-size: 14px;
        cursor: pointer;
}
.node .p_tabs li.current {
       background: #00a1e6;
       color: white;
}
.node .p_tabs li:first-child {
    margin-left: 0;
}
.node .p_tabs li:last-child {
    margin-right: 0;
    padding-left: 21px;
    padding-right: 22px;
}
.page-product-icons {
        float: left;
        width: 335px;
}
.page-product-icons table {
      width: 100%;
  margin-bottom: 25px;
}
.page-product-icons table tbody {
        border-top: none;
}
/*.page-product-icons table tr {
        border-bottom: 1px dotted #CCC;
}*/
.page-product-icons table tr td {
        vertical-align: middle;
        color: #000;
        padding: 4px 0px;
        width: 1%;
        font-size: 14px;
}
.page-product-icons table tr td:last-child {
        text-align: right;
}
a.faceted-search-clear {
background: url(../images/del.png) 0px 4px no-repeat;
width: 11px;
height: 19px;
display: inline-block;
text-indent: -9999px;
}
#param {
        width: 100%;
}
#param td {
color: #000;
border: none;
border-bottom: 1px dotted #CCC;
padding: 9px 13px;
}
#param tr td:last-child {
        text-align: right;
}
#param tbody {
        border-top: 0px;
}
#footer .mail, #footer #block-block-2 {
        float: left;
}

.thermostats .p13, .thermostats .p14 {
        display: none;
}
.faceted-search-current .slider-parametrs, .faceted-search-facet-active .slider-parametrs {
        display: none;
}
.faceted-search-current .price-text, .faceted-search-facet-active .price-text {
        display: inline-block !important;
}
.faceted-search-facet h3 {
        display: inline-block !important;
}
.slider-parametrs {
        margin-top: 5px;
}


.availability-block {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0;
}
.availability-block .availability-state {
    position: relative;
}
.availability-block .availability-state.in {
    color: #479700;
}
.availability-block .availability-state.in:before {
    position: absolute;
    content: " ";
    left: -27px;
    top: 0;
    width: 13px;
    height: 7px;
    border: 3px solid #479700;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-45deg);
}
.utp-blocks {
  float: left;
  width: 248px;
  margin-left: 28px;
}
.utp-blocks .utp-block {
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
.utp-blocks .utp-block p {
  font-size: 13px;
}
.utp-blocks .utp-block .utp-block-header {
  background-color: #f5f5f5;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.utp-block-header-content a {
  text-transform: uppercase;
  font-weight: 700;
  color: #245494;
  font-size: 14px;
}
.utp-block-header-icon {
    display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  padding-top: 5px;
}
.utp-block-header-content {
    display: inline-block;
  vertical-align: top;
}
.utp-title {
   text-transform: uppercase;
  font-weight: 700;
  color: #245494;
  font-size: 14px;
}
.utp-block-content {
  padding: 6px 22px;
}
.utp-hr {
  width: 100%;
  height: 10px;
  display: block;
}
.pr-label {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
}
.view-shop .views-row:hover .pr-label {
  position: absolute;
  left: -3px;
  top: -3px;
}
.sale.pr-label {
  background: url(../images/lb-action1.png) 0px 0px no-repeat;
  width: 115px;
  height: 64px;
}
.i18n-uk .sale.pr-label{
    background: url(../images/lb-action1-uk.png) 0px 0px no-repeat;
  width: 115px;
  height: 64px;
}
.new.pr-label {
  background: url(../images/lb-new1.png) 0px 0px no-repeat;
  width: 115px;
  height: 64px;
}
.top.pr-label {
  background: url(../images/lb-top1.png) 0px 0px no-repeat;
  width: 115px;
  height: 64px;
}

.consult-popup, .ask-price-popup {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 40%;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.52);
  padding: 25px 40px;
  text-align: center;
  font-size: 18px;
  width: 460px;
  line-height: 24px;
  margin-left: -230px;
  color: #00a0e6;
}
.ask-price-popup {
  top: 18%;
}
.consult-popup-header {
}
.consult-popup-header-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  color: #333;
}
.consult-popup-header-close {
  position: absolute;
  top: 0px;
  right: -50px;
  cursor: pointer;
}
.consult-popup-content p {
  line-height: 17px;
}
.consult-popup-content form, .consult-popup-content form {
    width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.consult-popup-content form .form-text, .consult-popup-content form .form-text, .ask-price-popup form textarea {
  border: 1px solid #ccc;
  padding: 9px 0px;
  text-indent: 8px;
  border-radius: 5px;
  width: 100%;
}
.consult-popup-content form .form-submit, .consult-popup-content form .form-submit {
  background: #4CA1D7;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 5px 18px;
  cursor: pointer;
}
.consult-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100%;
  display: none;
}
.ask-price-popup form #edit-name {
	height:auto;
}
.ask-price-popup form textarea {
	font-family:arial;
}
.ask-price-popup form .resizable-textarea {
	width:100%;
}
.ask-price-popup form .form-submit {
    background: #f23f35;
    color: #fff;
    border: 3px solid #f23f35;
}
.ask-price-popup form .form-submit:hover {
    color: #f23f35;
    background: #fff;
}
.form-alert {
	border: 2px solid #f23f35 !important;
}
#mob-menu-main{
    display: none !important;
}
.suitable {
  margin-top: 24px;
}
.suitable .suitable-icon {
  overflow: hidden;
}
.sale-label {
border: 3px solid #ff5649;
  padding: 8px 18px;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sale-label-title {
    color: #ff5649;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 11px;
}
.sale-label strong {
    font-weight: bold;
}
.la-mob{
	display: none !important;
}
.contacts-map {
  position: relative;
}
.map-contacts-info {
  background: url(../images/contacts-blank.png) 0px 0px no-repeat;
  position: absolute;
  bottom: 50px;
  z-index: 50;
  width: 237px;
  height: 267px;
  left: 0;
  padding-left: 54px;
  padding-right: 20px;
  color: #000;
  font-size: 14px;
}
.map-contacts-info p {
  color: #000;
  font-size: 14px;
}
.map-contacts-info h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  color: #1c89f0;
  line-height: 29px;
  margin-top: 36px;
  margin-bottom: 20px;
}
.map-contacts-info .phones {
  margin-top: 14px;
  margin-bottom: 21px;
}
#map {
  width: 100%;
  height: 474px;
}
div.tabs-expert {
    font-weight: 700;
  color: #000;
  font-size: 16px;
  margin: 8px 0px;
  display: block;
}
.h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  line-height: 29px;
  color: #333;
}
img{
    max-width: 100%;
    height: auto;
}
#content p img{
    max-width: 100%;
    height: auto !important;
}
.view-more-news .views-field-nothing h3,
.view-news-front .views-row h3{
    font-size: 14px !important;
    line-height: 18px !important;
}
.view-more-news .views-row{
    width: 50%;
    margin: 0 0 20px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news{
    margin-right: 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
#la-menu-triger{
    display: none;
}
.view-shields .product-list-image{
    z-index: 1;
}
.view-shields h2{
    position: relative;
    z-index: 3;
}
.la-message-none .messages.error{
    display: none;
}
.block.block-uc_cart .cart-block-summary-total{
    display: none;
}
#la-menu-cacl{
    float: right;
    margin-right: 10px;
}
#la-menu-cacl ul span{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 8px;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
    background: #5eae39;
}
.shop_menu #la-menu-cacl ul{
    width: 100%;
}
#la-menu-cacl ul li:hover > span{
    background-color: #3cbdf4;
}

@media (max-width: 980px) {
    #la-menu-triger{
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 15px;
        top: 5px;
        z-index: 31;
        background: url('../images/mobile_menu2.png') center no-repeat;
    }
    #header.fixed #la-menu-triger{
        background: url('../images/mobile_menu1.png') center no-repeat;
    }
    #header.open-menu #la-menu-triger{
        background: #fff url('../images/mobile_menu1.png') center no-repeat;
    }
    #header.fixed.open-menu #la-menu-triger {
        background: #009eeb url('../images/mobile_menu2.png') center no-repeat;
    }
    .wrapper{
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    #footer .footer-menu{
        float: left;
        left: 0;
    }
    .logo{
        width: 25%;
        padding: 15px 20px 15px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        max-width: 200px;
        height: 125px;
    }
    .logo img{
        max-width: 100%;
        height: auto;
    }
    .header-worked{
        display: none;
    }
    .header-calc-currency{
        margin-left: 0;
    }
    .header-phones-block{
        margin: 35px 0 0 10px;
        float: right;
    }
    .shop_menu > .wrapper > ul{
        display: none;
    }
    #sideLeft{
        width: 100%;
        margin: 40px 0 0;
    }
    #content{
        padding: 0;
    }
    #block-block-12{
        display: inline-block;
        width: 100%;
    }
    #block-block-12 .button{
        float: left;
        width: 50%;
    }
    #block-block-12 .button a{
        width: 288px;
        max-width: 100%;
    }
    #block-block-12 .calc-categ ul li{
        width: 50%;
        float: left;
    }
    #block-block-12 .calc-categ li a{
        width: 220px;
        max-width: 100%;
    }
    #footer{
        width: 100%;
    }
    #footer .footer-menu li{
        margin: 0;
        padding: 0 5px;
    }
    .view-shopblock td{
        width: 50%;
        padding: 0 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        vertical-align: top;
    }
    #header .header-search{
        position: absolute;
        left: 75px;
        top: 170px;
        z-index: 13;
    }
    #header{
        height: auto;
    }
    .front-products .h1{
        display: block;
    }
    #header.fixed .header-search{
        margin: 0;
        top: -46px;
        left: 200px;
    }
    #header.fixed .short-header{
        height: 0;
    }
    #header.fixed .short-header .short-logo{
        margin: 0;
        position: absolute;
        top: -42px;
        left: 65px;
    }
    #header.fixed .shop_menu{
        background: #fff;
    }
    #footer{
        background: #e1eaef;
        padding: 15px 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .bread-footer{
        display: none;
    }
    #footer .contact-desc{
        float: left;
        width: 100%;
        margin: 0;
    }
    #footer .copyright{
        float: left;
        width: 100%;
        margin: 15px 0 0;
        padding: 0;
        left: 0;
        display: none;
    }
    #footer .contact-desc .mail a{
        left: 0;
        top: 0;
    }
    #footer .contact-desc span.left{
        width: 100%;
        margin: 0;
        float: left;
    }
    #footer .contact-desc span.right{
        width: 100%;
        margin: 10px 0 0;
        float: left;
    }
    #footer .contact-desc .mail{
        width: 100%;
        margin: 10px 0 0;
        float: left;
    }
    #block-calculator_currency-calculator_currency_block{
        position: relative;
        z-index: 19;
    }
    .contacts-left{
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        padding-right: 40px;
    }
    .contacts-right{
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        margin-left: 0;
    }
    .news{
        padding-right: 0;
    }
    .promo-numbers{
        padding-left: 0 !important;
    }
    .promo-clients .clients-text{
        width: 100% !important;
        margin: 25px 0 0 !important;
    }
    .promo-clients .client-logos{
        width: 100% !important;
        text-align: center !important;
    }
    .promo-clients .promo-title{
        text-align: center !important;
    }
    .promo-link{
        text-align: center !important;
    }
    .promo-contacts .contacts-info{
        width: 100% !important;
    }
    .promo-contacts .map-content{
        width: 100% !important;
        margin-top: 30px;
    }
    .promo-contacts .map-content iframe{
        width: 100% !important;
    }
    .promo-top img{
        max-width: 50%;
    }
    .promo-top .promo-top-content{
        max-width: 50%;
        padding-top: 0 !important;
    }
    .promo-top h1{
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .promo-top p{
        font-size: 18px !important;
    }
    .ask-price-popup{
        top: 10px !important;
    }
    .consult-popup, .ask-price-popup{
        top: 10px !important;
        width: 500px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        margin-left: -250px !important;
        padding: 25px 20px;
    }
    .messages.status{
        top: 25% !important;
        width: 500px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        margin-left: -250px !important;
        padding: 25px 20px;
    }
    .view-shop .views-row{
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .messages-links{
        margin-right: 0 !important;
    }
    .node-type-product .product-header, .node-type-frequency-converters .product-header, .node-type-servos .product-header, .node-type-mixing-units .product-header, .node-type-threeway-valves .product-header, .node-type-thermostats .product-header, .node-type-pressure-sensors .product-header, .node-type-temperature-sensors .product-header{
        width: 100%;
    }
    .utp-blocks{
        width: 100%;
        margin: 20px 0 0;
    }
    .utp-blocks .utp-block{
        width: 50%;
        max-width: 250px;
        margin-right: 20px;
        float: left;
    }
    .view-shields table,
    .view-shields tr,
    .view-shields th,
    .view-shields thead,
    .view-shields tbody{
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        text-align: center;
    }
    .view-shields td{
        display: inline-block;
        float: none;
    }
    .shop_menu ul,
    .shop_menu ul li,
    .shop_menu ul a{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .shop_menu > .wrapper > ul{
        width: 100%;
        padding: 20px 0;
        background: #1c89f0;
        position: relative;
        top: 55px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 50px;
        z-index: 10;
    }
    .shop_menu .wrapper > ul > li{
        display: block;
        width: 100%;
        height: auto;
    }
    .shop_menu .wrapper > ul > li + li{
        margin-top: 10px;
    }
    .shop_menu .wrapper > ul > li > a{
        height: auto;
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        text-align: left;
        padding: 5px 20px;
    }
    .shop_menu .sub{
        position: static;
        height: auto;
        max-width: 100%;
        background: no-repeat;
        border: none;
    }
    .shop-cart{
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 13;
    }
    #header.fixed .short-header .short-phones{
        display: none;
    }
    .shop_menu .sub li a{
        width: 100%;
    }
    .shop_menu .sub ul{
        width: 100%;
    }
    .shop_menu li:hover .sub,
    .shop_menu li.active .sub{
        display: block;
    }
    #header.fixed .shop_menu > .wrapper > ul{
        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        margin: 0;
        overflow: auto;
        padding-bottom: 50px;
    }
    .fixed .shop_menu .wrapper > ul > li > a{
        font-size: 16px;
    }
    #header.open-menu .shop_menu > .wrapper > ul{
        display: block;
    }
    .page-product-options table{
    	width: 100% !important;
    }
    .page-product-options table tr:first-child td{
    	padding: 8px 0;
    	line-height: 1.2;
    }
    .product-header .docs{
    	position: static;
    }
    .page-product-image{
        position: relative;
    }
    #la-menu-cacl{
        margin-right: 50px;
        width: 185px;
        position: relative;
        z-index: 13;
    }
    .shop_menu #la-menu-cacl li {
        width: 100%;
    }
    .shop_menu #la-menu-cacl .sub li a{
        width: 165px;
    }
    .shop_menu #la-menu-cacl .sub{
        position: absolute;
        background: #fff;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    #la-lang{
        margin: 0;
    }
}
@media (max-width: 768px) {
    #header .logo{
        width: 100%;
        text-align: center;
        padding: 15px 0;
        max-width: 100%;
    }
    #header .logo small{
        margin: 0;
        text-align: center;
    }
    #header .logo img{
        width: 165px;
    }
    .news{
        width: 100%;
        margin: 0;
    }
    .about{
        width: 100%;
        margin: 0;
    }
    .about .imagecache-about_production{
        display: block;
        width: 100%;
        max-width: 452px;
        margin-right: auto;
        margin-left: auto;
    }
    .view-customer-front .item-list ul li{
        float: left;
        width: 33.3333%;
        padding: 0 10px !important;
        margin: 0 0 10px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .main-customer{
        height: auto;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    a.push.cust,
    a.push{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    span.title, h1.title{
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .about .box img{
        max-width: 100%;
        height: auto;
    }
    .view-customer-front .item-list ul li img{
        max-width: 100%;
        height: auto;
    }
    #outbox{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .contacts-left{
        width: 100%;
        padding-right: 0;
        padding-left: 100px;
    }
    .contacts-right{
        width: 100%;
        margin: 40px 0 0;
    }
    .map-contacts-info{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        width: 100%;
        padding: 20px 20px 40px;
        height: auto;
    }
    .map-contacts-info h1{
        margin: 0 0 20px;
    }
    .view-customer .views-field-body{
        width: 345px;
    }
    .promo-details ul{
        width: 100% !important;
    }
    .number-box .title{
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .number-box p{
        font-size: 16px !important;
    }
    .promo-top .wrapper{
        min-height: 0 !important;
    }
    .consult-popup, .ask-price-popup{
        width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        height: 100% !important;
        top: 0 !important;
        overflow: auto !important;
    }
    .consult-popup-header-close{
        right: 0 !important;
    }
    .consult-popup-header-close img{
        width: 40px;
        height: auto;
    }
    .seo .after_content{
        padding-bottom: 0;
    }
    [id^="block-faceted_search_ui"]{
        margin-top: 0;
    }
    .view-shop .product-list-image {
        width: 130px !important;
        margin-right: 20px;
    }
    .page-taxonomy #content .block_content table{
        width: 100% !important;
    }
    .page-taxonomy #content .block_content table p{
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    #update-checkout-buttons{
        float: none;
        text-align: center;
    }
    .page-product-image{
        width: 230px;
    }
    .page-product-image img.photo_full{
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .node .p_tabs li{
        padding: 10px 10px;
        margin: 0 5px 0 0;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .node .p_tabs li:last-child{
        padding: 10px 10px;
        font-size: 13px;
    }
    .product-header, .page-product-body, .page-product-options{
        width: 100%;
    }
    .header-calc-currency{
        margin: 0;
    }
    .header-mailto{
        margin-top: 30px;
        margin-left: 10%;
    }
    .header-phones-block{
        margin-top: 0;
        margin-bottom: 20px;
    }
    #header .header-search{
        top: 209px;
    }
    #header .main-menu .nice-menu{
        display: none;
    }
    #header .main-menu{
        height: auto;
    }
    .order-one-click.order-one-click-alert .alert-message{
    	float: left;
    	width: 100%;
    }
    .order-one-click .form-submit{
    	-webkit-border-radius: 0 5px 5px 0;
    	-moz-border-radius: 0 5px 5px 0;
    	-ms-border-radius: 0 5px 5px 0;
    	-o-border-radius: 0 5px 5px 0;
    	border-radius: 0 5px 5px 0;
    	height: 35px;
    }
    .order-one-click .form-text{
    	height: 33px;
    }
    #continue-shopping-button{
        text-align: center;
        margin: 10px 0 0;
    }
    #content .related-products{
        float: left;
        width: 100%;
    }
    #mob-menu-main{
        display: block !important;
        margin: 15px 0 0 !important;
        padding: 10px 0 30px !important;
        background: #3a3939;
    }
    #header.fixed .shop_menu > .wrapper > ul{
        padding-bottom: 0 !important;
    }
    .shop_menu #mob-menu-main ul{
        display: block;
        width: 100%;
    }
    .shop_menu #mob-menu-main li{
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    .shop_menu #mob-menu-main li a{
        width: 100%;
        font-size: 16px;
        display: block;
        color: #fff;
        text-decoration: none;
        height: auto;
        line-height: 20px;
        max-width: 100%;
        text-align: left;
        padding: 5px 20px;
    }
    .shop_menu #mob-menu-main ul li ul{
        display: none;
        padding: 15px 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .shop_menu #mob-menu-main ul li ul li{
        margin: 0;
    }
    .shop_menu #mob-menu-main ul li.active-trail > ul,
    .shop_menu #mob-menu-main ul li:hover > ul{
        display: block;
    }
    .shop_menu #mob-menu-main ul li ul a{
        text-decoration: none;
        background: transparent;
        display: block;
        padding: 5px 9px;
        margin-bottom: 1px;
        width: 100%;
        color: #333333;
        border-bottom: 1px solid #c3e8f8;   
        font-size: 12px;
        line-height: 18px;
    }
    .shop_menu #mob-menu-main:hover a,
    .shop_menu #mob-menu-main.active a{
        background: none !important;
    }
    .shop_menu #mob-menu-main ul li:hover > a,
    .shop_menu #mob-menu-main ul li.active > a{
        background: #3cbdf4 !important;
    }
    .shop_menu #mob-menu-main ul li ul a:hover,
    .shop_menu #mob-menu-main ul li ul a.active{
        background: #c3e8f8 !important;
    }
    .la-deck{
        display: none !important;
    }
    .la-mob{
        display: block !important;
    }
    #la-lang{
        position: absolute;
        right: 15px;
        top: 5px;
    }
}
@media (max-width: 640px) {
    #la-lang{
        position: absolute;
        right: 10px;
        top: 0;
    }
    #block-block-12 .calc-categ ul li{
        width: 100%;
    }
    #block-block-12 .button{
        width: 100%;
    }
    .view-customer-front .item-list ul li{
        width: 50%;
    }
    .view-customer-front .item-list ul li.views-row-3{
        display: none;
    }
    .news .box img{
        float: none;
    }
    #content .node p img{
        max-width: 100%;
        height: auto !important;
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .form-copy .form-radios .form-item,
    .form-copy .form-colums .form-item,
    .form-assembling .form-radios .form-item,
    .form-assembling .form-colums .form-item{
        width: 100%;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .form-copy .form-colums .form-left, .form-copy .form-colums .form-right{
        width: 100%;
    }
    .form-copy .form-colums .form-right{
        margin-left: 0;
    }
    .passport-total{
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        margin-bottom: 15px;
    }
    .view-more-news .views-row,
    .view-news-front .views-row{
        width: 100%;
    }
    .field.field-type-filefield.field-field-news img, .views-field-field-article-img-fid img{
        float: none;
        margin-right: 0;
    }
    .view-customer img{
        float: none;
        margin: 0 0 5px;
    }
    .view-customer .views-field-body{
        width: 100%;
    }
    #content .node table p{
        font-size: 12px;
    }
    .promo-top .promo-top-content{
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }
    .promo-top img{
        position: static !important;
        max-width: 100% !important;
        height: auto;
    }
    .promo-top .promo-top-image{
        width: 100%;
        margin: 30px auto 0;
        max-width: 400px;
    }
    span.title, h1.title{
        line-height: 1.2 !important;
    }
    .messages.status{
        top: 25% !important;
        width: 400px !important;
        margin-left: -200px !important;
        padding: 25px 30px;
    }
    .messages.status .close-messages{
        right: 0 !important;
        width: 40px;
    }
    .view-shop .pager{
        text-align: center !important;
    }
    #cart-form-products table td{
        padding: 10px 5px;
    }
    #cart-form-products th.price,
    #cart-form-products td.price{
        text-align: center;
    }
    #cart-form-products td.qty input{
        width: 25px;
    }
    #cart-form-products td.desc a{
        font-size: 12px;
    }
    #cart-form-products td.price .uc-price{
        font-size: 12px;
    }
    #cart-form-products td.remove .form-submit{
        font-size: 10px;
    }
    .utp-blocks .utp-block{
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    .utp-blocks .utp-block + .utp-block{
        margin-top: 20px;
    }
    .page-product-image{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .page-product-image img.photo_full{
        width: 300px;
    }
    .page-product-icons{
        width: 100%;
        max-width: 350px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .utp-blocks .utp-block{
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }
    .node .p_tabs li{
        padding: 10px 10px;
        text-align: center;
        margin: 5px 0 0;
        font-size: 14px;
        float: none;
        display: block !important;
        width: 100%;
    }
    .node .p_tabs li:last-child{
        margin: 5px 0 0;
        font-size: 14px;
    }
    .node .p_tabs{
        height: auto;
    }
    .header-calc-currency{
        width: 100%;
        text-align: center;
        float: none;
    }
    .header-calc-currency form select,
    .header-calc-currency form input,
    .header-calc-currency .selectbox .select .text,
    .header-calc-currency .dropdown{
        text-align: left;
    }
    .header-mailto{
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .header-phones-block{
        margin: 20px auto 30px;
        float: none;
        width: 190px;
    }
    #header .header-search{
        top: 345px;
    }
    #header.fixed .header-search{
        display: none;
    }
    .img-rec{
        background-size: contain;
        width: 230px;
        height: 165px;
        vertical-align: top;
    }
    .img-pv-r-1{
        background-size: contain;
        width: 115px;
        height: 163px;
        background-position: left top;
        vertical-align: top;
    }
    .img-pv-l{
        background-size: contain;
        width: 50px;
        height: 163px;
    }
    .group-filter, .group-reсupirator, .group-buypass {
        margin-left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .calc-result-form{
        width: 100%;
    }
    .passport-user label{
        top: 0 !important;
    }
    #la-menu-cacl{
        width: 50px;
    }
    #la-menu-cacl ul span{
        width: 100%;
        height: 0;
        padding: 50px 0 0;
        overflow: hidden;
        line-height: 100px;
        background: #5eae39 url(../images/calc-icon.png) center no-repeat;
        background-size: 20px;
    }
    .shop_menu #la-menu-cacl .sub{
        position: absolute;
        background: #fff;
        max-width: none;
    }
    .header-mailto{
        position: absolute;
        top: 0;
        margin: 10px 0 0;
        right: 0;
        min-width: 190px;
    }
    .header-phones-block{
        position: absolute;
        top: 0;
        right: 0;
        margin: 40px 0 0;
        background-position: left center;
    }
    .header-phones-block big{
        font-size: 14px;
        margin: 0;
    }
    #header .logo{
        width: 165px;
        height: 110px;
    }
    .header-mailto a{
        font-size: 14px;
    }
    .header-calc-currency{
        display: none;
    }
    #header .header-search{
        top: 115px;
        left: auto;
        right: 125px;
    }
}
@media (max-width: 560px) {
    .view-shop .product-list-image{
        width: 100% !important;
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }
    .view-shop .product-list-image a{
        display: inline-block !important;
    }
    .assembling-send-me-one{
        margin-left: 0;
    }
}
@media (max-width: 485px) {
    .view-shopblock table,
    .view-shopblock tr,
    .view-shopblock td,
    .view-shopblock th,
    .view-shopblock thead,
    .view-shopblock tbody{
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        float: left;
    }
    #block-block-12 .calc-categ li a{
        width: 100%;
    }
    #block-block-12 .button a{
        width: 100%;
    }
    .form-assembling .group-hot, .form-assembling .group-cold{
        width: 100%;
    }
    .form-assembling .form-colums .form-left, .form-assembling .form-colums .form-right{
        width: 100%;
    }
    .number-box .title{
        font-size: 16px !important;
        line-height: 18px !important;
    }
    .number-box p{
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    .promo-advantages .advantages-box{
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .view-shop .uc-price-product{
        font-size: 18px !important;
        margin-right: 15px !important;
        padding-left: 50px !important;
    }
    .view-shop .uc-price-product:before{
        font-size: 16px;
    }
    .messages.status{
        top: 10% !important;
        width: 96% !important;
        margin: 0 !important;
        padding: 25px 30px !important;
        left: 2% !important;
    }
    .messages.status .messages-title{
        font-size: 21px !important;
    }
    .messages-links{
        text-align: center;
    }
    .messages-links a.close{
        display: block;
        margin: 0 0 15px;
    }
    .consult-popup, .ask-price-popup{
        padding-top: 40px !important;
    }
    .header-search form{
        float: right;
        margin-top: 5px;
        border: 1px solid #c3e8f8;
        border-radius: 5px;
    }
    #footer .footer-menu{
        text-align: center;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }
    #footer .footer-menu li{
        border: none;
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin: 5px 0 0;
    }
    .img-rec{
        width: 183px;
        height: 130px;
    }
    .img-pv-r-1{
        width: 90px;
        height: 130px;
    }
    .img-pv-l{
        width: 40px;
        height: 130px;
    }
    .group-param .group-engine2{
        width: 100%;
    }
    .group-additional .group-water-heater, .group-additional .group-cooler-consum, .group-additional .group-electric-heater, .group-param .group-valve, .group-param .group-control, .group-param2 .group-control2, .group-additional .group-cooler-freon{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-phones-block{
        width: 175px;
    }
    .header-mailto{
        min-width: 175px;
    }
    #header .logo{
        width: 150px;
    }
    #la-lang{
        left: 65px;
        padding: 0;
        top: 5px;
    }
    #la-lang li{
        float: left;
    }
    #la-lang li + li{
        margin-left: 10px;
        z-index: 9;
    }
}
@media (max-width: 400px) {
    .view-customer-front .item-list ul li{
        width: 100%;
    }
    .view-customer-front .item-list ul li.views-row-3{
        display: block;
    }
    .contacts-left{
        padding: 120px 0 0;
        background-position: center top;
    }
    .contacts-right{
        padding: 75px 0 0;
        background-position: center top;
    }
    .assembling-price{
        width: 110px;
        font-size: 16px;
    }
    .view-shop .views-row{
        padding: 15px 10px;
    }
    .view-shop .views-row:hover{
        padding: 11px 6px;
    }
    .view-shop .uc-price-product:before{
        display: none;
    }
    .view-shop .uc-price-product{
        padding-left: 0 !important;
    }
    #cart-form-products table .image{
        display: none;
    }
    #cart-form-products table th:first-child{
        display: none;
    }
    #search-form input[type="text"]{
        width: 180px;
        padding: 0 5px;
    }
    .order-one-click .form-submit{
        width: 100px;
        font-size: 15px;
    }
    .order-one-click .form-text{
        width: 150px;
    }
    .form-calculate .next-submit-passport, .form-calculate .reset-submit, .form-calculate .reset-submit-passport, .form-calculate .next-submit, .form-calculate .get-email, .form-calculate #get-send-email, .form-calculate .get-price{
    	width: auto;
    	padding: 0 15px;
    	min-width: 85px;
    	text-align: center;
    }
    .group-param .group-engine, .group-additional .group-cooler-consum, .group-param .group-valve, .group-param .group-valve2, .group-additional .group-cooler-freon, .group-additional .group-water-heater, .group-additional .group-electric-heater{
    	margin-right: 0;
    	width: 100%;
    	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .group-mixingchamber{
    	width: 100%;
    }
    .form-calculate .form-radios .form-item{
    	width: 100%;
    	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .group-param .group-engine #edit-num-wrapper, .group-param .group-engine2 #edit-num2-wrapper, .group-param .group-engine #edit-out-breeth-wrapper, .group-param .group-engine2 #edit-out-breeth2-wrapper, .group-param .group-engine #edit-control-wrapper, .group-param .group-engine2 #edit-control2-wrapper, .group-additional .group-water-heater .form-item, .group-additional .group-electric-heater .form-item, .group-additional .group-cooler-consum .form-item, .group-additional .group-cooler-freon .form-item, .group-param .group-engine #edit-inverter-wrapper, .group-param .group-engine2 #edit-inverter2-wrapper{
    	width: 100%;
    	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .form-calculate .group-hot, .form-calculate .group-cold{
    	width: 100%;
    	margin-right: 0;
    }
    .group-param .group-engine #edit-num-wrapper label, .group-param .group-engine2 #edit-num2-wrapper label, .group-param .group-engine #edit-out-breeth-wrapper label, .group-param .group-engine2 #edit-out-breeth2-wrapper label, .group-additional .group-water-heater label, .group-additional .group-electric-heater label, .group-additional .group-cooler-freon label, .group-additional .group-cooler-consum label{
    	width: 100%;
    	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .img-rec {
        width: 141px;
        height: 100px;
    }
    .img-pv-r-1 {
        width: 70px;
        height: 100px;
    }
    .img-pv-l{
        width: 31px;
        height: 100px;
    }
    .calc-result-form .form-text{
        width: 100%;
        margin: 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .passport-price{
        width: 115px;
        font-size: 16px;
    }
    .passport-user .form-text, .passport-user #comment-user{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .webform-client-form input[type="text"], .webform-client-form input[type="email"]{
        width: 100%;
    }
    div.error, tr.error, div.password-description{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .address-pane-table table,
    .address-pane-table tbody,
    .address-pane-table thead,
    .address-pane-table tr,
    .address-pane-table td,
    .address-pane-table th{
        width: 100%;
        display: block;
    }
    .address-pane-table table td{
        text-align: left;
    }
    .header-search form [type="text"]{
        width: 85px;
        font-size: 12px;
        padding: 0 10px;
    }
    #la-menu-triger{
        left: 5px;
    }
    .shop-cart{
        right: 10px;
    }
    #la-menu-cacl{
        margin-right: 40px;
    }
    #header .header-search{
        right: 115px;
    }
    .header-phones-block div,
    .header-phones-block big{
        font-size: 12px;
    }
    .header-mailto a{
        font-size: 12px;
    }
    .header-mailto{
        margin-top: 5px;
        min-width: 145px;
        width: auto;
        padding-left: 20px;
        background-size: 13px;
    }
    .header-phones-block{
        margin-top: 30px;
        width: 150px;
        padding-left: 20px;
        background-size: 13px;
    }
    #header .logo {
        width: 110px;
        position: relative;
        left: -5px;
        height: 75px;
        padding: 0;
        margin: 20px 0 0;
    }
    #header .header-search{
        top: 100px;
    }
}