html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-image: url("../images/tlo.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.header {
	padding: 20px 0;
}

.header p {
	color: #58575c;
	margin-bottom: 5px;
	font-size: 14px;
}

.header .lang #pl {
	margin-left: 35px;
}

.header .lang #ua {
	margin-left: 80px;
}

@media all and (max-width: 768px) {
	.header .lang {
		text-align: center;
	}
}

.header .login {
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-radius: 12px;
	padding: 8px 12px;
	font-weight: 700;
	font-size: 14px;
	outline: none;
	transition: 0.3s;
	text-decoration: none;
}

.header .login:hover {
	color: #930408;
	border-color: #930408;
}

@media all and (max-width: 768px) {
	.header .login {
		margin: 20px 0;
	}
}

.header .social p {
	text-align: center;
}

.header .social .icons {
	display: flex;
	justify-content: space-around;
}

.info .item {
	padding: 30px 30px 40px 30px;
}

.info .item .col {
	padding: 5px;
}

.info .item .opcje {
	margin-top: 60px;
	text-align: center;
}

.info .item .opcje img {
	width: 120px;
}

.info .item .opcje p {
	font-weight: bolder;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 15px;
}

.info .item a {
	border: solid 2px #fff;
	border-radius: 50px;
	padding: 15px 30px;
	margin: 60px 0 30px 0;
	position: absolute;
	bottom: 0;
}

.info .item a:hover {
	text-decoration: none;
}

.info h1 {
	font-size: 34px;
	line-height: 45px;
}

.info h1 strong {
	display: block;
	font-size: 65px;
	font-weight: 900;
}

.info h1:after {
	margin-top: 20px;
	content: '';
	display: block;
	width: 100px;
	height: 10px;
}

.info #szkoda {
	background-size: cover;
	background-image: url("../images/tlo_zolte.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: sepia(90%) hue-rotate(5deg) saturate(500%);
}

.info #szkoda h1 {
	color: #000;
}

.info #szkoda h1:after {
	float: right;
	background: #000;
}

.info #szkoda .item {
	text-align: right;
}

.info #szkoda .item a {
	border-color: #000;
	color: #000;
	right: 40px;
}

.info #szkoda .item a:hover {
	background: #f7a901;
	transition: .3s;
}

.info #szkoda .opcje p {
	color: #000;
}

.info #warsztat {
	color: #fff;
	background-image: url("../images/tlo_niebieskie.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: sepia(95%) hue-rotate(185deg) saturate(700%);
}

.info #warsztat h1 {
	color: #fff;
}

.info #warsztat h1:after {
	float: left;
	background: #fff;
}

.info #warsztat .item a {
	color: #fff;
}

.info #warsztat .item a:hover {
	background: #f7a901;
	transition: .3s;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	padding: 50px 0;
	color: #58575c;
	font-weight: 300;
	font-size: 34px;
}

@media only screen and (max-width: 480px) {
	.header {
		padding: 15px;
	}

	.header div {
		text-align: center !important;
	}

	.header .lang {
		display: none;
	}

	.header .logo {
		margin: 20px 0;
	}

	.info .item {
		text-align: center !important;
	}

	.info .item a {
		right: 0 !important;
		position: relative;
	}

	.info .item a img {
		display: none;
	}

	.info h1 {
		font-size: 34px;
	}

	.info h1:after {
		display: none;
	}

	.info h1 strong {
		display: block;
		font-size: 45px;
		font-weight: 900;
	}
}
