/* ------------------------ Шрифты ------------------------ */
@font-face {
  font-family: 'Philosopher';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Philosopher Italic'), local('Philosopher-Italic'), url(https://fonts.gstatic.com/s/philosopher/v14/vEFX2_5QCwIS4_Dhez5jcWBrf0s80g.ttf) format('truetype');
}
@font-face {
  font-family: 'Philosopher';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Philosopher Bold Italic'), local('Philosopher-BoldItalic'), url(https://fonts.gstatic.com/s/philosopher/v14/vEFK2_5QCwIS4_Dhez5jcWBrd_QZwtG_Xw.ttf) format('truetype');
}
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Philosopher Regular'), local('Philosopher-Regular'), url(https://fonts.gstatic.com/s/philosopher/v14/vEFV2_5QCwIS4_Dhez5jcWBqT0g.ttf) format('truetype');
}
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Philosopher Bold'), local('Philosopher-Bold'), url(https://fonts.gstatic.com/s/philosopher/v14/vEFI2_5QCwIS4_Dhez5jcWjValgf8tI.ttf) format('truetype');
}
/* ------------------------ Основные стили ------------------------ */
* {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: 'Philosopher', sans-serif;
}
body {
  color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* ------------------------ Разметка ------------------------ */
.layout-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-page .layout-page-right {
  width: calc(100% - 360px);
  margin-left: 360px;
  padding: 50px;
}
.layout-02 {
  width: 156px;
}
.layout-03 {
  width: 252px;
}
.layout-04 {
  width: 348px;
}
.layout-05 {
  width: 444px;
}
.layout-06 {
  width: 540px;
}
.layout-08 {
  width: 732px;
}
.layout-09 {
  width: 828px;
}
.layout-10 {
  width: 924px;
}
/* ------------------------ Цвета ------------------------ */
/* ------------------------ Ссылки ------------------------ */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* ------------------------ Хлебные крошки ------------------------ */
.breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}
.breadcrumbs .current-item {
  display: none;
}
/* ------------------------ Заголовки ------------------------ */
h1 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: bold;
}
h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 36px;
}
h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
/* ------------------------ P ------------------------ */
p:last-child {
  margin-bottom: 0px !important;
}
/* ------------------------ fancybox ------------------------ */
.fancybox-container {
  z-index: 999999 !important;
}
.fancybox-caption {
  font-size: 20px !important;
}
/* ------------------------ Копирайт ------------------------ */
.copyright {
  margin-top: 60px;
}
.mobile {
  display: none !important;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1140px) {
  .m-hidden {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
}
@media all and (max-width: 1140px) {
  /* ------------------------ Разметка ------------------------ */
  .layout-page {
    min-height: 100vh;
    display: block;
  }
  .layout-page .layout-page-right {
    width: 100%;
    margin-left: 0px;
    padding: 20px 4%;
  }
  .layout-02 {
    width: 100%;
  }
  .layout-03 {
    width: 100%;
  }
  .layout-04 {
    width: 100%;
  }
  .layout-05 {
    width: 100%;
  }
  .layout-06 {
    width: 100%;
  }
  .layout-08 {
    width: 100%;
  }
  .layout-09 {
    width: 100%;
  }
  .layout-10 {
    width: 100%;
  }
  /* ------------------------ Хлебные крошки ------------------------ */
  .breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
  }
  .breadcrumbs .current-item {
    display: none;
  }
  /* ------------------------ Заголовки ------------------------ */
  h1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 38px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
  }
  h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
  }
  .fancybox-caption {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.layout-page-left {
  width: 360px;
  height: 100vh;
  padding: 40px 30px;
  background: url(images/layout-page-left-bg.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.layout-page-left a {
  color: #fff;
}
.layout-page-left header nav ul li {
  margin-bottom: 14px;
  font-size: 26px;
  list-style: none;
  font-style: italic;
}
.layout-page-left header nav ul li.current_page_item,
.layout-page-left header nav ul li.current-page-ancestor {
  font-weight: bold;
  text-shadow: 15px 0px 25px rgba(0, 0, 0, 0.5);
}
.layout-page-left header .lang {
  margin-top: 20px;
  text-align: center;
}
.layout-page-left header .lang ul li {
  margin-right: 10px;
  display: inline-block;
  list-style: none;
}
.layout-page-left header .lang ul li:last-child {
  margin-right: 0px;
}
.layout-page-left header .lang ul li a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #fffa9c;
}
.layout-page-left footer .enter {
  margin-top: 10px;
  font-size: 18px;
}
.layout-page-left footer .yr {
  margin-top: 10px;
  font-size: 14px;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1140px) {
  .layout-page-left {
    display: none;
  }
}
body.home #shiftnav-toggle-main {
  display: none;
}
.shiftnav-inner {
  background: url(images/layout-page-left-bg.jpg) no-repeat center !important;
  background-size: cover !important;
}
.shiftnav-inner nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shiftnav-inner nav li.current_page_item,
.shiftnav-inner nav li.current-page-ancestor {
  font-weight: bold;
  text-shadow: 15px 0px 25px rgba(0, 0, 0, 0.5);
  background: #fffa9c;
}
.shiftnav-inner nav li a {
  font-size: 22px;
  line-height: 26px !important;
  color: #fff;
}
.shiftnav-inner nav li.lang-item a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #fffa9c;
}
/* ------------------------ Заголовок страницы ------------------------ */
.page-title {
  width: 100%;
  max-width: 828px;
}
.photoalbum {
  width: 100%;
  max-width: 828px;
  margin-bottom: 60px;
  position: relative;
}
.photoalbum .collage {
  text-align: right;
}
.photoalbum .cover {
  width: 90%;
  height: 390px;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #bb9d62;
  position: absolute;
  top: 50px;
  left: 0px;
  background: #fff;
}
.photoalbum .cover .photo {
  width: 270px;
  display: inline-block;
}
.photoalbum .cover .photo img {
  max-width: 100%;
}
.photoalbum .cover .text {
  width: calc(100% - 300px - 36px);
  height: 100%;
  margin-left: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photoalbum .cover .text .name .last-name {
  font-size: 48px;
  font-style: italic;
}
.photoalbum .cover .text .name .first-name {
  font-size: 48px;
  font-style: italic;
}
.photoalbum .cover .text .btn a {
  display: none;
}
.photoalbum .cover .text .btn a:nth-child(1) {
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  background: #bb9d62;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
}
.photoalbum .cover .text .btn a:nth-child(1):hover {
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
}
/* ------------------------ Статья ------------------------ */
.article {
  width: 100%;
  max-width: 828px;
}
article {
  margin-bottom: 100px;
}
article p {
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px;
}
article p a {
  color: #bb9d62;
  border-bottom: 1px solid rgba(187, 157, 98, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
article p a:hover {
  border-bottom: 1px solid #bb9d62;
}
/* ------------------------ Галерея работ ------------------------ */
.gallery {
  margin: 0px auto;
  font-size: 0px;
}
.gallery a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.gallery a img {
  max-width: 300px;
  max-height: 300px;
}
.gallery a .blackout {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gallery a:hover .blackout {
  background: rgba(0, 0, 0, 0.5);
}
.gallery a .zoom {
  width: 48px;
  height: 48px;
  background: url(images/icon-zoom.svg);
  opacity: 0;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}
.gallery a:hover .zoom {
  opacity: 1;
}
/* ------------------------ Видео ------------------------ */
.video {
  width: 100%;
  max-width: 828px;
  margin-bottom: 50px;
}
.video .item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ------------------------ Подкатегории ------------------------ */
.subcats {
  width: 100%;
}
.subcats .list {
  font-size: 0px;
}
.subcats .list .item {
  margin-right: 36px;
  margin-bottom: 50px;
  display: inline-block;
}
.subcats .list .item .cover img {
  max-width: 100%;
}
.subcats .list .item .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* ------------------------ Публикации ------------------------ */
.publications .list .item {
  margin-right: 36px;
  margin-bottom: 36px;
  display: inline-block;
  padding: 20px;
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.publications .list .item:hover {
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
}
.publications .list .item .cover {
  width: 210px;
}
.publications .list .item .cover img {
  max-width: 100%;
}
.publications .list .item .title {
  width: 210px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.publications .list .item:hover a {
  color: #bb9d62;
}
.publications .list .item .file-format {
  margin-top: 2px;
  font-size: 15px;
  text-align: center;
  color: #999;
}
/* ------------------------ Воспоминания ------------------------ */
.memory .list .item {
  max-width: 828px;
  margin-bottom: 50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.memory .list .item article {
  margin-bottom: 0px;
}
.memory .list .item article img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
.contacts article {
  margin-bottom: 50px;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1140px) {
  .photoalbum {
    margin-bottom: 60px;
    position: relative;
  }
  .photoalbum .collage {
    display: none;
  }
  .photoalbum .cover {
    width: 100%;
    height: inherit;
    padding: inherit;
    border: none;
    position: inherit;
    text-align: center;
    top: 0px;
  }
  .photoalbum .cover .photo {
    width: 240px;
    margin: 0px auto;
    display: block;
  }
  .photoalbum .cover .photo img {
    max-width: 100%;
  }
  .photoalbum .cover .text {
    width: 100%;
    margin-left: 0px;
    display: block;
  }
  .photoalbum .cover .text .last-name {
    font-size: 40px;
  }
  .photoalbum .cover .text .first-name {
    font-size: 36px;
  }
  .photoalbum .cover .text .btn {
    margin-top: 20px;
  }
  .photoalbum .cover .text .btn a {
    display: none;
  }
  .photoalbum .cover .text .btn a:nth-child(1) {
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    background: #bb9d62;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
  }
  .photoalbum .cover .text .btn a:nth-child(1):hover {
    -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
  }
  /* ------------------------ Статья ------------------------ */
  .article {
    width: 100%;
    max-width: 828px;
  }
  article {
    margin-bottom: 100px;
  }
  article p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  /* ------------------------ Галерея работ ------------------------ */
  .gallery {
    margin: 0px auto;
    font-size: 0px;
  }
  .gallery a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .gallery a img {
    max-width: 120px;
    max-height: 120px;
  }
  .gallery a .blackout {
    display: none;
  }
  .gallery a .zoom {
    display: none;
  }
  /* ------------------------ Видео ------------------------ */
  .video {
    width: 100%;
    max-width: 828px;
    margin-bottom: 50px;
  }
  .video iframe {
    max-width: 100%;
    max-height: auto;
  }
  /* ------------------------ Подкатегории ------------------------ */
  .subcats {
    width: 100%;
  }
  .subcats .list {
    font-size: 0px;
  }
  .subcats .list .item {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subcats .list .item:nth-child(odd) {
    margin-right: 4%;
  }
  .subcats .list .item .cover img {
    max-width: 100%;
  }
  .subcats .list .item .title {
    margin-top: 10px;
    font-size: 17px;
  }
  /* ------------------------ Публикации ------------------------ */
  .publications .list .item {
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .publications .list .item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .publications .list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .publications .list .item .cover {
    width: 80px;
    display: inline-block;
  }
  .publications .list .item .cover img {
    max-width: 100%;
  }
  .publications .list .item .title {
    width: calc(100% - 80px - 20px);
    margin-top: 0px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: inherit;
    display: inline-block;
  }
  /* ------------------------ Воспоминания ------------------------ */
  .memory .list .item {
    max-width: 828px;
    margin-bottom: 30px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
  }
  .memory .list .item article {
    margin-bottom: 0px;
  }
  /* ------------------------ Контакты ------------------------ */
  .contacts article {
    margin-bottom: 50px;
  }
}
.page-home {
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(images/main-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-home .page-content {
  text-align: center;
}
.page-home .page-content .lang {
  margin-bottom: 30px;
  text-align: right;
}
.page-home .page-content .lang ul li {
  margin-right: 10px;
  display: inline-block;
  list-style: none;
}
.page-home .page-content .lang ul li:last-child {
  margin-right: 0px;
}
.page-home .page-content .lang ul li a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #fffa9c;
}
.page-home .page-content h1 {
  margin-top: 0px;
  font-weight: normal;
  font-style: italic;
  line-height: 50px;
  color: #fffa9c;
}
.page-home .page-content h1 .first-name {
  font-size: 44px;
}
.page-home .page-content h1 .last-name {
  font-size: 110px;
}
.page-home .page-content .years {
  margin: 40px 0px;
  font-size: 20px;
  font-style: italic;
  color: #fffa9c;
}
.page-home .page-content .nav nav li {
  margin-bottom: 10px;
  font-size: 32px;
  list-style: none;
  font-style: italic;
}
.page-home .page-content .nav nav li a {
  color: #fffa9c;
}
.page-home .page-content .nav nav li a:hover {
  color: #bb9d62;
}
.page-home .page-content .nav nav li:first-child {
  display: none;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1140px) {
  .page-home {
    width: 100%;
    margin: 0px auto;
    padding: 20px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(images/layout-page-left-bg.jpg) no-repeat center;
    background-size: cover;
  }
  .page-home .page-content {
    text-align: center;
  }
  .page-home .page-content .mobile-coins img {
    max-width: 100%;
  }
  .page-home .page-content h1 {
    margin-top: 20px;
    line-height: 42px;
  }
  .page-home .page-content h1 .first-name {
    font-size: 40px;
  }
  .page-home .page-content h1 .last-name {
    font-size: 70px;
  }
  .page-home .page-content .years {
    margin: 30px 0px;
    font-size: 28px;
  }
  .page-home .page-content .nav nav li {
    font-size: 32px;
    list-style: none;
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .page-home .page-content .nav nav li:last-child {
    border-bottom: none;
  }
  .page-home .page-content .nav nav li a {
    color: #fff;
  }
  .page-home .page-content .nav nav li:first-child {
    display: none;
  }
}
form .row {
  margin-bottom: 20px;
  font-size: 0px;
}
form .row .name {
  width: 300px;
  display: inline-block;
}
form .row .email {
  width: 300px;
  margin-left: 20px;
  display: inline-block;
}
form .row .message {
  width: 620px;
}
form .row.descr {
  font-size: 16px;
  font-style: italic;
}
form .row input,
form .row textarea {
  width: 100%;
  font-size: 16px;
  font-family: 'Philosopher', sans-serif;
  padding: 10px;
  border: 1px solid #bb9d62;
  border-radius: 3px;
}
form .row textarea {
  height: 150px;
}
form .row .btn input {
  width: inherit;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  background: #bb9d62;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
}
form .row .btn input:hover {
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
}
.grecaptcha-badge {
  display: none;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1140px) {
  form .row {
    margin-bottom: 10px;
    font-size: 0px;
  }
  form .row .name {
    width: 100%;
    max-width: 360px;
    display: block;
  }
  form .row .email {
    width: 100%;
    max-width: 360px;
    margin-left: 0px;
    margin-top: 10px;
    display: block;
  }
  form .row .message {
    width: 100%;
    max-width: 360px;
  }
  form .row.descr {
    font-size: 14px;
    font-style: italic;
  }
  form .row input,
  form .row textarea {
    width: 100%;
    font-size: 16px;
    font-family: 'Philosopher', sans-serif;
    padding: 10px;
    border: 1px solid #bb9d62;
    border-radius: 3px;
  }
  form .row textarea {
    height: 150px;
  }
  form .row .btn input {
    width: inherit;
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    background: #bb9d62;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
  }
  form .row .btn input:hover {
    -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
  }
}
#accordion {
  position: relative;
}
.hidden-text {
  margin-top: 20px;
}
.more {
  font-size: 18px;
  padding: 10px 15px;
  background: #bb9d62;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.05);
}
.more:hover {
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.15);
}
.more-ru.ui-accordion-header-collapsed:after {
  content: "Подробнее";
  display: block;
}
.more-ru.ui-accordion-header-active::after {
  content: "Скрыть";
}
.more-en.ui-accordion-header-collapsed:after {
  content: "More";
  display: block;
}
.more-en.ui-accordion-header-active::after {
  content: "Hide";
}
