html {
  height: 100%;
}

body {
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f1f3f4;
  overflow-x: hidden;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url(/images/skyscrapers-min.jpg);
  background-size:cover;
  width: calc(100vw);
  height: 100%;

  -webkit-filter: blur(5px) opacity(20%);
  -moz-filter: blur(5px) opacity(20%);
  -o-filter: blur(5px) opacity(20%);
  -ms-filter: blur(5px) opacity(20%);
  filter: blur(5px) opacity(20%);
}

html[data-useragent*='MSIE 10.0'] body:before {
  opacity: 0.2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:before {
    opacity: 0.2;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul, ol {
  padding: 0px;
}

.blocs {
  display: table;
  border-radius: 4px;
  background-color: rgba(248, 248, 248, 0.5);
}

/*навигационный бар. начало*/
.nav-bar {
  height: 83px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #007db3;
  background-color: #eff0f1;
}
.nav {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
/*  width: 100%;*/
/*  position: absolute;*/
/*  align-content: center;*/
/*  flex-direction: column;*/
}
.nav>li {
  float: none;
}
@media (max-width: 1450px){
  ul.navbar-nav.nav>li>a {
    font-size: larger;
  }
  ul.navbar-nav.nav>li:nth-child(2n)>p {
    padding: 23px 0px;
  }
}
@media (max-width: 1250px){
  ul.navbar-nav.nav>li>a {
    padding: 30px 10px;
  }
  ul.navbar-nav.nav>li:nth-child(2n)>p {
    padding: 29px 0px;
    font-size: medium;
  }
}
@media (max-width: 1150px){
  ul.navbar-nav.nav>li>a {
    padding: 0px 10px;
  }
  ul.navbar-nav.nav>li:nth-child(2n)>p {
    padding: 0px 0px;
    font-size: medium;
  }
  ul.navbar-nav.nav>li:last-child>p {
    padding: 0px 10px;
  }
}
@media (max-width: 850px){
  ul.navbar-nav.nav>li>a {
    padding: 0px 10px;
  }
  ul.navbar-nav.nav>li:nth-child(2n)>p {
    padding: 0px 0px;
    font-size: medium;
  }
  ul.navbar-nav.nav>li:last-child>p {
    padding: 0px 10px;
  }
}

#logo {
  height: 95%;
  display: flex;
  margin: 0px 50px;
  padding: 10px;
  text-decoration: none;
/*  font-family: sans-serif;*/
/*  font-style: italic;*/
  font-family: 'Raleway';
  font-weight: 100;
  font-style: normal;
}
@media (max-width: 850px) {
  .nav-bar>#logo {
	margin: 0px 0px;
  }
  .nav-bar>#logo p {
    font-size: smaller;
  }
  .nav-bar>#logo p#logo2 {
    margin: 3px 0px;
    font-size: xx-large;
  }
}
#logo p {
  text-align: center;
  font-size: 16px;
/*  color: #336799;*/
  color: #252f6c;
  letter-spacing: -0.2px;
}

#logo1 {
/*  display: flex;*/
/*  flex-direction: column;*/
/*  height: 100%;*/
/*  margin: 0px 0px -11px;*/
  position: relative;
}

p#logo2 {
	margin: 0px;
	font-size: 28pt;
/*	font-weight: 800;*/
	letter-spacing: 0px;
  font-family: 'Raleway';
  font-weight: 600;
  font-style: normal;
}
p#logo3 {
  width: 235px;
  margin: -8px 0px 0px;
  font-family: 'Raleway';
  font-weight: 300;
  font-style: normal;
}
#logo23 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}

#logo1 *{
  width: 0;
  height: 0;
  position: absolute;
}
.d7 {
  border-top: 50px solid #252f6c;
  border-right: 50px solid transparent;
  position: relative !important;
}
.d10 {
  border-bottom: 50px solid #252f6c;
  border-left: 50px solid transparent;
  bottom: 0px;
/*  margin-top: -40px;*/
}
.d7>*,
.d10>*{
/*  position: relative;*/
}
.d7b{
  top: 0px;
  left: 8px;
  border-top: 30px solid #eff0f1;
  border-right: 30px solid transparent;
}
.d10b{
  bottom: 0px;
  right: 8px;
  border-bottom: 30px solid #eff0f1;
  border-left: 30px solid transparent;
}

ul.navbar-nav>h1 {
  text-align: center;
  width: calc(100vw - 405px * 2);
}
ul.navbar-nav h1 {
  color: #555;
  font-size: 18pt;
  margin: 0px;
  padding-left: 25px;
}
ul.navbar-nav>li>p {
  color: #555;
  font-size: 18pt;
  margin: 0px;
  padding: 23px 25px;
}

ul.navbar-nav>li>a {
  color: #555;
  font-size: 18pt;
  padding: 30px 25px;
}

ul.navbar-nav>li>a.section {
	box-shadow: inset #134f8b 0px -30px 20px -20px;
}

ul.navbar-nav>li>ul,
ul.navbar-nav>li>ul>li>ol.hr.multilevel>li {
	display: none;
	position: absolute;
	background-color: #4877A5;
}

ul.navbar-nav>li:hover>ul,
ul.navbar-nav>li>ul>li:hover>ol.hr.multilevel>li{
	display: block;
}


.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #007db3;
  background: radial-gradient(circle farthest-corner at 20px 20px, #9ac5da, #3071a9);
  color: white;
}
/*навигационный бар. конец*/
.navbar {
  width: 400px;
  padding: 20px;
}
.navbar img {
  width: 20px;
  margin-right: 10px;
}
ul.navbar {
  max-width: 40%;
  margin-left: 20px;
  display: inline-table;
  list-style-type: none;
}
.navbar li.line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: initial;
}
.navbar a {
    padding: 10px;
}
@media (max-width: 1000px){
  ul.navbar {
    margin-left: 0px;
  }
  #wrap {
    margin-right: 0px !important;
  }
}
@media (max-width: 700px){
  ul.navbar {
    display: none;
  }
  #wrap {
    margin: 0px !important;
  }
}
#nav ol {
	counter-reset: li;
}
#nav ol li:before {
	list-style: none; /* убрать исходную нумерацию у списка */
	counter-increment: li;
	content: counters(li,".") ". ";
	margin-right: 10px;
	float: left;
	color: rgba(128, 128, 128, 0.75);
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 4px 4px;
}
.breadcrumb * {
	margin: 0px 5px 0px 5px ;
}

.breadcrumb>div {
	display: flex;
	align-items: center;
}

.breadcrumb .text {
	color: inherit;
	cursor: defaul;
	pointer-events: none;
}
.breadcrumb>li + li:before {
  content: none;
}

.container {
  width: 100%;
  display: flex;
  padding: 0px;
}

.container>.main {
  width: 1000px;
  margin: 0px auto;
  display: flex;
}

iframe {
  width: 100%;
  min-height: calc(100vh - 83px);
}

#wrap {
  width: 100%;
  margin: 0 20px;
}

/*меню. начало*/
#home ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#home ul:first-of-type li.tile:nth-child(1) a:hover img {
  background: radial-gradient(circle farthest-corner at 220px 10px, #f5f5f5, #91b7d8);
}
#home ul:first-of-type li.tile:nth-child(2) a:hover img {
  background: radial-gradient(circle farthest-corner at 220px 10px, #f5f5f5, #aac17a);
}
#home ul:first-of-type li.tile:nth-child(3) a:hover img {
  background: radial-gradient(circle farthest-corner at 220px 10px, #f5f5f5, #dc6c65);
}
#home ul:first-of-type li.tile:nth-child(4) a:hover img {
  background: radial-gradient(circle farthest-corner at 220px 10px, #f5f5f5, #aa86bd);
}
#home ul:first-of-type li.tile {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#home ul:first-of-type li.tile a img {
  width: auto;
  height: 183px;
  padding: 20px 200px;
  background: #ffffff linear-gradient(to top, #ffffff00, #0000002b, #ffffff00);
  background: rgba(255, 255, 255, 0.93) linear-gradient(to top, #ffffff00, #0000002b, #ffffff00);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -o-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  
  background: rgba(255, 255, 255, 0.93) linear-gradient(to top, #dddddd9c, #8a6d3b0f, rgba(238, 238, 238, 0.83));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4));
}
#home a {
  color: #000;
}
#home .line img {
  width: 40px;
  margin-right: 10px;
}
.to-restore {
  animation-play-state: paused;
}
.to-restore:hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  -o-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
}
.to-restore .none {
  display: none;
}
#home ul:first-of-type li.tile a:hover img {
  background-color: rgba(255, 255, 255, 0.98);
  background: rgba(255, 255, 255, 0.98) linear-gradient(to top, #0000002b, #ffffff00, #0000002b);
  filter: none;
}
/*меню. конец*/

#contents_manual {
  padding: 1px 45px 30px 45px;
}

#home {
  width: 900px;
  margin: 0px auto;
  padding: 30px 40px;
}

.line {
  font-size: x-large;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #2b2c2c;
}

.line:last-child {
  border-bottom: none;
}

.line>a:hover {
  background: linear-gradient(to top, #d9edf74d 10%, #428bca59 50%, #d9edf74d 85%);
  text-decoration: none;
}

.cbalink {
  margin-top: -30px;
}

.page_title {
  border-radius: 5px;
  display: block;
  background-color: #007db3;
  color: white !important;
  cursor: default !important;
  pointer-events: none !important;
}