html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Verdana, sans-serif;
        
}
html {
	width: 100%;
	height: 100%;
}

img {
	border: none;
        max-width: 100%;
height: auto;
}
.clear{
    clear: both;
    
}
p.clear{
    margin: 0;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}

img.png {
	behavior: url(/templates/demohunt/css/cms/png.htc);
}

body{
    width: 100%;
    font-size: 100.01%;
    color: #8d8d8d;
}
.wrapper{
    background: #fff;
    width: 78.9%;
    margin: 0 auto;
    max-width: 1262px;
    min-width: 807px;
    overflow: hidden;
    padding: 0 1%;
}


@media screen and (min-width: 1570px)  {
   body {
    font-size: 1em;
   }
}
@media screen and (min-width: 1400px) and  (max-width: 1570px) {
    body {
        font-size: 0.875em;
    }



}
@media screen and (max-width: 1400px) {
    body {
        font-size: 0.75em;
    }

}
@media screen and (max-width: 1200px) {
    body {
        font-size:0.64em;
    }
}
/*НАВИГАЦИЯ*/
ul.navibar {
     margin: 0.9375em 0 0.3em 0;     
}
ul.navibar li{
    display: inline;
    font-size: 0.875em;
    margin-right: 0.21875em;
}
ul.navibar li a{
    text-decoration: none;
    color: #8d8d8d;
    padding-right: 0.71875em;
}
ul.navibar li a.navbar-next{
    background: url(/templates/demohunt/images/navbar.png) no-repeat right center;
}
.newspage ul.navibar{
      
}
/*HEADER*/
header.main{
    height: 7.8125em;
}
#logo, #search_f, #phones{
    display: inline-block;
    vertical-align: top;
}
#logo{
    text-decoration: none;
    color: #908f8f;
}
    #logo h1{        
        margin: 1.0833em 0 0;
    }
#logo img{
    float: left;  
    width: 12.25em;
    height: auto;
    margin: 1.5625em 0.9375em 0 2.375em;
}   
#logo{ 
    width: 28.4375em;
}
#logo h1{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1em;
}
#search_f{
    margin: 4.1875em auto 0 5.375em;
    width: 16.5625em; 
}

.search {
    
    border: 2px solid #f3f3f3; 
    border-radius:6px;    
}
.search  input[type="text"] {
    width: 79%; 
    border: none; 
    outline: none; 
    -webkit-appearance: none;
    vertical-align: middle;
    height: 2em;
    padding: 0 0 0 0.625em;
}
.search input[type="submit"] {
    width: 1.95em; 
    height: 1.95em;
    border: none; 
    padding: 0;
    margin: 0 ;
    background: url(/templates/demohunt/images/btn_search.png) no-repeat 50% 50%;
    cursor: pointer;
    color: #ccc;
    float: right;
        box-sizing:padding-box;
     -moz-background-size:1.95em 1.95em;
  -webkit-background-size:1.95em 1.95em;
       -o-background-size:1.95em 1.95em;
          background-size:1.95em 1.95em;
}
.abs_dis{
    
}
@media screen and (max-width: 1200px) {
    input[type="search"]  {
        width: 78%; 
    }
}

input.search::-webkit-input-placeholder {
   color: #efefef;
}
input.search:-moz-placeholder {
   color: #efefef;   
}
#phones{
    width: 21.375em;
    background: url(/templates/demohunt/images/bg_phone.jpg) no-repeat 15.625em 2.5em;
    float: right;
    color: #54b1bb;
            box-sizing:padding-box;
     -moz-background-size:3.625em 5.3125em;
  -webkit-background-size:3.625em 5.3125em;
       -o-background-size:3.625em 5.3125em;
          background-size:3.625em 5.3125em;
}
#phones p{
    margin: 2.1em 0 0;
    font-size: 1.125em;/*18px;*/    
}
#phones address p{
    margin: 0.1em 0;
    font-size: 0.95em;
}
#phones p strong{
    font-size: 2em;/*36px;*/
    padding-left: 0.1389em;
}
#phones address{
    font-style: normal;
    margin: 0.325em 0 0.3125em 3.0625em;
    line-height: 1.1em;
    letter-spacing: -0.03em;
}
/*MAINMENU*/
nav.mainmenu{
    margin: 0.6875em 0 1em;
    font-size: 1.125em;
}
nav.mainmenu ul{
    text-align: right;
}
nav.mainmenu ul li{
    display: inline-block;
    margin-left: 0.5em;
}
nav.mainmenu ul li a{
    color: #54b1bb;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
}
nav.mainmenu  #menu .act{
    background: #368992;
    color: #fff;
    border-radius:6px; 
}
/*SLIDER*/
aside.slider{
    position: relative;
    float:left;
    width: 76.5%;
}
aside .nivo-controlNav{
    z-index: 1000;
}
aside.slider img{
    height: auto;
    border-radius:6px;
    box-shadow: 1px 0px 3px 0 #e6e6e6;
    margin-left: 0.1em;
}
.nivo-controlNav a{
    background: url("/templates/demohunt/images/btn_slider.png") no-repeat scroll 0 -12px transparent;
    display: inline-block;
    height: 12px;
    text-indent: 9999px;
    width: 12px;
}
.nivo-controlNav a.active{
    background-position: 0 0;
}
.nivo-controlNav{
    position: absolute;
    left: 1.25em;
    bottom: -0.7em;
}
nav.btnmenu{
    float:right;
    vertical-align: top;
    width:23%; 
    height: auto;
    margin-top: 0.08%;
}
nav.btnmenu ul li a{
    text-transform: uppercase;
    color: #656565;
    font-size: 1.125em;
    text-decoration: none;
/*    padding: 1.567em 0 1.667em 4.444em;*/
     padding: 8% 0 10% 4.444em;
    display: block;
    height: 24.2%;
}
nav.btnmenu ul li{
    position: relative;    
/*    background: url('images/bg_btnsgr.png') repeat-x #f6f6f6;*/
    margin: 0 0 0.16em 0;
    border-radius:6px; 
    list-style: none;
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );  IE6-8 */

    box-shadow: 1px 0px 2px 0 #CECECE;
}
nav.btnmenu ul li.greenGr{
     background: #70c0c7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzBjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzk3YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #78DDE7 0%, #2397a7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78DDE7), color-stop(100%,#51ABB6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #78DDE7 0%,#51ABB6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #78DDE7 0%,#51ABB6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #78DDE7 0%,#51ABB6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #78DDE7 0%,#51ABB6 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c0c7', endColorstr='#2397a7',GradientType=0 );  IE6-8 */
    box-shadow: 1px 0 2px 0 #CFCFCF;
}
nav.btnmenu ul li.greenGr a{
        color:#fff;
}
#slider{
    border-radius: 6px;
    box-shadow: 1px 0px 2px 0 #CECECE;
}
.grGradient{

}
.btnmenu  img{
    position: absolute;
    
    width: 17.4%;
    height: auto;   
}
.btnmenu .priem img{
    left:4%;
    top:4%;
}
.btnmenu .actions img{
    left:6%;
    top:16%;
}
.btnmenu .otziv img{
    left:8.2%;
    top:20%;    
    width: 13.7%;
}
.btnmenu .mail img{
    left:6.2%;
    top:21.3%;
}
.btnmenu ul li.mail a{
    line-height: 1.55em;
    padding-bottom: 2.3%;
    padding-top: 5%;
}

/*LIST MENU*/
.listmenu{
    padding-top:0.75em; 
}
.listmenu>ul{
    word-spacing: -.4em;
    width: 100%;
    /* Р›РµРєР°СЂСЃС‚РІРѕ РґР»СЏ webkit */
    display: table;
    text-align: center;
}
.listmenu > ul > li{
    word-spacing: normal;
    font-size: 1.25em;
    display: inline-block;
    margin: 0 0.2125em; 
    vertical-align: top;
    width: 19.17%;
    position: relative;
}
.listmenu ul li .btnlist{
    display: block;
    text-decoration: none;      
    border-bottom: 1px solid #318692;
    padding: 0.53em 0 0.5em 0.1em;
/*    width: 12.1em;*/    
    background: #70c0c7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzBjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzk3YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #70c0c7 0%, #2397a7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c0c7), color-stop(100%,#2397a7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70c0c7 0%,#2397a7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70c0c7 0%,#2397a7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70c0c7 0%,#2397a7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #70c0c7 0%,#2397a7 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c0c7', endColorstr='#2397a7',GradientType=0 );  IE6-8 */

    box-shadow: 1px 0 3px 0 #cecece; 
    border-radius: 6px 6px 0 0;
    
     color:#fff;
    
    font-size: 1em;
    font-weight: normal;
    padding-left: 0.1em;   
}
.listmenu h2{

}
.listmenu ul li ul{    
    text-align: left;
    color: #8a8a8a;
    font-size: 0.8em;
    list-style-image: url('/templates/demohunt/images/bullet1.png');
    padding: 1.5em 0 0;
    height: 15.8125em;
    border-radius:0 0 6px 6px; 
    box-shadow: 1px 0 3px 0 #cecece;
    background: -moz-linear-gradient(#fdfdfd, #eeeeee);
    background: -ms-linear-gradient(#fdfdfd, #eeeeee);
    background: -o-linear-gradient(#fdfdfd, #eeeeee);
    background: -webkit-linear-gradient(#fdfdfd, #eeeeee);
        filter:progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fdfdfd', endColorstr='#eeeeee'); /* РґР»СЏ IE 6-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fdfdfd', endColorstr='#eeeeee')"; /* РґР»СЏ IE8 */  
}
.listmenu ul li img{
    width: 1.85em;
    height: auto;
    vertical-align: middle;
        margin-right: 0.2em;
}
.listmenu ul li ul li{
    margin-left: 2em;
    margin-bottom: 0.5em;
    line-height: 1em;
}
.listmenu ul li ul li a.readmore{
    display: block;
    font-size: 0.875em;
    color: #3f99a4;
    margin-top: 0.5em;
}
.listmenu ul li ul li a{
    color: #616161;
    text-decoration: none;
}
.listmenu ul li ul li.allview a{
    color: #3F99A4;
    display: block;
    font-size: 0.875em;
    margin-top: 0.5em;
    text-decoration: underline;
}
.listmenu ul li ul li.allview{
    list-style: none;
}
.listmenu ul li ul li a:hover{
    text-decoration: underline;
} 
/*РЎРўРђРўР¬Р�*/
#about,#news{
    font-size: 0.875em;
    text-align: justify;
}
article{
    letter-spacing: -0.0066em;
    line-height: 1.28em;
}
#about{
    width: 58.87%;
    margin: 0 3%;
    float: left;
    
}
#news{
    overflow: hidden;
    margin: 0 3.65% 0 0;
}
h2{
    color: #09a5e5;
    font-size: 2.14em;
    font-weight: normal;
    margin-top: 1.2em;
}
#about h2{
    background: url('/templates/demohunt/images/headabout.png') no-repeat top left;
     padding: 0 0 0.5em 2em;
         -moz-background-size:1.6em 1.26em;
  -webkit-background-size:1.6em 1.26em;
       -o-background-size:1.6em 1.26em;
          background-size:1.6em 1.26em;
}
#about h2.licens{
     background: url('/templates/demohunt/images/headlic.png') no-repeat top left;
     height: 1.53em;
     padding:0.1em 0 0 1.9em;
              -moz-background-size:1.53em 1.53em;
  -webkit-background-size:1.53em 1.53em;
       -o-background-size:1.53em 1.53em;
          background-size:1.53em 1.53em;
}
#news h2{
    background: url('/templates/demohunt/images/headnews.png') no-repeat top left;
    height: 1.4em;
    margin-top: 1em;
    padding: 0.2em 0 0.2em 1.6em;
              -moz-background-size:1.4em 1.4em;
  -webkit-background-size:1.4em 1.4em;
       -o-background-size:1.4em 1.4em;
          background-size:1.4em 1.4em;
}
.readmore{
    color: #09a5e5;
    display: block;
    text-align: right;
    
    margin-top: 0.3em;
}
h3,time, h3 a{
    color: #55b4bf;
    font-weight: normal;
    text-decoration: none;
}
#news time{
    font-size: 1.14em;
}
#about h3{
    font-size: 1.714em;
}
.glavvrach img{
    float: left;
    margin: 0 2.14em 0.3em  0;
    width: 8.0714em;
    height: auto;
    border-radius:6px; 
    box-shadow: 1px 0 3px 0 #cecece;
}
.glavvrach{
    padding-top: 1.885em;
}
.glavvrach h3{
    margin-bottom: 0.5em;
}
#about mark{
    background: #fff;
    color: #afafaf;
    display: block;
    
}
#about mark p{
    margin: 0;
}
#news h3 a{
   
    margin-left: 0.5em;
    color: #55B4BF;
    text-decoration: none;
   
}
#news h3{
     display: inline;
}
#news a {
    text-decoration: none;
        
}
#news article{
    margin-bottom: 1.4em;
    
}
#about article{
    margin-top: 0;
}
#news .readmore{
    text-decoration: underline;
}
p{
    margin:0 0 1.4em; 
}
#news p{
    margin: 0;
}
ul.licens li{
    display: inline-block;
    margin-right: 2.14em;    
    box-shadow: 1px 0 8px 0 #bbb;
    
    margin-top: 0.4em;
}
ul.licens img{
    width: 10.714em;
    height: auto;
}
#news .allnews{
    
    margin-top: -0.8em;
    text-decoration: underline;
}
.allnews{
    color: #3ca4b1;
    font-size: 1.142em;
    text-align: right;
    display: block;
}

aside.blist{
    margin: 3.43em 0 0;
    float: right;
}
aside.blist li{
    margin: 0 0 2em;
}
aside.blist li img{
    width: 28.315em;
    height: auto;        
    box-shadow: 1px 0 3px 0 #bbb;
}

/*FOOTER*/
footer{
    border-top: 0.315em solid #6abcc5;
    background: url('/templates/demohunt/images/bg_footer.png') repeat-x  left top;
    padding: 0;
    margin-top: 3.3em;
}
footer .wrapper{
    background: transparent;
    padding: 1.8125em 0 0 ;
}
footer .wrapper img{
    width: 12.8125em;
    max-width: 205px;
    height: auto;
    margin-left: 2.375em;
}
.footmenu{
    float: right;
    font-size: 1.125em;
}
.footmenu ul li{
    display: inline-block;
    margin-left: 1em;
    margin-top: 1.55em;
}
.footmenu ul li a{
      text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
.footinfo{
    font-size: 0.75em;
    color: #fff;
    margin: 2.66em 0 3.2em 3.7em;
}
footer .sign{
    font-size: 0.75em;
    color: #71c0c7;
    padding-bottom: 1.3em;
    text-align: right;
}
.footinfo span{
    display: block;
}
.listmenu ul li ul li p{
    margin: 0;
}

/*ALLNEWS PAGE*/
ul.news{
    
    
    
}
ul.news li{
    list-style: none;
    padding-top: 1.25em;
}
ul.news li h2{
    color: #55B4BF;
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 0 0.3em;
    display: inline;
}
.newspage h1,#content h1{    
    color: #09a5e5;
    font-weight: normal;
    font-size: 1.875em;
    line-height: 1em;    
    margin: 0 0 0.2em 0;
}
#content h1 {
    margin: 0 0 0.666em 0;
}
.newspage  a {
    text-decoration: none;
}
.newspage  a h2{
    
}
.newspage .news li{
    background: url('/templates/demohunt/images/bgnews.png') repeat-x center bottom;
    
}
.newspage .news li:last-child{
    background: none;
    
}
.newspage .news .readmore{
    color:#09a5e5;
    text-decoration: underline;
    text-align: left;
    padding-bottom: 1.92em;
}
.newspage .news  p{
    margin: 0 0 0.4em 0;
}
.newspage .news  li div{
    font-size: 0.875em;
    text-align: justify;
}
.newspage{
    overflow: hidden;
    float: left;
    width: 58.6%;    
    margin: 0 0 0 3%;
}
#zaya-form{
    background: #e9e9e9;
    border-radius: 0.5em;
    float: right;
    width: 100%;
    font-family: Tahoma;
    box-shadow: 2px 0 3px 0 #d1d1d1;
    margin: 2.85em 0 0;
    position: relative;
}
#zaya-form.popzaya-form{
    width: 25em;
    margin: 0;
    
}
#zaya-form.popzaya-form .form_element textarea{
    width: 97%;
}
.navigator{
    float: left;
    width: 30%;
}
.formheader h3,.formheader img{
    color: #368992;
    font-weight: normal;
    font-size: 1.875em;
    text-shadow: 1px 0 0 #fff;
    vertical-align: top;
    display: inline;
}
.formheader{
        text-align: center;
        padding: 1.25em 0 0.9em;
}
.formheader img{
    margin-right: 0.46667em;
    max-width: 100%;
    height: auto;
}
#zaya-form form .formcontent{
    background: #42a8b4;
    margin: 0 0.75em;
    padding: 0.4em 0.6875em 2.68em;
    color: #fff;
    border-radius: 0.3em;
    font-size: 1.125em;
    position: relative;
}
#zaya-form form input[type="submit"]{
    font-size: 1.5em;
    background: #6a9500;
    border: 0;
    border-top: 1px #aecf15 solid;
    border-left: 1px #aecf15 solid;
    color: #fff;
    background: #c3e917; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzZTkxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTk1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c3e917 0%, #6a9500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e917), color-stop(100%,#6a9500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c3e917 0%,#6a9500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c3e917 0%,#6a9500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c3e917 0%,#6a9500 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c3e917 0%,#6a9500 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e917', endColorstr='#6a9500',GradientType=0 );  IE6-8 */
    box-shadow: 1px 0 3px #fff;
    padding: 0.3em 1.5em;
    border-radius: 4px;
    font-family: Tahoma!important;
    margin: 0.6667em auto 0.9em;
    cursor: pointer;
    width: 50%;
}
#zaya-form .form_element{
    text-align: center;
}
#zaya-form .form_element span{
    display: block;
    margin: 0.333em 0 0.3em;
}
#zaya-form .form_element textarea{
     border-radius: 6px 6px 6px 6px;
    color: #767676;
    font-size: 1em;
    height: 7.5em;
    padding: 0.5em;
    resize: none;
    font-family: Tahoma, Verdana, sans-serif; 
}
form .formwrapper{
    background: #fff;
    
    border-radius: 6px;
    border: 1px solid #bdbbbb;
}
#zaya-form .selectbox .select{
    padding: 0 2em 0 1em;
    background: #fff;
    height: 1.611em;
    border-radius: 6px;
    border: 1px solid #bdbbbb;
    font-size: 1em;
    width: 16.5em;
}
#zaya-form  .form_element .selectbox {
    margin: 0;
}
#zaya-form .formcontent input,#zaya-form textarea{    
    width: 100%;
}
form  .form_element input, form  .form_element textarea{
    background: transparent;
    border: 0;
    width: 100%;
}
#zaya-form .formcontent input{
    height: 1.3em;
    color: #767676;
    font-size: 1em;
}
#zaya-form  .selectbox .trigger{
    border-left: 0;
}
#zaya-form .selectbox .trigger .arrow {
    border-left: 0.45em solid transparent;
    border-right: 0.45em solid transparent;
    border-top: 0.55em solid #c8c8c8;
    right: 0.5em;
    top: 0.55em;
    opacity: 1;
}
#zaya-form .selectbox .dropdown{    
    text-align: left;
    width: 98%;
    max-height: 12.5em;
}
#zaya-form .selectbox .dropdown li{
    color: #767676;
}
#zaya-form .selectbox .dropdown li:hover{
    background: #6FBFC6;
}
#zaya-form .selectbox .text{
    color: #767676;
    text-align: left;
    font-size:0.9em;
}
#zaya-form #form-email, #zaya-form #form-telefon{
    width: 50%;
    display: inline-block;
}
#zaya-form #form-email{
    padding-right: 2%;
    width: 46%;
    display: inline-block;
}
#zaya-form #form-chasy label span, #zaya-form #form-vbyens label span{
    display: none;
}
#zaya-form #form-chasy .select, #zaya-form #form-vbyens .select{
    font-size: 1.35em;
    height: 1.2em;
}

#zaya-form #form-dateandtime .formwrapper{
    font-size: 1.375em;
    color: #767676;
    border-radius: 6px; 
    height: 1.25em;
    padding-left: 2.5em;
    width: 42%;
     
}
#zaya-form #form-dateandtime {
   text-align: left;
   position: relative;
}
#form-dateandtime span{
    margin: auto;
    text-align: center;
}
#form-chasy, #form-vbyens{
    position: absolute;
    margin-top: -1.8em;
    width:0.3em;
}
 #form-chasy .selectbox .select, #form-vbyens .selectbox .select{
    padding: 0 1.3em 0 0.2em;
    width: 1em;
}
#form-vbyens{
    right: 3.8em;
}
#form-chasy {
    right: 7.7em;
}
#zaya-form #form-dateandtime span{
    margin-bottom: 0.7em;
}
#zaya-form #form-vashi_simptomy span{
    margin-top: 0.5em;
}
#form-chasy .selectbox .select .trigger .arrow, #form-vbyens .selectbox .select .trigger .arrow{
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.4em solid #C8C8C8;
}

/*Пагинация*/
.numpages, .overHidden{
    text-align: center;
    display: inline;
    width: 100%;
     margin-top: 4.6em;
}
.numpages a{
    margin: 0 0.9em;
    color: #8d8d8d;
    text-decoration: underline;
}
.numpages span{
    text-decoration: none;
    margin: 0 0.9em;
    color: #fff;
    display: inline-block;
    border-radius: 4px; 
    padding: 0.43em;
    background: -moz-linear-gradient(#71c0c7, #2397a7);
    background: -ms-linear-gradient(#71c0c7, #2397a7);
    background: -o-linear-gradient(#71c0c7, #2397a7);
    background: -webkit-linear-gradient(#71c0c7, #2397a7);
    background: linear-gradient(#71c0c7, #2397a7); 
    
}
.numpages .next, .numpages .prev{
    color: #55b4bf;
    font-size: 1em;
}
.numpages .btnprev{
    background: url('/templates/demohunt/images/pagi.png') no-repeat;
    background-size: 0.56em;
    
}
.numpages .btnnext,.numpages .btnprev{
    background: url('/templates/demohunt/images/pagi.png') no-repeat;
    height: 7px;
    width: 7px;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0;
}
.numpages .btnnext{
    background-position:-9px 6px; 
    margin-left: -6px;
}

.numpages .btnprev{
    background-position:0 6px;
    margin-right: -6px;
}
#form-dateandtime .ui-datepicker-trigger{
   position: absolute;
   height: auto;
   width: 1.2em;
   left: 1em;
   top: 1.55em;
   
}
.textcapcha{
    display: inline-block;
    font-size: 0.7em;
    line-height: 3em;
    overflow: hidden;
    text-align: left;
}
.captcha, #otzivform .capcha{
    width: 70%;
}
.capcha input{
    display: inline-block;
}
#zaya-form #captcha_img{
margin: 0px 0px 0px 11%;    
}
#captcha_img{
    border: 1px solid #CCCCCC;
border-radius: 6px;
float: left;
width: 35%;
}
.capcha .btnre{
   overflow: hidden;
padding: 0px 0px 0px 5%;
text-align: left;
text-decoration: underline;
}
.capcha{
    vertical-align: middle;
}
#sys_captcha{
    clear: both;
}
#zaya-form .block2{
    margin-left: 11%;    
}
.block2{
    background: #FFFFFF;
    clear: both;
    text-align: center;
    vertical-align: bottom;
    float: left;
    width: 35%;
    margin-top: 0.5em;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.capcha div.row{
    clear: both;    
}


.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

#wrapper  .theme-light.slider-wrapper{
    padding: 0!important;
}
/*OUR DOCTORS*/
.doctors h2{
    margin: 0;
    color: #71c0c7;
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
.doctors li{
    display: block;
    margin-top: 1.5em;
    padding-bottom: 2em;
    background: url('/templates/demohunt/images/bgnews.png') repeat-x center bottom;
}
.doctors li img, .doctors li .docinfo{
    float: left;
}
.doctors li{
    overflow: hidden;
}
.doctors li img{
    width: 6.8em;
    border-radius: 6px;
    box-shadow: 1px 0px 3px 0 #e6e6e6;
}
.doctors li .docinfo{
    width: 34.8em;
    padding-left: 1.875em;
    line-height: 1.5em;
}
.doctors li .docinfo span{
    color: #55b4bf;
    margin-right: 0.2em;
}
.doctors .docinfo .readmore{
    background: #368992;
    color: #fff;
    float: right;
    font-size: 0.875em;
    padding: 0.13em 0.64em ;
    border-radius: 4px;
}
.listmenu ul li ul li .btnlist{
    background: none;
    color: #616161;
    text-decoration: none;
    border:0;
    box-shadow: none;
    padding: 0;
}

.listmenu ul li ul li .act{
    background: none repeat scroll 0 0 #368992;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline;
    padding: 0.12em 0.4em;
}



#content{
    margin: 0 0 0 3%;
    float: left;
    width: 58.6%;
    position: relative;
}
#us_docinfo{   
    margin: 2.85em  0  0;
    border: 1px solid #a6dde8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 1.2em 2em 1.68em 1.125em;
}


#us_docinfo .us_emaildoc, .us_dolzn, .us_phone{
    color: #54b1bb;
    font-size: 0.875em;
}
#us_docinfo .us_emaildoc{
    margin-bottom: 3.35em;
}
.us_dolzn{
   height: 3.4em;
}
#us_docinfo .us_phone{
    font-size: 1.28em;
    line-height: 2em;
}
#us_docinfo h2{
    
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
    padding-right: 3em;
}
#us_docinfo h2 a{
    color: #8d8d8d;
    text-decoration: none;
}
#us_docinfo img{
    border-radius: 6px;
    border: 1px solid #bababa;
    float: left;
    overflow: hidden;
    margin-right: 1.56em;
    width: 7.8em;
    height: auto;
    /*margin-bottom: 3em;*/
}
#us_docinfo .us_text{
    font-size: 12px;
    color: #6f6f6f;
}
#text-list ul li a{
    color: #8d8d8d;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.3em;
}
#text-list ul {
    margin: 2em;
}
ul.photos{
    list-style: none;
    
}
ul.photos li{
    float: left;
}
.wrapper #fancybox-content {
    border-color:#6EBEC6;
}
ul.photos li img{
    width: 14.6em;
    height: auto;
    margin: 0.3em 0.75em 0.3em 0 ;         
}
.wrapper .aboutpage{
    font-size: 0.875em;
    text-align: justify;
}
.wrapper .aboutpage .plashka, .plashka{
   background: -moz-linear-gradient(#78dde7, #2297a6);
    background: -ms-linear-gradient(#78dde7, #2297a6);
    background: -o-linear-gradient(#78dde7, #2297a6);
    background: -webkit-linear-gradient(#78dde7, #2297a6);
    background: linear-gradient(#78dde7, #2297a6);
    color: #fff;
    text-align: center;
    padding: 0.93em 0;
    border-radius: 6px;
    margin: 0 0 1.4em;
}
.otvet.plashka{
    margin: 0;
    width: 46.25em;
}
.wrapper .aboutpage p{
margin: 0 0 1.4em;
}
.docpimg{
    margin: 0.3em 0.8em 0.3em 0;    
   overflow: hidden; 
    float: left;
}
.docpinfo{
   margin-top: 1em; 
}
.docpinfo p{
    color: #71C0C7;
    margin-bottom: 0.5em;
}
.docpinfo p span{
    color: #8D8D8D;
}
#content #text{
    text-align: justify;
}
 #content h1.header.doc{
    margin-bottom: 1em;
}

/*ФОРМЫ*/
#otzivform{
    background: #e9e9e9;
/*    border-radius: 6px;*/
    padding: 1.25em 2.37em;
/*    width: 41.3em;*/
    overflow: hidden;
}
#otzivform h3,#directmail-form h3{
    text-shadow: 1px 0 0 #FFFFFF;
     display: inline;
    color: #575757;
    font-size: 1.9em;
    font-weight: normal;    
    padding:0 0 0.64em 1.83em;
    background-size: 1.45em 1.45em;
}
#otzivform h3{
    background: url('/templates/demohunt/images/otzivimg.png') no-repeat;
}
#directmail-form h3{
    background: url('/templates/demohunt/images/directimg.png') no-repeat;
}
#directmail-form > form {
    margin: 1em 0;
}

#directmail-form input, #directmail-form textarea{
    color: #767676;
    font-size: 1.125em;
    border: none;
    color: #bcbcbc;
    
    font-family: Tahoma, Verdana;
}
#directmail-form #form-message textarea{
     width: 96%;
     resize: none;
} 
#directmail-form #form-sender_name, #directmail-form #form-sender_email{
    display: inline-block;
     width: 49%;
}
#directmail-form #form-sender_name .dirformbg, #directmail-form #form-sender_email .dirformbg{
}
#directmail-form #form-dir_subject{
    width: 99%;
    margin: 0.625em 0;
}
#otzivform form{
    margin-top: 1.5em;
    
}
#form-sender_name .textinputs {
    margin-right: 0.96%;
}
#otzivform form input, #otzivform form textarea{
    font-size: 1.125em;
    padding: 0.5em;
    font-family: Tahoma, Verdana;
    border-radius: 6px;
    border: 0;
}
#otzivform #comment_author, #otzivform #comment_email{
    width: 46%;
} 
#otzivform #comment_author{
    margin-right: 0.9em;
}
#otzivform textarea{
    display: block;
    resize: none;
    width: 35.72em;
    margin-top: 1em;
}
#otzivform form input[type="submit"], .otzivform.opener,#directmail-form .button{
    font-size: 1.3em;
    border: 0;
    border-top: 1px #4ca0ab solid;
    border-left: 1px #4ca0ab solid;
    color: #fff;
    background: #6ebec6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYmVjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzk3YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6ebec6 0%, #2397a7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ebec6), color-stop(100%,#2397a7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6ebec6 0%,#2397a7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6ebec6 0%,#2397a7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6ebec6 0%,#2397a7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6ebec6 0%,#2397a7 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebec6', endColorstr='#2397a7',GradientType=0 );  IE6-8 */
    float: right;
    box-shadow: 1px 0 3px #fff;
    padding: 0.3em 1.5em;
    border-radius: 4px;
    margin: 0.6667em auto 0.9em;
    cursor: pointer;
}
#otzivform input::-webkit-input-placeholder {
   color: #bcbcbc;
   font-style: italic;
}
#otzivform input:-moz-placeholder {
   color: #bcbcbc;   
   font-style: italic;
}
.comments{
    list-style: none;
}
.comments time{
    color: #908f8f;
    font-size: 1.125em;
    margin-left: 1em;
}
.comments span{
    color:#55b4bf;
    font-size: 1.5em;
}
.comments .message{
    font-size: 0.875em;
    color: #616161;
    padding: 1.42em 0;
}
.comments li{
    background: url('/templates/demohunt/images/bgnews.png') repeat-x center bottom;
}
.comments li:last-child{
    background: none;
}
.ui-icon-closethick {
    text-indent: -9999px;
    background: url('/templates/demohunt/images/btn_close.png') no-repeat;
}
.otzivform.opener{
    display: block;
    float: none;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 1em;
}
#search_page{
    width: 30%;
}
.search_result_block a,.search_result_block span {
   margin: 0;
   color: #71c0c7;
   font-size: 1.25em;
   margin-bottom: 0.3em; 
}
#fancybox-close{
    
}
#fancybox-content,#fancybox-outer {
    border-radius: 6px;
}
#directmail-form{
    background: #e7eaea;
    padding: 0.875em 2.375em;
    width: 35em;
    overflow: hidden;
}
aside.blist img{
    width: 25em;
}
#sidebar{
    overflow: hidden;
    padding: 0 2.4375em;
}
#directmail-form .dirformbg{
    background: #fff;
     padding: 0.333em;
    border-radius: 6px;
}
#directmail-form #form-message {
    width: 99%;
}

.capcha span{
    font-size: 0.8em;
}
.capcha {
    margin-top: 1em;
}
#zaya-form #form-vashe_imya .formwrapper, #zaya-form #form-email .formwrapper, #zaya-form #form-telefon .formwrapper{
    padding: 0.2em 0.33em;
}
.defaul.blist{
    margin-right: 3%;
}

#result-data {
    font-weight: normal;
    padding: 0 5% 5%;
}
#result-data span{
    color: #42A8B4;
}

#directmail-form #result-data {
    font-weight: normal;
    padding: 3% 5% 0 0;
}

aside.blist p:last-child{
    margin: 0;
}
