.menu-vertical-1__item {
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  border-top: 1px solid #eeeeee;
  padding: 15px 0;
}
.menu-vertical-1__item:first-child {
  border-top: none;
}
.menu-vertical-1__submenu {
  margin: 5px 0 0;
}
.menu-vertical-2 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.menu-vertical-2__item {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px;
}
.menu-vertical-2__item.active {
  font-weight: 700;
}
.menu-vertical-3 {
  font-size: 15px;
  font-weight: normal;
}
.menu-vertical-3__item {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px;
}
.menu-vertical-3__item.active {
  font-weight: 700;
}
div:not(.table-responsive) > iframe.externalWindow {
  margin: -35px 0;
}
.touch-block-wrapper {
  position: relative;
  z-index: 0;
}
.touch-block {
  white-space: nowrap;
}
.touch-block__btn {
  position: absolute;
  min-width: 25px;
  z-index: 1;
  cursor: pointer;
  top: 80px;
  right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.touch-block__btn:after {
  content: "\e066";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: 'konturIconic';
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 26px;
}
.text .table-responsive iframe {
  max-width: inherit !important;
}
.text.js-content {
  min-width: 495px;
}
.table-responsive {
  overflow-y: hidden !important;
}
.js-widget-content-container {
  margin: 10px 0;
}
/* typographics */
@media (max-width: 991px) {
  .touch-block-wrapper {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    overflow: hidden;
  }
  .table-responsive iframe {
    margin-right: 50px;
  }
  div:not(.table-responsive) > iframe.externalWindow {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .touch-block-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .table-responsive iframe {
    margin-right: 15px;
  }
  .js-widget-content-container {
    min-width: 515px;
  }
}

