/*шрифты */

@font-face {font-family: 'PT Sans'; 
	src: url('/fts/PTSansRegular.eot'); 
	src: /*local('PT Sans'), */
            url('/fts/PTSansRegular.eot?#iefix') format('embedded-opentype'), 
            url('/fts/PTSansRegular.woff') format('woff'),
            url('/fts/PTSansRegular.ttf') format('truetype')}


@font-face {font-family: 'PT Sans Narrow'; 
	src: url('/fts/PTSansNarrow.eot'); 
	src: /*local('PT Sans Narrow'), */
            url('/fts/PTSansNarrow.eot?#iefix') format('embedded-opentype'), 
            url('/fts/PTSansNarrow.woff') format('woff'),
            url('/fts/PTSansNarrow.ttf') format('truetype')}

            @font-face {font-family: 'PT Sans'; 
            font-weight: bold;
	src: url('/fts/PTSansBold.eot'); 
	src: /*local('PT Sans Bold'), */
            url('/fts/PTSansBold.eot?#iefix') format('embedded-opentype'), 
            url('/fts/PTSansBold.woff') format('woff'),
            url('/fts/PTSansBold.ttf') format('truetype')}

            @font-face {font-family: 'PT Sans Narrow'; 
            font-weight: bold;
	src: url('/fts/PTSansNarrowBold.eot'); 
	src: /*local('PT Sans Narrow Bold'), */
            url('/fts/PTSansNarrowBold.eot?#iefix') format('embedded-opentype'), 
            url('/fts/PTSansNarrowBold.woff') format('woff'),
            url('/fts/PTSansNarrowBold.ttf') format('truetype')}

/*сброс стилей*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
	min-height: 100%;
	width: 100%;
}
body {
  line-height: 1;
  min-height: 100%;
  width: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*основной css */

body {
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	background-color: #e6e6e6;
}	

.wrapper {
	width: 100%;
	min-width: 360px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
	background: url("/desimages/left_column_bg.png") repeat-y 0px;
	position: relative;
	padding-bottom: 63px;
}


.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input[type="text"] {
	padding-left: 15px;
	box-sizing: border-box;
}

textarea {
	padding: 0 15px;
	box-sizing: border-box;
}

/*стили шапки */

.header {
 	margin-left: 270px;
}

.header .hidden_section {
	display: none;
}

.header_upper_section_wrapper {
	width: 94.5544%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.header_upper_section {
	background-color: #f5f0e3;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-left: 270px;
}

.lang {
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
}

.lang li {
	float: left;
	font-size: 14px;
	margin-left: 0;
}


.lang li a {
	text-transform: uppercase;
	list-style-type: none;
	padding: 0 13px;
	color: #205891;
	border-right: 1px solid #205891;
	font-size: 14px;
}

.lang li:first-child a {
	padding-left: 0;
}

.lang li:last-child {
	border-right: none;
}

.lang li:last-child a {
	padding-right: 0;
	border-right: none;
}

.twitter {
	margin-left: 50.7%;
	display: inline-block;
}

.site_map {
	display: inline-block;
	padding-left: 20px; 
}

.big_letters_version   {
	text-transform: uppercase;
	color: #205891;
	position: absolute;
	right: 0;
	display: inline-block;;
}

.big_letters_version img {
	margin-right: 4px;
}

.big_letters_version span {
	text-transform: uppercase;
	color: #205891;
	font-size: 14px;
	font-weight: bold;
}

#grodno_logo {
	color: #25486f;
	text-decoration: underline;
	font-size: 14px;
	float: right;
}

#grodno_logo img:last-child {
	vertical-align: text-top;
	padding-right: 0;
}

#grodno_logo img {
	vertical-align: middle;
	padding-right: 6px;
}

#grodno_logo:hover {
	text-decoration: none;
}

 #search_form {
	float: left; 
	width: 49.5807%;	
	right: 0;
	width: 49.5807%;
	height: 30px;
	border-radius: 7px;

}

.header_search_field  {
	width: 100%;
	height: 30px;
	border-radius: 7px;
	border: 1px solid #c8c8c8; 
	outline: none;
	box-sizing: border-box;
}

.header_search_field::-webkit-input-placeholder
{
	font-size: 12px;
	font-weight: bold;
	color: #205891;
}


#search_button {
	position: absolute;
	border: none;
	right: 51%;
	top: 6px;
	width: 30px;
	height: 30px;
	border: none;
	background: url(/desimages/search_icon.png) no-repeat center center transparent;
	cursor: pointer;
}

.header_middle_section {
	height: 45px;
	line-height: 40px;
	background-color: #ffffe0;
	margin-left: 270px;
}

.header_middle_section_wrapper {
	width: 94.5544%;
	margin: 0 auto;
	position: relative;
}

.header_lower_section {
       /*height: 53px;*/
       min-height: 53px;
	background-color: #4b77be;
	margin-left: 270px;
}

.header_lower_section ul li  {
display: inline-block;
vertical-align: middle;
/*padding: 18px 3%;*/
padding: 9px 5px;
/*padding: 9px 5.5% 9px 0;*/
z-index: 100;
margin-bottom: -16px!important ;
}

.header_lower_section ul li a {
	font-size: 16px;
	color: white;
}

.header_lower_section ul li:first-of-type {
	padding-left: 0;
}

.header_lower_section ul li:last-of-type {
	padding-right: 0;
}

.header_lower_section ul li a {
/*	line-height: 50px; */
}

.main_menu {
       text-align: justify;
      /*margin-bottom: -16px !important;*/
}

.main_menu::after {
       display: inline-block;
       content: "";
       width: 100%;
}

.flexMenu-popup {
	z-index: 5;
       right: 0;
     /*margin-top: 20px;*/
       margin-top: 9px;
    /*top: 151px;*/
}

.main_menu .flexMenu-popup li {
        float:none;
        display:block!important;
        background-color: #4b77be;
       /*padding: 18px 3%;
       padding: 14px 10px !important;*/
       text-align: center; 
       padding: 9px 10px !important;
       margin-bottom: 0 !important;
}
 
/*.flexMenu-popup li:first-of-type {
       padding-top: 5px !important;
}*/

.main_menu_wrapper {
	width: 94.5544%;
	margin: 0 auto; 
	
}

.left_column_nav {
	float: left;
	width: 270px;
	color: white;
	height: 100%;
	margin-top: -77px;
}

 #oficial_site {
	padding-top: 21px;
	margin-left: 18.5185%;
	color: #fefeff;
}

.wrapper .left_column_nav .index_page_gerb {
	padding-top: 25px;
	margin-left: 14.8148%;
	display: block;
}

.wrapper .left_column_nav .index_page_gerb img:first-of-type {
	padding-right: 14px;
}

.wrapper .left_column_nav .ispolkom_name a {
	 font-size: 26px;
	 line-height: 25px;
	font-weight: bold;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin-left: 14.8148%;
	padding-top: 35px;
	color: #fefeff;
	display: block;
	text-decoration: none;
	width: 165px;
}

.ispolkom_name span {
	font-size: 29px;
}

.ispolkom_adress {
	margin-left: 14.8148%;
	font-size: 14px;
	padding-top: 35px;
	margin-right: 20px;
	color: #fffaf0;
}

.ispolkom_adress_block {
	/*padding-bottom: 7px;*/
}

.ispolkom_adress span {
	color: #abf664;
	font-weight: bold;
}

.wrapper .left_column_nav .links_list {
        padding-top: 55px;
	position: relative;
	padding-bottom: 83px;
}

.links_list li:hover {
	background-color: #4b77be; 
}

.links_list li {
	padding: 11px 0;
}

.links_list li a   {
	color: white;
	font-weight: bold;
	display: block;
}

.links_list li a span {
	padding-right: 20px; 
}

.links_list li ul {
	display: none;
}

.links_list li ul li {
	padding: 11px 0;
}

.links_list ul {
	overflow: auto;
}

.links_list li:hover ul {
 z-index: 30;
 display: block;
 position: absolute;
 margin-top: -62px;
 left: 270px;
 top: 0; 
 background-color: #4b77be; 
 width: 243px;
 height: 560px;
 overflow-y: auto;
 overflow-x: hidden;
}

.links_list  li ul li a {
	margin-left: 30px;
	padding-right: 30px; 
	background-color: #4b77be; 
	display: block;
}

.links_list  li ul li img {
	margin: 27px 30px 0 27px;
	border: 2px solid white;
	max-width: 176px;
}

.links_list li a span {
	display: block;
	margin-left: 29.629%;
}

.links_list li a span:hover {
	text-decoration: underline;
}


.links_list li a img {
	vertical-align: middle;
	padding-left: 12.962%;
	float: left;
}

.links_list a {
	color: white;
}

/* главная иформация */
.main_info {
	background-color: white;
	overflow: hidden;
	
}

.first_block_wrapper {
/*	width: 94.5544%;
	margin: 0 auto; */
}

.main_info_left_column {
	float: left;
	position: relative;
	width: 44.5544%;
	margin-left: 2.7181188119%;
}

/* блок с председателем */

.predsedatel_info {
	margin-top: 28px; 
	border-radius: 4px;
	border: 1px solid #c8c8c8;
}


.predsedatel_info img {
	padding: 10px 20px 10px 10px;
	float: left;
	max-width: 149px;
}

.predsedatel_info div {
	margin-left: 166px;
	padding-top: 10px;
        padding-right: 10px
}

.predsedatel_name {
	 font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #205891;
}

.predsedatel_position {
	  font-size: 12px;
	color: #949494;
}

.predsedatel_info ul {
	padding-top: 19px;
}

.predsedatel_info ul li a {
	color: #205891;
	font-size: 14px;
	font-style: italic;
	padding-top: 8px;
}

.predsedatel_next {
	font-size: 12px;
}

.predsedatel_next::after {
	content: "";
	display: block;
	clear: both;
	height: 3px;
}

.predsedatel_next a {
	color: #b8b7b7;
	/*margin-left: 38.5555%;*/
        float: right;
        padding-right: 16px
}

.predsedatel_next a:hover {
	text-decoration: underline;
}

.predsedatel_next a::after {
	content: url("/desimages/arrow_next.png");
	padding-left: 6px;
}

.predsedatel_next a:hover {
	text-decoration: none;
}
/* конец блока с председателем */

.one_banner {
	display: block;
	text-align: center;
}

.one_banner img {  /* один баннер на всю длину блока*/
	padding-top: 27px; 
	max-width: 100%;
}

.two_banners img { /* два баннера в одну строку*/
	padding-top: 27px; 
	max-width: 48%;
	float: left;
        margin-right: 4%
}

/*.two_banners img:last-child {
	float: right;
}*/

.two_banners:nth-of-type(odd) img{margin-right: 0; float: right}

.two_banners img:last-child::after {
	clear: both;
	content: '';
	display: block;
}

#select_section {
	padding-top: 22px;
	position: absolute;
	right: 0;
        z-index: 5;
}


#news_arrow {
	background: url(/desimages/arrow_next_blue.png) no-repeat center center ;
	display: block;
	width: 4px;
	height: 7px;
	display: inline-block;
	margin-left: 6px;
}

#hidden_news_menu {
	display: none;
	background-color: white;
	border: 1px solid #c8c8c8;
	border-radius: 7px;
	padding: 35px 0 7px 0;
	width: 110px;
	margin-top: -27px;
	margin-left: -1px;
	z-index: 10;
}

#hidden_news_menu li {
	cursor: pointer;
}

#hidden_news_menu li span {
	background-color: #4b77be;
	padding: 6px 17px 6px 8px;
	border-bottom: 1px solid white;
	display: block;
	font-size: 12px;
	line-height: 12px;
}

#hidden_news_menu li span:hover {
	background-color: #205891;
}

#hidden_news_menu li span {
	color: white;
	text-decoration: none;
}

 .link_button  {
	color: #205891;
	background-color: white;
	font-size: 12px; 
	border: 1px solid #c8c8c8;
	border-radius: 7px;
	padding: 5px 7px 6px 7px;
}

.link_button_news {
	color: #205891;
	background-color: white;
	font-size: 12px; 
	border: 1px solid #c8c8c8;
	border-radius: 7px;
	padding: 4px 7px 4px 7px;
	cursor: pointer;
}

.link_button_news:hover {
	text-decoration: none;
}

 .link_button::after {
	content: url("/desimages/arrow_next_blue.png");
	padding-left: 6px;
}

 .link_button:hover {
	text-decoration: none;
	color: #66cc06;
}

.link_button:hover::after {
	content: url("/desimages/arrow_next_green.png");
	padding-left: 6px;
}

/* блок новостей */

.news_block {
	padding-top: 25px;
	color: black;
}

.news_block h2 {
	font-size: 28px;
	/*font-size: 37px;*/
	color: black;
	padding-bottom: 10px;
}

.news_cell:first-of-type {
	border-top: 1px solid #c8c8c8;

}

.news_cell {
	border-bottom: 1px solid #c8c8c8;
        overflow: visible;
}

.news_cell a {
	color: black;
}

.news_cell img {
	float: left;
	padding: 14px 18px 7px 0;
	max-width: 150px;
}

.news_cell_info {
	margin-left: 170px;
	padding-top: 12px;
        position: relative;
}

.news_date {
  	font-size: 14px;
  	font-weight: bold;
  	margin-top: 28px;
  	display: inline;
  	padding-right: 7px;
}

.news_cell_info h3 {
	display: inline;
}

.news_cell_info h3 a {
	 font-size: 14px;
	color: #7f7d7d;
	
}

.news_cell_info h3 a::before {
	content: "|";
	color:  #7f7d7d;
	font-size: 14px;
	padding-right: 10px;
}

.news_cell_info p {
	padding: 15px 0;
        text-shadow: 0px 0px 0px #9a9191;
}

.video {
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url("/desimages/video_icon.png") no-repeat center center;
	margin-left: 5px;
	vertical-align: -1px;
}

.photo {
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url("/desimages/photo_icon.png") no-repeat center center;
	margin-left: 5px;
	vertical-align: -1px;
}

/* синяя кнопка "Все новости" */
#news_blue_button {
	margin-top: 10px;
	float: right;
}

.link_button_blue  {
	color: white;
	background-color: #4b77be;
	font-size: 12px; 
	border: 1px solid #c8c8c8;
	border-radius: 7px;
	padding: 6px 8px 7px 8px ;
}

 .link_button_blue::after {
	content: url("/desimages/arrow_next_white.png");
	padding-left: 6px;
}

 .link_button_blue:hover {
	text-decoration: none;
}

/* главная инфа средняя колонка */

.main_info_middle_column {
	float: left;
	width: 21.782178%;
	margin-left: 2.890625%;
	margin-top: 28px;
}

.guest_baner {
	position: relative;
	border: 1px solid #c8c8c8;
}

.guest_baner img {
	vertical-align: bottom;
	max-width: 220px;
} 

.guest_baner div {
	position: absolute;
	background-color: rgba(49,101,153,0.8);
	bottom: 0;
	right: -1px;
	padding: 3px 25px;
	text-align: center;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
}

.guest_baner a div:hover {
text-decoration: underline;
} 

.announcement {
	width: 100%;
    background-color: #fffaf0;
    margin: 20px 0 20px 0;
}

.announcement h2 a {
	color: #205891;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 17px;
	display: block;
}

.announcement h2 a::before {
	content: url("/desimages/text_icon.png");
	padding-right: 10px;
}

.announcement p  {
	font-size: 14px;
	padding-right: 15px;
	padding-top: 23px;
	padding-left: 17px;
	
}

.announcement p:first-of-type {
	padding-top: 15px;
}

.announcement p a {
	color: black;
        text-shadow: 0px 0px 0px #9a9191;
}

.announcement p:last-of-type {
	padding-bottom: 24px;
}

#announcment_link {
	
	padding-bottom:  27px; 
}

.announcement .link_button {
	margin-left: 17px;
}

.banner2 {
	width: 100%;
       margin-bottom: 13px;
	vertical-align: bottom;
}

.banner2 iframe, .banner3 iframe{width: 220px;display: block}
.banner3 iframe{margin-bottom: 13px;}

.banner2 img {
	max-width: 220px;
        vertical-align: bottom;
}

.services {
	color: #205891;
	font-size: 14px;
	font-weight: bold;
	background-color: #fffaf0;
	margin-top: 20px;
}

.services h2 a,
.services h2 span{
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18.1818%;
	display: block;
	color: #205891;
}

.services ul li {
	list-style-image: url("/desimages/list_type.png");
	margin-left: 14.1818%;
	padding: 0 20px 17px 10px;
}


.services ul li a {
	color: #205891;
}

/* слайдер в средней колонке "фотоновости" */

.photo_news {
       /*margin-top: 20px;*/
       margin: 20px 0;
	border: 1px solid #e9e9e9; 
	
}

.photo_news h2 {
	background-color: #205891;
	color: white;
	text-transform: uppercase;
	padding: 6px 0 6px 10%;
}


.photo_news h2 a {
	color: white;
}

.photo_news a {
	color: black;
}

.photo_news img {
	padding-top: 15px;
	max-width: 220px;
}

.photo_news span {
	color: black;
	font-size: 14px;
	display: block;
	padding: 10px 22px;
}



.photo_news .link_button {
	display: inline-block;
	margin-bottom: 12px;
	float: right;
	margin-right: 10px;
}

/*правая колонка с главной инфой */
.main_info_right_column {
	float: left;
	width: 21.782178%;
	margin-left: 2.890625%;
	margin-top: 28px;
}

/* блок актуально */
.actual {
	width: 100%;
    background-color: #fffaf0;
     margin: 20px 0 20px 0;
}

.actual h2 a {
	color: #205891;
	font-size: 18px;
	font-weight: bold;
	padding-top: 17px;
	padding-left: 42px;
	text-transform: uppercase;
	display: block;
}

.actual ul li:first-of-type {
	padding-top: 15px;
}

.actual ul li {
	padding-bottom: 23px;
}

.actual ul li a {
	color: black;
	font-size: 14px;
	padding-right: 15px;
	margin-left: 16px;
	display: inline-block;
}

.actual ul li img {
display: inline-block;
vertical-align: middle;
} 

.actual ul li span {
	float: right;
	width: calc(100% - 27px);
        text-shadow: 0px 0px 0px #9a9191;
}

.actual ul li span:hover {
	text-decoration: underline;
}


.actual ul li:last-of-type {
	padding-bottom: 24px;
}

#actual_link {
	padding-bottom: 27px;
}

.actual .link_button {
	margin-left: 42px;
}


.banner3 img {
	width: 100%;
       margin-bottom: 13px;
	vertical-align: bottom;
	max-width: 220px;
}


/* блок "службы" в правой коллонке */

.services_right_column {
	color: #205891;
	margin-top: 17px;
        margin-bottom: 23px;
}

.services_right_column h2 a,
.services_right_column h2 span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14.5454%;
	color: #205891;
}

.services_right_column ul li  {
	padding-top: 18px;
}

.services_right_column ul li a {
	display: inline-block;
	padding-right: 8.1818%;
}

.services_right_column ul li a span {
	display: block;
	margin-left: 30px;
}

.services_right_column ul li img {
	margin-bottom: -27px;
	float: left;
	padding-right: 13px;
        margin-top: 4px;
}

.services_right_column ul li a {
	color: #205891;
}

/* блок голосования "опрос" */

.interview {
	padding: 10px 20px 10px 32px;
	margin-top: 23px;
        margin-bottom: 13px;
	color: white;
	background-color: #4b77be;
}

.interview h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.interview form p {
	padding: 6px 0; 
} 

.interview form input[type="radio"] {
margin-top: 7px;
margin-left: 0;
}

.interview form input[type="submit"] {
	margin: 12px 0 0 0;
	background-color: white;
	border-radius: 7px;
	padding: 6px 9px;
	color: #205891;
	font-size: 12px;
	cursor: pointer;
	border: none;
}

.interview form input[type="submit"]:hover {
	color: white;
	background-color: #66cc06;
}

.interview form a {
	color: white;
	font-weight: bold;
	padding-top: 8px;
	font-size: 12px;
	float: left;
	font-weight: bold;
}

#all_answers {
	float: right;
	padding-top: 8px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
}

/* блок "полезная информация" */

.useful_info {
	width: 94.5544%;
	margin: 0 auto;
       /*margin-top: 20px;*/
       margin-top: 7px;
	background-color: #ffffe0;
}

.useful_info h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0 5px 15px;
	background-color: #205891;
}

.useful_info h2 a {
color: #fefefe;	
}

#useful_info_map {
 width: 50.3672%;
 display: inline-block;
 max-width: 479px;
 clear: both;
}

/*float: left; был поставлен вне соответствия дизайну*/
.useful_block {
	width: 49.6328%;
	/*float: right;*/
        float: left;
	padding-top: 15px;
}
.useful_block img {
	vertical-align: middle;
}

.useful_block table td {
	vertical-align: middle;
	min-height: 36px;
	position: relative;
	padding: 2px 0;
	width: 50%;
	height: 36px;
	overflow: hidden;
	box-sizing: content-box;
}

.useful_block table tr {
	min-height: 36px;
	/*padding: 5px 0;*/
	vertical-align: middle;
}

.useful_block table td a span {
    display: inline-block;
    color: #205891;
    padding-left: 8px;
    width: 76%;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    overflow: hidden;
    max-height: 36px;
}


.useful_block table td a:hover span {
    text-decoration: underline;
}



.useful_block table td a img {
	padding-left: 16px;
}

.useful_block .link_button {
	float: right;
	margin: 14px 20px 10px 0 ;
}

/* нижний слайдер с фото */

.bottom_images_block {
    width: 94.5544%;
    margin: 0 auto;
    /* padding-top: 40px; */
    margin-top: 40px;
    position: relative;
} 

.bottom_images_block ul{
	/*width: 100%;*/
}

.bottom_images_block ul li{
	width: 18.1341%;
	display: inline-block;
}

.bottom_images_block ul li img {
	width: 100%; 
	margin-right: 2.332375%;  
	float: left;
	
}


.bottom_images_block ul li:last-of-type img { 
	margin-right: 0;
} 

.bottom_images_block .bx-wrapper,
.bottom_images_block .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
   -webkit-box-shadow: none;
}

.bottom_images_block .bx-pager {
	position: absolute;
	top: -40px;
	text-align: left;
	left: -4px;
	height: 15px;
}

.bottom_images_block .bx-pager.bx-default-pager a {
	background: white;
	border: 3px solid #a4a4a4;
	border-radius: 7px;
	width: 6px;
	height: 6px;
}


.bottom_images_block .bx-pager.bx-default-pager a.active {
	background: white;
	border-color: #66cc06;
}

.bottom_images_block .bx-pager.bx-default-pager a:hover {
	background: white;
}

/* блок с фото внизу страницы без слайдера*/

.bottom_images_without_slider {
    background-color: #f5f0e3;
    margin-top: 20px;
    padding: 20px 0;
    margin-bottom: 40px;
    font-size: 0
} 

.bottom_images_without_slider ul {
	width: 94.5544%;
	margin: 0 auto;
}

.bottom_images_without_slider ul li{display: inline-block;margin-bottom: 2.332375%;width: 18.1341%;margin-right: 2.332375%;vertical-align: top}

.bottom_images_without_slider ul li img {
	width: 100%;
	/*margin-right: 2.332375%;  */
	float: left;
	max-width: 173px;
}

.bottom_images_without_slider ul li:nth-child(5n) {
	margin-right: 0;
}

/* слайдер "интернет-ресурсы" */

.bottom_internet_resources {
	width: 94.5544%;
	margin: 0 auto;
	padding-bottom: 55px;
        margin-top: 40px;
}

.internet_resources_slider li  {
	width: 28.4067%;
	display: inline-block;
}

.bottom_internet_resources h2 {
	font-size: 28px;
	padding: 0 0 27px 0;
	margin-top: -20px;
}

.internet_resources_slider li div {
	padding-bottom: 16px;
}

.internet_resources_slider li div a {
	text-decoration: none;
	color: #9c9c9c;
	font-size: 14px;
}

.internet_resources_slider li div a:hover {
	text-decoration: underline;
}

.bottom_internet_resources .bx-wrapper,
.bottom_internet_resources .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
   -webkit-box-shadow: none;
}

.bottom_internet_resources .bx-wrapper {
	margin: 0 auto;
}

.bottom_internet_resources .bx-pager {
	position: absolute;
	top: -58px;
	text-align: left;
	left: 242px;
	height: 20px;
}

.bottom_internet_resources .bx-pager.bx-default-pager a {
	background: white;
	border: 3px solid #a4a4a4;
	border-radius: 7px;
	width: 6px;
	height: 6px;
}


.bottom_internet_resources .bx-pager.bx-default-pager a.active {
	background: white;
	border-color: #66cc06;
}

.bottom_internet_resourcesr .bx-pager.bx-default-pager a:hover {
	background: white;
}

/* футер */

.footer {
	margin-top: 34px;
	background-color: #4b77be;
	color: white;
	height: 63px;
	display: table;
	width: 100%;
	max-width: 1010px;
	position: absolute;
	bottom: 0;
	left: 270px; 
}

.footer p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 32px;
	font-size: 14px;
	color: white;
	}

	.footer_second_line {
		padding-left: 18px;
	}

	.footer_belta_name a {
		font-weight: bold;
		text-decoration: underline;
		color: white;
	}

	.footer_belta_name a:hover {
		text-decoration: none;
	}

	.counters {
		float: right;
		padding: 16px 30px 0 0;
	}

	.counters a {
		padding: 0 3px 3px 0;
	}

	.counters img {
		float: none;
		}

	/* прилипание блока в .left_column_nav и верхнее меню */

	.topWindow {
		width: calc(100% - 270px) ;
		max-width: 1010px;
    position: fixed;
    top: 0;
    z-index:20; 
    }

    .topWindow2 {
    position: fixed!important;
    top: 0;
    /*top: 25px;*/
    z-index:20;
    width: 270px;
    }

    .header_banners{margin-left: 270px}
    .engl_version {
        background-color: #fffaf0;
    }
    
    .menu_index_after_banners{padding: 24px 18px}
    .menu_index_after_banners li{list-style: none; background: url('/desimages/menu_item.png') no-repeat left 6px; margin-bottom: 20px; padding-left: 16px}
    .menu_index_after_banners li a{color: #376797; font-weight: bold}
    .more_en_button{display: inline-block; color: #205891; background-color: white;font-size: 12px;border: 1px solid #c8c8c8;border-radius: 7px;padding: 5px 7px 6px 7px;
                    margin-bottom: 20px; margin-left: 18px}
    .more_en_button::after {
            content: url("/desimages/arrow_next_blue.png");
            padding-left: 6px;
    }
    
/*АДАПТИВНОСТЬ */
/* перебивка стилей jquery.slicknav.css*/
.wrapper .slicknav_menu {
	background-color: #4b77be;
	font-size: 18px;
}

.wrapper .slicknav_btn {
	background-color: transparent;
}
/*плагин меню при адаптиве*/

@media screen and (max-width: 820px) {
        .header_lower_section {
                display: none;
        }
 }

@media screen and (min-width: 820px) {
	.slicknav_menu,
	#menu {
		display: none;
	}
}


/*главная страница */
@media screen and (max-width: 1280px) {
	.left_column_nav {width: 270px;}
	.main_info_middle_column,
	.main_info_right_column {width: 220px;}
	#useful_info_map {width: 40.3672%;} 
	.useful_block { width:  59.6328% }
}

@media screen and (max-width: 1240px) {
	.main_info_middle_column,
	.main_info_right_column { margin-left: 10px;}
}

@media screen and (max-width: 1175px) {
	.main_info_left_column {width: 94.5544%;
							margin: 0 auto;
							float: none; }
	.predsedatel_info div {margin-left: 0;}
	.predsedatel_next a {/*margin-left: 60%*/}
	.main_info_middle_column {margin-left: 2.7181188119%;clear:right;}
	.main_info_right_column {margin-left: 15%;}
	#useful_info_map {display: block;
						margin: 0 auto;
						width: 100%;}
		.useful_block {/*float: none;*/
						width: 100%;}
		.useful_info h2 {text-align: center;}
}

@media screen and (max-width: 1005px) {
	.twitter {margin-left: 160px;}
}

@media screen and (max-width: 850px) {
	.main_info_right_column {margin-left: 15px;}
}

@media screen and (max-width: 820px) {
	.big_letters_version span {display: none;}
	.main_info {width: 100%;} 
	.left_column_nav {display: table;
						padding: 10px 2.7228%;
						position: static;
						margin-top: 0;
						background-color: #25486f;
						width: 100%;
						}
	.links_list,
	.ispolkom_adress {display: none;} 
	.header_upper_section,
	.header_middle_section,
	.header_lower_section { margin-left: 0;
							width: 100%;}
	 .header_lower_section {float: left;}
	.wrapper .left_column_nav .ispolkom_name  {
 	display: table-cell;
 	vertical-align: middle;
 	padding-top: 0;
 	margin-left: 0;
 }

 .wrapper .left_column_nav .ispolkom_name a {
 	margin-left: 0;
 	padding-top: 0;
 }
.wrapper .left_column_nav .index_page_gerb,
 .ispolkom_name {
 	padding-top: 0;
 	margin-left: 0;
 }
.wrapper .left_column_nav #oficial_site {
 	padding-top: 0;
 	padding-bottom: 10px;
 	margin-left: 15px;
 }
 .bottom_images_without_slider {
 	display: none;
 }
 .footer {
 	left: 0;
 }
}

.menu_inner_items{margin: 0}
.menu_inner_items img{float: none; padding: 0; margin: 0; margin-right: 12px;vertical-align: bottom}
.menu_inner_items li{vertical-align: central}
.menu_inner_items li:before{content: none}


@media screen and (max-width: 490px) {
	.header_middle_section {height: 95px;}
	.useful_block ul li a {width: 69%;}
	#grodno_logo {
		padding-top: 15px;
		float: left;
	}
}

.textsmall:hover::after{content: attr(data-title); position: absolute; top:45px;width:70%;z-index: 1;
      background: #fffaf0;font-family: Arial, sans-serif;font-size: 12px;margin-top:20px;padding: 5px 10px; 
      border: 1px solid #25486f;color:#000;right:20px; border-radius: 4px;}

/********** модификация для flexmenu.js **************/

/*.flexMenu-viewMore .active {
       position: relative;
}*/