.flexbox {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 -20px;
}
.row.wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.row .col50 {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  margin-bottom: 40px;
}
.row .inside {
  margin: 0 20px;
}
.wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  min-width: 300px;
}
.wrapper .main {
  position: relative;
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  padding-bottom: 55px;
}
.wrapper .main .top {
  padding-right: 20px;
  background: #E6B800;
}
.wrapper .main .header {
  padding-right: 20px;
  margin-bottom: 25px;
}
.wrapper .main .header .bg {
  background-image: url(../img/prybaikalye_bg.gif), url(../img/prybaikalye_bg_line.gif);
  background-repeat: repeat-x;
  background-position: 60% 100%, 0 0;
  margin-bottom: 2px;
}
.wrapper .main .header .bg_horse {
  padding-top: 20px;
  min-height: 229px;
  background-image: url(../img/prybaikalye_bg_image3.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.wrapper .main .header .bg_horse:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper .main .header .bg_text {
  width: auto;
  max-width: 320px;
  margin: 0;
  padding: 5px 20px 10px 50px;
  color: #444444;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .main .header .bg_text {
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 5px #ffffff, 0px 0px 10px #ffffff;
    padding: 5px 20px 10px 50px;
  }
}
.wrapper .main .header .logo {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 20px 0 20px;
}
.wrapper .main .header .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wrapper .main .header .china_bg_horse .logo {
  margin: 0 20px 0 20px;
}
.wrapper .main .content {
  padding: 0 20px 0 26px;
}
.wrapper .main .content .left_aside {
  flex-basis: 340px;
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  margin: 0 0 0 20px;
}
.wrapper .main .content .inner {
  margin: 0 20px 40px;
  overflow: hidden;
}
.wrapper .main .content .table_holder {
  overflow: hidden;
}
.wrapper .main .content .table_holder .contenttable {
  min-width: 625px;
}
.wrapper .main .footer_top {
  position: absolute;
  bottom: 38px;
}
.wrapper aside {
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  border-left: 1px solid #DFDCCE;
  padding-bottom: 55px;
  position: relative;
}
.wrapper aside .top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding-left: 19px;
  background: #F2E17A;
  height: 30px;
}
.wrapper aside .header {
  padding: 0 38px 0 19px;
  margin-bottom: 25px;
}
.wrapper aside .header .enter {
  min-height: 251px;
}
.wrapper aside .header .green_square {
  min-height: 20px;
}
.wrapper aside .header .green_square .enter {
  min-height: 20px;
}
.wrapper aside .content {
  padding: 0 38px 0 19px;
}
.wrapper aside .footer_top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  background: url('../img/bottom1.gif') repeat-x left top;
}
.footer_bottom {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer_bottom .left_block {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  border-top: 5px solid #E6B800;
  background: #FCF7DE;
}
.footer_bottom .right_block {
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  border-left: 1px solid #DFDCCE;
  background: #EEE3C2 url('../img/bottom2.gif') repeat-x left top;
}
.slide_toggle {
  margin-bottom: 30px;
}
.slide_toggle .slide_btn {
  position: relative;
}
.slide_toggle .slide_btn h5 {
  padding-right: 25px;
}
#main_menu .menu a {
  line-height: 15px;
}
#btn_topmenu,
#btn_menu {
  display: none;
  width: 20px;
}
#btn_topmenu span,
#btn_menu span {
  display: block;
  height: 3px;
  margin-bottom: 3px;
  background: #ffffff;
}
#btn_topmenu span:last-child,
#btn_menu span:last-child {
  margin-bottom: 0;
}
#jPanelMenu-menu {
  border-right: 1px solid #dfdcce;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#jPanelMenu-menu .menu,
#jPanelMenu-menu .menu_act {
  display: block;
  margin-bottom: 10px;
}
#jPanelMenu-menu .menu a,
#jPanelMenu-menu .menu_act a {
  color: #000000;
}
#jPanelMenu-menu .menu img,
#jPanelMenu-menu .menu_act img {
  display: none;
}
/***restyle***/
body {
  line-height: 15px;
}
img {
  vertical-align: middle;
}
.topMenuContainer {
  margin: 0;
  padding: 9px 0 6px 23px;
  background: url(../img/black_square.gif) #000000 no-repeat 13px 0px;
  z-index: 10;
}
.yasearch {
  margin: 0;
  background: #E6B800;
  padding-right: 38px;
}
.green_square {
  text-align: right;
  border-bottom: 1px solid #032D0A;
}
.menuContainer {
  margin: 0;
  padding: 3px 10px 2px 0;
  min-height: 15px;
}
.openworld {
  max-width: 220px;
  width: auto;
  margin: 0;
  padding: 60px 0px 38px 50px;
}
.smenuTitle h3 {
  margin-right: 0;
  margin-left: 0;
}
.smenuContainer {
  margin-right: 0;
  margin-left: 0;
}
.ce-gallery figure img {
  max-width: 100%;
  height: auto;
}
/***restyle***/
@media screen and (max-width: 1440px) {
  .wrapper .main .content .left_aside {
    flex-basis: 210px;
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper .main .content {
    padding-left: 20px;
  }
  .wrapper aside .header {
    padding-right: 20px;
  }
  .wrapper aside .content {
    padding-right: 20px;
  }
  .topMenuContainer {
    padding-left: 18px;
  }
  .yasearch {
    padding-right: 20px;
  }
  .specmenu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .wrapper {
    flex-direction: column;
  }
  .wrapper .main .top {
    padding-right: 0;
  }
  .wrapper .main .header {
    padding-right: 0;
  }
  .footer_bottom .left_block {
    display: none;
  }
  .footer_bottom .right_block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hide-mob {
    display: none;
  }
  #btn_topmenu,
  #btn_menu {
    display: block;
  }
  .slide_toggle.open .slide_btn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .slide_toggle .slide_btn:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #000000;
    border-bottom: none;
  }
  .slide_toggle .slide_content {
    display: none;
  }
  .wrapper {
    border: none;
  }
  .wrapper .main {
    padding-bottom: 30px;
  }
  .wrapper .main .top {
    position: relative;
    padding: 8px 0 7px 20px;
    background: url(../img/black_square.gif) black no-repeat 13px 0px;
  }
  .wrapper .main .header .green_square {
    padding: 8px 0 7px 20px;
    text-align: left;
  }
  .wrapper .main .content .row {
    flex-direction: column;
  }
  .wrapper .main .content .row .left_aside {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    margin-right: 20px;
  }
  .wrapper .main .footer_top {
    position: relative;
    bottom: auto;
  }
  .footer_bottom {
    border: none;
  }
  .topMenuContainer {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }
  .topMenuContainer .topMenu {
    display: block;
    padding: 5px 0;
  }
  .topMenuContainer .topMenu img {
    display: none;
  }
  .menuContainer {
    display: none;
  }
  .openworld {
    padding-left: 0;
  }
}
/*# sourceMappingURL=new_style.css.map */