@charset "utf-8";
/* CSS Document */
:root {
	--tittle-size: 24px;
	--text-size: 48px;
	--phones-size: 34px;
}
body {
	font-size:14px;
	color:#000;
	overflow-x:hidden;
	font-family: 'Ubuntu', sans-serif;
}

.bag {
	color: #fff;
	filter: invert(1);
	display: inline-block;
	position: absolute;
	top: 48px;
	left: calc(50% - 12px);
}
.map {
	position: relative;
}

img {
	max-width:100%;
}

h1 {
	font-size:24px;
	font-weight:700;
}

a:hover {
	text-decoration:none;
}

header {
	width: 100%;
	background: #000;
	text-align: center;
	padding: 5px 0;
}

.url {
	color: #fff;
	font-size: 24px;
	line-height: 1em;
}
.logo {
	text-align: center;
}

.logo img {
	margin: 5px 0;
	max-width: 20%;
}
.title {
	background: #fff;
	text-align: center;
	font-size: var(--tittle-size);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.title .row {
	height: 50px;
	align-items: center;
}
section {
	background: #ececec;
}
.shop {
	display: block;
	background: #fff;
	text-align: center;
	line-height: 175px;
	margin-bottom: 30px;
	padding: 10px;
}
.block {
	width:100%;
	float:left;
}

footer {
	text-align: center;
	font-size: var(--text-size);
	padding-bottom: 100px;
}

.foot-text {
	line-height: 1.2em;
	padding: 40px 0;
}

.map {
	height: 790px;
	margin-bottom: 50px;
}
.phones a, .phones a:link, .phones a:active, .phones a:visited {
	text-decoration: underline;
	color: #000;
	font-size: var(--phones-size);
	font-weight: 700;
}
header .phones a, header .phones a:link, header .phones a:active, header .phones a:visited {
	color: #fff;
	font-size: 24px;
	margin: 0 10px;
	display: inline-block;
}

.phones a:hover {
	text-decoration: none;
}

header .phones {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	margin: 0 5px;
	display: inline-block;
}

footer .phones {
	text-decoration: none;
	text-transform: uppercase;
	color: #111;
	font-size: 30px;
	margin: 0 10px;
	display: inline-block;
}

@media (max-width: 1250px) {
	.map {
		height: 600px;
	}
}

@media (max-width: 768px) {
	:root {
		--tittle-size: 24px;
		--text-size: 42px;
		--phones-size: 34px;
	}
	.map {
		height: 450px;
	}
	footer {
		padding-bottom: 100px;
	}
	.shop {
		line-height: 125px;
	}
	img {
		max-height: 20%;
	}
}

@media (max-width: 570px) {
	.title {
		margin-bottom: 15px;
	}
	.shop {
		margin-bottom: 15px;
	}
	.title .row {
		height: 40px;
		align-items: center;
		line-height: 1.1em;
	}
	.foot-text {
		padding: 15px 0;
	}
	:root {
		--tittle-size: 20px;
		--text-size: 20px;
		--phones-size: 32px;
	}
	.map {
		height: 300px;
	}
	footer {
		padding-bottom: 70px;
	}
	header {
		padding-bottom: 10px;
	}
	header .phones a, header .phones a:link, header .phones a:active, header .phones a:visited {
		color: #fff;
		font-size: 20px;
	}
	.shop {
		line-height: 50px;
	}
	img {
		max-height: 45px;
	}
    .logo img {
		max-height: 100px;
		max-width: 40%;
	}
}

@media (max-width: 350px) {
	footer {
		padding-bottom: 30px;
	}
	.map {
		height: 250px;
	}
	:root {
		--tittle-size: 28px;
		--text-size: 20px;
		--phones-size: 30px;
	}
	header .phones a, header .phones a:link, header .phones a:active, header .phones a:visited {
		display: block;
	}
}