﻿*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  color: #000;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
}

a {
  color: #36588F;
}


/* Окно поиска 

form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.d1 {background: #fafafa;}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #99a2ad;
  border-radius: 5px;
  outline: none;
  background: #fafafa;
  color: #99a2ad;
  font-family: Oswald;
  font-size: 15px;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #99a2ad;
  border: 2px solid #99a2ad;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
 .d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fafafa;
}
*/


/* Верхний бар */
.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;
}

@font-face {
  font-family: "Oswald";
  src: url("OswaldRegular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("OswaldLight.woff");
  font-weight: 300;
}

@font-face {
  font-family: "PTSans";
  src: url("PTSansRegular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans";
  src: url("PTSansBold.woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome.woff");
  font-weight: normal;
  font-style: normal;
}


#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;
}

.containerv {
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.containernp {
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.containercont {
  padding: 10px; /* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #fafafa;
}


.containerpost {
  padding: 0px; /* Поля вокруг текста */
  text-align: left;
  width: 630px;
  margin: 0 auto;
  display: flex;
  background: #fff;
}

.containerb {
  padding: 0px;/* Поля вокруг текста */
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #608ABC;
  position: relative;
  z-index: 100;
}

.containerfpost {
  padding: 0px 10px 0px 10px;/* Поля вокруг текста */
  text-align: left;
  width: 960px;
  margin: 0 auto;
  display: flex;
  background: #608ABC;
  position: relative;
  z-index: 100;
}

.containerb {
  padding: 10px 10px 10px 10px;/* Поля вокруг текста */
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #608ABC;
  position: relative;
  z-index: 100;
}


.divider {
  background-color: #608ABC;
  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: #36588F; /* Цвет фона шапки */
  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; /* Цвет фона */
}
.linered {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #CB461D; /* Цвет фона */
}
.lineblue {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #8CB3D4; /* Цвет фона */
}
.lineyel {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 1.1em; /* Размер текста */
  text-align: center; /* Выравнивание по центру */
  padding: 0px; /* Отступы вокруг текста */
  background: #F1D432; /* Цвет фона */
}
.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: left; /* Выравнивание по центру */
  padding: 10px 0px 20px 0px; /* Отступы вокруг текста */
  background: #fafafa; /* Цвет фона шапки */
  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: 20px 0px 0px 0px;
  font-size: 0.8em; /* Размер текста */
  text-align: left; /* Выравнивание по левому краю */
  padding: 0px; /* Отступы вокруг текста */
  background: #fafafa; /* Цвет фона шапки */
  color: #000; /* Цвет текста */
}

.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: #608ABC; /* Цвет фона правой колонки */
  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: #36588F;
}


.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: #36588F;
  object-fit: contain;
}


a:hover {
  color: #666666;
  text-decoration: underline;
}



a.hd:link {
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: PTSerif black, PTSerif;
}
a.hd:visited {
  font-size: 11px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: PTSerif black, PTSerif;
}
a.hd:active {
  font-size: 11px;
  color: #ff7840;
  font-weight: bold;
  text-decoration: none;
  font-family: PTSerif black, PTSerif;
}
a.hd:hover {
  font-size: 11px;
  color: #ff7840;
  font-weight: bold;
  text-decoration: none;
  font-family: PTSerif black, PTSerif;
}

a.bft:link {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: Oswald;
}
a.bft:visited {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: Oswald;
}
a.bft:active {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: Oswald;
}
a.bft:hover {
  text-decoration: none;
  font-size: 13px;
  color: #9e9e9e;
  font-family: Oswald;
}

a.datres:link {
  text-decoration: none;
  font-size: 15px;
  color: #CB461D;
  font-family: Oswald;
}
a.datres:visited {
  text-decoration: none;
  font-size: 15px;
  color: #CB461D;
  font-family: Oswald;
}
a.datres:active {
  text-decoration: none;
  font-size: 15px;
  color: #CB461D;
  font-family: PTSans;
}
a.datres:hover {
  text-decoration: underline;
  font-size: 15px;
  color: #CB461D;
  font-family: Oswald;
}

a.dattres:link {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  font-family: PTSans;
}
a.dattres:visited {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  font-family: PTSans;
}
a.dattres:active {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  font-family: PTSans;
}
a.dattres:hover {
  text-decoration: underline;
  font-size: 12px;
  color: #CB461D;
  font-family: PTSans;
}

a.datnews:link {
  text-decoration: none;
  font-size: 12px;
  color: #CB461D;
  font-family: PTSans;
}
a.datnews:visited {
  text-decoration: none;
  font-size: 12px;
  color: #CB461D;
  font-family: PTSans;
}
a.datnews:active {
  text-decoration: none;
  font-size: 12px;
  color: #CB461D;
  font-family: PTSans;
}
a.datnews:hover {
  text-decoration: underline;
  font-size: 12px;
  color: #CB461D;
  font-family: PTSans;
}

a.tit:link {
  text-decoration: none;
  font-size: 38px;
  color: #000;
  font-family: Oswald;
}
a.tit:visited {
  text-decoration: none;
  font-size: 38px;
  color: #000;
  font-family: Oswald;
}
a.tit:active {
  text-decoration: none;
  font-size: 38px;
  color: #000;
  font-family: Oswald;
}
a.tit:hover {
  text-decoration: none;
  font-size: 38px;
  color: #36588F;
  font-family: Oswald;
}

a.mtit:link {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-family: Oswald;
}
a.mtit:visited {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-family: Oswald;
}
a.mtit:active {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-family: Oswald;
}
a.mtit:hover {
  text-decoration: underline;
  font-size: 11px;
  color: #36588F;
  font-family: Oswald;
}
a.tbar:hover {
  text-decoration: none;
  font-size: 12px;
  color: #ff7840;
  font-family: PTSerif;
}

a.dattit:link {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-family: Oswald;
}
a.dattit:visited {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-family: Oswald;
}
a.dattit:active {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-family: Oswald;
}
a.dattit:hover {
  text-decoration: none;
  font-size: 20px;
  color: #666666;
  font-family: Oswald;
}

a.vbar:link {
  text-decoration: none;
  font-size: 20px;
  color: white;
  font-family: Oswald;
  font-weight: normal;
}
a.vbar:visited {
  text-decoration: none;
  font-size: 20px;
  color: #white;
  font-family: Oswald;
  font-weight: normal;
}
a.vbar:active {
  text-decoration: none;
  font-size: 20px;
  color: #white;
  font-family: Oswald;
  font-weight: normal;
}
a.vbar:hover {
  text-decoration: none;
  font-size: 20px;
  color: #9e9e9e;
  font-family: Oswald;
  font-weight: normal;
}

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: #36588F;
  font-family: Montserrat;
}
a.ttf:hover {
  text-decoration: underline;
  font-size: 16px;
  color: #36588F;
  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: 20px;
  color: black;
  font-family: Oswald;
}
.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;
}
.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: Oswald;
  font-size: 16px;
  text-align: left;
}
.dat {
  font-family: OpenSans;
  font-size: 15px;
  text-align: left;
}
.tit {
  font-family: Oswald;
  font-weight: normal;
  font-size: 38px;
  text-align: left;
}
.mtit {
  font-family: Oswald;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}
.datf {
  font-family: Oswald;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}
.datres {
  font-family: Oswald;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  color: #CB461D;
}
.dattres {
  font-family: PTSans;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
.datntit {
  font-family: PTSans;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
.datfpost {
  font-family: Oswald;
  font-size: 13px;
  text-align: left;
}
.datnews {
  font-family: PTSans;
  font-size: 12px;
  text-align: left;
}
.datn {
  font-family: PTSans;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.dattit {
  font-family: Oswald;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}
.newstext {
  font-family: PTSans;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.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;
}
.ist {
  font-family: OpenSans;
  font-size: 15px;
  color: #463835;
  text-align: justify;
}
.t {
  font-family: Montserrat;
  color: #fff;
  font-size: 84px;
  font-weight: bold;
  text-align: left;
}
.tf {
  font-family: Montserrat;
  color: #36588F;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
.ttf {
  font-family: Montserrat;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.bft {
  font-family: Oswald;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.bf {
  font-family: Oswald;
  color: #fff;
  font-size: 20px;
  text-align: left;
}
.vbar {
  font-family: Oswald;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  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: PTSerif;
  font-size: 11px;
  color: white;
  font-weight: bold;
  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 { max-width: 100%; }

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: 1px solid #9e9e9e;
    height: 1000px; /* Параметры линии */ 
    margin-left: 0px; /* Отступ слева */
    padding-left: 0px; /* Расстояние от линии до текста */ 
   }
   
