/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
body {
  font-family: "Assistant", Sans-serif;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.iqos-header img {
  height: 46px;
}

.key-icon img {
  margin-top: 15px;
  margin-left: 15px;
}

.hit-icon img {
  margin-top: 18px;
  margin-left: 15px;
}

.flame-icons img {
  margin-top: 15px;
  margin-left: 15px;
}

.key-icon figure.elementor-image-box-img {
  display: contents;
}

.hit-icon figure.elementor-image-box-img {
  display: contents;
}

.flame-icons figure.elementor-image-box-img {
  display: contents;
}

a#footer-but {
  background: #f3d493;
  background: linear-gradient(180deg, #f3d493 0%, #ae753b 100%);
}

#white-arrow-big .elementor-align-icon-left {
  margin-top: 3px;
}

#brown-arrow .elementor-align-icon-left {
  margin-top: 6px;
  display: flex;
  align-items: center;
}

#white-icon-little .elementor-align-icon-left {
  margin-top: 6px;
  display: flex;
  align-items: center;
}

#white-big-arrow .elementor-button-icon svg {
  width: 62px !important;
}

.icons-list p.elementor-image-box-description {
  opacity: 0.48;
}

/*.footer-list-mobile .elementor-image-box-content {
    margin-top: -6px;
}*/
.footer-list-mobile img {
  margin-top: -6px;
}

.elementor-counter-number-wrapper {
  display: flex;
  align-items: center;
}

.elementor-counter-number-wrapper {
  background-image: url(https://iqos.ussl.app/wp-content/uploads/2020/06/circle-mobile-1.svg);
  background-repeat: no-repeat;
  height: 160px;
  width: 160px;
}

.counter-circles.elementor-widget.elementor-widget-counter {
  display: block;
  text-align: center;
}

.elementor-counter {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .key-icon img {
    display: inline-block !important;
    align-items: center;
    margin: 0;
  }

  .hit-icon img {
    display: inline-block !important;
    align-items: center;
    margin: 0;
  }

  .flame-icons img {
    display: inline-block !important;
    align-items: center;
    margin: 0;
  }

  .elementor-counter-number-wrapper {
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hit-icon .elementor-image-box-content {
    margin-bottom: -8px;
  }
}
#footer_form {
  width: 100%;
  margin: 0 !important;
}
#footer_form .hide_on_click {
  max-height: 0;
  transition: all 0.35s ease-out;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  #footer_form {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
}
#footer_form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 10px;
}
@media all and (max-width: 850px) {
  #footer_form form {
    padding-bottom: 0px;
  }
}
#footer_form form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#footer_form form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  color: #F3D493;
  position: absolute;
  left: 0;
  bottom: 1px;
  font-size: 13px;
}
@media all and (max-width: 850px) {
  #footer_form form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: red;
  }
}
#footer_form form .form-group {
  width: 246px;
  padding: 0 11px;
  max-width: 16.5%;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group {
    margin-bottom: 25px;
  }
}
#footer_form form .form-group input[type=text], #footer_form form .form-group input[type=tel], #footer_form form .form-group input[type=email] {
  width: 100%;
  background: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  padding: 0;
  height: 48px;
  line-height: 47px;
  text-align: right;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group input[type=text], #footer_form form .form-group input[type=tel], #footer_form form .form-group input[type=email] {
    height: 70px;
    line-height: 70px;
    border: 0;
    background: white;
    font-size: 30px;
    color: #645E58;
    padding: 0 20px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group input[type=text], #footer_form form .form-group input[type=tel], #footer_form form .form-group input[type=email] {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 10px;
  }
}
#footer_form form .form-group input[type=text]::placeholder, #footer_form form .form-group input[type=tel]::placeholder, #footer_form form .form-group input[type=email]::placeholder {
  color: white;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group input[type=text]::placeholder, #footer_form form .form-group input[type=tel]::placeholder, #footer_form form .form-group input[type=email]::placeholder {
    color: #645E58;
  }
}
#footer_form form .form-group_checkboxes {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: white;
  margin-top: 15px;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes {
    margin-top: 0;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes {
    margin-top: 0;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap {
  display: inline-flex;
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-right: 0;
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap + .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-right: 1em;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap + .wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-right: 0;
    margin-top: 40px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap + .wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-top: 20px;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap label {
  line-height: 18px;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap label {
    font-size: 24px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap label {
    font-size: 14px;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label {
    padding-right: 55px;
    min-height: 40px;
    display: block;
    line-height: 1.25;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label {
    padding-right: 30px;
    min-height: 20px;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid white;
  background: transparent;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-left: 5px;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:after {
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  right: 4px;
  top: 6px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(-50%, -50%);
    background: black;
    margin: 0;
    right: 0px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
  }
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
#footer_form form .form-group_checkboxes .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  color: #F3D493;
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 20px;
  font-size: 13px;
}
@media all and (max-width: 850px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: red;
    right: 0;
    bottom: 0;
    top: 100%;
    font-size: 20px;
  }
}
@media all and (max-width: 576px) {
  #footer_form form .form-group_checkboxes .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
#footer_form form input[type=submit] {
  height: 48px;
  width: 214px;
  margin-right: 10px;
  max-width: 16%;
  background: linear-gradient(180deg, #F3D493 0%, #AE753B 100%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  border-radius: 0;
  border: 0;
}
@media all and (max-width: 850px) {
  #footer_form form input[type=submit] {
    background: #5A5451;
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 0 100px;
    height: 100px;
    line-height: 100px;
    width: auto;
    margin-right: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 576px) {
  #footer_form form input[type=submit] {
    font-size: 15px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
  }
}
#footer_form form div.wpcf7-response-output {
  margin: 25px 0 0;
  color: white;
}
@media all and (min-width: 850px) {
  #footer_form form div.wpcf7-response-output {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
  }
}
#footer_form form div.wpcf7-validation-errors, #footer_form form div.wpcf7-acceptance-missing {
  border-color: #F3D493;
}

.popup {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}
.popup .accept_close {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  padding: 5px;
  border: 0;
}
.popup .accept_close:hover {
  background: transparent;
}
.popup .accept_close svg, .popup .accept_close img {
  width: 30px;
  height: 30px;
}
@media all and (max-width: 576px) {
  .popup .accept_close svg, .popup .accept_close img {
    width: 20px;
    height: 20px;
  }
}
.popup .inner {
  max-width: 760px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #333;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 35px;
  font-size: 18px;
}
@media all and (max-width: 576px) {
  .popup .inner {
    padding: 20px;
  }
}
.popup .inner h2 {
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
@media all and (max-width: 576px) {
  .popup .inner h2 {
    padding: 0 15px 10px;
  }
}
.popup .inner h2:after {
  content: "";
  background: #CDA57A;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.popup .inner .accept_check_popup {
  margin: 20px auto 0;
  background: #CDA57A;
  border-radius: 0;
  border: 0;
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 20px;
}
.popup.thank_popup .inner {
  text-align: center;
}
.popup.thank_popup .inner h2:after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
