body {
	max-width: 1920px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1290px;
	max-width: 100%;
	margin: auto;
}
.container-big {
	width: 1390px;
	max-width: 100%;
	margin: auto;
}
.mail {
	font-size: 15px;
	line-height: 19px;
}
.mail a {
	font-weight: 600;
	color: inherit;
	text-decoration: none;
}
.lang-select {
	float: right;
	cursor: pointer;
	position: relative;
}
.lang-select .option:after {
	content: '';
	width: 12px;
	height: 8px;
	display: inline-block;
	background: url('images/strzalka-jezyki.png');
	margin-left: 5px;
    transition: all .2s;

}
.lang-select .option.open:after {
	transform: rotate(180deg);
}
.lang-select .options {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
}
.lang-select .options a {
	text-decoration: none;
	color: #3061AB;
}
.collapse {
	display: none;
}
header {
	background: #FBFBFB;
}
header .container {
	border-bottom: 1px solid #AAAAAA;
}
.top-menu {
	overflow: hidden;
}
.top-menu > div {
	height: 120px;
	background: #FBFBFB;
	box-shadow: 0px 0px 10px #000000AB;
	display: flex;
	align-items:center;
}
.top-menu .menu {
	float: right;
}
.top-menu .menu li {
	display: inline;
	margin-left: 80px;
}
.top-menu .menu li:first-child {
	margin-left: 0;
}
.top-menu .menu li a {
	color: #3061AB;
	text-decoration: none;
}
.banner {
	background-size: cover;
	margin-bottom: 70px;
	min-height: 400px;
}
.banner .container {
	position: relative;
	height: 100%;
}
.banner article {
	background: #3061abdb;
	color: #fff;
	width: 1280px;
	max-width: 100%;
	position: absolute;
	bottom: -70px;
	right: -110px;
	padding: 35px 110px;
	text-align: right;
}
.banner article h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.banner ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.banner ul a {
	color: inherit;
	text-decoration: none;
}
.after-banner {
	height: 60px;
	background: #F8F878 url('images/strzalka-po-sliderem.png') no-repeat center;
	opacity: 0.86;
	margin-bottom: 130px;
	cursor: pointer;
}
.offer {
	margin-bottom: 100px;
}
.h2-container {
	height: 527px;
	background: #84B2F9;
}
.h2-container h2 {
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	color: #fff;
	padding-top: 100px;
}

.offer article:first-of-type {
	position: relative;
	top: -300px;
}
.offer article:nth-of-type(2) {
	position: relative;
	top: -100px;
}
.offer article:nth-of-type(3) .gallery {
	margin-bottom: -150px;
}
.offer article:nth-of-type(4) {
	margin-top: 215px;
	top: -100px;
}
.offer article:nth-of-type(4) .gallery {
	margin-bottom: -150px;
}
.offer article:nth-of-type(5) {
	margin-top: 190px;
}
.offer article {
	background: #fff;
	border-right: 20px solid #558ADB;
	display: flex;
	flex-wrap: wrap;
}
.offer article.blue {
	background: #E6F0FF;
	border-right: 0;
	border-left: 20px solid #558ADB;
}
.offer article .gallery {
	width: 38%;
}
.offer article .gallery a {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.offer article .gallery a:nth-child(2) {
	padding-right: 5px;
	width: 50%;
}
.offer article .gallery a:nth-child(3) {
	padding-left: 5px;
	width: 50%;
}
.offer article .gallery a:last-child {
	margin-bottom: 0;
}
.offer article .gallery a img {
	display: block;
}
.offer article .gallery a:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff url('images/magnifier.png') no-repeat center;
	display: block;
	height: 50px;
	width: 50px;
}
.offer article.blue .gallery a:after {
	left: 0;
}
.offer article .content {
	width: 62%;
	padding: 78px 90px 78px 45px;
}
.offer article h3 {
	display: inline-block;
	background-color: #3061AB;
	padding-left: 48px;
	padding-right: 160px; 
	padding-top: 27px;
	padding-bottom: 27px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 0 30px;
	background-position: right 55px center;
	background-repeat: no-repeat;
	max-width: 100%;
}
.offer article p {
	padding-left: 48px;
	margin: 0 0 15px;
}

.offer article ul {
	list-style: none;
	padding-left: 60px;
	margin: -15px 0 0;
}


.rubber {
	background-image: url('images/ikona-1.png');
}
.balls {
	background-image: url('images/ikona-2.png');
}
.rubber-metal {
	background-image: url('images/ikona-3.png');
}
.offer article .bearing {
	background-image: url('images/ikona-4.png');
	width: 535px;
}
.braille {
	background-image: url('images/ikona-5.png');
}
.button {
	background-image: url('images/tlo-przycisk.png');
	display: inline-block;
	height: 50px;
	padding: 0 90px;
	text-decoration: none;
	line-height: 50px;
	margin-left: 48px;
	margin-top: 35px;
}
.button:hover {
	color: #000000;
}

.about-us article {
	position: relative;
	top: -300px;
	margin-bottom: -200px;
}
.about-us article {
	background: #F3F3F3;
	border-left: 20px solid #558ADB;
	padding-bottom: 50px;
}
.about-us article p {
	padding-left: 110px;
}

.about-us article .content {
	padding-top: 10px;
}

.about-us article ul {
	list-style: none;
	padding-left: 125px;
	margin: -15px 0 0;
}
.high-quality {
	background: url('images/tlo-baner-cta.jpg') no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.high-quality .content {
	height: 185px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	width: 1070px;
	max-width: 100%;
	padding: 15px;
	background: #3061AB;
	margin: auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.contact {
	background: #84B2F9;
	padding: 88px;
}
.contact .content {
	background: #fff;
	padding: 85px;
}
.contact h2 {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 35px;
}
.cols {
	display: flex;
	flex-wrap: wrap;
}
.contact .col-1 {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.contact .col-2 {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.contact .col-2a {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.contact .cols label {
	display: block;
	font-size: 14px;
}
.contact .col-1 input,
.contact .col-2 input  {
	width: 100%;
	height: 40px;
	border: 1px solid #707070;
	padding-left: 15px;
}
.contact .cols textarea {
	width: 100%;
	border: 1px solid #707070;
	height: 185px;
	padding-left: 15px;
	padding-top: 15px;
}
.contact .checkboxes {
	padding: 15px 15px 0;
}
.contact .checkboxes input {
	position: absolute;
}
.contact .checkboxes label {
	margin-left: 25px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-bottom: 15px;
}
.contact .col-2a .send {
	border: 0;
	font-weight: 500;
	float: right;
    margin-top: 0;
}
label.error {
	color: red;
	position: absolute;
    top: 0;
    right: 0;
}
.checkboxes label.error {
	 top: -15px;
	 left: 0;
}
input.error, textarea.error {
	border-color: red !important;
}
.contact .field {
	position: relative;
}
.footer {
	background: #3061AB;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 25px;
}
.cols .col{
	width: 25%;
	padding: 45px 15px;
}
.footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.col.logo {
	padding-left: 46px;
	position: relative;
	width: 20%;
}
.col.logo:before {
	display: block;
	height: 122px;
	border-left: 1px solid #FFFFFF;
	content: '';
	position: absolute;
	left: 0;
}
.cols .col-adres {
	width: 30%;
}
.cols .col-menu {
	width: 30%;
}
.cols .col-phone {
	width: 20%;
}

.impressum {
	font-weight: bold;
	font-size: 16px;
}
.footer .col-1 {
	width: 50%;
	margin-top: 30px;
}
.design {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}

.scroll-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    background: url("images/powrot-do-slidera.png") no-repeat center;
    cursor: pointer;
    height: 25px;
    width: 25px;
    transition: color .2s ease,background-color .2s ease;
    font-size: 0;
}
.send-info.error {
	color: red;
}

.send-info.success {
	color: green;
}

@media (max-width: 1520px)
{
	.banner article {
		right: -45px;
	}
}
@media (max-width: 1420px)
{
	.banner article {
		right: 0;
	}
	.container-big {
	    width: 1290px;
	}
	.container {
	    width: 1190px;
	}
}

@media (max-width: 1320px)
{
	.banner article {
		right: 0;
	}
	.container-big {
	    width: 1190px;
	}
	.container {
	    width: 1090px;
	}
}

@media (max-width: 1220px)
{
	.banner article {
		right: 0;
	}
	.container-big {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.container {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
@media (max-width: 1100px)
{
	label.error {
		position: initial;
	}
	.banner article {
	    padding: 25px 95px;
	}
	.banner article h2 {
		font-size: 40px;
	    line-height: 47px;
	}
}
@media (max-width: 900px)
{
	.banner article {
	    padding: 20px 80px;
	}
	.banner article h2 {
		font-size: 30px;
	    line-height: 36px;
	}
	.offer article .content {
		padding: 50px 15px;
	}
	.offer article p {
		padding-left: 25px;
	}
	.offer article .gallery {
	    width: 100%;
        max-width: 520px;
        margin: auto;
        order: 2;
	}
	.offer article .content {
	    width: 100%;
	    padding: 78px 90px 78px 45px;
	}
	.contact .col-1, .contact .col-2 {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.col.logo {
		width: 40%;
		order: 2;
		padding-bottom: 0;
	}
	.cols .col-adres {
		width: 60%;
		padding-bottom: 0;
		order: 1;
	}
	.cols .col-menu {
		width: 60%;
		order: 4;
		padding-top: 0;
	}
	.cols .col-phone {
		width: 60%;
		padding-bottom: 0;
		order: 3;
		padding-top: 0;
	}
	.footer .col-1 {
		width: 100%;
		text-align: center;
	}
	.impressum {
		text-align: center;
	}
}
@media (max-width: 800px)
{
	body {
		font-size: 15px;
		line-height: 30px;
	}
	.top-menu > div {
		height: auto;
		padding-top: 20px;
		text-align: center;
	}
	.top-menu .menu {
		float: none;
		padding: 0;
	}
	.top-menu .menu li {
		margin-left: 30px; 
	}
	.banner {
		position: relative;
	}
	.banner article {
		padding: 20px 15px;
	}
	.banner .container {
		position: initial;
	}
	.offer article .content {
	    padding: 78px 15px 78px 15px;
	}
	.offer article h3 {
	    background-size: 40px;
        background-position: right 35px center;
        padding-left: 25px;
	    padding-right: 150px;
	    padding-top: 17px;
	    padding-bottom: 17px;
	}
	.offer article ul {
		padding-left: 30px;
	}
	.about-us article p {
		padding: 0 15px;
	}
	.about-us article ul {
		padding-left: 30px;
	}
	.contact {
		padding: 30px;
	}
	.contact .content {
		padding: 50px 15px;
	}
	.high-quality .content {
		text-align: center;
		font-size: 40px;
		line-height: 45px;
	}
	.contact .col-2a {
		width: 100%;
	}
	.button {
		max-width: 100%;
		padding: 0 45px;
	}
}
@media (max-width: 500px) {
	.banner ul {
	    font-size: 16px;
	    line-height: 22px;
	    padding-left: 0;
	}
	.contact {
	    padding: 30px 0;
	}
	.contact .content {
	    padding: 30px 0;
	}
	.top-menu .menu li {
		margin-left: 20px;
	}
	.offer article h3 {
		padding: 50px 15px 15px;
		width: 100%;
		background-position: top 10px center;
		text-align: center;
		font-size: 17px;
	}
}

@media (max-width: 400px) {
	.banner article h2 {
	    font-size: 25px;
	    line-height: 29px;
	}
	.g-recaptcha {
		position: relative;
		left: -15px;
	}
	.offer article h3 {
	    word-break: break-word;
	}
}