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


.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: 959px) {
  .gs-page{
    padding: 0px;
  }
}

@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-hero{
  background: #55C6FF;
  padding: 30px;
}

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

h1.gs-main-title{
  text-align: center;
  margin: 0px;
  padding: 37px 0 0 0;

  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}


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

  .gs-hero{
    padding: 2.08vw;
  }

  .gs-hero img{
    width: 95.28vw;
  }

  h1.gs-main-title{
    padding: 2.57vw 0 0 0;
    font-size: 2.23vw;
  }

}
@media screen and (max-width: 959px){
  .gs-hero img{
    width: 100%;
  }

  h1.gs-main-title{
    font-size: 25px;
  }
}
@media screen and (max-width: 767px){

  .gs-hero{
    padding: 10px;
  }

  h1.gs-main-title {
    padding: 21px 10px 12px 10px;
    font-size: 20px;
  }

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

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


.gs-find-smartphone{
  border-radius: 14px;
  background: #F5F281;

  width: 1360px;
  margin: 37px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 44px;
}

.gs-find-smartphone img{
  width: 132px;
  display: block;
}

.gs-find-smartphone .gs-title{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
}

.gs-find-smartphone .gs-more{
  padding: 13px 24px;
  display: block;
  border-radius: 10px;
  background: #282828;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%; 
  letter-spacing: -0.16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms;
}

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


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

  .gs-find-smartphone{
    border-radius: 0.97vw;
    width: 94.44vw;
    margin: 2.57vw auto 0 auto;
    gap: 1.39vw;
    padding: 1.11vw 3.06vw;
  }

  .gs-find-smartphone img{
    width: 9.17vw;
  }

  .gs-find-smartphone .gs-title{
    font-size: 1.67vw;
  }

  .gs-find-smartphone .gs-more{
    padding: 0.9vw 1.67vw;
    border-radius: 0.69vw;
    font-size: 1.11vw;
  }


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

  .gs-find-smartphone{
    width: calc(100% - 40px);
    padding: 16px 24px;
  }

  .gs-find-smartphone img{
    width: 90px;
  }

  .gs-find-smartphone .gs-title{
    font-size: 18px;
    max-width: 300px;
  }

  .gs-find-smartphone .gs-more{
    font-size: 15px;
  }

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

  .gs-find-smartphone{
    margin: 10px auto 0 auto;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 20px);
  }

  .gs-find-smartphone img {
    width: 130px;
  }

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

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



.gs-products{
  padding: 32px 0 44px 0;
}

.gs-products .gs-title{
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding: 0 0 24px 0;
  margin: 0px;
}

.gs-products .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  width: 1360px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item{
  padding: 16px;
  width: 100%;
  border-radius: 30px;
  background: #D7BCFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.gs-products .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/img-product-symbols1.png") no-repeat center center;
  background-size: cover;
  animation: gelatine 6s infinite linear ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.99, 1.02); }
  50% { transform: scale(1.02, 0.99); }
  75% { transform: scale(0.99, 1.02); }
}

.gs-products .gs-items .gs-item.gs-i2::before{ background-image: url("../images/img-product-symbols2.png");  }
.gs-products .gs-items .gs-item.gs-i3::before{ background-image: url("../images/img-product-symbols3.png");  }
.gs-products .gs-items .gs-item.gs-i4::before{ background-image: url("../images/img-product-symbols4.png");  }
.gs-products .gs-items .gs-item.gs-i5::before{ background-image: url("../images/img-product-symbols5.png");  }

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

.gs-products .gs-items .gs-item.gs-i2{ background: #FE9C93;  }
.gs-products .gs-items .gs-item.gs-i3{ background: #AFEFFF;  }
.gs-products .gs-items .gs-item.gs-i4{ background: #F5F281;  }
.gs-products .gs-items .gs-item.gs-i5{ background: #93FEC4;  }


.gs-products .gs-items .gs-item .gs-item-photo{
  width: 408px;
  position: relative;
  z-index: 2;
}

.gs-products .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
  border-radius: 22px;
}

.gs-products .gs-items .gs-item .gs-item-content{
  width: calc(100% - 408px);
  text-align: center;
  position: relative;
  z-index: 2;
}


.gs-products .gs-items .gs-item .gs-item-title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.48px;
  margin: 0px;
  padding: 0px;
}

.gs-products .gs-items .gs-item .gs-item-text{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 12px 0 50px 0;
  margin: 0px;
}


.gs-products .gs-items .gs-item .gs-sub-items{
  width: 785px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item.gs-i3 .gs-sub-items{ width: 817px; }
.gs-products .gs-items .gs-item.gs-i4 .gs-sub-items{ width: 650px; }
.gs-products .gs-items .gs-item.gs-i5 .gs-sub-items{ width: 680px; }

.gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item{
  position: relative;
  min-width: 178px;
}

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

.gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item-photo{
  width: 178px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item-photo img{
  display: block;
  width: 100%;
}


.gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item-more{
  border-radius: 10px;
  border: 1.5px solid #282828;
  padding: 12px 20px;
  color: #282828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  white-space: nowrap;
  transition: all 200ms;
}

.gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item:hover .gs-sub-item-more{
  background: #282828;
  color: #fff;
}


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

.gs-products .gs-items .gs-item .gs-sub-items .owl-next{
  left: auto;
  right: -10px;
  background-image: url("../images/icon-next.svg") !important;
  transform: translate(100%, -50%);
}


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


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

  .gs-products{
    padding: 2.22vw 0 3.06vw 0;
  }

  .gs-products .gs-title{
    font-size: 2.22vw;
    padding: 0 0 1.67vw 0;
  }

  .gs-products .gs-items{
    gap: 1.11vw;
    width: 94.44vw;
  }

  .gs-products .gs-items .gs-item{
    padding: 1.11vw;
    border-radius: 2.08vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo{
    width: 28.33vw;
  }

  .gs-products .gs-items .gs-item .gs-item-photo img{
    border-radius: 1.53vw;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    width: calc(100% - 28.33vw);
  }


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

  .gs-products .gs-items .gs-item .gs-item-text{
    font-size: 1.39vw;
    padding: 0.83vw 0 3.47vw 0;
  }

  .gs-products .gs-items .gs-item .gs-sub-items{
    width: 54.51vw;
  }

  .gs-products .gs-items .gs-item.gs-i3 .gs-sub-items{ width: 56.74vw; }
  .gs-products .gs-items .gs-item.gs-i4 .gs-sub-items{ width: 45.14vw; }
  .gs-products .gs-items .gs-item.gs-i5 .gs-sub-items{ width: 47.22vw; }

  .gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item{
    min-width: 12.36vw;
  }

  .gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item-photo{
    width: 12.36vw;
    height: 12.36vw;
  }

  .gs-products .gs-items .gs-item .gs-sub-items .gs-sub-item-more{
    border-radius: 0.69vw;
    padding: 0.83vw 1.39vw;
    font-size: 1.11vw;
  }


  .gs-products .gs-items .gs-item .gs-sub-items .owl-prev,
  .gs-products .gs-items .gs-item .gs-sub-items .owl-next{
    left: -0.69vw;
    width: 2.08vw;
    height: 2.08vw;
  }

  .gs-products .gs-items .gs-item .gs-sub-items .owl-next{
    left: auto;
    right: -0.69vw;
  }

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

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

  .gs-products .gs-items{
    width: 100%;
    padding: 0 20px;
  }

  .gs-products .gs-items .gs-item,
  .gs-products .gs-items .gs-item:nth-child(even){
    flex-direction: column;
  }

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

  .gs-products .gs-items .gs-item .gs-item-photo img{
    height: 300px;
    object-fit: cover;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    width: 100%;
    padding: 30px;
  }

  .gs-products .gs-items .gs-item.gs-i1 .gs-sub-items,
  .gs-products .gs-items .gs-item.gs-i2 .gs-sub-items,
  .gs-products .gs-items .gs-item.gs-i3 .gs-sub-items,
  .gs-products .gs-items .gs-item.gs-i4 .gs-sub-items,
  .gs-products .gs-items .gs-item.gs-i5 .gs-sub-items{
    width: calc(100% - 60px);
  }

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

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

  .gs-products .gs-items {
    padding: 0 10px;
  }

  .gs-products .gs-items .gs-item{
    padding: 10px;
  }

  .gs-products .gs-items .gs-item .gs-item-text {
    font-size: 20px;
    padding: 12px 0 10px 0;
  }

  .gs-products .gs-items .gs-item .gs-item-content{
    padding-top: 75px;
  }

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

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


  .gs-products .gs-items .gs-item::before {
    background: url("../images/img-product-symbols1-mob.png") no-repeat center center;
    background-size: contain;
    width: 300px;
    height: 50px;
    left: 50%;
    top: 320px;
    transform: translate(-50%, 0%);
  }

  .gs-products .gs-items .gs-item.gs-i2::before { background-image: url("../images/img-product-symbols2-mob.png");  }
  .gs-products .gs-items .gs-item.gs-i3::before { background-image: url("../images/img-product-symbols3-mob.png");  }
  .gs-products .gs-items .gs-item.gs-i4::before { background-image: url("../images/img-product-symbols4-mob.png");  }
  .gs-products .gs-items .gs-item.gs-i5::before { background-image: url("../images/img-product-symbols5-mob.png");  }



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

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



.gs-extras{
  padding: 0 0 24px 0;
  text-align: center;
}

.gs-extras .gs-title{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding: 0 0 24px 0;
  margin: 0px;
}

.gs-extras .gs-items{
  width: 1303px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.gs-extras .gs-items .gs-item{
  width: calc(33.33% - 10px);
  border-radius: 30px;
  background: #FE9C93;
  padding: 16px 16px 24px 16px;
  position: relative;
}

.gs-extras .gs-items .gs-item.gs-i2{background: #AFEFFF;}
.gs-extras .gs-items .gs-item.gs-i3{background: #D7BCFF;}

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

.gs-extras .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
  border-radius: 22px;
}

.gs-extras .gs-items .gs-item .gs-item-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0 0 0;
}

.gs-extras .gs-items .gs-item .gs-item-title{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 0px;
  padding: 0px;
}

.gs-extras .gs-items .gs-item .gs-item-text{
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.36px;
  min-height: 66px;
  margin: 0px;
  padding: 0px;
}

.gs-extras .gs-items .gs-item .gs-item-more{
  padding: 12px 24px;
  border-radius: 10px;
  background: #282828;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: all 200ms;
}

.gs-extras .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.8;
  text-decoration: none;
}


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

  .gs-extras{
    padding: 0 0 1.67vw 0;
  }

  .gs-extras .gs-title{
    font-size: 2.22vw;
    padding: 0 0 1.67vw 0;
  }

  .gs-extras .gs-items{
    width: 90.49vw;
    gap: 1.11vw;
  }

  .gs-extras .gs-items .gs-item{
    width: calc(33.33% - 0.69vw);
    border-radius: 2.08vw;
    padding: 1.11vw 1.11vw 1.67vw 1.11vw;
  }

  .gs-extras .gs-items .gs-item .gs-item-photo img{
    border-radius: 1.53vw;
  }

  .gs-extras .gs-items .gs-item .gs-item-content{
    gap: 1.39vw;
    padding: 1.39vw 0 0 0;
  }

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

  .gs-extras .gs-items .gs-item .gs-item-text{
    font-size: 1.25vw;
    min-height: 4.58vw;
  }

  .gs-extras .gs-items .gs-item .gs-item-more{
    padding: 0.83vw 1.67vw;
    border-radius: 0.69vw;
    font-size: 1.11vw;
  }

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

  .gs-extras{
    padding: 0 20px 24px 20px;
  }

  .gs-extras .gs-items{
    flex-direction: column;
    width: 100%;
  }

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

  .gs-extras .gs-items .gs-item .gs-item-photo img{
    height: 300px;
    object-fit: cover;
  }

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

  .gs-extras {
    padding: 0 10px 24px 10px;
  }

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

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

  .gs-extras .gs-items .gs-item{
    padding: 10px 10px 20px 10px;
  }

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

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



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

.gs-banners .gs-items .gs-item{
  background:#93FEC4 url("../images/bg-banner1.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  width: 648px;
  height: 449px;
  text-align: center;
  padding: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 44px;
  position: relative;
}

.gs-banners .gs-items .gs-item.gs-i2{ background-image: url("../images/bg-banner2.jpg"); background-color: #F5F281;  }

.gs-banners .gs-items .gs-item img{
  display: block;
  height: 55px;
  margin: 0 auto;
}

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

.gs-banners .gs-items .gs-item .gs-item-title{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin: 0px;
  padding: 0px;
}

.gs-banners .gs-items .gs-item .gs-item-text{
  color: #000;
  font-size: 24px;
  font-style: normal;
  line-height: 120%; 
  letter-spacing: -0.48px;
  margin: 0px;
  padding: 0px;
}

.gs-banners .gs-items .gs-item .gs-item-more{
  padding: 12px 24px;
  border-radius: 10px;
  background: #282828;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: all 200ms;
}

.gs-banners .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.8;
  text-decoration: none;
}

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


  .gs-banners .gs-items{
    gap: 1.11vw;
  }

  .gs-banners .gs-items .gs-item{
    border-radius: 2.08vw;
    width: 45.0vw;
    height: 31.18vw;
    padding: 2.22vw 0 0 0;
    gap: 3.06vw;
  }

  .gs-banners .gs-items .gs-item img{
    height: 3.82vw;
  }

  .gs-banners .gs-items .gs-item .gs-item-title{
    font-size: 2.22vw;
  }

  .gs-banners .gs-items .gs-item .gs-item-text{
    font-size: 1.67vw;
  }

  .gs-banners .gs-items .gs-item .gs-item-more{
    padding: 0.83vw 1.67vw;
    border-radius: 0.69vw;
    font-size: 1.11vw;
  }


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

  .gs-banners{
    padding: 0 20px 24px 20px;
  }

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

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

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

  .gs-banners .gs-items .gs-item{
    gap: 20px;
    width: 100%;
    height: auto;
    background-position: left bottom;
    background-size: auto 200px;
    padding: 30px 20px;
  }

  .gs-banners .gs-items .gs-item.gs-i2{
    background-position: right bottom;
  }

  .gs-banners .gs-items .gs-item .gs-item-title{
    font-size: 24px;
  }

  .gs-banners .gs-items .gs-item .gs-item-text {
    font-size: 17px;
  }
}

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

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




.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: #C0F0FF;
  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: #494593;
  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: 10px 16px 30px 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: 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){}

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



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

  
}


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

.gm-blog .gm-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #282828;
    margin: 0px;
}

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




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

}

.gm-blog .gm-blog-logo{
  width: 130px;
  height: 50px;
  background: url("../images/logo-blog.svg") no-repeat center center;
  background-size: contain;
  display: block;
}

.gm-blog .gm-all-articles{

}


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

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

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

  .gm-blog .gm-all-articles:hover{
    opacity: 0.7;
    text-decoration: none;
  }
}





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

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

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

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


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


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


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

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


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


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

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

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

.gm-blog .owl-nav .owl-prev span, 
.gm-blog .owl-nav .owl-next span{
  display: none;
}

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

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

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

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

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

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





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

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

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

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



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

  .gm-section{
      font-size:1.18vw;

    
  }


  .gm-blog{
    padding: 2.78vw 1.39vw ;
  }

  .gm-blog .gm-title{
      font-size: 2.22vw;
  }

  .gm-blog .gm-text{
      font-size: 1.25vw;
      padding: 0.35vw 0 0px 0;
  }




  .gm-blog .gm-row{
    padding: 0 1.39vw 2.29vw 1.39vw;
    max-width: 89.24vw;

  }

  .gm-blog .gm-blog-logo{
    width: 9.03vw;
    height: 3.47vw;
  }


  .gm-blog .gm-all-articles{
    font-size: 0.9vw;
    border-radius: 1.39vw;
    border-radius: 0.56vw;
    height: 2.78vw;
    line-height: 2.78vw;
    padding: 0 2.08vw;
    margin: -3.12vw 0 0 0;
  }


  .gm-blog .gm-items{
    max-width: 90.49vw;
  }

  .gm-blog .gm-items .gm-item{
    width: 28.33vw;
    height: 31.25vw;
    border-radius: 1.39vw;
    margin: 0 0.56vw;
  }


  .gm-blog .gm-items .gm-item .gm-item-photo img{
    height: 18.06vw;
  }

  .gm-blog .gm-items .gm-item-grad{
    height: 13.19vw;
  }


  .gm-blog .gm-items .gm-item .gm-item-content{
    border-radius: 1.39vw;
    margin: -2.08vw 1.04vw 1.04vw 1.04vw;
    height: 14.24vw;
    padding: 1.74vw 1.74vw 0 1.74vw;
  }


  .gm-blog .gm-items .gm-item .gm-item-title{
    font-size: 1.32vw;
    height: 4.86vw;
  }

  .gm-blog .gm-items .gm-item .gm-item-text{
    font-size: 1.04vw;
    line-height: 1.46vw;
    height: 2.43vw;
  }


  .gm-blog .gm-items .gm-item .gm-item-more{
    font-size: 0.9vw;
    border-radius: 1.39vw;
    border-radius: 0.56vw;
    height: 2.78vw;
    line-height: 2.78vw;
    padding: 0 2.08vw;
  }


  .gm-blog .owl-nav{
    bottom: -4.17vw;
  }


  .gm-blog .owl-nav .owl-prev, 
  .gm-blog .owl-nav .owl-next {
      width: 2.78vw;
      height: 2.78vw;
      right: 4.86vw;
  }

  .gm-blog .owl-nav .owl-next{
    right: 1.39vw;
  }


  .gm-blog .owl-dots{
      bottom: -2.78vw;
      width: calc(100% - 8.33vw);
  }


}


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


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


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

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

}

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



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


  .gm-blog{
    padding: 40px 15px;
  }

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

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


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

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

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

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

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


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

}




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



















