
    /**
     * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
     * http://cssreset.com
     */
    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, 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: inherit;
    	vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    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;
    }
	
	
    body {
		background:#dedede;
		font-family:Arial, Helvetica, sans-serif;
    	padding: 0;
	    position: relative;
    	margin: 0;
    }
	
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*{-webkit-appearance: none;}
	
  A:link {COLOR: #444; TEXT-DECORATION: underline;}
  A:visited {COLOR: #444; TEXT-DECORATION: none;}
  A:active {COLOR: #444; TEXT-DECORATION: none;}
  A:hover {COLOR: #444; TEXT-DECORATION: none;}


html, body { 
  font-family: 'Saira', sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	background:#000;
  background: url(../back.jpg) center center; background-size: cover; background-attachment: fixed;
	height: 100%;
	color:#fff;
    margin: 0px;
    padding: 0px;
}


* {-webkit-font-smoothing: antialiased;}

strong, b{ font-weight:500;}
em,i{ font-style:italic;}
u{ text-decoration:underline;}
small{ font-size:70%;}
ul{ list-style:circle; margin-bottom: 30px; margin-top: 20px; }
ul li{ margin: 10px 0; margin-left: 25px;}

.clear{ clear:both;}
.center{ width:1400px; margin:auto; position:relative; }
.centerSmall{width:1400px; margin:auto; position:relative;}
.centerTop{ height: 100%; text-align: center;  }

.container{ width: 1100px; margin: auto; padding-top: 50px; }
.left{ width: 50%; margin-right: 0%; float: left; }
.left img{ width: 100%; display: block; -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.3);
box-shadow: 0 0 10px 5px rgba(0,0,0,.3); }
.right{ width: 50%; float: left; padding-left: 5%; }

.tytul{ font-size: 42px; font-weight: bold; margin-top: 10px; margin-bottom: 20px; }
.tekst{ font-size: 17px; font-weight: 300; line-height: 1.4; margin-bottom: 30px; }

.form{ width: 70%; font-size: 19px; text-transform: uppercase; margin-bottom: 40px; }
.form input{ width: 100%; padding: 5px; border: 0px; margin: 10px 0 10px 0; background: #fff; font-family: 'Saira', sans-serif; font-size: 17px; color: #555; text-transform: uppercase; }
.form input[type=submit]{ background: #ce8339; font-size: 20px; color: #fff; font-family: 'Saira', sans-serif; font-weight: bold; cursor: pointer; 
-webkit-transition: all 200ms;
   -moz-transition: all 200ms;
     -o-transition: all 200ms;
        transition: all 200ms;}
.form input[type=submit]:hover{ background: #84ccbe; }

.form .err{text-transform: none; margin-top: 10px; font-size: 22px; color: #ffa800; }


.switch-field {
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #84ccbe;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}


.gotoDvd{ width: 100%; background: #4a2f1e; color: #fff; padding: 12px; text-align: center; text-decoration: none; line-height: 1.3; text-transform: uppercase; opacity: .8; }
.gotoDvd:hover{ opacity: 1; }

.tel{ margin-top: 16px; font-size: 22px; display: none; }
