html,body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

h1, h1 a{
    text-shadow: red 5px 5px 10px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin: 30px 0;
	color: red;
}
/* animation */
@keyframes example {
  from {color: white;}
  to {color: #00bb00;}
}

h1, h1 a{
  color: white;
  animation-name: example;
  animation-duration: 4s;
   animation-iteration-count: infinite;
}
 h1, h2 { 
   text-align: center; /* Выравнивание по ширине */
}
p{
	text-indent:10px;
	
}
ul{
	padding-left:15px;
}
@media only screen and (min-device-width: 900px){
#container{
width: 1180px;
    margin: 0 auto;
	   
}
}
@media only screen and (max-device-width: 900px){
#container{
width: 100%;
    margin: 0 auto;
	  
}
}
@media only screen and (max-device-width: 500px){
#container{
width: 100%;
    margin: 0 auto;
	    padding: 15px;
}
	
}




#header{
	float:left;
	width:100%;
	min-height:100px;
	background:#2d2d2f;
	color:#fff;
	box-shadow: 0px 3px 3px #000;
}
#logo{
	padding:15px 0 0 20px;
	float:left;
}
#logo a{
	text-decoration:none;
}
#logo1{
	font-size:2em;
	color:#ffc540;
	font-weight:900;
}
#logo2 a{
	font-size:1.7em;
	color:#fff;
	font-weight:400;
}
#phone{
	float:right;
	line-height:25px;
	color:#ffc540;
	margin:0 20px;
}
#menu{
	line-height:100px;
}
#menu ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li{
	float:left;
	padding-right:20px;
}
#menu li a{
	color:#fff;
	text-decoration:none;
}
#menu li a:hover{
	color:#ffc540;
	text-decoration:underline;
}
#main{
	padding:0 5px;
	color:#404144;
	width:100%;
	float:left;
}
#main a{
	color:#000;
	text-decoration:none;
}
#main strong{
	font-weight:bold;
	
}
#tags p{
	text-align:right;
	color:#cbcbcb;
}
#tags a{
	color:#9da6c2;
}
#tags a:hover{
	color:#c08a8a;
}
#read_more{
	font-size:0.9em;
}
#read_more h2{
	margin-bottom:0;
}
#read_more h2 a{
	color:#243246;
}
#read_more .read_more_buttom a{
	color:#fff;
}
#read_more hr{
	width:100%;
}
.read_more_buttom{
	float:right;
	margin:2px 2px 4px;
	padding:5px 10px;
	background:#e7736e;
	border:1px solid #ed2920;
	border-radius:5px;
}
.read_more_buttom:hover{
	background:#e13d35;
}
#menu_left{
	width:100%;
	float:left;
	padding:10px;
	margin:0 20px 20px 0;
	margin-top: 15px;
	background:#2d2d2f;
	color:#fff;
}
#menu_left ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu_left li{
	margin-bottom:7px;
}
#menu_left a{
	color:#ffc540;
	text-decoration:none;
}
#menu_left a:hover{
	color:#fff;
	text-decoration:underline;
}
#bottom_items{
	    display: grid;
	padding:0 20px;
}
#bottom_items hr{
	min-width:200px;
}
.bottom_items_colls{
	width:200px;
	float:left;
	margin:10px;
	padding:5px;
	overflow:hidden;
	
}
.bottom_items_colls a:hover{
	color:#f00;
	
}
.bottom_items_colls a img{
	margin:0;
	padding:0;
	transform: scale(1);
	-webkit-animation: imgScales 1s 1 ease;
	-moz-animation: imgScales 1s 1 ease;
	-o-animation: imgScales 1s 1 ease;
}
@-webkit-keyframes imgScales {
from { -webkit-transform: scale(1.1); }
to { -webkit-transform: scale(1); }
}
@-moz-keyframes imgScales {
from { -moz-transform: scale(1.1); }
to { -moz-transform: scale(1); }
}
@-o-keyframes imgScales {
from { -o-transform: scale(1.1); }
to { -o-transform: scale(1); }
}
.bottom_items_colls a:hover img{
	transform: scale(1.1);
	-webkit-animation: imgScale 1s 1 ease;
	-moz-animation: imgScale 1s 1 ease;
	-o-animation: imgScale 1s 1 ease;
}
@-webkit-keyframes imgScale {
from { -webkit-transform: scale(1); }
to { -webkit-transform: scale(1.1); }
}
@-moz-keyframes imgScale {
from { -moz-transform: scale(1); }
to { -moz-transform: scale(1.1); }
}
@-o-keyframes imgScale {
from { -o-transform: scale(1); }
to { -o-transform: scale(1.1); }
}
#footer{
	float:left;
	width:100%;
	min-height:100px;
	background:#2d2d2f;
}
#footer_logo{
	float:left;
	line-height:100px;
	padding:0 20px;
}
#footer_logo a{
	color:#fff;
	text-decoration:none;
}
#counters{
	margin-top:10px;
}
#social{
	float:right;
	margin:25px 10px;
}
#social ul{
	list-style:none;
	margin:0;
	padding:0;
}
#social li{
	float:left;
	padding:0px;
}
#social li a{
	display:block;
	padding:6px;
}
.logovk{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -192px;
}
.logovk:hover{
	background-position:0px -288px;
}
.logofb{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -384px;
}
.logofb:hover{
	background-position:0px -352px;
}
.logogl{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -96px;
}
.logogl:hover{
	background-position:0px -64px;
}
.logoyt{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -128px;
}
.logoyt:hover{
	background-position:0px -480px;
}
.logood{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -224px;
}
.logood:hover{
	background-position:0px -256px;
}
.logosk{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:-36px -96px;
}
.logosk:hover{
	background-position:-36px -63px;
}
.logovb{
	height:32px;
	width:32px;
	background:url(../pic/logo/viber.png) no-repeat;
	background-position:center;
}
.logowa{
	height:32px;
	width:32px;
	background:url(../pic/logo/whatsapp.png) no-repeat;
	background-position:center;
}
.logoks{
	height:30px;
	width:30px;
	background: url(../pic/logo/kyivstar.png) no-repeat;
	background-size:70%;
	background-position:center;
}
.logolf{
	height:20px;
	width:40px;
	background: url(../pic/logo/LifeBY_logo.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
.logomt{
	height:30px;
	width:30px;
	background: url(../pic/logo/1396036998_1.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
.logocd{
	height:30px;
	width:30px;
	background: url(../pic/logo/cdma.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
#partners a{
	width:150px;
	height:200px;
	display:inline-block;
	margin:10px;
	text-align:center;
	font-size:0.8em;
}
.user_date{
	font-size:0.7em;
	font-style:italic;
}
.active {
	background-color: #ed145b;
}
#tags_menu a{
		display:block;
		font-weight:bold;
		color:blue;
		border-bottom:1px solid black;
}
#tags_menu a:hover{
	color:blue;
	text-decoration:underline;
}
.menu-phone a{
	font-size:16px;
	color:blue !important;
	font-weight:700;
}