/**** main.css ****/
* {
    border: 0;
    margin: 0;
    padding:0;
}


/**** @import "/blocks/main.css"; at / ****/
/**** /blocks/main.css ****/
.b {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

    padding-top: 0.6em;
    min-height: 1em;
    min-width: 3em;
}



/**** @import "container/main.css"; at /blocks/ ****/
/**** container/main.css ****/
.b_container:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/**** @import "text/main.css"; at /blocks/ ****/
/**** text/main.css ****/


/**** @import "h1/main.css"; at /blocks/text/ ****/
/**** h1/main.css ****/
.b_text__h1 {
    font-size: 150%;
}



/**** @import "h2/main.css"; at /blocks/text/ ****/
/**** h2/main.css ****/
.b_text__h2 {
    font-size: 120%;
}



/**** @import "span/main.css"; at /blocks/text/ ****/
/**** span/main.css ****/


.b_text {
    color: black;
}



/**** @import "image/main.css"; at /blocks/ ****/
/**** image/main.css ****/
.b_image {
    z-index: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.b_image img, .b_image a {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}
.b_image .b_image_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: 0.9;
    line-height: 1em;
    display: none;
    font-size: 70%;
}
.b_image .b_image_title > * {
    padding: 1em;
}

.b_image .zoom {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    left: 8px;
    opacity: 0.3;
    background-image: url("/lib/img/lupa3.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}



/**** @import "article/main.css"; at /blocks/ ****/
/**** article/main.css ****/


/**** @import "preview/main.css"; at /blocks/article/ ****/
/**** preview/main.css ****/
.b_article__preview {
    margin-bottom: 2em;
}
.b_article__preview > .link {
    float: right;
}


.b_article {
}
.b_article .datetime {
    display: none;
}



/**** @import "layout/main.css"; at /blocks/ ****/
/**** layout/main.css ****/


/**** @import "1col/main.css"; at /blocks/layout/ ****/
/**** 1col/main.css ****/



/**** @import "3col/main.css"; at /blocks/layout/ ****/
/**** 3col/main.css ****/
.b_layout__3col {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 900px;
    padding: 5%;
}
.b_layout__3col .b_layout__3col_top {
    text-align: center;
}
.b_layout__3col .b_layout__3col_middle {
    padding: 1%;
}
.b_layout__3col .b_layout__3col_middle:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.b_layout__3col .b_layout__3col_left {
    float: left;
    width: 18%;
    padding: 1%;
}
.b_layout__3col .b_layout__3col_center {
    float: left;
    width: 56%;
    padding: 1%;
}
.b_layout__3col .b_layout__3col_right {
    float: left;
    width: 18%;
    padding: 1%;
}



/**** @import "login/login.css"; at /blocks/ ****/
/**** login/login.css ****/
.login {
    z-index: 1000;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 0;
    width: 50%;
    min-height: 1em;
    text-align: left;
}
.login form {
    display: none;
}
.login form input {
    border: 1px solid #ebebeb;
}



/**** @import "/blocks_local/main.css"; at / ****/
/**** /blocks_local/main.css ****/


/**** @import "image/main.css"; at /blocks_local/ ****/
/**** image/main.css ****/
.b_image {
    float: right;
    z-index: 1;
    padding: 4px;
    border: 1px solid gray;
    background-color: white;
    margin: 1em;
}



/**** @import "container/main.css"; at /blocks_local/ ****/
/**** container/main.css ****/


/**** @import "float/main.css"; at /blocks_local/container/ ****/
/**** float/main.css ****/
.b_container__float > * {
    float: left;
    margin: 1em;
}



.b_text__question {
    float: right;
    color: gray;
    width: 35%;
    z-index: 2;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 110%;
    text-transform: uppercase;
    clear: right;
}


html {
    background-image: url("/res/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% -60px;
    background-color: #f8f8f8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    height: 100%;
}
body {
    height: 100%;
    line-height: 1.5em;
    text-align: center;
}
.b_layout__1col {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    text-align: left;
}
.b_layout__1col_top {
    background-image: url("/res/telephone.png");
    background-repeat: no-repeat;
    background-position: 95% -20px;
    height: 180px;
    line-height: 1em;
}
.b_container__header h1 {
    font-size: 200%;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 1em;
}

.b_container__header p {
    font-style: italic;
}
.b_layout__1col_bottom {
    border-top: 1px solid gray;
    height: 50px;
    margin-top: 2em;
    clear: both;
}
.b_layout__1col_bottom .copyright {
    float: right;
    padding: 1em;
}
.b_container h2 {
    font-size: 200%;
    font-weight: normal;
    padding-top: 1.5em;
    padding-bottom: 0.2em;
    line-height: 1em;
}
strong {
    color: #555;
}
.b_text__question strong {
    color: peru;
}
.tree {
    float: left;
    margin-left: -480px;
    margin-right: 10px;
    margin-top: 150px;
    margin-bottom: -20px;
}
.b_container__joketv {
    height: 315px;
    background-image: url("/res/tv.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.b_container__jokefly {
    height: 220px;
    background-image: url("/res/samoletik.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.b_image__big {
    float: right;
    width: 400px;
    height: 320px;
    margin: 2%;
}
.b_image__big img {
    width: 100%;
    height: 100%;
}
.b_container__float .b_image img {
    height: 120px;
}
.b_container__float {
    clear: right;
}
.b_container__floatleft33percents .b_container {
    float: left;
    width: 20%;
}
.b_container__floatleft33percents .b_container .b_text {
    font-style: normal;
}

.logo {
    z-index: 1;
    position: absolute;
    top: -40px;
    left: -25px;
}
.hmenu {
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 25%;
    color: white;
    font-weight: bold;
    overflow: hidden;
    width: 80%;
    list-style: none;
    font-size: 125%;
}
.hmenu li {
    float: left;
    position: relative;
    margin-right: 1%;
    margin-left: 1%;
}
.hmenu li a {
    display: block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
}
.hmenu li a:before { content: url("/res/menu.png"); }

.hmenu .menu_about a {
    width: 100px;
    background-image: url("/res/menu.png");
    background-position: -282px 0px;
}
.hmenu .menu_about a:hover, .hmenu .menu_about a.current {
    background-position: -282px -55px;
}
.hmenu .menu_portfolio a {
    width: 196px;
    background-image: url("/res/menu.png");
    background-position: -380px 0px;
}
.hmenu .menu_portfolio a:hover, .hmenu .menu_portfolio a.current {
    background-position: -380px -55px;
}
.hmenu .menu_prices a {
    width: 94px;
    background-image: url("/res/menu.png");
    background-position: -579px 0px;
}
.hmenu .menu_prices a:hover, .hmenu .menu_prices a.current {
    background-position: -579px -55px;
}
.hmenu .menu_articles a {
    width: 110px;
    background-image: url("/res/menu.png");
    background-position: -679px 0px;
}
.hmenu .menu_articles a:hover, .hmenu .menu_articles a.current {
    background-position: -679px -55px;
}
.hmenu .menu_contacts a {
    width: 144px;
    background-image: url("/res/menu.png");
    background-position: -797px 0px;
}
.hmenu .menu_contacts a:hover, .hmenu .menu_contacts a.current {
    background-position: -797px -55px;
}



.map {
    margin-top: 0.5em;
    width: 100%;
    height: 500px;
}

.calculator {
    font-size: 120%;
    margin-top: 3em;
    width: 800px;
}
.calculator li {
    list-style: none;
    position:relative;
    width: 100%;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;

}
.calculator div {
    float: left;
    line-height: 2em;
}
.calculator input {
    width: 4em;
    font-size: 150%;
    padding: 0.1em;
    text-align: right;
    border: 1px solid #999;
}
.calculator .calc_title {
    width: 300px;
    width: 70%;
}

.calculator #calc_price {
    font-size: 160%;
    font-weight: bold;
    line-height: 1em;
}

.calculator #calc_result {
    display: none;
}





.show_contact_form {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}
.contact_form {
    font-size: 150%;
    margin-top: 2em;
    width: 800px;
}
.contact_fieldset {
    display: none;
}
.contact_form label {
    display: block;
    width: 100%;
    margin-bottom: 0.3em;
}
.contact_form input, .contact_form textarea {
    font-family: Arial;
    font-weight: normal;
    background-color: white;
    padding: 0.2em;
    font-size: 120%;
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
    border: 1px solid #999;
}
.contact_form .submit {
    width: 40%;
    float: right;
}





.hidden {
    display: none;
    padding: 0;
    margin: 0;
    border: none;
}


