@font-face {
  font-family: "IQOS";
  src:
    url("https://info.iqos.lt/fonts/IQOS-Regular.woff2") format("woff2"),
    url("https://info.iqos.lt/fonts/IQOS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IQOS";
  src:
    url("https://info.iqos.lt/fonts/IQOS-Bold.woff2") format("woff2"),
    url("https://info.iqos.lt/fonts/IQOS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  height: 100%;
  font-family: "IQOS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #34303d;
  text-align: center;
  background-color: #fff;
}
h1 {
  font-weight: bold;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  font-size: 3.3rem;
  max-width: 600px;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #34303d;
  margin-bottom: 20px;
}
h3 {
  font-weight: bold;
  color: #34303d;
  letter-spacing: 0.5px;
}
p {
  color: #34303d;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #34303d;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
#main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
  background: #fffdfb;
}
.hero {
  background-color: #422077;
  background-image: url("../images/hero_levia_3.jpg");
  background-size: cover;
  background-position: center;
  height: 560px;
  padding-top: 145px;
  padding-left: 120px;
}
.version-iluma .hero {
  background-color: #452882;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
  padding-top: 120px;
  padding-left: 120px;
}
.version-iluma-hs .hero {
  background-color: #452882;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
  padding-top: 110px;
  padding-left: 120px;
}
.hero .levia-logo {
  max-width: 451px;
  margin: 30px 0;
}
.hero p {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  max-width: 600px;
}
.first-block {
  background: #fffdfb;
  position: relative;
}
.first-block .disclamer {
  position: absolute;
  bottom: 70px;
  left: 100px;
}
.first-left,
.second-left {
  padding: 100px 0px 100px 100px;
}
.first-left p,
.second-left p {
  font-size: 18px;
  line-height: 1.4;
}
.first-right,
.second-right {
  padding: 75px 0px 60px 0px;
}
.first-right img {
  max-width: 400px;
}
.version-iluma .first-right img, 
.version-iluma-hs .first-right img {
  max-width: 500px;
}
.first-left h2 {
  color: #34303d;
}
.second-block {
  background: #00d1d2;
}
.second-right img {
  max-width: 450px;
}

nav {
  position: relative;
}
.navbar-nav {
  padding-top: 13px;
  position: absolute;
  right: 15px;
}
.dropdown-menu {
  min-width: 50px;
}
a.dropdown-item {
  font-size: 14px;
}
#start-journey {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  transition: top 0.3s ease-in-out;
}
#start-journey.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  padding: 15px 20px 20px 20px;
  background: #00d1d2;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.site-header {
  background: #fffdfb;
}
.site-header .iqos-logo-dark {
  width: 90px;
  height: auto;
  margin: 15px 0 10px 0;
}
.modal-body .iqos-logo-dark {
  width: 100px;
  height: auto;
  margin: 5px 0;
}
.main {
  background: #00d1d2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main h2 {
  margin-bottom: 1rem;
}
.main h4 {
  max-width: 550px;
  margin: 0 auto;
}
.main p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.main .row.dark {
  background: #34303d;
  color: #fff;
  border-radius: 20px;
  max-width: 750px;
  margin: 40px auto 40px auto;
  padding: 0px 20px 10px 20px;
}
.main .row.dark h3 {
  margin: 0 auto;
  color: #00d1d2;
  font-size: 24px;
  font-weight: bold;
}
.main .row.dark p {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.main .row.icons {
  margin: 25px auto;
  max-width: 500px;
}
.main .row.icons img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}
.main .row.icons p {
  font-size: 12px;
  font-weight: bold;
  max-width: 100px;
}
.main .row.dark h3.padding {
  margin-top: 40px;
  margin-bottom: 20px;
}
.main .row.icons2 {
  margin: 10px auto;
  max-width: 500px;
}
.main .row.icons2 img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
  cursor: pointer;
}
.main .row.icons2 p {
  font-size: 11px;
  font-weight: bold;
  max-width: 100px;
  color: #fff;
}
.btn,
.btn:focus,
.btn:active {
  outline: none;
  cursor: pointer;
  color: #fffdfb;
  border-radius: 22px;
  background: #34303d;
  border: 2px solid #34303d;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  padding: 13px 30px;
  min-width: 150px;
  text-decoration: none;
}
.ru .btn,
.ru .btn:focus,
.ru .btn:active {
  padding: 13px 20px;
}
.btn:hover {
  color: #34303d;
  background: #fffdfb;
  border: 2px solid #34303d;
}
#start-journey.fixed .btn {
  color: #34303d !important;
  background: #fffdfb !important;
}
.copyright {
  background-color: #34303d;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding-top: 10px;
}
.copyright a {
  display: inline-block;
  color: #bababa;
  font-size: 15px;
  padding-bottom: 15px;
}
form#signup-form {
  max-width: 650px;
  margin: 40px auto 10px auto;
}
form input.form-control,
form input.form-control:focus {
  background: transparent;
  border-color: #34303d;
  padding: 12px;
  font-size: 15px;
  border-radius: 2px;
  border-color: #ccc;
}
form p {
  padding-top: 10px;
}
form p.smaller {
  font-size: 13px !important;
  padding: 10px 0;
}
form a {
  text-decoration: underline;
  font-weight: bold;
}
form .checkbox-15x {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  border-radius: 2px !important;
  border: 1px solid #ccc;
}
form .form-check-input {
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  margin-top: 0px;
}
form .form-check-label div {
  padding-left: 8px;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.warning {
  border-top: 1px solid #e1e1e1;
}
.warning p {
  margin: 15px auto;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.modal-full .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  font-weight: 400;
  font-family: "IQOS", sans-serif;
}
.modal-full .modal-content .modal-body h2 {
  margin: 0 auto;
  max-width: 460px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  color: #404040;
}
.modal-full .modal-content .modal-body .modal-check {
  padding: 10px 20px;
  width: 100%;
  max-width: 180px;
  background: #404040;
  border-radius: 23px;
  font-family: "IQOS", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 10px;
}
.modal-full .modal-content .modal-body .modal-check:hover {
  background: #00d1d2;
  border-color: #00d1d2;
  color: #34303d;
}
.modal-full .modal-content .modal-body .n18-dropdown {
  margin: 0 5px;
  padding: 15px 0px;
  height: auto;
  width: 150px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "IQOS", sans-serif;
  letter-spacing: 1px;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 2px;
}
.modal-full .modal-content .modal-body .n18-dropdown .fa {
  color: #c19a6c;
  font-size: 24px;
  line-height: 14px;
  margin-right: 20px;
  margin-top: 3px;
  float: right;
}
.modal-full .modal-content .modal-body .n18-dropdown:after {
  display: none;
}
.modal-full .modal-content .modal-body .dropdown-menu {
  border-radius: 0;
  max-height: 200px;
  overflow-y: auto;
}
.modal-full .modal-content .modal-body .dropdown-menu .dropdown-item {
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  font-family: "IQOS", sans-serif;
  color: #000;
  background-color: #fff;
}
.modal-full .modal-content.modal-white {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  background-image: none;
  background-color: #ffffff;
  color: #34303d;
}
.modal-full .modal-content.modal-white .modal-body p {
  margin: 20px auto;
  max-width: 700px;
  font-size: 12px;
  line-height: 17px;
}
.modal-full .form-select {
  border: 1px solid #34303d;
  border-radius: 0;
  margin: 5px 5px 10px 5px;
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 0.9rem;
  min-width: 140px;
}
.modal-full .form-select:focus {
  border-color: #34303d;
  outline: 0;
  box-shadow: none;
}
.modal-full .navbar-nav {
  padding-top: 0;
  position: relative;
  right: unset;
}

@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
  }
  .hero {
    background-image: url("../images/hero_levia_3_mob.jpg");
    height: 100vw;
    padding-top: 130px;
    padding-left: 35px;
  }
  .version-iluma .hero {
    background-image: url("../images/bg2_mob.jpg");
    height: 65vw;
    padding-top: 60px;
    padding-left: 35px;
  }
  .version-iluma-hs .hero {
    background-image: url("../images/bg2_mob.jpg");
    height: 65vw;
    padding-top: 50px;
    padding-left: 35px;
  }
  .hero .levia-logo {
    max-width: 250px;
    margin: 20px 0;
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
  }
  .first-block .disclamer {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .first-left,
  .second-left {
    padding: 30px;
    position: relative;
  }
  .first-left p,
  .second-left p {
    font-size: 16px;
  }
  .first-left .disclamer {
    position: absolute;
    bottom: 70px;
    left: 100px;
  }
  .first-right {
    padding: 0px 30px 30px 30px;
  }
  .second-right {
    padding: 0px 30px 30px 30px;
  }
  .first-right img,
  .second-right img {
    max-width: 300px;
  }
	.version-iluma .first-right img, 
	.version-iluma-hs .first-right img {
	  max-width: 300px;
	}

  /* Trade In */
  .goback {
    height: 56px;
    padding-top: 18px;
    padding-left: 25px;
  }
  .goback .img-back {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .hero-tradein,
  .hero-firstdevice {
    background-color: #422077;
    background-image: url("../images/hero_tradein_mob.jpg");
    height: auto;
  }
  .hero-tradein img,
  .hero-firstdevice img {
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .hero-tradein h1,
  .ru .hero-tradein h1,
  .hero-firstdevice h1 {
    margin: 40px 20px 20px 20px;
  }
  .hero-tradein p,
  .ru .hero-tradein p,
  .hero-firstdevice p {
    font-size: 16px;
    margin: 20px 20px 40px 20px;
  }
  .subhead h3 {
    font-size: 1.8rem;
    margin: 10px;
  }
  .howtouse {
    background-color: #1accbb;
    height: auto;
    margin-top: 30px;
  }
  .howtouse h2 {
    font-size: 1.75rem;
    margin: 40px 20px 20px 20px;
  }
  .howtouse p {
    font-size: 16px;
    margin: 20px;
  }
  .howtouse img {
    max-width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .trial {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main h4 {
    font-size: 16px;
  }
  .main p {
    font-size: 16px;
  }
  .main .row.icons {
    margin: 15px auto;
  }
  .main .row.dark h3 {
    font-size: 22px;
    margin-top: 40px;
  }
  .main .row.dark h3.padding {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .modal-full .modal-content.modal-white .modal-body {
    font-size: 14px;
  }
  .modal-full .modal-content.modal-white .modal-body h2 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .modal-full .modal-content.modal-white .modal-body p {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0;
  }
  .modal-full .modal-content.modal-white .modal-body .n18-dropdown {
    width: 121px;
    margin: 5px 5px;
  }
  .modal-full .modal-content.modal-white .modal-body .modal-check {
    margin: 20px 0px;
  }
}
