.custom_block {
  position: relative; }
  .custom_block__inner {
    display: inline-flex;
    flex-wrap: wrap;
    transition: all 1s ease;
    width: 100%;
    position: relative;
    z-index: 20; }
  .custom_block__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 380px;
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all 1s ease;
    flex: auto; }
    @media (max-width: 1100px) {
  .custom_block__item {
    width: 50%; } }
    @media (max-width: 640px) {
  .custom_block__item {
    width: 100%;
    border-right: none;
    min-height: 200px;
    justify-content: flex-start; } }
    @media (min-width: 769px) {
  .custom_block__item:hover, .custom_block__item.no_bg {
    background-image: none !important; }
    .custom_block__item:hover a, .custom_block__item.no_bg a {
      background: rgba(0, 0, 0, 0); }
    .custom_block__item:hover img, .custom_block__item.no_bg img {
      opacity: 0; }
  .custom_block__item.active a {
    box-shadow: 0px 0px 96px 26px #000 inset;
    background: rgba(0, 0, 0, 0.2); } }
    @media (min-width: 1101px) {
    .custom_block__item:nth-child(3n) {
      border-right: none; } }
    @media (max-width: 1100px) {
    .custom_block__item:nth-child(2n) {
      border-right: none; } }
    .custom_block__item a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.5s ease;
      box-shadow: 0px 0px 96px 26px transparent inset; }
    .custom_block__item img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      transition: all 1s ease;
      object-fit: cover; }
  .custom_block__item-title {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    text-align: center;
    pointer-events: none; }
    @media (max-width: 1366px) {
  .custom_block__item-title {
    font-size: 24px; } }
    @media (max-width: 640px) {
  .custom_block__item-title {
    text-align: left;
    font-size: 18px; } }
  .custom_block__hidden-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .custom_block__hidden-img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 1s ease;
      opacity: 0; }
      .custom_block__hidden-img img.active {
        opacity: 1; }

html .side-panel--u-i59i57khu {
  z-index: 999; }
