@charset "utf-8";


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


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-page .gs-mob{
  display:none;
}

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

.gs-page *{
  line-height:normal;
  -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:#000;
  font-size:17px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
  background: #fff;
}


.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: underline;
}

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

@media screen and (max-width: 767px) {
  
  .gs-page img.gs-img-4desk{
    display: none !important;
  }
  .gs-page img.gs-img-4mob{
    display: block !important;
  }

}


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





.gs-form{
  background: #FFDFD6;
  padding: 40px 24px;
  color: #282828;
  text-align: center;
}

.gs-form .gs-title{
  font-size: 28px;
  line-height: 130%;
  padding: 0 0 40px 0;
  font-weight: 700;
  color: #282828;
}

.gs-form .gs-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}

.gs-form .gs-row .gs-col{
  border-radius: 16px;
  background: #9BC9E9;

  padding: 40px 48px;
  width: 760px;
  text-align: left;
}

.gs-form .gs-row .gs-col.gs-first{
  padding-right: 35px;
}

.gs-form .gs-row .gs-col.gs-last{
  width: 500px;
}

.gs-form .gs-steps {
  color: #282828;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  padding: 0 0 20px 0;
}

.gs-form .gs-steps strong{
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.44px;
  display: block;
  padding: 0 0 8px 0;
  text-align: left
}


.gs-form .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 40px 0;
}

.gs-form .gs-items .gs-item{
  
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  position: relative;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px 0 12px;
  min-height: 52px;
  border: 2px solid #fff;

}

.gs-form .gs-items .gs-item.gs-active{
  border-color: #004383;
}

.gs-form .gs-items .gs-item .gs-bt{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  font-size: 0px;
  opacity: 0;
}

.gs-form .gs-items .gs-item .gs-item-title{
  font-size: 13px;
  line-height: 130%;
  color: #004383;
}

.gs-form .gs-items .gs-item input[type="checkbox"],
.gs-form .gs-items .gs-item label{
  opacity: 0;
  position: absolute;
  left: -1000px;
  left: -1000px;
}

.gs-form .gs-check-all{
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: auto;
  min-height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 56px;

  color: #004383;

  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
}

.gs-form .gs-check-all::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/icon-all.svg") no-repeat center center;
  background-size: contain;
  margin: 0 20px 0 0;
}

.gs-form .gs-check-all.gs-active::before{
  background-image: url("../images/icon-all-sel.svg");
}







.gs-form .gs-form-wrapper{
 
  margin: 0 auto;
  padding: 0px;
  font-size: 13px;
  color: #1C1C1C;
}

.gs-form  .gs-form-wrapper .gs-form-row{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col{
  display: block;
  width: 100%;
  padding: 0px;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input{
  width: 100%;
  background: none;
  border: 1px solid #1C1C1C;
  box-sizing: border-box;
  border-radius: 7px;
  height: 47px;
  line-height: 45px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1C1C1C;
  padding: 0 10px;
  outline: none;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input.gs-error{
  border-color: #ff0000;
}

.gs-form  .gs-error-message{
  display: none;
  color: #ff0000;
  padding: 5px 0 0 0;
}

.gs-form  .gs-error-message.gs-active{
  display: block;
}

.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col label{
  /*display: none;*/
  padding: 0 0 0px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.gs-form  input[type="submit"]{
 display: block;
  padding: 8px 25px;
  border-radius: 4px;
  background: #131313;
  border: 0px;
  width: 130px;
  color: #FFF;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;

  cursor: pointer;
}

.gs-form  input[type="submit"]:hover{
  opacity: 0.8;
}


.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input::-webkit-input-placeholder { 
   color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input::-moz-placeholder { 
  color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input:-ms-input-placeholder { 
  color: #1C1C1C;
   opacity: 1;
}
.gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input:-moz-placeholder {
  color: #1C1C1C;
   opacity: 1;
}

.gs-form .gs-error-categories{
  color: #ff0000;
  display: none;
  padding: 10px 0 ;
}

.gs-form .gs-error-categories.gs-active{
  display: block;
}

.gs-form .gs-terms{
  text-align: left;
  padding: 20px 0 0 26px;
  font-size: 13px;
}

.gs-form .gs-terms > a{
  text-decoration: underline;
}

.gs-form .gs-terms .prettycheckbox{
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 -26px;
  float: left;
}

.gs-form .gs-terms .prettycheckbox a{
  width: 18px;
  height: 18px;
  border: 1px solid #1C1C1C;
  border-radius: 5px;
  display: block;
  text-decoration: none !important;
  position: relative;
}

.gs-form .gs-terms.error .prettycheckbox a{
  border-color: #ff0000;
}

.gs-form .gs-terms .prettycheckbox a.checked::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1C1C1C;
  border-radius: 3px;
}

.gs-form  .gs-required{
  padding: 10px 0 0 0;
}


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


  .gs-form{
    padding: 2.78vw 1.67vw;
  }

  .gs-form .gs-title{
    font-size: 1.94vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-form .gs-row{
    gap: 1.67vw;
  }

  .gs-form .gs-row .gs-col{
    border-radius: 1.11vw;
    padding: 2.78vw 3.33vw;
    width: 52.78vw;
  }

  .gs-form .gs-row .gs-col.gs-first{
    padding-right: 2.40vw;
  }

  .gs-form .gs-row .gs-col.gs-last{
    width: 34.72vw;
  }

  .gs-form .gs-steps {
    font-size: 0.97vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-form .gs-steps strong{
    font-size: 1.53vw;
    padding: 0 0 0.56vw 0;
  }


  .gs-form .gs-items{
    gap: 1.11vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-form .gs-items .gs-item{
    border-radius: 0.42vw;
    padding: 0 1.11vw 0 0.83vw;
    min-height: 3.61vw;
  }

  .gs-form .gs-items .gs-item .gs-item-title{
    font-size: 0.9vw;
  }

  .gs-form .gs-check-all{
    border-radius: 0.42vw;
    min-height: 3.61vw;
    line-height: 3.61vw;
    padding: 0 3.89vw;
    font-size: 1.04vw;
  }

  .gs-form .gs-check-all::before{
    width: 1.67vw;
    height: 1.67vw;
    margin: 0 1.39vw 0 0;
  }

  .gs-form .gs-form-wrapper{
    font-size: 0.9vw;
  }

  .gs-form  .gs-form-wrapper .gs-form-row{
    gap: 1.11vw;
  }

  .gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input{
    border-radius: 0.49vw;
    height: 3.26vw;
    line-height: 3.12vw;
    font-size: 0.97vw;
    padding: 0 0.69vw;
  }

  .gs-form  .gs-error-message{
    padding: 0.35vw 0 0 0;
  }


  .gs-form  input[type="submit"]{
    padding: 0.56vw 1.74vw;
    border-radius: 0.28vw;
    border: 0px;
    width: 9.03vw;
    font-size: 0.97vw;
  }

  .gs-form .gs-error-categories{
    padding: 0.69vw 0 ;
  }

  .gs-form .gs-terms{
    padding: 1.39vw 0 0 1.81vw;
    font-size: 0.9vw;
  }

  .gs-form .gs-terms .prettycheckbox{
    margin: 0.14vw 0.35vw 0 -1.81vw;
  }

  .gs-form .gs-terms .prettycheckbox a{
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.35vw;
  }

  .gs-form .gs-terms .prettycheckbox a.checked::after{
    width: 0.69vw;
    height: 0.69vw;
    border-radius: 0.21vw;
  }

  .gs-form  .gs-required{
    padding: 0.69vw 0 0 0;
  }

}

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

  .gs-form .gs-row{
    flex-direction: column;
  }

  .gs-form .gs-row .gs-col,
  .gs-form .gs-row .gs-col.gs-last{
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

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


}

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

  .gs-form {
    padding: 26px 16px;
  }


  .gs-form .gs-title {
    font-size: 22px;
    padding: 0 0 26px 0;
    max-width: 270px;
    margin: 0 auto;
  }

  .gs-form .gs-row .gs-col {
    border-radius: 16px;
    padding: 25px 20px;
  }

  .gs-form .gs-steps{
    font-size: 15px;
    padding: 0 0 20px 0;
  }

  .gs-form .gs-steps strong {
    font-size: 18px;
  }

  .gs-form .gs-items .gs-item {
    border-radius: 6px;
    padding: 0 10px 0 8px;
    min-height: 44px;
  }

  .gs-form .gs-items .gs-item .gs-item-title{
    white-space: nowrap;
    font-size: 12px;
  }

  .gs-form .gs-items .gs-item .gs-item-icon img{
    height: 36px;
  }

  .gs-form .gs-check-all {
    min-height: 40px;
    line-height: 40px;
    padding: 0 40px;
    font-size: 13px;
  }

  .gs-form .gs-items {
    gap: 14px;
    padding: 0 0 14px 0;
  }

  .gs-form .gs-check-all::before {
    width: 20px;
    height: 20px;
    margin: -2px 14px 0 0;
  }
}



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





.gs-bottom-links{
  padding: 30px 20px 64px 20px;
}

.gs-bottom-links .gs-title{
  color: #1C1C1B;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.72px;
  padding: 0 0 40px 0;
}

.gs-bottom-links .gs-title strong{
  font-weight: 900;
}

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

.gs-bottom-links .gs-items .gs-item{
  border-radius: 13px;
  background: #004383;
  padding: 40px 16px;
  width: 197px;
  height: 197px;
  position: relative;
  transition: all 300ms;
}

.gs-bottom-links .gs-items .gs-item:hover{
  transform: scale(1.05);
}

.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: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 24px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  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: 2.09vw 1.39vw 4.45vw 1.39vw;
}

.gs-bottom-links .gs-title{
  font-size: 2.16vw;
  letter-spacing: -0.05vw;
  padding: 0 0 2.78vw 0;
}

.gs-bottom-links .gs-items{
  gap: 1.39vw;
  max-width: 133.34vw;
}

.gs-bottom-links .gs-items .gs-item{
  border-radius: 0.91vw;
  padding: 2.78vw 1.12vw;
  width: 12.69vw;
  height: 13.69vw;
}

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

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 1.67vw 0 0 0;
  font-size: 0.91vw;
  letter-spacing: -0.02vw;
}

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

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

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

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

  .gs-bottom-links {
    padding: 10px 16px 0px 16px;
  }

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


  .gs-bottom-links .gs-items{
    display: block;
    overflow: auto;
    font-size: 0px;
    white-space: nowrap;
    margin: 0 -16px 0 0;
    width: calc(100% + 16px);
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }

  .gs-bottom-links .gs-items::-webkit-scrollbar {
    display: none;
  }


  .gs-bottom-links .gs-items .gs-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    white-space: normal;
  }


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

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

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



.gs-disclaimer{
  padding: 20px 20px 60px 20px;
  text-align: center;

  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  max-width: 1376px;
  margin: 0 auto;
}




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

 .gs-disclaimer{
  padding: 1.39vw 1.39vw 4.17vw 1.39vw;
  font-size: 1.19vw;
  max-width: 95.56vw;
}


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

  .gs-disclaimer{
    font-size: 15px;
    padding: 30px 20px;
  }

  .gs-disclaimer br{
    display: none;
  }



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


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



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

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

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

.gs-hero h1{
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  right: 4.1%;
  top: 2.9%;
  width: 37.8%;
  height: 12.2%;
  border-radius: 26px;
  align-content: center;

  color: #000;
  text-align: center;
  font-size: 23.93px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}


@media screen and (min-width: 768px) and (max-width: 1919px)  {

  .gs-hero h1 {
    border-radius: 1.35vw;
    font-size: 1.25vw;
}

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


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

  .gs-hero h1{
    top: 34.5%;
    right: 2.8%;
    width: 95.2%;
    font-size: 3.25vw;
    height: 8.4%;
    border-radius: 13px;
  }

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

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



.gs-categories{
  padding: 0px 20px 18px 20px;
  position: relative;
}


.gs-categories::before, 
.gs-categories::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 61px;
    transform: translate(-50%, 0);
    width: 310px;
    height: 333px;
    background: url("../images/bg-element1.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
    margin: 0px 0 0 -540px;
}

.gs-categories::after {
    background-image: url("../images/bg-element2.png");
    width: 445px;
    height: 348px;
    margin: 0 0 0 513px;
    top: 771px;
}


.gs-categories .gs-title{
  color: #001846;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  padding: 0 0 45px 0;
  margin: 0px;
  position: relative;
  z-index: 2;
}

.gs-categories .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;  
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gs-categories .gs-items .gs-item{
  border-radius: 14px;
  background: #FFE2DA;
  width: calc(25% - 15px);
  height: 255px;
  position: relative;
}

.gs-categories .gs-items .gs-item.gs-item-all{
  width: calc(50% - 10px);
  width: 100%;
  background: #FFE2DA;
}

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

.gs-categories .gs-items .gs-item .gs-icon{
  display: flex;
  width: 100%;
  height: 206px;
  justify-content: center;
  align-items: center;
}

.gs-categories .gs-items .gs-item .gs-item-title{
  min-height: 49px;
  border-radius: 0px 0px 14px 14px;
  background: #004383;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 49px;
  text-align: center;

  color: #fff;

  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.gs-categories .gs-items .gs-item .gs-item-toggler{
  color: #fff;

  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

.gs-categories .gs-items .gs-item .gs-item-toggler::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background: url("../images/icon-cat-arrow.svg") no-repeat center center;
  background-size: contain;
  margin: -1px 0 0 20px;
}

.gs-categories .gs-items .gs-item .gs-active  .gs-item-toggler::after{
  transform: rotate(180deg);
}

.gs-categories .gs-items .gs-item .gs-item-sub-links,
.gs-categories .gs-items .gs-item .gs-sub-menu{
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px 14px 10px 14px;
  width: 100%;
}

.gs-categories .gs-items .gs-item .gs-active .gs-item-sub-links,
.gs-categories .gs-items .gs-item .gs-open .gs-sub-menu{
  display: flex;
}

.gs-categories .gs-items .gs-item .gs-item-sub-links a{
  display: block;
  width: 100%;
  border-radius: 6px;
  background: none;
  padding: 6px 10px;
  color: #FFE2DA;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: all 200ms;

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

.gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-min{
  display: inline-flex;
  width: calc(50% - 2.5px);
}

.gs-categories .gs-items .gs-item .gs-item-sub-links a:hover{
  color: #fff;
  text-decoration: none;
}

.gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-item-sub-menu{
  flex-direction: row;
}

.gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-item-sub-menu::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background: url("../images/icon-cat-arrow.svg") no-repeat center center;
  background-size: contain;
  margin: -1px 0 0 20px;
  transform: rotate(-90deg);
}

.gs-categories .gs-items .gs-item .gs-open .gs-item-toggler,
.gs-categories .gs-items .gs-item .gs-open .gs-item-sub-links > a:not(.gs-item-sub-menu){
  display: none;
}

.gs-categories .gs-items .gs-item .gs-open a.gs-item-sub-menu::after {
    display: none;
}

.gs-categories .gs-items .gs-item .gs-open .gs-item-sub-links > a.gs-item-sub-menu{
  background: none;
}

.gs-categories .gs-items .gs-item .gs-open a.gs-item-sub-menu::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background: url("../images/icon-cat-arrow.svg") no-repeat center center;
  background-size: contain;
  margin: -1px 20px 0 0 ;
  transform: rotate(90deg);
}

.gs-categories .gs-items .gs-item .gs-item-content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background:#C0F0FF url("../images/img-all-categories.png") no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: #fff;
  padding: 25px 0 0 0;
}

.gs-categories .gs-items .gs-item .gs-item-content .gs-item-content-title{
  color: #494593;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
}

.gs-categories .gs-items .gs-item .gs-item-content .gs-item-content-more{
  border-radius: 4px;
  background: #494593;
  line-height: 40px;
  width: 200px;
  color: #fff;
  text-align: center;
  font-size: 15.58px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.467px;
  text-transform: uppercase;
  transition: all 200ms;
}

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


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


  .gs-categories{
    padding: 0vw 1.39vw 1.25vw 1.39vw;
  }

  .gs-categories::before, 
  .gs-categories::after{
    top: 4.24vw;
    width: 21.53vw;
    height: 23.13vw;
    margin: 0.00vw 0 0 -37.50vw;
  }

  .gs-categories::after{
    width: 30.91vw;
    height: 24.17vw;
    margin: 0 0 0 35.63vw;
    top: 53.55vw;
  }

  .gs-categories .gs-title{
    font-size: 2.78vw;
    padding: 0 0 3.13vw 0;
  }

  .gs-categories .gs-items{
    gap: 1.39vw;  
    max-width: 81.25vw;
  }

  .gs-categories .gs-items .gs-item{
    border-radius: 0.97vw;
    width: calc(25% - 1.05vw);
    height: 17.71vw;
  }



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

  .gs-categories .gs-items .gs-item .gs-item-title{
    min-height: 3.4vw;
    border-radius: 0px 0px 0.97vw 0.97vw;
    line-height: 3.4vw;
    font-size: 1.25vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-toggler{
    font-size: 1.25vw;
    line-height: 3.4vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-toggler::after{
    width: 0.97vw;
    height: 0.9vw;
    margin: -0.07vw 0 0 1.39vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-sub-links,
  .gs-categories .gs-items .gs-item .gs-sub-menu{
    gap: 0.35vw;
    padding: 0.35vw 0.97vw 0.69vw 0.97vw;
  }

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

  .gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-item-sub-menu::after{
    width: 0.97vw;
    height: 0.9vw;
    margin: -0.07vw 0 0 1.39vw;
  }


  .gs-categories .gs-items .gs-item .gs-open a.gs-item-sub-menu::before{
    width: 0.97vw;
    height: 0.9vw;
    margin: -0.07vw 1.39vw 0 0 ;
  }

  .gs-categories .gs-items .gs-item .gs-item-content{
    border-radius: 0.56vw;
    gap: 20px;
    padding: 1.74vw 0 0 0;
  }

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

  .gs-categories .gs-items .gs-item .gs-item-content .gs-item-content-more{
    border-radius: 0.28vw;
    line-height: 2.78vw;
    width: 13.89vw;
    font-size: 1.08vw;
  }


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

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

  .gs-categories .gs-items .gs-item.gs-item-all {
    width: calc(66% - 2px);
  }

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

  .gs-categories .gs-items .gs-item .gs-item-toggler::after{
    margin-left: 10px;
  }

  .gs-categories .gs-title {
    font-size: 30px;
    padding: 0 0 35px 0;
  }

  .gs-categories::before {
    top: 53px;
    width: 250px;
    height: 274px;
    margin: 0px 0 0 -269px;
  }

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

  .gs-categories {
    padding: 0px 16px 18px 16px;
  }

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

  .gs-categories .gs-items .gs-item .gs-icon{
    height: 130px;
  }

  .gs-categories .gs-items .gs-item .gs-icon img{
    height: 52px;
  }

  .gs-categories .gs-items .gs-item .gs-item-title,
  .gs-categories .gs-items .gs-item .gs-item-toggler{
    min-height: 30px;
    line-height: 30px;
    font-size: 11px;
  }

  .gs-categories .gs-items .gs-item .gs-item-toggler::after,
  .gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-item-sub-menu::after {
    width: 11px;
    height: 11px;
    margin: -1px 0 0 3px;
  }
  .gs-categories .gs-items .gs-item .gs-item-sub-links a.gs-item-sub-menu::after {
    margin:-5px 0 0 9px;
    position: absolute;
  }

  .gs-categories .gs-items .gs-item .gs-item-sub-links a {
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
  }

  .gs-categories .gs-items .gs-item .gs-open .gs-item-sub-links a{
    padding: 3px;
  }



  .gs-categories .gs-items .gs-item .gs-open .gs-item-sub-links > a.gs-item-sub-menu {

    padding: 3px 0px;
    font-size: 11px;
  }

  .gs-categories .gs-items .gs-item .gs-sub-menu{
    padding: 5px 0;
  }

  .gs-categories .gs-items .gs-item .gs-open a.gs-item-sub-menu::before {
    width: 11px;
    height: 11px;
    margin: 2px 0px 0 -14px;
    position: absolute;
  }


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

  .gs-categories .gs-items .gs-item .gs-item-content{
    gap: 12px;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

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

  .gs-categories .gs-items .gs-item .gs-item-content .gs-item-content-more {
    border-radius: 4px;
    line-height: 24px;
    width: 126px;
    font-size: 11px;
  }

  .gs-categories .gs-title {
    font-size: 22px;
    padding: 0 0 24px 0;
  }

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

  .gs-categories::before {
    top: 53px;
    width: 250px;
    height: 274px;
    margin: 0px 0 0 -120px;
  }

  .gs-categories::after {
    background-image: url("../images/bg-element2.png");
    width: 222px;
    height: 132px;
    margin: 0 0 0 131px;
    top: 711px;
  }

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

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


.gs-banner,
.gs-banner-col{
  max-width: 1176px;
  width: 100%;
  margin: 0 auto 18px auto;
  display: block;
  transition: all 300ms;
}

.gs-banner img{
  display: block;
  width: 100%;
  border-radius: 18px;
}

.gs-banner-col{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
  position: relative;
}

.gs-banner-col > a{
  width: calc(50% - 9px);
  transition: all 300ms;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 18px;
}

.gs-banner:hover img,
.gs-banner-col a:hover img{
  opacity: 0.8;
}

.gs-banner-col::before {
    content: "";
    position: absolute;
    right: -98px;
    bottom: -78px;
    transform: translate(0%, 0);
    width: 310px;
    height: 333px;
    background: url("../images/bg-element3.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
}


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

   .gs-banner,
   .gs-banner-col{
    max-width: 81.67vw;
    margin: 0 auto 1.25vw auto;
  }

  .gs-banner img{
    border-radius: 2.09vw;
  }

  .gs-banner-col{
    gap: 1.25vw;
  }

  .gs-banner-col > a{
    width: calc(50% - 0.63vw);
  }
  .gs-banner-col::before{
    right: -6.80vw;
    bottom: -5.41vw;
    width: 21.53vw;
    height: 23.13vw;
  }
}
@media screen and (max-width: 959px){

  .gs-banner,
  .gs-banner-col{

    width: calc(100% - 40px);
  }

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

  .gs-banner-col{
    flex-direction: column;
    gap: 10px;
  }

  .gs-banner-col > a{
    width: 100%;
    margin: 0px;
  }

  .gs-banner,
  .gs-banner-col{

    width: calc(100% - 20px);
  }

  .gs-banner-col::before {
    right: -98px;
    bottom: -30px;
    width: 210px;
    height: 233px;
}

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

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




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

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


.gs-thank .gs-content{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #D9D9D9;
  border-radius: 16px;
  padding: 30px;
  color: #000000;
  font-size: 12px;
  text-align: center;
}


.gs-thank .gs-content .gs-title{
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.gs-thank .gs-content .gs-text{
  line-height: 140%;
  font-size: 14px;
}

.gs-thank .gs-content .gs-close{
  font-family: Arial;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 0px;
  font-size: 20px;
  text-decoration: none;
}

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






.gs-faq{
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 20px 20px 20px;
}

.gs-faq .gs-title{
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.88px;
  padding: 0 0 44px 0;
  margin: 0px;
}


.gs-faq .gs-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
}

.gs-faq .gs-items .gs-item{
  border-radius: 4px;
  background: #EDEDED;
  padding: 24px 16px;
  text-align: left;
  width: 100%;
}

.gs-faq .gs-items .gs-item .gs-item-q{
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.16px;
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  text-decoration: none !important;
}

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

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

.gs-faq .gs-items .gs-item .gs-item-ans{
  color: #282828;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.16px;
  display: none;
  max-width: 985px;
  padding: 10px 0 0 0;
}

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


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

  .gs-faq{
    max-width: 100.00vw;
    padding: 4.17vw 1.39vw 1.39vw 1.39vw;
  }

  .gs-faq .gs-title{
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
    padding: 0 0 3.06vw 0;
  }

  .gs-faq .gs-items{
    gap: 0.70vw;
    max-width: 83.69vw;
  }

  .gs-faq .gs-items .gs-item{
    border-radius: 0.28vw;
    padding: 1.67vw 1.12vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 1.12vw;
    letter-spacing: -0.01vw;
    padding: 0 2.09vw 0 0;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after{
    width: 1.05vw;
    height: 1.05vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 1.12vw;
    letter-spacing: -0.01vw;
    max-width: 68.41vw;
    padding: 0.70vw 0 0 0;
  }

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

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




.gs-products{
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.gs-products .gs-title{
  color: #001846;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  padding: 0 0 45px 0;
  position: relative;
  z-index: 2;
  margin: 0px;
}

.gs-products .gs-items{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gs-products .gs-items .gs-item{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

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


.gs-products .gs-items .gs-item .gs-item-content{
  border-radius: 25.717px;
  background: #FFDFD6;
  width: 100%;
  padding: 55px 0 0 0;
  position: relative;
}

.gs-products .gs-items .gs-item .gs-item-content::after{
  content: "";
  position: absolute;
  left: 28px;
  top: 45px;
  width: 19px ;
  height: 57px;
  background: url("../images/bg-products.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.gs-products .gs-items .gs-item .gs-item-more{
  border-radius: 25.717px;
  background: #004383;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 17.955px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
  height: 238px;
  object-fit: cover;
}


.gs-products .gs-items .gs-item .gs-item-title{
  min-height: 95px;
  align-content: center;
  padding: 0 0 15px 0;

  color: #004383;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
}


.gs-products .gs-items .gs-item .gs-item-row{
  min-height: 120px;
  padding: 0 14px 8px 14px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 6px;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold{
  border-radius: 16px;
  background: #FFF;
  min-height: 120px;
  width: calc(50% - 3px);

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
}

.gs-products .gs-items .gs-item .gs-item-row.gs-we .gs-item-price-hold,
.gs-products .gs-items .gs-item .gs-item-row.gs-sin .gs-item-price-hold{
  width: 100%;
}


.gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-from{
  color: #282828;
  font-size: 14.14px;
  font-style: normal;
  line-height: 100%;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price{
  color: #282828;
  text-align: center;
  font-size: 17.774px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.gs-products .gs-items .gs-item .gs-item-row.gs-sin .gs-item-price-hold .gs-item-price{
  line-height: 34px;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price strong{
  color: #282828;
  text-align: center;
  font-size: 26.505px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-discount{
  border-radius: 10.26px;
  background: #FF5A5E;
  line-height: 28px;
  text-align: center;

  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi {
    border-radius: 16px;
    background: #FFF url("../images/bg-epistrofi.png") no-repeat center center;
    background-size: cover;
    min-height: 120px;
    width: calc(50% - 3px);
    color: #021342;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-align: left;
    padding: 32px 0px 0 75px;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v2 {
  background-image:url("../images/bg-epistrofi2.png");
  padding: 25px 0px 0 75px;
  font-size: 21px;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v3{
  padding: 0px;
  background: none;
}

.gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v3 img{
  display: block;
  width: 100%;
}


.gs-products .owl-prev,
.gs-products .owl-next{
  position: absolute;
  left: -30px;
  top: 50%;
  width: 57px;
  height: 57px;
  transform: translate(-100%, -50%);
  background: url("../images/icon-prev.svg?v=2") no-repeat center center !important;
  background-size: contain !important;
}

.gs-products .owl-next{
  left: auto;
  right: -30px;
  transform: translate(100%, -50%);
  background-image: url("../images/icon-next.svg?v=2") !important;
}

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



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

  .gs-products{
    padding: 4.17vw 1.39vw;
  }

  .gs-products .gs-title{
    font-size: 2.78vw;
    padding: 0 0 3.13vw 0;
  }

  .gs-products .gs-items{
    max-width: 82.64vw;
  }

  .gs-products .gs-items .gs-item{
    gap: 0.56vw;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    border-radius: 1.79vw;
    padding: 3.82vw 0 0 0;
  }

  .gs-products .gs-items .gs-item .gs-item-content::after{
    left: 1.95vw;
    top: 3.13vw;
    width: 1.32vw;
    height: 3.96vw;
  }

  .gs-products .gs-items .gs-item .gs-item-more{
    border-radius: 1.79vw;
    height: 5.21vw;
    line-height: 5.21vw;
    font-size: 1.25vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo img{
    height: 16.53vw;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    min-height: 6.60vw;
    padding: 0 0 1.05vw 0;
    font-size: 1.32vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row{
    min-height: 8.34vw;
    padding: 0 0.98vw 0.56vw 0.98vw;
    gap: 0.42vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold{
    border-radius: 1.12vw;
    min-height: 8.34vw;
    width: calc(50% - 0.21vw);
    gap: 0.56vw;
    padding: 0 1.19vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-from{
    font-size: 0.99vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price{
    font-size: 1.24vw;
    line-height: 1.81vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row.gs-sin .gs-item-price-hold .gs-item-price{
    line-height: 2.37vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price strong{
    font-size: 1.85vw;
    line-height: 1.81vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-discount{
    border-radius: 0.72vw;
    line-height: 1.95vw;
    font-size: 0.98vw;
    max-width: 9.73vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi{
    border-radius: 1.12vw;
    min-height: 8.34vw;
    width: calc(50% - 0.21vw);
    font-size: 1.32vw;
    padding: 2.23vw 0.00vw 0 5.21vw;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v2{
    padding: 1.74vw 0.00vw 0 5.21vw;
    font-size: 1.46vw;
  }

  .gs-products .owl-prev,
    .gs-products .owl-next{
    left: -2.08vw;
    width: 3.96vw;
    height: 3.96vw;
  }

  .gs-products .owl-next{
    right: -2.08vw;
    left: auto;
  }

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

  .gs-products .gs-title {
    font-size: 30px;
    padding: 0 0 35px 0;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price strong {
    font-size: 23px;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi,
  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v2{
    
    background-size: auto 90%;
    background-position: center center;
  }

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

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

  .gs-products .gs-title {
    font-size: 22px;
    padding: 0 0 24px 0;
  }

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

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold{
    gap: 4px;
  }

  .gs-products .gs-items .gs-item .gs-item-row {
    min-height: 120px;
    padding: 0 8px 8px 8px;
    gap: 8px;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-price strong{
    font-size: 22px;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-from{
    font-size: 13px;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-price-hold .gs-item-discount{
    font-size: 13px;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi {
    font-size: 18px;
    padding: 33px 0px 0 20vw;
    background-size: auto 90%;
    background-position: center center;
  }

  .gs-products .gs-items .gs-item .gs-item-row .gs-item-epistrofi.gs-v2{
    font-size: 18px;
    padding: 30px 0px 0 20vw;
    background-size: auto 90%;
    background-position: center center;
  }

  .gs-products .owl-nav{
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

  }

  .gs-products .owl-prev,
  .gs-products .owl-next{
    position: relative;
    left: auto;
    top: auto;
    width: 50px;
    height: 50px;
    transform: translate(0%, 0%);
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-products .owl-next{
    left: auto;
    right: auto;
    transform: translate(0%, 0%);
    background-image: url("../images/icon-next.svg") !important;
  }

  .gs-products .gs-items .gs-item .gs-item-more {
    border-radius: 16.717px;
    height: 65px;
    line-height: 65px;
    font-size: 16.955px;
  }

  .gs-products .gs-items .gs-item .gs-item-title{
    font-size: 18px;
  }

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

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


.gs-all-products{
  text-align: center;
  background: #004383 url("../images/bg-all-products.png") no-repeat center center;
  background-size: cover;
  min-height: 255px;
  border-radius: 18px;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto 18px auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 25px;
  transition: all 300ms;
}

.gs-all-products:hover{
  opacity: 0.9;
}

.gs-all-products .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
}

.gs-all-products .gs-title{
  color: #FFF;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}


.gs-all-products .gs-more{
  display: block;
  border-radius: 10px;
  background: #FFE2DA;
  padding: 11px 30px;
  min-width: 216px;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.45px;
}

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

.gs-all-products{
  min-height: 17.71vw;
  border-radius: 1.25vw;
  max-width: 81.67vw;
  margin: 0 auto 1.25vw auto;
  gap: 1.74vw;
}

.gs-all-products .gs-title{
  font-size: 2.02vw;
}

.gs-all-products .gs-more{
  border-radius: 0.70vw;
  padding: 0.77vw 2.09vw;
  min-width: 15.00vw;
  font-size: 1.05vw;
  letter-spacing: -0.03vw;
}
}
@media screen and (max-width: 959px){

  .gs-all-products {
      width: calc(100% - 40px);
      min-height: 26vw;
  }

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


  .gs-all-products{
    width: calc(100% - 20px);
    padding: 100px 20px;
    background: #004383 url("../images/bg-all-products-mob.png") no-repeat center center;
  background-size: cover;
  }

  .gs-all-products .gs-title{
    font-size: 22px;
    max-width: 270px;
    margin: 0 auto;
  }


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

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



















