@font-face {
  font-family: "IQOS";
  src: url("../fonts/woff/IQOSW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IQOS";
  src: url("../fonts/ttf/IQOS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IQOS";
  src: url("../fonts/woff/IQOSW05-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
  max-height: 100vh;
}

html, body, * {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  height: 100%;
  font-family: "IQOS", sans-serif;
  font-weight: 400;
  background-color: #56BCCC;
}

*:hover,
*:focus {
  outline: none;
  text-decoration: none;
}

.text-style {
  font-size: 0.8rem;
  line-height: 19px;
  color: #ece9e9;
  text-align: center;
}

.desktop-version {
  display: none;
}

.content {
  display: none;
}

/* Validation page styles  */

.validation-page {
  height: 100vh;
  padding: 30px 18px 0 18px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.validation-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 315px;
  width: 100%;
  text-align: center;
  color: #34303D;
  margin-top: auto;
}

.validation-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.terms-btn {
  margin: auto auto 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-decoration-line: underline;
  color: #34303D;
  background: none;
  border: none;
  cursor: pointer;
}

.disclamer-container {
  justify-content: space-between;
  min-height: 504px;
}

.disclamer-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.disclaimer-message {
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

.disclaimer-message_text {
  padding: 6px 10px;
  font-size: 0.8rem;
  line-height: 1rem;
  max-width: 324px;
}

.fa-times {
  padding-right: 10px;
}

#disclaimerProhibition,
#disclaimerMissedMnth,
#disclaimerMissedYear {
  display: none;
  margin-top: 15px;
}

.select-style,
.select-date,
.select-date_after {
  width: 100%;
  height: 50px;
  padding: 10px 25px;
  background-color: #FFFFFF;
  border: 1px solid #35313E;
  border-radius: 100px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 92% 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #34303D;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.select-date {
  background-image: url(../assets/arrow_down.svg);
}
.select-date.error {
  border-color: red;
}

.select-date_after {
  background-image: url(../assets/arrow_up.svg);
}

select option {
  background-color: #2b2b38;
}

select option:disabled {
  background-color: #2b2b38;
}

.month,
.years {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
  background: #56BCCC;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.submit:disabled {
  background: #7F7D82;
  cursor: not-allowed;
}
.arrow-right {
  margin-top: 4px;
  padding-left: 12px;
}

.container {
  padding: 25px 30px 30px;
  min-height: 500px;
}

.heading {
  height: 100%;
  background-color: #56BCCC;
}

.header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 640px;
  padding-bottom: 0;
}

.header-h2 {
  font-size: 36px;
  line-height: 115%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}


.share-btn {
  height: 20px;
  font-size: 10px;
}

.greeting-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.love-btn {
  width: 136px;
  margin-bottom: 15px;
}

.fb-btn {
  width: 82px;
  padding-top: 2px;
}

.header-arrows {
  margin: 12% 0 16% 0;
}

.header-text {
  margin-top: 6%;
  font-weight: 400;
}

.arrow {
  width: 20px;
  margin-top: 45px;
  margin-bottom: 50px;
}

/* Styles for movie-part */

.main {
  background-color: #F8F7F7;
}


.movie-container-right {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.order {
  margin-bottom: 16px;
  color: #a09fa8;
  font-size: 0.8rem;
  font-weight: 400;
}

.movie-heading {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #35313E;
}

.red-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.red-row-right {
  justify-content: flex-end;
}

.red-text {
  display: flex;
  font-size: 14px;
  line-height: 120%;
  color: #56BCCC;
  font-weight: 700;
}

.red-text-right {
  float: left;
  margin-right: 10px;
}

.heard-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}

.movie-description {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #35313E;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.movie-description p strong {
  font-weight: bold;
}



.movie-img {
  display: flex;
  margin-bottom: 20px;
}

.movie-img img {
  width: 100%;
  object-fit: contain;
}

.left {
  text-align: left;
}

.route-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: white;
  background-color: #56BCCC;
  border-radius: 100px;
  gap: 5px;
  text-decoration: none;
}

.route-btn.btn-white {
  background: #fff;
  color: #35313E;
}

.route-btn.btn-outlined {
  background: transparent;
  border: 2px solid #fff;
}

.cards-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}


.cards-box:after {
  content: '';
  width:100%;
  height:40%;    
  position:absolute;
  left:0;
  bottom:0;
  background:linear-gradient(transparent 150px, #F8F7F7);
}

.cards-box.is-open:after {
  content: none;
}
.cards__inner {
  display: flex;
  flex-direction: column;
}

.hidden-cards {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hidden-cards {
  display: none;
}

.show-cards {
  background: none;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #56BCCC;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
}


.btn-left {
  float: right;
}

.white-arrow {
  width: 20px;
}

.custom {
  justify-content: start;
  padding-left: 12px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: 400;
}

.coffee-container {
  background-color: white;
}

.mr-bt {
  margin-bottom: 16px;
}



.justify-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Terms */


.terms {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: 0px 30px 45px; 
  background: #FFFFFF;
  top: 0;
  left: 0;
  overflow: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #35313E;
}

.terms h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 14px;
}

.terms-back {
  position: sticky;
  top: 0;
  left: 0;
  padding: 25px 0 14px;
  background: #FFFFFF;
}

.terms-back__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  background: none;
}

/* ------ */

/* Map Styles */

.map-container {
  padding: 25px 30px 30px;
  color: #fff;
  background-color: #56BCCC;
}

.map-heading {
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 15px;
}

.map-text {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
}


.map-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdf-text {
  display: flex;
  align-items: center;
  gap: 3px;
}

.pdf-text img {
  width: 28px;
  height: 28px;
  min-width: 28px;
}

.pdf-text {
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin: 0 auto;
}

#map {
  height: 100%;
  min-height: 520px;
}


.body-сontent a {
  text-decoration: none;
}

.popUpHeading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #35313E;
  margin-bottom: 5px;
  padding-right: 10px;
}

.popup-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #35313E;
}
#content {
  padding: 10px 0 10px 10px;
}
.route-btn-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  background: #56BCCC;
  border-radius: 100px;
}

button.gm-ui-hover-effect {
  width: 40px!important;
  height: 50px!important;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  background-color: #F8F7F7;
  padding: 25px 30px;
  color: #7F7D82;
  font-size: 12px;
  line-height: 120%;
}

.contact-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-icon {
  width: 36px;
  height: 36px;
}



.footer-icons a {
  text-decoration: none;
  display: flex;
}

.banner {
  height: 44px;
  margin: 10% 4%;
}

.banner-text {
  max-width: 450px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: rgba(255, 255, 255, .6);
  font-style: normal;
  text-align: left;
}


@media (min-width: 577px) {
  .validation-page,
  .content {
    display: none !important;
  }

  .desktop-version {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    background-color: #56BCCC;
    color: #fff;
  }

  .desktop-content {
    margin: auto;
    font-weight: 400;
  }

  .desktop-heading {
    margin-bottom: 3%;
    font-weight: 700;
    font-size: 36px;
    line-height: 115%;
  }

  .desktop-txt {
    max-width: 476px;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
  }

  .desktop-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1375px;
    width: 100%;
    margin: 0 auto 48px;
    gap: 20px;
    padding: 0 30px;
  }

  .footer-icons {
    display: flex;
    align-items: center;
    gap: 25px;
  }

}
