#promoted .wrapper {
  max-width: 1144px;
  height: 410px;
}

#promoted .wrapper .item {
  font-size: 24px;
  line-height: 29px;
  font-family: Montserrat;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

#promoted .wrapper .item:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  #promoted .wrapper .item {
    width: 70%;
    margin-bottom: 10px;
  }
  #promoted .wrapper .item img {
    min-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  #promoted {
    background-size: cover;
  }
  #promoted .wrapper {
    height: auto;
    width: 100%;
  }
}

/* POPUP */
.popup {
  display: none;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.popup-content {
  height: 400px;
  width: 721px;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 799px) {
  .popup-content {
    width: 90%;
    border-radius: 20px;
  }
}

.closeFirst, .closeSecond, .closeThird {
  transition: all .6s ease-in-out 0s;
}

.popupText {
  font: normal normal bold 27px/33px Montserrat;
}

.popupCode {
  font-size: 27px;
  font-family: Montserrat;
  font-weight: medium;
  height: 79px;
  width: 424px;
}
@media screen and (max-width: 550px) {
  .popupText {
    margin: 0 20px;
  }
  .popupCode {
    width: 85%;
    font-size: 22px;
  }
}

/* NEWSLETTER */

.newsletter-container {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .newsletter-container {
  width: 90%;
}
}

.newsletter-container strong {
  font-family: Montserrat;
}

.second_popup-news {
  background-repeat: no-repeat;
  background-position: center 100%;
  
}

.second_popup-news .container {
  min-height: 530px;
}

.second_popup-news form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.second_popup-news .hs_error_rollup {
  display: none !important;
}

.second_popup-news .hs_email {
  width: 100%;
}


@media screen and (min-width: 736px) {
  .second_popup-news .hbspt-form {
    max-width: 480px;
  }
  .second_popup-news .hs_email {
    width: 359px;
    padding-right: 8px;
  }
}

.second_popup-news input[type=email] {
  height: 42px;
  width: 100%;
  padding: 8px 24px;
  background-color: #ffffff;
  border-radius: 25px;
  color: #9A9A9A;
  font-size: 1.2rem;
  border: 1px solid #DCDCDC;
}

.second_popup-news input[type=submit] {
  height: 42px;
  width: 180px;
  padding: 8px 24px;
  background-color: #FB8E31;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 15px;
}

.second_popup-news input[type=submit]:hover {
  background-color: #F87606;
}

.second_popup-news .icon:hover {
  opacity: 0.6;
}

.newsletter-checkbox-container {
  width: 410px;
  margin-top: 20px;
  font: normal normal normal 12px/16px Roboto;
}

.newsletter-checkbox-text {
  font: normal normal normal 12px/16px Roboto;
  margin-top: 20px;
}

.newsletter-checkbox-icon {
  height: 27px;
  width: 27px;
  border: 1px solid #CECECE;
  border-radius: 4px;
}

.hs-error-msg {
  font-size: 10px;
}