File: /var/www/zaklada/html/lib/scss/core/_modal-newsletter.scss
.modal-newsletter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  align-items: center;
  justify-content: center;
  &__modal-inner {
    position: relative;
    max-width: 600px;  
    height: auto;
    margin: 0 auto;
    padding: 35px 15px 30px 15px;
    background: $color-white;
    @media screen and (min-width: 768px) {
      padding: 45px 50px 40px 50px;
    }
  }
  
  &__close {
    position:absolute;
    top: 0;
    right: 0;
    padding: 26px;
    &:hover {
      opacity: 0.75;
    }
    &:active {
      opacity: 0.5;
    }
  }
  &__icon {
    height: 60px;
    width: 60px;
  }
  #mc_embed_signup{
    width: auto;
    font: inherit;
    color: #000;
    background:#fff; 
    clear:left; 
    form{
      margin: 0;
    }
    .clear{
      display: flex;
      justify-content: center;
    }
    #mc-embedded-subscribe{
      margin: 0;
      border-radius: 0;
      border: none;
      font: inherit;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
    }
  }
}