@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: #F3F3F3;
}


.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: #444;
  padding: 40px 24px;
  color: #1C1C1C;
  text-align: center;
}

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

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

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

  padding: 40px 32px;
  width: 520px;
  text-align: left;
}



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

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

.gs-form .gs-steps strong{
  color: #131313;
  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:9px;
  padding: 0 0 20px 0;
}

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

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

}

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

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

.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: #80DEFF;
  overflow: hidden;
  position: relative;
  width: auto;
  min-height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 56px;

  color: #131313;

  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;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
  padding: 0 0 16px 0;
}

.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 5px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  opacity: 0;
  display: none;
}

.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.95vw;
    padding: 0 0 2.78vw 0;
  }

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

  .gs-form .gs-row .gs-col{
    border-radius: 1.12vw;
    padding: 2.78vw 2.23vw;
    width: 36.12vw;
  }

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

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

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

  .gs-form .gs-items{
    gap:0.63vw;
    padding: 0 0 1.39vw 0;
  }

  .gs-form .gs-items .gs-item{
    border-radius: 0.42vw;
    padding: 0 1.12vw 0 0.84vw;
    min-height: 3.62vw;
    border: 0.14vw solid #80DEFF;
  }

   .gs-form .gs-items .gs-item .gs-item-icon img{
    height: 3vw;
  }

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

  .gs-form .gs-items .gs-item input[type="checkbox"],
  .gs-form .gs-items .gs-item label{
    left: -69.44vw;
    left: -69.44vw;
  }

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

  .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.91vw;
  }

  .gs-form .gs-form-wrapper .gs-form-row{
    gap: 1.12vw;
    padding: 0 0 1.12vw 0;
  }

  .gs-form  .gs-form-wrapper .gs-form-row .gs-form-col input{
    border: 0.07vw solid #1C1C1C;
    border-radius: 0.49vw;
    height: 3.27vw;
    line-height: 3.13vw;
    font-size: 0.98vw;
    padding: 0 0.70vw;
  }

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

  .gs-form  .gs-form-wrapper .gs-form-row .gs-form-col label{
    */
    padding: 0 0 0.35vw 0;
  }

  .gs-form  input[type="submit"]{
    padding: 0.56vw 1.74vw;
    border-radius: 0.28vw;
    width: 9.03vw;
    font-size: 0.98vw;
    letter-spacing: 0.02vw;
  }

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

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

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

  .gs-form .gs-terms .prettycheckbox a{
    width: 1.25vw;
    height: 1.25vw;
    border: 0.07vw solid #1C1C1C;
    border-radius: 0.35vw;
  }

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

  .gs-form  .gs-required{
    padding: 0.70vw 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;
    color: #fff;
    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-form .gs-form-wrapper .gs-form-row{
    flex-direction: column;
  }
}



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





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

.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: 33px;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item{
  border-radius: 13px;
  background: #444;
  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.08vw 4.44vw 2.78vw 4.44vw;
  }

  .gs-bottom-links .gs-title{
    font-size: 2.5vw;
    padding: 0 0 2.78vw 0;
  }

  .gs-bottom-links .gs-items{
    gap: 1.11vw;
    max-width: 100.0vw;
  }

  .gs-bottom-links .gs-items .gs-item{
    border-radius: 0.9vw;
    padding: 2.78vw 1.11vw;
    width: 13.68vw;
    height: 13.68vw;
  }


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

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 1.67vw 0 0 0;
    font-size: 0.9vw;
  }

}
@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: 48px 16px;
  }

  .gs-bottom-links .gs-title {
    font-size: 23px;
    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 0px 0 0;
    text-align: left;
    font-size: 17px;
    max-width: 180px;
  }

  .gs-bottom-links .gs-items .gs-item:nth-child(1) .gs-item-title br,
  .gs-bottom-links .gs-items .gs-item:nth-child(2) .gs-item-title br{
    display: none;
  }

/*
  .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;
  }

  .gs-bottom-links .gs-items .gs-item:nth-child(1) .gs-item-title br,
  .gs-bottom-links .gs-items .gs-item:nth-child(2) .gs-item-title br{
    display: none;
  }
*/
}
@media screen and (max-width: 374px){}

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



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

  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 940px;
  margin: 0 auto;
}




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

  .gs-disclaimer{
    padding: 4.17vw 1.39vw 4.86vw 1.39vw;
    font-size: 1.25vw;
    max-width: 65.28vw;
  }


}
@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{
  background: #282828;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.gs-hero .gs-photo img,
.gs-hero .gs-bg img{
  display: block;
  width: 100%;
  max-width: 685px;
  border-radius: 14px;
}

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

.gs-hero .gs-content h1{
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);

  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.479%;
}

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

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

  .gs-hero .gs-photo img,
  .gs-hero .gs-bg img{
    max-width: 47.57vw;
    border-radius: 0.97vw;
  }

  .gs-hero .gs-content h1{
    font-size: 1.94vw;
  }

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


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


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

  .gs-hero{
    padding: 10px;
    gap: 10px;
  }

  .gs-hero .gs-content h1{
    font-size: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
  }


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

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

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



.gs-categories{
  padding: 60px 20px;
}

.gs-categories .gs-title{
  color: #282828;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115.479%; 
  margin: 0px;
}

.gs-categories .gs-text{
  color: #282828;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: 115.479%;
  padding: 22px 0 45px 0;
}


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

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

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

.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: #80DEFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 49px;
  text-align: center;

  color: #282828;

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

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

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

.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;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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: #FFF;
  padding: 6px 10px;

  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: all 200ms;
}

.gs-categories .gs-items .gs-item .gs-item-sub-links a:hover{
  background: rgba(255,255,255,0.8);
  text-decoration: none;
}

.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: 18px;
  top: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  background:#444444 url("../images/img-all-categories.png") no-repeat center center;
  background-size: auto 100%;
  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: #FFF;
  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: #80DEFF;
  line-height: 40px;
  width: 200px;
  color: #000;
  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: 4.17vw 1.39vw;
  }

  .gs-categories .gs-title{
    font-size: 2.23vw;
  }

  .gs-categories .gs-text{
    font-size: 1.81vw;
    padding: 1.53vw 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{
    left: 1.25vw;
    top: 1.25vw;
    width: calc(100% - 2.5vw);
    height: calc(100% - 2.5vw);
    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-text{
    font-size: 24px;
  }

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

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

  .gs-categories {
    padding: 30px 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: 24px;
  }

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

  .gs-categories .gs-text {
    font-size: 17px;
    padding: 12px 0 35px 0;
  }

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

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


.gs-banner{
  max-width: 1312px;
  width: 100%;
  margin: 0 auto 35px auto;
  display: block;
}

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


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

  .gs-banner{
    max-width: 91.11vw;
    margin: 0 auto 2.43vw auto;
  }

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

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

  .gs-banner{
    width: auto;
    margin: 0 16px 20px 16px;
  }

}
@media screen and (max-width: 767px){}
@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;
}





























