/* **************** */
/*                  */
/*  Шаблон 2018     */
/*  v20181008       */
/*                  */
/* **************** */

/*----------------*/
/* Общие правила  */
/*----------------*/

* {
margin: 0; 
padding: 0; 
outline: 0; 
}

a, img {
border: 0;
}

a:link {
color: #000; 
}

a:visited {
color: #000; 
}

a:hover {
text-decoration: underline;
 color: #ff9900; 
}


body {
/* Фон сайта */
background: #ff9999;
width: 100%; 
height: 100%; 
font-family: Tahoma, Arial, sans-serif; 
overflow-y: scroll;
}

ul {
list-style-position: inside;
 list-style-type: square; 
}

ul ul {
margin-left: 1.6em;
 list-style-type: square; 
}

hr {
color: #777;
 background-color: #e8f3f6;
 border: 0; 
height: 2px; /* высота 1px IE, Firefox, Opera, Safari */ 
clear:both;
}

table {
border-collapse: collapse;
 border-color: #ff9900;
width:100%;
}

table td {
vertical-align: middle; 
}

.content_box table p {
margin: 0.4em auto 0.6em;
}

iframe {
max-width: 100%; 
}


/*---------------------*/
/* Глобальная разметка */
/*---------------------*/

body, #layout {
font-size: 16px; /* Важно! Отправная точка для изменения размера текста на всём сайте*/
}

/* Ширина основного блока с содержанием */
/*===*/
#layout {
box-shadow: 0px 0px 19px -5px rgba(92,92,92,0.65);
}

   #layout > div.wrapper {
padding: 0; 
}

.wrapper {
padding: 0 10px; /* overflow: hidden; */
}


/* Задаёт ширину боковой колонки */
/*.column-width {width: 35%; max-width: 280px; }*/

#scroll_up {display: none; position: fixed; bottom: 30px; right: 40px; min-width: 32px; height: 50px; border-radius: 4px; background:#ff9900;line-height: 50px; text-align: center; cursor: pointer; padding: 0 1em 0 55px; opacity: 0.6; }

#scroll_up:hover {opacity: 1; box-shadow: 0 0 50px #ff9900; }

/*====== MY STYLE ============*/

.margin-center {
    width: 70%;
    margin: 0 auto;
}


.logo-fon {
    background-image: url(/sm.aspx?guid=6733);
    background-size: 55%;
    background-position-y: -250px;
    background-position-x: -290px;
    background-repeat: no-repeat;
}

.build-fon {
    background-image:url(/sm.aspx?guid=6763);
    background-size: 25%;
    background-position-y: -30px;
    background-position-x: right;
    background-repeat: no-repeat;
}

.ballon.blue {
    background-image: url(/sm.aspx?guid=6773);
    background-size: 8%;
    background-repeat: no-repeat;
    -webkit-animation: balloon 30s infinite linear;
    animation: balloon 30s infinite linear;
}

.ballon.green {
    background-image: url(/sm.aspx?guid=6783);
    background-size: 6%;
    background-repeat: no-repeat;
    -webkit-animation: balloon2 40s infinite linear;
    animation: balloon2 40s infinite linear;
}

@-webkit-keyframes balloon {
    0% {
    background-position-x: center;
    background-position-y: 250px;
}
100% {
    background-position-x: center;
    background-position-y: -200px;
}
}

@keyframes balloon {
    0% {
    background-position-x: center;
    background-position-y: 250px;
}
100% {
    background-position-x: center;
    background-position-y: -200px;
}
}

@-webkit-keyframes balloon2 {
    0% {
    background-position-x: 70%;
    background-position-y: 350px;
}
100% {
    background-position-x: 70%;
    background-position-y: -200px;
}
}

@keyframes balloon2 {
    0% {
    background-position-x: 70%;
    background-position-y: 350px;
}
100% {
    background-position-x: 70%;
    background-position-y: -200px;
}
}

/*=============== поиск по сайту ===================*/

#aside {
    position: unset;
}

.site_search {
    margin-bottom: 10px;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 210px;
}

.ya-site-form__form .ya-site-form__input-text {
    padding: 13px;
    background: none !important;
    border: 5px solid #fff !important;
    border-radius: 19px;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
}

.ya-site-form__form .ya-site-form__submit {
    padding: 13px;
    /*background: none !important;*/
    border: 5px solid #fff !important;
    border-radius: 19px;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
}



/*------*/
/* Лого */
/*------*/

#header {
   clear: both; 
   position:relative; 
   /*background: #C8E8FF; */
}

#header > .wrapper {
   padding: 0; 
}

#top_bar {
   line-height: 22px;
   padding: 2px 10px; 
   font-size: 12px; 
   /*background-color: #ffcc99; */
   border-bottom: solid 2px #ff9900; 
   text-align: right; 
}

#top_bar > div {
    display: inline-block;
    height: 22px; 
    line-height: 22px; 
}

#logo {
    padding: 15px 30px 55px;
    max-height: 300px;
    overflow:hidden; 
}
      
#logo_image {
    float: left; 
    text-align: center; 
}
          
#logo_image img {
    display: inline-block;
    width: auto; 
    height: 140px;
    max-height: 140px; 
}
     
 #logo_block {
    color: #f18d16;
    float: left; 
    display: table; 
    height: 150px;
    max-width:100%; 
    width: 30%;
}

#logo_block_content {
    padding: 12px 0;
    display: table-cell;
    vertical-align: middle;
}
          
#logo_block p {
    /*margin-bottom: 1em;*/
}


/*============= МОИ СТИЛИ =================*/


.home-icon-active .glyphicon-home, .glyphicon-home:hover {
    background: #f38c16 !important;
}

.glyphicon.glyphicon-home {
    top: -10px !important;
}

div#versionForVisuallyImpaired:hover {
    background: #f38c16;
}

/*======= фон для лого и названия =======*/
/*
#logo_block_content img {
    position: absolute;
    top: -40%;
    left: -6%;
    height: auto;
    width: 60%;
    max-width: 100%;
}*/



/*--------------------------------------------*/
/* Главное горизонтальное меню (+ выпадающее) */
/*--------------------------------------------*/

#h_menu {
clear: both; 
width: 100%; 
text-align: center;
 line-height: 2.4em; 
background: #fff;
}
       
#h_menu ul {
list-style-type: none;
 display: inline; 
}
       
#h_menu li {
    display: inline-block; 
    color: #696969; 
    padding: 0 4px 0 4px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}
              
#h_menu li:hover {
    color: #fafafa;
    background-color: #f38c16;
    border-radius: 0 0 30px 30px;
    padding: 0 4px 0 4px;
}

              
#h_menu li a, #h_menu li span {
    display:block; 
    padding: 0 0.6em; 
    text-decoration: none; 
    min-width: 32px; 
}
              
#h_menu li.parent_active, .menu_active, .home-icon-active {
    background: #f38c16;
    color: #fafafa; 
    position:relative;
border-radius: 0 0 30px 30px;
}

#h_menu li a {
    color: inherit; 
}







}
/* Пункт "Главная" (значок) */
/*
.home-icon a {background: url(/sm.aspx?guid=1463) center no-repeat; display: inline-block; min-width: 32px; padding: 0 0.8em; text-indent: -9999px; }
*/
.home-icon {display: inline-block;width: 0;}
.home-icon a{position: relative;}
/*.home-icon a:hover, .home-icon-active a {background: #ff9900;}*/


/* Настройка выпадающего меню */

#h_menu .level_0 ul {
    visibility: hidden;
    position: absolute; 
    width: 260px; 
    margin: 0; 
    z-index: 999; 
    opacity: 0; 
    transition: visibility 0.5s, opacity 0.3s ease-in;
}

#h_menu li:hover > ul {
    visibility: visible; 
    opacity: 1; 
}


/* Настройка отдельных уровней */

#h_menu .level_1 {
    webkit-box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    left: 0; 
    font-size: 0.9em;
    line-height: 1.1em;
}

#h_menu .level_0 > li:last-child ul {left: initial; right: 0; }
#h_menu .level_1 li {display: block; text-align: left; }
#h_menu .level_1 li > span, #h_menu .level_1 li > a {padding: 0.5em 0.8em;}
#h_menu .level_2 {left: 100%; top: 0; background:#fff; }


/*--------------*/
/* Выбор языков */
/*--------------*/

   #lng {height: 22px; line-height: 22px; float: left; font-size: 12px; }
   #lng > span, #lng > a {padding: 0 0.3em; }
       #lng > span:hover, #lng > a:hover {background: #ff9900; }
       #lng > span span {margin: 0 0.6em; }
       #lng img {height: 16px; width: auto; display: block; float: left; margin: 3px 0;}

.lng_active {background-color: #ff9900;}


/*---------------------------------*/
/* Блок настройки шрифта (в шапке) */
/*---------------------------------*/

#font_size_changer {float: left; margin-right: 50px;}
#font_size_changer a {display: inline-block; width: 2.2em; text-align: center; font-size: 12px; cursor: pointer; float: left; text-decoration: none; font-weight: bold; }
#font_size_changer a:hover {background-color: #288AC8; color: #fff; }
.fs_active {background-color: #288AC8; }


/*---------------------------*/
/* RSS ссылка / карта сайта  */
/*---------------------------*/
#rss_top_link, #site_map_link, #date_time {overflow: hidden;display:inline-block; }
   #rss_top_link a, #site_map_link a {display: inline-block; overflow: hidden; width: 3em; text-align: center; text-decoration: none; }
#site_map_link a {width: auto; padding: 0 0.5em; }
   #rss_top_link a:hover, #site_map_link a:hover {background-color: #ff9900; color: #fff; }



/*------------------------ */
/* Соц. кнопки, html_to_pdf*/
/*------------------------ */

.share-buttons-top .b-share {padding: 0 !important; }

.b-share a {padding: 3px !important; text-align: center; }
.b-share a:hover {background-color: #288AC8; }


.share-buttons-article {line-height: 24px; }
    .share-buttons-article > div {float:left; }
.share-buttons-article div.share-buttons-description {font-size: 0.8em; margin-right: 0.6em;}
.yashare-auto-init {font-size: 0;}

#html_to_pdf {line-height:24px; display:inline-block; margin-left: 3em; font-size: 0.8em; }
    #html_to_pdf a {display: inline-block; width: 24px; height: 24px; border-radius: 3px; margin: 0 0.5em; float: right; background: darkred url(/images/pdf-icon.png) center no-repeat; opacity:0.75; }
     #html_to_pdf a:hover {opacity: 1; }

/*-------------------*/
/* Центральная часть */
/*-------------------*/
#aside{margin-top:.5em;}
#body{clear:both;margin-top:.5em;}
#body > .wrapper {padding: 0;}
      .aside_box {clear:both; border-radius: 3px; overflow: hidden; font-size: 0.9em;margin-bottom: 10px;}
      .aside_box > .wrapper{overflow: hidden; } 
          .aside_box > h3 {margin: 0; padding: 0.25em 0.5em; background:#a0ccec; border-bottom: solid 2px #d1ecff; font-size: 1.1em;}
          .aside_box img {max-width: 220px; }

.content_box {clear: both; margin: 20px 0; border-radius: 5px;} 
.content_box:first-child{margin-top:0;}

#region_2_default {/*background: linear-gradient(310deg, transparent 60%, #D1ECFF) no-repeat; */background-size: 400px 600px; border-radius: 5px 0 0 0; }

    #region_2_default .content_box {padding: 0 10px 3em 20px;}

#breadcrumbs {font-size: 0.8em;/*background: linear-gradient(45deg, purple 15%, crimson 30%, orangered 50%, gold 75%);*/padding: 0.5em 10px 0.5em 10px;}


/*--------*/
/* Подвал */
/*--------*/

#footer {
    clear: both;
    overflow: hidden;
    height: 370px;
    background-image: url(/sm.aspx?guid=6793);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: cover;
    background-color: #848484;
}
  
#footer > .wrapper {
    padding: 1em 30px 2em; 
    overflow: hidden; 
}

#footer_line {
   /* width: 82%;
    margin: 0 auto;*/
    background: #666666;
    line-height: 0;
    height:60px;
}

.owl-stage {
    margin: 0 auto;
}

#carousel-default {
    background: #666666;
}

#footer_line button[role='presentation'] span {
    color: #f18d16;
}

#footer_line .owl-dots {
    display: none;
}

#carousel-default {
    width: 97%;
    margin: 0 auto;
}

#footer_block {
    font-size: 0.9em;
}

#footer_block_content {
    margin-bottom: 1em;
    margin-top: 2em;
}

.footer-name {
    width: 94%;
    margin: 0 auto;
    height: 150px;
    background-image: url(/sm.aspx?guid=1333);
    background-repeat: no-repeat;
    background-size: contain; 
}

.footer-name p {
    text-align: center;
    color: #fff;
}

.footer-name p:first-child {
    font-family: tahoma, arial, helvetica, sans-serif;
    padding-top: 170px;
}

.footer-name span {
    font-size: 1.2em;
    font-family: helvetica;
}

#footer .col-xs-12.col-sm-4{
    position: absolute;
    bottom: 10px;
    left: 30px;
}

#footer #copyright {
    float: right;
    color: #fff;
}

#footer .col-xs-12.col-sm-8 {
    position: absolute;
    bottom: 0;
    right: 15%;
    color: #fff;
}

#scroll_up:hover {
    opacity: 1;
    box-shadow: none;
}

#scroll_up {
    bottom: 150px;
}

#scroll_up {
    color: #fff !important;
}

/*----------------------------------------------------------------*/
/* Содержание блоков с информацией (новости, план 6-го дня и т.п.) */
/*----------------------------------------------------------------*/

.content_box h1, .content_box p {margin-bottom: 1em; }

.content_box h2 {margin-bottom: 1em;}
.content_box h3 {margin-bottom: 0.8em;}


.post {margin-bottom: 1em;overflow-x: auto; }

.post ul, .post ol {padding-left: 2em; margin: 0.5em 0 1em; }
h1, .post h1 {font-size: 1.8em; margin: 0 0 1em; }
.post_content {margin-bottom: 2em;overflow-x:auto;}

.post img {max-width: 100%; margin: 0 0.5em; }

.post h2 {font-size: 1.5em; margin: 0.5em 0 1em; }
.post h3 {font-size: 1.2em; margin: 0.5em 0 1em; }

.news-post h3 {margin: 0; font-size: 1em; margin: 0 0 0.2em; color: #333;}
.news-post h1 {margin: 0 0 0.5em;}

.excerpt {
   clear: both; 
   border-bottom: solid 2px #ff9900;/*==============мои изменения=================*/ 
   padding: 0.5em 0.5em 1.5em;
   margin: 0 0 1em; 
   overflow: hidden; 
}

.excerpt:last-child {border-bottom: none; }



/*=============== МОИ СТИЛИ =============*/


span.name {
    font-size: 2em;
}

a.show-hide {
    display: none;
}

.spoiler.post {
    display: block!important;
}



/* --------------------------------------------------------------------------- */
/* Эскизы-превью в архивах новостей, записях, горячих новостях, отчетах и т.п. */
/* --------------------------------------------------------------------------- */
.excerpt_preview {
    display: block;
    float:left; 
    min-height: 70px;
    width: 20%; /*===========================мои изменения===========================*/
    padding: 5px; 
    margin-right: 15px; 
}

   .excerpt_preview img {min-width: 0; max-width: 300px; height: auto; display: block; margin: 0 auto;}

.excerpt_content {margin-left: auto; overflow-x: auto;}
   .excerpt_content h3 {margin: 0; font-size: 1em; }
   .excerpt_content h2 {margin-bottom: 0.5em; font-size: 1.2em; }

.news .excerpt_content ul {list-style-type: square; padding-left: 2em;}

.anno {color: #288ac8; font-weight: bold; margin-bottom: 1.6em;}

.date {display: block; font-size: 0.9em; color: #288ac8;font-weight:bold;}
.title, .name, .nazv  {display: block; clear: both; font-weight: bold;}

ul.no-list {list-style-type: none; padding-left: 30%;}
ul.rss {list-style-type: none; }

.rss li {
    margin: 0 0 1em; 
    border-bottom: dotted 2px #A4C8E2; 
    padding: 0 0 1em; 
}

.rss .title {margin-bottom: 0.5em; line-height: 1.2em; font-weight: normal; }

.own_product, .pay_service {display: inline-block; margin-right: 30px;}

.adm_procedure li, .hyperlinks li {margin-bottom: 1em; overflow: hidden; border-bottom: dotted 2px #A4C8E2; padding: 0 0 1em;}
.adm_procedure li:last-child, .hyperlinks li:last-child {border-bottom: none; }

.show-hide, .read_more {display: block; clear: both; margin: 1em 0 1em; text-decoration: none; }
.show-hide:hover, .read_more:hover {text-decoration: underline;}

.spoiler { padding: 3% 0 0 25%;}
   .spoiler .show-hide {float: right;}

.banners {text-align: center;}
   .banners a {display: inline-block; margin: 5px; }

.off-banners {}
.off-banners img {max-height: 50px; width: auto;}

.random_quote {clear:both; padding: 1em 0; font-size: 0.9em;}

.link-button {background-color: #e2f3ff; display: inline-block;padding: 0.2em 2em; border-radius: 3px; text-decoration: none; margin-bottom: 1em;margin-top: 1em;}
.link-button:hover {cursor: pointer;}


/*--------------*/
/* Меню раздела */
/*--------------*/
.section_menu {line-height: 1.4em; padding: 0 0.4em; }
.section_menu .active > span{background:none;}

.section_menu a:link, .section a:visited {text-decoration: none; }
.section_menu a:hover {text-decoration: underline; }

.section_menu a img.icon-img-menu {display: none;}

.section_menu ul ul {margin-left: 1.3em;}

.section_menu .level_0 {list-style-type: none; }
.section_menu li:not(.parent_active) ul {display: none;}
.section_menu li.active ul {display: block; }

.popular .level_0 {list-style-type: square;}

/* ------------ */
/* Блок опросов */
/* ------------ */

.poll {text-align: center; padding-bottom: 0 !important;}
    .poll h4 {}
    .poll ul {list-style-type: none; text-align: left; line-height: 1.5em;}
    .poll input {margin-right: 0.8em;}
    .poll_voted_text {text-align: center; margin: 0.6em 0 2em;}

.poll-result {clear:both; overflow: hidden; padding: 1em 0 2em; margin-bottom: 2em; border-bottom: dotted 2px #A4C8E2; }
.poll-result img {float: left; margin-right: 20px; border-radius: 100px; }
.poll-result .summary {clear: both; }
.poll-result-stats {list-style-type: none; line-height: 1.5em; margin-bottom: 2em; padding-left: 0 !important; }
    .poll-result-stats .title {display: inline; font-weight: normal; }
    .poll-result-stats li { height: 1.5em; line-height: 1.5em; padding: 0.2em 0; }


/* Разное */

.pos {display: inline-block; width: 1.5em; height: 1.5em; float: left; margin-right: 0.5em; border-radius: 1.5em; }

.some_links {background: none; line-height: 1.5em; }
.some_links a, .some_links span {clear:both; display: block; margin-bottom: 0.8em;}

.counter_cy {font-size: 0.9em; }

pre {overflow-wrap: break-word; word-wrap: break-word; width: 100%; border: solid 2px #ccc; padding: 0.5em; box-sizing: border-box; }


/* ----------------- */
/*  Формы обращения  */
/* ----------------- */

.form_structure {
list-style-type: none; 
}

.form_structure li {
clear: both; 
display: block; 
margin-bottom: 1em; 
width: 100%; 
float: left; 
}

.form_structure .info_field {
display: block; 
float: left; 
width: 35%; 
padding-right: 10px; 
}

.form_structure .input_field {
display: block; 
float: left; 
width: 65%;
}

.form_structure input[type="button"] {
border: none; 
font-size: 1em;
}


.form_structure input[type="text"], .form_structure textarea, .form_structure select {
width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
border: solid 2px #ff9900; 
border-radius: 3px; 
padding: 0.3em; 
font-size: 0.8em; 
}

.form_structure select {
cursor: pointer; 
background: #fff;
}


.form_structure input[type="text"]:valid, .form_structure textarea:valid {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1ElEQVQ4T6WT4Q3CIBSEj+B/beIAjtAmDqAjuEGZxFHoKA6gqW7gAE3KAoiBFIIIlCo/gfve8e5B8Ociv+h5P9asqe5auxjAb0NLFDiArt1v2SKAJ7bGu2JARAwF9SgCpMSgq4MBTBfOitKTbY71mBOzphIkuCAUpUcLmRObFPh1EARYe3EaCF6ynrrtjvSbtW1d2W4SnSmkvIQQABt/RmJiNwcJSLayc+CaFXdiogpt+84+YgydzImjo2whgHrmKn89wbfF+3EHQPjdTn26oknM/dg3BfKDm4nsiKYAAAAASUVORK5CYII='); 
background-position: right 5px center; 
background-repeat: no-repeat; 
}

.form_structure input[type="text"]:focus, .form_structure textarea:focus, .form_structure select:focus {border: solid 2px #ff9900; 
background-color: #ffcc99; 
font-weight: bold; 
}

.form_structure input[type="text"]:focus:valid, .form_structure textarea:focus:valid {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVQ4T6WTMRKCMBBF/55AGnqPwBH0CBbMWOo5KLRBj6E9jUfwCHoDe5qUgsU6m3GdkAkQNCWT//L5+5fw56Ff9GleZnVV3EQ7GZDm5YaITsx8rqtiOwmgYnUtkGiALxYIA/coQJ/41bYLC/hc2DHzSsNRm0Nic9kbci8wswGwVMiY2E4hzQ+GCDMnGAsBkEna7pjln8W2vKzfxUEG0NWHEFEyJv72IASJEXeK1AcJ2XbhnTH6kDFxsMoKAeHhBxbam2CRkvVxjmdj3LT7li6qiUMb+wYA3IxQS8gWoAAAAABJRU5ErkJggg=='); 
}


#pmgimg {
float: left; 
margin-right: 1em; 
width: 200px; 
height: 50px; 
}

#pmgimg img {
width: 200px; 
height: 50px; 
}

#pmgtext {
width: auto; 
}

#pin_reload {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAuZJREFUeNqkU9tLVGEQn3Pb21HX1V1dV0hbL2mBUadwS7qR+FARJXSh3oOgP6GH3noK6rGX7GHtwaKCwCQiiMUoYgsltXDX9dKalz3pupdzvu/cmuOaGQU9dGC+73zfzPxm5jfzMZZlwf98vL0c61u6i5v0F30c5SaKgJLHYLJpGFTXddA17ReAYRgxsCzpQk9IIqSUEc8x8OjVPJw9WtcgZ2kgnVHp7IKSNw2YQPW3nxFYe0G0KKIO9Q/OxhnLhEJOA0IMsCNp1GREgattCXoaTh4I7HLwVg8GC/8GoBESAkPrOtVZI2WWiuBy4p2qoTOFhy9TuXdji+V5hTSvympTzz7/HgaM85ZpVmI5GxlQ2tsYdDVnV4rA8xY8GJyMCw68JwTQKD6bzr54HptRVErD8lKheZvf2YE+hwzkYZ0DSkhXtchXUaLBaEpO4vnt/SfjpRwRhGXZD0hgcDSRkdpDFfX+cp6gzRHUPiuVoKotHAseHetPppZXDV2/htFvo8SVfB5yKyt2loNTqWUH2tSjbRh99qNsZlBQdGtN0631f7OIpQhCFPsRxRLsFscKa2tRjufFgm5VCLBuJ262karq++UcqTAYzhnwizQ9lzmBkQcFpxM25sOWSDDorZRVEzjQiugzubULr2e/ZiZkEKZ82+sVZP8w1rxXxUxQB8d7D0q4R/w7m5rQBubS8nc8D9u6EgClsekvM6OuSjGR5sSpcHfEXV7r60EuJEwVkkUWdp/rlhIKC6bogcTYdAJ9HtvTuA6Ada6q+eJAfGDoo8frTs67vAmzM5Kru3imHMmDLOeAkRwHvioPjESfxmmhMIwlzOeHbpQ4yPVfArambYrsOK18uqe0e1vDZUK40UHqgpY9TKZDADdrwYIJ0H71sjR6p892+6wvjkcZ+zUyDGNf2KwGGLevGgJtIpSFBIauGVDTcQWqW1r/eGby5IT55tb1rQA4e+BBcaMw/3jF9ovTbfp+CDAAIqquPExvnOoAAAAASUVORK5CYII=') 0 50% no-repeat; display: inline-block; 
padding-left: 20px; 
margin-bottom: 0.6em;
}

.feedback_anno {
clear: both; 
border-top: 
dotted 2px #ff9900; 
margin-top: 2em; 
padding-top: 1em; 
text-align: justify; 
}


/*-------------------*/
/* Фото-видео эскизы */
/*-------------------*/

.thumbs {
    clear:both; 
    list-style-type: none; 
    padding: 1em 1em 2em; 
    border-top: solid 2px #ff9900; 
    margin-top: 1em; 
}  

.thumbs li {display: inline-block; }
.thumbs_box {}

.thumbs_box h3 {
    float: left; 
    font-size: 1em; 
    padding: 0 1em; 
    background: #ff9900; 
    border-radius: 3px 3px 0 0; 
    line-height: 1.6em; 
    margin-bottom: 0; 
}

.thumbs a img {border: solid 3px #fff; width: 120px; height: 90px; transition: all 0.2s ease-in .1s; }
.thumbs a:hover {z-index: 999; }
.thumbs a:hover img {transform: scale(1.2); }

.thumbs-random {padding: 1em 0 2em; border-top: none;}


/*----------------*/
/* Гостевая книга */
/*----------------*/

.guestbook_form {overflow: hidden; margin-bottom: 2em; padding-bottom: 1em; border-bottom: dotted 2px #288AC8; }

ul.guestbook {   list-style-type: none;}
.guestbook_post {margin-bottom: 1.5em; list-style-type: none;}

.message { }
.answer{ margin-left: 30px;  font-style: oblique;  padding: 1em;  color: #777; }

.site_search {margin-bottom: 10px; /* компенсируем padding 6px в стилях Яндекс.Поиска */}
#ya-site-form0 .ya-site-form__search-input{padding:0!important;}
.ya-site-form__input-text {line-height: 24px; border-color: #a0ccec !important; border: solid 3px #a0ccec !important; box-sizing: border-box; border-right: none !important; padding: 0 4px; height: 30px; border-radius: 4px 0 0 4px; }

.ya-site-form__submit {
    display: block;
    background: #a0ccec url(sm.aspx?guid=6223) 50% no-repeat;
    text-indent: -9999px;
    width: 30px !important; line-height: 24px;
    margin: 0 !important;
    border: solid 3px #a0ccec; box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    border-left: none;
height: 30px;
}

.ya-site-form__submit:hover {
    background-color: #E2F3FF;
    cursor: pointer;
}



/*--------------------------------------------------------*/
/* Вкладки на главной: пользовательская тема edu_by theme */
/*--------------------------------------------------------*/

/*============================================================ ОФОРМЛЕНИЕ ЭЛЕКТРОННОГО ОБРАЩЕНИЯ ===*/

.ajax__tab_default .ajax__tab_tab {
padding: 4px 1em 0;
margin-right: 0 !important; 
text-align: left !important; 
cursor: pointer; 
display: -moz-inline-box; 
display: inline-block; 
line-height: 1.2em; 
overflow: auto; }

.edu_by .ajax__tab_header {
font-size: 1em;}

.edu_by .ajax__tab_header .ajax__tab_outer {
border-radius: 3px 3px 0 0; 
background: #ffcc99; 
margin-right:1px; 
}

.edu_by .ajax__tab_header .ajax__tab_outer:hover{
background: #ff9900;}

.edu_by .ajax__tab_header .ajax__tab_tab {
font-size: 0.9em;
}

.link-button:hover { 
background:#ffcc99; 
text-decoration: none; 
}

.edu_by .ajax__tab_active .ajax__tab_outer {
background: #ff9900;
font-weight:bold;
}

.edu_by .ajax__tab_active .ajax__tab_tab {
font-size: 1em;
}

.edu_by .ajax__tab_body {
font-size: 1em; 
border:2px solid #ffcc99; 
padding: 1em; 
background-size: 300px 450px;
}

#content .ajax__tab_body h1 {
font-size: 1.3em; 
text-align: right; 
padding-bottom: 0.3em; 
margin: 0 auto 0.5em; 
border-bottom: dotted 2px #ff9900; 
}

.ajax__tab_inner {
overflow-wrap: break-word;
}


/*-------------------------------------------*/
/* Вкладки с содержанием (объекты "Вкладка") */
/*-------------------------------------------*/

#tabs .ui-tabs-nav {padding: 0; list-style-type: none; } 

.ui-tabs-nav li {display:inline-block; margin-right: 1px;}
      .ui-tabs-nav li a {display:block; padding: 0 1em; text-decoration: none; color: #000; background: #E2F3FF; height: 1.4em; line-height: 1.4em; border-radius: 3px 3px 0 0; margin-top: 0.2em;}
.ui-tabs-nav li a:hover {background: #a0ccec;}

.ui-tabs-panel {clear:both;font-size:1em;border-top:2px solid #a0ccec;padding:0.5em;overflow-x: auto;}
.ui-tabs-panel h1 {font-size: 1.4em;}

li.ui-tabs-active {}

.ui-tabs-nav li.ui-tabs-active a {font-weight: bold;background: #a0ccec;margin-top: 0; }


/*-----------------*/
/* Архивы объектов */
/*-----------------*/

td.ArxiwDetail {width: 100%;}

/* Отображение архива объектов как вкладок */
.MapYear, .MapMonth {clear: both; border-bottom: solid 2px #d1ecff; overflow: hidden;}
    .MapYear span {display: block; float: left; line-height: 1.4em; height: 1.4em; padding: 0 1em; margin-right: 1px; cursor: pointer; background: #E2F3FF; border-radius: 3px 3px 0 0; margin-top: 0.2em;}
     
    .MapYear span:hover {background: #288AC8; color: #fff; }
    .MapYear span.sel {color: #fff; background: #d1ecff; height: 1.6em; line-height: 1.6em; margin-top: 0;}

.MapMonth {padding: 1px 0 2px; margin-bottom: 1.5em; border-bottom: dotted 1px #A4C8E2; text-align: left;}
    .MapMonth span a, .MapMonth span b {color: #000; display: inline-block; padding: 0 0.6em; height: 2em; line-height: 2em; text-decoration: none; font-size:0.9em;}
       .MapMonth span a {}
       .MapMonth span b {background: #d1ecff; color: #fff; font-weight: normal; }
       .MapMonth span a:hover {background: #288AC8; }


/*----------------*/
/* mini-Framework */
/*----------------*/

.w25 {width: 25%;}    .w30 {width: 30%;}    .w50 {width: 50%;}
.w70 {width: 70%;}    .w75 {width: 75%;}
.op50 {opacity: 0.5; }
.leftimg {margin-right: 0.8em; margin-bottom: 0.8em; }
.rightimg {margin-left: 0.8em; margin-bottom: 0.8em; }

.fleft, .leftimg {float:left;}    .fright, .rightimg {float: right;}
.text-center {text-align: center;}
.v-align-middle {line-height: initial; display: table-cell; vertical-align: middle;}
.clear {clear: both;}
span.active, a.active, .active > span, .active > a {font-weight: bold;background: #288AC8;}
.no_bg {background-color: transparent !important; }

.load-spinner {background-image: url(/sm.aspx?guid=5973); background-position: 50% 35%; background-repeat: no-repeat;}

/* Красивые таблицы в содержании */
.content_box .tbl {margin: 0.5em auto; vertical-align: middle; }
.content_box .tbl thead {background-color: #E2F3FF; border-bottom: solid 2px #d1ecff; }
.content_box .tbl td {border:1px solid #d1ecff; padding: 5px; vertical-align: middle; }
.content_box .tbl tr:nth-of-type(even) {background-color: #E2F3FF;}
.content_box .tbl tr:hover{background:#F7F1C8;}
.content_box .tbl caption {margin-bottom: 5px;}

/*========== МОИ СТИЛИ ===============*/

#h_menu {
    border-bottom: none !important;
}

span.active, a.active, .active > span, .active > a {
    background: #ff9900;
}

.link-button {
    background-color: #ff9900;
}

.glyphicon-circle-arrow-up:before {
    color: #fff!important;
}

.aside_box > h3 {
    background: #ff9900;
    border-bottom: none;
}

.ya-site-form__submit {
    background: url(sm.aspx?guid=6223) 50% no-repeat;
    /*border: solid 3px #ff9900;*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

.ya-site-form__submit:hover {
    background-color: rgba(255,153,0,1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

.excerpt_preview img {
   border-radius: 10px 20px;
}


/*==================================================*/
/*===================== HEADER =====================*/
/*==================================================*/


/*================== ширина всего блока ======================*/

#layout {
    width: 100%;
    box-shadow: none; 
}

#header {
background: -moz-linear-gradient(top, rgba(255,243,214,1) 0%, rgba(193,226,222,1) 33%, rgba(79,125,191,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,243,214,1)), color-stop(33%, rgba(193,226,222,1)), color-stop(100%, rgba(79,125,191,1)));
background: -webkit-linear-gradient(top, rgba(255,243,214,1) 0%, rgba(193,226,222,1) 33%, rgba(79,125,191,1) 100%) fixed;
}

#top_bar {
    border-bottom: none; 
    box-shadow: 1px 3px 8px -5px rgba(0,0,0,0.56);
    padding: 0px 10px;
}

#lng > span span {
    color: #696969;
}

a:visited {
    color: #696969;
}

a:link {
    color: #696969;
}

#rss_top_link, #site_map_link, #date_time {
    color: #696969;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#rss_top_link a:hover, #site_map_link a:hover {
    background-color: #f18d16;
    border-radius: 0 0 30px 30px;
    color: #ffffff;
    padding: 0 10px 0px 10px;
}

#site_map_link a {
    padding: 0 10px 0 10px;
}

#normalVersion, #settings, #versionForVisuallyImpaired {
    padding: 0 10px 0 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

div#versionForVisuallyImpaired:hover {
    background-color: #f18d16;
    border-radius: 0 0 30px 30px;
    color: #ffffff;
    padding: 0 10px 0px 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#top_bar > div {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.col-lg-3 #date_time {
    float: left;
}
/*============= MENU ==================*/

#h_menu li:hover {
    background-color: #ff9900;
    color: #fafafa;
    background-color: #f38c16;
    border-radius: 0 0 30px 30px;
    padding: 0 4px 0 4px;
}

/*==================================================*/
/*=================== ЗАГОЛОВКИ ====================*/
/*==================================================*/

h2 {
    font-size: 3em;
    margin-top: 1em;
}

.h2-gallery {
    color: #158ecd;
}

/*==================================================*/
/*================ НОВОСТИ СЛАЙДЕР =================*/
/*==================================================*/

.content_box.news {    
    width: 70%;
    margin: 0 auto;
}

.bx-wrapper {
    -webkit-box-shadow: 1px 3px 18px -5px rgba(0,0,0,0.56);
    box-shadow: 1px 3px 18px -5px rgba(0,0,0,0.56);
    border-radius: 35px;
}

.slider-img {
    border-radius: 35px;
}

.content_box.news .bx-wrapper .bx-viewport {
    background: none;
}

.content_box.news .slider-text {
    left: unset;
    right: 0px;
    bottom: unset;
    top: 0px;
    width: 36%;
    height: 100%;
    border-radius: 0 35px 35px 0;
    background: rgba(255,255,255,0.87);
}

.p-news-text {    
    padding-top: 15%;
}

.p-news-next {    
    padding-top: 35%;
}

.news-h3 {
    padding: 5% 5% 0 0;
}

.slider-text .news-h3 a:hover {
    text-decoration: none;
    color: #696969;
}

.slider-text .p-news-text a:hover {
    text-decoration: none;
    color: #696969;
}


.content_box.news .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 10px;
}

.content_box.news .glyphicon-pause:before {
    color: #f18d16;
}

.content_box.news .glyphicon-play:hover:before, .glyphicon-pause:hover:before, .active > .glyphicon-play:before, .active > .glyphicon-pause:before {
    color: #fff;
}

.content_box.news .glyphicon-play:before {
    color: #f18d16;
}

#main_nav {
    -webkit-box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
}


/*===========================================================================================*/
/*======================================= НАШИ ГРУППЫ =======================================*/
/*===========================================================================================*/

/*Убрать боковую колонку*/

#REGION_1 {
    display: none; 
}

.bx-controls-direction {
    display: none;
}

.content_box.wrap-page.two {
    background-image: url(/sm.aspx?guid=6793);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
    background-color: #E89180;
    
}


.h2-vse-gr {
    color: #fff;
    padding-top: 290px;
    text-align: center;
    font-size: 3.9em;
}


.wrap-vse-g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 10%;
}

.gruppa {
    position: relative;
    width: 300px;
    height: 320px;
    margin: 2%;
    text-align: end;
    -webkit-box-shadow: 1px 3px 18px -5px rgba(0,0,0,0.56);
    box-shadow: 1px 3px 18px -5px rgba(0,0,0,0.56);
    border-radius: 35px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

article {
    width: 80%;
    margin: 0 auto;
}
/*====================== Фон для gr-mini ==================*/

.gruppa.gr-1 {
    background-image: url(/sm.aspx?guid=6983);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-2 {
    background-image: url(/sm.aspx?guid=7083);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-3 {
    background-image: url(/sm.aspx?guid=7073);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-4 {
    background-image: url(/sm.aspx?guid=7063);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-5 {
    background-image: url(/sm.aspx?guid=7053);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-6 {
    background-image: url(/sm.aspx?guid=7043);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-7 {
    background-image: url(/sm.aspx?guid=7033);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-8 {
    background-image: url(/sm.aspx?guid=7023);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-9 {
    background-image: url(/sm.aspx?guid=7013);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-10 {
    background-image: url(/sm.aspx?guid=7003);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-11 {
    background-image: url(/sm.aspx?guid=6993);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.gruppa.gr-12 {
    background-image: url(/sm.aspx?guid=6983);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: top;
    background-size: contain;
}

.figure-bg {
    background-color: rgba(255, 255, 255);
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 35px 35px;
    padding-bottom: 7%;
}

.logo-vse-gr {
    position: absolute;
    top: 116px;
    left: 40px;
    background: #fff;
    width: 90px;
    height: 45px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.logo-vse-gr-img {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 35%;
    left: 14%;
}

.logo-vse-gr-img.gr-1 {
    background: url(/sm.aspx?guid=4073);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.logo-vse-gr-img.gr-2 {
    background: url(/sm.aspx?guid=4083);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.logo-vse-gr-img.gr-3 {
    background: url(/sm.aspx?guid=4173);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40%;
    background-size: 75%;
}

.logo-vse-gr-img.gr-4 {
    background: url(/sm.aspx?guid=7103);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40%;
    background-size: 55%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.logo-vse-gr-img.gr-5 {
    background: url(/sm.aspx?guid=4093);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.logo-vse-gr-img.gr-6 {
    background: url(/sm.aspx?guid=4143);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.logo-vse-gr-img.gr-7 {
    background: url(/sm.aspx?guid=4153);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.logo-vse-gr-img.gr-8 {
    background: url(/sm.aspx?guid=7133);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.logo-vse-gr-img.gr-9 {
    background: url(/sm.aspx?guid=4163);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.logo-vse-gr-img.gr-10 {
    background: url(/sm.aspx?guid=7113);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.logo-vse-gr-img.gr-11 {
    background: url(/sm.aspx?guid=7123);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.gruppa h3 {
    font-size: 28px;
    padding-right: 3%;
    margin-bottom: 0;
    padding-bottom: 4%;
}

.gr-1 h3, 
.gr-2 h3, 
.gr-3 h3, 
.gr-4 h3,
.gr-6 h3,
.gr-7 h3{
    padding-top: 5%;
}


.gr-9 h3, 
.gr-10 h3,
.gr-11 h3,
.gr-12 h3 {
    padding-top: 11%;
}

a:hover, a:focus {
    color: #f18d16 !important;
    text-decoration: none !important;
}

/* ======= Цвет заголовков ===========*/


.gr-1 h3, .gr-1 p, .gr-1 a {
    color: rgb(129, 71, 146);
}

.gr-2 h3, .gr-2 p, .gr-2 a {
    color: rgb(21, 142, 205);
}

.gr-3 h3, .gr-3 p, .gr-3 a {
    color: rgb(149, 203, 41);
}

.gr-4 h3, .gr-4 p, .gr-4 a {
    color: rgb(255, 75, 58);
}

.gr-5 h3, .gr-5 p, .gr-5 a {
    color: rgb(31, 165, 84);
}

.gr-6 h3, .gr-6 p, .gr-6 a {
    color: rgb(21, 142, 205);
}

.gr-7 h3, .gr-7 p, .gr-7 a {
    color: rgb(31, 165, 84);
}

.gr-8 h3, .gr-8 p, .gr-8 a {
    color: rgb(255, 0, 103);
}

.gr-9 h3, .gr-9 p, .gr-9 a {
    color: rgb(21, 142, 205);
}

.gr-10 h3, .gr-10 p, .gr-10 a {
    color: rgb(129, 71, 146);
}

.gr-11 h3, .gr-11 p, .gr-11 a {
    color: #f18d16;
}

.gr-12 h3, .gr-12 p, .gr-12 a {
    color: rgb(31, 165, 84);
}

.figure-bg p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    width: 70%;
    margin: 0 3% 4% auto;
}

.figure-bg a {
    font-size: 18px;
    font-family: sans-serif;
    padding-right: 4%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.gruppa:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gruppa a:after { /*ховер*/
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left:80%;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
        transform:translateX(-50%);
}

.gruppa:hover a:after {
        width: 31%;
}

.gruppa.gr-1 a:after { 
    background-color: rgb(129, 71, 146);
}

.gruppa.gr-2 a:after { 
    background-color: rgba(23, 131, 187);
}

.gruppa.gr-3 a:after { 
    background-color: rgb(149, 203, 41);
}

.gruppa.gr-4 a:after { 
    background-color: rgb(255, 75, 58);
}

.gruppa.gr-5 a:after { 
    background-color: rgb(31, 165, 84);
}

.gruppa.gr-6 a:after { 
    background-color: rgb(21, 142, 205);
}

.gruppa.gr-7 a:after { 
    background-color: rgb(31, 165, 84);
}

.gruppa.gr-8 a:after { 
    background-color: rgb(255, 0, 103);
}

.gruppa.gr-9 a:after { 
    background-color: rgb(21, 142, 205);
}

.gruppa.gr-10 a:after { 
    background-color: rgb(129, 71, 146);
}

.gruppa.gr-11 a:after { 
    background-color: #f18d16;
}

.gruppa.gr-12 a:after { 
    background-color: rgb(31, 165, 84);
}

/*==================================================================*/
/*=================== Front-page PAGE-4 Parents ====================*/
/*==================================================================*/
 
.wrap-pr h2 {
    margin-top: 0;
    padding-top: 7%;
    color: white;
}

.content-parents {
    text-align: justify;
    width: 40%;
    padding-left: 3%;
    padding-bottom: 4%;
}

.margin-p-bottom {
    margin-bottom: 5%;
}
.content-parents h3 {
    color: white;
}

.content-parents p {
    color: white;
}

.content-parents p {
    padding-bottom: 3%;
} 
 
.content-parents a {
    padding: 1% 15% 1% 15%;
    background: white;
    border: 5px solid #fff;
    border-radius: 10px;
    font-size: 18px;
    color: #615e5e;
    -webkit-transition: 0.5s; 
    -o-transition: 0.5s; 
    transition: 0.5s;
 }
 
.content-parents a:hover {
    -webkit-box-shadow: 0px 6px 10px -2px rgba(115,115,115);
            box-shadow: 0px 6px 10px -2px rgba(115,115,115); 
    -webkit-transition: 0.5s; 
    -o-transition: 0.5s; 
    transition: 0.5s;
    border-radius: 0px;
 }
 
 .wrap-page4 {
    background-image: url(../img/parents-01.png) no-repeat;
    background-size: 50%;
    background-position-x: right;
    background-color: #C3C3C3;
    padding-bottom: 5%;
    position: relative;
}

.wrap-page4:first-child {
    height: 850px;
}
 
.parents-line {
    background: url(../img/background-line.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 180px;
    position: absolute;
}

/*====================================================================*/
/*=================== Front-page PAGE-6 Одно окно ====================*/
/*====================================================================*/

 
.wrap-page4.page6 {
    background: url(../img/odno-ocno01.png) no-repeat;
    background-size: 50%;
    background-position-x: left;
    background-color: #148ecd;
    text-align: end;
    padding-bottom: 0;
}

.parents-line.page6 {
    background: url(../img/background-line01.png) no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: cover;
}

.wrap-pr.page6 h2 {
    padding-top: 13%
}

.content-parents.page6 {
    margin-left: 60%;
    padding-bottom: 5%;
    width: 35%;
}
/*====================================================================*/
/*=================== Front-page PAGE-7  Контакты ====================*/
/*====================================================================*/

.wrap-page4.page7 {
    background: none;
}

.parents-line.page7 {
    background: url(../img/background-line02.png) no-repeat;
    background-size: cover;
    background-position-y: -60px;
}

.wrap-pr.page7 h2 {
    color: #8c8989;
    padding-top: 17%;
}

.content-parents.page7 p {
    color: #8c8989;
    font-size: 22px;
    letter-spacing: 1px;
}

.last-p {
    text-align: center;
}
 
.parents-wrap-page4.page7 {
    padding-bottom: 0; 
    position: relative;
 }
 
.content-parents.page7.all span {
    font-family: "Philosopher";
    color: #f18d16;
    font-size: 22px;
    font-weight: 700;
}

.content-parents.page7.all span.none-color {
    color: gray;
}

.content-parents.page7 p::selection {
    background: #ffd7a8;
}

.content-parents.page7 p::-moz-selection {
    background: #ffd7a8;
}
 
/*==================================================*/
/*=================== contacts =====================*/
/*==================================================*/

.article_about.contacts a {
    position: initial;
    font-size: 24px;
}

.article_about.contacts.link-contacts a {
    padding: 1% 100px 1% 100px;
    background: #9e9e9e;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
}

.article_about.contacts {
    text-align: center;
    height: 700px;
}

.article_about-wrap.contacts{
    margin-top: 10%;
    width: 70%;
}

.link-contacts {
    margin-top: 3%;
}

.link-contacts a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 10px -2px rgba(115,115,115);
            box-shadow: 0px 6px 10px -2px rgba(115,115,115);
}

.link-contacts a {
    padding: 10px 55px;
    background: #999999;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.article_about-wrap.contacts iframe {
    float: left;
    border-radius: 35px 0 0 35px;
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}


.article_about.contacts h3 {
    padding-top: 10%;
    font-size: 24px;
    text-align: end;
}

.next-a.contacts {
    bottom: 50%;
 }

.content_box {
    margin: 0px;
}

/*==================================================*/
/*=================== ОДНО ОКНО ====================*/
/*==================================================*/


/* ======================перечень административных процедур=========================*/
.enty .show-hide {
    display: block;
}



/*==================================================*/
/*======================== СППС ====================*/
/*==================================================*/

h1[data-guid='23841']+div {
  padding: 0;
}

h1[data-guid='23841']+div .excerpt_content {
  
}

.post {
    overflow-x: hidden;
}

.html_block.post img {
    border-radius: 10px 20px;
    width: 98%;
    height: auto;
}

.html_block.post p .img-stop {
    width: 30%;
}

/*==================================================*/
/*====================== MOBILE ====================*/
/*==================================================*/

@media only screen and (max-width: 1460px){

.logo-fon {
    background-image: url(/sm.aspx?guid=6733);
    background-size: 55%;
    background-position-y: -120px;
    background-position-x: -160px;
    background-repeat: no-repeat;
}

.margin-center {
    width: 80% !important;
}



}
@media only screen and (max-width: 1360px){

.wrapper {
    padding: 0;
}




}

@media only screen and (max-width: 1025px){

.logo-fon {
    background-size: 70%;
    background-position-y: -100px;
}

.build-fon {
    background-size: 32%;
}

#footer .col-xs-12.col-sm-4 {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: space-between;
    bottom: -10px;
}

.footer-name {
    background-size: 10%;
}
}

@media only screen and (max-width: 769px){

#logo_block {
    width: 40%;
}

article {
    width: 100%;
}

.header-cloud {
    font-size: 1.2rem;
}

#logo_block_content {
    padding: 0;
    vertical-align: top;
}

#logo_image img {
    height: 100px;
}

.logo-fon {
    background-size: 77%;
}

#logo {
    padding: 15px 30px 15px;
}

.build-fon {
    background-size: 34%;
}

#ya-site-form0 .ya-site-form__input-text {
    width: 70% !important;
    
}

.ya-site-form__input {
    text-align: end !important; 
}

.site_search {
    left: 44%;
}

h2 {
    font-size: 2em;
}

.news-h3 span {
    font-size: 1em !important; 
}

.p-news-text a {
    font-size: 14px; 
}

.content_box.news .slider-text {
    width: 46%;
    padding: 0 8px 0;
}

.p-news-text {
    padding-top: 10px !important; 
}

.p-news-next {
    padding-top: 10px;
}

#footer {
    height: 270px;
}

.footer-name {
    margin: 70px 0 0 160px;
    background-size: 8%;
}

.footer-name p:first-child {
    padding: 30px 0 0 12%;
    text-align: center;
    width: 50%;
}

#footer .col-xs-12.col-sm-8 {
    right: 0;
}

.footer-name p {
    text-align: center;
    padding-left: 80px;
    width: 50%;
}

#main_nav .menu__icon span {
    background: #999999;
}

.margin-center {
    width: 90% !important;
}


}

@media only screen and (max-width: 376px){ /*============================================================*/
.margin-center {
    width: 100% !important;
}

#top_bar .col-lg-3.col-sm-3.col-xs-9 {
    display: none;
}

.col-sm-4.col-xs-12 {
    width: 70%;
    text-align: end;
}

#top_bar .col-sm-4.col-xs-12:last-child {
    display: none;
}

.logo-fon {
    height: 160px;
    background-size: 130%;
    background-position-x: -210px;
    background-position-y: -80px;
}

.header-cloud {
    font-size: 0.9rem;
}

#header #logo_image {
    float: left;
    display: inline;
    width: 13%;
    text-align: left;
}

#header #logo_block {
    display: inline;
    width: 50%;
    height: auto;
}

.build-fon {
    background-image: none;
}

#header {
    background-image: url(/sm.aspx?guid=6763);
    background-size: 46%;
    background-position-y: top;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: rgba(79,125,171,0.15);
-webkit-box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
    box-shadow: 0px 4px 6px -2px rgba(115,115,115,0.57);
}

#aside .site_search {
    display: none;
}

#header #main_nav {
    background: none;
    position: absolute;
    top: 125px;
    right: 0;
}

.ballon.blue {
    height: 160px;
    -webkit-animation: balloon_mini 30s infinite linear;
    animation: balloon_mini 30s infinite linear;
}

.ballon.green {
    height: 160px;
}

@-webkit-keyframes balloon_mini {
    0% {
    background-position-x: 85%;
    background-position-y: 250px;
}
100% {
    background-position-x: 85%;
    background-position-y: -200px;
}
}

@keyframes balloon_mini {
    0% {
    background-position-x: 85%;
    background-position-y: 250px;
}
100% {
    background-position-x: 85%;
    background-position-y: -200px;
}
}

.glyphicon.glyphicon-home {
    top: -60px !important;
}

.active-main_nav .parent {
    background: #fff !important;
}

#footer {
    background-size: contain;
    height: 190px;
}

.footer-name {
    margin: 0 0 0 4px !important;
    background-size: 12% !important;
}

.footer-name p:first-child {
    padding: 70px 0 0 0;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 1rem;
}

.footer-name p {
    text-align: center;
    padding-left: 0;
    width: 60%;
    margin: 0 auto;
    font-size: 1.3rem;
}

#footer_block {
    font-size: 0.5em;
}

#footer .col-xs-12.col-sm-4 .aside-box.some-links.internal-indentation {
    display: none;
}
.html_block.post p .img-stop {
    width: 50%;
}

.content_box.news {
    width: 95%;
    margin: 0 auto;
}

.content_box h2 {
    font-size: 1.5em;
}


.slider-text .news-h3 {
    margin-bottom: 0;
}

.news-h3 {
    font-size: 14px;
}

.slider-text .p-news-text {
    margin: 0;

} 

.p-news-text a {
    font-size: 11px;
}

.p-news-next a{
    font-size: 12px;
}


#footer .col-xs-12.col-sm-4 {
    left: 0px;
}

#footer #copyright {
    font-size: 10px;
    margin: 0 0 19px 0;
    text-align: left;
}

.counter_cy {
    display: none;
}

#carousel-default .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

#carousel-default .owl-item {
    width: 120px !important;
    height: auto !important;
}








}

@media only screen and (max-width: 321px){ /*============================================================*/

.glyphicon .glyphicon-text {
    font-size: 10px;
}

.glyphicon:before {
   /* top: -2px !important;
    left: -22px !important;*/
    font-size: 18px !important;
}

#lng {
    font-size: 9px;
}

#top_bar {
    padding: 0px 5px;
}

.logo-fon {
    background-size: 140%;
}

#header {
    background-size: 55%;
}

.header-cloud p:nth-child(2) {
    display: none;
}

.header-cloud p:nth-child(3) {
    display: none;
}

#logo_image img {
    height: 60px;
}

.header-cloud {
    font-size: 0.8rem;
}

.slider-img:before {
    padding-bottom: 66% !important;
}

.bx-viewport {
    height: 200px !important;
}

.bx-controls-auto .bx-controls-auto-item {
     display: none !important;
}

.footer-name p:nth-child(2) {
    width: 90%;
}

.footer-name span {
    font-size: 1.0em;
}

.aside_box.some_links {
    display: none;
}

#footer {
    height: 170px;
}

#footer_block_content p {
    text-align: right;
    width: 50%;
    float: right;
    font-size: 9px;
}

#footer #copyright {
    font-size: 9px;
    margin: 0 0 17px 10px;
}
}
