@font-face {
font-family:'newtonb';
src: url('../fonts/NewtonC-Bold.otf');
}
@font-face {
font-family:'newton';
src: url('../fonts/NewtonXC.otf');
}
 @font-face {
 font-family: 'Droid Sans';
src: url('../fonts/droidsans/droidsans.otf');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/ptsans/ptsans.woff2') format('woff2'), url('../fonts/ptsans/ptsans.woff') format('woff'), url('../fonts/ptsans/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}




body {
background: url(../images/body.png) repeat 0 0;	
}

header{
	position: fixed;
	width: 100%;
	min-width:480px;
	text-align: center;
	font-size: 18px;
	line-height: 10px;
	height: 48px;
	background:transparent;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	transition: all 0.4s ease 0s;
	z-index:100;

}
 
header.sticky {
  font-size: 18px;
  line-height: 10px;
  height: 48px;
  background: #036;
  text-align: center;
}




* {
	margin: 0 ;
	padding:0;
}

#main{
	margin: 0 ;
	padding:0;
	background: transparent;
	min-width: 640px;
	width:100%;
	height: auto;
}

#sidebar_left_parent {
	width: 100%;
	margin:0 auto;
	padding:0;
	top:0px;
	background:transparent;
	position:absolute;
	float: left;
}

#y1 {
	position:absolute;
	top:49px;
    width:100%;
    height:550px;
    background:transparent;
	margin-bottom:10px;
	padding:0;
	padding-top:10px;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y1 {
		display:none;
		width:640px;
	}
}

#y2 {
	position:relative;
	top:515px;
    width: 980px;
    height:auto;
    background: transparent;
	margin:10px auto;
	padding:0px;
	padding-bottom:30px;
	padding-top:49px;
	
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #828282;
	text-align:justify;
	line-height:1.5;
}
#y2 h2 {
	font-size: 28px;
	color: #2d2d2d;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	padding-bottom: 12px;
	text-align:center;
	
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#y3 {
	position:relative;
	top:455px;
    width: 980px;
    height:auto;
    background: url(../images/main-shadow.png) repeat-x 0 0;
	margin:10px auto;
	padding:10px;
	padding-bottom:30px;
	padding-top:49px;
	
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #828282;
	text-align:justify;
	line-height:1.5;
}
#y3 h2 {
	font-size: 28px;
	color: #2d2d2d;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	padding-bottom: 12px;
	text-align:center;
	
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#y4 {
	position:relative;
	top:455px;
    width: 980px;
    height:auto;
    background: url(../images/main-shadow.png) repeat-x 0 0;
	margin:10px auto;
	padding:10px;
	padding-bottom:30px;
	padding-top:49px;
	
	font-size: 16px;
	font-family: arial, sans-serif;
	color:#000000;
	text-align:justify;
	line-height:1.5;
}
#y4 h2 {
	font-size: 28px;
	color: #2d2d2d;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	padding-bottom: 12px;
	text-align:center;
	
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.knopka_tel  { position:relative; width: 980px; margin: 0 auto; }

.bluebtn { 
margin:0 auto;
width:396px;
 }
.bluebtn_top { 
margin:0;
left:150px;
width:396px;
 }
.bluebtn a{ background: url(../images/blue-btn-w.png) no-repeat 0 -75px; z-index: 100; width: 396px; height: 70px; text-align: center; line-height: 56px; display: block; color:#FFB600; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 16px; font-family: 'Ubuntu', sans-serif; font-weight: 100; text-decoration:none;   }
.bluebtn a:hover  { text-decoration: none; background-position: 0 0px; }
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.bluebtn a{
		font-size: 1.2em;
		text-align:center;
	}
}

.bluebtn_top { 
margin:0;
left:150px;
width:396px;
 }
.bluebtn_top a{ background: url(../images/blue-btn-w.png) no-repeat 0 -75px; z-index: 100; width: 396px; height: 70px; text-align: center; line-height: 56px; display: block; color:#FFB600; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 16px; font-family: 'Ubuntu', sans-serif; font-weight: 100; text-decoration:none;   }
.bluebtn_top a:hover  { text-decoration: none; background-position: 0 0px; }


.telephone { 
	background:transparent;
	z-index: 100;
	width: 900px;
	height: 140px;
	margin-top:10px;
}
.telephone h1{ 
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-align: center; 
	color:#01060D;
}
.telephonedata{ 
	font-size: 14px;
	line-height: 1;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	text-align: center; 
	color:#01060D;
}

#y5 {
	position:relative;
	top:455px;
    width: 960px;
    height:auto;
    background: url(../images/main-shadow.png) repeat-x 0 0;
	margin:10px auto;
	padding:10px;
	padding-bottom:30px;
	padding-top:49px;
	
	font-size: 16px;
	font-family: arial, sans-serif;
	color: #828282;
	text-align:center;
	line-height:1.5;
}
#y5 h2 {
	font-size: 28px;
	color: #2d2d2d;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	padding-bottom: 12px;
	text-align:center;
	
	display: block;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y5 {
		top:140px;
		width:640px;
	margin:10px auto;
		font-size: 2.5em;
		line-height: 1.5;
		text-align:center;
	}
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y5 h2 {
	font-size: 2.5em;
	line-height: 1.5;
	}
}


@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y2 {
		top:auto;
		width:640px;
		margin:10px auto;
	}
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y3 {
		display:none;
		width:640px;
	}
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#y4 {
		display:none;
		width:640px;
	}
}

.mapphoto {
	position:relative;
    width: 850px;
    height:400px;
	margin:10px auto;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.mapphoto{
    width: 400px;
    height:auto;
	margin:10px auto;
	}
}

.map {
	position:absolute;
	top:0;
	left:0;
    width: 400px;
    height:auto;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.map{
	position:relative;
	}
}

.photo {
	position:absolute;
	top:0;
	right:0;
    width: 400px;
    height:auto;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.photo{
	position:relative;
	}
}

#footer_btn {
	position:relative;
	top:455px;
	width:100%;
    min-width: 980px;
	height:46px;
	background: url(../images/main-shadow-bottom.png) repeat-x left bottom;
	margin:0 auto;
	padding:0;
}

.footer-bottom {
	position:relative;
	top: 420px;
	width:100%;
    min-width: 980px;
	background: #b3dce6;
	height: 57px;
	padding: 0;
	margin:0 auto;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.footer-bottom {
		display:none;
		width:640px;
	}
}

.footer_live_internet {
	position:absolute;
	right:1px;
	top:1px;
	margin:0;
	padding:0;
	width:31px;
	height:31px;
}
.footer_ya_metrika {
	position:absolute;
	right:1px;
	top:33px;
	margin:0;
	padding:0;
	width:80px;
	height:15px;
}


.footer_in { position:relative; width:700px; margin:0 auto; top: 10px; padding:0; background: #b3dce6; z-index:10;}
.footer_in ul { display:table-row; display: block; text-decoration: none; margin:0; padding:0; }
.footer_in ul li { display:table-cell; width:100px; height:11px; text-align:center; vertical-align:center; font-weight:normal;  background: url(../images/footer-nav-border.png) no-repeat 0 0; margin:0; padding:0; }
.footer_in ul a { color:#6b848a; font-size:11px; height:11px; display:table-cell; width:100px; vertical-align:middle; text-decoration:none; font-weight:normal; margin:0; padding:0; }
.footer_in ul a:hover { text-decoration:underline;  }

.shell  { width:100%; max-width: 980px; margin: 0 auto; }
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.shell {
		display:none;
		width:640px;
	}
}

.top-nav .shell { position: relative; }
.top-nav { background:#b6dde7 ; height: 59px;  	z-index:100; }
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.top-nav {
	height:118px;
	}
}

.top-nav ul { list-style: none; list-style-position: outside; font-family: 'Ubuntu', sans-serif; font-size: 12px; text-transform: uppercase; line-height: 58px; font-weight: 400;  }
.top-nav ul li { float: left; padding: 0 0 0 0; border-right: 1px solid #dbeef3;  }
.top-nav ul li.active  { border-right: 0;  }
.top-nav ul li a { color: #239cc5; float: left; padding: 0 34px;  }
.top-nav ul li span { float: left; }
.top-nav ul li a:hover,
.top-nav ul li.active a { color:#00719d; text-decoration: none; background: #c8e6ed; font-weight:bold; }
.top-nav ul li.active a { background: #c8e6ed url(../images/active-nav-border.png) no-repeat right 0; }
.top-nav ul li.active span { background: url(../images/active-nav-border.png) no-repeat 0 0; padding-left: 2px; }
.top-nav span.top-nav-shadow { background: url(../images/top-nav-shadow.png) no-repeat 0 0; width: 949px; height: 7px; position: absolute; top: 59px; left: 50%; margin-left: -480px; }
.top-nav a.nav-btn { display: none; } 

.top-tel {
	position:absolute;
	top:25px;
	right:5px;
	width:200px;
	height:50px;
	background:transparent;
	color:#FCFBFB;
	font-size: 2 em;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}

.top-tel a{
	color:#FCFBFB;
	text-decoration:underline;
	font-size:28px;
}
.top-tel a:hover{
	color:#FCFBFB;
	text-decoration:none;
	font-size:28px;
}

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.top-tel {
	left:0;
	font-size: 4 em;
	width:640px;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	}
	.top-tel a{
		color:#FCFBFB;
		text-decoration:underline;
		font-size:80px;
	}
	.top-tel a:hover{
		color:#FCFBFB;
		text-decoration:none;
		font-size:60px;
	}
}

a { color:#00026C; text-decoration: none; cursor: pointer; }
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;  }

body, html { height: 100%; }

body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #FFF;
	background: url(../images/body.png) repeat 0 0;
	min-width: 980px;
}

#head { background: url(../images/header.png) repeat-x 0 0; height: 295px; margin:0; padding:0;}

.header-inner { position: relative;  background: url(../images/header-cnt.png) no-repeat center 0;  }

.header-cnt #logo1 a { position:absolute; top:35px; left:0; height: 50px; width: 397px; background: transparent; font-size:50px; font-family: 'Ubuntu', sans-serif; color:#FFFFFF; font-weight:bold; line-height:normal; text-decoration:none; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; }
.header-cnt #logo2 a { position:absolute; top:95px; left:0; height: 40px; width: 397px; background: transparent; font-size:26px; font-family: 'Ubuntu', sans-serif; color:#FFFFFF; font-weight:normal; line-height:normal; text-decoration:none; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; }
.header-cnt { width: 422px; padding-top: 145px; }
.header-cnt p{ font-size: 14px; color:#FFF; text-shadow:none;  font-weight:normal; font-style:italic; font-family: 'Ubuntu', sans-serif; } 
.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: 12px; font-family: 'Ubuntu', sans-serif; font-weight: 700;   }
.header-cnt a.blue-btn:hover  { text-decoration: none; background-position: 0 0px; }

.slider-holder { float: right; width: 495px; height: 293px; background: url(../images/slider.png) no-repeat 0 0; position: absolute; top: 7px; right: -19px; padding: 34px 44px;}
.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; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

.col1 {
float: left; width: 100px; padding-right: 150px; padding-top:35px;}
.col1 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; padding-left:9px; }
.col1 h3 a { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
.col1 h3 a:hover { text-decoration: none; color: #bdbdbd;  }

.col-cnt1 ul { list-style: none; list-style-position: outside; }
.col-cnt1 ul li { color: #fff; padding-bottom: 6px; padding-left: 9px; background: url(../images/bullet-footer-col.png) no-repeat 0 8px; }
.col-cnt1 ul li a { color: #fff; }

.col2 {
float: left; width: 300px; padding-right: 150px; padding-top:35px; }
.col2 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; }
.col2 h3 a { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
.col2 h3 a:hover { text-decoration: none; color: #bdbdbd;  }

.col-cnt2 ul { list-style: none; list-style-position: outside; }
.col-cnt2 ul li { color: #fff; padding-bottom: 6px; padding-left: 9px; background: url(../images/bullet-footer-col.png) no-repeat 0 8px; }
.col-cnt2 ul li a { color: #fff; }

.col3 {
float: left; width: 240px; padding-right: 0; padding-top:35px;}
.col3 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; padding-left:15px; }
.col3 h3 a { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
.col3 h3 a:hover { text-decoration: none; color: #bdbdbd;  }

.col-cnt3 ul { list-style: none; list-style-position: outside; }
.col-cnt3 ul li { color: #fff; padding-bottom: 6px; padding-left: 9px; background: url(../images/bullet-footer-col.png) no-repeat 0 8px; }
.col-cnt3 ul li a { color: #fff; }

.foot_shell  { width: 940px; margin: 10px auto; }

.myTable {border-left:1px solid #67a1c4; border-top:1px solid #67a1c4; width: 840px; margin:0 auto;}
.myTable td, .myTable th, .myTable td.ak  {border-right:none; border-bottom:1px solid #67a1c4; 
padding:0px; 
vertical-align: middle;
color:#000000;
font-size:14px;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    line-height: 1;
    color: #333;
    background-color: transparent;	
    font-weight: 700;

} 
.myTable td.ak {background-color:#67a1c4; color:#fff; padding:5px;}
.myTable td.md {background-color:#649fc3;}
.myTable td.md2 {background-color:#82c3e9; color:#fff;}




input[type="submit"] {
	background: url(../images/blue-btn-w.png) no-repeat 0 -75px; z-index: 100; width: 396px; height: 70px; text-align: center; display: block; color:#FB7610; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 24px; font-family: 'Ubuntu', sans-serif; font-weight: 100; text-decoration:none; border:none; cursor:pointer;
}

#menu {
	position:relative;
	top:535px;
    width: 960px;
    height:auto;
    background: transparent;
	margin:10px auto;
	padding:10px;
	padding-bottom:10px;
	padding-top:49px;
	
	font-size: 12px;
	font-family: arial, sans-serif;
	color:#0C2DC7;
	text-align:center;
	line-height:1.5;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#menu {
		top:auto;
		width:640px;
    	height:auto;
		margin:50px auto;
		margin-bottom:30px;
	}
}

.menu_tovar{
	position:relative;
	width:960px;
	height:auto;
	margin: 0px auto;
	padding:0;
	padding-top:10px;
	padding-bottom:3px;
	vertical-align:middle;
	text-align:center;
	z-index:0;
	display:table;
	font-weight:normal;
	text-decoration: none;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.menu_tovar {
	width:640px;
	}
}

#menu_tovar_item {
	position:relative;
	display:inline-block;
	padding:0px;
	margin: 0px;
	vertical-align:middle;
	text-align:center;
	width:160px;
	height:50px;
	background-color:#3B8596;
	font-weight:bold;
	z-index:0;
	text-decoration: none;
	border-color:#FCFCFC;
	border-width:1px;
	border-style:dotted;
	overflow:hidden;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#menu_tovar_item {
	width:190px;
	height:100px;
	}
}
#menu_tovar_item:hover {
	background-color:#B6DEE7;
}

#menu_tovar_item_c {
	width: 100%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;}

#menu_tovar_item_c a{
	text-decoration: none;
}
#menu_tovar_item_c a {
	margin:0;
	padding:0px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	color:#fff;
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#menu_tovar_item_c a {
	font-size:1.7em;
	}
}

#menu_tovar_item_c a:hover{
	text-decoration: none;
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-family: 'Droid Sans', arial;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#menu_tovar_item_c a:hover{
	font-size:1.7em;
	}
}

#menu_tovar_item_c a:visited {
	text-decoration: none;
	color:#fff;
}
#menu_tovar_item_c a:link{
	text-decoration: none;
	color:#fff;
}


.podmenu_tovar{
	position:relative;
	min-width: 180px;
	max-width:960px;
	height:auto;
	margin: 0px auto;
	padding:0;
	padding-top:10px;
	padding-bottom:3px;
	vertical-align:middle;
	text-align:center;
	z-index:0;
	display:table;
	font-weight:bold;
	text-decoration: none;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.podmenu_tovar {
	width:640px;
	}
}

#podmenu_tovar_item {
	position:relative;
	display:inline-block;
	padding:0px;
	margin: 0px;
	vertical-align:middle;
	text-align:center;
	width:160px;
	height:50px;
	font-weight:bold;
	z-index:0;
	text-decoration: none;
	border-color:#8B9C81;
	border-width:1px;
	border-style:dotted;
	overflow:hidden;
	color:#fff;
	background-color:#3B8596;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#podmenu_tovar_item {
	width:190px;
	height:100px;
	}
}
#podmenu_tovar_item:hover {
	background-color:#B6DEE7;
}

#podmenu_tovar_item_c {
	width: 100%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;}

#podmenu_tovar_item_c a{
	text-decoration: none;
}
#podmenu_tovar_item_c a {
	margin:0;
	padding:0px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	color:#fff;
	font-size:14px;
	
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#podmenu_tovar_item_c a {
	font-size:1.7em;
	}
}

#podmenu_tovar_item_c a:hover{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	font-family: 'Droid Sans', arial;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#podmenu_tovar_item_c a:hover{
	font-size:1.7em;
	}
}

#podmenu_tovar_item_c a:visited {
	text-decoration: none;
	color:#fff;
}
#podmenu_tovar_item_c a:link{
	text-decoration: none;
	color:#fff;
}

.tablblock {
	position:relative;
	width:90%;
	min-width:640px;
	margin:0px auto;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tablblock {
	width:640px;
	}
}

#myTable { min-width: 180px; width:100%; max-width:640px; margin:0 auto;  border:thin solid; font-family: 'Droid Sans', arial; }
#myTable td, #myTable th, #myTable td h4, #myTable td h5, #mytable td a {  
padding:0px; margin:0;
color:#000000;
font-family: 'Droid Sans', arial;
} 
.myTable td h4 a {
	float:left;
	width:300px;
	margin:10px;
	margin-left:20px;
	margin-top:20px;
	padding:0;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.1;
    color: #333;
    background-color: transparent;	
    font-weight: 700;
}
.myTable td h4 a:hover {
	text-decoration:none;
}

.myTable td h5 a {
	float:left;
	width:300px;
	margin:10px;
	margin-left:20px;
	margin-top:20px;
	padding:0;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #333;
    background-color: transparent;	
    font-weight: 700;
}
.myTable td h5 a:hover {
	text-decoration:none;
}



.tovar {
	position:relative;
	width:100%;
	min-width:300px;
	max-width:900px;
	height:170px;
	margin:10px auto;
	padding:0;
	padding-bottom:5px;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    background: #FFFFFF;
	background: url(../images/fontovar.gif);
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tovar{
	width:640px;
	height:330px;
	}
}
.risunok {
	position:absolute;
	top:10px;
	left:50px;
	width:150px;
	height:150px;
	margin:0px;
	padding:0;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    background: #FFFFFF;	
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.risunok{
	position:absolute;
	top:5px;
	left:5px;
	width:240px;
	height:320px;
	margin:0px;
	padding:0;
	}
}
	.my-foto{
	width:114px;
	height:150px;
	}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.my-foto{
	width:240px;
	height:320px;
	}
}

.tdname a {
	position:absolute;
	top:0px;
	left:230px;
	margin:10px;
	width:400px;
	height:30px;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
    font-weight: 700;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tdname a{
	position:absolute;
	top:10px;
	left:255px;
	margin:0px;
	width:375px;
	height:3em;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
    font-weight: 700;
	}
}

.tdname a:hover{
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    color: #333;
    background-color: transparent;	
	text-decoration:none;
}

.tdopisan {
	position:absolute;
	top:40px;
	left:230px;
	margin:20px;
	width:800px;
	height:50px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tdopisan{
	position:absolute;
	top:70px;
	left:255px;
	margin:0px;
	width:375px;
	height:100px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
	}
}

.tddost {
	position:absolute;
	bottom:40px;
	left:250px;
	margin:0px;
	width:300px;
	height:15px;
	text-align:center;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 12px;
	font-style:italic;
    color: #333;
    background-color: transparent;
	font-weight:500;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tddost{
	position:absolute;
	top:280px;
	left:270px;
	margin:0px;
	width:300px;
	height:1em;
	text-align:center;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1em;
	font-style:italic;
    color: #333;
    background-color: transparent;
	font-weight:500;
	}
}

.yellbtn a {
	position:absolute;
	bottom:90px;
	left:720px;
	margin:0px;
	background: url(../images/yell-btn-w.png) no-repeat 0 -75px;
	color:#FFFFFF;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: 16px;
	width: 100px; height: 70px; text-align: center;
	line-height: 56px; display: block;
	float:right;
	border-radius:5px;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.yellbtn a {
	position:absolute;
	top:190px;
	left:350px;
	margin:0px;
	background: url(../images/yell-btn-w.png) no-repeat 0 -75px;
	color:#FFFFFF;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: 1.5em;
	width: 100px; height: 70px; text-align: center;
	line-height: 56px; display: block;
	float:right;
	border-radius:5px;
	}
}

.yellbtn a:hover {
	text-decoration: none; 
	background-position: 0 0px;
}
.tdnalich{
	position:absolute;
	bottom:55px;
	left:735px;
	margin:0px;
	width:100px;
	height:15px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tdnalich{
	position:absolute;
	top: 245px;
	left:353px;
	margin:0px;
	width:200px;
	height:1em;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
	}
}

.tdcena{
	position:absolute;
	bottom:77px;
	left:695px;
	margin:0px;
	width:150px;
	height:30px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 20px;
	text-align:center;
    color: #333;
    background-color: transparent;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tdcena{
	position:absolute;
	top:260px;
	left:330px;
	margin:0px;
	width:150px;
	height:30px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 2em;
	text-align:center;
    color: #333;
    background-color: transparent;
	}
}

.papname{
	margin:10px;
	width:600px;
	height:20px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
	font-weight:700;
}
.podpapname{
	margin:10px;
	width:600px;
	height:20px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
	font-weight:700;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.podpapname {
	width:640px;
    font-size: 1.5em;
    line-height: 1.25;
	height:4em;
	margin-top:30px;

	}
}


.tovar_cart {
	position:relative;
	width:900px;
	height:auto;
	margin:5px auto;
	margin-bottom:30px;
	padding-bottom:60px;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    background: #FFFFFF;
	background: url(../images/fontovar.gif);
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.tovar_cart{
	width:640px;
	}
}

.name_tovar h1 {
	position:relative;
	margin:30px auto;
	width:900px;
	height:30px;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
    font-weight: 700;
	text-align:center;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.name_tovar h1 {
	width:640px;
	margin:10px auto;
	font-size: 2em;
	height:60px;
	}
}

.yellbtn_cart a {
	position:absolute;
	left:380px;
	margin:10px auto; 
	background: url(../images/yell-btn-w.png) no-repeat 0 -75px;
	color:#FFFFFF;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	font-family: 'PTSans',Helvetica,Arial,sans-serif;
	font-weight: 100;
	font-size: 1.5em;
	line-height:2em;
	width: 150px; height: 75px; text-align: center;
	display: block;
	float:right;
	border-radius:7px;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.yellbtn_cart a {
		position:relative;
		margin:30px auto;
	margin-top:50px;
	top:0;
	left:0;
	float:none;
	margin-bottom:0;
	}
}

.yellbtn_cart a:hover {
	text-decoration: none; 
	background-position: 0 0px;
}
.cena_tovar{
	position:relative;
	margin:0px auto;
	width:300px;
	height:30px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1.3em;
	text-align:center;
    color: #333;
    background-color: transparent;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.cena_tovar{
	width:640px;
	margin-top:40px;
	}
}

.kol_tovar{
	position:relative;
	margin:0px auto;
	text-align:center;
	width:300px;
	height:20px;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 0.7em;
    line-height: 1;
    color: #333;
    background-color: transparent;
}

.ris_tovar {
	position:relative;
	top:100px;
	width:480px;
	height:640px;
	margin:10px auto;
	padding:0;
	font-family: PTSans,Helvetica,Arial,sans-serif;
    background: #FFFFFF;	
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.ris_tovar{
	top:0;
	margin-top:50px;
	}
}

.opis_tovar {
	position:relative;
	top:120px;
	margin:20px auto;
	padding-bottom:30px;
	width:700px;
	height:auto;
	text-align:justify;

	font-family: 'PTSans',Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #333;
    background-color: transparent;	
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	.opis_tovar{
	top:0;
	margin:0 auto;
	margin-top:50px;
    font-size: 2em;
	width:630px;
	}
}


#footer{
	position:relative;
	top:455px;
    width: 100%;
    height:430px;
	background-color:#3A8496;
	padding:0;
	margin:0;
	background: url(../images/header.png) repeat;
}
@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	#footer {
		display:none;
	}
}
#footerin{
	position:relative;
	top:0;
    width: 900px;
    height:auto;
	padding:0;
	margin:0 auto;
}


#footer_onas{
	position:absolute;
	top:50px;
	left:25px;
    width: 300px;
    height:390px;
	background-color:transparent;
	padding:0;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:400;
	line-height:1.5;
	text-align:justify;
	font-style:normal;
}
#footer_onas h6{
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	line-height:1.5;
	text-align:center;
}
#footer_kontakty{
	position:absolute;
	top:50px;
	left:400px;
    width: 200px;
    height:390px;
	background-color:transparent;
	padding:0;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:400;
	line-height:1.5;
	text-align:justify;
	font-style:normal;
}
#footer_kontakty h6{
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	line-height:1.5;
	text-align:center;
}
#footer_tel{
	position:absolute;
	top:50px;
	left:0;
	width:200px;
	height:32px;
	text-align:left;
	font-size:14px;
	font-weight:400;
	line-height:40px;
	vertical-align: middle;
}
#footer_tel_text {
	position:absolute;
	top:54px;
	left:45px;
	width:155px;
	height:14px;
	text-align:left;
	font-size:14px;
	font-weight:400;
}
#footer_mail{
	position:absolute;
	top:110px;
	left:0;
	width:200px;
	height:32px;
	text-align:left;
	font-size:14px;
	font-weight:400;
	line-height:40px;
	vertical-align: middle;
}
#footer_mail_text{
	position:absolute;
	top:114px;
	left:45px;
	width:155px;
	height:14px;
	text-align:left;
	font-size:14px;
	font-weight:400;
}
#footer_katalog{
	position:absolute;
	top:50px;
	left:650px;
    width: 300px;
    height:390px;
	background-color:transparent;
	padding:0;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:13px;
	font-weight:400;
	line-height:1.5;
	text-align:justify;
	font-style:normal;
}
#footer_katalog h6{
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	line-height:1.5;
	text-align:center;
}
#footer_katalog a{
	color:#FFFFFF;
	text-decoration:none;	
}

