﻿@charset "utf-8";

html, body {
    margin: 0px;
    padding: 0px;
}

p {
    display: block;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.gs-page .gs-mob {
    display: none !important;
}

.gs-page .gs-clear {
    clear: both;
}

.gs-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.gs-page {
    font-family: Arial;
    color: #4f4f4f;
    font-size: 16px;
    position: relative;
    margin: 0 auto 0 auto;
    line-height: normal;
    margin: 0 auto 0 auto;
    padding: 0 0 0px 0;
    text-align: center;
}

.gs-page a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

.gs-hero {
    background: url("../images/bg-hero-grad.png") repeat-x center center;
    background-size: auto 100%;
    position: relative;
}

.gs-hero .gs-row {
    font-size: 0px;
}

.gs-hero .gs-row .gs-col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 50%;
    color: #fff;
    text-align: right;
    position: relative;
}

.gs-hero .gs-row .gs-col.gs-last {
    height: 680px;
    background: url("../images/bg-hero.jpg") no-repeat center center;
    background-size: cover;
}

.gs-hero .gs-row .gs-col.gs-last::after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    /*background: url("../images/bg-hero-grad.png") repeat-x center center;*/
    background-size: auto 100%;
    top: 0pc;
    left: 0px;
}

.gs-hero .gs-row .gs-col .gs-content {
    display: inline-block;
    width: 560px;
    padding: 0 30px 0 0;
    text-align: left;
}

.gs-hero .gs-row .gs-col .gs-content .gs-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    padding: 30px 0 20px 0;
}

.gs-hero .gs-row .gs-col .gs-content .gs-text {
    font-size: 16px;
    line-height: 27px;
}

.gs-hero .gs-row .gs-col .gs-content .gs-logo {
    background: url("../images/logo-iqos.png") no-repeat left center;
    background-size: contain;
    /*width: 147px;*/
    height: 58px;
}

.gs-hero .gs-scroll-hold {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    width: 530px;
    border: 1px solid #dedede;
    color: #023e85;
    font-size: 19px;
    font-weight: bold;
}

.gs-hero .gs-scroll-hold .gs-scroll {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 0 4px 40px;
    font-size: 17px;
    background: #023e85 url("../images/icon-scroll.png") no-repeat calc(100% - 15px) center;
    background-size: 13px 19px;
    padding: 0 17px 0 0;
}

.gs-special-0 {
    height: auto;
    background: url("../images/iqos-iluma_bg.jpg") no-repeat;
    background-size: cover;
    background-position: right 45%;
    padding-top:65px;
    padding-bottom:30px;
    position:relative;
}

.gs-special-0 .gs-row {
    font-size: 0px;
    display: flex;
    justify-content: center;
}

.gs-special-0 .gs-row .iqos-logo {
    max-width:240px;
}

.gs-special-0 .gs-row .gs-col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    text-align: right;
    position: relative;
}

.gs-special-0 .iqos-logo-small {
    position:absolute;
    bottom:30px;
    right:30px;
}

.gs-special-0 .gs-row .gs-col.gs-first {
    width: 50%;
}   

.gs-special-0 .gs-row .gs-col.gs-last {
    text-align: center;
    width: 50%;
}

.gs-special-0 .gs-row .gs-col.gs-last img {
    display: inline-block;
    max-width: 718px;
    width: 100%;
    padding-right:10px;
}

.gs-special-0 .gs-row .gs-col.gs-last::after {
    background: #07b7aa;
}

.gs-special-0 .gs-row .gs-col .gs-content {
    display: inline-block;
    width: 100%;
    max-width: 568px;
    padding: 0px 4px 65px 10px;
    text-align: left;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-title {
    font-size: 42px;
    line-height: 1.2;
    padding: 0px 0 0px 0;
    color: white;
    margin-bottom:25px;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-subtitle {
    font-size:24px;
    margin-bottom:25px;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-title span {
    font-weight: bold;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-text {
    font-size: 17px;
    line-height: 1;
    padding: 0px 0;
    color: white;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-text strong {
    font-size: 20px;
    line-height: 1.4;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-text li {
    position:relative;
    list-style: none;
    margin-bottom:10px;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-text li span {
    font-weight: bold;
    line-height:1.3;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-text li:after {
    content:'';
    position:absolute;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    width:10px;
    height:10px;
    background-color: white;
    border-radius: 100%;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-logo {
    background: url("../images/logo-iqos-white.png") no-repeat left center;
    background-size: contain;
    /*width: 147px;*/
    height: 58px;
}

.gs-special-0 .iqos-logo-small {
    max-width: 80px;
    position:absolute;
    right:30px;
    bottom:30px;
}

.gs-special-0 .gs-row .iqos-logo {
    max-width:240px;
}

.gs-special-0 .gs-row .gs-col .gs-content .gs-iqos-curious {
    max-width: 260px;
    margin-bottom:10px;
}

.gs-special-0 .gs-bt-col .gs-item-buy {
    width: 234px;
    height: 55px;
    line-height: 40px;
    color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 20px auto 0 auto;
    font-size: 18px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: 1px solid white;
}

.gs-special-0 .gs-bt-col .gs-item-buy:hover {
    opacity: 0.85;
}

.gs-special-0 .gs-row-bottom .gs-bottom {
    max-width: 1155px;
    margin: auto;
    text-align: left;
    padding: 0px 20px;
}
.gs-special-0 .gs-row-bottom .gs-bottom .gs-text-small{ 
    color:white;
    margin-bottom:15px;
}
.gs-special-0 .gs-bottom .gs-info {
    font-size:12px;
    line-height:1.5;
    font-weight: bold;
    border:1px solid white;
    display: inline-block;
    padding:8px;
    color:white;
    border-radius: 10px;
}

.gs-special-1 {
    position: relative;
    padding-top:50px;
    padding-bottom:20px;
    background: url("../images/lil-solid-bg.jpg") no-repeat center center;
    background-size: cover;
}

.gs-special-1:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    height:100%;
    width:100px;
    background: url("../images/IiI_Solid_desktop_new.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 428px;
}

.gs-special-1 .gs-row {
    font-size: 0px;
}

.gs-special-1 .gs-row .gs-col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 50%;
    color: #fff;
    text-align: right;
    position: relative;
}

.gs-special-1 .gs-row .gs-col .lil-solid-logo {
    max-width:238px;
    width: 100%;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-text {
    font-size: 17px;
    line-height: 1;
    padding: 0px 0;
    color: white;
    margin: 0px 0 88px 0;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-text li {
    position:relative;
    list-style: none;
    margin-bottom:10px;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-text li span {
    font-weight: bold;
    line-height:1.3;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-text li:after {
    content:'';
    position:absolute;
    top:50%;
    left:-30px;
    transform:translateY(-50%);
    width:10px;
    height:10px;
    background-color: white;
    border-radius: 100%;
}


.gs-special-1 .gs-row .gs-col.gs-last {
    text-align: center;
}

.gs-special-1 .gs-row .gs-col.gs-last img {
    display: inline-block;
    max-width: 705px;
    width: 100%;
    padding-right:10px;
}

.gs-special-1 .gs-row .gs-col.gs-last::after {
    background: #1A56A2;
}

.gs-special-1 .gs-row .gs-col .gs-content {
    display: inline-block;
    max-width: 568px;
    width: 100%;
    padding: 0px 30px 0px 10px;
    text-align: left;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0px 0 0px 0;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-title span {
    font-size: 70%;
}

.gs-special-1 .gs-row .gs-col .gs-content .gs-text em {
    font-size:17px;
}

.gs-special-1 .gs-bt-col {
    margin-bottom:20px;
}

.gs-special-1 .gs-text-small {
    font-size:14px;
    line-height:1.2;
    margin-bottom:10px;
}

.gs-special-1 .gs-bt-col .gs-item-buy {
    width: 234px;
    height: 55px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 20px auto 0 auto;
    font-size: 18px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border: 1px solid #fff;
}

.gs-special-1 .gs-bt-col .gs-item-buy:hover {
    opacity: 0.85;
}

.gs-special-1 .gs-row-bottom .gs-bottom {
    max-width: 1155px;
    margin: auto;
    text-align: left;
    padding: 0px 20px;
}
.gs-special-1 .gs-bottom .gs-info {
    font-size:12px;
    line-height:1.5;
    font-weight: bold;
    border:1px solid white;
    display: inline-block;
    padding:8px;
    color:white;
    border-radius: 10px;
}



.gs-about {
    padding: 0px;
}
    
    
.gs-about .gs-row {
    font-size: 0px;
    min-height: 504px;
    height: auto;
    background-image: url("../images/bg-about-1.png"), url("../images/bg-about-grad.png");
    background-color: #FCB714;
    background-repeat: no-repeat, repeat-x;
    background-position: center center, left center;
}
    
.gs-about .gs-row .gs-col {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 50%;
    text-align: right;
    position: relative;
}
    
.gs-about .gs-row .gs-col.gs-last {
    text-align: left;
    padding-left: 80px;
}
    
.gs-about .gs-row .gs-col.gs-last .gs-content {
    width: 800px;
    max-width: 100%;
}

.gs-about .gs-row .gs-col.gs-last img {
    max-width: 100%;
}
    
.gs-about .gs-row .gs-col .gs-content {
    display: inline-block;
    width: 560px;
    padding: 0 100px 0 0;
    text-align: left;
}
     
.gs-about .gs-row .gs-col .gs-content .gs-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    padding: 80px 0 80px 0;
    color: #fff;
}

.gs-about .gs-row .gs-col .gs-content .gs-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 80px 0 20px 0;
}

.gs-about .gs-row .gs-col .gs-content .gs-text span {
    font-size: 16px;
    line-height: 24px;
    color: #34303d;
}


.gs-about .gs-row .gs-col .gs-content .gs-logo {
    background: url("../images/icon-about.png") no-repeat center center;
    background-size: contain;
    width: 292px;
    height: 72px;
}

.gs-accessories {
    background: #34303D;
    padding: 180px 0 80px 0;
    color: #fff;
    position: relative;
}

.gs-accessories::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 520px;
    z-index: 1;
    background: url("../images/bg-accessories.jpg") top center;
    background-size: cover;
}

.gs-accessories .gs-title {
    font-size: 36px;
    font-weight: bold;
    padding: 0px 0 28px 0;
    position: relative;
    z-index: 10;
}

.gs-accessories .gs-text {
    font-size: 26px;
    line-height: 36px;
    padding: 0 0 160px 0;
    position: relative;
    z-index: 10;
}

.gs-accessories .gs-items {
    position: relative;
    z-index: 10;
    font-size: 0;
}

.gs-accessories .gs-items .gs-item {
    width: 330px;
    height: 420px;
    background: #d5d8d9;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.gs-accessories .gs-items .gs-item .gs-item-photo {
    height: 280px;
    background: url("../images/img-accessories1.png") no-repeat center center;
    background-size: cover;
}

.gs-accessories .gs-items .gs-item.gs-i2 .gs-item-photo {
    background-image: url("../images/img-accessories2.png");
}

.gs-accessories .gs-items .gs-item.gs-i3 .gs-item-photo {
    background-image: url("../images/img-accessories3.png");
}


.gs-accessories .gs-items .gs-item .gs-item-title {
    font-size: 26px;
    font-weight: bold;
    color: #023e85;
    padding: 20px 0 20px 0;
}

.gs-accessories .gs-items .gs-item .gs-item-more {
    width: 186px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 17px;
    background: #023e85;
    display: inline-block;
    font-weight: bold;
}

.gs-accessories .gs-items .gs-item .gs-item-more:hover {
    opacity: 0.7;
}

/*.gs-legal {
    height: 150px;
    background: url("../images/img-legal.png") no-repeat center center;
}*/
.gs-legal {
    margin-top:30px;
    margin-bottom:20px;
    padding-left:12px;
    padding-right: 12px;
}
.gs-legal .gs-legal__inner {
    line-height:1.2;
    color:black;
    margin-left:auto;
    margin-right:auto;
    font-weight: 700;
    max-width: 705px;
    border:2px solid black;
    padding:15px;
}

.gs-copy {
    padding: 20px 0px;
    font-size: 17px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.gs-copy-1 {
    padding: 15px 20px 20px 20px;
    font-size: 14px;
    color: #423f3f;
}

@media screen and (max-width: 1540px) {
    .gs-special-1 .gs-row .gs-col .gs-product {
        width: 50%;
    }

    .gs-devices .gs-items {
        max-width: calc(100% - 190px);
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-content-inner {
        width: 560px;
    }
}

@media screen and (max-width: 1200px) {
    .gs-about .gs-row {
        background-size: cover;
    }

    .gs-special-1:after {
        width: 422px;
    }

    .gs-title {
        font-size:29px!important;
        line-height:1.2!important;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-title,.gs-accessories .gs-row .gs-col .gs-content .gs-title {
        font-size:32px!important;
    }
}

@media screen and (max-width: 1139px) {

    .gs-about .gs-row .gs-col .gs-content .gs-text {
        padding: 20px 0 20px 0;
    }

    .gs-hero .gs-row .gs-col.gs-last {
        height: 450px;
    }

    .gs-hero .gs-row .gs-col .gs-content {
        padding: 40px 0 40px 20px;
    }

    .gs-special-0 {
        background-position:75% 45%;
    }

    .gs-special-0 .gs-row .gs-col.gs-first {
        width:46%;
    }

    .gs-special-0 .gs-row .gs-col.gs-last {
        width:54%;
        display:flex;
    }

    .gs-special-0 .gs-row .gs-col.gs-last img {
        margin-top:auto;
        margin-bottom:auto;
    }

    .gs-special-0 .gs-row .gs-col .gs-content .gs-text strong br {
        display: none;
    }

    .gs-special-0 .gs-row .gs-col .gs-content {
        padding: 0px 0 40px 20px;
    }

    .gs-special-1 .gs-row .gs-col .gs-content {
        padding: 0px 0 0px 20px;
    }

    .gs-special-0 .gs-row .iqos-logo {
        max-width: 240px;
    }

    .gs-special-0 .gs-row .gs-col.gs-last img {
        max-width: 550px;
    }

    .gs-special-1:after {
        width: 380px;
        background-size: contain;
    }

    .gs-special-1 .gs-row .gs-col .gs-product {
        height: 350px;
        width: 199px;
        right: -85px;
    }

    .gs-special-1 .gs-col .gs-content .gs-title br {
        display: block;
    }

    .gs-hero .gs-row .gs-col .gs-content {
        width: auto;
    }

    .gs-about .gs-row .gs-col .gs-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gs-hero .gs-row .gs-col .gs-content .gs-text,
    .gs-about .gs-row .gs-col .gs-content .gs-text {
        font-size: 15px;
        line-height: 22px;
    }

    .gs-accessories .gs-items .gs-item {
        width: 300px;
    }
}

@media screen and (max-width: 959px) {
    .gs-about {
        padding-bottom: 0px;
    }

    .gs-about .gs-row {
        background-image: url("../images/bg-about-mob.png");
        /*background-size: contain;*/
        background-position: bottom right;
    }

    .gs-about .gs-row .gs-col {
        /*vertical-align: top;*/
        text-align: left;
        display: block;
        width: 65%;
    }

    .gs-about .gs-col .gs-content .gs-title br {
        display: none;
    }

    .gs-about .gs-row .gs-col .gs-content {
        padding: 0 0px;
        /*max-width: 85%;*/
    }

    .gs-about .gs-row .gs-col .gs-content .gs-logo {
        width: 260px;
        height: 92px;
    }

    .gs-about .gs-row .gs-col.gs-first, .gs-about .gs-row .gs-col.gs-last {
        padding: 0 15px 0 15px;
    }

    .gs-special-0 .gs-row .gs-col .gs-content .gs-iqos-curious {
        max-width: 240px;
    }

    .gs-special-0 .gs-row .gs-col .gs-content .gs-subtitle {
        font-size:22px;
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-logo {
        margin-top: 25px;
        height: 89px;
        margin-bottom: 25px;
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-text em {
        font-size:14px;
    }

    .gs-about .gs-row .gs-col.gs-last .gs-content {
        width: auto;
    }

    .gs-hero .gs-row .gs-col .gs-content .gs-text, .gs-about .gs-row .gs-col .gs-content .gs-text {
        font-size: 14px;
        line-height: 20px;
        /*padding: 20px 0 20px 0;*/
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-text,.gs-special-0 .gs-row .gs-col .gs-content .gs-text {
        font-size:16px;
    }

    .gs-hero .gs-scroll-hold {
        font-size: 17px;
    }

    .gs-hero .gs-scroll-hold .gs-scroll, .gs-special-1 .gs-scroll {
        font-size: 14px;
    }

    .gs-accessories .gs-items {
        margin: 0 0 0 0px;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-title {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 34px;
        line-height: 44px;
    }
}

@media screen and (min-width: 768px) {
    .gs-desktop-hide {
        display: none;
    }
    .gs-special-0 .gs-row-bottom {
        margin-top: 32px;
    }
    .gs-special-0 .gs-bottom .gs-info {
        max-width: 85%;
    }
    .gs-special-0 .gs-row .gs-col.gs-last .iqos-logo-small {
        display: none;
    }
    .gs-special-1 .gs-bottom .gs-info {
        max-width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .gs-special-1 {
        background-color: #3060A8;
    }

    .gs-special-1 .gs-bt-col .gs-item-buy {
        margin: 15px auto 0 auto;
        font-size: 17px;
    }

    .gs-about .gs-row .gs-col .gs-content {
        max-width: 80% !important;
    }

    .gs-copy br {
        display: none;
    }

    .gs-special-0 {
        background: url("../images/iqos_mobile-bg.jpg") no-repeat;
        background-position: center top;
        background-size: cover;
    }

    /*.gs-special-0 .gs-row .gs-col .gs-content .gs-title br {
        display: none;
    }*/

    .gs-special-0 .gs-row .iqos-logo {
        max-width: 230px;
        width: 100%;
    }

    .gs-special-0 .gs-row .gs-col.gs-first {
        width: 100%;
        /*background: url("../images/background_mobile-02-bottom.jpg") no-repeat;*/
        /*background-color: #009ca3;*/
    }

    .gs-special-0 .gs-row .gs-col.gs-last {
        width: 100%;
        padding-top:40px;
        padding-bottom:25px;
        /*background: url("../images/iqos-mobile-bg.jpg") no-repeat;*/
        background-size: cover;
        background-position: center;
        height:auto;
    }

    .gs-special-0 .gs-row .gs-desktop-hide {
        text-align: center;
    }

    .gs-special-0 .gs-row .gs-desktop-hide img {
        max-width: calc(100vw - 30%);
        width: 100%;
    }

    .gs-mobile-hide {
        display: none!important;
    }

    .gs-hero .gs-scroll-hold {
        width: calc(100% - 20px);
        line-height: normal;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: auto;
        padding: 15px;
    }

    .gs-hero .gs-row {
        padding: 270px 0 0 0;
    }


    .gs-hero .gs-row .gs-col.gs-last {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 270px;
    }

    .gs-hero .gs-row .gs-col.gs-last::after {
        top: auto;
        bottom: 0px;
        height: 10px;
        width: 100%;
    }

    .gs-hero .gs-row .gs-col, .gs-special-0 .gs-row .gs-col, .gs-special-1 .gs-row .gs-col {
        display: block;
        padding: 40px 15px 70px 15px;
        width: auto;
        text-align: center;
    }
    .gs-special-1 .gs-row .gs-col {
        padding: 20px 15px;
    }
    .gs-special-0 {
        padding-top:0px;
        padding-bottom:0px;
    }
    .gs-special-0 .gs-row {
        flex-direction: column-reverse;
    }
    .gs-special-0 .gs-row .gs-col.gs-last {
        width: 100%;
        justify-content: center;
    }
    .gs-special-0 .gs-row .gs-col {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .gs-special-0 .gs-row .gs-col .gs-content {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding:0px 0 20px 0px;
    }
    .gs-special-0 .gs-row .gs-col .gs-content .gs-title {
        margin-top:30px;
    }
    .gs-special-0 .gs-row .gs-col .gs-content .gs-text {
        padding: 0px 0;
    }
    .gs-special-0 .gs-bt-col .gs-item-buy {
        height:44px;
        font-size:16px;
    }
    .gs-special-0 .gs-row-bottom .gs-bottom {
        padding-right:0px;
    }

    .gs-special-0 .gs-row .gs-col.gs-last img,.gs-special-1 .gs-row .gs-col.gs-last img {
        max-width:calc(100% - 20%);
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-text {
        margin:0px 0 45px 0;
    }

    .gs-about .gs-row .gs-col {
        display: block;
        padding: 0 15px 0 15px;
        width: auto;
    }

    .gs-hero .gs-row .gs-col .gs-content {
        padding: 0px;
        width: auto;
    }

    .gs-hero .gs-row .gs-col .gs-content .gs-logo {
        background: url("../images/logo-iqos.png") no-repeat left center;
        background-size: contain;
        /*width: 147px;*/
        height: 38px;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-text {
        padding-top: 20px;
    }

    .gs-hero .gs-scroll-hold .gs-scroll, .gs-special-1 .gs-scroll {
        margin: 0px auto 0px 20px;
        font-size: 17px;
    }

    .gs-special-1 .gs-row .gs-col.gs-first {
        order: 2;
    }

    .gs-special-1 .gs-row .gs-col.gs-last {
        order: 1;
    }

    .gs-special-1 .gs-desktop-hide {
        text-align: right;
        margin-top: -50px;
    }

    .gs-special-1 .gs-desktop-hide img {
        width: 100%;
        max-width: calc(100vw - 14%);
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-content-inner {
        width: auto;
    }

    .gs-special-1:after {
        display: none;
    }

    .gs-special-1 .gs-scroll {
        margin: 20px auto;
        font-size: 17px;
        font-weight: bold;
    }

    .gs-special-1 .gs-bt-col .gs-item-buy {
        height:44px;
        font-size:16px;
    }

    .gs-special-1 .gs-row .gs-col .gs-product {
        display: none;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-title {
        font-size: 32px;
        line-height: 40px;
    }

    .gs-special-1 .gs-row .gs-col .gs-content {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .gs-about .gs-row .gs-col .gs-content, .gs-special-1 .gs-row .gs-col .gs-content {
        font-size: 24px;
        max-width: 100%;
        height: auto;
    }

    /*.gs-legal {
        background-size: 100% auto;
        height: 100px;
    }*/

    .gs-accessories {
        padding-top: 150px;
    }

    .gs-accessories::before {
        top: 0px;
        height: 450px;
    }

    .gs-accessories .gs-title {
        font-size: 24px;
    }

    .gs-accessories .gs-text {
        font-size: 15px;
        line-height: 27px;
        padding: 0 15px 110px 15px;
        z-index: 10;
    }

    .gs-accessories .gs-text br {
        display: none;
    }

    .gs-about .gs-row {
        background-image: url("../images/bg-about-mob.png");
        background-size: cover;
        background-position: bottom center;
    }

    .gs-title {
        font-size:27px!important;
        line-height:1.2!important;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-title,.gs-accessories .gs-row .gs-col .gs-content .gs-title {
        font-size:30px!important;
    }
}

@media screen and (max-width:565px) {
    .gs-special-0 .gs-row .gs-col.gs-last img {
        max-width: calc(100% - 5%);
    }
    .gs-special-0 .gs-row .iqos-logo {
        max-width: 215px;
    }
}

@media screen and (min-width: 420px) {
    .gs-accessories .gs-title br {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    html, body {
        margin: 0px auto;
        padding: 0px;
    }

    /*.gs-special-0 {
        background-size: 100%;
    }*/

    .gs-about .gs-row {
        background-image: url("../images/bg-about-mob.png");
        background-size: cover;
        background-position: bottom center;
    }

    .gs-about .gs-row .gs-col .gs-content {
        max-width: 100% !important;
    }

    .gs-about .gs-row .gs-col .gs-content .gs-title {
        text-align: left;
    }

    .gs-hero .gs-scroll-hold .gs-scroll, .gs-special-1 .gs-scroll {
        margin: 15px auto 0 auto;
        font-size: 17px;
    }

    .gs-special-1 .gs-row .gs-col .gs-content .gs-logo {
        margin-top: 25px;
        height: 69px;
        margin-bottom: 25px;
    }

    .gs-special-1 .gs-bt-col .gs-item-buy {
        margin: 15px auto 0 auto;
        font-size: 16px;
    }

    .gs-special-1 .gs-col .gs-content .gs-title br {
        display: block;
    }

    .gs-hero .gs-row .gs-col .gs-content .gs-title br, .gs-special-0 .gs-row .gs-col .gs-content text br {
        display: none;
    }
}

@media screen and (max-width: 280px) {
    .gs-special-1 .gs-row .gs-col .gs-content {
        padding: 0;
    }

    .gs-special-0 .gs-row .gs-col .gs-content {
        padding: 120px 30px 0 0;
    }

}