@media all {h1 {font-size: 30px;}}@media all and (max-width:2200px){h1 {font-size: 27px;}}@media all and (max-width:1800px){h1 {font-size: 26px;}}@media all and (max-width:1400px){h1 {font-size: 25px;}}@media all and (max-width:1000px){h1 {font-size: 30px;}}@media all and (max-width:960px){h1 {font-size: 23px;}}@media all and (max-width:920px){h1 {font-size: 22px;}}@media all and (max-width:880px){h1 {font-size: 21px;}}@media all and (max-width:840px){h1 {font-size: 20px;}}@media all and (max-width:800px){h1 {font-size: 19px;}}@media all and (max-width:760px){h1 {font-size: 18px;}}@media all and (max-width:720px){h1 {font-size: 17px;}}@media all and (max-width:680px){h1 {font-size: 16px;}}@media all and (max-width:640px){h1 {font-size: 15px;}}@media all and (max-width:600px){h1 {font-size: 14px;}}@media all and (max-width:560px){h1 {font-size: 13px;}}@media all and (max-width:520px){h1 {font-size: 12px;}}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}


.list1a {
    margin: 20px 0 0;
    padding:0;
    list-style: none;
    counter-reset: li;
}
.list1a li {
    border: 2px solid #337AB7;
    background: #EBF3FA;
    position: relative;
    margin-bottom: 20px;
    padding: 16px 10px;
}
.list1a li:hover {
    z-index: 1;
}
.list1a li:before {
    border: 2px solid #337AB7;
    position: absolute;
    top: -14px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    background: #F7FAFD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list1a li:hover:before {
    background: #337AB7;
    color: #FFF;
    -webkit-transform: translate(-12px, 0);
    -ms-transform: translate(-12px, 0);
    -o-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
}
.list1a li:after {
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: width;
    transition-property: width;
    z-index: -1;
    background: #FFF;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
.list1a li:hover:after {
    width: 100%;
}


.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav1 {
    list-style: none;
     *zoom: 1;
     background:#175e4c;
}
.nav1:before,
.nav1:after {
    content: " "; 
    display: table; 
}
.nav1:after {
    clear: both;
}
.nav1 ul {
    list-style: none;
    width: 9em;
}
.nav1 a {
    padding: 10px 15px;
    color:#fff;
}
.nav1 li {
    position: relative;
}
.nav1 > li {
    float: left;
    border-top: 1px solid #104336;
}
.nav1 > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav1 > li > a {
    display: block;
}
.nav1 li  ul {
    position: absolute;
    left: -9999px;
}
.nav1 > li.hover > ul {
    left: 0;
}
.nav1 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav1 li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav1 li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav1 > li {
        float: none;
    }
    .nav1 > li > .parent {
        background-position: 95% 50%;
    }
    .nav1 li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav1 ul {
        display: block;
        width: 100%;
    }
   .nav1 > li.hover > ul , .nav1 li li.hover ul {
        position: static;
    }

}

body {
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	min-width: 980px; 
}
.vras {
width: 100%;
border-radius: 2px;
border: 1px solid #ccc;
background: #fff;
padding: 1px;
margin: 1px;
overflow: none;
position: fixed;
top: 0;
z-index: 9999;
display: none;
}

.vras img {
width:100%;
}

ul.category_list li{
	float: left;
	margin: 0 8px;
	border: 3px solid #0CF;
	list-style: none;
	text-align: center  ;
}

ul.category_list{
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}


ul.category_list.vertical {}
ul.category_list:not(.vertical) li{
	/*width: 200px;*/
	width: 171px;
	margin-top: 18px;
}
ul.category_list li{
	width: 95%;
	margin-top: 18px;
}
ul.category_list li  img{
	/* width: 100%; */
	height: 131px;
	width: 172px;
	max-width: 200px;
}
ul.category_list li  div{
	float: none !important;
	display: block;
	padding: 4px 0;
	background-color: #0CF ;
	vertical-align: middle;
	font-weight: bold; 
}

#content ul.category_list li  div p{
	padding: 4px;
	text-align: left;
}
#content ul.category_list li > p{
	margin-left: 30px  !important;
}


ul.category_list {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; 
    padding: 0;
}

.nivoZoom img {border: 24px  #00CCFF solid;}
.nivoZoom {  width: 300px; float:right;}
.main .contentesdef.nivoZoomHover { 
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	cursor:pointer;
}
.main .contentesdef.nivoCaption {border: 4px   #FFFF99 solid;
	display:none;
	position:absolute;
	z-index:2;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}


p {font-weight: 500;
    text-indent: 0px; /* Отступ первой строки в пикселах */
	margin-top: 0.5em; /* Отступ сверху */
    margin-bottom: 1em; /* Отступ снизу */
   }
leftimg { 
    float: left; /* Выравнивание по левому краю */
    margin:10px;padding: 10px;

   }

h1{line-height: 40px;  } 

#text_slide1, #text_slide2, #text_slide3, #text_slide4, #text_slide5{
    
    position: absolute;
	max-width:610px;
	max-height:100px;
    opacity:0;
}

/*font-family:url(images/body.png)repeat 0 0 'Ubuntu', sans-serif;*/

.catalog-list-03 {
	margin: 0;
	padding: 0;
			
	
}
.catalog-list-04 {
	margin: 0;
	padding: 0;}

.catalog-list-03 li {
	float: left;
	width: 30%;
	min-width: 180px;
	text-align: center;
	list-style: none;
	}
.catalog-list-04 li {
	float: left;
	width: 10%;
	min-width: 180px;
	text-align: center;
	list-style: none;	
}

.catalog-list-05 {
	margin: 0;
	padding: 0;}
.catalog-list-05 li {
	float: left;
	width: 30%;
	min-width: 180px;
	text-align: center;
	list-style: none;	
}	
	
	
	
	.catalog-list-06 li {
	float: left;
	width: 30%;
	min-width: 250px;
	text-align: center;
	list-style: none;	
}	
.main .contentsinikon {width: 100%;  max-width: 700px; float: left; background: #FFF;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .contentsinikon ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .contentsinikon ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .contentsinikon ul li a { text-decoration: underline; }
.main .contentsinikon ul li a:hover { text-decoration: none; }
.main .contentsinikon img.alignleft { margin-right: 22px; border: 6px   #666666 solid; }
.main .contentsinikont .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }
.main .contentsinikon img {border: 4px   #666666 solid;}
.clear {
	clear: both;
}


a {text-decoration: none; 
font-style:normal;
    font-size:normal;
   
}
a:hover { text-decoration: underline; }
a img { border: 0; }
a.view { background: url(images/bullet.png) no-repeat 0 10px; padding-left: 8px; font-size: 10px; float: right;  }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell  { width: 980px; margin: 0 auto; }


.top-nav.desktop ul { display: block !important; }
.top-nav .shell { position: relative; }
.top-nav { background: #333;height:54px;    }
.top-nav ul { list-style: none; list-style-position: outside; font-family: 'Ubuntu', sans-serif; font-size: 16px; text-transform: uppercase; line-height: 58px; font-weight: 700;  }
.top-nav ul li { float: left; padding: 0 0 0 0;   }
.top-nav ul li.active  { border-right: 0;  }
.top-nav ul li a { color: #FFF; float: left; padding: 0 34px; text-shadow: rgba(255,255,255,0.8) 0px 1px 0px; }
.top-nav ul li span { float: left; }
.top-nav ul li a:hover,
.top-nav ul li.active a { color: #000; text-decoration: none; background: #999 ; }
.top-nav ul li.active a { background: #999 no-repeat right 0; }
.top-nav ul li.active span { background: #333 no-repeat 0 0; padding-left: 2px; }
.top-nav span.top-nav-shadow { background: #FFF  no-repeat 0 0; width: 959px; height: 7px; position: absolute; top: 59px; left: 50%; margin-left: -480px; z-index: 99999;  }
.top-nav a.nav-btn { display: none; } 

.header-top { background: #FFF repeat-x 0 0; width: 100%; height: 72px; position: absolute; top: 0; left: 0; right: 0; }
.header-bottom { background: #FFF repeat-x 0 0; width: 100%; height: 72px; position: absolute; bottom: 0; left: 0; right: 0; }
.header-center { background: #FFF repeat 0 0; width: 100%; position: relative; }
.header-inner { z-index: 99; position: relative; background: url(images/header-cnt.png)  repeat-y center 0; margin-bottom: -47px;  }

.header-cnt #logo { width: 397px; font-size: 0; line-height: 0;  }
.header-cnt #logo a { height: 134px; background:url(images/logo.png)  no-repeat 0 0; text-indent: -4000px; display: block;  }
.header-cnt { width: 422px; padding-top: 30px; }
.header-cnt h2 { font-size: 74px; line-height: 83px; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px;  font-weight: bolder; } 
.header-cnt h3 { font-size: 40px; padding-bottom: 8px; line-height: 50px; font-weight: normal;  color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; font-family: tahoma, arial, helvetica, serif;  } 
.header-cnt p { color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; padding-bottom: 10px; }
.header-cnt a.blue-btn { background: url(images/blue-btn.png) no-repeat 0 -75px; position: relative; bottom: -30px; z-index: 100; width: 198px; height: 70px; text-align: center; line-height: 56px; display: block; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 16px; font-family: 'Ubuntu', sans-serif; font-weight: 700;   }
.header-cnt a.blue-btn:hover  { text-decoration: none; background-position: 0 0px; }

.slider-holder { width: 497px; height: 293px; background: url(images/slider.png) no-repeat 0 0; position: absolute; bottom: -36px; right: -19px; padding: 34px 44px; z-index: 1000;}
.slider-holder .flexslider { width: 497px; height: 288px; position: relative; }
.slider-holder .flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.slider-holder .flexslider ul.slides li { width: 497px; height: 288px; float: left; }
.slider-holder .flexslider ul.slides li img { width: 497px; height: 288px; }

.main { padding: 66px 0 50px; position: relative; height: 100%; }
.main span.shadow-top { background: url(images/main-shadow.png) repeat-x 0 0;  top: 0; left: 0; position: absolute; width: 100%;  height: 46px; z-index: 20; display: block;  }
.main h2 { font-size: 28px; color: #2d2d2d; line-height: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 12px; }
.main h3 { font-size: 20px; color: #2d2d2d;line-height: 22px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 8px; }
.main section { background:#FFF no-repeat 0 bottom; padding-top: 40px; padding-bottom: 23px;  }
.main section:last-of-type { background: transparent; }

.main .testimonial {  text-align: center;  padding-right: 88px; padding-left: 88px; }
.main .testimonial p { padding-bottom: 10px; }
.main .testimonial p strong { font-size: 28px; font-family: georgia, serif; position: relative; top: 10px; left: -5px; }
.main .content1{ width: 96%;
  max-width: 660px;
  margin: 0 auto; /* центрируем основной контейнер */  background: #FFF; float:left;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ padding: 10px; padding-top:10px; }


.main .contentesdef { width: 100%;  max-width: 950px;float: left; background: #FFF; border: 4px   #FFFF99 solid;    /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .contentesdef ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .contentesdef ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .contentesdef ul li a { text-decoration: underline; }
.main .contentesdef ul li a:hover { text-decoration: none; }
.main .contentesdef img.alignleft { margin-right: 22px; max-width:100%; border: 4px   #666666 solid;}
.main .contentesdef .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }




.main .contentesdef1 { width: 100%;  max-width: 950px;float: left; background: #FFF; border: 4px   #FFFF99 solid;    /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .contentesdef1 ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .contentesdef1 ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .contentesdef1 ul li a { text-decoration: underline; }
.main .contentesdef1 ul li a:hover { text-decoration: none; }
.main .contentesdef1 img.alignleft { margin-right: 22px; max-width:100%; border: 4px   #666666 solid;}
.main .contentesdef1 .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }
/*ЯРКОСТЬ*/
.main .contentesdef1 img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}
.main .contentesdef1 img:hover {
-webkit-filter: brightness(60%);}

.main .contentesdef2 { width: 100%;  max-width: 850px;float: left; background: #FFF; border: 4px   #FFFF99 solid;    /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .contentesdef2 ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .contentesdef2 ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .contentesdef2 ul li a { text-decoration: underline; }
.main .contentesdef2 ul li a:hover { text-decoration: none; }
.main .contentesdef2 img.alignleft { margin-right: 22px; max-width:100%; border: 4px   #666666 solid;}
.main .contentesdef2 .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }
/*ЯРКОСТЬ*/
.main .contentesdef2 img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}
.main .contentesdef2 img:hover {
-webkit-filter: brightness(60%);}



.main .contentes { width: 100%;  max-width: 950px;float: left; background: #FFF;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .contentes ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .contentes ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .contentes ul li a { text-decoration: underline; }
.main .contentes ul li a:hover { text-decoration: none; }
.main .contentes img.alignleft { margin-right: 22px; max-width:100%;  border: 4px   #666666 solid;}
.main .contentes .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }

/*ЯРКОСТЬ*/
.main .contentes img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}
.main .contentes img:hover {
-webkit-filter: brightness(60%);}


.main .content3 { width: 100%;  max-width: 725px;float: left; background: #FFF;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .content3 ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content3 ul li { padding-left: 20px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .content3 ul li a { text-decoration: underline; }
.main .content3 ul li a:hover { text-decoration: none; }
.main .content3 img.alignleft { margin-right: 22px; max-width:100%;  border: 4px   #666666 solid;}
.main .content3 .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }

/*ЯРКОСТЬ*/
.main .content3 img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}
.main .content3 img:hover {
-webkit-filter: brightness(60%);}

 

.main .content5 { width: 100%;  max-width: 760px;float: left; background: #FFF;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .content3 ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content3 ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 0px;  }
.main .content3 ul li a { text-decoration: underline; }
.main .content3 ul li a:hover { text-decoration: none; }
.main .content3 img.alignleft { margin-right: 22px; max-width:100%;  border: 4px   #666666 solid;}
.main .content3 .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }




.main .content2 { width: 780px; float: left; background: #FFF;  
 padding: 10px; padding-top:10px; }
.main .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content ul li a { text-decoration: underline; }
.main .content ul li a:hover { text-decoration: none; }
.main .content img.alignleft { margin-right: 22px; }
.main .content .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 10px; }





 
.main .content { width: 780px; float: left; background: #FFF;  border: 1px   #666666 solid; /* стили рамки */
 -moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 padding: 10px; padding-top:10px; }
.main .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content ul li a { text-decoration: underline; }
.main .content ul li a:hover { text-decoration: none; }
.main .content img.alignleft { margin-right: 22px; }
.main .content .cnt {  overflow: hidden; height: auto; margin:10px;padding: 10px; }
.main section.blog { padding-bottom: 60px; }

.main .sidebar { padding-top:0px; width: 160px; height: 32px; float: right; background: #FFF;}
.main .sidebar ul { list-style: none; list-style-position: outside; }
.main .sidebar ul li { position: relative; padding-left: 10px; background: url(images/sidebar-list-border.png) no-repeat 0 bottom; padding-bottom: 1px; margin-bottom: -13px; min-height: 32px; }  
    
     
.main .sidebar ul li .img-holder { position: absolute; top: 6px; left: 0px; width: 66px; height: 48px; padding: 2px; border: 1px solid #d7d7d6; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
.main .sidebar ul li img { width: 66px; height: 48px; }
.main .sidebar ul li .mobile { font-style: normal; display: none; }
.main .sidebar ul li a { color: #000 ;}
.main .sidebar ul li a:hover { text-decoration: none; color: #F00;}
.main .sidebar ul li p { padding-bottom: 7px; }
.main .sidebar ul li span { font-size: 10px; color: #000; display: block; }
.main .sidebar .widget ul li.last { background: transparent; }







.main .cols { padding-bottom: px;}
.main .cols a.view { margin-right: 16px; position: absolute; bottom: 0; right: 45px; }
.main .cols .col { width: 200px; float: left;  padding-right: 45px; margin-right: 12px; padding-bottom: 16px; position: relative; }
.main .cols .col-cnt { background: ; padding-top: 7px; height:  100%; overflow: hidden; }
.main .cols .col img.alignleft { margin-right: 7px; }
.main .cols .col.last { width: 280px; padding-right: 0; margin-right: 0; background: transparent; }
.main .cols a img {
    border: 3px solid  #666; /* Рамка вокруг изображения-ссылки */
	-moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
  /*небольшой наклон картинки*/
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
   }         
.main .cols a:hover img  {
    border: 3px solid  #F00; /* Рамка при наведении на ссылку курсора мыши */
	-moz-border-radius: 10px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 10px; /* закругл. для старых Chrome и Safari */
 -khtml-border-radius:10px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 10px; /* закругление углов для всех, кто понимает */ 
 }
.main .cols a:hover img {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
transform: rotate(-7deg);}
   
   
   
   
   
   html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -286px; }
#footer, #footer-push { height: 286px; }
#footer span.shadow-bottom { background: #666 repeat-x 0 0;  top: -46px; left: 0; position: absolute; width: 100%; height: 46px; z-index: 20; display: block;  }

#footer { border-top: 1px solid #fff; position: relative; height: 285px; }
.footer-cols { background: #666 repeat-x 0 0; padding: 26px 0;  }
.footer-cols .col { background: #666; float: left; width: 221px; padding-right: 24px; }
.footer-cols .col.last { padding-right:0 px; padding-top:0 px; height: 180px; }
.footer-cols h3 { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; font-size: 21px; line-height: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 12px; }
.footer-cols h3 a { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
.footer-cols h3 a:hover { text-decoration: none; color: #bdbdbd;  }
.footer-cols p { color: #fff; }
.footer-cols p a { color: #fff; }
.footer-cols ul { list-style: none; list-style-position: outside; }
.footer-cols ul li { color: #fff; padding-bottom: 6px; padding-left: 9px; background: url(images/bullet-footer-col.png) no-repeat 0 8px; }
.footer-cols ul li a { color: #fff; }

.footer-bottom { background: #FFF; height: 14px; padding: 22px 0 18px 0; }
.footer-nav { float: left; font-size: 11px; line-height: 11px;  }
.footer-nav ul { list-style: none; list-style-position: outside; }
.footer-nav ul li { float: left; padding: 0 10px; background: url(images/footer-nav-border.png) no-repeat 0 0; }
.footer-nav ul li.first { background: transparent; padding-left: 0;  }
.footer-nav ul a { color: #6b848a; }
.footer-bottom p.copy { float: right; color: #6b848a;  line-height: 11px; }
.footer-bottom p.copy span  { padding: 0 9px;  }
.footer-bottom p.copy a { text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }

/* #Media Queries
================================================== */

   

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	.catalog-list-04 li {
	width: 48%;
	min-width: 120px;
	float: left;}
	
	body { min-width: 768px; }
	.shell { max-width: 768px; }
	
	#header { background: url(images/header-tablet.png) repeat-x 0 0; height: 257px; }
	.header-cnt #logo { width: 277px; font-size: 0; line-height: 0; }
	.header-cnt #logo a { height: 93px; background: url(images/logo-tablet.png) no-repeat 0 0; text-indent: -4000px; display: block;  }

	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { font-size: 14px; }
	.top-nav ul li a { color: #FFF; float: left; padding: 0 24px; text-shadow: rgba(255,255,255,0.8) 0px 1px 0px; }
	.top-nav ul li.last a { padding-right: 34px; } 

	.header-inner { width: 728px;  padding: 0 20px; }

	.header-cnt { width: 295px; }
	.header-cnt h2 { font-size: 56px; line-height: 60px; }
	.header-cnt h3 { font-size: 30px; line-height: 32px; }
	.header-cnt p .desktop { display: none; }
	.header-cnt p .mobile { display: block; }
	.header-cnt a.blue-btn { bottom: -60px; }
	.slider-holder { width: 382px !important; height: 260px !important; background: url(images/slider-tablet.png) no-repeat 0 0; padding: 30px 35px 0; bottom: -10px; right: 0;  }
	.slider-holder .flexslider { width: 382px; height: 220px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }

	.container { padding: 0 20px; width: 728px; }

	.main section { background: url(images/tablet-section-shadow.png) no-repeat 0 bottom  !important; }
	.main section.blog { padding-bottom: 60px; }
	.main section.blog { background: transparent  !important; padding-bottom: 0;  }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 232px; padding-right: 15px; margin-right: 0; background: transparent;}
	.main .cols .col.last { padding-right: 0; width: 232px }
	.main .cols .col img { float: none; display: block; margin: 0 auto 0 auto !important;  }
	
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; }
	
	.main .sidebar { width: 100%; float: none; display: block; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/tablet-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline;  }
	.main .sidebar a.view { margin-right: 20px;  }

	.footer-cols .shell { padding-left: 0px; padding-right: 0px; width: 728px; }
	.footer-cols .col { width: 167px; padding-right: 20px; }
	.footer-cols .col.last { padding-right: 0; }
	.footer-bottom { height: 48px; line-height: 17px;  }
	.footer-bottom .footer-nav { float: none; display: block; padding-bottom: 16px;  }
	.footer-bottom  p.copy { float: none; display: block; clear: both; }
	.footer-bottom .shell { padding-left: 20px; width: 748px; }
	.main span.shadow-top { display: none; }
	#header { height: auto; }

	.header-inner { padding-bottom: 22px;  }
}

@media only screen and ( max-width: 767px) { 
	body { min-width: 320px;}
	.shell { max-width: 100%; }
	.main { padding-top: 260px !important; margin-top: 0; }
	a.view { background: url(images/bullet.png) no-repeat 0 8px; padding-left: 8px; font-size: 10px; float: right;  }
	#header { background: url(images/header-@2x.png) repeat-x 0 0;   width: 100%; }

	.header-cnt #logo { width: 280px; font-size: 0; line-height: 0; margin-bottom: 8px; }
	.header-cnt #logo a { height: 94px; background: url(images/logo-@2x.png) no-repeat 0 0; text-indent: -4000px; display: block;  }
	
	.top-nav { position: relative; z-index: 1001; background: #FFF; height: 48px; margin: 7px; border: 1px solid #333; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { display: none;  font-size: 14px; position: absolute; width: 100%; top: 46px; left: -1px; line-height: 24px; padding: 0 0px 0px 0px; background: #333; border: 1px solid #333; border-top: 0; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; }
	.top-nav ul li.active a { display: block; float: none; background: none; }
	.top-nav ul li.active span { display: block; float: none; background: none; }
	.top-nav ul li { display: block; float: none;  padding: 15px 20px 15px 20px;  background: url(images/tablet-section-shadow.png) no-repeat center top; }
	.top-nav ul li a { display: block; float: none; padding: 0 0 0 0; }
	.top-nav ul li span { float: none; }
	.top-nav ul li a:hover { display: block; float: none; background: none; }
	.top-nav ul li.last a { float: none; display: block;  padding-right: 0; } 
	.top-nav ul li.last {  padding-bottom: 10px }
	.top-nav a.nav-btn { width: 100%;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  height: 48px; display: block; color: #333; font-size: 14px; line-height: 48px;  text-shadow: 0 1px 0 rgba(255, 255, 255,0.8); font-family: 'Ubuntu',sans-serif; font-weight: 700; padding-left: 20px;  }  
	.top-nav a.nav-btn:hover { text-decoration: none; }
	.top-nav a.nav-btn span { background: url(images/nav-arr@2x.png) no-repeat center 20px; width: 40px; height: 48px; display: block; position: absolute; top: 0px; right: 0; z-index: 2000;}
	.top-nav a.nav-btn span.active { background: url(images/nav-arr-active.png) no-repeat center 20px; }
	.top-nav ul li.first  { display: none; }

	.header-inner { width: 100%; padding: 0 10px; background: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.header-cnt { width: 100%;  padding-top: 20px;  }
	.header-cnt a.blue-btn { bottom: -290px; position: absolute; left: 50% !important; margin-left: -97px; }
	.header-cnt a.blue-btn:hover { background-position: 0 0; text-decoration: none; color: #dbdbdb;  }
	.header-cnt h2 { font-size: 56px; line-height: 60px; }
	.header-cnt h3 { font-size: 30px; line-height: 32px; }
	.header-cnt p .desktop { display: inline; }
	.header-cnt p .mobile { display: none; }
	
	.slider-holder { width: 280px !important; height: 163px  !important; background: url(images/slider-mobile.png) no-repeat 0 0; padding: 20px; bottom: -220px; left: 50%; margin-left: -160px; }
	.slider-holder .flexslider { width: 280px; height: 163px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }
	.container { padding: 20px 10px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	.main .testimonial { padding-left: 0; padding-right: 0; }
	.main span.shadow-top { top: 0px; left: 0; }
	.main section { background: url(images/mobile-section-shadow.png) no-repeat center bottom  !important; }
	.main section.blog { background: transparent  !important; padding-bottom: 0; }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 100%; padding-right: 0px; margin-right: 0; padding-bottom: 20px; background: url(images/mobile-section-shadow.png) no-repeat center bottom;}
	.main .cols .col a.view { bottom:  20px; right:  10px; }
	.main .cols .col.last { width: 100%; padding-right: 0px; }
	.main .cols .col img { float: left;  }
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; }
	.main .content img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content p { font-size: 11px; line-height: 18px; }
	.main .content ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content ul li { background-position: 0 7px !important; display: block; }

	.main .sidebar { width: 100%; float: none; display: block; padding-right: 0; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/mobile-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline; }
	.main .sidebar a.view { margin-right: 20px; }
	
	.footer-cols .shell { padding-left: 0px; padding-right: 0px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.footer-cols .col { width: 100%; display: block; padding-right: 0;  }
	.footer-cols .col ul li { padding-right: 0; }
	.footer-cols .col .col-cnt { display: none; }
	.footer-cols .col.last { padding-right: 0; }
	.footer-bottom { height: 48px; line-height: 17px; }
	.footer-bottom .footer-nav { float: none; display: block; text-align: center;  padding-bottom: 16px; font-size: 10px;  }
	.footer-bottom .footer-nav ul li { padding: 0 2px 0 4px; float: none; display: inline; background-position: 0 2px;  }
	.footer-bottom  p.copy { float: none; display: block; text-align: center;  clear: both; font-size: 10px;  }
	.footer-bottom .shell { width: 100%; } 

	.header-inner { height: auto;  margin-bottom: 0; padding-bottom: 22px; }
	#header { height: auto; }
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 
	.slider-holder { background: url(images/slider-mobile@2x.png) no-repeat 0 0;   -webkit-background-size: 320px 202px; -moz-background-size: 320px 202px; background-size: 320px 202px; }
	.main section, 	
	.main .cols .col, 
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/mobile-section-shadow@2x.png) no-repeat center bottom;  -webkit-background-size: 299px 14px; -moz-background-size: 299px 14px; background-size: 299px 14px; }
}


