
@charset "utf-8";


@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); 
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'),
         url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot');
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), 
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); 
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot'); 
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDasGroteskPro-Black.woff') format('woff'),
         url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'social_gothic_bold';
    src: url('../fonts/social_gothic_bold-webfont.woff2') format('woff2'),
         url('../fonts/social_gothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




html,body{
  margin:0px;
  padding:0px;
}

.gs-page .gs-img-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;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.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: 'PFDasGroteskPro-Regular';
  color: #000;
  font-size: 23px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    padding:0px;
    text-align:center;
    overflow:hidden;
    background: #fff;
    padding: 0 0 0px 0;
}

.gs-page strong{
  font-family: 'PFDasGroteskPro-Bold';
  font-weight: normal;
}

.gs-page a{
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
} 


.gs-page a:hover{
  text-decoration: underline;
}


.gs-mob-br{
  display: none;
}

.gs-page img{
  display: block;
  width: 100%;
  max-width: 100%;
}


@media screen and (max-width: 767px){

  .gs-page .gs-img-mob{
    display:block !important;
  }
  .gs-page .gs-img-desk{
    display:none !important;
  }

  .gs-mob-br{
    display: block;
    font-size: 0px;
    height: 0px;
  }
}

.footer{
  position: relative;
  z-index: 10;
}


/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */



.gs-sticky{
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 100%);
  max-width: 840px;
  width: calc(100% - 40px);
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 100;
  background: #000;
  border-radius: 48px;
  transition: all 500ms;
}

.gs-sticky.gs-active{
  bottom: 20px;
  transform: translate(-50%, 0);
}

.gs-sticky .gs-title{
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #fff;
  font-family: 'PFDasGroteskPro-Bold';
}
.gs-sticky .gs-more{
   padding: 17px 30px;
  border-radius: 60px;
  background: #FFF;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px; 
  letter-spacing: -0.24px;
  transition: all 200ms;
  display: block;
}

.gs-sticky .gs-more:hover{
  opacity: 0.8;
  text-decoration: none;
}


/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */



.gs-lightbox{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  display:none;
}

.gs-lightbox .gs-back-close{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index: 1;
}

.gs-lightbox .gs-content{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 30px);
  max-width: 930px;
  max-height: 720px;
  height: 45vh;
  background:#000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  z-index: 10;
}


.gs-lightbox .gs-content iframe{
  display: block;
}

.gs-lightbox .gs-content .gs-close::before{
  content: "✕";
}

.gs-lightbox .gs-content .gs-close{
  position:absolute;
  right:0px;
  top:-30px;
  color: #fff;
  display:block;
  font-size: 20px;
  text-align: center;
}

/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-hero{
  padding: 40px 20px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}



.gs-hero img{
  width: auto;
  max-width: 100%;
}

.gs-hero .gs-photos img{
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}


.gs-hero .gs-warranty img{
  width: 250px;
}



/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-specs{
  background: #000;
  padding: 60px 20px 100px 20px;
}


.gs-specs .gs-title{
  color: #FFF;
  text-align: center;
  font-family: 'PFDasGroteskPro-Black';
  font-size: 61px;
  line-height: 110%;
  letter-spacing: -1.22px;
  padding: 0 0 55px 0;
}


.gs-specs .gs-tabs-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 0 100px 0;
}

.gs-specs .gs-tabs-menu .gs-tab-menu{
  display: block;
  padding: 47px 0px;
  min-width: 335px;
  text-align: center;
  background: #000;
  border-radius: 100px;

  color: #fff;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.56px;


  transition: all 200ms;
  cursor: pointer;
  font-family: 'PFDasGroteskPro-Black';

  border: 2px solid rgba(255, 255, 255, 0.50);
}

.gs-specs .gs-tabs-menu .gs-tab-menu.gs-active{
  background: #fff;
  color: #000;

}


.gs-specs .gs-tab-content .gs-tab{
  display: none;
}

.gs-specs .gs-tab-content .gs-tab.gs-active{
  display: block;
}

.gs-specs .gs-items{
  max-width: 1230px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 125px;
}

.gs-specs .gs-items .gs-item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.gs-specs .gs-items .gs-item:nth-child(even){
  flex-direction: row-reverse;
  
}

.gs-specs .gs-items .gs-item:nth-child(even) .gs-item-text{
  text-align: right;
}

.gs-specs .gs-items .gs-item .gs-item-content{
  width: calc(50% - 13px);
  color: #fff;
  text-align: left;
}

.gs-specs .gs-items .gs-item .gs-item-photo{
  width: calc(50% - 13px);
}

.gs-specs .gs-items .gs-item .gs-item-photo img,
.gs-specs .gs-items .gs-item .gs-item-photo video{
  display: block;
  width: 100%;
  border-radius: 20px;
}

.gs-specs .gs-items .gs-item .gs-item-content .gs-item-text{
  color: #FFF;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.gs-specs .gs-items .gs-item .gs-item-content .gs-item-text strong{
  font-family: 'PFDasGroteskPro-Black';
}


/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-benefits{
  padding: 70px 20px 85px 20px;
  text-align: center;
}


.gs-benefits .gs-title{
  color: #423F3F;
  text-align: center;
  font-family: 'PFDasGroteskPro-Black';
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding: 0 0 85px 0;
  background: url("../images/icon-scroll2.svg") no-repeat center calc(100% - 40px);
}

.gs-benefits .gs-items{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;

  max-width: 1364px;
  margin: 0 auto;
}

.gs-benefits .gs-items .gs-item{
  min-height: 340px;
  background: #000;
  border-radius: 20px;
  width: calc(26% - 10px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  color: #fff;
  text-align: left;
}

.gs-benefits .gs-items .gs-item .gs-item-title{
  font-family: 'PFDasGroteskPro-Black';
  font-size: 19px;
  line-height: 120%;
  letter-spacing: -0.38px;
  padding: 0 0 8px 0;
}

.gs-benefits .gs-items .gs-item .gs-item-text{
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.gs-benefits .gs-items .gs-item.gs-i1{
  padding-top: 78px;
}

.gs-benefits .gs-items .gs-item.gs-i2{
  padding-top: 96px;
}

.gs-benefits .gs-items .gs-item.gs-i3{
  padding-top: 104px;
}

.gs-benefits .gs-items .gs-item.gs-i4{
  background:#000 url("../images/img-benefits4.jpg") no-repeat center top;
  background-size: 100% auto;
}

/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-products{
  background: #000;
  padding: 50px 20px 130px 20px;
  text-align: center;
}

.gs-products .gs-title{
  color: #FFF;
  text-align: center;
  font-family: 'PFDasGroteskPro-Black';
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding: 0 0 60px 0;
}

.gs-products .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;

  max-width: 1354px;
  margin: 0 auto;
  width: 100%;
}

.gs-products .gs-items .gs-item{
  border-radius: 20px;
  background: #FEFFFF;

  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;

  padding: 60px 20px 40px 40px;
  min-width: 667px;
}


.gs-products .gs-items .gs-item .gs-item-photo{
  max-width: 280px;
  width: 100%;
  padding: 38px 0 0 0;
  position: relative;
}

.gs-products .gs-items .gs-item.gs-i2 .gs-item-photo{
  background: url("../images/logo-5g.png") no-repeat center top;
  background-size: 170px auto;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: none;
  width: 242px;
}

.gs-products .gs-items .gs-item .gs-item-photo img.gs-active{
  display: block;
}

.gs-products .gs-items .gs-item .gs-item-content{
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: start;
  gap: 18px;
  min-width: 250px;
  padding: 15px 0 0 0;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-model{
  color: #423F3F;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 14px;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-model strong{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 34px;
  line-height: 130%;
  letter-spacing: -1.36px;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-price{
  color: #423F3F;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.8px;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-price strong{
  color: #423F3F;
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -1.36px;
}


.gs-products .gs-items .gs-item .gs-item-content .gs-item-doses{
  margin: -20px 0 0 0;
  color: #423F3F;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.32px;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-text{
  color: #666;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.32px;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-gift img{
  max-width: 100%;
  width: auto;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-more{
  padding: 14px 30px;
  display: block;
  color: #423F3F;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  border-radius: 60px;
  border: 1px solid #423F3F;
  text-decoration: none !important;
  transition: all 200ms;
}

.gs-products .gs-items .gs-item .gs-item-content .gs-item-more:hover{
  background: #423F3F;
  color: #fff;
}

.gs-products .gs-copy{
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  color: #E1E1E1;
}

.gs-products .gs-items .gs-item .gs-item-colors{
  padding: 16px 0 0 0;
}

.gs-products .gs-items .gs-item .gs-item-colors a{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F7F6E8;
  position: relative;
  margin: 0 6px;
  font-size: 0px;
}

.gs-products .gs-items .gs-item.gs-i1 .gs-item-colors a.gs-c2{ background: #1A3F69; }
.gs-products .gs-items .gs-item.gs-i2 .gs-item-colors a{ background: #393940; }

.gs-products .gs-items .gs-item .gs-item-colors a::before{
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #313335;
  border-radius: 50%;
  opacity: 0;
  transition: all 200ms;
}

.gs-products .gs-items .gs-item .gs-item-colors a.gs-active::before{
  opacity: 1;
}


/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */


@media screen and (max-width: 1398px){

  .gs-products .gs-items .gs-item{
    min-width: 10px;
    width: calc(50% - 20px);
  }


  .gs-products .gs-items .gs-item .gs-item-photo {
    max-width: 210px;
    width: 100%;
  }


}

@media screen and (max-width: 1339px){



  .gs-specs .gs-items .gs-item .gs-item-content .gs-item-text{
    font-size: 27px;
  }

  .gs-specs .gs-title{
    font-size: 50px;
  }

  .gs-specs .gs-tabs-menu .gs-tab-menu{
    font-size: 24px;
  }

  .gs-benefits .gs-items .gs-item .gs-item-title{
    font-size: 16px;
  }

  .gs-benefits .gs-items .gs-item .gs-item-text{
    font-size: 13px;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    min-width: 10px;
  }

  .gs-products .gs-items .gs-item .gs-item-content .gs-item-text br{
    display: none;
  }

  .gs-logo-mi{
    margin: 0px;
    left: auto;
    right: 20px;
  }


}


@media screen and (max-width: 1139px){


  .gs-specs .gs-items .gs-item .gs-item-content .gs-item-text br{
    display: none;
  }

  .gs-benefits .gs-items{
    flex-wrap: wrap;
  }

  .gs-benefits .gs-items .gs-item{
    width: calc(50% - 20px);
  } 


  .gs-products .gs-items .gs-item .gs-item-content .gs-item-model strong{
    font-size: 30px;
  }

  .gs-products .gs-items{
    justify-content: space-between;
    gap: 10px;
  }

  .gs-products .gs-items .gs-item{
    width: calc(50% - 5px);
  }


  
}

@media screen and (max-width: 959px){


  .gs-products .gs-items{
    flex-direction: column;
  }

  .gs-products .gs-items .gs-item{
    width: 100%;
  }

  .gs-sticky .gs-title{
    font-size: 29px;
  }

}

@media screen and (max-width: 767px){



  .gs-sticky .gs-title{
   
  }

  .gs-sticky{
    width: 100%;
    border-radius: 0px;
    bottom: 0px;
    padding: 16px 24px;
  }

  .gs-sticky .gs-more{
    display: block;
    width: 100%;
  }


  .gs-sticky.gs-active{
    bottom: 0px;
  }


  .gs-specs{
    padding: 30px 20px;
  }

  .gs-specs .gs-title{
    font-size: 27px;
    padding: 0 0 35px 0;
  }

  .gs-specs .gs-tabs-menu{
    padding: 0 0 50px 0;
  }


  .gs-specs .gs-tabs-menu .gs-tab-menu {
    font-size: 15px;
    padding: 15px 23px;
    min-width: 10px;
  }


  .gs-specs .gs-items{
    gap: 50px;
  }

  .gs-specs .gs-items .gs-item,
  .gs-specs .gs-items .gs-item:nth-child(even){
    flex-direction: column-reverse;
    width: 100%;
  }

  .gs-specs .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }


  .gs-specs .gs-items .gs-item .gs-item-content{
    width: 100%;
  }

  .gs-specs .gs-items .gs-item .gs-item-content .gs-item-text {
    font-size: 23px;
  }


  .gs-benefits{
    padding: 20px;
  }

  .gs-benefits .gs-title {
    font-size: 27px;
    padding: 0 0 65px 0;
    background-position: center calc(100% - 23px);
  }


  .gs-benefits .gs-items .gs-item{
    width: 100%;
    gap: 50px;
    height: auto;
  }

  .gs-benefits .gs-items .gs-item .gs-item-title {
    font-size: 19px;
  }

  .gs-products .gs-items .gs-item{
    width: 300px;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 155px;
    gap: 0px;
  }


  .gs-products .gs-items .gs-item .gs-item-content .gs-just-arrived{
    position: absolute;
    left: 50%;
    top: 30px;
    text-align: center;
    transform: translate(-50%, 0);
  }

  .gs-products .gs-items .gs-item .gs-item-content .gs-just-arrived img{
    max-width: 110px;
  }

  .gs-products .gs-items .gs-item .gs-item-content .gs-item-model{
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    text-align: center;
  }

  .gs-products .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    text-align: center;
    align-items: center;
    padding-top: 25px;
  }

  .gs-products .gs-items .gs-item.gs-i2 .gs-item-photo{
    background-size: 120px auto;
    background-position: center 24px;
  }


  .gs-products .gs-copy {
    font-size: 12px;
    line-height: 150%;
  }

  .gs-sticky{
    flex-direction: column;
  }

  .gs-sticky .gs-title{
    font-size: 23px;
  }

  .gs-logo-mi{
    display: none;
  }

  .gs-products .gs-items{
    width: 610px;
    flex-direction: row;
    gap: 10px;

  }

  .gs-products .gs-items .gs-item{
    white-space: normal;
  }

  .gs-scroll-content{
    overflow: auto;
    width: calc(100vw + 40px);
    margin: 0 0 0 -20px;
    padding: 0 70px 0 20px;

    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }


   .gs-scroll-content::-webkit-scrollbar {
    display: none;
  }




  .gs-sticky .gs-title {
    font-size: 20px;
  }






}




@media screen and (max-width: 374px){

}


























































