@charset "utf-8";
@media only screen and (min-device-width: 900px){
	#body{
		width: 1012px;
		margin: 0 auto;
	}
	#main{
		width: 1012px;
		margin: 0 auto;
	}
	#header-t{
		font-size:20px;
	}
}
@media only screen and (max-device-width: 900px){
	#body{
		width: 100%;
		margin: 0 auto;
	}
	#main{
		width: 100%;
		margin: 0 auto;
	}
	#header-t{
		font-size:20px;
	}
}
h1{
	text-transform:uppercase;
	font-size:32px;
	font-weight:800;
	text-align:center !important;
}
h2, h3{
	text-align:center !important;
}
/* CSS Document */

 body{background-color:#cccccc;}
 #main{
	  position:relative;
	 margin:10px auto;
	/* width:1012px;*/
	 height:auto;
	 background-color:#сссссс;
 }
  #header{
	  position:relative;
	 float:left;
	 width:100%;
	 height:auto;
	 /*background-color:#ebebeb;*/
	background-color:#ffffff;
}
  #slider{position:relative;
 float:left;
 width:100%;
 height:auto;
 background-color:#e9e9e9;
 border-bottom:1px solid #e1e1e1;}

#content_bottom{
 position:relative;
 float:left;
 width:100%;
 height:auto;
background-color:#cccccc;
 font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 color:#000000;
 padding:20px;
 /*text-align:justify;*/
border-right:1px solid #ffffff;
 border-left:2px solid #ffffff;
	/* -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
}
#content_bottom p{
	text-align:left;
}
#header-t{position:relative;
	float:left;
	width:100%;
/*	height:62px;*/
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:57px;*/
	color:#e11121;
	text-align:center;
}
#header-t-1{
	/*position:relative;*/
	display: table;
	float:left;
	width:100%;
	height:52px;
	border-top:2px solid #cccccc;
	background-color:#ffffff;
}
#header-t-1 p{
	/*position:absolute;*/
	left:0px;
	top:-10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-indent:0px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
}
#header-t-1 table{
	/*position:absolute;
	left:490px;*/
	top:5px;
	width:100%;
	height:52px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:18px;*/
	color:#000000;
	/*text-align:left;*/
	vertical-align:middle;
}
#header-boot{
/*position:absolute;*/
	padding: 1px;
	top:10px;
	right:16px;
	width:100%;
	/*height:34px;*/
	background-color:#e11121;
}
#header-boot p{
	    color: #fffafa;
}
#header-boot a {
font-size:15px;
}
#header-2{
	    text-align: center;
position:relative;
	float:left;
	width:100%;
	background-color:#fff;
}
#header-2 p{
	text-align: center;
	font-size: 35px;
		font-style: italic;
}
#r-menu (
position:relative;
float:left;
width:100%;
height:auto;
background-color:#ddd;
)
/***********************************************************************/
.mini-menu{
	    font-size: 25px;
    margin: 0px auto;
    max-width: 220px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    font: normal 14px Helvetica, Arial, sans-serif;
}
.mini-menu ul {
    list-style: none;
    margin: 0;
    padding:0;
    text-align:left;
}
.mini-menu > ul > li {
    position: relative;
}
.mini-menu > ul > li > a {
    display: block;
    outline: 0;
    padding: .3em 1em;
    text-decoration: none;
    color:#fff;
    font-weight: normal;
    text-shadow: 1px 1px 3px #000;
    background: #a50f17;
    border-bottom: 1px solid #222;
  /*  background-image:-webkit-linear-gradient(#444, #333);
    background-image:-moz-linear-gradient(#444, #333);
    background-image:-ms-linear-gradient(#444, #333);
   /* background-image:linear-gradient(#444, #333);
    -webkit-box-shadow:inset 0 1px 0 0 rgba(250,250,250,0.1);
    -moz-box-shadow:inset 0 1px 0 0 rgba(250,250,250,0.1);*/
    box-shadow:inset 0 1px 0 0 rgba(250,250,250,0.1);
}
.mini-menu > ul > li > a:hover,
.mini-menu > ul > li > a.active {
    color:#f2bd00;
}
.mini-menu .sub > ul {
    counter-reset: items;
    height: 0;
    overflow: hidden;
    background: #eee;
    -webkit-box-shadow:inset 0 0 50px #bbb;
    -moz-box-shadow:inset 0 0 50px #bbb;
    box-shadow:inset 0 0 50px #bbb;
}
.mini-menu .sub > ul > li > a {
    counter-increment: items;
    color:#514b92;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: .7em 1em;
    border-bottom: 1px dotted #bababa;
}
.mini-menu .sub > ul > li > a:hover,
.mini-menu .sub > ul > li > a.active {
    background: #d8d8d8;
    color: red;
    padding-left: 1.3em;
}
.mini-menu .sub > ul > li > a:after{
    content: "»";
    float: left;
    margin-right:6px;
    line-height: 12px;
}
.mini-menu .sub > ul:after {
    content: counter(items);
    font-size: 1em;
    display:inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
    background: #333;
    line-height: 1em;
    padding: .5em .7em;
    color: #c9c9c9;
    text-indent: 0;
    text-align: center;
    text-shadow:0px 1px 0px rgba(0, 0, 0, .5);
    font-size: 0.8em;
    font-weight: 500;
    -webkit-border-radius:25%;
    -moz-border-radius:25%;
    border-radius:25%;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}
/*********************************************************************/
@media only screen and (max-device-width: 480px){
	#header-boot{
		display: none;
	}
	#header-boot p{
		display: none;
	}
	.mini-menu{
	    font-size: 25px;
	}
	#header-t-1 p{
	font-size: 30px;
	}

	#header-2 p{
		font-size: 35px;
		font-style: italic;
	}
	.mini-menu .sub > ul > li > a {
		font-size: 35px;
	}
}


/*********************************************************/
  a{font-family:inherit; font-size:inherit; color:inherit; text-decoration:none;}
  a:hover{text-decoration:underline;}
#content_bottom a{font-family:inherit; font-size:inherit; color:blue; text-decoration:none;}
#content_bottom a:hover{text-decoration:underline; color:red;}
  .a1{font-family:inherit; font-size:inherit; color:#F00; text-decoration:none;}
  a1:hover{color:#900; text-decoration:underline;}
  .gray{position:absolute; top:-14px; text-align:left; vertical-align:text-top; font-family:Arial, Helvetica, sans-serif; font-size:18px; text-indent:0px; color:#cccccc;}
  .gray:hover{background-color:#ffffff; color:#000000;}
  .gray1{text-align:left; vertical-align:text-top; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ff0000;}
  .gray1:hover{background-color:#ffffff; color:#ff0000;}
  img{
	border:none;
width: 100%;
}
#d9{position:relative;  float:left; width:336px; height:45px; background-color:#e11121; border:1px solid #ffffff; overflow:hidden;}
#d9:hover{height:auto;}
#d13{position:relative;  float:left; text-indent:0px; width:336px; height:30px; background-color:#e11121; border:1px solid #ffffff;}
#d13:hover{height:auto;}
#d14{position:relative;  float:left; text-indent:0px; width:336px; height:30px; background-color:#e11121; border:1px solid #ffffff;}
#d14:hover{height:auto;}
#d15{position:relative;  float:left; text-indent:0px; width:336px; height:50px; background-color:#e11121; border:1px solid #ffffff;}
#d15:hover{height:auto;}
#d16{position:relative;  float:left; text-indent:0px; width:336px; height:50px; background-color:#e11121; border:1px solid #ffffff;  border-bottom:2px solid #ffffff;}
#d16:hover{height:auto;}
#d17{position:relative;  float:left; text-indent:0px; width:336px; height:50px; background-color:#e11121; border:1px solid #ffffff;  border-bottom:2px solid #ffffff;}
#d17:hover{height:auto;}
ul li:hover{background-color:#fff;}
p{text-indent:20px; text-align:justify}

#read_more{
	font-size:0.9em;
}
#read_more h3{
	margin-bottom:0;
}
#read_more  p{
	text-indent:0px;
}
#read_more h3 a{
	color:#243246;
}
#read_more .read_more_buttom a{
	color:#fff;
}
#read_more hr{
	width:100%;
	display:inline-block;
}
.read_more_buttom{
	float:right;
	margin:2px 2px 4px;
	padding:5px 10px;
	background:#e7736e;
	background: linear-gradient(to top, #382011 0%,#583923 50%,#583923 51%,#382011 100%);
	border:1px solid #f1a630;
	border-radius:5px;
}
.read_more_buttom:hover{
	background:#e13d35;
	background: linear-gradient(to top, #e8811e 0%,#f1a630 50%,#f1a630 51%,#e8811e 100%);
}
.read_more_buttom a{
	text-decoration:none;
}
#read_more{
	font-size:0.9em;
}
#read_more h3{
	margin-bottom:0;
}
#read_more h3 a{
	color:#243246;
}
.read_more_cont{
	position:relative;
	overflow:auto;
}
#read_more img{
	float:left;
	width:150px;
	margin-right:10px;
	border:3px solid #000;
}
#read_more .read_more_buttom a{
	color:#fff;
}
#read_more hr{
	width:100%;
}
.read_more_buttom{
	position:absolute;
	right:5px;
	bottom:5px;
	margin:2px 2px 4px;
	padding:5px 10px;
	background:#e7736e;
	border:1px solid #ed2920;
	border-radius:5px;
}
.read_more_buttom:hover{
	background:#e13d35;
}
#footer{
	float:left;
	width:100%;
	/*min-width:1000px;*/
	min-height:100px;
	background:#0b2533;
	border-top:4px solid #023d58;
}
#footerin{
	/*width:1000px;*/
	margin:0 auto;
	background:#0b2533;
}
#footer_logo{
	float:left;
	line-height:100px;
	padding:0 20px;
	color:#ccc;
}
#footer_logo a{
	color:#ccc;
	text-decoration:none;
}
#social{
	position: absolute;
	float:right;
	margin:0px 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:200px;
	height:200px;
	display:inline-block;
	margin:10px;
	text-align:center;
	font-size:0.8em;
}
@media only screen and (max-device-width: 500px){
	#body{
		width: 100%;
		margin: 0 auto;
	}
	#main{
		width: 100%;
		margin: 0 auto;
	}
	#header-t {
		font-size: 20px;
	}
	#header-t-1 table{
		font-size: 20px;
	}
	#content_bottom {
        font-size: 20px;
		word-wrap: break-word;
	}
	
}