@charset "UTF-8";
 /*  
 #e5e5e5  - серый
 #3083c4 - голубой
 */
 

@font-face {
  font-family: 'MuseoSansCyrl_100';
  src: url("../fonts/MuseoSansCyrl_100.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_100_Italic';
  src: url("../fonts/MuseoSansCyrl_100_Italic.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_300';
  src: url("../fonts/MuseoSansCyrl_300.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_500';
  src: url("../fonts/MuseoSansCyrl_500.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_500_Italic';
  src: url("../fonts/MuseoSansCyrl_500_Italic.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_700';
  src: url("../fonts/MuseoSansCyrl_700.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_900';
  src: url("../fonts/MuseoSansCyrl_900.otf");
}
@font-face {
  font-family: 'MuseoSansCyrl_900_Italic';
  src: url("../fonts/MuseoSansCyrl_900_Italic.otf");
}
.clearfix {
  clear: both;
}
p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: #252525;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

a:hover {
  color: #d50613;
  text-decoration: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "MuseoSansCyrl_500", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #252525;
  background: white;
}

#main {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px auto;
}

header {
  position: relative;
}

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  height: 90px;
  background-image: url(../images/header-background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (max-width: 1000px) {
  .header {
    height: 120px;
    z-index: 999999;
  }
}
@media (max-width: 600px) {
  .header {
    height: auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
}
.header-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  height: 100%;
}

.header-pos {
  position: relative;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

.header-left {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
  z-index: 999999;
}

@media (max-width: 600px) {
  .header-left {
    padding-top: 10px;
  }
}
@media (max-width: 300px) {
  .header-left {
    padding-top: 20px;
  }
}
.header-logo {
  display: table;
  width: auto;
  height: 90px;
  color: #fff;
}

@media (max-width: 1000px) {
  .header-logo {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .header-logo {
    height: auto;
  }
}
a.header-logo:hover {
  color: #fff;
  cursor: pointer;
}

.header-logo img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
  padding-top: 15px;
}

@media (max-width: 600px) {
  .header-logo img {
    padding-top: 10px;
  }
}
@media (max-width: 300px) {
  .header-logo img {
    display: none;
  }
}
.header-logo-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}

.header-logo-txt-1 {
  display: block;
  font-size: 10px;
}

.header-logo-txt-2 {
  display: block;
  font-size: 12px;
  font-family: "MuseoSansCyrl_900_Italic", Arial, sans-serif;
}

@media (max-width: 450px) {
  .header-logo-txt-2 {
    font-family: "MuseoSansCyrl_700", Arial, sans-serif;
  }
}
@media (max-width: 350px) {
  .header-logo-txt-2 {
    font-size: 12px;
  }
}
.header-right {
  position: relative;
  float: right;
  display: table;
  width: auto;
  height: 90px;
  margin-left: 10px;
  text-align: right;
  z-index: 9999999;
}

@media (max-width: 1000px) {
  .header-right {
    float: none;
    display: block;
    position: relative;
    height: auto;
    padding: 70px 0 0px 0;
    margin: 0px;
    z-index: 999;
  }
}
@media (max-width: 450px) {
  .header-right {
    padding: 110px 0 20px 0;
  }
}
.header-search {
  float: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 210px;
  height: 30px;
  padding-right: 10px;
}

@media (max-width: 1000px) {
  .header-search {
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
  }
}
.header-search-submit-wrap {
  float: right;
  height: 30px;
}

@media (max-width: 600px) {
  .header-search-submit-wrap {
    /* float: none;
    position: absolute;
    top: 3px; 
    left: 0; */
  }
}
.header-search-submit {
  background: none;
  border: 0;
}

.header-search-submit:hover {
  cursor: pointer;
}

.header-search-submit i {
  color: #fff;
  font-size: 22px;
  padding-top: 2px;
}

.header-search-text-wrap {
  /* display: none; - ╨▓ ╨║╨╛╨┤╨╡ HTML */
  float: right;
  width: auto;
  margin: 0 10px 0 0;
}

@media (max-width: 600px) {
  .header-search-text-wrap {
    clear: both;
    float: right;
    margin: 10px 0 0  0;
  }
}
.header-search-text {
  width: 150px;
  height: 26px;
  padding-left: 10px;
  font-size: 14px;
  font-style: italic;
  background: #fff;
  border: none;
  border-radius: 14px;
}

.menu-top {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  height: auto;
  z-index: 99999;
}

@media (max-width: 600px) {
  .menu-top {
    width: 100%;
  }
}
.menu-top-wrap {
  width: auto;
  height: 90px;
  padding: 0 230px 0 400px;
}

@media (max-width: 1500px) {
  .menu-top-wrap {
    padding-left: 350px;
  }
}
@media (max-width: 1000px) {
  .menu-top-wrap {
    text-align: left;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .menu-top-wrap {
    /* ╨╡╤Б╨╗╨╕ ╨╛╤В╨╛╨┤╨▓╨╕╨│╨░╨╡╤В╤Б╤П ╨║╨╛╨╜╤В╨╡╨╜╤В ╨▓╨╜╨╕╨╖ */
    height: auto;
    min-height: 50px;
  }
}
.menu-top-pos {
  position: relative;
  display: table;
  width: auto;
  height: 100%;
  text-align: left;
}

@media (max-width: 1000px) {
  .menu-top-pos {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .menu-top-pos {
    width: 100%;
    /* ╨╡╤Б╨╗╨╕ ╨╛╤В╨╛╨┤╨▓╨╕╨│╨░╨╡╤В╤Б╤П ╨║╨╛╨╜╤В╨╡╨╜╤В ╨▓╨╜╨╕╨╖  - ╨▓╤Л╤Б╤В╨╛╤В╨░ ╨░╨▓╤В╨╛*/
    height: auto;
  }
}
.menu-level-wrap {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.menu-level-1 {
  display: inline-block;
  float: none;
  text-align: center;
}

@media (max-width: 1000px) {
  .menu-level-1 {
    position: relative;
    float: none;
    height: auto;
    /* no null, no small */
    padding: 120px 0 0 0;
    /* no margin */
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 450px) {
  .menu-level-1 {
    padding: 158px 0 0 0;
  }
}
li.top-menu-active > a {
  color: #d50613;
}

.menu-level-1 > li {
  position: relative;
  display: inline-block;
}

.menu-level-1 > li:hover {
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

@media (max-width: 1000px) {
  .menu-level-1 li:first-child {
    position: relative;
    border-top: 1px solid #fff;
  }

  .menu-level-1 li {
    display: block;
    position: relative;
    float: none;
    width: 250px;
    height: auto;
    /* ╤В╤Г╤В ╨╝╨╛╨╢╨╜╨╛ ╤Д╨╕╨║╤Б╨╕╤А╨╛╨▓╨░╤В╤М */
    background: #022553;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 600px) {
  .menu-level-1 li {
    width: 100%;
    height: auto;
    /* ╨Э╨Х╨Ы╨м╨Ч╨п ╤Д╨╕╨║╤Б╨╕╤А╨╛╨▓╨░╤В╤М ╨┐╤А╨╕ 100%*/
  }
}
.menu-level-1 a {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "MuseoSansCyrl_900", Arial, sans-serif;
  padding: 12px 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 20;
}

.menu-level-1 a#touch-menu-x {
  position: absolute;
}

@media (max-width: 1000px) {
  .menu-level-1 a {
    float: none;
    margin-left: 0;
    padding: 14px 0 14px 10px;
    color: #fff;
  }
}
.menu-level-1 > li:hover > a {
  color: #d50613;
}

.menu-level-2 {
  display: none;
  position: absolute;
  top: 46px;
  text-align: left;
  color: #fff;
  z-index: 30;
}

@media (max-width: 1000px) {
  .menu-level-2 {
    position: absolute;
    top: -1px;
    right: 250px;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .menu-level-2 {
    right: 0px;
    top: -2px;
  }
}
.menu-level-1 > li:hover .menu-level-2 {
  display: block;
  width: 250px;
}

@media (max-width: 600px) {
  .menu-level-1 > li:hover .menu-level-2 {
    width: 100%;
    display: block;
  }
}
.menu-level-1 > li:hover .menu-level-2 > li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.menu-level-1 > li:hover .menu-level-2 > li:last-child {
  width: 100%;
  border-bottom: 0px;
}

.menu-level-1 > li:hover .menu-level-2 a {
  width: 95%;
  padding-right: 0px;
  padding-left: 5%;
  font-size: 16px;
  color: #d50613;
  text-transform: none;
  color: #fff;
  background: #022553;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

@media (max-width: 600px) {
  .menu-level-1 > li:hover .menu-level-2 a {
    width: 90%;
    padding-left: 10%;
  }

  .menu-level-1 > li:hover .menu-level-2 > li:last-child {
    border-bottom: 0px;
  }
}
.menu-level-1 > li:hover .menu-level-2 a:hover {
  color: #d50613;
  background: #022553;
}

.menu-level-1 > li:hover .menu-level-2 .menu-level-3 a {
  width: 85%;
  padding-left: 15%;
  padding-top: 0px;
  padding-bottom: 15px;
}

#touch-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 100px;
  font-size: 18px;
  color: #fff;
  z-index: 9999;
}

#touch-menu span {
  display: block;
  float: left;
  margin: 8px 10px 0 0;
}

@media (max-width: 300px) {
  #touch-menu span {
    display: none;
  }
}
@media (max-width: 1000px) {
  #touch-menu {
    display: block;
  }

  .touch-menu-nav {
    display: none;
  }
}
@media (max-width: 450px) {
  #touch-menu {
    position: absolute;
    top: 110px;
    bottom: auto;
    left: 10px;
    right: auto;
    margin: 0px;
    padding: 0px;
  }
}
#touch-menu-x {
  display: none;
}

@media (max-width: 1000px) {
  #touch-menu-x {
    display: block;
  }
}
.x-close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 999;
}

.menu-level-1 a.x-close {
  padding: 10px 0 0 0;
  font-size: 18px;
  color: #fff;
}

.menu-level-1 a.x-close:hover {
  color: #d50613;
}

@media (max-width: 600px) {
  .menu-level-2 {
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 0px;
    z-index: 999;
  }
}
li.top-menu-txt {
  display: none;
}

@media (max-width: 1000px) {
  li.top-menu-txt {
    display: block;
  }
}
.top-menu-tel {
  font-size: 18px;
}

.content-wrap {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}

.content-pos {
  width: auto;  
  height: auto;
  /* min-height: 500px; */
  min-height: 75vh;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.content-document-right {
  float: right;
  width: 30%;
}

@media (max-width: 800px) {
  .content-document-right {
    float: none;
    width: 95%;
  }
}
.right-menu-img {
  float: left;
  width: 45px;
  height: 40px;
  padding-top: 10px;
}

@media (max-width: 300px) {
  .right-menu-img {
    display: none;
  }
}
.right-menu-img img {
  display: none;
}

.right-menu-active .right-menu-img img {
  display: block;
}

.right-menu a {
  display: block;
  color: #022553;
  font-size: 18px;
  padding: 15px 0;
  text-decoration: underline;
}

.right-menu-active a {
  color: #3083c4;
}

.content-document-left {
  float: left;
  width: 60%;
}

@media (max-width: 800px) {
  .content-document-left {
    float: none;
    width: 99%;
    margin-top: 20px;
  }
}
.content-document-left h1 { 
  font-family: "MuseoSansCyrl_900", Arial, sans-serif;
  font-size: 24px;
  color: #3083c4;
}

@media (max-width: 300px) {
  .content-document-left h1 {
    font-size: 20px;
  }
}
.person-top {
  min-height: 250px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #929292;
  margin: 0 0 30px 0;
}

.person-top-left {
  float: left;
  width: 250px;
  height: 250px;
  margin: 0 30px 0 0;
  text-align: center;
}

@media (max-width: 950px) {
  .person-top-left {
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 300px) {
  .person-top-left {
    width: 90%;
    height: auto;
  }
}
.person-top-left img {
  max-width: 250px;
  max-height: 250px;
}

@media (max-width: 300px) {
  .person-top-left img {
    max-width: 100%;
  }
}
.person-top-right {
  overflow: hidden;
}

h1.person-title {
  color: #022553;
  text-transform: uppercase;
}

.person-top-right p {
  color: #3083c4;
  font-family: "MuseoSansCyrl_900_Italic", Arial, sans-serif;
}

.structure-img {
  width: 100%;
}
/*
.structure-img img {
  width: 100%;
} */

.content-news-top {
  width: 100%;
}

h1.news-title {
  float: left;
  font-size: 25px;
  text-transform: uppercase;
}

.news-menu {
  float: right;
  width: 584px;
  height: 33px;
  /* background-image - ╨▓ HTML */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 850px) {
  .news-menu {
    clear: both;
    float: left;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 650px) {
  .news-menu {
    display: none;
  }
}
.news-menu li {
  float: left;
  display: table;
  width: 116px;
  height: 33px;
  text-align: center;
}

.news-menu a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
  padding: 5px;
  color: #fff;
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
}

.content-news-item {
  clear: both;
  width: 100%;
  height: 220px;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .content-news-item {
    clear: both;
    width: 100%;
    height: auto;
  }
}
.news-item-date {
  float: left;
  width: 12%;
  margin-right: 3%;
  text-align: right;
}

@media (max-width: 1200px) {
  .news-item-date {
    width: auto;
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.news-item-date-txt {
  font-family: "MuseoSansCyrl_900", Arial, sans-serif;
  font-size: 25px;
  color: #022553;
}

.news-item-right {
  float: left;
  width: 85%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .news-item-right {
    clear: both;
    width: 100%;
    overflow: visible;
  }
}
.news-item-img {
  float: left;
  width: 35%;
}

@media (max-width: 800px) {
  .news-item-img {
    clear: both;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.news-item-img img {
  max-width: 100%;
  text-align: center;
}

.news-item-txt {
  float: left;
  width: 62%;
  margin-left: 3%;
}

@media (max-width: 800px) {
  .news-item-txt {
    clear: both;
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.news-item-txt-title {
  margin-bottom: 24px;
  font-family: "MuseoSansCyrl_900_Italic", Arial, sans-serif;
  font-size: 20px;
}

.news-item-txt-description {
  height: 120px;
  overflow: hidden;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .news-item-txt-description {
    height: auto;
    overflow: visible;
  }
}
a.news-all {
  display: block;
  float: right;
  margin-top: 20px;
  font-family: "MuseoSansCyrl_100_Italic", Arial, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #022553;
}

a.news-all:hover {
  color: #d50613;
}

.content-news-landing {
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 16px;
}
/*
.content-news-landing a{
	display: block;
	padding: 0 0 0 30px;
	color: blue;
	text-decoration: underline;	
	line-height: 0.9;
} 
*/
.content-news-landing a:hover{
	color: red;
}

.content-news-landing li {
	list-style-type: disc;
}
.news-landing-pagination {
  text-align: center;
}

.news-landing-pagination a {
  display: inline-block;
  margin: 30px 10px 0 10px;
}

@media (max-width: 300px) {
  .news-landing-pagination img {
    max-width: 200px;
  }
}
.social-wrap{
	width: 100%;
	margin: 40px 0 0 0;
}
.social-item {	
	float: left;
	width: auto;
	height: 50px;
	margin: 0 20px 0 0;
}

.committees-item {
  clear: both;
  width: 100%;
  padding: 40px 0 0 0;
}

h2.committees-item-title {
  float: left;
  width: 80%;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
}

p.committees-item-description {
  float: left;
  width: 80%;
  margin: 0 0 10px 0;
  font-family: "MuseoSansCyrl_500_Italic", Arial, sans-serif;
}

@media (max-width: 550px) {
  .committees-item p, .committees-item > h2 {
    width: 100%;
  }
}
.committees-item-download {
  display: block;
  float: right;
  width: 10%;
  max-width: 75px;
  margin: 0 10px 0 0;
  color: #3083c4;
}

@media (max-width: 550px) {
  .committees-item-download {
    float: left;
    width: 90%;
    max-width: 90%;
  }
}
.committees-item-download span {
  text-decoration: underline;
}

.content-committees-bottom {
  width: 100%;
  background: #e8e8e8;
  overflow: hidden;
  padding: 0 0 30px 0;
  margin: 40px 0 -40px 0;
}

.content-committees-pos {
  width: auto;
  height: auto;
  padding: 0 10px 30px 10px;
}

.committees-title {
  display: block;
  float: left;
  margin: 0 0 40px -30px;
}

@media (max-width: 1280px) {
  .committees-title {
    margin: 0 0 40px 0px;
  }
}
@media (max-width: 400px) {
  img.committees-title {
    width: 200px;
  }
}
.committees-bottom-item {
  float: left;
  width: 70%;
  margin: 0 0 30px 0;
  font-family: "MuseoSansCyrl_500", Arial, sans-serif;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .committees-bottom-item {
    width: 100%;
  }
}
.committees-bottom-name {
  float: left;
  width: 25%;
  margin: 0 20px 0 0;
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
}

@media (max-width: 700px) {
  .committees-bottom-name {
    float: none;
    width: 95%;
    margin: 0 0 10px 0;
  }
}
.committees-bottom-position {
  overflow: hidden;
}

.content-contacts-right {
  float: right;
  width: 55%;
  min-height: 500px;
  overflow: hidden;
  margin: 20px 0 0 0;
}

@media (max-width: 1200px) {
  .content-contacts-right {
    float: none;
    width: 100%;
    height: auto;
    min-height: auto;
    max-width: 650px;
    overflow: visible;
    margin: 20px auto;
  }
}
.content-contacts-right h1 {
  margin-left: 40px;
  font-size: 25px;
  margin-bottom: 40px;
}

@media (max-width: 700px) {
  .content-contacts-right h1 {
    margin-left: 20px;
  }
}
@media (max-width: 300px) {
  .content-contacts-right h1 {
    margin-left: 0px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.contacts-adress {
  display: table;
  width: 100%;
  height: 190px;
  background-size: 100%;
  background-image: url(../images/contacts-adress.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .contacts-adress {
    width: 95%;
    height: auto;
    background-size: 100% 100%;
    padding: 20px 20px 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 300px) {
  .contacts-adress {
    background: none;
  }
}
.contacts-adress-txt {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 40px;
  font-size: 16px;
}

@media (max-width: 700px) {
  .contacts-adress-txt {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media (max-width: 300px) {
  .contacts-adress-txt {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contacts-adress-txt span {
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
}

.content-contacts-left {
  float: left;
  width: 43%;
  height: 300px;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 2%;
}

@media (max-width: 1200px) {
  .content-contacts-left {
    clear: both;
    float: none;
    width: 100%;
    max-width: 650px;
    height: auto;
    overflow: visible;
    margin: 20px auto 0 auto;
  }
}
.content-contacts-left img {
  width: 100%;
}
.documents-title{ 
 position: relative;
 width: 385px;
 height: 70px;
  margin: 0 0 40px 0;
}
@media (max-width: 550px) {
  .documents-title {
    margin: 0 0 0px 0;
  }
}
.documents-title img{ 
	max-width: 100%;
	height: 70px; 
}
.documents-title-txt{
	position: absolute;	
	top: 20px;	
	left: 40px;
	width: auto;	
	font-size: 24px;
	font-family: 'MuseoSansCyrl_900';
	text-transform: uppercase;
	color: #0080c0;
}

.documents-item {
  clear: both;
  width: 100%;
  padding: 40px 0 0 0;
}

h2.documents-item-title {
  float: left;
  width: 80%; 
 /*  width: 55%;  */
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
}

p.documents-item-description {
  float: left;
 width: 80%; 
	/* width: 65%;  */
  margin: 0 0 10px 0;
  font-family: "MuseoSansCyrl_500_Italic", Arial, sans-serif;
}

.documents-item-download {
  display: block; 
	overflow: hidden;
  width: 20%;
  max-width: 75px;
  margin: 0 10px;
  color: #3083c4;
}

@media (max-width: 550px) {
  .documents-item-download {
    float: left;
    width: 90%;
    max-width: 90%;
	margin: 5px 0 0 0;
  }
}
.documents-item-download span {
  text-decoration: underline;
}

a.documents-all {
  display: block;
  float: left;
  margin-top: 40px;
  font-family: "MuseoSansCyrl_100_Italic", Arial, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  color: #3083c4;
}

a.documents-all:hover {
  color: #d50613;
}

.section-cover {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background: #121318;
  /* ╨┤╨╗╤П ╤А╨░╤Б╤В╤П╨│╨╕╨▓╨░╨╜╨╕╤П ╨▓╤Л╤Б╨╛╤В╤Л, ╨┐╤А╨╕ ╨▒╨╛╨╗╤М╤И╨╛╨╝ ╨║╨╛╨╜╤В╨╡╨╜╤В╨╡*/
  overflow: hidden;
}

.cover-wrap {
  /*  ╤Д╨╛╨╜ ╤Б ╨║╨░╤А╤В╨╕╨╜╨║╨╛╨╣, ╤А-╤А 100%  */
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/home-main.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

@media (max-width: 800px) {
  .cover-wrap {
    height: auto;
    padding-bottom: 30px;
  }
}


.header-home {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  height: 90px;
}

@media (max-width: 1000px) {
  .header-home {
    height: 120px;
    z-index: 999999;
  }
}
@media (max-width: 600px) {
  .header-home {
    height: auto;
    padding: 0 0 20px 0;
    overflow: hidden;
  }
}
.header-home-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}

.header-home-pos {
  position: relative;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
}

@media (max-width: 1000px) {
  .header-home-pos {
    padding-top: 30px;
  }
}
.header-home-img {
  position: relative;
}

.header-home-img-1-mobile {
  width: 100%;
  max-width: 222px;
  display: none;
}

.header-home-img-1 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1200px) {
  .header-home-img-1 {   
    margin: 0 0 0 36px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .header-home-img-1 {
    display: none;
  }

  .header-home-img-1-mobile {
    display: block;
  }
}
.header-home-img-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 310px;
  width: 100%;
    max-width: 450px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .header-home-img-2 {
    position: static;   
    margin: -5px 0 0 3px;
  }
}
.header-home-img-2-mobile {
  display: none;
  width: 85%;
  max-width: 320px;
  padding: 20px;
  font-size: 22px;
  font-family: "MuseoSansCyrl_700", Arial, sans-serif;
  color: #fff;
  background: #b51527;
}

@media (max-width: 750px) {
  .header-home-img-2 {
    display: none;
  }

  .header-home-img-2-mobile {
    display: block;
  }
}
@media (max-width: 300px) {
  .header-home-img-2-mobile {
    width: 80%;
    font-size: 18px;
  }
}
.header-home-txt-1-mobile {
  display: none;
  position: absolute;
  max-width: 250px;
  top: 0px;
  left: 250px;
  font-family: "MuseoSansCyrl_500", Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
}

.header-home-txt-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "MuseoSansCyrl_500", Arial, sans-serif;
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .header-home-txt-1 {
    top: 0px;
    left: 370px;
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .header-home-txt-1 {
    display: none;
  }

  .header-home-txt-1-mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  .header-home-txt-1-mobile {
    position: static;
    top: auto;
    left: auto;
    margin: 20px 0 0 0;
  }
}
a.header-home-txt-2 {
  display: block;
  position: absolute;
  right: 250px;
  bottom: 25px;
  font-family: "MuseoSansCyrl_500_Italic", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1200px){
	a.header-home-txt-2{
		right: auto;
		left: 450px;
	}
}
@media (max-width: 750px) {
  a.header-home-txt-2 {
    width: 100px;
    left: 238px;
    bottom: 130px;
  }
}
@media (max-width: 500px) {
  a.header-home-txt-2 {
    position: static;
    width: 100%;
    margin: 20px 10px 0 0;
    left: auto;
    bottom: auto;
    text-align: right;
  }
}
.header-home-txt-3 {
  position: absolute;
  bottom: -13px;
  left: 280px;
  width: 100%;
  max-width: 430px;
  margin: 0;
  font-family: "MuseoSansCyrl_500_Italic", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1200px){
	.header-home-txt-3{
		bottom: 110px;
		left: 320px;
	}
}
.header-home-txt-3-mobile{
	display: none;	
  width: 100%;
  margin: 20px 0 0 0;
  font-family: "MuseoSansCyrl_500_Italic", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 750px){
	.header-home-txt-3{
		display: none;
	}
	.header-home-txt-3-mobile{
		display: block;
	}
}
.content-pos.home-news-pos{
	min-height: auto;
}
.home-news {
  height: auto;
}

h1.home-title {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 25px;
  text-transform: uppercase;
}

.home-news-wrap {
  text-align: center;
}

.home-news-item {
  display: inline-block;
  float: none;
  width: 300px;
  height: 350px;
  margin: 5px;
}
@media (max-width: 400px) {
  .home-news-item {
    width: 200px;
    height: auto;
    margin: 30px auto;
  }
}
img.home-news-img {
	/* width: auto;
	max-width: 300px;
	height: auto;
	max-height: 200px; */
	width: 300px;
	height: 200px;
}
.home-news-date {
  float: left;
  width: 110px;
  height: 60px;
  margin: 0 20px 0 0;
  text-align: right;
}
@media (max-width: 400px) {
  .home-news-date {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.home-news-date-txt {
  float: left;
  font-family: "MuseoSansCyrl_900", Arial, sans-serif;
  font-size: 20px;
  color: #022553;
}

.home-news-txt {
   float: left;
   width: 170px;
  height: 150px;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 400px) {
  .home-news-txt {
    height: auto;
    overflow: visible;
    text-align: left;
  }
}
.home-about {
  width: 100%;
  background: #e8e8e8;
  overflow: hidden;
  padding: 0 0 30px 0;
  margin: 20px 0;
}

.home-about-pos {
  width: auto;
  height: auto;
  padding: 0 10px 30px 10px;
}

.home-about-title {
  display: block;
  float: left;
  margin: 0 0 40px -30px;
}

@media (max-width: 1280px) {
  .home-about-title {
    margin: 0 0 40px 0px;
  }
}
@media (max-width: 400px) {
  img.home-about-title {
    width: 200px;
  }
}
.home-about-description {
  line-height: 1.8;
  font-size: 16px;
}

.home-links {
  width: 100%;
  text-align: center;
}

.home-links-pos {
  padding: 50px 10px;
}

@media (max-width: 1000px) {
  .home-links-pos {
    padding: 10px 10px;
  }
}
.home-links-item {
  display: inline-block;
  float: none;
  width: 300px;
  height: 80px;
  margin: 10px;
  text-align: left;
}

@media (max-width: 1000px) {
  .home-links-item {
    margin: 20px 10px;
  }
}
@media (max-width: 400px) {
  .home-links-item {
    width: 200px;
    height: auto;
    margin: 20px auto;
  }
}
.home-links-item-img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
}

.home-links-item img {
  width: auto;
  height: 80px;
}

@media (max-width: 400px) {
  .home-links-item-img {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
  }

  .home-links-item img {
    width: auto;
    height: 60px;
  }
}
.home-links-item a {
  display: table;
  float: left;
  width: 200px;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #56a1d8;
  text-decoration: underline;
}

@media (max-width: 400px) {
  .home-links-item a {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 10px 0 0 0;
  }
}
.home-links-item a:hover {
  color: #d50613;
}

.home-links-item > a > span {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.home-bottom {
  width: 100%;
  background: #e8e8e8;
  overflow: hidden;
  padding: 30px 0;
  margin: 40px 0 -40px;
}

.home-slider {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

@media (max-width: 550px) {
  .home-slider {
    max-width: 300px;
  }
}
.home-slider-2-item {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.home-slider-2-item img {
  display: block;
  float: none;
  width: 280px;
  height: auto;
  margin: 10px auto;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-nav {
  font-size: 0px;
}
.owl-prev {
  position: absolute;
  top: 120px;
  left: -5%;
}
@media (max-width: 550px) {
  .owl-prev {
    left: -25px;
  }
}
.owl-prev:before {
  content: "\f104";
  color: #d4d4db;
  font-family: FontAwesome;
  font-size: 40px;
  margin: 0;
}
.owl-next {
  position: absolute;
  top: 120px;
  right: -5%;
}
@media (max-width: 550px) {
  .owl-next {
    right: -25px;
  }
}
.owl-next:before {
  content: "\f105";
  color: #d4d4db;
  font-family: FontAwesome;
  font-size: 40px;
  margin: 0;
}
.owl-carousel .owl-item  img{
	border: 0px;
	border-color: #fff;
}
.home-partners {
  width: 100%;
  text-align: left;
 margin-left: 60px;
}
@media (max-width: 1000px){
	.home-partners {
		  text-align: center;
		 margin: 0px;
	}
}
.home-partners-item {
  display: inline-block;
  float: none;
  width: 260px;
  height: 130px;
  margin: 10px;
}

.home-partners-item img {
  width: 260px;
  height: 130px;
}

@media (max-width: 300px) {
  .home-partners-item {
    width: 200px;
    height: auto;
    margin: 10px auto;
  }

  .home-partners-item img {
    width: 200px;
    height: auto;
  }
}
/* register */
.register-right-menu{
	margin: 20px 0 0 0;
}
.content-register-top{
	width: 100%;
	margin: 20px 0 0 0;
}
.register-title{ 
	position: relative;
	float: left;
	width: 215px;
	height: 70px;	
  margin: 0 30px 0 0;
}
@media (max-width: 550px) {
  .register-title {
    margin: 0 0 0px 0;
  }
}
@media (max-width: 250px){
	.register-title{
		width: 180px;
	}
}
.register-title img{ 
	max-width: 100%;
	height: 70px; 
}
.register-top-txt{
	float: none;
	overflow: hidden;
	font-family: 'MuseoSansCyrl_500';
	font-size: 16px;
}
@media (max-width: 900px){
	.register-top-txt{
		clear: both;
	float: left;
	overflow: visible;
	margin: 20px 0 0 0;
	}
}
.content-register-bottom{
	width: 100%;
	margin: 40px 0 0 0;
}
.register-item{
	clear: both;
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #022553;
	font-size: 16px;
}
.register-item-number{
	float: left;
	width: 5%;
	font-size: 24px;
}
@media (max-width: 1000px){
	.register-item-number{
		width: 35px;		
	}
}
.register-item-firm{
	float: left;
	width: 30%;
	margin-left: 2%;
}
@media (max-width: 1000px){
	.register-item-firm{
		width: 80%;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
}
.register-item-chief{
	float: left;
	width: 30%;
	margin-left: 2%;
}
@media (max-width: 1000px){
	.register-item-chief{
		width: 80%;
		overflow: hidden;
		margin: 0 0 20px 35px;
	}
}
.register-item-address{
	float: left;
	width: 25%;
	margin-left: 2%;
	font-family: 'MuseoSansCyrl_500_Italic'
}
@media (max-width: 1000px){
	.register-item-address{
		width: 80%;
		overflow: hidden;
		margin: 0 0 20px 35px;
	}
}
.register-show{
	display: block;
	float: right;
	margin: 20px 0 0 0;
	font-family: 'MuseoSansCyrl_500_Italic';
	font-size: 18px;
	text-decoration: underline;
	color: #022553;
}
.register-right-download {
  display: block; 
  width: auto; 
  margin: 20px 0 0 45px; 
  font-family: 'MuseoSansCyrl_500_Italic';
	font-size: 14px;
	text-decoration: underline;
	 color: #3083c4;
}
@media (max-width: 300px){
	.register-right-download{
		margin: 20px 0 0 0px; 
	}
}
.register-right-download i{
	display: block;
	float: left;
	width: 45px;
	overflow: hidden;
}
.register-right-download span {
  text-decoration: underline;
}
/* state */
h1.state-title {
  float: none;
  width: 100%;
  margin: 50px 0 10px 0;
  font-family: 'MuseoSansCyrl_900';
  font-size: 25px;
  text-transform: uppercase;
  color: #0080c0;
}
.state-title-1 {
	max-width: 580px;
	font-size: 18px;
}
.state-line {
	width: 100%;
	height: 1px;
	margin: 30px 0 50px 0;
	border-bottom: 1px solid grey;
}
.state-top-item {
	position: relative;
	float: left;
	width: 500px;
	height: 220px;
	margin: 0 20px 0 0;
}
@media (max-width: 1100px){
	.state-top-item {
		position: relative;
		float: left;
		width: 95%;
		max-width: 280px;
		height: auto;
		margin: 0 50px 20px 0 ;
	}
}
.state-top-item.state-top-item-first {
	float: none;
	margin: 20px auto;
}
.state-top-item-photo {
	width: 190px;
	height: 190px;
	float: left;
	margin: 0 20px 0 0;
}
@media (max-width: 1100px){
	.state-top-item-photo {
		float: none;
		margin: 0 ;
	}
}
.state-top-item-photo img {
	
	height: 100%;
}
.state-top-item-name {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 1100px){
	.state-top-item-name {
		display: none;
	}
}
.state-top-item-txt-1 {
	position: relative;
	float: left;
	width: 280px;
	margin: 10px 0 30px 0;
	font-family: 'MuseoSansCyrl_900';
	color: #193d61;
	font-size: 22px;
	line-height: 1.2;
	z-index: 10;
}
@media (max-width: 1100px){
	.state-top-item-txt-1 {
		float: none;
		width: 280px;
		margin: 0px 0 0px 0;
		padding: 10px 10px 10px 15px;
		background: #7fccea;
	}
}
@media (max-width: 350px){
	.state-top-item-txt-1 {	
		width: 95%;
	}
}
.state-top-item-txt-2 {
	float: left;
	width: 280px;
	height: 80px;
	overflow: hidden;
	margin: 10px 0 0px 0;
}
@media (max-width: 350px){
	.state-top-item-txt-2  {
		width: 95%;
	}
}
.state-bottom {
	width: 100%;
	margin: 40px 0 0 0;
}
.state-bottom-item {
	position: relative;
	display: inline-block;
	float: none;
	width: 250px;
	height: 550px;
	margin: 10px;
}
@media (max-width: 350px){
	.state-bottom-item {
		width: 95%;
		height: auto;
	}
}
.state-bottom-item-title {
	height: 50px;
	overflow: hidden;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 16px;
}
.state-bottom-item-photo {
	width: 190px;
	height: 190px;
}
.state-bottom-item-photo img {
	height: 100%;
}
.state-bottom-item-name {
	position: relative;
}
.state-bottom-item-name-img {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 300px){
	.state-bottom-item-name-img {
		display: none;
	}
}
.state-bottom-item-name-txt {
	position: relative;
	 font-family: 'MuseoSansCyrl_700';
	color: #fff;
	padding: 15px;
	z-index: 10;
}
@media (max-width: 300px){
	.state-bottom-item-name-txt {
		width: 160px;
		background: #25496b;
	}
}
.state-bottom-item-txt {
	height: 150px;
	overflow: hidden;
}
.state-bottom-item-txt-1 {
	margin: 20px 0 0 0;
}
/* page how */

.how-form-wrap {
	margin: 30px 0;
}
.how-form-title {
	/* background: #3083c4; */
	width: 99.5%;
	height: auto;
	margin: 0 0 0px -35px;
	padding: 20px 40px 20px 40px;
	background-image: url(../images/how-title.jpg);
	background-position: top left; 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	color: #fff;
	font-size: 16px;
}
.how-form-background {
	position: relative;
	padding: 30px;
	background: #e5e5e5;
}
.how-form-item {
	margin: 0 0 15px 0;
}
.how-form-label-1 {
	display: block;
	margin: 0 0 5px 0;
}
.how-form-input-1{
	display: block;
	width: 95%;
	height: 25px;
	padding: 0 10px;
	border: 0px;
}
.how-form-input-2 {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
.how-form-button {
	position: absolute;
	bottom: -30px;
	right: -30px;
	width: 250px;
	height: auto;	
	padding: 20px 0px;
	background-image: url(../images/how-button.png);
	background-position: top left; 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	color: #fff;
	text-align: center;
}
.how-form-button:hover {
	cursor: pointer;
}
.how-form-button input {
	padding: 0;
	color: #fff;
	font-size: 16px;
	background: none;
	border: 0;
}
.how-form-button input:hover {
	cursor: pointer;
}
.how-bottom {
	margin: 50px 0 0 0;
}


#footer {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 40px;
  background: #022553;
  color: #fff;
}

#footer a {
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.footer-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.footer-pos {
  position: relative;
  width: auto;
  height: auto;
  padding: 20px 10px 0 10px; 
  display: inline-block;
}

.footer-left {
  float: left;
  width: auto;
  padding: 10px;
}

@media (max-width: 850px) {
  .footer-left {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0;
  }
}
@media (max-width: 850px) {
  #footer a.footer-logo {
    display: inline-block;
  }
}
.footer-logo img {
  display: block;
  float: left;
}

.footer-logo-txt {
  float: left;
  text-align: left;
}
@media (max-width: 850px){
	.footer-logo-txt {	
	  text-align: center;
	}
}
.footer-logo-txt-1 {
  display: block;
  font-size: 12px;
}

@media (max-width: 450px) {
  .footer-logo-txt-1 {
    font-size: 10px;
  }
}
.footer-logo-txt-2 {
  display: block;
  font-family: "MuseoSansCyrl_900_Italic", Arial, sans-serif;
}

@media (max-width: 450px) {
  .footer-logo-txt-2 {
    font-family: "MuseoSansCyrl_700", Arial, sans-serif;
    font-size: 14px;
  }
}
.footer-line{
	width: 1px;
	height: 55px;
	border-left: 3px solid white;
}
@media (max-width: 850px){
	.footer-line{
		display: none;
	}
}
.footer-adress {
  font-size: 16px;
}

@media (max-width: 850px) {
  .footer-adress {
    margin-bottom: 20px;
  }
}
.footer-tel {
  float: left;
}
@media (max-width: 850px) {
  #footer a.footer-tel {
    display: inline-block;
    float: none;
  }
}
.footer-mail {
  float: left;
}
#footer a.footer-social{
	float: left;
	margin: 0 20px 0 0;
}
@media (max-width: 850px){
	#footer a.footer-social{
		float: none;
		display: inline-block;
		margin: 10px;
	}
}
#footer a.footer-developed{
	display: block;
	margin: 0;
	padding: 20px 0 20px 0;	
	text-align: center;
}
#footer a.footer-developed:hover{
	color: #d50613;
}
.footer-yandex{
	padding: 0 20px 0 0;	
} 
.go-up {
  width: 40px;
  height: 40px;
  color: #929292;
  border-radius: 50%;
  border: 1px solid #929292;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 99;  
}

.go-up:hover {
  color: #fff;
  background: #929292;
}

.go-up i {
  display: block;
  font-size: 30px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   
    -webkit-appearance: none;
    margin: 0; 
}


input[type="number"] {
    -moz-appearance: textfield;
}
