* {
	margin:0px;
	padding:0px;
}

html {
	width:100%;
	height:100%;
	background:url(img/bg.png);
}

body {
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	overflow-x:hidden;
	width:100%;
	height:100%;
}

table {
	display:table;
}

h1   {
	font-size:25px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom:25px;
}

h2 {
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom:25px;
	font-family: Arial;
}

.body {
	max-width:1100px;
	width:100%;
	margin:0px auto;
}

#more {
	text-align:left;
	position:relative;
	    line-height: 21px;
    font-size: 14px;
}

#more h1, #more h2 {
	margin:20px;
	text-align:left;
	color:#000;
}

#form p {
	margin:10px 0px;
}

#head {
	width:100%;
	min-height:104px;
	background:#124e0d;
	padding:23px 0px;
	box-shadow:0px 0px 81px 23px rgba(0,0,0,0.75);
	position:relative;
	z-index:2;
}


#logo {
	margin-left:-18px;
	margin-right:-18px;
	display:inline-block;
	vertical-align:middle;
}

#title {
	font-size:53px;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin-top:-10px;
	position:relative;
}

#title:after {
	content:'';
	background:url(img/sled.png) center center no-repeat;
	width: 52px;
	height:73px;
	position:absolute;
	right:-72px;
	bottom:-5px;
}

#title strong {
	font-size:55px;
	position:relative;
}

#title strong:before, #title strong:after {
	content:'';
	position:absolute;
	width:100%;
	height:8px;
	border-bottom:1px solid #124e0d;
	border-top:1px solid #124e0d;
	left:0px;
	top:25px;
}

#title strong:after {
	top:43px;
}

#title small {
	font-size:39px;
	font-weight:normal;
	letter-spacing:3.5px;
}

.right {
	float:right;
	background:#fff;
	width:237px;
}

#zakaz {
	position:absolute;
	width:207px;
	height:382px;
	padding:15px;
	border-radius:3px;
	border:3px solid #fff;
	background:rgba(203,166,116,0.6);
	display:inline-block;
}

#zakaz:before {
	content:'';
	position:absolute;
	width:168px;
	height:157px;
	background:url(img/cennik_ot.png) center center no-repeat;
	left:-130px;
	top:-30px;
}

#zakaz p, #send_comment p, #vopros p {
	margin-top:13px;
}

#grad_shok {
	max-width:1200px;
	margin:0px auto;
	box-shadow:0px 0px 20px 1px rgba(0,0,0,0.75);
	z-index:1;
	position:relative;
}

#grad_shok img {
	width:100%;
}

#delivery {
	background:#2b303a;
	max-width:1100px;
	margin:0px auto;
	margin-top:-25px;
	padding:21px;
	position:relative;
	z-index:2;
	text-align:center;
}

#delivery p {
	color:#fff;
	font-size:15px;
	letter-spacing:0px;
	font-weight:bold;
	margin-bottom:20px;
}

#d1 {
	float:left;
	text-align:center;
}

#d3 {
	width:310px;
	float:right;
	text-align:center;
}

#d3 p {
	text-align:left;
}

#d3 input[type="button"] {
	width:298px;
	height:69px;
	border:6px solid #fff;
	border-radius:10px;
	background:-webkit-linear-gradient(to bottom, #f39f2a, #fbd120);
	background:-moz-linear-gradient(to bottom, #f39f2a, #fbd120);
	background:-o-linear-gradient(to bottom, #f39f2a, #fbd120);
	background:-ms-linear-gradient(to bottom, #f39f2a, #fbd120);
	background:linear-gradient(to bottom, #f39f2a, #fbd120);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.75) inset;
	font-size:26px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
}

#d3 input[type="button"]:hover {
	text-shadow:none;
}

#usl {
	max-width:1100px;
	margin:25px auto;
	text-align:justify;
}

.usl {
	width:168px;
	height:168px;
	border-radius:50%;
	background:url(img/ring_w.png) center center no-repeat;
	display:inline-block;
	vertical-align:top;
	font-size:13.5px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding:43px;
	cursor:pointer;
}

.usl div {
	width:168px;
	height:165px;
	letter-spacing:0px;
	display:table-cell;
	vertical-align:bottom;
}

#u0 {
	height:0px;
	background:none;
}

#u1 {
	background:url(img/u1.png) center top no-repeat;
}

#u2 {
	background:url(img/u2.png) center top no-repeat;
}

#u3 {
	background:url(img/u3.png) center top no-repeat;
}

#u4 {
	background:url(img/u4.png) center top no-repeat;
}

#catalog, #plus {
	background:#fff;
	position:relative;
	width:100%;
	color:#000;
	text-align:justify;
	padding-bottom:20px;
}

#catalog:before, #catalog:after, #plus:before {
	content:'';
	width:100%;
	height:19px;
	left:0px;
	position:absolute;
}

#catalog:before {
	background:url(img/border_top_w.png) left bottom repeat-x;
	top:-18px;
}

#catalog:after {
	background:url(img/border_bottom_w.png) left bottom repeat-x;
	bottom:-18px;
}

#catalog h2 {
	color:#000;
	font-size:25px;
}

.prod {
	width:250px;
	height:340px;
	margin:15px 0px;
	text-align:center;
	background:url(img/ring_b.png) center top no-repeat;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

#prod0 {
	height:0px;
}

.photo {
	padding:40px;
	width:170px;
	height:160px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position:relative;
	z-index:1;
}

.photo img {
	max-width:150px;
	max-height:140px;
}

.more {
	opacity:0;
	position:absolute;
	color:#fff;
	background:rgba(0,0,0,0.5);
	text-decoration:underline;
	border-radius:50%;
	width:208px;
	box-sizing:border-box;
	height:208px;
	text-align:center;
	padding-top:85px;
	font-size:28px;
	cursor:pointer;
	top:6px;
	left:21px;
	z-index:2;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

#ultra_more {
	position: absolute;
    text-align: left;
    margin-left: 176px;
    font-size: 27px;
    font-weight: bold;
    top: 25px;
    left: 0px;
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.photo:hover .more, #grad_photo:hover #ultra_more {
	opacity:1;
}

.prod h3 {
	font-size:19px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:15px 0px;
}

#catalog input[type="button"] {
	width:100%;
	height:48px;
	font-size:22px;
	    font-family: Arial;
}

.cennik {
	position:absolute;
	width:152px;
	height:148px;
	background:url(img/cennik.png) center center no-repeat;
	right:-20px;
	top:-30px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	font-size:25px;
	font-weight:bold;
	padding-top:50px;
	z-index:3;
}

.cennik strong {
	font-size:28px;
}

#c1 .cena {
	transform:-webkit-rotate(-10deg);
	transform:-moz-rotate(-10deg);
	transform:-o-rotate(-10deg);
	transform:-ms-rotate(-10deg);
	transform: rotate(-10deg);
}

#c2 {
	transform:-webkit-rotate(160deg);
	transform:-moz-rotate(160deg);
	transform:-o-rotate(160deg);
	transform:-ms-rotate(160deg);
	transform: rotate(160deg);
}

#c2 .cena {
	transform:-webkit-rotate(190deg);
	transform:-moz-rotate(190deg);
	transform:-o-rotate(190deg);
	transform:-ms-rotate(190deg);
	transform: rotate(190deg);
}

#c3 {
	transform:-webkit-rotate(30deg);
	transform:-moz-rotate(30deg);
	transform:-o-rotate(30deg);
	transform:-ms-rotate(30deg);
	transform: rotate(30deg);
}

#c3 .cena {
	transform:-webkit-rotate(-20deg);
	transform:-moz-rotate(-20deg);
	transform:-o-rotate(-20deg);
	transform:-ms-rotate(-20deg);
	transform: rotate(-20deg);
}

#c4 {
	transform:-webkit-rotate(70deg);
	transform:-moz-rotate(70deg);
	transform:-o-rotate(70deg);
	transform:-ms-rotate(70deg);
	transform: rotate(70deg);
}

#c4 .cena {
	transform:-webkit-rotate(-50deg);
	transform:-moz-rotate(-50deg);
	transform:-o-rotate(-50deg);
	transform:-ms-rotate(-50deg);
	transform: rotate(-50deg);
}

#grad_left {
	width:400px;
	float:left;
	padding-right:10px;
	text-align:right;
	position:relative;
}

#new {
	position:absolute;
	width:196px;
	height:181px;
	background:url(img/new.png) center center no-repeat;
	top:-30px;
	left:-20px;
}

#grad_ultra_h3 {
	font-size:27px;
	text-align:right;
	margin:25px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#grad_photo:hover #grad_ultra_h3 {
	opacity:0;
}

#grad_ultra input[type="button"] {
	max-width:250px;
}

#grad_photo {
	margin-bottom:20px;
}

#cena_3d {
	float:left;
	font-weight:bold;
	line-height:18px;
}

#cena_3d small {
	font-size:23px;
	color:#585858;
	text-decoration:line-through;
}

#cena_3d strong {
	font-size:33px;
}

#grad_right {
	float:right;
	max-width:640px;
	font-size:24px;
	text-align:left;
}

#grad_right h3 {
	font-size:24px;
	font-weight:bold;
	text-align:left;
}

#grad_right li {
	font-size:14px;
}

#grad_ultra li {
	list-style:none;
	font-size:14px;
	margin:8px 0px;
	min-height:31px;
	position:relative;
}

#grad_ultra li:before {
	content:'';
	height:100%;
	min-height:31px;
	width:26px;
	background:url(img/li_1.png) center center no-repeat;
	left:-45px;
	top:0px;
	position:absolute;
}

#grad_ultra li:nth-child(2n):before {
	background:url(img/li_2.png) center center no-repeat;
	left:-30px;
}

#grad_ultra li div {
	display:table-cell;
	height:31px;
	vertical-align:middle;
}

#comments {
	max-width:1100px;
	margin:30px auto;
	text-align:justify;
}

#comments h2 {
	text-align:center;
	font-size:30px;
	color:#fff;
}

.comment {
	display:inline-block;
	width:264px;
	height:363px;
	box-sizing:border-box;
	background:url(img/comment_bg.png) left top no-repeat;
	text-align:left;
	padding:10px 15px;
	font-size:16px;
	line-height:18px;
	vertical-align:top;
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.75);
	margin-bottom:10px;
}

.author {
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
	line-height:normal;
}

.author small {
	font-size:14px;
}

#comment_0 {
	background:none;
	height:0px;
	padding:0px;
	box-shadow:none;
}

#send_comment, #consult {
	width:46%;
	max-width:510px;
	min-height:200px;
	padding:15px;
	border-radius:3px;
	border:3px solid #fff;
	background:rgba(203,166,116,0.6);
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}

#consult {
	background:#b9d065 url(img/consult.png) right bottom no-repeat;
}

#consult p {
	margin-top:25px;
	max-width:270px;
	font-size:18px;
	text-align:left;
}

#consult input[type="button"] {
	background:#f8c023;
	font-size:18px;
	border:3px solid #fff;
	box-shadow:none;
	width:270px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75) inset;
}

#consult h2 {
	margin-top:10px;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	color:#000;
}

#talk {
	text-align:justify;
}

#send_comment textarea, #vopros textarea {
	float:right;
	height:128px;
	width:50%;
}

#plus {
	background:#fbe2b3;
	margin-top:30px;
	padding-bottom:40px;
	position:relative;
	z-index:1;
}

#plus:before {
	background:url(img/border_top.png) left bottom repeat-x;
	top:-18px;
}

#plus h2 {
	color:#000;
	font-size:38px;
	text-align:center;
	margin:25px 0px;
}

#plus li {
	list-style:none;
	font-size:21px;
	padding:24px 0px;
	padding-left:61px;
	padding-right:10px;
	position:relative;
}

#plus li:before {
	content:'';
	position:absolute;
	width:56px;
	height:100%;
	background:url(img/li.png) 10px center no-repeat;
	left:0px;
	top:0px;
}

#garant {
	text-align:center;
	font-size:25px;
	padding:0px 10px;
}

#garant img {
	vertical-align:middle;
	margin:0px 20px;
	display:inline-block;
	vertical-align:middle;
}

#garant p {
	display:inline-block;
	max-width:800px;
	text-align:left;
	vertical-align:middle;
}

#footer {
	background:#124e0d;
	padding:20px 0px;
	box-shadow:0px 0px 81px 15px rgba(0,0,0,0.75);
	position:relative;
	z-index:2;
	text-align:justify;
}

#footer a {
	color:#fff;
}

.clear {
	display:inline-block;
	width:100px;
	height:0px;
}

.h {
	padding:10px;
	background:#235617;
	border:1px solid #000;
	border-radius:5px;
	font-size:20px;
	color:#fff;
	text-align:center;
}

#vopros, #contacts {
	display:inline-block;
	vertical-align:top;
	width:50%;
	max-width:510px;
}

#vopros .h {
	background:none;
	border:none;
}

#contacts {
	font-size:17px;
	
	color:#fff;
	text-align:left;
	padding-top:13px;
	background:url(img/logo.png) right top no-repeat;
}

.small {
	font-weight:normal;
}

input[type="text"], input[type="button"], textarea {
	width:207px;
	height:34px;
	padding:10px;
	box-sizing: border-box;
	font-size:16px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75) inset;
	border-radius:5px;
	border:none;
	font-family:Tahoma;
	background:#fff;
}

textarea {
	height:160px;
}

input[type="button"] {
	padding:0px;
	font-size:16px;
	font-weight:bold;
	background:#235617;
	text-align:center;
	color:#fff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75) inset, 0px 0px 16px 0px rgba(43,207,101,0.75);
	cursor:pointer;
}

input[type="button"]:hover {
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.75) inset, 0px 0px 10px 0px rgba(43,207,101,0.75);
	text-shadow:1px 1px 1px #000;
}

.show_messege {
	background:rgba(0,0,0,0.2);
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	overflow:auto;
}

.show_messege img {
	max-width:1000px;
}

.show_messege table {
	width:100%;
	height:100%;
	border:none;
	margin:0px;
	padding:0px 20px;
}

.show_messege td {
	text-align:center;
	vertical-align:middle;
}

.show_messege .pop_window {
	padding:35px 50px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius:20px;
	background:#fff;
	border:3px solid #fff;
	display:inline-block;
	margin:0px auto;
	position:relative;
}

.close {
	width:30px;
	height:30px;
	border-radius:5px;
	position:absolute;
	right:-3px;
	top:-3px;
	color:#fff;
	font-size:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#18234b;
	cursor:pointer;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

.close:before,
.close:after {
	content:'';
	width:5px;
	height:25px;
	background:#FFFFFF;
	position:absolute;
	border-radius:2px;
	top:2.5px;
	left:12.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background:#d24a43;
}

#close_b2 {
	position:fixed;
	top:0px;
	right:38px;
}

.loading {
	width: 8em;
	height: 8em;
	position: relative;
	margin: 0px auto;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	border: 1em dashed rgba(138,189,195,0.5);
	box-shadow: inset 0 0 2em rgba(255,255,255,0.3), 0 0 0 0.7em rgba(255,255,255,0.3);
	text-align: center;
	-webkit-animation: test_loading 4s ease-in-out 0s infinite normal;
	-moz-animation: test_loading 4s ease-in-out 0s infinite normal;
	-o-animation: test_loading 4s ease-in-out 0s infinite normal;
	-ms-animation: test_loading 4s ease-in-out 0s infinite normal;
	animation: test_loading 4s ease-in-out 0s infinite normal;
	opacity:0.7;
}

.loading:after, .loading:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: inherit;
	box-shadow: inset 0 0 2em rgba(255,255,255,0.3);
	border: 1em dashed rgba(138,189,195,0.2);
}

.loading:before {
	top: 1em;
	bottom: 1em;
	right: 1em;
	left: 1em;
	border: 1em dashed rgba(138,189,195,0.4);
}

keyframes test_loading {
    0% {
		transform: rotate(0deg);
		opacity:0.7;
	}
	50% {
		transform: rotate(360deg);
		opacity:1;
	}
	100% {
		transform: rotate(0deg);
		opacity:0.7;
	}
}


@-webkit-keyframes test_loading {
    0% {
		-webkit-transform: rotate(0deg);
		opacity:0.7;
	}
	50% {
		-webkit-transform: rotate(360deg);
		opacity:1;
	}
	100% {
		-webkit-transform: rotate(0deg);
		opacity:0.7;
	}
}

@-moz-keyframes test_loading {
    0% {
		-moz-transform: rotate(0deg);
		opacity:0.7;
	}
	50% {
		-moz-transform: rotate(360deg);
		opacity:1;
	}
	100% {
		-moz-transform: rotate(0deg);
		opacity:0.7;
	}
}

@-ms-keyframes test_loading {
    0% {
		-ms-transform: rotate(0deg);
		opacity:0.7;
	}
	50% {
		-ms-transform: rotate(360deg);
		opacity:1;
	}
	100% {
		-ms-transform: rotate(0deg);
		opacity:0.7;
	}
}

@-o-keyframes test_loading {
    0% {
		-ms-transform: rotate(0deg);
		opacity:0.7;
	}
	50% {
		-ms-transform: rotate(360deg);
		opacity:1;
	}
	100% {
		-ms-transform: rotate(0deg);
		opacity:0.7;
	}
}

input:focus, select:focus, textarea:focus, button:focus {
	outline:none;
}

@media all and (max-width: 1090px)
{

#grad_ultra li {
	margin-left:30px;
}

#comments {
	text-align:center;
}

.br {
	display:block;
}

#comment_0 {
	display:none;
}

}

@media all and (max-width: 1065px)
{

#grad_ultra li {
	margin-left:50px;
}

#consult h2 {
	font-size:18px;
}

}

@media all and (max-width: 1050px)
{


#d2 img {
	max-width:230px;
	margin-top:25px;
}

#grad_right {
	max-width:60%;
}

}

@media all and (max-width: 1030px)
{

#grad_right {
	max-width:50%;
	font-size:18px;
}

#usl {
	text-align:center;
}

#u0 {
	display:none;
}

#catalog {
	text-align:center;
}

#prod0 {
	display:none;
}

.br2 {
	display:block;
}

#grad_ultra {
	text-align:center;
}

#grad_left, #grad_right {
	float:none;
	margin:0px auto;
	max-width:100%;
	box-sizing:border-box;
	padding:0px 10px;
}

#talk {
	text-align:center;
}

.clear {
	display:none;
}

#footer {
	text-align:center;
}

}

@media all and (max-width: 1010px)
{

#delivery {
	text-align:center;
}

#d1, #d2, #d3 {
	float:none;
	margin:0px auto;
}

#title {
	font-size:33px;
}

#title small {
	font-size:26px;
}

.right {
	position:absolute;
	right:25px;
	top:30px;
	float:none;
}

#send_comment, #consult, #vopros, #contacts {
	width:510px;
}

}

@media all and (max-width: 900px)
{

#head {
	text-align:center;
}

#logo {
	display:none;
}

#title {
	font-size:53px;
	text-align:center;
	background:url(img/logo.png) left 10px no-repeat;
	height:115px;
	padding-left:146px;
	margin-left:-150px;
}

#title small {
	font-size:39px;
}

.right {
	top:140px;
	text-align:left;
}

}

@media all and (max-width: 800px)
{

#title {
	font-size:33px;
}

#title small {
	font-size:26px;
}

.right {
	display:none;
}

}

@media all and (max-width: 710px)
{

#head {
	text-align:center;
}

#logo {
	display:inline-block;
}

#title {
	font-size:33px;
	display:inline-block;
	padding-left:0px;
	margin-left:0px;
	background:none;
	height:auto;
}

#title:after {
	display:none;
}

#title small {
	font-size:26px;
}

}

@media all and (max-width: 560px)
{

#garant p {
	font-size:18px;
}

#plus li {
	font-size:16px;
}

#plus h2 {
	font-size:36px;
}

#send_comment, #consult, #vopros, #contacts {
	width:90%;
	box-sizing:border-box;
}

#contacts {
	background:none;
}

.br3 {
	display:block;
}

}


@media all and (max-width: 500px)
{
	
#consult p {
	max-width:230px;
}

#send_comment textarea, #vopros textarea {
	float:none;
	width:207px;
}
	
}

@media all and (max-width: 465px)
{
	
#delivery {
	margin-top:0px;
}
	
#grad_shok {
	display:none;
}

#d1 p {
	display:none;
}

#timer5a772c99f4b836cf91204bc7c77797bf {
	display:none;
}

#d3 {
	width:100%;
	text-align:center;
}

#d3 p {
	text-align:center;
}

}

@media all and (max-width: 400px)
{

#grad_left {
	text-align:center;
}

#cena_3d {
	float:none;
	margin-bottom:15px;
}

#grad_ultra h3 {
	text-align:center;
}

#new {
	display:none;
}

#grad_photo img {
	width:95%;
}

#consult {
	background:#b9d065;
}

#consult p {
	max-width:100%;
	font-size:16px;
}

#consult input[type="button"] {
	width:100%;
	padding:0px 10px;
	font-size:15px;
}

}

@media all and (max-width: 340px)
{

.br4 {
	display:block;
}
	
}