/*
** Base
*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://ssl.gstatic.com/fonts/roboto/v8/grlryt2bdKIyfMSOhzd1eA.woff) format('woff'); 
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://ssl.gstatic.com/fonts/roboto/v8/vxNK-E6B13CyehuDCmvQvw.woff) format('woff'); 
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://ssl.gstatic.com/fonts/roboto/v8/d-QWLnp4didxos_6urzFtg.woff) format('woff'); 
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 20px;
  list-style-type:disc;
}
ol {
  list-style: decimal;
}
h1{
    margin: 0 0 20px 0 !important;
    color: #fb5f3d !important;
    font-family: 'Roboto', sans-serif !important;
	font-size: 26px !important;
}
h2 {
    font-size: 22px;
    margin: 20px 0 10px 0;
    color: #1A6DC0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

html, table, textarea, input, select {
	font-size: 12px;
}



.ie{
	zoom:1;
	*display: inline;
}


	.container{
		overflow:hidden;
	}
	.content, .l-content{
		width:80%;
		float:left;
		overflow:hidden;
	}
	.sidebar, .l-sidebar{
		width:20%;
		float:left;
	}
	.aside, .l-aside{
		width:20%;
		float:left;
		margin:0 15px 0 0;
	}
	.main, .l-main{
		overflow:hidden;
		padding:0 15px 0 0;
	}
	.clearfix {
		clear: both;
	}
	.half-col{
		width:50%;
		float:left;
	}
			
	.half-col:first-child{
		padding:0;
	}
	

	.half-list{
		width:48%;
		float:left;
		margin: 0 0 0 2%;
		padding: 0 0 0 15px;
  		-webkit-box-sizing: border-box;
  		box-sizing: border-box;
	}
	.half-list:first-child{
		width: 50%;
		margin: 0;
		padding: 0 0 0 15px;
	}
	
/*
** Layout
*/


.wrapper {
    width: 100%;
    margin: 10px auto;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 0px 5px 3px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 0px 5px 3px rgba(50, 50, 50, 0.15);
	
	position:relative;
	box-sizing:border-box;
}

				
/*-- 
	HEADER 
--*/
.header{
	position: relative;
    z-index: 100;
    margin: 0 0 20px 0;
}
.header:before,
.header:after {
  content:"";
  display:table;
}
.header:after {
  clear:both;
}
.header {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/*--  header-logo block  --*/
.header__logo{
	float:left;
	margin:0; /*delete*/
}
.header__logo__link__img{
	width:185px;
	border:none;
}


.header__links {
	font-size: 11px;
}

.header__links__link {
	margin-left: 5px;
	font-size: 21px;
	padding: 0 14px 0 31px;
	letter-spacing: -0.01em;
}

.header__links__link_sym {
	background: url(/images/temperature.svg) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 33px 23px;
}

.header__links__link_info {
	background: url("/images/eu-sprite.png") no-repeat scroll 0 -118px transparent;
}

.header__links__link_narco {
	background: url("/images/eu-sprite.png") no-repeat scroll 0 -67px transparent;
}

.header__links__link_cancer {
	background: url("/images/doctor.svg") no-repeat;
}

.header__links__link_login {
	background: url("/images/eu-sprite.png") no-repeat scroll 0 -145px transparent;
	font-weight: bold;
	margin: 0;
	font-size: 12px;
}

.header__links__link_registration {
	padding: 0;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 12px;
}

.header__search {
	margin: 0 5px;
	float: left;
	width: 492px;
}

.header__search__form {
	overflow: hidden;
	margin: 0;
}

.form_ie7 {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 100%;
}

.header__search__form__input {
	background: url("/images/s-search-bg.png") no-repeat scroll 0 0 transparent;
	background-size: cover;
	border: 1px solid #D9DDCF;
	height: 20px;
	margin: 5px 0;
	padding: 3px 1px 2px !important;
	background-position: right center;
	width: 79%;
	display: block;
	float: left;
}

.header__search__form__input:active,.header__search__form__input:focus {
	background: none;
}

.header__search .header__search__form .header__search__form__input_btn {
	margin: 5px 0 5px 3px !important;
	width: 18%;
	height: 27px;
	text-align: center;
	float: right;
	color: #fff;
	border-radius: 5px;
	border: 0;
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.03em;
	font-family: "Roboto";
	background: #fd7624;
	background: -moz-linear-gradient(top, #fd7624 0%, #c64701 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7624), color-stop(100%,#c64701));
	background: -webkit-linear-gradient(top, #fd7624 0%,#c64701 100%);
	background: -o-linear-gradient(top, #fd7624 0%,#c64701 100%);
	background: -ms-linear-gradient(top, #fd7624 0%,#c64701 100%);
	background: linear-gradient(to bottom, #fd7624 0%,#c64701 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7624', endColorstr='#c64701',GradientType=0 );
}

.header__other {
	overflow: hidden;
	float: right;
}

.header__links__list {
	float: left;
	margin: 2px 0;
}

.header__links__list__item {
	background: none repeat scroll 0 0 white;
	float: left;
	font-weight: bold;
	padding: 0 2px;
	line-height: 16px;
}

.header__links__list__item_account {
	font-size: 11px;
	float: none;
	line-height: 11px;
	height: 12px;
	width: 232px;
	overflow: hidden;
}

.header__links__list__item__session {
	color: #333;
}

.header__links__list__item__link {
	font-size: 12px;
}

.header__links__list__item__link_color {
	color: #005ba1;
}

.header__buttons {
	overflow: hidden;
	margin: 5px 0;
	width: 300px;
}

.header__buttons a {
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	height: 23px;
	padding: 2px 0;
	float: left;
	text-transform: uppercase;
	line-height: 11px;
	text-align: center;
	width: 50%;
	letter-spacing: 0.01em;
}

.header__buttons a:hover {
	text-decoration: none;
}

.header__buttons_clinic {
	background: #4AC6F3;
	background: -moz-linear-gradient(top, #4ac6f3 0%, #31819f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac6f3), color-stop(100%,#31819f));
	background: -webkit-linear-gradient(top, #4ac6f3 0%,#31819f 100%);
	background: -o-linear-gradient(top, #4ac6f3 0%,#31819f 100%);
	background: -ms-linear-gradient(top, #4ac6f3 0%,#31819f 100%);
	background: linear-gradient(to bottom, #4ac6f3 0%,#31819f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac6f3', endColorstr='#31819f',GradientType=0 );
	border-radius: 5px 0 0 5px;
}

.header__buttons_clinic:hover {
	text-shadow: 1px 1px 1px #555;
}

.header__buttons_fond {
	background: #f17180;
	line-height: 200% !important;
	border-radius: 0 5px 5px 0;
}

.header__buttons_fond:hover {
	text-shadow: 1px 1px 1px #555;
}

.header__buttons_animation {
	-webkit-animation-name: flicker;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: flicker;
	-moz-animation-duration: 1500ms;
	-moz-animation-iteration-count: infinite;
	animation-name: flicker;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
}

.header__buttons_animation:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes flicker {

	0% {
		background:#4AC6F3;
		
		background: -moz-linear-gradient(top, #4ac6f3 0%, #31819f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac6f3), color-stop(100%,#31819f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4ac6f3 0%,#31819f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac6f3', endColorstr='#31819f',GradientType=0 ); /* IE6-9 */
	}
	25% {
		background:#37BEFF;
		
		background: -moz-linear-gradient(top, #43b2db 0%, #266a7c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b2db), color-stop(100%,#266a7c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #43b2db 0%,#266a7c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b2db', endColorstr='#266a7c',GradientType=0 ); /* IE6-9 */
	}
	50% {
		background:#37BEFF;
		
		background: -moz-linear-gradient(top, #43b2db 0%, #266a7c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b2db), color-stop(100%,#266a7c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #43b2db 0%,#266a7c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #43b2db 0%,#266a7c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b2db', endColorstr='#266a7c',GradientType=0 ); /* IE6-9 */
	}
	75% {
		background:#4AC6F3;
		
		background: -moz-linear-gradient(top, #4ac6f3 0%, #31819f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac6f3), color-stop(100%,#31819f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4ac6f3 0%,#31819f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac6f3', endColorstr='#31819f',GradientType=0 ); /* IE6-9 */
		}
	100% {
		background:#4AC6F3;
		
		background: -moz-linear-gradient(top, #4ac6f3 0%, #31819f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ac6f3), color-stop(100%,#31819f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4ac6f3 0%,#31819f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #4ac6f3 0%,#31819f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac6f3', endColorstr='#31819f',GradientType=0 ); /* IE6-9 */
	}
}


/*--footer-----------------*/
.footer {
 	 /*background: url("/images/s-footer-bg.gif") repeat-x scroll 0 0 transparent;*/

	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 54%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(54%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 54%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 54%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 54%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 54%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );



	border-top: 1px solid #DFE5D5;
	margin:80px -10px -10px -10px;
	padding:10px;
	
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
.footer__container{
	overflow:hidden;
	margin-bottom: 10px;
}
.footer__list{
	margin:0;
	list-style-type:none;
}
.footer__links{
	width:80%;
	float:left;
}
.footer__links__header{
	margin: 0 0 2px 0;
    font-size:100%;
    color: #1A6DC0;
}
.footer__links__link{
	font-size: 11px;
	line-height: 18px;
}
.footer__links__sep {
	font-size: 10px;
	color: #999;
}
.copyright, .copyright a{
    color: #333333;
    font-size: 11px;
    margin: 0;
	padding:0;
	line-height: 18px;
}
.footer__more{
	float:left;
	margin: 0 0 0 45px;
}
.footer__social{
    list-style: none;
	overflow:hidden;
	margin:0 0 10px 0;
}
.footer__social__icon {
    float: left;
    padding: 0;
    width: 20px;
    margin-top:3px;
}
.footer__social__icon__link_fb {
    background: url("/images/eu-sprite.png") no-repeat scroll 0 -173px transparent;
    height: 14px;
    width: 14px;
    display:block;
}
.footer__social__icon__link_tw {
     background: url("/images/eu-sprite.png") no-repeat scroll 0 -204px transparent;
    height: 14px;
    width: 14px;
    display:block;
}
.footer__social__icon__link_vk{
     background: url("/images/eu-sprite.png") no-repeat scroll 0 -235px transparent;
    height: 14px;
    width: 14px;
    display:block;
}
.footer__social__icon__link_gp{
     background: url("/images/eu-sprite.png") no-repeat scroll 0 -266px transparent;
    height: 14px;
    width: 14px;
    display:block;
}
.footer__counters{
	margin:0 auto;
	width:300px;
	overflow:hidden;
}
.bottom-img{
	text-align: center;
}
