
.mental-main{
  display: flex;
  flex-direction: column;
}

.mental_heading{
  font-family: Neucha;
  font-weight: Medium;
  font-style: Regular;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 7%;
  margin-bottom: 30px;
}

.arrow{
  margin: 0 86px;
}


.mental-block{
display: flex;
margin:20px 0;
}
.mental-block-links{
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
}
.mental-block-field{
  display: flex;
  justify-content: space-evenly;
  min-width: 180px;
}

.mental-block-links a{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #22B8F0;
  line-height: 24px;
}

.mental-block-field p{
color: #FFFFFF;
font-family: Open Sans;
font-weight: Bold;
font-size: 16px;
text-align: center;
margin: auto 28px;
}

.mental-block:nth-child(1),.mental-block:nth-child(5),.mental-block:nth-child(9){
  justify-content: end;
  border-radius: 125px 0 0 125px;
}
.mental-block:nth-child(3),.mental-block:nth-child(7),.mental-block:nth-child(11){
  justify-content: start;
  border-radius: 0 125px 125px 0;
}

.mental-block:nth-child(1) .mental-block-field,.mental-block:nth-child(5) .mental-block-field,.mental-block:nth-child(9) .mental-block-field{
  border-radius: 125px 0 0 125px;
  padding-left: 38px;
}
.mental-block:nth-child(3) .mental-block-field,.mental-block:nth-child(7) .mental-block-field,.mental-block:nth-child(11) .mental-block-field{
  border-radius: 0 125px 125px 0;
  padding-right: 30px;
  padding-left: 24px;
}

.mental-block:nth-child(1) .mental-block-field{
  background: linear-gradient(180deg, #3498DB 0%, #006DB5 100%);
}
.mental-block:nth-child(3) .mental-block-field{
  background: linear-gradient(180deg, #3498DB 0%, #006DB5 100%);
}
.mental-block:nth-child(5) .mental-block-field{
  background: linear-gradient(180deg, #009755 0%, #007642 100%);
}
.mental-block:nth-child(7) .mental-block-field{
  background: linear-gradient(180deg, #009755 0%, #007642 100%);
}
.mental-block:nth-child(9) .mental-block-field{
  background: linear-gradient(180deg, #009755 0%, #007642 100%);
}
.mental-block:nth-child(11) .mental-block-field{
  background: linear-gradient(180deg, #FF9D00 0%, #FF8000 100%);
}

.mental-block:nth-child(1),.mental-block:nth-child(3){
background: #EEF8FF;
}
.mental-block:nth-child(5),.mental-block:nth-child(7),.mental-block:nth-child(9){
  background: #EBF7F1;
}
.mental-block:nth-child(11){
  background: #FFF7EB;

}














.custom2024{
float:left;
}






    /*                                      atlas                                */
    
    
    
    /* скрываем чекбоксы и блоки с содержанием */
    
    
    
    /* скрываем чекбоксы и блоки с содержанием */
    .hide,
    .hide + label ~ div {
        display: none;
    }
    /* вид текста label */
    .hide + label {
        margin: 0;
        padding: 0;
        color: green;
        cursor: pointer;
        display: inline-block;
    }
    
    /* когда чекбокс активен показываем блоки с содержанием  */
    .hide:checked + label + div{
        display: block; 
       
        /* чуточку анимации при появлении */
         -webkit-animation:fade ease-in 0.5s; 
         -moz-animation:fade ease-in 0.5s;
         animation:fade ease-in 0.5s; 
    }
    /* анимация при появлении скрытых блоков */
    @-moz-keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }
    }
    @-webkit-keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }
    }
    @keyframes fade {
        from { opacity: 0; }
    to { opacity: 1 }   
    }
    .hide + label:after {
    font-family: "FontAwesome";
        content: "\f078";
        display: block;
        float: right;  
    font-size: 34px;	
    font-weight: 700;
    }
    .hide:checked + label:after {
        content: "\f077";
    font-family: "FontAwesome";
    }
    
    .gaps_block{
        background:#7d82b5;
        padding: 20px;
    }
    .gaps_block label{
    font-weight: 200;
    font-size: 64px;
    line-height: 75px;
    color: white;
    width:100%;
    
    }
    
    .gaps_person{
    color:white;
     width: 100%;
    
    }
    .person_fio{
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;	
    margin: 50px 0 10px 0;
    }
    .person_fio span{
    color: #ffcc33;
    }
    .person_info{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0;
    }
    .person_staj{
    margin-top: 40px;
    color: #fc3;
    font-size: 24px;
    font-weight: 500;
    }
    /*
    .itemTitle{
    font-weight: 200;
    font-size: 64px;
    line-height: 75px;
    margin-bottom: 50px !important;
    color: #FFFFFF;	
    }*/
    .person_foto{
    margin-top: 50px;
    text-align:center;
    }
    .person_foto img{
    border-radius: 50%;
    width: 230px;
    }
    
    /*                       end               atlas                                */
    




/*====== christmas =======*/
 /*
#sp-christmas1{
  height:65px;
  background: url("../images/christmas/christmas2.png");
  position: fixed;
  z-index: 9991;
  background-repeat: repeat-x;
  width: 100%;
  }
  .sp-menu2-wrapper{
  padding-top:55px;
  }
  */
  #sp-christmas1{
    display: none;
  }
  /*====== christmas end =======*/


.vakansiy .itemFullText{
overflow-x: auto;
}


.actir{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #2A62DF;
}

.prof_block{
margin:50px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.prof_block img{
margin-right: 15px;
}
.prof_block div{
max-width: 350px;
margin:20px 0;
display: flex;
}
.prof_block a{
font-weight: 600;
font-size: 20px;
line-height: 25px;
letter-spacing: -0.03em;
color: #3498DB;
}
.prof_block a:hover{
  color: #6EAED9;
  }

.pol_block{
margin:50px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pol_block div{
max-width: 220px;
margin:35px 0;
display: flex;
flex-direction: column;
}
.pol_block a{
font-weight: 700;
font-size: 16px;
line-height: 21px;
color: #22B8F0;
margin: 20px 0;
}
.pol_block a:hover{
  color: #6EAED9;
  }

.pol_block img{
width: max-content;
}



.opros_pit{
  display: flex;
  justify-content: space-around;
  margin: 22px 0 18px 0;
}
.opros_pit a{
  background: #1B96D4;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
}
.opros_pit a:hover{
	background: #1684BB;
text-decoration: none;
  }
#meo2020___klass2>div{
display:flex;
margin-left: 20px;
}
.meo, .meo:visited, .meo:active, .meo:focus{
max-width: 350px;
padding:10px;
display: block;
text-align: center;
color: white;
background: #22B8F0;
border-radius: 6px;
}
.meo:hover{
color: white;
background: #0e9cd1;

}
.meo1{
font-weight: bold;
font-size: 24px;
}
.meo2{
font-size: 18px;
}

.table_overflow{
	overflow-x: scroll;
}


/*=========== accordeon ============*/
.hide_block { display: none; }
.hide_block:not(:checked) + label + * { 
display: none; 

} 

.hide_block:not(:checked) + label,
.hide_block:checked + label {
	margin:10px 0;
  display: inline-block;
  padding: 10px 20px;
font-size: 18px;
line-height: 25px;
  color: #fff;
  background: #3498DB;
  cursor: pointer;
  width:100%;

}
.hide_block:checked + label {  

}


.hide_block + label:after {  
font-family: FontAwesome; 
    content: "\f078";
    display: block;
    float: right; 
}
.hide_block:checked + label:after {  
font-family: FontAwesome; 
    content: "\f077";
    display: block;
    float: right; 
}

/*=========== end accordeon ============*/


.zebra p:nth-child(odd)
{
    background:#F1F1F1;
	margin:0;
	padding:10px;
}
.zebra p:nth-child(even)
{
    background:#FFFFFF;
	margin:0;
	padding:10px;
}




/*======mezd konf=======*/


.sekcion{

display:flex;	
Justify-content: space-between;

}

.vks{
display: flex;
justify-content: center;
margin-top: 15px;
}
.vks a{
padding: 10px 22px;
background: #22B573;
font-weight: bold;
font-size: 16px;
line-height: 20px;	
color:white;
}
.vks a:hover{
background: #149059;
}


.gaps_online_text{
display:flex;	
height: 100%;
min-height: 60px;
padding-bottom:10px;
}

.gaps_online{
margin: 15px 5px;
background: #DBF2E7;
width: 100%;
min-height: 150px;	
font-weight: 500;
font-size: 16px;
line-height: 21px;
padding: 20px;
color: #000000;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
/*====== end mezd konf=======*/



















/*======den uchitelya=======*/
/*
.block_du{
    display: flex;
    justify-content: space-between;
}

.du_tag img{
max-width:960px;
width: 100%;
}
.du_tag{
text-align:center;
}
.du_tag span{
color: #663399;
}
.du_insta,.du_insta:hover{
color:#EA0070;
}
.du_vk,.du_vk:hover{
color:#4680c2;
}
.du_youtube,.du_youtube:hover{
color:#ff0000;
}



#sp-slider {
background:  url("/images/teacherday/pattern-top@1.5x.png") no-repeat, #CCCC99;
background-position-y: bottom;
background-size: 1950px;
padding: 0;
background-position-x: center;
}
#sp-slider .container {
   background:  url("/images/teacherday/leaves-top@1.5x.png") no-repeat;
   padding-top: 70px; 
  
}

#sp-den-uchitelya{
background:  url("/images/teacherday/layer3.png") no-repeat, linear-gradient(to left, #c1eaff, #ffc4ab);
background-position: center;
}
#sp-den-uchitelya-tag{
background:  url("/images/teacherday/pattern-bottom@1.5x.png") no-repeat, #CCCC99;
background-position-x: center;
background-size: 1950px;
background-position-y: top;
border-bottom-right-radius: 50% 35%;
border-bottom-left-radius: 50% 35%;
padding-top: 65px;
}

#sp-denuchitelya>div{
display: flex;
justify-content: space-between;
align-items: center;
}
.tv .slide-desc-text-default{
padding: 0px !important;
height: 158px;	
}
.pozdr{
width: 58%;
}
.tv{
width:360px;
height:259px;
background: url("/images/teacherday/tv.png") no-repeat;
background-size: contain;
padding:0;
padding-top: 17px;
}
.du_h3{
font-size: 24px;
line-height: 31px;
}
.du_h6{
font-weight: bold;
font-size: 13px;
line-height: 18px;
}
.block_du1_social{
display:flex;
justify-content: space-between;
font-size:14px;
margin-top: 40px;
}
.block_du1_social p{
	margin: 3px 2px;
}
*/
/*====== den uchitelya - END =======*/











#group255 .fabrikgrid_2::before{
content:'не комфортно в детском саду по причине:';
display:block;
padding-bottom: 20px;
font-weight: bold;
}
#group255 .control-label{

font-weight: bold;
}
#group255 .fb_el_anketa072020___s_kem label{
	display:none;
}

.resplc-loadmore-btn{
max-width:134px;
max-height:34px;	
}
#sp-banners .row{
	margin:auto;
}
.opros {
    display:none;
}
.opros3 {
    display:none;
}

.overflow .fabrikDataContainer{
	overflow:auto;
}









#sp-left .item-wrapper {
overflow-x: hidden;
}

.versslab{
float: right;
margin-top: 6px;
border: 1px solid;
padding: 3px 10px;
}
.plg-radiobutton .fabrikElement .row-fluid{
display: flex;	
margin-left:40px;
}


.conference, .conference hover{
color: white !important;
background: #f59c00;
padding: 20px;
text-transform:uppercase;
letter-spacing: 2px;
font-weight: 600;
font-size:17px;
}
.letod{
max-width: 800px;
width: 100%;	
}



#meetingID{
width:auto;	
}

.iconference li {
border-bottom: 1px #d7d7d7 solid;
}
.iconference li:last-child {
    border-bottom: none;
}
.iconference a {
padding: 10px 0px !important;
}
.iconference{
background:#efefef;	
padding:16px;
}	
.visib{
display:none;		
}
.modalreg{
display: block;
position: relative;	
}
.samotlor{
border: 1px #e5e5e5 solid;
padding:10px;	
}	





@media (min-width: 767px) {
#group103 label{
width: 400px;
}

#group103 .controls{
margin-left: 420px;
margin-top: 7px;
}
}








#sp-feature2{
top: 32px;	
}
.foto_wrap:hover{
box-shadow: 0 0 0 2px #3498db;
border: 1px solid #3498db;
}
.foto_wrap{
overflow:hidden;
float:left;
border:1px solid #e5e5e5;
width:202px;
height: 256px;
margin: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.foto_date{
color:grey;
font-size:12px;
text-align:right;
padding:0 10px;
}
.foto_name{
color:black;
font-size:14px;
padding:0 10px;
}


.offcanvas-menu .sp-module-title{
padding-left:15px;
margin-bottom:10px;
}
.usermenu .sp-module-content a{
font-size:11px !important;
line-height: 16px !important;
}
.sotrudniku .sp-module-content a{
font-size:12px !important;
line-height: 20px !important;
}



.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination ul > li{display:inline}
.pagination ul>li>a,.pagination ul>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination ul>li>a:focus,.pagination ul>li>a:hover,.pagination ul>li>span:focus,.pagination ul>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg ul>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg ul>li:first-child>a,.pagination-lg ul>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg ul>li:last-child>a,.pagination-lg ul>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm ul>li>a,.pagination-sm ul>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm ul>li:first-child>a,.pagination-sm ul>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm ul>li:last-child>a,.pagination-sm ul>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}













@media (max-width: 480px) {
.container {
max-width: 350px;
min-width: 280px;
  }
}











.table2 .span6{
    
	display: block;
    float: left;
    min-height: 30px;
    margin-left: 11px;
    width: 187px;
    margin: 10px;
    height: 395px;
  }

/* Authorization - END ====================================================*/


/*======Poisk=======*/

.buttonmysearch{
margin: 7px 10px;
}
.mysearch #mod-search-searchword{
	width:224px;
}
.mysearch{
top: 3px;
float:left;
z-index: 999;
position: relative;
}
#mod-search-searchword{
border-radius: 3px;

}

/*====== Poisk - END =======*/


#sp-logo2{
padding:0px;
}
#offcanvas-toggler > i{
color: #fff;
}
#offcanvas-toggler > i:hover{
color: #fff;
}
#offcanvas-toggler{
line-height: 65px;
background-color:#f59c00;
width: 65px;
font-size: 24px;
float:left;
}

.fa-bars{
margin-left: 22px;
}
.search-results dd{
display: block !important;
}

.konkurs_ds{
 background: #5f6a72; 
    padding: 10px; 
    display: block; 
    
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

#nsoko_main .fabrikLabel{
background:#85ACD2;
color:#fff;
padding:10px;
font-weight:bold;
margin:0;
display: flex;
}
#nsoko{
padding:12px 12px 12px 40px;
background:#E3F1F9;
}
#nsoko .row-fluid{
margin:0;
}
#filter-uslugi .row-fluid{
margin:0;
}
#filter-uslugi input{
margin-top:3px;
}
#filter-uslugi span{
font-size:13px !important;
}
.over_auto{
max-height:235px;
overflow:auto;
}
.controls{
margin-top:7px;
}

#proofreader_highlighter_start{
display:none;
}
.menu_sb{
padding-left:10px;
background:#fff;
}

/*====== Odarennie deti =======*/
.deti_search input[type="search"]{
border-radius: 3px 0 0 3px;
padding: 5px;
width:calc(100% - 101px);
}
.deti_search{
padding: 14px 16px;
background-color:#f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.filtertable td{
border:0;
}

#deti_search_knopka{
border-radius:0 3px 3px 0;
margin-left: -4px;
}
.my_well{
min-height:20px;
max-width:268px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
overflow:hidden;
margin-bottom:20px;
}

.my_foto{
width:268px;
height:278px;
overflow:hidden;
}

.my_fio a, 
.my_fio a:hover{
color: black;
}
.my_fio{
background:white;
padding:10px;
font-weight:bold;
}
.my_age{
padding: 5px 10px;
font-size: 14px;
}
.my_age:after { 
 content: " лет"; 
}
.my_ou{
font-size: 14px;
padding: 5px 10px;
}

/*====== Odarennie deti =======*/

.authmobile{
margin-bottom:16px;
}
.sp-menu2-wrapper{
background:#F2F3F4;
z-index: 999;
width: 100%;
}

#fancy196 {
    padding: 6px 20px;
    color:#ffffff !important;
}

.sp-menu2-wrapper a:hover {
  color:#22b8f0;
  transition: all 200ms ease 0s;
}
#hamburger{
float:left;
background: #f59c00 url("/images/icons/gamburger.png");
background-repeat: no-repeat;
background-position: 22px 25px;
height:65px;
width:65px;
padding: 14px 14px 14px 40px;
border: none !important;
border-radius: 0px !important;
}

#hamburger:hover{
background: #F59C00 url("/images/icons/gamburger.png");
background-repeat: no-repeat;
background-position: 22px 25px;
}

#sp-main-menu{ 
display:none;
}

.logo{
margin:8px 0px 0px 20px;
float:left;
}
.ikonki a{
margin-left:12px;
}
.ikonki{
float:right;
margin:20px;
}


.sp-menu-wrapper{
 
	height:65px;
    width: 100%;
    z-index: 999;
	top:30px;
}
#sp-component{
line-height:normal !important;
}
.my_module{
border: 1px solid #e4e1e1;
background: #fff;  
}
.my_allmode a{
color: black;
font-family: "pt sans","pt_regular",Helvetica,Arial,sans-serif;
font-size: 16px;
}
.my_module h3{
border-top: 4px solid #3498DB;
border-bottom: 1px solid #e4e1e1;
padding: 8px 20px;
}






.small-item-wrap{
overflow:hidden;
background:#fff;
padding: 5px 10px;
border: 1px solid #e4e1e1;
}

.dig .small-item-wrap{
background:none !important;
border:none !important;
padding: 0 !important;
font-size: 12px !important;
}





.my_big-item-title a{
color:black;
}
.my_big-item-title span{
display: inline-block;
line-height: 24px;
vertical-align: middle;
}
.my_big-item-title{
line-height:72px;
margin-left:93px;
}
.news_main_date{
font-size: 40px;
line-height: 44px;
}
.news_main_big-item-title{
overflow:hidden;
background:#fff;
border-bottom: 1px solid #DBDBDB;
border-right: 1px solid #DBDBDB;
/*max-height: 120px;*/
}
.news_main_big-item-datetime{
padding: 5px;
min-width: 70px;

color: #3498DB !important;
float: left;
font-family: "pt sans",Helvetica,Arial,sans-s;
font-size: 14px;
letter-spacing: 0.7px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
.mymodal{
position: static !important;
width: auto;
}
.news_catItemIntroText{
overflow:hidden;
}
.news_itemImageBlock{
/*float:left;*/
margin:4px 16px 0 0;
}
.news_catItemReadMore{
float:right;
}
.news_catItemTitle{
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 22px;
font-weight: normal;
line-height: 110%;
}
.news_catItemImageBlock{
float:left;
margin:10px 16px 0 0;
}
.news_catItemDateCreated{
float:left;
margin-right:10px;
padding-top: 4px;
}



.visually p {
margin-top:-12px;
margin-bottom:0px;
}

.btn-link {
  text-decoration: none;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #22b8f0;
  color: white;
}

.btn-link:hover {
  background-color: #337ab7;
  color: white;
  text-decoration: none;
}

.btn-div {
  margin-bottom: 40px;
  margin-top: 20px;
}





/*====== MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA =======*/
/*
@media (min-width: 1700px) {
#sp-slider {
  background: #f2f3f4 url("../images/cro17.gif");
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: left 50px bottom;
}
}







@media (min-width: 1200px) {
	.img-position2 {
    margin-left: -167px;
    margin-top: 40px;
    margin-bottom: 5px;
    position: absolute;
    z-index: 99;
}
.list-services2 {
height: 157px;
}
.table2 .span6{
width:48.717948717948715%;*width:48.664757228587014%; 
}	
#sp-search form{
margin:0px 10px 0 34px;
}}


@media (max-width: 1200px) {
.opros{
	display:block;
}
.opros2, .opros3{
display:none;
}
	
.img-position2 {
margin-bottom: 0;
margin-left: -220px;
margin-top: 113px;
position: relative;
z-index: 99;
}
.table2 .span6{
width:180px; 
}	
.list-services2 {
height: 325px;
}
.list-services2 {
width: 185px;
}


.my_foto{
width:220px;
height:228px;
}

#mod-search-searchword {
width: 152px;
}
#sp-search form{
margin:0px 10px;
}

}

@media (max-width: 979px) {
#sp-denuchitelya>div{
flex-direction: column;	
}
.pozdr{
width: 100%;
}
.block_du{
justify-content: space-around;
}	
	
	
	
	
	
	
	
	
	
	
	
	
.my_foto{
width:166px;
height:172px;
}

.logo-name{
font-size: 14px;
}
.banneritem{
margin:0;
}
.banner_01, .banner_02, .banner_03, .banner_04, .banner_05, .banner_06, .banner_07, .banner_08, .banner_09, .banner_10, .banner_11, .banner_12, .banner_13, .banner_14, .banner_15{
margin-right: 20px;
}
.banner_09 {
 border-bottom:1px solid #e5e5e5;
}
  .banner_012{
  margin-left: 15px;
}
}




@media (min-width: 768px) {
.gaps_plenar	{
max-width:280px;	
}
	
	
	
/* Authorization =========================================================*/
.login-greeting{
display:none;
}
#fancy:hover{
background: #F59C00 url("../images/icons/enter.png");
background-repeat: no-repeat;
background-position: 10px 23px;
}
#fancy{

background: #2e3e4e url("../images/icons/enter.png");
background-repeat: no-repeat;
background-position: 10px 23px;
height:65px;
float: right;
padding: 14px 14px 14px 40px;
border: none !important;
border-radius: 0px !important;
}
.moda #fancy196{
float:left;
margin:20px 0;
}
.vopros{
  display: flex;
  flex-direction: column;
}






#fancy196 {
    display: block;
    float: right;
    padding: 21px 14px 22px 40px;
	background: #2e3e4e;
    background-image: url("../images/icons/enter.png");
    background-repeat: no-repeat;
    background-position: 10px 23px;
	height:65px;
}
#fancy196:hover {
    background:#F59C00;
    background-image: url("../images/icons/enter.png");
    background-repeat: no-repeat;
    background-position: 10px 23px;
}
  .banner_012{
  margin-left: 15px;
}


@media (max-width: 1200px) {
  .opros{
    display:block;
  }
  .opros2, .opros3{
  display:none;
  }
}

@media (min-width: 768px) { 

  
.gaps_personal{
display: flex;
flex-direction: row-reverse;
}	  
}






@media (max-width: 767px) {
  .otdyh_table{
    overflow-x: auto;
   } 

.mental-block {
flex-direction: column;
}
.mental-block{
border-radius: 0 !important;
}
.mental-block-links a {
  font-size: 12px;
}
.mental-block:nth-child(1), .mental-block:nth-child(5), .mental-block:nth-child(9){
flex-direction: column-reverse;
}
.mental-block-field img{
display:none;
}





.prof_block img{
width: 70%;
}
.prof_block a{
font-size: 18px;
}
.sekcion{
display:block;
}	
	
	
#sp-den-uchitelya-tag{
padding: 40px 20px;
	
}
	
.block_du{
flex-direction: column;	
}	
.pozdr{
	width: 300px;
}
.block_du1, .block_du2{
margin-bottom: 40px;	
	
}
	
	
	
	
	
	#sp-section-14{
		text-align:center;		
	}
	#sp-user5 img {
   
    max-width: 345px;
}
	#sp-user5{
		margin-bottom:20px;
	}
.opros3{
	display:block;
}
.opros2, .opros{
display:none;
}

.news_catItemImageBlock{
float:none !important;
}	
.news_catItemImageBlock img{
	width:100% !important;
}
.container {
max-width: 480px;
min-width: 280px;
  }
#sp-education-wrapper .table2 .span03, #k2Container .table2 .span03 {
    float: none !important;
    margin: 0 auto !important;
    width: 210px;
}
    .img-position {
    margin: -50px auto 5px;
    position: relative;
    z-index: 99;
}  
  .my_foto{
width:268px;
height:278px;
}



.tagItemImageBlock{
float:none !important;
}
}
.banner_012{
  margin-left: 15px;
}











@media (max-width:500px){

         
      .gaps_block label {
      font-size: 34px;
      }
   
      
      }



































/* Banners ==============================================================================*/
#sp-banners_static-wrapper{
padding-top:20px;
}
.banner_01{
background: url("../../../images/banners/main/cro.png") no-repeat scroll 0 0;
}
.banner_02{
background: url("../../../images/banners/main/do-nauki-hmao-ugri.png") no-repeat scroll 0 0;
}
.banner_03{
background: url("../../../images/banners/main/gerb-nv.png") no-repeat scroll 0 0;
}
.banner_04{
background: url("../../../images/banners/main/elektronnie-uslugi.png") no-repeat scroll 0 0;
}
.banner_05{
background: url("../../../images/banners/main/min_pr.png") no-repeat scroll 0 0;
}
.banner_06{
background: url("../../../images/banners/main/nvgu.png") no-repeat scroll 0 0;
}
.banner_07{
background: url("../../../images/banners/main/obherossiiskii-reiting-shkolnih-saitov.png") no-repeat scroll 0 0;
}
.banner_08{
background: url("../../../images/banners/main/portal-gosuslug-hmao-ugri.png") no-repeat scroll 0 0;
}
.banner_09{
background: url("/images/banners/main/calendar-event.png") no-repeat scroll 0 0;
}
.banner_10{
background: url("../../../images/banners/logo_eco.png") no-repeat scroll 0 0;
}
.banner_11{
background: url("../../../images/banners/nv-45.png") no-repeat scroll 0 0;
}
.banner_12{
background: url("../../../images/images/god_zdoroviya2.jpg") no-repeat scroll 0 0;
}
.banner_13{
background: url("/images/banners/pfdo.jpg") no-repeat scroll 0 0;
}
.banner_14{
background: url("/images/banners/videost.jpg") no-repeat scroll 0 0;
}
.banner_15{
background: url("/images/banners/88ugra.png") no-repeat scroll 0 0;
}
.banner_16{
background: url("../../../images/banners/rezultati.png") no-repeat scroll 0 0;
}
.banner_17{
background: url("/images/banners/portal_gerb.png") no-repeat scroll 0 0;
}
.banner_18{
background: url("../../../images/banners/main/pg__Logo.png") no-repeat scroll 0 0;
}
.banner_19{
background: url("../../../images/banners/main/rosInitiative.png") no-repeat scroll 0 0;
}
.banner_21{
  background: url("../../../images/banners/main/50years.png") no-repeat scroll 0 0;
}
.banner_22{
  background: url("../../../images/banners/main/peddebut.png") no-repeat scroll 0 0;
}
.banner_23{
  background: url("../../../images/banners/main/exchange.png") no-repeat scroll 0 0;
}

.banner_24{
  background: url("../../../images/banners/main/natProject.png") no-repeat scroll 0 0;
}

.banner_25{
  background: url("../../../images/banners/main/alesha.png") no-repeat scroll 0 0;
}

.banner_26{
  background: url("../../../images/banners/main/75win.png") no-repeat scroll 0 0;
}

.banner_27{
  background: url("../../../images/banners/main/census.png") no-repeat scroll 0 0;
}

.banner_28{
  background: url("../../../images/banners/main/covid.png") no-repeat scroll 0 0;
}

.banner_29{
  background: url("../../../images/banners/main/cd-logo.png") no-repeat scroll 0 0;
}
.banner_30{
  background: url("../../../images/banners/main/digital-dictation.png") no-repeat scroll 0 0;
}
.banner_31{
  background: url("../../../images/banners/main/drugoedelo.png") no-repeat scroll 0 0;
}
.banner_32{
  background: url("../../../images/banners/main/mnvorf.png") no-repeat scroll 0 0;
}




.banner_20{
 background: url("../../../images/banners/main/logo_volonteri.jpg") no-repeat scroll 0 0;
 padding-left: 40px;
 background-position: 0 4px !important;
 font-size: 10px;
 line-height: 20px;
 min-height:71px;
 width: 220px;
 padding-bottom:10px;
 border-bottom:1px solid #e5e5e5;
 margin-right: 70px;
}
.banneritem{
float:left;
padding:10px 0;
}

.banneritem a{
color: black !important;
text-decoration: underline !important;
}
.banner_01, .banner_02, .banner_03, .banner_04, .banner_05, .banner_06, .banner_07, .banner_08, .banner_09, .banner_10, .banner_11, .banner_12, .banner_13, .banner_14, .banner_15, .banner_16, .banner_17, .banner_18, .banner_19, .banner_21, .banner_22, .banner_23, .banner_24, .banner_25, .banner_26, .banner_27, .banner_28, .banner_29, .banner_30, .banner_31, .banner_32  {
padding-left: 40px;
background-position: 0 4px !important;
 font-size: 10px;
 line-height: 20px;
 min-height:72px;
 width: 220px;
 padding-bottom:10px;
 border-bottom:1px solid #e5e5e5;
 margin-right: 70px;
}


/* Banners END ==============================================================================*/




/* Edu-table ==============================================================================*/
.edu-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
  margin-top:20px;
  margin-bottom:20px;
}
 
.edu-table td
{
  height: 40px;
  padding: 5px 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
 
.edu-table tbody td
{
text-align: center;
/*  width: 150px;*/
}
 
 
 .edu-table td.zgl
{
 font-size: 110%;    
  
}
 
 
.edu-table td.grey1
{
text-align: left;
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}

 .edu-table td.grey2
{
  
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}
 
.edu-table td.green
{
  background: #e7f3d4;
  background: rgba(184,243,85,0.3);
}
.edu-table td.new
{
  background: rgba(255,0,0,0.3);
  
}
 
.edu-table td:nowrap
{
  white-space: nowrap;
}
 
.edu-table thead td
{
  font-size: 120%; 
  font-weight: bold;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
 
.edu-table tfoot td
{
  font-size: 120%; 
  font-weight: bold;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}
/* Edu-table - Конец ===========================================================*/



#group627{
  user-select:none;
}






