@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700,900&subset=latin,latin-ext);

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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

/******************************************************/
/********************	Main	***********************/
/******************************************************/


a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-ms-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

a:hover {
	color: #133e6b;
}

b {
 	font-weight:bold;
}

i{
	font-style: italic;
}

p {
	margin:0;
	padding-bottom: 20px;
}

strong{
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 14px;
	color: #000;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
	
body{
	width: 100%;
	font-size: 15px;
	overflow-x: hidden;
	font-family: 'Titillium Web', sans-serif;
}

.wrapper{
	width: 1100px;
	margin: 0 auto;
}

.floatfix:after {
    content: '';
    display: block;
    clear: both;
}

/******************************************************/
/**************     Dodatkowe     *********************/
/******************************************************/

.center {
	text-align: center;
}

.icon{
	padding-right: 10px;
	vertical-align: middle;
}

.icon-v{
	padding-right: 20px;
 	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0px;
	display: block;
	width: 100%;
}

.clear5 {
	clear: both;
	height:5px;
	display: block;
	width: 100%;
}

.clear10 {
	clear: both;
	height:10px;
	display: block;
	width: 100%;
}

.clear20 {
	clear: both;
	height:20px;
	display: block;
	width: 100%;
}

.clear30 {
	clear: both;
	height:30px;
	display: block;
	width: 100%;
}

.clear40 {
	clear: both;
	height:40px;
	display: block;
	width: 100%;
}

.clear50 {
	clear: both;
	height:50px;
	display: block;
	width: 100%;
}

.clear60 {
	clear: both;
	height: 60px;
	display: block;
	width: 100%;
}

.clear70 {
	clear: both;
	height: 70px;
	display: block;
	width: 100%;
}

.clear80 {
	clear: both;
	height: 80px;
	display: block;
	width: 100%;
}

.clear90 {
	clear: both;
	height: 90px;
	display: block;
	width: 100%;
}

.clear100 {
	clear: both;
	height: 100px;
	display: block;
	width: 100%;
}

.clear120 {
	clear: both;
	height: 120px;
	display: block;
	width: 100%;
}


.left {
	float: left;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
	margin: 0px;
	padding: 0px;
}

/******************************************************/
/*****************    Effects     *********************/
/******************************************************/

.transition {
		display: inline-block;
		transition: all 0.9s ease;
    	-moz-transition: all 0.9s ease;
    	-webkit-transition: all 0.9s ease;
}
	
.transition:hover {
		transform: scale(0.96);
}

/******************************************************/
/*******************   Header     *********************/
/******************************************************/

#wrapper-header{
	width: 100%;
	height: 100px;
	background: url(../img/header-bg.jpg) center center no-repeat;
}

#logo{
	float: left;
	margin-top: 10px;
}

#mini-top{
	float: right;
	text-transform: uppercase;
}

#mini-top a{
	color: #3e3e3e;
	font-size: 13px;
	font-weight: 600;
}

.b1{
	width: 193px;
	line-height: 44px;
	border: 1px solid #eee;
	border-top: none;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin-top: 3px;
}

.b2{
	width: 193px;
	line-height: 44px;
	border-bottom: 1px solid #eee;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin-top: 3px;

}

.lang{
	width: 220px;
	line-height: 44px;
	padding-left: 30px;
	color: #585858;
	box-sizing: border-box;
	float: right;
	font-size: 13px;
	font-weight: 300;
}

.box-lang{
	float: right;
	display: block;
	width: 80px;
	line-height: 28px;
	text-align: center;
	background: #FFF;
	margin-top: 8px;
	color: #585858;
	position: relative;
	cursor: pointer;
}

.selected-lang:hover .drop-menu{
	display: block;
}

.drop-menu{
	position: absolute;
	z-index: 999999;
	background: #FFF;
	text-align: center;
	width: 60px;
	line-height: 30px;
	padding: 0 10px;
	overflow: hidden;
	border: 1px solid #dedede;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	height: 180px;
	display: none;
	margin-left: 109px;
	margin-top: -8px;
}

.box-lang.lang-ru{
	width: 75px;
	text-align: center;
}

/******************************************************/
/******************     Menu      *********************/
/******************************************************/

#wrapper-menu{
	width: 100%;
	line-height: 60px;
	background: url(../img/menu.jpg) center center no-repeat;
	padding: 0 2px;
}

.wrapper-menu-ru{
	font-size: 14px;
}

.icon-main{
	vertical-align: baseline;
	padding-right: 15px; 
}

#wrapper-menu ul li{
	float: left;
	background: url(../img/menu-sep.png) bottom 2px right no-repeat;
	padding-right: 1px;
}



#wrapper-menu ul li:last-child{
	background: none;
}

#wrapper-menu ul li:first-child a{
	padding-left: 15px;
}

#wrapper-menu ul li:last-child a{
	padding-right: 25px;
}

#wrapper-menu ul li a{
	display: inline-block;
	height: 59px;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	font-weight: 600;
	padding: 0 30px;
}

.wrapper-menu-ru ul li a{
	padding: 0 20px !important;
}

#wrapper-menu ul li a:hover{
	background: -moz-linear-gradient(top,  rgba(223,128,1,0.06) 0%, rgba(223,128,1,0.19) 19%, rgba(223,128,1,0.41) 46%, rgba(223,128,1,0.69) 67%, rgba(223,128,1,0.89) 84%, rgba(223,128,1,0.97) 93%, rgba(223,128,1,0.99) 98%, rgba(170,97,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(223,128,1,0.06) 0%,rgba(223,128,1,0.19) 19%,rgba(223,128,1,0.41) 46%,rgba(223,128,1,0.69) 67%,rgba(223,128,1,0.89) 84%,rgba(223,128,1,0.97) 93%,rgba(223,128,1,0.99) 98%,rgba(170,97,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(223,128,1,0.06) 0%,rgba(223,128,1,0.19) 19%,rgba(223,128,1,0.41) 46%,rgba(223,128,1,0.69) 67%,rgba(223,128,1,0.89) 84%,rgba(223,128,1,0.97) 93%,rgba(223,128,1,0.99) 98%,rgba(170,97,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdf8001', endColorstr='#aa6100',GradientType=0 ); /* IE6-9 */
}



/******************************************************/
/******************      Wrapper path     *************/
/******************************************************/

#wrapper-path{
	width: 100%;
}

#path{
	float: left;
	color: #6e6e6e;
	line-height: 40px;
	height: 40px;
}


#path a{
	color: #6e6e6e;
	line-height: 20px;
}

#path img{
	vertical-align: middle;
	padding: 0 5px;
}
	
#search{
	float: right;
}

#inputsearch{
	height: 36px;
    width: 260px;
    line-height: 36px;
    padding-left: 25px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    float: left;
	background: #eee;
	font-family: 'Titillium Web', sans-serif;
}

#inputsearch::-webkit-input-placeholder{
	color: #585858;
	opacity: 1;
}

#inputsearch:-moz-placeholder{ 
	color: #585858;
	opacity: 1;
}

#inputsearch::-moz-placeholder{ 
	color: #585858;
	opacity: 1;
}

#inputsearch:-ms-input-placeholder{ 
	color: #585858;
	opacity: 1;
}

input[name="submit_search"]{
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../img/szukaj.jpg) center center no-repeat;
	cursor: pointer;
	width: 40px;
	height: 36px;
}

.wynik_szukaj{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.wynik_szukaj a{
	color: #000;
}

/******************************************************/
/*******************    Baner     *********************/
/******************************************************/

#wrapper-banner{
	height: 536px;
	width: 100%;
	background: url(../img/banner.jpg) center center no-repeat;
}
  
.banner_ru{
	background: url(../img/banner_ru.jpg) center center no-repeat !important;
}

.banner_ua{
	background: url(../img/banner_ua.jpg) center center no-repeat !important;
}

.banner_en{
	background: url(../img/banner_en.jpg) center center no-repeat !important;
}

.banner_de{
	background: url(../img/banner_de.jpg) center center no-repeat !important;
}

.banner_no{
	background: url(../img/banner_no.jpg) center center no-repeat !important;
}

.banner_se{
	background: url(../img/banner_se.jpg) center center no-repeatt !important;
}

#boxy{
	float: right;
	padding-top: 50px;
}

.box{
	width: 388px;
	height: 150px;
}

.box{
	width: 388px;
	height: 150px;
	box-sizing: border-box;
}

.box1i3-t{
	padding-top: 31px !important;;
	padding-left: 29px;
	font-size: 18px !important;
	text-transform: uppercase;
	color: #FFF;
}

#box1{
	background: url(../img/box1.jpg) center center no-repeat;
}

#box1 div{
	color: #FFF;	
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	padding-left: 29px;
	padding-top: 15px;
}

#box2{
	background: url(../img/box2.jpg) center center no-repeat;
	padding-left: 182px;
	padding-top: 29px;
}

.box2-t{
	font-size: 16px !important;
	text-transform: uppercase;
	line-height: 20px !important;
	color: #000;
	padding-bottom: 10px;
}

#box2 div{
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}

.button{
	width: 120px;
	height: 30px;
	line-height: 30px !important;
	text-align: center;
	background: #272727;
	color: #fefefe;
	margin-top: 15px;
	margin-right: 23px;
	float: right;
}

.button a{
	color: #FFF;
	display: block;
}

#box3{
	background: url(../img/box3.jpg) center center no-repeat;	
}

#box3 div{
	color: #FFF;	
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding-left: 34px;
	padding-top: 25px;
}

.black{
	font-size: 20px;
	color: #000;
	font-weight: 600;
}


/******************************************************/
/*******************    Baner pd  *********************/
/******************************************************/

#wrapper-banner-pd{
	height: 310px;
	width: 100%;
	background: url(../img/pd1.png) top center no-repeat;
	position: relative;
	z-index: 999;
}

/******************************************************/
/*******************    Offer     *********************/
/******************************************************/

#wrapper-offer{
	height: 600px;
	width: 100%;
	background: url(../img/offert-bg.jpg) center top no-repeat;
}

.offer-nag{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	float: left;
}

.offer-nag img{
	vertical-align: middle;
	line-height: 25px;
	padding-right: 5px;
}

.offer-button{
	float: right;
	width: 130px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 600;
	background: #262626;
	text-align: center;
	color: #FFF;
}

.offer-button a{
	color: #FFF;
	display: block;
}

.offer-hr{
	width: 100%;
	height: 1px;
	background: url(../img/offer-hr.png) center left repeat-x;
	border: none;
}

/* Offer box */

.left-offer{
	float: left;
	width: 780px;
}

.right-offer{
	float: right;
	width: 275px;
}

.box-offer{
	padding-top: 1px;
	width: 240px;
	height: 290px;
	float: left;
	margin-right: 30px;
	background: url(../img/offer-bg.jpg) bottom center no-repeat;
}

div.box-offer:nth-child(8){
	margin-right: 0 !important;
}

.box-offer img{
	padding-top: 4px;
}

.offer-icon{
	padding-right: 10px;
}

.offer-nag-prod{
	text-align: center;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 21px;
	padding-bottom: 17px;
}

.offer-par-prod{
	text-align: center;
	color: #000;
	font-size: 14px;
	opacity: 0.75;
	text-transform: uppercase;
	padding-top: 7px;
}

.button-offer{
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e98d08;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 15px;
}


/* aside menu */

.catname{
	line-height: 50px;
	padding-left: 25px;
	height: 50px;
	border-top: 1px solid #7b7a7b;
	font-size: 16px;
	font-weight: 600;
	background: url(../img/aside-r.png) center right no-repeat;
}

.catname img{
	padding-right: 40px;
}

.menu-r li{
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border-left: 1px solid rgba(23,23,23, 0.25);
	border-bottom: 1px solid rgba(23,23,23, 0.25);
	text-align: left;
	color: #000;
	font-size: 15px;
	padding-left: 22px;
	-webkit-transition: all 0.1s 0s ease;
	-moz-transition: all 0.1s 0s ease;
	-ms-transition: all 0.1s 0s ease;
	-o-transition: all 0.1s 0s ease;
	transition: all 0.1s 0s ease;
	
}

.menu-r a:first-child li{
	border-top: 1px solid rgba(23,23,23, 0.25);
}

.menu-r li:hover{
	border-left: 3px solid #e98e0b;
	color: #e98d08;
	font-weight: 600;
}

.menu-r img{
	vertical-align: middle;
	padding-right: 22px;
}

/******************************************************/
/*****************    Article     *********************/
/******************************************************/

#wrapper-article{
	margin-top: -20px;
	width: 100%;
	min-height: 550px;
	padding-bottom: 40px;
	background: rgb(179,179,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(179,179,181,1) 0%, rgba(178,178,180,1) 1%, rgba(181,181,183,1) 1%, rgba(181,181,181,1) 1%, rgba(185,185,187,1) 2%, rgba(189,189,189,1) 4%, rgba(191,191,193,1) 4%, rgba(197,197,197,1) 7%, rgba(202,202,204,1) 8%, rgba(219,217,218,1) 14%, rgba(223,223,225,1) 15%, rgba(223,223,223,1) 16%, rgba(230,230,232,1) 18%, rgba(230,230,230,1) 19%, rgba(234,234,234,1) 20%, rgba(237,237,239,1) 21%, rgba(237,237,237,1) 21%, rgba(242,242,242,1) 24%, rgba(244,244,246,1) 24%, rgba(244,244,244,1) 25%, rgba(252,252,252,1) 28%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(179,179,181,1) 0%,rgba(178,178,180,1) 1%,rgba(181,181,183,1) 1%,rgba(181,181,181,1) 1%,rgba(185,185,187,1) 2%,rgba(189,189,189,1) 4%,rgba(191,191,193,1) 4%,rgba(197,197,197,1) 7%,rgba(202,202,204,1) 8%,rgba(219,217,218,1) 14%,rgba(223,223,225,1) 15%,rgba(223,223,223,1) 16%,rgba(230,230,232,1) 18%,rgba(230,230,230,1) 19%,rgba(234,234,234,1) 20%,rgba(237,237,239,1) 21%,rgba(237,237,237,1) 21%,rgba(242,242,242,1) 24%,rgba(244,244,246,1) 24%,rgba(244,244,244,1) 25%,rgba(252,252,252,1) 28%,rgba(255,255,255,1) 31%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(179,179,181,1) 0%,rgba(178,178,180,1) 1%,rgba(181,181,183,1) 1%,rgba(181,181,181,1) 1%,rgba(185,185,187,1) 2%,rgba(189,189,189,1) 4%,rgba(191,191,193,1) 4%,rgba(197,197,197,1) 7%,rgba(202,202,204,1) 8%,rgba(219,217,218,1) 14%,rgba(223,223,225,1) 15%,rgba(223,223,223,1) 16%,rgba(230,230,232,1) 18%,rgba(230,230,230,1) 19%,rgba(234,234,234,1) 20%,rgba(237,237,239,1) 21%,rgba(237,237,237,1) 21%,rgba(242,242,242,1) 24%,rgba(244,244,246,1) 24%,rgba(244,244,244,1) 25%,rgba(252,252,252,1) 28%,rgba(255,255,255,1) 31%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#wrapper-article h1 {
	line-height: 30px;
	font-size: 25px;
	margin-top: 20px;
	font-weight: bold;
}

#wrapper-article hr {
	margin-top: 15px;
	width: 150px;
	height: 2px;
	margin-left: 0;
	margin-bottom: 25px;
	background: #E98D08;
	border: 0;
	
}

.nag-am{
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

.nag-hra{
	width: 80px !important;
	height: 2px !important;
	background: #dedede !important;
	border: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

.cat_menu2{
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px dotted #dedede;
}

.menul{
	width: 30%;
	padding-right: 50px;
	float: left;
	box-sizing: border-box;
}


.menul:hover li{
	font-weight: normal;
}

.menup{
	width: 70%;
	float: left;
}

div.text{
	font-size: 15px;
	line-height: 20px;
}

div.text p{
	padding-left: 10px;
	padding-bottom: 20px;
	line-height: 21px;
}

div.text ul{
	padding-left: 40px;
	padding-bottom: 20px;
	margin-top: -15px;
}

div.text ul li{
	line-height: 21px;
	list-style: disc;
}

/******************************************************/
/*******************    Form     **********************/
/******************************************************/

#wrapper-formularz{
	background: #000;
	height: 260px;
	width: 100%;
}

#wrapper-formularz p{
	text-align: left;
	color: #8b8e93;
	padding-left: 25px;
	font-size: 13px;
	font-weight: 300;
}

#wrapper-formularz p span{
	color: #c6c6c6;
}

.kreskaCenterBialy {
    background: url(../img/bialyUnderline.jpg) center bottom no-repeat;
    padding-bottom: 15px;
}

.naglowek24jasny {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
	color: #FFF; opacity:1;
}

input:-moz-placeholder, textarea:-moz-placeholder { 
	color: #FFF; opacity:1;
}

input::-moz-placeholder, textarea::-moz-placeholder { 
	color: #FFF; opacity:1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color: #FFF; opacity:1;
}

#wrapper-formularz form input[type="text"]{
	border: 1px solid #595d65 !important;
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 280px;
	text-indent: 40px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	font-family: 'Titillium Web', sans-serif;
}

#wrapper-formularz form input:nth-child(1){
	background: #1B1B1B url(../img/form1.png) 5% 50% no-repeat;
}

#wrapper-formularz form input:nth-child(2){
	background: #1B1B1B url(../img/form2.png) 5% 50% no-repeat;
}

#wrapper-formularz form input:nth-child(3){
	background: #1B1B1B url(../img/form3.png) 5% 50% no-repeat;
}

#wrapper-formularz form input[type="submit"] {
    background: #fa6f1c;
    border: 1px solid #fa6f1c;
    height: 50px;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
	font-family: 'Titillium Web', sans-serif;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/tick.png) bottom left no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: url(../img/tick.png) top left no-repeat;
}

/******************************************************/
/*******************    Łyżka     *********************/
/******************************************************/

#wrapper-lyzka {
    width: 100%;
    height: 465px;
    background: url(../img/wrapper-lyzka-bg.png) top center no-repeat;
    color: #ffffff;
}

#wrapper-lyzka a {
    display: block;
    max-width: 383px;
    height: 55px;
    line-height: 55px;
    background: url(../img/ramkaPlusik.jpg) top left no-repeat;
    color: #191f29;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-indent: 75px;
    margin-bottom: 8px;
}

.kreskaLewoBialy {
    background: url(../img/bialyUnderline.jpg) bottom left no-repeat;
    padding-bottom: 15px;
}


/******************************************************/
/*******************    Footer     ********************/
/******************************************************/

#wrapper-footer{
	display: block;
	width: 100%;
	height: 355px;
	box-sizing: border-box;
	background: url(../img/footer-bg.jpg) bottom center no-repeat;
}

.w33{
	width: 30%;
	float: left;
}

.w33 div{
	line-height: 20px;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: left;
}

.texty{
	font-size: 14px;
	font-weight: 300;
}

.w33 h3{
	color: #0a0f2f;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

.w33 hr{
	background: #b2a475;
	height: 1px;
	width: 24px;
	border: 0;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 34px;
}

.w33:nth-child(1){
	text-align: center;
}

.w33:nth-child(2){
	width: 40%;
	padding-left: 80px;
	box-sizing: border-box;
}

.w33:nth-child(2) img{
	float: left;
}

.w33:nth-child(2) ul{
	float: left;
	margin-left: 32px;
	font-weight: 400;
}

.w33:nth-child(2) li{
	line-height: 30px;
	font-size: 14px;
	list-style-image: url(../img/li.jpg);
	text-transform: uppercase;
}

.w33:nth-child(2) li a{
	font-weight: 400;
}

.w33:nth-child(3){
	width: 30%;
	padding-left: 110px;
	box-sizing: border-box;
}

.w33:nth-child(3) ul{
	font-weight: 400;
}

.w33:nth-child(3) li{
	line-height: 35px;
	font-size: 14px;
}

.w33:nth-child(3) li span{
	line-height: 25px;
}

.w33:nth-child(3) li a{
	font-weight: 400;
}

.fot-icon {
	float: left;
	margin-top: 10px;
	padding-right: 25px;
}

.fot-color {
	color: #f1a228;
}

.fot-size {
	font-size: 14px;
}

.odn {
	text-align: left;
}

.odn a {
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.odn a img{
	vertical-align: middle;
	margin-right: 10px;
}

.odn-ru{
	font-size: 12px;
}

.w33-ru{
	width: 50% !important;
	padding-left: 80px;
	box-sizing: border-box;
}

.w33-ru ul li{
	font-size: 13px !important;	
}

.w33-ru2 {
    width: 20% !important;
    padding-left: 30px !important;
    box-sizing: border-box;
}

/******************************************************/
/*****************    Copyright     *******************/
/******************************************************/

#wrapper-copyright{
	width: 100%;
	height: 74px;
	background: url(../img/copyright-bg.jpg) center center no-repeat;
	color: #777;
}

.lewa-copy{
	float: left;
	line-height: 76px;
	font-size: 14px;
	font-weight: 300;
}


.prawa-ipolska{
	float: right;
	line-height: 76px;
	font-size: 14px;
	font-weight: 300;
}

#wrapper-copyright > div > div.prawa-ipolska > a{
	color: #777;
}

/******************************************************/
/******************      Path       *******************/
/******************************************************/

#sciezka {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 100%;
	text-align: center;
	border: 1px solid #dbdbdb;
	font-size: 14px;
}

.sciezka_boks {
	width: 1100px;
	height: 46px;
	line-height: 46px;
	margin:0px auto;
	text-align:left;
}

.sciezka_boks a:hover{
	color: #e11605;
}

.sciezka_boks .right img{
	margin-left: 6px;
	margin-right:6px;
}

.sciezka_boks .left img{
	margin-left: 12px;
	margin-right:12px;
}

.textSize a{
	padding-right: 6px;
	padding-left: 6px;
	cursor: pointer;
}

.textSize #size1 {
	font-size: 11px;
}

.textSize #size2 {
	font-size: 14px;
}

.textSize #size3 {
	font-size: 18px;
}

.textSizeActive{
	color: #fa6f1c;
	font-weight:bold;
}

/******************************************************/
/******************     Product     *******************/
/******************************************************/

.main-cat{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row; 
	flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.produkt{
	width: 240px;
	text-align: center;
	margin: 5px;
	padding: 10px;
	background: none;
	box-sizing: border-box;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 5px;
}

.offer-nag-l {
	height: 70px;
	min-height: 70px;
	display: table;	
}

.offer-nag-l div{
	display:table-cell;
	vertical-align:middle;
}

.offer-nag-l {
    text-align: center;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

.product-img {
    padding-top: 5px;
	border-top: 1px solid #ededed;
}

.offer-bg{
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(38,38,38,0.16) 1%, rgba(164,164,164,0.05) 12%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(38,38,38,0.16) 1%,rgba(164,164,164,0.05) 12%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(38,38,38,0.16) 1%,rgba(164,164,164,0.05) 12%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 0px;
}

.button-offer {
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e98d08;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 auto;
	text-decoration: none;
}

.offer-hr-prod{
	background: #dfdfdf !important;
	height: 1px !important;
	width: 180px !important;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	border: none;
}

.caption{
	color: #2B2B2B;
	line-height: 14px;
	box-sizing: border-box;
	text-align: center;
}

.nr a,
.nr span{
	display: block;
	height: 50px;
	width: 50px;
	float: left;
	line-height: 50px;
	font-size: 15px !important;
	border: none !important;
	background: #E98D08 !important;
	color: #FFF !important;
	cursor: pointer;
	transition: 300ms all ease-in;
}

.nr {	
	display: block;
	margin: 0 auto;
}

.nr a:hover,
.nr span:hover{
	background: #000 !important;
	color: #e98d08 !important;
	font-weight: bold;
}

/******************************************************/
/*******************     Produkty        **************/
/******************************************************/

#foto_prod{
	padding-top: 30px;
	width: 60%;
	float: left;
}

#info_prod{
	padding-top: 30px;
	float: right;
	width: 40%;
	font-size: 15px;
}

.prod{
	color: #2B2B2B !important;
	font-size: 15px;
}

.fade{
	padding-right: 30px;
}

/******************************************************/
/*************    Search resultat   *******************/
/******************************************************/

#main_search{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}

.lewa_search{
	float: left;
	font-size: 16px;
	line-height: 25px;
}

.lewa_search-mini{
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding-left: 50px;
}

.prawa_search{
	float: right;
}

#searchbox{
	width: 390px;
	height: 67px;
	background: #c70000;
	float: left;
}


/******************************************************/
/*****************   Type box       *******************/
/******************************************************/

.two-box-left{
	width: 50%;
	padding-right: 25px;
	box-sizing: border-box;
}

.two-box-right{
	width: 50%;
	padding-left: 25px;
	box-sizing: border-box;
}

/******************************************************/
/****************        Map        *******************/
/******************************************************/

.gallery-hr{
	margin-bottom: 5px !important;
	width: 50px !important;
}

/******************************************************/
/*****************        Form        *****************/
/******************************************************/

#userForm input[type="text"] {
	float:right;
	padding-left:10px;
	padding-right:15px;
	height:20px;
	border:1px solid #CCC;
	width:110px;
	background: #fff;
	color:#888888;
	font-size:11px;
	outline:none;
	resize:none;
	font-size: 15px;
}

#userForm input[type="file"] {
	float:right;
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid #3BAA35;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#777;
	font-size:12px;
	outline:none;
	resize:none;
}

#userForm textarea {
	float:right;
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	-webkit-border-radius:2px;
	margin-top:6px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:160px;
	color:#777;
	font-size:12px;
	outline:none;
	resize:none;
}

#userForm select {
	
}

#userForm select {
	width:200px;
	padding:4px;
}

#userForm input[type="file"] {
	width:387px;
}

#userForm input[type="submit"] {
	font-size:11px;
	height:24px;
	width:60px;
	color:#fff;
	background:#fa6f1c;
	border:none;
	cursor: pointer;
}
		
#form_dane {
	height:inherit;
}
	
#form_dane h3 {
	font-size:13px;
	text-transform:uppercase; 
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
	font-weight:bold;
}
	
#form_dane input[type="text"] {
	width:100%; 
	float:left; 
	height:27px; 
	margin-bottom:15px; 
	margin-top:5px;
}
	
#form_dane #box_left {
	display:inline-block;
	float:left;
	width:42%; 
	text-align:left;
	margin-right:60px;
	margin-bottom:20px;
}

#form_dane #box_right {
	display:inline-block; 
	float:left; 
	width:42%; 
	text-align:left;
	margin-bottom:20px;
}

.box_tytul {
	margin-bottom:10px; 
	font-size:13px;
}

#form_produkt {
	padding-right:23px;
	margin-top:10px;
}

#form_produkt h3 {
	font-size:13px;
	text-transform:uppercase; 
	margin-bottom:20px;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
}

#form_produkt #box_left {
	display:inline-block;
	float:left;
	width:96%; 
	text-align:left;
}

#form_produkt #box_right {
	display:inline-block; 
	float:left; 
	width:43%; 
	text-align:left;
	margin-bottom:20px;
}

#form_produkt select {
	width:100%; 
	float:left; 
	height:27px; 
	margin-bottom:15px; 
	font-size:13px; 
	color:#999; 
	font-weight:bold; 
	margin-top:5px;
}

#form_produkt .box_tytul {
	font-size:13px;
}

#form_produkt input[type="text"] {
	width:100%;
	float:left; 
	height:27px; 
	margin-top:5px; 
	margin-bottom:15px; 
	font-size:14px; 
	text-transform:uppercase; 
	color: #E98D08; 
	font-weight:bold;
}

#form_dodatkowe {
	padding-right:23px;
	margin-top:10px;
}

#form_dodatkowe h3 {
	font-size:13px;
	text-transform:uppercase; 
	margin-bottom:10px;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
}

#form_dodatkowe #dodatkowe_info {
	display:inline-block; 
	width:100%; 
}

#form_dodatkowe textarea {
	width:97%; 
	float:left; 
	height:70px;
}

#form_submit {
	height:30px;
}

#form_submit #box_left {
	display:inline-block;
	width:50%;
}

#form_submit #box_right {
	display:inline-block; 
	float:right;
	width:50%; 
}

#form_submit input[type="submit"] {
	width: 150px; 
	height: 50px;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
}

/******************************************************/
/******************    Cat-type     *******************/
/******************************************************/

.cat-type{
	width: 350px;
	height: 90px;
	background: rgb(223,223,223);
	background: -moz-linear-gradient(top, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(223,223,223,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 );
	border: 1px solid #dedede;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
}

.cat-type a{
	color: #FFF;
	text-align: center;
}

.cat-type-left{
	float: left;
	line-height: 90px;
	width: 115px;
	text-align: center;
}

.cat-type-left img{
	vertical-align: middle;
}

.cat-type-right{
	float: left;
}

.cat-type-ru{
	height: 120px;
	text-align: center;
}

.cat-type-right-ru{
	width: 230px;
}

.nags{
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.cat-type-hr{
	width: 220px !important;
	height: 1px  !important;
	background: #dfdfdf !important;
	margin-top: 5px !important; 
	margin-bottom: 15px !important;
}

.cat-type-button{
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e98d08;
	color: #FFF;
	margin: 0 auto;
}

/******************************************************/
/***************      Responsive       ****************/
/******************************************************/

@media all and (max-width: 1100px) {
	
  .wrapper{
	  width: 100%;  
  }
  
  #wrapper-menu{
	  display: none;
  }
    
  /**********************************/
  /********      Header      ********/
  /**********************************/
  
  #wrapper-header {
    background: none;
  }
  
  #mini-top {
  	border-bottom: 1px solid #dedede;
	margin: 0 auto;
	width: 100%;
	text-align: center;
  }
  
  #logo {
    float: none;
	width: 272px;
    margin: 10px auto;
  }
  .b1,
  .b2 {
	border: none;
 }

  /**********************************/
  /********      Banner      ********/
  /**********************************/
	
  #wrapper-banner {
  	  background: url(../img/banner.jpg) left -450px center no-repeat;
  }
  
  .banner_ru{
	background: url(../img/banner_ru.jpg) left -450px center no-repeat !important;
  }
  
  .banner_ua{
	  background: url(../img/banner_ua.jpg) left -450px center no-repeat !important;
  }
  
  .banner_en{
	  background: url(../img/banner_en.jpg) left -450px center no-repeat !important;
  }
  
  .banner_de{
	  background: url(../img/banner_de.jpg)  left -450px center no-repeat !important;
  }
  
  .banner_no{
	  background: url(../img/banner_no.jpg) left -450px center no-repeat !important;
  }
  
  .banner_se{
	  background: url(../img/banner_se.jpg) left -450px center no-repeat !important;
  }
  
  /**********************************/
  /********       Offer      ********/
  /**********************************/
	
  #wrapper-offer {
	 height: auto;
	 width: 100%;
	 background: none;
  }
  
  .left-offer {
	 float: none;
	 width: 100%;
     display: -webkit-box;
  	 display: -moz-box;
  	 display: -ms-flexbox;
  	 display: -webkit-flex;
  	 display: flex;
	 -moz-flex-direction: row;
	 -ms-flex-direction: row;
	 -o-flex-direction: row;
	 -webkit-flex-direction: row; 
	 flex-direction: row;
	 -moz-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 -o-flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -moz-justify-content: center;
	 -ms-justify-content: center;
	 -o-justify-content: center;
	 -webkit-justify-content: center;
	 justify-content: center;
     width: 100%;
  }
  
  .right-offer {
	 float: none;
	 width: 90%;
	 border-right: 1px solid rgba(23,23,23, 0.25);
	 margin: 20px auto;
  }
  
  .box-offer {
	margin: 0 5px;
	float: left;
 }
 
 #wrapper-offer > div > div.left-offer > a > img{
	display: block;
	width: 90%;
	margin: 0 auto;	 
 }

 .offer-nag {
	text-align: center;
	float: none;
	padding-top: 20px;
	width: 100%;
 }
 
 .offer-nag img{
	 display: none;
 }
 
 .offer-button {
	float: none;
	display: block;
	margin: 10px auto;
 }
 
 .offer-hr {
	width: 90%;
	height: 1px;
	background: url(../img/offer-hr.png) center left repeat-x;
	margin: 0 auto;
 }
 
  /**********************************/
  /********     Formularz    ********/
  /**********************************/
  
  #wrapper-formularz {
	  padding: 30px;
	  height: auto;
	  box-sizing: border-box;  
  }
  
  #formularz1{
	 text-align: center; 
  }
  
  #wrapper-formularz form input {
  	  margin-bottom: 20px;
  }
  
  #wrapper-formularz form input[type="submit"]{
  		width: 280px; 
  }
 
  /**********************************/
  /***********    lyzka   ***********/
  /**********************************/
  
  #wrapper-lyzka{
	 padding: 40px;
	 box-sizing: border-box;
  }
  
  #wrapper-lyzka p{
	 line-height: 20px; 
  }
  
  /**********************************/
  /**********    Footer   ***********/
  /**********************************/
   
  #wrapper-footer {
     height: auto;
     background: none;
  }
  
  .w33 {
     text-align: center;
     width: 250px !important;
     float: none !important;
     clear: both;
     margin: 0 auto;
     padding-left: 0px !important;
     padding: 15px 0;
  }
  
  .w33:nth-child(2) {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  
  .w33 h3 {
    text-align: center;
	font-size: 25px;
  }
  
  .w33 hr {
	  margin: 20px auto;
  }
  
  .w33 div {
    margin-bottom: 10px;
    text-align: center;
	font-size: 17px;
  }
  
  .w33:nth-child(2) ul {
     float: none;
     margin-left: 0px;
	 text-align: center;
	 font-size: 20px;
  }
  
  .w33:nth-child(2) li {
     line-height: 30px;
     font-size: 14px;
     list-style-image: none;
     text-transform: uppercase;
  }
  
  .w33:nth-child(3) li {
	 text-align: left;
	 padding-left: 20%;
  }
  
  .img-footer{
	display: none; 
  }
  
  /**********************************/
  /**********  Copyright  ***********/
  /**********************************/
  
  #wrapper-copyright {
	padding: 0 30px;
	box-sizing: border-box;
  }

}

@media all and (max-width: 1000px) {

  /**********************************/
  /*********     Article       ******/
  /**********************************/

  .menul {
	  width: 90%;
	  padding-right: 0px;
	  float: none;
	  box-sizing: border-box;
	  margin: 0 auto;
  }
  
  .menup {
	  width: 90%;
	  margin: 0 auto;
	  float: none;
  }
}

@media all and (max-width: 600px) {


  .center-m{
	 text-align: center; 
  }
  
  /**********************************/
  /*********      Header       ******/
  /**********************************/
  
  #wrapper-header {
     height: auto;
     background: none;
  }
  
  #logo {
    float: none;
	width: 272px;
    margin: 10px auto;
  }
  
  #mini-top {
	width: 100%;
	float: none;
  }
  
  .b1{
    border: none;
    float: none;
	margin: 0 auto;
  }
  
  .b2 {
    border:  none;
    text-align: center;
    box-sizing: border-box;
    float: none;
	margin: 0 auto;
  }
  
  .lang {
  	width: 220px;
    float: none;
	margin: 0 auto;

  }

  /**********************************/
  /********        Path        ******/
  /**********************************/
  
  #wrapper-path {
	 
  }
  
  #path{
	 display: none;
  }
    
  #search{
	 float: none;
	 width: 300px;
	 margin: 0 auto;
  }
  
  #inputsearch {
	 box-sizing: border-box;
  }

  /**********************************/
  /********       Banner       ******/
  /**********************************/
  
  #wrapper-banner {
     height: auto;
     width: 100%;
     background: none;
  }
  
  #boxy {
	  padding-top: 20px;
	  float: none;
	  width: 100%;
  }
  
  .box {
	  margin: 0 auto;
      width: 300px;
      height: 150px;
      box-sizing: border-box;
  }
  
  #box2 {
      padding-left: 100px;
      padding-top: 29px;
  }
  
  #box3 div {
    padding-left: 10px;
  }
  
  /**********************************/
  /********       Offer      ********/
  /**********************************/
 
   #wrapper-offer {
	   height: auto;
	   width: 100%;
	   background: none;
	}
	
	.left-offer {
	  display: block;
	  float: none;
	  width: 100%;
	}
	
	.right-offer {
	   float: none;
	   width: 90%;
	   border-right: 1px solid rgba(23,23,23, 0.25);
	   margin: 20px auto;
	}
	
	.box-offer {
	  margin: 15px auto;
	  float: none;
   }
   
   #wrapper-offer > div > div.left-offer > a > img{
	  display: block;
	  width: 90%;
	  margin: 0 auto;	 
   }
  
   div.box-offer:nth-child(8) {
	  margin: 15px auto !important;
   }
   
   .offer-nag {
	  text-align: center;
	  float: none;
	  padding-top: 20px;
   }
   
   .offer-nag img{
	   display: none;
   }
   
   .offer-button {
	  float: none;
	  display: block;
	  margin: 10px auto;
   }
   
   .offer-hr {
	  width: 90%;
	  height: 1px;
	  background: url(../img/offer-hr.png) center left repeat-x;
	  margin: 0 auto;
   }
 
  /**********************************/
  /**********  Copyright  ***********/
  /**********************************/
  
  #wrapper-copyright {
	 width: 100%;
	 height: auto;
	 padding: 10px 0px;
	 background: #f1a228;
	 color: #191f29;
	 text-align: center;
  }
  
  .lewa-copy {
     width: 100%;
     float: none;
     line-height: 20px;
	 font-weight: 600;
	 font-size: 15px;
  }
  
  .prawa-ipolska {
     width: 100%;
     float: none;
     line-height: 20px;
	 font-weight: 400;
	 font-size: 15px;
	 font-weight: 600;
  }
  
  .prawa-ipolska a{
      color: #191f29 !important;
  }	
  
  .form50{
		width: 100% !important;
  }
	
   /* Produkt */
  
  #foto_prod{
	  float: none;
	  height: auto;
	  width: auto;
	  margin: 0 auto;
  }
	  
  #info_prod{
	  float: none;
	  width: 100%;
	  margin: 0 auto;
  }
  
  
  #form_dane #box_left {
	  display: block;
	  float: none;
	  width: 90%; 
	  text-align:left;
	  margin-right:0;
	  margin-bottom:0;
  }

  #form_dane #box_right {
	  display: block; 
	  float: none; 
	  width: 90%; 
	  text-align:left;
	  margin-bottom:20px;
  }
	
}


@media all and (max-width: 400px) {
	.cat-type{
		width: 90%;
		height: auto;
		text-align: center;
	}
	
	.cat-type-left {
		float: none;
		margin: 0 auto;
	}
	
	.cat-type-right {
    	float: none;
	}
}