html, body {
	height: 75%;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px; 
	color: #343434;
	font-weight: 400;
	min-width: 320px;  
    overflow: hidden;
}

.number {
	margin-top: 1000px;
}

a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #0c771a;
}
ul{
    margin-left: 20px;
}
a:hover, a:focus{
	color: #4caf50;
}
img {
	max-width: 100%;
	height: auto;
}

section {
	position: relative;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 30px;
}
legend{
    font-size: 18px;
}
ol{
    margin-left: 18px;
}
.vote, .voteprogress{
     font-size: 15px;
}

.translate {
    float: right;
}

.translate a {
	color: #2cc7c1;
	cursor: pointer
}

.form-obr {
	margin-top: 30px;
}

.form-obr-cont {
	margin-top: 5px;
}

.obr_por {
	margin-top: 30px;	
}

/*======= header ==========*/

#header {
	background: url(../images/header.jpg) center no-repeat;
	background-size: cover;
	height: 65%;
	min-height: 500px;
}

#header_feedback {
	background: url(../images/header_contact.png) center no-repeat;
	background-size: cover;
	height: 40%;
	min-height: 350px;
}

#showfull_design {
	background: url(../images/showfull_design.jpg) center no-repeat;
	background-size: cover;
	height: 40%;
	min-height: 453px;	
}
.gerb {
	float: left;
	margin: -12 0 0 0;
	width: 75px;
}
#line-menu {
	background-color: rgba(0, 0, 12, 0.5);
	height: 160px;
	padding: 20px 0px 0px 0px;
}
input.search {
	font-size: 15px;
	height: 32px;
	border-radius: 50px; 
    outline:none;
}
*:focus {
    outline: none;
}

div.search {
	background: #fff;	
	font-size: 18px;
	height: 24px;
	border-radius: 50px; 
}
div.search:hover{
    color: #333333;
}

button.search-btn {
	background: none;
	border: none;
	padding: 0px;
}

.btn{
    border: #ccc 1px solid;
    border-radius: 100px!important;
    transition: all .2s;
}
.bbcodes{
    padding: 2px 12px;
    border: #ccc 1px solid; 
    border-radius: 100px!important;
    transition: all .2s;
}

.f_wide{
    border-radius: 100px;
    transition: all .2s;
}

.f_wide:hover{
	background:#b9b9b9;
}

.dlevotebutton{
	border: none;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all .2s;
}

.dlevotebutton:hover{
    background:#b9b9b9;
}

form.search {
	margin: 7px auto;
    float: right;
}

#google_translate_element, .goog-te-combo {
	width: 160px;
	height: 22px;
	padding: 0px 0px 5px 10px;
}

.goog-logo-link {
	display: none;
}
/**************** images **************/
.highslide {
  display: inline-block;
  margin: 22px 40px;
  position: relative;
  border: 8px solid white;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.highslide img {
  max-width: 100%;
  display: inline-block;
}
.highslide:before, .highslide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 6px solid white;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.highslide:before {
  background: #b6fdd5;
  top: 0px;
  left: -10px;
  transform: rotate(-8deg);
}
.highslide:after {
  background: #f6c4c4;
  top: 0px;
  left: 10px;
  transform: rotate(8deg);
}

/*lazarevich*/
.highslidelaz {
  display: inline-block;
  margin: 22px 40px;
  position: relative;
  border: 8px solid white;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.highslidelaz img {
  max-width: 100%;
  display: inline-block;
}
.highslidelaz:before, .highslidelaz:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 6px solid white;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.highslidelaz:before {
  background: #b6fdd5;
  top: 0px;
  left: -10px;
  transform: rotate(-8deg);
}
.highslidelaz:after {
  background: #f6c4c4;
  top: 0px;
  left: 10px;
  transform: rotate(8deg);
}
/*=====================login===================*/
.nav-111 {
padding: 10 0;	
}

.autorise-main {
padding: 10;	
}
ol.ol-reg {
    padding: 0px 15px 15px 5%;
	font-size: 14px;
}

ul.ul-reg {
    top: 25px;
	padding: 10px 15px 15px 5%;
	font-size: 14px;
}

ul.nav-reg > li > a.dropdown-toggle {
    position: absolute;
    right: 0;
	background: none;
	border: none;
	color: #03873b;
}

ul.nav-reg > li > a.dropdown-toggle:hover,
ul.nav-reg > li > a.dropdown-toggle:active,
ul.nav-reg > li > a.dropdown-toggle:focus {
	background: none;
	border: none;
	color: gold;
	text-decoration: none;
}

.nav-reg li {
	border: none;
	list-style-type: none;
}

ul.nav-reg i.fa {
	margin-right: 5px;
}

.nav-reg a {
	border-radius: 4px;
}

.login-form ul{
    margin-left:0;
}

.login-input {
	border-left: none;
    border-top: none;
    border-right: none;
    padding: 5px 10px 3px 10px;
    margin-bottom: 8px;
    width: 100%;
    border-bottom: 2px solid #03873B;
}
.login_check{
	display: inline-block;
}
.reg{
    margin-top: 20px;
}
.ui-form{
    list-style: none;
}
.ui-form input, #sec_code{
    padding: 5px 10px 3px 10px;
    border: none;
    border-bottom: green 2px solid;
    background: #FFF;
}
.section-table {
	display: table;
	height: 84%;
	width: 100%;
}

.section-row {
	display: table-row;
}

.section-cell {
    
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.section-center {
    margin-top: -230px;
	max-width: 900px;
	display: inline-block;
	color: white;
}

.section-center:after{
	content: '';
	display: block;
	position: absolute;
    margin-top: -10px;
	width: 240px;
	height: 170px;
	left: 50%;
	margin-left: -125px; 
	background-size: 240px; 
	background-image: url('../images/Logo.png');
}
.section-center-design {
    margin-top: -173px;
	max-width: 900px;
	display: inline-block;
	color: white;
}

.section-center-design:after{
	content: '';
	display: block;
	position: absolute;
    margin-top: -22px;
	width: 220px;
	height: 145px;
	left: 50%;
	margin-left: -110px; 
	background-size: 220px; 
	background-image: url('../images/final.png');
}

#header h1 {
	font-size: 56px;
	line-height: 38px;
	background-color: rgba(29, 29, 29, 0.4); 
	
	padding: 10 8 18 8;
}

#header h3 {
	font-size: 22px;
}

#header p {
	color: #fff;
	font-size: 20px;
}

#horiz-menu{
	width: 100%;
	position: absolute;
	top: 80px;
}

.translate_block {
  border: 1px solid #fff;
  background-color: #03873b; 
  position: fixed;
    top: 42%;
  padding: 15 0 15 0;  
  width: 40px;  
  right: -2px;
  border-radius: 6px 0 0 6px; 
  z-index: 999;
}

.translate_block a {
color: #fff;
}

.translate_block a:hover {
color: #000;
cursor: pointer;
}

/*=====================helpline===================*/
#helpline {
	margin: 0;
	border-bottom: 2px solid #DBDBDB;
	background-color: #0000001c;
    z-index: 5;
}
#helpline .logo{
	display: block;
}
#helpline h2{
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}
#helpline p{
    font-size: 16px;
}
#helpline .first_block{
	display: flex;
}
#helpline .first_block img{
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#helpline .body{
	
	align-self: center;
}
#helpline h3{
	display: block;
	text-align: center;
	font-size: 26px;
	margin-top: 15px;
}
#helpline .second_block{
	margin-bottom: 15px;
}
#helpline .second_block .item{
	display: flex;
	margin-top: 15px;
}
#helpline .second_block .item .icon{
	font-size: 30px;
}
#helpline .second_block .item .text{
	margin-left: 20px;
    font-size: 16px;
}
#helpline .contacts_helpline{
	padding-bottom: 20px;
}
#helpline .contacts_icons{
	display: flex;
	justify-content: space-around;
	float: inherit;
}
.vk .icon,
.e-mail .icon,
.skype .icon,
.facebook .icon{
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/svg/vk.svg') center no-repeat;
    transition: background, .2s;
}
#helpline .e-mail .icon{
	background: url('../images/svg/email.svg') center no-repeat;
}
#helpline .skype .icon{
	background: url('../images/svg/skype.svg') center no-repeat;
	background-size: cover;
}
.facebook .icon{
    background: url('../images/svg/facebook.svg') center no-repeat;
}
.vk .icon:hover,
.e-mail .icon:hover,
.skype .icon:hover,
.facebook .icon:hover{
	filter: drop-shadow(0 0 12px #000);
}

/*=====================belochka===================*/
#belochka {
	margin: 30px 0px;
}
#belochka .block{
	border: 3px solid #491215;
	border-radius: 10px;
	text-align: right;
}
#belochka h3{
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0px auto;
	margin-top: 20px;
	font-family: Monotype Corsiva, sans-serif;
	font-size: 35px;
	color: #fff;
	background: #491215;

}
#belochka a{
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
	color: #491215;
	font-size: 25px;
	font-weight: bold;
}
.tel170{
    letter-spacing: -0.05em;
	color: #491215;
    font-weight: bold;
}
/*.tel170:before{
	content: '';
	position: absolute;
	width: 275px;
    height: 275px;
    background: url(/templates/NewStyle/images/belochka.png);
    background-position: center center;
    background-size: 147%;
    left: 0px;
    top: -140px;
}*/
.tel170 img{
    position: absolute;
    left: -54px;
    top: -149px;
    max-width: 388px;
}
.tel170 span{
	letter-spacing: -0.05em;
	line-height: .7em;
	font-size: 67px;
}
.tel1{
	display: block;
	margin-top: 10px;
    margin-bottom: 10px;
    
}
.bottom-block h3{
	margin-top: 0px!important;
}
.bottom-block p{
	margin-top: 10px;
	color: #491215;
    font-size: 20px;
	font-weight: bold;
}


/*=====================speakers===================*/
#speakers {
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #DBDBDB;
}

.news_main_name, .news_main_name a {
	margin: 0 0 40 0;	
	color: #232323;
	font-weight: normal;
}

.news_main_name a:hover {
	color: #03873b;
}

.container-speak-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
	padding: 10 0 30 0;
	min-height: 380px;
}

.archiv {
	margin: 70 0 40 0;
}

.container-speak-2 {
    font-family: 'Roboto', sans-serif;
	margin: 70 0 40 0;
	padding: 0 20 0 20;
}

#speakers h2 {
	color: #262626;
}

.large {
	color: #828689;
	font-size: 22px;
	margin-bottom: 20px;
}

.color-menu {
	color: white;
}

.section-tabs {
	border: 3px solid #ececec;
}

.infocontent {
	border: 0px solid #E0E0E0;
}

.short-story {
    max-height: 44px;
	margin: 25px 0px 0px 5px;
	color: #262626;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: content-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news {
	font-size: 12px;
	margin: 2px 6px 10px 6px;
	box-sizing: content-box;
	text-align: justify;
}

.panel-news {
	color: #0d981f;
	height: 45px;
	box-sizing: content-box;
}

.panel-box1 {
	margin: 5px 0px 5px -7px;
}

.panel-box2 {
	font-family: Open Sans;
	font-weight: liner;
	font-size: 30px;
	height: 45px;
	display: inline-block;
}

.panel-box3 {
	font-family: Open Sans;
	font-weight: liner;
	font-size: 15px;
	height: 45px;
	display: inline-block;
	padding: 19 0 10 5;
}

.tab-next, .tab-next a {
	margin: 0px 6px 2px 2px;
	box-sizing: content-box;
	color: #0d981f;	
}

.autor {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.fullstory {
	padding: 10px;
	text-align: justify;
}

.popular_uslugi h3 {
color: #e29721;
}

.navigation-news {
	margin-top: 40px;
}


/*=====================sensory_room===================*/


#sensory_room {
	background: url(../images/neuron.jpg) center no-repeat;
	background-size: cover;
	height: 75%;
	min-height: 500px;
	color: white; 
}


.sensory_room_color {
    font-family: 'Roboto', sans-serif;
	background-color: rgba(29, 29, 29, 0.7);
	height: 100%;
}

.sensory_room_padding {
	padding: 100 10 50 10;
}

.sensory_room_align {
	font-size: 56px;
	text-align: center;
}

.align_text_sensory_room {
	text-align: center;
}

/*=====================sensory_room===================*/


#sleep_room {
	background: url(../images/sleeping.jpg) center no-repeat;
	background-size: cover;
	height: 75%;
	min-height: 500px;
	color: white; 
}


.sleep_room_color {
    font-family: 'Roboto', sans-serif;
	background-color: rgba(29, 29, 29, 0.7);
	
	height: 100%;
}

.sleep_room_padding {
	padding: 80 10 30 10;
}

.sleep_room_align {
	font-size: 56px;
	text-align: center;
}

.sleep_room_align_btn, .sleep_room_align_btn a {
	color: fff;
	margin: 15 0 0 0;
	text-align: center;
}

.sleep_room_align_btn a:hover {
	color: fff;
	text-decoration: none;
}

.align_text_sleep_room {
	text-align: center;
}

/*==================school-parents=================*/
#school_parents a{
    font-size: 22px;
    padding: 12px 40px;
    margin-top: 15%;
}
#modalRasp{
   
}
#modalRasp .block1{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
#modalRasp .block2{
    text-align: center;
    font-size: 18px;
}
#modalRasp .item-box{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid gray;
}
#modalRasp .item-box:first-child{
    border: none;
}


/*==================user_info======================*/

.user_info {
	border-bottom: 1px #000 solid; 
	padding: 5 5 5 5;

}




/*==================reclame======================*/
#reclame {
	margin-top: 20px;
}

.recklame-one-block h1 {
	color: #87C4AE;
}

.recklame-one-block {
    font-family: 'Roboto', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 30px 0px 30px 0px;
	width: 100%;
	height: 400px; 	
}

.recklame-two-block {
	margin: 0px 0px 0px 0px;	
}

.reclame-img {
	background: url(../images/doc.jpg) no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%; 

}

/*==================gallery======================*/
#gallery {
	background-color: #F6F7F7;
	border-bottom: 2px #ccc solid;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;	
}

.thumb img { 
	filter: none; /* IE6-9 */ 
	-webkit-filter: grayscale(0); 
	border-radius:5px; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	padding:5px; 
} 
.thumb img:hover { 
	filter: gray; /* IE6-9 */ 
	-webkit-filter: grayscale(1); 
} 
.thumb { 
	padding:5px; 
} 



/*======= statistic ==========*/

#statistic {
	background: url(../images/stat.jpg) center no-repeat;
	background-size: cover;
	/*height: 95%;*/
	min-height: 500px;
	margin: 0px 0px 30px 0px;
	padding: 70px 0px 30px 0px;	
}

.bottom_border_name {
	border-bottom: 2px #121212 solid;
	min-width: 100px;
	width: 80%;
	margin: 0 auto;
}
.stat_name{	
	vertical-align: middle;
	text-align: center;
}

.stat_cont {
	padding: 30px 0px 30px 0px;	
}

.stat_cont_align {
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	color: #121212;
}

.stat_cont_align_num {
	vertical-align: middle;
	text-align: center;
	font-size: 42px;
	color: #121212;
}

.stat_cont_align_archives {
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #121212;
}

.stat_name_style {
	color: #121212;
}
.archives{
    color: #1b79da;
}
.archives:hover{
    color: #1a65b3;
}



/*=====================#sponsors=====================*/
#sponsors{
	background: #fff;
	text-align: center;
	padding: 10px 0px 50px 0px;
}
.sponsors-border {
	opacity: 0.5;
}

.sponsors-border:focus,
.sponsors-border:hover {
	opacity: 0.9;
}


.sp-name h3 {
	font-size: 38px;
	color: #828689;
	margin: 10px 0px 40px 0px;
}

#banners {
	padding: 0 0 45 0;
}



/*=======================#attachment========================*/
.attachment {
	border-left: 5px red solid;
	padding: 10 10 10 10;
	background: #E5EFF2;
}

/*=======================#contacts========================*/


#contacts{
	background: #525b64;
	padding: 70px 0;
}
#contacts h3,
#contacts h4{
	color: #fff;
	margin: 0 0 25px;
}
#contacts h3 span{
	font-weight: 700;
}
#contacts h4{
	font-size: 20px;
}
#contacts p {
	color: #cdd0d2;
}
#contacts a,
#contacts .contacts p{
	font-weight: 500;
	color: #69ff7c;
}
#contacts .contacts p i{
	margin-right: 10px;
}
.social img{
	margin-right: 20px;
}


/*=======================#administration========================*/
.zam_head {
	margin: 80 0 30 0;
}

.zam_head_align {
	text-align: justify;	
}

.zam_head_align_2 {
	text-align: justify;	
}

.magin_bottom_top {
	margin: 70 0 0 0;	
}

.magin_bottom {
	margin: 30 0 0 0;	
}

.magin_bottom_b {
	margin: 30 0 40 0;	
}

.zam_head_h2 h4 {
	color: #03873b;;
	font-size: 32px;
}

.zam_head_align h4 {
	text-align:  center;
	color: #03873b;;
	font-size: 24px;
}

.zam_head_align_2 h4 {
	color: #03873b;;
	font-size: 24px;
}

.dis_ob {
	margin: 50 0 30 0;	
}

.pad_otd {
	margin: 30 0 0 0;	
}



/*=======================#FAQ========================*/

.faq h1 {
	color: #333333;
	text-transform: uppercase;
}

.faq {
	margin: 0 0 40 0;
	padding: 0 10 0 10;
	font-size: 15px;
}

.cont_faq {
	margin-top: 0; 
}


.panel-style > .panel-head {
	color: #3F464C;
	background-color: #fff;
	border-color: red;
	border-bottom: 2px #93453F solid;
	padding: 15 0 15 10;
}
.panel-style > .panel-head + .panel-collapse > .panel-bod {
	border-top-color: red;
	padding: 15 10 10 10;
}
.panel-style > .panel-head .badge {
	color: red;
	background-color: red;
}
.panel-style > .panel-footer + .panel-collapse > .panel-bod {
	border-bottom-color: red;
	text-decoration: none;
}

.collapsed a, .collapsed:active, .collapsed:hover {
	text-decoration: none;	
}
/*.collapsed{
 color:#00c6ff;
 padding: 15px 20px;
 text-transform: uppercase;
 width:350px;
 text-decoration:none;
 text-align:center;
 margin:30px 0;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#00c6ff 50%,#00c6ff);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 900 18px;
 border: 1px solid #00C6FF;
}
.collapsed:hover {
background-position: 0 0;
color:#fff;
}*/



/*=======================#copy========================*/
#copy {
	background: #3f464c;
	padding: 15px 0px 20px 0px;
}
#copy p {
	margin: 0;
	color: #B7B7B7;
	font-size: 14px;
}

#copy .copy p i {
	margin-right: 10px;
}

.copy-align { 
	height: 40px;
	line-height: 40px;
}	


/*=======================#pm========================*/

.pm_pad {
	padding: 0 10 0 10;
}

.pm_mar {
	margin: 20 0 20 0;
}

.pm_text_form {
	min-height: 150px;	
	max-height: 250px;	
}



/* Опросы */
.vote_line {
	position: relative;
	background-color: #ff485b;
}

#timeWork-btn{
    padding: 10px 20px;
	right: 2%;
	top:80px;
	font-size: 18px;
	color: white;
    background: #03873b;
    border: 1px solid #fff;
    border-radius: 50px;
}
#timeWork-btn:hover{
    background: #0c771a;
}
#timeWork-btn:active, #timeWork-btn:focus{
    outline: none;
}
#timeWork a{
	color: #313131;
}
#timeWork .info th{
	background-color: #def7d9;
}
#timeWork td{
    padding: 10px 0px 0px 5px;
}

.akt-btn{
    display: inline-block;
    max-width: 220px;
	vertical-align: middle;
	margin-left: 10px;
	padding: 11px 20px;
	background: #03873B;
	color: white;
	font-size: 18px;
	font-weight: 500;
    line-height: 1.42857143;
	border: 1px solid #fff;
	border-radius: 50px; 
}
.akt-btn:hover{
	text-decoration: none;
	color: #fff;
	background: #0c771a
}
.bvi-open{
    color: #98deff;
	vertical-align: middle;
}
.bvi-open:hover{
    color: #68b6da;
}

#slidebox{
    width:auto;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #E28409;
    position:fixed;
    z-index: 9999;
    bottom:45px;
    right:-1000px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}
#slidebox p, a.more{
    font-size:14px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#555;
}
a.more{
    cursor:pointer;
}
a.more:hover{
	color:#E28409;
    text-decoration:underline;
}
#slidebox h2{
    color:#E28409;
    font-size:17px;
    margin:10px 20px 10px 0px;
}

#btn-vk{
    margin-top:10px;
    height: 41px;
    width: 41px;
    display: inline-block;
    border-radius: 50%;
    background: #4a76a8;
}
#img-vk{
    width: 31px; 
    height: 31px;
    position: relative;
    top:5px;
}

@media only screen and (min-width: 701px) {
	.vote_line { height: 55px; }
	.vote_line:after {
		content: "";
		position: absolute;
		top: 0; bottom: 0; left: 0;
		width: 50%;
		background-color: #444;
	}
	.vote_line > .wrp { position: relative; z-index: 1; background-color: #ff485b; }
	.vote_line_title {
		float: left;
		margin: 0 0 0 -20px;
		background-color: #444;
		height: 25px;
		line-height: 25px;
		padding: 15px 20px;
		position: relative;
		color: #fff;
	}
	.vote_line_title:after {
		content: "";
		position: absolute;
		left: 100%; top: 0;
		vertical-align: middle;
		border: solid transparent;
		border-left-color: #444;
		border-width: 28px 0 27px 16px;
	}

	/* �?конка опросов */
	.vote_icon {
		display: inline-block;
		width: 12px; height: 16px;
		vertical-align: middle;
		margin: -.2em 0 0 .4em;
	}
	.vote_icon > i {
		display: block;
		width: 100%; height: 1px;
		background-color: #ff485b;
		margin-top: 4px;
	}
	.vote_icon > i:first-child { margin-top: 0; }
	.vote_icon > i.i1 { width: 80%; }
	.vote_icon > i.i2 { width: 100%; }
	.vote_icon > i.i3 { width: 40%; }
	.vote_icon > i.i4 { width: 60%; }

	/* Заголовок опроса */
	.vtitle {
		white-space: nowrap;
		overflow: hidden;
		font-weight: bold;
		height: 25px;
		line-height: 25px;
		padding: 15px 0;
		margin: 0 0 0 165px;
		color: #fff;
	}

	/* Форма опросов */
	.vote_line_form {
		position: absolute;
		right: 0; top: 0;
		margin-right: 20px;
		padding: 7px 20px;
		height: 41px;

		background-image: -webkit-linear-gradient(left, rgba(255,72,91,0) 0%, rgba(255,72,91,1) 10%);
		background-image: -moz-linear-gradient(left, rgba(255,72,91,0) 0%, rgba(255,72,91,1) 10%);
		background-image: -o-linear-gradient(left, rgba(255,72,91,0) 0%, rgba(255,72,91,1) 10%);
		background-image: -ms-linear-gradient(left, rgba(255,72,91,0) 0%, rgba(255,72,91,1) 10%);
		background-image: linear-gradient(left, rgba(255,72,91,0) 0%, rgba(255,72,91,1) 10%);
	}
	.vote_line_form .dropdown, .vote_line_form .more_votes { float: right; }
}
.vote_line_form .more_votes {
	color: #fff;
	font-size: .9em;
	height: 25px;
	line-height: 25px;
	padding: 8px 20px;
}
.vote_line_form .dropdown .dropdown-form {
	width: 210px;
	right: 0; bottom: 57px; top: auto; left: auto;
}
.vote_line_form .dropdown.open:after {
	content: "";
	position: absolute;
	left: 50%; top: 0;
	z-index: 100;
	margin: -17px 0 0 -14px;
	vertical-align: middle;
	border: solid transparent;
	border-top-color: #fff;
	border-width: 14px 14px 0 14px;
}
.vote_line_form .dropdown .dropdown-form .vote_list { font-size: .9em; margin-top: 0; }
.vote_line_form .dropdown .btn_border { margin-top: 6px; }

.vote_list { margin: 1.5em 0; }
.vote_list .vote, .vote_list .pollanswer { margin: 0 0 .6em 0; }
.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
	display:inline-block;
	width: 4px; height: 4px;
	border: 5px solid #e4e4e4;
	background-color: transparent;
	margin: -.2em 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	content: "";
	border-radius: 2px;
}
.vote_list .vote > input[type="radio"] + label:before,
.vote_list .pollanswer > input[type="radio"] + label:before {
	border-radius: 50%;
}
.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before {
	background-color: #ff485b;
}
.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
	background-color: #444;
	border-color: #ff485b;
}
.vote_list .vote > input + label:before,
.vote_list .vote > input:checked + label:before,
.vote_list .pollanswer > input + label:before,
.vote_list .pollanswer > input:checked + label:before { 
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}
.vote_votes, .pollallvotes { font-size: .9em; }
#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

/* Опросы в новости */
.poll_block { margin-top: 50px; }
.poll_title {
	border-left: 1px solid #ff485b;
	position: relative;
}
.poll_title:after, .poll_title:before {
	content: "";
	position: absolute; left: 0;
	background: #ff485b;
	height: 1px;
}
.poll_title:before { top: 0; width: 100%; }
.poll_title:after { bottom: 0; width: 45%; }

.poll_title > b { display: block; padding: 16px 24px; }
.poll_title > b:after, .poll_title > b:before {
	content: "";
	position: absolute;
	left: 27px; top: 100%;
	vertical-align: middle;
	border: solid transparent;
	border-top-color: #ff485b;
	border-width: 13px 13px 0 0;
}
.poll_title > b:after {
	border-top-color: #fff;
	margin: -2px 0 0 1px;
	z-index: 1;
}


/* --- PM --- */
.pm-box {
	margin-bottom: 1.5em;
	background-color: #f4f6f7;
	border-radius: 2px;
}
#pm-menu:after { content: ""; clear: both; display: block; }
#pm-menu { border-bottom: 1px solid #fff; }
#pm-menu > a {
	color: inherit;
	padding: 10px 30px;
	float: left;
	text-decoration: none !important;
	border-right: 1px solid #fff;
}
#pm-menu > a:first-child { border-radius: 2px 0 0 0; }
#pm-menu > a:hover { color: #ff485b; }

.pm_status { padding: 30px; }
.pm_progress_bar {
	background-color: #cdd0d3;
	margin-bottom: 10px;
	border-radius: 2px;
	overflow: hidden;
}
.pm_progress_bar span { background: #ff485b; font-size: 0; height: 5px; border-radius: 2px; display: block; overflow: hidden }

/* --- Страница пользователя --- */
.userinfo_top { position: relative; }
.userinfo_top:after { clear: both; display: block; content: ""; }
.avatar {
	border: 1px solid #d7d9db;
	
}
.userinfo_status { margin: -1em 0 1.2em 0; font-size: .9em; }

.user_tab {
	list-style: none; padding: 0; margin: 0;
	display: inline-block;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
}
.user_tab:after { clear: both; display: block; content: ""; }
.user_tab > li { float: left;  }
.user_tab > li:first-child > a { border-left-width: 0; }
.user_tab > li > a {
	border-left: 1px solid #e7e7e7;
	display: block;
	text-decoration: none !important;
	color: inherit;
	font-size: .9em;
	font-weight: bold;
	color: #999;
	line-height: 20px; padding: 6px 20px;
}
.user_tab > li.active > a { color: inherit; }

.usinf { list-style: none; padding: 0; margin: 0; } 
.usinf > li { padding: 12px 0; border-top: 1px solid #eceded; }
.usinf > li:first-child { border-top-width: 0; }

.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
.ui-c1 { width: 30%; margin-right: 5%; }
.ui-c2 { width: 60%; }

/* Окно пользователя */


/* --- Статистика --- */
.color-ico {
	color: #C7CAD6;
	float: left;

}

.db-db {
	color: #61C0EF;
	font-size: 65px;
	padding-left: 20px;
	line-height: 70px;
}

.db-news {
	color: #9BCA63;
	font-size: 80px;
	padding-left: 40px;
	line-height: 70px;
}

.db-user {
	color: #FF9988;
	font-size: 80px;
	padding-left: 40px;
	line-height: 70px;
}


/* --- Страница поиска --- */
.searchpage { border-bottom: 3px dotted #eceded; padding-bottom: 50px; margin-bottom: 0; }
.search_head_line .head { margin-bottom: .8em; }
.search_result_num { font-size: .9em; margin: 25px 0 0; }
.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
#searchtable td.search br { display: none; }
td.search .bbcodes { margin: 0 !important; padding: 5px 10px;}
td.search { vertical-align: top; }

/* --- Статические страницы --- */
.static_pages { margin-top: 1.5em; font-weight: bold; }

/* --- �?нформация об ошибках --- */
.alert {
	background: #fcf6d2;
	padding: 20px 0;
}
.col4{
	margin-bottom: 30px;
    margin-right: 2.564102563%;
    float: left;
    width: 23.076923075%;
}
.work a.ulightbox{
    display: block;
    width: 100%;
    background: #dcdcdc;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    height: 180px;
    overflow: hidden;
}
.work a.ulightbox .title-work {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.work a.ulightbox span .fa {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-top: 17%;
}
.work a.ulightbox span h5 {
    color: #fff;
    margin: 15px 0;
    font-weight: 700;
    letter-spacing: 1px;
}
.work a.ulightbox:hover span {
 top: 0;
 opacity: 0.9;
 background: #e8843c;

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	#header h1 {
		font-size: 36px;
	}
    .item-prof{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 993px) {
	#speakers,
	#events,
	#form,
	#contacts{
		padding: 10px 0;
	}
	.speakers-head,
	.speakers-footer{
		margin: 20px 0;
	}
	.row-item{
		margin-top: 30px;
	}
	.row-item-col{
		margin: 20px 0;
	}
	#sponsors{
		padding: 20px 0 0;
	}
	#sponsors img{
		margin-bottom: 20px;
	}
	#header h1{
		font-size: 32px;
	}

	.sleep_room_align {
		font-size: 36px;
		text-align: center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#header h1 {
		font-size: 38px;
		line-height: 40%
	}
	#header h3 {
		font-size: 18px;
	}

	.sleep_room_align {
		font-size: 26px;
		text-align: center;
	}
	.gerb:after{
		display: none;
	}
}

@media only screen and (max-width : 600px) {
	#header{
		min-height: 450px;
        background-position: 20%;
	}
	.section-center, .section-center-desig{
        margin-top: -101px;
		max-width: 320px;
	}
	#header h1{
		font-size: 26px;
		line-height: 40%
	}
	#header h3 {
		font-size: 14px;
	}
	#header p{
		font-size: 16px;
	}
	.section-btn{
		font-size: 15px;
	}

	.sleep_room_align {
		font-size: 22px;
		text-align: center;
	}
	

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.row-item{
		margin-top: 10px;
	}
	#header h1{
        margin-top: 0px;
        margin-bottom: 5px;
		font-size: 26px;
		line-height: 80%;
	}
	#header h3 {
        margin-top:0;
		font-size: 14px;
	}
	#header p{
		font-size: 16px;
	}
    .section-center:after{
    	width: 122px;
    	height: 89px;
        margin-left: -60px;
        background-size: 122px;
        margin-top: -1px;
    }
    .section-center-design:after{
    	width: 150px;
    	height: 110px;
        margin-left: -75px;
        background-size: 150px;
        margin-top: -10px;
    }
	.section-btn{
		font-size: 15px;
	}
    .h2{
        font-size:24px;
    }


	.sensory_room_align {
		font-size: 21px;
		text-align: center;
	}

	.align_text_sensory_room h3 {
		font-size: 16px;
		text-align: center;
	}
	.align_text_sensory_room {
		font-size: 12px;
		text-align: center;
	}
	.reclame-img{
        height: 350px;
    }
	.sleep_room_row_one {
		display: none;
	}

	.stat_none {
		display: none;
	}

	.stat_cont_align {
		vertical-align: middle;
		text-align: center;
		font-size: 22px;
		color: #121212;
	}

	.stat_cont_align_num {
		vertical-align: middle;
		text-align: center;
		font-size: 18px;
		color: #121212;
	}

	.stat_cont_align_archives {
		vertical-align: middle;
		text-align: center;
		font-size: 14px;
		color: #121212;
	}

	.stat_cont {
		padding: 30px 0px 30px 0px;	
	}

	.section-center h1 {
		font-size: 26px;
	}
    .section-center-design h1{
        font-size: 26px;
    }

	.contacts_head { 
		text-align: center;
	}
    .poster:hover .banner{
		display:none;
    }
    #timeWork a{
        font-size:12px;
    }
    #timeWork b{
        font-size:10px;
    }
    #timeWork h3{
        font-size:20px;
    }
    #timeWork p{
        font-size:13px;
    }
    .akt-btn{
        display: inline-block;
        margin-top: 6px;
        padding: 6px 6px;
    	font-size: 12px;
    }
    .bvi-open{
        display: none!important;
    }
    
    input.search {
    font-size: 12px;
    height: 31px;
	}
	form.search{
		margin: 0;
	}
	#search{
		padding-left: 0px; 
	}
	#div-timeWork{
		padding-left: 0px;
		padding-right: 0px; 
	}

	div.search {
    	font-size: 14px;
	}
	#timeWork-btn {
        padding: 6px 12px;
    	font-size: 12px;
	}
    
    #helpline .first_block{
		display: block;
	}
	#helpline h2{
		font-size: 	28px;
	}
	#helpline h3{
		margin-top: 10px;
		font-size: 24px;
	}
	#helpline .first_block p{
		margin-top: 10px;
	}
    #belochka .tel170:before{
        width: 150px;
        height: 150px;
        top: -60px;
    }
    #belochka a{
        margin-left: 8px;
    margin-right: 6px;
        font-size: 20px;
    }
    .tel170 img{
        left: -38px;
    	top: -77px;
    	width: 230px;
    }
    .bottom-block p{
        font-size: 15px
    }

}
@media only screen and (max-width : 360px) 
{
    .h2{
        font-size:24px;
    }
   
    h2{
        font-size: 25px;
    }
    input.search {
    font-size: 12px;
    height: 31px;
	}
	form.search{
		margin: 0;
	}
	#search{
		padding-left: 0px; 
	}
	#div-timeWork{
		padding-left: 0px;
		padding-right: 0px; 
	}

	div.search {
    	font-size: 14px;
	}
	#timeWork-btn {
        padding: 6px 12px;
    	font-size: 12px;
	}
}
.byn {
	text-align: center;
	font-weight: bold;
}

.prochie_h3 h3 {
	color: #00BBD3;	
}

/* --- Обратная связь --- */

#contacts_feedback{
	background: #27292B;
    padding: 0 0 80 0;
    color: white;
}

#feedback {
    padding: 0 0 40 0;
}

.contacts_head {
	padding: 30 0 40 0;
}

.contacts_head_obr {
	padding: 0 0 10 0;
}

.contacts_head_align {
	text-align: center;
    padding-bottom: 10px;

}

.contacts_head_align h2 {
	color: #4CAF50;
}


.inpup_feed {
max-width: 500px;
}

.inpup_feed_cod {
width: 300px;
padding: 20 0 10 0;
}


select {
	display: inline-block;
	width: 400px; height: auto;
	line-height: 23px;
	padding: 8px 12px;
	vertical-align: middle;
	border-radius: 4px;
	background: #fcfcfc;
	border: 1px solid #dde0e2;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

}
/* --- Обратная связь --- */
/*.corona1{
	width: 520.5px;
	height: 344.88px;
	float:left;
}
.corona2{
	width: 520.5px;
	height: 344.88px;
	float:right;
}*/


/* --- Переводчик --- */

.errordiv{display:none;
color:#ff0000;
}

.radios{
	border: #ccc 1px solid; 

}
.quote{
	border-left-width: 5px !important;
	padding-left: 20px !important;
	padding right: 8px !important;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	padding: 2px 0;
}