@charset "utf-8";

/**
 *  Республиканская детская стоматологическая поликлиника
 *  ОСНОВНЫЕ СТИЛИ ШАБЛОНА
 *  АВТОР: АЛЕКСАНДР ЕРКО
 *	http://cms-admin.ru
 */

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #404553;
	background-color: #fdfefe;
	min-width: 1200px; /* удалить если будет адаптивный дизайн */
	position: relative;
	z-index: 0;
}
.wrapper {
	min-height: 100%;
	position: relative;
	z-index: 1;
}
.content {
	overflow:hidden;
	position: relative;
	padding-bottom: 130px; /* отстпуп должен быть равен высоте футера */
	position: relative;
	z-index: 2;
}
.footer{
	position: relative;
	height: 130px;
	margin-top: -130px;
	background: transparent;
  overflow: hidden;
	z-index: 3;
}
.container{
	width: 1200px !important; /* удалить если будет адаптивный дизайн */
}
/**
 *	1. ТИПОГРАФИКА
 */
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
h1,h2,h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
h4,h5,h6{
	margin-top: 10px;
	margin-bottom: 10px;
}
td > h1:first-child, td > h2:first-child, td > h3:first-child, td > h4:first-child, td > h5:first-child, td > h6:first-child {
	margin-top:0;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin: 0 0 10px;
}
ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0;
}
a {
	background: transparent;
	text-decoration: none;
	color: #dd5a4d;
}
a:active,a:hover,a:visited, a:-webkit-any-link {
	outline: 0;
	outline-color: transparent;
	border: 0 none;
}
img{
	border: 0;
}
b, strong {
	font-weight: bold;
}
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.nav-horizontal ul, .nav-vertical ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-horizontal > ul > li{
	display: block;
	float: left;
}
.nav-vertical > ul > li{
	display: block;
}
.nopad{
  padding: 0;
}
.nopad-left{
  padding-left: 0;
}
.nopad-right{
  padding-right: 0;
}
.nopad-top{
  padding-top: 0;
}
.nopad-bottom{
  padding-bottom: 0;
}
.text-overflow{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 *	2. ШАПКА
 */
.header{
  position: relative;
  width: 100%;
  height: 85px;
  background-color: #fdfefe;
  border-bottom: 5px solid #c4beb5;
  z-index: 4;
}
.header .container{
  position: relative;
}

/** 2.1. ЛОГОТИП В ШАПКЕ */
.header-logo{
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  padding: 10px 0 10px 80px;
}
.header-logo__image{
  position: absolute;
  top: 5px;
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.header-logo__image img{
  display: block;
  height: 100%;
  width: auto;
}
.header-logo__title{
  width: 100%;
  height: 80px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #90aeca;
  text-transform: uppercase;
}
.header-logo__title .decoration{
  display: block;
  font-weight: 300;
}
/** 2.2. ОСНОВНОЕ МЕНЮ */
.header-menu {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 5;
}
.header-menu .level-0__item{
  position: relative;
  height: 80px;
  padding: 0;
  line-height: 80px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-menu .level-0__item + .level-0__item{
  margin-left: 10px;
}
.header-menu .level-0__item > a{
  display: block;
  width: 100%;
  height: 100%;
  color: #504a4b;
  transition: color 0.5s ease;
}
.header-menu .level-0__item:hover > a,
.header-menu .level-0__item.active > a{
  color: #dd5a4d;
}
.header-menu .level-1{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.header-menu .level-0__item:hover .level-1{
  display: block;
}
.header-menu .level-1__item{
  min-width: 280px;
  height: auto;
  padding: 5px 10px;
  background-color: #c4beb5;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.header-menu .level-1 > .level-1__item:first-child{
  padding-top: 10px;
}
.header-menu .level-1 > .level-1__item:last-child{
  padding-bottom: 10px;
}
.header-menu .level-1__item a{
  display: block;
  width: 100%;
  color: #fdfefe;
}
/** 2.3. ПОИСК В ШАПКЕ */
.header-search{
  position: absolute;
  top: 100%;
  right: 15px;
  width: 300px;
  height: 30px;
}
.header-search__toggle{
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  float: right;
  border: 0 none;
  border-radius: 0 0 4px 4px;
  background-color: #c4beb5;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fdfefe;
  transition: background-color 0.5s ease;
}
.open .header-search__toggle{
  border-radius: 0 0 4px 0;
  background-color: #de8c84;
}
.header-search__form{
  position: relative;
  display: none;
  float: left;
  width: 270px;
  height: 30px;
  padding: 3px 30px 3px 3px;
  background-color: #504a4b;
  border-radius: 0 0 0 4px;
}
.open .header-search__form{
  display: block;
}
.header-search__form-text{
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  background-color: #fdfefe;
  border: 0 none;
  border-radius: 4px;
}
.header-search__form-submit{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fdfefe;
}
/**
 *	3. ГЛАВНАЯ СТРАНИЦА
 */
.home-widget .widget-head{
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
}
.home-widget .widget-head__title{
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.66667;
  text-align: center;
}
/** 3.1. СЛАЙДЕР НА ГЛАВНОЙ */
.home-slider{
  position: relative;
  width: 100%;
  height: 480px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 3;
}
.home-slider .bx-wrapper{
  position: relative;
  margin: 0;
  z-index: 5;
}
.home-slider ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-slider .slide{
  width: 100%;
  height: 480px;
  padding: 50px 0 0;
  overflow: hidden;
}
.home-slider .slide-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home-slider .slide-shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient( 0deg, rgba(253,254,254,0.90196) 0%, rgba(255,255,255,0.70196) 49%, rgba(255,255,255,0.7) 50%, rgba(253,254,254,0.2) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(253,254,254,0.90196) 0%, rgba(255,255,255,0.70196) 49%, rgba(255,255,255,0.7) 50%, rgba(253,254,254,0.2) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(253,254,254,0.90196) 0%, rgba(255,255,255,0.70196) 49%, rgba(255,255,255,0.7) 50%, rgba(253,254,254,0.2) 100%);
}
.home-slider .slide-title{
  width: 100%;
  max-height: 100px;
  margin: 0 0 20px;
  font-size: 24px;
  color: #65c9f3;
}
.home-slider .slide-text{
  width: 100%;
  max-height: 160px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #504a4b;
  overflow: hidden;
}
.home-slider .slide-text p{
  margin: 0;
}
.home-slider .slide-link{
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
}
.home-slider .slide-link a{
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 15px;
  line-height: 36px;
  background-color: transparent;
  border: 2px solid #c4beb5;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #de8c84;
  text-transform: uppercase;
}
.home-slider .slide-link a i{
  margin-right: 10px;
}
.home-slider .bx-wrapper .bx-pager{
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 1200px;
  height: 20px;
  margin: 0 0 0 -600px;
  padding: 0 15px;
  text-align: left;
}
.home-slider .bx-wrapper .bx-pager .bx-pager-item a{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #c9e1e9;
  border-radius: 4px;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background-color: transparent;
  border: 2px solid #90aeca;
}
/** 3.2. УСЛУГИ НА ГЛАВНОЙ */
.home-services{
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
  background-color: #f1f2f6;
}
.home-services__item{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.home-services__item-icon{
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  overflow: hidden;
  line-height: 80px;
  font-size: 72px;
  text-align: center;
  color: #90aeca;
}
.home-services__item-title{
  width: 100%;
  height: 50px;
  line-height: 25px;
  margin: 0 0 20px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #90aeca;
}
.home-services__item-title .decoration{
  display: block;
}
.home-services__item-text{
  width: 100%;
  height: 60px;
  overflow: hidden;
  font-weight: 300;
  text-align: center;
  color: #404553;
}
/** 3.3. ТЕКСТ ГЛАВНОЙ */
.home-page{
  position: relative;
}
.home-page .widget-head{
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
}
.home-page .widget-head__title{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #de8c84;
}
.home-page .widget-body{
  color: #504a4b;
}
.home-page .widget-body p{
  margin: 0 0 20px;
}
.home-page .widget-body:after{
  position: absolute;
  left: 100%;
  top: 0;
  width: 270px;
  height: 100%;
  margin-left: 15px;
  background: url(../images/home-page__bg.jpg) no-repeat center bottom;
  background-size: contain;
  content: "";
}
/** 3.4. ОТЗЫВЫ НА ГЛАВНОЙ */
.home-reviews{
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background: url(../images/home-reviews__bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 34;
}
.home-reviews:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(144, 174, 202, 0.8);
  content: "";
  z-index: 35;
}
.home-reviews > .container{
  position: relative;
  z-index: 36;
}
.home-reviews .widget-head{
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
}
.home-reviews .widget-head__title{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #fdfefe;
}
.home-reviews .review{
  position: relative;
  width: 100%;
  min-height: 40px;
  padding-left: 55px;
  margin-bottom: 20px;
}
.home-reviews .review:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #fdfefe;
  text-align: center;
  content: "\f10d";
}
.home-reviews .review-text{
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #fdfefe;
}
.home-reviews .review-data{
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fdfefe;
}
/** 3.5. СПЕЦИАЛИСТЫ НА ГЛАВНОЙ */
.home-personal{
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background-color: #f1f2f6;
}
.home-personal .widget-head{
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
}
.home-personal .widget-head__title{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #de8c84;
}
.home-personal .person{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 200px;
}
.home-personal .person-image{
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 250px;
  font-size: 250px;
  line-height: 250px;
  color: #c9e1e9;
  text-align: center;
  overflow: hidden;
}
.home-personal .person-image:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 250px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f2f6+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(241,242,246,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(241,242,246,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(241,242,246,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f6', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  content: '';
}
.home-personal .person-image:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f2f6+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(241,242,246,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(241,242,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(241,242,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f2f6',GradientType=0 ); /* IE6-9 */
  content: '';
}
.home-personal .person-image img{
  display: block;
  width: 100%;
  height: 100%;
}
.home-personal .person-post{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #404553;
}
.home-personal .person-name{
  width: 100%;
  height: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 20px;
  color: #90aeca;
}
.home-personal .person-data{
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 20px;
  font-weight: 600;
  color: #504a4b;
}
.person-rank{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #65c9f3;
}
/** 3.6. НОВОСТИ НА ГЛАВНОЙ */
.home-news{
  position: relative;
  width: 100%;
  padding: 20px 0 0;
}
.home-news .widget-head{
  width: 100%;
  height: 40px;
  margin: 0 0 20px;
}
.home-news .widget-head__title{
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #90aeca;
}
.home-news .article{
  width: 100%;
  margin-bottom: 20px;
}
.home-news .article-image{
  width: 100%;
  height: 160px;
  margin: 0;
  overflow: hidden;
}
.home-news .article-title{
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
}
.home-news .article-text{
  width: 100%;
  font-weight: 300;
}

/**
 *	4. ПОДВАЛ
 */

/** 4.1. МЕНЮ БАННЕРОВ В ПОДВАЛЕ */
.site-footer__banners{
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 10px 0;
  background-color: #f1f2f6;
  overflow: hidden;
}
.site-footer__banners ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer__banners .slide{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

/** 4.2. КОПИРАЙТЫ В ПОДВАЛЕ */
.site-footer__copyright{
	background-color: #c4beb5;
	height: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #504a4b;
}
.site-footer__copyright .col-6:first-child{
	text-align: left;
}
.site-footer__copyright .col-6:last-child{
	text-align: right;
}

/**
 *	5. ПУТЬ ПО САЙТУ
 */
.site-path{
  width: 100%;
  height: 45px;
  padding: 5px 0;
  background-color: #504a4b;
  border-bottom: 5px solid #c4beb5;
}
.site-path .widget-path{
  position: relative;
  width: 100%;
}
.site-path .widget-path > span{
  display: inline-block;
  margin: 0 20px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #fdfefe;
}
.site-path .widget-path > span i{
  font-size: 18px;
}
.site-path .widget-path > span a{
  display: block;
  position: relative;
  color: #c4beb5;
}
.site-path .widget-path > span a:after{
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-family: FontAwesome;
  font-size: 14px; 
  text-align: center;
  content: "\f105";
}

/**
 *	6. ЛЕВАЯ КОЛОНКА
 */
.site-content__left{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-content__left:after{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
  border-right: 1px solid #c4beb5;
  content: '';
}
.site-content__left .module-head{
  width: 100%;
  min-height: 30px;
  margin-bottom: 20px;
}
.site-content__left .module-head__title{
  float: left;
  margin: 0;
  line-height: 30px;
  font-size: 24px;
  color: #90aeca;
}
.site-content__left .module-head__action{
  position: relative;
  float: right;
  height: 30px;
  background-color: #de8c84;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fdfefe;
  text-transform: uppercase;
}

/**
 *	7. ПРАВАЯ КОЛОНКА
 */
.site-content__right{
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-content__right:before{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  border-right: 1px solid #c4beb5;
  content: '';
}
.site-content__right .widget{
  margin-bottom: 20px;
}
.site-content__right .widget:last-child{
  margin-bottom: 0;
}
.site-content__right .widget-head{
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0 0 20px;
}
.site-content__right .widget-head__title{
  width: 100%;
  height: 30px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #de8c84;
  text-transform: uppercase;
}
/** 7.1. МЕНЮ В ПРАВОЙ КОЛОНКЕ */
.right-menu .level-0{
  list-style-type: none;
	margin: 0;
	padding: 0;
}
.right-menu .level-0__item{
	position: relative;
  width: 100%;
  height: 30px;
  margin: 0 0 10px;
	padding: 4px 28px 4px 10px;
	border: 1px solid #c9e1e9;
  border-radius: 4px;
  overflow: hidden;
}
.right-menu .level-0__item-text{
	display: block;
	width: 100%;
	height: 20px;
  font-weight: 600;
	color: #404553;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  transition: color 0.5s ease;
}
.right-menu .level-0__item-text:hover{
  color: #dd5a4d;
}
.right-menu .level-0__item-icon{
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  background-color: #c9e1e9;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  color: #90aeca;
}
/** 7.2. ОТЗЫВЫ В ПРАВОЙ КОЛОНКЕ */
.right-reviews .widget-body{
  width: 100%;
  position: relative;
  padding: 15px;
  background: url(../images/home-reviews__bg.jpg) no-repeat center bottom;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  z-index: 72;
}
.right-reviews .widget-body:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #90aeca;
  opacity: 0.8;
  content: '';
  z-index: 73;
}
.right-reviews .inner{
  position: relative;
  z-index: 74;
}
.right-reviews .review-text{
  color: #fdfefe;
}
.right-reviews .review-title{
  position: relative;
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding-left: 50px;
}
.right-reviews .review-title__icon{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 40px;
  color: #fdfefe;
  text-align: center;
  border-radius: 4px;
}
.right-reviews .review-title__author{
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fdfefe;
}
/** 7.3. СПЕЦИАЛИСТЫ В ПРАВОЙ КОЛОНКЕ */
.right-personal .widget-item,
.page-personal .widget-item{
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
  padding: 10px 10px 10px 90px;
  background-color: #f1f2f6;
  border-radius: 4px;
  overflow: hidden;
}
.right-personal .widget-item:last-child{
	margin-bottom: 0;
}
.right-personal .widget-item__image,
.page-personal .widget-item__image{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin: 0;
	background-color: #c9e1e9;
	text-align: center;
	line-height: 78px;
	font-size: 80px;
	color: #90aeca;
	overflow: hidden;
}
.right-personal .widget-item__image img,
.page-personal .widget-item__image img{
  display: block;
  width: 100%;
  height: 100%;
}
.right-personal .widget-item__title,
.page-personal .widget-item__title{
	margin: 0 0 5px;
	font-size: 16px;
}
.right-personal .widget-item__text,
.page-personal .widget-item__text{
  height: 40px;
	line-height: 20px;
  font-weight: 300;
  overflow: hidden;
}
/** 7.4. ГАЛЕРЕЯ В ПРАВОЙ КОЛОНКЕ */
.right-gallery .photo{
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.right-gallery .photo.no-margin{
  margin-top: 0;
}
.right-gallery .photo.center{
  margin-left: 15px;
  margin-right: 15px;
}
.right-gallery .photo img{
  display: block;
  width: 100%;
  height: 100%;
}

/**
 *  8. МОДУЛЬ СТАТЕЙ
 */
.module-core .article{
	width: 100%;
	margin-bottom: 20px;
}
.module-core .article-image{
	width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.module-core .article-image img,
.module-core .page-meta__image img{
  display: block;
	width: 100%;
	height: 100%;
}
.module-core .article-title{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
}
.module-core .article-date,
.module-core .page-meta__date{
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 600;
  color: #90aeca;
}
.module-core .page-meta{
  width: 195px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
.module-core .page-meta__image{
  width: 195px;
  height: 120px;
  margin: 0 0 10px;
  overflow: hidden;
}
.module-core .page-meta__date{
  margin: 0;
}
.module-core .page-text table,
.module-core .page-text tr,
.module-core .page-text td{
  border-color: #c4beb5;
}
.module-core .page-text table{
  font-size: 12px;
  line-height: normal;
}
.module-core .page-text td{
  padding: 4px 8px;
  vertical-align: top;
}
.module-core .page-text td p{
  margin-bottom: 5px;
}
.module-core .page-text td p:last-child{
  margin-bottom: 0;
}

/**
 *  9. МОДУЛЬ КОММЕНТАРИЕВ
 */
.module-comments .message{
	position: relative;
  min-height: 50px;
  margin: 0 0 20px;
  padding: 0 10px 0 60px;
  border-left: 1px solid #c9e1e9;
  border-bottom: 1px solid #c9e1e9;
  border-radius: 0 0 0 4px;
}
.module-comments .message-icon{
  position: absolute;
  display: block;
  top: 0px;
	left: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #c9e1e9;
  border-radius: 0 4px 4px 0;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  color: #90aeca;
  overflow: hidden;
}
.module-comments .message-head{
  width: 100%;
  margin: 0 0 5px;
}
.module-comments .message-head__user{
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #65c9f3;
  text-transform: uppercase;
}
.module-comments .message-head__user span{
  display: inline-block;
}
.module-comments .message-head__rating{
  float: right;
  font-size: 18px;
  color: #de8c84;
}
.module-comments .message-content{
  margin: 0 0 10px;
}
.module-comments .message-subcontent{
  margin: 10px 0 0;
  list-style-type: none;
  padding: 0;
}
.module-comments .message-subcontent .message{
  border-left: 1px solid #c4beb5;
  border-bottom: 1px solid #c4beb5;
  padding-left: 45px;
}
.module-comments .message-subcontent .message-icon{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  background-color: #c4beb5;
  color: #504a4b;
}
.module-comments .message-subcontent .message-head{
  margin-bottom: 5px;
}
.module-comments .message-subcontent .message-head__user{
  font-size: 14px;
}
.module-comments .message-subcontent .message-content{
  line-height: 1.1;
}
.module-comments .message-controls{
  margin-bottom: 10px;
}
.module-comments .message-controls button,
.module-comments .form-submit button{
  position: relative;
  display: block;
  height: 30px;
  padding: 5px 10px 5px 40px;
  color: #404553;
  background-color: #f1f2f6;
  border: 0 none;
  border-radius: 4px;
  overflow: hidden;
}
.module-comments .message-controls .message-controls__like,
.module-comments .message-controls .message-controls__dislike{
  color: #dd5a4d;
}
.module-comments .form-submit button{
  background-color: #65c9f3;
}
.module-comments .message-controls button .icon,
.module-comments .form-submit button .icon{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #fdfefe;
  background-color: #90aeca;
  border-radius: 4px 0 0 4px;
}
.module-comments .message-controls .message-controls__like .icon,
.module-comments .message-controls .message-controls__dislike .icon{
  background-color: #de8c84;
}
.module-comments .message-controls button .text,
.module-comments .form-submit button .text,
.module-comments .message-controls button .comments-button__counter{
  display: block;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.module-comments .message-controls__reply{
  float: left;
}
.module-comments .message-controls__dislike,
.module-comments .message-controls__like{
  float: right;
  margin-left: 10px;
}

.module-comments .message-form{
	background-color: #f1f2f6;
  border-radius: 4px;
  position: relative;
  padding: 15px;
}
.module-comments .star-big,
.module-comments .star-big div,
.module-comments .star-big span{
  background: url('../images/star-comment.png');
}
.module-comments .form-control{
  margin-bottom: 10px;
}
.module-comments .form-control__title label{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.module-comments .form-control__hint{
  color: #504a4b;
  margin-bottom: 5px;
  font-weight: 500;
}
.module-comments .form-control__hint img{
  display: inline-block;
}
.module-comments .form-control__data input[type="text"],
.module-comments .form-control__data input[type="date"],
.module-comments .form-control__data input[type="password"],
.module-comments .form-control__data textarea{
  background-color: #fdfefe;
  border: 1px solid #90aeca;
  border-radius: 4px;
  width: 100%;
  padding: 5px 15px;
  transition: border-color 0.5s ease;
}
.module-comments .form-control__data input[type="text"],
.module-comments .form-control__data input[type="date"],
.module-comments .form-control__data input[type="password"]{
  height: 30px;
}
.module-comments .form-control__data textarea{
  min-height: 120px;
}
.module-comments .form-control__data input[type="text"]:focus,
.module-comments .form-control__data input[type="date"]:focus,
.module-comments .form-control__data input[type="password"]:focus,
.module-comments .form-control__data textarea:focus{
  border-color: #de8c84;
}
.module-comments .form-control__error{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #dd5a4d;
}
.module-comments .form-submit button{
  float: right;
  background-color: #90aeca;
}
.module-comments .form-submit button .icon{
  background-color: #65c9f3;
}
.module-comments .form-submit button .text{
  color: #fdfefe;
}
.module-comments .message-reply{
  display: none;
  margin: 10px 0;
}

/**
 *  10. МОДУЛЬ ГАЛЕРЕИ
 */
.module-gallery .album{
	width: 100%;
	margin-bottom: 20px;
}
.module-gallery .album-image,
.page-album .image{
  position: relative;
	width: 100%;
  height: 56.25%;
  margin: 0 0 10px;
  border-radius: 4px;
  overflow: hidden;
}
.module-gallery .album-image__hover,
.page-album .image-hover{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(144,174,202,0.9);
  border-radius: 4px;
  line-height: 152px;
  font-size: 24px;
  color: #fdfefe;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.module-gallery .album-image:hover .album-image__hover,
.page-album .image:hover .image-hover{
  opacity: 1;
}
.module-gallery .album-image img,
.page-album .image img{
  display: block;
	width: 100%;
	height: 100%;
}
.module-gallery .album-title{
	width: 100%;
  height: 40px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #dd5a4d;
  overflow: hidden;
}
.module-gallery .album-text{
	width: 100%;
  height: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  overflow: hidden;
}

/**
 *  11. МОДУЛЬ КАДРЫ
 */
.module-staff .person{
	width: 100%;
	margin-bottom: 20px;
}
.module-staff .person-photo{
	width: 100%;
	height: 115px;
	margin: 0;
  background-color: #c9e1e9;
  border-radius: 4px;
  text-align: center;
  line-height: 115px;
  font-size: 92px;
  color: #90aeca;
  overflow: hidden;
}
.module-staff .person-title{
	margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
}
.module-staff .person-text__title{
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 600;
  color: #65c9f3;
}

/**
 *  12. МОДУЛЬ ВОПРОСЫ И ОТВЕТЫ
 */
.module-faq .message-head{
  height: auto;
}
.module-faq .message-head__user{
  float: none;
}
.module-faq .message-subcontent{
  display: none;
}
.module-faq .module-caution{
  position: relative;
  min-height: 50px;
  margin: 0 0 20px;
  padding: 0 10px 0 60px;
  border-left: 1px solid #c9e1e9;
  border-bottom: 1px solid #c9e1e9;
  border-radius: 0 0 0 4px;
}
.module-faq .module-caution__icon{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  background-color: #c9e1e9;
  border-radius: 0 4px 4px 0;
  color: #90aeca;
  overflow: hidden;
}
.module-faq .true .module-caution__icon{
  background-color: #90aeca;
  color: #fdfefe;
}
.module-faq .false .module-caution__icon{
  background-color: #de8c84;
  color: #fdfefe;
}
.module-faq .module-caution__title{
  width: 100%;
  margin: 0 0 10px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
}
.module-faq .true .module-caution__title{
	color: #90aeca;
}
.module-faq .false .module-caution__title{
	color: #dd5a4d;
}
.module-faq .module-caution__content p{
  margin-bottom: 5px;
}
.module-faq .module-caution__content p:last-child{
  margin-bottom: 10px;
}

/**
 *  13. ПАГИНАЦИЯ
 */
.pagination ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination ul li{
	display: block;
	float: left;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
  background-color: #de8c84;
  border-radius: 4px;
  color: #fdfefe;
}
.pagination ul li + li{
  margin-left: 10px;
}
.pagination ul li.active{
	background-color: #f1f2f6;
  color: #404553;
}
.pagination ul li a{
	display: block;
	width: 100%;
	height: 100%;
  color: #fdfefe;
}

/**
 *  14. МОДУЛЬ КАРТА САЙТА
 */
.module-sitemap .module-content{
	padding-left: 15px;
}
.module-sitemap ul{
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}
.module-sitemap ul li{
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.module-sitemap ul li:before{
	position: absolute;
	display: block;
	top: 0;
	left: -20px;
	height: 20px;
	width: 20px;
	text-align: left;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 20px;
	content: "\f07c";
}
.module-sitemap ul ul li{
	margin-bottom: 5px;
}
.module-sitemap ul ul li:before{
	content: "\f15c";
}
.module-sitemap ul li a,
.module-sitemap ul li:before{
	color: #504a4b;
	transition: color 0.5s ease;
}
.module-sitemap ul li:hover a,
.module-sitemap ul li:hover:before{
	color: #de8c84;
}

/**
 *  15. МОДУЛЬ ОБРАТНАЯ СВЯЗЬ
 */
.module-feedback .widget{
	margin-bottom: 20px;
}
.module-feedback .widget p:last-child{
	margin-bottom: 0;
}
/**
 *  16. МОДУЛЬ ОБРАТНАЯ СВЯЗЬ
 */
.module-feedback .widget{
	margin-bottom: 20px;
}
.module-feedback .widget p:last-child{
	margin-bottom: 0;
}
.module-feedback #map{
  height: 400px;
}


#js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;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:240px;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}@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}@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}@font-face{font-family:RobotoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:Geometria;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Geometria-ExtraBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}
#js-show-iframe-wrapper{background:var(--pos-banner-fluid-12__background)}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{width:100%;min-height:52px;background:#fff;color:#0b1f33;font-size:16px;font-family:LatoWeb,sans-serif;font-weight:400;padding:0;line-height:1.2}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#e4ecfd}#js-show-iframe-wrapper .bf-12{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-12__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-12__grid-template-rows);width:100%;max-width:var(--pos-banner-fluid-12__max-width);box-sizing:border-box;grid-auto-flow:row dense}#js-show-iframe-wrapper .bf-12__decor{background:var(--pos-banner-fluid-12__bg-url) var(--pos-banner-fluid-12__bg-url-position) no-repeat;background-size:var(--pos-banner-fluid-12__bg-size);background-color:#f8efec;position:relative}#js-show-iframe-wrapper .bf-12__content{display:flex;flex-direction:column;padding:var(--pos-banner-fluid-12__content-padding);grid-row:var(--pos-banner-fluid-12__content-grid-row);justify-content:center}#js-show-iframe-wrapper .bf-12__text{margin:var(--pos-banner-fluid-12__text-margin);font-size:var(--pos-banner-fluid-12__text-font-size);line-height:1.2;font-family:LatoWeb,sans-serif;font-weight:700;color:#0b1f33}#js-show-iframe-wrapper .bf-12__bottom-wrap{display:flex;flex-direction:row;align-items:center}#js-show-iframe-wrapper .bf-12__logo-wrap{position:absolute;top:var(--pos-banner-fluid-12__logo-wrap-top);right:var(--pos-banner-fluid-12__logo-wrap-right)}#js-show-iframe-wrapper .bf-12__logo{width:var(--pos-banner-fluid-12__logo-width);margin-left:1px}#js-show-iframe-wrapper .bf-12__slogan{font-family:LatoWeb,sans-serif;font-weight:700;font-size:var(--pos-banner-fluid-12__slogan-font-size);line-height:1.2;color:#005ca9}#js-show-iframe-wrapper .bf-12__btn-wrap{width:100%;max-width:var(--pos-banner-fluid-12__button-wrap-max-width)}