body{
	margin: 0px;
	padding: 0px;
	font-family: Snell Roundhand, cursive;
}

h1, h2, h3 {
	text-align: center;
	color: #002e8a;
}

.ass{
	display: none;
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #0005;
}

.page_container{
	display: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
}

.page{
	display: block;
	position: relative;
	vertical-align: top;
	margin: 10vh auto;
	padding: 10px;
	max-width: 1200px;
	width: 90%;
	background: #fff;
	text-align: justify;
	box-shadow: 0px 0px 20px 0px #000;
}

.page img{
	margin: 15px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px 0px #000;
}

.close{
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-large;
	color: #c00;
}

.close:hover{
	color: #f00;
}

.container{
	display: block;
	position: relative;
	max-width: 95%;/*1200px;*/
	margin: auto;
	vertical-align: top;
	background-image: url("../img/bg.jpg");
	background-size: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 20px 0px #000;
}

.header{
	display: block;
	position: relative;
	padding: 0px;
	vertical-align: top;
}

.header_items_container{
	display: block;
	position: relative;
	margin: auto;
	padding: 0px;
}

.logo{
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 20px;
	padding: 15px;
	width: 150px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px #000;
}

.logo:hover{
	box-shadow: 0px 0px 10px 0px #fff;
}

.slogan_container{
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	justify-content: center;
	align-items: center;
}

.slogan{
	display: block;
	position: relative;
	margin: auto;
	padding-left: 10%;
	width: 600px;
	text-align: center;
}

.phones{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	text-align: right;
	font-size: 15px;
	/*font-weight: bold;*/
	padding: 7px;
	/*background: rgba(0, 0, 0, .7);*/
	line-height: 23px;
}

.fp_blocks{
	display: block;
	position: relative;
	margin: auto;
	z-index: 2;
	width: 100%;
	/*background: rgba(0, 0, 0, .5);*/
	text-align: center;
}

.fp_block{
	display: inline-block;
	position: relative;
	margin: 20px 15px 130px 20px; /*110*/
	width: 140px;/*140px;*/
	height: 140px;
	box-shadow: 0px 0px 10px 0px #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	/*#C6E6F5 A1C1D0*/
}

.fp_block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.fp_block_txt_container{
	display: flex;
	position: relative;
	margin: 20px 0px;
	justify-content: center;
	align-items: center;
}

.fp_block_txt{
	display: block;
	position: relative;
	width: 100%;
	/*height: 50px;*/
	padding: 15px 5px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	border-radius: 10px;
	font-size: 15px;
}

.fp_block:hover .fp_block_txt{
	background: rgba(0, 0, 0, .9);
}

.fp_block:hover{
	box-shadow: 0px 0px 20px 5px #fff;
}

.slider{
	display: block;
	position: relative;
	margin: auto;
	text-align: justify;
	min-height: 400px;
	height: 70vh;
	background-color: #def;
	box-shadow: 0px 0px 20px 0px #000;
}

.slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map{
	display: block;
	position: relative;
	background-color: #fff;
	text-align: center;
	width: 100%;
	height: 40vh;
}

.footer{
	text-align: center;
	color: #fff;
	background-color: rgba(255, 255, 255, .3);
	box-shadow: 0px 0px 10px 0px #000;
}

.social{
	display: inline-block;
	position: relative;
	margin: auto;
	padding: 5px;
	height: 40px;
	background: rgba(0, 0, 0, .7);
}

.copyright{
	display: block;
	position: relative;
	padding: 5px;
	margin-bottom: 40px;
	text-align: center;
	font-size: small;
	color: #999;
}

.to_top{
	display: none;
	position: fixed;
	z-index: 3;
	right: 5px;
	bottom: 0px;
	padding: 5px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0px 0px 10px 0px #000;
	border-radius: 5px 5px 0px 0px;
}

.to_top a{color: #555}
.to_top a:hover{color: #333;}

a{text-decoration: none;}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
	font-size: 18;
	font-weight: bold;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	color:	#0033cc; 
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
	color:	#7745A3;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

@media screen and (min-width: 1400px) {
	.fp_block{width: 180px; height: 180px;}
}

@media screen and (max-width: 1200px) {
	.fp_blocks{max-width: 800px;}
	.slogan{padding-left: 15%;}
}

@media screen and (max-width: 1000px) {
	body{font-size: 1.5em;}
	.container{min-width: auto; max-width: 100%; width: auto;}
	.logo{width: 200px;}
	.slogan_container{
		display: block;
		position:relative;
		margin: 20px 0px;
		background: rgba(0, 0, 0, .5);
	}
	.slogan{width: 80%; padding: 0px;}
	.phones{font-size: 1.5em; line-height: 50px;}
	.fp_blocks{margin-bottom: 50px;}
	.fp_block{width: 200px; height: 200px;}
	.fp_block_txt{font-size: 1em;}
	.social{height: 70px;}
}

@media screen and (max-width: 800px) {
	.container{max-width: 100%; width: 100%; text-align: center;}
	.logo{width: 300px;}
	.phones{position: relative; text-align: center; background: rgba(255, 255, 255, .0); color: #fff; font-size: 1em;}
	.social{height: 70px;}
}

@media only screen and (max-device-width: 600px) {
	body{font-size: 1.5em;}
	.container{max-width: auto; width: 100%; text-align: center; background-size: 300vh;}
	.logo{width: 70%;}
	.slogan_container{margin: 0px; background: rgba(0, 0, 0, .5);}
	.slogan{width: 100%;}
	.phones{position: relative; text-align: center; background: rgba(255, 255, 255, .0); color: #fff;}
	.fp_block{width: 500px; height: 500px;}
	.fp_block_txt{font-size: 1.5em;}
	.slider{height: 1000px;}
	.map{height: 60vh;}
	.social{height: 120px; padding: 20px;}
	.to_top{font-size: 1.5em;}
}