.newsletter-form-text, .newsletter-form-checkmark {
  color: #707070;
  border: 1px solid #bebebe;
  background-color: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
}

.newsletter-form-text--error, .newsletter-form-checkmark--error {
  border-color: #ff0000;
}

.newsletter-form-privacy:after {
  content: "";
  clear: both;
  display: table;
}

.newsletter-form-privacy, .newsletter-info, .newsletter-close {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 90px;
  }
}

@media (min-width: 1900px) {
  .newsletter-form-privacy, .newsletter-info, .newsletter-close {
    margin-bottom: 100px;
  }
}

.newsletter-form-email, .newsletter-form-submit {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 45px;
  }
}

@media (min-width: 1900px) {
  .newsletter-form-email, .newsletter-form-submit {
    margin-bottom: 50px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.avt.pl/fonts/RobotoRegular.eot");
  src: url("https://cdn.avt.pl/fonts/RobotoRegular.eot") format("embedded-opentype"), url("https://cdn.avt.pl/fonts/RobotoRegular.woff2") format("woff2"), url("https://cdn.avt.pl/fonts/RobotoRegular.woff") format("woff"), url("https://cdn.avt.pl/fonts/RobotoRegular.ttf") format("truetype"), url("https://cdn.avt.pl/fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.avt.pl/fonts/RobotoMedium.eot");
  src: url("https://cdn.avt.pl/fonts/RobotoMedium.eot") format("embedded-opentype"), url("https://cdn.avt.pl/fonts/RobotoMedium.woff2") format("woff2"), url("https://cdn.avt.pl/fonts/RobotoMedium.woff") format("woff"), url("https://cdn.avt.pl/fonts/RobotoMedium.ttf") format("truetype"), url("https://cdn.avt.pl/fonts/RobotoMedium.svg#RobotoMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.avt.pl/fonts/RobotoBold.eot");
  src: url("https://cdn.avt.pl/fonts/RobotoBold.eot") format("embedded-opentype"), url("https://cdn.avt.pl/fonts/RobotoBold.woff2") format("woff2"), url("https://cdn.avt.pl/fonts/RobotoBold.woff") format("woff"), url("https://cdn.avt.pl/fonts/RobotoBold.ttf") format("truetype"), url("https://cdn.avt.pl/fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("https://cdn.avt.pl/fonts/RobotoBlack.eot");
  src: url("https://cdn.avt.pl/fonts/RobotoBlack.eot") format("embedded-opentype"), url("https://cdn.avt.pl/fonts/RobotoBlack.woff2") format("woff2"), url("https://cdn.avt.pl/fonts/RobotoBlack.woff") format("woff"), url("https://cdn.avt.pl/fonts/RobotoBlack.ttf") format("truetype"), url("https://cdn.avt.pl/fonts/RobotoBlack.svg#RobotoBlack") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  color: #707070;
  font-family: 'Roboto', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
}

a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
  color: #707070;
  text-decoration: none;
}

.newsletter-page {
  height: 100%;
  width: 100%;
  background-image: url("../img/newsletter-bg.jpg");
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}

.newsletter-page .content-wrapper {
  margin: 0 auto;
  max-width: 830px;
  padding: 0 15px;
}

.newsletter-logo {
  margin: 40px 0;
  text-align: center;
}

@media (min-width: 576px) {
  .newsletter-logo {
    margin: 50px 0;
  }
}

@media (min-width: 768px) {
  .newsletter-logo {
    margin: 60px 0;
  }
}

@media (min-width: 1025px) {
  .newsletter-logo {
    margin: 70px 0;
  }
}

@media (min-width: 1200px) {
  .newsletter-logo {
    margin: 80px 0;
  }
}

@media (min-width: 1600px) {
  .newsletter-logo {
    margin: 90px 0;
  }
}

@media (min-width: 1900px) {
  .newsletter-logo {
    margin: 100px 0;
  }
}

@media (min-width: 576px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 120px;
  }
}

@media (min-width: 1025px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 160px;
  }
}

@media (min-width: 1600px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 180px;
  }
}

@media (min-width: 1900px) {
  .newsletter-logo--bigger-mb {
    margin-bottom: 200px;
  }
}

.newsletter-logo-link {
  font-size: 0;
}

.newsletter-logo-img {
  width: 150px;
  height: 150px;
}

@media (min-width: 576px) {
  .newsletter-logo-img {
    width: 170px;
    height: 170px;
  }
}

@media (min-width: 768px) {
  .newsletter-logo-img {
    width: 190px;
    height: 190px;
  }
}

@media (min-width: 1025px) {
  .newsletter-logo-img {
    width: 210px;
    height: 210px;
  }
}

.newsletter-form-email {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form-privacy {
  display: block;
}

.newsletter-form-privacy-statement {
  float: left;
  width: calc(100% - 57px);
  font-size: 16px;
  line-height: 1.5;
}

.newsletter-form-privacy-label:hover {
  cursor: pointer;
}

.newsletter-form-text {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-size: 22px;
}

.newsletter-form-text::-webkit-input-placeholder {
  opacity: 1;
}

.newsletter-form-text:-ms-input-placeholder {
  opacity: 1;
}

.newsletter-form-text::-ms-input-placeholder {
  opacity: 1;
}

.newsletter-form-text::placeholder {
  opacity: 1;
}

.newsletter-form-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.newsletter-form-checkmark {
  position: relative;
  float: left;
  display: block;
  width: 37px;
  height: 37px;
  margin-right: 20px;
}

.newsletter-form-checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  opacity: 0;
  width: 7px;
  height: 12px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -45%) rotate(45deg);
          transform: translate(-50%, -45%) rotate(45deg);
  transition: opacity 250ms ease;
}

.newsletter-form-submit {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form-checkbox:checked ~ .newsletter-form-checkmark:after {
  opacity: 1;
}

.newsletter-info {
  text-align: center;
}

.newsletter-close {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-message {
  font-size: 16px;
  margin-top: 10px;
}

.newsletter-message--error {
  color: #d41818;
}

.newsletter-message--bigger {
  font-size: 30px;
}

.newsletter-button {
  display: block;
  width: 100%;
  padding: 15px 25px;
  color: #707070;
  border: 1px solid #bebebe;
  background-color: #fff;
  font-size: 24px;
  text-align: center;
  transition-property: color, border-color;
  transition-duration: 250ms;
  transition-timing-function: ease;
}

.newsletter-button:link {
  color: #707070;
}

.newsletter-button:hover {
  color: #d41818;
  border-color: #d41818;
  cursor: pointer;
}

.newsletter-button--main {
  color: #fff;
  border: none;
  background-color: #d41818;
  transition-property: background-color;
}

.newsletter-button--main:link, .newsletter-button--main:hover {
  color: #fff;
}

.newsletter-button--main:hover {
  background-color: #ff0000;
}
