@charset "UTF-8";
/* переходы*/
/*************** ОБЩИЕ СТИЛИ ***********************/
@font-face {
  font-family: trebuchet;
  /* Гарнитура шрифта */
  src: url("../fonts/trebuchet.ttf");
  /* Путь к файлу со шрифтом */ }
@font-face {
  font-family: lobster;
  /* Гарнитура шрифта */
  src: url("../fonts/lobster.ttf");
  /* Путь к файлу со шрифтом */ }
body {
  background-image: url("../img/fon.jpg");
  font-family: trebuchet;
  line-height: 130%;
  font-size: 16px;
  color: #333; }

#wrapper {
  padding-top: 20px;
  padding-bottom: 40px; }
  #wrapper > .container {
    background: #fff;
    border: solid thin #8a8984;
    border-radius: 20px;
    padding: 40px 10px;
    box-shadow: 2px 2px 3px 1px #bdacac; }
    #wrapper > .container p {
      margin: 0; }
    #wrapper > .container .row {
      margin: 0; }

.pt30 {
  padding-top: 30px !important; }

.uk-panel-teaser figure {
  width: 100%; }
  .uk-panel-teaser figure img {
    width: 100%;
    height: auto; }

.hidden {
  display: none !important; }

/*************** ОБЩИЕ СТИЛИ ***********************/
/*************** ВЕРХУШКА ***********************/
#first-line {
  padding-bottom: 80px;
  background-image: url("../img/uzor.png");
  background-repeat: repeat-x;
  background-position: center bottom; }
  @media (max-width: 991px) {
    #first-line {
      display: none; } }

.custom_sitename a {
  font-size: 28px;
  text-align: center;
  color: #330000;
  font-family: lobster;
  line-height: 120%;
  display: block;
  font-weight: bold; }
  .custom_sitename a:hover {
    text-decoration: none; }

#header-icon-wrap > div {
  position: relative; }
  #header-icon-wrap > div a {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: -35px; }
    #header-icon-wrap > div a img {
      width: 140%;
      max-width: 185px; }

#tur3d-wrap .custom_tur3d {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%; }
  #tur3d-wrap .custom_tur3d a {
    margin-left: 30px;
    display: inline-block;
    color: #303030;
    border-radius: 10px;
    border: solid thin #dedede;
    background: #f8f8f8;
    box-shadow: 2px 2px 3px 1px #bdacac;
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px; }
    #tur3d-wrap .custom_tur3d a:hover {
      text-decoration: none; }

.custom_header_cont {
  font-weight: bold;
  font-style: italic;
  line-height: 140%;
  font-size: 18px;
  text-align: center;
  color: #808080; }
  .custom_header_cont a {
    color: #808080; }
    .custom_header_cont a:hover {
      text-decoration: none; }

/*************** ВЕРХУШКА ***********************/
/*************** МОБИЛЬНАЯ ВЕРХУШКА ***********************/
#first-line-m {
  position: relative; }
  @media (min-width: 992px) {
    #first-line-m {
      display: none; } }
  #first-line-m > div {
    display: flex;
    justify-content: space-between; }
  #first-line-m .mh-icon {
    width: 150px; }
    @media (max-width: 575px) {
      #first-line-m .mh-icon {
        display: none; } }
    #first-line-m .mh-icon > div {
      width: 100%; }
      #first-line-m .mh-icon > div p {
        width: 100%; }
        #first-line-m .mh-icon > div p a {
          display: block;
          width: 100%; }
          #first-line-m .mh-icon > div p a img {
            display: block;
            width: 100%; }
  #first-line-m .mh-menu {
    width: calc(100% - 150px);
    display: block; }
    @media (max-width: 575px) {
      #first-line-m .mh-menu {
        width: 100%; } }
    #first-line-m .mh-menu section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 70px 25px 0 25px;
      background-image: url("../img/uzor.png");
      background-repeat: repeat-x;
      background-position: center top; }
      @media (max-width: 575px) {
        #first-line-m .mh-menu section {
          padding: 60px 10px 0 10px; } }
      #first-line-m .mh-menu section > ul {
        width: 150px; }
      #first-line-m .mh-menu section a {
        color: #533232;
        font-family: lobster;
        font-size: 20px;
        display: block;
        text-align: center;
        background: #f8f8f8;
        border-radius: 8px;
        border: solid thin #dedede;
        padding: 5px;
        box-shadow: 2px 2px 3px 1px #bdacac; }
        #first-line-m .mh-menu section a:hover {
          text-decoration: none; }
      #first-line-m .mh-menu section #burger-menu #burger {
        height: 52px;
        color: #533232;
        font-family: lobster;
        font-size: 20px;
        display: block;
        text-align: center;
        background: #f8f8f8;
        border-radius: 8px;
        border: solid thin #dedede;
        padding: 5px 20px;
        box-shadow: 2px 2px 3px 1px #bdacac; }
        #first-line-m .mh-menu section #burger-menu #burger:hover {
          cursor: pointer; }
        #first-line-m .mh-menu section #burger-menu #burger span {
          display: block;
          padding-top: 5px;
          border-bottom: solid thin #000; }
      #first-line-m .mh-menu section #burger-menu #hidden-menu {
        position: absolute;
        z-index: 5;
        top: 230px;
        right: 0;
        width: 100%;
        background: #F8F8F8;
        padding: 10px 25px;
        box-shadow: 2px 2px 3px 1px #bdacac;
        border: solid thin #dedede;
        border-radius: 8px; }
        @media (min-width: 440px) {
          #first-line-m .mh-menu section #burger-menu #hidden-menu {
            top: 190px; } }
        @media (min-width: 576px) {
          #first-line-m .mh-menu section #burger-menu #hidden-menu {
            top: 230px; } }
        @media (min-width: 768px) {
          #first-line-m .mh-menu section #burger-menu #hidden-menu {
            top: 200px; } }
        #first-line-m .mh-menu section #burger-menu #hidden-menu li {
          display: block;
          width: 100%; }
        #first-line-m .mh-menu section #burger-menu #hidden-menu a {
          display: block;
          text-align: right;
          background: none;
          border: none;
          box-shadow: none; }

/*************** МОБИЛЬНАЯ ВЕРХУШКА ***********************/
/*************** ГЛАВНОЕ МЕНЮ ***********************/
@media (max-width: 991px) {
  #menu {
    display: none; } }
#menu > div {
  display: flex;
  justify-content: center;
  align-items: center; }
#menu ul {
  display: flex;
  justify-content: center;
  align-items: center; }
  #menu ul li {
    text-align: center; }
    #menu ul li a {
      color: #533232;
      font-family: lobster;
      font-size: 20px; }
      #menu ul li a:hover {
        text-decoration: none; }
#menu .menu_menu2 li {
  width: 33.33%; }

#menu1 > ul {
  width: 80%; }

/*************** ГЛАВНОЕ МЕНЮ ***********************/
/*************** КОНТЕНТ ***********************/
#content {
  padding-left: 30px;
  padding-right: 40px;
  background-image: url("../img/ramka.png");
  background-repeat: no-repeat;
  background-position: -12px -5px;
  background-size: 71% auto; }
  @media (max-width: 767px) {
    #content {
      background-size: 60% auto; } }
  @media (max-width: 575px) {
    #content {
      background-image: none; } }

.pull-left.item-image {
  padding-bottom: 20px;
  padding-right: 20px; }

#blog h1 {
  color: #666666;
  font-family: lobster;
  font-size: 16px;
  text-align: right; }
#blog h2 {
  font-size: 24px;
  color: #333333;
  font-family: lobster;
  padding-bottom: 10px; }
#blog p {
  font-size: 16px;
  color: #303030;
  padding-bottom: 15px; }
#blog .pull-left.item-image img {
  width: 160px;
  height: auto; }
#blog .readmore a {
  color: #666666 !important;
  font-weight: bold;
  font-style: italic;
  border-bottom: solid 2px #666666 !important;
  padding: 0px 3px;
  border-radius: 0; }
  #blog .readmore a:hover {
    text-decoration: none !important;
    border-bottom: solid 2px #fff; }
#blog .items-row, #blog .items-leading {
  border-bottom: solid thin #ccc;
  padding-top: 30px; }
#blog .item a {
  color: #330000;
  text-decoration: none; }
  #blog .item a:hover {
    text-decoration: underline; }

.pagination {
  padding-top: 30px; }
  .pagination .counter.pull-right {
    display: none; }
  .pagination ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0; }
    .pagination ul li {
      display: none; }
    .pagination ul .pagination-prev, .pagination ul .pagination-next, .pagination ul .pagination-prev a, .pagination ul .pagination-next a {
      display: block;
      font-size: 18px;
      color: #333333;
      font-family: lobster; }
    .pagination ul .pagination-prev a, .pagination ul .pagination-next a {
      text-decoration: underline; }
      .pagination ul .pagination-prev a:hover, .pagination ul .pagination-next a:hover {
        text-decoration: none; }

.full_item.item-page, .myarticle.item-page {
  padding-top: 25px; }
  .full_item.item-page .pull-left.item-image img, .myarticle.item-page .pull-left.item-image img {
    width: 200px;
    height: auto; }
  .full_item.item-page h1, .full_item.item-page h2, .full_item.item-page h3, .myarticle.item-page h1, .myarticle.item-page h2, .myarticle.item-page h3 {
    font-size: 24px;
    color: #333333;
    font-family: lobster;
    padding-bottom: 10px; }
  .full_item.item-page h2, .myarticle.item-page h2 {
    font-size: 22px; }
  .full_item.item-page h3, .myarticle.item-page h3 {
    font-size: 20px; }
  .full_item.item-page p, .myarticle.item-page p {
    margin-bottom: 10px !important; }
  .full_item.item-page a, .myarticle.item-page a {
    color: #330000;
    text-decoration: none; }
    .full_item.item-page a:hover, .myarticle.item-page a:hover {
      text-decoration: underline; }

.pager.pagenav {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  padding-top: 20px; }
  .pager.pagenav .previous a:before {
    content: "<<"; }
  .pager.pagenav .next a:after {
    content: ">>"; }
  .pager.pagenav .previous a, .pager.pagenav .next a {
    font-size: 18px;
    color: #333333;
    font-family: lobster; }

.article-info.muted {
  font-size: 12px;
  color: #666666; }
  .article-info.muted a {
    color: #666666;
    text-decoration: underline; }
    .article-info.muted a:hover {
      text-decoration: none; }
  .article-info.muted dd {
    display: inline-block; }

/*************** КОНТЕНТ ***********************/
/*************** ХЛЕБНЫЕ КРОШКИ ***********************/
#breadcrumbs {
  padding-top: 40px; }
  #breadcrumbs ul {
    background: none;
    list-style-type: none; }
    #breadcrumbs ul li {
      color: #666666;
      font-size: 16px;
      font-family: lobster;
      display: inline-block; }
      #breadcrumbs ul li a {
        color: #666666;
        text-decoration: underline;
        font-size: 16px;
        font-family: lobster; }

/*************** ХЛЕБНЫЕ КРОШКИ ***********************/
/*************** КОНТЕНТ ***********************/
#right-column .moduletable_right-item h3 {
  color: #330000;
  font-size: 20px;
  font-family: lobster;
  text-align: center;
  background: #f8f8f8;
  border-radius: 15px;
  border: solid thin #dedede;
  padding: 5px;
  box-shadow: 2px 2px 3px 1px #bdacac; }
#right-column .moduletable_right-item ul {
  padding: 0;
  list-style: none;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px; }
  #right-column .moduletable_right-item ul li {
    display: block;
    padding: 10px 15px 5px 15px;
    border-bottom: solid thin #cccccc; }
    #right-column .moduletable_right-item ul li a {
      display: block;
      color: #533232;
      font-size: 18px; }
      #right-column .moduletable_right-item ul li a:hover {
        text-decoration: none; }

/*************** КОНТЕНТ ***********************/
/*************** ВЕРХУШКА ***********************/
footer {
  background-image: url("../img/uzor.png");
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 70px;
  margin-top: 50px !important;
  font-size: 18px;
  color: #330000;
  text-align: center; }

/*************** ВЕРХУШКА ***********************/

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