html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    color: #000;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.5);
}
.uk-padding-small {
    padding: 20px;
}
.header-grid {
	font-size: 32px;
	font-style: italic;
}
.adres {
	line-height: 1.2;
	margin-top: 15px;
}
.phone {
	color: #0271bf;
}
.mode-operation {
	color: #fffc01;
	line-height: 1.2;
	text-shadow: #000 1px 0 0px, #000 0 1px 0px, #000 -1px 0 0px, #000 0 -1px 0px;
}
.phone-2 {
	color: #0271bf;
	line-height: 1.2;
}
.description {
	font-size: 30px;
}
@media (max-width: 1100px){
	.header-grid {
		font-size: 29px;
	}
}
@media (max-width: 1000px){
	.header-grid {
		font-size: 26px;
	}
	.description {
		font-size: 26px;
	}
}
@media (max-width: 959px){
	.header-grid {
		font-size: 25px;
	}
}
@media (max-width: 414px){
	.header-grid {
		font-size: 25px;
	}
	.description {
		font-size: 20px;
	}
}