@charset "utf-8";

/* pt-sans-regular - cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - cyrillic-ext_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.woff') format('woff'), /* Modern Browsers */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../static/fonts/PTSans/pt-sans-v17-cyrillic-ext_cyrillic-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}


/* CSS Document */
body {
	background-color:#CFCFCF;
	margin: 0px;
}

body,p,td {
	font-family:Tahoma;
	font-size:10pt;
}

p{
	text-indent: 2em;
}

td>p{
	text-indent: 0em;
}

h2 {
	margin:0;
	color:#004430;
	font-weight:normal;
	font-size:150%;
}

h2.head {
	font-size:130%;
	text-align: center;
}

h3 {
	font-size:12px;
}

.content {
	max-width: 1000px;
}
#page_content {
	max-width: 920px;
}

.layout {
	background-color:#F3F3F3
}

.header {
	background-image: url(images/header.jpg);
	height: 256px;
	width: 1100px;
	background-position:50px;
	background-repeat:no-repeat;
	position:relative;
	cursor:pointer;
	z-index:10
}
.bvi-open{
	height: 30px;
    position: absolute;
    left: 10px;
    width: auto;
	display: flex;
	align-items: center;
	border-radius: 0 0 10px 0;
}
.bvi-open a{
    font-size: 150%;
    font-weight: bold;
	text-decoration: none;
	color: black;
	padding-right: 10px;
	margin-left: -10px;
}

.bvi-open img{
	height: 30px;
}

.bvi-panel-close {
    font-size: 150%;
    font-weight: bold;
}

.bvi-body .header {
	background-image: none !important;
	height: auto;
}

div.seo_menu {
	display:none;
}

#header_buttons {
	height:40px;
	position:absolute;
	right:45px;
	top:-5px;
	width:414px;
}

.bvi-body #header_buttons {
	height:auto;
	position:relative;
//	right:45px;
	top:0;
	width:auto;
}

#header_buttons_container {
	padding:3px 3px 3px 6px;
	font-size: 100%;
	font-family: Arial;
	background-color: rgb(243, 243, 243);
}

#header_login {
	background-color:#F3F3F3;
	left:50px;
	padding:3px 5px 3px 3px;
	position:absolute;
	text-align:right;
	top:0;
}

#search {
	width:150px;
}

.bvi-body #search {
	width:300px;
}

#search_btn {
	width:36px;
}

.bvi-body #search_btn {
	width:auto;
}

#header_menu {
	position:absolute;
	bottom:17px;
	left:86px;
	width:925px;
	height:15px;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}


.bvi-body #header_menu {
	position:relative;
	height:auto;
	width:auto;
	margin-top: 15px;
}
/*
.bvi-body #header_menu {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor:pointer;
}
*/


.dropdown_menu {
}

.menu_item {
	cursor:pointer;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
}

/*
.bvi-body .menu_item {
	margin-left:0;
	margin-right:0;
}
*/

.menu_item a {
	color:white;
	text-decoration:none;
	text-shadow:0 1px 0 #2C722C;
	text-transform:uppercase;
	font-size:12px;
}

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

/*
.bvi-body .sub_menu {
	margin-left:10em;
//	top: 0 !important;
}
*/

.sub_menu {
	position:absolute;
	background-color:#339933;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #227700;
	padding:2px;
	z-index:23;
}

.sub_menu_item {
	cursor:pointer;
	height:14px;
	padding:2px;
	font-weight:bold;
	white-space:nowrap;
	border-bottom:1px solid #77BB66;
	text-align:left;
}

.bvi-body .sub_menu_item {
	height:auto;
}

.sub_menu_item a {
	text-decoration:none;
	color:white;
}

.sub_menu_item_selected a {
	text-decoration:underline;
	color:#FFFFDD;
}

.sub_menu_item_selected {
	color:#FFFFDD;
	background-color:#44BB44;
}


.middle {
	width:943px;
	margin-left:78px;
	margin-top:15px;
}

.middle_gallery {
	margin-left:48px;
	margin-top:15px;
	width:995px;
	z-index:0;
}
.main {
	display: flex;
	justify-content: space-between;
} 

.main_column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}


.main_left_column {
    padding-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 220px;
}

.main_center_column {
	display: flex;
	flex-direction: column;
    width: auto;
    max-width: 980px;
  //  flex: 1 1 100%;
    flex: 1;
    
}
.main_right_column{
    padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 220px; 
}

.bvi-body .main_right_column{
	flex-direction: row;
    padding-left: 15px;
	flex: none;
	width: auto;
	height: 220px;
}

.banner {
    width: 220px;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contacts_banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 5px;
	width: 220px;
    height: 100%;
}

.contacts_banner div {
	margin: 0 !important;
}

.contacts_banner img{
//	width: 230px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.contacts_banner img:hover{
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}

.bvi-body .bvi-img {
    height: auto !important;
    width: auto !important;
}

#banners_bvi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bvi-body .banner {
/*    height: 100px; */
}

.bvi-body .banner img {
  width: 200px !important;
  height: 100px !important;
  object-fit: contain;
}

.bvi-body #page_content {
	max-width: 980px;
}
.bvi-body #page_content img{
    height: auto;
	width: auto;
}

.bvi-body #contacts_banner {
    height: auto !important;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.bvi-body #intro {
    width: 100% !important;
    height: auto !important;
}


.footer {
	width:1000px;
	margin-left:50px;
	margin-top:7px;
}

.green_box{
	padding: 10px;
	background-color: #4cad67;
	margin: 5px 0;
}

.green_box h2{
	font-size: 16px;
	color: white;
}
.green_box p{
	color: white;
}

.white_box {
	padding: 10px;
	background-color:#FFFFFF;
	margin: 5px 0;
}

.white_box h2{
	margin-bottom: 5px;
}

.white_box p{
	color: black;
}

.round_all{
	border-radius: 10px;
}

.round_top {
	border-radius: 10px 10px 0 0;
}

.round_bottom{
	border-radius: 0 0 10px 10px;
}
#left_blocks {
	padding-right: 10px;
}
h2.in_green {
	color:white;
	font-size:16px;
	margin:0 0 5px;
}

.in_green h2{
	color:white;
	font-size:16px;
	margin:0 0 5px;
}

h3.in_green {
	color:white;
	font-size:14px;
	margin:0 0 5px;
}

.in_green h3{
	color:white;
	font-size:14px;
	margin:0 0 5px;
}

p.in_green, a.in_green {
	color:white;
	margin-left:3px;
}

.in_green p, .in_green a {
	color:white;
	margin-left:3px;
}

div.article_date {
	font-size:80%;
	color:gray;
	text-align:right;
	border-bottom-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

textarea.qa_text {
	height:250px;
	width:100%;
}

.paper_item a {
    text-decoration: underline;
}

.g_rbroundbox { background: url(images/g_background.gif) repeat; }
.g_rbtop div  { background: url(images/g_corner_top_left.gif) no-repeat top left; }
.g_rbtop      { background: url(images/g_corner_top_right.gif) no-repeat top right; }
.g_rbbot div  { background: url(images/g_corner_bottom_left.gif) no-repeat bottom left; }
.g_rbbot      { background: url(images/g_corner_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.g_rbtop div, .g_rbtop, .g_rbbot div, .g_rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.g_rbcontent  {
	margin: 0 10px; 
	padding: 10px 0;
}

.white_rbroundbox { background: #FFFFFF; }
.white_rbtop div  { background: url(images/white_corner_top_left.gif) no-repeat top left; }
.white_rbtop      { background: url(images/white_corner_top_right.gif) no-repeat top right; }
.white_rbbot div  { background: url(images/white_corner_bottom_left.gif) no-repeat bottom left; }
.white_rbbot      { background: url(images/white_corner_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.white_rbtop div, .white_rbtop, .white_rbbot div, .white_rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.white_rbcontent  { margin: 0 10px; }

.film {
	height:274px;
	background-image:url(images/film.gif);
	background-repeat:repeat-x;
	position:relative;
}

#footer_copy {
	background-image:url(images/film_bottom_right.gif);
	position:absolute;
	bottom:0px;
	right:0px;
	width:505px;
	height:54px;
	overflow:hidden;
}

.footer_copy_text {
	text-align:left;
	position:absolute;
	top:15px;
	font-size:10px;
}

#film_buttons {
	position:absolute;
	bottom:37px;
	left:20px;
}

.film_photos {
	position:absolute;
	bottom:74px;
	left:28px;
	height:155px;
}

.photo_1 {
	position:absolute;
	width:208px;
	overflow:hidden;
	cursor:pointer;
}

.photo_2 {
	position:absolute;
	width:208px;
	overflow:hidden;
	cursor:pointer;
	left: 248px;
}

.photo_3 {
	position:absolute;
	width:208px;
	overflow:hidden;
	cursor:pointer;
	left: 491px;
}

.photo_4 {
	position:absolute;
	width:208px;
	overflow:hidden;
	cursor:pointer;
	left: 730px;
}

.foto_menu_btn {
	margin-right:10px;
	cursor:pointer;
}

.gray_incor_tl {
	position:absolute;
	background-image:url(images/gray_inner_corner_top_left.gif);
	top:0px;
	left:0px;
	width:5px;
	height:5px;
}

.gray_incor_tr {
	position:absolute;
	background-image:url(images/gray_inner_corner_top_right.gif);
	top:0px;
	right:0px;
	width:5px;
	height:5px;
}

.gray_incor_bl {
	position:absolute;
	background-image:url(images/gray_inner_corner_bottom_left.gif);
	bottom:0px;
	left:0px;
	width:5px;
	height:5px;
}

.gray_incor_br {
	position:absolute;
	background-image:url(images/gray_inner_corner_bottom_right.gif);
	bottom:0px;
	right:0px;
	width:5px;
	height:5px;
}

h1.title {
    padding: 4px;
    margin: 0px;
}

.message {
    color: [% site.col.message %];
}

.error {
    color: [% site.col.error %];
}

div.admin_area {
	margin:5px;
	padding:2px;
	margin-left:50px;
	margin-right:50px;
	border:1px #999999 solid;
}

.admin_layout {
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
}

.admin_layout td {
	padding:2px;
	vertical-align:top;
	font-size:10pt;
}

a.admin_link {
	color:#CCCCCC;
}

.item_options {
//	padding-left:50px;
	font-size:80%;
}

.item_options a {
	color:#0099CC;
}

div.right_button {
	margin-left:20px;
	margin-top:20px;
}

img {
	border:0;
}

div.login_dialog {
	margin-top:40px;
	margin-left:200px;
}

div.admin_link_manager {
	position:absolute;
	top:600px;
	right:100px;
	background-color:#99CC99;
	border:1px solid #003366;
	width:710px;
	display:block;
	padding:3px;
}

div.admin_file_manager {
	position:absolute;
	top:600px;
	right:100px;
	background-color:#99CC99;
	border:1px solid #003366;
	width:410px;
	display:block;
	padding:3px;
}

p.upload_admin_file_manager {
	border:1px solid black;
	margin:2px;
}

.pointer {
	cursor:pointer;
}

.close_btn {
	background-color:#006699;
	color:white;
	cursor:pointer;
	font-weight:bold;
	height:15px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:15px;
}

.move_btn {
	background-color:#006699;
	color:white;
	cursor:move;
	font-weight:bold;
	height:15px;
	position:absolute;
	right:0;
	text-align:center;
	top:16px;
	width:15px;
}

div.news_date {
	color:gray;
	float:right;
	font-weight:normal;
	padding-left: 5px;
}

p.news_title {
	text-indent: 0;
	margin-top: 0;
}

p.news_title a {
	color:#004422;
	font-weight:bold;
	text-decoration:none;
}

p.news_title a:hover {
	text-decoration:underline;
}

p.title_none_decoration a {
	color:#261f9a;
	font-weight:bold;
	text-decoration:none;
	transition: all 0.2s ease-out;
}

p.title_none_decoration a:hover {
	color:#212121;
	font-weight:bold;
	text-decoration:underline;
	transition: all 0.2s ease-out;
}

.news_info .img_left {
	float: left;
	margin-right: 10px;
}


div.news_item {
	border-bottom-color:gray;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}

div.news_item table {
	width:100%;
}

div.news_item table td {
	vertical-align:top;
}

div.news_item table td.lc {
	width:100%;
}

div.li {
	margin-bottom:4px;
}

div.article_path {
	margin-bottom:5px;
}

div.article_path a {
	margin-right:3px;
}

textarea.medium_area {
	width:300px;
	height:100px;
}

div.white_rbcontent h2 {
	margin-bottom:5px;
}

iframe.upload {
	width:0px; height:0px; overflow:hidden; border:none;
}

img.pnged {
   behavior: url("/static/images/pngbehavior.htc");
}

#question_ask_departament_row select {
	width:320px;
}

#question_ask_departament_field {
	width:220px;
}

#calendar {
	color:white;
	text-align:center;
	margin-top:5px;
}

a.announce {
	display:block;
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:16px;
}

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


table.announce-table {
border-collapse: collapse;
border: 2px ridge grey;
}

table.announce-table td {
border: 2px ridge grey;
vertical-align:center;
}

table.announce-table p {
font-family: "Times New Roman", Sans-Serif;
font-size: 14pt;
margin: 0.5em;
}

.directors div, 
.directors p, 
.directors li, 
.directors td, 
.directors table {
    font-family: "PT Sans", Sans-Serif;
    font-size: 12pt;
}

.directors table {
    border-collapse: collapse;
    border: 1px solid #c5c5c5;
}

.directors tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.directors td {
    margin: 0.5em;
    border: 1px solid #c5c5c5;
    vertical-align:center;
    padding: 12px 0;
    padding-left: 12px;
}

.directors td:first-child {
    font-weight: bold;
    width: 35%;
}

.directors img {
    width: 260px;
    height: auto;
    margin-right: 10px;
}

.directors ul {
    margin-top: 0;
}

p.dir_title {
    font-size: 14pt;
    font-weight: bold;
    text-indent: 0;
    margin: 0;
}

p.dir_subtitle {
   // font-size: 11pt;
    text-indent: 0;
    margin: 5px 0;
}



.news_image_section{
	overflow:hidden;
}

.news_image_section img {
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.news_image_section img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 

/*
#page_edit_body > tbody > tr > td:nth-child(2) > input,
#page_edit_body > tbody > tr > td:nth-child(2) > select {
    max-width: 850px;
}
*/

#name {
    max-width: 650px;}


#structure {
    max-width: 550px;
} 


#page_edit_content_field {
    min-width: 60vw;
    max-width: 900px;
}

#page_edit_content_field iframe {
    margin-left: -8vw !important;
    margin-top: 2em !important;
}


/*
#page_edit_structure_field > select,
#page_edit_structure_field > select > option {
    max-width: 530px;
}
*/
.rotate90{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
transition: 0.5s;
}

.rotate270{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: 0.5s;
}

.rotate900{
-webkit-transform: scaleY(1.5);
-moz-transform: scaleY(1.5);
-o-transform: scaleY(1.5);
-ms-transform: scaleY(1.5);
transform: scaleY(1.5);
transition: 3s;
}

.rotate2700{
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
transition: 3s;
}

div.frame_fill{
background-color:#E0FFFF;
padding:5px 10px 10px 10px;
position:relative;
top: 5px;
border-radius:10px;
}

div.frame_fill_h1{
text-align:center;
font-size:18px;
font-weight:bold;
}
div.frame_fill_separator{
font-size:24px;
color:#007FFF;
font-weight:bold;
cursor: pointer;
margin-top: 40px;
transition: all .5s linear;
}

div.frame_fill_separator:hover {
color:#0066cc;
transition: all .25s linear;
}

div.frame_fill_txt{
text-align:justify;
font-size:16px;
}

div.frame_fill_txt_news{
text-align:justify;
font-size:18px;
}

.inline-block-center {
  text-align: center;
}
.inline-block-center div {
  display: inline-block;
  text-align: left;
}

#page_edit_stay_on_page_field {
    text-align: left;
    padding-left: 15em;
}

#page_edit_submit_field {
    text-align: left;
    padding-left: 25em;

}
.button_news {
box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button_news:hover {
/*
transform: scale(0.95);
*/
    background: #1c8d3c;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.button_shadow {
box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.button_shadow:hover {
transform: scale(0.95);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.button_shadow1 {
-webkit-box-shadow: 4px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 7px 0px rgba(50, 50, 50, 0.75);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.button_shadow1:hover {
-webkit-transform: scale(0.99);
-moz-transform: scale(0.99);
-ms-transform: scale(0.99);
-o-transform: scale(0.99);
transform: scale(0.99);

-webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}

.button_shadow2 {
box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button_shadow2:hover {
transform: scale(0.99);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button_shadow3 {
    filter: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;    
}

.button_shadow3:hover {
    filter: drop-shadow(2px 3px 5px black);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;    
}

.zima-header {
box-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.zima-header:hover {
transform: scale(1.01);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#appeal p,
#appeal td,
#appeal input, 
#appeal textarea{
	font-family: "PT Sans";
	font-size:14pt;
}
#appeal input{
//	height: 20px;
	width: 600px;
}
#appeal tr{
    vertical-align: middle;
}
#question_ask_reCaptcha_row {
    vertical-align: top !important;
}

#appeal td,
#appeal input,
#appeal img{
    padding: 10px 5px;
}

#question_ask_captcha_field{
    display: flex;
    align-items: center;
    height: 100px;
}

#question_ask_captcha_field input{
    width: 250px;
}

#question_ask_captcha_field img{
    width: 120px;
}

#question_ask_submit_row input{
cursor: pointer;
    width: 300px;
	padding: 10px;
	background-color: #4cad67;
	margin: 5px 0;
	color: white;
    border-radius: 10px;

    filter: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;    
}

#question_ask_submit_row input:hover{
    filter: drop-shadow(2px 3px 5px black);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;    
}

#captcha,
#reCaptcha,
#reCaptchaNotValid,
#yaCaptcha,
#yaCaptchaNotValid {
    display: none;
}

#question_ask_reCaptcha_label,
#question_ask_reCaptchaNotValid_label {
    font-weight: bold;
}

#question_ask_agreement_PD_field input{
    width: 20px;
    height: 20px;
}

@font-face {
 font-family: Alice;
 src: url(/static/fonts/Alice-Regular.ttf); 
}

/*----------------------- Стили  для выставки Архивного отдела ------------------------------ */
@font-face {
 font-family: ITCCentury LT Book;
 src: url(/static/upload/admin/social/arhiv/vistavka/ITCCenturyLTBookItalic.ttf); 
}
@font-face {
 font-family: Open Sans;
 src: url(/static/upload/admin/social/arhiv/vistavka/opensans.ttf); 
}
@font-face {
 font-family: B52;
 src: url(/static/upload/admin/social/arhiv/vistavka/B52.ttf); 
}
@font-face {
 font-family: OldTypeRnr;
 src: url(/static/upload/admin/social/arhiv/vistavka/OldTypeRnr.ttf);
}
.vistavka, .vistavka p {
font-family: "Open Sans"; 
font-size: large;
}

.OldTypeFont, .OldTypeFont p {
font-family: "OldTypeRnr";
}
.FontB52 {
font-family: "B52";
font-size: large;
}

.vistavka p{
padding-bottom:5px;
margin: 5px 5px;
text-indent: 20px;
}

.vistavka ol{
margin-top: 0px;
margin-bottom: 0px;
}

.vistavka li{
margin-left: 1.5em;
padding-bottom: 0.5em;
}

p.vistavka {
font-family: "Open Sans";
font-size: 14pt;
padding-bottom: 5px;
margin: 5px 5px;
text-indent: 20px;
}

img.vistavka{
border-width:0.1em;
border-color: rgb(190,190,190); 
border-style: outset;
}

.vistavkaCenter {
   	display: flex;
	align-items: center;
	justify-content: center;
	margin:10px;
}
.vistavkaLeft {
   	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin:10px;
}

.vistavkaSpace {
   	display: flex;
	align-items: center;
	justify-content: space-around;
	margin:10px;
}
/*------------END----------- Стили  для выставки Архивного отдела ----------------END-------------- */

.noindent {
	text-indent: 0;
}
.nomargin {
	margin: 0;
}

.button_POS_footer {
background: white; 
color: #354052;
border:1px solid #2c8ecc;
border-radius: 4px; 
-webkit-box-shadow: 4px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 7px 0px rgba(50, 50, 50, 0.75);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button_POS_footer:hover {
color: #2c8ecc;
border-radius: 5px;
-webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.bvi-body #tgw_5ed9329183ba88ae308b456f {
	display: none !important;
}


.prokuratura_date {
    display: flex;
    justify-content: space-between;
}


a.link_anim {
  position: relative;
  text-decoration: none;
  color: #0000EE;
}

a.link_anim:after {
  position: absolute;
  content: '';
//  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 3px;
  background: #0000EE;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%);
}

a.link_anim:hover:after {
    width: 100%;
}


@media screen and (min-device-width: 1600px) {
    #page_edit_content_field iframe {
        margin-left: -12vw !important;
    }

@media screen and (min-device-width: 1800px) {
    #page_edit_content_field iframe {
        margin-left: -16vw !important;
    }

@media screen and (min-device-width: 1900px) {
    #page_edit_content_field iframe {
        margin-left: -17vw !important;
    }