body {
	/* background-image: url(images/bg.png); */
/*     background-repeat: repeat; */
	}
.bg-header {
	padding-bottom: 1em;
	background-image: url(images/bg-header-patt.jpg);
	background-repeat: repeat;
	/*background-size: contain;*/
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	}
.header-gradient {
	/*margin-top: 2.2em;*/
	height: 8em;
	background: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.8)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}
.header-name, .header-phone {
	margin-top: 0.5em;
	}
.navbar-default, .inform-heading {
	border: 0px !important;
	border-radius: 0px !important;
	background: #0071b0; /* Old browsers */
	background: -moz-linear-gradient(top, #0071b0 0%, #003b74 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0071b0), color-stop(100%,#003b74)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0071b0 0%,#003b74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0071b0 0%,#003b74 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0071b0 0%,#003b74 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0071b0 0%,#003b74 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071b0', endColorstr='#003b74',GradientType=0 ); /* IE6-9 */
	}
.navbar-nav {
	float: right !important;
	margin: 0 30px !important;
	}
.navbar-default .navbar-nav>.active>a {
	color: #ed4343 !important; /*--красный--*/
	background-color: #f7f7f7 !important; /*--светло-серый--*/
	}
.navbar-default .navbar-nav>.active>a:hover {
	color: #ed4343 !important; /*--красный--*/
	}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	}
/*.navbar-default .navbar-nav>li>a:hover {
	color: #00b4f0; 
	}*/
.navbar-default .navbar-brand {
	color: #fff;
	}
.navbar-default .navbar-brand:hover {
	color: #fff;
	}
.navbar-brand {
  /*border-right: 2px solid #003C75 !important;*/
	padding-right: 40px !important;
	}
.navbar>.container .navbar-brand {
	margin-left: 0px !important;
	}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	color: #ED4343 !important;
	background-color: #f7f7f7 !important;
	}
.logo {
	/*padding: 10px !important;*/
	margin-top: -0.7em !important;
	}
.main {
	/*background-color: #fff !important;*/
	margin-top: -20px !important;
	padding-top: 20px !important;
	}
.carousel-inner img {
	width: 100%;
	}
h1 {
	font-size: 2em !important;
	}
h2 {
	font-size: 1.8em !important;
    }
h3 {
	font-size: 1.2em !important;
	border: 0 !important;
	}
h4 {
	font-size: 1.1em !important;
	}
.sidebar h3 {
	font-size: 1.2em;
	color: #fff;
	padding: 7px 16px;
	border: 0;
	}
.sidebar ul {
	margin-left: -35px;
	}
.sidebar ul li {
	padding: 5px 5px;
	margin-left: -5px;
	list-style: none;
	}
.sidebar ul li:hover {
	background-color: #ed4343 !important; /*--красный--*/
	color: #fff;
	}
.sidebar ul li a {
	padding: 5px 0;
	color: #000;
	}
.sidebar a:hover {
	border: 0 !important;
	padding: 5px 0;
	color: #fff;
/*--background-color: #ed4343; красный--*/
	text-decoration: none !important;
	}
.sidebar-inform-ul li:hover {
	color: #fff !important;
	text-decoration: none !important;
	}
.inform-for-people {
	background-color: #f7f7f7; /*--светло-серый--*/
	border: 1px solid #003C75; /*--темно-синий--*/
	border-radius: 12px 12px 0 0;
	}
.inform-heading {
	margin-top: -20px !important;
	border-radius: 10px 10px 0 0 !important;
	}
.blog {
	margin-top: 30px;
	margin-bottom: 70px;
	}
.blog-photo {
	width: 90%;
	margin: 11px;
	margin-top: 0px;
	}
.btn-sidebar {
    position: absolute;
    text-align: center;
	border: 0;
	padding: 0.5em;
	width: 90%;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
	background: #ed4343; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed4343 0%, #b00000 100%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4343), color-stop(100%,#b00000), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed4343 0%,#b00000 100%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed4343 0%,#b00000 100%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed4343 0%,#b00000 100%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed4343 0%,#b00000 100%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4343', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	}
.btn-sidebar:hover {
    padding: 0.5em !important;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #b00000 0%, #ed4343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#b00000), color-stop(100%,#ed4343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#b00000 0%,#ed4343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#b00000 0%,#ed4343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#b00000 0%,#ed4343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#b00000 0%,#ed4343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ed4343',GradientType=0 ); /* IE6-9 */
	}
.btn-default {
    color: #333;
    float: right;
    border-radius: 0 !important;
    }
.btn-primary {
    border-radius: 0 !important;
    }
span.col-md-5-news {
    color: #8C8C8C;
    }
.footer {
	font-size: 12px;
	background-image: url(images/bg-footer-patt.jpg);
	/*background-size: contain;*/
	background-repeat: repeat-x;
	margin-top: 50px;
	border-top: 3px solid #003C75; /*--темно-синий--*/
	}
.kz, .ru p {
	padding-top: 0em;
	}
.design p {
	padding-top: 2em;
	}
.kz, .ru, .design {
	background-color: rgba(255,255,255,0.5);
   

	}
.design {
	text-align: center;
	}
.ru {
	text-align: right;
	float: right;
	}
.kz {
    margin-right: 2px;
	}
#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 15px 10px 10px; /* отступы */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
    right: 20px;
    }
#scrollup img {
    width: 72px;
    height: 72px;
    }
.footer-design {
	background-color: rgba(255,255,255,0.5);
	margin-top: 1em;
	margin-bottom: 1em;
	height: 7em;
	padding-top: 0.7em;
	}
.btn-version {
	background-color: rgba(255,255,255,0.5);
    color: #ed4343 !important;
    font-size: 18px;
    padding: 3px 10px;
	}
.top {
    margin-top: 8px;
}
.banner-none {
    overflow: hidden;
}
.style-version {
    margin-top: 5px;
    margin-bottom: 17px;
}
.glyphicon-eye-open {
    vertical-align: text-top;
}

.link-modal-auth {
   background-color: rgba(255,255,255,0.5);
    color: #428bca;
    text-decoration: none;
    padding: 7px 6px 9px;
    line-height: 31px;
}
.error {
color: red;
}
.margin-top {
    margin-top: 30px;
}