* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none; }

@font-face {
  font-family: font-awesome;
  src: url(../assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf); }

@font-face {
  font-family: segoe-regular;
  src: url(../assets/font-segoe/SegoeUIRegular/SegoeUIRegular.ttf); }

@font-face {
  font-family: segoe-semibold;
  src: url(../assets/font-segoe/SegoeUISemiBold/SegoeUISemiBold.ttf); }

@font-face {
  font-family: bodoni;
  src: url(../assets/bodoni/bodoni-regular.ttf); }

@font-face {
  font-family: bodoni-bold;
  src: url(../assets/bodoni/bodoni.ttf); }

body {
  padding: 0;
  margin: 0;
  font-family: bodoni;
  letter-spacing: 1px;
  overflow-x: hidden; }

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none !important; }

header {
  position: absolute;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  header .top-block {
    background: #4e2917;
    min-height: 60px;
    padding-top: 10px; }
    header .top-block .phone-block {
      display: inline-block;
      margin: 0 20px; }
      header .top-block .phone-block span {
        font-size: 18px;
        font-family: segoe-regular;
        color: #fcdfb3;
        vertical-align: middle;
        padding-left: 10px; }
    header .top-block a i {
      border: 1px solid;
      vertical-align: middle;
      padding: 5px;
      color: #fcdfb3; }
      header .top-block a i:hover {
        color: #4e2918;
        background-color: #fcdfb3; }
    header .top-block .fa-facebook {
      padding: 5px 10px !important; }
    header .top-block .fa-linkedin {
      padding: 5px 7px !important; }
  header .btn-top {
    border: 1px solid #fcdfb3;
    font-size: 20px;
    padding: 5px 20px;
    display: inline-block;
    color: #fcdfb3;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle; }
    header .btn-top:hover {
      background: #fcdfb3;
      color: #4e2917; }
  header .top-logo {
    margin: -5px 0;
    position: absolute;
    top: -55px; }
#playAudio
{
	display:none;
}
.btn-top-hide {
  font-size: 18px;
  padding: 7px 15px;
  display: inline-block;
  color: #4e2917;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: -20px 20px 0 -17px #fff,
 20px -20px 0 -17px #fff,
 20px 20px 0 -20px #b95d36,
 0 0 0 2px #b95d36; }
  .btn-top-hide:hover {
    color: #fff;
    background: #b95d36;
    box-shadow: -20px 20px 0 -20px #b95d36,
 20px -20px 0 -20px #b95d36,
 20px 20px 0 -20px #b95d36,
 0 0 0 2px #b95d36; }

.btn-service {
  font-size: 25px;
  padding: 7px 15px;
  display: inline-block;
  color: #4e2917;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: -20px 20px 0 -17px #fcdfb3, 20px -20px 0 -17px #fcdfb3, 20px 20px 0 -20px #4e2918, 0 0 0 2px #4e2918;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 70px; }
  .btn-service:hover {
    color: #fff;
    background: #4e2918;
    box-shadow: -20px 20px 0 -20px #4e2918,
 20px -20px 0 -20px #4e2918,
 20px 20px 0 -20px #4e2918,
 0 0 0 2px #4e2918; }

.btn-popular {
  font-size: 25px;
  padding: 7px 15px;
  display: inline-block;
  color: #4e2917;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: -20px 20px 0 -17px #ffffff, 20px -20px 0 -17px #ffffff, 20px 20px 0 -20px #4e2918, 0 0 0 2px #4e2918;
  margin-top: 30px;
  margin-bottom: 40px; }
  .btn-popular:hover {
    color: #fff;
    background: #4e2918;
    box-shadow: -20px 20px 0 -20px #4e2918,
 20px -20px 0 -20px #4e2918,
 20px 20px 0 -20px #4e2918,
 0 0 0 2px #4e2918; }

.btn-staff {
  font-size: 25px;
  padding: 7px 15px;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  background: #a55d32;
  border: 1px solid #a55d32;
  margin-top: 30px;
  margin-bottom: 40px; }
  .btn-staff:hover {
    color: #a55d32;
    border: 1px solid #a55d32;
    background: rgba(255, 255, 255, 0); }

.header {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 4px transparent, 2px 4px 8px rgba(0, 0, 0, 0.1); }

/* Menu Styles */
.third-level-menu {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1; }

.level-menu1 {
  position: absolute;
  left: -70px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  margin-top: 5px; }

.level-menu1 > li {
  position: relative; }

.level-menu2 > li {
  position: relative; }

.level-menu1 > li a {
  position: relative;
  background: rgba(255, 202, 123, 0.91);
  margin-bottom: 5px;
  width: 250px;
  font-family: segoe-regular;
  padding: 15px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .level-menu1 > li a:hover {
    background: rgba(239, 117, 52, 0.92); }

.level-menu2 > li a {
  background: rgba(255, 202, 123, 0.91);
  width: 250px;
  font-family: segoe-regular;
  padding: 15px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .level-menu2 > li a:hover {
    background: rgba(239, 117, 52, 0.92); }

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.top-level-menu > li {
  position: relative;
  text-align: left;
  display: inline-block; }

.top-level-menu li a div {
  position: relative;
  top: 0;
  border-top: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  left: 0; }

.top-level-menu > li:hover a div {
  position: relative;
  z-index: 1000;
  top: 20px;
  border-top: 2px solid; }

.hover-menu {
  position: relative;
  top: 0;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.top-level-menu > li:hover .hover-menu {
  position: relative;
  top: 20px;
  border-top: 2px solid; }

.menu-active {
  position: relative;
  top: 20px !important;
  border-top: 2px solid #4e2917 !important;
   }

.level-menu1.disableActive {
  border-top: 0px !important;
  top: 50px !important; }

.level-menu2.disableActive {
  border-top: 0px !important;
  top: 0px !important; }

.top-level-menu li:hover > ul {
  /* On hover, display the next level's menu */
  display: inline;
  border-top: 0px solid !important;
  // margin-top: 0px;
  padding-top: 40px;
   }

.top-level-menu li:hover > .third-level-menu {
  display: inline;
  padding-top: 0;
  padding-left: 5px; }

/* Menu Link Styles */
.top-level-menu a {
  color: #4e2917;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 12px;
  font-family: segoe-regular;
  /* Make the link cover the entire list item-container */
  display: block;
  text-align: left; }

/* End Menu style */
.sidebar {
  padding: 20px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.btn-menu {
  padding: 8px;
  display: inline-block; }

.menu-bar-pos {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.8; }

.menu-bar-pos:hover {
  opacity: 1; }

.menu-bar {
  font-size: 18px;
  color: #b95d36;
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  z-index: 99; }

.top-right {
  float: right; }

/* Menu */
.sidebar {
  position: fixed;
  left: -225px;
  z-index: 2;
  height: 100%;
  background: white;
  top: 55px;
  bottom: 0;
  width: 220px;
  box-shadow: 0 0 4px transparent, 2px 4px 8px rgba(0, 0, 0, 0.18); }

@media screen and (max-width: 980px) {
  
  .sidebar {
    transition: left .3s ease 0s;
    -webkit-transition: left .3s ease 0s;
    -moz-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s; } }

.sidebar.show {
  left: 0; }

.my-mask {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  z-index: 2; }

#mask-phone {
  position: absolute; }

.active {
  visibility: visible;
  opacity: 1; }

/* admin */
.messages {
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin: 0;
  background-color: #f48991;
  z-index: 999;
  font-family: segoe-regular; }
  .messages p {
    margin: 0;
    padding: 10px 15px;
    color: #fff; }

.background-image {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top; }

/* animate in menu */
.animatedMenu {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animatedMenu.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animatedMenu.hinge {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@-webkit-keyframes fadeInDownMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownMenu {
  -webkit-animation-name: fadeInDownMenu;
  animation-name: fadeInDownMenu; }

/* End animate */
/* animate in */
.animatedIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animatedIn.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animatedIn.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/* End animate */
#top {
  bottom: -70px;
  cursor: pointer;
  display: none;
  font-size: 150%;
  position: fixed;
  right: 0;
  color: #4e2917;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.44);
  margin: 15px;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/* scroll style */
.header-scroll-position {
  margin-top: -75px; }

.header-scroll {
  position: fixed;
      z-index: 5000;
  margin-top: 0; }

.top-block-scroll {
  margin-top: -60px !important; }

.top-logo-scroll {
  width: 125px !important;
  top: 0 !important; }

.top-animate {
  bottom: 0 !important; }

.sidebar-scroll {
  padding: 10px 0; }
  .sidebar-scroll .top-level-menu > li:hover .hover-menu {
    top: 20px; }
  .sidebar-scroll .menu-active {
    top: 20px; }

.ul-top {
  transition: 0.2s ease-in; }

.ul-top-scroll {
  padding-top: 15px !important; }

/* Modal Style*/
.my-modal, .questionModal {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: -150px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .my-modal .form-control1, .questionModal .form-control1 {
    border-radius: 0;
    margin-bottom: 15px; }
  .my-modal h2, .questionModal h2 {
    margin-bottom: 20px; }
  .my-modal .btn-default, .questionModal .btn-default {
    border-radius: 0; }

@media (max-width: 400px) {
  
  .my-modal {
    left: 0%;
    width: 100%;
    margin-left: 0px; }
  .questionModal {
    left: 0%;
    width: 100%;
    margin-left: 0px; } }

.active {
  visibility: visible;
  opacity: 1; }

.active + .my-modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.active + .questionModal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.fade {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.modal-backdrop {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  background: rgba(84, 84, 84, 0.8); }

.modal-content-style {
  background: #fcdfb3;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  overflow: hidden;
  margin-top: 70px;
  position: relative; }
  .modal-content-style .close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 35px;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    color: #ad6940;
    cursor: pointer;
    border: 0;
    outline: 0;
    z-index: 1;
    opacity: 0.8; }
  .modal-content-style .background-image {
    opacity: 0.5; }
  .modal-content-style .modal-body {
    position: relative;
    padding: 15px;
    border: 2px solid #a55d32;
    text-align: center; }
    .modal-content-style .modal-body .form-group {
      max-width: 450px;
      margin: 0 auto;
      margin-bottom: 15px;
      margin-top: 15px;
      display: inline-block; }
    .modal-content-style .modal-body .form-group input {
      font-size: 17px;
      padding: 7px;
      border-radius: 0;
      border: 1px solid #4e2918;
      color: #4e2918;
      font-family: segoe-regular;
      margin-bottom: 15px;
      margin: 10px; }
    .modal-content-style .modal-body .btn {
      border-radius: 0;
      font-size: 22px;
      padding: 5px 23px;
      display: inline-block;
      color: #fcdfb3;
      background: #a55d32;
      margin-top: 5px;
      margin-bottom: 30px;
      outline: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .modal-content-style .modal-body .btn:hover {
        color: #a55d32;
        border: 1px solid #a55d32;
        background: #fcdfb3; }
    .modal-content-style .modal-body h2 {
      color: #4e2917; }
  .modal-content-style #name-advice {
    width: 100%; }
  .modal-content-style #tel-advice {
    float: none;
    width: 100%; }
  .modal-content-style #proc-advice {
    width: 100%; }

/* end modal */
/* Custom styles */
.carousel-block {
  min-height: 400px;
  margin-top: 147px; }
  .carousel-block .review-block .slide-content {
    padding: 10% 0;
    position: relative;
    top: 0; }
  .carousel-block .slide-text {
    font-size: 30px;
    font-family: segoe-regular; }
  .carousel-block .slide-title {
    font-size: 50px;
    color: #8a1f4c;
    font-family: segoe-regular; }
  .carousel-block .btn-slide {
    font-size: 30px;
    display: inline-block;
    width: 194px;
    height: 66px;
    color: #4e2917;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
    background-image: url("/img/btn-border.png");
    text-align: center;
    line-height: 65px;
    margin-top: 30px; }
    .carousel-block .btn-slide:hover {
      background-color: #4e2918;
      color: #fff; }

/*About*/
#about .container {
  height: 330px; }

.about-block {
  width: 100%;
  height: 537px;
  height: 567px;
  background: #a55d32;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-top: -80px;
  z-index: 1;
  padding: 20px; }
  .about-block h2 {
    margin-top: 0;
    color: #fcdfb3;
    font-size: 45px;
    display: inline-block; }
  .about-block img {
    position: absolute;
    top:82px;
    right: 0; }
  .about-block .btn-about {
    padding: 6px 20px;
    border: 1px solid #fcdfb3;
    color: #ffffff;
    font-size: 20px;
    vertical-align: super;
    // width: 153px;
    display: inline-block;
    text-align: center;
        font-size: 21px;
    margin: 0 30px; }
    a.btn-about.audio-block2{
      display: none;
    }
    @media screen and (min-width: 993px) and (max-width: 1920px) {
  .press3{
    margin-left: 100px !important;
  }
    .bottom-hide{
      display: none !important;
    }
    .btn-bottom{

      margin-top: 20px !important;

    }
    }
        @media screen and (min-width: 320px) and (max-width: 992px) {
    .bottom-hide{
      display: inline;
    }

    }
    @media screen and (min-width: 993px) and (max-width: 1200px) {

  .press3{
    margin-left: 60px !important;
  }
      a.btn-about.audio-block1 {
       // display: none;
        }
        a.btn-about.audio-block2{
      display:inline-block;
          vertical-align: top;
           margin-top: 20px ;
           padding: 8px 15px;
    }

    .btn-bottom{
      width: 185px;
      font-size: 15px;
      line-height: 15px;
      margin-top: 20px !important;
      padding: 8px 15px
    }

.about-block .btn-about {
  margin-left: 60px !important;
    margin: 0 5px; }
    }
     @media screen and (min-width: 320px) and (max-width: 992px) {
  //     a.btn-about.audio-block1 {
  //      display: none;
  //       }
  //       a.btn-about.audio-block2{
  //     display:inherit;
  //   }
  //   .about-block .btn-about {
  // margin-left: 0px !important;
  //   margin: 0 5px; }
  .btn-bottom{
    display: none !important;
  }
  .equip1{
    padding-top: 0px !important;
  }
  }
    .about-block .btn-about:hover {
      background: #fcdfb3;
      color: #a55d32; }
  .about-block .about-text {
    max-width: 745px;
    text-align: justify;
    padding: 20px;
    box-shadow: -20px 20px 0 -16px #a55d32, 20px -20px 0 -16px #a55d32, 20px 20px 0 -20px #b95d36, 0 0 0 2px #fcdfb3;
    color: #fff;
    font-family: segoe-regular;
    font-size: 17px;
    margin-top: 10px; }

/*End About*/
.pressa-about-us {
  margin-top: 130px;
  position: relative;
  z-index: 5; }
  .pressa-about-us ul {
    margin: 0;
    padding: 0;
    margin-top: 150px;
    text-align: center; }
    .pressa-about-us ul li {
      display: inline-block;
      vertical-align: top;
      border: 1px solid #4e2918;
      text-align: center;
      color: #4e2918;
      height: 250px;
      width: 300px;
      margin: 0 auto;
      vertical-align: middle;
      margin: 20px 35px; }

      .pressa-about-us ul li:hover {
        background-color: #efd9c7;
        cursor: pointer; }
      .pressa-about-us ul li .us {
        // background: url(/img/sprites.png) -126px -10px;
        // width: 96px;
        // height: 79px;
        // margin: 0 auto;
        // margin-top: 55px; 
        background: url(/img/sprites-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
      }
        .pressa-about-us ul li .us:hover {
                    -webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px;
          // width: 96px;
          // height: 79px;
          // background: url(/img/sprites.png) -10px -10px; 
        }
      .pressa-about-us ul li .us-audio {
        // width: 93px;
        // height: 79px;
        // background: url(/img/audio.png) -123px -10px;
        // margin: 0 auto;
        // margin-top: 55px; 
        background: url(/img/audio-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
      }
        .pressa-about-us ul li .us-audio:hover {
          // width: 93px;
          // height: 79px;
          // background: url(/img/audio.png) -10px -10px;
                              -webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px; 
        }
      .pressa-about-us ul li .us-video {
        // width: 114px;
        // height: 70px;
        // background: url(/img/video.png) -144px -10px;
        // margin: 0 auto;
        // margin-top: 55px; 
        background: url(/img/video-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
      }
        .pressa-about-us ul li .us-video:hover {
          // width: 114px;
          // height: 70px;
          // background: url(/img/video.png) -10px -10px;
                                        -webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px;  
        }
      .pressa-about-us ul li .us-reviews {
        // width: 96px;
        // height: 78px;
        // background: url(/img/reviews.png) -126px -10px;
        // margin: 0 auto;
        // margin-top: 55px;
        background: url(/img/reviews-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
         }
        .pressa-about-us ul li .us-reviews:hover {
          // width: 96px;
          // height: 78px;
          // background: url(/img/reviews.png) -10px -10px; 
          -webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px;
        }
      .pressa-about-us ul li .us-face {
        // width: 76px;
        // height: 96px;
        // background: url(/img/face.png) -106px -10px;
        // margin: 0 auto;
        // margin-top: 55px; 
        background: url(/img/face-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
      }
      .pressa-about-us ul li .us-face:hover {
-webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px;
      }
        // .pressa-about-us ul li .us-face:hover {
        //   width: 76px;
        //   height: 96px;
        //   background: url(/img/face.png) -10px -10px; }
      .pressa-about-us ul li .us-target {
        // width: 97px;
        // height: 96px;
        // background: url(/img/target.png) -127px -10px;
        // margin: 0 auto;
        // margin-top: 55px; 
         background: url(/img/target-double.png);
        width: 280px;
        height: 190px;
        background-size: cover;
        margin: 0 auto;
        margin-top: -20px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
      }
        .pressa-about-us ul li .us-target:hover {
          // width: 97px;
          // height: 96px;
          // background: url(/img/target.png) -10px -10px; 
          -webkit-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
-moz-box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
box-shadow: 0px 0px 12px 3px rgba(48,47,48,1);
 margin-top: -25px;
        }
      .pressa-about-us ul li p {
        font-size: 22px; 
            padding-top: 25px;
            line-height: 22px;
    // position: relative;
    // top: -120px;
      }
       .pressa-about-us ul li p:hover {
       }

  .price-block .price {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 50px;
    max-width: 1300px; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list {
      width: 85%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list ul li .text1 {
        float: left;
        border: 1px solid;
        width: 320px;
        margin-left: 80px;
        font-size: 20px; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list ul li .text2 {
        float: left;
        font-size: 20px;
        width: 70px; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list ul li .text3 {
        float: left;
        font-size: 20px;
        width: 100px; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list ul li .text4 {
        font-size: 20px;
        float: left; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list ul li .text5 {
        font-size: 19px;
        float: left; }
      .price-block .price .promo-block1 .resume1 .sl .sl__slide .sl__text .list h2 {
        margin-left: -67px; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .catalog-prod .text1 {
      text-align: left;
      float: left;
      width: 420px; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .catalog-prod .text2 {
      float: left;
      width: 70px; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .catalog-prod .text3 {
      float: left;
      text-align: left;
      width: 100px; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .catalog-prod .text4 {
      float: left; }
    .price-block .price .promo-block1 .resume1 .sl .sl__slide .catalog-prod .text5 {
      float: left; }

.catalog-prod {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.text1 {
  float: left; 
        // width: 700px;
        width: 820px;
        text-align: left;
        margin-left: 0px;
        font-size: 20px; }

.text2 {
  float: left; 
        font-size: 20px;
            border: 1px solid rgba(255, 0, 0, .0);
        width: 70px;}

.text3 {
  float: left; 
 float: left;
        font-size: 20px;
        width: 150px;}

.text4 {
  float: left; 
font-size: 20px;}
.text5 {
  float: left; 
font-size: 20px;}

#loadMore {
  text-align: center;
  margin: 0 auto; }

#loadMore p {
  color: #fff;
  padding: 10px;
  cursor: pointer;
  background-color: #4e2918;
  width: 150px;
  text-align: center;
  margin-left: 40%;
  color: #fcdfb3; }

#loadMore:hover {
  color: black; }

#showLess {
  color: #4e2918;
  cursor: pointer;
  margin-left: -30px; }

#showLess:hover {
  color: black; }

@media screen and (min-width: 769px) and (max-width: 990px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    margin-left: 21%; } }

@media screen and (min-width: 636px) and (max-width: 769px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    margin-left: 25%; } }

@media screen and (min-width: 542px) and (max-width: 635px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 35%;
    margin-left: 19%; } }

@media screen and (min-width: 498px) and (max-width: 542px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 40%;
    margin-left: 12%; } }

@media screen and (min-width: 446px) and (max-width: 497px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 45%;
    margin-left: 8%; } }

@media screen and (min-width: 375px) and (max-width: 444px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-left: -13%; } }

@media screen and (min-width: 320px) and (max-width: 374px) {
  #loadMore {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-left: -40%; }
  #loadMore p {
    width: 100%; } }

@media screen and (min-width: 563px) and (max-width: 990px) {
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 250px;
    font-size: 12px;
    overflow: hidden;
    height: 20px; } }

@media screen and (min-width: 563px) and (max-width: 990px) {
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 250px;
    font-size: 12px;
    overflow: hidden;
    height: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    margin-top: -3px;
    width: 100px;
    height: 20px;
    font-size: 12px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    margin-top: -3px;
    font-size: 12px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    float: left;
    display: none;
    margin-top: 0px;
    display: none;
    width: 100px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    float: left;
    display: none;
    margin-top: 0px;
    width: 50px !important; } }

@media screen and (min-width: 486px) and (max-width: 562px) {
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    // width: 200px !important;
    height: auto;
    font-size: 12px;
    margin-left: 10px;
    overflow: visible;
        width: 150px !important;
 }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    width: 40px;
    font-size: 12px;
    height: 20px
    height: 35px;
    margin-left: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    font-size: 12px;
    margin-left: 50px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    display: none; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    display: none; } }

@media screen and (min-width: 434px) and (max-width: 485px) {
    .description{
    font-size: 10px !important;
    // border: 1px solid;
    font-style: italic;
  }
  .price-block .price .sl .sl__slide .sl__text h2 {
    font-weight: 100;
    font-size: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 150px !important;
    height: auto;
    font-size: 12px;
    margin-left: 10px;
    overflow: visible;
 }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    width: 40px;
    font-size: 12px;
    height: 35px;
    margin-left: 10px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    font-size: 12px;
    margin-left: 30px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    display: none; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    display: none; } }

@media screen and (min-width: 387px) and (max-width: 433px) {
    .description{
    font-size: 10px !important;
    // border: 1px solid;
    font-style: italic;
  }
  .price-block .price .sl .sl__slide .sl__text h2 {
    font-weight: 100;
    font-size: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 110px;
    // text-align: center;
    height: auto;
    font-size: 10px;
    // margin-left: 40px;
    overflow:visible;
 }
  .text1 h3{
    font-size: 18px;
    width: 280px;
 }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    display: block;
    font-size: 10px;
     }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    font-size: 10px;
    margin-left: 10px;
    text-align: center; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    display: none; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    display: none; } }

@media screen and (min-width: 354px) and (max-width: 386px) {
    .description{
    font-size: 10px;
    font-style: italic;
  }
  .price-block .price .sl .sl__slide .sl__text h2 {
    font-weight: 100;
    font-size: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 110px;
    // text-align: center;
    height: auto;
    font-size: 10px;
    margin-left: 20px;
    overflow: visible;
 }
 .text1 h3{
    font-size: 18px;
    width: 280px;
 }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    display: block;
    font-size: 10px;
    width: 50px;

     }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    font-size: 10px;
    margin-left: 10px;
    width: 100px;
    text-align: center; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    display: none; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    display: none; } }
.description{
  font-style: italic;
  font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 353px) {
  .description{
    font-size: 10px;
    // border: 1px solid;
    font-style: italic;
  }
  .price-block .price .sl .sl__slide .sl__text h2 {
    font-weight: 100;
    font-size: 20px; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text1 {
    float: left;
    width: 100px;
    // text-align: center;
    height: auto;
    font-size: 10px;
    margin-left: 0px; }
     .text1 h3{
    font-size: 18px;
    width: 280px;
 }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text2 {
    display: block;
    font-size: 10px;
     }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text3 {
    font-size: 10px;
    margin-left: 10px;
    width: 50px;
    text-align: center; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text4 {
    display: none; }
  .price-block .price .sl .sl__slide .sl__text .list ul li .text5 {
    display: none; } }

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .catalog-prod .text1 {
    width: 600px;
    // height: 40px;
    // overflow: hidden;
     }
  .catalog-prod .text2 {
    margin-top: -1px;
    width: 100px; }
  .catalog-prod .text3 {
    margin-top: -2px; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 563px) and (max-width: 990px) {
  .catalog-prod .text1 {
    float: left;
    width: 50% !important;
    font-size: 12px;
    overflow: hidden;
    height: 20px; }
  .catalog-prod .text2 {
    margin-top: -3px;
    width: 100px;
    font-size: 12px; }
  .catalog-prod .text3 {
    margin-top: -3px; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 486px) and (max-width: 562px) {
  .catalog-prod .text1 {
    float: left;
    width: 120px !important;
    height: auto;
    font-size: 12px;
    margin-left: 10px;
    overflow: scroll;
    height: 50px; }
  .catalog-prod .text2 {
    width: 40px;
    font-size: 12px;
    height: 35px;
    margin-left: 20px; }
  .catalog-prod .text3 {
    font-size: 12px;
    margin-left: 50px; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 434px) and (max-width: 485px) {
  .catalog-prod .text1 {
    float: left;
    width: 110px !important;
    height: auto;
    font-size: 12px;
    margin-left: 10px;
    overflow: scroll;
    height: 50px; }
  .catalog-prod .text2 {
    width: 40px;
    font-size: 12px;
    height: 35px;
    margin-left: 10px; }
  .catalog-prod .text3 {
    font-size: 12px;
    margin-left: 30px; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 387px) and (max-width: 433px) {
  .catalog-prod .text1 {
    float: left;
    width: 110px !important;
    // text-align: center;
    height: auto;
    font-size: 10px;
    // margin-left: 40px;
    overflow: scroll;
    height: 50px; }
  .catalog-prod .text2 {
    display: none; }
  .catalog-prod .text3 {
    font-size: 10px;
    margin-left: 10px;
    text-align: center; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 354px) and (max-width: 386px) {
  .catalog-prod .text1 {
    float: left;
    width: 110px !important;
    // text-align: center;
    height: auto;
    font-size: 10px;
    // margin-left: 20px;
    overflow: scroll;
    height: 50px; }
  .catalog-prod .text2 {
    display: none; }
  .catalog-prod .text3 {
    font-size: 10px;
    margin-left: 10px;
    text-align: center; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

@media screen and (min-width: 320px) and (max-width: 353px) {
    .irina{
        width: 250px;
    }
}

@media screen and (min-width: 320px) and (max-width: 353px) {
  .catalog-prod .text1 {
    float: left !important;
    width: 100px !important;
    // text-align: center !important;
    height: auto;
    font-size: 10px;
    margin-left: 20px !important; }
  .catalog-prod .text2 {
    display: none; }
  .catalog-prod .text3 {
    font-size: 10px !important;
    margin-left: 10px !important;
    width: 80px !important;
    text-align: center !important; }
  .catalog-prod .text4 {
    display: none; }
  .catalog-prod .text5 {
    display: none; } }

.not-found{
  color: #4e2917;
}

.not-found h3{
  font-size: 250px;
}
.not-found p{
  font-size: 50px;
}
.catalog-prod .show-more a {
  width: 170px;
  margin: 0 auto;
  padding: 15px 25px;
  background-color: #4e2918;
  color: #f6c171; }
  .catalog-prod .show-more a:hover {
    opacity: .8; }


@media screen and (min-width: 991px) and (max-width: 1023px) {
  .carousel-block{
  display: none;
}
#about{
  padding-top: 230px;
}
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .carousel-block{
  display: none;
}
#about{
  padding-top: 70px;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-block{
  display: none;
}
#about{
  padding-top: 0px;
}
}
.rf__title{
  text-align: justify;
  font-size: 28px;
}
/*Equipment*/
#equipment .container {
  position: relative; }

#equipment h2 {
  font-size: 45px;
  color: #f6c171;
  // margin-top: 155px;
  text-align: center; }

#equipment .title-text {
  font-size: 20px;
  color: #fff;
  font-family: segoe-regular;
  text-align: center;
  margin-bottom: 40px; }

#equipment .equip-slide {
  position: relative;
  width: 180px;
  height: 180px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #f6c171; }
  #equipment .equip-slide .equip-slide-img {
    position: relative;
    width: 100%;
    height: 100%; }

#equipment .equip-title {
  padding: 19.5px;
  text-align: center; }
  #equipment .equip-title h3 {
    font-size: 25px;
    font-style: italic;
    color: #f6c171;
    margin-top: 0; }
  #equipment .equip-title p {
    font-family: segoe-regular;
    font-size: 16px;
    color: #fff;
    overflow-y: hidden;
    width: 355px !important;
    height: 69px; }
@media (max-width: 989px) {
   .pressa-about-us {
        margin-top: -120px;
   }
}

    @media (max-width: 380px) {
      .pressa-about-us ul li {
      margin: 20px 0px; }
      #equipment .equip-title p{
        width: 285px !important;
      }
      .btn-service{
        width: 80%;
        margin-left: 0px;
      }
}

#equipment .owl-carousel .owl-nav .owl-prev,
#equipment .owl-carousel .owl-nav .owl-next,
#equipment .owl-carousel .owl-dot {
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

#equipment .owl-carousel .owl-nav .owl-prev {
  background: url("/img/arrow-left.png") no-repeat;
  position: absolute;
  top: 100px;
  left: 0; }
  #equipment .owl-carousel .owl-nav .owl-prev:hover {
    background: url("/img/arrow-left-h.png") no-repeat; }

#equipment .owl-carousel .owl-nav .owl-next {
  background: url("/img/arrow-right.png") no-repeat;
  position: absolute;
  top: 100px;
  right: 0; }
  #equipment .owl-carousel .owl-nav .owl-next:hover {
    background: url("/img/arrow-right-h.png") no-repeat; }

#equipment .equip-btn-bottom {
  font-size: 22px;
  padding: 7px 16px;
  background: #f6c171;
  color: #4e2918;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  border: 1px solid #f6c171;
  margin-left: 10%; }
  #equipment .equip-btn-bottom:hover {
    border: 1px solid #f6c171;
    background: rgba(255, 255, 255, 0);
    color: #f6c171; }

/* index-service */
#service {
  z-index: 1;
  position: relative; }
  #service .service {
    background: #fcdfb3; }
    #service .service h2 {
      font-size: 45px;
      color: #4e2918;
      margin-top: 40px;
      font-family: segoe-regular;
      font-family: serif;
      margin-bottom: 30px; }
    #service .service .first-p {
      font-size: 18px;
      font-family: segoe-regular;
      text-align: justify;
          color: #4e2918;

      padding-right: 75px; }
    #service .service .second-p {
      font-size: 18px;
      font-family: segoe-regular;
      text-align: justify;
      padding-left: 75px;
          color: #4e2918;

      padding-top: 20px; }
    #service .service .service-block {
      position: relative;
      width: 621px;
      height: 621px;
      padding: 0 0 20px 20px;
      border-left: 2px solid #4e2918;
      border-bottom: 2px solid #4e2918;
      margin-top: -120px;
      margin-left: -66px;
      z-index: 1; }
      #service .service .service-block .service-img {
        position: relative;
        width: 100%;
        height: 100%; }
        #service .service .service-block .service-img .background-image {
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22); }
    #service .service .service-block-second {
      position: absolute;
      width: 621px;
      height: 621px;
      padding: 0 20px 20px 0;
      margin-top: -82px;
      margin-right: 0; }
      #service .service .service-block-second .service-img {
        position: relative;
        width: 100%;
        height: 100%; }
        #service .service .service-block-second .service-img .background-image {
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22); }

/* index-popular */
.popular-service {
  padding-top: 80px; }
  .popular-service hr {
    position: relative;
    top: -85px;
    border-top: 7px solid #fcdfb3; }

.popular-block {
  position: relative;
  max-width: 1200px;
  background: #fff;
  padding: 70px 20px;
  width: inherit !important;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22); }
  .popular-block h2 {
    font-size: 45px;
    color: #4e2918;
    margin-top: 0;
    margin-bottom: 40px; }
  .popular-block .popular-border {
    width: 195px;
    height: 195px;
    background-image: url("/img/popular-border.png");
    padding: 10px;
    margin: 0 auto; }
    .popular-block .popular-border .popular-img {
      width: 100%;
      height: 100%;
      position: relative; }
  .popular-block p {
    font-size: 18px;
    color: #4e2918;
    text-align: center;
    font-family: segoe-regular;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    max-height: 75px;
    height: 100px;
    overflow: hidden; 
  }

/* index-staff */
#staff {
  position: relative; }

.staff {
  min-height: 370px;
  z-index: 1; }

.staff-block-left {
  background: #fcdfb3;
  padding: 20px;
  width: 112%;
  position: absolute;
  margin-top: -60px; }
  .staff-block-left .block-left {
    float: right;
    max-width: 640px;
    padding-right: 120px; }
    .staff-block-left .block-left h2 {
      font-size: 40px;
      color: #a55d32;
      margin-top: 20px;
      margin-bottom: 40px; }
    .staff-block-left .block-left p {
      font-size: 20px;
          color: #4e2918;

      font-family: segoe-regular;
      text-align: justify; }

.staff-block-border {
  border-top: 2px solid #a55d32;
  border-left: 2px solid #a55d32;
  border-bottom: 2px solid #a55d32;
  padding: 20px 0 20px 20px;
  width: 102%;
  position: absolute;
  right: 0;
  margin-top: -22px; }
.staff-block-border1{
  position: relative !important;
}
.staff-block-border2{
  position: relative !important;
}

.staff-block-right {

  background: #a55d32;
  padding: 15px;
  width: 100%;
  display: inline-block; }
.staff-block-right2 {
  margin-top: 100px;
  background: #fcdfb3;
  padding: 20px;
  width: 100%;
  display: inline-block; }

  .staff-block-right .block-right {
    max-width: 640px;
    padding-right: 120px; }
    .staff-block-right .block-right p {
      font-size: 18px;
      font-family: segoe-regular;
      text-align: justify;
      color: #fff; }
          .staff-block-right2 .block-right p {
      font-size: 18px;
      font-family: segoe-regular;
      text-align: justify;
      color: #4e2918; }
  .staff-block-right .review-block {
    position: relative;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    margin-bottom: 10px; }
    .staff-block-right .review-block .background-image {
      border-radius: 100%; }
  .staff-block-right .rew-name {
    font-size: 30px;
    color: #fff; }

.form-bjlock{
  // border: 1px solid;
  height: 200px;
  background-color: #4e2918;
}

.form-bjlock form .form-group input {
        border-radius: 0;
      }
.form-control1{
  border-radius: 0px !important;
}

.form-control{
      border-radius: 0px !important;
    // width: 96%;
    width: 100%;
    // margin-left: 50px;
    margin-left: 0px;
}
// @media screen and (min-width: 320px) and (max-width: 990px) {
// .form-control{
//       border-radius: 0px !important;
//     width: 96%;
//     // width: 100%;
//     // margin-left: 50px;
//     margin-left: 50px;
// }
}
@media screen and (min-width: 990px) and (max-width: 1092px) {
.search2{
      border-radius: 0px !important;
    width: 80%;
    margin-left:0px;
}
.btn-default{
  border-radius: 0px;
  position: relative;
  top: 0px;
  left: 2%;
}
.modal-content-style .modal-body .btn {
  left: 0%;
}
}
@media screen and (min-width: 760px) and (max-width: 990px) {
.main-search{
  margin-top: -100px !important;
}
.search2{
      border-radius: 0px !important;
      width: 70%;

}
.btn-default{
  border-radius: 0px;
  position: relative;
  top: -49px;
  // top: 8px;
  // left: 8.5%;
  left: 68%;

}
.modal-content-style .modal-body .btn {
  left: 0%;
  top: 9px;
      font-size: 16px;
    padding: 9px 23px;
}
}



@media screen and (min-width: 320px) and (max-width: 759px) {
.main-search{
  margin-top: -100px !important;
}
.search2{
      border-radius: 0px !important;
      width: 70%;
      margin-left: -40px !important;
}
.btn-default{
  border-radius: 0px;
  position: relative;
  top: -49px;
  // top: 8px;
  left: 68%;
}
.modal-content-style .modal-body .btn {
  left: 0%;
   top: 9px;
      font-size: 16px;
    padding: 9px 23px;
}
.btn-popular{
  margin-top: 0;
  margin-bottom: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 508px) {
.main-search{
  margin-top: -100px !important;
}
.search2{
      border-radius: 0px !important;
      width: 70%;

}
.btn-default{
  border-radius: 0px;
  position: relative;
  // top: -49px;
  // top: 8px;
  // left: 8.5%;
  left: 68%;

}
.modal-content-style .modal-body .form-group input{
  width: 140%;
    border: 0px solid #4e2918;
}
.modal-content-style .modal-body .btn {
  position: relative;
  // left: -30%;
  left: 0%;
      font-size: 16px;
    padding: 5px 23px;
}
}

.form-bjlock h2{
  color: #fcdfb3;
  margin: 20px;
  padding-top: 20px;
}
.text-area-1{
  margin-top: -20px;
}
.text-area-1 input{
  border-radius: 0;
}
.btn1{
  margin-top: 10px;
  background-color: #a55d32;
  color: #fcdfb3;
  font-size: 18px;
  border-radius: 0;
}

/* index-plus */
.plus {
  padding-top: 100px;
  padding-bottom: 50px; }
  .plus .form-block {
    background-image: url(/img/form.png);
    width: 1140px;
    height: 426px;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22); }
    .plus .form-block form {
      padding-left: 475px;
      padding-top: 70px;
      padding-right: 65px; }
      .plus .form-block form .form-group input {
        font-size: 17px;
        padding: 10px;
        border-radius: 0;
        border: 1px solid #4e2918;
        color: #4e2918;
        font-family: segoe-regular; }
        .plus .form-block form .form-group input:focus {
          box-shadow: none !important; }
      .plus .form-block form .btn {
        border-radius: 0;
        font-size: 25px;
        padding: 7px 40px;
        display: inline-block;
        color: #fcdfb3;
        background: #a55d32;
        margin-top: 5px;
        margin-bottom: 30px;
        outline: none;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .plus .form-block form .btn:hover {
          color: #a55d32;
          border: 1px solid #a55d32;
          background: rgba(255, 255, 255, 0); }
    .plus .form-block h2 {
      font-size: 40px;
      color: #4e2918;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
    .plus .form-block h3 {
      font-size: 35px;
      color: #4e2918;
      margin-top: 0; }

.form-block input::-webkit-input-placeholder {
  color: #4e2918 !important; }

.form-block input::-moz-placeholder {
  color: #4e2918 !important; }

/* Firefox 19+ */
.form-block input:-moz-placeholder {
  color: #4e2918 !important; }

/* Firefox 18- */
.form-block input:-ms-input-placeholder {
  color: #4e2918 !important; }

.plus-block {
  padding: 0 0 0 200px;
  position: relative; }
  .plus-block h2 {
    font-size: 45px;
    color: #4e2918;
    margin-top: 0;
    margin-bottom: 40px; }
  .plus-block .plus-text {
    border-left: 2px solid #4e2918;
    padding-left: 20px;

    margin-bottom: 50px; }
    .plus-block .plus-text h3 {
      font-size: 27px;
      color: #4e2918;
      margin-top: 0; }
    .plus-block .plus-text p {
      font-size: 20px;
          color: rgb(78, 41, 24);

      font-family: segoe-regular; }

/* Pages styles */
.defaultPage {
  margin-top: 147px; }

/**/
/* footer */
.footer {
  background: #4e2918; }
  .footer h2 {
    font-size: 45px;
    color: #f6c171;
    margin-top: 50px; }
  .footer h3 {
    font-size: 35px;
    color: #fcdfb3;
    margin-top: 0; }
    .footer h3 span {
      color: #fff;
      font-style: italic; }
  .footer .time-footer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 7px 40px;
    display: inline-block;
    color: #4e2917;
    vertical-align: middle;
    box-shadow: -60px 60px 0 -17px #4e2917, 60px -60px 0 -17px #4e2917, 60px 60px 0 -60px #fcdfb3, 0 0 0 2px #fcdfb3; 

}
    .footer .time-footer span {
      font-size: 50px;
      font-style: normal; }
    .footer .time-footer p {
      font-family: segoe-regular;
      color: #fff;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 20px; }
  .footer h4 {
    color: #fff;
    font-size: 22px; }
    .footer h4 a {
      font-size: 26px;
      color: #fcdfb3; }
  .footer .footer-img {
    width: 100%;
    background: #f6c171;
    padding: 35px 50px;
    text-align: left;
    position: relative;
    top: 78px;
    z-index: 1; }
    .footer .footer-img img {
      margin: 0 21px; }
      .footer .footer-img img:last-child {
        position: relative;
        top: 15px; }

.copyright {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #a55d32;
  font-family: segoe-regular; }
  .copyright a {
    color: #fff; }

/* map */
#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #e7eaf0; }

@media only screen and (min-width: 768px) {
  #google-container {
    height: 500px; } }

@media only screen and (min-width: 1200px) {
  #google-container {
    height: 500px; } }

#cd-google-map {
  position: relative; }

@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center; } }

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(246, 193, 113, 0.8);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #f6c171; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 100px; } }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 100px; } }

#cd-zoom-out {
  background-position: 50% -32px; }

/* slideanim */
.slideanim {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

.btn-image {
  font-size: 25px;
  display: inline-block;
  width: 194px;
  height: 66px;
  color: #4e2917;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  background-image: url(/img/btn-border.png);
  text-align: center;
  line-height: 65px;
  margin-top: 30px; }
  .btn-image:hover {
    background-color: #4e2918;
    color: #fff; }

.level-menu1 {
  position: absolute;
  left: -70px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; }

.level-menu2 {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1;
  padding-top: 0 !important;
  padding-left: 5px; }

.level-menu3 {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1;
  padding-top: 0 !important;
  padding-left: 5px; }

.top-level-menu li ul li a div {
  border-top: 0 !important;
  top: 0 !important; }

.defaultContent {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px; }
  .defaultContent .audio-video-reception ul {
    text-align: center;
    margin-top: 50px; }
    .defaultContent .audio-video-reception ul li {
      display: inline-block;
      vertical-align: top;
      margin: 30px 20px; }
      .defaultContent .audio-video-reception ul li:hover {
        opacity: .8; }
      .defaultContent .audio-video-reception ul li a {
        color: #f6c171;
        padding: 10px 20px;
        background-color: #4e2918;
        padding: 15px 40px; }
  .defaultContent .body-nav {
    background-color: #f6c171;
    position: relative;
    z-index: 5;
    bottom: -95px; }
    .defaultContent .body-nav ul {
      list-style: none;
      text-align: center; }
      .defaultContent .body-nav ul li {
        display: inline-block;
        margin: 10px 50px; }
        .defaultContent .body-nav ul li a {
          color: #4e2918;
          font-weight: bold; }
          .defaultContent .body-nav ul li a:hover {
            opacity: .7; }

.promo-block1 .resume1 {
  font-family: segoe-regular;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #4e2918;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .promo-block1 .resume1 .list {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .promo-block1 .resume1 .list ul li .text1 {
      float: left;
      width: 420px;
      width: 320px;
      margin-left: 80px;
      font-size: 20px;
      font-family: segoe-regular; }
    .promo-block1 .resume1 .list ul li .text2 {
      float: left;
      font-size: 20px;
      font-family: segoe-regular;
      width: 70px; }
    .promo-block1 .resume1 .list ul li .text3 {
      float: left;
      font-size: 18px;
      font-family: segoe-regular;
      width: 50px; }
    .promo-block1 .resume1 .list ul li .text4 {
      font-size: 20px;
      float: left; }
    .promo-block1 .resume1 .list ul li .text5 {
      font-size: 20px; }

.promo-block1 .resume1.open {
  max-height: 100% !important;
  overflow: initial !important;
  -webkit-line-clamp: initial !important; }

.promo-block1 .read-more1 {
  text-align: center;
  padding: 6px 0;
  display: block;
  cursor: pointer;
  background: #a65d32;
  transition: all 400ms ease-in-out;
  position: relative;
  width: 170px;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 20px; }

.promo-block1 .read-more1:hover {
  background: #ff9b52;
  color: #f56800; }

.promo-block1 .read-more1 span {
  color: #fff;
  display: block;
  font-size: 25px; }

.promo-block1 .read-more1 span.less {
  display: none; }

@media screen and (min-width: 613px) and (max-width: 990px) {
  .promo-block1 .resume1 {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .promo-block1 .resume1 .list {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .promo-block1 .resume1 .list ul li .text1 {
        float: left;
        width: 320px; }
      .promo-block1 .resume1 .list ul li .text2 {
        float: left;
        width: 70px; }
      .promo-block1 .resume1 .list ul li .text3 {
        float: left;
        width: 50px; }
      .promo-block1 .resume1 .list ul li .text4 {
        float: left; } }

@media screen and (min-width: 490px) and (max-width: 612px) {
  .promo-block1 .resume1 {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .promo-block1 .resume1 .list {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .promo-block1 .resume1 .list ul li .text1 {
        float: left;
        width: 270px; }
      .promo-block1 .resume1 .list ul li .text2 {
        float: left;
        display: none;
        width: 70px; }
      .promo-block1 .resume1 .list ul li .text3 {
        float: left;
        width: 50px; }
      .promo-block1 .resume1 .list ul li .text4 {
        float: left; } }

@media screen and (min-width: 395px) and (max-width: 489px) {
  .promo-block1 .resume1 {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .promo-block1 .resume1 h2 {
      font-size: 18px; }
    .promo-block1 .resume1 .list {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .promo-block1 .resume1 .list ul li .text1 {
        font-size: 12px;
        float: left;
        width: 220px; }
      .promo-block1 .resume1 .list ul li .text2 {
        float: left;
        display: none;
        width: 70px; }
      .promo-block1 .resume1 .list ul li .text3 {
        font-size: 12px;
        float: left;
        width: 50px; }
      .promo-block1 .resume1 .list ul li .text4 {
        float: left;
        font-size: 12px; }
      .promo-block1 .resume1 .list ul li .text5 {
        font-size: 12px; } }

@media screen and (min-width: 320px) and (max-width: 394px) {
  .promo-block1 .resume1 {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .promo-block1 .resume1 h2 {
      font-size: 18px; }
    .promo-block1 .resume1 .list {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .promo-block1 .resume1 .list ul li .text1 {
        font-size: 12px;
        float: left;
        width: 220px; }
      .promo-block1 .resume1 .list ul li .text2 {
        float: left;
        display: none;
        width: 70px; }
      .promo-block1 .resume1 .list ul li .text3 {
        font-size: 12px;
        float: left;
        display: none;
        width: 50px; }
      .promo-block1 .resume1 .list ul li .text4 {
        float: left;
        display: none;
        font-size: 12px;
        margin-right: 5px; }
      .promo-block1 .resume1 .list ul li .text5 {
        font-size: 12px; }
  .promo-block1 .read-more1 {
    text-align: center;
    padding: 6px 0;
    display: block;
    cursor: pointer;
    background: #a65d32;
    transition: all 400ms ease-in-out;
    position: relative;
    width: 150px;
    letter-spacing: 0;
    margin: 0 auto;
    margin-top: 20px; }
    .promo-block1 .read-more1 span {
      font-size: 16px; } }

.promo-block {
  height: 559px;
  width: 100%;
  border: 2px solid #f7c070;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px; }
  .promo-block .img-promo {
    width: 272px;
    height: 272px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 1; }
  .promo-block .footer-promo {
    height: 51%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
  }
    .promo-block .footer-promo .promo-title {
      text-align: center; }
      .promo-block .footer-promo .promo-title h2 {
        font-size: 23px;
        color: #ab5a32;
        margin-top: 15px;
        margin-bottom: 15px;
        height: 80px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; }
    .promo-block .footer-promo .promo-hr {
      background: #4e2917;
      height: 2px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px; }
  .promo-block .promoWrapper {
    width: 100%;
    padding: 0 19px;
    background: #fff;
    position: absolute;
    padding-bottom: 22px;
    left: 0px;
    top: 20px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.23);
    z-index: 5; }
  .promo-block .resume {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    font-size: 18px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
    max-height: 50px;
  }
  .promo-block .resume.open {
    max-height: 100% !important;
    overflow: initial !important;
    -webkit-line-clamp: initial !important;
    -moz-line-clamp: initial !important;
     }
  .promo-block .read-more {
    text-align: center;
    padding: 6px 0;
    display: block;
    cursor: pointer;
    background: #a65d32;
    transition: all 400ms ease-in-out;
    position: relative;
    width: 170px;
    letter-spacing: 0;
    margin: 0 auto;
    margin-top: 20px; }
  .promo-block .read-more:hover {
    background: #ff9b52;
    color: #f56800; }
  .promo-block .read-more span {
    color: #fff;
    display: block;
    font-size: 25px; }
  .promo-block .read-more span.less {
    display: none; }

.promo-block-qual {
  height: 295px;
  width: 100%;
  border: 2px solid #4e2918;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px; }
  .promo-block-qual .img-promo-qual {
    width: 272px;
    height: 272px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 1; }
     .promo-block-qual .img-promo-qual a img{
      width: 272px;

     }

.qual {
  background-color: #f6c171;
  position: relative;
  z-index: 2;
  top: 100px; }
  .qual ul {
    padding-top: 10px; }
    .qual ul li {
      margin: 10px 50px 10px 50px; }
      .qual ul li a {
        color: #4e2918;
        font-weight: bold; }

@media screen and (min-width: 736px) and (max-width: 1200px) {

  .qual ul {
    padding-top: 10px; }
    .qual ul li {
      margin: 10px 20px 10px 20px; }
}

@media screen and (min-width: 736px) and (max-width: 768px) {
  .qual{
   // top: 50px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 735px) {
  .qual{
   // top: 50px !important;
  }
  .qual ul {
    padding-top: 10px; }
    .qual ul li {
      margin: 10px 0px 10px 0px; }
}

.promo-block-video-block {
  height: 255px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px; }
  .promo-block-video-block .img-promo-video-block {
    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ }
    .promo-block-video-block .img-promo-video-block .video p {
      opacity: 0;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Segoe UI';
      line-height: 300px;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 2;
      border: 1px solid;
      height: 285px;
      top: -221px; }
      .promo-block-video-block .img-promo-video-block .video p:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5); }

.promo-block-video-block .img-promo-video-block h2{
  white-space: normal;
}

    @media screen and (min-width: 1025px) and (max-width: 1200px) {
      .promo-block-video-block .img-promo-video-block .video p {
        height: 250px;
        top: -186px;
        line-height: 250px;
       } }
           @media screen and (min-width: 992px) and (max-width: 1024px) {
      .promo-block-video-block .img-promo-video-block .video p {
        height: 233px;
        top: -169px;
        line-height: 220px;
       } }
          @media screen and (min-width: 769px) and (max-width: 991px) {
      .promo-block-video-block .img-promo-video-block .video p {
        height: 262px;
        top: -197px;
        line-height: 220px;
       } }
                 @media screen and (min-width: 767px) and (max-width: 769px) {
      .promo-block-video-block .img-promo-video-block .video p {
        height: 269px;
        top: -207px;
        line-height: 220px;
       } }
    .promo-block-video-block .img-promo-video-block figure {
      margin: 0;
      padding: 0; }
    .promo-block-video-block .img-promo-video-block h2 {
      font-size: 16px !important;
      font-weight: 500;
      line-height: 1.25;
      color: #4e2918;
      letter-spacing: 1px;
      text-align: center;
      padding: 5px 8px;
      margin: 0;
      height: 50px;
      margin-top: 10px;
      white-space: normal; }
    @media (max-width: 1200px) {
      .promo-block-video-block .img-promo-video-block h2 {
        font-size: 15px; } }
    .promo-block-video-block .img-promo-video-block section {
      padding: 0% 0%;
      width: 100%; }
    .promo-block-video-block .img-promo-video-block .buttons {
      list-style-type: none;
      text-align: center; }
    .promo-block-video-block .img-promo-video-block .buttons li {
      display: inline-block;
      margin: 0 25px;
      padding: 0; }
    @media (max-width: 768px) {
      .promo-block-video-block .img-promo-video-block .buttons li {
        display: block;
        margin: 50px auto 0; } }
    .promo-block-video-block .img-promo-video-block .buttons li a {
      font-size: 30px;
      color: #fff;
      padding: 20px;
      background: #bc8542;
      border: 2px solid #bc8542;
      border-radius: 10px;
      text-decoration: none;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (max-width: 1024px) {
      .promo-block-video-block .img-promo-video-block .buttons li a {
        padding: 15px;
        font-size: 22px; } }
    .promo-block-video-block .img-promo-video-block .buttons li a:hover,
    .promo-block-video-block .img-promo-video-block .buttons li a:active,
    .promo-block-video-block .img-promo-video-block .buttons li a:focus {
      background: none;
      border: 2px solid #fff; }
    .promo-block-video-block .img-promo-video-block .second {
      background: #eee9e9; }
    .promo-block-video-block .img-promo-video-block .video {
      background: #fff;
      padding-bottom: 15px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
      width: 18%;
      margin: 1%;
      float: left;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
          @media (max-width: 1920px) {
      .promo-block-video-block .img-promo-video-block .video {
        width: 100%; } }
    @media (max-width: 1366px) {
      .promo-block-video-block .img-promo-video-block .video {
        width: 100%; } }
    @media (max-width: 1024px) {
      .promo-block-video-block .img-promo-video-block .video {
        width: 90%; } }
    @media (max-width: 768px) {
      .promo-block-video-block .img-promo-video-block .video {
        display: block;
        width: 96%;
        margin: 2%;
         } 
         .promo-block-video-block .img-promo-video-block h2{
          font-size: 17px !important;
         }
         .promo-block-video-block .img-promo-video-block .video p {
        display: none;
       } 
       }
    @media (max-width: 480px) {
      .promo-block-video-block .img-promo-video-block .video {
        display: block;
        width: 96%;
        margin: 2%;
     } 

   }
@media (max-width: 768px) {
  .qual1{
    display: none;
  }
}
.qual2{
 top: 30px;
}


    .promo-block-video-block .img-promo-video-block .video figure {
      height: 0;
      padding-bottom: 60%; }
    .promo-block-video-block .img-promo-video-block .video img {
      width: 90%;
      height: auto;
      margin-top: 10px;
      opacity: 1; }
    .promo-block-video-block .img-promo-video-block .video img:hover,
    .promo-block-video-block .img-promo-video-block .video img:active,
    .promo-block-video-block .img-promo-video-block .video img:focus {
      opacity: 0.75; }
    .promo-block-video-block .img-promo-video-block img {
      max-width: 100%;
      height: auto; }
    .promo-block-video-block .img-promo-video-block .clearfix {
      content: "";
      display: table;
      clear: both; }
    .promo-block-video-block .img-promo-video-block .scroll-top:hover {
      color: #fff !important;
      background-color: #333;
      text-decoration: none;
      border-bottom: none; }
    .promo-block-video-block .img-promo-video-block .scroll-top {
      display: none;
      position: fixed;
      bottom: 1rem;
      right: 1rem;
      width: 3.2rem;
      height: 3.2rem;
      line-height: 2;
      font-size: 1.4rem;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      text-decoration: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border-bottom: none;
      text-align: center;
      cursor: pointer; }
    .promo-block-video-block .img-promo-video-block .fancybox-close {
      border-bottom: none; }
    .promo-block-video-block .img-promo-video-block .fancybox-close:hover,
    .promo-block-video-block .img-promo-video-block .fancybox-close:active,
    .promo-block-video-block .img-promo-video-block .fancybox-close:focus {
      border-bottom: none; }
    .promo-block-video-block .img-promo-video-block .fancybox-wrap,
    .promo-block-video-block .img-promo-video-block .fancybox-skin,
    .promo-block-video-block .img-promo-video-block .fancybox-outer,
    .promo-block-video-block .img-promo-video-block .fancybox-inner,
    .promo-block-video-block .img-promo-video-block .fancybox-image,
    .promo-block-video-block .img-promo-video-block .fancybox-wrap iframe,
    .promo-block-video-block .img-promo-video-block .fancybox-wrap object,
    .promo-block-video-block .img-promo-video-block .fancybox-nav,
    .promo-block-video-block .img-promo-video-block .fancybox-nav span,
    .promo-block-video-block .img-promo-video-block .fancybox-tmp {
      padding: 0;
      margin: 0;
      border: 0;
      outline: none;
      vertical-align: top; }
    .promo-block-video-block .img-promo-video-block .fancybox-wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 8020; }
    .promo-block-video-block .img-promo-video-block .fancybox-skin {
      position: relative;
      background: #f9f9f9;
      color: #444;
      text-shadow: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .promo-block-video-block .img-promo-video-block .fancybox-opened {
      z-index: 8030; }
    .promo-block-video-block .img-promo-video-block .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
    .promo-block-video-block .img-promo-video-block .fancybox-outer,
    .promo-block-video-block .img-promo-video-block .fancybox-inner {
      position: relative; }
    .promo-block-video-block .img-promo-video-block .fancybox-inner {
      overflow: hidden !important; }
    .promo-block-video-block .img-promo-video-block .fancybox-type-iframe .fancybox-inner {
      -webkit-overflow-scrolling: touch; }
    .promo-block-video-block .img-promo-video-block .fancybox-error {
      color: #444;
      font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      padding: 15px;
      white-space: nowrap; }
    .promo-block-video-block .img-promo-video-block .fancybox-image,
    .promo-block-video-block .img-promo-video-block .fancybox-iframe {
      display: block;
      width: 100%;
      height: 100%; }
    .promo-block-video-block .img-promo-video-block .fancybox-image {
      max-width: 100%;
      max-height: 100%; }
    .promo-block-video-block .img-promo-video-block #fancybox-loading,
    .promo-block-video-block .img-promo-video-block .fancybox-close,
    .promo-block-video-block .img-promo-video-block .fancybox-prev span,
    .promo-block-video-block .img-promo-video-block .fancybox-next span {
      background-image: url("/images/fb/fancybox_sprite.png"); }
    .promo-block-video-block .img-promo-video-block #fancybox-loading {
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -22px;
      margin-left: -22px;
      background-position: 0 -108px;
      opacity: 0.8;
      cursor: pointer;
      z-index: 8060; }
    .promo-block-video-block .img-promo-video-block #fancybox-loading div {
      width: 44px;
      height: 44px;
      background: url("/images/fb/fancybox_loading.gif") center center no-repeat; }
    .promo-block-video-block .img-promo-video-block .fancybox-close {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 8040; }
    .promo-block-video-block .img-promo-video-block .fancybox-nav {
      position: absolute;
      top: 0;
      width: 40%;
      height: 100%;
      cursor: pointer;
      text-decoration: none;
      background: transparent url("/images/fb/blank.gif");
      -webkit-tap-highlight-color: transparent;
      z-index: 8040; }
    .promo-block-video-block .img-promo-video-block .fancybox-prev {
      left: 0; }
    .promo-block-video-block .img-promo-video-block .fancybox-next {
      right: 0; }
    .promo-block-video-block .img-promo-video-block .fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 34px;
      margin-top: -18px;
      cursor: pointer;
      z-index: 8040;
      visibility: hidden; }
    .promo-block-video-block .img-promo-video-block .fancybox-prev span {
      left: 10px;
      background-position: 0 -36px; }
    .promo-block-video-block .img-promo-video-block .fancybox-next span {
      right: 10px;
      background-position: 0 -72px; }
    .promo-block-video-block .img-promo-video-block .fancybox-nav:hover span {
      visibility: visible; }
    .promo-block-video-block .img-promo-video-block .fancybox-tmp {
      position: absolute;
      top: -99999px;
      left: -99999px;
      max-width: 99999px;
      max-height: 99999px;
      overflow: visible !important; }
    .promo-block-video-block .img-promo-video-block .fancybox-lock {
      overflow: hidden !important;
      width: auto; }
    .promo-block-video-block .img-promo-video-block .fancybox-lock body {
      overflow: hidden !important; }
    .promo-block-video-block .img-promo-video-block .fancybox-lock-test {
      overflow-y: hidden !important; }
    .promo-block-video-block .img-promo-video-block .fancybox-overlay {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      display: none;
      z-index: 8010;
      background: url("/images/fb/fancybox_overlay.png"); }
    .promo-block-video-block .img-promo-video-block .fancybox-overlay-fixed {
      position: fixed;
      bottom: 0;
      right: 0; }
    .promo-block-video-block .img-promo-video-block .fancybox-lock .fancybox-overlay {
      overflow: auto;
      overflow-y: scroll; }
    .promo-block-video-block .img-promo-video-block .fancybox-title {
      visibility: hidden;
      font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: relative;
      text-shadow: none;
      z-index: 8050; }
    .promo-block-video-block .img-promo-video-block .fancybox-opened .fancybox-title {
      visibility: visible; }
    .promo-block-video-block .img-promo-video-block .fancybox-title-float-wrap {
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-bottom: -35px;
      z-index: 8050;
      text-align: center; }
    .promo-block-video-block .img-promo-video-block .fancybox-title-float-wrap .child {
      display: inline-block;
      margin-right: -100%;
      padding: 2px 20px;
      background: transparent;
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      text-shadow: 0 1px 2px #222;
      color: #FFF;
      font-weight: bold;
      line-height: 24px;
      white-space: nowrap; }
    .promo-block-video-block .img-promo-video-block .fancybox-title-outside-wrap {
      position: relative;
      margin-top: 10px;
      color: #fff; }
    .promo-block-video-block .img-promo-video-block .fancybox-title-inside-wrap {
      padding-top: 10px; }
    .promo-block-video-block .img-promo-video-block .fancybox-title-over-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 10px;
      background: #000;
      background: rgba(0, 0, 0, 0.8); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), 

only screen and (min-device-pixel-ratio: 1.5) {
      .promo-block-video-block .img-promo-video-block #fancybox-loading,
      .promo-block-video-block .img-promo-video-block .fancybox-close,
      .promo-block-video-block .img-promo-video-block .fancybox-prev span,
      .promo-block-video-block .img-promo-video-block .fancybox-next span {
        background-image: url("/images/fb/fancybox_sprite@2x.png");
        background-size: 44px 152px; }
      .promo-block-video-block .img-promo-video-block #fancybox-loading div {
        background-image: url("/images/fb/fancybox_loading@2x.gif");
        background-size: 24px 24px; } }

.promo-block11 .resume11 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  line-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  font-size: 18px;
  color: #4e2918;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid; }

.promo-block11 .resume11.open {
  max-height: 100% !important;
  overflow: initial !important;
  -webkit-line-clamp: initial !important; 
  -moz-line-clamp: initial !important; 
}

.promo-block11 .read-more11 {
  text-align: center;
  padding: 6px 0;
  display: block;
  cursor: pointer;
  background: #a65d32;
  transition: all 400ms ease-in-out;
  position: relative;
  width: 170px;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 120px; }

.promo-block11 .read-more11:hover {
  background: #ff9b52;
  color: #f56800; }

.promo-block11 .read-more11 span {
  color: #fff;
  display: block;
  font-size: 25px; }

.promo-block11 .read-more11 span.less {
  display: none; }

.promo-block-audio-block1 {
  margin-top: 20px;
  height: 100px; }

// =====================================
// ==============audio==================

.jp-interface {
    position: fixed;
  
    // width: 700px !important;
    margin: 0 auto;
}
.jp-playlist{
    // width: 1024px !important;
    margin: 0 auto;
}
.jp-playlist ul{
    margin: 0 auto;
    text-align: center;
}
.jp-playlist li{
    // font-family: segoe-regular;
    font-weight: bold;
    display: inline-block;
    width: 360px;
    margin: 0 auto;
    text-align:left;
    margin: 20px 30px;
    // height: 40px;
    vertical-align: top;
    background-color: #f4d4ab;
    color: #4e2918 !important;
    padding-top: 20px !important;
    opacity: 1;
}
.jp-type-playlist .jp-playlist li.jp-playlist-current{
}


div.jp-audio,
div.jp-audio-stream,
div.jp-video {

    /* Edit the font-size to counteract inherited font sizing.
     * Eg. 1.25em = 1 / 0.8em
     */

    font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos 

ZIP */

    font-family:Verdana, Arial, sans-serif;
    line-height:1.6;
    color: #666;
    /*border:1px solid #009be3;*/
    /*background-color:#eee;*/
}
div.jp-audio {
    /*width:420px;*/
}
div.jp-audio-stream {
    width:182px;
}


div.jp-interface {
    position: relative;
    background-color: #ffe0b3;
    width:130%;
    right: 120px;
    margin: 0 auto;
}

div.jp-audio div.jp-type-single div.jp-interface {
    // height:80px;

}
div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 100px;
    margin-bottom: 0px !important;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
    height:80px;
}

div.jp-video div.jp-interface {
    border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
    clear: both;
    width:440px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
    list-style-type:none;
    margin:0;
    padding: 0;
    float: left;
    overflow:hidden;
    margin-top: 40px;
}

div.jp-audio ul.jp-controls {
  margin-left: 270px;
}



div.jp-audio-stream ul.jp-controls {
    width: 142px;
    padding:20px 20px 0 20px;
}
.fa-volume-down{
  position: relative;
  top: 48px;
  left: 425px;
      color: rgb(78, 41, 24);
}





div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
    display:inline;
    float: left;
}

div.jp-interface ul.jp-controls a {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
    width: 23px;
    height: 23px;
    margin-left: 12px;
    margin-top: 12px;
    position: relative;
    left: 95px;
}

a.jp-play {
    background: url("../img/player/audio_icons.png") -48px -25px no-repeat;
}
a.jp-play:hover {
    // background: url("../img/player/audio_icons.png") -24px -25px no-repeat;
}
a.jp-pause {
    background: url("../img/player/audio_icons.png") -120px -25px no-repeat;
    display: none;
}
a.jp-pause:hover {
    // background: url("../img/player/audio_icons.png") -96px -25px no-repeat;
}

a.jp-stop {
    width: 28px;
    height: 28px;
    margin-top: 6px;
}

a.jp-previous, a.jp-next {
    width:12px;
    height:15px;
    margin-top:17px;
    margin-left: 48px;
}

a.jp-stop {
    background: url("../img/player/audio_icons.png") 0 -83px no-repeat;
    margin-left:10px;
}

a.jp-stop:hover {
    background: url("../img/player/audio_icons.png") -29px -83px no-repeat;
}

a.jp-previous {
    background: url("../img/player/audio_icons.png") -3px -51px no-repeat;
}
a.jp-previous:hover {
    opacity: 0.9;
}

a.jp-next {
    background: url("../img/player/audio_icons.png") -18px -51px no-repeat;
}
a.jp-next:hover {
    opacity: 0.9;
}

/* @end */

/* @group progress bar */

div.jp-progress {
    overflow:hidden;
    float: left;
    background-color: #ddd;
    margin-top: 30px;
    margin-left: 230px;
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 30px;
    height: 5px;
}
div.jp-audio div.jp-type-single div.jp-progress {
    left: 90px;
    width: 368px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: 220px;
    width: 368px;
}

div.jp-video div.jp-progress {
    top:0px;
    left:0px;
    width:100%;
    height:10px;
}
div.jp-seek-bar {
    background: url("../img/player/vkontakte.jpg") 0 -202px repeat-x;
    width:0px;
    height:100%;
    cursor: pointer;
}
div.mute{

}
div.jp-play-bar {
    background: url("../img/player/vkontakte.jpg") 0 -218px repeat-x ;
    width:0px;
    height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
    background: url("../img/player/vkontakte.gif");
}

/* @end */

/* @group volume controls */

div.jp-volume-bar {
    width: 55px;
    height: 5px;
    position: absolute;
    overflow:hidden;
    background: url("../img/player/vkontakte.jpg") 0 -250px repeat-x;
    width:55px;
    height:4px;
    cursor: pointer;
    margin-top: 30px;
}
div.jp-audio div.jp-volume-bar {
    top: 30px;
    left: 469px;
    margin-left: 400px;
}
div.jp-volume-bar-value {
    background: url("../img/player/vkontakte.jpg") 0 -256px repeat-x;
    width:0px;
    height: 4px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
    position:absolute;
    top: 20px;
    left: 855px !important;
    color: #4e2918;
    font-size: 14px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 560px;
    width:40px;
}

div.jp-current-time,
div.jp-duration {
    // width:60px;
    // font-size:.70em;
    // margin-left: 240px;
    // font-style:oblique;
}
div.jp-current-time {
    float: left;
    display:inline;
}
div.jp-duration {
    float: right;
    display:inline;
    text-align: right;
    position: absolute;
    left: 920px;
    top: 20px;
        color: #4e2918;
    font-size: 14px;
}

div.jp-video div.jp-current-time {
    margin-left:20px;
}
div.jp-video div.jp-duration {
    margin-right:20px;
}

/* @end */

/* @group playlist */



div.jp-details,
div.jp-playlist {
    width:100%;
    /*background-color:#ccc;*/
    /*border-top:1px solid #009be3;*/
    /*margin-top: 50px;*/
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
    border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
    list-style-type:none;
    padding-top: 18px;
    margin:0;
    padding:0 20px;
    font-size:.82em;
    position: relative;
    z-index: 5;
}

div.jp-details li {
    padding:5px 0;
    font-weight:bold;
}



div.jp-playlist li {
    position: relative;
    padding:5px 0 4px 20px;
    // border-radius: 5px;
}
div.jp-playlist li .jp-playlist-item:after {
    background: url("../img/player/audio_icons.png") -226px -29px no-repeat;
    content: "";
    position: absolute;
    width: 11px;
    height: 16px;
    display: block;
    left: -20px;
    top: 1px;
}
div.jp-playlist li.jp-playlist-current .jp-playlist-item:after {
    background-position: -167px -29px;
    left: -22px;
    width: 12px;
    top: 3px;
}


div.jp-playlist li div {
    display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
    padding:5px 0 5px 20px;
    border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    /*list-style-type:square;*/
    /*list-style-position:inside;*/
    /*padding-left:7px;*/
    background-color: #ffe0b3;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current p {
    color: #4e2918;
}

div.jp-type-playlist div.jp-playlist a {
    color: #4e2918;
    text-decoration: none;
    margin-left: 8px;
    position: relative;
    font-weight: bold;
    font-family: serif;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color:#4e2918;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color:#4e2918;
    position: relative;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
    font-weight:bold;
    color:#665;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    float:right;
    display:inline;
    text-align:right;
    margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
    color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
    color:#0d88c1;
}
span.jp-artist {
    font-size:.8em;
    color:#666;
}

/* @end */

div.jp-video-play {
    width:100%;
    overflow:hidden; /* Important for nested negative margins to work in modern browsers */
    cursor:pointer;
    background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only 

have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
    margin-top:-270px;
    height:270px;
}
div.jp-video-360p div.jp-video-play {
    margin-top:-360px;
    height:360px;
}
div.jp-video-full div.jp-video-play {
    height:100%;
}
a.jp-video-play-icon {
    position:relative;
    display:block;
    width: 112px;
    height: 100px;

    margin-left:-56px;
    margin-top:-50px;
    left:50%;
    top:50%;

    background: url("../img/player/vkontakte.video.play.png") 0 0 no-repeat;
    text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
    background: url("../img/player/vkontakte.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
    width:0px;
    height:0px;
}

div.jp-jplayer {
    background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
    list-style-type:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
    width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
    width:55px;
    margin: 0;
    position: absolute;
    left: 929px;
    top: 41px;
}

div.jp-video ul.jp-toggles {
    margin-top:10px;
    width:100px;

}

ul.jp-toggles li {
    display:block;
    float:right;

}

ul.jp-toggles li a {
    display:block;
    width:17px;
    height:18px;
    text-indent:-9999px;
    margin-top: 12px;

    line-height:100%; /* need this for IE6 */
}


a.jp-repeat {
    background: url("../img/player/audio_icons.png") -30px -48px no-repeat;
    opacity: 0.5;
}

a.jp-repeat:hover {
    background: url("../img/player/audio_icons.png") -30px -48px no-repeat;
    opacity: 1;
}

a.jp-repeat-off {
    background: url("../img/player/audio_icons.png") -30px -48px no-repeat;
    opacity: 0.9;
}

a.jp-repeat-off:hover {
    background: url("../img/player/audio_icons.png") -30px -48px no-repeat;
    opacity: 1;
}

a.jp-shuffle {
    background: url("../img/player/audio_icons.png") -48px -49px no-repeat;
    margin-left: 3px;
    opacity: 0.5;
}

a.jp-shuffle:hover {
    background: url("../img/player/audio_icons.png") -48px -49px no-repeat;
    margin-left: 3px;
    opacity: 1;
}

a.jp-shuffle-off {
    background: url("../img/player/audio_icons.png") -48px -49px no-repeat;
    margin-left: 3px;
    opacity: 0.9;
}

a.jp-shuffle-off:hover {
    background: url("../img/player/audio_icons.png") -48px -49px no-repeat;
    margin-left: 3px;
    opacity: 1;
}

#name-of-the-song-that-plays {
    position: absolute;
    left: 350px;
    top: 13px;
    font-size: 20px;
    color: #4e2918;
    font-family: serif;

}

@media screen and (min-width: 991px) and (max-width: 1365px) {
      div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
      }
      div.jp-duration {
    float: right;
    display:inline;
    text-align: right;
    position: absolute;
    left: 920px;
    top: 20px;
        color: #4e2918;
    font-size: 14px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 560px;
    width:40px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 560px;
    width:40px;
}
div.jp-audio ul.jp-controls {
  margin-left: 150px;
}

.fa-volume-down{
  position: relative;
  top: 48px;
  left: 395px;
      color: rgb(78, 41, 24);
}
div.jp-progress {
    overflow:hidden;
    float: left;
    background-color: #ddd;
    margin-top: 30px;
    margin-left: 100px;
}
div.jp-audio div.jp-type-single div.jp-progress {
    left: 90px;
    width: 368px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
    left: 220px;
    width: 368px;
}

#name-of-the-song-that-plays{
  left: 230px;
}
div.jp-audio div.jp-time-holder{
  left: 700px !important;
}
div.jp-duration{
  display: none;
}
.jp-toggles{
  left: 750px !important;
}
.jp-volume-bar{
  left: 312px !important;
}
    }

@media screen and (min-width: 712px) and (max-width: 990px) {
      div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
          // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 560px;
    width:40px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 560px;
    width:40px;
}
div.jp-audio ul.jp-controls {
  margin-left: 0px;
}

.fa-volume-down{
  position: relative;
  top: 48px;
  left: 395px;
      color: rgb(78, 41, 24);
}
div.jp-audio div.jp-type-single div.jp-progress {
    left: 90px;
    width: 368px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -70px;
    width: 368px;
}

#name-of-the-song-that-plays{
  left: 80px;
}
div.jp-audio div.jp-time-holder{
  left: 550px !important;
}
div.jp-duration{
  display: none;
}
.jp-toggles{
  top: 12px !important;
  left: 600px !important;
}
.jp-volume-bar{
  left: 172px !important;
}
    }

@media screen and (min-width: 612px) and (max-width: 711px) {
      div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
                    // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 78% !important;
    width:40px;
}
.jp-mute{
  display: none;
}
div.jp-audio ul.jp-controls {
  margin-left: 0px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -70px;
    width: 50%;
}

#name-of-the-song-that-plays{
  left: 80px;
}
div.jp-audio div.jp-time-holder{
  left: 550px !important;
}
div.jp-duration{
  display: none;
}
.jp-toggles{
  display: none;
}
.jp-volume-bar{
  left: 18% !important;
}
    }


@media screen and (min-width: 525px) and (max-width: 611px) {
      div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
                    // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 78% !important;
    width:40px;
}
.jp-mute{
  display: none;
}
div.jp-audio ul.jp-controls {
  margin-left: 0px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -70px;
    width: 50%;
}

#name-of-the-song-that-plays{
  left: 80px;
}
div.jp-audio div.jp-time-holder{
  left: 550px !important;
}
div.jp-duration{
  display: none;
}
.jp-toggles{
  display: none;
}
.jp-volume-bar{
  left: 85% !important;
  margin-left: 0px !important;
}
    }

@media screen and (min-width: 320px) and (max-width: 524px) {
      div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
                    // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 18% !important;
    width:40px;
    top: 50px;
}
.jp-mute{
  display: none;
}
div.jp-audio ul.jp-controls {
  margin-left: 25%;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -200px;
    width: 88%;
    top: 50px;
}

#name-of-the-song-that-plays{
  left: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  width: 90%;
}

div.jp-duration{
  display: none;
}
.jp-toggles{
  display: none;
}
.jp-volume-bar{
  left: 75% !important;
  margin-left: 0px !important;
}
    }

@media screen and (min-width: 387px) and (max-width: 460px) {
        div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
                    // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 18% !important;
    width:40px;
    top: 50px;
}
.jp-mute{
  display: none;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -200px;
    width: 88%;
    top: 50px;
}

#name-of-the-song-that-plays{
  left: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  width: 90%;
}

div.jp-duration{
  display: none;
}
.jp-toggles{
  display: none;
}
.jp-volume-bar{
  left: 75% !important;
  margin-left: 0px !important;
}
     .jp-playlist li{
      width: 100%;
      margin-left: 0px;
     }
     div.jp-audio ul.jp-controls {
  margin-left: 20%;
}
    }


@media screen and (min-width: 320px) and (max-width: 386px) {
        div.jp-interface {
          position: relative;
          background-color: #ffe0b3;
          width:100%;
          right: 0px;
          margin: 0 auto;
                    // margin-top: -200px !important;
          margin-bottom: 0px !important;
      }

div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 10% !important;
    width:40px;
    top: 50px;
}
.jp-mute{
  display: none;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
    left: -215px;
    width: 90%;
    top: 50px;
}

#name-of-the-song-that-plays{
  left: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  width: 90%;
}

div.jp-duration{
  display: none;
}
.jp-toggles{
  display: none;
}
.jp-volume-bar{
  left: 70% !important;
  margin-left: 0px !important;
}
     .jp-playlist li{
      width: 100%;
      margin-left: 0px;
     }
     div.jp-audio ul.jp-controls {
  margin-left: 12%;
}

    }
// =====================================
// =====================================


.promoWrapper.show-promo {
  z-index: 1; }

.catalog-block {
  height: 780px;
  width: 310px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px; }

@media screen and (min-width: 320px) and (max-width: 380px) {
.catalog-block {
  width: 280px;
}
.catalog-block .promoWrapper{
  width: 280px !important;
}
.catalog-block .footer-promo .promo-hr{
  width: 240px;
}
}


  .catalog-block .read-more-btn {
    text-align: center;
    padding: 6px 0;
    display: block;
    cursor: pointer;
    background: #a65d32;
    transition: all 400ms ease-in-out;
    position: relative;
    width: 170px;
    letter-spacing: 0;
    margin: 0 auto;
    margin-top: 20px; }
    .catalog-block .read-more-btn:hover {
      background: #ff9b52; }
    .catalog-block .read-more-btn span {
      color: #fff;
      display: block;
      font-size: 25px; }
  .catalog-block .img-promo {
    width: 100%;
    height: 310px;
    position: relative;
    margin: 0 auto;
    background: #fcdfb3; }
  .catalog-block .footer-promo {
    position: relative; }
    .catalog-block .footer-promo .promo-title {
      text-align: center;
      height: 100%;
      cursor: default;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .catalog-block .footer-promo .promo-title h2 {
        font-size: 25px;
        color: #ab5a32;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 131px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; }
    .catalog-block .footer-promo .promo-hr {
      background: #4e2917;
      height: 2px;
      width: 100%m;
      margin: 0 auto;
      margin-bottom: 20px; }
  .catalog-block .promoWrapper {
    width: 310px;
    padding: 0 19px;
    background: #fff;
    position: absolute;
    padding-bottom: 22px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.23); }
  .catalog-block .resume {
    font-family: segoe-regular;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    line-height: 24px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 8;
    -moz-box-orient: vertical;
    font-size: 16px;
    color: #4e2918;
    letter-spacing: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    max-height: 150px;
     }

/**/
/* item page */
.item-block {
  background: #fff;
  padding: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09), 0 0 20px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px; }
  .item-block p {
    font-size: 20px;
    color: #4e2918;
    font-family: segoe-regular;
    margin-top: 20px;
    letter-spacing: 0;
    text-align: justify; }
   @media screen and (min-width: 320px) and (max-width: 380px) {

    .item-block h3{
      text-align: left !important;
    }
 .item-block p {
    font-size: 14px;
}
    .item-block li{
      font-size: 14px !important;
      text-align: left;
    }
  }

  .item-block li {
    font-size: 20px;
    color: #4e2918;
    font-family: segoe-regular;
    letter-spacing: 0; }
  .item-block ul {
    list-style: none;
    padding-left: 0; }
  .item-block h1 {
    // font-size: 45px;
    color: #4e2918;
    margin-top: 0; }
  .item-block h2 {
    font-size: 30px;
    color: #4e2918;
    margin-top: 0; }
  .item-block h3 {
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    color: #4e2918; }
  .item-block .list-item {
    font-size: 20px;
    color: #4e2918;
    font-family: segoe-regular;
    margin-top: 20px;
    letter-spacing: 0;
    padding-right: 15px;
    list-style: none;
    padding-left: 0; }
  .item-block .list-item-right {
    font-size: 20px;
    color: #4e2918;
    font-family: segoe-regular;
    margin-top: 20px;
    letter-spacing: 0;
    padding-left: 15px;
    list-style: none; }
  .item-block .list-h3-right {
    padding-left: 15px; }
  .item-block .item-desc-block {
    border: 2px solid #a55d32;
    position: absolute;
    width: 670px;
    height: 430px;
    padding: 15px;
    left: 50px;
    z-index: 1; }
    .item-block .item-desc-block .item-disc {
      position: relative;
      width: 100%;
      height: 100%; }
  .item-block .item-img-block {
    border: 2px solid #a55d32;
    width: 100%;
    height: 350px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .item-block .item-img-block .item-disc {
      position: relative;
      width: 100%;
      height: 100%; }
      .p-size{
        margin-bottom: 70px;
      }
.p-size p {
  font-size: 18px;
}

.contact1{
  margin-top: -130px;
}
@media screen and (min-width:320px) and (max-width: 990px) {
.contact1{
  margin-top: -150px !important;
  margin-bottom: 50px !important;
  border: 10px solid;
}
}
/* Equip */
.equip-page-slide {
  position: relative;
  width: 500px;
  height: 347px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #f6c171; }
  .equip-page-slide .equip-slide-img {
    position: relative;
    width: 100%;
    height: 100%; }

.item-block .nav-pills > li + li {
  margin-left: 0px; }

.item-block .nav-pills > li.active span {
  display: none; }

.item-block .nav > li > a {
  position: relative;
  display: block;
  padding: 0; }

.item-block .nav-pills > li.active .equipTabImg {
  height: 265px; }

.item-block .nav-pills > li.active .equipTab {
  background: #ffffff;
  border-bottom: 2px solid #fff; }

.item-block .tab-content .owl-carousel .owl-nav .owl-prev,
.item-block .tab-content .owl-carousel .owl-nav .owl-next,
.item-block .tab-content .owl-carousel .owl-dot {
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.item-block .tab-content .owl-carousel .owl-nav .owl-prev {
  background: url("/img/arrow-left-h.png") no-repeat;
  position: absolute;
  top: 150px;
  left: 0; }
  .item-block .tab-content .owl-carousel .owl-nav .owl-prev:hover {
    background: url("/img/arrow-left.png") no-repeat; }

.item-block .tab-content .owl-carousel .owl-nav .owl-next {
  background: url("/img/arrow-right-h.png") no-repeat;
  position: absolute;
  top: 150px;
  right: 0; }
  .item-block .tab-content .owl-carousel .owl-nav .owl-next:hover {
    background: url("/img/arrow-right.png") no-repeat; }

.tab-content .owl-carousel .owl-nav .owl-prev,
.tab-content .owl-carousel .owl-nav .owl-next,
.tab-content .owl-carousel .owl-dot {
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.tab-content .owl-carousel .owl-nav .owl-prev {
  background: url("/img/arrow-left-h.png") no-repeat;
  position: absolute;
  top: 150px;
  left: 0; }
  .tab-content .owl-carousel .owl-nav .owl-prev:hover {
    background: url("/img/arrow-left.png") no-repeat; }

.tab-content .owl-carousel .owl-nav .owl-next {
  background: url("/img/arrow-right-h.png") no-repeat;
  position: absolute;
  top: 150px;
  right: 0; }
  .tab-content .owl-carousel .owl-nav .owl-next:hover {
    background: url("/img/arrow-right.png") no-repeat; }

#owl-servicePage .owl-dots {
  text-align: center;
  padding-top: 50px; }
  #owl-servicePage .owl-dots .active {
    background: #a55d32; }

#owl-servicePage .owl-dot {
  display: inline-block;
  border: 2px solid #a55d32;
  width: 47px;
  height: 47px;
  margin: 0 10px; }

.equipPills {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px; }

.tab-pane {
  max-height: 890px;
  overflow: auto;
  padding-right: 15px;
  margin-top: 15px;
  margin-right: -20px; }

.equipTab {
  border: 2px solid #4e2918;
  background: #ffe0b2;
  width: 100%;
  height: 300px;
  position: relative;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; }
  .equipTab:hover {
    background: #fff; }
  .equipTab span {
    display: block;
    font-size: 19px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    font-style: italic; }
  .equipTab .equipTabImg {
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

.equipHrPos {
  position: relative;
  padding: 0 16px;
  top: 300px; }
  .equipHrPos .equipHr {
    height: 2px;
    background: #333;
    width: 100%; }

.form-advice {
  margin-bottom: 25px; }
  .form-advice .form-block {
    background-image: url(/img/form-advice.png);
    width: 1144px;
    height: 555px;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22); }
    .form-advice .form-block form {
      padding-left: 400px;
      padding-top: 70px;
      padding-right: 65px; }
      .form-advice .form-block form .form-group input {
        font-size: 17px;
        padding: 8px;
        border-radius: 0;
        border: 1px solid #4e2918;
        color: #4e2918;
        font-family: segoe-regular; }
        .form-advice .form-block form .form-group input:focus {
          box-shadow: none !important; }
      .form-advice .form-block form .btn {
        border-radius: 0;
        font-size: 25px;
        padding: 7px 23px;
        display: inline-block;
        color: #fcdfb3;
        background: #a55d32;
        margin-top: 5px;
        margin-bottom: 30px;
        outline: none;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .form-advice .form-block form .btn:hover {
          color: #a55d32;
          border: 1px solid #a55d32;
          background: rgba(255, 255, 255, 0); }
    .form-advice .form-block p {
      font-size: 20px;
      color: #4e2918;
      margin: 0; }
    .form-advice .form-block h2 {
      font-size: 30px;
      color: #4e2918;
      text-transform: uppercase;
      margin-top: 10px;
      }
    .form-advice .form-block h3 {
      font-size: 30px;
      color: #4e2918;
      margin-top: 0; }
    .form-advice .form-block .advice-input {
      max-width: 350px;
      margin: 20px auto; }
      .form-advice .form-block .advice-input input {
        margin-bottom: 10px; }

.ajax_form .error {
  // height: 5px;
  display: block; }

.level-menu1 > li a {
  padding: 5px 10px;
  font-size: 14px; }

.level-menu2 > li a {
  padding: 5px 10px;
  font-size: 14px; }

.level-menu3 > li a {
  padding: 5px 10px;
  font-size: 14px; }

.level-menu4 > li a {
  padding: 5px 10px;
  font-size: 14px; }

.services-content {
  margin-top: -125px;
  color: #4e2918;
      font-size: 16px;
    font-family: serif;
  z-index: 1;
  position: relative; 
      margin-bottom: -100px;

}

.services-block {
  min-height: 430px;
  margin-bottom: 25px;
  display: block; }
  .services-block:hover > .services-img {
    box-shadow: 0 0 4px transparent, 2px 4px 8px rgba(0, 0, 0, 0.18);
    top: -5px; }
  .services-block .services-img {
    border-radius: 100%;
    width: 300px;
    height: 300px;
    top: 0;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .services-block p {
    text-align: center;
    color: #4e2918;
    font-family: serif;
    /*height: 150px;*/
    font-size: 25px; }

.form-advice {
  padding-top: 80px; }

.form-advice .ajax_form .error {
  display: block;
  margin-bottom: -3px;
  // position: relative;
  top: -15px;
  text-align: center;
   }

.form-advice .form-block .advice-input input {
  margin-bottom: 15px; 
  margin-left: 60px;
}

.form-advice .form-block form .btn {
  margin-bottom: 10px; }

.title-list {
  // margin-bottom: 100px;
  position: relative;
  z-index: 2;
  margin-top: 20px; }
  .title-list .staff-block-border {
    border-right: 2px solid #a55d32;
    padding: 20px 20px 20px 0px; }
  .title-list .border-right-staff {
    border-right: 0;
    border-left: 2px solid #a55d32;
    padding: 20px 0 20px 20px; }
    .title-list .border-right-staff h2 {
      float: left;
      text-align: right; }
      .title-list2 .border-right-staff h2 {
      float: left;
      text-align: left; }
  .title-list .staff-block-right .block-right {
    max-width: inherit;
    padding-left: inherit;
    padding-right: inherit; }
  .title-list h2 {
    font-size: 30px;
    color: #fcdfb3;
    margin: 15px 0;
    float: right;
    width: 480px; }
  .title-list2 .border-right-staff {
    border-right: 0;
    border-left: 0px solid #a55d32;
    padding: 20px 0 20px 20px; }

.staff-block-border1 {
  border-top: 0px solid #a55d32;
  border-left: 0px solid #a55d32;
  border-bottom: 0px solid #a55d32;
  padding: 20px 0 20px 20px;
  width: 102%;
  position: absolute;
  right: 0;
  margin-top: -22px; }

.title-list1{
  // position: relative;
  // z-index: 2;
  // margin-bottom: 150px;
  margin-top: 30px;
}
.title-list11{
  // margin-bottom: 400px;
}
    .title-list1 h2 {
    font-size: 30px;
    color: #fcdfb3;
    margin: 15px 0;
    float: left;
    width: 200px;
    margin-left: 20px;
    width: 65%;
     }
    .title-list1 p {
    font-size: 20px !important;
    color: #fff !important;
    margin: 15px 0;
    float: left;
    width: 60%; 
    margin-left: 20px;
    width: 680px;
  }
    .title-list1 img {
    font-size: 30px;
    color: #fcdfb3;
    margin: 25px 0;
    float: left;
    margin-left: 245px;
    margin-left: 23%;
    padding: 5px;
    width: 100px; 
  }
    @media screen and (min-width: 320px) and (max-width: 1360px) {
    .title-list1 p{
      width: 60%;
    }
    .title-list1 h2{
      width: 30%;
    }
  }
     @media screen and (min-width: 320px) and (max-width: 1121px) {
    .title-list1 img{
      margin-left: 3%;
    }

  }
.text-contact{
  font-size: 20px !important;
}
    .title-list2{
      margin-top: -80px;
      margin-bottom: 20px;
      // position: relative;
      // z-index: 1;
      // margin-top: 50px;
      // margin: 0px 0px 0px 0px;
}
.title-list22{
      // position: relative;
      // z-index: 1;
      // margin: 100px 0px 300px 0px;
}
    .title-list2 h2 {
    font-size: 30px;
    color: #4e2918;
    margin: 0px 0 0 20px;
    float: right;
    width: 70%;
 }
    .title-list2 p {
    font-size: 30px;
    color: #fcdfb3;
    margin: 15px 0 0 20px;
    float: left;
    width: 68%;
     }
    .title-list2 img {
    font-size: 30px;
    color: #fcdfb3;
    float: left;
    margin-top: 0px;
    width: 100px; 
  }
    
// =============================================
// ===========rewievs=========================
// =============================================
    @media screen and (min-width: 320px) and (max-width: 990px) {

    }

    @media screen and (min-width: 320px) and (max-width: 990px) {
      .title-list{
        // margin-top: 20px;
      }
      .title-list2{
        margin-top: 20px;
      }
      .form-bjlock{
        height: 300px;
      }
      .btn1{
        position: relative;
        top: 100px;
      }
      .text-area-1{
        position: relative;
        top: -40px;
      }
    }
    @media screen and (min-width: 320px) and (max-width: 810px) {

  .title-list1 img {
    display: none;
  }
  .title-list1 p {
    // width: 100%;
    width: 90%;
    text-align: left !important;
    float: none;
  }
  .title-list1 h2 {
    // width: 100%;
    width: 90% !important;
    font-size: 24px;
    float: none;
  }
  .title-list2 img {
    display: none;
  }
    .title-list2 p {
    // width: 100%;
        width: 90%;
    text-align: left !important;
    font-size: 16px;
    // float: none;
  }
  .title-list2 h2 {
    // width: 100%;
    width: 90% !important;
    font-size: 22px;
    float: none;
  }
    }


.ajax_form .error_name1 .error{
    color: #fcdfb3 !important;
    margin-top: 3px;
}
// =============================================
// ===========rewievs=========================
// =============================================

.contacts {
  position: relative;
  top: -100px;
  width: 340px; }
  .contacts h2 {
    color: #4e2918;
    font-size: 30px; }
  .contacts p {
    line-height: 1.5;
    width: 350px;
     }
    .contacts p b {
      font-size: 18px;
      color: #4e2918; }
    .contacts p i {
      // font-weight: bold;
      font-size: 18px; 
    }

.addwer {
  position: relative;
  z-index: 9;
  left: -50px; }
  .addwer img {
    width: 320px;
    height: 150px; }

.addwer2 {
  position: relative;
  left: -190px;
  top: -50px;
  border: 1px solid #a55d32;
  width: 180px;
  height: 172px; }
  .addwer2 .bd {
    text-align: center;
    width: 170px;
    height: 160px;
    border: 1px solid #a55d32;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #a55d32;
    color: #f2cea2; }

.addwer3 {
  position: relative;
  left: 0px;
  top: -250px;
  width: 300px;
  height: 190px;

  border: 1px solid #f6c170; }
  .addwer3 .bd1 {
    margin-top: 10px;

    height: 175px;
    border: 1px solid #f6c170;
    background-color: #f6c170;
    width: 285px;
    margin: 0 auto;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
     }
    .addwer3 .bd1 p {
      text-align: right;
      padding-right: 20px;
      font-size: 19px;
      font-stretch: expanded;
      letter-spacing: 1px;
      line-height: 13px;
      color: #4e2918; }
      .addwer3 .bd1 p span{
        font-size: 18px;
        letter-spacing: 1px;
      }
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .contacts p {
      line-height: 1.5;
      width: 70%;
       }
}

@media screen and (min-width: 621px) and (max-width: 990px) {
  .contacts {
    top: 0px;
    width: auto;
    margin-top: -50px; }
    .contacts h2 {
      color: #4e2918;
      font-size: 30px; }
    .contacts p {
      line-height: 1.5;
      width: 100%;
       }
      .contacts p b {
        font-size: 18px;
        color: #4e2918; }
      .contacts p i {
        font-weight: bold; }
  .addwer {
    left: 0px; }
    .addwer img {
      width: 320px;
      height: 150px; }
  .addwer2 {
    left: 400px;
    top: -150px;
    border: 1px solid #a55d32;
    width: 180px;
    height: 172px; }
    .addwer2 .bd {
      text-align: center;
      width: 170px;
      height: 160px;
      border: 1px solid #a55d32;
      margin: 0 auto;
      margin-top: 5px;
      background-color: #a55d32;
      color: #f2cea2; }
  .addwer3 {
    left: 0px;
    top: -150px;
    width: 300px;
    height: 170px;
    border: 1px solid #f6c170; }
    .addwer3 .bd1 {
      margin-top: 10px;
      height: 155px;
      border: 1px solid #f6c170;
      background-color: #f6c170;
      width: 285px;
      margin: 0 auto;
      text-align: center;
      margin-top: 7px;
      font-weight: bold; }
      .addwer3 .bd1 p {
        color: #4e2918;
        margin-top: 20px !important; } }

@media screen and (min-width: 320px) and (max-width: 620px) {
  .contacts {
    top: 0px;
    width: auto;
    margin-top: -50px; }
    .contacts h2 {
      color: #4e2918;
      font-size: 30px; }
    .contacts p {
      line-height: 1.5; 
          width: 280px;

    }
      .contacts p b {
        font-size: 18px;
        color: #4e2918; }
      .contacts p i {
        font-weight: bold; }
  .addwer {
    display: none; }
    .addwer img {
      width: auto;
      height: 150px; }
  .addwer2 {
    left: 0px;
    top: 0px;
    border: 1px solid #a55d32;
    width: 180px;
    height: 172px;
    text-align: center;
    margin: 0 auto; }
    .addwer2 .bd {
      text-align: center;
      width: 170px;
      height: 160px;
      border: 1px solid #a55d32;
      margin: 0 auto;
      margin-top: 5px;
      background-color: #a55d32;
      color: #f2cea2; }
  .addwer3 {
    left: 0px;
    top: 0px;
    width: 300px;
    height: 170px;
    border: 1px solid #f6c170;
    margin: 0 auto;
    margin-left: -20px;
    margin-bottom: 120px; }
    .addwer3 .bd1 {
      margin-top: 10px;
      height: 155px;
      border: 1px solid #f6c170;
      background-color: #f6c170;
      width: 285px;
      margin: 0 auto;
      text-align: center;
      margin-top: 7px;
      font-weight: bold; }
      .addwer3 .bd1 p {
        color: #4e2918;
        margin-top: 20px !important; } }

.list-block {
  background: #fcdfb3;
  font-family: segoe-regular;
  width: 100%;
  color: #4e2918;
  padding: 80px 0px 50px 60px; 
  margin-bottom: 20px;
}

  .list-block .panel-body h3 {
    font-size: 30px;
    color: #4e2918;
    font-style: italic; }
  .list-block .panel-body .list-price {
    list-style: none;
    font-size: 20px;
    font-family: segoe-regular;
    display: grid;
    padding-left: 50px; }
    .list-block .panel-body .list-price .price-hr {
      margin: 0;
      border-top: 2px solid #4e2918;
      border-top-style: dotted;
      position: relative;
      top: 24px; }
  .list-block .panel-body .left-price {
    float: left;
    letter-spacing: initial;
    width: 250px; }
  .list-block .panel-body .right-price {
    float: right;
    letter-spacing: initial; }
  .list-block .panel-body .middle-price {
    float: left;
    position: absolute;
    left: 55%; }
  .list-block .panel {
    margin-bottom: 20px;
    background-color: #fcdfb3;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none; }
  .list-block .panel-dropdown h4 a {
    width: 200px;
    padding: 15px;
    margin: 0 auto;
    background: #4e2918;
    font-size: 20px;
    color: #fcdfb3;
    text-align: center;
    display: block; }
  .list-block .panel-dropdown .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-block .panel-dropdown .panel-heading [data-toggle="collapse"]:after {
    font-family: 'font-awesome';
    content: "\f106 ";
    float: right;
    font-size: 30px;
    line-height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fcdfb3;
    transition: All 0.2s; }
  .list-block .panel-dropdown .panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: All 0.2s;
    top: 3px;
    position: relative; }

.list-block-second {
  background: #4e2918;
  font-family: segoe-regular;
  color: #fcdfb3; }
.margin-bottom{
  margin-bottom: 50px;
}
  .list-block-second .panel-dropdown .panel-heading [data-toggle="collapse"]:after {
    color: #4e2918; }
  .list-block-second .panel-dropdown h4 a {
    width: 200px;
    padding: 15px;
    margin: 0 auto;
    background: #fcdfb3;
    font-size: 20px;
    color: #4e2918;
    text-align: center;
    display: block; }
  .list-block-second .panel-body .list-price {
    color: #fcdfb3; }
    .list-block-second .panel-body .list-price .price-hr {
      border-top: 2px dotted #fcdfb3; }
  .list-block-second .panel {
    margin-bottom: 20px;
    background-color: #4e2918; }
    .list-block-second .panel h3 {
      color: #fcdfb3; }

/* gallery Page */
.gallery-block {
  margin: 0 auto;
  width: 460px;
  margin-bottom: 70px;
  display: block; }
  .gallery-block .gallery-border {
    width: 460px;
    height: 460px;
    padding: 15px;
    border: 2px solid #4e2917;
    z-index: 1;
    position: relative; }
    .gallery-block .gallery-border .gallery-img {
      position: relative;
      width: 100%;
      height: 100%; }
      .gallery-block .gallery-border .gallery-img .background-image {
        box-shadow: transparent 0px 0px 4px, rgba(0, 0, 0, 0.18) 2px 4px 8px; }
  .gallery-block .gallery-title {
    margin-top: -30px;
    padding: 0 30px; }
    .gallery-block .gallery-title span {
      text-align: center;
      width: 100%;
      display: block;
      background: #fff;
      box-shadow: transparent 0px 0px 4px, rgba(0, 0, 0, 0.18) 2px 4px 8px;
      font-style: italic;
      font-size: 28px;
      color: #a45d33;
      padding: 35px 0 15px 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  .gallery-block:hover span {
    background: #fcdfb3; }

/* responsive */
@media (min-width: 1200px) {
  .container {
    width: 1140px; }
  .timeMobile {
    display: inline-block; } }

@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav.disabled {
    display: block; }
  .my-mask {
    display: none; }
  .menu-i {
    color: #F44336;
    height: 0;
    line-height: 0;
    margin-right: 5px;
    width: inherit;
    vertical-align: bottom; }
  .desktop {
    position: relative;
    left: 0;
    top: 0;
    width: 100%; }
    .desktop ul {
      text-align: right;
      padding-top: 0;
      margin-bottom: 0; }
    .desktop .top-level-menu {
      padding-bottom: 0; } }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto; } 
  }
@media (max-width: 768px) {
  .align1 {
    text-align: center; } 
  }

@media screen and (max-width: 1320px) {
  .defaultPage {
    margin-top: 135px; } }

@media screen and (max-width: 1200px) {
  .title-list h2 {
    width: 425px; }
  .equipTab span {
    font-size: 16px; }
  .sidebar-scroll {
    padding: 10px 0; }
    .sidebar-scroll .top-level-menu > li:hover .hover-menu {
      top: 15px; }
    .sidebar-scroll .menu-active {
      top: 15px; }
  .form-advice .form-block h2 {
    font-size: 27px;
    color: #4e2918;
    text-transform: uppercase;
    margin-top: 15px; }
  .form-advice .form-block form .btn {
    margin-top: 5px;
    margin-bottom: 10px; }
  .form-advice .form-block {
    background-image: url(/img/form-advice.png);
    width: 100%;
    height: 471px;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22);
    background-size: cover; }
  .form-advice .form-block form {
    padding-left: 300px;
    padding-top: 45px;
    padding-right: 65px; }
  .form-advice .form-block .advice-input {
    max-width: 350px;
    margin: 5px auto; }
  .item-block .item-desc-block {
    width: 565px;
    height: 400px; }
  .header-scroll .top-level-menu li:hover > ul {
    display: inline;
    padding-top: 20px; }
  .header-scroll .level-menu1.disableActive {
    border-top: 0px !important;
    top: 30px !important; }
  .sidebar-scroll .menu-active {
    top: 15px !important; }
  .top-level-menu > li:hover a div {
    top: 15px; }
  .level-menu1 > li a {
    width: 215px; }
  .level-menu2 > li a {
    width: 215px; }
  .level-menu1.disableActive {
    border-top: 0px !important;
    top: 35px !important; }
  .top-level-menu li:hover > ul {
    display: inline;
    padding-top: 15px; }
  .footer .footer-img {
    text-align: center; }
  .staff-block-left .block-left h2 {
    font-size: 35px; }
  .staff-block-left .block-left p {
    font-size: 18px; }
  .staff-block-right .block-right {
    max-width: 640px;
    padding-right: 10px; }
  .plus .form-block form .form-group input {
    font-size: 17px;
    width: 100%;
    // padding: 21px; 
  }
  .plus .form-block h3 {
    font-size: 30px; }
  .plus .form-block h2 {
    font-size: 30px; }
  .plus .form-block form {
    padding-left: 420px;
    padding-top: 45px;
    padding-right: 65px; }
  .plus .form-block {
    background-image: url(/img/form.png);
    width: 100%;
    height: 362px;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22);
    background-size: cover; }
  .plus {
    padding-top: 200px; }
  .plus-block {
    padding: 0;
    position: relative; }
  .top-logo-scroll {
    width: 105px !important;
    top: 0 !important; }
  #service .service h2 {
    font-size: 35px;
    color: #4e2918;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
 }
  #service .service .second-p {
    font-size: 15px;
    padding-left: 40px;
    padding-top: 15px; }
  #service .service .first-p {
    font-size: 15px;
        color: #4e2918;
    padding-right: 60px; }
  #service .service .service-block-second {
    width: 525px;
    height: 525px;
    margin-top: -60px; }
  #service .service .service-block {
    width: 525px;
    height: 525px;
    margin-left: -57px; }
  .about-block h2 {
    margin-top: 0;
    color: #fcdfb3;
    font-size: 35px;
    display: inline-block; }
  .about-block .btn-about {
    padding: 6px 15px;
    border: 1px solid #fcdfb3;
    color: #ffffff;
    font-size: 18px;
    vertical-align: super;
    // width: 125px;
    display: inline-block;
    text-align: center;
    margin: 0 7px; }
  .about-block .about-text {
    max-width: 575px;
    text-align: justify;
    padding: 12px;
    box-shadow: -20px 20px 0 -17px #a55d32, 20px -20px 0 -17px #a55d32, 20px 20px 0 -20px #b95d36, 0 0 0 2px #fcdfb3;
    color: #fff;
    font-family: segoe-regular;
    font-size: 15px;
    margin-top: 10px; }
  .carousel-block .review-block .slide-content {
    padding: 10% 0 15% 0; }
  .carousel-block {
    margin-top: 134px; }
  .second-level-menu > li a {
    width: 230px; }
  .third-level-menu > li a {
    width: 230px; }
  header .btn-top {
    padding: 5px 15px; }
  .top-logo {
    width: 200px;
    margin: 0; }
  .top-level-menu a {
    font-size: 16px; }
  header .top-block .phone-block {
    display: inline-block;
    margin: 0 10px; }
  header .top-block .phone-block span {
    font-size: 15px;
    font-family: segoe-regular;
    color: #fcdfb3;
    vertical-align: middle;
    padding-left: 5px; }
  header .top-block {
    background: #4e2917;
    min-height: 60px;
    padding-top: 10px; }
  .sidebar .top-level-menu li a {
    padding: 5px 6px; } }

@media screen and (max-width: 992px) {
  #service .service h2{
    text-align: center;
  }
  #equipment .equip-btn-bottom{
    margin-left: 0;
    margin-top: 0; 
    margin-bottom: 30px;
    font-family: bodoni;
    font-size: 18px;
  }
  .btn-service{
    margin-left: 0;
    font-family: bodoni;
    font-size: 18px;
  }
  .popular-service{
    padding-top: 0;
  }
  .btn-staff{
    font-family: bodoni;
    font-size: 18px;
  }
  .sidebar-scroll .menu-active {
    top: 0px !important; }
  .sidebar {
    overflow: auto;
    z-index: 3;
    border-top: 1px solid #e7e8e8;
    padding-top: 55px; }
  .level-menu1, .level-menu2, .level-menu3 {
    position: relative;
    left: 0; }
  .top-level-menu {
    overflow: auto;
    height: 100%; }
  .top-level-menu > li:hover a div {
    top: 0; }
  .menu-active {
    top: 0 !important; }
  .form-advice .form-block {
    background-image: none;
    background-color: #ffe8c5;
    width: 100%;
    height: inherit;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22);
    background-size: cover; }
  .form-advice .form-block form {
    padding-left: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: inherit; }
  .item-block .item-desc-block {
    position: relative;
    width: 100%;
    height: 425px;
    left: 0; }
  .header-scroll-position {
    margin-top: 0 !important;
    position: relative !important; }
  .plus .form-block h2 {
    font-size: 25px; }
  .plus .form-block h3 {
    font-size: 25px; }
  .footer .footer-img img {
    margin: 0 21px;
    max-width: 100%; }
  .plus .form-block form {
    padding-left: 15px;
    padding-top: 45px;
    padding-right: 15px;
    padding-bottom: 10px; }
  .staff-block-right .block-right {
    max-width: 100%; }
  .plus .form-block {
    background-image: none;
    width: 100%;
    height: inherit;
    position: relative;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.22);
    background-size: cover; }
  .plus-block {
    padding: 15px; }
  .plus {
    padding: 15px; }
  .staff-block-border {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    width: 100%;
    position: relative;
    right: 0;
    margin-top: 0; }
  .staff-block-left .block-left {
    float: none;
    max-width: 100%;
    padding-right: 0; }
  .staff-block-left {
    text-align: center;
    padding: 15px;
    width: 100%;
    position: relative;
    margin-top: 0; }
  .btn-service {
    float: none; }
  #service .service {
    text-align: center; }
  #service .service .second-p {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; }
  .sidebar-scroll .menu-active {
    top: 0; }
  .sidebar-scroll .top-level-menu > li:hover .hover-menu {
    top: 0; }
  #service .service h2 {
    padding: 0 15px; }
  #service .service .first-p {
    padding: 0 15px; }
  #service .service .service-block {
    margin: 10px 0;
    padding: 0;
    border: 0;
    width: 100%; }
  #service .service .service-block-second {
    margin: 10px 0;
    padding: 0 15px;
    border: 0;
    width: 100%;
    position: relative; }
  #equipment h2 {
    margin-top: 30px; }
  #about .container {
    height: inherit; }
  #about .background-image {
    display: none; }
  .about-block h2 {
    margin-top: 0;
    color: #fcdfb3;
    font-size: 35px;
    display: block; }
  .about-block img {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%; }
  .about-block .about-text {
    max-width: 100%;
    text-align: justify;
    padding: 12px;
    box-shadow: -20px 20px 0 -17px #a55d32, 20px -20px 0 -17px #a55d32, 20px 20px 0 -20px #b95d36, 0 0 0 2px #fcdfb3;
    color: #fff;
    font-family: segoe-regular;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .about-block .btn-about {
    padding: 6px 15px;
    border: 1px solid #fcdfb3;
    color: #ffffff;
    font-size: 18px;
    vertical-align: super;
    width: initial;
    display: block;
    text-align: center;
    margin: 15px 10px; }
    .audio-block2{
      display: inherit; !important;
    }
  .about-block {
    text-align: center;
    height: initial; }
  .carousel-block .background-image {
    opacity: 0.5; }
  .about-block {
    margin-top: -50px; }
  .carousel-block .review-block .slide-content {
    text-align: center;
    padding: 10% 0 10% 0; }
  .carousel-block .slide-text {
    font-size: 25px; }
  .carousel-block .slide-title {
    font-size: 35px; }
  .carousel-block {
    margin-top: 0; }
  .defaultPage {
    margin-top: 0; }
  .menu-active {
    top: 0;
    border-color: #fff; }
  header {
    position: relative; }
  header .top-block .phone-block {
    margin-bottom: 5px; }
  header .top-block {
    background: #4e2917;
    min-height: inherit;
    padding: 10px; }
  header .btn-top {
    display: none; }
  .top-block {
    margin-top: 55px; }
    .top-block .text-right {
      text-align: center; }
  .sidebar .container {
    width: 100%; }
  .second-level-menu > li a {
    position: relative;
    background: #fcdfb3;
    margin-bottom: 1px;
    width: 100%; }
    .second-level-menu > li a:hover {
      background: #e2844e; }
  .third-level-menu > li a {
    position: relative;
    background: #fcdfb3;
    margin-bottom: 1px;
    width: 100%; }
    .third-level-menu > li a:hover {
      background: #e2844e; }
  .top-level-menu li:hover > .third-level-menu {
    padding-left: 0; }
  .second-level-menu {
    margin-top: 0;
    left: 0; }
  .top-level-menu > li:hover .hover-menu {
    position: relative;
    top: 0;
    border-top: 2px solid; }
  .sidebar ul li a {
    display: block;
    cursor: pointer;
    padding: 10px 10px; }
  .top-level-menu li:hover > ul {
    display: block;
    width: 100%;
    z-index: 1;
    padding: 0; }
  .top-level-menu > li {
    display: block; }
  .dropdown-menu .dropdown-menu {
    left: 100%; }
  .dropdownhover-left {
    left: 0 !important; }
  .dropdownhover-right {
    left: 0 !important; }
  .fixed-settings {
    margin-top: 0; }
  .sidebar {
    z-index: 3;
    border-top: 1px solid #e7e8e8;
    padding-top: 5px; }
  .hide-login {
    display: none; }
  .equipTab span {
    font-size: 15px;
    line-height: 14px;
    margin-top: 8px;
    font-style: italic; } }

    .mse2-row {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    color: #4e2918;
    font-size: 18px;
}
a.search-link {
    color: #4e2917;
}
.pagination {
    width: 90%;
    text-align: center;
}
.pagination>li>a {
  color: #a55d32;
}
.pagination>.active>a {
  background-color: #a55d32;
  border: 1px solid #a55d32;
}

/*-----------------------------------*/
@media screen and (max-width: 1023px) {
    .services-content {
    margin-top: 70px; }

}
@media screen and (max-width: 791px) {
  #equipment .owl-carousel .owl-nav {
    display: none; } }

@media screen and (max-width: 768px) {
  .title-list .border-right-staff h2 {
    float: left;
    text-align: center; }
  .gallery-block {
    width: 100%; }
  .gallery-block .gallery-border {
    width: 100%;
    height: 350px;
    padding: 15px;
    border: 2px solid #4e2917;
    z-index: 1;
    position: relative; }
  .list-block .panel-body .list-price {
    padding-left: 0; }
  .list-block .panel {
    margin-bottom: 0px; }
  .list-block .panel-group {
    margin-bottom: 0px; }
  .list-block {
    width: 100%;
    padding: 20px; }
  .title-list h2 {
    margin-right: 0;
    float: none;
    text-align: center;
    width: 100%; }
  .title-list .staff-block-border {
    border-right: inherit;
    padding: inherit; }
  .services-content {
    margin-top: 0; }
  .tab-pane {
    margin-right: 0; }
  .equip-page-slide {
    position: relative;
    width: 100%; }
  .equipTab {
    border: 2px solid #4e2918 !important;
    margin-bottom: 10px; }
  .equipPills > li {
    float: none; }
  #equipment .container {
    position: relative;
    text-align: center; }
  #equipment .title-text {
    padding: 0 15px; }
  .about-block {
    margin-top: 0; }
  .top-block {
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .top-block-hide {
    position: relative;
    top: -200px !important; }
  .send-btn {
    margin: 10px auto 50px auto;
    display: block; } }

// ===============search form=====================
// ==================================================
#mse2_form{
    min-height: 20px;
    padding: 19px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
// ==================================================
// ==================================================
.main-search{
  // padding-top: 150px;
}
.search2{
  // width: 70%;
}
.ser{
  text-align: center;
  margin-top: -100px;
  margin-left: 20px;
  width: 75%;
  height: auto;
}
.ser1{
  color: #fff;
  font-size: 65px;
}
.ser2{
  color: #fff;
  font-size: 35px;
}
.ser3{
  margin-top: 50px;
  text-transform: uppercase;
  color: #fcdfb3;
  font-size: 39px;

}
@media screen and (min-width: 769px) and (max-width: 1920px) {
.panel-body{
  // border: 1px solid;
      // margin-left: -60px;
      width: 90%;
      margin: 0 auto;
}
}
@media screen and (min-width: 380px) and (max-width: 768px) {
  .teraphy{
    margin-bottom: 30px;
  }
  .teraphy iframe{
    height: 235px;
    width: auto;
    }
}
@media screen and (min-width: 320px) and (max-width: 379px) {
  .teraphy{
    margin-bottom: 30px;
  }
  .teraphy iframe{
    height: 205px;
    width: 280px !important;
    margin-left: -15px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1920px) {
  .arrow{
    // margin-left: -15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 990px) {
  .review-spec h3{
      color: #4e2917;
    font-size: 22px;
    font-family: segoe-regular;
    margin-top: 10px !important;
}
.review-spec i{
  min-height: auto !important;
  margin-bottom: 10px;
}
.services-block{
  min-height: unset;
  margin-bottom: 40px;
}
.form-advice {
    padding-top: 0;
}
.form-advice .form-block .advice-input input {
    margin: 15px auto;
    display: block;
    width: 80%;
}
.form-advice .form-block form .btn{
  font-family: bodoni;
  font-size: 18px;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.form-advice .form-block form .form-group input{
  font-size: 14px;
}
.services-content{
  margin-bottom: -65px;
}
.rf__title{
  text-align: justify;
  font-size: 20px;
}
.catalog-block .read-more-btn span{
  font-family: bodoni;
  font-size: 18px;
}
.catalog-block{
  margin-bottom: 0;
}
.gallery-block{
  margin-bottom: 30px;
}



}
.review-spec h3{
      color: #4e2917;
    font-size: 22px;
    font-family: segoe-regular;
    margin-top: -5px;
}
.review-spec p{
      color: #4e2917;
    font-size: 16px;
    font-family: segoe-regular;

}
/*br player css  */
.pos-abs
{
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 600;
  right: 22px;
  bottom: 80px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #4e2917;

}
.pos-abs a
{
  display: inline-block;
}
.pos-abs i
{
  padding: 12px 13px;
  color: #fff;
}

@media screen and (width: 992px)
{
  header .top-logo, .top-level-menu{ display:none;}
}