* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category__nav {
  margin-top: 40px !important;
}

.newsletter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0 0;
}

.newsletter .newsletter__icon {
  width: 120px;
  margin: 0 0 20px 0;
}

.newsletter .newsletter__h1 {
  color: #1b1b1b;
  font-size: 25px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.newsletter .newsletter__h2 {
  color: #1b1b1b;
  font-size: 15px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-align: center;
}

.newsletter .newsletter__holder {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
}

.newsletter .newsletter__holder label {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.newsletter .newsletter__holder input {
  width: 100%;
  background: rgba(128, 128, 128, 0.13);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 5px 10px;
  color: black;
  font-size: 15px;
  font-weight: 400;
}

.newsletter .newsletter__submit {
  font-size: 16px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  color: #E02D33;
  padding: 5px 10px;
  border: 1px solid #E02D33;
  background: white;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.newsletter .newsletter__submit:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: white;
  cursor: pointer;
  background: #E02D33;
}
/*# sourceMappingURL=style.css.map */






.confirm-newsletter 
{
  width:100%;
  padding:30px 20px;
  border-radius: 10px;
  margin:40px 10px 0 10px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  box-shadow: 0px 0px 5px 0px #e02d3379;

}

.confirm-newsletter__img 
{
  width:90%;
  max-width: 400px;
  margin:0 0 30px 0;
  border-radius: 10px;
}
/* 
.confirm-newsletter__img--big 
{
  max-width: 400px;
} */
@media only screen and (max-width: 600px)
{
  .confirm-newsletter__img 
  {
    max-width: 400px;
    margin:0 0 30px 0;
    border-radius: 10px;
  }
}


.confirm-newsletter__h1 
{
  color:#E02D33;
  font-size:30px;
  margin:0 0 30px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px)
{
  .confirm-newsletter__h1  
  {
    font-size:24px;
    margin:0 0 20px 0;
  }
}

.confirm-newsletter__h2
{
  color:#E02D33;
  font-size:26px;
  margin:30px 0 10px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px)
{
  .confirm-newsletter__h2 
  {
    font-size:20px;
    margin:30px 0 8px 0;
  }
}

.confirm-newsletter__p 
{
  color:#000000;
  font-size:18px;
  text-align: center;
  max-width: 800px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px)
{
  .confirm-newsletter__p 
  {
    font-size:16px;
  }
}