/* Start:/bitrix/components/openregion/mainpage/templates/.default/style.css?14958032187146*/
.pagen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    z-index: 80;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pagen__circle {
    width: 18px;
    height: 18px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin: 10px 0;
    cursor: pointer;
}
.pagen__circle--active {
    background: #ffffff;
}
.pages {
    height: 100%;
    position: relative;
    z-index: 50;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.pages__page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex-shrink: 0;
}
.pages__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.mouse {
    width: 30px;
    height: 50px;
    border-radius: 45%/36%;
    border: 2px solid #FFF;
    margin: auto;
}
.mouse__line {
    width: 2px;
    height: 12px;
    background: #FFF;
    margin: 3px auto;
}


.main-banners-container .flexslider ul {
  margin: 0;
  list-style: none;
}
.main-banners-container .flexslider ul.slides{
  overflow: hidden;
}
.main-banners .flexslider{
  max-width: 100%;
}
.main-banners .slick-list{
  width: calc(100% + 8px);
}
.main-banners .slides a{
  display: block;
  margin-right: 8px;
}
.main-banners-container .slides img{
  width: 100%;
  margin: 0 auto;
}
.main-banners .flex-prev, .main-banners .flex-next {
  position: absolute;
  top: 12px;
  display: inline-block;
  width: 13px;
  height: 22px;
  bottom: 22px;
  background-image: url(../../../../../components/openregion/mainpage/templates/.default/images/navigation-black.png);
  background-repeat: no-repeat;
}
.main-banners .flex-prev, .main-banners .flex-next{
  top: 50%;
  margin-top: -11px;
}
.main-banners .flex-prev{
  right: initial;
  left: 10px;
}
.main-banners .flex-next{
  right: 10px;
  background-position: 0 100%;
}
.footer__license { margin-top: 10px; }

@media screen and (min-width: 1024px) and (max-height: 800px) {
    .pages__page:nth-child(2),
    .pages__page:nth-child(3) {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1201px) {
  .main-banners-container{
    width: 100%;
  }
  .main-projects, .main-banners {
    display: block;
    margin: 5px auto;
    max-width: 1012px;
  }
  .main-banners{
    position: relative;
    display: flex;
  }

  .main-banners .flexslider{
    max-width: 100%;
  }

  .main-projects .title {
    display: inline-block;
    width: 162px;
    height: 127px;
    line-height: 1em;

    padding: 0;
    background: #fff;
    vertical-align: top;
  }

  .main-projects .title h2 {
    margin: 35px 0 0 25px;
    line-height: 1.5em;
  }

  .main-projects .title-logo--big{
    display: block;
  }
  .main-projects .title-logo--small{
    display: none;
  }

  .main-projects .flex-direction-nav .flex-prev {
    left: -31px;
    display: inline-block;
  }

  .main-projects .flex-direction-nav .flex-next {
    left: 0;
    display: inline-block;
  }

  .main-projects .flexslider {
    width: 850px;
    display: inline-block;
    vertical-align: top;
  }

  .main-projects .flexslider ul.slides {
    margin: 0;
    padding: 0;
  }
  .main-projects .flexslider ul.slides li{
    padding: 0 0 0 8px;
  }
  .main-banners-container .flexslider ul.slides li{
    position: relative;

    overflow: hidden;
    width: 182px;
    height: 126px;
  }
  .main-banners .flexslider ul.slides li{
    width: 340px;
    height: 126px;
  }
  .main-banners .flexslider ul.slides li:first-child{
    padding: 0;
  }

  .main-projects .flexslider ul.slides li a {
    display: block;
    background: white;
    text-align: center;
    text-decoration: none;
    height: 117px;
    padding-top: 10px;
  }
  .main-projects .flexslider ul.slides li img {
    width: 80%;
  }
  .main-banners .flexslider ul.slides li a{
    display: block;
  }

  .main-projects .flexslider ul.slides li div {
    position: absolute;
    bottom: 5px;
    left: 8px;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 10pt;
  }

  .main-projects .flex-direction-nav {
    position: absolute;
  }

  .main-projects .flex-direction-nav .flex-prev, .main-projects .flex-direction-nav .flex-next {
    display: inline-block;
    width: 31px;
    height: 62px;
    position: absolute;
    bottom: 32px;
    background-image: url(../../../../../components/openregion/mainpage/templates/.default/images/navigation-projects.png);
    background-repeat: no-repeat;
  }

  .main-projects .flex-direction-nav .flex-prev {
    background-position: 0 0;
  }

  .main-projects .flex-direction-nav .flex-next {
    background-position: 100% 0;
  }

  .main-projects .flex-direction-nav .flex-prev:hover {
    background-position: 0 100%;
  }

  .main-projects .flex-direction-nav .flex-next:hover {
    background-position: 100% 100%;
  }
}

@media (max-width: 1200px) {
  .main-banners-container{
    width: 87%;
  }
  .main-projects, .main-banners {
    display: block;
    width: calc(94% + 10px);
    max-width: 670px;
    margin: 5px auto;
    position: relative;
  }
  .main-projects ul {
    list-style-type: none;
  }
  .main-projects .title {
    display: block;
    background: #fff;
    padding: 10px 20px 5px 20px;
    border-bottom: 4px #0064b0 solid;
  }
  .main-projects .title-logo--big{
    display: none;
  }
  .main-projects .title-logo--small{
    display: block;
  }
  .main-projects .flexslider {
    background: #fff;
  }
  .main-projects .flexslider ul.slides {
    margin: 0;
    padding: 0;
  }
  .main-projects .flexslider ul.slides li {
    padding: 0 0 0 8px;
    position: relative;
    overflow: hidden;
    width: 182px;
    height: 127px;
    margin: 0 0 8px 0;
  }
  .main-projects .flexslider ul.slides li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
  }
  .main-projects .flexslider ul.slides li img{
    width: 80%;
  }
  .main-projects .flexslider ul.slides li div {
    bottom: 5px;
    left: 8px;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 10pt;
  }

  .main-projects .flex-prev, .main-projects .flex-next {
    position: absolute;
    top: 12px;
    display: inline-block;
    width: 13px;
    height: 22px;
    bottom: 22px;
    background-image: url(../../../../../components/openregion/mainpage/templates/.default/images/navigation-black.png);
    background-repeat: no-repeat;
  }
  .main-projects .flex-prev {
    background-position: 0 0;
    right: 50px;
  }
  .main-projects .flex-next {
    background-position: 0 100%;
    right: 20px;
  }
}

@media (max-width: 650px){
  .main-banners-container{
    width: 85%;
  }
  .main-banners, .main-projects{
    width: auto;
    margin: 5px;
  }
}

@media (max-width: 350px){
  .main-projects .flex-prev {
    background-position: 0 0;
    right: 30px;
  }
  .main-projects .flex-next {
    background-position: 0 100%;
    right: 5px;
  }
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/components/bitrix/search.title/header-search/style.css?14823024001490*/
.top-search{
    width: 60px;
}
.top-search__form{
    position:relative;
    min-width:60px;
    width:0;
    height:60px;
    overflow:hidden;
    float:right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.top-search__input{
    border: 0;
    outline: 0;
    width: 240px;
    height: 60px;
    float: right;
    margin: 0;
    padding: 0 40px 0 10px;
    font-size: 20px;
}
.top-search__icon{
    color: #fff;
    width:60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    cursor:pointer;
    background:#0992D4;;
    transition: background 0.2s;
}
.top-search__icon:hover{
    background-color: #2BB4F6;
}
.top-search__submit{
    width: 40px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    color: #0992D4;
}
.top-search__submit:hover{
    color: #2BB4F6;
}
.top-search__form--active{
    width: 350px;
}
.top-search__submit--hidden{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.top-search__submit--visible{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/components/bitrix/news/projects-carousel/bitrix/news.list/.default/style.css?14871628953196*/
.carousel {
    width: 1000px;
    height: 500px;
    margin: auto;
    padding-bottom: 50px;
}
.carousel__items {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 1.5s ease-out,
    opacity .7s ease-out;
}
.carousel__items--start {
    transform: scale(.3);
    opacity: 0;
}
.carousel__logo {
    width: 66.5%;
    position: relative;
    z-index: 10;
    margin: 70px auto 0 auto;
}
.carousel__item {
    width: 180px;
    position: absolute;
    transform-origin: 0 50%;
    cursor: pointer;
}
.carousel__image {
    width: 100%;
}
.carousel__title {
    font-size: 130%;
    margin-top: -25px;
}
.carousel__panel {
    margin-top: 50px;
}
.c-detail-viewport {
    height: 100%;
    overflow-x: hidden;
}
.c-detail {
    padding: 50px 60px;
}
.c-detail__img-wrapper {
    float: left;
    width: 150px;
    height: 150px;
    margin: -80px 0 0 -90px;
    border-radius: 0 50% 50% 50%;
    background: linear-gradient(to right bottom, #E6E6E6, #F7F7F7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.c-detail__image {
    max-width: 83%;
    max-height: 83%;
    margin: 30px 0 0 20px;
}
.c-detail__title {
    text-align: center;
    margin: 0 0 40px 0;
    word-wrap: break-word;
}
.c-detail__panel {
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 1250px) and (min-height: 451px) {
    .carousel {
        width: 800px;
        height: 400px;
    }
}
@media screen and (max-width: 1050px) and (min-height: 451px) {
    .carousel {
        width: 700px;
        height: 350px;
    }
}
@media screen and (max-width: 750px) and (min-height: 451px) {
    .carousel {
        width: 600px;
        height: 300px;
    }
    .carousel__item {
        width: 126px;
    }
    .carousel__title {
        font-size: 100%;
    }
    .carousel__logo {
        margin-top: 50px;
    }
}
@media screen and (max-width: 650px) and (min-height: 451px) {
    .carousel {
        width: 500px;
        height: 250px;
    }
    .carousel__item {
        width: 108px;
    }
    .carousel__title {
        font-size: 90%;
    }
}
@media screen and (max-width: 550px) and (min-height: 451px) {
    .carousel {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .carousel__items--start {
        transform: none;
    }
    .carousel__logo {
        display: none;
    }
    .carousel__item {
        width: 180px;
        transform-origin: 50% 100%;
    }
    .carousel__title {
        font-size: 100%;
    }
    .carousel__panel {
        margin-top: 190px;
    }
}
@media screen and (max-height: 450px) {
    .carousel {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .carousel__items--start {
        transform: none;
    }
    .carousel__logo {
        display: none;
    }
    .carousel__item {
        width: 160px;
        transform-origin: 50% 100%;
    }
    .carousel__title {
        font-size: 100%;
    }
    .carousel__panel {
        margin-top: 150px;
    }
}
@media screen and (max-height: 300px) {
    .carousel__item {
        width: 140px;
    }
    .carousel__panel {
        margin-top: 130px;
    }
}
/* End */


/* Start:/bitrix/components/openregion/mainpage.widgets/templates/.default/style.css?14829946804846*/
#letters-chart{
    text-decoration: none;
}
.main-widgets {
    margin: auto;
    max-width: 1020px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.main-widgets__widget {
    position: relative;
    max-width: 330px;
    height: 362px;
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 15px;
    box-shadow: 0 2px 18px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.main-widgets__widget--changing-height {
    height: 316px;
}
.main-widgets__logo {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
.main-widgets__link--image-gosuslugi img{
    width: 100%;
    height: 100%;
}
.button--main-widgets{
    align-self: flex-end;
}
.culture-object {
    position: relative;
}
.culture-object__name {
    color: #000;
    z-index: 2;
    position: absolute;
    width: 195px;
    right: 15px;
    text-decoration: none;
}
.culture-object__name:hover {
    color: #000;
    text-decoration: underline;
}
.culture-object__photo {
    width: 330px;
    display: flex;
    margin-top: 1px;
}
.shadow-culture {
    z-index: 1;
    width: 100%;
    height: 0;
    box-shadow: 0 -66px 43px 110px #f7f8f9;
}
.main-widgets__link {
    color: #000;
    text-decoration: none;
    display: flex;
}
.main-widgets__link:hover {
    color: #000;
    text-decoration: underline;
}
.button--main-widgets-upper {
    margin-top: -100%;
}
.main-widgets__widget--evaluate{
    background: linear-gradient(to bottom, #8dd2f3 50%, #dcf0fa 50%);
}
.main-widgets__title {
    font-size: 130%;
    font-weight: bold;
    align-self: flex-start;
    padding: 10px;
    color: #000;
    margin-bottom: 0;
    flex-grow: 1;
    z-index: 2;
    margin-left: 110px;
}
.statistic-appeals {
    margin: auto 5%;
    width: 100%;
}
.main-widgets__photo {
    position: absolute;
    bottom: 0;
}
.last-vote {
    margin: auto;
    text-align: center;
    font-size: 120%;
}
.last-vote__info {
    color: #000;
    text-decoration: none;
    margin: auto;
    display: block;
    width: 90%;
}
.last-vote__info:hover {
    text-decoration: underline;
    color: #000;
}
.last-vote__info b {
    display: block;
    margin-bottom: 20px;
}
.government-list {
    width: 90%;
    margin: auto;
}
.government-list ul {
    white-space: normal;
    padding: 0;
    margin: 0;
    list-style: url('../../../../../components/openregion/mainpage.widgets/templates/.default/images/list-style.png') outside;
}
.government-list ul li {
    white-space: normal;
    margin: 0 0 10px 30px;
    padding: 0 0 0 10px;
}
.government-list ul li a {
    color: #000;
    text-decoration: none;
}
.government-list ul li a:hover {
    text-decoration: underline;
}
.rezerv-statistic {
    width: 90%;
    height: 170px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}
.rezerv-statistic__text {
    color: #89969b;
}
.rezerv-statistic__text--title {
    font-size: 110%;
    display: block;
    margin-bottom: 5px;
}
.rezerv-statistic__text--align-end {
    align-self: flex-end;
    flex-basis: 100%;
    margin-bottom: 10px;
}
.rezerv-statistic--hidden {
    display: none;
}
.rezerv-statistic__count {
    color: #eb2f61;
    font-size: 150%;
    font-weight: bold;
}
.rezerv-statistic__salary {
    color: #eb2f61;
}
.rezerv-statistic__name {
    color: #000;
    line-height: 1.3;
    text-decoration: none;
}
.rezerv-statistic__name:hover {
    color: #000;
    text-decoration: underline;
}
.rezerv-statistic__info {
    align-self: flex-start;
    margin-top: 15px;
    font-size: 110%;
    flex-grow: 1;
}
i.wait {
    display: block;
    background: url('../../../../../components/openregion/mainpage.widgets/templates/.default/images/wait.gif') no-repeat 50% 50%;
    height: 35px;
    width: 100%;
    position: absolute;
    top: 165px;
}
.button--bright-green-filled {
    background: #5ed43b;
    color: #FFF;
    vertical-align: middle;
}
.button--bright-green-filled:hover {
    background: #5eec34;
    color: #FFF;
}
.button--lilac-filled {
    background: #5e6ca1;
    color: #FFF;
    vertical-align: middle;
}
.button--lilac-filled:hover {
    background: #8d97be;
    color: #FFF;
}
.button--dark-blue-filled {
    background: #1466ac;
    color: #FFF;
    vertical-align: middle;
}
.button--dark-blue-filled:hover {
    background: #1f8dea;
    color: #FFF;
}
.button--vinous-filled {
    background: #893c4b;
    color: #FFF;
    vertical-align: middle;
}
.button--vinous-filled:hover {
    background: #c86276;
    color: #FFF;
}
.button--pink-filled {
    background: #c44379;
    color: #FFF;
    vertical-align: middle;
}
.button--pink-filled:hover {
    background: #f04379;
    color: #FFF;
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/components/bitrix/news.list/main-news/style.css?14829954601138*/
.main-news {
    display: flex;
    flex-flow: row wrap;
    max-width: 1020px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.main-news__items {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    max-width: 1020px;
    justify-content: space-between;
    flex-basis: 100%;
}
.main-news__item {
    background: #fff;
    max-width: 330px;
    position: relative;
    box-shadow: 0 2px 18px -2px rgba(0, 0, 0, 0.2);
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-end;
    margin: 5px;
}
.button--main-news{
    align-self: flex-end;
}
.main-news__title {
    overflow: hidden;
    padding: 0 30px;
    height: 70px;
    color: #000;
    margin: 0;
    flex-basis: 100%;
    text-decoration: none;
}
.main-news__title:hover{
    color: #000;
    text-decoration: underline;
}
.main-news__title h2{
    font-size: 120%;
    color: #000;
}
.main-news__date {
    padding: 10px 30px;
    color: #89969b;
    flex-basis: 100%;
}
.main-news__block-name {
    color: #000;
}
.main-news__image{
    width: 100%;
}
/* End */
/* /bitrix/components/openregion/mainpage/templates/.default/style.css?14958032187146 */
/* /bitrix/templates/openrepublic2016/components/bitrix/search.title/header-search/style.css?14823024001490 */
/* /bitrix/templates/openrepublic2016/components/bitrix/news/projects-carousel/bitrix/news.list/.default/style.css?14871628953196 */
/* /bitrix/components/openregion/mainpage.widgets/templates/.default/style.css?14829946804846 */
/* /bitrix/templates/openrepublic2016/components/bitrix/news.list/main-news/style.css?14829954601138 */
