.uteka-widget {
  /* Минимально поддерживаемые размеры виджета: 320x520. */
  width: 100%;
  min-width: 320px;
  height: 520px;
  min-height: 520px;
  margin: 0 15px;
  background: #fff;
}

.uteka-widget iframe {
  border: none;
  width: 100%;
  height: calc(100% - 57px);
}

.uteka-widget-overflow {
  display: none;
}

.uteka-widget-overflow.visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1021;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background: rgba(0,0,0,0.5);
}

.uteka-widget__header {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  height: 57px;
}

.uteka-widget__title {
  background: url('https://widget.uteka.ru/static/img/widgets/title_mobile.svg') no-repeat;
  background-size: contain;
  width: 108px;
  height: 12px;
}

.uteka-widget__logo {
  margin-top: 6px;
}

.uteka-widget__logo img {
  width: 79px;
}

.uteka-widget__close {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url('https://widget.uteka.ru/static/img/widgets/close.svg') no-repeat center;
  cursor: pointer;
}

.top-btn-widget,
.trimedat-200-bth-widget,
.trimedat-forte-bth-widget,
.trimedat-100-bth-widget,
.trimedat-suspenzia-bth-widget {
  cursor: pointer;
}

.top-btn-widget {
    color: #fff !important;
}

@media (min-width: 768px) {
  .uteka-widget {
    width: 75vw;
    height: 75vh;
    margin: 0;
  }

  .uteka-widget__header {
    flex-direction: row;
  }

  .uteka-widget__title {
    background: url('https://widget.uteka.ru/static/img/widgets/title.svg') no-repeat;
    background-size: contain;
    width: 214px;
    height: 23px;
    margin-bottom: -3px;
  }

  .uteka-widget__logo {
    margin-top: 0;
    margin-left: 8px;
  }

  .uteka-widget__logo img {
    width: 109px;
  }
}