@charset "UTF-8";
/* CSS Document */

/* ==== // ==== */

.mod_title {
	font-family: 'OpenSans-Condensed-Bold';
	font-size: 34px;
	line-height: 1em;
	text-transform: uppercase;
}

/* ==== лого ==== */

.mod_logo {
	padding: 23px 0 0 22px;
}

/* ==== mod_top_info ==== */

.mod_top_info {
	font-size: 18px;
	padding: 32px 0 0 78px;
	line-height: 1em;
}

.mod_top_info p {
	margin: 0;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	padding-left: 38px;
}

.mod_top_info .address {
	background: url(../images/tpl/mod_top_info_address_ico.png) no-repeat left 3px;
	margin-bottom: 7px;
}

.mod_top_info .phone {
	background: url(../images/tpl/mod_top_info_phone_ico.png) no-repeat left top;
	padding-top: 5px;
	display: inline-block;
}

.mod_top_info .time {
	background: url(../images/tpl/mod_top_info_time_ico.png) no-repeat left top;
	display: inline-block;
	padding-top: 5px;
	margin-left: 12px;
}

/* ==== mod_top_buttons ==== */

.mod_top_buttons {
	padding-top: 22px;
}

.mod_top_buttons .btn {
	width: 213px;
	float: right;
	margin-top: 6px;
}

/* ==== главное меню ==== */

.mod_main_menu {
	margin-bottom: 0;
	display: flex;
	background: #73182a;
	height: 56px;
	margin-top: 12px;
}

.mod_main_menu > li {
	flex-grow: 1;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background: url(../images/tpl/mod_main_menu_item_bg.png) no-repeat right center;
	position: relative;
	align-self: center;
}

.mod_main_menu > li:last-of-type {
	background: none;
}

.mod_main_menu > li > a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.mod_main_menu > li > a:hover,
.mod_main_menu > .active > a {
	font-family: 'OpenSans-Bold';
}

.mod_main_menu > li > a span {
	display: inline-block;
	line-height: 1.2em;
	text-align: left;
}

.mod_main_menu .is_parent:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.mod_main_menu .is_parent .wrap:after {
	content: url(../images/tpl/mod_main_menu_arrow_ico.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -5px 0 0 5px;
}

.mod_main_menu .sub {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 19px;
	z-index: 99;
	width: 238px;
	display: none;
}

.mod_main_menu .sub ul {
	text-align: left;
	background: #fff;
	padding: 9px 0 9px 14px;
	font-size: 14px;
    border: 1px solid #dde1e4;
}

.mod_main_menu .sub ul li {
	text-align: left;
	padding: 4px;
	line-height: 1.2em;
	position: relative;
}

.mod_main_menu .sub ul li a {
	text-align: left;
	color: #6e6e6e;
	text-decoration: none;
}

.mod_main_menu .sub ul li.active > a,
.mod_main_menu .sub ul li a:hover {
	text-decoration: underline;
}

.mod_main_menu .is_sub_paren > a:after {
	content: url(../images/tpl/mod_main_menu_arrow_sub_ico.png);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -5px 0 0 5px;
}

.mod_main_menu .sub .sub {
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 1px;
	padding-top: 0;
	z-index: 99;
	width: 238px;
	display: none;
}

/* ==== mod_main_slider ==== */

.mod_main_slider .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	left: auto;
	width: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.mod_main_slider .carousel-indicators li {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: rgba(239, 240, 240, 0.54);
	cursor: pointer;
	padding: 4px;
	margin: 0 20px 0 0;
	text-indent: 0;
	border: 0;
	border-radius: 0;
}

.mod_main_slider .carousel-indicators li:before {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
}

.mod_main_slider .carousel-indicators li.active:before {
	background: #ca3738;
}

/* ==== mod_sub_main_menu ==== */

.mod_sub_menu {
	height: 139px;
	text-align: center;
	display: table;
	width: 100%;
	margin-top: 16px;
}

.main_pg .mod_sub_menu {
	margin-top: 0;
}

.mod_sub_menu li {
	display: table-cell;
	vertical-align: middle;
	float: none;
	background: #1d71b8;
}

.mod_sub_menu li:first-of-type {
	background: #a4001d;
}

.mod_sub_menu li:last-of-type {
	background: #f46d01;
}

.mod_sub_menu a,
.mod_sub_menu span {
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

.mod_sub_menu .img {
	padding-right: 33px;
	display: table-cell;
	vertical-align: middle;
}

.mod_sub_menu .itcube_link, .mod_sub_menu .centernse_link, .mod_sub_menu .dergavin_link, .mod_sub_menu .soo_link, .mod_sub_menu .do-link{
    text-align: left;
    height: 60px;
    display: flex;
    align-items: center;
}

.mod_sub_menu .soo_link, .mod_sub_menu .do-link{
    height: 180px;
    justify-content: center;
}

.mod_sub_menu .soo_link, .mod_sub_menu .info_security_link{
    height: 90px;
    justify-content: initial;
}

.mod_sub_menu .info_security_link_wrapper{
    background: #a4001d;
    /*border-top: 1px solid #73182a;*/
    border-top: 1px solid white;
}

.mod_sub_menu .info_security_link{
    display: flex;
    text-align: left;
    align-items: center;
}

.mod_sub_menu .soo_link span.img.normal-ico, .mod_sub_menu .info_security_link span.img.normal-ico{
    width: 150px;
    padding-right: 0;
}

span.img.small-ico {
    width: 108px;
    text-align: center;
    padding-right: 0;
}

span.img.normal-ico {
    width: auto;
    text-align: center;
    padding-right: 33px;
}

.mod_sub_menu .soo_link_wrapper{
    background: #a4001d
}

.mod_sub_menu .itcube_link_wrapper{
    background: #1d71b8
}

.mod_sub_menu .centernse_link_wrapper{
    background: #3ca393;
    border-top: 1px solid white;
}

.mod_sub_menu .do-link_wrapper{
    background: #f46d01
}

.mod_sub_menu .do-link_wrapper.do-link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #f46d01;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .soo_link_wrapper.soo_link_wrapper_active:before{
    margin-bottom: -4px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 10px solid transparent;
    border-top: 10px solid white;
    z-index: 99;
    margin-left: -12px;
}

.mod_sub_menu .soo_link_wrapper.soo_link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #a4001d;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .info_security_link_wrapper.info_security_link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #a4001d;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .centernse_link_wrapper.centernse_link_wrapper_active:before{
    margin-bottom: -4px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 10px solid transparent;
    border-top: 10px solid white;
    z-index: 99;
    margin-left: -12px;
}

.mod_sub_menu .centernse_link_wrapper.centernse_link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #3ca393;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .itcube_link_wrapper.itcube_link_wrapper_active:before{
    margin-bottom: -4px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 10px solid transparent;
    border-top: 10px solid white;
    z-index: 99;
    margin-left: -12px;
}

.mod_sub_menu .itcube_link_wrapper.itcube_link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #1d71b8;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .dergavin_link_wrapper.dergavin_link_wrapper_active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1em;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #013310;
    z-index: 99;
    margin-left: -10px;
}

.mod_sub_menu .dergavin_link_wrapper{
    background: #013310;
    border-top: 1px solid white;
}

.mod_sub_menu .img.small-ico img{
    /*width: 40px;*/
}

.mod_sub_menu .title {
	display: table-cell;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	vertical-align: middle;
}

.mod_main_about {
	padding-top: 37px;
}

.mod_main_about h1 {
	margin: 0;
	line-height: 1em;
}

.mod_main_about .img {
	float: left;
	width: 284px;
	text-align: center;
	line-height: 1.2em;
	padding-top: 4px;
}

.mod_main_about .img img {
	margin-bottom: 36px;
}

.mod_main_about .img .img-title {
	font-family: 'OpenSans-Bold';
}

.mod_main_about .img .img-desc {
	font-family: 'OpenSans-Italic';
}

.mod_main_about .desc {
	margin-left: 337px;
}

.mod_main_about .title {
	font-family: 'OpenSans-Bold';
	text-align: center;
	font-size: 18px;
	color: #a4001d;
}

/* ==== mod_right_banners ==== */

.mod_right_banners li {
	margin-bottom: 16px;
}

/* ==== mod_events ==== */

.mod_events {
	border: 1px solid #c1c1c1;
	padding: 26px 0 15px;
	margin-top: 55px;
}

.mod_events .items .item:after {
	content: '';
	display: block;
	height: 1px;
	background: #c1c1c1;
	margin: 0 30px;
}

.mod_events .items .item:last-of-type:after {
	display: none;
}

.mod_events h2,
.mod_events p {
	padding: 0 30px;
}

#main .mod_events ol{
    margin-left: 30px;
}

.mod_events .mod_title {
	position: relative;
}

.mod_events .mod_title .wrap {
	font-size: 28px;
	color: #fff;
	font-family: 'OpenSans-Condensed-Bold';
	background: #A4001D;
	border-radius: 0 3px 3px 0;
	display: inline-block;
	height: 47px;
	line-height: 47px;
	padding: 0 25px 0 31px;
	position: relative;
}

.mod_events .mod_title .wrap:before {
	content: url(../images/tpl/mod_ads_title_bg.png);
	position: absolute;
	left: -10px;
	bottom: -13px;
	display: block;
}

/* ==== mod_news ==== */

.mod_news {
	margin-top: 26px;
	margin-bottom: 106px;
}

.mod_news .mod_title {
	margin: 37px 0;
}

.mod_news .item {
	margin: 0 16px 16px 0;
	float: left;
}

.mod_news .items .item:nth-of-type(3n+3) {
	margin-right: 0;
}

.mod_news .btn_bx {
	text-align: center;
	padding: 21px 0;
}

.mod_news_inner {
	margin-top: 32px;
	margin-bottom: 0;
}

/* ==== mod_links ==== */

.mod_links {
	background: #e4e6ea;
	padding-bottom: 48px;
}

.mod_links .mod_title {
	margin: 22px 0 36px;
}

.mod_links .items {
	margin: 0 31px;
	position: relative;
}

.mod_links .items button {
	font-size: 0;
	background: url(../images/tpl/mod_links_btn.png) no-repeat;
	width: 19px;
	height: 33px;
	border: 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}

.mod_links .items button.slick-prev {
	background-position: left top;
	left: -24px;
}

.mod_links .items button.slick-next {
	background-position: right top;
	right: -24px;
}

.mod_links .item {
	width: 290px;
	height: 140px;
	border: 1px solid #b3b3b3;
	background: #fff;
	float: left;
	margin: 0 6px;
}

.mod_links .item .wrap {
	display: table-cell;
	width: 288px;
	height: 138px;
	vertical-align: middle;
	text-align: center;
}

.mod_links .item .wrap img {
	display: inline-block;
}

/* ==== mod_photos ==== */

.mod_photos .grid-sizer {
	width: 294px;
}

.mod_photos .gutter-sizer {
	width: 14px;
}

.mod_photos .mod_title {
	margin-top: 33px;
	margin-bottom: 37px;
}

.mod_photos .item {
	display: block;
	float: left;
	width: 294px;
	margin-bottom: 14px;
}

.mod_photos .btn_bx {
	text-align: center;
	margin: 14px 0 24px;
}

/* ==== mod_links ==== */

.mod_videos {
	background: url(../images/tpl/mod_videos_bg.jpg) no-repeat left top;
	height: 550px;
	padding-bottom: 0px;
}

.mod_videos .mod_title {
	margin: 46px 0 44px;
	color: #fff;
}

.mod_videos .items {
	padding: 0 41px;
	position: relative;
}

.mod_videos .items button {
	font-size: 0;
	background: url(../images/tpl/mod_videos_btn.png) no-repeat;
	width: 29px;
	height: 55px;
	border: 0;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.mod_videos .items button.slick-prev {
	background-position: left top;
	left: -5px;
}

.mod_videos .items button.slick-next {
	background-position: right top;
	right: -5px;
}

.mod_videos .item {
	width: 550px;
	height: 309px;
	float: left;
	margin: 0 36px;
}

.mod_videos .item img {
	display: inline-block;
}

.mod_videos .btn_bx {
	text-align: center;
	margin-top: 39px;
}

/* ==== mod_foot_info ==== */

.mod_foot_info,
.mod_foot_info a {
	color: #878787;
}

.mod_foot_info {
	font-size: 14px;
}

.mod_foot_info .item {
	padding: 9px 36px 0;
}

.mod_foot_info p {}

/* ==== mod_breadcrumbs ==== */

.mod_breadcrumbs {
	color: #8a8a8a;
	font-size: 14px;
	padding-top: 38px;
	margin-bottom: 39px;
}

.mod_breadcrumbs a,
.mod_breadcrumbs strong,
.mod_breadcrumbs span {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

.mod_breadcrumbs a {
	color: #8a8a8a;
}

/* ==== mod_gallery ==== */

.mod_gallery {
	margin-top: 49px;
}

.mod_gallery a {
	display: block;
	float: left;
	margin: 0 16px 16px 0;
}

.mod_gallery a:nth-of-type(3n+3) {
	margin-right: 0;
}

/* ==== mod_site_ico ==== */

.mod_site_ico {
	overflow: hidden;
	height: 82px;
	text-align: justify;
	margin: 51px 0 49px;
}

.mod_site_ico.infobez{
    text-align: left;
}

.mod_site_ico .item {
	display: inline-block;
	text-decoration: none;
}

.mod_site_ico:after {
	content: '';
	display: inline-block;
	width: 90%;
}

/* ==== mod_feedback ==== */

.mod_feedback {
	background: url(../images/tpl/mod_feedback_bg.jpg) no-repeat center;
	height: 651px;
}

.mod_feedback .form_wrap {
	float: right;
	margin-top: 145px;
}

.mod_feedback .form_info {
	margin-right: 398px;
}

.mod_feedback .form_info .wrap {
	border-top: 8px solid #33a5ce;
	border-left: 8px solid #33a5ce;
	border-bottom: 8px solid #33a5ce;
	margin-top: 23px;
	width: 484px;
	height: 267px;
}

.mod_feedback .form_info .info {
	height: 196px;
	width: 525px;
	background: #fff;
	right: 49px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	top: 32px;
}

.mod_feedback .form_info .title {
	font-family: 'PT-Sans-Bold';
	font-size: 38px;
	color: #a1c530;
	text-transform: uppercase;
	line-height: 1em;
	padding-bottom: 4px;
}

.mod_feedback .form_info .desc {
	font-family: 'PT-Sans-Italic';
	line-height: 1.4em;
}

/* ==== главное меню ==== */

.mod_main_menu_special {
	font-size: 18px;
	margin-top: 8px;
}

.mod_main_menu_special li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}

.mod_main_menu_special li:nth-of-type(5) {
	margin-left: 30px;
}

.mod_main_menu_special li.title {
	padding: 0 10px;
}

.mod_main_menu_special li:last-of-type {
	padding-right: 0;
}

.mod_main_menu_special li a {
	text-decoration: none;
	display: inline-block;
	line-height: 1em;
}

.mod_main_menu_special li.item {
	position: relative;
	font-weight: bold;
	font-size: 20px;
}

.mod_main_menu_special li.normal {
	font-size: 25px;
}

.mod_main_menu_special li.large {
	font-size: 30px;
}

.mod_main_menu_special li.item a {
	height: 30px;
	width: 30px;
	border-radius: 4px;
	text-align: center;
	padding-top: 3px;
	vertical-align: top;
	position: relative;
}

.mod_main_menu_special li.item a:hover:after,
.mod_main_menu_special li.item a.active:after {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}

.mod_main_menu_special li.item a:hover:before,
.mod_main_menu_special li.item a.active:before {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
	margin-top: 1px;
}

.mod_main_menu_special li.small a {
	padding-top: 7px;
}

.mod_main_menu_special li.normal a {
	padding-top: 5px;
}

/* ==== панель в шапке ==== */

.mod_top_panel {
	font-size: 18px;
	margin-top: 7px;
}

.mod_top_panel li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.mod_top_panel li a {
	text-decoration: none;
	display: inline-block;
}

.mod_top_panel li:last-of-type a:after {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-left: 19px;
	position: relative;
	top: -3px;
}

.mod_top_panel li a span.glyphicon {
	height: 30px;
	width: 30px;
	border-radius: 4px;
	text-align: center;
	padding-top: 4px;
	position: relative;
	margin-right: 14px;
}

/* ==== mod_right_news ==== */

.mod_right_news {
	padding-top: 47px;
	padding-bottom: 69px;
}

.mod_right_news .mod_title {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 38px;
}

.mod_right_news .item {
	margin-bottom: 30px;
}

.mod_right_news .date {
	font-size: 16px;
	color: #1d71b8;
}

.mod_right_news .title {
	font-family: 'OpenSans-Condensed-Bold';
	font-size: 20px;
	line-height: 1.2em;
	padding: 4px 0 11px;
}

.mod_right_news .title a {
	color: #474747;
	text-decoration: none;
}

.mod_right_news .title a:hover {
	text-decoration: underline;
}

.mod_right_news .btn_bx {
	text-align: center;
	margin-top: 34px;
}

/* ==== mod_menu_category ==== */

.mod_menu_category {
	font-size: 14px;
}

.mod_menu_category a {
	text-transform: uppercase;
	margin-right: 18px;
	display: inline-block;
	text-decoration: none;
	padding: 8px 8px;
	color: white;
	margin-bottom: 0.5em;
}

.mod_menu_category a:hover {
	text-decoration: underline;
}

.itcube_body .mod_menu_category a {
	background: #1d71b8;
}

.dopobraz_body .mod_menu_category a, .navigator_body .mod_menu_category a {
	background: #f46d01;
}

.inner_menu_wrapper.centernse .mod_menu_category a{
    background: #3ca393;
}

.inner_menu_wrapper.dergavin .mod_menu_category a{
    background: #013310;
}

#main ul, #main ol{
    margin-left: 30px;
    margin-right: 30px;
}

/* ==== mod_calendar ==== */

.mod_calendar,
.mod_calendar .wrap {
	display: flex;
}

.mod_calendar {
	border-top: 4px solid #73182a;
	border-bottom: 1px solid #ddd;
	margin-top: 2px;
}

.mod_calendar .news_bx {
	border-right: 1px solid #ddd;
}

.mod_calendar .news_bx .title,
.mod_calendar .map_info_bx .title {
	font-size: 14px;
	color: #4e4e4e;
	text-transform: uppercase;
	font-weight: bold;
	padding: 17px 0 17px 30px;
	border-bottom: 1px solid #ddd;
}

.mod_calendar .news_bx .info,
.mod_calendar .map_link_bx>div .info {
	font-size: 14px;
	color: #4e4e4e;
	padding: 0 27px 0 50px;
}

.mod_calendar .news_bx .info p,
.mod_calendar .map_link_bx>div .info p {
	line-height: 1.4em;
	border-bottom: 1px solid #d5d1d2;
	/*height: 158px;*/
	height: 92px;
	margin: 0;
	padding-top: 17px;
    padding-bottom: 17px;
	position: relative;
}

.mod_calendar .news_bx .info p:before,
.mod_calendar .map_link_bx>div .info p:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid #73182a;
	border-left: 10px solid transparent;
	position: absolute;
	left: -23px;
	margin-right: 11px;
	top: 22px;
}

.mod_calendar .map_info_bx {
	flex-direction: column;
	background: #f6f6f6;
}

.mod_calendar .map_info_bx .title {
	padding: 13px 0 13px 30px;
}

.mod_calendar .map_info_bx .title span:before {
	content: url(../images/tpl/map_info_bx_link_loc.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.mod_calendar .map_link_bx {
	display: flex;
}

.mod_calendar .map_link_bx_title {
	font-size: 30px;
	background: #fff;
	padding: 18px 0 24px 28px;
}

.mod_calendar .map_link_bx>div {
	display: flex;
}

.mod_calendar .map_link_bx>div:last-child .info:nth-child(even) {
	background: #fff;
}

.mod_calendar .map_link_bx>div .info a {
	color: #0026c8;
	text-decoration: none;
}

.mod_calendar .map_link_bx>div .info a:hover {
	text-decoration: underline;
}

.mod_site_ico.infobez .item{
    margin-right: 0.5em;
}