/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author     Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */
 
#ps-popup-newsletter-modal .row.align-items-center {
  display: flex;
  text-align: center;
  justify-content: center;
}
#ps-popup-newsletter-modal .row.align-items-center .right_subscription {
  margin-left: 0;
}
#ps-popup-newsletter-modal .modal-dialog {
  margin-top: 10%;
}
@media (max-width: 391.98px) {
  #ps-popup-newsletter-modal .modal-dialog {
    max-width: none !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
 }
}
@media (max-width: 500.98px) {
  .ps-popupnewsletter .popup-content{
    min-height: 207px;
  }
  .ps-popupnewsletter {
    padding-top: 2rem !important;
  }
  .ps-popupnewsletter .noshow {
    text-align: center;
    right: 0;
    left: 0;
  }
}
#ps-popup-newsletter-modal .modal-content {
  border-radius: 0;
}
#ps-popup-newsletter-modal .modal-body {
  padding: 0px;
}
#ps-popup-newsletter-modal .newsletter-form {
  max-width: 400px;
  margin: auto;
  margin-top: 1rem;
}
#ps-popup-newsletter-modal .input-btn {
  display: block;
}
#ps-popup-newsletter-modal .input-btn button {
  height: 100%;
}
.ps-popupnewsletter {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-size: 36.77px 36.77px;
}
.ps-popupnewsletter button.close {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 14px;
  border-radius: 0;
  opacity: 1;
  color: #7b7b7b;
  text-shadow: none;
}
.ps-popupnewsletter button.close i {
  vertical-align: top;
}
.ps-popupnewsletter .popup-background {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  z-index: -1;
}
.ps-popupnewsletter .popup-content {
  text-align: center;
  min-height: 163px;
}
.ps-popupnewsletter .block-newsletter h4 {
  display: none;
}
.ps-popupnewsletter .block-newsletter .form-control {
  border-color: transparent;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ps-popupnewsletter .block-newsletter .input-btn {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.ps-popupnewsletter .block-newsletter .newsletter-message .conditons {
  display: none;
}
.ps-popupnewsletter .noshow {
  margin-top: 15px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 17px;
  left: 24px;
  text-transform: uppercase;
}
.ps-popupnewsletter .noshow a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.5;
}
.ps-popupnewsletter .noshow a:hover {
  opacity: 1;
}
.ps-popupnewsletter .noshow i {
  margin-left: 3px;
  margin-right: 3px;
}
