	body{
		font-family: 'PT Serif', serif;
		margin: 0 !important;
		background: url(img/tlo.png) /* Background pattern from Toptal Subtle Patterns */
	}
	
	.wrapper{
		width: 100%;
	}
	
	#topBar{	
		height: 120px;
		
		width: 100vw;
		min-width: 1200px;
		
		border-bottom: 2px dotted #000000;
		background: #fefefe;
	}
	
	#topContainer{	
		margin-left: auto;
		margin-right: auto;

		width: 88vw;
		min-width: 1200px;
		max-width: 1200px;
	}
	
	#topBarLogo{		
		float: left;
			
		padding: 5px;
		padding-left: 50px;
	}
	
		
	#topBarPhone{	
		float: right;
		
		height: 50px;
		width: auto;
	
		margin-top: 36px;
		
		padding: 10px 0;
		
		vertical-align: center;
		horizon-align: center;
		text-align: right;
		font-weight: 700;
		font-size: 26px;
	}
	
	#mainContainer{
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		
		width: 88vw;
		min-width: 1200px;
		max-width: 1200px;
	}
	
	#logo{
		margin-top: 10px;
		margin-bottom: 10px;

		height: 202px;
		
		opacity: 0.9;
	}
	
	#logoL{
		float: left;
		
		text-align: center;
		
		width: 505px;
	} 
	#logoR{
		float: right;
		
		width: calc(88vw - 691px);
		max-width: 691px;
		min-width: 226px;
		
		text-align: right;
	} 
	
	#nav{
		float: left;
		
		background-color: #063c0c;
		
		min-height: 500px;
		
		width: 350px;
		
		padding: 25px;
		
		text-align: center;
	}

	#content{
		float: left;
		
		width: calc(88vw - 350px);
		max-width: 850px;
		min-width: 850px;
		
		padding: 0 25px;
		
		text-align: justify;
	}
	
	#content-kontakt-left{
		float: left;
		
		text-align: center;
	}
	
	#content-kontakt-right{
		float: left;
		
		min-height: 560px;
		max-width: calc(800px - 321px);
		min-width: calc(800px - 321px);
		padding: 15px;
		
		text-align: center;
	}
	
	#content-kontakt-bot{	
		text-align: center;
		
		width: 88vw;
		max-width: 1200px;
		min-width: 1200px;
	}
	
	#bottomBar{
		background-color: #063c0c;
		color: lightgrey;
	}
	
	#footer{
		clear: both;
		
		margin-top: 10px;		
		margin-left: auto;
		margin-right: auto;

		width: 88vw;
		max-width: 1120px;
		min-width: 520px;
		
		text-align: justify;
		font-size: 12px;
		padding: 40px;
	}
	
	.uslugi{
		color: black;
		list-style-type: upper-roman;
		font-size: 18px;
		padding: 2px;
		margin: 8px;
	}
	
	.uslugi2{
		color: black;
		list-style-type: disc;
		font-size: 16px;
		padding: 1px;
		margin: 1px;
		margin-left: 26px;
	}
	
	.footerhref:link
	{
		text-decoration: underline;
		color: white;
	}
	
	.footerhref:visited
	{
		text-decoration: underline;
		color: white;
	}
	
	.footerhref::active
	{
		text-decoration: none;
		color: lightgrey;
	}
	
	.footerhref::hover
	{
		cursor: pointer;
		text-decoration: underline;
	}
	
	.chboxhref:link
	{
		text-decoration: underline;
		color: black;
	}
	
	.chboxhref:visited
	{
		text-decoration: underline;
		color: black;
	}
	
	.chboxhref::active
	{
		text-decoration: none;
		color: grey;
	}
	
	.chboxhref::hover
	{
		cursor: pointer;
		text-decoration: underline;
	}

	
	ul
	{
		padding: 0;
		margin: 0;
		
		list-style-type: none;
	}	
	
	ul > li
	{		
		min-height: 45px;
		display: block;
		
		border-top: 1px dotted #eeeeee;
					
		font-weight: 700;
		font-size: 14px;
		line-height: 24px;
		color: white;
	}	
	
	ul a
	{		
		text-decoration: none;
		cursor: pointer;
		display: block;
		color: white;
					
		font-size: 17px;
		line-height: 44px;
	}
	
	ul a:hover
	{
		background-color: #174d1d;
		cursor: pointer;
	}
	
	ul > li:last-child
	{
		
	}
	
	ol
	{
		padding: 25;
		margin: 0;
	}	
	
	ol > li
	{		

	}
	
	.sticky{
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	
    * {
        box-sizing: border-box;
    }
	.form {
        margin:2rem auto;
		font-family:sans-serif;
        max-width:40rem;
	}
	.form .form-row {
        margin-bottom:0.7rem;
    }
    .form .form-row:last-child {
        margin-bottom: 0;
    }
    .form input[type=text],
    .form input[type=email],
	.form input[type=phone],
    .form textarea,
    .form .checkbox-cnt .state {
        box-shadow:inset 0 1px 5px rgba(0,0,0,0.07);
    }
	.form input[type=text], 
	.form input[type=email],
	.form input[type=phone],
    .form textarea {
        border-radius:0.2rem;
        font-family:sans-serif;
		padding:0.7rem;
		border:1px solid #aaa;
        display: block;
        width:100%;
        color:#666;
	}
    .form input[type=text]:focus,
    .form input[type=email]:focus,
	.form input[type=phone]:focus,
    .form textarea:focus {
        border-color:#9DC9F5;
        box-shadow:inset 0 0 0 1px #9DC9F5, inset 0 1px 5px rgba(0,0,0,0.07);
        outline:none;
    }
    .form textarea {
        height:8rem;
		resize: none;
    }
	.form label {
        font-weight:bold;
		display: block;
		font-size:0.9rem;
		margin-bottom:0.3rem;
	}
    .form .submit-btn {
        font-family: sans-serif;
        padding:1rem 2rem;
        background: #063c0c;
        border:0;
        border-radius:0.2rem;
        color:#fff;
        font-size:1.1rem;
        font-weight: bold;
        transition: 0.3s background-color;
        cursor: pointer;
    }
    .form .submit-btn:hover {
        background: #174d1d;
    }
    .form .checkbox-cnt {
        padding-left:3rem;
        position: relative;
        font-weight: normal;
        font-size:0.75rem;
        line-height: 1.1rem;
        color:#444;
        cursor: pointer;
    }
    .form .checkbox-cnt .state {
        width:2rem;
        height: 2rem;
        display: block;
        position: absolute;
        left:0;
        top:0;
        border:1px solid #aaa;
        border-radius:0.1rem;
    }
    .form .checkbox-cnt .state:before {
        width:1.3rem;
        height: 1.3rem;
        border-radius:0.2rem;
        background: #063c0c;
        display: block;
        position: absolute;
        left:50%;
        top:50%;
        content:'';
        transform:translate(-50%, -50%) scale(1);
        opacity:0;
    }
    .form .checkbox-cnt input:checked ~ .state:before {
        animation: checkboxShowAnim 0.5s 1;
        opacity: 1;
    }
    .form .checkbox-cnt input {
        position:absolute;
        top:0; left:0;
        width:2rem;
        height: 2rem;
        z-index: 2;
        cursor:pointer;
        padding:0;
        margin:0;
        opacity: 0;
    }
    .form input[type=text].error,
    .form input[type=email].error,
    .form textarea.error,
    .form .checkbox-cnt input.error ~ .state {
        border-color:#E01546;
    }
    .field-error {
        color:#E01546;
        padding:0.5rem 0;
        font-size:0.8rem;
    }
    @keyframes checkboxShowAnim {
        0%  { border-radius:50%; transform:translate(-50%, -50%) scale(0.2); }
        50% { transform:translate(-50%, -50%) scale(1.2); }
        100% { transform:translate(-50%, -50%) scale(1); }
    }

    .element-is-busy {
        position: relative;
        pointer-events: none;
        opacity:0.5;
    }
    .element-is-busy::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-right-color: rgba(0,0,0,0.7);
        transform: translate(-50%, -50%) rotate(0deg);
        content:'';
        animation: rotateSingleLoading 0.3s infinite linear;
        z-index: 100;
    }
    @keyframes rotateSingleLoading {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    .form .send-error {
        display:inline-block;
        font-family: sans-serif;
        font-size:0.9rem;
        padding:1rem 1.5rem;
        color:#E01546;
    }
    .form-send-success {
        font-family: sans-serif;
        text-align:center;
        font-size:2rem;
        font-weight:bold;
        border:1px solid #eee;
        color:#333;
        padding:10rem 0;
        margin:3rem auto;
        max-width:40rem;
    }
    .form-send-success strong {
        display:block;
        margin-bottom:0.5rem;
    }
    .form-send-success span {
        font-size:1rem;
        color:#888;
        font-weight:normal;
        display: block;
    }
    @media screen and (max-width:500px) {
        .form .submit-btn {
            display: block;
            width: 100%;
        }
        .form .send-error {
            text-align:center;
            display: block;
        }
    }