

/* Start:/bitrix/templates/template.main/css/global/global.css?175152907817165*/
/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
}
body, html { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
	background-color: #ffffff;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

/* 
	Стилизация ajax лоадера
*/
body > div[id^="wait_"] {
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url('/bitrix/templates/template.main/css/global/../../img/loading.gif') no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}

img { 
	border: none; 
	/*margin: 0; */
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	line-height: 1.2;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5, h6{
	font-size: 16px;
}
p {
	margin: 0.8em 0;
	padding: 0;
}

.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}
.g-nobr {
	white-space: nowrap;
}
.g-menu ul, .g-menu li,
nav ul, nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
  .g-menu a, nav a,
  .g-menu a:visited, nav a:visited {
    border-bottom-style: none;
    color: inherit;
    display: block;
  }
.g-half-link {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}
.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}
.g-select-img-left {
	float: left;
	width: 300px;
	margin: 5px 10px 5px 0px;
	padding: 10px;
	text-align: center;
	background: #f1f1f1;
	border-radius: 5px;
}
.g-select-img-right {
	float: right;
	width: 300px;
	margin: 5px 0px 5px 10px;
	padding: 10px;
	text-align: center;
	background: #f1f1f1;
	border-radius: 5px;
}
.g-select-img-left img, .g-select-img-right img {
	width: 100%;
}
.g-select-img-left p, .g-select-img-right p {
	color: #888;
}
.g-ico {
	background-image: url('/bitrix/templates/template.main/css/global/../../img/ico-map.png');
}

.topbutton {
width:100px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
bottom:50px;
right:50px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}

.poisk{
    border: 2px solid #ececec;
	background-color: white;
	color: #4A4A4A;
    height: 39px;
    position: relative;
	right: -35px;
    width: 243px;
	vertical-align: middle;
	font-size: 13pt;
    cursor: pointer;
}

.kartinka {
vertical-align: middle;
float: right;
}

/* КУКИ */

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: rgba(151, 190, 146, 0.9);
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#cookie_notification p{
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: black;
/*  text-shadow: 0 0 4px #383838; */
  font-weight: 500;
}

.cookie_accept {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #0081d3;
  color: #fff;
  font-weight: lighter;
  cursor: pointer;
  height: 36px;
  width: 120px;
  border: 1px solid #385673;
  }

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 15px 10px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}

/* ГЛАВНАЯ СТРАНИЦА */

.square-button-main {
  align-items: center;
  background-color: #fff;

  border: 2px solid #97be92;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  display: table-cell;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  width: 208px;
  height: 208px;
  padding: 0 7px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: 6px 6px 0 0 #97be92;
  transition: box-shadow 0.3s ease-in-out;
}

/*.square-button-main:after {
  background-color: #97be92;
  border-radius: 8px;
  content: "";
  height: 208px;
  width: 208px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(10px, 10px);
  transition: transform .2s ease-out;
  z-index: -1;
} */

.square-button-main:active {
  background-color: #97be92;
  outline: 0;
}

.square-button-main:hover {
  outline: 0;
  box-shadow: 0 0 0 0 #97be92;
}

.sslka-main-page-img {
transition: all 0.3s ease-in-out;
}

.sslka-main-page-img:hover {
opacity: 80%;
}

/* увеличение при нажатии */
.img-zoom:active {
transform: scale(3.5);
}
.img-zoom-left:active {
transform: scale(3.5);
position: relative;
left: 108%;
}
.img-zoom-right:active {
transform: scale(3.5);
position: relative;
right: 108%;
}

/* ТАБЛИЦЫ */

.white-table {
border: 2px;
border-bottom: solid white;
border-top: solid white;
border-left: solid white;
}

/* КНОПКИ */

a.knopka {
  color: #444; /* цвет текста */
  background: #fff; /* фон кнопки */
  padding: 4px 18px; /* отступ от текста */
  border: 2px solid #b2ccf0;
  border-radius: 16px;
  cursor:pointer;
  text-decoration: none;
} 

a.knopka:hover { 
  background: #fff; 
  color: #0081d3;
  text-decoration: none;
  border: 2px solid #f0b2b2;

} /* при наведении курсора мышки */

a.knopka:active { background: #fff; /* при нажатии #C6D4E6 */
} 

a.bank-knopka {
  color: #0081d3; /* цвет текста */
  background: #edf6fc; /* фон кнопки */
  padding: 7px 28px; /* отступ от текста */
  border: 2px solid #b2ccf0;
  border-radius: 16px;
  text-decoration: none;
}

a.bank-knopka:hover { 
  color: #0081d3; /* 0081d3 */
  /* background: #FBFCFE; /* фон кнопки EDEEFC */
  text-decoration: none;
  font-size:18px;
  border: 2px solid #f0b2b2;

} /* при наведении курсора мышки */

summary:focus {
     outline: 0;
}

.block1 { 
    height: 1000px; /* Высота блока */
    background: #eeeeee;
   }

.dline {
    line-height: 1;
   }

.zayavka-konkurs {
transition: all 0.3s ease-in-out;
}

.zayavka-konkurs:hover {
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);  
  transform: translateY(-10px);
}

/* переливающаяся кнопка */

.button-grad {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #a60000;
  color: white;
  transition: .2s ease-in-out;
	background: #a60000;;
}
.button-grad-a {
color: white!important;
transition: .6s ease-in-out;
}

.button-grad:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 55px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
.button-grad:hover {
  background: #fff;
  color: black;
  text-decoration: none !important;
	transition: .6s ease-in-out;
}

.button-grad-a:hover {
color: black!important;
	transition: .6s linear;
}

.button-grad:hover:before {
  left: 1200px;
  transition: .8s ease-in-out;
}

.square-button-citizen {
  align-items: center;
  background-color: #fff;
  border: 2px solid #97be92;
  border-radius: 8px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  display: table-cell;
  justify-content: center;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
}



.soc-table {
border-bottom: 2px solid white;
border-top: 2px solid white;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
}

.soc-table-left {
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid #e1e1e1;
border-right: 1px solid white;
}
.soc-table-right {
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid #e1e1e1;
}

.soc-st-left {
border-left: 2px solid white;
border-right: 1px solid #e1e1e1;
}

.soc-st-right {
border-right: 2px solid white;
border-left: 1px solid #e1e1e1;
}

.personal {
line-height: 1 !important;
}



/* скрытие блока в инфоблоке, который выскакивал сверху */


.product-item-detail-short-card-fixed.active {
  visibility: hidden !important; 
  opacity: 0 !important;
  display: none;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
  visibility: hidden !important; 
  opacity: 0 !important;
  display: none;
}

.product-item-detail-tabs-list {
  visibility: hidden !important; 
  opacity: 0 !important;
  display: none;
}

.product-item-detail-pay-block {
  display: none;
}

.product-item-label-top {
  top: 5px;
}

.product-item-label-right {
  right: -50px;
}

/* ЛУЧШИЕ ПРАКТИКИ */

.ptractics-table {
  border: 0 solid white;
}

.ptractics-table-left {
  width: 32%;
  vertical-align: top !important;
  text-align: center !important;
  font-weight: 600;
  border-top: 1px solid #155D93;
  border-bottom: 1px solid #155D93;
}

.ptractics-table-right {
  vertical-align: top !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: justify !important;
  border-top: 1px solid #155D93;
  border-bottom: 1px solid #155D93;
}

.ptractics-table-opis {
  vertical-align: top !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: justify !important;
  border-top: 1px solid #155D93;
  border-bottom: 1px solid #155D93;
}

.practics-nazv {
  text-align: center;
  font-family: Tahoma, Geneva;
  color: #155D93;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: -8px;
}

a.practics-knopka {
  color: #444; /* цвет текста */
  background: #fff; /* фон кнопки */
  padding: 6px 36px; /* отступ от текста */
  border: 2px solid #155D93;
  border-radius: 16px;
  cursor:pointer;
  text-decoration: none;
  font-size: 18px;
} 

a.practics-knopka:hover { 
  background: #fff; 
  color: #0081d3;
  text-decoration: none;
  border: 2px solid #f0b2b2;
} 

.practics-fin {
  text-transform: uppercase;
  color: #a50d18;
  font-size: 18px;
  font-family: Tahoma, Geneva;
  font-weight: 600;
  text-align: right;
  border-bottom: 1px solid #155D93;
  border-top: 1px solid white;
  width: 5%;
}

.practics-fin-img {
  border-bottom: 1px solid #155D93;
  border-top: 1px solid white;
  padding-right: 5px;
}

.ptractics-table-regl {
  border-top: 1px solid #155D93 !important;
  border-bottom: 1px solid #155D93 !important;
  border-right: 1px solid #155D93 !important;
  border-left: 1px solid #155D93 !important;
  padding: 15px 10px !important;
  font-weight: 400;
}

/* при наведении курсора мышки */

a.practics-knopka:active { background: #fff; } /* при нажатии #C6D4E6 */

.news-photo-left {
 padding-right: 20px;
}

.news-photo-right {
padding-left: 20px;
}


/* ЧЕМПИОНАТ */

/* кнопки */

.button-chemp {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #fed600;
  color: #000;
  transition: .2s ease-in-out;
  background: #fed600;
  font-weight: 600;
  font-size: 16pt;
}

.button-chemp:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 75px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -80px;
  transform: skewX(-45deg);
}
.button-chemp:hover {
  background: #fff !important;
  text-decoration: none !important;
  transition: .6s ease-in-out;
  color: black;
}

.btn {
}

.btn:hover {
color:black;
}

.button-chemp:hover:before {
  left: 1000px;
  transition: .8s ease-in-out;
}

.p-chemp {
  text-align: justify;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 18pt;
  line-height: 1.5em
}

.link-chemp {
  color: #333!important;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}


/* HOVER ЭФФЕКТЫ */

/* блок DIV */

.block-div: {
transition: all 300ms ease;
}

.block-div:hover {
z-index: 100;
background: yellow;
padding: 20px 0;
}

/* КАРУСЕЛЬ */

/**
 * ItcSlider
 * @version 1.0.1
 * @author https://github.com/itchief
 * @copyright Alexander Maltsev 2020 - 2023
 * @license MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
 * @tutorial https://itchief.ru/javascript/slider
 */

.itc-slider {
  position: relative;
}

.itc-slider-wrapper {
  overflow: hidden;
  background-color: none;
}

.itc-slider-items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider-transition-none {
  transition: none;
}

.itc-slider-item {
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */

.itc-slider-btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 35px;
  color: #fff;
  text-align: center;
  background: rgb(0 129 211 / 50%);
  border: none;
  border-radius: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0 3px;
}

.itc-slider-btn-hide {
  display: none;
}

.itc-slider-btn-prev {
  left: 0;
}

.itc-slider-btn-next {
  right: 0;
}

.itc-slider-btn:hover
{
  color: #fff;
  text-decoration: none;
  background: rgb(0 129 211 / 30%);
  outline: 0;
}

.itc-slider-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider-btn-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider-btn-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */

.itc-slider-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider-indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider-indicator-active {
  background-color: rgb(255 255 255 / 90%);
}

/* слайды */

.container {
  max-width: 100%;
  margin: 0 auto;
box-shadow: 0 0 7px 0 rgba(0, 129, 211, 0.1);
}

.itc-slider-item {
flex: 0 0 50%;
max-width: 50%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
color: black;
}

/*.itc-slider-item::after {
  content: " ";
  background: #0081d3;
  width: 1px;
  height: 180px;
  position: absolute;
  right: 100%;
}
.itc-slider-item::before {
  content: " ";
  background: #0081d3;
  width: 1px;
  height: 180px;
  position: absolute;
  left: 100%;
}*/


/* РЕЕСТР */

.reestr-details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

.reestr-summary {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.95em;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

.reestr-details[open] {
  padding: 0.5em;
}

.reestr-details[open] .reestr-summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}

.reestr-summary::before {
  content: "\25B6";
  padding-right: 0.5em;
}

.reestr-details[open] > .reestr-summary::before {
  content: "\25BC";
  padding-right: 0.5em;
}

.reestr-prog-details {
  font-size: 0.8em;
  line-height: 1.2em;
}

.reestr-prog-summary {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 15px;
}

.reestr-prog-summary::before {
  content: "\25B6";
  padding-right: 0.5em;
}

.reestr-prog-details[open] > .reestr-prog-summary::before {
  content: "\25BC";
  padding-right: 0.5em;
}

.reestr-prog-details[open] {
  margin-bottom: 15px;
}

.reestr-site {
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 300;
}
/* End */


/* Start:/bitrix/templates/template.main/css/global/font.css?17448306024969*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Light'), local('SegoeUI-Light'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Light Italic'), local('SegoeUI-Light-Italic'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Light-Italic/latest.woff2') format('woff2'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Light-Italic/latest.woff') format('woff'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Light-Italic/latest.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Semilight'), local('SegoeUI-Semilight'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight/latest.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Semilight Italic'), local('SegoeUI-Semilight-Italic'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight-Italic/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight-Italic/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semilight-Italic/latest.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI'), local('SegoeUI'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Normal/latest.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Italic/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Italic/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Italic/latest.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Semibold'), local('SegoeUI-Semibold'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold/latest.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Semibold Italic'), local('SegoeUI-Semibold-Italic'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold-Italic/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold-Italic/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Semibold-Italic/latest.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.woff2') format('woff2'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.woff') format('woff'),
       url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Bold/latest.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Bold Italic'), local('SegoeUI-Bold-Italic'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Bold-Italic/latest.woff2') format('woff2'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Bold-Italic/latest.woff') format('woff'),
       url('https://www.microsoft.com/fonts/Segoe-UI/Cyrillic/Bold-Italic/latest.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


body {
	color: #000;
	font: 16px/1.4 'Segoe UI', sans-serif;
  font-weight: 200;
}
a {
}
a, a:visited { 
	color: #0081d3;
  text-decoration: none;
  border-bottom: 1px solid #b2ccf0;
}
a:hover, a:active {
	color: #ea4d51;
  text-decoration: none;
  border-bottom-color: #f0b2b2;
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/holster.css?17448306021722*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	/*background-image: url('/bitrix/templates/template.main/css/layout/../../img/background.png');*/
	/*font: 16px/1.4 "Segoe UI", sans-serif;*/
	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background-color: #ebeeef;
}
	.l-page-holder {
		background-color: #fff;
		box-shadow: 0 0 10px 0 #ccc;
		margin: 0 auto;
		max-width: 1200px;
		/*padding: 0 30px 80px;*/
	}
		.l-wrapper {
			width: 100%;
		}
			.l-header {
				/*height: 80px;*/
				background: url('/bitrix/templates/template.main/css/layout/../../img/header-and-footer-background.png');
				border-bottom: 3px solid #eef1f3;
				line-height: 1;
				padding: 0 50px;
			}
				.l-header:before {
					background: linear-gradient(to right, #0081d3 842px, #4bab33 842px, #4bab33 1050px, #0081d3 1050px);
					content: '\00a0';
					display: block;
					height: 3px;
					width: 100%;
				}
			.l-page-content, .l-page-left, .l-page-right {
				padding-top: 18px; 
			}
			.l-page-content {
				width: 100%;
				float: left;
				overflow: hidden;
			}
				.l-content {
					margin: 0 50px 0 288px;
				}
				.page-index .l-content {
					margin-left: 50px;
					margin-right: 50px;
				}
			.l-page-left {
				float: left;
				width: 288px;
				margin-left: -100%;
				overflow: hidden;
			}
			.page-index .l-page-left {
				clear: both;
				float: none;
				margin: 0;
				width: 100%;
			}
			.l-page-right {
				float: left;
				width: 250px;
				margin-left: -250px;
				overflow: hidden;
			}
			.page-index .l-page-right {
				display: none;
			}
	.l-footer {
		/*position: absolute;
		bottom: 0; 
		left: 0;
		width: 100%;*/
		/*height: 80px;*/
	}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/blocks.css?17448306028551*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */


/* Стили меню в шапке и подвале сайта */
.b-nav {}
	.b-nav ul {
		display: table;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		.b-nav li {
			color: #fff;
			display: table-cell;
			text-align: center;
			text-transform: uppercase;
			vertical-align: middle;
		}
			.b-nav li + li {
				border-left: 1px solid #fff;
			}
			.b-nav a {
				font-size: 18px;
				font-weight: 200;
				height: 40px;
				line-height: 40px;
				text-decoration: none;
				vertical-align: middle;
				width: 100%;
			}
			.b-nav a.root-selected,
			.b-nav a:hover {
				background: #93c487;
			}
/* Конец стилей меню */

/* Стили шапки сайта */
.b-header {
	display: table;
	padding-top: 6px;
	width: 100%;
}
	.b-header a {
		border-bottom-style: none;
	}
	.b-header_logo-image,
	.b-header_logo-text {
		float: left;
	}
	.b-header_logo-text {
		width: 550px;
		margin-top: 45px;
	}
			.b-header_logo-text div {
				font-size: 18px;
				font-weight: 200;
			}
			.b-header_logo-text div + div {
				font-size: 30px;
				text-transform: uppercase;
				margin-top: 10px;
			}
			.b-header_logo-image {
				left: -10px;
				padding-right: 5px;
				position: relative;
			}
	.b-header_contacts-and-search {
		float: right;
		margin-top: 38px;
		position: relative;
		right: 27px;
	}
	.b-header_contacts {
		background: url('/bitrix/templates/template.main/css/layout/../../img/header-contacts_phone-image.png') left center no-repeat;
		display: inline-block;
		font-weight: 200;
		text-align: left;
		height: 44px;
		padding-left: 60px;
	}
		.b-header_contacts div {
			font-size: 16px;
		}
		.b-header_contacts div + div {
			font-size: 24px;
			margin-top: 5px;
		}
	.b-header_search {
		margin: 25px 0 0 -30px;
		font-size: 0;
	}
		.b-header_search input {
			position: relative;
			vertical-align: middle;
			font-size: 16px;
		}
		.b-header_search input[type="search"] {
			border: 2px solid #ececec;
			height: 39px;
			padding-right: 31px;
			position: relative;
			right: -35px;
			width: 243px;
		}
		.b-header_search input[type="button"] {
			background-color: transparent;
			background: url('/bitrix/templates/template.main/css/layout/../../img/header-search_search_button.png') center center no-repeat;
			border: none;
			cursor: pointer;
			height: 35px;
			width: 35px;
		}

	.b-header_nav {
		position: relative;
		top: 21px;
	}
		.b-header_nav a {
			background: #0081d3;
			color: #fff;
		}
/* Конец стилей шапки сайта */

/* Стили левой колонки (на главной блок под контентом) */
.l-page-left {}
	.l-page-left a {
		border-bottom-style: none;
	}
	.left-icons ul, 
	ul.left-icons {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		.page-index .left-icons {
		}
		.left-icons li {
			display: inline-block;
			font-size: 18px;
			line-height: 22px;
			margin: 0 26px; 
			padding-bottom: 30px;
			padding-top: 20px;
			text-align: center;
			vertical-align: top;
			width: 236px;
			border-top: 3px solid #0081d3;
		}
		.left-icons li + li {
			border-top: none;			
		}
		.page-index .left-icons li {
			border-top-width: 8px;
			margin-bottom: 20px;
		}
		.page-index .left-icons li + li {
			border-top: 8px solid #0081d3;
		}
		.left-icons div {
			margin-top: 16px;
		}
		.left-icons a {
		}
		.left-icons a:hover,
		.left-icons a:active {
			color: #0081d3;
		}
		.left-icons a[href^="tel"],
		.left-icons a[href^="tel"]:visited {
			color: #0081d3;
			font-size: 30px;
			margin-top: 12px;
		}
		.left-icons a[href^="tel"]:hover,
		.left-icons a[href^="tel"]:active {
			color: #ea4d51;
		}

/* Конец стилей левой колонки (на главной блок под контентом) */

.b-content {
	margin-top: 20px;
}

/* Стили главной страницы */
	.b-page-main_greating-word {
		font-size: 15px;
		font-weight: 200;
		line-height: 20px;
	}
		.b-page-main_greating-word h2 {
			margin: 0 0 25px 0;
		}
		.b-page-main_greating-word .g-img-left {
			margin-right: 38px;
		}

	.b-page-main-block {
		border-top: 8px solid #0081d3;
		display: table;
		margin: 25px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
	}
		.b-page-main-block .b-left,
		.b-page-main-block .b-right {
			display: table-cell;
			vertical-align: top;
			overflow: hidden;
		}
		.b-page-main-block .b-left {
			padding: 0px 15px 0px 0px;
			width: 530px;
		}
			.b-page-main_photos {
				overflow: hidden;
				max-height: 370px;
			}
			.b-page-main-block .b-left img {
				height: auto;
				width: 100%;
			}
		.b-page-main-block .b-right {
			padding: 0px 0px 0px 15px;
			width: 540px;
		}

/* Конец стилей главной страницы */

/* Стили подвала сайта */
.l-footer {
	margin-top: 50px;
}
	.b-footer_top,
	.b-footer_bottom {
		font-family: Verdana, sans-serif;
		font-size: 10px;
		font-weight: 400;/*normal*/
		margin: 0 auto;
		width: 1100px;/* footer width = 50px + 1100px + 50px */
	}
	.b-footer_top a,
	.b-footer_bottom a {
		border-bottom-style: none;
	}
	.b-footer_top {
		background: url('/bitrix/templates/template.main/css/layout/../../img/header-and-footer-background.png');
		border-top: 3px solid #eef1f3;
		line-height: 1;
	}
		.b-footer-top, 
		.b-footer-bottom {
			display: table;
			width: 100%;
		}
			.b-footer_top .b-left,
			.b-footer_top .b-right, 
			.b-footer_bottom .b-left,
			.b-footer_bottom .b-right { 
				display: table-cell;
				vertical-align: top;
			}
		.b-footer_top {
			padding: 17px 50px 25px;
		}
			.b-footer_top .b-left {
				width: 450px;
			}
				.b-footer_nav {
					font-family: 'Segoe UI', sans-serif;
					font-size: 18px;
				  font-weight: 200;/*light*/
					margin-top: 10px;
					width: 369px;
				}
				.b-footer_nav a {
					background: #97be92;
					color: #fff;
				}
			.b-footer_top .b-right {
				position: relative;
				text-align: right;
				width: 650px;
			}
				.b-footer_top .b-right > span {
					display: none;
				}
				.b-footer_top .b-right a {
					display: inline-block;
					vertical-align: top;
				}
				.b-footer_top .b-right div + a, 
				.b-footer_top .b-right a + div, 
				.b-footer_top .b-right div + div, 
				.b-footer_top .b-right a + a {
					margin-left: 20px;
				}
				.b-footer_partners-item_prav-sverdl-obl {
					position: relative;
				}
				/*.b-footer_partners-item_prav-sverdl-obl:before {
					background-color: #ea4d52;
					content: 'Правительство свердловской области';
					box-sizing: border-box;
					color: #fff;
					font-size: 10px;
					left: -93px;
					padding: 10px;
					position: absolute;
					text-transform: uppercase;
					top: -37px;
					white-space: nowrap;
				}
				.b-footer_partners-item_prav-sverdl-obl:after {
					border: 7px solid transparent;
					border-top-color: #ea4d52;
					content: '\200C';
					display: inline-block;
					height: 0;
					left: 50%;
					margin-left: -7px;
					position: absolute;
					top: -8px;
					width: 0;
				}*/
		.b-footer_bottom {
			background-color: #0081d3;
			color: #fff;
			text-transform: uppercase;
			padding: 25px 50px;
		}
			.b-footer_bottom a {
				color: #fff;
				border-bottom-color: #bde;
			}
			.b-footer_bottom a:hover {
				color: #8fca7c; /*97be92;*/
				border-bottom-color: #93c487;
			}
			.b-footer_bottom .b-left {
				width: 900px;
			}
			.b-footer_bottom .b-left a {
				border-bottom-style: solid;
			}
				.b-footer_bottom .b-left div {
					font-size: 14px;
				}
				.b-footer_bottom .b-left div + div {
					font-size: 10px;
					line-height: 20px;
					margin-top: 10px;
				}
			.b-footer_bottom .b-right {
				width: 200px;
			}
				.b-footer_social {
					font-size: 0;
					text-align: right;
				}
					.b-footer_social a {
						display: inline-block;
					}
					.b-footer_social a + a {
						margin-left: 1px;
					}
					.b-footer_social .g-ico {
						background: url('/bitrix/templates/template.main/css/layout/../../img/soc-icons.png') no-repeat;
						display: inline-block;
						height: 30px;
						width: 30px;
					}
						.b-footer_social .ico-vk {
							background-position: 0 0;
						}
						.b-footer_social .ico-fb {
							background-position: -31px 0;
						}
						.b-footer_social .ico-yt {
							background-position: -62px 0;
						}
						.b-footer_social .ico-ok {
							background-position: -93px 0;
						}

/* Конец стилей подвала */


.b-footer-copy {
	float: left;
	padding-top: 20px;
}
.b-media-army {
	float: right;
	padding-top: 20px;	
}
	.b-media-army img {
		position: absolute;
		margin-top: -4px;
	}

#dd_links a
{
text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/content.css?17448306021671*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content table {
    margin: 1.4em 0;
    width: 100%;
}
    .b-content thead {
        border-bottom: 1px solid #fff;
    }
    .b-content thead th,
    .b-content thead td {
        padding: 10px;
        background-color: #0081d3;
    }
    .b-content th,
    .b-content thead td {
        color: #fff;
        font-weight: 200;
        text-align: left;
        vertical-align: middle;
    }
    .b-content tr {
        border-top: 1px solid #e1e1e1;
    }
    /*.b-content th:first-child,
    .b-content td:first-child {
        max-width: 20px;
    }*/
    .b-content tbody td {
        padding: 20px 10px;
        vertical-align: top;
        text-align: left;
        vertical-align: middle;
    }
    .b-content td,
    .b-content th {
        text-align: left;
    }
    .b-content td + td,
    .b-content th + th {
        text-align: left;
    }
    .b-content .b-multitable tbody tr:first-child {
        color: #fff;
        background-color: #4eb2f2;
    }
    .b-content .b-multitable tbody td {
        padding: 10px;
    }
    .b-content .b-multitable tbody tr:first-child th:first-child,
    .b-content .b-multitable tbody tr:first-child td:first-child {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
    }
    .b-content .b-multitable tbody tr:first-child {
        border-top-color: #fff;        
    }
    .b-content .b-multitable tbody tr:first-child + tr td {
        padding-top: 20px;
    }
    .b-content .b-multitable tbody tr:last-child td {
        padding-bottom: 40px;
    }

/* End */


/* Start:/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/jquery.fancybox.css?17448306024895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/components/ma/site.settings/templates/.default/style.css?17448306022773*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/components/ma/site.settings/templates/.default/img/loading.gif) no-repeat 50% 50%; }

.m-box-modal {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 10px;
}

    .m-box-modal .box-modal_close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background: url('/bitrix/components/ma/site.settings/templates/.default/img/modal_close.png') no-repeat 0px 0px;
    }

.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/template.main/components/mibok/special_link/bvi_button/style.css?17448306021001*/
.mibok-link * {
	box-sizing: content-box;
}

.mibok-link.wrapper-mibok-glaza {
	margin: 0;
	width: 200px;
}

.mibok-link .wrapper-mibok-glaza-link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #01639d;
	text-decoration: none !important;
	position: relative;
}

.mibok-link .wrapper-mibok-glaza-link:hover {
	text-decoration: none !important;
}

.mibok-link .wrapper-mibok-glaza-link .mibok-glaza-icon {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #1678DC;
	font-size: 22px;
	font-weight: bold;
	color: #fff !important;
	display: inline-block;
	line-height: 1.7em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 30, 0.6);
	margin-right: 10px;
	border: 3px solid #1678DC;
}

.mibok-link .wrapper-mibok-glaza-link .mibok-glaza-text {
	font-size: 14px;
	color: #0081d3;
	display: inline-block;
	vertical-align: middle;
}

.mibok-link .wrapper-mibok-glaza-link .mibok-glaza-text:hover {
	text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/breadcrumb/uralsocinform-breadcrumb/style.css?1744830602268*/
.b-breadcrumb {
  color: #505050;
  font-size: 14px;
  font-weight: 200;
}
  .b-breadcrumb a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #909090;
  }
  .b-breadcrumb a:hover {
    color: #0081d3;
    border-bottom-color: #0081d3; 
  }
/* End */


/* Start:/bitrix/templates/template.main/components/ma/menu/uralsocinform-menu.left/style.css?17448306021152*/
.b-left-nav {
    padding-top: 55px;
}
.page-index .b-left-nav {
    padding-top: 0;
}
    .b-left-nav ul {
        font-size: 18px;
        font-weight: 200;
        line-height: 1.25;
        margin: 0 20px 25px 34px;
    }
        .b-left-nav li {
        }
            .b-left-nav a {
                padding: 5px 0 5px 16px;
                text-indent: -9px;
            }
                .b-left-nav a:before {
                    background-color: transparent;
                    content: '\200C';
                    display: block;
                    float: left;
                    height: 12px;
                    left: -16px;
                    position: relative;
                    top: 7px;
                    width: 9px;
                }
                .b-left-nav a:hover,
                .b-left-nav a:active {
                    color: #0081d3;
                }
                .b-left-nav a:hover:before,
                .b-left-nav a:active:before,
                .b-left-nav a.root-selected:before,
                .b-left-nav a.item-selected:before {
                    background-color: #0081d3;
                }

/* End */


/* Start:/bitrix/templates/template.main/styles.css?1744830602323*/
@import url('/bitrix/templates/template.main/css/global/global.css');
@import url('/bitrix/templates/template.main/css/global/font.css');

@import url('/bitrix/templates/template.main/css/layout/holster.css');
@import url('/bitrix/templates/template.main/css/layout/blocks.css');
@import url('/bitrix/templates/template.main/css/layout/content.css');
@import url('/bitrix/templates/template.main/css/links.css');


/*.g-ico {
	background-image: url('/bitrix/templates/template.main/img/ico-map.png') !important;
}*/
/* End */
/* /bitrix/templates/template.main/css/global/global.css?175152907817165 */
/* /bitrix/templates/template.main/css/global/font.css?17448306024969 */
/* /bitrix/templates/template.main/css/layout/holster.css?17448306021722 */
/* /bitrix/templates/template.main/css/layout/blocks.css?17448306028551 */
/* /bitrix/templates/template.main/css/layout/content.css?17448306021671 */
/* /bitrix/templates/template.main/../../components/ma/site.settings/fancybox2/jquery.fancybox.css?17448306024895 */
/* /bitrix/components/ma/site.settings/templates/.default/style.css?17448306022773 */
/* /bitrix/templates/template.main/components/mibok/special_link/bvi_button/style.css?17448306021001 */
/* /bitrix/templates/template.main/components/ma/breadcrumb/uralsocinform-breadcrumb/style.css?1744830602268 */
/* /bitrix/templates/template.main/components/ma/menu/uralsocinform-menu.left/style.css?17448306021152 */
/* /bitrix/templates/template.main/styles.css?1744830602323 */
