/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px arial, sans-serif;
	width: 100%;
	height: 100%;
	margin:10px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 136px;
	background: #ffffff;
}
h2 {
  font-family: monospace;
  color: #606060;
}
ul {
  list-style: none; 
  margin: 0 auto;
}
i {
  margin-right: 10px;
}
b {
  font-weight:bold;		
}
nav {
  display: block;
  width: 100%;
  margin: 0 auto 2px;
  background: rgba(242, 251, 220, 1);
}
.top-menu ul {
  height: 25px;
  background: #f2fbdc;
  overflow: hidden;
  padding: 0;
  margin-left:30px;
}
.top-menu li {
  float: left;
  width: 110px;
}
.top-menu a {
  text-align: center;
  display: block;
  padding: 4px;
  background: rgba(242, 251, 220, 1);
  color: #000000;
  text-decoration:none;
  font-size:14px;
}
.top-menu a:hover {
  text-decoration:none;
  font-size:14px;
  background: #ffffff
}

.logo-left {
  width: 270px;
  height:106px;
  position:absolute;
  background: url(image/logo1.jpg);
}
.top-middle {
  width: 450px;
  height:72px;
  position:relative;
  margin-left: 280px;
}
.top-middle  p{
  font-size: 24px;
  color: #0388a7;
  font-weight:bold;
  padding-top:20px;
  margin-left: 15px;
}
.top-middle  p1{
  font-size: 14px;
  color: #0388a7;
  font-weight:bold;
  position:absolute;
  padding-top:6px;
  margin-left: 15px;
}
.top-middle  p2{
  font-size: 14px;
  color: #0388a7;
  font-weight:bold;
  position:absolute;
  margin-top: -17px;
  margin-left: 245px;
}
.top-middle  p3{
  font-size: 14px;
  color: #0388a7;
  font-weight:bold;
  position:absolute;
  margin-left: 295px;
  margin-top: 4px;
}
.contacts p {
  font-size: 18px;
  color: #ff6600;
  font-weight:bold;
}
.search-form-container {
  width:425px;
  height: 33px;
  margin-left:290px;
  margin-top:-2px;
  background-color: #ff5757;
}
.logo-right {
  width: 265px;
  height:106px;
  background: url(image/logo2.jpg);
  margin-left:735px;
  margin-top:-106px;
  position:absolute;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 290px;
}
.news {
	width: 340px;
	float:left;
}
.akcii {
	width: 340px;	
	float: right;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
}
.left-sidebar p{
  height: 31px;
  font-size: 24px;
  color: #FFFFFF;
  padding-top:5px;
  padding-left:4px;
  background: #0396b9;
}
.left-sidebar-text p{
  height:31px;
  font-size: 16px;
  color: #FFFFFF;
  padding-top:12px;
  padding-left:4px;
  background: #28809e;
  font-weight:bold;
}
.left-sidebar-text2  {
  font-size: 15px;
  color: #000000;
  padding-left:10px;
  line-height:2;
}
.left-sidebar-text2  p4{
  font-size: 19px;
  color: #000000;
  line-height:2;
}
.left-sidebar-text3 p{
  height:31px;
  font-size: 24px;
  color: #ffffff;
  padding-top:12px;
  padding-left:4px;
  background: #28809e;
}

/* Links
-----------------------------------------------------------------------------*/
a.black {
  font-size: 15px;	
  color: #000000; 
  text-decoration: none;  
}
a.black:hover {
  font-size: 15px;	
  color: #03afd7;
  text-decoration: none;    
}
a.red2 {
  font-size: 15px;
  text-decoration: none;
  color: #ff5757;
  /*font-weight:bold;  */
} 
a.red2:hover {
  font-size: 15px;
  text-decoration: none;
  color: #ff0000;
}
a.orange{
  font-size: 15px;	
  color: #cc6600; 
  font-weight:bold; 
  text-decoration: none;    		
}
a.orange:hover {
  font-size: 15px;	
  color: #b35900;
  font-weight:bold;  
  text-decoration: none;    
}
a.blue2 {
font-size: 14px;
text-decoration: none;
color: #0099cc;
} 

a.blue2:hover {
font-size: 14px;
text-decoration: underline;
color: #0099cc;
}
a.blue3 {
font-size: 14px;
text-decoration: none;
color: #0099cc;
} 
a.blue3:hover {
font-size: 14px;
text-decoration: underline;
color: #0099cc;
}
a.blue4 {
font-size: 18px;
text-decoration: none;
color: #0099cc;
} 

a.blue4:hover {
font-size: 18px;
text-decoration: underline;
color: #0099cc;
}
a.green {
font-size: 14px;
text-decoration: none;
color: #669900;
} 
a.green:hover {
font-size: 14px;
text-decoration: none;
color: #669900;
}
a.mnu {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
a.mnu:hover {
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
}
.blue2shop {
  font-size: 14px;
  text-decoration: none;
  color: #0099cc;
  width: 100%;
  height: 100%;
  display: block;
  /*font-weight:bold;  */
} 
.blue2shop:hover {
  font-size: 14px;
  text-decoration: underline;
  color: #0099cc;
  width: 100%;
  height: 100%;
  display: block;
  /*font-weight:bold;  */
}
b.blue {
  font-size: 16px;
  color: #0099cc;
  font-weight:bold;
}
b.blue2 {
  font-size: 14px;
  color: #0099cc;
  font-weight:bold;
}
ul.left {
  margin-left:15px;
  margin-top:-7px;
  list-style-image:url('image/strelka_black.gif');
}
ul.left2{
  margin-top: -5px;
  margin-bottom: 5px;
  margin-left: 30px;
  list-style-image:url('image/strelka_black.gif');
}
ul.left2 a {
  font-size: 15px;
  text-decoration: none;
  color: #4d4d4d;
}
ul.left2 a:hover {
  font-size: 15px;
  text-decoration: none;
  color: #03afd7;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 25px;
	background: #BFF08E;
	position: relative;
}
.footer2 {
	width: 1000px;
	margin: 10px auto 0;
	height: 25px;
	position: relative;
}
.footer2-text {
}
.footer2-text p{
	height:25px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top:7px;
	padding-left:4px;
	background: #28809e;
	font-weight:bold;
}
.footer2-text2 ul {
	margin-left: 30px;
}
.footer2-text2 li{
	font-size: 14px;
	color: #0099cc;
	font-weight: bold;
	margin-left:80px;
	display: inline;	
}
/*---------------------------------------------------------------------------*/
.tr-shop:hover{
	/*background-color: #d5e3f3;*/
	cursor:pointer;
}
.akcii:hover{
	/*background-color: #d5e3f3;*/
	cursor:pointer;
}
#line{
  border-top: 1px solid #cccccc;
  width:90%;
  height:1px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.submit {
  width: 21px;
  height: 23px;
  border: none;
  outline: none;
  background: url(image/search.jpg);
  margin:5px;
  box-shadow: inset 0 0 2px #ff5757;
  cursor:pointer;
}
.search-form {
  color: #ffffff;
  background: #ff5757;
  border:none;
  position:absolute;
  margin-top: 7px;
  width: 300px;
  outline: none;
  box-shadow: inset 0 0 2px #ff5757;
}
/* Cart*/
div.addcart{
	margin:0; 
	padding:0;
	width:179px;
	height:44px;
	background:url('image/addcart.gif') 0 -44px no-repeat;
}
div.addcart a {
	display: block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font: bold 12px/1 Georgia, serif;
	color: #ffffff;
	text-decoration:none;
	background:url('image/addcart.gif')no-repeat;
}
div.addcart span {
	display:block;
	margin:0; 
	padding: 11px 0 0 0;
}
div.addcart a:hover {
	background-image:none;
}
div.updcart {
	margin:0; 
	padding:0;
	width:179px;
	height:44px;
	background:url('image/updcart.gif') 0 -44px no-repeat;
}
div.updcart a {
	display: block;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font: bold 12px/1 Georgia, serif;
	color: #ffffff;
	text-decoration:none;
	background:url('image/updcart.gif')no-repeat;
}
div.updcart span {
	display:block;
	margin:0; 
	padding: 11px 0 0 0;
}
div.updcart a:hover{
	background-image:none;
}
div.del{
	margin:0;
	padding:0;
	width:79px;
	height:37px;
	background:url('image/btn_del.gif') 0 -37px no-repeat;
}
div.del a{
	display: block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font: bold 12px/1 Georgia, serif;
	color: #ffffff;
	text-decoration:none;background:url('image/btn_del.gif')no-repeat;
}
div.del span {
	display:block;
	margin:0; 
	padding: 7px 0 0 0;
}
div.del a:hover {
	background-image:none;
}
.th1 {
	float:left;
	margin-left: 25px;
}
.th1 p {
	font-size: 14px;
	color: #0099cc;
	font-weight:bold;
	text-align:center;
}
.container_slider_css {
	/*margin:50px auto;*/
	width:320px;height:213px;
	overflow:hidden;
	position:relative
}
.photo_slider_css {
	position:absolute;
	animation:round 16s infinite;
	opacity:0;
	width:100%
}
@keyframes round {
25%{opacity:1}
40%{opacity:0}
}
img:nth-child(1){animation-delay:12s}
img:nth-child(2){animation-delay:8s}
img:nth-child(3){animation-delay:4s}
img:nth-child(4){animation-delay:0}
@media(min-width:0px) and (max-width:320px) {
.container_slider_css {
	width:80%;
	height:190px}
}
@media(min-width:321px) and (max-width:480px) {
.container_slider_css {
	width:80%;
	height:190px}
}
/*Слайдер на два кадра*/
/* Слайдер */
.slides {
    height:213px;
    /*margin:50px auto; */
	margin-top:20px;
    overflow:hidden;
    position:relative;
    width:320px;
}
.slides ul {
    list-style:none;
    position:relative;
}
/* Кадры анимации #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
.slides ul li {
    opacity:0;
    position:absolute;
    top:0;
    /* анимация css3 */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* Задержки css3 */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul li img {
    display:block;
}
/* Кадры анимации #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:1;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:1;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
.slides ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:26px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:200px;

    /* Анимация css3 */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
