html, body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: 'PT Sans', sans-serif;
	/* font-family: 'Roboto', sans-serif; */
	color: #fff;
	font-size: calc(15px + 0.390625vw);
	width: 100%;
	height: 100%;
}
body {
    display: block;
    margin: 0;
	min-height: 100%;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

.btn {
    display: block;
    width: fit-content;
    /* height: 5vh; */
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 25px 47px 27px;
    font-size: calc(17px + 0.390625vw);
	font-size: 1.4rem;
	text-transform: uppercase;
}
.btn-black {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
.btn-black:hover {
	background: #fff;
    color: #000;
}

.header, .zapis-online, .main-content, .main-map-container {
	width: 100%;
}

.header-main-logo {
	width: 100%;
    margin: 50px 0;
	height: 190px;
    background-image: url('/media/css/Logo.jpg');
    background-position: center;
    background-size: cover; 
}
.header-address {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
	font-weight: bold;
}
/* .main-page-logo-img {
	display: block;
    height: 30vh;
    margin: 0 auto;
} */
.phone-link {
	display: flex;
	margin: 10px 0;
    color: #fff;
    text-decoration: none;
    justify-content: center;
	align-items: center;
}
.phone-link-icon {
	display: block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url(/media/css/phone_icon.png);
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 20px
}
.phone-link-text {
	font-size: 36px;
}

.main-map-container {
	width: 100%;
    height: 700px;
    margin: 70px 0;
}
.main-content {
	
	
}
.zapis-online-btn {
    margin: 0 auto;
}

.coockies_wr {
	position: fixed;
    bottom: 0;
    background-color: #333;
    padding: 10px 25px;
    text-align: center;
}
.coockies_wr a {
	color: #fff;
}
button.coockies_ok.btn {
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.main-map-container {
		width: 100%;
    	height: 700px;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.btn {
		font-size: calc(25px + 0.390625vw);
	}
}