/*Dark*/
/*midle*/
/*light*/
/*border*/
/*background*/
/*background text*/
.opn {
  /*fieldset - border*/
  /*legend - title*/ }
  .opn_txt_jst {
    text-align: justify; }
  .opn_title {
    color: #20344b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: Montserrat, sans-serif; }
  img.opn_img {
    max-width: calc(100% - 20px);
    height: auto;
    border: 5px solid rgba(32, 52, 75, 0.17);
    /*box-shadow: 0px 0px 0px 8px rgba(71, 173, 51, 0.06);*/
    margin: 10px; }
    @media screen and (max-width: 425px) {
  img.opn_img {
    margin: 10px auto; } }
    .highslide img.opn_img, .highslide:hover img.opn_img {
      border: 3px solid #20344b; }
    img.opn_img--l {
      float: left;
      margin: 3px 10px; }
    img.opn_img--r {
      float: right;
      margin: 3px 10px; }
    @media screen and (max-width: 425px) {
    img.opn_img--r, img.opn_img--l {
      float: unset;
      display: block;
      margin: 10px auto; } }
  .opn_table {
    width: 100%;
    border: 1px solid #20344b;
    margin: 20px 0 5px;
    border-spacing: 0px;
    border-collapse: collapse; }
    .opn_table--txt_c {
      text-align: center; }
    .opn_table__table1 tr:hover {
      background: rgba(32, 52, 75, 0.27); }
      .opn_table__table1 tr.title td {
        padding: 7px 5px; }
      .opn_table__table1 th, .opn_table__table1 tr.title {
        background: #20344b;
        color: #fff;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.3;
        padding: 7px 5px; }
      @media screen and (max-width: 768px) {
    .opn_table__table1 th, .opn_table__table1 tr.title {
      font-size: 0.9rem; } }
      .opn_table__table1 tr.subtitle {
        background: #20344b;
        color: #fff;
        font-weight: 500;
        text-align: center;
        font-size: 1.1rem; }
      @media screen and (max-width: 768px) {
    .opn_table__table1 tr.subtitle {
      font-size: 0.8rem; } }
      .opn_table__table1 td {
        padding: 0 10px;
        border: 1px solid #20344b; }
      @media screen and (max-width: 768px) {
  .opn_table__table1 {
    font-size: 10px; }
    .opn_table__table1.tab__mobile .title td, .opn_table__table1.tab__mobile .title th {
      font-size: 0.5rem; }
      .opn_table__table1.tab__mobile img {
        max-width: 100%; } }
    .opn_table__table2 {
      border: 0;
      text-align: center; }
      .opn_table__table2 thead, .opn_table__table2 tr.title {
        background: #010080;
        color: white;
        font-weight: 600;
        font-size: 1.1em; }
      .opn_table__table2 thead td, .opn_table__table2 tr.title td {
        padding: 12px 7px; }
      .opn_table__table2 thead:hover, .opn_table__table2 tr.title:hover {
        background: #010080; }
      .opn_table__table2 tr.subtitle {
        background: #01008f;
        color: #000;
        font-weight: 500;
        font-size: 1em; }
      .opn_table__table2 tr.subtitle td {
        padding: 12px 7px; }
      .opn_table__table2 tr {
        border-bottom: 1px solid #e5e5e5; }
      .opn_table__table2 tr:hover {
        background: rgba(1, 0, 128, 0.15); }
      .opn_table__table2 tr:last-child {
        border-bottom: 5px solid #010080; }
      .opn_table__table2 td {
        padding: 0 7px; }
    .opn_table__table3 td {
      border: 1px solid #dedede;
      padding: 10px; }
    .opn_table__mobile {
      display: none; }
    @media screen and (max-width: 768px) {
  .opn_table__pk {
    display: none; }
  .opn_table__mobile {
    display: table; } }
  .opn_ul__ul1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 425px) {
    .opn_ul__ul1 {
      justify-content: center; } }
    .opn_ul__ul1 li {
      flex: 0 0 160px;
      display: flex;
      text-align: center;
      align-items: center;
      margin: 0 0 20px;
      justify-content: center;
      box-shadow: 0px 5px 13px 0 rgba(32, 52, 75, 0.4);
      border: 1px solid rgba(32, 52, 75, 0.07);
      padding: 10px 7px;
      font-size: 13px;
      font-weight: 500;
      background: #20344b;
      color: #fff;
      transition: 0.4s;
      flex-direction: column;
      background: linear-gradient(45deg, rgba(32, 52, 75, 1), rgba(32, 52, 75, 0.75), rgba(32, 52, 75, 1)); }
    .opn_ul__ul1 li a {
      text-decoration: none;
      color: #fff; }
    @media screen and (max-width: 425px) {
      .opn_ul__ul1 li {
        flex: 0 0 90%;
        padding: 20px 10px; } }
    .opn_ul__ul1 li:hover {
      box-shadow: 0px 5px 20px 0 rgba(23, 23, 23, 0.29); }
      .opn_ul__ul1 li:hover a {
        color: #f5bf06; }
    .opn_ul__ul2 {
      margin: 0 0 25px 0;
      padding: 0;
      list-style: none;
      border-left: 5px solid #f5bf06;
      display: flex;
      flex-direction: column;
      color: #fff;
      background: linear-gradient(45deg, rgba(32, 52, 75, 0.7), rgba(32, 52, 75, 0.65)), url(/thumb/2/g0aiRWOA_z0n7Gfr9u81-A/r/d/54655991_2.jpg) 50% 50% / cover no-repeat; }
    .opn_ul__ul2 li {
      background: rgba(32, 52, 75, 0.17);
      border-bottom: 1px solid rgba(222, 222, 222, 0.5);
      padding: 8px 15px; }
    .opn_ul__ul2 li:hover {
      background: linear-gradient(45deg, rgba(32, 52, 75, 0.9), rgba(32, 52, 75, 0.68));
      color: #fff; }
    .opn_ul__ul3 {
      margin-left: 0;
      list-style: none;
      counter-reset: li;
      padding: 0; }
    .opn_ul__ul3 li {
      position: relative;
      margin-bottom: 0.8em;
      border: 3px solid rgba(32, 52, 75, 0.43);
      padding: 0.6em;
      border-radius: 5px; }
    .opn_ul__ul3 li:before {
      position: absolute;
      top: -0.7em;
      padding-left: 0.4em;
      padding-right: 0.4em;
      font-size: 1rem;
      font-weight: bold;
      color: #20344b;
      background: #fff;
      border-radius: 50%;
      counter-increment: li;
      content: counter(li); }
    .opn_ul__ul3 ul {
      padding-top: 10px; }
    .opn_ul__ul3 ul li {
      margin: 0 0 10px;
      border: 2px solid #d9d9d9; }
      .opn_ul__ul3 ul li:before {
        content: "";
        counter-increment: none;
        background: none; }
    .opn_ul__ul4 {
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0; }
    .opn_ul__ul4 li {
      position: relative;
      display: block;
      padding: 0.4em 0.4em 0.4em 0.8em;
      margin: 0.5px 0 5px 2.5em;
      background: linear-gradient(45deg, #010080, #0100a4);
      color: #20344b;
      text-decoration: none;
      transition: all 0.3s ease-out;
      /*https://www.flaticon.com/free-icon/dot_1828635?term=dots&page=1&position=12*/ }
    .opn_ul__ul4 li:before {
      content: '';
      position: absolute;
      left: -2.5em;
      top: 50%;
      margin-top: -1em;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMiIgY2xhc3M9IiI+PGc+PHBhdGggZD0ibTQxNiA1MTJoLTMyMGMtNTMuMDIzNDM4IDAtOTYtNDIuOTc2NTYyLTk2LTk2di0zMjBjMC01My4wMjM0MzggNDIuOTc2NTYyLTk2IDk2LTk2aDMyMGM1My4wMjM0MzggMCA5NiA0Mi45NzY1NjIgOTYgOTZ2MzIwYzAgNTMuMDIzNDM4LTQyLjk3NjU2MiA5Ni05NiA5NnptMCAwIiBmaWxsPSIjZmZlNmUyIiBkYXRhLW9yaWdpbmFsPSIjRkZFNkUyIiBjbGFzcz0iIiBzdHlsZT0iZmlsbDojMjAzNDRCIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZTZlMiI+PC9wYXRoPjxwYXRoIGQ9Im0yNTYgMTI4Yy03MC41NzQyMTkgMC0xMjggNTcuNDI1NzgxLTEyOCAxMjhzNTcuNDI1NzgxIDEyOCAxMjggMTI4IDEyOC01Ny40MjU3ODEgMTI4LTEyOC01Ny40MjU3ODEtMTI4LTEyOC0xMjh6bTAgMTcwLjY3MTg3NWMtMjMuNTE5NTMxIDAtNDIuNjcxODc1LTE5LjEzNjcxOS00Mi42NzE4NzUtNDIuNjcxODc1czE5LjE1MjM0NC00Mi42NzE4NzUgNDIuNjcxODc1LTQyLjY3MTg3NSA0Mi42NzE4NzUgMTkuMTUyMzQ0IDQyLjY3MTg3NSA0Mi42NzE4NzUtMTkuMTUyMzQ0IDQyLjY3MTg3NS00Mi42NzE4NzUgNDIuNjcxODc1em0wIDAiIGZpbGw9IiNmYzU3M2IiIGRhdGEtb3JpZ2luYWw9IiNGQzU3M0IiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmYzU3M2IiPjwvcGF0aD48L2c+IDwvc3ZnPg==)  50% 50%/100% no-repeat;
      height: 2em;
      width: 2em;
      line-height: 2em;
      text-align: center;
      font-weight: bold; }
    .opn_ul__ul4 li:after {
      position: absolute;
      content: "";
      border: 0.5em solid transparent;
      left: -1em;
      top: 50%;
      margin-top: -0.5em;
      transition: all 0.3s ease-out; }
    .opn_ul__ul4 li:hover:after {
      left: -0.5em;
      border-left-color: #20344b; }
    .opn_ul__ul4.ul4_2 li {
      background: rgba(32, 52, 75, 0.17);
      border: 1px solid rgba(32, 52, 75, 0.35);
      color: black; }
    .opn_ul__ul4.ul4_2 li a {
      color: #20344b; }
    .opn_ul__price {
      list-style: none; }
    @media screen and (max-width: 480px) {
    .opn_ul__price {
      padding: 0; } }
    .opn_ul__price li {
      margin-bottom: 5px;
      border-bottom: 2px #404b51 dotted;
      line-height: 1;
      width: calc(100% - 250px); }
    @media screen and (max-width: 480px) {
      .opn_ul__price li {
        width: 100%; } }
    .opn_ul__price li span {
      background: white;
      position: relative;
      bottom: -7px; }
      .opn_ul__price li span:nth-child(odd) {
        padding-right: 6px;
        color: #404b51; }
      .opn_ul__price li span:nth-child(even) {
        float: right;
        padding-left: 6px;
        color: #20344b; }
  .opn_gallery--fig {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .opn_figure {
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .opn_btn {
    justify-content: center;
    align-items: center;
    border-radius: 50px; }
    a.opn_btn__a {
      color: inherit;
      text-decoration: none;
      padding: 10px 15px;
      display: inline-flex; }
    .opn_btn:hover {
      background: #4a4a4a; }
    .opn_btn.btn1 {
      display: inline-flex;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      min-height: 50px;
      border: 2px solid #20344b;
      background: linear-gradient(to right, #253b56 0.3%, #1b2d40 98.4%) #20344b;
      margin: 20px 5px 15px;
      box-shadow: 0px 0px 0px 8px rgba(71, 173, 51, 0.08); }
    .opn_btn.btn1:hover {
      /*background: none $clr__1;*/
      box-shadow: 0px 0px 0px 8px rgba(71, 173, 51, 0);
      background: white;
      color: #20344b; }
  .opn_cont__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(45deg, rgba(32, 52, 75, 0.9), rgba(32, 52, 75, 0.5)), url(/thumb/2/nzlhII07pJoWw65dBBB43Q/1170r/d/54686716_2.jpg);
    box-shadow: inset -1px 0px 0px #fff;
    max-width: 100%;
    margin: 0 auto 25px;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px; }
    .opn_cont__item h2 {
      color: white; }
    .opn_cont__title {
      margin: 0 0 15px; }
    a.opn_cont__a {
      text-decoration: none;
      color: #20344b; }
  .opn_youtube {
    position: relative;
    padding: 0 0 55.65% 0;
    height: 0;
    overflow: hidden; }
    .opn_youtube > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .opn_iframe {
    max-width: 100%;
    height: 400px;
    width: 800px; }
  .opn_srv {
    background: linear-gradient(rgba(27, 76, 17, 0.35), rgba(27, 76, 17, 0.35)), url(/d/tuning-bg.gif) left 50% top 50% / cover no-repeat fixed;
    margin: 15px 0 20px;
    padding: 40px 10px; }
    .opn_srv__wrap {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around; }
    .opn_srv__item {
      flex: 0 0 300px;
      max-width: 100%;
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 8px;
      text-align: center;
      border-radius: 20px;
      margin: 10px;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }
    a.opn_srv__item {
      color: #fff; }
    a.opn_srv__item:hover {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11); }
    a.opn_srv__item:active {
      box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.11); }
    .opn_srv .opn__title {
      padding: 0px 0 25px; }
  .opn_srv2 {
    margin: 0 0 30px; }
    .opn_srv2__top {
      margin: 0 0 35px; }
    .opn_srv2__bottom {
      display: -ms-grid;
      display: grid;
      grid-gap: 20px;
      -ms-grid-columns: minmax(290px, 1fr) [auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
    .opn_srv2__img {
      max-width: 100%;
      height: auto;
      margin: auto;
      border-radius: 20px; }
    a.opn_srv2__img-link {
      margin: auto; }
    .opn_srv2__item {
      display: flex;
      flex-flow: column wrap;
      text-align: center;
      margin: 0 20px 20px 0;
      padding: 15px;
      border-radius: 20px;
      box-sizing: border-box;
      border: 1px solid rgba(32, 52, 75, 0.21);
      box-shadow: 0px 1px 24px rgba(0, 0, 0, 0);
      transition: 0.57s;
      max-width: 100%; }
    .opn_srv2__item:hover {
      box-shadow: 0px 1px 24px rgba(32, 52, 75, 0.25); }
    .opn_srv2__item:hover a.opn_srv2__link {
      color: #010080; }
    a.opn_srv2__link {
      font-size: 16px;
      color: black;
      padding: 10px 0 0;
      transition: 0.57s;
      font-weight: 500; }
  .opn_note {
    border-left: 5px solid #20344b;
    padding: 10px;
    padding-left: 15px;
    background: rgba(32, 52, 75, 0.1); }
  .opn__br_txt {
    border: 6px solid rgba(32, 52, 75, 0.2);
    margin: 0 0 30px; }
    .opn__br_txt p:first-child {
      margin-top: 0; }
  .opn__br_title {
    font-size: 1.3rem;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
  .opn__br_title {
    font-size: 0.9rem;
    font-weight: 600; } }

@media screen and (max-width: 768px) {
    .opn_table_mobile td {
      display: block; } }

.content--u-in9ywplbx {
  max-width: 100%; }
  .content--u-in9ywplbx input, .content--u-in9ywplbx textarea {
    max-width: 100%; }
    @media (max-width: 480px) {
  .content--u-in9ywplbx input, .content--u-in9ywplbx textarea {
    width: 100%; } }

.mosaic-form--u-iiiqgvvbz .mosaic-form__checkbox ~ .mosaic-form__value .text-block-wrap-div a {
  color: #f5bf06; }

@media (max-width: 400px) {
  .for-mobile-view {
    overflow: scroll;
    width: 300px; } }

@media (max-width: 991px) {
  .container--u-i5jqo664v {
    width: 100%; } }
