body{
    width: auto;
    margin: 0 auto;
    border: 0;
}

.height_informer{
    height: 43px;
    width: 860px;
    display: none;
    float: left;
    padding: 33px 0 0 100px;
    background: url("/spec_pages/img/height_info_bg.png") repeat-x;
    position: relative;
}

    .height_informer img{
        position: absolute;
        top: 30px;
        left: 50px;
    }
    
    .height_scale_green{
        position: absolute;
        top: 76px;
        left: -18px;
        height: 2000px;
        width: 5px;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: green;
    }
    
    .height_scale_alert{
        position: absolute;
        top: 2076px;
        left: -25px;
        width: 15px;
        height: 51px;
        background: url("/spec_pages/img/height_2000px_info.png") no-repeat;
    }
    
    .height_scale_red{
        position: absolute;
        top: 2127px;
        left: -18px;
        width: 5px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: red;
    }

#template_content ul{
    padding-left: 15px;
    margin: 0;
}

#template_content ul li{
    list-style: disc;
}

#template_content{
    width: 960px;
    float: left;
    font-family: 'Roboto',sans-serif;;
    font-size: 14px;
    margin: 0 auto;
}

    #template_content p{
        margin: 0;
    }
    
.spec_header {
    overflow: hidden;
    padding: 20px 0 30px 0px;
    width: 950px;
}

    .spec_header.without_logo{
    } 
    
.spec_logo{
    visibility: hidden;
}    

.spec_logo, .spec_header_info {
    float: left;
}
    .without_logo .spec_logo, .without_logo .spec_header_info{
    }

.middle_container{
    width: 100%;
    /*display:table-cell;
	vertical-align:middle;*/
	position:relative;
}
    .without_logo .middle_container{
        
    }
    
.middle_container > div{
    display: inline;
    /*vertical-align: middle;*/
}
.spec_logo{
    padding-right: 20px;
}
.spec_header_info {
    
}
.spec_header .client_title {
    font-size: 28px;
    margin-bottom: 5px;
}
.spec_header .client_site{
    margin-bottom: 10px;
}
.spec_header .client_site a {
    color: #2272BB;
}
.spec_header .client_site a:hover {
    text-decoration: none;
}
.spec_header .client_description {
}  
    
.left_tpl{
    width: 527px;
    /*padding-right: 10px;*/
    float: left;
}  

.title_tpl{
    font-size: 18px;
    color: #2276bb;
    margin-bottom: 10px;
    clear: both;
}

.subtitle_tpl{
    font-size: 18px;
    color: #2276bb;
    margin-bottom: 10px;
    clear: both;
}

.text_tpl{
    font-size: 14px;
    color: #333333;
    text-align: justify;
    margin-bottom: 20px;
    clear: both;
    line-height: 18px;
}

.text_tpl > div{
    overflow: hidden;
}

.text_tpl strong span{
    font-weight: inherit;
}

.text_tpl span strong{
    font-size: inherit;
}

.text_tpl ul li span strong{
    font-size: inherit;
}

.action_tpl{
    width: 522px;
    padding-right: 6px;
    background: #ffea0d3d;
    clear: both;
}

    .action_content{
        padding: 20px 20px 20px 96px;
        background: url(/spec_pages/img/action_logo_new.png) 20px 20px no-repeat;
        min-height: 60px;
    }

        .action_header{
            font-size: 18px;
            color: #d01600;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .action_body{
            font-size: 12px;
            color: #333333;
            line-height: 18px;
            overflow: hidden;
        }
        
    .action_bottom{
        height: 8px;
        width: 558px;
        margin-bottom: 20px;
    }

.price_tpl{
    font-size: 12px;
    margin-bottom: 20px;
    clear: both;
}

    .price_1_tpl{
        width: 400px;
        padding-left: 15px;
        float: left;
    }
    
    .price_2_tpl{
        width: 110px;
        float: left;
    }

    .price_header_tpl{
        background: #ededed;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 28px;
        height: 28px;
    }

    .price_subtitle_tpl{
        padding-left: 15px;
        background: #ede9ce;
        color: #666666;
        font-weight: bold;
        margin-top: 10px;
        line-height: 28px;
        height: 28px;
    }
    
    .price_element_tpl{
        line-height: 28px;
        height: 28px;
    }
    
    .dark_price_element{
        background: #ededed;
    }
    
    
.price_foto_tpl{
    font-size: 12px;
    margin-bottom: 20px;
    clear: both;
}


    .price_foto_element_tpl{
        overflow: hidden;
        padding-bottom: 20px;
    }

    .price_foto_1_tpl{
        float: left;
    }
    
        .price_header_tpl .price_foto_1_tpl{
            width: 120px;
            padding-left: 15px;
        }
        
        .price_foto_element_tpl .price_foto_1_tpl{
            margin: 10px 25px 0 20px;
            width: 92px;
            background: white;
            border: 1px solid #EDEDED;
        }
    
    .price_foto_2_tpl{
        width: 285px;
        float: left;
    }
    
    .price_foto_3_tpl{
        width: 100px;
        float: left;
    }    
    
        .price_foto_element_tpl .price_foto_3_tpl{
            padding-top: 50px;
        }
    
    .price_foto_element_title{
        margin: 10px 0 10px;
        font-weight: bold;
        padding-right: 20px;
    }
    
    .price_foto_element_description{
        padding-right: 20px;
        line-height: 18px;
    }
    
.foto_block_tpl{
    overflow: hidden;
    width: 560px;
}

    .foto_block_tpl > div{
        float: left;
    }

    .foto_block_header{
        width: 560px;
        height: 20px;
        font-size: 18px;
        color: #333333;
        margin: 0 0 10px;
    }
    
    .foto_block_img_tpl{
        width: 250px;
        height: 250px;
        border: 2px solid #e1e0e0;
        padding: 2px;
    }
    
    .foto_block_body{
        width: 243px;
        padding-left: 26px;
        color: #333333;
        height: 250px;
        line-height: 18px;
    }
    
    .foto_block_amount{
        font-size: 14px;
        font-weight: bold;
        color: #c00000;
        margin-bottom: 23px;
        width: 280px;
        height: 29px;
    }
    
        .foto_block_amount div{
            height: 29px;
            float: left;
        }
        
        .foto_block_amount_left{
            background: url("/spec_pages/img/amount-left-bg.png") no-repeat;
            width: 7px;
        }
        
        .foto_block_amount_right{
            background: url("/spec_pages/img/amount-right-bg.png") no-repeat;
            width: 7px;
        }
        
        .foto_block_amount_center{
            padding: 0 15px 0 10px;
            background: #ede9ce;
            line-height: 29px;
            font-weight: bold;
            color: #c00000;
        }
    
.img_tpl{
    float: left;
    margin: 10px 3px 20px 4px !important;
    width: 250px;
    height: 250px;
    border: 1px solid #D3D3D3;
    padding: 2px;
    position: relative;
}

.img_title{
    position: absolute;
    top: -20px;
    height: 14px;
    color: #2276BB;
    font-size: 12px;
    font-weight: bold;
}

.file_tpl{
    margin-bottom: 20px;
    overflow: hidden;
    width: 560px;
    height: 52px;
}

.file_tpl .file_logo img{
    display: none;
}

.file_tpl .file_logo{
    width: 52px;
    height: 52px;
    background: url(/spec_pages/img/download_doc.png) no-repeat 0px 0px;
}

.file_tpl div{
    float: left;
}
    
.file_link{
    margin-top: 17px;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
}
    
.file_link a{
    color: #2276bb;
}


/* RIGHT */


.right_tpl{
    width: 380px;
    float: right;
    padding: 0 0 15px 0;
}

.right_tpl > div{
    width: 380px;
}

.info_contacts_header {
    font-size: 18px;
    margin: 5px 0px 15px 8px;
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
}

.filial_tpl{
    border-bottom: 1px solid #eae6d1;
    padding: 5px 0;
    width: 380px;
    overflow: hidden;
    margin: 5px auto;
}

.filial_tpl.alone_filial{
    border-bottom: 0;
}
    .filial_tpl.first_filial_tpl{
        border-top: none;
    }
    
    .block_hide_filial{
        display: none;
        width: 380px;
        overflow: hidden;
        min-height: 35px;
    }
    
    .block_hide_filial > div{
        width: 380px;
        margin-bottom: 50px;
    }
    
    .filial_tpl.first_filial_tpl .block_hide_filial{
        display: block;
        margin-left: 7px;
    }
    
    .link_show_filial{
        display: block;
    }
    
    .filial_tpl.opened .link_show_filial{
        display: none;
    }
    
/*
    .filial_tpl.opened .link_show_filial{
        display: none;
    }
     
    .filial_tpl.opened .block_hide_filial{
        display: block;
    }
    
    .filial_tpl.closed .link_show_filial{
        display: block;
    }
     
    .filial_tpl.closed .block_hide_filial{
        display: none;
    }
*/
.client_info_left{
    width: 60px;
    margin: 8px 30px 0 0;
    /*text-align: right;*/
    float: left;
}

.right_phone_block{
    background: url(/spec_pages/img/phone.png) no-repeat;
    height: 30px;
    font-size: 0;
}

.right_email_block{
    background: url(/spec_pages/img/e-mail.png) no-repeat;
    font-size: 0;
    height: 24px;
}

.link_show_filial .client_info_left{
    margin: 0 20px 5px 0;
}

.client_info_left.logo{
    width: 100px;
    margin: 0 20px 10px 20px;
}

.client_info_left.logo > div{
    background: #ffffff;
    width: 100px;
    height: 100px;
}

.client_info_right{
    width: 249px;
    text-align: left;
    float: left;
    margin-top: 10px;
}

    .filial_tpl .link_show_filial .client_info_right{
        margin-bottom: 5px;
    }

    .filial_tpl .client_info_right{
        margin-bottom: 20px;
    }

    .filial_tpl.closed{
        margin-left: 7px;
    }
    
    .right_address_block{
        position: relative;
        background: url(/spec_pages/img/location_new.png) no-repeat;
        font-size: 0;
        height: 30px;
    }
    
    .address_number{
        position: absolute;
        width: 31px;
        height: 31px;
        padding-top: 7px;
        text-align: center;
        background: url("/spec_pages/img/address-round.png") no-repeat;
        font-size: 13px;
        cursor: pointer;
    }

    .right_tpl .logo{
        height: 100px;
    }
    
        .right_tpl .logo img{
            border: 1px solid #d2d2d2;
        }

    .right_tpl .head_info{

    }
    
        .right_tpl .head_info div{
            margin-bottom: 10px;
        }
        
        .right_tpl a{
            color: #2276bb;
        }
    
    .right_tpl .client_name{
        font-size: 18px;
    }
    
    .phone_tpl{
        width: 125px;
        float: left;
        font-weight: bold;
    }
    
    .worktime_info{
        margin-bottom: 10px;
        width: 225px;
    }
    
    .worktime_info > div{
        width: 225px;
    }
    
    .worktime_name, .worktime_value{
        float: left;
    }
    
    .worktime_name{
        width: 65px;
    }
    
    .worktime_value{
        width: 160px;
    }

.map-block-tpl{
    width: 380px;
    height: 250px;
    margin: 10px auto 10px 7px;
    padding-bottom: 0;

}

.filial_info{
    color: #2276bb;
    border-bottom: 1px dotted #2276bb;
    cursor: pointer;
    line-height: 15px;
}

    .filial_info:hover{
        border-bottom: none;
    }

.CustomPointDot {
    position:absolute;
    left:1px;
    top:3px;

    text-align:center;
    line-height:21px;

    width:25px;
    height:18px;

    color:#444444;
}

.CustomPointName{
    font-size:12px;

    position:relative; 
    top: -39px; 
    left: 10px;
}

.addresses{
    display: none;
}

.left_tpl img{
    border: 0px;
}

.shareApi {
    padding-top: 15px;
    padding-left: 7px;
}

.shareApi .b-share {
    padding: 0 !important;
}

.shareApi .b-share-icon_vkontakte {
    background-image: url("/img/vk_16x16.png");
}

.shareApi .b-share__text {
    font-size: 16px;
    display: inline-block;
}

.clear{
    display: none;
}