/* Create - Worbis-Web.RU. */

/* Global */

html {
	font-family: "PT Serif", serif;
	background: #D7E1EA;
	color: #082567;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrap {
	overflow: hidden;
	max-width: 1360px;
	min-width: 1340px;
	min-height: 700px;
	margin: 0 auto;
	background: #B6D8F4;
}

#main {
	min-height: 200px;
}

img {
	border: none;
	max-width: 100%;
}

a {
	outline: none;
}

/* End global */

/* Top nav */

header {
	width: 100%;
	min-height: 950px;
	background: url(/images/banner.jpg) no-repeat;
	position: relative;
}

header #top-nav {
	width: 100%;
	min-height: 75px;
	background: #FFF;
}

header #top-nav ul {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	height: 56px;
	background: #D7E1EA;
}

header #top-nav ul li {
	display: inline-block;
	width: 117px;
	height: 75px;
	margin-right: 25px;
}

header #top-nav ul li:hover {
	background: url(/images/top-menu-hover.png) no-repeat;
}

header #top-nav ul li a {
	font-size: 21px;
	color: #082567;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

header #top-nav ul li a:hover {
	display: block;
	height: 65px;
	color: #FFF;
}

/* End top nav */

/* Logo and top phone */

header #logo {
	position: relative;
	top: 15px;
	left: 45px;
}

header #logo:hover {
	opacity: 0.7;
}

header #logo p {
	font-size: 21px;
	margin-top: -13px;
}

header p#top-viber,
header p#top-max {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 395px;
	top: 85px;
	background: url(/images/max-icon.png) no-repeat;
}

header p#top-viber:hover,
header p#top-max:hover {
	opacity: 0.7;
}

header p#top-viber a,
header p#top-max a {
	width: 36px;
	height: 36px;
	color: transparent;
}

header p#top-phone {
	width: 380px;
	position: absolute;
	left: 497px;
	top: 43px;
	font-size: 44px;
	background: url(/images/top-phone-icon.png) no-repeat left 50%;
	padding-left: 30px;
	z-index: 30;
}

header p#top-phone a {
	color: inherit;
	text-decoration: none;
}

header p#top-clock {
	position: absolute;
	left: 950px;
	top: 43px;
	font-size: 44px;
	background: url(/images/top-clock-icon.png) no-repeat left 33%;
	padding-left: 45px;
}

header p#top-clock span {
	display: block;
	font-size: 21px;
	margin-top: -13px;
}

/* End logo and top phone */

/* Sidebar */

#sidebar {
	width: 282px;
	background: #FFF;
	float: left;
	border-radius: 10px;
	margin: 205px 0 20px 40px;
}

#sidebar:hover {
	border: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #A8D0F3;
	height: 60px;
}

#sidebar ul li:last-child {
	border-bottom: none;
}

#sidebar ul li:hover {
	background: #082567;
}

#sidebar ul li:first-child:hover {
	border-radius: 10px 10px 0 0;
}

#sidebar ul li:last-child:hover {
	border-radius: 0 0 10px 10px;
}

#sidebar ul li a {
	display: block;
	height: 35px;
	font-size: 18px;
	text-decoration: none;
	color: #082567;
	padding-top: 18px;
	padding-left: 25px;
	margin-left: 25px;
	background: url(/images/drop-blue.png) no-repeat left 56%;
}

#sidebar ul li a:hover {
	color: #FFF;
	background: url(/images/drop-white.png) no-repeat left 56%;
}

/* End sidebar */

/* Icon nav */

#icon-nav {
	margin-left: 320px;
	padding-top: 205px;
	text-align: center;
}

.icon-block {
	width: 30%;
	float: left;
	background: #FFF;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 2px solid #082567;
	border-radius: 12px;
}

.tovar-images img {
	margin-top: 30px;
	min-height: 333px;
}

.tovar-description {
	margin-top: 30px;
}

.tovar-description p {
	font-size: 24px !important;
}

.tovar-description p span {
	font-size: 18px;
}

.tovar-buy {
	min-height: 64px; 
	margin: 0;
	padding: 0;
	background: #25AF97;
	border-radius: 0 0 8px 8px;
}

.tovar-buy:hover {
	opacity: 0.7;
}

.tovar-buy a {
	font-size: 24px;
	padding-top: 12px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

/* End icon nav */

/* Main */

#main {
	clear: both;
	margin-top: 0;
	padding: 10px 0 40px 40px;
	background: #FFF;
}

#main h1,
#main h2,
#main h3,
#main h4 {
	font-weight: normal;
	font-size: 36px;
}

#main h2 {
	font-size: 34px;
}

#main h3 {
	font-size: 32px;
}

#main h4 {
	font-size: 30px;
}

#main p,
#content p,
#kartochka-tovara p,
#main ul li,
#content ul li,
#kartochka-tovara ul li,
#main ol li,
#content ol li,
#kartochka-tovara ol li,
#main dl,
#content dl,
#kartochka-tovara dl,
#main dl dt,
#content dl dt,
#kartochka-tovara dl dt,
#main dl dd,
#content dl dd,
#kartochka-tovara dl dd,
#main q,
#content q,
#kartochka-tovara q,
#main blockquote,
#content blockqute,
#kartochka-tovara blockquote {
	font-size: 18px;
}

#main a, 
#content a,
#kartochka-tovara a {
	color: #082567;
	opacity: 0.5;
	text-decoration: none;
}

#main a:hover,
#content a:hover,
#kartochka-tovara a:hover {
	text-decoration: underline;
}

/* End main */

/* Content */

#content,
#kartochka-tovara {
	max-width: 900px;
	min-height: 750px;
	margin: 225px 0 40px 350px;
	background: #FFF;
	border-radius: 12px;
	padding: 22px;
}

#content h1,
#kartochka-tovara h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 24px;
}

#content h2,
#kartochka-tovara h2 {
	font-size: 22px;
}

#content h3,
#kartochka-tovara h3 {
	font-size: 20px;
}

#content h4,
#kartochka-tovara h4 {
	font-size: 20px;
}

.kartochka-images {
	min-width: 175px;
	float: left;
	padding: 0 0 0 50px;
}

#kartochka-tovara .tovar-description {
	margin-left: 300px;
}

#kartochka-tovara a {
	opacity: 1;
	border-radius: 12px;
}

#kartochka-tovara a:hover {
	opacity: 0.7;
}

#gallery {
	text-align: center;
}

#gallery img:hover {
	transform: scale(1.2);
}

/* End content */

/* Footer */

footer {
	width: 100%;
	min-height: 75px;
	background: #082567;
	position: relative;
	clear: both;
}

footer p,
footer a {
	color: #FFF;
	font-size: 16px;
}

p#vladelez {
	position: absolute;
	top: 15px;
	left: 40px;
}

p#phone-footer {
	position: absolute;
	top: 15px;
	left: 570px;	
}

p#phone-footer a {
	text-decoration: none;
}

p#copirayt {
	position: absolute;
	top: 15px;
	left: 1030px;
}

/* End footer */

/* */

/* */

/* */

/* Mobile styles */

@media screen and (max-width: 800px){
	
/* Global */
	
#wrap {
	min-width: 100%;
}

/* End global */

/* Top nav */

header #top-nav ul {
	height: auto;
	text-align: left;
}

header #top-nav ul li {
	width: 80px;
}

header #top-nav ul li:hover {
	background: none;
}

header #top-nav ul li a {
	text-align: center;
	font-size: 18px;
}

/* End top nav */

/* Logo and top phone */

header #logo p {
	font-size: 18px;
	margin-top: -10px;
}

header p#top-viber,
header p#top-max {
	left: 45px;
	top: 255px;
}


header p#top-phone {
	width: auto;
	left: 150px;
	top: 248px;
	font-size: 25px;
	font-weight: bold;
}

header p#top-clock {
	left: 45px;
	top: 300px;
	font-size: 25px;
	padding-bottom: 10px;
	font-weight: bold;
}

header p#top-clock span {
	font-weight: normal;
	font-size: 18px;
	margin-top: -8px;
}

/* End logo and top phone */

/* Sidebar */

#sidebar {
	width: 100%;
	float: none;
	margin-top: 240px;
	margin-left: 0;
	border-radius: 0;
}

#sidebar ul li:first-child:hover {
	border-radius: 0;
}

#sidebar ul li:last-child:hover {
	border-radius: 0;
}

/* End sidebar */

/* Icon nav */

#icon-nav {
	margin-left: 20px;
	padding-top: 40px;
	text-align: center;
}

.icon-block {
	width: 40%;
}

.tovar-images img {
	height: auto;
}

.tovar-description {
	min-height: 320px;
}

/* End icon nav */

/* Content */

#content,
#kartochka-tovara {
	width: 98%;
	margin: 0;
	margin-top: 5px;
	padding: 10px;
	border-radius: 0;
}

#kartochka-tovara h1 {
	margin-left: 10px;
}

/* End content */

/* Footer */

p#phone-footer {
	left: 220px;	
}

p#copirayt {
	display: none;
}

/* End footer */
	
}

@media screen and (max-width : 500px) {
	
/* Logo and top phone */

header p#top-max {
	top: 255px;
}

header p#top-phone {
	left: 45px;
	top: 310px;
	font-size: 26px;
	font-weight: bold;
}

header p#top-clock {
	left: 45px;
	top: 360px;
	font-size: 26px;
	padding-bottom: 10px;
	font-weight: bold;
}

/* End logo and top phone */

/* Content */

.kartochka-images {
	min-width: 0;
	float: none;
	padding: 0 0 0 50px;
}

#kartochka-tovara .tovar-description {
	margin-left: 10px;
}

/* End content */
	
}

/* End mobile styles */