/* OPN STYLE */
@media (max-width: 700px) {
      .opn_adaptable img {
        display: block;
        float: none !important;
        margin: 0 auto 30px !important;
        max-width: 100%;
        height: auto !important; } }
  .opn_adaptable h3 {
    margin: 1.5em 0 0.8em; }
  .opn_adaptable h2 {
    margin: 1.5em 0 0.8em; }
  .opn_adaptable a {
    color: #d37134 !important; }

.opn_ul {
  margin: 0 0 40px; }

.opn_image-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: minmax(200px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  place-items: center;
  padding: 20px 0; }
  .opn_image-wrapper__item img {
    width: 320px;
    height: 260px;
    object-fit: cover; }

.lpc-text-8__controls {
  display: none !important; }

.owl-stage-outer {
  background: #f1cfba;
  padding: 10px 21px !important; }

.lpc-text-8__tab-item._active {
  background: #ffe3ce !important;
  color: #4a4a4a !important; }

.lpc-text-8__tab-item {
  background: white !important;
  border-radius: 25px !important;
  padding: 10px 21px !important; }

.opn_table {
  width: 100%;
  margin: 0 0 60px; }
  .opn_table thead {
    background: #f1cfba;
    font-weight: bold; }
    .opn_table thead td {
      padding: 15px 20px; }
  .opn_table tbody tr:hover {
    background: rgba(241, 207, 186, 0.29); }
  .opn_table td {
    border-bottom: 1px solid #f1cfba;
    padding: 5px 20px; }
  .opn_table.opn_table--nomar {
    margin: 0 0 30px; }

.opn_cwrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 60px;
  -ms-grid-columns: minmax(280px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0 0 40px; }
  .opn_cwrap__item {
    border: 10px solid #e2e2e2;
    box-sizing: border-box;
    height: 250px;
    display: grid;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-content: center; }
  .opn_cwrap__title {
    flex: 0 0 100%;
    font-size: 2em;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px; }
  .opn_cwrap__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 100%; }
    .opn_cwrap__desc a {
      width: 100%;
      margin: 0 0 10px; }
  .opn_cwrap__social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0 3px;
    background: url(/d/sprite-soc-black.png) no-repeat 0px 0px;
    text-decoration: none; }
    .opn_cwrap__social a.inst {
      background-position: 0px 0px; }
    .opn_cwrap__social a.vk {
      background-position: -40px 0px; }
    .opn_cwrap__social a.fb {
      background-position: -81px 0px; }

.g-comment__panel .g-comment__date, .g-page-article__top-panel .g-page-article__date, .g-article--simple-view .g-article__date {
  display: none; }
