/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100% Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
    padding:5px;
    font-size:0.8em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

h2 {
    padding:5px;
    font-size:0.8em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

h1.head
{
    padding:5px;
    font-size:0.8em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
h1.head span
{
    font-weight: normal;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}
 
ul, ol {
padding:0;
}
 
blockquote {
margin:1.25em;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
form input,
form select,
form textarea {
font:0.8em Helvetica, sans-serif;
}
 
form textarea {
width:100%;
line-height:1.25;
}
 
form label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
    border:0;
    margin:0;
    padding:0;
}
 
table tr td {
    padding:2px;
}
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

#head_line
{
    height: 4px;
    width:100%;
    background: #f6f2d3;
}

#header
{
    width: 1004px;
    margin: 0 auto!important;
    height: 100px;
}

div#info_div
{
    float: right;
    width:600px;
}

#phones
{
    float: right;
    width: 270px;
    margin-top: 10px;
}
#phones span
{
    display: block;
    float: left;
    width: 100px;
    padding: 0px 10px;
    line-height: 2em;
    font-size: 0.8em;
}

#phones span#emails
{
    line-height: 2em;
    font-size: 0.8em;
    width: 280px;
    color: #666;
}
#emails a
{
    color: #000;
}

#conts
{
    float: right;
    margin-top: 15px;
    width: 300px;
    padding-left: 20px;
    font-size: 0.8em;
    text-align: right;
}
#address
{
    color: #666;
}
#address span
{
    color: #000;
}

div#find_div
{
    margin-top: 15px;
    width:222px;
    padding: 3px 5px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #f6f5f4;
    float: right; 
}

div#find_div input[type=text]
{
    width: 194px;
    padding: 2px;
    font-size: 1em;
    color: #000;
    background: none;
    border: 0;
}
div#find_div input[type=submit]
{
    height: 12px;
    width: 12px;
    background: url("../search-button.png") 0px -14px no-repeat;
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: relative;
    top:3px;
    margin-left:3px;
    cursor: pointer;
}
div#find_div input[type=submit]:hover
{
    background: url("../search-button.png") top left no-repeat;
}

#menu
{
    background: #fdfae6;
}
#menu_in
{
    width: 1004px;
    margin: 0 auto!important;
    padding: 0px;
}
#menu_in ul
{
    padding:0;
    margin:0;
}
#menu_in ul li
{
    display: inline-block;
    position: relative;
    width: 139px;
    height: 46px;
    margin:0;
    margin-top:3px;
    margin-bottom:5px;
}
#menu_in ul li a
{
    display: block;
    padding: 11px 10px;
    padding-bottom:16px;
    height: 24px;
    font-size: 0.9em;
    text-decoration: none;
    color: #222;
    width: 113px;
    padding-left: 14px;
    background: #fff;
    position: absolute;
    text-align: center;
    font-weight: bold;
}
#menu_in ul li:hover a
{
    padding-top:12px;
    padding-bottom:19px;
    background: #b90000;
    margin-top:-2px;
    color:#fff;
}

#menu_in ul li div.fly_menu
{
    position: absolute;
    margin-top:53px;
    padding:5px;
    cursor: default;
    display: none;
    z-index:100;
    background: #fff;
    border:1px solid #f1f1f1;
}
#menu_in ul li:hover div.fly_menu
{
    display: block;
    z-index:100;
}

#menu_in ul li div.fly_menu ul li
{
    padding: 0px;
    margin:0px;
    height: 2em;
    width: 335px;
    border-bottom: 1px solid #f1f1f1;
}
#menu_in ul li div.fly_menu ul li a
{
    padding: 1px 8px;
    padding-top:5px;
    margin:0px;
    height: 2em;
    text-align: left;
    font-weight: normal;
    width: 320px;
    color: #000;
    font-size: 0.8em;
    background: #fff;
    cursor: pointer;
    font-weight: normal;
}
#menu_in ul li div.fly_menu ul li a:hover
{
    padding: 1px 8px;
    padding-top:5px;
    margin:0px;
    background: #fff;
    color: #000;
    text-decoration: underline;
}
#menu_in ul li div.fly_menu ul li:last-child
{
    border:0;
}

#wrap
{
    width: 1004px;
    margin: 0 auto!important;
    padding-top:5px;
}

#footer
{
    width: 100%;
    background: #473e00;
    margin-top:10px;
}

#footer_in
{
    width: 1004px;
    padding: 20px 0px;
    margin: 0 auto!important;
    color: #e9e9e9;
    font-size: 0.8em;
}
#footer_menu ul li
{
    display: inline-block;
    padding:0px 15px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    position: relative;
    margin:0;
    
}
#footer_menu ul li:last-child
{
    border-right: 0px;
}

#footer_menu a
{
    color: #fff;
    text-decoration: underline;
}

#footer_menu a:hover
{
    text-decoration: none;
}

div#content_in
{
    font-size:0.9em;
}

p.conts
{
    padding:5px 0px;
}

#ost_form td
{
    padding: 3px;
    font-size:0.9em;
}

#ost_form td input
{
    border: 1px solid #ccc;
    width: 200px;
}
#ost_form td input[type="button"]
{
    background: #b90000;
    width: 150px;
    font-weight: bold;
    padding:8px 10px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#ost_form td input[type="button"]:hover
{
    text-decoration: underline;
}

#ost_form td textarea
{
    border: 1px solid #ccc;
    width: 600px;
    height: 140px;
}

#pd_content 
{
    font-size: 0.9em;
}

div.succ_send
{
    margin:5px 0px;
    text-align: center;
    font-size:1em;
    border: 1px solid #56a717;
    padding: 10px;
    background: #e1ffc9; 
}

div.wrong_send
{
    margin:5px 0px;
    text-align: center;
    font-size:1em;
    border: 1px solid #FF9700;
    padding: 10px;
    background: #FFF6B6;
}
div#path_to_page
{
    font-size:11px;
    padding:3px 8px;
    text-align: left;
    margin-bottom: 5px;
    color: #666;
}
div#path_to_page span
{
    color: #222;
}
div#path_to_page a
{
    text-decoration: underline;
    color: #666;
}
div#path_to_page a:hover
{
    text-decoration: none;
}

div.info
{
    font-size: 0.8em;
}

#find-form, .find-form
{
    font-size: 0.75em;
}

#find-form .sel50
{
    width:50px;
    font-size: 1em;
}
#find-form .sel40
{
    width:40px;
    font-size: 1em;
}
#find-form .sel30
{
    width:30px;
    font-size: 1em;
}
#find-form .sel170
{
    width:170px;
    font-size: 1em;
}
#find-form .sel70
{
    width:70px;
    font-size: 1em;
}

.pad1
{
    padding:1px;
}

.pad3
{
    padding: 3px;
}
.pad5
{
    padding: 5px;
}

.sel_pad1
{
    padding: 1px;
}

input.ok_button
{
    border: 1px solid #666;
    width: 80px;
    font-weight: bold;
    background: #b90000;
    padding:3px 6px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
}
input.ok_button:hover
{
    text-decoration: underline;
}


input.clear_button
{
    border: 1px solid #666;
    width: 80px;
    font-weight: bold;
    background: #6a5f18;
    padding:3px 6px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
}
input.clear_button:hover
{
    text-decoration: underline;
}


input[disabled] {
    background-color: rgb(250, 250, 250);
    color: rgb(84,84,84);
}

select:disabled {
    background-color: rgb(250, 250, 250);
    color: rgb(84,84,84);
}

input, select
{
    border:1px solid #ccc;
}

.poisk_no_res
{
    padding: 5px;
    margin:5px 0px;
    font-size: 1.2em;
}

#fform_obj
{
    background: #fdfae6;
    padding:5px;
    padding-bottom:30px;
    margin-top:5px;
}

td.obj_row
{
    border: 2px solid #edc6c6;
}

td.obj_row a.zagol
{
    padding-bottom:10px;
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom:3px;
    text-decoration: underline;
    color: #444;
    cursor: pointer;
    font-size: 1em;
}
td.obj_row a.zagol span
{
    font-weight: normal;
    color: #000;
}
td.obj_row a.zagol:hover
{
    text-decoration: none;
}

td.obj_row div.obj_param
{
    text-align: left;
    margin: 5px 0px;
}
td.obj_row div.obj_param p
{
    line-height: 1.7em;
    color: #000;
    text-align: left;
    font-size: 1em;
}
td.obj_row div.obj_param p span
{
    font-weight: bold;
    color: #444;
}

td.obj_row div.price_row
{
    text-align: right;
    margin: 3px 0px;
}
td.obj_row div.price_row b
{
    color: #333;
}
td.obj_row a
{
    
}
td.obj_row a.image_row
{
    margin: 5px 0px;
    
}
td.obj_row a.podr_row
{
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #0000bb;
    font-size: 1em;
    text-decoration: underline;
}
td.obj_row a.podr_row:hover
{
    text-decoration: none;
}

div#gallery_div
{
    margin-top: 10px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

div#gallery_div a
{
    display: block;
    float: left;
    margin: 5px;
}

table.info_conts
{
    padding: 3px;
    background: #f3f3f3;
    margin: 5px 0px;
    margin-bottom:10px;
    line-height: 1.6em;
}
table.info_conts td
{
    line-height: 1.6em;
}
table.info_conts b
{
    color: #333;
}
div.info_params
{
    padding-bottom: 5px;
}
div.info_params p
{
    padding: 5px 0px;
}
div.info_params p span
{
    font-weight: bold;
    color: #444;
}

div.cena_in
{
    padding:5px 5px;margin-bottom:10px;
} 
p.descr_in
{
    text-align: justify;
    padding-left: 5px;
    word-wrap: break-word;
}

div.listalka
{
     padding:5px 0px;
     text-align: center;
}
div.listalka a
{
    text-decoration: underline;
    color: #0000bb;
    font-size: 15px;
    display: inline-block;
    margin:0px 1px;
}
div.listalka a:hover
{
    text-decoration: none;
} 
div.listalka b
{
    display: inline-block;
    margin:0px 1px;
}

a.ss_icon
{
    display: inline-block;
    margin-top:10px;
    margin-left: 8px;
}

a.news_href
{
    text-decoration: underline;
    color: #222;
    font-size: 1em;
    font-weight: bold;
}
a.news_href:hover
{
    text-decoration: none;
}

div.dop_page_text
{
    font-size: 13px;
    padding: 5px;
    margin-top: 10px;
}

a#show_on_map
{
    text-decoration: none;
}
a#show_on_map span
{
    position: relative;
    top: -4px;
    text-decoration: underline;
}

a#show_on_map:hover span
{
    text-decoration: none;
}

.sel200
{
    width:200px;
    font-size: 1em;
}

div.filter
{
    margin-bottom: 5px;
    margin-top: 3px;
}
.image_call1
{
    position: fixed;
	right:50px;
    top: 50px;
	height: 116px;
	line-height:116px;
	background:transparent;
    cursor: pointer;
    z-index: 9999;
}
@media (max-width: 1199px)
{
    .image_call1
    {
        right:20px;
        top: 20px;
    }
}
@media (max-width: 979px)
{
    .image_call1
    {
        right:5px;
        top: 5px;
    }
}


.image_call2
{
    position: fixed;
	right:80px;
    top: 80px;
    height: 50px;
	line-height:50px;
	background:transparent;
    cursor: pointer;
    z-index: 9999;
}
@media (max-width: 1199px)
{
    .image_call2
    {
        right:40px;
        top: 20px;
    }
}
@media (max-width: 979px)
{
    .image_call2
    {
        right:10px;
        top: 20px;
    }
}
.m-b-8
{
    margin-bottom: 8px;
}
.m-t-8
{
    margin-top: 8px;
}
.m-t-20
{
    margin-top: 20px;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
    max-width: 1000px;
    max-height: 562px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 562px;
}

#video_container
{
    padding-bottom: 10px ;
    padding-top: 10px ;
}

#video_obj_head
{
    padding-top: 10px;
    padding-bottom: 3px;
    font-weight: bold;
}
.hide
{
    display: none;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.site_block_table
{
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 1px;
}
.block_href
{
    color: #000;
    text-decoration: underline;
}
.block_href:hover
{
    text-decoration: none;
}

div.all_obj_href
{
    padding:5px 0px;
}
div.all_obj_href a
{
    text-decoration: underline;
    font-size: 14px;
    color: #000;
}
div.all_obj_href a:hover
{
    text-decoration: none;
}

.not_vis
{
    display: none;
}

#report_info
{
    padding: 20px;
    font-size: 13px;
}

#report_info table
{
    border-collapse: collapse;
}
#report_info table td,
#report_info table th
{
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
}
#report_info h3
{
    padding: 10px;
}
#report_info small
{
    font-size: 12px;
}

@media (min-width: 979px)
{
    .o_nas_image
    {
        max-width:700px;
    }
    .mw700
    {
        max-width:700px;
    }
}
.tags-list
{
    text-align: left;
    margin-top:10px;
    margin-bottom: 10px;
}
.tags-list span, .tags-list a
{
    display: inline-block;
    padding: 2px 5px;
    margin-right:10px;
    margin-bottom:5px;
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
}
.tags-list a:hover
{
    color: #ffffff;
    background-color: #2f96b4;
}
.tags-list span.cloud_sel
{
    background-color: #ffffff;
    color: #022a3b;
    border-color: #ffffff;
}
.elink_page
{
    margin-top:20px;
}