/*  https://coolors.co/372772-4381c1-bcedf6-92140c-fff8f0-ffcf99-111d4a  */

:root {
  --text-color: #121619;
  --background-body-color: #FFF6EB;
  --background-body-color: white;
  --background-page-color: white;
  --link-color: #002A52;
  --link-hover-color: #8D0801;
  --link-underline-color: #99CEFF;
  --link-underline-hover-color: #FFC5C2;
  
}

html,body {
    padding: 0;
    margin: 0;
    height:100%;
    line-height: 1.5em;
    color:var(--text-color); 
	font-size: 12.5pt;
	font-size: 18.75pt;
	font-size: 14pt;
    background-color: var(--background-body-color);
	
	scroll-padding-top: 50px;
	
}

.page {
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: var(--background-page-color);
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
	box-shadow: 0px 0px 15px 0px rgba(199,199,199,1);
}

.content .block, .contacts .block {
	padding:30px;
	margin: 0 auto;
	width:calc(96% - 60px);
	max-width: 1200px;
}

.contacts_2_html .block {
	max-width:unset;
	width:unset;
	padding:unset;
}

a {
	color: var(--link-color);
	text-decoration: none;
	border-bottom: 2px solid var(--link-underline-color);
	
}

a:hover {
	color: var(--link-hover-color);
	border-bottom: 2px solid var(--link-underline-hover-color);
}


.hello {
	/*text-align: center;
	background-color: rgba(30,30,30,0.7);
	width: 40%;
	min-width:280px;
	padding:30px;
	font-size: 1.5em;
	color: white;
	line-height: 150%;
	margin: 10% auto;*/
}

h1,h2,h3 {
	text-align: center;
}

.map {
	position: relative;
	height:450px;
}

.maptext {
	position:absolute;
	left:0;
	bottom:0;
	padding:20px;
	background-color: rgba(30,30,30,0.8);
	color:white;
}

.maptext img {
	height: 18px;
	width:auto;
	vertical-align: middle;
}

.maptext a {
	color:white;
}




/* дополнительно */

.logo img {
	width:100px;
	height:auto;
	padding:10px;
	background-color: white;
	border-radius: 50%;
	margin: 0 10px 0 0;
	-webkit-box-shadow: 0px 0px 7px 0px #C7C7C7; 
	box-shadow: 0px 0px 7px 0px #C7C7C7;
	
	-webkit-box-shadow: 0px 0px 7px 0px #FF7700; 
	box-shadow: 0px 0px 7px 0px #FF7700;
	
	-webkit-box-shadow: 0px 0px 7px 0px #FFD6B2; 
	box-shadow: 0px 0px 7px 0px #FFD6B2;
}

@media screen and (max-width:600px) {
	.logo img {
		width:50px;
	}
}

.logo {
	display: flex;
	align-items: center;
	margin:20px;
}





.logo span {
	width:fit-content;
	white-space: nowrap;
	color:var(--menu-background-color);
	font-size: 1.4em;
	line-height: 125%;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.start {
	width: 10%;
	background-color: rgba(243, 255, 182, 0.8);
	height:3em;
}

.socials img {
	height:35px;
}

.socials {
	
	display: flex;
	align-items: center;
	gap:15px;
	
	padding:20px;
	
/*	height:3em;
	
	display: flex;
	align-items: center;
	width:100%;
	justify-content: flex-end; 
	margin: 20px;*/
}

.socials span {
	display: flex;
	align-items: center;
	margin: 0 10px;
	
}

.end {
	width: 10%;
	background-color: rgba(243, 255, 182, 0.8);
	height:3em;
}

.menu img {
	height:20px;
	vertical-align: middle;
	margin-top: -3px;
}

@media screen and (max-width:900px) {
	.logo {
		flex-flow: column nowrap;
		text-align: center;
	}
	
	.logo span {
		white-space:unset;
	}
	
	.address {
		text-align: center;
	}
}