html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
  	 background-color: #dbebf1;
	margin: 0;
	-webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body a,.grid_1,plan_1,plan_1.one,plan_1.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],.port-grid ,.text p,.text h3{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
h1 { font-size: 1.3em;
color: #bb2204;	}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

#home {
width: 100%;
	background:url(../img/top.jpg) no-repeat 0px 0px;
	background-size:contain;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	height:150px;
	position: relative;
    float: center;
	}

#logo {
position: relative;
top: 1em;

}
#title { position: relative;
top: 1em;
float: left;
color: #11357f;
font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-weight: 400;
letter-spacing: 1px;
}
#cart {
position: relative;
float: left;
top: 1em;

}
#search {
position: relative;
float: left;
}
#shop {
position: relative;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	text-decoration: none;
	font-size: 1.1em;
	float: left;
	top: 12px;
	left: 30px;
}
#shop a {
color: #fff;
text-decoration: none;
}
#shop a:hover, a.activ {
color: #74dafc;
text-decoration: none;
}

.img-responsive {
max-width: 100%;
height: auto;
display: block;
}
.img-responsive-m {
max-width: 100%;
height: auto;
border: 1px solid #ccc;
display: block;
}

.top-menu {
	text-align: left;
	margin-top: 0.9em;
	float:right;
}
.top-menu ul li{
	display: inline-block;
	margin: 0 30px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9em;
	position: relative;
	float: left;
	left: -10px;
}
.top-menu ul li:nth-child(2),.top-menu ul li:nth-child(4),.top-menu ul li:nth-child(6),.top-menu ul li:nth-child(8) {
	margin: 0;
}
.top-menu ul li a.active{
	  color: #74dafc;
	  text-decoration: none;
}
.top-menu ul li a:hover{
	  color: #74dafc;
	  text-decoration: none;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.2em;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.button{
  text-transform: uppercase;
   text-decoration: none;
	height: 2em;
	width: 12em;
	background: #911a2f;
	padding: 0.5em 0.5em 2em 0.5em;
	letter-spacing: 2px;
	border: 2px solid #ff0000;
	color: #ffffff;
	margin-bottom: 3em;
	font-size: 1.2em;
	font-weight: 600;
}
a.button{
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #ff0000;
  border: 2px solid #ff0000;
  display: inline-block;
  margin: 1em 0 1em;
  font-size: 0.85em;
  padding: 8px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
a.button:hover{
  color: ##ff0000;

}
	

/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

/*----start-home---*/


#banner{
width: 100%;
	background:url(../img/bg.jpg) no-repeat 0px 0px;
	background-size:contain;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	height:300px;
	position: relative;
    float: center;
}

.cart_block {
	padding: 15px 5px 5px 38px;
	background: url(../img/block_cart.png) no-repeat 0px 15px ;
	position: relative;
    float: right; 
   
  }
.cart_block a:link, .cart_block a:visited{
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	margin: 7px 0px 7px 0px;
	
}
.cart_right_top{
	height: 60px;
	position:relative;
    float: right; 
    font-size:0.9em;
	text-align: left;
    color: #445a6f;
    margin: 7px 0px 7px 0px;
			 
}
.top_search{
	position: relative;
	float: right;
	display: block;
	right: 50px;
	top: 50px;
	}

.top_search .input_search{
	width: 380px;
	height: 36px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 132px;
	height: 36px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
float: left;
left: 5em;
margin-top: 1em;

}
.shop-basic {
position: relative;
float: left;
left: 5em;
margin-top: 1em;

}
.content-basic a {
color: #036bf8;
font-size: 1em;
font-weight: 500;
}
.shop-basic a {
color: #036bf8;
font-size: 1em;
font-weight: 500;

}
.main-page {
width: 200px;
text-align: justify;
font-size: 1em;
}
.shop-page {
width: 156px;
text-align: justify;
font-size: 1em;
}

.header-bottom {
  padding: 0;
  margin: 0;
  background: #dbebf1;
  position: relative;
  float: none;
 }

.strip {
 padding: 0.5em 0;
  background:#044b81;
  margin-top: 2em;
  
 }
.menu {
padding:0.2em 0;
background:#044b81;
width: 100%;
position: relative;

} 
.menu p {
padding-left: 2em;
color: #fff;
font-size: 1.0em;
font-weight: 400;
width: 95%;
}




/*--hover-buttons--*/
.copyrights {
 	 padding: 3em 0;
}
.copyrights p {
 	 color: #fff;
}
.copyrights p a {
 	 color: #fff;
}
.copyrights p a:hover {
 	 color: #FF5757;
}

.span_1_of_2  h3{
  color: #036b48;
  font-size: 1.0em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 500;
}
.span_1_of_2  p{
	font-size:1.0em;
	color:#000;
	 padding-bottom: 1em;
	
	
}
.span_1_of_2   span{
	  padding-bottom: 3em;
}
.span_1_of_2 img {
max-width: 100%;
height: auto;
border: 1px solid #ccc;
display: block;
}
/*--start-responsive-design--*/
@media (max-width:1366px){
#title { position: relative;
float: left;
padding-left: 6em;
color: #11357f;
font-size: 1.0em;
font-weight: 400;
letter-spacing: 1px;
left: 160px;
}
}
@media (max-width:1280px){
#title { position: relative;
float: left;
padding-left: 6em;
color: #11357f;
font-size: 1.0em;
font-weight: 400;
letter-spacing: 1px;
left: 150px;
}
}
#banner {
		background: url(../img/bg.jpg) no-repeat 0em 0em;
		background-size: cover;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -ms-background-size: cover;
	  -o-background-size: cover;
	}
	#banner h3 {
position: relative;
left: 20%;
top: 150px;
float: none;
font-size: 2.0em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}
	


}

@media (min-width: 768px) and (max-width: 1199px) {

#title { position: relative;
float: left;
padding-left: 6em;
color: #11357f;
font-size: 1.0em;
font-weight: 400;
letter-spacing: 1px;
top: 50px;
left: 150px;
}
#cart {
position: relative;
float: none;
left: 10%;
}
#shop {
	font-weight: 600;
	}
#banner {
		background: url(../img/bg_sm.jpg) no-repeat 0em 0em;
		background-size: contain;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -ms-background-size: contain;
	  -o-background-size: contain;
	}
	#banner h3 {
position: relative;
float: right;
left: 10%;
top: 80px;
float: none;
font-size: 1.6em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}
	
	span.menu{
	  width:70px;
	  height: 40px;
	  background: url(../img/menu.jpg)no-repeat 0px -3px;
	  display: inline-block;
	  float: right;
	  cursor: pointer;

	}
	.top-menu{
		width:95%;
		display: none;
		text-align:left;
		padding-left: 30px;
		margin-top:30px;
	}
	.span_2 {
	  margin-top: 2em;
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li{
		display:block;
		float: none;
		margin:5px 0;
	}
	 .top_search{
	position: relative;
	float: right;
	display: block;
	right: 50px;
	top: 50px;
	}

.top_search .input_search{
	width: 200px;
	height: 25px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 84px;
	height: 25px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search_sm.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
top: -50px;
width: 100%;
}
.shop-basic {
position: relative;
width: 100%;
}
	
	
}
@media screen and (max-width:767px){

#title { position: relative;
float: left;
padding-left: 6em;
color: #11357f;
font-size: 1.0em;
font-weight: 400;
letter-spacing: 1px;
top: 80px;
left: 100px;
}
#cart {
position: relative;
float: none;
left: 5%;
}
#shop {
	font-weight: 600;
	}
#banner {
		background: url(../img/bg_sm.jpg) no-repeat 0em 0em;
		background-size: cover;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -ms-background-size: contain;
	  -o-background-size: contain;
	}
	#banner h3 {
position: relative;
float: right;
left: 10%;
top: 100px;
float: none;
font-size: 1.6em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}

	span.menu{
	  width:70px;
	  height: 40px;
	  background: url(../img/menu.jpg)no-repeat 0px -3px;
	  display: inline-block;
	  float: right;
	  cursor: pointer;

	}
	.top-menu{
		width:95%;
		display: none;
		text-align:left;
		padding-left: 30px;
		margin-top:30px;
	}
	.span_2 {
	  margin-top: 2em;
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li{
		display:block;
		float: none;
		margin:5px 0;
	}
	
	.cart_block {
	padding: 15px 5px 5px 38px;
	position: absolute;
    float: right; 
	   
  }
  .top_search{
	position: relative;
	float: right;
	display: block;
	right: 50px;
	top: 50px;
	}

.top_search .input_search{
	width: 200px;
	height: 25px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 84px;
	height: 25px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search_sm.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
top: -200px;
width: 100%;
}
.shop-basic {
position: relative;
width: 100%;
}
	}
@media (max-width:640px){
.main-page {
width: 14em;
text-align: justify;
font-size: 1em;
}
.shop-page {
width: 12em;
text-align: justify;
font-size: 1em;
}
#title { position: relative;
float: left;
padding-left: 0.5em;
color: #11357f;
font-size: 0.9em;
font-weight: 400;
letter-spacing: 1px;
top: 70px;
width: 500px;
}
#cart {
position: relative;
float: none;
left: 1%;
}

#banner {
		background: url(../img/bg_sm.jpg) no-repeat 0em 0em;
		background-size: cover;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -ms-background-size: contain;
	  -o-background-size: contain;
	}
	#banner h3 {
position: relative;
left: 10%;
top: 100px;
float: none;
font-size: 1.6em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}
	
.cart_block {
	padding: 15px 5px 5px 38px;
	position: relative;
    float: right;
	width: 500px;
      }
	  .cart_right_top{
	font-family: Tahoma;
    font-size:0.9em;
	text-align: left;
    color: #445a6f;
    margin: 7px 0px 7px 10px;
			 
}
	 .top_search{
	position: relative;
	float: right;
	display: block;
	right: 50px;
	top: 50px;
	}

.top_search .input_search{
	width: 200px;
	height: 25px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 84px;
	height: 25px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search_sm.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
top: -200px;
}
.shop-basic {
position: relative;
}
}
@media (max-width:480px){
.main-page {
width: 13em;
text-align: justify;
font-size: 1em;
}
.shop-page {
width: 11em;
text-align: justify;
font-size: 1em;
}
.button{
  text-transform: uppercase;
   text-decoration: none;
	height: 1em;
	width: 12em;
	background: #911a2f;
	padding: 0.3em 0.5em 2em 0.3em;
	letter-spacing: 2px;
	border: 2px solid #ff0000;
	color: #ffffff;
	margin-bottom: 3em;
	font-size: 1.0em;
	font-weight: 500;
}
#title { position: relative;
float: left;
color: #11357f;
font-size: 0.9em;
font-weight: 400;
letter-spacing: 1px;
top: 70px;
width: 350px;
}
#cart {
position: relative;
float: none;
left: 1%;
}
#shop {
	font-weight: 600;
	}
#banner {
		background: url(../img/bg_sm.jpg) no-repeat 0em 0em;
		background-size: cover;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -ms-background-size: contain;
	  -o-background-size: contain;
	}
	#banner h3 {
position: relative;
left: 10%;
top: 100px;
float: none;
font-size: 1.4em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}
	
.cart_block {
	padding: 15px 5px 5px 38px;
	position: relative;
    float: right;
	width: 500px;
	}
	.cart_right_top{
		font-family: Tahoma;
    font-size:0.9em;
	text-align: left;
    color: #445a6f;
    margin: 7px 0px 7px 10px;
			 
}
	.top_search{
	position: relative;
	float: right;
	display: block;
	right: 50px;
	top: 50px;
	}

 
.top_search .input_search{
	width: 300px;
	height: 25px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 84px;
	height: 25px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search_sm.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
top: -200px;
}
.shop-basic {
position: relative;

}
}

@media (max-width:375px){
.main-page {
width: 9em;
text-align: justify;
font-size: 0.9em;
}
.shop-page {
width: 7em;
text-align: justify;
font-size: 0.9em;
}
.button{
  text-transform: uppercase;
   text-decoration: none;
	height: 1em;
	width: 8em;
	background: #911a2f;
	padding: 0.3em 0.3em 2em 0.3em;
	letter-spacing: 2px;
	border: 2px solid #ff0000;
	color: #ffffff;
	margin-bottom: 3em;
	font-size: 1.0em;
	font-weight: 400;
}
#title { position: relative;
float: left;
padding-left: 1em;
color: #11357f;
font-size: 1.0em;
font-weight: 400;
letter-spacing: 1px;
width: 250px;
}

#cart {
position: relative;
float: none;
left: 2%;
}
#search {
position: relative;
float: left;

}
#shop {
position: relative;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.0em;
	float: left;
	top: 0;
	left: 10px;
}
#banner {
		background: url(../img/bg_sm.jpg) no-repeat 0em 0em;
		background-size: cover;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  -ms-background-size: contain;
	  -o-background-size: contain;
	}
	#banner h3 {
position: relative;
left: 2%;
float: none;
font-size: 1.2em;
color: #335499;
font-weight: 400;
letter-spacing: 5px;
text-shadow: 1px 1px 3px #fff;
filter: Shadow(Color=#ffffff, Direction=45, Strength=3);
}
	
.cart_block {
	padding: 15px 5px 5px 38px;
	position: relative;
    float: right;
	width: 500px;
}
.cart_right_top{
		font-family: Tahoma;
    font-size:1.0em;
	text-align: left;
    color: #445a6f;
    margin: 7px 0px 7px 10px;
			 
}
 .top_search{
	position: relative;
	float: right;
	top: 30px;
	display: block;
	right: 50px;
	
		}

.top_search .input_search{
	width: 150px;
	height: 25px;
	position: relative;
	right: 0;
	font-size: 1.0em;
	border: 1px solid #cccccc;
	padding-left: 10px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(Opacity=60); /* Прозрачность в IE */
	-moz-opacity: 0.6;
}

.top_search .submit_search{
	width: 84px;
	height: 25px;
	position: absolute;
	top: 0%;
	left: 100%; 
	background: url(../img/top_search_sm.jpg) no-repeat 1px 0px;
	border: 0;
	cursor: pointer;
}
.content-basic {
position: relative;
top: -200px;
}
.shop-basic {
position: relative;
}
}
/*----top-move------*/
.footer-pos{
	position:absolute;
	top: -50%;
	left: 70%;
}
.footer-pos a span{
	background:url(../img/to_top.png) no-repeat 0px 0px;
	display:block;
	height: 62px;
	width: 62px;
}


/*----- footer ----*/
.footer{
    position: relative;
	
	width: 100%;
	float: none;
	background:#539bcd;
	padding: 1em 0;
}

.copy p {
  color: #fff;
  font-size:1em;
}
.copy p a {
   color: #fcf651;
}
.copy p a:hover{
	 text-decoration: underline;
}

/*----- menu ----*/

.left_menu {
position: relative;
list-style:none;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}


}
.left_menu_level_1 ul{
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2px 0 2px 0;
	display: block;
}
.left_menu_level_1 li{
list-style:none;
	color: #000;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
	font-weight: 600;
	padding: 1em 1em 1em 1em;
}

.left_menu_level_1 a:link, .left_menu_level_1 a:visited{
	color: #0a234e;
}
.left_menu_level_2 ul
{color: #fcf651;
	font-size: 1.1em;
	font-weight: 500;
	padding: 2px 0 2px 0;
}

.left_menu_level_2 li
{
color: #fcf651;
	font-size: 1.1em;
	font-weight: 500;
	padding: 2px 0 2px 0;
}