@charset "utf-8";


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



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


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

::-webkit-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
::-moz-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-ms-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-moz-placeholder { 
  color: #ffffff;
  opacity:1;
}

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


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

.gs-page .gs-clear{
	clear:both;
}

.gs-page .visually-hidden{
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.gs-page *{

	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#28225E;
  font-size:16px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
  background: #FFEDDC;

  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0px 0 0 0;
}

.gs-page > *{
  width: 100%;
}

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


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


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

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


.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
    margin: 0px;
    padding: 0px;
    margin-block: 0px 0px;
    font-weight: normal;
}



 
.gs-page :focus {
    outline: 2px solid #FF5A5E !important;
    outline-offset: 2px !important;
    /*box-shadow: 0 0 0 2px #fff !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 #FF5A5E;
    outline-offset: 2px;
} 

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

}
@media screen and (max-width: 959px) {
  .gs-page{
    padding: 20px;

  }
}

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

  .gs-page{
    padding: 20px 16px;
    gap: 32px;
  }

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

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


  .gs-scroll-content{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

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


}

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


.gs-main-title{
  padding: 20px 0 0px 0;
 color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.42px;
}

.gs-sec-title,
h2.gs-sec-title{
  padding: 10px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: #28225E;
  position: relative;
  display: inline-block;
}

.gs-xmas-competition .gs-sec-title img{
  display: block;
  margin: -20px auto 20px auto;
  width: 72px;
}



.gs-sec-text,
.gs-sec-text h2,
h3.gs-sec-text{
  font-size: 28px;
  line-height: 110%;
  padding: 0 0 28px 0;
  color: #28225E;
  font-weight: 600;
}

.gs-sec-text h2{
  padding: 0px;
}

.gs-sec-text strong{
  font-weight: 600;
}

h2.gs-single-title{
  color: #28225E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 48px 0 12px 0;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-main-title{
    padding: 1.39vw 0 0.00vw 0;
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
  }

  .gs-sec-title,
  h2.gs-sec-title{
    padding: 0.70vw 0;
    font-size: 2.78vw;
  }

  .gs-xmas-competition .gs-sec-title img{
    margin: -1.38vw auto 1.39vw auto;
    width: 5.00vw;
  }

  .gs-sec-text,
  .gs-sec-text h2,
  h3.gs-sec-text{
    font-size: 1.95vw;
    padding: 0 0 1.95vw 0;
  }
  h2.gs-single-title{
    font-size: 2.23vw;
    padding: 3.34vw 0 0.84vw 0;
  }
}
@media screen and (max-width: 959px) {
  .gs-main-title{
    padding: 10px 20px 0 20px;
    font-size: 24px;
  }

  .gs-sec-title,
  h2.gs-sec-title{
    font-size: 32px;
  }

  h2.gs-single-title {
    font-size: 23px;
    padding: 23px 0 12px 0;
  }
}
@media screen and (max-width: 767px) {


  .gs-main-title {
    padding: 7px 0px 0 0px;
    font-size: 24px;
  }

  .gs-main-title br:not(.gs-mob-br){
    display: none;
  }

  .gs-sec-title, 
  h2.gs-sec-title{
    font-size: 22px;
  }

  .gs-sec-text br:not(.gs-mob-br){
    display: none;
  }

  .gs-sec-text, 
  .gs-sec-text h2,
  h3.gs-sec-text {
    font-size: 19px;
    padding: 0 0 38px 0;
  }

  .gs-sec-text h2{
    display: inline;
  }

  .gs-line-change{
    max-width: 210px;
    margin: 0 auto;
  }

  .gs-line-change img{
    display: block;
    width: 100%;
  }


  .gs-gift-proposals .gs-sec-title br{
    display: none;
  }


  .gs-categories .gs-sec-text, 
  .gs-categories .gs-sec-text h2, 
  .gs-categories h3.gs-sec-text {
    max-width: 345px;
    margin: 0 auto;
    padding: 0 0 24px 0;
  }

  h2.gs-single-title br{
    display: none;
  }

  h2.gs-single-title{
    font-size: 24px;
  }

}

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



.gs-hero{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 16px 0;
}

.gs-hero .gs-content{
  border-radius: 20px;
  background: #FFEDDC url("../images/icon-hero-corners.svg") no-repeat calc(100% - 10px) 10px;
  background-size: 126px auto;
  width: 576px;
  height: 487px;
  padding: 60px 0 0 0;
  position: relative;
}

.gs-hero .gs-content::after{
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 126px;
  height: 126px;
  background: url("../images/icon-hero-corners.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

.gs-hero .gs-content .gs-title{
  color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.48px;
}

.gs-hero .gs-content .gs-text{
  color: #28225E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  padding: 12px 0 0 0;
}

.gs-hero .gs-content img{
  display: block;
  width: 350px;
  margin: 0 auto;
}

.gs-hero .gs-epistrofi{
  border-radius: 20px;
  background: #FFF;
  width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gs-hero .gs-epistrofi img{
  display: block;
  height: 343px;
  width: auto;
}


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

  .gs-hero{
    gap: 1.12vw;
    padding: 1.12vw 0;
  }

  .gs-hero .gs-content{
    border-radius: 1.39vw;
    background: #FFEDDC url("../images/icon-hero-corners.svg") no-repeat calc(100% - 0.70vw) 0.70vw;
    background-size: 8.75vw auto;
    width: 40.00vw;
    height: 33.82vw;
    padding: 4.17vw 0 0 0;
  }

  .gs-hero .gs-content::after{
    left: 0.70vw;
    bottom: 0.70vw;
    width: 8.75vw;
    height: 8.75vw;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
    padding: 0.84vw 0 0 0;
  }

  .gs-hero .gs-content img{
    width: 24.31vw;
  }

  .gs-hero .gs-epistrofi{
    border-radius: 1.39vw;
    width: 53.34vw;
  }

  .gs-hero .gs-epistrofi img{
    height: 23.82vw;
  }
}
@media screen and (max-width: 959px){

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

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

  .gs-hero .gs-epistrofi{
    width: 100%;
    padding: 24px 0;
  }

  .gs-hero .gs-epistrofi img {
      display: block;
      height: 39vw;
      width: auto;
  }

}
@media screen and (max-width: 767px){
  
  .gs-hero .gs-content{
    height: 119vw;
    background-size: 80px auto;
  }

  .gs-hero .gs-content::after{
    width: 80px;
    height: 80px;
  }

  .gs-hero .gs-content img {
    display: block;
    width: 75vw;
    margin: 0 auto;
  }

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

  .gs-hero .gs-content .gs-text {
    font-size: 16px;
    padding: 12px 40px 0 40px;
    max-width: 343px;
    margin: 0 auto;
  }

   .gs-hero .gs-content .gs-text br{
    display: none;
   }

   .gs-hero .gs-epistrofi{
    background: url("../images/img-epistrofi-mob.webp") no-repeat center center;
    background-size: contain;
    height: 210vw;
    width: 100%;
   }

   .gs-hero .gs-epistrofi img {
    display: none;
  }
}
@media screen and (max-width: 374px){}

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


.gs-hero-wrapper{
  background: #990707;
  padding: 0 0 24px 0;
}
.gs-hero-bottom{
  width: 100%;
  max-width: 1392px;
  margin:0 auto;
}

.gs-hero-bottom .gs-items{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 17px;
  width: 100%;
}

.gs-hero-bottom .gs-item{
  border-radius: 20px;
  background: #fff;
  width: 443px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  text-align: left;

  position: relative;

  padding: 17px 24px;
 transition: all 300ms ease-out;
}

.gs-hero-bottom .gs-items .gs-item:hover{
  transform: scale(1.03);
}

.gs-hero-bottom .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-hero-bottom .gs-item .gs-item-photo{
  position: relative;
}

.gs-hero-bottom .gs-item img{
  display: block;
  width: auto;
  height: 95px;
}

.gs-hero-bottom .gs-item img.gs-v2{
  position: absolute;
  width: 42%;
  left: 0px;
  bottom: 0px;
  transform: translate(-5%, 50%);
}

.gs-hero-bottom .gs-item .gs-item-text{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -0.34px;
}

.gs-hero-bottom .gs-item .gs-item-text strong{
  color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.54px;
  padding: 3px 0 10px 0;
  display: block;
}

.gs-hero-bottom .gs-item .gs-item-points{
  width: 155px;
  height: 28px;
  border-radius: 4px;
  background: #FF4857;
  text-align: center;
  line-height: 28px;

  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.54px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
  .gs-hero-wrapper{
    padding: 0 0 1.67vw 0;
  }

  .gs-hero-bottom{
    max-width: 96.67vw;
  }

  .gs-hero-bottom .gs-items{
    gap: 1.19vw;
  }

  .gs-hero-bottom .gs-item{
    border-radius: 1.39vw;
    width: 30.77vw;
    gap: 1.95vw;
    padding: 1.19vw 1.67vw;
  }

  .gs-hero-bottom .gs-item img{
    height: 6.60vw;
  }

  .gs-hero-bottom .gs-item .gs-item-text{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }

  .gs-hero-bottom .gs-item .gs-item-text strong{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0.21vw 0 0.70vw 0;
  }

  .gs-hero-bottom .gs-item .gs-item-points{
    width: 10.77vw;
    height: 1.95vw;
    border-radius: 0.28vw;
    line-height: 1.95vw;
    font-size: 1.88vw;
    letter-spacing: -0.03vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-hero-wrapper{
   width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px 20px;
  }


  .gs-hero-bottom .gs-items{
   flex-wrap: wrap;
  }

  .gs-hero-bottom .gs-item{
    width: calc(50% - 10px);
  }

  .gs-hero-bottom .gs-item:last-child{
    width: 100%;
    justify-content: center;
  }

  .gs-hero-bottom .gs-items .gs-item:hover{
    transform: scale(1);
  }


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



  .gs-hero-bottom .gs-item .gs-item-text{
    font-size: 16px;
  }

  .gs-hero-bottom .gs-item .gs-item-text strong{
    font-size: 22px;
  }


  .gs-hero-bottom .gs-item img{
    height: auto;
    width: 100px;
    max-width: none;
  }

  .gs-hero-bottom .gs-items{
   flex-direction: column;
   gap: 10px;
  }

  .gs-hero-bottom .gs-items .gs-item{
   width: 100%;
   justify-content: flex-start;
   gap: 10px;
   padding: 15px 15px 15px 25px;
  }

  .gs-hero-bottom .gs-item .gs-item-text{
    max-width: 200px;
  }

  .gs-hero-bottom .gs-item .gs-item-photo{
    width: 100px;
    margin: 0 0 0 0px;
  }

}


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

.gs-serious-title{
  color: #990707;
  text-align: center;
  font-family: 'LeMurmure';
  font-size: 73px;
  font-style: normal;
  line-height: 85%; 
  text-transform: uppercase;
  position: relative;
}

.gs-serious-title::before,
.gs-serious-title::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 37.5px;
  height: 37.5px;
  background: url("../images/icon-serious.svg") no-repeat center center;
  background-size: contain;
  margin: -12px 0 0 0;
}


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

  .gs-serious-title{
    font-size: 5.07vw;
  }

  .gs-serious-title::before,
    .gs-serious-title::after{
    width: 2.61vw;
    height: 2.61vw;
    margin: -0.83vw 0 0 0;
  }
}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

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

  .gs-serious-title::before,
  .gs-serious-title::after{
    width: 25px;
    height: 25px;
    margin: -6px 0 0 0;
  }

  .gs-easter-gifts::before{
    display: none;
  }

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

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

.gs-apple-banner{
 width: 100%;
 max-width: 1362px;
 margin: 50px auto 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  background: url("../images/bg-apple.svg") no-repeat right top;
  background-size: 246px auto;
  padding: 80px 0 60px 0;

}

.gs-apple-banner::before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 246px;
  height: 246px;
  background: url("../images/bg-apple.svg") no-repeat left bottom;
  background-size: contain;
  transform: rotate(180deg);
}


.gs-apple-banner .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
  opacity: 0;
  display: block;
}

.gs-apple-banner .gs-content{
  width: 100%;
}

.gs-apple-banner .gs-content .gs-title{
  color: #990707;
  text-align: center;
  font-family: 'LeMurmure';
  font-size: 68px;
  font-style: normal;
  line-height: 110%;
  padding: 0 0 12px 0;
}

.gs-apple-banner .gs-content .gs-text{
  color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 0 0 30px 0;
}

.gs-apple-banner .gs-photo{
  width: 100%;
}

.gs-apple-banner .gs-photo img{
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.gs-apple-banner .gs-exclude {
  color: #28225E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {
   .gs-apple-banner{
    max-width: 94.59vw;
    margin: 3.48vw auto 2.09vw auto;
    gap: 1.12vw;
    background-size: 17.09vw auto;
    padding: 5.56vw 0 4.17vw 0;
  }

  .gs-apple-banner::before{
    width: 17.09vw;
    height: 17.09vw;
  }

  .gs-apple-banner .gs-content .gs-title{
    font-size: 4.73vw;
    padding: 0 0 0.84vw 0;
  }

  .gs-apple-banner .gs-content .gs-text{
    font-size: 1.67vw;
    padding: 0 0 2.09vw 0;
  }

  .gs-apple-banner .gs-photo img{
    max-width: 45.14vw;
  }

  .gs-apple-banner .gs-exclude{
    font-size: 1.12vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-apple-banner{
    background-size: 150px auto;
  }

  .gs-apple-banner::before{
    width: 150px;
    height: 150px;
  }

 .gs-apple-banner .gs-content .gs-text {
    font-size: 15px;
  }

  .gs-apple-banner .gs-photo img {
    display: block;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

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

  .gs-apple-banner{
    margin: 0px auto 30px auto;
    padding: 45px 0;
    background-size: 100px;
  }

  .gs-apple-banner .gs-content .gs-title {
    font-size: 49px;
    max-width: 200px;
    margin: 0 auto;
  }

  .gs-apple-banner .gs-exclude{
    max-width: 240px;
    margin: 0 auto;
  }

  .gs-apple-banner .gs-photo img {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

  .gs-apple-banner::before {
    width: 100px;
    height: 100px;
  }

}


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


.gs-gift-card{
  width: 100%;
  max-width: 1358px;
  margin: 0 auto;
  border-radius: 24px;
  background: #80DEFF;
  padding: 32px 42px 33px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.gs-gift-card .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
  opacity: 0;
  display: block;
}

.gs-gift-card .gs-content{
  text-align: left;
}

.gs-gift-card .gs-title{
  color: #282828;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; 
  letter-spacing: -0.64px;
  padding: 32px 0;
}

.gs-gift-card .gs-more{
  padding: 16px 22px;
  border-radius: 16px;
  background: #444;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px; 
  letter-spacing: 0.72px;
  max-width: 315px;
  transition: all 300ms;
}

.gs-gift-card:hover .gs-more{
  opacity: 0.8;
}

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

  .gs-gift-card{
    max-width: 94.31vw;
    border-radius: 1.67vw;
    padding: 2.23vw 2.92vw 2.30vw 8.34vw;
    gap: 1.39vw;
  }

  .gs-gift-card .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
    padding: 2.23vw 0;
  }

  .gs-gift-card .gs-more{
    padding: 1.12vw 1.53vw;
    border-radius: 1.12vw;
    font-size: 1.67vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
    max-width: 21.88vw;
  }
}
@media screen and (max-width: 959px) {
  .gs-gift-card {
    padding: 32px 11px 33px 33px;
    gap: 0px;
  }

  .gs-gift-card .gs-title{
    font-size: 28px;
  }
  .gs-gift-card .gs-more {
    padding: 13px 19px;
    border-radius: 16px;
    font-size: 21px;
    line-height: 27.732px;
    max-width: 306px;
  }
}
@media screen and (max-width: 767px) {

  .gs-gift-card{
    flex-direction: column-reverse;
    padding: 32px 20px;
    gap: 30px;

    border-radius: 0px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

   .gs-gift-card .gs-logo{
    max-width: 200px;
    margin: 0 auto;
   }

   .gs-gift-card .gs-title {
    font-size: 24px;
    text-align: center;
  }

  .gs-gift-card .gs-more {
    padding: 11px 15px;
    border-radius: 16px;
    font-size: 17px;
    line-height: 27.732px;
    max-width: 257px;
    margin: 0 auto;
  }

}


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


.gs-gplus{
 border-radius: 24px;
  background: #093A91;
  width: 100%;
  max-width: 1358px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 0;
}

.gs-gplus .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
  opacity: 0;
  display: block;
}

.gs-gplus .gs-photo{
  width: 795px;
}

.gs-gplus .gs-photo img{
  display: block;
  width: 100%;
}


.gs-gplus .gs-content{
  color: #fff;
  width: 542px;
  text-align: center;
}


.gs-gplus .gs-title{
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; 
  letter-spacing: -0.64px;
}

.gs-gplus .gs-text{
  padding: 38px 0 58px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 120%; 
  letter-spacing: -0.48px;
}

.gs-gplus .gs-more{
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px; 
  letter-spacing: 0.72px;
  transition: all 300ms;
  max-width: 436px;
  margin: 0 auto;
}

.gs-gplus:hover .gs-more{
  opacity: 0.8;
}


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

 .gs-gplus{
    border-radius: 1.67vw;
    max-width: 94.31vw;
    padding: 0 2.09vw 0 0;
  }

  .gs-gplus .gs-photo{
    width: 55.21vw;
  }

  .gs-gplus .gs-content{
    width: 37.64vw;
  }

  .gs-gplus .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.04vw;
  }

  .gs-gplus .gs-text{
    padding: 2.64vw 0 4.03vw 0;
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-gplus .gs-more{
    padding: 1.12vw 1.39vw;
    border-radius: 1.12vw;
    font-size: 1.67vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
    max-width: 30.28vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-gplus .gs-title {
    font-size: 28px;
}

  .gs-gplus .gs-text {
    padding: 11px 0 24px 0;
    font-size: 20px;
  }

  .gs-gplus .gs-more {
    padding: 10px 10px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 27.732px;
    max-width: 306px;
    border-radius: 12px;
  }

  .gs-gplus br{
    display: none;
  }

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

  .gs-gplus{
    flex-direction: column;
    padding: 0px;
    border-radius: 0px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .gs-gplus .gs-photo{
    width: 100%;
  }

  .gs-gplus .gs-content{
    padding: 12px 20px 32px 20px;
    width: 100%;
  }

}


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





.gs-categories{
  max-width: 1126px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 60px 0 0 0;
  background: url("../images/icon-easter-lines.svg") no-repeat center top;
  background-size: 176px auto ;
}

.gs-categories .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin: 10px 0 0 0;
  position: relative;
}

.gs-categories .gs-items .gs-item{
  
  width: calc(25% - 12px);
  min-height: 260px;
  position: relative; 
  z-index: 2;

  border-radius: 16px;
  border: 2px solid #990707;
  background: rgba(255, 237, 220, 0.50);
  backdrop-filter: blur(8.449999809265137px);



}

.gs-categories .gs-items .gs-item.gs-has-links{
   width: calc(50% - 8px);
   display: inline-flex;
   justify-content: space-between;
   align-items: stretch;
}

.gs-categories .gs-items .gs-item .gs-item-content{
  padding: 0px 0 0 0; 
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

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

.gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
  width: 45%;
  text-align: center;
}

.gs-categories .gs-items .gs-item .gs-item-links{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 25px 0 0px;
}



.gs-categories .gs-items .gs-item .gs-item-links a,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
  display: block;
  color: #FFEDDC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: #990707;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  transition: all 300ms;
  cursor: pointer;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min a{
  width: calc(100% - 5px);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url("../images/icon-arrow-more.svg") no-repeat center center;
    background-size: contain;
    margin: -3px 0 0px 2px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover::after{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
  display: none;
  background-image: url("../images/icon-arrow-back.svg");
   margin: -3px 2px 0 0px ;
}

.gs-categories .gs-items .gs-item .gs-item-links a:hover,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover{
  opacity: 0.8;
}

.gs-categories .gs-items .gs-item .gs-item-icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.gs-categories .gs-items .gs-item .gs-item-icon img{
  display: block;
  width: auto;
  margin: 0 auto;
  height: 160px;
}
.gs-categories .gs-items .gs-item .gs-item-title{
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.gs-categories .gs-items .gs-item .gs-multi-links{
  width: 100%;
}

.gs-categories .gs-items .gs-item .gs-multi-links .gs-multi-links-items{
  display: none;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active > a,
.gs-categories .gs-items .gs-item .gs-item-links.gs-active > .gs-min{
  display: none;
} 

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover::before{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::after{
  display: none;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::before{
  display: inline-block;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 0 0 0;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a{
  font-size: 15px;
}

.gs-categories .gs-items .gs-item.gs-all{
  width: calc(50% - 8px);
  height: 100%;
  align-content: center;
  color: #282828;

  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

}

.gs-categories .gs-items .gs-item.gs-all img{
  width: 176px;
  display: block;
}

.gs-categories .gs-items .gs-item.gs-all .gs-all-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text{
  font-size: 24px;
  font-style: normal;
  
  line-height: 120%; 
  margin: 0 auto -9px auto;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text strong{
  font-weight: 700;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-more{
  padding: 12px 40px;
  border-radius: 10px;
  background: #990707;
  color: #FFEDDC;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
}

.gs-categories .gs-items .gs-item.gs-all:hover .gs-all-content .gs-all-content-more{
  opacity: 0.8;
}



.gs-categories .gs-elem{
  position: absolute;
}

.gs-categories .gs-elem img{
  display: block;
  width: 100%;
}

.gs-categories .gs-elem.gs-lm1{
  width: 293px;
  left: 25px;
   transform: translate(-100%, -30%);
}

.gs-categories .gs-elem.gs-lm2 {
    width: 251px;
    transform: translate(100%, -38%);
    right: 26px;
    z-index: -1;
}

.gs-categories .gs-elem.gs-lm3{
  width: 281px;
   transform: translate(-100%, -70%);
   left: 20px;
}

.gs-categories .gs-elem.gs-lm4{
  width: 206px;
  transform: translate(100%, -15%);
  right: 30px;
}



.gs-categories .gs-items .gs-icon{
  position: absolute;
  left: -135px;
  top: 70px;
  width: 200px;
  z-index: 1;
}

.gs-categories .gs-items .gs-icon img{
  display: block;
  width: 100%;
}


.gs-categories .gs-items .gs-icon.gs-i2{
 left: auto;
 right: -125px;
 top: 40%;
 width: 182px;
}

.gs-categories .gs-items .gs-icon.gs-i3 {
    top: 60%;
    width: 179px;
    left: -115px;
}

.gs-categories .gs-items .gs-icon.gs-i4 {
    top: 89%;
    left: auto;
    right: -92px;
    width: 162px;
}

.gs-categories .gs-sub-links{
  border-radius: 8px;
  background: #990707;
  padding: 5px;
  width: 100%;
}

.gs-categories .gs-sub-links .gs-sub-links-title{
  color: #FFEDDC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 3px 16px 10px 16px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items a{
  border-radius: 6px;
  background: #FFEDDC;
  color: #990707;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  display: inline-block;
  padding: 2px 10px;
}



.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links a.gs-min2{
  width: calc(50% - 2px);
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
   .gs-categories{
    max-width: 78.20vw;
    padding: 4.17vw 0 0 0;
    background-size: 12.23vw auto;
  }

  .gs-categories .gs-items{
    gap: 1.12vw;
    margin: 0.70vw 0 0 0;
  }

  .gs-categories .gs-items .gs-item{
    width: calc(25% - 0.84vw);
    min-height: 18.06vw;
    border-radius: 1.12vw;
    border: 0.14vw solid #990707;
    backdrop-filter: blur(0.59vw);
  }

  .gs-categories .gs-items .gs-item.gs-has-links{
    width: calc(50% - 0.56vw);
  }

  .gs-categories .gs-items .gs-item .gs-item-content{
    gap: 1.12vw;
  }
  .gs-categories .gs-items .gs-item .gs-item-links{
    gap: 0.70vw;
    padding: 0 1.74vw 0 0.00vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a,
  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
    font-size: 1.25vw;
    padding: 0.35vw 0.70vw;
    border-radius: 0.56vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min{
    gap: 0.70vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min a{
    width: calc(100% - 0.35vw);
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after,
  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
    width: 0.84vw;
    height: 1.05vw;
    margin: -0.20vw 0 0.00vw 0.14vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
    margin: -0.20vw 0.14vw 0 0.00vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon img{
    height: 11.12vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items{
    gap: 0.84vw;
    padding: 0.84vw 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a{
    font-size: 1.05vw;
  }

  .gs-categories .gs-items .gs-item.gs-all{
    width: calc(50% - 0.56vw);
  }
  .gs-categories .gs-items .gs-item.gs-all img{
    width: 12.23vw;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content{
    gap: 1.74vw;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-text{
    font-size: 1.67vw;
    margin: 0 auto -0.62vw auto;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-more{
    padding: 0.84vw 2.78vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
  }

  .gs-categories .gs-elem.gs-lm1{
    width: 20.35vw;
    left: 1.74vw;
  }

  .gs-categories .gs-elem.gs-lm2{
    width: 17.44vw;
    right: 1.81vw;
  }

  .gs-categories .gs-elem.gs-lm3{
    width: 19.52vw;
    left: 1.39vw;
  }

  .gs-categories .gs-elem.gs-lm4{
    width: 14.31vw;
    right: 2.09vw;
  }
  .gs-categories .gs-items .gs-icon{
    left: -9.37vw;
    top: 4.87vw;
    width: 13.89vw;
  }

  .gs-categories .gs-items .gs-icon.gs-i2{
    right: -8.68vw;
    width: 12.64vw;
  }

  .gs-categories .gs-items .gs-icon.gs-i3{
    width: 12.44vw;
    left: -7.98vw;
  }

  .gs-categories .gs-items .gs-icon.gs-i4{
    right: -6.38vw;
    width: 11.25vw;
  }

    .gs-categories .gs-sub-links{
    border-radius: 0.56vw;
    padding: 0.35vw;
  }

  .gs-categories .gs-sub-links .gs-sub-links-title{
    font-size: 1.25vw;
  }

   .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items{
    gap: 0.28vw;
    padding: 0.21vw 1.12vw 0.70vw 1.12vw;
  }

   .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items a{
    border-radius: 0.42vw;
    font-size: 1.12vw;
    padding: 0.14vw 0.70vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links a.gs-min2{
    width: calc(50% - 0.14vw);
  }
}
@media screen and (max-width: 959px){

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

  .gs-categories .gs-items .gs-item.gs-has-links{
    width: 100%;
  }


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


}

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

  .gs-categories{
    padding-top: 40px;
  }

  .gs-categories .gs-items{
    gap: 10px;
  }


  .gs-categories .gs-items .gs-item{
    min-height: 164px;
    width: calc(50% - 5px);
  }

  .gs-categories .gs-items .gs-item .gs-item-content{
    padding: 5px 0 0 0;
    gap: 8px;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon{
    min-height: 100px;
    
    overflow: hidden;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon img{
    height: 100px;
    width: auto;
  }

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

  .gs-categories .gs-items .gs-item .gs-item-links a, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
    font-size: 11px;
    padding: 4px 5px;
    border-radius: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    padding: 12px;
    gap: 4px;
  }


  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 5px;
    height: 10px;
    margin: -3px 0 0px 2px;
  }




  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a,
  .gs-categories .gs-items .gs-item .gs-item-links a, 
  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title {
    font-size: 14px;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items {
    gap: 4px;
    padding: 4px 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min{
    gap: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 6px;
    height: 10px;
    margin: -2px 2px 0px 0px;
  }

  .gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
    width: 45%;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    width: 55%;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content{
    padding: 20px;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content img{
    width: 184px;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-text {
      font-size: 20px;
      margin: 0 auto -9px auto;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-more {
      padding: 10px 36px;
      font-size: 16px;
  }



/*
  .gs-categories .gs-items .gs-item.gs-i1{ order: 1; }
  .gs-categories .gs-items .gs-item.gs-i2{ order: 2; }
  .gs-categories .gs-items .gs-item.gs-i4{ order: 3; }
  .gs-categories .gs-items .gs-item.gs-i3{ order: 4; }
  .gs-categories .gs-items .gs-item.gs-i8{ order: 5; }
  .gs-categories .gs-items .gs-item.gs-i6{ order: 6; }
  .gs-categories .gs-items .gs-item.gs-i7{ order: 7; }
  .gs-categories .gs-items .gs-item.gs-i5{ order: 8; }
  .gs-categories .gs-items .gs-item.gs-i9{ order: 9; }  
  .gs-categories .gs-items .gs-item.gs-i13{ order: 10; }
  .gs-categories .gs-items .gs-item.gs-i15{ order: 11; }
  .gs-categories .gs-items .gs-item.gs-i14{ order: 12; }
  .gs-categories .gs-items .gs-item.gs-i11{ order: 13; }
  .gs-categories .gs-items .gs-item.gs-i10{ order: 14; }
   .gs-categories .gs-items .gs-item.gs-i12{ order: 15; }
  .gs-categories .gs-items .gs-item.gs-i16{ order: 16; }
  .gs-categories .gs-items .gs-item.gs-i17{ order: 17; }
  .gs-categories .gs-items .gs-item.gs-i18{ order: 18; }  
  .gs-categories .gs-items .gs-item.gs-i19{ order: 19; }
*/



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

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


.gs-bottom-links{
  
  padding: 60px 0 0 0;
  position: relative;

  background: url("../images/icon-easter-lines.svg") no-repeat center top;
  background-size: 176px auto ;

}

.gs-bottom-links::before{
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 0 0 587px;
  top: 55%;
  transform: translate(0, -50%);
  width: 136px;
  height: 108px;
  background: url("../images/bg-bottom-links.webp") no-repeat center center;
  background-size: contain;
}



.gs-bottom-links h2.gs-sec-title{
  padding: 0 0 40px 0;
  font-size: 32px;
  color: #28225E;
  text-align: center;
  line-height: 110%;
}

.gs-bottom-links .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item{

  padding: 24px 10px;
  width: 204px;
  height: 161px;
  position: relative;
  transition: all 300ms;
  border-radius: 12px;
  border: 1.5px solid #990707;
  background: #FFEDDC;
  transition: all 300ms;
}

@media screen and (min-width: 960px){
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #990707;
  }
}


.gs-bottom-links .gs-items .gs-item:hover{
  
}

.gs-bottom-links .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
}

.gs-bottom-links .gs-items .gs-item .gs-item-icon img{
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 12px 0 0 0;
  color: #282828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.348px;
  font-weight: 700;
}




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

  .gs-bottom-links{
    padding: 4.17vw 0 0 0;
    background-size: 12.23vw auto;
  }

  .gs-bottom-links::before{
    margin: 0 0 0 40.77vw;
    width: 9.45vw;
    height: 7.50vw;
  }
   .gs-bottom-links h2.gs-sec-title{
    padding: 0 0 2.78vw 0;
    font-size: 2.23vw;
  }

  .gs-bottom-links .gs-items{
    gap: 1.12vw;
    max-width: 63.89vw;
  }

    .gs-bottom-links .gs-items .gs-item{
    padding: 1.67vw 0.70vw;
    width: 14.17vw;
    height: 11.19vw;
    border-radius: 0.84vw;
    border: 0.11vw solid #990707;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon img{
    height: 3.34vw;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0.84vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: translate(-0.27vw, -0.27vw);
    box-shadow: 0.28vw 0.28vw 0 #990707;
  }

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


  .gs-bottom-links .gs-items{
    gap: 10px;
  }

  .gs-bottom-links h2.gs-sec-title {
    font-size: 20px;
  }

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

  .gs-bottom-links{
    padding: 0 20px;
    background: url("../images/bg-bottom-links-mob.webp") no-repeat center center;
    background-size: 100% auto;

    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .gs-bottom-links h2.gs-sec-title {
    padding: 0 0 24px 0;
    font-size: 24px;
    margin: 0px;
}

.gs-bottom-links h2.gs-sec-title  br{
  display: none;
}

  .gs-bottom-links .gs-title {
    padding: 0 0 24px 0;
  }

  .gs-bottom-links .gs-items .gs-item{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding: 0px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon{
    width: 120px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-icon img{
    height: 46px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0px;
    text-align: left;
    font-size: 17px;
  }


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

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

.gs-faq{
  text-align: center;
  padding: 44px 0 0px 0;
  background: url("../images/icon-easter-lines.svg") no-repeat center top;
  background-size: 176px auto ;
  margin: 10px auto 0 auto;
}

.gs-faq .gs-title{
  color: #28225E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.84px;
  padding: 0 0 26px 0;
}

.gs-faq .gs-items{
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.gs-faq .gs-items .gs-item{
  width: 100%;
  color: #282828;

  border-radius: 12px;
  background: rgba(255, 221, 156, 0.50);

}


.gs-faq .gs-items .gs-item .gs-item-q{
  display: block;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  border: 0px;
  width: 100%;
  padding: 22px 70px 22px 24px;
  border-radius: 10px;
  background: none;
  cursor: pointer;
  position: relative;
}

.gs-faq .gs-items .gs-item .gs-item-q h1,
.gs-faq .gs-items .gs-item .gs-item-q h2,
.gs-faq .gs-items .gs-item .gs-item-q h3,
.gs-faq .gs-items .gs-item .gs-item-q h4,
.gs-faq .gs-items .gs-item .gs-item-q h5,
.gs-faq .gs-items .gs-item .gs-item-q h6{
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  padding: 0px;
}


.gs-faq .gs-items .gs-item .gs-item-q::before{
  content: "";
  position: absolute;
  background: rgba(0,0,0,1);
  left: 24px;
  bottom: 0px;
  width: calc(100% - 94px);
  height: 1px;
  opacity: 0;
  transition: all 300ms;
}

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::before{
  opacity: 1;
}


.gs-faq .gs-items .gs-item .gs-item-q::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: url("../images/icon-faq.svg") no-repeat center center ;
  background-size: contain;
  transition: all 300ms;
}

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::after{
  transform: translate(0, -50%) rotate(45deg);
}

.gs-faq .gs-items .gs-item .gs-item-ans{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 70px 22px 24px;

  display: none;
}

.gs-faq .gs-items .gs-item .gs-item-ans h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.gs-faq .gs-items .gs-item .gs-item-ans a{
  text-decoration: underline;
  font-weight: 700;
}




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

  .gs-faq{
    padding: 3.06vw 0 0.00vw 0;
    background-size: 12.23vw auto;
    margin: 0.70vw auto 0 auto;
  }
  .gs-faq .gs-title{
    font-size: 2.23vw;
    letter-spacing: 0.06vw;
    padding: 0 0 1.81vw 0;
  }

  .gs-faq .gs-items{
    width: calc(100% - 2.78vw);
    max-width: 76.39vw;
    gap: 1.12vw;
  }

  .gs-faq .gs-items .gs-item{
    border-radius: 0.70vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 1.67vw;
    padding: 1.53vw 4.87vw 1.53vw 1.67vw;
    border-radius: 0.70vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after{
    right: 1.39vw;
    width: 1.81vw;
    height: 1.81vw;
  }

   .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 1.39vw;
    padding: 0.70vw 4.87vw 1.53vw 1.67vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 1.39vw;
  }

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

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

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 16px;
  }

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

  .gs-faq{
    
  }

 .gs-faq .gs-title {
    font-size: 20px;
    line-height: 120%;
}

.gs-faq .gs-title br{
  display: none;
}

  .gs-faq .gs-items {
    width: 100%;
  }

  .gs-faq .gs-items .gs-item {
    padding: 24px 15px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q {
    font-size: 20px;
    padding: 0 55px 0 0;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after {
    content: "";
    width: 26px;
    height: 26px;
    right: 10px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 0px 0px 0px;
  }

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


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



.gs-disclaimer{
  text-align: center;
  font-size: 20px;
  line-height: normal;
  width: 100%;
  padding: 0px 25px 45px 25px;
  max-width: 1011px;
  margin: 0 auto;
  color: #000;
  line-height: 120%;
}

.gs-disclaimer p{
  margin: 0px;
  padding: 0 0 20px 0;
}

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


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-disclaimer{
    font-size: 1.39vw;
    padding: 0.00vw 1.74vw 3.13vw 1.74vw;
    max-width: 70.21vw;
  }

  .gs-disclaimer p{
    padding: 0 0 1.39vw 0;
  }

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

  .gs-disclaimer{
    font-size: 18px;
    padding: 0px 20px 20px 20px;
  }

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

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

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



.gs-blog{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  position: relative;
}

.gs-blog::before{
  content: "";
  position: absolute;
  left: -187px;
  bottom: 0px;
  width: 79px;
  height: 108px;
  background: url("../images/bg-blog.webp") no-repeat center center;
  background-size: contain;
}



.gs-blog .gs-photo{
  width: calc(69% - 8px);
}

.gs-blog .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 2px solid #990707;

}

.gs-blog .gs-side{
  width: calc(31% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.gs-blog .gs-side .gs-logo-gblog{
  border-radius: 16px;
  padding: 14px 16px 10px 16px;
  width: 100%;
  background: #FFEDDC;
  border: 2px solid #990707;
}


.gs-blog .gs-side .gs-logo-gblog img{
  display: block;
  height: 41px;
  margin: 0 auto;
}

.gs-blog .gs-side .gs-content{
  border-radius: 16px;
  background: #FFEDDC;
  border: 2px solid #990707;
  padding: 28px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 24px;
  color: #282828;
}

.gs-blog .gs-side .gs-content .gs-title{
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  color: #282828;
  max-width: 280px;
  margin: 0 auto;
}

.gs-blog .gs-side .gs-content .gs-text{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
}


.gs-blog .gs-side .gs-more{
  display: block;
  padding: 0px 24px;
  border-radius: 10px;
  border: 2px solid #990707;
  color: #FFEDDC;
  font-size: 21px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  transition: all 200ms;
  text-decoration: none;
  width: 100%;
  background: #990707;
  text-align: center;
}

.gs-blog .gs-side .gs-more:hover{
  opacity: 0.8;
}

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

   .gs-blog{
    max-width: 76.39vw;
    gap: 1.12vw;
  }

  .gs-blog::before{
    left: -12.98vw;
    width: 5.49vw;
    height: 7.50vw;
  }

  .gs-blog .gs-photo{
    width: calc(69% - 0.56vw);
  }

  .gs-blog .gs-photo img{
    border-radius: 0.84vw;
    border: 0.14vw solid #990707;
  }

  .gs-blog .gs-side{
    width: calc(31% - 0.56vw);
    gap: 1.12vw;
  }

  .gs-blog .gs-side .gs-logo-gblog{
    border-radius: 1.12vw;
    padding: 0.98vw 1.12vw 0.70vw 1.12vw;
    border: 0.14vw solid #990707;
  }

  .gs-blog .gs-side .gs-logo-gblog img{
    height: 2.85vw;
  }

  .gs-blog .gs-side .gs-content{
    border-radius: 1.12vw;
    border: 0.14vw solid #990707;
    padding: 1.95vw 1.39vw;
    gap: 1.67vw;
  }

  .gs-blog .gs-side .gs-content .gs-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    max-width: 19.45vw;
  }

  .gs-blog .gs-side .gs-content .gs-text{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }

  .gs-blog .gs-side .gs-more{
    padding: 0.00vw 1.67vw;
    border-radius: 0.70vw;
    border: 0.14vw solid #990707;
    font-size: 1.46vw;
    line-height: 5.00vw;
    letter-spacing: -0.01vw;
  }

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

  .gs-blog{
    padding: 0 0px;
  }

  .gs-blog .gs-side .gs-content .gs-title{
    font-size: 22px;
  }

  .gs-blog .gs-photo img{
    min-height: 300px;
    object-fit: cover;
  }


  .gs-blog{
    flex-direction: column;
    padding-top: 74px;
    position: relative;
  }

  .gs-blog .gs-photo{
    width: 100%;
  }

  .gs-blog .gs-side{
    width: 100%;
  }

  .gs-blog .gs-side .gs-logo-gblog{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 0px);
  }

  


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


  .gs-blog,
  .gs-blog .gs-side{
    gap: 10px;
  }

  .gs-blog .gs-photo img {
    min-height: 0px;
  }
    .gs-blog .gs-side .gs-content .gs-title {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;

  }

  .gs-blog .gs-side .gs-content .gs-title br{
    display: none;
  }


  .gs-blog .gs-side .gs-more {
    line-height: 66px;
  }
}
@media screen and (max-width: 374px){}

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


.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: 864px;
  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;
  text-decoration: none;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 374px){}

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



.gs-insurance{
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 10px auto;
  position: relative;
}


.gs-insurance picture img{
  display: block;
  width: 100%;
   border-radius: 12px;
}


.gs-insurance .gs-inner-wrapper{
  
  align-content: center;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;

  padding: 50px 0 40px 0;
  padding: 0px;
}

.gs-insurance .gs-title{
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  padding: 0 0 20px 0;

  color: #990707;

}

.gs-insurance .gs-title img{
  max-width: 530px;
  margin: 5px auto 0 auto;
  display: block;
}

.gs-insurance .gs-text{
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

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

.gs-insurance .gs-items .gs-item{
  width: 473px;
  border-radius: 14px;
  border: 2px solid #990707;
  padding: 32px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #28225E;
  position: relative;

 background: #FFEDDC;

}


.gs-insurance .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 3;
   border-radius: 10px;
}

.gs-insurance .gs-items .gs-item .gs-item-icon img{
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
}

.gs-insurance .gs-items .gs-item .gs-item-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.48px;
}

.gs-insurance .gs-items .gs-item .gs-item-text{
  font-size: 20px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.48px;
  align-content: center;
}

.gs-insurance .gs-items .gs-item .gs-item-more{
  padding: 10px 16.048px;
  border-radius: 10px;
  background: #990707;
  display: inline-block;
  font-weight: 700;
  color: #FFEDDC;
  font-size: 16px;
  font-style: normal;
  line-height: 126%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 300ms;
  min-width: 230px;
}

.gs-insurance .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.8;
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
 
    .gs-insurance{
    max-width: 78.48vw;
    margin: 0 auto 0.70vw auto;
  }

  .gs-insurance picture img{
    border-radius: 0.84vw;
  }

  .gs-insurance .gs-inner-wrapper{
    gap: 1.67vw;
    padding: 3.48vw 0 2.78vw 0;
  }

  .gs-insurance .gs-title{
    font-size: 2.50vw;
    padding: 0 0 1.39vw 0;
  }

    .gs-insurance .gs-title img{
    max-width: 36.81vw;
    margin: 0.35vw auto 0 auto;
  }

  .gs-insurance .gs-text{
    font-size: 1.67vw;
  }

  .gs-insurance .gs-items{
    gap: 1.12vw;
  }

  .gs-insurance .gs-items .gs-item{
    width: 32.85vw;
    border-radius: 0.98vw;
    border: 0.14vw solid #990707;
    padding: 2.23vw 0.70vw;
    gap: 1.67vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-lnk{
    border-radius: 0.70vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon img{
    height: 5.56vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 1.39vw;
    letter-spacing: -0.03vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-more{
    padding: 0.70vw 1.12vw;
    border-radius: 0.70vw;
    font-size: 1.12vw;
    letter-spacing: 0.05vw;
    min-width: 15.98vw;
  }
}
@media screen and (max-width: 959px){
  .gs-insurance {
    min-height: 70vw;
  } 

  .gs-insurance .gs-title{
    font-size: 26px;
  }

  .gs-insurance .gs-title img{
    width: 80%;
  }

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

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

  .gs-insurance .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .gs-insurance .owl-prev{
    width: 30px;
    height: 30px;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
  }

  .gs-insurance .owl-next{
    width: 30px;
    height: 30px;
    background: url("../images/icon-next.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
  }


}
@media screen and (max-width: 767px){
  .gs-insurance {
    min-height: 1vw;

  }

  .gs-insurance .gs-inner-wrapper {
    gap: 2vw;
    justify-content: flex-start;
    padding-top: 0vw;
    padding-bottom: 0px;
}

  .gs-insurance .gs-items{
    flex-direction: column;

    width: calc(100% - 4.2vw);
  }

  .gs-insurance .gs-items .gs-item{
    width: 100%;
    min-height: 93vw;
    height: auto;
    border-width: 1px;
    justify-content: flex-start;
    padding: 9vw 1vw;
    gap: 1vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon img {
    height: 20vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon{
    padding: 0 0 5vw 0;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 5vw;
    max-width: 69.3vw;
    margin: 0 auto;
    min-height: 32vw;
    line-height: 120%;
  }

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

  .gs-insurance .gs-title {
    font-size: 6.5vw;
  }

  .gs-insurance .gs-title img {
    width: 54vw;
  }

  .gs-insurance .gs-text {
    font-size: 4.8vw;
    margin: 0 auto;
    padding: 0 0 31vw 0;
}

  .gs-insurance .gs-text br:not(.gs-mob-br){
    display: none;
  }

  .gs-insurance .gs-items .gs-item .gs-item-more {
    padding: 2.66vw 4.26vw;
    font-size: 4.26vw;
    margin: 3.2vw auto 0 auto;
    min-width: 61.3vw;
  }






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

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


.gs-gift-cards{
  padding: 40px 0 0 0;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.gs-gift-cards::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 200px;
  width: 79px;
  height: 190px;
  background: url("../images/bg-giftcards.svg") no-repeat center center;
  background-size: contain;
}



.gs-gift-cards .gs-title{
  color: #990707;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding: 20px 0 0 0;
}

.gs-gift-cards .gs-text{
  color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 12px 0 30px 0;
}

.gs-gift-cards .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.gs-gift-cards .gs-items .gs-item{
  border-radius: 16px;
  border: 2px solid #990707;
  background: #FFDD9C url("../images/bg-giftcard1.webp") no-repeat center center;
  background-size: cover;
  width: 300px;
  min-height: 235px;
  align-content: center;
  position: relative;
  transition: all 300ms;
}

.gs-gift-cards .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-giftcard2.webp");  }
.gs-gift-cards .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-giftcard3.webp");  }

.gs-gift-cards .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-gift-cards .gs-items .gs-item .gs-item-title{
  color: #28225E;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

@media screen and (min-width: 960px){
  .gs-gift-cards .gs-items .gs-item:hover{
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #990707;
  }
}


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

  .gs-gift-cards{
    padding: 2.78vw 0 0 0;
    max-width: 100.00vw;
  }

  .gs-gift-cards::before{
    top: 13.89vw;
    width: 5.49vw;
    height: 13.20vw;
  }

  .gs-gift-cards .gs-title{
    font-size: 2.50vw;
    padding: 1.39vw 0 0 0;
  }

  .gs-gift-cards .gs-text{
    font-size: 1.67vw;
    padding: 0.84vw 0 2.09vw 0;
  }

  .gs-gift-cards .gs-items{
    gap: 0.70vw;
  }

  .gs-gift-cards .gs-items .gs-item{
    border-radius: 1.12vw;
    border: 0.14vw solid #990707;
    width: 20.84vw;
    min-height: 16.32vw;
  }

  .gs-gift-cards .gs-items .gs-item .gs-item-title{
    font-size: 1.95vw;
  }
  .gs-gift-cards .gs-items .gs-item:hover{
    transform: translate(-0.27vw, -0.27vw);
    box-shadow: 0.28vw 0.28vw 0 #990707;
  }
}
@media screen and (max-width: 959px){

  .gs-gift-cards .gs-items .gs-item {
    width: calc(33.33% - 5px);
    min-height: 24vw;
  }

  .gs-gift-cards::before{
    display: none;
  }

  .gs-gift-cards .gs-items .gs-item .gs-item-title{
    font-size: 22px;
  }

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

  .gs-gift-cards .gs-title {
    font-size: 24px;
}

  .gs-gift-cards .gs-text{
    font-size: 18px;
  }

  .gs-gift-cards .gs-items{
    flex-direction: column;
  }

  .gs-gift-cards .gs-items .gs-item{
    width: 100%;
    min-height: 36vw;
  }

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

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



.gs-easter-gifts{
  padding: 65px 0 0 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: url("../images/icon-easter-lines.svg") no-repeat center top;
  background-size: 176px auto ;
}

.gs-easter-gifts::before{
  content: "";
  position: absolute;
  right: 0px;
  top: 60px;
  width: 136px;
  height: 108px;
  background: url("../images/bg-eastergifts.svg") no-repeat center center;
  background-size: contain;
}

.gs-easter-gifts .gs-title{
  color: #990707;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding: 10px 0 0 0;
}

.gs-easter-gifts .gs-text{
  color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 12px 0 30px 0;
}

.gs-easter-gifts .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.gs-easter-gifts .gs-items .gs-item{
  border-radius: 16px;
  border: 2px solid #990707;
  background: #FFEDDC url("../images/bg-easter-gift1.webp") no-repeat center bottom;
  background-size: cover;
  width: 321px;
  height: 235px;
  position: relative;
  padding: 32px 12px 24px 12px;
  transition: all 300ms;
}

@media screen and (min-width: 960px){
  .gs-easter-gifts .gs-items .gs-item:hover{
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #990707;
  }
}

.gs-easter-gifts .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-easter-gift2.webp");  }
.gs-easter-gifts .gs-items .gs-item.gs-i3{ background-image: url("../images/bg-easter-gift3.webp");  }
.gs-easter-gifts .gs-items .gs-item.gs-i4{ background-image: url("../images/bg-easter-gift4.webp");  }




.gs-easter-gifts .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-easter-gifts .gs-items .gs-item .gs-item-title{
  color: #990707;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  text-transform: uppercase;
}

.gs-easter-gifts .gs-items .gs-item .gs-item-text{
  color: #28225E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px; 
  padding: 4px 0 0 0;
}


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

  .gs-easter-gifts{
    padding: 4.52vw 0 0 0;
    max-width: 100.00vw;
    background-size: 12.23vw auto;
  }

  .gs-easter-gifts::before{
    top: 4.17vw;
    width: 9.45vw;
    height: 7.50vw;
  }

  .gs-easter-gifts .gs-title{
    font-size: 2.50vw;
    padding: 0.70vw 0 0 0;
  }

  .gs-easter-gifts .gs-text{
    font-size: 1.67vw;
    padding: 0.84vw 0 2.09vw 0;
  }

  .gs-easter-gifts .gs-items{
    gap: 0.70vw;
  }

  .gs-easter-gifts .gs-items .gs-item{
    border-radius: 1.12vw;
    border: 0.14vw solid #990707;
    width: 22.30vw;
    height: 16.32vw;
    padding: 2.23vw 0.84vw 1.67vw 0.84vw;
  }

  .gs-easter-gifts .gs-items .gs-item .gs-item-title{
    font-size: 2.23vw;
  }

  .gs-easter-gifts .gs-items .gs-item .gs-item-text{
    font-size: 1.67vw;
    line-height: 1.93vw;
    padding: 0.28vw 0 0 0;
  }

   .gs-easter-gifts .gs-items .gs-item:hover{
    transform: translate(-0.27vw, -0.27vw);
    box-shadow: 0.28vw 0.28vw 0 #990707;
  }

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

  .gs-easter-gifts .gs-items{
    flex-wrap: wrap;
  }

  .gs-easter-gifts .gs-items .gs-item{
    width: calc(50% - 5px);
    height: 250px;
  }

  .gs-easter-gifts .gs-items .gs-item .gs-item-title{
    font-size: 28px;
  }

  .gs-easter-gifts .gs-items .gs-item .gs-item-text{
    font-size: 20px;
  }

  .gs-easter-gifts::before {
    content: "";
    position: absolute;
    right: -21px;
    top: 60px;
    width: 88px;
    height: 108px;
  }


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

  .gs-easter-gifts::before {
    content: "";
    position: absolute;
    right: -21px;
    top: 57px;
    width: 57px;
    height: 52px;
  }


  .gs-easter-gifts .gs-title{
    font-size: 24px;
  }

  .gs-easter-gifts .gs-text{
    font-size: 20px;
    max-width: 320px;
    margin: 0 auto;
  }

  .gs-easter-gifts .gs-items{
    display: block;
    width: calc(100% + 40px);
    margin: 0 -20px;
    white-space: nowrap;
    overflow: auto;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gs-easter-gifts .gs-items::-webkit-scrollbar {
  display: none;
}


  .gs-easter-gifts .gs-items .gs-item{
    width: 321px;
    display: inline-block;
    min-height: 235px;
    margin: 0 10px 0 0;
  }




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

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








































