body, html {
height: 100%;
margin: 0;
font-family: helvetica;
font-weight: 100;
background-color: #253145;
}
ul {   /* Стили шрифтов */
list-style-type: none;
margin: 0;
padding: 0;
}
a {
color: #b63b4d;
text-decoration: none;
}
h1 {
color: #FFF;
font-size: 24px;
font-weight: 400;
text-align: center;
margin-top: 80px;
}
h2 {
color: #921210;
}
h1 a {
color: #c12c42;
font-size: 16px;
 } 
a {
color: #fff;
}   /* Конец стилей шрифтов */
.logo {
width: 150px;
align: center;
margin-left: 50px;
margin-top: 50px;
}
.menu{   /* Начала кода меню */
width: 250px;
float: left;
background: #921210;
}
.menutop{
margin-top: 100px;
color: #fff;
}
.menutop li{
cursor: pointer;
display: block;
padding: 22px 15px 22px 42px;
font-size: 16px;
font-weight: 500;
background: #921210;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.menutop li:hover{
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
background: #720909;
}
.accordion {
width: 100%;
max-width: 250px;
background: #FFF;
}
.accordion .link {
cursor: pointer;
display: block;
padding: 15px 15px 15px 42px;
color: #4D4D4D;
font-size: 16px;
font-weight: 500;
position: relative;
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.accordion li i {
position: absolute;
top: 33px;
left: 12px;
font-size: 18px;
color: #000000;
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.accordion li i.fa-chevron-down {
right: 12px;
left: auto;
font-size: 16px;
}
.accordion li.open .link {
color: #b63b4d;
}
.accordion li.open i {
color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.submenu {
display: none;
background: #444359;
font-size: 14px;
}
.submenu a {
display: block;
text-decoration: none;
color: #d9d9d9;
padding: 12px;
padding-left: 42px;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
 }
.submenu a:hover {
background: #34334D;
color: #FFF;
}    /* конец кода меню */
.conteiner{
background: #921210;
height: auto;
padding-left: 250px;
}

.content{   /* Начало кода контейнера */
background: #eef0f6;
}
.text {
padding: 40px;
}
.text a{
color: #253145;
text-decoration: underline;
}
.contentimg {
border: solid 1px;
border-color: #921210;
max-width: 700px;
max-height: 700px;
}
#iframe{    /* Вставка документов */

}
.slider{   /* Начало кода слайдера */
width: 100%;
height: 525px;
background: #7EFFC5;
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; height: 525px; float: left; }
div#slider figure { 
position: relative;
width: 500%;
margin: 0;
left: 0;
text-align: left;
font-size: 0;
}
/* Начало кода галереи */
.galleryItem {
  width: 150px;
  height: 150px;
  margin: 10px;
  border: solid 0px #fff;
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
.galleryItem img {
  width: 150px;
  height: 150px; }
.caption {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  z-index: 2; }
.caption::after {
  content: attr(data-description);
  width: 150px;
  height: 0;
  position: absolute;
  bottom: -0;
  left: 0;
  color: #fff;
  background-color: rgba(34,34,34,0.5);
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.caption:hover::after {
  opacity: 1;
  bottom: 0;
  height: 65px; }
/* lightbox */
.lightbox {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  top: 100px;
  left: 0;
height: 100%;
overflow: auto;
}
.lightbox a { 
  color: #fff;
  text-decoration: none; 
}
.lightbox img {
  max-height: 52%;
  max-width: 52%;
}
.horizontal img {
  max-height: 90%;
  max-width: 90%;
}
.lightbox:target {
  display: table;
}
.lightbox .image {
  display: table-cell;
  vertical-align: middle; }
.lightbox .image img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
.next, .prev, .close { display: block; position: fixed; }
.close { width: 5000px; height: 5000px; overflow: hidden; top: 0; left: 0; z-index: 5; cursor: default; }
.next, .prev { width: 100px; height: 25px; top: 50%; z-index: 10; opacity: 0.7; font-size: 2em; line-height: 25px; text-shadow: 0px 0px 15px rgba(0, 0, 0, 1); }
.prev { left: 10px; text-align: left; }

.lightbox2 {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  top: 100px;
  left: 0;
height: 100%;
overflow: auto;
}
.lightbox2 a { 
  color: #fff;
  text-decoration: none; 
}
.lightbox2 img {
  max-height: 90%;
  max-width: 90%;
}
.lightbox2:target {
  display: table;
}
.lightbox2 .image {
  display: table-cell;
  vertical-align: middle; }
.lightbox2 .image img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
.next, .prev, .close { display: block; position: fixed; }
.close { width: 5000px; height: 5000px; overflow: hidden; top: 0; left: 0; z-index: 5; cursor: default; }
.next, .prev { width: 100px; height: 25px; top: 50%; z-index: 10; opacity: 0.7; font-size: 2em; line-height: 25px; text-shadow: 0px 0px 15px rgba(0, 0, 0, 1); }
.prev { left: 10px; text-align: left; }
/* Конец кода меню */
.bot{   /* Начало кода футера */
width: 100%;
height: 180px;
background: #253145;
color: #fff;
}
.bottom{
padding: 30px 0px 0px 290px;
}