li { list-style: none; padding: 0; margin: 0; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img  { border: 0 none; }
.clear { clear: both; }
a:hover{
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top:15px;
    margin-bottom: 15px;
}
h1{
    margin-left: 15px;
}
@font-face {
    font-family: 'Calibri';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('fonts/calibri.woff') format('woff'),
    url('fonts/calibri.ttf') format('truetype'),
    url('fonts/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('fonts/myriadpro-bold.eot');
    src: url('fonts/myriadpro-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriadpro-bold.woff') format('woff'),
    url('fonts/myriadpro-bold.ttf') format('truetype'),
    url('fonts/myriadpro-bold.svg#myriadpro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('fonts/trebuchet_ms.eot');
    src: url('fonts/trebuchet_ms.eot') format('embedded-opentype'),
    url('fonts/trebuchet_ms.woff') format('woff'),
    url('fonts/trebuchet_ms.ttf') format('truetype'),
    url('fonts/trebuchet_ms.svg#TrebuchetMSRegular') format('svg');
}
h1
{
    color:#004d9c;
    font-size:18px;
    font-family:Trebuchet MS;
}

h2
{
    color:#004d9c;
    font-size:16px;
    font-family:Trebuchet MS;
}
h3
{
    color:#004d9c;
    font-size:16px;
    font-family:Trebuchet MS;
}
html{
    height:100%;
    font-family: GillSansCRegular !important;
}
body{
    height:100%;
    width:100%;
    font-size:13px;
    background:url("../images/background.jpg") repeat center top;
    font-family: GillSansCRegular !important;
}

#wrapper
{
    width:100%;
    position:relative;
    z-index:9;
    /*background:url("") no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding-top:20px;*/
    padding-bottom: 20px;
}
.facebook{
    margin-left:16px;

}
.yashare-auto-init-single{
    margin-left:13px;
    margin-top:20px;
}
#container{
    height:100%;
    width:975px;
    margin:0 auto;
    min-width:975px;
    /*background:#f5f5f5;*/

}
.wrapperHeader
{
    /*background:url("images/header.jpg") no-repeat center top;*/
    min-width:975px;
    /* padding-top: 30px; */
    position:relative;
    padding-top: 10px;
    /*    padding-bottom: 10px;*/
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.header_menu_wrapper{
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 15px;
}

.title{
    display: block;
    height:56px;
    width:482px;
    background:url("../images/title.png") no-repeat left bottom;
    /* 	margin-left: 15px;
        margin-top:-25px; */
}

.slogan{
    margin-left: 15px;
    margin-top:5px;
    font-weight:bold;
    color:#33985F;
    font-size: 14px;
    font-family: Trebuchet MS !important;
}

header .search{
    /*	float:right;
        margin-right: 25px;
        margin-top: -50px; margin-top: -40px;*/
    position:relative;
    z-index:9;

}
header .search .search-form{


    position: absolute;

}








#bg { position: fixed; top: 0; left: 0%;}

.findText{
    /* background:url("../images/text_bg.png") repeat-x;
    border: 1px solid #b2b4b5;
    border-radius:7px;
    -webkit-border-radius:7px;
    color: #A0A0A0;
    height: 20px;
    position:relative;
    z-index:98;
    line-height: 20px;
    padding-left: 10px;
    width: 175px; */
    width: 267px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
}

.custom_form input[type='text'].findText{
    width: 177px;
    float: left;
    display: block;
    border-radius: 5px 0px 0px 5px;
}
/* .custom_form input[type='text'].findText:focus{
width: 300px;

} */





.findButton{
    /* 	background:url("../images/find_button.png") no-repeat center top;
        height:34px;
        position:absolute;
        width:46px;
        top:1px;
        left:175px;
        cursor:pointer;
        border:0px;
        background: url("../images/find_button.png") no-repeat center -1px;
    height: 34px;
    position: absolute;
    width: 30px;
    top: 0px;
    right: -24px;
    cursor: pointer;
    border: 0px;
    border-radius: 5px;*/
    display: inline-block;
    margin-top: 0 !important;
    box-sizing: inherit;

}

.menu{
    padding: 20px 10px;
    width: 975px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
.menu li{
    color: #030303;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'MyriadPro-Bold';
    display: inline-block;
    margin: 0 6px;

}
.menu li.red a{
    color:red;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}
@-moz-document url-prefix() {
    .menu li{
        margin:0 7px 0 7px;
    }
}

.menu li a{
    color:#505050;
    text-decoration:none;
}
.menu li a:hover{
    color:#1B4E9B;
}
.menu li.current-menu-item a{
    color:#1B4E9B;
}
#sliderCont
{
    margin:0 auto;
    margin-top:21px;
    height:530px;
    width:940px;
    overflow:hidden;
    border: 1px solid #f5f5f5;


}
#my-slideshow{
    border-radius:20px;
    -webkit-border-radius:20px;
}
#sliderCont img{
    height:530px;
    width:795px;
}
.bjqs-next
{
    display:block;
    height:37px;
    width:37px;
    background:url("../images/right.png") no-repeat center top;
}

.bjqs-prev
{
    display:block;
    height:37px;
    width:37px;
    background:url("../images/left.png") no-repeat center top;
}

#startStop
{
    display:block;
    height:25px;
    width:23px;
    background:url("../images/start_stop.png") no-repeat -24px 0;
}
.noplay{
    background-position:0 0 !important;
}
#content
{

    width:975px;
    margin:0 auto;
}


#mainblock
{
    width:640px;
    float:left;
}

#mainblock.fullwidth{
    width:960px;
    /*	min-height:600px;*/
}
.content_main {

}
.content_main .main_menu_item{
    margin-left:16px;
    margin-top:20px;
    float:left;
}
.content_main .small_main_menu_item{
    margin-left:19px;
}
.content_main a{
    display:block;
    margin:0px;
    padding:0px;

    /* font-family: 'Myriad Pro'; */
    font-size:14px;
    -webkit-border-radius:10px;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;

}
.content_main a img{
    margin:0px;
    padding:0px;
    border-radius: 10px 10px 0 0;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;

}
.content_main a span{
    display:block;
    text-align:center;
    padding:1px 0 3px 0px;
    border-radius: 0 0 10px 10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    margin-top:0;
    background-color:#00327a;
}
.mavricus{
    background:url("../images/mavricus.png") no-repeat center top;
}

.living{
    background:url("../images/living.png") no-repeat center top;
}

.auto{
    background:url("../images/auto.png") no-repeat center top;
}

.road{
    background:url("../images/road.png") no-repeat center top;
}

.active_rest{
    background:url("../images/active_rest.png") no-repeat center top;
}

.tours{
    background:url("../images/tours.png") no-repeat center top;
}

.gallerys a{
    display:block;
    float:left;
    width:302px;
    height:317px;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin-left:27px;
    margin-top:24px;
}
.travels{
    background:url("../images/travels.png") no-repeat center top;
}

.gallery{
    background:url("../images/gallery.png") no-repeat center top;
}

.text{
    margin-left:30px;
    margin-top:25px;
    color:#010101;
    font-size:14px;
    font-family:  GillSansCRegular !important;
    width:975px;
    line-height: 1.3;
}

.text_main{
    margin-left:15px;
    margin-top:25px;
    color:#010101;
    font-size:15px;
    font-family:'Calibri';
    text-align:justify;
    line-height: 1.3;

}
.text_main p{
    margin-bottom:10px;
    font-family: GillSansCRegular !important;

}
.text_main  h2{
    margin-bottom:10px;
}
.text_main h1.main_h1{
    color:#004d9c;
    font-size:18px;
    margin-bottom:15px;
    font-family:Trebuchet MS;

}

.right_blocks{
    float:right;
}

#sideMenu{
    display:block;

    margin-right: 15px;
    margin-top:20px;
    width:300px;

    border: 2px solid #1b4e9b;
    border-radius:10px;
    -webkit-border-radius:10px;
    /*background:#f5f5f5;*/
}

.cc{
    width:50px;
    height:42px;
    display:block;
    float:Left;
    margin-top:7px;
    background:url("../images/soc_seti.png") no-repeat 0 0;
}

.cc.vk{
    background-position:-100px 0;
    width:43px;
    margin-left:8px;
}
.cc.tw{
    background-position:-150px 0;
    width:43px;
    margin-left:7px;
}
.cc.fb{
    background-position:-50px 1px;
    width:43px;
    margin-left:3px;
}
.cc.sk{
    background-position:0 0;
    margin-left:3px;
}
.cc.ml{
    background-position:-249px 0;
    width:40px;
    margin-left:7px;
}
.cc.lj{
    background-position:-198px 0;
    width:40px;
    margin-left:3px;
}

.line{
    width: 280px;
    height:2px;
    background: #1b4e9b repeat-x;
    margin-left: 8px;
    margin-top: 7px;

}

.map_top{
    width:279px;
    height:133px;
    display:block;
    margin: 10px auto 1px;

}

.sidebar .news{
    width:270px;
    margin-top:12px;
    margin-left:11px;
}
.sidebar .news .item{
    height:130px;
    margin-bottom:15px;
}
.item p{
    margin-top:4px;
    color:#030303;
    font-size:13px;
    font-family:  GillSansCRegular !important;
}

.item a{
    color:#1b4e9b;
    text-decoration:none;
    display:block;
}

.item .news_title{
    padding-bottom:10px;
    color:#015bab;
    font-size:15px;
    font-family:Trebuchet MS;
}
.map_bottom{
    width:279px;
    height:299px;
    display:block;
    margin: 10px auto 5px;
    background:url("../images/map_bottom.png") no-repeat center top;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.maps{
    margin: 10px auto 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    width:279px;
    height:305px;
    display:block;
    overflow:hidden;
}


#footerWrapper .info{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    width: 975px;
    margin: 0 auto;
    /* background: url("../images/info_fon.png") repeat-y center top; */

}

.news_text{
    width:100%;
    overflow:hidden;
}

#footerWrapper a{
    color:#FFF;
    /* font-family:Trebuchet MS; */
    font-size:14px;
    text-decoration:underline;
}

.item_text{
    margin-top:20px;
    margin-left:15px;
    position:relative;
}
.item_text .more_lnk{
    position:absolute;
    bottom:10px;
    right:10px;
}

.item_text a{
    color: #1B4E9B;
    display: block;
    /* font-family: Trebuchet MS; */
    font-size: 14px;
    /*margin-left: 500px;*/
    margin-top: 3px;
    text-decoration: none;
}
.item_text a p{
    font-size: 15px;
}
.facebook_likelike{
    float:right;
    margin-top: 20px;
}
.yashare-auto-init-t{
    float:left;
}
.left_facebook_s{
    margin-left:18px;
}
.item_text .line{
    width:600px;
    margin-top:7px;
    margin-left: 0;


    width: 100%;

}
.fullwidth .item_text{
    margin-left:15px;
}
.fullwidth .item_text .line{
    width:945px;
}

.short_text, .full_text{

    font-size:15px;
    color:101010;
    margin-top:10px;
    overflow-x: hidden;

}

.short_text{
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;

}




.full_text p{
    margin-bottom:5px;
}
.full_text p strong{
    font-size:15px;
}
.short_text .img{
    float:left;
    width:200px;
    height:150px;
    overflow:hidden;
    margin-right:10px;
}
.short_text  p{
    color:#000;
}
.n_title{
    /*margin-left:30px;*/
}

.cat_title{
    margin-top:20px;
    margin-left: 60px;;
}

#respond{
    margin-left:30px;
    margin-top:20px;
}
#respond p{
    /* font-family:Trebuchet MS; */
    font-size:14px;
    color:101010;
    margin-top:10px;
}

.sl_lt{
    position:absolute;
    width:18px;
    height:18px;
    top:-2px;
    left:-2px;
    background: url("../images/tl.png") no-repeat 0 0;
}

.sl_rt{
    position:absolute;
    width:18px;
    height:18px;
    top:-2px;
    right:-2px;
    background: url("../images/tr.png") no-repeat 0 0;
}

.sl_lb{
    position:absolute;
    width:18px;
    height:18px;
    bottom:-2px;
    left:-2px;
    background: url("../images/bl.png") no-repeat 0 0;
}

.sl_rb{
    position:absolute;
    width:18px;
    height:18px;
    bottom:-2px;
    right:-2px;
    background: url("../images/br.png") no-repeat 0 0;
}

.time{
    float: right;
    font-size: 12px;
    color: #1B4E9B;
    /* margin-top: -20px; */
    margin-top: -9px;
    width: 173px;
    text-align: right;
}

.ggl{
    position:absolute;


}
.ggl li{
    float:left;
    margin-right:5px;
}
.ggl li img{
    width:20px;
    height:13px;
}
.right_block{
    float:right;
}
.map{
    display:block;

    padding: 10px 10px 10px 10px;
    margin-top:13px;
    width:281px;
    border-radius:10px;
    -webkit-border-radius:10px;

}
.map img{
    border-radius:5px;
    -webkit-border-radius:5px;
}
.filter{
    display:block;
    padding: 10px 10px 10px 10px;
    margin-top:13px;
    width:281px;
    border:2px solid #1b4e9b;
    border-radius:10px;
    -webkit-border-radius:10px;
    margin-left:10px;
}

.filter .title_filter{
    padding-bottom: 10px;
    color: #015BAB;
    font-size: 16px;
    font-weight:bold;
    font-family: Trebuchet MS;
}
.filter .item{
    /* margin-bottom:10px; */
    margin-bottom:7px;
}
.filter label{
    margin-bottom:5px;
    /* font-family: Trebuchet MS; */
    font-size: 14px;
    display:block;
}
.filter select{
    width:100%;
    border:1px solid #B2B4B5;
    border-radius:5px;
    -webkit-border-radius:5px;


}
.filter label.ligth{
    float:left;
}
.filter input[type="checkbox"]{
    float:left;
    margin:1px 10px 0px 0;
}
.filter input[type="submit"]{
    background-color:#1B4E9B;
    padding:5px 15px;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius:5px;
    -webkit-border-radius:5px;
    float:right;
    /* margin:10px 0; */
    margin:0;
}

#comments{
    margin-left:30px;
    margin-top:20px;
}

.commentlist{
    margin-left:30px;
    margin-top:30px;
}
.listlist{
    /*background-image: linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);
background-image: -o-linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);
background-image: -moz-linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);
background-image: -ms-linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.12, rgb(51,152,95)),
    color-stop(0.97, rgb(193,255,168))
);*/

    /*background: url("images/fonfon.png") no-repeat 0 0;
    background: rgb(0,77,156); /* Old browsers */
    background: #004d9c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGQ5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzJiODhkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #004d9c 0%, #2b88d9 51%, #207cca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9c), color-stop(51%,#2b88d9), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #004d9c 0%,#2b88d9 51%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #004d9c 0%,#2b88d9 51%,#207cca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #004d9c 0%,#2b88d9 51%,#207cca 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #004d9c 0%,#2b88d9 51%,#207cca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9c', endColorstr='#207cca',GradientType=0 ); /* IE6-8 */


    /*background: url("images/line.png") no-repeat 0 0;*/

    text-transform: uppercase;


    margin-top:10px;
    margin-bottom:10px;
    margin-left:15px;
}
.list{

    float:left;
}
.list li{
    float:left;
    margin-left:70px;
    padding:2px 20px;
}
.list li a{
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.list li.selected{

    /* background-color:#004D9C; */

    color:#000;

}
.list li.selected a{
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.error_f{
    margin-left:35px;
}

.hidden_info{
    display:none;
}
.hidden{
    display:none;
}

.item_live{
    width:305px;
    height:280px;
    float:left;
    position:relative;
    margin-top:20px;
    margin-left: 15px;
    border-radius:10px;
    -webkit-border-radius:10px;
    cursor:pointer;


}

.item_live .price_ballon{

    background: url("../images/fonfon.png") no-repeat 0 0;
    color:#fff;
    font-size:16px;
    position:absolute;
    font-family:"Trebuchet MS";
    top:-15px;
    padding:2px;
    left:85px;
    /* width:105px; */width: 115px;
    padding:5px 10px;
    text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #fff;
    z-index:99;
}

.item_live  img{
    border-radius:10px 10px 0 0;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;

}

.item_live .info{
    height:95px;
    width:290px;
    overflow:hidden;
    margin:0px 0px 0 0;
    background: #c1ffa8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZmZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzMzOTg1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #c1ffa8 0%, #33985f 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1ffa8), color-stop(88%,#33985f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1ffa8 0%,#33985f 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ffa8', endColorstr='#33985f',GradientType=0 ); /* IE6-8 */

    line-height: 1.2;
    font-size:14px;
    font-family:"Trebuchet MS";
    color:#000;
    padding:5px;

    border-radius:0 0 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    z-index:99;
    position:relative;
    text-align:center;
    font-family: GillSansCRegular !important;
}

.item_live  .info .title_in{
    font-weight:bold;
    font-size:16px;
    padding-top:3px;
    padding-bottom:5px;
    text-align:center;
    border-bottom:2px solid #33985f;
    margin-bottom:3px;
}

.item_live2{
    width:280px;
    height:235px;
    float:left;
    position:relative;
    margin-top:20px;
    margin-left: 27px;
    border-radius:10px;
    -webkit-border-radius:10px;
    cursor:pointer;
}
#popup.grey{
    background:#858585;
}
.item_live2 .price_ballon{

    background: url("../images/fonfon.png") no-repeat 0 0;
    color:#fff;
    font-size:16px;
    position:absolute;
    font-family:"Trebuchet MS";
    top:-15px;
    padding:2px;
    left:85px;
    width:95px;
    padding:5px 10px;
    text-align:center;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #fff;
    z-index:99;
}

.item_live2  img{
    border-radius:10px 10px 0 0;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
.item_live2 a{
    text-decoration:none;
}
.item_live2  .title_in{
    width:256px;
    display:block;
    overflow:hidden;
    text-align:center;
    margin:-10px 0px 0 0;
    background: #c1ffa8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZmZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzMzOTg1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #c1ffa8 0%, #33985f 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1ffa8), color-stop(88%,#33985f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1ffa8 0%,#33985f 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ffa8', endColorstr='#33985f',GradientType=0 ); /* IE6-8 */


    /* font-family:"Trebuchet MS"; */
    color:#000;
    padding:5px;
    border-radius:0 0 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    z-index:99;
    position:relative;
}

.item_live2  .info .title_in{
    font-weight:bold;
    font-size:16px;
    padding-top:5px;
    text-align:center;
}

h2.regions{
    margin-left: 15px;

    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}
h2.regions span{
    display:block;
    margin-top:-3px;
}
#popup_wrap{
    display:none;
    z-index:99;
    position:absolute;
    top:0px;
    left:0px;
    background: url("../images/popupback.png");
}
#popup{
    width:801px;
    min-height:200px;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #B2B4B5;
    position:absolute;
    top:10%;
    left:50%;
    margin-left:-400px;
}
#popup .tit,.popup_new .tit{
    border-radius:2px;
    -webkit-border-radius:2px;
    width:100%;
    background-image: linear-gradient(bottom, rgb(51,152,95) 12%, rgb(193,255,168) 97%);
    background: #c1ffa8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZmZhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzMzOTg1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #c1ffa8 0%, #33985f 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1ffa8), color-stop(88%,#33985f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1ffa8 0%,#33985f 88%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1ffa8 0%,#33985f 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ffa8', endColorstr='#33985f',GradientType=0 ); /* IE6-8 */

}
#popup .tit .name,.popup_new .tit .name{
    color:#fff;
    font-weight:bold;
    font-size:16px;
    padding:5px;
    float:left;
}
#popup .tit .exit,.popup_new .tit .exit{
    padding:5px;
    float:right;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    margin-right:5px;
    cursor:pointer;
}

#popup .content{
    width:100%;
    padding:10px 5px;
}

.popup_new .content{
    width:100%;
    padding:10px 0;
}

#popup .content .imgs,.popup_new .content .imgs{
    width:250px;
    float:left;
    display:block;
}
#popup .content .imgs2,.popup_new .content .imgs2{
    width:790px;
    float:left;
    display:block;
}
#popup .content .texts{
    width:535px;
    float:left;
    display:block;
    font-size:14px;
}
.popup_new .content .texts{

    float:left;
    display:block;
    font-size:14px;


    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    width: 605px;
}
.fancybox-inner .popup_new .content .texts{
    width:625px;

    padding: 0;
}




#popup .content .texts h2,.popup_new .content .texts h2{
    text-transform: uppercase;
    font-size:14px;
}
#popup .content .texts .har,.popup_new .content .texts .har{
    margin-top:5px;
}
#popup .content .texts .har span,.popup_new .content .texts .har span{
    font-weight:bold;
    width:305px;
    display:block;
    margin-right:5px;
    float:left;
    clear:both;
}
#popup .content .texts  li,.popup_new .content .texts  li{
    clear:both;
    margin-bottom:5px;
}

#popup .content .texts .des,.popup_new .content .texts .des{
    margin-top:10px;
    margin-bottom:5px;
    text-transform: uppercase;
}

#popup .content .imgs .im,.popup_new .content .imgs .im{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
#popup .content .imgs a,.popup_new .content .imgs a{
    font-size:18px;
    color:#fff;
    text-decoration:none;
    background: url("../images/fonfon.png") no-repeat 0 0;
    padding:5px 20px;
    top:20px;
    position:relative;
    border-radius:5px;
    -webkit-border-radius:5px;
}

#popup .content .imgs2 .im,.popup_new .content .imgs2 .im{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
#popup .content .imgs2 a,.popup_new .content .imgs2 a{
    font-size:18px;
    color:#fff;
    text-decoration:none;
    background: url("../images/fonfon.png") no-repeat 0 0;
    padding:5px 20px;
    top:20px;
    position:relative;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.top10{
    margin-top:10px;
}
#showImg{
    display:none;
    position:absolute;

}
#showImg img{
    border:2px solid #B2B4B5;
    border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0px 0px 3px #B2B4B5;
}

.slideshow{
    top:0px;
    /* left: -2px; */
    position: relative;
    width:300px;
    overflow:hidden;
    height:160px;
}
.slideshow img{
    left:0;
}
.ufo-form input, .ufo-form textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius:5px;
}
.ufo-form button{
    background-color: #1B4E9B;
    padding: 5px 15px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    position:relative;
    right:-11px;
    float: right;
    margin: 10px 0;
}

.alignleft{
    float:left;
    margin-right:10px;
}
.alignright{
    float:right;
    margin-left:10px;
}
.input{
    width: 279px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius:5px;
}

.transposh_flags{
    overflow:hidden;
    height:25px;
    width:130px;
    left:-138px;
    top:-50px;
}
.transposh_flags a{
    margin-right:5px;
}
.transposh_flags a img{
    width:16px;
    height:11px;
}
.transposh_flags a.tr_active img{
    border:1px solid #1B4E9B;
}

.all_predl_wrapper{
    padding-left: 15px;
    border-top: 2px solid #1B4E9B;
    border-bottom: 2px solid #1B4E9B;
    display: block;
    margin-left: 14px;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    margin-bottom: 55px;
}


.all_predl:hover{
    background: none;
}

.all_predl_left{
    font-weight: bold;
    text-decoration: none;
    /*float:left;
    display:block;
    padding: 10px 15px;
	width:915px;
	background:url("../images/fonfon2.png") no-repeat 0 0 #33985F;
	margin:10px 15px 5px;
	font-weight: bold;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


font-size: 16px;
text-decoration:none;



background: rgba(27, 78, 155, 0.65);
display: block;
margin-right: 15px;
margin-top: 20px;
border: 2px solid #1B4E9B;
border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 40px;
padding: 8px 15px;
*/



}
.all_predl span{
    float:right;
    margin-right:5px;
}


.reklama{
    margin-top:20px;
    width: 305px;

    /*margin-bottom: 120px;*/
}
.reklama1{
    margin-left: 10px;
}
.reklama img{
    display:block;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.region_descr{
    margin-left:14px;
    font-size:15px;
    font-family: GillSansCRegular !important;
    margin-left: 14px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;


}
.region_descr[data-id="1"]{
    width: 600px;
}










.divround{
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    padding:10px;
    width: 280px;
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius:10px;

}
.reklama p{
    margin-top:10px;
    display: block;
    margin-right: 15px;
    margin-top: 20px;
    padding:10px;
    width: 280px;
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius:10px;
}

#slider1 li{
    position:relative;
}

#popup .thumbs,.popup_new .thumbs{
    padding-left:5px;
    border-left:1px solid #EEE;
    position:relative;
    overflow:auto;
}

#slider1 li .descr{

    width:100%;

    text-align:left;
    padding:15px 20px;
    /*	background: url("images/backw.png") repeat 0 0;*/
}

#slider_wr .bx-prev{
    display:block;
    height:37px;
    width:37px;
    background:url("../images/left.png") no-repeat center top;
    z-index:99;
    position:absolute;
    left:0px;
    top:150px;
    font-size:0px;
}

#slider_wr .bx-next{
    display:block;
    height:37px;
    width:37px;
    background:url("../images/right.png") no-repeat center top;
    position:absolute;
    right:0px;
    top:150px;
    font-size:0px;
    z-index:99;
}
#my-start-stop {
    bottom:8px;
    right:148px;
    position:absolute;
    z-index:99;
    background: url("../images/fonfon.png") no-repeat 0 0;
    width:40px;
    height:30px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
#my-start-stop .bx-start{
    background: url("../images/start_stop.png") no-repeat -24px 0;
    font-size:0px;
    width:24px;
    height:24px;
    display:block;
    margin:3px 0 0 7px;
}
#my-start-stop .bx-start.stop{
    background-position: -24px 0;
}
#my-start-stop .bx-start.start{
    background-position:0 0;
    margin:3px 0 0 11px;
}

.gallery_like{
    padding:0 40px 0 10px;
}
.faceBook_gallery{
    position:absolute;
    right: 202px;
    bottom: 12px;
    z-index:999;
    width:125px;
}
#ya_share1{
    position:absolute;
    right: 340px;
    bottom: 8px;
    z-index:999;
}
.page_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -350px;

}
.page {
    min-height: 100%;
    padding-bottom: 350px;
}
footer {
    height: 350px;

    width: 100%;
    min-width: 975px;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    margin-top: 20px;
    /*    background: rgba(27, 78, 155, 1);*/
    background: #023C7F;
    /*margin-top: -350px;*/
    /*    border-top: 2px solid #1B4E9B;*/

}


html, body {
    height: 100%;
}
.sidebar .news_text{
    height: 83px;
}
.color_black{
    color:black;
}
a.color_black{
    color:black;
}
.content2{
    /* margin-top:15px; */
}
.menu li.blue a{
    /* color: #1B4E9B; */
}
.menu li.red a{
    color: #F00;
}


.cs_text{
    margin-top: 10px;
}

.cs_text .photo{
    float: left;
    padding-right: 20px;
    padding-bottom: 5px;
}

.content2{
    margin-bottom: 25px;
}



.menu li.root-item-selected a{
    color: #1B4E9B;
}

a.back_to_news{
    color: #1B4E9B;
    font-family: Trebuchet MS;
    text-decoration: none;
    display: block;
}

.search-page{
    margin-top: 20px;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}


.filter input[type="text"]{

    width: 279px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;

}


.filter{
    margin-left:0;
}

form input.error {
    border-color: #F00 !important;
}






.form_inner input{
    width: 100%;
    padding: 5px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_inner textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form_inner .item .name{
    float:left;
    width:140px;
}

.form_inner .item .value{
    float:left;
    width:280px;
}
.form_inner .item {
    margin-top:10px;
}


.form_inner input[type="submit"]{
    background-color: #1B4E9B;
    padding: 5px 15px;
    border: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;

    float: right;
    margin: 10px 0;
    /* width: 97px; */
    width: auto;
    cursor:pointer;

}

.form_inner .input{
    border:none;
}

.cs_gallery {
    margin-top: 20px;
    margin-left: 15px;

}
.cs_gallery a{
    text-decoration:none;
}

#mainblock .blueimp-gallery .title{
    background: none;
    bottom: 40px;
    top: auto;
    text-shadow: 0 0 2px #FFF;
    padding: 10px;
    height: 20px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

#mainblock .blueimp-gallery{
    /* bottom:40px; */
    /* padding-bottom: 40px; */
    padding-bottom: 80px;
}
#mainblock .blueimp-gallery>.indicator {
    bottom: 0;
    /* bottom: 43px; */
}

#mainblock .blueimp-gallery>.play-pause {

    /* bottom: 43px; */

}


.content2 .blueimp-gallery > .indicator > li {

    border-radius: 50%;

    height: 30px;

    width: 30px;
}

.sidebar .news_text {
    width: 100%;
    overflow: hidden;
    height: 80px;
    color: #000;
}

.sidebar .news_text a {
    font-family: GillSansCRegular !important;
    color: #000;
}

header .lang {
    width: 200px;
}
header .lang ul {
    margin: 13px 0 12px 40px;
}

header .lang ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 13px 0 0;

}
header .lang ul li.active {
    padding: 0 0 0 17px;
}

header .lang ul li.ru {
    background: url("../images/flags/ru.gif") no-repeat 0 2px;
    padding-left: 36px;
}

header .lang ul li.en {
    background: url("../images/flags/en.png") no-repeat left 2px;
    padding-left: 36px;
}

a{
    color: #1B4E9B;
}


/*ћодальные окна*/
.modal{
    width: 380px;
    border-radius:10px;
    color:#ffffff;
}
.modal .container{
    width:auto;
}
.modal .modal_inner{
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    background-color:#2d2d2d;
    border-radius:  0 0 10px 10px;
    margin-top: -3px;
    min-height: 100px;
    overflow:auto;
}
.modal h1{
    font-size:18px;
    margin:0px;
}
.modal .block.h1_wrapper{
    margin-top:0px;
    margin-bottom:10px;
}
.modal  .container_wrapper.page_classic .container_inner{
    margin:0px;
}

.modal_cross{
    /*
    width:18px;
    height:18px;
    position:absolute;
    right: 40px;
    top: 92px;*/

    width: 18px;
    height: 18px;
    float: right;
    margin-top: 24px;
}
.modal_circle{
    background: url("img/modal_circle.png") no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -9px;
    top: 39px;
}
.modal_cross:hover{
    cursor:pointer;
}

.modal .container_wrapper.green_red{
    display: none;

}
.modal {
    /*position: absolute;*/

}

/*высота модальных окон*/

@media (max-height: 1080px){

    .modal_inner {
        max-height: 800px;

    }


}

@media (max-height: 768px){

    .modal_inner {
        max-height: 500px;

    }


}

@media (max-height: 640px){

    .modal_inner {
        max-height: 400px;

    }


}

@media (max-height: 480px){
    .modal_inner {
        max-height: 300px;

    }


}



@media (max-height: 320px){
    .modal_inner {
        max-height: 200px;

    }


}



@media (max-height: 250px){
    .modal_inner {
        max-height: 100px;

    }


}

.modal_head{
    background: url("img/modal_head_bg.jpg") repeat-x 0px 0px;
    height:45px;
    margin-bottom:10px;
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 1);
    border-radius:  10px 10px 0 0;
}
.modal_cross{
    background: url("img/modal_cross.png") no-repeat 0px 0px;
}
.modal_cross:hover{
    background: url("img/modal_cross_hover.png") no-repeat 0px 0px;
}
.modal .modal_title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-right: 25px;
}


.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=80);
}
.modal .modal_inner .modal_inner_2{
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.wrapperHeader .block_wrapper{
    margin: 0 auto;
    width:940px
}

.wrapperHeader .block_inner.bottom {
    margin-top: 15px;
}



.wrapperHeader .button{

    /* width: 124px; */
    display: inline-block;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;






}

.wrapperHeader .button.green{
    float: left;
    padding: 12px 20px;
    font-size:17px;
    border: 2px solid #33985F;

    width:175px;

    -moz-transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;

}

.wrapperHeader .button.green:hover{
    /*
    border-color: #ffffff;
    background-color: rgba(51, 152, 95, 0.65);*/
    /* color:#33985F;
    background-color: #ffffff; */
    color: #FFF;
    background-color: #1B4E9B;
    border-color: #FFF;

}




@-webkit-keyframes ease-out {
    0% {  opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@-moz-keyframes ease-out {
    0% { opacity: .8; -moz-animation-timing-function: ease-out; }
    100% { -moz-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes ease-out {
    0% { opacity: .8; animation-timing-function: ease-out; }
    100% { transform: scale(0.8) translateZ(-200px); opacity:0; }
}



.wrapperHeader .block.left{
    width:50%;

    float:left;
}
.wrapperHeader .block.right{
    width:50%;

    float:right;
}

.wrapperHeader .block.bottom .title{
    margin-left:0;
}

.wrapperHeader .block.bottom .slogan{
    margin-left:0;
}
.wrapperHeader .block.top .auth{
    text-align: right;
}

.wrapperHeader .block.top .auth a{

    font-size: 16px;

    /* color: #1b4e9b; */
    font-family: Trebuchet MS;
    text-decoration: none;
    margin-left: 15px;
    font-weight:bold;
}

.form_inner input[type="checkbox"], .form_inner.fancy input[type="checkbox"]{
    width:auto;
}

.form_inner.fancy input {
    max-width: 268px;
}

.form_inner .item.left{
    float:left;
}

.form_inner .item.right{
    float:right;
}

font.errortext {
    color: #F00;
}
font.notetext {
    color: #33985F;
}

#mainblock font.errortext,#mainblock font.errortext{
    margin-left: 25px;
    margin-top: 25px;
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
}



.form_inner.fancy input[name="register_submit_button"]{
    width: 175px;
}

.error_msg{
    color:#FF0000;
}

a.item_live{
    text-decoration:none;
}

#showImg{
    position: fixed;
    top: 50%!important;
    margin-top: -136px;
    left: 50% !important;
    margin-left: -200px;
}

@media only screen and (min-width: 979px){

    /* .popup_new{
     position:relative;
    min-width: 885px;
    min-height: 400px;

    }
    .popup_new_inner{
     position:absolute;
    width: 100%;
    min-height: 100%;
    }
     */
}
.item_text .date{
    margin-top: 10px;
}

#mainblock .cs_news .item_text img{
    max-width:625px;

}
#mainblock .cs_news .item_text .bxslider img{
    width: 625px;
}

.navigation{
    margin-left:25px;
    margin-top:25px;
    margin-bottom:15px;

}
.pageNav_l{
    margin-top: 25px;
    text-align: center;
    font-size:16px;
}




div .pageNav_l li{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 5px;
    color: #000;
    float: none;
    width: auto;
}



.pageNav_l .link_triangle.first{
    margin: 0 15px 0 0;
}
.pageNav_l .link_triangle.last{
    margin: 0 0 0 15px;
}


.pageNav_l .link_triangle a:hover{
    background-color: transparent;
}

.pageNav_l .link_triangle a:focus{
    outline: none;
}

.pageNav_l .link_triangle.tostart a, .pageNav_l .link_triangle.toend a, .pageNav_l .link_triangle.tostart span, .pageNav_l .link_triangle.toend span{
    width: 16px;
}
.list .pageNav_l a{
    color: black;
    font-size: 14px;
    font-weight: normal;
    border-radius:0;
}

.pageNav_l .numb span{
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    border-radius:0;
    color: inherit;
    font-size: 14px;
    font-weight: normal;
}
.pageNav_l .numb a{
    border-radius:0;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    color: inherit;
    font-size: 14px;
    font-weight: normal;
}


.pageNav_l .numb a:hover, .pageNav_l .numb  span.active {
    border-color: #000;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 1.5em;
    height: 32px;
    width: 32px;
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 1.5em;
    height: 32px;
    width: 32px;
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {

    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {

    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 1.5em;
    height: 32px;
    width: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.cs_detail .bx-wrapper li img{
    display: block;
    margin: 0 auto;
}
.cs_detail .detail_text{
    margin-top: 15px;

}

.detail_text{
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    overflow: hidden;
}
.detail_text .detail_text_inner{
    overflow:hidden;
}


.custom_form .group_block{
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 15px;
    background: rgba(27, 78, 155, 0.65);


    color: #FFF;

}
.custom_form .group_block.blue {

    background: rgba(27, 78, 155, 0.65);
}

.custom_form .group_block.green {

    background: rgba(51, 152, 95, 0.65);
}



.custom_form .group_block .form_line{
    margin: 20px 10px;
}
.custom_form .group_block .line{
    margin-left: 10px;
}

.custom_form .group_block.green{

    border: 2px solid #33985F;
}

.custom_form .group_block.green .line{

    background: #33985F repeat-x;
}

.submit_style{
    background-color: #1B4E9B;
    padding: 5px 15px;
    border: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    float: right;
    margin: 10px 0;
    width: 97px;
    width: auto;
    cursor: pointer;
    margin-top: 25px;
}
.custom_form .group_block .jslider .jslider-value{
    background: rgba(27, 78, 155, 0);
}


.share{
    margin-top: 25px;
}

.group_info{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
    font-family:  GillSansCRegular !important;
}

#sort_order .line{
    width: 100%;
    height: 25px;
    background: none;
    margin-left: 0;
    margin-top: 0;
    border: none;
}

#sort_order{
    display: block;
    padding: 10px 10px 10px 10px;
    margin-top: 13px;
    width: 600px;
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-left: 15px;
}
#sort_order .line .name{
    float: left;
    margin-top: 4px;
    margin-left: 130px;
}
#sort_order .line .input{
    float: left;
    width: 250px;
    margin-left: 15px;
    border: none;
}
#sort_order .select{

    width: 100%;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


#mainblock .list li {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
    text-align: left;
}
.listlist{
    background: rgba(27, 78, 155, 0.65);
    display: block;
    margin-right: 15px;
    margin-top: 20px;
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 0;
}
.catalog-section-list.listlist .list{
    width: 100%;
}
.list li {
    float: left;
    width: 25%;
    margin-left: 0;
    padding: 0px;
    text-align: center;
}

.list li a{
    display: block;
    padding: 10px 0px;
}



.list li a {
    border-radius: 7px;
    text-align: center;
}

.list li.selected a{
    background-color: #004D9C;

}

.list li a:hover{
    background-color: rgba(27, 78, 155, 0.65);

}

.list li.selected a:hover{
    background-color: #004D9C;
    cursor:default;

}

.list.offers {

    width: 100%;
}

.list.offers .item{
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    /* background: rgba(27, 78, 155, 0.65); */
    color: #FFF;
}

.offers .item .name {
    color: #1B4E9B;
    font-weight: bold;
    padding: 10px 10px;
    border-bottom: 2px solid #1B4E9B;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #1B4E9B;
}

.offers .item .prop {
    font-size: 14px;
    background: rgba(27, 78, 155, 0.65);
    border-bottom: 2px solid #1B4E9B;
    margin: 0;
}

.offers .item .label{

    background: rgba(27, 78, 155, 0.65);
    display: inline-block;
    width: 40%;
    vertical-align: top;
    border-right: 2px solid #1B4E9B;
    padding: 10px 10px 10px 0;
    text-align: right;
}

.offers .item .value {
    display: inline-block;
    width: 57%;
    vertical-align: top;
    border: medium none;
    padding: 10px 0;
    text-align: center;
}

.offers .item .make_offer a{
    background-color: #FFF;
    padding: 5px 15px;
    border: 0px;
    color: #1B4E9B;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 181px;
    cursor: pointer;
    display: inline;

}
.offers .item .make_offer{

    padding: 20px 0px 10px 0px;
    text-align: center;
    color: #FFF;
    background: rgba(27, 78, 155, 0.65);
}


.offers .item .make_offer form{
    padding-top: 10px;
}


.offers .item .make_offer .custom_form .input {

    width: 57%;
}
.offers .item .make_offer .custom_form .input .option{
    width: 46%;
    display: inline-block;

}

.offers .item .make_offer .custom_form .input .price{
    width: 50%;
    display: inline-block;

}



.offers .item .make_offer .custom_form .input .price input[type='text'] {

    width: 30px;


}

/*new*/

.make_offer .submit_holder input[type="submit"]{
    background-color: #FFF;
    padding: 5px 15px;
    border: 0px;
    color: #1B4E9B;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 181px;
    cursor: pointer;
    display: inline;
    margin-top: 20px;

}

.offers .item .make_offer .custom_form .input .option {
    width: 64%;
    margin-bottom: 12px;
    text-align: left;
}

.offers .item .make_offer .custom_form .input .price {
    width: 24%;

}

.offers .have_offers a {
    text-decoration: underline;
    background: rgba(51, 152, 95, 0.65);
    color: #FFF;
    text-align: center;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}

.offers .have_offers .have_no_offers {
    display: block;
    color: #FFF;
    text-align: center;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    background: rgba(255, 0, 0, 0.65);
}


.detail.offers .item{
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    /* background: rgba(27, 78, 155, 0.65); */
    color: #FFF;
}

.offer .custom_form .form_title{

    font-size: 20px;
    text-align: center;
}


.offer_descr{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offers .offer .name{
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    /* width: 200px; */
    width: 370px;
}
/*
.offer table{
border: 2px solid #1B4E9B;
border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 15px;
background: rgba(27, 78, 155, 0.65);
color: #FFF;
border-spacing: 0;

}

.offer  td.last{
border-left: 2px solid #1B4E9B;
background: rgba(27, 78, 155, 0.65);
border-bottom: 2px solid #1B4E9B;
width: 75px;
}*/
.offer  td.last label.option{
    text-align: center;
    width: 100%;
    font-size: 16px;
}
/*
.offer_type_name{
font-size: 16px;
border: none;
color: #1B4E9B;
font-weight: bold;
padding: 10px 10px;
border-bottom: 2px solid #1B4E9B;
text-align: center;
color: #FFF;
font-size: 16px;
background: #1B4E9B;
border-radius: 6px 6px 0 0;
}*/

.offers .item .name{
    border-radius: 6px 6px 0 0;
}


.item_text div.add_comment form{
    padding: 10px 0 20px 0;
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    background: rgba(27, 78, 155, 0.65);
    color: #FFF;

}

.item_text div.add_comment form .head {
    color:#ffffff;
    margin-bottom: 10px;
    font-family: Trebuchet MS !important;
}

div.add_comment form input[type="submit"] {
    background-color: #FFF;
    padding: 5px 15px;
    border: 0px;
    color: #1B4E9B;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 181px;
    cursor: pointer;
    display: inline;
    margin-top: 10px;

}

.comment .comment_body a.add_comment{
    background-color: #1B4E9B;
    padding: 5px 15px;
    border: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    /* float: left; */
    margin: 10px 0;
    /* width: 97px; */width: 64px;
    /* width: auto; */
    cursor: pointer;
    margin-top: 25px;
    text-indent: 0;
}

.comment .head .author{
    font-family: Trebuchet MS !important;
}

.button, .button.blue{
    background-color: #1B4E9B;
    padding: 5px 15px;
    border: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    margin: 10px 0;
    width: auto;
    cursor: pointer;
    margin-top: 25px;
    text-decoration: none;
}
.button.green{
    background-color: #33985F;
}

.button.black{
    background-color: #000000;
}


.button.big{
    padding: 10px 20px;
    font-size: 18px;
}
.list.offers{
    float:none;
}

.offer .har{
    margin-top:10px;
}



.offer .block.services label{

    /* margin-left: 253px; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.table.blue{
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    background: rgba(27, 78, 155, 0.65);
    color: #FFF;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}
.table.blue td{
    padding: 10px;
    border-bottom: 2px solid #1B4E9B;
}


.table.blue td.last{
    border-left: 2px solid #1B4E9B;
    background: rgba(27, 78, 155, 0.65);
    border-bottom: 2px solid #1B4E9B;
    width: 75px;
}
.table.blue td a{
    color:white;
}

.table.blue td.last .input{
    width: auto;
}

.table.blue td.first{
    border-right: 2px solid #1B4E9B;
    background: rgba(27, 78, 155, 0.65);
    border-bottom: 2px solid #1B4E9B;

}
.table.blue tr.dark  td{
    background: #1B4E9B;
}

.table_item.blue{
    border: 2px solid #1B4E9B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    background: rgba(27, 78, 155, 0.65);
    color: #FFF;
}

.table_item.blue .head{
    font-weight: bold;
    padding: 10px 10px;
    border-bottom: 2px solid #1B4E9B;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #1B4E9B;
    border-radius: 6px 6px 0 0;
}
.table.blue th{
    font-size: 16px;
    border: none;
    color: #1B4E9B;
    font-weight: bold;
    padding: 10px 10px;
    border-bottom: 2px solid #1B4E9B;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #1B4E9B;
    border-radius: 6px 6px 0 0;
}
.table_item.blue .block div.last{
    border-left: 2px solid #1B4E9B;
    background: rgba(27, 78, 155, 0.65);
    border-bottom: 2px solid #1B4E9B;
    width: 94px;
    border-radius: 0;
    float:right;
    height: 87px;
}
.table_item.blue .block div.first{

    border-bottom: 2px solid #1B4E9B;
    width: 860px;
    float:left;
}
.item_text a.button{
    color:white;
    display: inline ;
}

#conf-comments .heder{
    font-size: 20px;
    text-align: center;
    color: #1B4E9B;
    font-weight: bold;
    margin-top: 35px;
}

/*------*/




/*
.offers .item .name {
	color:#FFF;
	font-weight:bold;
	padding:10px 10px;
	border-bottom:2px solid #1B4E9B;
	text-align:center;
	font-size:16px;
	background:#1B4E9B;
}

.offers .item .make_offer .custom_form .input .option {
	width:46%;
	display:inline-block;
}

*/

.item_live .info .title_in {
    font-weight:bold;
    font-size:16px;
    padding-top:3px;
    padding-bottom:5px;
    text-align:center;
    border-bottom:2px solid #33985f;
    margin-bottom:3px;
    font-family:"Trebuchet MS";
}

.slideshow {
    top:0px;
    position:relative;
    width:300px;
    overflow:hidden;
    height:160px;
    border-radius:10px 10px 0 0;
}

.har .even {
    background:rgba(27, 78, 155, 0.25);
}

html font.notetext {
    border:2px solid #33985F;
    border-radius:10px;
    -webkit-border-radius:10px;
    margin-top:15px;
    background:rgba(51, 152, 95, 0.65);
    color:#FFF !important;
    font-size:18px;
    width:100%;
    display:block;
    text-align:center;
    padding:10px 0;
    margin-bottom:20px;
}

html font.errortext {
    border:2px solid #F00;
    border-radius:10px;
    -webkit-border-radius:10px;
    margin-top:15px;
    background:rgba(255, 0, 0, 0.65);
    color:#FFF !important;
    font-size:18px;
    width:100%;
    display:block;
    text-align:center;
    padding:10px 0;
    margin-bottom:20px;
}

.fancybox-inner font.notetext, .fancybox-inner font.errortext {
    width:99%;
}


.personal_table td{
    text-align: center;

}

.personal_table a{
    margin-bottom: 25px;
    margin-top: 25px;
}

table.blue .multititle th{
    border-radius: 0;
}
table.blue .multititle th.first{
    border-radius: 6px 0px 0 0;
}
table.blue .multititle th.last{
    border-radius: 0px 6px 0 0;
}

.share {

    margin-left: 15px;
}
.sidebar .share {

    margin-left:0px;
}


#residences_order_a{

    color: #FFF;
    position: absolute;
    right: 19px;
    margin-top: -25px;
}

.bx-auth-profile .form_inner input[type="file"]{
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
}
.custom_form input[type='password'] {
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
}



form[name="payment_form"] input[type='submit'] {




    border: 0px;
    color: #FFF;
    font-weight: bold;
    font-family: Trebuchet MS;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    margin: 10px 0;
    width: auto;
    cursor: pointer;
    margin-top: 25px;
    text-decoration: none;

    padding: 10px 20px;
    font-size: 18px;

    background-color: #33985F;
}

/*.transfer table td.first, .liveplace table td.first,  .car table td.first {
width: 48% !important;
} */
/*  .services table td.first, .base_price table td.first{
width: 43% !important;
} */






.liveplace table td.first + td, .transfer table td.first + td, .car table td.first + td, .services table td.first + td, .base_price table td.first + td{
    width: 45% !important;
}
.liveplace table td.first + td + td .har, .transfer table td.first + td + td .har, .car table td.first + td + td .har, .services table td.first + td + td .har, .base_price table td.first + td + td .har{
    width: 230px;
}
.offer td.last label.option{
    width:75px;
}

.sf_validate_error .error_msg {
    border: 2px solid #F00;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 15px;
    background: rgba(255, 0, 0, 0.65);
    color: #FFF !important;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.wrapperHeader .block.top .auth a.color_red{
    color: #F00;
}
.color_red{
    color: #F00;
}
.item_text a.color_red{
    color: #F00;
}




.wrapperHeader .block.top .auth a.button.green{
    color:white;
}


.comment.green .head{
    background: rgba(51, 152, 95, 1);
}
.comment.blue .head{
    background: rgba(27, 78, 155, 1);
}

.cs_translate{
    float: right;
    /*margin-top: -43px;*/
    margin-top: -73px;
    position: relative;
    width: 170px;

}

.cs_translate .goog-te-gadget-simple {
    white-space: nowrap;
    font-size: 10px;
    border: 1px solid #B2B4B5;
    border-radius: 5px;
    padding: 2px 5px;
}


.footer_h{
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

footer .pay_systems a{
    display: inline-block;
    height: 24px;
    vertical-align: middle;
}

footer .pay_system_wrapper{
    margin-top: 15px;
}
.modal_only{
    display:none;
}
.fancybox-inner .button.modal_only{
    display: inline-block;
}


.catalog_detail{
    margin-left: 19px;
    margin-right: 19px;
    margin-top: 20px;
}


.fancybox-inner .catalog_detail{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.button.red{
    background-color: #F00;
}

.prepayment_checkbox_wrapper{
    margin-top: 25px;
    font-size: 16px;
}


.invoice .logo_wrapper .left{
    float:left;
    width:50%;
}

.invoice .logo_wrapper .left h2{
    margin-top: 7px;
}


.invoice .logo_wrapper .right{
    float:right;

}


.invoice .logo_wrapper .right img{
    width: 225px;
    margin-bottom: 10px;

}

.catalog_detail .popup_new .tit{
    display:none;
}

.fancybox-inner .catalog_detail .popup_new .tit{
    display:block;
}


.fancybox-inner .popup_new .tit h2{
    margin-top:0;
    margin-bottom:0;
    color:white;
}


.button.grey{
    background-color: grey;
}

.flags.translation-icons{
    font-size: 0;
    text-align: right;
}

.header_pay_system_wrapper{
    margin-top: 23px;
    padding-right: 58px;
    position: relative;
}
.header_pay_system_wrapper .name{
    position: absolute;
    right: 0;
}
.header_pay_system_wrapper .pay_systems{
    float: right;
}

header .phone{
    background: url("../images/phone.png") no-repeat left center;
    padding: 6px 0px 6px 32px;
    margin-right: 21px;
    font-weight: bold;
    display: inline-block;

}


.item_text, .item_text p, .item_text font, .item_text span, .item_text div {
    font-family:GillSansCRegular !important;
    font-size: 15px !important;

}
.item_text strong, .item_text h1, .item_text h2, .item_text h3, .item_text h4, .item_text h5, .item_text h6{
    font-family:GillSansCRegular !important;
}


.fancybox-wrap .fancybox-skin{
    color: #000;
}
.dscrd, .dscrd p{
    color: #000 !important;
}

/*captcha*/
.radio_color_wrapper{
    width: 22px;
    display: inline-block;
    margin: 0 15px;
}
input[type="radio"].radio_color {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 24px;
    display: inline-block;
    height: 24px;
}
input[type="radio"].radio_color + .custom_radio {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: -26px 0 0 0px;
    position: relative;
    top: 3px;
    width: 18px;
    border:3px solid transparent;
}
input[type="radio"][value="red"].radio_color + .custom_radio {
    background-color:#F32828;
}
input[type="radio"][value="blue"].radio_color + .custom_radio {
    background-color:#225EF6;
}
input[type="radio"][value="green"].radio_color + .custom_radio {
    background-color:#3CCC19;
}
input[type="radio"].radio_color:checked + .custom_radio{
    border: 3px solid #000;
}
input[type="radio"].radio_color + .custom_radio.checked  {
    border: 3px solid #000;
}
/*
.fb-like span {
    height: auto !important;
}

.fb-like iframe {
    position: relative !important;
}
.fb-like-box, .fb-like-box > span, .fb-like-box > span > iframe {
height:300px !important;
width:279px !important;
}*/

footer .info .block{
    float: left;
    width: 290px;
    text-align: left;
    padding-right: 17px;
    padding-left: 17px;
}
footer h3{
    color:white;
}
.fb-like-box a, #facebook a{
    color:#fff;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.icon-name:before {

    content: "\f005";

}
.icon-home:before {
    content: "\f015";
}
.icon-phone:before {
    content: "\f095";
}
.icon-envelope:before {
    content: "\f0e0";
}

.icon-skype:before {
    content: "\f17e";
}

footer [class^="icon-"]:before, footer [class*=" icon-"]:before {
    /*    color:#33985F;*/
    font-size: 120%;
    margin-right: 5px;
}

footer .contact-detail li{
    margin-bottom: 1em;
    line-height: 1.5;
    border-color: #CCC;
    border-width: 1px;
}


.order_button_style{
    float: left;
    padding: 12px 20px;
    font-size: 17px;
    border: 2px solid #33985F;
    width: 175px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}



.order_button_style:hover{

    color: #FFF;
    background-color: #1B4E9B;
    border-color: #FFF;
}

#yandex_metrika{
    /*margin-top: 107px;*/
    margin-top: 30px;

}



.map_item {
    width: 200px;
}
.map_item br{
    display:none;
}
.map_item .map_text{
    color: #010101;
    font-size: 14px;
    font-family: GillSansCRegular;
    line-height: 1.3;
}


#mainblock.width_full{
    width:100%;
}


.map_big_wrapper{
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.map_big_wrapper .bx-google-map{
    width:100%;
}

.maps img{
    width:100%;

}
.sidebar_map_wrapper{
    position: relative;
}
.sidebar_map_wrapper .map_wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
}

.header_contacts_wrapper{
    margin-top: 15px;
}

.header_contacts_wrapper .contact-detail li{
    display: inline-block;
    color: #004D9C;
    font-size: 15px;
    padding-bottom: 11px;
    width: 45%;
    text-align: left;
}


header [class^="icon-"]:before, header [class*=" icon-"]:before {

    font-size: 120%;
    margin-right: 5px;
}


#searchform.findButton{
    background: url("../images/magnifier.png") no-repeat center center #1B4E9B;
    border-radius: 0 5px 5px 0;
    float: left;
    display: block
}

.color_white_important, .color_white_important div, .color_white_important span, .color_white_important *{
    color:#ffffff !important;
}





.map_full_width #map_active_rest{
    width:100% !important;
}

footer .search{
    margin-top: 30px;
}

.header_banner_wrapper{
    text-align: right;
}
.header_banner_wrapper img{
    width: 210px;
    margin-top: -18px;
}

.sidebar_map_wrapper{
    min-height: 500px;
}


.contacts_map_wrapper .map_wrapper{
    margin-left: 0 !important;
}









@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p {
        font-size: 14px !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }



    .print_only{
        display: block;
    }

    th, td, tr, table, tbody{
        border-radius: 0 !important;
        border-color: #000000 !important;
    }



}
