﻿*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  color: #000;
  background-color: #dadada;
  margin: 0;
  padding: 0;
}

a {
  color: #2E5C4F;
}

/* Верхний бар */
.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: 13px;
  font-family: Montserrat;
  text-decoration: none;
  color: #fff;
}

.panel__link:visited {
  text-decoration: none;
  color: #fff;
}

.panel__link:active {
  text-decoration: none;
  color: #9e9e9e;
}

.panel__link:hover {
  text-decoration: none;
  color: #9e9e9e;
}


.sidebar-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  float: right;
  padding-top: 40px;
}

.sidebar-menu__link {
  color: #333333;
  text-decoration: none;
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: PTSerif;
  font-weight: bold;
  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: #ffffff;
  background-color: #ff7840;
  position: relative;
  z-index: 10;
}


.sidebar-menu__line {
  height: 1px;
  background-color: #333333;
  width: 85%;
  margin-bottom: 14px;
  position: relative;
  left: -10px;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserratbold.woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserratlight.woff");
  font-weight: light;
  font-style: normal;
}


@font-face {
  font-family: "Montserrat";
  src: url("MontserratLightItalic.woff");
  font-weight: light;
  font-style: italic;
}

#sos {
  width: 960px;
  margin: 0 auto;
  background: black; /* Цвет фона левой колонки */
}

.container {
  width: 960px;
  margin: 0 auto;
  display: flex;
}

.containerf {
  padding: 35px; /* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.containerpost {
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  width: 630px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.containerfpost {
  padding: 20px 35px 20px 35px;/* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #2E5C4F;
  position: relative;
  z-index: 100;
}

.divider {
  background-color: #ff7840;
  width: 1px;
  flex-shrink: 0;
  position: relative;
  z-index: 99;
  margin: 25px 0;
}
.tbar {
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 5px; /* Отступы вокруг текста */
  background: #2E5C4F; /* Цвет фона шапки */
  color: #fff; /* Цвет текста */
}

.bar {
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  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: 100%;
  height: 1px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #9e9e9e; /* Цвет фона */
}
.linef {
  width: 960px;
  height: 1px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #9e9e9e; /* Цвет фона */
}

.line1 {
  width: 960px;
  height: 5px;
  margin: 0 auto;
  margin-top: 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: 0px; /* Отступы вокруг текста */
  background: #463835; /* Цвет фона шапки */
  border: 1px solid #333;
  color: #fff; /* Цвет текста */
  z-index: 1;
}

.headf {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  text-align: center; /* Выравнивание по центру */
  padding: 150px 0px 140px 0px; /* Отступы вокруг текста */
  background: #2E5C4F; /* Цвет фона шапки */
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("fon2.jpg"); /* Цвет фона шапки */
  color: #fff; /* Цвет текста */
  z-index: 1;
}

.headbar {
  padding: 35px; /* Поля вокруг текста */
  text-align: center;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #ff7840;
  z-index: 1;
}

.headbar1 {
  width: 960px;
  margin: 190px 0px 0px 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #9e9e9e; /* Цвет фона шапки */
  color: #fff; /* Цвет текста */
}

.menu {
  position: relative;
  height: 100%;

  text-align: center; /* Выравнивание по центру */
  padding: 0px 0px 0px 0px; /* Отступы вокруг текста */
  border: 1px solid #333;
  background: #463835; /* Цвет фона шапки */
}

/* Часть с правым баром и текстом */
.head2 {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  *font-size: 2.2em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  color: #fff; /* Цвет текста */
  z-index: 1;
  border: 1px solid #333;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.sidebar {
  /* правая колонка */
  padding: 0;
  margin: 685;
  width: 275px;
  /*float: right;  Обтекание по правому краю */
  background: #463835;
  z-index: 50;
  flex-grow: 0;
  position: absolute;
  float: right;
  /* border: 1px solid #333; */
  padding-left: 45px;
  height: 100vh;
}

.sidebar::after {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #fff;
}

.sidebar.fixed {
  position: fixed;
  top: 0;
  right: auto;
  left: calc(50% + 214px);
}

/* Основной текст */
.content {
  /* здесь текст */
  margin-left: 0px;
  flex-grow: 1;
  padding: 25px; /* Поля вокруг текста */
  text-align: left;
  background: #fff; /* Цвет фона правой колонки */
  color: #000;
  /* border: 1px solid #333; */
  padding-left: 35px;
  padding-right: 25px;
  height: 100%;
}
.contentf {
  /* здесь текст */
  margin-left: 0px;
  flex-grow: 1;
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  background: #fff; /* Цвет фона правой колонки */
  color: #000;
  /* border: 1px solid #333; */
  height: 100%;
}

.contentfpost {
  /* здесь текст */
  margin-left: 0px;
  flex-grow: 1;
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  background: #2E5C4F; /* Цвет фона правой колонки */
  color: #000;
  /* border: 1px solid #333; */
  height: 100%;
}

.free-space {
  width: 275px;
  flex-shrink: 0;
}

/* стандартный формат текста */
.content p {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.footer {
  width: 100%;
  background: #fff;
  height: 100%;
  margin: 0px;
  clear: both;
}

.footerf {
  width: 100%;
  /* background: #dadada; */
  height: 100%;
  margin: 0px;
  clear: both;
}

.photo {
  position: relative;
  padding: 0px;
  margin: 25px 30px 25px 35px;
  float: left;
  width: 310px;
  border: 0px solid #333;
  z-index: 100;
  background: #463835;
}

.photof {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 70px 35px 0px 35px;
  float: left;
  height: 100px;
  border: 0px solid #333;
  z-index: 100;
  background: #2E5C4F;
}


.sep {
  position: relative;
  padding: 15px 0px 3px 0px;
  float: left;
  width: 1px;
  border: 0px solid #333;
  z-index: 100;
  background: #463835;
}

.name {
  position: relative;
  padding: 0px; /* Отступы вокруг текста */
  margin: 25px 35px 25px 375px;
  width: 550px;
  border: 0px solid #333;
  z-index: 100;
  background: #463835;
}

.namef {
  position: relative;
  padding: 0px; /* Отступы вокруг текста */
  margin: 0px 170px 15px 170px;
  width: 620px;
  border: 0px solid #333;
  z-index: 100;
  background: #463835;
}

.barf {
  position: relative;
  padding: 0px; /* Отступы вокруг текста */
  margin: 20px 35px 0px 35px;
  height: 100px;
  border: 0px solid #333;
  z-index: 100;
  background: #2E5C4F;
  object-fit: contain;
}

a.tf:link {
  text-decoration: none;
  font-size: 28px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
  }
  
a.tf:visited {
  text-decoration: none;
  font-size: 28px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}
a.tf:active {
  text-decoration: none;
  font-size: 28px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}
a.tf:hover {
  text-decoration: none;
  font-size: 28px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}

/* бар алфавит */

a.alf:link {
  text-decoration: none;
  font-size: 16px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
  }
  
a.alf:visited {
  text-decoration: none;
  font-size: 16px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}
a.alf:active {
  text-decoration: none;
  font-size: 16px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}
a.alf:hover {
  text-decoration: none;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}

a:hover {
  color: #9e9e9e;
  text-decoration: underline;
}
a.hd:link {
  font-size: 20px;
  color: #933999;
  text-decoration: none;
  font-family: Мontserrat;
  
}

a.hd:visited {
  font-size: 20px;
  color: white;
  text-decoration: none;
  font-family: Мontserrat;
}
a.hd:active {
  font-size: 20px;
  color: #ff7840;
  text-decoration: none;
  font-family: Мontserrat;
}
a.hd:hover {
  font-size: 20px;
  color: #ff7840;
  text-decoration: none;
  font-family: Мontserrat;
}

a.tbar:link {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-family: PTSerif;
}
a.tbar:visited {
  text-decoration: none;
  font-size: 12px;
  color: #9e9e9e;
  font-family: PTSerif;
}
a.tbar:active {
  text-decoration: none;
  font-size: 12px;
  color: #ff7840;
  font-family: PTSerif;
}
a.tbar:hover {
  text-decoration: none;
  font-size: 12px;
  color: #ff7840;
  font-family: PTSerif;
}

a.bar:link {
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-family: PTSerif;
}
a.bar:visited {
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-family: PTSerif;
}
a.bar:active {
  text-decoration: none;
  font-size: 20px;
  color: #9e9e9e;
  font-family: PTSerif;
}
a.bar:hover {
  text-decoration: none;
  font-size: 20px;
  color: #9e9e9e;
  font-family: PTSerif;
}

a.lbar:link {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: Montserrat;
}
a.lbar:visited {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: Montserrat;
}
a.lbar:active {
  text-decoration: none;
  font-size: 15px;
  color: #9e9e9e;
  font-family: Montserrat;
}
a.lbar:hover {
  text-decoration: none;
  font-size: 15px;
  color: #9e9e9e;
  font-family: Montserrat;
}

a.lowbar:link {
  text-decoration: none;
  font-size: 15px;
  color: 000000;
  font-family: PTSerif;
}
a.lowbar:visited {
  text-decoration: none;
  font-size: 15px;
  color: 000000;
  font-family: PTSerif;
}
a.lowbar:active {
  text-decoration: none;
  font-size: 15px;
  color: #ff7840;
  font-family: PTSerif;
}
a.lowbar:hover {
  text-decoration: none;
  font-size: 15px;
  color: #ff7840;
  font-family: PTSerif;
}

a.lowbar2:link {
  text-decoration: none;
  font-size: 12px;
  color: 000000;
  font-family: PTSerif;
}
a.lowbar2:visited {
  text-decoration: none;
  font-size: 12px;
  color: 000000;
  font-family: PTSerif;
}
a.lowbar2:active {
  text-decoration: none;
  font-size: 12px;
  color: #ff7840;
  font-family: PTSerif;
}
a.lowbar2:hover {
  text-decoration: none;
  font-size: 12px;
  color: #ff7840;
  font-family: PTSerif;
}
a.res:link {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  font-family: PTSerif;
}
a.res:visited {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  font-family: PTSerif;
}
a.res:active {
  text-decoration: none;
  font-size: 14px;
  color: #ff7840;
  font-family: PTSerif;
}
a.res:hover {
  text-decoration: none;
  font-size: 14px;
  color: #ff7840;
  font-family: PTSerif;
}

a.r:link {
  font-size: 18px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
a.r:visited {
  font-size: 18px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
a.r:active {
  font-size: 18px;
  font-family: PTSerif;
  color: #dadada;
  text-decoration: none;
}
a.r:hover {
  font-size: 18px;
  font-family: PTSerif;
  color: #dadada;
  text-decoration: none;
}

a.r1:link {
  font-size: 15px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
a.r1:visited {
  font-size: 15px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
a.r1:active {
  font-size: 15px;
  font-family: PTSerif;
  color: #dadada;
  text-decoration: underline;
}
a.r1:hover {
  font-size: 15px;
  font-family: PTSerif;
  color: #dadada;
  text-decoration: underline;
}

a.tt:link {
  text-decoration: none;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: bold;
  font-family: PTSerif;
}
a.tt:visited {
  text-decoration: none;
  font-size: 16px;
  color: #9e9e9e;
  font-weight: bold;
  font-family: PTSerif;
}
a.tt:active {
  text-decoration: none;
  font-size: 16px;
  color: #ff7840;
  font-weight: bold;
  font-family: PTSerif;
}
a.tt:hover {
  text-decoration: none;
  font-size: 16px;
  color: #ff7840;
  font-weight: bold;
  font-family: PTSerif;
}
a.ttf:link {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-family: Montserrat;
}
a.ttf:visited {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-family: Montserrat;
}
a.ttf:active {
  text-decoration: underline;
  font-size: 16px;
  color: #2E5C4F;
  font-family: Montserrat;
}
a.ttf:hover {
  text-decoration: underline;
  font-size: 16px;
  color: #2E5C4F;
  font-family: Montserrat;
}

a.y1:link {
  text-decoration: none;
  font-size: 18px;
  color: #463835;
  font-weight: bold;
  font-family: PTSerif;
}
a.y1:visited {
  text-decoration: none;
  font-size: 18px;
  color: #463835;
  font-weight: bold;
  font-family: PTSerif;
}
a.y1:active {
  text-decoration: none;
  font-size: 18px;
  color: #ff7840;
  font-weight: bold;
  font-family: PTSerif;
}
a.y1:hover {
  text-decoration: none;
  font-size: 18px;
  color: #ff7840;
  font-weight: bold;
  font-family: PTSerif;
}

a.arch:link {
  color: #ccc;
}
a.arch:visited {
  color: #ccc;
}
a.arch:active {
  color: #ccc;
}
a.arch:hover {
   color: #ccc;
 }

.tbar {
  text-decoration: none;
  font-size: 12px;
  color: white;
  font-family: PTSerif;
}
.bar {
  text-decoration: none;
  font-size: 15px;
  color: white;
  font-family: PTSerif;
}
.bara {
  text-decoration: none;
  font-size: 15px;
  color: #ff7840;
  font-family: PTSerif;
}
.lbar {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-family: Montserrat;
}
.lowbar {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  font-family: PTSerif;
}
.lowbar2 {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-family: PTSerif;
}
.res {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: PTSerif;
}

.alf {
  text-decoration: none;
  font-size: 16px;
  color: #2E5C4F;
  font-weight: bold;
  font-family: Montserrat;
  outline: none;
}

.za {
  font-size: 55px;
  font-family: PTSerif;
  font-weight: bold;
  color: #c6c6c6;
  text-decoration: none;
}
.zf {
  font-size: 55px;
  font-family: PTSerif;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.za1 {
  font-size: 50px;
  font-family: PTSerif;
  font-weight: bold;
  color: #c6c6c6;
  text-decoration: none;
}
.zf1 {
  font-size: 50px;
  font-family: PTSerif;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.zf2 {
  font-size: 55px;
  font-family: PTSerif;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.an {
  font-family: OpenSans;
  font-size: 14px;
  font-style: italic;
  text-align: justify;
}
.cit {
  font-family: PTSerif;
  font-size: 18px;
  line-height: 1.5;
  color: #463835;
  font-style: italic;
  text-align: left;
}
.citist {
  font-family: PTSerif;
  font-size: 13px;
  line-height: 1;
  color: #463835;
  text-align: right;
}
.text {
  font-family: PTSerif;
  font-size: 16px;
  text-align: justify;
}
.dat {
  font-family: OpenSans;
  font-size: 15px;
  text-align: left;
}

.datf {
  font-family: Montserrat;
  font-size: 14px;
  text-align: left;
}

.datfpost {
  font-family: Montserrat;
  font-size: 12px;
  text-align: left;
}

.ist {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  }
  
.datpost {
  font-family: OpenSans;
  font-size: 11px;
  text-align: left;
}

.dat3 {
  font-family: OpenSans;
  font-size: 12px;
  text-align: left;
}


.capt {
  font-family: OpenSans;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  }
  
  
.kopt {
  font-family: OpenSans;
  font-size: 15px;
  font-style: italic;
  text-align: justify;
}
.dat2 {
  font-family: PTSerif;
  font-size: 17px;
  text-align: justify;
}
.t {
  font-family: Montserrat;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  text-align: left;
}
.tf {
  font-family: Montserrat;
  color: #2E5C4F;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.ttf {
  font-family: Montserrat;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.bft {
  font-family: Montserrat;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.bf {
  font-family: PTSerif;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.y {
  font-family: OpenSans;
  color: #463835;
  font-size: 15px;
  font-weight: bold;
}
.y0 {
  font-family: PTSerif;
  color: #463835;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  text-decoration: none;
}
.y1 {
  font-size: 18px;
  font-weight: bold;
  color: #ff7840;
  font-family: PTSerif;
  text-decoration: none;
}
.y2 {
  font-family: PTSerif;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  text-decoration: none;
}

.tt {
  font-family: PTSerif;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
.hd {
  font-family: Мontserrat;
  font-size: 20px;
  color: #999999;
  text-decoration: none;
}
.r2 {
  font-size: 18px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
.r {
  font-size: 18px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}
.r1 {
  font-size: 15px;
  font-family: PTSerif;
  color: white;
  text-decoration: none;
}

.video {
    font-family: OpenSans;
    font-size: 13px;
    text-align: left;
}

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;
}
   .vline { 
    border-left: 3px solid #B22222; /* Параметры линии */ 
    margin-left: 20px; /* Отступ слева */
    padding-left: 20px; /* Расстояние от линии до текста */ 
   }