body {
    font-family: 'Georgia';
    background: url(../img/bg/bg-body.jpg) 0 0 repeat;
    position: relative; 
    
}
body:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../img/details/before-body.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 900px;
  z-index: 5; }
  
  .content {
    position: relative;
    z-index: 200; }
  .field {
  display:none!important;
  }
  @font-face {
	font-family: Oranienbaum;
	font-style: normal;
	font-weight: 400;
	src: local("Oranienbaum"),url(../fonts/Oranienbaum-Regular.woff2) format("woff2");
	font-display: swap
}
  .lg-outer {
    background: #000;
    z-index: 9999; }
  
  .slick-slide {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 0 !important; }
  
  .slick-current {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.6) !important;
        -ms-transform: scale(1.6) !important;
            transform: scale(1.6) !important;
    opacity: 1 !important; }
  
  .slick-active {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1 !important; }
  .block-paginator {
      padding: 30px 0;
      text-align: center; }
  .block-paginator .paginator {
      list-style: none;
      padding: 0;
      overflow: hidden;
      display: inline-block; }
  .block-paginator .paginator li {
      float: left;
      padding: 5px; }
  .block-paginator .paginator li.active a:before {
      background: rgba(0, 0, 0, 0.5); }
  .block-paginator .paginator li a {
      display: inline-block;
      text-decoration: none;
      line-height: 35px;
      width: 35px;
      text-align: center;
      background: url(../img/bg/bg-menu.jpg) no-repeat;
      color: #e1c880;
      overflow: hidden;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: relative; }
  .block-paginator .paginator li a:hover:before {
      background: rgba(0, 0, 0, 0.3); }
  .block-paginator .paginator li a:before {
      content: '';
      position: absolute;
      border: 1px solid rgba(225, 200, 128, 0.56);
      line-height: 31px;
      width: 31px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      left: 2px;
      top: 2px;
      bottom: 2px;
      right: 2px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .block-listCategory {
      padding-bottom: 40px; }
  .block-listCategory .listCategoryMain {
      position: relative;
      padding: 0; }
  .block-listCategory .listCategoryMain li {
      overflow: hidden;
      display: block;
      position: relative;
      padding: 10px 0;
      padding-left: 15px;
      border-bottom: 1px solid #d1cbc1; }
  .block-listCategory .listCategoryMain li:before {
      content: '';
      position: absolute;
      display: inline-block;
      background: url(../img/details/details-menuLi.png) 0 0 no-repeat;
      width: 6px;
      height: 7px;
      left: 0px;
      top: 16px; }
  .block-listCategory .listCategoryMain li a {
      font-size: 16px;
      line-height: 21px;
      color: #351a1a;
      text-decoration: none;
      width: 90%;
      display: inline-block;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .block-listCategory .listCategoryMain li a:hover {
      color: #75001b;
      text-decoration: underline; }
  
  .intro {
  
    height: 230px;
    position: relative; }
    .intro:before {
      content: '';
      position: absolute;
      z-index: 666;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 39px;
      background: url(../img/details/details-section1.png) 0 0 repeat; }
  
  .main {
    padding: 20px 30px;
    }
  
  h1 {
    font-size: 28px;
    color: #75001b;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center; }
  
  h2 {
    font-size: 26px;
    color: #281414;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center; }
  
  h3 {
    font-size: 22px;
    color: #171616;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center; }
  
  h4 {
    font-size: 22px;
    color: #75001b;
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center; }
  
  h5 {
    font-size: 18px;
    color: #171616;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center; }
  
  h6 {
    font-size: 18px;
    color: #75001b;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center; }
  
  strong {
    font-weight: bold; }
  
  em {
    font-style: italic; }
  
  a {
    color: #9b8238;
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    a:hover {
      text-decoration: none;
      color: #e1c880; }
  
  ol {
    padding-bottom: 25px;
    padding-left: 20px;
    list-style: decimal; }
    ol li {
      font-size: 15px;
      color: #281414;
      line-height: 18px;
      padding: 5px 0; }
  
  ul {
    padding-bottom: 25px;
    padding-left: 20px;
    list-style: disc; }
    ul li {
      font-size: 15px;
      color: #343434;;
      line-height: 18px;
      padding: 5px 0; }
  
  p {
    font-size: 15px;
    color: #343434;
    line-height: 18px;
    padding-bottom: 15px; }
  
  .textCenter {
    text-align: center; }
  
  .heightFont {
    text-transform: uppercase;
    padding: 20px 0; }
  
  .sub-faq {
    padding-bottom: 15px; }
    .sub-faq a {
      font-size: 14px;
      color: #281414;
      text-decoration: underline;
      font-style: italic;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .sub-faq a:hover {
        color: #75001b;
        text-decoration: none; }
  
  .btn-faq {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .btn-faq:hover {
      opacity: 0.8; }
  
  .bg-siteBar {
    padding: 45px 20px 65px;
    background: url(../img/details/bg-listLeft.png) 0 0 no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative;
    margin-bottom: 25px; }
    .bg-siteBar:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(../img/details/after-bgList.png) 0 0 no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      height: 55px; }
    .bg-siteBar:after {
      content: '';
      position: absolute;
      background: url(../img/details/before-menuLeft.png) 0 0 no-repeat;
      width: 78px;
      height: 23px;
      left: 50%;
      margin-left: -39px;
      bottom: 30px; }
  
  .list-history {
    position: relative;
    padding: 0; }
    .list-history li {
      overflow: hidden;
      display: block;
      position: relative;
      padding: 10px 0;
      padding-left: 15px;
      border-bottom: 1px solid #d1cbc1; }
      .list-history li:before {
        content: '';
        position: absolute;
        display: inline-block;
        background: url(../img/details/details-menuLi.png) 0 0 no-repeat;
        width: 6px;
        height: 7px;
        left: 0px;
        top: 16px; }
      .list-history li .btn-accordion {
        position: absolute;
        right: 5px;
        top: 10px;
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../img/details/btn-accordion.png) -17px 0 no-repeat;
        cursor: pointer; }
        .list-history li .btn-accordion:hover {
          opacity: 0.7; }
        .list-history li .btn-accordion.collapsed {
          background: url(../img/details/btn-accordion.png) 0 0 no-repeat; }
      .list-history li a {
        font-size: 16px;
        line-height: 21px;
        color: #351a1a;
        text-decoration: none;
        width: 90%;
        display: inline-block;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .list-history li a:hover {
          color: #75001b;
          text-decoration: underline; }
      .list-history li .accordion-block {
        width: 100%;
        display: block;
        padding-left: 10px; }
        .list-history li .accordion-block li {
          width: 100%; }
          .list-history li .accordion-block li a {
            width: 100%;
            font-size: 15px;
            display: inline-block; }
  
  .blockNew {
    text-align: center; }
    .blockNew .data {
      font-size: 16px;
      color: #75001b;
      padding-bottom: 5px;
      font-weight: bold;
      font-style: italic; }
    .blockNew .title-new {
      font-size: 15px;
      text-transform: uppercase;
      color: #75001b;
      padding-bottom: 15px;
      font-weight: bold; }
    .blockNew .title {
      font-size: 14px;
      color: #281414;
      font-style: italic;
      padding-bottom: 20px; }
    .blockNew .img-wrapper {
      display: block;
      text-decoration: none;
      padding-bottom: 20px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .blockNew .img-wrapper img {
        display: inline-block;
        -webkit-border-radius: 7px;
                border-radius: 7px; }
    .blockNew a.img-wrapper:hover {
      opacity: 0.6; }
    .blockNew p {
      font-size: 15px;
      color: #281414;
      line-height: 20px;
      padding-bottom: 15px; }
    .blockNew .btn-more {
      margin-bottom: 15px; }
  
  .list-partner {
    overflow: hidden;
    padding: 0;
    list-style: none;
    text-align: center; }
    .list-partner li {
      padding: 3px;
      display: inline-block; }
      .list-partner li a {
        display: block;
        text-decoration: none;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .list-partner li a:hover {
          opacity: 0.7; }
  
  .btn-main {
    line-height: 34px;
    padding: 0 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: url(../img/bg/bg-btnMain.jpg) 0 0 repeat;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #e1c880;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px 0; }
    .btn-main:hover {
      color: #e1c880;
      text-decoration: none; }
      .btn-main:hover:before {
        background: rgba(0, 0, 0, 0.2); }
    .btn-main:before {
      content: '';
      position: absolute;
      border: 1px solid #e1c880;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      background: transparent;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      width: 98%;
      height: 90%;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px; }
  
  .btn-more {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #f3e1a2;
    padding: 8px 20px;
    background: #75001b;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .btn-more:hover {
      text-decoration: none;
      color: #f3e1a2;
      background: #8d0022; }
    .btn-more i {
      margin-left: 10px; }
  
  .textRitgh {
    text-align: right; }
  
  .left-siteBar {
    padding: 0;
    padding-right: 20px; }
  
  .ritgh-siteBar {
    padding: 0;
    padding-left: 20px; }
  
  .main-content {
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.33);
            box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.33);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0; }
  
  .bg-content {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 10px 0px rgba(0, 0, 0, 0.19);
            box-shadow: inset 1px 1px 10px 0px rgba(0, 0, 0, 0.19);
    padding: 20px 0;
      min-height: 700px;}
  
  .block-titleMain {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px; }
    .block-titleMain:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      background: #e8e2db;
      top: 21%;
      left: 0;
      right: 0;
      z-index: 44; }
    .block-titleMain:after {
      content: '';
      position: absolute;
      background: url(../img/details/details-title.png) 0 0 no-repeat;
      height: 47px;
      width: 141px;
      left: 50%;
      bottom: 34px;
      margin-left: -70px; }
    .block-titleMain .titleMain {
      position: relative;
      z-index: 55;
      font-size: 28px;
      color: #75001b;
      font-family: 'IzhitsaC';
      font-family: 'Oranienbaum';
      font-weight: 400;
      display: inline-block;
      padding: 8px 17px;
      background: #e8e2db;
      -webkit-border-radius: 8px;
              border-radius: 8px; }
  
  .breadCrumps {
    padding: 10px 0 40px; }
    .breadCrumps .box-breadCrumps {
      padding: 0;
      list-style: none;
      overflow: hidden; }
      .breadCrumps .box-breadCrumps li {
        float: left; }
        .breadCrumps .box-breadCrumps li i {
          display: inline-block;
          padding: 0 7px; }
        .breadCrumps .box-breadCrumps li a {
          font-size: 14px;
          color: #281414;
          text-decoration: underline; }
          .breadCrumps .box-breadCrumps li a:hover {
            text-decoration: none;
            color: #624242; }
        .breadCrumps .box-breadCrumps li .active {
          display: inline-block;
          font-size: 14px;
          color: #5d4b4b; }
  
  header {
    background: url(../img/bg/bg-header1.jpg) center repeat; }
    header .block-head {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 140px; }
    header .block-logo {
      position: absolute;
      top: 5px;
      left: 5px; }
      header .block-logo .logo {
        display: block;
        text-decoration: none; }
    header .block-sub {
      text-align: center;
      padding: 15px 100px;
      padding-right: 25px;
      height: 100%; }
      header .block-sub .title-head {
        font-size: 19px;
        font-style: italic;
        color: #e1c880;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
        padding-bottom: 18px; }
      header .block-sub .sub {
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        color: #e1c880;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
        padding: 0; }
  
  /**- header end -**/
  .header-menu {
    background: url(../img/bg/bg-menu.jpg) center repeat;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0;
    border: none; }
    .header-menu .navbar-header {
      width: 100%; }
      .header-menu .navbar-header .navbar-toggle {
        padding: 3px 0;
        -webkit-border-radius: 0;
                border-radius: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .header-menu .navbar-header .navbar-toggle:hover {
          background: rgba(0, 0, 0, 0.47); }
        .header-menu .navbar-header .navbar-toggle .icon-bar {
          width: 30px;
          height: 3px;
          background: #e1c880;
          margin: 5px; }
    .header-menu .navbar-collapse .block-flex {
      height: 55px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-menu .navbar-collapse .navbar-nav {
      width: 100%;
      display: inline-block;
      float: left;
      padding: 0; }
      .header-menu .navbar-collapse .navbar-nav li {
        position: relative; }
        .header-menu .navbar-collapse .navbar-nav li:before {
          content: '';
          position: absolute;
          display: inline-block;
          background: url(../img/details/details-menuLi.png) 0 0 no-repeat;
          width: 6px;
          height: 7px;
          left: -3px;
          top: 50%;
          margin-top: -3px; 
        }
        .header-menu .navbar-collapse .navbar-nav li:first-child:before {
          opacity: 0; 
        }
        .header-menu .navbar-collapse .navbar-nav li:first-child a {
          padding-left: 0; }
        .header-menu .navbar-collapse .navbar-nav li a {
          font-size: 18px;
          color: #e1c880;
          text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
          background: none;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          padding: 7px 17px;
          text-decoration: none; }
          .header-menu .navbar-collapse .navbar-nav li a:hover {
            background: none;
            color: #ad8d2f; }
            
    .header-menu .block-formSearch {
      display: inline-block;
      width: 30%;
      float: right; 
      min-width: 210px; 
    }
      .header-menu .block-formSearch form {
        width: 100%; 
          
      }
        .header-menu .block-formSearch form .form-group {
            position: relative;
          margin: 0;
          background: rgba(0, 0, 0, 0.49);
          border: 1px solid #f4c75e;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          overflow: hidden;
          width: 100%; 
            
        }
          .header-menu .block-formSearch form .form-group input {
            width: 100%;
              position: relative;
              z-index: 5;
            background: none;
            border: none;
            padding: 0 18px;
            line-height: 32px;
            font-size: 15px;
            color: #e1c880;
            outline: none; }
          .header-menu .block-formSearch form .form-group input::-webkit-input-placeholder {
            color: #756a36; }
          .header-menu .block-formSearch form .form-group input::-moz-placeholder {
            color: #756a36; }
          .header-menu .block-formSearch form .form-group input:-moz-placeholder {
            color: #756a36; }
          .header-menu .block-formSearch form .form-group input:-ms-input-placeholder {
            color: #756a36; }
          .header-menu .block-formSearch form .form-group .btn-search {
            background: none;
            border: none;
            padding: 8px 15px;
            position: absolute;
          right: 0;
          top: 1px;
          z-index: 10;}
            .header-menu .block-formSearch form .form-group .btn-search:hover .icon-search {
              opacity: 0.6; }
            .header-menu .block-formSearch form .form-group .btn-search .icon-search {
              display: inline-block;
              background: url(../img/details/icon-search.png) 0 0 no-repeat;
              width: 19px;
              height: 15px;
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s; }
  
  /**- nav.header-menu end -**/
  .slider {
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    position: relative; }
    .slider:before {
      content: '';
      position: absolute;
      z-index: 666;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 39px;
      background: url(../img/details/details-section1.png) 0 0 repeat; }
    .slider .slick-dots {
      display: inline-block;
      width: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 10px 15px;
      background: rgba(0, 0, 0, 0.49);
      -webkit-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0; }
      .slider .slick-dots li {
        width: 11px;
        height: 11px;
        background: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .slider .slick-dots .slick-active {
        background: #75001b; }
    .slider .item {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 523px; }
      .slider .item .coverTitle {
        height: 440px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .slider .item .coverTitle .block-slideSub {
          -webkit-transform: scale(3);
              -ms-transform: scale(3);
                  transform: scale(3);
          opacity: 0;
          display: inline-block;
          width: 60%;
          background: rgba(0, 0, 0, 0.53);
          -webkit-border-radius: 8px;
                  border-radius: 8px;
          padding: 30px;
          -webkit-transition: 2.5s;
          -o-transition: 2.5s;
          transition: 2.5s; }
          .slider .item .coverTitle .block-slideSub .sub-slide {
              font-family: 'IzhitsaC';
            line-height: 34px;
            padding: 0;
            font-size: 34px;
              text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
            color: #fceeb3; }
          .slider .item .coverTitle .block-slideSub .sub-slide2 {
              font-family: 'IzhitsaC';
              text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
            font-size: 19px;
            color: #fceeb3;
            padding-bottom: 20px;
            text-align: center; }
          .slider .item .coverTitle .block-slideSub .name {
            font-size: 30px;
            text-transform: uppercase;
            color: #fceeb3;
            text-align: center;
            padding: 0;
            text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7); }
      .slider .item .newPosition {
        height: 440px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .slider .slick-active .coverTitle .block-slideSub {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  
  /**- .slider end -**/
  footer {
    background: url(../img/bg/bg-footer.jpg) center repeat;
    position: relative;
    z-index: 300; }
    footer .block-flex {
      height: 95px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    footer .block-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .block-logo .img-wrapper {
        float: left;
        display: inline-block;
        margin-right: 20px; }
      footer .block-logo .sub-footer {
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #ead490;
        padding: 20px 0; }
    footer .net-works {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      footer .net-works .list_net-works {
        overflow: hidden;
        padding: 0;
        list-style: none;
        padding-top: 5px;
        padding-right: 30px; }
        footer .net-works .list_net-works li {
          float: left;
          padding: 0 4px; }
          footer .net-works .list_net-works li a {
            display: inline-block;
            text-decoration: none; }
            footer .net-works .list_net-works li a .icon {
              display: inline-block;
              background: url(../img/netWorks/icon-vk.png) 0 0 no-repeat;
              width: 33px;
              height: 33px;
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s; }
              footer .net-works .list_net-works li a .icon:hover {
                opacity: 0.7; }
              footer .net-works .list_net-works li a .icon.fb {
                background: url(../img/netWorks/icon-fb.png) 0 0 no-repeat; }
              footer .net-works .list_net-works li a .icon.em {
                background: url(../img/netWorks/icon-e.png) 0 0 no-repeat; }
              footer .net-works .list_net-works li a .icon.ok {
                background: url(../img/netWorks/icon-ok.png) 0 0 no-repeat; }
      footer .net-works .block-counter {
        overflow: hidden; }
        footer .net-works .block-counter .img-wrapper {
          float: left;
          padding: 0 10px; }
  
  /**- footer end -**/
  .content {
    padding: 65px 0;
    position: relative; }
    .content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 39px;
      background: url(../img/details/details-section1.png) 0 0 repeat; }
  
  .about {
    padding: 20px 20px 30px; }
    .about .box-about {
      overflow: hidden; }
      .about .box-about p {
        float: left;
        width: 65%; }
      .about .box-about .img-wrapper-main {
        position: relative;
        float: right;
        width: 35%;
        margin-bottom: 15px;
        padding: 27px 20px 28px; }
        .about .box-about .img-wrapper-main:before {
          content: '';
          position: absolute;
          background: url(../img/foto/about-details.png) 0 0 no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          height: 100%;
          width: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
  .about .box-about .img-wrapper-main img{
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
  }
  /**- section.about end -**/
  .news {
    padding: 20px 20px 30px; }
    .news .list-news {
      padding: 0;
      list-style: none; }
      .news .list-news li {
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #d1cbc1; }
        .news .list-news li .img-wrapper-main {
          float: left;
          width: 30%;
          margin-bottom: 10px;
          /* padding: 10px; */
          position: relative;
          display: inline-block;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
  .news .list-news li .img-wrapper-main img {
      width: 100%;
      height: auto;
      display: block;
/*       object-fit: cover;
object-position: top; */
  }
          .news .list-news li .img-wrapper-main:hover {
            opacity: 0.7; }
          .news .list-news li .img-wrapper-main:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 157px;
              z-index: 10;
            background: url(../img/foto/img-news-details.png) 0 0 no-repeat;
            -webkit-background-size: cover;
                    background-size: cover; }
  .news .list-before-none li .img-wrapper-main:before {
      display: none;
  }
        .news .list-news li .description {
          float: left;
          width: 60%;
          padding: 10px 0;
          padding-left: 20px; }
          .news .list-news li .description .titleNews {
            display: block;
            text-decoration: none;
            color: #75001b;
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 15px;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s; }
            .news .list-news li .description .titleNews:hover {
              color: #d90032; }
          .news .list-news li .description .data {
            font-size: 13px;
            color: #9e3410;
            display: block;
            padding-bottom: 5px; }
          .news .list-news li .description p {
            font-size: 15px;
            color: #393939;
            padding-bottom: 10px; }
          .news .list-news li .description .btn-more {
            padding: 5px 20px; }
  
  /**- section.news end -**/
  .gallery {
    padding: 20px 20px 30px;
    background: url(../img/bg/bg-body.jpg) 0 0 repeat; }
    .gallery.mainGallery {
      background: #fff;
      padding: 20px 0 30px; }
    .gallery .block-titleMain:before {
      background: #f8f7f5; }
    .gallery .block-titleMain .titleMain {
      background: #f8f7f5; }
    .gallery .gallery-block {
      overflow: hidden;
      padding: 0;
      list-style: none; }
      .gallery .gallery-block .item {
        display: inline-block;
        padding: 0;
        width: 30%;
        margin: 1.5%;
        cursor: pointer;
        background: #e8e2db;
          height: 180px;
        padding: 3px;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        position: relative;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
        overflow: hidden; }
        .gallery .gallery-block .item:hover {
          background: #75001b; }
          .gallery .gallery-block .item:hover img {
            opacity: 0.5;
            border: 1px solid #75001b;
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
          .gallery .gallery-block .item:hover .icon-loop {
            opacity: 1; }
        .gallery .gallery-block .item img {
          display: block;
          width: 100%;
            height: 100%;
            object-fit: cover;
          border: 1px solid #fff;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          -webkit-transition: 0.9s;
          -o-transition: 0.9s;
          transition: 0.9s; }
        .gallery .gallery-block .item .icon-loop {
          position: absolute;
          z-index: 555;
          top: 50%;
          margin-top: -7px;
          left: 50%;
          margin-left: -9px;
          display: inline-block;
          background: url(../img/details/icon-search.png) 0 0 no-repeat;
          width: 19px;
          height: 15px;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          opacity: 0; }
  
  /**- section.gallery end -**/
  .orderForm {
    padding: 20px 20px 30px; }
    .orderForm .block-titleMain {
      margin-bottom: 0px; }
      .orderForm .block-titleMain:before {
        background: #f8f7f5; }
      .orderForm .block-titleMain .titleMain {
        background: #f8f7f5; }
    .orderForm .bg-form {
      background: url(../img/bg/bg-form.jpg) 0 0 no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      padding: 10px 0; }
    .orderForm .block-form {
      padding: 10px 45px; }
      .orderForm .block-form form {
        width: 100%; }
        .orderForm .block-form form .groupForm {
          padding-bottom: 6px; }
          .orderForm .block-form form .groupForm input, .orderForm .block-form form .groupForm textarea {
            width: 100%;
            line-height: 40px;
            padding: 0 20px;
            -webkit-border-radius: 7px;
                    border-radius: 7px;
            border: 1px solid #e6ddcf;
            font-size: 14px;
            font-family: 'Arial';
            outline: none;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.6);
                    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.6); }
          .orderForm .block-form form .groupForm input::-webkit-input-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm input::-moz-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm input:-moz-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm input:-ms-input-placeholder {
            color: #aaaaaa; }
            .orderForm .block-form form .groupForm input:-ms-input-placeholder:hover {
              border: 1px solid #e1c880; }
            .orderForm .block-form form .groupForm input:-ms-input-placeholder:focus {
              border: 1px solid #e1c880; }
          .orderForm .block-form form .groupForm textarea {
            min-height: 130px; }
          .orderForm .block-form form .groupForm textarea::-webkit-input-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm textarea::-moz-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm textarea:-moz-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm textarea:-ms-input-placeholder {
            color: #aaaaaa; }
          .orderForm .block-form form .groupForm input[type=checkbox] {
            margin-left: 10px;
            width: auto;
            display: inline-block;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: none;
            -webkit-border-radius: 0;
                    border-radius: 0;
            width: 15px;
            height: 15px;
            float: left; }
          .orderForm .block-form form .groupForm .checkSub {
            display: inline-block;
            width: 90%;
            padding: 0px 20px;
            font-size: 13px;
            line-height: 18px;
            color: #746565; }
        .orderForm .block-form form .group-btn {
          text-align: center;
          padding: 10px; }
          .orderForm .block-form form .group-btn .btn-form {
            line-height: 34px;
            padding: 0 55px;
            display: inline-block;
            overflow: hidden;
            position: relative;
            background: url(../img/bg/bg-btnMain.jpg) 0 0 repeat;
            border: none;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            color: #e1c880;
            font-size: 14px;
            text-transform: uppercase; }
            .orderForm .block-form form .group-btn .btn-form:hover {
              color: #e1c880;
              text-decoration: none; }
              .orderForm .block-form form .group-btn .btn-form:hover:before {
                background: rgba(0, 0, 0, 0.2); }
            .orderForm .block-form form .group-btn .btn-form:before {
              content: '';
              position: absolute;
              border: 1px solid #e1c880;
              -webkit-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s;
              background: transparent;
              -webkit-border-radius: 5px;
                      border-radius: 5px;
              width: 98%;
              height: 90%;
              top: 2px;
              bottom: 2px;
              left: 2px;
              right: 2px; }
  
  /**- section.orderForm end -**/
  
  .list_net-works a {
    display: block;
    width: 33px;
    height: 33px;
    /* IE10+ */ 
    background-image: -ms-linear-gradient(top, #FCEFB4 0%, #d8b96d 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FCEFB4 0%, #d8b96d 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #FCEFB4 0%, #d8b96d 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCEFB4), color-stop(100, #d8b96d));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FCEFB4 0%, #d8b96d 100%);

    /* W3C Markup */ 
    background-image: linear-gradient(to bottom, #FCEFB4 0%, #d8b96d 100%);
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
      }
  .list_net-works a:hover {
    opacity: .8;
  }
  .list_net-works a .fab {
    font-size: 18px;
    color: rgba(33, 80, 60, 0.9);
    
  }

  .list_net-works p {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    color: #e1c880;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    padding: 0;
    padding-bottom: 20px;
  }

  header  .list_net-works {
    list-style-type: none;
    padding: 0;
  }
  header  .list_net-works li {
    display: inline-block;
    margin: 5px;
  }

  header .list_net-works a {
    width: 45px;
    height: 45px;
    line-height: 53px;
  }

  header .list_net-works a .fab {
    font-size: 25px;
    color: rgba(140, 41, 0, 0.9);
  }


  .block-version-eye {
    margin-top: 15px;
    margin-bottom: -16px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0px;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden; }
    .block-version-eye.openVisual {
      height: 100px;
      margin-bottom: -15px; }
    .block-version-eye .btn-version-eye {
      position: absolute;
      bottom: -65px;
      right: 20px;
      width: 64px;
      line-height: 48px;
      text-align: center;
      border: none;
      background: #606060;
      -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.37);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.37); }
      .block-version-eye .btn-version-eye span {
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71); }
      .block-version-eye .btn-version-eye .open {
      display: inline-block; }
      .block-version-eye .btn-version-eye .closed {
      display: none; }
    .block-version-eye #schemasBlock {
      position: relative !important;
      margin: 0;
      height: auto;
      width: auto;
      padding: 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
        -ms-flex-align: center;
          align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
          justify-content: space-between; }
      .block-version-eye #schemasBlock .name {
      font-size: 16px;
      color: #fff;
      display: inline-block;
      margin-right: 15px; }
      .block-version-eye #schemasBlock .schemaButton {
      -webkit-border-radius: 0px;
          border-radius: 0px;
      border: 1px solid #c4c4c4;
      background: #fff;
      margin: 0 5px;
      display: inline-block;
      padding: 5px 12px;
      -webkit-box-sizing: border-box;
          box-sizing: border-box;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .block-version-eye #schemasBlock .schemaButton:hover {
        background: #c4c4c4; }
      .block-version-eye #schemasBlock #font1Schema {
      font-size: 16px; }
      .block-version-eye #schemasBlock #font2Schema {
      font-size: 22px; }
      .block-version-eye #schemasBlock #font3Schema {
      font-size: 28px; }
    .block-version-eye .block-fonts {
      display: inline-block; }
    .block-version-eye .block-colorBg {
      display: inline-block; }

footer .block-logo .sub-footer:last-of-type {
  margin-left: 80px;
  width: 40%;
}

/* new_style */
.test_template .header-menu .navbar-header{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center; 
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: none;    
}
.test_template .header-menu .navbar-header .navbar-toggle {
    display: block;
    margin-right: auto;
} 

.test_template .header-menu {
    overflow: hidden;
    background: url(../img/bg/bg-menu.jpg) center top #144A32;
    background-repeat-y: no-repeat;
}
.test_template .header-menu .navbar-collapse .navbar-nav li:before{
    background: none;
}
.test_template .header-menu .navbar-collapse .navbar-nav li a,
.test_template .header-menu .navbar-collapse .navbar-nav li:first-child a{
    padding-left: 10px;
}
.test_template .header-menu .navbar-collapse .navbar-nav{
           width: 100%;
   display: block;
}
.btn__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e1c880;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 24px;
}
.test_template .header-menu .navbar-collapse{
    position: fixed;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto!important;
    z-index: 0;
    background: rgba(20, 74, 50, 0.9);
    padding-top: 50px;
    max-width: 96%;
    max-height: 100%;
    padding-right: 30px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding-bottom: 30px;
    pointer-events: none;
}
.test_template .header-menu .navbar-collapse.in{
    opacity: 1;
    -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
            z-index: 999;
            pointer-events: auto;
}
.navbar-toggle.button_fixed .icon-bar{
        background: #E1C880;
        
}
.navbar-collapse .toggle_btn {
    position: absolute;
    right: -30px;
    top: 10px;
    color: #e1c880;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.test_template .header-menu .navbar-collapse .block-flex{
    height: auto;
}
.test_template .header-menu .navbar-collapse .navbar-nav li{
     display: block;
     float: none;
}
.navbar-toggle.button_fixed{
     -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block !important;
            position: absolute;
            top: 15px;
            right: 5px;
            margin: auto;
}
.navbar-toggle.button_fixed .icon-bar.line3{
     -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -2px;   
}
.dropdown-menu{
    position: relative;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    padding-right: 10px;
    background: transparent;
    border-bottom: 1px solid #e1c880;
    margin-bottom: 20px;
    float: none;
        border-radius: 0;
}
.dropdown-menu>li>a{
    white-space: normal;
   
}
.header-menu .navbar-collapse .navbar-nav{
   margin-right: 20px;  
}
.header-menu .navbar-collapse .navbar-nav .dropdown-menu>li>a{
    font-size: 16px;
    padding: 0 0 5px 10px!important;
}
@media only screen and (max-width: 767px){
  .test_template .header-menu .navbar-header{
      padding: 0 10px;
  }  
}
@media only screen and (max-width: 575px){
    .btn__wrap{
        font-size: 13px;
    }
}
.test_template .header-menu .navbar-collapse::-webkit-scrollbar {
  width: 0.3em;
  height: 0.3em;
}

.test_template .header-menu .navbar-collapse::-webkit-scrollbar-thumb {
  background: slategray;
}

.test_template .header-menu .navbar-collapse::-webkit-scrollbar-track {
  background: #b8c0c8;
}

.test_template .header-menu .navbar-collapse {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #134831;
}

/* table */
.containerscroll {
  overflow: scroll;
  height: 600px;
  width: 100%;
}

table thead {
  position: sticky;
  inset-block-start: 0;
  background-color: #ddd;
}

table {
    border-collapse: collapse;
}

table th,
table td {
  padding: 8px 16px;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
}

table tr {
        -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}


table tr td:first-child {
 
}
@media only screen and (max-width: 1200px){
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
/*     table td{
    padding: 5px;
} */
}

.nabor_wrap a {
    display: inline-flex;
    align-items: center;
    font-size: 36px;
    text-decoration: none;
    line-height: 40px;
    text-align: left;
    position: relative;
    margin: auto;
        font-family: 'Oranienbaum';
        font-weight: 400;
            color: #f9eaad;
}
.nabor_wrap span{
    display: inline-block;
    padding-left: 30%;
    position: absolute;
}
.nabor_wrap .cups{
    text-transform: uppercase;
    font-size: 32px;
}
.block-header__title {
  font-size: 22px;
  padding-bottom: 15px;
}

.block-header__subtitle {
  text-align: center;
  padding-bottom: 30px;
}

.block-information__title {
  color: #000;
  font-size: 18px;
  text-align: left;
}

.block-information__list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 50px;
}

.block-information__item {
  padding: 0;
  border-bottom: 1px solid rgb(209, 203, 193);
}

.accordion__control {
  width: 100%;
  background-color: transparent;
  padding: 10px 0px 10px 0px;
  border: 0;
  font-size: 16px;
  text-align: left;
  display: flex;
  gap: 8px;
  transition: all 0.3s ease-out;
}

.accordion__control:hover {
  color: #75001b;
  text-decoration: underline;
}

.accordion__control::before {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 2px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}
.accordion__content > p {
  text-indent: 30px;
}
.accordion__content > ul {
  margin-left: 30px;
}

.accordion__content table {
  overflow-x: scroll;
  display: block;
  width: 100%;
}

.accordion__content table tr:first-of-type td p {
  vertical-align: middle;
  font-size: 15px;
  color: #343434;
  font-weight: 400;
  padding: 15px;
  text-align: center;
}

.accordion__content table tbody tr:first-of-type {
  background-color: #fff;
}

.accordion__content table th {
  background-color: #E8E2DB;
}

.accordion__content table th:hover {
  background-color: #E8E2DB;
}

.accordion__content table tr:hover {
  background-color: #fff;
}

.open .accordion__content {
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}

.open .accordion__control {
  color: #75001b;
  text-decoration: underline;
}

.open .accordion__control::before {
  margin-top: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.cookie {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    background: rgb(20, 74, 50);
    padding: 20px;
    width: 100%;
    z-index: 11115;
    color: #fff;
    text-align: center;
}
.cookie p {
    max-width: 600px;
    color: #fff;
    margin: 0 auto 20px; 
}
.cookie-btn {
    display: flex;
    margin: 0 auto 20px; 
    text-align: center;
    width: fit-content;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 10px 15px;
    cursor: pointer;
}
.cookie-btn:hover {
    background: #fff;
    color: #000;
}