.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (max-width: 900px) {
  body {
    padding-top: 153px;
  }
}
@media all and (max-width: 900px) {
  .toplist {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .toplist .item {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .toplist .item a {
    display: inline-block;
    vertical-align: middle;
  }
}
.toplist .item__2 {
  text-align: right;
}
@media all and (max-width: 900px) {
  .toplist .item__2 {
    margin-top: 8px;
  }
}
.toplist .item__2 a {
  font-size: 16px;
}
.toplist .item__2 a.ambulance {
  float: left;
}
@media all and (max-width: 900px) {
  .toplist .item__2 a.ambulance {
    float: none;
  }
}
.toplist .item__2 a.screening {
  margin-left: 20px;
}
@media all and (max-width: 500px) {
  .toplist .item__2 a.screening {
    font-size: 0;
  }
}
.toplist .item__2 a.screening span {
  display: none;
}
@media all and (max-width: 500px) {
  .toplist .item__2 a.screening span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
  }
}
.bar {
  background-color: #e37585;
  color: #fff;
  text-align: center;
}
.bar .wrap {
  padding: 6px 0;
}
.bar p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-up .bar {
  position: fixed;
  top: 129px;
  width: 100%;
  z-index: 999;
  left: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}
@media all and (min-width: 990px) and (max-width: 1170px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .nav-up .bar {
    top: 122px;
  }
}
@media all and (max-width: 900px) {
  .nav-up .bar {
    top: 154px;
  }
}
.infobox__img .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 9 / 16 * 100 = 56.25% */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.infobox__img .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.assistant {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 220px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 30px;
}
.assistant:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid #43c0ef;
  z-index: 2;
}
.assistant__body {
  border-radius: 50%;
  overflow: hidden;
}
.assistant__photo {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background: url('../images/eliska.jpg') center top / cover no-repeat;
  box-shadow: inset 0 -30px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.assistant__video {
  display: block;
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: calc(130%);
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.assistant__video.is-ready {
  opacity: 1;
}
.assistant__cta {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -94px;
  background: #43c0ef;
  min-height: 92px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 10px 12px 14px;
  transition: all 0.3s ease;
}
.assistant__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.assistant__icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #43c0ef;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.assistant__icon:hover {
  opacity: 0.7;
}
.assistant__icon .fa-microphone,
.assistant__icon .fa-comment-dots {
  font-size: 11px;
}
.assistant__text {
  display: block;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 4px;
}
.assistant:hover .assistant__photo {
  transform: translateY(-2px);
}
.assistant:hover .assistant__cta {
  background: #30baed;
}
.assistant:hover:after {
  border-top-color: #30baed;
}
