*, *::before, *::after {
  box-sizing: border-box; }

body {
  height: 10000px;
  margin: 0;
  padding: 10px;
  box-sizing: inherit; 
background:transparent;
}

.popup-newsletter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans";
  
  background-color: rgba(0, 0, 0, 0); 
  }
  .popup-newsletter .validError {
    margin-top: 10px; }
  .popup-newsletter__close {
    cursor: pointer;
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    right: 3%;
    top: 5%;
    background-color: #ffffff;
    transition: background-color .2s ease; }
    .popup-newsletter__close::before, .popup-newsletter__close::after {
      content: '';
      position: absolute;
      left: 21px;
      top: 12px;
      display: block;
      height: 20px;
      width: 3px;
      background-color: #F04E3B;
      transition: background-color .2s ease; }
    .popup-newsletter__close:hover {
      background-color: #F04E3B; }
    .popup-newsletter__close:hover::before, .popup-newsletter__close:hover::after {
      background-color: #fff; }
    .popup-newsletter__close::before {
      transform: rotate(45deg); }
    .popup-newsletter__close::after {
      transform: rotate(-45deg); }
  .popup-newsletter__box {
    display: flex;
    max-width: 60%;
    max-height: 85%;
    overflow: auto;
    position: relative;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 1440px) {
      .popup-newsletter__box {
        max-width: 75%; } }
  .popup-newsletter__col-1, .popup-newsletter__col-2 {
    padding: 60px;
    overflow-y: auto; }
  .popup-newsletter__col-1 {
    color: #ffffff;
    background-image: linear-gradient(to top, rgba(162, 2, 21, 0.9), rgba(187, 51, 38, 0.9)), url("../assets/popup-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.75;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1 2 0;
    min-width: 360px;
    padding-top: 66px; }
  .popup-newsletter__col-2 {
    background-color: #ffffff;
    flex: 2 2 0; }
  .popup-newsletter__form {
    display: flex;
    flex-direction: column; }
  .popup-newsletter__input {
    padding: 10px 20px;
    width: 100%;
    border: 2px solid #F04E3B;
    color: #F04E3B;
    margin-top: 7px; }
  .popup-newsletter__label {
    text-transform: uppercase;
    letter-spacing: 1.666px;
    color: #F04E3B;
    font-weight: 600;
    font-size: 13px; }
  .popup-newsletter__heading {
    margin: 0 0 20px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 1440px) {
      .popup-newsletter__heading {
        font-size: 24px; } }
  .popup-newsletter__text {
    margin: 0 0 10px; }
    .popup-newsletter__text:last-of-type {
      margin: 0 0 20px; }
  .popup-newsletter__team {
    font-weight: 600;
    display: flex; }
  .popup-newsletter__logo {
    height: 30px;
    margin-right: 10px; }
  .popup-newsletter__agreement, .popup-newsletter__warning {
    line-height: unset;
    user-select: none;
    font-size: 12px; }
  .popup-newsletter__warning {
    font-size: 10px; }
  .popup-newsletter__submit {
    cursor: pointer;
    padding: 1em 3em;
    border: solid 2px #A20215;
    margin: 15px 0;
    color: #A20215;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    transition: all .15s ease;
    align-self: flex-start; }
    .popup-newsletter__submit:hover {
      background-color: #F04E3B;
      border-color: #F04E3B;
      color: #ffffff; }

.mab-20 {
  margin-bottom: 20px; }

.mat-20 {
  margin-top: 20px; }
