

/* Start:/local/templates/mterentiev/css/style.css?162609620216886*/
*{
	line-height: 1.15;
}
html{
	font-size: 10px;
	font-family: sans-serif;
}
body{
	background-color: #f3f3f3;
	margin: 0;
	text-align: left;
}
a {
	font-size: 1.4rem;
	color: #414141;

	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #1c4b7f;
}
.news a {
	font-size: 1.1rem;
	color: #1c4b7f;
	text-decoration: none;
}
.news_1 a {
	font-size: 1.1rem;
	color: #1c4b7f;
	text-decoration: none;
}

.base-shadow {
    box-shadow: 0px 2px 3px 2px #c3c2bf;
}

/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {
	height: 50px;
	background: #1c4b80;
	background: -webkit-linear-gradient(top, #1c4b80 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #1c4b80 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #1c4b80 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #1c4b80 0%,#2c2d33 100%);
	background: linear-gradient(top, #1c4b80 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 56px;
	text-transform: uppercase;
}

/* Links */
.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 20px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a { color: #8fde62; }

.link{
	cursor: pointer;
}

/* Sub Menu */
.menu ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: 100px;
	padding: 4px 0 4px 40px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}
.menu ul li:last-child a {
	border: none;
}
.bottom-menu {
	padding: 0;
	margin: 0;
}
.bottom-menu li {
	display: inline-block;
}
.bottom-menu li a {
  color: #fff;
	padding: 0 4px;
}



.page-wrap{
	background-color: #f3f3f3;
}
.mainpage-date{
	font-size: 1.1rem;
	color: #414141;
	margin: 0px;
}
.mainpage-title{
	font-weight: bold;
}
.story{
	padding-right: 15px;
	font-size: 1.5rem;
	padding-top: 10px;
	text-align: justify;
}
.mainpage-read-more{
	display: block;
	padding-top: 10px;
	color: #900;
	text-decoration: underline;
	font-size: 1.2rem;
}
.mainpage-read-more:hover{
	color: #900;
}

.details-date{
	margin-top: 10px;
	font-size: 1.5rem;
}
.details-title{
	font-size: 1.5rem;
	font-weight: bold;
}

.header{
	background-color: #fff;
}
.header-about{
	font-family: sans-serif;
	color: #5a5a6e;
}
.header-about_surname{
	font-weight: bold;
	font-size: 2.8rem;
}
.header-about_name{
	font-size: 2.2rem;
	padding-bottom: 20px;
}
.header-about_position{
	font-style: italic;
	font-size: 1.3rem;
	padding-bottom: 7px;
}
.header-nav{
	background-color: #1C4B7F;
}
.header-with-subline{
	border-bottom: 1px solid black;
	width: 100%;
	text-transform: uppercase;
  margin-bottom: 10px;
}
.header-with-subline__title{
	border-bottom: 1px solid rgb(243, 243, 243);
	margin-bottom: -1px;
	font-size: 1.6rem;
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
}

.share-it{
  font-weight: bold;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 10px;
  font-size: 1.5rem;
}

.main-table{
	width: 1200px;
}

.content{
	padding-right: 30px;
	padding-top: 30px;
	vertical-align: top;
}
.news-table{
	width: 100%;
}
.table-border-top{
	background-image: url(/local/templates/mterentiev/css/../im/borders/border-top.png);
	background-repeat: repeat-x;
}
.table-border-bottom{
	background-image: url(/local/templates/mterentiev/css/../im/borders/border-bottom.png);
	background-repeat: repeat-x;
}
.table-border-left{
	background-image: url(/local/templates/mterentiev/css/../im/borders/border-left.png);
	background-repeat: repeat-y;
	width: 13px;
}
.table-border-right{
	background-image: url(/local/templates/mterentiev/css/../im/borders/border-right.png);
	background-repeat: repeat-y;
	width: 13px;
}
.table-center{
	background-color: white;
  font-family: sans-serif;
  font-size: 11pt;
  vertical-align: top;
}
.news-table .news-list{
	float: right;
	margin-left: 5px;
	margin-right: -30px;
}
.photo-preview{
	width: 230px;
	height: 150px;
	vertical-align: middle;
}

.sidebar{
	padding-top: 6px;
	vertical-align: top;
}
.sidebar-adress{
	font-family: sans-serif;
	text-align: center;
	font-size: 1.3rem;
}
.footer{
	background-color: #5C5C5C;
	vertical-align: top;
}
.footer-copyright{
	color: #fff;
	font-style: italic;
	font-size: 1.4rem
}

.bigraphy{
  text-align: justify;
}
.bigraphy__subtitle{
  color: #1C4B7F;
  font-size: 1.4rem;
}
.bigraphy__text{
  font-size: 1.4rem;
}


.vision{
  display: none;
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 0;
  text-align: center;
  border-bottom: 3px solid black;
}
.vision__seting{
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: left;
  border-left: 2px solid black;
}
.vision__seting:first-child{
  border-left: none;
}
.vision__radio{
  position: absolute;
  z-index: -100;
  top: -100px;
  left: -100px;
  opacity: 0;
  visibility: hidden;
}
.vision__label_font{
  cursor: pointer;
  padding: 5px;
  border: 1px solid #000;
  margin: 0 5px;
}
.vision__label_colors{
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #000;
  margin: 0 2px;
  font-weight: bold;
}
.vision__label_colors.-white{
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.vision__label_colors.-black{
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.vision__label_colors.-blue{
  background-color: #9dd1ff;
  color: #063462;
  border-color: #063462;
}

.page-wrap_blue .vision, .page-wrap_black .vision, .page-wrap_white .vision{
  display: block;
}
#add-vision{
  display: inline-block;
}
#reset-vision{
  display: none;
}
.page-wrap_blue #add-vision, .page-wrap_black #add-vision, .page-wrap_white #add-vision{
  display: none;
}
.page-wrap_blue #reset-vision, .page-wrap_black #reset-vision, .page-wrap_white #reset-vision{
  display: inline-block;
}

.vision-link{
  position: relative;
  padding-left: 30px;
}
.vision-link:before{
  content: '';
  position: absolute;
  background-image: url(/local/templates/mterentiev/im/header/eye-icon-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 15px;
  width: 24px;
  left: 0px;
  top: 50%;
  margin-top: -7px;
}

.biography-links{
	display: block;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-indent:35.45pt;
	font-size:14.0pt;
	color: blue;
	text-decoration: underline;
}
.adress-table{
	font-size: 1.4rem;
	width: 100%;
}

.letters-data{
	font-size: 1.4rem;
}
.letter-from{
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
}
.letter-text{
	font-size: 1.4rem;
	padding-bottom: 10px;
}
.letter-answer{
	font-size: 1.4rem;
	margin-bottom: 30px;
}
=
.bottom-menu{
	color: #fff;
}
.footer-line{
	background-color: #fff;
	height: 1px;
}


/* colorPalletBlack :start */
.page-wrap_black .vision{
  border-color: #fff;
  color: #fff;
}
.page-wrap_black .vision__seting{
  border-color: #fff;
}
.page-wrap_black .vision__label_font{
 border-color: #fff;
}

.page-wrap_black .vision-hide{
  display: none;
}

.page-wrap_black{
	background-color: #000;
}

.page-wrap_black a{
	color: #fff;
}
.page-wrap_black a:focus{
  outline: 2px dotted #fff;
}
.page-wrap_black img{
	display: none;
}
.page-wrap_black .link{
	color: #fff;
	text-decoration: underline;
}
.page-wrap_black .link:hover{
	color: #fff;
}
.page-wrap_black .full_link{
  padding-top: 10px;
}

.page-wrap_black .header{
	background-color: #000;
}
.page-wrap_black .header-nav{
	background-color: #000;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.page-wrap_black .menu{
	background: none;
	background-color: #000;
	color: #fff;
}
.page-wrap_blue .menu li a{
  color: #fff;
  text-shadow: none;
}
.page-wrap_black .header-about{
	color: #fff;
}
.page-wrap_black .content{
	color: #fff;
}
.page-wrap_black .sidebar{
	color: #fff;
}
.page-wrap_black .footer{
	background-color: #000;
}

.page-wrap_black .header-with-subline{
	border-color: #fff;
}
.page-wrap_black .header-with-subline__title{
	border-color: #000;
	color: #fff;
}

.page-wrap_black .mainpage-date{
	color: #fff;
}
.page-wrap_black .table-center{
	background-color: #000;
}

.page-wrap_black .news-list__article{
  margin-bottom: 30px;
}
.page-wrap_black .story{
	color: #fff;
	text-align: left;
}
.page-wrap_black .photo-preview{
	width: 0;
  height: 0;
}

.page-wrap_black .share-it{
	color: #fff;
}
.page-wrap_black .details-title{
	color: #fff;
}

.page-wrap_black .modern-page-title{
	color: #fff;
}
.page-wrap_black .modern-page-current{
	color: #fff;
}
.page-wrap_black .modern-page-navigation{
	font-size: 1.4rem;
}

.page-wrap_black .footer-copyright{
	font-style: normal;
	color: #fff;
}

.page-wrap_black .bigraphy{
  text-align: left;
}
.page-wrap_black .bigraphy__subtitle{
  color: #fff;
}
.page-wrap_black .bigraphy__text{
  color: #fff;
}
.page-wrap_black .table-border-left, .page-wrap_black .table-border-right{
	background: none;
}
.page-wrap_black .adress-table{
	color: #fff;
}
.page-wrap_black .letters-data{
	color: #fff;
}
.page-wrap_black .letter-from{
	color: #fff;
}
.page-wrap_black .letter-text{
	color: #fff;
}
.page-wrap_black .letter-answer{
	color: #fff;
}

.page-wrap_black .vision-link:before{
	background-image: url(/local/templates/mterentiev/im/header/eye-icon-white.svg);
}

.page-wrap_black .bottom-menu{
	color: #fff;
}
.page-wrap_black .footer-line{
	background-color: #fff;
}
/* colorPalletBlack :end */

/* colorPalletBlue :start */
.page-wrap_blue .vision{
  border-color: #063462;
  color: #063462;
}
.page-wrap_blue .vision__seting{
  border-color: #063462;
}
.page-wrap_blue .vision__label_font{
 border-color: #063462;
}

.page-wrap_blue .vision-hide{
  display: none;
}
.page-wrap_blue{
  background-color: #9dd1ff;
}
.page-wrap_blue a{
  color: #063462;
}
.page-wrap_blue a:focus{
  outline: 2px dotted #063462;
}
.page-wrap_blue img{
  display: none;
}
.page-wrap_blue .link{
  color: #063462;
  text-decoration: underline;
}
.page-wrap_blue .link:hover{
  color: #063462;
}
.page-wrap_blue .full_link{
  padding-top: 10px;
}
.page-wrap_blue .header{
  background-color: #9dd1ff;
}
.page-wrap_blue .header-nav{
  background-color: #9dd1ff;
  border-top: 3px solid #063462;
  border-bottom: 3px solid #063462;
}
.page-wrap_blue .menu{
  background: none;
  background-color: #9dd1ff;
  color: #063462;
}
.page-wrap_blue .menu li a{
  color: #063462;
  text-shadow: none;
}
.page-wrap_blue .header-about{
  color: #063462;
}
.page-wrap_blue .content{
  color: #063462;
}
.page-wrap_blue .sidebar{
  color: #063462;
}
.page-wrap_blue .footer{
  background-color: #9dd1ff;
}
.page-wrap_blue .header-with-subline{
  border-color: #063462;
}
.page-wrap_blue .header-with-subline__title{
  border-color: #9dd1ff;
  color: #063462;
}
.page-wrap_blue .mainpage-date{
  color: #063462;
}
.page-wrap_blue .table-center{
  background-color: #9dd1ff;
}
.page-wrap_blue .news-list__article{
  margin-bottom: 30px;
}
.page-wrap_blue .story{
  color: #063462;
  text-align: left;
}
.page-wrap_blue .photo-preview{
  width: 0;
  height: 0;
}
.page-wrap_blue .share-it{
  color: #063462;
}
.page-wrap_blue .details-title{
  color: #063462;
}
.page-wrap_blue .modern-page-title{
  color: #063462;
}
.page-wrap_blue .modern-page-current{
  color: #063462;
}
.page-wrap_blue .modern-page-navigation{
  font-size: 1.4rem;
}
.page-wrap_blue .footer-copyright{
  font-style: normal;
  color: #063462;
}
.page-wrap_blue .bigraphy{
  text-align: left;
}
.page-wrap_blue .bigraphy__subtitle{
  color: #063462;
}
.page-wrap_blue .bigraphy__text{
  color: #063462;
}
.page-wrap_blue .table-border-left, .page-wrap_blue .table-border-right{
  background: none;
}
.page-wrap_blue .adress-table{
  color: #063462;
}
.page-wrap_blue .letters-data{
  color: #063462;
}
.page-wrap_blue .letter-from{
  color: #063462;
}
.page-wrap_blue .letter-text{
  color: #063462;
}
.page-wrap_blue .letter-answer{
  color: #063462;
}

.page-wrap_blue .vision-link:before{
  background-image: url(/local/templates/mterentiev/im/header/eye-icon-blue.svg);
}
.page-wrap_blue .bottom-menu{
	color: #063462;
}
.page-wrap_blue .footer-line{
	background-color: #063462;
}
/* colorPalletBlue :end */

/* colorPalletwhite :start */
.page-wrap_white .vision{
  border-color: #000;
  color: #000;
}
.page-wrap_white .vision__seting{
  border-color: #000;
}
.page-wrap_white .vision__label_font{
 border-color: #000;
}

.page-wrap_white .vision-hide{
  display: none;
}
.page-wrap_white{
  background-color: #fff;
}
.page-wrap_white a{
  color: #000;
}
.page-wrap_white a:focus{
  outline: 2px dotted #000;
}
.page-wrap_white img{
  display: none;
}
.page-wrap_white .link{
  color: #000;
  text-decoration: underline;
}
.page-wrap_white .link:hover{
  color: #000;
}
.page-wrap_white .full_link{
  padding-top: 10px;
}
.page-wrap_white .header{
  background-color: #fff;
}
.page-wrap_white .header-nav{
  background-color: #fff;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.page-wrap_white .menu{
  background: none;
  background-color: #fff;
  color: #000;
}
.page-wrap_white .menu li a{
  color: #000;
  text-shadow: none;
}
.page-wrap_white .header-about{
  color: #000;
}
.page-wrap_white .content{
  color: #000;
}
.page-wrap_white .sidebar{
  color: #000;
}
.page-wrap_white .footer{
  background-color: #fff;
}
.page-wrap_white .header-with-subline{
  border-color: #000;
}
.page-wrap_white .header-with-subline__title{
  border-color: #fff;
  color: #000;
}
.page-wrap_white .mainpage-date{
  color: #000;
}
.page-wrap_white .table-center{
  background-color: #fff;
}
.page-wrap_white .news-list__article{
  margin-bottom: 30px;
}
.page-wrap_white .story{
  color: #000;
  text-align: left;
}
.page-wrap_white .photo-preview{
  width: 0;
  height: 0;
}
.page-wrap_white .share-it{
  color: #000;
}
.page-wrap_white .details-title{
  color: #000;
}
.page-wrap_white .modern-page-title{
  color: #000;
}
.page-wrap_white .modern-page-current{
  color: #000;
}
.page-wrap_white .modern-page-navigation{
  font-size: 1.4rem;
}
.page-wrap_white .footer-copyright{
  font-style: normal;
  color: #000;
}
.page-wrap_white .bigraphy{
  text-align: left;
}
.page-wrap_white .bigraphy__subtitle{
  color: #000;
}
.page-wrap_white .bigraphy__text{
  color: #000;
}
.page-wrap_white .table-border-left, .page-wrap_white .table-border-right{
  background: none;
}
.page-wrap_white .adress-table{
  color: #000;
}
.page-wrap_white .letters-data{
  color: #000;
}
.page-wrap_white .letter-from{
  color: #000;
}
.page-wrap_white .letter-text{
  color: #000;
}
.page-wrap_white .letter-answer{
  color: #000;
}

.page-wrap_white .vision-link:before{
  background-image: url(/local/templates/mterentiev/im/header/eye-icon-black.svg);
}
.page-wrap_white .bottom-menu{
  color: #000;
}
.page-wrap_white .footer-line{
  background-color: #000;
}
/* colorPalletwhite :end */

/* End */
/* /local/templates/mterentiev/css/style.css?162609620216886 */
