  /* docs */
  .iframe-docs {
    text-align: left;
  }

  .responsive-docs {
    border: 1px solid #1f1f1f;   /* единый цвет рамки */
    width: 920px;
    height: 1210px;
    display: inline-block;
  }

  /* Мобильная версия */
  @media (max-width: 768px) {
    .responsive-docs {
      width: 100%;
      max-width: 350px;
      height: 485px;
      /* border-color наследуется из основного правила */
    }
  }
  
  /* booking in menu */
@media screen and (min-width: 1025px) {
  #rec2191038171 .t-menu-base__button:nth-child(2) {
    display: none !important;
  }
}