@import url('reset.css');

/* Стили для демонстрации */

a{
	color:#ddd;
	text-decoration:none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
/* Заголовок */
.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
	
}


.lang1 li a{
	text-decoration: none;
	color: #5A584E;
	
}
.lang1 li a:hover {
	color:aliceblue ;  
    text-shadow: 0 -1px rgb(237,217,27,1.00);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
}



.social_fixed{position:fixed;right:0;bottom:40px;z-index:299}.social_fixed a{border-radius:30px 0 0 30px;display:flex;width:70px;transform:translateX(30px);padding:5px 10px;margin-bottom:10px;transition:.25s}.social_fixed a:last-child{margin-bottom:0}.social_fixed a .icon{width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain}.social_fixed a:hover{transform:translateX(0)}.social_watsp{background:#7D3DAF}.social_telega{background:#2da4e1}.social_insta{background: #D97A52}



@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}