

/* Start:/bitrix/templates/gsrb/components/bitrix/menu/mainmenu/style.css?1415355671626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/gsrb/components/bitrix/menu/mainmenu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/gsrb/components/bitrix/breadcrumb/breadcrumb/style.css?1415355655947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/gsrb/components/bitrix/breadcrumb/breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/gsrb/template_styles.css?163119241951323*/
/*************************************
** MAIN								**
*************************************/
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.wrapper {
    background: transparent url(/bitrix/templates/gsrb/image/background.png)
}

/* RIBBON */
.ribbon {
    background: #fff;
    min-height: 50px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

/*Устройства			| Размеры
------------------------+--------------
 Смартфоны				| 320px
 Планшеты				| 760px
 Стандартные экраны		| 980px
 Широкие мониторф		| 1200px
*/

body {
    font-size;
    8pxж
}

@media (min-width: 760px) {
    body {
        font-size;
        12px
    }
}

@media (min-width: 980px) {
    body {
        font-size;
        14px
    }
}

@media (min-width: 1200px) {
    body {
        font-size;
        16px
    }
}

.container {
    min-width: 100%
}

@media (min-width: 760px) {
    .container {
        min-width: 760px
    }
}

@media (min-width: 980px) {
    .container {
        min-width: 980px
    }
}

@media (min-width: 1200px) {
    .container {
        min-width: 1200px
    }
}

a {
    color: #0069a7
}

/* WRAPPER */
.wrapper_inner {
    margin: 0;
    background: #fff;
    min-height: 100px
}

.wrapper_inner .row {
    margin: 0
}

.wrapper_inner .row .col-md-1,
.wrapper_inner .row .col-md-2,
.wrapper_inner .row .col-md-3,
.wrapper_inner .row .col-md-4,
.wrapper_inner .row .col-md-5,
.wrapper_inner .row .col-md-6,
.wrapper_inner .row .col-md-7,
.wrapper_inner .row .col-md-8,
.wrapper_inner .row .col-md-9,
.wrapper_inner .row .col-md-10,
.wrapper_inner .row .col-md-11,
.wrapper_inner .row .col-md-12 {
    padding: 0
}

/**/

.ribbon:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 7.666px 7.666px;
    border-style: solid;
    border-color: #777 #777 transparent transparent;
}

.ribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 100%;
    border-width: 7.666px 7.666px;
    border-style: solid;
    border-color: #777 transparent transparent #777;
}

.ribbon-bottom:after {
    top: -14px;
    border-color: transparent transparent #777 #777
}

.ribbon-bottom:before {
    top: -14px;
    border-color: transparent #777 #777 transparent
}

.ribbon-left {
    margin-right: 0px
}

.ribbon-left:after {
    display: none
}

.ribbon-right {
    margin-left: 0px
}

.ribbon-right:before {
    display: none
}

/**/

.ribbon-blue {
    background: #4da3dd;
    background: -moz-linear-gradient(top, #4da3dd 0%, #197fc3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4da3dd), color-stop(100%, #197fc3));
    background: -webkit-linear-gradient(top, #4da3dd 0%, #197fc3 100%);
    background: -o-linear-gradient(top, #4da3dd 0%, #197fc3 100%);
    background: -ms-linear-gradient(top, #4da3dd 0%, #197fc3 100%);
    background: linear-gradient(to bottom, #4da3dd 0%, #197fc3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da3dd', endColorstr='#197fc3', GradientType=0);
}

.ribbon-fold-left.ribbon-blue:after {
    border-color: #004777 #004777 transparent transparent
}

.ribbon-fold-right.ribbon-blue:before {
    border-color: #004777 transparent transparent #004777
}

.ribbon-green {
    background: #43d357;
    background: -moz-linear-gradient(top, #43d357 0%, #2fa23f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43d357), color-stop(100%, #2fa23f));
    background: -webkit-linear-gradient(top, #43d357 0%, #2fa23f 100%);
    background: -o-linear-gradient(top, #43d357 0%, #2fa23f 100%);
    background: -ms-linear-gradient(top, #43d357 0%, #2fa23f 100%);
    background: linear-gradient(to bottom, #43d357 0%, #2fa23f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43d357', endColorstr='#2fa23f', GradientType=0);
}

.ribbon-fold-left.ribbon-green:after {
    border-color: #12521b #12521b transparent transparent
}

.ribbon-fold-right.ribbon-green:before {
    border-color: #12521b transparent transparent #12521b
}

.ribbon-tan {
    background: #df9c4d;
    background: -moz-linear-gradient(top, #df9c4d 0%, #b0732b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df9c4d), color-stop(100%, #b0732b));
    background: -webkit-linear-gradient(top, #df9c4d 0%, #b0732b 100%);
    background: -o-linear-gradient(top, #df9c4d 0%, #b0732b 100%);
    background: -ms-linear-gradient(top, #df9c4d 0%, #b0732b 100%);
    background: linear-gradient(to bottom, #df9c4d 0%, #b0732b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df9c4d', endColorstr='#b0732b', GradientType=0);
}

.ribbon-fold-left.ribbon-tan:after {
    top: -14px;
    bottom: 100%;
    border-color: transparent #875925 #875925 transparent
}

.ribbon-fold-right.ribbon-tan:before {
    top: -14px;
    bottom: 100%;
    border-color: transparent transparent #875925 #875925
}

.ribbon-gray {
    background: #c2c2c2;
    background: -moz-linear-gradient(top, #c2c2c2 0%, #989898 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c2c2), color-stop(100%, #989898));
    background: -webkit-linear-gradient(top, #c2c2c2 0%, #989898 100%);
    background: -o-linear-gradient(top, #c2c2c2 0%, #989898 100%);
    background: -ms-linear-gradient(top, #c2c2c2 0%, #989898 100%);
    background: linear-gradient(to bottom, #c2c2c2 0%, #989898 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#989898', GradientType=0);
    /*background: #4096ee; /* Old browsers */
    /*background: -moz-linear-gradient(top, #4096ee 0%, #4096ee 33%, #ffffff 33%, #ffffff 67%, #49c635 67%, #49c635 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4096ee), color-stop(33%, #4096ee), color-stop(33%, #ffffff), color-stop(67%, #ffffff), color-stop(67%, #49c635), color-stop(100%, #49c635)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #4096ee 0%, #4096ee 33%, #ffffff 33%, #ffffff 67%, #49c635 67%, #49c635 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #4096ee 0%, #4096ee 33%, #ffffff 33%, #ffffff 67%, #49c635 67%, #49c635 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #4096ee 0%, #4096ee 33%, #ffffff 33%, #ffffff 67%, #49c635 67%, #49c635 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #4096ee 0%, #4096ee 33%, #ffffff 33%, #ffffff 67%, #49c635 67%, #49c635 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#49c635', GradientType=0); /* IE6-9 */
}

/*.ribbon-gray span {
    color: #333 !important;
    font-weight: 700 !important;
    text-align: center;
    right: 0
}

.ribbon-fold-left.ribbon-gray:after {
    top: -14px;
    bottom: 100%;
    border-color: transparent #ccc #ccc transparent
}

.ribbon-fold-right.ribbon-gray:before {
    top: -14px;
    bottom: 100%;
    border-color: transparent transparent #ccc #ccc
}*/

.ribbon-orange {
    background: #ff9d2a;
    background: -moz-linear-gradient(top, #ff9d2a 0%, #ea7e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9d2a), color-stop(100%, #ea7e00));
    background: -webkit-linear-gradient(top, #ff9d2a 0%, #ea7e00 100%);
    background: -o-linear-gradient(top, #ff9d2a 0%, #ea7e00 100%);
    background: -ms-linear-gradient(top, #ff9d2a 0%, #ea7e00 100%);
    background: linear-gradient(to bottom, #ff9d2a 0%, #ea7e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d2a', endColorstr='#ea7e00', GradientType=0);
    color: #333;
}

.ribbon-fold-left.ribbon-orange:after {
    border-color: #664300 #664300 transparent transparent
}

.ribbon-fold-right.ribbon-orange:before {
    border-color: #664300 transparent transparent #664300
}

.ribbon-red {
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
}

.ribbon-fold-left.ribbon-red:after {
    border-color: #664300 #664300 transparent transparent
}

.ribbon-fold-right.ribbon-red:before {
    border-color: #664300 transparent transparent #664300
}

.ribbon-turquoise {
	background: #73b5bf;
    background: -moz-linear-gradient(top, #73b5bf 0%, #387882 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73b5bf), color-stop(100%, #387882));
    background: -webkit-linear-gradient(top, #73b5bf 0%, #387882 100%);
    background: -o-linear-gradient(top, #73b5bf 0%, #387882 100%);
    background: -ms-linear-gradient(top, #73b5bf 0%, #387882 100%);
    background: linear-gradient(to bottom, #73b5bf 0%, #387882 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73b5bf', endColorstr='#387882', GradientType=0);
}
.ribbon-fold-left.ribbon-turquoise:after {
    border-color: #664300 #664300 transparent transparent
}

.ribbon-fold-right.ribbon-turquoise:before {
    border-color: #664300 transparent transparent #664300
}
/**/
.form-control, .btn {
    height: 40px
}

.control-label {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 38px;
    padding-right: 10px !important
}

/*************************************
** HEADER							**
*************************************/

/* TOP-BAR */
#header .links {
    padding: 12px 0 0 35px
}

#header .links a {
    margin-right: 5px
}

#header .current-date {
    padding: 15px 0;
    text-align: center
}

#header .current-date span {
    font-size: 0.95em;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .3)
}

#header .low-vision {
    padding: 15px 0;
    text-align: center
}

#header .low-vision a {
    font-size: 0.95em;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
    text-decoration: none;
    border-bottom: 1px dotted #fff
}

#header .low-vision a:hover {
    border-bottom: none
}

#header .search-form {
    padding: 5px 35px 5px 15px;
}

#header .search-form form {
    margin: 0
}

#header .search-from form input[type=text] {
    background: url(/image/search.png) 95% 50% no-repeat;
}

/**/

/* TITLE-BAR*/
#header .title_RU {
    min-height: 120px;
    text-align: right;
    font-size: 1.2em;
    line-height: 1, 2em;
    padding: 20px 0;
    font-weight: 400
}

@media (max-width: 767px) {
    #header .title_RU {
        text-align: center
    }
}

#header .title_RB {
    min-height: 120px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1, 2em;
    padding: 20px 0;
    font-weight: 400
}

#header .title_RU small,
#header .title_RB small {
    color: #777
}

#header .logo {
    min-height: 1px;
    text-align: center;
    z-index: 100
}

#header .logo img {
    margin: 10px;
    height: 100px;
}

@media (min-width: 992px) {
    #header .logo img {
        position: absolute;
        z-index: 1000;
        top: -10px;
        margin: 0;
        height: 150px;
        left: 50%;

        -moz-transform: translate(-50%, 0); /* Firefox */
        -o-transform: translate(-50%, 0); /* Opera */
        -webkit-transform: translate(-50%, 0); /* Safari & Chrome */
        -ms-transform: translate(-50%, 0); /* IE */
        transform: translate(-50%, 0);
    }
}

/**/

/* NAV-BAR*/
#header .navbar {
    margin: 0
}

#header .navbar-collapse {
    padding: 0
}

#header .navbar-nav {
    width: 100%;
    min-height: 50px;
}

#header .navbar-nav li {
    float: left;
    vertical-align: middle;
    width: 16.66%;
    text-align: center;
    font-size: 1.05em;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

#header .navbar-nav li + li {
    border-left: 1px solid rgba(250, 250, 250, .1)
}

#header .navbar-nav li:hover {
    border-left: 1px solid rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

#header .navbar-nav li:first-child {
    border-left: 0
}

#header .navbar-nav li:last-child {
    border-right: 0
}

#header .navbar-nav li a {
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: transparent
}

/**/

/*************************************
** SIDEBAR							**
*************************************/

/* LINKS */
#content .sidebar .links {
    margin: 0 0 20px;
    padding: 0;
}

#content .sidebar .links li {
    display: block;
    width: 100%;
    background: #f1f7fc;
    background: -moz-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f7fc), color-stop(100%, #e2edf4));
    background: -webkit-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -o-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -ms-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: linear-gradient(to bottom, #f1f7fc 0%, #e2edf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fc', endColorstr='#e2edf4', GradientType=0);
}

#content .sidebar .links li + li {
    margin-top: -1px
}

#content .sidebar .links li:hover {
    background: #fff
}

#content .sidebar .links li.active {
    background: #fff
}

#content .sidebar .links li a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: relative
}

#content .sidebar .links li a:hover {
    border-top: 1px solid #c3dbeb;
    border-bottom: 1px solid #c3dbeb;
    text-decoration: none
}

#content .sidebar .links li.active a {
    border-top: 1px solid #c3dbeb;
    border-bottom: 1px solid #c3dbeb;
    text-decoration: none
}

#content .sidebar .links li a span {
    font-size: 0.95em;
    line-height: 18px;
    color: #0069a7
}

#content .sidebar .links li.active a span {
    font-weight: 600;
    color: #333
}

#content .sidebar .links li a.icon {
    padding-left: 60px
}

/**/

/* SUBMENU */
#content .sidebar-left .submenu {
    padding: 0 0 30px
}

#content .sidebar-left .submenu .title {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

#content .sidebar-left .submenu .links {
    overflow: hidden;
    position: relative
}

#content .sidebar-left .submenu a {
    font-size: 0.95em;
    line-height: 16px;
    color: #0069a7
}

/**/

/* CHAIR */
#content .sidebar-left .chair {
    padding: 0 0 30px
}

#content .sidebar-left .chair .profile {
    margin: 0;
    padding: 20px;
    clear: both;
}

#content .sidebar-left .chair .profile img {
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    #content .sidebar-left .chair .profile img {
        float: left;
    }
}

@media (min-width: 1200px) {
    #content .sidebar-left .chair .profile img {
        float: left;
    }
}

#content .sidebar-left .chair .profile .data {
}

@media (max-width: 992px) {
    #content .sidebar-left .chair .profile .data {
        overflow: hidden
    }
}

@media (min-width: 1200px) {
    #content .sidebar-left .chair .profile .data {
        overflow: hidden
    }
}

#content .sidebar-left .chair .profile .data .name {
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    color: #0069a7;
}

#content .sidebar-left .chair .profile .data .desc {
    font-style: italic;
    font-size: 0.95em;
    color: #777
}

#content .sidebar-left .chair .links {
}

#content .sidebar-left .chair .icon_megafon a {
    background: url(/bitrix/templates/gsrb/../img/megafon.png) 25px 50% no-repeat
}

#content .sidebar-left .chair .icon_pencil a {
    background: url(/bitrix/templates/gsrb/../img/pencil.png) 25px 50% no-repeat
}

#content .sidebar-left .chair .icon_hands a {
    background: url(/bitrix/templates/gsrb/../img/hands.png) 25px 50% no-repeat
}

/**/

/* SUBMENU */
#content .sidebar-left .submenu {
    padding: 0 0 30px
}

#content .sidebar-left .submenu .title {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

#content .sidebar-left .submenu .links {
    overflow: hidden;
    position: relative
}

#content .sidebar-left .submenu a {
    font-size: 0.95em;
    line-height: 16px;
}

/**/

/* SUBLINK */
#content .sidebar-left .sublinks {
    padding: 0 0 30px
}

#content .sidebar-left .sublinks a {
    display: block;
    min-height: 70px;
    box-sizing: border-box;
    position: relative
}

#content .sidebar-left .sublinks a:hover {
    background-color: rgba(255, 255, 255, .2);
    text-decoration: none
}

#content .sidebar-left .sublinks a span {
    position: absolute;
    top: 50%;
    left: 75px;
    padding: 10px 10px;
    -moz-transform: translate(0, -50%); /* Firefox */
    -o-transform: translate(0, -50%); /* Opera */
    -webkit-transform: translate(0, -50%); /* Safari & Chrome */
    -ms-transform: translate(0, -50%); /* IE */
    transform: translate(0, -50%);
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

/**/

#content .sidebar-left .info {
    padding: 0 10px 30px 30px
}

#content .sidebar-left .info p {
    white-space: pre-line;
}

/* DEPUTY */
#content .sidebar-right .deputy {
    padding: 0 0 30px;
    background-color: #b7daf2
}

#content .sidebar-right .deputy .profile {
    margin: 0;
    padding: 20px;
    clear: both
}

#content .sidebar-right .deputy .profile img {
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    #content .sidebar-right .deputy .profile img {
        float: left;
    }
}

@media (min-width: 1200px) {
    #content .sidebar-right .deputy .profile img {
        float: left;
    }
}

#content .sidebar-right .deputy .profile .data {
}

@media (max-width: 992px) {
    #content .sidebar-right .deputy .profile .data {
        overflow: hidden
    }
}

@media (min-width: 1200px) {
    #content .sidebar-right .deputy .profile .data {
        overflow: hidden
    }
}

#content .sidebar-right .deputy .profile .data .name {
    font-weight: 600;
    color: #0069a7;
    font-size: 1em;
}

#content .sidebar-right .deputy .profile .data .desc {
    font-style: italic;
    color: #333;
    font-size: 0.95em;
}

#content .sidebar-right .deputy .links {
    margin-left: 20px; /*-webkit-box-shadow: -1px 3px 2px -1px #ccc;box-shadow: -1px 3px 2px -1px #ccc;*/
}

#content .sidebar-right .deputy .profile .brief a {
    font-weight: 600;
    font-size: 0.95em
}

/**/

/* RECEPTION */
#content .sidebar-right .reception {
    padding: 0 0 30px
}

#content .sidebar-right .reception .title {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase; /*-webkit-box-shadow: 0 3px 2px -1px #ccc;box-shadow: 0 3px 2px -1px #ccc;*/
}

#content .sidebar-right .reception a {
    font-size: 0.95px;
    line-height: 16px;
    color: #0069a7
}

#content .sidebar-right .reception .more {
    margin-top: 10px;
    font-weight: 900;
    font-style: italic;
    text-align: center
}

/**/

/* SUBLINK */
#content .sidebar-right .sublinks {
    padding: 0 0 30px
}

#content .sidebar-right .sublinks a {
    display: block;
    height: 70px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #0069a7;
    position: relative
}

#content .sidebar-right .sublinks a:hover {
    background-color: rgba(255, 255, 255, .2);
    text-decoration: none
}

#content .sidebar-right .sublinks a span {

    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px 10px;
    -moz-transform: translate(0, -50%); /* Firefox */
    -o-transform: translate(0, -50%); /* Opera */
    -webkit-transform: translate(0, -50%); /* Safari & Chrome */
    -ms-transform: translate(0, -50%); /* IE */
    transform: translate(0, -50%);
    font-size: 1 . em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

#content .sidebar-right .sublinks a.icon span {
    left: 62px;
}

/**/

/*************************************
** CONTENT							**
*************************************/
@media (min-width: 1200px) {
    #content > .container > .wrapper_inner > .row > .col-md-3 {
        width: 22%
    }

    #content > .container > .wrapper_inner > .row > .col-md-9 {
        width: 78%
    }

    #content > .container > .wrapper_inner > .row > .col-md-9 > .row > .col-md-4 {
        width: 28%
    }

    #content > .container > .wrapper_inner > .row > .col-md-9 > .row > .col-md-8 {
        width: 72%
    }
}

/* BREADCRUMB */
#content .breadcrumb {
    padding: 20px;
    margin: 0
}

#content .breadcrumb li {
    display: inline
}

#content .breadcrumb li a {
    color: #0069a7
}

/**/

#content article {
    margin: 20px;
    overflow: hidden
}

#content article h2 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 20px 0;
}

#content article table {
}

#content article table tr {
}

#content article table th {
}

#content article table td {
    padding: 2px
}

#content .form-area .row {
    margin-bottom: 10px
}

#content .leadership {
}

#content .leadership .category {
    font-size: 1.05em;
    color: #333;
    margin-bottom: 10px
}

#content .leadership .item {
    font-size: 1.05em;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

#content .leadership .item img {
    vertical-align: top;
    margin-top: -10px;
    margin-right: 10px
}

#content .table-event {
}

#content .table-event thead th {
    background-color: #ccc
}

#content .table-event th {
    height: 80px;
    vertical-align: middle;
}

#content .table-event td {
    font-size: 0.8em
}

#content .bx_pagination_section_two .bx_pg_text {
    font-size: 0.95em;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

#content .bx_pagination_section_one ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #f1f7fc;
    background: -moz-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f7fc), color-stop(100%, #e2edf4));
    background: -webkit-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -o-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -ms-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: linear-gradient(to bottom, #f1f7fc 0%, #e2edf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fc', endColorstr='#e2edf4', GradientType=0);
}

#content .bx_pagination_section_one ul li a {
    font-size: 1em;
    line-height: 30px;
}

#content .bx_pagination_section_one ul li.bx_active {
    background: #fff;
    font-weight: 600
}

/* TABS-HORISONTAL */
#content .tabs-horizontal {;
    margin: 20px;
    overflow: hidden; /*box-shadow:inset -3px 0 3px -1px #333*/
}

#content .tabs-horizontal .tab-content {
    width: 68%;
    float: left;
    height: 350px;
}

#content .tabs-horizontal .nav-tabs {
    width: 32%;
    float: left;
    border-color: #d4e5f1;
    cursor: pointer !important
}

#content .tabs-horizontal .nav-tabs li {
    display: block;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
    height: 87.5px;
    border: 1px solid #d4e5f1;
    background: #f1f7fc;
    background: -moz-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f7fc), color-stop(100%, #e2edf4));
    background: -webkit-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -o-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -ms-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: linear-gradient(to bottom, #f1f7fc 0%, #e2edf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fc', endColorstr='#e2edf4', GradientType=0);
}

#content .tabs-horizontal .nav-tabs li:last-child {
    margin: 0;
    border-bottom: 0
}

#content .tabs-horizontal .nav-tabs li.active {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 0
}

#content .tabs-horizontal .nav-tabs li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 0;
    border: 0;
    cursor: pointer !important
}

#content .tabs-horizontal .nav-tabs li a:hover {
    background: #fff;
    border-bottom: 14px solid #fff
}

#content .tabs-horizontal .nav-tabs li.active {
    position: relative;
    border-color: #ccc;
    z-index: 10;
}

#content .tabs-horizontal .nav-tabs li.active:before {
    position: absolute;
    left: -10px;
    top: 50%;
    border: 1px solid #ccc;
    background: #fff;
    width: 20px;
    height: 20px;
    content: '';
    z-index: 5;
    -moz-transform: translate(0, -50%) rotate(45deg); /* Для Firefox */
    -ms-transform: translate(0, -50%) rotate(45deg); /* Для IE */
    -webkit-transform: translate(0, -50%) rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: translate(0, -50%) rotate(45deg); /* Для Opera */
    transform: translate(0, -50%) rotate(45deg);
}

#content .tabs-horizontal .nav-tabs li.active a {
    background: #fff;
    z-index: 15
}

#content .tabs-horizontal .tab-content .tab-image {
    display: block;
    width: 100%;
    height: 350px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
}

/**/

/* TABS-VERTICAL */
#content .tabs-vertical {
}

#content .tabs-vertical .tab-content {
}

#content .tabs-vertical .nav-tabs {
    background: #f1f7fc;
    background: -moz-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f7fc), color-stop(100%, #e2edf4));
    background: -webkit-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -o-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: -ms-linear-gradient(top, #f1f7fc 0%, #e2edf4 100%);
    background: linear-gradient(to bottom, #f1f7fc 0%, #e2edf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f7fc', endColorstr='#e2edf4', GradientType=0);
    border: none;
}

#content .tabs-vertical .nav-tabs li {
    display: block;
    width: 33.3333%
}

#content .tabs-vertical .nav-tabs li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 40px;
    padding: 5px;
    text-align: center;
    font-weight: 400;
}

#content .tabs-vertical .nav-tabs li a {
    /*box-shadow:inset 0 -5px 5px -4px #333*/
}

#content .tabs-vertical .nav-tabs li.active a,
#content .tabs-vertical .nav-tabs li.active a:hover {
    color: #333;
    background-color: #fff;
    text-decoration: none
}

#content .tabs-vertical .nav-tabs li.active a {
    /*box-shadow: 0 5px 0 0 #333,1px 0 5px -1px #333,-1px 0 5px -1px #333,0 -1px 5px 0 #333*/
}

#content .tabs-vertical .nav-tabs li:hover a {
    background: transparent;
    color: #428bca;
    text-decoration: underline
}

/*-----*/

/* NEWS-LIST */
.news-list {
}

.news-list ul {
    list-style: none;
    padding: 20px
}

.news-list .news-item {
    padding: 10px 20px
}

.news-list .news-item .news-date-time {
    color: #777
}

.news-list .news-item a {
    font-weight: 400;
    display: block;
    margin: 5px 0
}

.news-list .readmore {
}

/**/

/*Список новостей на главной странице*/
.main-news-list {
}

.main-news-list ul {
    list-style: none;
    padding: 20px
}

.main-news-list ul li {
    padding: 10px 20px
}

.main-news-list ul li .date-time {
    color: #777
}

.main-news-list ul li a {
    font-weight: 400;
    display: block;
}

/*Страница - Депутаты (список)*/
.list-deputats {
}

.list-deputats thead th {
    background: #eee;
    text-align: center;
    vertical-align: middle !important;
    font-size: 1em;
    font-weight: 400
}

.list-deputats tbody td {
    font-size: 0.8em;
    font-weight: 400;
}

.list-deputats tbody tr > td:nth-child(1) {
    border-right: 0
}

.list-deputats tbody tr > td:nth-child(2) {
    border-left: 0
}

/**/

.deputat_filter {
    background-color: #eee
}

.deputat_filter .fline {
    margin: 0;
}

.deputat_filter .fline .fitem {
    padding: 5px;
}

.deputat_filter .fline .fitem label {
    padding: 1px 4px
}

.deputat_filter .fline .fitem label:hover {
    text-decoration: underline
}

.deputat_filter .fline .fitem input[type="radio"] {
    display: none
}

.deputat_filter .fline .fitem input[type="radio"]:checked + label {
    background-color: #ccc
}

/* Обращение граждан - форма*/
.formclaim {
    background-color: #ccc;
    padding: 20px;
    border-radius: 5px;
}

/**/

/* Тексты законов*/
.filter_form {
    background-color: #ccc;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0 20px
}

.filter_form .form-group {
    margin: 00;
}

.filter_form .form-group + .form-group {
    margin-top: 10px;
}

/**/

/*Слайдер картинок в новостях*/
.news-image-slider {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.news-image-slider .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}

.news-image-slider.row {
    margin: 0 -10px 20px;
}

.news-image-slider.row .col-md-9,
.news-image-slider.row .col-md-3 {
    padding: 0 10px;
}

.news-image-slider li {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.news-image-slider li + li {
    margin-left: 1px;
}

#bx-pager {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 400px;
}

#bx-pager a {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

#bx-pager a + a {
    margin-top: 13px;
}

.news-detail .fullscreen {
    opacity: .3;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #858585;
    border: 1px solid #fff;
    border-radius: 30px;
    outline: 0;
}

.news-detail:hover .fullscreen {
    opacity: 1;
}

.news-detail .pic {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/**/

/*Слайдер картинок в новостях депутатов*/
.news-image-slider-dep {
    height: 291px;
    overflow: hidden;
    position: relative;
}

.news-image-slider-dep .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}

.news-image-slider-dep.row {
    margin: 0 -10px 20px;
}

.news-image-slider-dep.row .col-md-9,
.news-image-slider-dep.row .col-md-3 {
    padding: 0 10px;
}

.news-image-slider-dep li {
    display: block;
    width: 100%;
    height: 291px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.news-image-slider-dep li + li {
    margin-left: 1px;
}

.news-image-slider-dep #bx-pager {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 291px;
}

.news-image-slider-dep #bx-pager a {
    display: block;
    width: 100%;
    height: 63px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

.news-image-slider-dep #bx-pager a:hover {
    opacity: 0.9;
}

.news-image-slider-dep #bx-pager a + a {
    margin-top: 13px;
}

.news-image-slider-dep .fullscreen {
    opacity: .3;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    outline: 0;
}

.news-image-slider-dep:hover .fullscreen {
    opacity: 1;
}

.news-detail .pic-dep {
    display: block;
    margin-bottom: 20px;
/*    width: 300px !important;
    height: 200px !important;*/
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/**/



/*Папка документов - Подробная страница*/
.docs-list {
}

.docs-list ul {
    list-style: none;
    padding: 0
}

.docs-list ul li {
    padding-left: 20px
}

.docs-list ul li:first-child {
    padding-left: 0
}

/**/

.passport-table {
}

.passport-table table {
    width: 100% !important
}

.passport-table td {
    font-size: 12px !important
}

/*Страница обращения граждан*/
.form-appeal {
    background-color: #e3eef5;
    padding: 20px;
    border-radius: 5px;
}

.form-appeal .row > div {
    padding: 0 10px !important
}

.form-appeal .row > div:last-child {
    padding-right: 0 !important
}

.form-appeal .row > div:first-child {
    padding-left: 0 !important
}

.form-appeal select {
    padding: 0
}

.form-appeal select option {
    padding: 6px 12px
}

/**/

/*************************************
** FOOTER							**
*************************************/

#footer .wrapper_inner {
    background: #ffedb2;
}

/* MINIMENU */
#footer .minimenu {
    padding: 20px 20px 20px 50px
}

#footer .minimenu h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

#footer .minimenu ul {
    list-style: none;
    padding: 0
}

#footer .minimenu ul li {
    margin-bottom: 10px
}

#footer .minimenu a {
    color: #333
}

/**/

/* COPYRIGHT */
#footer .copyright {
    padding: 0px 0 0px 50px;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

#footer .copyright a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

#footer .ya-translate {
    height: 70px;
    display: inline-block;
    padding: 10px;
    float: right;
}

/**/

/************************************/

/**/
.icon_1 {
    background: url(/bitrix/templates/gsrb/image/icon/icon1.png) 20px center no-repeat
}

.icon_2 {
    background: url(/bitrix/templates/gsrb/image/icon/icon2.png) 20px center no-repeat
}

.icon_3 {
    background: url(/bitrix/templates/gsrb/image/icon/icon3.png) 20px center no-repeat
}

.icon_4 {
    background: url(/bitrix/templates/gsrb/image/icon/icon4.png) 20px center no-repeat
}

.icon_5 {
    background: url(/bitrix/templates/gsrb/image/icon/icon5.png) 20px center no-repeat
}

.icon_6 {
    background: url(/bitrix/templates/gsrb/image/icon/icon6.png) 20px center no-repeat
}

.icon_7 {
    background: url(/bitrix/templates/gsrb/image/icon/icon7.png) 20px center no-repeat
}

.icon_8 {
    background: url(/bitrix/templates/gsrb/image/icon/icon8.png) 20px center no-repeat
}

.icon_9 {
    background: url(/bitrix/templates/gsrb/image/icon/icon9.png) 20px center no-repeat
}

.icon_10 {
    background: url(/bitrix/templates/gsrb/image/icon/icon10.png) 20px center no-repeat
}

.icon_11 {
    background: url(/bitrix/templates/gsrb/image/icon/icon11.png) 20px center no-repeat
}

.icon_biography {
    background: url(/bitrix/templates/gsrb/image/icon/biography.png) 20px center no-repeat
}

.icon_income {
    background: url(/bitrix/templates/gsrb/image/icon/income.png) 20px center no-repeat
}

.icon_faq {
    background: url(/bitrix/templates/gsrb/image/icon/faq.png) 20px center no-repeat
}

.icon_events {
    background: url(/bitrix/templates/gsrb/image/icon/events.png) 20px center no-repeat
}

.icon_report {
    background: url(/bitrix/templates/gsrb/image/icon/report.png) 20px center no-repeat
}

.icon_schedule {
    background: url(/bitrix/templates/gsrb/image/icon/schedule.png) 20px center no-repeat
}

.icon_media {
    background: url(/bitrix/templates/gsrb/image/icon/media.png) 20px center no-repeat
}

.icon_rewards {
    background: url(/bitrix/templates/gsrb/image/icon/rewards.png) 20px center no-repeat
}

.icon_smi {
    background: url(/bitrix/templates/gsrb/image/icon/smi.png) 20px center no-repeat
}

.icon_mail {
    background: url(/bitrix/templates/gsrb/image/icon/mail.png) 20px center no-repeat
}

.icon_1 span,
.icon_2 span,
.icon_3 span,
.icon_4 span,
.icon_5 span,
.icon_6 span,
.icon_7 span,
.icon_8 span,
.icon_9 span,
.icon_10 span,
.icon_11 span {
    left: 60px
}

.icon_victory {
    background-image: url(/bitrix/templates/gsrb/image/icon/victory_logo.svg);
    background-position: 28px 50%;
    background-repeat: no-repeat;
}
.icon_covid {
    background-image: url(/bitrix/templates/gsrb/image/icon/cov.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.icon_big1 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big1.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big2 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big2.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big3 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big3.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big4 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big4.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big5 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big5.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big6 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big6.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_big7 {
    background-image: url(/bitrix/templates/gsrb/image/icon/icon_big7.png);
    background-position: 30px 50%;
    background-repeat: no-repeat;
}

.icon_er {
    background-image: url(/bitrix/templates/gsrb/image/group/er.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.icon_kprf {
    background-image: url(/bitrix/templates/gsrb/image/group/kprf.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.icon_ldpr {
    background-image: url(/bitrix/templates/gsrb/image/group/ldpr.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.icon_sr {
    background-image: url(/bitrix/templates/gsrb/image/group/sr.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}


.icon_odo {
    background-image: url(/bitrix/templates/gsrb/image/group/odo.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

/**/
.st_map a {
    margin: 10px;
    display: inline-block;
    width: 200px;
    padding: 10px;
    font-size: 1em !important;
    border: 3px solid #00bfff;
    border-radius: 5px;
    color: #333;
    background: #dffcbf; /* Old browsers */
    background: -moz-linear-gradient(top, #dffcbf 0%, #ffffff 50%, #dffcbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dffcbf), color-stop(50%, #ffffff), color-stop(100%, #dffcbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dffcbf 0%, #ffffff 50%, #dffcbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dffcbf 0%, #ffffff 50%, #dffcbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dffcbf 0%, #ffffff 50%, #dffcbf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dffcbf 0%, #ffffff 50%, #dffcbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dffcbf', endColorstr='#dffcbf', GradientType=0); /* IE6-9 */

}

.st_map div {
    text-align: center;
}

/**/
@media (max-width: 767px) {
    .container {
        min-width: 320px !important;
        padding: 0 !important
    }

    .row {
        margin: 0 !important
    }

    .wrap_inner {
        margin: 0 !important
    }

    .ribbon {
        margin: 0px !important
    }

    .ribbon:after {
        display: none !important;
    }

    .ribbon:before {
        display: none !important;
    }
}

/*Airat styles*/
.hiddenElement {
    display: none;
}

.markerPlus {
}

.markerMinus {
    display: none;
}

/*Кнопки социальных сетей*/
ul.socialmedia {
    padding-left: 20px;
    margin-bottom: 0px;
}

li.socialmedia {
    list-style-type: none;
    display: inline;
    padding-right: 6px;
}

li.socialmedia:hover {
    opacity: 0.8;
}

/*Медиатека депутата*/
.mediacontainer {
    margin-bottom: 10px;
}

img.playbutton {
    width: 280px;
    height: 157px;
}

div.bgimage {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 280px;
    height: 157px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.9;
}

div.bgimage:hover {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 280px;
    height: 157px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1.0;
}

.smallfont {
    font-size: small;
}

img.photopreview {
    width: 280px;
    height: 157px;
}

img.navPicture {
    margin: 0px 5px;
    height: 100px;
    opacity: 0.9;
    padding: 5px;
    border: 2px solid rgb(119, 127, 140);
}

img.navPicture:hover {
    opacity: 1.0;
    cursor: pointer;
}

img.mainPicture {
    height: auto;
}

/*Помощники депутатов*/
.nameDeputat {
    font-weight: bold;
    color: #0069a7;
    text-decoration: none;
}

.tableHeader {
    font-size: 17px;
    font-weight: bold;
    color: #0069a7;
    margin-bottom: 10px;
}

.column25per {
    width: 25%;
    padding-top: 10px;
}

.tableWide {
    width: 100%;
}

.rowTable {
    border-top: dashed 1px #E9D8CF;
}

.rowBottom {
    border-bottom: dashed 1px #E9D8CF;
}

.nomargin {
    margin: 0px;
}

.trspace {
    padding: 10px;
}

/*Список документов*/
.docHead {
    font-size: 18px;
    font-weight: bold;
    color: #0069a7;
    text-decoration: none;
}

.docHead :hover {
    opacity: 0.8;
    text-decoration: underline;
}

.subDocsList {
    /*margin-top: 10px;
    background-image: url(/icons/documents/line-sprite.gif);
    background-position: left-top; /* Положение фона */
    /*background-repeat: repeat-y;*/
    /*list-style-image: url(/icons/documents/marker-sprite.png);*/
    margin-top: 10px;
    margin-left: -10px;
    list-style-type: none;
}

.subDocsList li {
    padding-left: 10px;
    margin-top: 0px;
    margin-left: -10px;
    border-left: solid 2px #a8c1d8;
    list-style-position: inside;
    position: relative;
}

.subDocsList li:last-child {
    border-left: 0 none;
}

.subDocsList li:last-child:before {
    border-left: solid 2px #a8c1d8;
}

.subDocsList li:before {
    content: '';
    display: block;
    border-bottom: solid 2px #a8c1d8;
    position: absolute;
    width: 13px;
    height: 11px;
    left: 0;
    top: 0;
    list-style-position: inside;
}

.subDocsList li a {
    padding-left: 15px;
    color: #a8c1d8;
}

.subDocsList li a:hover {
    color: #0069a7;
    cursor: pointer;
}

.btn-wrap {
    background-color: #fff;
    height: auto;
    border-style: none !important;
    border-color: #fff;
}

.btn-wrap:hover, .btn-wrap:active, .btn-wrap:focus, .btn-wrap:checked, .btn-wrap:after {
    background-color: #eee;
    border-style: none !important;
    border-color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #eee;
    border-style: none !important;
    border-color: #fff !important;
}

.open-source {
    float: right;
    padding-top: 5px;
}

.open-source:hover {
    opacity: 0.8;
}

/* CLIENTS */
#clients {
    position: relative;
    padding: 20px 0;
    text-align: center;
    background: #f5f5f5;
}

#clients .title {
    margin: 0 0 40px 0;
}

#clients img {
    margin: 0 auto;
}

span.vote-result-answer {
    font-size: 0.95em;
    color: #777;
}

span.vote-result-percent {
    color: #777;
    padding: 0 5px;
}

input.vote-button {
    background-color: #b7daf2;
    border: none;
    border-radius: 2px;
    padding: 8px;
    color: #0069a7;
}

input.vote-button:hover {
    background-color: #c5e2f7;
}

/*Комитеты*/
.committees {
    width: 100%;
    text-align: center;
}

.committees article {
    text-align: left;
    width: 420px;
    display: inline-block;
    border: 1px solid #cecece;
    margin: 10px 0 0 10px !important;
    padding: 10px;
    background-color: #f3f5f6;
}

.committees article header {
    height: 51px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.committees article header h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    color: #0069a7;
}

.committees article hr {
    border-color: #b7b7b7 !important;
    margin: 15px 0 10px 0 !important;
}

.committees article menu {
    float: left;
    padding: 0 15px 0 10px;
    margin: 0;
    border-right: solid 1px #b7b7b7;
}

.committees article menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-left: 0;
}

.committees article menu ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.committees article menu ul li a {
    font-size: 11pt;
    color: #2b6591;
}

.committees article section {
    padding-left: 180px;
    padding-right: 0;
}

.committees article h4 {
    font-size: 10pt;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.committees article h5 {
    display: inline;
    font-size: 9pt;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.committees article section p {
    display: inline;
    font-size: 9pt;
}

.committees article section a {
    font-size: 9pt;
}

.committees article footer span {
    font-size: 10pt;
    float: right;
}

.committees article footer div {
    text-align: center;
}

.committees article footer a {
    font-weight: bolder;
}

.committees article footer span {
    width: 50%;
    line-height: 1.1;
    text-align: right;
}

.structureTable {
    text-align: center;
    margin-bottom: 20px;
}
.structureTable article.structureDirector {
    text-align: center;
}

.structureTable article.structureDirectorDeputy, .structureTable article.structureOthers{
    display: inline-block;
    text-align: center;
    width: 270px;
    overflow: hidden;
    margin: 0 5px !important;
}

.structureTable article.structureDirector img {
    width: 100px;
    height: 140px;
    margin-bottom: 10px;
}

.structureTable article.structureDirectorDeputy img, .structureTable article.structureOthers img {
    width: 85px;
    height: 118px;
    margin-bottom: 10px;
}
.structureTable article.structureOthers img {
    margin-top: 10px;
}
.structureTable article.structureDirector p, .structureTable article.structureDirectorDeputy p {
    font-style: italic;
    font-size: 0.95em;
    color: #777;
}
div.yur{
    display: none;
}
a.radio-button-zayavka {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
a.radio-button-zayavka:hover {
    text-decoration:underline !important;
}
a.yur {
    color:#999fa8;
    text-decoration:inherit;
}
a.fiz {
    color: #0069a7;
    text-decoration:underline;
}
p.post{
    font-style: italic;
    font-size: 0.95em;
    color: #777;
    margin: 0 0 20px 0;
}
h2.withoutMargin{
    margin: 0 0 5px 0 !important;
}
div.subpanel {
    padding-left: 20px;
    padding-right: 20px;
}
h4.subheader{
    font-size: 14px;
    font-weight: bold;
}
p.subtext{
    font-size: 13px;
}
span.subtext {
    font-size: 13px;
    font-weight: normal;
}
button.btn-priemnaya:hover {
    background-color:#7cacd6;
}
textarea.text {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 20px;
    background: #E9EFF6;
    line-height: 25px;
    border: solid #d3d7dc 2px;
    border-radius: 20px;
    color: #7d7b7b;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
textarea.text:focus {
    color: #333333;
    outline: none;
}
select.deputat_choose, select.deputat_choose_one {
    color:#0069a7;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 0 7px 7px;
    margin-bottom: 10px;
    background-color: white;
}

@media (min-width: 560px) {
    select.deputat_choose, select.deputat_choose_one {
        float: left;
    }
}

select.deputat_choose {
    cursor: pointer;
    border-radius: 10px;
    border: solid #eff2f7 2px;
}
select.deputat_choose_one {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 0 0 6px 0;
}
.popover-content {
    text-align: justify !important;
}

/*Интерактивная карта*/
.stroke {
    background-color: #2fa23f;
    position: relative;
}
.column1 {
    background-color: #ffffff;
}
.column2 {
    background-color: #fafafa;
    min-height: 365px;
}
.columns {
    background-color: #ffffff;
    position: relative;
}
@media (max-width: 759px) {
    #test {
        padding: 0 10px 10px 10px;
        position: absolute;
        margin: 0;
        top: 0px;
        left: 0px;
        width: 100%;
        background-color: #fafafa;
        border: solid 1px #ccc;
    }
    #test:target {
        -webkit-animation: slide 0.5s ease-in forwards;
    }
    .deputats-list {
        overflow-y: auto;
        height: 215px;
    }
}
@keyframes slide {
    0%   { left: 0px; top: 50px; width: 0px;}
    100% { left:   0px; top: 50px; width:100%;}
}

@-webkit-keyframes slide {
    0%   { left: 0px; top: 50px; width: 0px;}
    100% { left:   0px; top: 50px; width:100%;}
}
.bashkortostan-map {
    padding: 10px;
}
.map {
    display:inline;
    fill:none;
    stroke:#0a0cb2;
    stroke-width:9;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1
}
.map-parts {
    display:inline;
    fill:#0064e0;
    stroke:#ffffff;
    stroke-width:0.69999999;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1;
}
.map-parts-ed {
    display:inline;
    fill:#fff;
    stroke:#ffffff;
    stroke-width:0.69999999;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1;
}
.map-parts-ed:hover {
    cursor: pointer;
    fill:#efefef;
}
.colored:hover {
    cursor: pointer;
    fill: red !important;
}
.colored-red {
    fill: red !important;
}
.okrug-description {
    max-height: 236px;
    overflow-y: auto;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 5px;
}
h5.okrug-description-h {
    font-weight: bold;
    margin: 2px 0 7px 0;
}
h3.okrug-name {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
    padding-right: 30px;
    color: #0069a7;
}
.main-header-icons-social-right {
    position: absolute;
    height: 35px;
    right: 10px;
    bottom: 10px;
    width: 120px;
}
.main-header-icons-social-right-mini {
    position: relative;
    height: 35px;
    width: 100%;
}
.main-header-icons-social-right-mini img, .main-header-icons-social-right img {
    height: 30px;
    padding: 5px;
}
.main-header-icons-social-right-mini img:hover, .main-header-icons-social-right img:hover {
    opacity: 0.8;
    background-color: #ffffff;
}
/* End */
/* /bitrix/templates/gsrb/components/bitrix/menu/mainmenu/style.css?1415355671626 */
/* /bitrix/templates/gsrb/components/bitrix/breadcrumb/breadcrumb/style.css?1415355655947 */
/* /bitrix/templates/gsrb/template_styles.css?163119241951323 */
