button.isiButton span#collapse {
  display: none;
}

#infoISI.floatISI {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 20%;
  min-height: 100px;
  transition: height linear 0.5s;
}

#infoISI.expandedISI {
  position: fixed;
  left: 0;
  bottom: -35px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: height linear 0.5s;
}

#infoISI.inpage {
  box-shadow: none;
}

#infoISI.inpage {
  box-shadow: none;
  margin-top: 49px;
}

#infoISI.inpage .isiHide, div#isiBlock div#infoISI.inpage .hide, div#isiBlock div#infoISI.expandedISI .hide, div#isiBlock div#infoISI.expandedISI .isiHide {
  display: none !important;
}

@media only screen and (max-width:959px) {
  #infoISI.inpage .isiHeader {
    margin: 10px 0 10px 0;
  }
}

@media only screen and (max-width:959px) {
  #infoISI.inpage {
    margin-top: 0;
    top: 0;
    padding: 15px 0 0 0;
    /*width: 320px !important;*/
  }
}

@media (max-width:1023px) {
  body.noscroll {
    position: fixed;
    left: 0;
    right: 0;
  }
}

.btn__isis {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: .9;
  border: none;
}

.btn__isis svg {
  color: var(--bs-alt-color);
  font-weight: bold;
}

.btn__isis:hover, .btn__isis:focus, .btn__isis:active:hover {
  color: var(--bs-primary) !important;
  opacity: 1;
}

@media (min-width: 1200px) {
  .section__isis .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .video__box p {
    font-size: 13px;
    line-height: 12px;
  }
}

@media (min-width: 992px) {
  .btn__isis {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .media-body__text {
    font-size: 19px;
    line-height: 22px;
  }
}

.modal-body .carousel-inner {
  min-height: 370px;
}

.modal-footer .container {
  position: absolute;
  width: 100%;
  max-width: 960px;
  bottom: 5px;
}

@media (min-width: 768px) {
  .nav__fixed {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

