.jblock {
  display: flex;
  flex-wrap: wrap; }
  .jblock .jblock_items {
    display: flex;
    width: 25%; }
    @media (max-width: 990px) {
  .jblock .jblock_items {
    width: 33.33%; } }
    @media (max-width: 767px) {
  .jblock .jblock_items {
    width: 50%; } }
    @media (max-width: 480px) {
  .jblock .jblock_items {
    width: 100%; } }
    .jblock .jblock_items .jblock_items_in {
      width: calc(100% - 10px);
      margin: 5px;
      background-color: #fff;
      padding-top: 22px;
      padding-left: 22px;
      padding-bottom: 22px;
      padding-right: 22px;
      transition-property: all;
      transition-duration: 300ms;
      transition-delay: 0ms;
      transition-timing-function: ease; }
      .jblock .jblock_items .jblock_items_in:hover {
        box-shadow: 0px 0px 0px 3px rgba(243, 105, 134, 1), 29px 20px 33px 0px rgba(0, 0, 0, 0.56); }
    .jblock .jblock_items .jblock_pic {
      height: 190px;
      font-size: 0;
      margin-bottom: 10px; }
      @media (max-width: 990px) {
  .jblock .jblock_items .jblock_pic {
    height: 120px; } }
      .jblock .jblock_items .jblock_pic img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
    .jblock .jblock_items .jblock_title {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 700;
      font-size: 17px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      flex-shrink: 0; }
    .jblock .jblock_items .jblock_bl {
      display: flex;
      justify-content: space-between; }
      .jblock .jblock_items .jblock_bl .jblock_bl_left {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 5px; }
        .jblock .jblock_items .jblock_bl .jblock_bl_left:before {
          content: '';
          width: 21px;
          height: 17px;
          background: url(location_bgbg.png) 0 50% no-repeat;
          -webkit-background-size: 21px 17px;
          background-size: 21px 17px;
          margin-right: 5px;
          opacity: 0.41;
          display: block; }
      .jblock .jblock_items .jblock_bl .jblock_bl_right a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 5px;
        text-decoration: underline;
        color: rgba(229, 18, 62, 1);
        transition-property: all;
        transition-duration: 300ms;
        transition-delay: 0ms;
        transition-timing-function: ease; }
        .jblock .jblock_items .jblock_bl .jblock_bl_right a:hover {
          text-decoration: none; }
    .jblock .jblock_items .jblock_note {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      flex-shrink: 0;
      font-size: 14px;
      padding-bottom: 9px;
      display: block; }
      .jblock .jblock_items .jblock_note a {
        color: #000 !important; }
    .jblock .jblock_items .jblock_more a {
      font-size: 14px;
      font-weight: 600;
      color: rgba(19, 41, 223, 1);
      transition-property: all;
      transition-duration: 300ms;
      transition-delay: 0ms;
      transition-timing-function: ease;
      text-decoration: none; }
      .jblock .jblock_items .jblock_more a:hover {
        text-decoration: underline; }
  .jblock.list .jblock_items {
    width: 100%;
    margin-bottom: 20px; }
    .jblock.list .jblock_items .jblock_items_in {
      margin: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .jblock.list .jblock_items .jblock_items_in .jblock_pic {
      margin: 0 20px 0 0;
      width: 250px; }
    .jblock.list .jblock_items .jblock_items_in .jblock_title {
      margin-right: 20px; }
    .jblock.list .jblock_items .jblock_items_in .jblock_bl {
      margin-right: 20px; }
    .jblock.list .jblock_items .jblock_items_in .jblock_note {
      max-width: 130px;
      margin-right: 20px; }

@media (max-width: 767px) {
    #i1d91jrbc_0 {
      margin-top: 20px; }
      #i1d91jrbc_0 #icucledpi_0 {
        display: none !important; } }

.act > a > div {
  opacity: 1 !important; }

.form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto; }
  .form-wrapper.opened {
    opacity: 1;
    visibility: visible; }
  .form-wrapper .form-wrapper-inner {
    max-width: 980px;
    width: 100%;
    background: #fff;
    position: relative;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .form-wrapper .icon-close {
    position: absolute;
    right: 9px;
    top: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.84' height='11.812' viewBox='0 0 11.84 11.812'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1091.92,347.374l-4.21,4.209a0.991,0.991,0,0,1-1.4-1.4l4.21-4.209-4.21-4.209a0.993,0.993,0,0,1,1.38-1.427,0.041,0.041,0,0,1,.02.025l9.81,9.82a0.991,0.991,0,1,1-1.4,1.4Zm4.2-7.013a0.993,0.993,0,0,1,1.43,1.377l-0.03.024-2.73,2.738a0.991,0.991,0,0,1-1.4-1.4Z' transform='translate(-1086 -340.063)'/%3E%3C/svg%3E") 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .form-wrapper .form-wrapper-in {
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("/d/color_bubbles2.png"), none, none, none;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left calc(171px + 50%) bottom -322px, left calc(145px + 50%) top -286px, left 0px top 0px, right -175px top 127px;
    background-size: 1130px auto, contain, auto, 409.6px auto;
    background-attachment: scroll, scroll, scroll, scroll;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: auto;
    box-shadow: 29px 20px 44px 0px rgba(45, 47, 64, 0.29);
    padding-right: 45px; }
    @media (max-width: 768px) {
  .form-wrapper .form-wrapper-in {
    flex-direction: column;
    padding-right: 0; } }
  .form-wrapper .frm_pic {
    font-size: 0;
    display: flex;
    width: 65%;
    height: 500px; }
    @media (max-width: 768px) {
  .form-wrapper .frm_pic {
    width: 100%;
    height: 300px; }
    .form-wrapper .frm_pic a img {
      max-height: 300px; } }
    .form-wrapper .frm_pic a {
      display: block;
      width: 100%; }
    .form-wrapper .frm_pic a img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      max-height: 500px; }
    .form-wrapper .frm_pic .frm_pic_in {
      display: flex; }
    .form-wrapper .frm_pic .frm_pic_in .owl-stage-outer {
      height: 100%;
      display: flex; }
    .form-wrapper .frm_pic .frm_pic_in .owl-stage-outer .owl-stage {
      height: 100%;
      display: flex;
      align-items: center; }
    .form-wrapper .frm_pic .frm_pic_in .owl-stage-outer .owl-stage .owl-item {
      height: 100%;
      display: flex; }
      .form-wrapper .frm_pic .frm_pic_in .owl-stage-outer .owl-stage .owl-item div {
        height: 100%;
        width: 100%;
        display: flex; }
    .form-wrapper .frm_pic .frm_pic_in .owl-nav {
      position: absolute;
      right: 10px;
      bottom: 10px;
      display: flex; }
    .form-wrapper .frm_pic .frm_pic_in .owl-nav button {
      width: 30px;
      height: 30px;
      background: #000 url(../menu-arrow-bot2.png) 50% 50% no-repeat;
      margin-left: 2px; }
    .form-wrapper .frm_pic .frm_pic_in .owl-nav button.owl-prev {
      transform: rotate(90deg); }
    .form-wrapper .frm_pic .frm_pic_in .owl-nav button.owl-next {
      transform: rotate(270deg); }
    .form-wrapper .frm_pic .frm_pic_in .owl-nav.disabled {
      display: none !important; }
  .form-wrapper .frm_right {
    position: relative;
    display: inline-block;
    padding: 20px 0 20px 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .form-wrapper .frm_right.esleft {
      width: 35%;
      padding-left: 55px; }
    @media (max-width: 768px) {
    .form-wrapper .frm_right.esleft {
      padding-left: 35px;
      padding-top: 35px;
      padding-right: 35px;
      padding-bottom: 35px;
      margin-left: 0px;
      margin-right: 0px;
      width: 100%; } }
    .form-wrapper .frm_right .frm_title {
      font-size: 22px;
      line-height: normal;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      font-weight: 700;
      color: rgba(48, 52, 62, 0.91);
      padding-bottom: 9px; }
    .form-wrapper .frm_right .frm_text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: top;
      position: relative;
      padding-bottom: 25px;
      font-size: 14px;
      color: rgba(48, 52, 62, 0.8);
      max-width: 100%;
      display: block; }
    .form-wrapper .frm_right .frm_worttime {
      display: flex;
      font-weight: 500;
      font-size: 15px;
      padding-bottom: 5px; }
    .form-wrapper .frm_right .frm_worttime .titbl {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: rgba(48, 52, 62, 0.8);
      width: 90px;
      min-width: 90px; }
    .form-wrapper .frm_right .frm_numbers_wr {
      display: flex;
      padding-bottom: 5px; }
    .form-wrapper .frm_right .frm_numbers_wr .titbl {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: rgba(48, 52, 62, 0.8);
      width: 90px;
      min-width: 90px; }
    .form-wrapper .frm_right .frm_numbers_wr .frm_numbers div {
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 5px;
      padding-left: 0px; }
    .form-wrapper .frm_right .frm_numbers_wr .frm_numbers div a {
      text-decoration: none;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.91); }
    .form-wrapper .frm_right .frm_site {
      display: flex;
      padding-bottom: 5px; }
    .form-wrapper .frm_right .frm_site .titbl {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      color: rgba(48, 52, 62, 0.8);
      width: 90px;
      min-width: 90px; }
    .form-wrapper .frm_right .frm_site a {
      text-decoration: none;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.91);
      word-break: break-all; }
    .form-wrapper .frm_right .frm_soc {
      display: flex;
      flex-wrap: wrap; }
    .form-wrapper .frm_right .frm_soc div {
      font-size: 0;
      padding: 0 30px 10px 0; }
