@charset "utf-8";

span.file-date:before {
  content: 'Дата загрузки: ';
  opacity: 0.5;
}
span.file-size:before {
  content: 'Размер: ';
  opacity: 0.5;
}
span.file-date:after,
span.file-size:after {
  content: '';
  display: block;
}

.doc-link {
  position: relative;
  display: inline;
}

.main-content [href$='doc'] + p.file-data,
.main-content [href$='docx'] + p.file-data,
.main-content [href$='pdf'] + p.file-data,
.main-content [href$='xls'] + p.file-data,
.main-content [href$='XLS'] + p.file-data,
.main-content [href$='xlsx'] + p.file-data,
.main-content [href$='gif'] + p.file-data,
.main-content [href$='html'] + p.file-data,
.main-content [href$='jpg'] + p.file-data,
.main-content [href$='odt'] + p.file-data,
.main-content [href$='png'] + p.file-data,
.main-content [href$='ppt'] + p.file-data,
.main-content [href$='pptx'] + p.file-data,
.main-content [href$='rtf'] + p.file-data,
.main-content [href$='txt'] + p.file-data,
.main-content [href$='zip'] + p.file-data{
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 1.3em;
  background: #fff;
  padding: 2px 10px;
  box-shadow: 0 0 10px;
  border-radius: 6px;
  font-size: 0.8em;
  z-index: 1;
  white-space: nowrap;
  font-weight: normal;
}

.main-content [href$='doc']:hover + p.file-data,
.main-content [href$='docx']:hover + p.file-data,
.main-content [href$='pdf']:hover + p.file-data,
.main-content [href$='xls']:hover + p.file-data,
.main-content [href$='XLS']:hover + p.file-data,
.main-content [href$='xlsx']:hover + p.file-data,
.main-content [href$='gif']:hover + p.file-data,
.main-content [href$='html']:hover + p.file-data,
.main-content [href$='jpg']:hover + p.file-data,
.main-content [href$='odt']:hover + p.file-data,
.main-content [href$='png']:hover + p.file-data,
.main-content [href$='ppt']:hover + p.file-data,
.main-content [href$='pptx']:hover + p.file-data,
.main-content [href$='rtf']:hover + p.file-data,
.main-content [href$='txt']:hover + p.file-data,
.main-content [href$='zip']:hover + p.file-data,
.main-content p.file-data:hover{
  opacity: 1;
  display: block;
}


.main-content [href$='doc']:hover,
.main-content [href$='docx']:hover,
.main-content [href$='pdf']:hover,
.main-content [href$='xls']:hover,
.main-content [href$='XLS']:hover,
.main-content [href$='xlsx']:hover,
.main-content [href$='gif']:hover,
.main-content [href$='html']:hover,
.main-content [href$='jpg']:hover,
.main-content [href$='odt']:hover,
.main-content [href$='png']:hover,
.main-content [href$='ppt']:hover,
.main-content [href$='pptx']:hover,
.main-content [href$='rtf']:hover,
.main-content [href$='txt']:hover,
.main-content [href$='zip']:hover{
  background: #ebebeb;
}

.main-content [href$='doc']:before,
.main-content [href$='docx']:before,
.main-content [href$='pdf']:before,
.main-content [href$='xls']:before,
.main-content [href$='XLS']:before,
.main-content [href$='xlsx']:before,
.main-content [href$='gif']:before,
.main-content [href$='html']:before,
.main-content [href$='jpg']:before,
.main-content [href$='odt']:before,
.main-content [href$='png']:before,
.main-content [href$='ppt']:before,
.main-content [href$='pptx']:before,
.main-content [href$='rtf']:before,
.main-content [href$='txt']:before,
.main-content [href$='zip']:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.35em;
}
.main-content [href$='pdf']:before {
  content: "\f1c1";
  color: red;
}
.main-content [href$='xls']:before,
.main-content [href$='XLS']:before,
.main-content [href$='xlsx']:before {
  content: "\f1c3";
  color: green;
}

.main-content [href$='doc']:before,
.main-content [href$='docx']:before,
.main-content [href$='odt']:before{
  content: "\f1c2";
  color: blue;
}


.main-content [href$='ppt']:before,
.main-content [href$='pptx']:before{
  content: "\f1c4";
  color: red;
}

.main-content [href$='html']:before,
.main-content [href$='rtf']:before,
.main-content [href$='txt']:before {
  content: "\f0f6";
  color: gray;
}

.main-content [href$='gif']:before,
.main-content [href$='jpg']:before,
.main-content [href$='png']:before {
  content: "\f1c5";
  color: orange;
}

.main-content [href$='zip']:before,
.main-content [href$='rar']:before,
.main-content [href$='7z']:before,
.main-content [href$='7z']:before{
  content: "\f1c6";
  color: orange;
}

.main-content .file-view a:before {
  content: "\f08e";
  color: inherit;
}
#header {position: relative;}

#countdown h1 {
  margin: 0;
  padding: 0px 20px 20px;
  font-size: 0.8em;
}
.countdown-logo {
  background-image: url('/i/games_logo.png');
  height: 100%;
  aspect-ratio: 150 / 239;
  background-size: 75%;
  position: absolute;
  left: -108px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  box-shadow: 0 0 20px #0005;
}
#countdown:before {
  content: '';
}
#countdown {
  z-index: 1;
  background-color: #fff;
  width: 300px;
  position: absolute;
  top: 20px;
  right: 110px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 0 20px #0005;
  text-shadow: 0 0 black;
}
#countdown p {
  font-size: 1.5em;
  width: 20%;
  display: inline-block;
  color: #d80303;
  box-shadow: 1px 1px 2px #0006 inset;
  padding: 2px;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #fff;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 31%, rgba(225,229,247,1) 95%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(225,229,247,1) 95%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 31%,rgba(225,229,247,1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e5f7',GradientType=0 );

}

#countdown p span{
  font-size: 0.5em;
  display: block;
  color: #828ca4;
}

#countdown p:after{
  content: '';
}
@media only screen and (max-width : 480px) {
  #countdown {
    width: 180px;
    position: relative;
    top:0;right:0;
    margin-top: 110px;
/*     position: absolute;
    top: 20px;
    right: 100px;
    padding: 10px 10px; */
  }
  #countdown h1 {
    padding: 0px 10px 15px;
    font-size: 0.6em;
  }
  .countdown-logo {
    height: 100%;
    aspect-ratio: 150 / 239;
    background-size: 75%;
    left: -108px;
    top: 0;
  }
  #countdown p {
    font-size: 0.9em;
    width: 20%;
    padding: 2px;
    margin: 0 2px;
    border-radius: 3px;
  }
  #countdown p span{
    font-size: 0.5em;
  }
}

/* написать сообщение 
#js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:calc(100% - 280px);min-width:293px;max-width:100%;background:linear-gradient(138.4deg,#38bafe 26.49%,#2d73bc 79.45%);color:#fff; cursor: pointer;}#js-show-iframe-wrapper .pos-banner-fluid *{box-sizing:border-box}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{display:block;width:195px;min-height:56px;font-size:18px;line-height:24px;cursor:pointer;background:#0d4cd3;color:#fff;border:none;border-radius:8px;outline:0}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#1d5deb}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus{background:#2a63ad}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active{background:#2a63ad}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@font-face{font-family:LatoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:LatoWeb;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:LatoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}
#js-show-iframe-wrapper .bf-1{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-1__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-1__grid-template-rows);width:100%;max-width:1060px;font-family:LatoWeb,sans-serif;box-sizing:border-box}#js-show-iframe-wrapper .bf-1__decor{grid-column:var(--pos-banner-fluid-1__decor-grid-column);grid-row:var(--pos-banner-fluid-1__decor-grid-row);padding:var(--pos-banner-fluid-1__decor-padding);background:url(https://pos.gosuslugi.ru/bin/banner-fluid/1/banner-fluid-bg-1.svg) var(--pos-banner-fluid-1__decor-bg-position) no-repeat;background-size:var(--pos-banner-fluid-1__decor-bg-size)}#js-show-iframe-wrapper .bf-1__logo-wrap{display:flex;flex-direction:column;align-items:flex-end}#js-show-iframe-wrapper .bf-1__logo{width:128px}#js-show-iframe-wrapper .bf-1__slogan{font-family:LatoWebBold,sans-serif;font-size:var(--pos-banner-fluid-1__slogan-font-size);line-height:var(--pos-banner-fluid-1__slogan-line-height)}#js-show-iframe-wrapper .bf-1__content{padding:var(--pos-banner-fluid-1__content-padding)}#js-show-iframe-wrapper .bf-1__description{display:flex;flex-direction:column;margin-bottom:24px}#js-show-iframe-wrapper .bf-1__text{margin-bottom:12px;font-size:24px;line-height:32px;font-family:LatoWebBold,sans-serif}#js-show-iframe-wrapper .bf-1__text_small{margin-bottom:0;font-size:16px;line-height:24px;font-family:LatoWeb,sans-serif}#js-show-iframe-wrapper .bf-1__btn-wrap{display:flex;align-items:center;justify-content:center}
*/
.banner-setevichok {
  padding: 20px 0;
}
.adv_rt {
  margin: 0 auto;
}

.low-vision__switch span{
  display: inline-block;
  margin-left: 10px;
  opacity: 0;
}
.low-vision__switch a {text-decoration:none;
  color: #fff;
}

.low-vision__switch:hover {
  width: 310px;
}


.low-vision__switch:hover span{
  opacity: 1;
  transition: opacity 0.3s 0.2s ease-out,  background 0s ease-out;
  -webkit-transition: opacity 0.3s 0.2s ease-out,  background 0s ease-out;
  -moz-transition: opacity 0.3s 0.2s ease-out,  background 0s ease-out;
  -ms-transition: opacity 0.3s 0.2s ease-out,  background 0s ease-out;
  -o-transition: opacity 0.3s 0.2s ease-out,  background 0s ease-out;
}

button#btn_message {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -20px;
  background: #0b2e92;
  background: -moz-linear-gradient(left, #0b2e92 0%, #4562b3 100%);
  background: -webkit-linear-gradient(left, #0b2e92 0%,#4562b3 100%);
  background: linear-gradient(to right, #0b2e92 0%,#4562b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2e92', endColorstr='#4562b3',GradientType=1 );
  box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 20px 20px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  border: 0;
}
button#btn_message:hover{bottom: -5px;}

.low-vision__switch {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: fixed;
  z-index: 100;
  right: 20px;
  top: -10px;
  background: #0b2e92;
  background: -moz-linear-gradient(left, #0b2e92 0%, #4562b3 100%);
  background: -webkit-linear-gradient(left, #0b2e92 0%,#4562b3 100%);
  background: linear-gradient(to right, #0b2e92 0%,#4562b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2e92', endColorstr='#4562b3',GradientType=1 );
  box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 5px 5px 25px;
  width: 70px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}

/* --------------- Maps -------- */
.sport-item__detail-image img {
  float: left;
  width: 100px;
  height: auto;
  margin: 0 10px 10px 0;
}
.gym-list {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  list-style: none;
  padding: 0;
}



.gym-list__group-name{
  font-size: 90%;
  color: #1b2850;
  font-weight: bold;
  margin: 0;
}

#ymap, #ymap1, #ymap2 {
  width: 100%; height: 450px;
  box-shadow: 0 0 50px rgba(11,46,146,0.4);
  border: solid 1px #fff;
  margin: 50px 0;
}
/* --------------- Maps end----- */

/*.bod{position:fixed; width:600px; height:700px;right: 99px;top:99px;}
*/
/* --------------- Opinion-block Carousel----- */

.folder.opinion-block {
  background-color: transparent;
  height: auto;
  min-height: 300px;
}
.opinion-block__item-date {
  margin: -30px 10px 0 0;
  color: #929292;
}

.opinion-block__item-name {
  font-size: 65%;
}

.opinion-block__item-text .overflow {
  content: '';
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 30px;
  position: absolute;
  bottom: 0px;
  width: 82%;
  right: 15px;
  z-index: 0;
}
.opinion-block.folder .item {margin-bottom: 20px;}
.opinion-block__item-text,
.opinion-block__item-text p,
.opinion-block__item-text span,
.opinion-block__item-text h1,
.opinion-block__item-text em{
  font-size: 14px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.3px !important;
  margin-right: 10px !important;
  height: 68px !important;
  overflow: hidden !important;
  text-align: left !important;
  text-indent: unset !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-style: normal !important;
}
.opinion-block__item {
  box-shadow: 0 0 30px rgba(11,46,146,0.4);
  border: solid 1px #fff;
  background-color: #fff;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.opinion-block__item-img img{height: 110px;}
.opinion-block__item-img {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
  width: 150px;
  overflow: hidden;
}
.opinion-block .carousel-control,
.project-block .carousel-control {
  background-image: none;
  margin: -25px 0 0 0;
  padding: 0;
  color: #7b7b7b;
  text-shadow: none;
}

.opinion-block .carousel-control.left,
.project-block .carousel-control.left {
  margin-left: -100px;
}
.opinion-block .carousel-control.right,
.project-block .carousel-control.right {
  margin-right: -100px;
}

.opinion-block .carousel-inner {
  box-shadow: none;
  border: 0;
  overflow: visible;
}

.opinion-block,
.project-block {
  background-color: #f1f1f1;
  height: 300px;
  margin-bottom: 0;
}

.owl-carousel {
  width: 90%;
  margin: 0 auto;
}

/* ------------- E-Reception - Mail form modal window -----------------*/

.input-group-addon:first-child {
  border-right: 0;
  border-radius: 0;
}
.reception .modal-header {
  border: 0;
  padding: 25px 30px 10px;
}

.reception [class*="text-field"] {
  margin-bottom: 10px;
}


.input-group {
  margin: 5px 0 15px;
}

.reception textarea {min-height: 200px;}

.reception input, .reception textarea {
  width: 100%;
  font-size: 70%;
  padding: 5px;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #c1c1c1;
  border-radius: 0;
}
.reception {
  /*background-image: url(/i/bg_gerb.jpg);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 150px 20px;
}
.reception .btn-primary {
  border: 1px solid #2e6da4;
}
/* ------------- E-Reception - Mail form modal window -----------------*/

/* ------------- Date search -----------------*/
#find_date .search_btn{display:none;}
#find_date .search_fld {
  background-image: url(/i/calendar.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 70%;
  border: 0px #ebebeb solid;
  padding: 5px;
  width: 250px;
  cursor: pointer;
}

#find_date {
  float: right;
  margin-top: -20px;
}
/* ------------- Date search end -----------------*/
/* ------------- News article -----------------*/

.news-article__gallery {
  list-style: none;
  margin-top: 70px;
  padding: 0;
}

.news-article__gallery-image img:hover{
  filter:sepia(60%);
  -weblit-filter:sepia(60%);
}
.news-article__gallery-image img{
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  box-shadow: 0 0 50px rgba(11,46,146,0.4);
  background-color: #fff;
  padding: 5px;
}
.news-article__gallery-image {
  float: left;
  margin: 0px 20px 30px 0;
  width: 14%;
}

.news-article__date {
  color: #939393;
  margin: 10px 20px 30px 0;
  font-size: 80%;
}
.news-article__main-image {
  float: right;
  padding: 0 0 40px 60px;
}


.news-article img{
  box-shadow: 0 0 50px rgba(11,46,146,0.4);
  border: solid 1px #fff;
}

.news-article h1 {
  text-align: left;
}
.news-article {
  /*text-align: justify;*/
  padding: 40px 0  60px 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 60%, rgba(242,242,242,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 60%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 60%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );

}

.news-article__text td, .news-article__text tr {
  vertical-align: top;
  padding-left: 10px;    
}

/* ------------- News article end -----------------*/
/* ------------- Site main search bar -----------------*/


#search-button .fa-search{
  position: inherit;
  margin-top: -32px;
  margin-left: 25px;
  color: #ffffff;
}
#search-button .fa  {display: block !important;}

.fa-search:before {
  content: "\f002";
  position: inherit;
  z-index: 1000;
}
#search-button .icons {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-left: 85px;
  background-color: rgb(14, 81, 136);
  padding: 15px;
}

#search-bar input[type="submit"], #search-bar input[type="reset"] {
  background: transparent !important;
  position: relative;
  z-index: 10000;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 5px 15px;
  border: none;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
#search-bar input[type="text"], #search-bar select {
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  height: 40px;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}


#search-button {
  right: -65px;
  border: none 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 9999!important;
  vertical-align: middle;
  cursor: pointer;
  background: #4361b2;
}
#search-bar input {
  width: 100%;
  color: #555;
  font-size: 14px;
}

.search-column-1 {
  w1dth: 70%;
}
#search-bar-table {
  width: 100%;
}

#search-bar {
  background: #011144;
  position: absolute;
  z-index: 1000;
  color: #fff;
  padding: 5px 80px 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}


/* ------------- Site main search bar end -----------------*/
/* ------------- Site main header -----------------*/


.sitemain-header__logo-text {
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
  width: 430px;
  margin: 26px 0 0 70px;
}
.sitemain-header__logo-text small {
  text-transform: lowercase;
  font-weight: lighter;
  font-size: 80%;
  display: block;
}
.sitemain-header__logo-image a{
  height: 110px;
  width: 452px;
  display: inline-block;
  position: relative;
}
.sitemain-header__logo-image {
  background-image: url(/i/obl_gerb.png);
  width: 59px;
  height: 107px;
  background-repeat: no-repeat;
  float: left;
  background-size: cover;
}
.sitemain-header {
  margin: 45px 0 65px;
}


/* ------------- Site main header end -----------------/*
/* ------------- Site main footer -----------------*/


.sitemain-footer__mfr:hover {
  color: #fff !important;
  text-decoration: none;
}
.sitemain-footer__mfr	 {
  background-image: url(/i/logo_mfr.png);
  color: #fff;
  background-repeat: no-repeat;
  width: 155px;
  display: block;
  background-position: 100% 0px;
  font-size: 70%;
  margin-top: -30px;
  padding-top: 8px;
  float: right;
  right: 0;
}
.sitemain-footer__use-info a {
  color: #fff;
  text-decoration: underline;
}

.sitemain-footer__use-info {
  font-size: 75%;
  margin: 40px 0 20px;
}

.sitemain-footer ul a{
  color: #fff;
  text-transform: uppercase;
  font-size: 82%;
  letter-spacing: -0.5px;
}
.sitemain-footer ul li {
  list-style: none;
}
.sitemain-footer ul li:last-child {
  padding-right: 0;
}

.sitemain-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.sitemain-footer {
  padding: 40px 0;
  /*text-shadow: 1px 1px 0px #000;*/
  color: #fff;
}


/* ------------- Site main footer end -----------------*/
/* ------------- Main action carousel ------------------ */


.carousel-control {
  width: 110px;
  font-size: 100px;
  padding-top: 82px;
}
.carousel-block {
  background-color: rgba(196, 198, 204, 0.2);
  padding-bottom: 60px;
  margin-top: -20px;
}
.carousel-item__text {
  padding: 20px;
}

#carousel .carousel-inner {min-height: 317px;}

#carousel, #carousel a {
  color: #fff;
  /*text-transform: uppercase;*/
}
.carousel-item__image {
  float: left;
  margin-right: 50px;
}
.carousel-inner {
  box-shadow: 0 0 50px rgba(11,46,146,0.4);
  border: solid 1px #fff;
}
.carousel-item__text-date {
  margin-bottom: 30px;
}
.carousel-item__text-name {
  margin-right: 70px;
  max-height: 180px;
  overflow: hidden;
}


/* ----------- Main action carousel end ------------------ */
/* ----------- Page blocks --------------------------------*/


.page-block__header {
  margin: 45px 0px 35px 0px;
}

.page-block__header h4{
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.page-block__header a {
  font-size: 60%;
}


/* ----------- Page blocks end --------------------------------*/
/* -----------  News list ---------------- */

.news-list__item-groupname {
  font-size: 55%;
  margin-left: -7px;
}
.news-article__item-groupname {margin-left: 10px;}
/*.news-article__text {
font-size: 80%;
}*/

.news-list__item-views {
  color: #989595;
  font-size: 60%;
}

.news-list__item-groupname a,
.news-article__item-groupname a
{color: #989595;}

.news-article__item-groupname,
.news-list__item-groupname {
  color: #989595;
  padding: 2px 5px;
  border-radius: 3px;
}
.overflow {
  content: '';
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 30px;
  position: absolute;
  bottom: 0px;
  width: 82%;
  right: 15px;
  z-index: 0;
}
.news-list__item {
  margin-bottom: 80px;
  height: 130px;
}
.news-list__item-name {
  font-size: 80%;
  height: 85px;
  overflow: hidden;
}


.news-list__item-image {
  float: left;
  margin: 10px 20px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  position: inherit;
  z-index: 1;
}

.news-list__item-date {
  font-size: 200%;
  text-align: right;
  float: left;
  margin-top: -5px;
}
.news-list__item-month {
  font-size: 35%;
  margin-top: -5px;
}

.news-list__paging a.page_active{
  background-color: #20419e;
  color: #fff;
}

.news-list__paging a {
  padding: 5px 10px;
  background-color: #e5e5e5;
  color: #1b3d9b;
  text-decoration: none;
  margin-bottom: 4px;
  display: inline-block;
  margin: 0 5px 4px 0;
}

.news-list__paging {
  font-size: 80%;
}
.paging__button-ff:before {
  content: "\f054";
  background-color: #fff;
  padding: 10px;
  margin: 0px -10px;
}
.paging__button-rew:before {
  content: "\f053";
  background-color: #fff;
  padding: 10px;
  margin: 0px -10px;
}

.paging__button-ff, .paging__button-rew {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------- News list end ---------------- */
/* ----------- Main menu ---------------- */


.navbar__icon-block i {
  color:#fff;
  margin: 0 5px;
}

.navbar__icon-block:hover {
  background-color: #1b2850;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar__icon-block {
  background-color: #2d417b;
  height: auto;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.navbar__icon-block button, .navbar__icon-block button:hover, .navbar__icon-block button:active,  .navbar__icon-block button:focus{
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

.navbar-default, #carousel, .sitemain-footer {
  background: #0b2e92;
  background: -moz-linear-gradient(left,  #0b2e92 0%, #4562b3 100%);
  background: -webkit-linear-gradient(left,  #0b2e92 0%,#4562b3 100%);
  background: linear-gradient(to right,  #0b2e92 0%,#4562b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2e92', endColorstr='#4562b3',GradientType=1 );
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #d0d0d0;
  background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #0d3094;
  text-shadow: none;
}
.navbar-default .navbar-nav>li>a{
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar-nav {
  margin: 0 -15px;
}
ul.dropdown-menu {min-width: 350px; max-width: 450px;}

.dropdown-menu>li>a {white-space: normal;}


ul.nav li.dropdown:hover ul.dropdown-menu{
  display: block;
  margin: 0;
}

a.menu:after, .dropdown-toggle:after {
  content: none;
}
.dropdown.kontakty .caret, .dropdown.kontakty:hover ul.dropdown-menu{
  display: none !important;
}


/* ----------- Main menu end ---------------- */

.main-content__navchain {
  font-size: 70%;
  margin-top: 20px;
}
.main-content {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}

h1, h2, h3, h4, h5, h6, .news-list__item-date, .news-list__item-month, .sitemain-header__logo-text, .page-block__header {font-family: 'Roboto Slab', serif;}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
 /* background-image: url(/i/bg_gerb.jpg);*/
  background-repeat: no-repeat;
  background-position: 90% 45px;
  color: #3b3b3b;
}

/* ----------- System styles ---------------- */


#imgcpanel {
  clear: both;
}
#cpanel {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size:15px;
  z-index:99999;
}
.ui-button {font-size: 15px;}

.epanel {
  font-size:8px;
  position: relative;
}
/* ------------- Image Edit Panel ---------------------------------*/

.gallery-image__edit-panel:hover {opacity: 1;}

.gallery-image__edit-panel {
  margin: -60px 0 60px 35px;
  opacity: 0.7;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
/*.img-del:after,
.img-edit:after
{
font-size: 20px;
background-color: #fff;
padding: 4px 6px;
border-radius: 3px;
}*/

.img-del:after {content: "\f1f8";}
.img-edit:after {content: "\f040";}

.img-del,
.img-edit {
  /*display: inline-block;*/
  font: normal normal normal 14px/1 FontAwesome;
  font-size:0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ------------- Image Edit Panel end ---------------------------------*/
/* ------------- Responsive classes -----------------------------------*/

.navbar-default .navbar-toggle {
  border: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;height: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -12px;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
  transition: all 0.05s;
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  -ms-transition: all 0.05s;
  -o-transition: all 0.05s;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}


.navbar-toggle.collapsed {
  margin: 8px 15px 8px 0;
}

.navbar-toggle {
}


.navbar-toggle.collapsed .icon-bar {
  transform: rotate(0deg) !important;
  margin-bottom: 0  !important;
  opacity: 1 !important;
}

@media only screen and (max-width : 380px){
  .opinion-block__item-img img {
    width: auto;
    height: auto;
    margin-left: -50%;
  }
}
@media only screen and (min-width : 380px) and (max-width : 480px) {
  .opinion-block__item-img img {
    width: auto;
    height: auto;
    margin-left: -20%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .gym-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    list-style: none;
  }
  .maps-block .h3, .maps-block h3 {
    font-size: 16px;
    text-align: center;
  }
  .maps-block .h4, .maps-block h4 {
    font-size: 10px;
  }
  .project-block .owl-carousel .owl-nav {
    margin-top: -80px !important;
    margin-left: -30px;
    margin-right: -30px;
  }
  /*.opinion-block__item-text .overflow {
  width: 100%;
  right: 0;
  padding: 0 5px;
}*/

  .opinion-block__item-text .overflow {
    width: calc(100% - 30px);
    left: 30px;
    padding: 0;
    margin: 0 -15px;
  }

  .opinion-block .owl-carousel .owl-nav {
    margin-top: -323px !important;
  }
  .opinion-block {
    height: 500px;
  }
  .opinion-block__item {padding: 5px;}
  .opinion-block__item-img{
    float: none;
    width: 100%;
  }
  .opinion-block__item-img img{
    width: auto;
    height: auto;
  }
  .opinion-block__item-date{float: none !important;}
  .sitemain-footer__mfr {
    width: 100px;
    background-position: 46% 20px;
    font-size: 70%;
    margin: 30px auto 0;
    padding-top: 0;
    float: none;
    height: 50px;
  }
  #find_date {
    float: none;
    margin: 20px 0 -20px 0;
  }
  .news-article__gallery-image {
    float: left;
    margin: 0 0 15px 0;
    width: 33%;
    text-align: center;
  }	
  h1 {
    text-align: left;
    font-size: 120%;
  }
  .news-article__date {font-size: 60%;}

  .sitemain-header__logo-text {
    text-align: center;
    width: 100%;
    margin: 15px auto -50px
  }
  .sitemain-header__logo-image {
    float: none;
    margin: -30px auto 0;
  }
  body {background-position: 0px 45px;}

  .navbar__icon-block {
    width: 50%;
    float: left;
    z-index: 1;
    text-align: center;
  }
  #search-button .icons {
    margin-top: -20px;
    padding: 10px;
    margin-left: 70px;
  }
  #search-bar {padding: 5px 130px 0 0;}

  .sitemain-header {
    overflow: hidden;
    padding: 50px 0;
    margin: 0px 0 25px;
  }
  .main-content {
    width: 100%;
    overflow: hidden;
  }
  .news-list__item {
    margin-bottom: 20px;
    height: auto;
  }
  .news-list__item-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-list__item-image img {
    width: 100%;
  }
  .news-list__item-date {
    font-size: 150%;
    text-align: right;
    float: none;
  }
  .news-list__item-groupname {
    font-size: 75%;
    margin-bottom: 10px;
    display: block;
    margin-top: -30px;
  }
  .overflow{
    width: 100%;
    bottom: -20px;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {margin: 0 !important;}

  #carousel .carousel-inner {
    height: auto;
  }
  .carousel-item__text {
    height: 250px;
  }
  .carousel-item__text-name {
    margin-right: 0;
  }

  .carousel-item__image {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .carousel-item__image img{width: 100%;}

  .carousel-control {
    width: 70px;
    font-size: 100px;
    padding-top: 0;
  }
}

@media only screen and (min-width : 568px) and (max-width : 1024px)  {
  .project-block .owl-carousel .owl-nav {
    margin-top: -95px !important;
  }
  .carousel-item__image {
    margin-right: 50px;
    width: 50%;
    overflow: hidden;
    height: auto;
  }
  .carousel-item__text {
    padding: 20px 20px 10px 20px;
    font-size: 85%;
  }
  .news-article__gallery-image {
    float: left;
    margin: 0 0 20px 0;
    width: 25%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px)  {
  .carousel-item__text {
    padding: 10px;
    font-size: 85%;
  }
  #search-bar {
    width: 100%;
    margin-right: 60px;
    padding-left: 60px;
  }
  .navbar__icon-block i{margin-top: 7px;}
  .sitemain-footer ul li {
    padding: 0 4% 0 0;
  }
}

@media only screen and (min-width : 992px) and (max-width : 1199px)  {
  .navbar-nav {font-size: 77%;}
  .navbar-nav>li {height: 50px;}
  .sitemain-footer ul li {
    float: left;
    list-style: none;
    text-align: left;
    padding: 0 10% 0 0;
  }
}

@media only screen and (min-width : 768px) and (max-width : 991px)  {
  .navbar-nav {
    margin: 0 -30px;
    font-size: 55%;
  }
  .navbar-nav>li {height: 50px;}
  .gym-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    list-style: none;
  }
}

@media only screen and (max-width : 768px)  {
  .news-article img,
  .news-article .left-image,
  .news-article .right-image  {
    width: 100% !important;
    margin: 10px 0;
    height: auto;
    float: none;
  }
  .sitemain-footer ul {
    text-align: center;
    display: inherit;
  }
}

@media only screen and (max-width : 1024px)  {
  .news-article__main-image{
    width: 100%;
    float: none;
    padding: 0;
  }
  .news-article__main-image img {width: 100%;}

  .carousel-item__text-name {
    height: 200px;
    max-height: 200px;
  }
  .owl-carousel {
    width: 100%;
  }
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    margin: 0px !important;
    z-index: 100000;
    position: relative;
  }
}

@media only screen and (max-width : 1023px)  {
  #countdown {
    position: relative;
    top:0;right:0;
    margin-top: 110px;
/*     width: calc(100% - 108px); */
  }
  /*.body-countdown {
  margin-top: 200px;
}*/
}

body.low-vision *, body.low-vision * a {
  color: #000 !important;
  background-color: #fff !important;
  text-shadow: none;
}
body.low-vision .sitemain-header__logo-image a, body.low-vision .tab-pane, body.low-vision .tab-content, body.low-vision ymaps, body.low-vision .ymaps-2-1-47-events-pane body.low-vision .ymaps-2-1-47-user-selection-none, body.low-vision .row,  body.low-vision .container{
  background-color: transparent !important;
}

body.low-vision {
  /*font-size: 21px;*/
  zoom: 1.2;
  background-image: none;
}

body.low-vision .sitemain-header__logo-image {
  background-image: url(/i/obl_gerb.png) !important;
  width: 59px;
  height: 107px;
  background-repeat: no-repeat;
  float: left;
  background-size: cover !important;
}
body.low-vision .sitemain-footer, body.low-vision .low-vision__switch, body.low-vision .navbar-default, body.low-vision #carousel, body.low-vision .sitemain-footer {background: none;}

body.low-vision .fa-eye-slash:before {
  content: "\f06e";
}
body.low-vision .low-vision__switch span {text-decoration: line-through;}

body.low-vision .sitemain-footer__mfr {
  background-image: url(/i/mfr-bw.png);
  color: #fff;
  background-repeat: no-repeat;
  width: 165px;
  display: block;
  background-position: 100% 0px;
  font-size: 70%;
  margin-top: -30px;
  padding-top: 11px;
  float: right;
  right: 0;
  background-size: 66px;
}

body.low-vision .opinion-block__item-text .overflow {
  content: '';
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%) !important;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ) !important;
  height: 30px;
  position: absolute;
  bottom: 0px;
  width: 82%;
  right: 15px;
  z-index: 0;
}

/* ------------- Responsive classes -----------------------------------*/

/* ------ Table  -----------------*/
table.table_formatted {
  margin-top: 30px;
  border-top: 2px dashed #bcb8b8;
  padding: 22px 0;
  display: block;
}
table.table_formatted * {
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table_formatted.table_formatted tr {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
table.table_formatted tr td {
  padding: 0 20px;
  border-right: #ebebeb solid;
}

/* td2 */

table.table_formatted.td2 tr td:nth-child(1) {
  width: 35% !important;
}
table.table_formatted.td2 tr td:nth-child(2) {
  width: 65% !important;
}


/* td4 */

table.table_formatted tr td:nth-child(1) {
  width: 7% !important;
  min-width: 100px;
}
table.table_formatted tr td:nth-child(2) {
  width: 43% !important;
}
table.table_formatted tr td:nth-child(3) {
  width: 30% !important;
}
table.table_formatted tr td:nth-child(4) {
  width: 20% !important;
}

/* td5 */

table.table_formatted.td5 tr td:nth-child(1) {
  width: 6% !important;
  min-width: 50px;
}
table.table_formatted.td5 tr td:nth-child(2) {
  width: 22% !important;
}
table.table_formatted.td5 tr td:nth-child(3) {
  width: 22% !important;
}
table.table_formatted.td5 tr td:nth-child(4) {
  width: 25% !important;
}
table.table_formatted.td5 tr td:nth-child(5) {
  width: 25% !important;
}

.article-list {
  margin-bottom: 60px;
  padding-left: 1.7em;
}

.fa-file:before,
.fa-folder:before{
  vertical-align: middle;
}

i.fa.fa-folder-o, i.fa.fa-file-o, i.fa.fa-folder, i.fa.fa-file {
  color: #ffd322;
  font-size: 1.5em;
  margin-left: -1em;
  vertical-align: bottom;
}
i.fa.fa-file-o, i.fa.fa-file {
  color: #a1d1ea;
}

.folitem {
  font-size: 1.1em;
  margin-bottom: 1em;
  position: sticky;
}

@media only screen and (min-width : 1024px) {
  .article-list {
    column-count: 2;
    column-gap: 4em;
  }
}
.epanel {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.epanel:hover{
  opacity: 1;
}