@font-face {
  font-family: "IQOS";
  src: url("https://info.iqos.lv/fonts/IQOS-Regular.woff2") format("woff2"), url("https://info.iqos.lv/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.lv/fonts/IQOS-Bold.woff2") format("woff2"), url("https://info.iqos.lv/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;
}
h2 {
  font-weight: bold;
  color: #34303d;
  letter-spacing: 1px;
}
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.jpg");
  background-size: cover;
  background-position: center;
  height: 560px;
  padding-top: 100px;
  padding-left: 100px;
}
.hero .levia-logo {
	max-width: 451px;
	margin: 30px 0;
}
.hero p {
  color: #fff;
  font-size: 24px;
  max-width: 460px;
}
.choose h2 {
	max-width: 1000px;
	margin: 80px auto 20px auto;
	font-size: 2.2rem;
	color: #5E1B92;
}
.choose h3 {
	max-width: 900px;
	margin: 30px auto 30px auto;
	font-size: 2rem;
	color: #5E1B92;
}
.choose h3 a {
	color: #5E1B92;
}
.choose h3 a:hover {
	color: #5E1B92;
	text-decoration: underline;
}
.choose p {
	max-width: 600px;
	margin-bottom: 0;
	margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.4;
}
.choose .img-fluid {
  margin: 60px 0;
}
.choose .gray-line {
	background: #E4E4E4;
	height: 8px;
}
.choose .btn {
  outline: none;
  cursor: pointer;
  color: #34303d;
  border-radius: 30px;
  background: transparent;
  border: 2px solid #34303d;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  padding: 13px 20px;
  min-width: 120px;
  text-decoration: none;
}
.choose .btn:hover,
.choose .btn:focus,
.choose .btn:active {
  outline: none;
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  background: #34303d;
  border: 2px solid #34303d;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  padding: 13px 20px;
  min-width: 120px;
  text-decoration: none;
}

/* Trade In */

.goback {
  height: 64px;
  background-image: url("../images/goback_bg.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
  padding-top: 22px;
  padding-left: 50px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.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.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
}
.hero-tradein img, .hero-firstdevice img {	
  max-width: 520px;
  margin-top: 50px;
}
.hero-tradein h1 {
  max-width: 450px;
  margin-left: 80px;
}
.hero-tradein p {
  color: #fff;
  font-size: 20px;
  max-width: 400px;
  margin: 20px 0 0 80px;
}
.ru .hero-tradein h1 {
  max-width: 500px;
  margin-left: 60px;
}
.ru .hero-tradein p {
  max-width: 400px;
  margin: 20px 0 0 60px;
}
.hero-firstdevice h1 {
  max-width: 500px;
  margin-left: 60px;
}
.hero-firstdevice p {
  color: #fff;
  font-size: 20px;
  max-width: 450px;
  margin: 20px 0 0 60px;
}
.subhead h3 {
    font-size: 2.5rem;
    margin: 15px;
}
.howtouse {
  background-color: #1ACCBB;
  height: 600px;
  margin-top: 30px;
}
.howtouse h2 {
  font-size: 2.5rem;
  color: #34303d;
  margin-left: 80px;
}
.howtouse p {
  color: #34303d;
  font-size: 20px;
  margin: 20px 0 0 80px;
}
.howtouse img {	
  max-width: 575px;
  margin-top: 80px;
}
.trial {
	background: #F6F4F0;
	padding-top: 60px;
	margin-top: 30px;
}
.trial p.fill-in {
    max-width: 650px;
    margin: 0px auto;
}

 
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: 78px;
  height: auto;
  margin: 15px 0 12px 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;
  }
  .hero {
    background-image: url("../images/hero_mob.jpg");
    height: 109vw;
    padding-top: 100px;
    padding-left: 35px;
  }
  .hero .levia-logo {
	max-width: 250px;
	margin: 20px 0;
  }
  .hero p {
    font-size: 16px;
    max-width: 270px;
  }
  .choose h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	padding: 0 20px;
  }
  .choose h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.3rem;
	padding: 0 20px;
  }
  .choose p {
    font-size: 14px;
    padding: 0 20px;
  }
  .choose .img-fluid {
    margin: 40px 0;
  }
  .choose .gray-line {
	background: #E4E4E4;
	height: 5px;
  }
  
  /* 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;
  }
}
