@charset "utf-8";



@import url("https://use.typekit.net/cmw8cpt.css");


@font-face {
  font-family: 'RoobertPRO-Regular';
  src:  url('../fonts/RoobertPRO-Regular.woff2') format('woff2'),
        url('../fonts/RoobertPRO-Regular.woff') format('woff');
}


@font-face {
  font-family: 'RoobertPRO-Medium';
  src:  url('../fonts/RoobertPRO-Medium.woff2') format('woff2'),
        url('../fonts/RoobertPRO-Medium.woff') format('woff');
}

@font-face {
  font-family: 'RoobertPRO-Bold';
  src:  url('../fonts/RoobertPRO-Bold.woff2') format('woff2'),
        url('../fonts/RoobertPRO-Bold.woff') format('woff');
}



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

}


html,body{
  margin:0px;
  padding: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;
  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: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#282828 ;
  font-size:19px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    margin:0 auto 0 auto;
    padding:25px 0px 0 0;
    text-align:center;
    overflow:hidden;
    background:#F3F5FA;

}


.gs-page strong{
  font-weight: 700;  
}

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


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

.gs-page img.gs-img-mob,
.gs-page img.gs-img-tab{
    display: none !important;
}







.gs-page:focus {
    outline: 2px solid #D1392B !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
.gs-page a:focus,
.gs-page button:focus,
.gs-page input:focus,
.gs-page select:focus,
.gs-page textarea:focus {
    outline: 2px solid #D1392B;
    outline-offset: 2px;
} 



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


.gm-section{
    font-family: Arial;
    color:#000000;
    font-size:17px;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    padding:0px;
  position:relative;
  text-align: center;
  margin: 0 auto;

  
}


.gm-blog{
  padding: 40px 20px 100px 20px;
  text-align: center;
  background: #fff;
}

.gm-blog .gm-title{
    font-weight: 700;  
    font-size: 40px;
    line-height: 120%;
    color: #8228F5;
}

.gm-blog .gm-text{
    font-family: 'Arial';
    font-size: 18px;
    line-height: 140%;
    color: #004383;
    padding: 5px 0 0px 0;
}




.gm-blog .gm-row{
  padding: 0 20px 33px 20px;
  font-size: 0px;
  max-width: 1285px;
  margin: 0px auto 0 auto;

}

.gm-blog .gm-blog-logo{
  width: 130px;
  height: 50px;
  display: block;
}

.gm-blog .gm-blog-logo img{
  width: 100%;
}

.gm-blog .gm-all-articles{

}


.gm-blog .gm-all-articles{
  color: #004383;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #004383;
  border-radius: 20px;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 30px;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  z-index: 2;

  float: right;
  margin: -45px 0 0 0;
}

@media screen and (min-width: 960px) {
  .gm-blog .gm-all-articles::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #004383;
    border-radius: 8px;
    z-index: -1;
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    transition: all 200ms;
  }

  .gm-blog .gm-all-articles:hover::before{
    -ms-transform: translate(-0%, 0%);
    -webkit-transform: translate(-0%, 0%);
    transform: translate(-0%, 0%);
  }

  .gm-blog .gm-all-articles:hover{
    color: #fff;
  }
}





.gm-blog .gm-items{
  font-size: 0px;
  max-width: 1280px;
  margin: 0 auto;
}

.gm-blog .gm-items .gm-item{
  display: inline-block;
  vertical-align: top;
  width: 408px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
}

.gm-blog .gm-items .gm-item .gm-item-photo{
  position: relative;
  z-index: 1;
}

.gm-blog .gm-items .gm-item .gm-item-photo img{
  height: 260px;
  display: block;
  object-fit: cover;
  width: 100%;
}


.gm-blog .gm-items .gm-item-grad{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 260px;
  z-index: 2;
}


.gm-blog .gm-items .gm-item .gm-item-content{
  background: #fff;
  border-radius: 20px;
  margin: -30px 15px 15px 15px;
  height: 205px;
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 25px 25px 0 25px;
}


.gm-blog .gm-items .gm-item .gm-item-title{
  font-weight: bold;
  font-size: 19px;
  line-height: 120%;
  color: #004383;
  height: 70px;
  overflow: hidden;
}

.gm-blog .gm-items .gm-item .gm-item-text{
  font-size: 15px;
  line-height: 21px;
  color: #666666;
  height: 35px;
  overflow: hidden;
}


.gm-blog .gm-items .gm-item .gm-item-more{
  color: #004383;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #004383;
  border-radius: 20px;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 30px;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
}






.gm-blog .owl-nav{
  position: absolute;
  right: 0px;
  bottom: -60px;
}

.gm-blog .owl-nav.disabled,
.gm-blog .owl-dots.disabled{
  display: none !important;
}

.gm-blog .owl-nav .owl-prev, 
.gm-blog .owl-nav .owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    z-index: 10;
    right: 70px;
}

.gm-blog .owl-nav .owl-next{
  right: 20px;
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;
}

.gm-blog .owl-nav .owl-prev.disabled, 
.gm-blog .owl-nav .owl-next.disabled{
    opacity: 0.3;
    cursor: default;
}

.gm-blog .owl-dots{
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: calc(100% - 120px);
    padding: 0px;
    background: #DCDCDC;
    height: 1px;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    overflow: hidden;
}

.gm-blog .owl-dots .owl-dot{
  display: inline-block;
    vertical-align: middle;
    margin: 0px;
    width: auto;
    height: 1px;
    background: none;
    transition: all 200ms;
    flex-grow: 1;
    position: relative;
}

.gm-blog .owl-dots .owl-dot span {
    content: "";
    width: 5000px;
    height: 1px;
    right: 100%;
    top: 0px;
    position: absolute;
    background: #004383;
    opacity: 0;
    transition: all 300ms linear;
    right: 100%;
}

.gm-blog .owl-dots .owl-dot.active span{
    background: #004383 !important; 
    opacity: 1;
    opacity: 1;
    right: 0%;
}





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

@media screen and (min-width: 960px) {
  .gm-blog .gm-items .gm-item .gm-item-more::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #004383;
    border-radius: 20px;
    border-radius: 8px;
    z-index: -1;
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    transition: all 200ms;
  }

  .gm-blog .gm-items .gm-item .gm-item-more:hover::before{
    -ms-transform: translate(-0%, 0%);
    -webkit-transform: translate(-0%, 0%);
    transform: translate(-0%, 0%);
  }

  .gm-blog .gm-items .gm-item .gm-item-more:hover{
    color: #fff;
  }
}



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

    .gm-blog .gm-items .gm-item {
        width: 350px;
      }

      .gm-blog .gm-items .gm-item .gm-item-title {
        font-size: 16px;
        height: 64px;
        padding: 0 0 5px 0;
      }

      .gm-blog .gm-items .gm-item .gm-item-text {
        font-size: 13px;
        padding: 0 0 5px 0;
        height: 70px;
      }

      .gm-blog .gm-items .gm-item .gm-item-content {
        height: 215px;
      }

      .gm-blog .gm-items .gm-item {
        height: 462px;
      }



      .gm-blog .gm-items .gm-item .gm-item-more{
        margin-top: 20px;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
      }

      .gm-blog .gm-items .gm-item .gm-item-more{
        margin-top: 0px;
      }


}


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

    .gm-blog .gm-items{
        margin-right: -20px;
    }



}

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


    .gm-blog .gm-title{
        font-size: 34px;
    }


    .gm-blog .gm-row{
        margin-top: 10px;
    }

    .gm-blog .owl-nav{
      display: block !important;
    }

}

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

  .gm-blog .gm-items .gm-item .gm-item-more{
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }


  .gm-blog{
    padding: 40px 15px 100px 15px;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .gm-blog .gm-items{
    margin-right: -15px;
    width: calc(100% + 15px); 
  }

  .gm-blog .gm-items .gm-item{
    width: 320px;
  }


  .gm-blog .gm-row{
    padding: 0 0 30px 0;
  }

  .gm-blog .gm-blog-logo{
    width: 104px;
  }

  .gm-blog .gm-all-articles{
    padding: 0 15px;
    font-size: 12px;
  }

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

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


  .gm-blog .gm-title{
    font-size: 26px;
  }

}




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



.gs-outrow-copy{
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 40px 20px 0 20px;
  max-width: 1020px;
  margin: 0 auto;
}



.gs-new-links{
  text-align: center;
  padding: 65px 20px 75px 20px;
  background-size: cover;
  position: relative;
}



.gs-new-links .gs-title{
    font-size: 25px;
    line-height: 120%;
    padding: 0 0 30px 0;
    font-weight: 700;  
    color: #282828;
}


.gs-new-links .gs-items{
  font-size: 0px;
  max-width: 780px;
  margin: 0 auto;
}

.gs-new-links .gs-items .gs-item{
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 140px;
  background: #F3F5FA;
  border: 1px solid #F3F5FA;
  border-radius: 10px;
  margin: 0 7px 14px 7px;
  font-size: 14px;
  line-height: 140%;
  padding: 75px 0px 0 0px;
  color: #3C4150;
  text-decoration: none;
  letter-spacing: -0.02em;
  position: relative;
}

.gs-new-links .gs-items .gs-item strong{
  font-weight: 700;  
}



.gs-new-links .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
  background: url("../images/icon-new-links1.svg") no-repeat center center;
}

.gs-new-links .gs-items .gs-item.gs-i2::before{ background-image: url("../images/icon-new-links2.svg");  }
.gs-new-links .gs-items .gs-item.gs-i3::before{ background-image: url("../images/icon-new-links3.svg");  }
.gs-new-links .gs-items .gs-item.gs-i4::before{ background-image: url("../images/icon-new-links4.svg");  }
.gs-new-links .gs-items .gs-item.gs-i5::before{ background-image: url("../images/icon-new-links5.svg");  }
.gs-new-links .gs-items .gs-item.gs-i6::before{ background-image: url("../images/icon-new-links6.svg");  }
.gs-new-links .gs-items .gs-item.gs-i7::before{ background-image: url("../images/icon-new-links7.svg");  }




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

  .gs-new-links{
    padding-bottom: 100px;
  }

  .gs-outrow-copy{
    padding: 40px 50px 0 50px;
  }


}


@media screen and (max-width: 959px) {
  .gs-new-links .gs-title {
    font-size: 26px;
  }
}


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



  .gs-new-links .gs-items .gs-item {
    width: auto;
    display: block;
    margin: 0 0px 10px 0px;
    padding: 16px 0 0 100px;
    height: 70px;
    text-align: left;
  }

  .gs-new-links .gs-items .gs-item::before{
    left: 0px;
    width: 100px;
    height: 70px;
  }

  .gs-new-links .gs-title {
    font-size: 21px;
  }

  .gs-new-links {
    text-align: center;
    padding: 31px 15px 0px 15px;
  }


  .gs-new-links .gs-items .gs-item.gs-i5,
  .gs-new-links .gs-items .gs-item.gs-i3,
  .gs-new-links .gs-items .gs-item.gs-i2,
  .gs-new-links .gs-items .gs-item.gs-i6{
    padding-top: 26px;
  }

  .gs-new-links .gs-items .gs-item.gs-i5 br,
  .gs-new-links .gs-items .gs-item.gs-i3 br,
  .gs-new-links .gs-items .gs-item.gs-i2 br,
  .gs-new-links .gs-items .gs-item.gs-i6 br{
    display: none;
  }


}



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




.gs-hero{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0px auto;

  max-width: 1285px;
  border-radius: 24px;
}

.gs-hero img{
  display: block;
  margin: 0 auto;
  width: auto;
  width: 100%;
}

.gs-hero img.gs-pop{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: text_scale 2s linear infinite;
}

.gs-hero .gs-more {
    position: absolute;
    right: 10%;
    bottom: 8%;
    width: 9%;
    height: 6%;
    display: block;
}


@keyframes text_scale {
  0% {
    transform: scale(1) translate(0%, 0);
  }
  50% {
    transform: scale(1.05) translate(1%, 0);
  }
  100% {
    transform: scale(1) translate(0%, 0);
  }
}





.gs-hero .gs-title {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
    padding: 1px 0 0 0px;
    font-weight: 800;
    font-size: 48px;
    line-height: 113%;
    color: #FFE28F;
    font-weight: normal;
    text-shadow: #e77b54 -2px 2px 0px;
    letter-spacing: 2px;

    display: none;
}

.gs-hero .gs-text {
    position: absolute;
    left: 0px;
    bottom: 26px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.8px;
    font-size: 17px;

    display: none;
}

.gs-hero .gs-text span{
  color: #FFE28F;
}

.gs-hero .gs-text span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 118px;
    height: 16px;
    background: url("../images/img-underline.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 70px;
}


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


h2.gs-main-title{
  color: #282828;
  text-align: center;
  font-weight: 700;  
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  margin: 0px;
  padding: 50px 20px 0 20px;
}

.gs-main-text{
  color: #282828;
  font-size: 20px;
  line-height: normal;
  padding: 0 20px 45px 20px;
}

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

.gs-product-category{
  margin: 0 auto 25px auto;
  max-width: 1285px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}

.gs-product-category.gs-c2,
.gs-product-category.gs-c4{
  flex-direction: row-reverse;
}

.gs-product-category .gs-content{
  width: calc(42% - 10px);
  border-radius: 24px;
  background: #026350;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;

  padding: 35px 20px;
}

.gs-product-category .gs-content .gs-title{
  text-align: center;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;  
}

.gs-product-category .gs-content .gs-title span{
  color: #FFE28F;
}

.gs-product-category .gs-content .gs-text{
  font-size: 20px;
  line-height: normal;
  position: relative;
  width: 100%;
  /*background: url("../images/po-payzy-tag3.svg") no-repeat center bottom;
  padding-bottom: 67px;*/
}
/*
.gs-product-category .gs-content .gs-text::after{
  content: "";
  position: absolute;
  width: 99px;
  height: 67px;
  background: url("../images/po-payzy-tag.svg") no-repeat center center;
  background-size: contain;
  right: 0px;
  top: calc(100% + 20px); 
  display: none;
}
*/



.gs-product-category.gs-c2 .gs-content .gs-text::after {
   
    top: calc(100% + 2px);
}


@media screen and (min-width: 960px) and (max-width: 1279px) {
  .gs-product-category .gs-content .gs-text::after {

    width: 62px;
  }
}

.gs-product-category .gs-content .gs-cols{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0px;
}

.gs-product-category .gs-content .gs-cols img{
  height: 204px;
  object-fit: contain;
}

.gs-product-category .gs-content .gs-cols2{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 55px;
}

.gs-product-category .gs-content .gs-cols2 a{
  min-width: 150px;
}

.gs-product-category .gs-content .gs-more{
  display: block;
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
  transition: all 200ms;
}

.gs-product-category .gs-content .gs-more:hover{
  background: #FFE28F;
  color: #000;
  border-color: #FFE28F;
}

.gs-product-category.gs-c3 .gs-content .gs-more:nth-child(2){
  transform: translate(-15px, 0);
}

.gs-product-category .gs-content > img{
  margin: 15px auto;
  display: block;
}

.gs-product-category > img{
  width: calc(58% - 10px);
  display: block;
  border-radius: 24px;
  object-fit: cover;

}





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

.gs-products{
  margin: 0 auto 25px auto;
  max-width: 1285px;
  border-radius: 24px;
  padding: 30px 79px;
  padding: 30px 120px;
}

.gs-products .gs-title{
  padding: 0 0 20px 0;
  color: #282828;
  font-weight: 700;  
  font-size: 32px;
  line-height: normal;
}

.gs-products .gs-items{

}

.gs-products .gs-items .gs-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
  width: 274px;
}


.gs-products .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
}

.gs-products .gs-items .gs-item .gs-item-top{
  border-radius: 8px;
  background: #FFF;
  padding: 15px 10px;
  width: 100%;
}

.gs-products .gs-items .gs-item .gs-item-bottom{
  border-radius: 8px;
  background: #FFF;
  padding: 15px 10px;
  width: 100%;
  display: none;
}

.gs-products .gs-items .gs-item .gs-item-bottom img{
  width: 178px;
  display: block;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-item-photo{
  padding: 0 0 12px 0;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  height: 136px;
  margin: 0 auto;
  width: auto;
}


.gs-products .gs-items .gs-item .gs-item-brand{
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.32px;
}

.gs-products .gs-items .gs-item .gs-item-title{
  color: #282828;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.44px;
  min-height: 46px;
}

.gs-products.gs-p2 .gs-items .gs-item .gs-item-title{
  min-height: 72px;
}

.gs-products .gs-items .gs-item .gs-item-price{
  color: #000;
  font-weight: 700;  
  font-size: 29px;
  line-height: 120%;
}

.gs-products .gs-items .gs-item .gs-item-more{
  display: block;
  padding: 10px 30px;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.28px;
  transition: all 200ms;
  background: #026350;
  width: 100%;
}

.gs-products .gs-items .gs-item .gs-item-more:hover,
.gs-products .gs-items .gs-item:hover .gs-item-more{
  background: #FFE28F;
  color: #000;
}


.gs-products .gs-items button.owl-prev,
.gs-products .gs-items button.owl-next{
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain;
  width: 30px;
  height: 30px;

  position: absolute;
  left: -65px;
  top: 50%;
  transform: translate(0, -50%);
}

.gs-products .gs-items button.owl-next{
  background: url("../images/icon-next.svg") no-repeat center center !important;
  left: auto;
  right: -65px;
}

.gs-products .gs-items button.owl-prev span,
.gs-products .gs-items button.owl-next span{
  display: none;
}

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


@media screen and (max-width: 1365px) {
  
  .gs-product-category,
  .gs-products{
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .gs-hero{
    margin-right: 20px;
    margin-left: 20px;
  }

  .gs-hero .gs-title {
    font-size: 3.5vw;
  }

  .gs-hero .gs-text {
    font-size: 1.2vw;
    bottom: 2vw;
  }

}

@media screen and (max-width: 1139px) {
    
  .gs-product-category .gs-content .gs-text br{
    display: none;
  }

  .gs-products {
    padding: 30px 50px;
  }

  .gs-products .gs-items button.owl-next {
    right: -35px;
  }

  .gs-products .gs-items button.owl-prev {
    left: -35px;
  }

}

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

  .gs-product-category,
  .gs-product-category.gs-c2, 
  .gs-product-category.gs-c4{
    flex-direction: column-reverse;
  }

  .gs-product-category > img{
    width: 100%;
  }

  .gs-product-category .gs-content{
    width: 100%;
  }


  .gs-hero .gs-title {
    font-size: 6vw;
  }

  .gs-hero .gs-text {
    font-size: 2.1vw;
    bottom: 3vw;
  }

  .gs-hero{
   
  }

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

  .gs-page img.gs-img-desk{
    display: none;
  }

  .gs-product-category .gs-content .gs-text::after {
    left: 40px !important;
    top: calc(100% + 70px) !important;
  }

}

@media screen and (max-width: 767px) {
  
  .gs-main-title{
    font-size: 20px;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  .gs-main-text{
    font-size: 15px;
    line-height: normal;
    padding: 5px 0px 20px 0px;
    max-width: 240px;
    margin: 0 auto;
  }

  .gs-main-title br,
  .gs-main-text br{
    display: none;
  }


  .gs-product-category > img{
    border-radius: 12px;
  }




  .gs-product-category .gs-content .gs-title{
    font-size: 20px;
  }

  .gs-product-category .gs-content .gs-text{
    font-size: 15px;
  }


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

  .gs-products {
    padding: 20px 50px 0px 50px;
  }


  .gs-product-category .gs-content .gs-cols img{
    width: 150px;
  }

  .gs-product-category .gs-content .gs-cols2 a {
    min-width: 130px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }

  .gs-product-category .gs-content .gs-cols2 {
    gap: 25px;
  }


  .gs-hero,
  .gs-product-category .gs-content{
    border-radius: 12px;
  }


  .gs-product-category .gs-content .gs-text::after{
    width: 70px;
  }

  .gs-product-category .gs-content .gs-text::after {
    left: -4px !important;
    top: calc(100% + -4px) !important;
  }


  .gs-hero .gs-more {
    right: 36%;
    bottom: 6%;
    width: 29%;
    height: 4%;
  }
 

}

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


}




.gs-legals{
  padding: 20px;
  text-align: center;
  font-size: 13px;
}

.gs-legals a{
  text-decoration: underline;
}



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






.gs-payzy-banner{
  background: url("../images/po-bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 auto 57px auto;
  max-width: 1280px;
  padding: 21px 20px;
  border-radius: 24px;
}


.gs-payzy-banner .gs-hold{
  max-width: 934px;
  margin: 0 auto;
  border-radius: 24px;
  background: #E1E1E1;
  padding: 13px 30px 13px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #6200EA;
  text-align: left;
}

.gs-payzy-banner .gs-hold .title{
  font-size: 27px;
  line-height: normal;
}

.gs-payzy-banner .gs-hold .gs-content{
  
  width: 350px;
  font-size: 21px;
  line-height: normal;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
   gap: 3px;
   position: relative;

}


.gs-payzy-banner .gs-hold .gs-content > img{
  margin: 5px 0;
  width: 60%;
  display: block;
}


.gs-payzy-banner .gs-hold .gs-content .gs-copy{
  font-size: 10px;
  line-height: normal;
}

.gs-payzy-banner .gs-hold .gs-content .gs-links{
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 8px;
  height: calc(100% - 10px);
}

.gs-payzy-banner .gs-hold .gs-content .gs-links > img{
  width: 100px;
}

.gs-payzy-banner .gs-hold .gs-content .gs-more{
  color: #6200EA;
  font-weight: 700;  
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.26px;
  display: block;
  padding: 0 32px 0 0;
  line-height: 24px;
  background: url("../images/po-more.svg") no-repeat right center;
}


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


.gs-payzy-offer-popup{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  padding: 40px;
  background: rgba(0,0,0,0.8);
   overflow: auto;
  display: none;
}

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

.gs-payzy-offer-popup .gs-content{
  max-width: 1318px;
  margin: 0 auto;
  padding: 60px 20px;
  background: url("../images/po-popup-bg.png") center center;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.gs-payzy-offer-popup .gs-content .gs-close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/po-icon-close.png") no-repeat center center;
  background-size: 20px auto;
}

.gs-payzy-offer-popup .gs-content .gs-title{
  color: #FFF;
  text-align: center;
  font-weight: 700;  
  font-size: 31px;
  line-height: 130%;
  letter-spacing: -0.62px;
  padding: 0 0 50px 0;
}

.gs-payzy-offer-popup .gs-content .gs-items{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  gap: 32px 36px;
  color: #fff;
}


.gs-payzy-offer-popup .gs-content .gs-items .gs-item{
  min-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-title{
  padding: 12px 0 0 0;

  color: #FFF;
  font-weight: 700;  
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-text{
  
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.34px;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-photo{
  max-width: 200px;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(2) .gs-item-photo,
.gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(3) .gs-item-photo{
  max-width: 410px;
}

.gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
}


@media screen and (max-width: 1365px) {
  
  .gs-payzy-banner{
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .gs-payzy-offer-popup .gs-content .gs-items{
    align-items: start;
    justify-content: center;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item .gs-item-text br{
    display: none;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item{
    width: 175px;
    min-width: 10px;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(2),
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(3){
    width: 360px;
  }


}


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

  .gs-payzy-banner .gs-hold .title {
    font-size: 20px;
    line-height: normal;
  }

}


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

  .gs-payzy-banner .gs-hold {
      padding: 13px 30px 13px 24px;
  }

  .gs-payzy-banner .gs-hold .title {
    font-size: 18px;
    line-height: normal;
    max-width: 340px;
  }

  .gs-payzy-banner .gs-hold .title br{
    display: none;
  }

  .gs-payzy-offer-popup .gs-content .gs-title br{
    display: none;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item {
    width: calc(50% - 14px);
  }

  .gs-payzy-offer-popup .gs-content{
    padding: 60px 20px;
  }
}


@media screen and (max-width: 767px) {
  .gs-payzy-banner .gs-hold{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .gs-payzy-banner .gs-hold .gs-content{
    width: 100%;
    gap: 10px;
  }

  .gs-payzy-banner .gs-hold .title {
    font-size: 17px;
  }

  .gs-payzy-banner{
    margin-bottom: 20px;
  }

  .gs-payzy-offer-popup{
    padding: 15px;
  }

  .gs-payzy-offer-popup .gs-content .gs-title {
    font-size: 22px;
    padding: 0 0 35px 0;
  }

  .gs-payzy-offer-popup .gs-content .gs-items{
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item{
    width: 100%;
    padding: 0 0 30px 0;
  }

  .gs-payzy-banner .gs-hold .title {
    font-size: 16px;
  }

  .gs-payzy-banner .gs-hold .gs-content .gs-links{
    position: relative;
    right: auto;
    top: auto;
    flex-direction: row;
    width: 100%;
  }

  .gs-payzy-banner .gs-hold .gs-content > img {
    width: 75%;
  }

  .gs-payzy-offer-popup .gs-content .gs-items .gs-item,
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(2), 
  .gs-payzy-offer-popup .gs-content .gs-items .gs-item:nth-child(3){
    width: 100%;
  }

}








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



.gs-disclaimer{
  padding: 60px 20px 30px 20px;
  max-width: 1100px;
  margin: 0 auto;

  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}







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




.gs-home-download{
  background: #6200EA;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 35px;
  padding: 90px 40px 0 40px;
  font-family: 'RoobertPRO-Regular';
}

.gs-home-download .gs-pre-title{
  padding: 0 30px 40px 0;
}


.gs-home-download .gs-pre-title{
  font-size: 0px;
  text-align: left;
}

.gs-home-download .gs-pre-title span{
  line-height: 48px;
  background: #6200EA;
  border: 1.5px solid #36FFC6;
  border-radius: 10px;
  font-size: 31px;
  color: #36FFC6;
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 0;
  position: relative;
  z-index: 5;
  font-family: 'RoobertPRO-Medium';
}



.gs-home-download .gs-pre-title span.gs-sh{
  color: #6200EA;
  background: #FEFDFE;
  box-shadow: 3px 3px 0px 0px rgba(98, 0, 234,1);
}

.gs-home-download .gs-pre-title span.gs-sh::before{
  content: "";
  position: absolute;
  position: absolute;
  right: -3px;
  top: 0px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  box-shadow: 3px 3px 0px 0px rgba(76, 128, 215,1);
  border-radius: 10px;
  z-index: 0;
}

.gs-home-download .gs-pre-title span.gs-sh::after{
  content: "";
  position: absolute;
  position: absolute;
  right: -6px;
  top: 3px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  box-shadow: 3px 3px 0px 0px rgba(54, 255, 198,1);
  border-radius: 10px;
  z-index: -1;
}



.gs-home-download .gs-content{
  text-align: right;
  color: #fff;
  padding-left: 140px;
}

.gs-home-download .gs-title{
 font-family: 'RoobertPRO-SemiBold';
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -1.2px;
  padding: 0 0 65px 0;
  text-align: left;
  color: #fff;
}

.gs-home-download .gs-links-qr-code{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 0 80px 0;
}

.gs-home-download .gs-links-qr-code .gs-links{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
}

.gs-home-download .gs-links-qr-code .gs-links a{
  display: block;
}

.gs-home-download .gs-photo{
  width: 429px;
}

.gs-home-download .gs-photo img,
.gs-home-download .gs-links-qr-code .gs-links a img,
.gs-home-download .gs-links-qr-code .gs-qr-code img{
  display: block;
  width: 100%;
}


.gs-home-download .gs-links-qr-code .gs-links a{
  width: 130px;
}

.gs-home-download .gs-links-qr-code .gs-qr-code{
  width: 130px;
}


.gs-home-download .gs-left-content .gs-text{
  font-size: 17px;
  line-height: 130%;
  text-align: left;
  color: #fff;
}


@media screen and (min-width: 960px) and (max-width: 1365px)  {


  .gs-home-download{
    gap: 2.56vw;
    padding: 6.59vw 2.93vw 0 2.93vw;
  }

  .gs-home-download .gs-pre-title{
    padding: 0 2.2vw 2.93vw 0;
  }


  .gs-home-download .gs-pre-title span{
    line-height: 3.51vw;
    border: 0.11vw solid #36FFC6;
    border-radius: 0.73vw;
    font-size: 2.27vw;
    padding: 0 1.1vw;
    margin: 0.59vw 0 0;
  }



  .gs-home-download .gs-pre-title span.gs-sh{
    box-shadow: 0.22vw 0.22vw 0px 0px rgba(98, 0, 234,1);
  }

  .gs-home-download .gs-pre-title span.gs-sh::before{
    right: -0.22vw;
    width: calc(100% + 0.22vw);
    height: calc(100% + 0.22vw);
    box-shadow: 0.22vw 0.22vw 0px 0px rgba(76, 128, 215,1);
  }

  .gs-home-download .gs-pre-title span.gs-sh::after{
    right: -0.44vw;
    top: 0.22vw;
    width: calc(100% + 0.22vw);
    height: calc(100% + 0.22vw);
    box-shadow: 0.22vw 0.22vw 0px 0px rgba(54, 255, 198,1);
    border-radius: 0.73vw;
  }


  .gs-home-download .gs-content{
    padding-left: 10.25vw;
  }


  .gs-home-download .gs-title{
    font-size: 3.51vw;
    padding: 0 0 4.76vw 0;
  }

  .gs-home-download .gs-links-qr-code{
    gap: 1.17vw;
    padding: 0 0 5.86vw 0;
  }

  .gs-home-download .gs-links-qr-code .gs-links{
    gap: 1.17vw;
  }

  .gs-home-download .gs-photo{
    width: 31.41vw;
  }

  .gs-home-download .gs-links-qr-code .gs-links a{
    width: 9.52vw;
  }

  .gs-home-download .gs-links-qr-code .gs-qr-code{
    width: 9.52vw;
  }


  .gs-home-download .gs-left-content .gs-text{
    font-size: 1.24vw;
  }

}


@media screen and (max-width: 959px) {
  .gs-home-download {
    
    padding: 56px 24px 0 24px;
    gap: 24px;
  }



  .gs-home-download .gs-pre-title span{
    white-space: nowrap;
  }

  .gs-home-download .gs-title{
    font-size: 30px;
  }

  .gs-home-download .gs-links-qr-code .gs-qr-code{
    width: 100px;
  }

  .gs-home-download .gs-pre-title span {
    line-height: 43px;
    font-size: 17px;
    padding: 0 12px;
  }

  .gs-home-download .gs-left-content .gs-text{
    font-size: 15px;
    max-width: 200px;
    padding-bottom: 20px;
    margin: -20px 0 20px 0;
  }

  .gs-home-download .gs-left-content .gs-text br{
    display: none;
  }

  .gs-home-download .gs-content{
    padding-left: 0px;
  }

  .gs-home-download .gs-photo {
    width: 40vw;
  }

}

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

  .gs-home-download {
    padding: 23.08vw 0px 0 0px;
  }

  .gs-home-download .gs-pre-title span {
    font-size: 24px;
  }

  .gs-home-download{
    gap: 0px;
  }

  .gs-home-download .gs-links-qr-code .gs-qr-code {
    width: 25.13vw;
  }

  .gs-home-download .gs-pre-title span {
    font-size: 4.87vw;
  }


  .gs-home-download{
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding: 9.85vw 5.13vw 0 5.13vw;
    gap: 8.41vw;
  }

  .gs-home-download .gs-pre-title span {
    line-height: 13.85vw;
    font-size: 6.15vw;
  }

  .gs-home-download .gs-title {
    font-size: 6.67vw;
    padding: 15.67vw 0 0  0;
  }

  .gs-home-download .gs-title br{
    display: none;
  }

  .gs-home-download .gs-qr-code img{
    width: 23vw;
  }

  .gs-home-download .gs-photo{
    order: 3;
  }

  .gs-home-download .gs-pre-title{
    order: 1;
    padding: 0px;
  }

  .gs-home-download .gs-content{
    order: 2;
    width: 100%;
    text-align: left;
  }

  .gs-home-download .gs-links-qr-code{
    margin: 0px;
    justify-content: flex-start;
    padding: 0px;
  }

  .gs-home-download .gs-photo {
    width: 62vw;
    margin: 0 auto;
  }

  .gs-home-download .gs-links-qr-code .gs-links a{
    width: 33.33vw;
  }

  .gs-home-download .gs-links-qr-code{
    flex-direction: row;
  }

}

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

.gs-payzy-steps{
  width: 100%;
  margin: 30px auto 0 auto;
  max-width: 1280px;
  height: 139px;
  border-radius: 24px;
  background: #FFF;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.gs-payzy-steps .gs-title{
  color: #6200EA;
  text-align: center;
  font-family: 'RoobertPRO-SemiBold';
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.52px;
}

.gs-payzy-steps img{
  display: block;
  width: 277px;
}

.gs-payzy-steps .gs-more{
  color: #6200EA;
  font-family: 'RoobertPRO-Bold';
  font-size: 21.125px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.423px;
  display: inline-block;
}

.gs-payzy-steps .gs-more::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  background: url("../images/icon-payzy-more.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 13px;
}



@media screen and (min-width: 960px) and (max-width: 1365px)  {


  .gs-payzy-steps{
    margin: 2.2vw auto 0 auto;
    max-width: 95.7vw;
    height: 10.18vw;
    border-radius: 1.76vw;
    padding: 1.46vw 4.39vw;
    gap: 1.46vw;
  }

  .gs-payzy-steps .gs-title{
    font-size: 1.9vw;
  }

  .gs-payzy-steps img{
    width: 20.28vw;
  }

  .gs-payzy-steps .gs-more{
    font-size: 1.55vw;
  }

  .gs-payzy-steps .gs-more::after{
    width: 2.86vw;
    height: 2.86vw;
    margin: 0 0 0 0.95vw;
  }

}


@media screen and (max-width: 959px) {
  
  .gs-payzy-steps{
    flex-direction: column;
    height: auto;
    width: calc(100% - 40px);
  }

}

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


  .gs-payzy-steps{
    padding: 35px 20px;
  }

  .gs-payzy-steps .gs-title{
    font-size: 23px;
    max-width: 300px;
    margin: 0 auto;
  }

  .gs-payzy-steps img {
    display: block;
    width: 210px;
  }

  .gs-payzy-steps .gs-more{
    font-size: 18px;
  }

}

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


.gs-hero-new{
  width: 100%;
  background: #026350;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding: 22px;
}

.gs-hero-new .gs-photo{
  width: 685px;
}

.gs-hero-new .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 14px;
}

.gs-hero-new .gs-content{
  width: 685px;
  border-radius: 14px;
  border: 3px solid #B2EBE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.gs-hero-new .gs-title{
  margin: 0px;
  padding: 0px;
   color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.479%;
}

.gs-hero-new .gs-content .gs-title span{
  margin: 0px;
  padding: 0px;
  color: #FFE28F;
  font-weight: 900;
  line-height: 100%;
  font-size: 54px;
  text-shadow: -3px 3px #DB8058;
  display: block;
  padding: 0 0 30px 0;
}



@media screen and (min-width: 960px) and (max-width: 1365px)  {

  .gs-hero-new{
    gap: 1.67vw;
    padding: 1.53vw;
  }

  .gs-hero-new .gs-photo{
    width: 47.57vw;
  }

  .gs-hero-new .gs-photo img{
    border-radius: 0.97vw;
  }

  .gs-hero-new .gs-content{
    width: 47.57vw;
    border-radius: 0.97vw;
    border: 0.21vw solid #B2EBE0;
    gap: 2.08vw;
  }

  .gs-hero-new .gs-title{
    font-size: 1.94vw;
  }

  .gs-hero-new .gs-content .gs-title span{
    font-size: 3.75vw;
    text-shadow: -0.21vw 0.21vw #DB8058;
    padding: 0 0 2.08vw 0;
  }

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

  .gs-hero-new{
    flex-direction: column;
  }

  .gs-hero-new .gs-photo,
  .gs-hero-new .gs-content{
    width: 100%;
  }

  .gs-hero-new .gs-content{
    padding: 30px;
  }

}
@media screen and (max-width: 767px) {
  .gs-hero-new{
    padding: 10px;
  }

  .gs-hero-new .gs-content .gs-title span{
    font-size: 36px;
    padding: 0 0 20px 0;
  }

  .gs-hero-new .gs-content {
      padding: 30px 15px;
  }

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


}






















































