*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  color: #000;
  background-color: #dadada;
  margin: 0;
  padding: 0;
}

a {
  color:#122157;
}

.panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  
 }

.panel__link {
  font-size: 12px;
  font-family: arial;
  text-decoration: none;
  color: #9E9E9E;
}

.panel__link:visited {
  text-decoration: none;
  color: #9E9E9E;
}

.panel__link:active {
  text-decoration: none;
  color: #D62D63;
}

.panel__link:hover {
  text-decoration: none;
  color: #D62D63;
}


.sidebar-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  float: left;
  padding-top: 40px;
}

.sidebar-menu__link {
  color: white;
  text-decoration: none;
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: arial;
  display: block;
}

.sidebar-menu__link:last-child {
  margin-bottom: 0;
}

.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link--active {
  font-weight: bold;
  color: #d62d63;
}

.sidebar-menu__line {
  height: 1px;
  background-color: #fff;
  width: 70%;
  margin-bottom: 14px;
}

@font-face {
  font-family: "Akrobat";
  src: url("Akrobat.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("Akrobatblack.woff");
  font-weight: bold;
  font-style: normal;
}

#sos {
  width: 960px;
  margin: 0 auto;
  background: black; /* Цвет фона левой колонки */
}

.container {
  width: 960px; /* Ширина слоя */
  margin: 0 auto; /* Выравнивание по центру */
  background: #283667; /* Цвет фона левой колонки */
}
.bar {
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 5px; /* Отступы вокруг текста */
  background: #283667; /* Цвет фона шапки */
  color: #fff; /* Цвет текста */
}

.barptw {
  width: 960px;
  height: 1px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #fff; /* Цвет фона шапки */
}

.zsep {
  width: 210px;
  height: 1px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #fff; /* Цвет фона шапки */
}

.line {
  width: 633px;
  height: 1px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #9e9e9e; /* Цвет фона */
}

.line1 {
  width: 633px;
  height: 1px;
  margin: 0 auto;
  margin: 7px 0px 7px 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #9e9e9e; /* Цвет фона */
}

.head {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  font-size: 2.2em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 5px; /* Отступы вокруг текста */
  background: #283667; /* Цвет фона шапки */
  color: #fff; /* Цвет текста */
  z-index: 1;
}

.head2 {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  *font-size: 2.2em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  color: #fff; /* Цвет текста */
  z-index: 1;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.sidebar {
  /* левая колонка */
  padding: 0;
  margin: 0;
  width: 275px;
  /*float: left;  Обтекание по правому краю */
  background: #283667;
  z-index: 50;
  flex-grow: 0;
  position: absolute;
  float: left;
  padding-left: 45px;
  height: 100vh;
}

.sidebar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #fff;
}

.sidebar.fixed {
  position: fixed;
  top: 0;
}

.content {
  /* здесь текст */
  margin-left: 275px;
  flex-grow: 1;
  width: 685px;
  padding: 26px; /* Поля вокруг текста */
  text-align: left;
  background: #fff; /* Цвет фона правой колонки */
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
}

/* стандартный формат текста */
.content p {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.footer {
  width: 100%;
  background: #fff;
  height: 100%;
  margin: 0px;
  clear: both;
}

.photo {
  position: relative;
  padding: 24px 22px 24px 22px;
  float: left;
  width: 269px;
  border: 0px solid #333;
  z-index: 100;
  background: #283667;
}

.sep {
  position: relative;
  padding: 15px 0px 3px 0px;
  float: left;
  width: 1px;
  border: 0px solid #333;
  z-index: 100;
  background: #283667;
}

.name {
  position: relative;
  padding: 5px; /* Отступы вокруг текста */
  margin: 50px 5px 80px 275px;
  width: 675px;
  border: 0px solid #333;
  z-index: 100;
  background: #283667;
}

a:hover {
  color: #c7254e;
  text-decoration: underline;
}
a.hd:link {
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: arial black, arial;
}
a.hd:visited {
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: arial black, arial;
}
a.hd:active {
  font-size: 11px;
  color: #d62d63;
  font-weight: bold;
  text-decoration: none;
  font-family: arial black, arial;
}
a.hd:hover {
  font-size: 11px;
  color: #d62d63;
  font-weight: bold;
  text-decoration: none;
  font-family: arial black, arial;
}

a.tbar:link {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-family: arial;
}
a.tbar:visited {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-family: arial;
}
a.tbar:active {
  text-decoration: none;
  font-size: 12px;
  color: #d62d63;
  font-family: arial;
}
a.tbar:hover {
  text-decoration: none;
  font-size: 12px;
  color: #d62d63;
  font-family: arial;
}

a.bar:link {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: arial;
}
a.bar:visited {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: arial;
}
a.bar:active {
  text-decoration: none;
  font-size: 15px;
  color: #d62d63;
  font-family: arial;
}
a.bar:hover {
  text-decoration: none;
  font-size: 15px;
  color: #d62d63;
  font-family: arial;
}

a.res:link {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  font-family: arial;
}
a.res:visited {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  font-family: arial;
}
a.res:active {
  text-decoration: none;
  font-size: 14px;
  color: #d62d63;
  font-family: arial;
}
a.res:hover {
  text-decoration: none;
  font-size: 14px;
  color: #d62d63;
  font-family: arial;
}

a.r:link {
  font-size: 18px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
a.r:visited {
  font-size: 18px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
a.r:active {
  font-size: 18px;
  font-family: Akrobat;
  color: #dadada;
  text-decoration: none;
}
a.r:hover {
  font-size: 18px;
  font-family: Akrobat;
  color: #dadada;
  text-decoration: none;
}

a.r1:link {
  font-size: 15px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
a.r1:visited {
  font-size: 15px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
a.r1:active {
  font-size: 15px;
  font-family: Akrobat;
  color: #dadada;
  text-decoration: underline;
}
a.r1:hover {
  font-size: 15px;
  font-family: Akrobat;
  color: #dadada;
  text-decoration: underline;
}

a.tt:link {
  text-decoration: none;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: bold;
  font-family: arial;
}
a.tt:visited {
  text-decoration: none;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: bold;
  font-family: arial;
}
a.tt:active {
  text-decoration: none;
  font-size: 16px;
  color: #d62d63;
  font-weight: bold;
  font-family: arial;
}
a.tt:hover {
  text-decoration: none;
  font-size: 16px;
  color: #d62d63;
  font-weight: bold;
  font-family: arial;
}

a.y1:link {
  text-decoration: none;
  font-size: 16px;
  color: #122157;
  font-weight: bold;
  font-family: arial;
}
a.y1:visited {
  text-decoration: none;
  font-size: 16px;
  color: #122157;
  font-weight: bold;
  font-family: arial;
}
a.y1:active {
  text-decoration: none;
  font-size: 16px;
  color: #d62d63;
  font-weight: bold;
  font-family: arial;
}
a.y1:hover {
  text-decoration: none;
  font-size: 16px;
  color: #d62d63;
  font-weight: bold;
  font-family: arial;
}

.tbar {
  text-decoration: none;
  font-size: 12px;
  color: white;
  font-family: arial;
}
.bar {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: arial;
}
.bara {
  text-decoration: none;
  font-size: 15px;
  color: #d62d63;
  font-family: arial;
}
.res {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: arial;
}
.za {
  font-size: 55px;
  font-family: Akrobat;
  font-weight: bold;
  color: #c6c6c6;
  text-decoration: none;
}
.zf {
  font-size: 55px;
  font-family: Akrobat;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.za1 {
  font-size: 70px;
  font-family: Akrobat;
  font-weight: bold;
  color: #c6c6c6;
  text-decoration: none;
}
.zf1 {
  font-size: 50px;
  font-family: Akrobat;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.zf2 {
  font-size: 100px;
  font-family: Akrobat;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.an {
  font-family: times new roman;
  font-size: 15px;
  font-style: italic;
  text-align: justify;
}
.cit {
  font-family: times new roman;
  font-size: 15px;
  color: #d62d63;
  font-style: italic;
  text-align: justify;
}
.text {
  font-family: times new roman cyr;
  font-size: 16px;
  text-align: justify;
}
.dat {
  font-family: times new roman;
  font-size: 16px;
  text-align: justify;
}
.KRUGL {
  font-family: times new roman;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
.dat2 {
  font-family: times new roman cyr;
  font-size: 17px;
  text-align: justify;
}
.ist {
  font-family: times new roman;
  font-size: 16px;
  color: #122157;
  text-align: justify;
}
.t {
  font-family: arial;
  color: #122157;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.y {
  font-family: times new roman;
  color: #122157;
  font-size: 16px;
  font-weight: bold;
}
.y0 {
  font-family: arial;
  color: #122157;
  font-size: 12px;
  font-weight: bold;
  text-align: justify;
  text-decoration: none;
}
.y1 {
  font-size: 14px;
  font-weight: bold;
  color: #d62d63;
  font-family: arial;
  text-decoration: none;
}
.tt {
  font-family: arial;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
.hd {
  font-family: arial;
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.r2 {
  font-size: 18px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
.r {
  font-size: 18px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}
.r1 {
  font-size: 15px;
  font-family: Akrobat;
  color: white;
  text-decoration: none;
}

img.zoom {
  -moz-user-select: none;
  user-select: none;
}
img.zoom:hover {
  display: block;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  border: solid rgba(210, 210, 210, 0.4);
  border-width: 100vh 100vw;
  cursor: zoom-out;
}
:not(:active) > img.zoom:not(:hover),
img.zoom:active {
  pointer-events: none;
}
