#mt-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
}
.mt-overlay {
    background: rgba(0,0,0,0.5);
    width: 100%; height: 100%;
    position: absolute;
}
.mt-content {
    background: #fff;
    width: 400px;
    padding: 20px;
    position: relative;
    z-index: 10000;
    border-radius: 10px;
    text-align: center;
    transform: translate(-50%, -50%);
        left: 50%;
    top: 50%;
    /*! height: 100%; */
}


#mt-close-popup {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 20px;
}


.mt-content h2 {
  font-family: var(--primary-font);
  color: var(--primary);
}

.mt-content form input{
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  padding: 0 15px;
  font-family: Arial;
  border-radius: 5px;
  font-family: var(--primary-font);
  border: 1px solid #cbcbcb;
}

.mt-content form input:focus {
}

.mt-content form button {
  width: 100%; 
  height: 45px;
  background: var(--primary);
  border-radius: 10px;
  border: none;
  letter-spacing: 0.02em;
  font-family: var(--primary-font);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.mt-hidden { display: none; }

.single__news__content .gwt-subscribe-text {
  background: #fe282f0d;
  border: 1px solid #fe282f1a;
  color: var(--secondary);
  padding: clamp(15px, 2vw, 20px);
  border-radius: 8px;
  text-align: center;
  opacity: unset;
}
.mt-subscribe-btn {
  background: #fe282f0d;
  border: 1px solid #fe282f1a;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 1;
  color: var(--secondary);
  cursor: pointer;
  margin: 15px 0 0 auto;
  display: block;
}
