.action {width: 100%;}
.action .action-image {float: left; width: 150px; margin-right: 15px; height: 150px;}
.action .action-image img {max-width: 150px;}
.action .action-block { width: 509px; float: right;}
.action .date, .action .more  {color: #ccc; text-align: right; width: 100%; height: 20px; margin: 5px 0;}
.action .more a {color: #3aaf2b; font-size: 16px; font-weight: 500;}
.action .division {border-bottom: 2px solid #ccc; width: 100%; clear:both; float:none;}
.action-slider {width: 100%; text-align: center; margin-bottom: 30px;}

#object_list .product {width: 204px;}
.object-info {width: 100%; }
.objects-side_menu {margin: 66px 0 42px 20px;}
.objects .product{width: 202px;}
.category-desc {margin-bottom: 40px;}

.object_gallery {margin-top: 15px;}
.object-photo {border: 1px solid #eee; box-shadow: 0 8px 14px -4px rgba(0,0,0,0.16);
padding: 28px 20px 20px; border-radius: 10px; z-index: 2;
display: inline-block;
vertical-align: top;
width: 190px;
margin: 0 10px 15px 0;
position: relative;
background: #fff;}

.object-photo .title {height: 90px;}

.main_menu {margin: 0 15px 0 0;}
.logo {margin-top: 3px;}
.left-top-menu {width: 738px; margin: 0; float:left;}
.city_info {width: 170px; text-align: right; float: right;}

.city_menu_toggle {color: #3aaf2b; }
.lang-info {height: 32px;}
.time-info {text-align: right; margin-bottom: 5px;width:40%!important; display: inline-block; position: relative; right:-100px;}

.cart_lnk {text-align: center; min-width: 202px; min-height: 51px; }
.cart_lnk>span {min-height: 37px; vertical-align: middle; }
.cart_lnk .cart-empty {min-height: 37px; vertical-align: middle; font-size: 20px; line-height: 37px;
top: -51px; position:relative;}
#cart-full a{ color:#fff; text-decoration: underline;}
.cart-name {font-size: 17px;}

.hide {display: none; visibility: hidden;}

.owl-item img { display: block; margin: 0 auto; width: auto !important; }
.full-width {width: 1140px !important;}

.doc p {margin:0;}

.doc {
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
}

.doc .icon > a > span:before {
    background-image: url(sprite.png);
    background-position: 0 -200px;
    width: 24px;
    height: 30px;
    display: inline-block;
    content: "";
    position: relative;
}

/*.certs .doc, */
/*.tests .doc {margin-left: 50px;}*/

/*.certs .doc h3:before,*/
/*.tests .doc h3:before{*/
    /*background-image: url(sprite.png);*/
    /*background-position: 0 -200px;*/
    /*width: 24px;*/
    /*height: 30px;*/
    /*display: inline-block;*/
    /*content: "";*/
    /*float: left;*/
    /*margin-left: -40px;*/
    /*position: relative;*/
    /*top: 0;*/
/*}*/


.doc .info a, 
.doc .info p {
    font-size: 12pt;
}

/*.certs .doc .icon > span:before,*/
/*.tests .doc .icon > span:before{*/
    /*background-image: url(sprite.png);*/
    /*background-position: 0 -200px;*/
    /*width: 24px;*/
    /*height: 30px;*/
    /*display: inline-block;*/
    /*content: "";*/
    /*float: left;*/
    /*margin-left: -40px;*/
    /*position: relative;*/
    /*top: 0;*/
/*}*/

.city_select {
    background: #fff;
    box-shadow: 0 3px 20px -6px rgba(0,0,0,0.33);
    margin: 0 0 500px;
    padding: 18px 18px 12px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0 0 3px 3px;
    /*width: 172px;*/
    z-index: 1000;
    position: relative;
    display: none;
    top: -35px;
}
.select_city { margin-bottom: 10px; border-bottom: 1px solid #efefef; padding-bottom: 10px;}
.cities:hover > .city_select { display: block; }
.selected_city {
    font-size: 15px;
    /*font-weight: bold;*/
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px;
    cursor: pointer;
    /*padding: 15px 16px 15px 16px;*/
    border: 1px solid #efefef;
}
.header_tel {font-size: 18px;}

.plate>span{background: rgba(147, 147, 147, 0.5);}
.plate>span{background: none;}
.plate>span:hover{background: rgba(103, 103, 103, 0.4);}


/* Mimic JivoChat button */

.whatsapp-label {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
    zoom: 1; /* 2.92457 for JivoChat */
    opacity: 0;
}

/*.whatsapp-label--shown {*/
/*    opacity: 1;*/
/*}*/

/*.whatsapp-label--hidden {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/

.whatsapp-label__bubble {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: rgb(68, 187, 110);
    box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);
    box-sizing: border-box;
}

.whatsapp-label__icon {
    display: block;
    height: 25px;
    width: 25px;
    background-image: url('../img/whatsapp.svg');
    background-size: cover;
    cursor: pointer;
    pointer-events: none;
}

    #search_container {
        width:48%;
        display: inline-block;
        position: relative;
        margin-bottom: 15px;
    }

    #search_popup {
        border-radius: 5px;
        border: 1px solid #d0cccb;
        min-width: 550px;
        background: white;
        position: absolute;
        display: none;
        z-index: 9000;
        margin-top: 10px;
        top:35px;
    }

    #search_popup:before {
        content: '';
        position: absolute;
        display: block;
        margin: 0 0 0 20px;
        z-index: 2;
        top: -7px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 6px solid #d0cccb;
    }

    li.search-result {
        padding: 12px 5px 14px;
        font-size: 10pt;
    }

    li.search-result.border {
        border-left: none!important;
        border-right: none!important;
        border-bottom: none!important;
        border-top: 1px solid #d0cccb!important;
    }

    ul.search-results {
        padding: 10px 20px;
    }

    .category-description ul, .category-description ul,
    .catalog_bottom_text ul, .category-content ul {
        list-style: disc;
        margin-left: 20px;
    }
    .category-description ol, .category-description ol,
    .catalog_bottom_text ol, .category-content ol {
        list-style: decimal;
        margin-left: 20px;
    }

    @media (max-width: 768px) {
        .left2 .h1, .left2 h1 {
            font-size: 24px;
            line-height: 36px;
        }
        iframe {
            max-width: 100%;
        }
    }


/* калькулятор */

div.content .b-calc-table,
div.content .b-calc-table td,
div.content .b-calc-table th {
    border: none;
}

.b-calc-table {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-family: 'PT Sans',sans-serif;
    width: 100%;
    margin: 20px 0;
}

.b-calc-table td {
    padding: 5px;
    vertical-align: top;
}

.b-calc-table th {
    font-weight: 700;
    padding: 5px;
    text-align: left;
}

.b-calc-category {
    font-size: 16px;
    font-weight: 700;
    background-color: #f2f2f2;
    padding: 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.b-calc-table tr {
    border-bottom: 1px solid #e5e5e5;
}
.b-calc-cat-sum {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    background-color: #f2f2f2;
}

.b-calc-table {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-family: 'PT Sans',sans-serif;
    width: 100%;
    margin: 20px 0;
}

#total_sum, #price_per_meter, .calc_cost_total {
    margin-left: 20px;
    font-size: 22px;
}

#rms_calculator .b-calc-head {
    background-color: #EEEFF3;
    background-image: none;
    position: relative;
}

#rms_calculator .b-calc-head input {
    background: white;
}
.b-calc-head input {
    font-size: 25px;
    color: #333;
}
.b-calc-estimate {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #34D6C3;
    width: 100px;
    background: #f4f4f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    font: 400 normal 16px / 30px 'PT Sans',sans-serif;
}

.b-calc-head {
    overflow: hidden;
    background: #ecf6e5 url(../img/calc.jpg);
    padding: 40px 5%;
    /*width: 90%;*/
    font-size: 22px;
    color: #333;
    line-height: 18px;
    font-family: 'PT Sans',sans-serif;
    /* text-transform: uppercase; */
}

.b-calc-head i {
    font-size: 18px;
    font-weight: bold;
    color: #34D6C3;
}

.b-calc-calculator-icon {
    background-image: url(../img/calc2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 110px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

div.content .b-calc-table a {
    color: #34D6C3;
    text-decoration: none;
}

.b-calc-btn {
    color: #34D6C3;
    border: 2px solid #34D6C3;
    float: left;
    font: 400 normal 12px / 24px 'PT Sans',sans-serif;
    padding: 4px 8px;
    display: block;
    border-radius: 3px;
    margin: 5px;
}

div.content .b-calc-btn:hover {
    border-color: #34D6C3;
    background-color: #34D6C3;
    color: #fff;
}

div.content .b-calc-table a:hover { text-decoration: underline; }


#rms_calculator .custom-control-label.mounting:after,
#rms_calculator .custom-control-label.mounting:before {
    width:30px;
    height:30px;
}


#rms_calculator .b-calc-mounting {
    font: bolder 18px 'PT Sans', sans-serif!important;
}

.sale_icon {
    position:absolute;
    background-size:contain;
    background-repeat:no-repeat;
    width:50px;
    height:35px;
    top:0;
    right:0;
}

.sale_text { color:red;}
.price_old, .cost_old { text-decoration:line-through; }
.price_with_discount, .cost_with_discount { color:red; }