@import url("https://fonts.googleapis.com/css?family=Alegreya:400,500,800&subset=cyrillic");
@import url("http://allfont.ru/allfont.css?fonts=cyrillicold");
/* Media Queries*/
body, html {
  font-family: 'Alegreya', serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  background-color: #ffefd5; }

h1, h2 {
  font-family: CyrillicOld, Alegreya, serif; }
  h1:first-letter, h2:first-letter {
    color: #d00; }

h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 20px;
  padding: 10px;
  font-size: 1.4rem; }
  h2:after {
    margin: 10px auto 5px;
    display: block;
    content: '';
    height: 3px;
    width: 100px;
    background-color: #aaa; }
  h2.text-left {
    padding-left: 0; }
    h2.text-left:after {
      margin-left: 0;
      margin-right: auto; }
  h2.text-right {
    padding-right: 0; }
    h2.text-right:after {
      margin-left: auto;
      margin-right: 0; }

.text-red {
  color: #d00 !important; }

.btn {
  padding: 4px 10px;
  border-radius: 10px; }
  .btn.gold {
    background-color: #fdbf51; }
    .btn.gold:hover {
      background-color: #fcac1f;
      -webkit-transition: ease .4s;
      transition: ease .4s; }

.gold-border {
  position: relative; }
  .gold-border .o-lt, .gold-border .o-rt, .gold-border .o-lb, .gold-border .o-rb {
    width: 40px;
    height: 40px;
    z-index: 2; }
  .gold-border .o-lt {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/1.png) no-repeat; }
  .gold-border .o-rt {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/img/3.png) no-repeat; }
  .gold-border .o-lb {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/img/7.png) no-repeat; }
  .gold-border .o-rb {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/img/5.png) no-repeat; }
  .gold-border .o-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: url(/img/2.png); }
  .gold-border .o-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: url(/img/6.png); }
  .gold-border .o-lft {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background: url(/img/8.png); }
  .gold-border .o-rgt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    background: url(/img/4.png); }

section.page .title-block h1:first-letter {
  text-transform: uppercase; }
section.page .content .inner {
  padding-top: 17px; }
  section.page .content .inner.table-responsive:not(:empty) {
    min-height: 440px; }
  section.page .content .inner *:not(ymaps) * {
    color: black !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    background-color: transparent !important;
    font-family: 'Alegreya', serif !important;
    font-variant: none !important;
    text-align: justify;
    margin: 0 0 10px !important;
    text-indent: unset !important;
    max-width: 100%; }
  section.page .content .inner p:first-letter {
    color: #d00 !important; }
  section.page .content .inner i {
    color: #d00 !important; }
  section.page .content .inner br {
    margin: 0 0 10px !important;
    display: block;
    content: ''; }
  section.page .content .inner table {
    width: 100%; }
    section.page .content .inner table td {
      text-align: left; }
  section.page .content .inner img {
    height: auto !important;
    display: inline-block !important;
    margin: 5px 20px 20px !important; }
  section.page .content .inner strong {
    font-weight: 500 !important; }
section.page .content .back-link {
  color: #9e7142;
  font-size: 1.5rem;
  font-variant: small-caps;
  display: block;
  padding: 15px 0; }
  section.page .content .back-link .fa {
    font-size: 1rem;
    margin-right: 10px; }
  section.page .content .back-link > * {
    display: inline-block;
    vertical-align: middle; }
section.page .content .page-children {
  margin-top: 30px;
  color: black; }
  section.page .content .page-children .title {
    color: #d00;
    font-size: 1.3rem;
    font-weight: 500; }
    section.page .content .page-children .title:after {
      display: block;
      content: '';
      margin: 2px 0;
      border-bottom: 2px solid #d00;
      -webkit-transition: ease .5s;
      transition: ease .5s;
      height: 1px;
      width: 30px;
      opacity: 0; }
  section.page .content .page-children p {
    color: black; }
    section.page .content .page-children p:first-letter {
      color: #d00 !important; }
  section.page .content .page-children .page-children-item:hover .title:after {
    -webkit-transition: ease .3s;
    transition: ease .3s;
    width: 100px;
    opacity: 1; }
section.page .content .page-photoalbum .page-photoalbum-item {
  margin-bottom: 25px; }
  section.page .content .page-photoalbum .page-photoalbum-item img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 15px;
            box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 15px; }
section.page .content .book-children {
  color: black; }
  section.page .content .book-children .title {
    color: #d00;
    font-size: 1rem;
    font-weight: 500; }
    section.page .content .book-children .title:after {
      display: block;
      content: '';
      margin: 2px 0;
      border-bottom: 2px solid #d00;
      -webkit-transition: ease .5s;
      transition: ease .5s;
      height: 1px;
      width: 30px;
      opacity: 0; }
  section.page .content .book-children .book-children-item:hover .title:after {
    -webkit-transition: ease .3s;
    transition: ease .3s;
    width: 100px;
    opacity: 1; }
section.page a {
  color: #d00 !important;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  text-decoration: none !important; }
section.page.news-list .page-children .page-children-item a > .date, section.page.news-list .page-children .page-children-item a > .about {
  display: inline-block;
  vertical-align: top; }
section.page.news-list .page-children .page-children-item .date {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 15px;
  opacity: .9;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  white-space: nowrap;
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px; }
section.page.news-list .page-children .page-children-item .about {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%; }
section.page.news-list .page-children .page-children-item .title {
  font-size: 1.1rem;
  line-height: 1.5; }
section.page.news-list .page-children .page-children-item .annotation {
  font-size: .9rem; }
section.page.news-list .page-children .page-children-item:hover .date {
  opacity: 1; }
section.page.partner-list .page-children .page-children-item {
  margin-bottom: 20px; }
  section.page.partner-list .page-children .page-children-item .img {
    -webkit-box-flex: 160px;
        -ms-flex: 160px;
            flex: 160px;
    padding-right: 30px; }
  section.page.partner-list .page-children .page-children-item .about {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }

aside.page-list a {
  color: black; }
  aside.page-list a:hover {
    text-decoration: none; }
aside.page-list h2.text-left {
  padding-left: 10px !important; }
aside.page-list .page-list-item {
  color: #000;
  font-size: 1rem;
  padding: 6px 9px;
  -webkit-transition: ease background-color .2s;
  transition: ease background-color .2s; }
  aside.page-list .page-list-item a {
    display: block; }
  aside.page-list .page-list-item .date {
    font-size: .9rem;
    color: #333; }
  aside.page-list .page-list-item:hover {
    background-color: rgba(176, 126, 74, 0.1); }
aside.page-list .more-link {
  padding: 6px 9px; }
  aside.page-list .more-link a {
    font-size: 1rem;
    font-weight: bold; }

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .page-item.disabled {
    display: none; }
  .pagination .page-item.active .page-link {
    background-color: #d00 !important;
    color: white !important;
    border-color: #d00 !important; }
  .pagination .page-item .page-link:hover {
    color: #d00; }

section {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px; }

section.page {
  padding-top: 0;
  margin-top: 56px; }
  section.page .title-block {
    padding: 40px 0;
    background-color: #ffe5bc; }

body.index-page section.page {
  margin-top: 0; }

nav.bg-light {
  background-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: ease .7s;
  transition: ease .7s; }
nav.hide-back {
  background-color: rgba(255, 255, 255, 0.7) !important; }
nav .navbar-brand-mobile {
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  opacity: 0;
  -webkit-transition: ease .4s;
  transition: ease .4s; }
  nav .navbar-brand-mobile img {
    width: auto;
    height: 47px; }
  @media (min-width: 500px) {
    nav .navbar-brand-mobile {
      display: none; } }
nav .navbar-brand {
  position: relative; }
  nav .navbar-brand img {
    -webkit-transition: ease .4s;
    transition: ease .4s;
    height: 140px;
    width: auto;
    -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.9) 0 0 40px) drop-shadow(rgba(255, 255, 255, 0.5) 5px 5px 10px);
            filter: drop-shadow(rgba(255, 255, 255, 0.9) 0 0 40px) drop-shadow(rgba(255, 255, 255, 0.5) 5px 5px 10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    nav .navbar-brand img:hover {
      -webkit-transition: ease .8s;
      transition: ease .8s;
      -webkit-filter: drop-shadow(white 0 0 25px) drop-shadow(rgba(255, 255, 255, 0.9) 5px 5px 15px);
              filter: drop-shadow(white 0 0 25px) drop-shadow(rgba(255, 255, 255, 0.9) 5px 5px 15px); }
    @media (max-width: 991px) {
      nav .navbar-brand img {
        display: none; } }
nav .nav-link {
  color: black !important; }
  nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px; }
  @media (max-width: 991px) {
    nav .nav-link {
      padding-left: 8px !important; } }
nav .btn.gold {
  margin-left: 10px; }
  @media (max-width: 991px) {
    nav .btn.gold {
      display: block;
      margin: 20px auto; } }
nav.scroll-visible {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px;
  background-color: white !important; }
  nav.scroll-visible .navbar-brand-mobile {
    top: 5px;
    opacity: 1; }
  nav.scroll-visible .navbar-brand img {
    height: 47px;
    top: -18px; }
  nav.scroll-visible .nav-link {
    color: black !important;
    text-shadow: none; }
nav #navbarNavDropdown {
  z-index: 2; }
@media (max-width: 499px) {
  nav .mobile-title {
    display: none; } }
@media (min-width: 992px) {
  nav .mobile-title {
    display: none; } }
nav .mobile-logo {
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: auto;
  -webkit-filter: drop-shadow(rgba(255, 255, 255, 0.5) 0 0 15px);
          filter: drop-shadow(rgba(255, 255, 255, 0.5) 0 0 15px);
  position: fixed;
  top: 40%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transition: ease .7s;
  transition: ease .7s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    nav .mobile-logo {
      display: none; } }
  nav .mobile-logo.scroll-visible {
    opacity: 0;
    left: -100%; }
@media (min-width: 992px) and (max-width: 1199px) {
  nav .hmd {
    display: none; } }
nav a.btn.gold {
  color: black; }

body:not(.index-page) .mobile-logo {
  display: none !important; }
body:not(.index-page) .navbar-brand img {
  top: -18px;
  height: 47px; }

#homeSlider img {
  -o-object-fit: cover;
     object-fit: cover;
  /* Do not scale the image */
  -o-object-position: center;
     object-position: center;
  /* Center the image within the element */
  height: 700px;
  width: 100%; }
  @media (max-height: 800px) {
    #homeSlider img {
      height: 600px; } }
  @media (max-height: 600px) {
    #homeSlider img {
      height: 500px; } }
  @media (max-width: 767px) {
    #homeSlider img {
      height: 500px; } }
  @media (max-width: 561px) {
    #homeSlider img {
      height: 400px; } }

section.about .inner {
  font-size: 1.25rem; }
  section.about .inner img {
    margin: 0 auto 30px;
    display: block;
    float: none !important;
    height: 360px;
    width: auto; }
  @media (min-width: 768px) {
    section.about .inner img {
      float: left !important;
      margin: 0 30px 30px 0; } }
  @media (max-width: 991px) {
    section.about .inner {
      text-align: justify; } }
  @media (min-width: 1200px) {
    section.about .inner {
      font-size: 1.35rem; }
      section.about .inner img {
        height: 380px; } }

section.quotes {
  background-color: #f9f1e6;
  position: relative; }
  section.quotes:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/quote-1.png) no-repeat;
    left: 5px;
    top: 25px; }
  section.quotes:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/quote-2.png) no-repeat;
    right: 5px;
    bottom: 25px; }
  section.quotes blockquote {
    font-size: 1.7rem;
    text-align: center;
    margin: 30px auto;
    max-width: 900px;
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
    section.quotes blockquote small {
      display: block;
      font-size: 80%;
      color: #555; }
    @media (min-width: 992px) {
      section.quotes blockquote {
        font-size: 2rem; } }
  section.quotes .carousel-control-next, section.quotes .carousel-control-prev {
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: ease .3s;
    transition: ease .3s; }
    section.quotes .carousel-control-next:hover, section.quotes .carousel-control-prev:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  section.quotes .carousel-indicators {
    bottom: -5px; }
    section.quotes .carousel-indicators li {
      background-color: rgba(0, 0, 0, 0.3); }
      section.quotes .carousel-indicators li.active {
        background-color: #fdbf51; }

section.news .items .img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover; }
section.news .items h5 {
  margin-top: 10px;
  font-size: 1.1rem;
  cursor: pointer; }
@media (max-width: 575px) {
  section.news .items > * {
    width: 90%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px; } }
section.news .calendar {
  text-align: center; }

section.gallery a {
  text-decoration: none !important; }
section.gallery .item {
  margin-bottom: 30px; }
  section.gallery .item .title {
    text-align: center;
    padding: 1rem .5rem;
    background-color: #ffc55f;
    color: black;
    font-size: 1.3rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.gallery .item .title {
        font-size: 1rem;
        padding-top: 8px;
        padding-bottom: 8px;
        height: 64px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.gallery .item .title {
        height: 94px; } }
    section.gallery .item .title:hover {
      background-color: #ffb32c; }
  section.gallery .item.no-mb {
    margin-bottom: 0; }

section.order-s {
  position: relative; }
  section.order-s .btn {
    border-radius: 18px;
    font-size: 1.4rem;
    font-weight: 500;
    background-color: #ffc55f;
    color: black;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 7px;
            box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 7px; }
    section.order-s .btn:hover {
      background-color: #ffb32c; }

footer {
  padding: 30px 0;
  background-color: #53504c;
  color: #CCC0C0; }
  footer a {
    padding: 3px 0;
    display: block;
    color: #CCC0C0; }
    footer a:hover {
      color: white; }
  footer .socials {
    padding: 0 0 5px; }
    footer .socials a {
      display: inline-block;
      margin-right: 5px; }
      footer .socials a:last-child {
        margin-right: 0; }
      footer .socials a img {
        height: 32px; }

@media (min-width: 468px) {
  footer .socials {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 20000; }
    footer .socials {
      width: 45px; }
      footer .socials > * {
        width: 45px;
        text-align: center;
        margin: 0 !important; } }
@media (max-width: 467px) {
  footer .socials {
    text-align: center !important;
    margin: 5px 0 15px; } }

/*# sourceMappingURL=theme.css.map */