* {
margin: 0;
padding: 0;
}
html, body{
  height: 100%;
  width: 100%;
  background-color: #fff;
     
}
iframe{display:none;}


@font-face {
	font-family: "PTSansRegular";
	src: url("../font/PTSansRegular/PTSansRegular.eot");
	src: url("../font/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
	url("../font/PTSansRegular/PTSansRegular.woff") format("woff"),
	url("../font/PTSansRegular/PTSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	}
	
	
	@font-face {
	font-family: "PTSansBold";
	src: url("../font/PTSansBold/PTSansBold.eot");
	src: url("../font/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
	url("../font/PTSansBold/PTSansBold.woff") format("woff"),
	url("../font/PTSansBold/PTSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	}
	
	@font-face {
	font-family: "PTSansItalic";
	src: url("../font/PTSansItalic/PTSansItalic.eot");
	src: url("../font/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
	url("../font/PTSansItalic/PTSansItalic.woff") format("woff"),
	url("../font/PTSansItalic/PTSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	}

td, tr, p, div {
  font-family: "PTSansRegular", sans-serif;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 16px;
 
}



a:link, a:visited {
 font-family: "PTSansRegular", sans-serif;
 color: #148e77;
  font-weight: 300;
  font-size: 16px;
 
    text-decoration: underline;   
    
}
a:hover {
  color: #000;
  text-decoration:underline;
}

p { 
   text-indent: 0px;
} 

#content100 p, #content80 p{
    padding-bottom: 10px;
}

ul, ol {
list-style-position: outside;
margin-left: 20px;
}

#content80 ul, #content80 ol{
    margin-bottom: 15px;
}
/*ul li{
list-style-type: square;
}*/
strong{font-family: "PTSansBold";}

h1 {
   font-size: 30px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #148e77;
    line-height: 30px;
    
    text-decoration: none;
    padding: 15px 0px 25px 0px;
     text-transform: uppercase;
}


h2 {
    font-size: 26px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #148e77;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
}


h3 {
   font-size: 20px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #148e77;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
}


h4 {
   font-size: 18px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #414141;
    line-height: 25px;
    padding-top: 0px;
    margin: 10px 0px;
    text-decoration: none;
    padding-left: 0px;
}

h5 {
    font-size: 18px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #194d95;
    line-height: 25px;
    padding-top: 0px;
    margin: 10px 0px;
    text-decoration: none;
    padding-left: 0px;
}
h6 {
   font-size: 15px;
    text-align: left;
    font-family: "PTSansRegular", sans-serif;
    color: #85101f;
    line-height: 26px;
    font-weight: 300;
    padding-top: 0px;
    margin: 10px 10px 10px 0px;

}


#bodypage {
  min-height: 100%;
  height:auto !important;
  height:100%;
  text-align: left;
  min-height: 100%;   
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}

#banner {
  width: 100%;
  margin:0 auto;
  background-image: url(../images/fon-ak.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  
}

.banner-wrapper {
  position: relative;
}

.banner-is-hidden .banner-wrapper {
  display: none;
}

.banner-close-btn {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: #148e77;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  line-height: 24px;
}

#shapka{
	max-width: 1120px;
    width:96%;
    min-height: 170px;
    padding: 0px 2%;
    margin: 0 auto;
}

#sitelogo{
  float: left;
  width: 56%;
  padding-top: 20px;
}

#teltop{
	float: right;
	text-align: right;
    width: 450px;
    padding: 0px 0px 0px 0px;
}

#teltop p{
	font-family: "PTSansRegular";
    color: #4f4f4f;
     font-size: 14px;
    line-height: 24px;
}

.gmenu {
    width: 100%;
    padding: 0px;
	height: 80px;
	background-color: #148e77;
   
}

.gmenu ul{
    	width: 1120px;
padding: 20px 20px 0px 20px;
    margin:0 auto;
  text-align: center;
}

.gmenu ul li{

padding: 5px 38px;
    margin: 0;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #4aa896;
}

.gmenu ul li.item-102{
    border-left: none;
}

.gmenu ul li a{
  display:inline-block;
  text-decoration:none;
  cursor:pointer;
  position: relative;
  font: 20px/24px "PTSansRegular", serif;
  color: #fff;
  padding: 0px 0px 5px 0px;
}

.gmenu ul li a::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
border-bottom: 2px solid #fff;
content: '';
transform: scaleX(0);
opacity: 0;
transition: all .4s linear;
}

.gmenu ul li a:hover::after {
transform: scaleX(1);
opacity: 1;
}


.gmenu ul li a:hover, .gmenu ul li.current.active a::after{
 transform: scaleX(1);
opacity: 1;
}


#maintelo {
    display: block;
    clear: both;
    overflow: hidden;
    margin: -50px auto 0px auto;
    max-width: 1120px;
    width: 96%;
    padding: 0px 2%;
}

#slider{
    overflow: hidden;
    width: 100%;
    min-height: 150px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#leftwrap{ 
    float: left;
   
}


#left{ 
    overflow: hidden;
    width: 255px;
    padding: 15px 30px 30px 30px;
    /*float: left;*/
    margin-right: 40px;
    background-color: #fff;
   -webkit-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   -moz-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    margin-bottom: 40px;
}

#left2{ 
    overflow: hidden;
    width: 255px;
    padding: 15px 30px 30px 30px;
    /*float: left;*/
    margin-right: 40px;
    background-color: #fff;
   -webkit-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   -moz-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    margin-bottom: 40px;
}

#left2 h2 {
    font-size: 20px;
    text-align: left;
    font-family: "PTSansBold", sans-serif;
    color: #148e77;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
    text-transform: uppercase;
}


#left2 ul.menu {
      margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
   /* list-style-image: url(../images/mar.jpg);*/
  

}

#left2 ul.menu li{
	margin: 12px 0px 10px 0px;
    box-shadow: 0 0 4px #148e77;
    border-radius: 2px; 
}

 




#left2 ul.menu li a, #left2 ul.menu li a:link, #left2 ul.menu li a:visited {
    display: block;
    font-size: 14px;
    text-align: left;
    /*color: #4f4f4f;*/
  color: #444;
    cursor: pointer;
    text-decoration: none;
     
    padding: 8px 8px 8px 20px;
    font-family: "PTSansBold", sans-serif;
}

#left2 ul.menu li:hover, #left2 ul.menu li.active, #left2 ul.menu li.current{
   background-color: #148e77;
  
  
}

#left2 ul.menu li a:hover, #left2 ul.menu li.active a, #left2 ul.menu li.current a{
  
   color: #000;
  
}



#columncenter80{
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    max-width: 705px;
    padding: 15px 2% 30px 2%;
    background-color: #fff;
   -webkit-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   -moz-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   margin-bottom: 50px;
      min-height: 384px;
}

#columncenter100{
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
    padding: 15px 2% 30px 2%;
    background-color: #fff;
   -webkit-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   -moz-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
   margin-bottom: 50px;
}

#content80, #content100{
    width: 100%;
}

#karta{
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
}

#onas{
    overflow: hidden;
    max-width: 1105px;
    padding: 15px 10px 15px 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    -moz-box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    box-shadow: 1px 1px 10px 0px rgba(81,81,81,1);
    margin-top: 0px;
    margin-bottom: 10px;
    width:96%;
    padding: 15px 2%;
}


#newswrap{
    overflow: hidden;
    width: 100%;
    padding: 0px;
	background-color: #f2f3f8;
	margin-top: 50px;
}

#news{
    overflow: hidden;
    max-width: 1120px;
    width: 96%;
    padding: 15px 2% 30px 2%;
    margin: 0px auto;
    /*padding: 15px 20px 30px 20px;*/
   	background-color: #f2f3f8;
}

a.more, a.more2 {
    font: 20px/25px "PTSansBold", sans-serif;
    color: #148e77;
    padding: 10px 40px;
    text-decoration: none;
    border: 2px solid #148e77;
    border-radius: 35px;
    margin: 20px 0px;
    display: inline-block;
}

a.more:hover{
    background-color: #fff;
}

a.more2:hover{
    background-color: #f5f5f5;
}

a.more-top {
    font: 18px/24px "PTSansBold", sans-serif;
    color: #fff;
    padding: 7px 17px;
    text-decoration: none;
    border: 2px solid #148e77;
    border-radius: 35px;
    margin: 5px 0px;
   
    background-color: #148e77;
}

a.more-top:hover{
  color: #148e77;
  background-color: #fff;
}


.hFooter {
  _clear: both;
  height: 370px;
  width: 100%;
  clear: both;
}

.footer {
  min-height: 370px;
  width: 100%;
  max-width: 1920px;
  margin-top: -370px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  /*background-color: #3c444f;*/
  background-color: #36424e;
  
}

#telbot{
    overflow: hidden;
    max-width: 1120px;
    width: 96%;
    padding: 0px 2%;
    min-height: 272px;
    margin: 0px auto;
}

#telbot .custom{
    /*padding: 20px 0px 20px 150px;*/
    padding: 20px 8% 20px 16%;
}

#telbot h3{
    border-bottom: 1px solid #4f5c6e;
    font-family: "PTSansRegular", sans-serif;
    font-weight: normal;
    width: 270px;
    margin: 0px;
}

#telbot p{
    font-family: "PTSansRegular", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


#dru{
    overflow: hidden;
    width: 100%;
    height: 80px;
    background-color: #323942;
}

#dru .custom{
    padding: 30px 0px 10px 0px;
}

#dru a {
 font-family: "PTSansRegular", sans-serif;
 color: #148e77;
  font-weight: 300;
  font-size: 16px;
  line-height:26px;
    text-decoration: none;   
    
}
#dru a:hover {
  color: #fff;
  
}


table.cena{
	    border-collapse: collapse;
		margin: 20px auto;
		display:none;
}

table.cena td{
	border: 1px solid #bdbfbf;
    padding: 2px 5px;
}

table.cena td, #content80 table.cena td p{
    font-size: 13px;
    line-height: 20px;
  padding-bottom: 0px;
}

/*#box11, #box22, #box33, #box44, #box55, #box66, #box77, #box88, #box99, #box10, #box11, #box12, #box13, #box14, #box15, #box16, #box17{
    display: none;
}*/

h2.accordion a{
    border-bottom: 1px dotted;
}


.usl{
   width: 48%;
    margin: 1.5% 1%;
    float: left;
}

.usl table{
   width: 100%;
    /*border: 2px solid #148e77;*/
    border: 2px solid #c3c3c3;
  min-height: 103px;
}

.usl a{
    font-family: "PTSansBold", sans-serif;
    color: #148e77;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.usl img {opacity: 0.8;}

.usl:hover img {opacity: 1;}

.usl:hover table {border: 2px solid #148e77;}

#content80 .usl p{
    padding-bottom: 0px;
}

.bl25{
   width: 25%; 
   float: left;
}

.spec{
    margin: 0px auto; width: 60%;
}

.spec table{
    width: 50%; 
   float: left;
}

.podval{
    width: 80%; 
    margin: 0 auto;
    overflow: hidden;
}

.podval table{
   width: 50%; 
   float: left;
}


.pull-left{
    width: 35%;
 
    padding-top: 3%;
    float: left;

border: solid 1px #EEE;
    margin-right: 15px;
}

.pull-left img{max-width: 100%;}

.item_txt{
    width: 63%;
    float: right;
}

.cols-1 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
  border-bottom: 1px solid #148e77;
}

.row-0{
    
}


@media (max-width: 479px) {
    #banner {
  display: none;
    }
    
    #shapka{padding: 0px 2% 30px 2%; overflow: hidden;}
    
    #sitelogo {width: 100%; text-align: center; padding-top: 40px;
    padding-bottom: 20px;}
    #sitelogo img {max-width: 85%;}
  
    #teltop {text-align: center; width: 100%;}
    
    .gmenu{display: none;}
    #leftwrap{display: none;}
    #content80, #content100 {width: 90%; margin: 0 auto;}
    ul.sigProClassic {width:220px;}
    
    .bl25 {width: 100%;}
    
    .spec {width: 90%;}
    .spec table {width: 100%;}
    .podval table{width: 100%;}
    
    #telbot .custom {
        padding: 20px 0%;
        width: 280px;
        margin: 0 auto;
    }
/*.jf_mm_trigger{top: 20px; left: 20px;}*/
.jf_mm_trigger {background-color: #d5fef6; width: 40px; height: 40px;}
body .jf_mm_trigger.jf_mm_rtl {right:15px;}

#jf_mm_menu li.current.active a {color: #d9c452;}

.jf_mm_trigger{background-image: url(../images/but.png);
  background-position: center top;  
  background-repeat: no-repeat;
}

.jf_mm_wrapper h2 {line-height: 3em;}

.jf_mm_wrapper a{
    color: #fff;
    text-decoration: none;
}

#content80 img{max-width: 100%;}

iframe{width: 100%;}


.pull-left{
    width: 100%;
    padding-right: 0%;
    padding-top: 0%;
    float: none;
}

.pull-left img{
    width: 100%;
}

.item_txt{
    width: 100%;
    float: none;
}

    
}


@media (min-width: 480px) and (max-width: 768px){
    #banner img{width: 75%;}
    
   #shapka{padding: 0px 2% 30px 2%; overflow: hidden;}
    
    #sitelogo {width: 100%; text-align: center; padding-top: 30px;}
    #sitelogo img {max-width: 95%;}
    
    #teltop {text-align: center; width: 100%;}
    
    .gmenu{display: none;}
    #leftwrap{display: none;}
    #content80, #content100 {width: 90%; margin: 0 auto;}
    ul.sigProClassic {width:470px;}
    
    .bl25 {width: 100%;}
    
    .spec {width: 90%;}
    .spec table {width: 100%;}
    .podval table{width: 100%;}
    
    #telbot .custom {
        padding: 20px 0%;
        width: 280px;
        margin: 0 auto;
    }
/*.jf_mm_trigger{top: 20px; left: 20px;}*/
.jf_mm_trigger {background-color: #d5fef6; width: 40px; height: 40px;}
body .jf_mm_trigger.jf_mm_rtl {right:15px;}

#jf_mm_menu li.current.active a {color: #d9c452;}


.jf_mm_trigger{background-image: url(../images/but.png);
  background-position: center top;  
  background-repeat: no-repeat;
}

.jf_mm_wrapper h2 {line-height: 3em;}

.jf_mm_wrapper a{
    color: #fff;
    text-decoration: none;
}

#content80 img{max-width: 100%;}

iframe{width: 100%;} 

.pull-left{
    width: 100%;
    padding-right: 0%;
    padding-top: 0%;
    float: none;
}

.pull-left img{
    width: 100%;
}

.item_txt{
    width: 100%;
    float: none;
}
    
}


@media (min-width: 769px) and (max-width: 1024px) {
    
    #banner img{width: 80%;}
    
    #shapka{padding: 0px 2% 30px 2%; overflow: hidden;}
    
    #sitelogo {width: 100%; text-align: center; padding-top: 30px;}
    #sitelogo img {max-width: 95%;}
    
    #teltop {text-align: center; width: 100%;}
    
    .gmenu{display: none;}
    #leftwrap{display: none;}
    #content80, #content100 {width: 90%; margin: 0 auto;}
    ul.sigProClassic {width:470px;}
    
    .bl25 {width: 100%;}
    
    .spec {width: 90%;}
    .spec table {width: 100%;}
    .podval table{width: 100%;}
    
    #telbot .custom {
        padding: 20px 0%;
        width: 280px;
        margin: 0 auto;
    }
/*.jf_mm_trigger{top: 20px; left: 20px;}*/
.jf_mm_trigger {background-color: #d5fef6; width: 40px; height: 40px;}
body .jf_mm_trigger.jf_mm_rtl {right:15px;}

#jf_mm_menu li.current.active a {color: #d9c452;}


.jf_mm_trigger{background-image: url(../images/but.png);
  background-position: center top;  
  background-repeat: no-repeat;
}

.jf_mm_wrapper h2 {line-height: 3em;}

.jf_mm_wrapper a{
    color: #fff;
    text-decoration: none;
}

#content80 img{max-width: 100%;}

iframe{width: 100%;} 
    
}


@media (min-width: 1025px) and (max-width: 1199px) {
    
}


@media (min-width: 1200px) {
    
}
.breadcrumb{ margin-left: 0px; list-style: none;}
.breadcrumb li{display:inline; margin-left: 0px;}

.gmenu ul .item-129 a{color:#d2c25b;  text-shadow: 1px 1px 1px black ; /* Параметры тени */  font-weight:bold;}
.inst{margin-bottom: -3px;    padding-left: 10px;}



#left2 ul.menu li .item-159{
     /*
	 margin: 0;
     box-shadow:none;
     margin-left:40px;
	 */
   
}
#left2 ul.menu li .item-159 a{
    font-size:12px;
        padding-left: 0;   
   
}











#left2 ul.menu li .item-165{
        margin: 0;
        box-shadow:none;
       margin-left:40px;
   
}
#left2 ul.menu li .item-165 a{
    font-size:12px;
        padding-left: 0;   
   
}

#left2 ul.menu li .item-176 a{font-size:12px;    padding-left: 0;    padding-top: 0; }
#left2 ul.menu li .item-165 a{font-size:12px;    padding-left: 0;    padding-top: 0; }
#left2 ul.menu li .item-166 a{font-size:12px;    padding-left: 0;    padding-top: 0; }
#left2 ul.menu li .item-167 a{font-size:12px;    padding-left: 0;    padding-top: 0; }
#left2 ul.menu li .item-168 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
#left2 ul.menu li .item-169 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
#left2 ul.menu li .item-170 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
 #left2 ul.menu li .item-131 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
 
 #left2 ul.menu li .item-172 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
 #left2 ul.menu li .item-173 a{font-size:12px;    padding-left: 0;   padding-top: 0; }
 
 
 
#left2 ul.menu li .item-120 a{font-size:12px;    padding-left: 0;}
#left2 ul.menu li .item-121 a{font-size:12px;    padding-left: 0;}
 
 
#left2 ul.menu li .item-166 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-179 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-183 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-184 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-185 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-186 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-187 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-193 a{   font-size:12px;        padding-left: 0;}
#left2 ul.menu li .item-191 a{   font-size:12px;        padding-left: 0;}
 #left2 ul.menu li .item-180 a{   font-size:12px;        padding-left: 0;}

 
#left2 ul.menu li .item-176{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-166{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-167{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-168{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-169{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-170{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-120{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-121{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-131{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-172{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-173{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-166{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-179{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-183{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-184{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-185{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-186{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-187{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-193{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-191{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-159{margin: 0;box-shadow:none; margin-left:30px;}
#left2 ul.menu li .item-180{margin: 0;box-shadow:none; margin-left:30px;}

#left2 ul.menu li ul li a{line-height:auto;}


  #left2 ul.menu li ul li a:link{line-height:auto;};




#left2 ul.menu li .deeper a{color:#FFF;}
#left2 ul.menu li .deeper a:hover, #left2 ul.menu li.active a, #left2 ul.menu li.current a {
    color: #000;
	
}

@media screen and (max-width: 1000px) {
    .more-top{ display: inline-block;}
}

@media screen and (min-width: 1000px) {
    .more-top{ }
}


@media screen and (min-width: 1000px) {
    .more-top22{   padding-right:10px;}
}

@media screen and (max-width: 1000px) {
    .more-top22{display:none;}
}


.more-top22 .webfactor_go{width:100%; max-width: 100%;}

fieldset{border:none;}
.webfactor_go{cursor:pointer;}
.telo{  min-width:224px; display: inline-block; float:left;}
.custom2 .telo{width:50%;   margin-bottom:20px;}
@media screen and (max-device-width: 1000px) {
  .telo{width:100%;  float:none;}
  .custom2 .telo{width:100%;   margin-bottom:20px;}
}
#left2 .telo{width:100%;}
.more-top{width:100%;}

.webfactor_green .webfactor_go {background-color: #0bb090; font-size:17px; font-weight:normal; background:#e47267 ;  font-family:   "PTSansRegular", sans-serif;    border: 0px;}
 
.gr .webfactor_go {background-color: #148e77;}

.webfactor_green .webfactor_go:hover, .webfactor_green .webfactor_go:focus {
    /* border: 3px solid rgb(82, 140, 36); */
    /* border-color: #3a631a; */
	border:0px;
    /* color: #fff; */
}



@media screen and (min-width: 1000px) 
{
.fimu{    max-width:100%; min-height:300px;}
.prd22{margin-top:20px;}
.item-page  .webfactor_go{border-radius: 15px;}

  .vimg {    padding: 15px; padding-top: 0px;  margin-top: -20px; width:30%; float:left;}
}

 @media screen and (max-width: 1000px) 
{
 .usl {
    width: 100%;
     }
}
 .fimu{   width:100%;}
.item-page  .webfactor_go{border-radius: 10px;}

.item-page .vimg {      width:100%;}
}

 #left2 ul.menu li:hover, #left2 ul.menu li.active, #left2 ul.menu li.current {
    background-color: #FFF;  
}

img{max-width: 100%;}

.jf_mm_trigger{background-image:none; color:#000;}
.result-title{font-weight:bold; margin-top:10px;}
.result-title a{font-weight:bold;}



  @media screen and (min-width: 1000px) 
{
 .mobil{    display:none;}
 .jf_mm_menu{    display:none;}

     
 }


@media (max-width: 1024px)
.jf_mm_trigger, #jf_mm_menu {
   display: none;
}

.span4{ 
    box-shadow: 1px 1px 4px 0px rgba(81,81,81,1);
}






.phone0002{display:none;}
.phone003{display:inline;}

.webfactor_go:hover .phone0002{display:inline;}
.webfactor_go:hover .phone003{display:none;}

@media (max-width: 1000px) 
{
	.phone0002{display:none;}
	.phone003{display:inline;}
}

 .item-page h2:last-of-type{display:none !important;} {display:none !important;}