@charset "UTF-8";
/* ––––––––––––––––––– Typography –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "PFDasGroteskPro-Regular";
  src: url("../fonts/PFDasGroteskPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Medium";
  src: url("../fonts/PFDasGroteskPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Bold";
  src: url("../fonts/PFDasGroteskPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Black";
  src: url("../fonts/PFDasGroteskPro-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PFDasGroteskPro-Italic";
  src: url("../fonts/PFDasGroteskPro-Italic.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.gs-title {
  font-family: "PFDasGroteskPro-Black";
  font-size: 42px;
  line-height: 1.2;
}

.gs-text-center {
  text-align: center;
}

.gs-text {
  line-height: 1.3;
}

.gs-text-md {
  font-size: 32px;
  font-family: "GothamGreek-MediumItalic";
  line-height: 1.2;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}

.gs-text-lg {
  font-family: "GothamGreek-BoldItalic";
  font-size: 40px;
  line-height: 1.1;
  font-style: italic;
}

.gs-content {
  font-size: 20px;
  line-height: 1.2;
}

.gs-text-sp {
  font-family: "Glodok-Display";
  font-size: 54px;
  color: #FF4E4B;
  line-height: 1;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}

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

.gs-relative {
  position: relative;
}

/* ––––––––––––––––––– End of typography –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ------------------- Page ----------------------------- */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
html, body {
  margin: 0px;
  padding: 0px;
}

.footer {
  position: relative;
  z-index: 10;
}

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

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

.gs-page * {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.gs-page {
  font-family: "PFDasGroteskPro-Regular";
  color: white;
  font-size: 23px;
  position: relative;
  margin: 0 auto 0 auto;
  line-height: normal;
  padding: 0px;
  overflow: hidden;
  background: white;
  padding: 0 0 0px 0;
}

.gs-page strong {
  font-family: "PFDasGroteskPro-Bold";
  font-weight: normal;
}

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

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

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

/* ------------------- End of page ----------------------------- */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Grid –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  z-index: 1;
}

.gs-row {
  display: flex;
  flex-wrap: wrap;
}

.gs-column {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* ––––––––––––––––––– End of grid –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container--hero {
  background-color: #282828;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 14px;
}

/* ––––––––––––––––––– Smartphones –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-smartphones {
  padding: 80px 40px;
  text-align: center;
}
.gs-smartphones .gs-title {
  color: #000;
  font-family: "PFDasGroteskPro-Black";
  font-size: 42px;
  line-height: 114%;
  letter-spacing: -0.84px;
}
.gs-smartphones .gs-text {
  color: #000;
  font-size: 26px;
  font-style: normal;
  line-height: 114%;
  letter-spacing: -0.62px;
  padding: 8px 0 60px 0;
}
.gs-smartphones .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: #fff url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
  border-radius: 50%;
}
.gs-smartphones .owl-prev span {
  display: none;
}
.gs-smartphones .owl-prev.disabled {
  opacity: 0.3;
  cursor: default;
}
.gs-smartphones .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background-size: contain !important;
  border-radius: 50%;
  left: auto;
  right: -20px;
  background-image: url("../images/icon-next.svg") !important;
}
.gs-smartphones .owl-next span {
  display: none;
}
.gs-smartphones .owl-next.disabled {
  opacity: 0.3;
  cursor: default;
}
.gs-smartphones .gs-items {
  max-width: 1344px;
  margin: 0 auto;
  position: relative;
}
.gs-smartphones .gs-items .gs-item {
  border-radius: 16px;
  background: #F3F5FA;
  min-height: 496px;
  padding: 32px 20px 20px 20px;
  position: relative;
}
.gs-smartphones .gs-items .gs-item .gs-item-lnk {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0px !important;
}
.gs-smartphones .gs-items .gs-item .gs-item-title {
  color: #000;
  font-family: "PFDasGroteskPro-Bold";
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gs-smartphones .gs-items .gs-item .gs-item-cosmote5g {
  text-align: center;
}
.gs-smartphones .gs-items .gs-item .gs-item-cosmote5g img {
  display: inline-block;
  max-width: 100px;
}
.gs-smartphones .gs-items .gs-item .gs-item-price {
  color: #000;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.36px;
  padding: 24px 0;
}
.gs-smartphones .gs-items .gs-item .gs-item-price strong {
  font-family: "PFDasGroteskPro-Bold";
  font-size: 36px;
  line-height: 100%;
}
.gs-smartphones .gs-items .gs-item .gs-item-more {
  color: #fff;
  font-family: "PFDasGroteskPro-Medium";
  font-size: 16px;
  padding: 0px 25px;
  border-radius: 24px;
  background: #282828;
  height: 45px;
  line-height: 48px;
  display: inline-block;
}
.gs-smartphones .gs-items .gs-item:hover .gs-item-more {
  opacity: 0.9;
  text-decoration: none;
}
.gs-smartphones .gs-items .gs-item .gs-item-photo img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* ––––––––––––––––––– End of smartphones –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Warranty –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container--warranty {
  margin-bottom: 80px;
}
.gs-container--warranty .gs-title {
  color: black;
  margin-bottom: 60px;
}
.gs-container--warranty .gs-warranty-inner {
  border: 3px solid #024ddf;
  border-radius: 14px;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  justify-content: space-around;
}
.gs-container--warranty .gs-warranty-inner .gs-years-badge {
  max-width: 250px;
}
.gs-container--warranty .gs-warranty-inner .gs-mobiles {
  max-width: 485px;
}
.gs-container--warranty .gs-warranty-inner .gs-text {
  font-size: 34px;
  color: black;
  font-family: "PFDasGroteskPro-Regular" !important;
  text-align: center;
}
.gs-container--warranty .gs-warranty-inner .gs-text strong {
  font-family: "PFDasGroteskPro-Bold" !important;
}

@media screen and (max-width: 1170px) {
  .gs-container--warranty .gs-warranty-inner {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    padding: 40px 20px;
  }
  .gs-container--warranty .gs-warranty-inner .gs-text {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .gs-container--warranty .gs-warranty-inner {
    padding: 40px 12px;
  }
  .gs-container--warranty .gs-warranty-inner .gs-years-badge {
    max-width: 50%;
  }
  .gs-container--warranty .gs-warranty-inner .gs-text {
    font-size: 30px;
  }
}
/* ––––––––––––––––––– End of warranty –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Categories and products –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-container--categories .gs-title {
  color: black;
  margin-bottom: 60px;
  text-align: center;
}
.gs-container--categories .gs-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px 80px 0px;
}
.gs-container--categories .gs-categories .gs-item {
  width: 328px;
  height: 328px;
  border-radius: 16px;
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.gs-container--categories .gs-categories .gs-item:first-of-type {
  background-color: #874ff5;
}
.gs-container--categories .gs-categories .gs-item:first-of-type.gs-active::before {
  border: 2px solid #874ff5;
}
.gs-container--categories .gs-categories .gs-item:first-of-type.gs-active::after {
  background: #874ff5;
}
.gs-container--categories .gs-categories .gs-item:nth-child(2) {
  background-color: #ff595e;
}
.gs-container--categories .gs-categories .gs-item:nth-child(2).gs-active::before {
  border: 2px solid #ff595e;
}
.gs-container--categories .gs-categories .gs-item:nth-child(2).gs-active::after {
  background: #ff595e;
}
.gs-container--categories .gs-categories .gs-item:nth-child(3) {
  background-color: #a8d1ff;
}
.gs-container--categories .gs-categories .gs-item:nth-child(3).gs-active::before {
  border: 2px solid #a8d1ff;
}
.gs-container--categories .gs-categories .gs-item:nth-child(3).gs-active::after {
  background: #a8d1ff;
}
.gs-container--categories .gs-categories .gs-item:last-of-type {
  background-color: #00bff0;
}
.gs-container--categories .gs-categories .gs-item:last-of-type.gs-active::before {
  border: 2px solid #00bff0;
}
.gs-container--categories .gs-categories .gs-item:last-of-type.gs-active::after {
  background: #00bff0;
}
.gs-container--categories .gs-categories .gs-item .gs-item-lnk {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0px !important;
}
.gs-container--categories .gs-categories .gs-item .gs-item-title {
  color: white;
  font-family: "PFDasGroteskPro-Bold";
  margin-top: 40px;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-align: left;
}
.gs-container--categories .gs-categories .gs-item.gs-active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  transform: translate(6px, 6px);
}
.gs-container--categories .gs-categories .gs-item.gs-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  height: 74px;
  width: 2px;
}
.gs-container--categories .gs-categories .gs-item.gs-active .gs-item-arrow img:nth-child(1) {
  display: none;
}
.gs-container--categories .gs-categories .gs-item.gs-active .gs-item-arrow img:nth-child(2) {
  display: block;
}
.gs-container--categories .gs-categories .gs-item .gs-item-arrow img:nth-child(2) {
  display: none;
}

.gs-products {
  width: 1360px;
  border-radius: 16px;
  background: #FFF;
  margin: 0 auto 80px auto;
  padding: 48px;
  display: none;
  max-width: 1360px;
  width: calc(100vw - 40px);
}
.gs-products.gs-active {
  display: block;
}
.gs-products .owl-prev, .gs-products .owl-next {
  position: absolute;
  left: -65px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: #fff url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
}
.gs-products .owl-prev span, .gs-products .owl-next span {
  display: none;
}
.gs-products .owl-prev.disabled, .gs-products .owl-next.disabled {
  opacity: 0.3;
  cursor: default;
}
.gs-products .owl-next {
  left: auto;
  right: -65px;
  background-image: url("../images/icon-next.svg") !important;
}
.gs-products .gs-items .gs-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
}
.gs-products .gs-items .gs-item .gs-item-lnk {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0px !important;
}
.gs-products .gs-items .gs-item .gs-item-title {
  text-align: center;
  min-height: 115px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  color: #000;
  font-family: "PFDasGroteskPro-Bold";
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.gs-products .gs-items .gs-item .gs-item-price {
  color: #000;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.36px;
  text-align: center;
}
.gs-products .gs-items .gs-item .gs-item-price strong {
  font-family: "PFDasGroteskPro-Bold";
  font-size: 36px;
  line-height: 100%;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.gs-products .gs-items .gs-item .gs-item-more {
  color: #fff;
  font-family: "PFDasGroteskPro-Medium";
  font-size: 16px;
  padding: 0px 25px;
  border-radius: 24px;
  background: #282828;
  height: 45px;
  line-height: 48px;
  display: block;
}
.gs-products .gs-items .gs-item:hover .gs-item-more {
  opacity: 0.9;
  text-decoration: none;
}
.gs-products#gs-pr1 {
  border: 2px solid #874ff5;
}
.gs-products#gs-pr1 .gs-items .gs-item .gs-item-title {
  min-height: 100px;
}
.gs-products#gs-pr2 {
  border: 2px solid #ff595e;
}
.gs-products#gs-pr3 {
  border: 2px solid #a8d1ff;
}
.gs-products#gs-pr4 {
  border: 2px solid #00bff0;
}

/* ––––––––––––––––––– End of categories and products –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Offers –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-offers {
  padding: 80px 0px;
  background: #282828;
  text-align: center;
  color: black;
}
.gs-offers .gs-title {
  color: white;
  line-height: 130%;
  letter-spacing: -0.78px;
  font-family: "PFDasGroteskPro-Black";
  text-align: center;
}
.gs-offers .gs-text {
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 114%;
  letter-spacing: -0.48px;
  padding: 0px 0 48px 0;
}
.gs-offers .gs-plans {
  display: flex;
  background-color: white;
  border-radius: 24px;
  padding: 110px 60px;
  position: relative;
}
.gs-offers .gs-plans:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #282828;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gs-offers .gs-plans .gs-plan-title {
  font-size: 16px;
  font-family: "PFDasGroteskPro-Bold";
  margin-top: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.gs-offers .gs-plans .gs-plan-price {
  font-size: 16px;
}
.gs-offers .gs-plans .gs-plan-price strong {
  margin-top: 10px;
  display: inline-block;
  font-size: 40px;
  font-family: "PFDasGroteskPro-Black";
}
.gs-offers .gs-plans .gs-text {
  color: black;
}
.gs-offers .gs-plans .gs-text strong {
  font-family: "PFDasGroteskPro-Black";
  font-size: 38px;
  line-height: 1.1;
}
.gs-offers .gs-plans .gs-text span {
  font-size: 18px;
  line-height: 1.2;
}
.gs-offers .gs-plans .gs-plan__left {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding-right: 48px;
}
.gs-offers .gs-plans .gs-plan__left .gs-plan-image {
  width: calc(50% - 16px);
}
.gs-offers .gs-plans .gs-plan__left .gs-plan-text {
  text-align: center;
  width: calc(50% - 16px);
  margin-top: 14px;
}
.gs-offers .gs-plans .gs-plan__left .gs-plan-text .gs-text {
  padding-bottom: 0;
}
.gs-offers .gs-plans .gs-plan__left .gs-plan-text .gs-text strong {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 26px;
}
.gs-offers .gs-plans .gs-plan__left .gs-plan-text img {
  max-width: 240px;
  display: inline-block;
}
.gs-offers .gs-plans .gs-plan__right {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding-left: 48px;
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-image {
  width: calc(60% - 16px);
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-image img {
  transform: translateX(30px);
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-text {
  text-align: center;
  width: calc(40% - 16px);
  margin-top: 14px;
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-text .gs-text {
  padding-bottom: 0;
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-text .gs-text strong {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 26px;
}
.gs-offers .gs-plans .gs-plan__right .gs-plan-text img {
  max-width: 185px;
  display: inline-block;
}
.gs-offers .gs-find-store {
  color: #282828;
  font-family: "PFDasGroteskPro-Medium";
  font-size: 16px;
  padding: 0px 55px;
  margin-top: 48px;
  border-radius: 24px;
  background: white;
  height: 45px;
  line-height: 48px;
  display: inline-block;
}
.gs-offers .gs-find-store:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .gs-offers .gs-plans {
    padding: 60px 60px;
  }
  .gs-offers .gs-plans .gs-plan__left {
    flex-direction: column;
    align-items: center;
  }
  .gs-offers .gs-plans .gs-plan__left .gs-plan-image {
    width: 100%;
  }
  .gs-offers .gs-plans .gs-plan__left .gs-plan-image img {
    margin: auto;
    max-width: 210px;
  }
  .gs-offers .gs-plans .gs-plan__left .gs-plan-text {
    width: 100%;
  }
  .gs-offers .gs-plans .gs-plan__right {
    flex-direction: column;
    align-items: center;
  }
  .gs-offers .gs-plans .gs-plan__right .gs-plan-image {
    width: 100%;
  }
  .gs-offers .gs-plans .gs-plan__right .gs-plan-image img {
    margin: auto;
    max-width: 274px;
  }
  .gs-offers .gs-plans .gs-plan__right .gs-plan-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gs-offers {
    padding: 60px 0px;
  }
  .gs-offers .gs-plans {
    flex-direction: column;
    padding: 60px 14px;
  }
  .gs-offers .gs-plans::after {
    top: 49.5%;
    width: 78%;
  }
  .gs-offers .gs-plans .gs-plan-price strong {
    font-size: 32px;
  }
  .gs-offers .gs-plans .gs-text strong {
    font-size: 32px;
  }
  .gs-offers .gs-plans .gs-plan__left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 80px;
  }
  .gs-offers .gs-plans .gs-plan__right {
    width: 100%;
    padding-left: 0px;
  }
  .gs-offers .gs-plans::after {
    width: 60%;
    height: 2px;
  }
}
@media screen and (max-width: 567px) {
  .gs-offers .gs-plans .gs-plan__right .gs-plan-image img {
    transform: translateX(0px);
  }
}
/* ––––––––––––––––––– End of offers –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– New links –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-new-links {
  text-align: center;
  padding: 80px 20px;
}
.gs-new-links .gs-title {
  font-size: 25px;
  line-height: 1.2;
  padding: 0 0 30px 0;
  color: #1C1C1B;
  font-family: "PFDasGroteskPro-Regular";
}
.gs-new-links .gs-title strong {
  font-family: "PFDasGroteskPro-Black";
}
.gs-new-links .gs-items {
  font-size: 0px;
  max-width: 780px;
  margin: 0 auto;
}
.gs-new-links .gs-items .gs-item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 140px;
  background: none;
  border: 1px solid #5C3AAE;
  border-radius: 10px;
  margin: 0 7px 14px 7px;
  font-size: 14px;
  line-height: 140%;
  padding: 75px 0px 0 0px;
  color: #1C1C1B;
  text-decoration: none;
  letter-spacing: -0.02em;
  position: relative;
  font-family: "PFDasGroteskPro-Regular";
}
.gs-new-links .gs-items .gs-item strong {
  font-family: "PFDasGroteskPro-Bold";
}
.gs-new-links .gs-items .gs-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
  background: url("../images/icon-new-links1.svg") no-repeat center center;
}
.gs-new-links .gs-items .gs-item.gs-i2:before {
  background-image: url("../images/icon-new-links2.svg");
}
.gs-new-links .gs-items .gs-item.gs-i3:before {
  background-image: url("../images/icon-new-links3.svg");
}
.gs-new-links .gs-items .gs-item.gs-i4:before {
  background-image: url("../images/icon-new-links4.svg");
}
.gs-new-links .gs-items .gs-item.gs-i5:before {
  background-image: url("../images/icon-new-links5.svg");
}
.gs-new-links .gs-items .gs-item.gs-i6:before {
  background-image: url("../images/icon-new-links6.svg");
}
.gs-new-links .gs-items .gs-item.gs-i7:before {
  background-image: url("../images/icon-new-links7.svg");
}

@media screen and (max-width: 959px) {
  .gs-new-links .gs-title {
    font-size: 26px;
  }
}
/* ––––––––––––––––––– End of new links –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Form –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-form {
  background: #282828;
  padding: 50px 20px 80px 20px;
  color: #fff;
  text-align: center;
}
.gs-form .gs-title {
  font-size: 31px;
  line-height: 130%;
  padding: 0 0 20px 0;
  color: white;
  text-align: center;
  font-family: "PFDasGroteskPro-Regular";
}
.gs-form .gs-title strong {
  font-family: "PFDasGroteskPro-Black";
}
.gs-form .gs-text {
  font-size: 16px;
  line-height: 150%;
  padding: 20px 0 40px 0;
}
.gs-form .gs-steps {
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 20px 0 50px 0;
  text-align: center;
  line-height: 1.3;
}
.gs-form .gs-steps .gs-step {
  display: block;
  font-size: 21px;
  margin: 0 auto 7px auto;
  text-align: center;
  color: inherit;
  font-family: "PFDasGroteskPro-Medium";
}
.gs-form .gs-items {
  font-size: 0px;
  text-align: center;
}
.gs-form .gs-items .gs-item {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  min-height: 140px;
  margin: 0 22px;
  padding: 0px 0 0 0;
  overflow: hidden;
  position: relative;
}
.gs-form .gs-items .gs-item .gs-bt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}
.gs-form .gs-items .gs-item .gs-item-icon {
  width: 70px;
  height: 70px;
  background: url("../images/icon-option1.svg") no-repeat center top;
  margin: 0 auto 10px auto;
  position: relative;
}
.gs-form .gs-items .gs-item .gs-item-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: url("../images/icon-check.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 200ms;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 10px;
}
.gs-form .gs-items .gs-item:hover .gs-item-icon::after {
  opacity: 1;
}
.gs-form .gs-items .gs-item .gs-item-title {
  font-size: 14px;
  line-height: 130%;
}
.gs-form .gs-items .gs-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -1000px;
  left: -1000px;
}
.gs-form .gs-items .gs-item label {
  opacity: 0;
  position: absolute;
  left: -1000px;
  left: -1000px;
}
.gs-form .gs-items .gs-item.gs-i2 .gs-item-icon {
  background-image: url("../images/icon-option2.svg");
}
.gs-form .gs-items .gs-item.gs-i3 .gs-item-icon {
  background-image: url("../images/icon-option3.svg");
}
.gs-form .gs-items .gs-item.gs-i4 .gs-item-icon {
  background-image: url("../images/icon-option4.svg");
}
.gs-form .gs-items .gs-item.gs-i5 .gs-item-icon {
  background-image: url("../images/icon-option5.svg");
}
.gs-form .gs-items .gs-item.gs-i6 .gs-item-icon {
  background-image: url("../images/icon-option6.svg");
}
.gs-form .gs-items .gs-item.gs-i7 .gs-item-icon {
  background-image: url("../images/icon-option7.svg");
}
.gs-form .gs-items .gs-item.gs-i8 .gs-item-icon {
  background-image: url("../images/icon-option8.svg");
}
.gs-form .gs-items .gs-item.gs-active .gs-item-icon::after {
  opacity: 1;
}
.gs-form .gs-items .gs-item.gs-active .gs-item-icon::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.gs-form .gs-check-all {
  margin: 0px auto 25px auto;
  background: none;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  width: 435px;
  height: 80px;
  line-height: 80px;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 60px;
  transition: all 200ms;
  font-family: "PFDasGroteskPro-Bold";
}
.gs-form .gs-check-all::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27px;
  height: 27px;
  z-index: 11;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  transform: translate(-50%, -50%);
  margin: 0 0 0 -60px;
}
.gs-form .gs-check-all::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  z-index: 11;
  background: #BBD258;
  border: 1px solid #BBD258;
  border-radius: 6px;
  display: block;
  transform: translate(-50%, -50%);
  margin: 0 0 0 -60px;
  opacity: 0;
  cursor: pointer;
}
.gs-form .gs-check-all.gs-active::after {
  background: #BBD258;
  opacity: 1;
}
.gs-form .gs-form-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px;
  font-size: 13px;
  color: #fff;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 10px;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input {
  width: 100%;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 7px;
  height: 47px;
  line-height: 45px;
  font-family: "PFDasGroteskPro-Regular";
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  outline: none;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col input.gs-error {
  border-color: #ff0000;
}
.gs-form .gs-form-wrapper .gs-form-row .gs-form-col label {
  display: block;
  font-size: 14px;
  color: #161156;
  text-align: left;
  padding: 0 0 5px 0;
  opacity: 0;
}
.gs-form .gs-form-wrapper .gs-form-row input[type=submit] {
  display: block;
  width: 100%;
  height: 47px;
  background: none;
  border-radius: 23px;
  transition: all 200ms;
  border: 0px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "PFDasGroteskPro-Regular";
  cursor: pointer;
}
.gs-form .gs-error-categories {
  color: #ff0000;
  display: none;
  padding: 10px 0;
}
.gs-form .gs-error-categories.gs-active {
  display: block;
}
.gs-form .gs-error-message {
  margin-top: 10px;
  color: red;
  display: none;
}
.gs-form .gs-error-message.gs-active {
  display: block !important;
}
.gs-form .gs-terms {
  text-align: left;
  padding: 20px 0 0 10px;
  font-size: 13px;
}
.gs-form .gs-terms > a {
  text-decoration: underline;
}
.gs-form .gs-terms .prettycheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.gs-form .gs-terms .prettycheckbox a {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 7px;
  display: block;
  text-decoration: none !important;
  position: relative;
}
.gs-form .gs-terms .prettycheckbox a.checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 3px;
}
.gs-form .gs-terms.error .prettycheckbox a {
  border-color: #ff0000;
}
.gs-form .gs-required {
  padding: 10px 0 0 0;
}

@media screen and (min-width: 960px) {
  .gs-form .gs-items .gs-item.gs-active:hover .gs-item-icon::after {
    opacity: 1;
  }
  .gs-form .gs-items .gs-item:hover .gs-item-icon::before {
    opacity: 0.9;
  }
  .gs-form .gs-items .gs-item:hover.gs-active .gs-item-icon::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .gs-form .gs-check-all:hover {
    text-decoration: none;
  }
  .gs-form .gs-form-wrapper .gs-form-row input[type=submit]:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 1139px) {
  .gs-form .gs-items .gs-item {
    margin: 0 12px !important;
  }
}
@media screen and (max-width: 959px) {
  .gs-form .gs-items .gs-item {
    margin: 0px 7px;
  }
}
@media screen and (max-width: 767px) {
  .gs-form {
    text-align: left;
    padding: 40px 20px;
  }
  .gs-form .gs-title {
    font-size: 24px;
    text-align: center;
  }
  .gs-form .gs-text br {
    display: none;
  }
  .gs-form .gs-items {
    max-width: 350px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .gs-form .gs-items .gs-item {
    margin: 0px 30px 10px 0;
    text-align: center;
  }
  .gs-form .gs-items .gs-item.gs-i3 {
    margin-right: 0px;
  }
  .gs-form .gs-items .gs-item.gs-i6 {
    margin-right: 0px;
  }
  .gs-form .gs-check-all {
    width: 180px;
    padding: 0 0 0 60px;
    font-size: 12px;
    height: 70px;
    line-height: 70px;
    display: block;
    position: relative;
  }
  .gs-form .gs-form-wrapper {
    position: relative;
  }
  .gs-form .gs-form-wrapper .gs-form-row .gs-form-col {
    display: block;
    width: auto;
    padding: 0px 0 15px 0;
  }
  .gs-form .gs-form-wrapper .gs-form-row .gs-form-col input {
    height: 55px;
    line-height: 55px;
  }
  .gs-form .gs-form-wrapper .gs-form-row .gs-form-col-submit {
    padding: 0px;
  }
  .gs-form .gs-form-wrapper .gs-form-row .gs-form-col-submit label {
    display: none;
  }
  .gs-form .gs-terms {
    padding: 10px 0 10px 0px;
  }
  .gs-form .gs-steps {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
  }
  .gs-form .gs-steps .gs-step {
    font-size: 21px;
  }
}
/* ––––––––––––––––––– End of Form –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ––––––––––––––––––– Copyright –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
.gs-outrow-copy {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #8E8E8E;
  padding: 30px 20px 50px 20px;
  max-width: 1030px;
  margin: 0 auto;
}
.gs-outrow-copy a {
  text-decoration: underline;
}

/* ––––––––––––––––––– End of copyright –––––––––––––––––––––– */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1139px) {
  .gs-categories .gs-item {
    padding: 30px 20px !important;
    height: 280px !important;
  }
  .gs-categories .gs-item .gs-item-title {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .gs-page .gs-img-mob {
    display: block !important;
  }
  .gs-page .gs-img-desk {
    display: none !important;
  }
  .gs-mob-br {
    display: block;
    font-size: 0px;
    height: 0px;
  }
  .gs-title {
    font-size: 35px;
  }
  .gs-container--hero {
    background-color: transparent;
    padding-top: 0px;
  }
  .gs-container--hero .gs-hero-desktop {
    display: none;
  }
  .gs-container--hero .gs-hero-mobile {
    display: block;
  }
  .gs-smartphones {
    padding: 38px 20px;
    text-align: center;
    padding: 20px 20px;
    text-align: center;
  }
  .gs-smartphones .gs-title {
    font-size: 35px;
  }
  .gs-smartphones .gs-text {
    font-size: 27px;
    padding: 0 0 30px 0;
  }
  .gs-smartphones .owl-prev {
    left: -15px;
  }
  .gs-smartphones .owl-next {
    right: -15px;
  }
  .gs-new-links {
    text-align: center;
    padding: 40px 15px 40px 15px;
  }
  .gs-new-links .gs-items .gs-item {
    width: auto;
    display: block;
    margin: 0 0px 10px 0px;
    padding: 16px 0 0 100px;
    height: 70px;
    text-align: left;
  }
  .gs-new-links .gs-items .gs-item::before {
    left: 0px;
    width: 100px;
    height: 70px;
  }
  .gs-new-links .gs-items .gs-item.gs-i5, .gs-new-links .gs-items .gs-item .gs-item.gs-i3, .gs-new-links .gs-items .gs-item .gs-item.gs-i2, .gs-new-links .gs-items .gs-item .gs-item.gs-i6 {
    padding-top: 26px;
  }
  .gs-new-links .gs-items .gs-item.gs-i5, .gs-new-links .gs-items .gs-item .gs-item.gs-i3, .gs-new-links .gs-items .gs-item .gs-item.gs-i2, .gs-new-links .gs-items .gs-item .gs-item.gs-i6 {
    padding-top: 26px;
  }
  .gs-new-links .gs-items .gs-item.gs-i5 br, .gs-new-links .gs-items .gs-item .gs-item.gs-i3 br, .gs-new-links .gs-items .gs-item .gs-item.gs-i2 br, .gs-new-links .gs-items .gs-item .gs-item.gs-i6 br {
    display: none;
  }
  .gs-new-links .gs-title {
    font-size: 22px;
  }
  .gs-container--warranty {
    margin-bottom: 60px;
  }
  .gs-container--warranty .gs-title {
    margin-bottom: 30px;
  }
  .gs-container--categories .gs-title {
    margin-bottom: 30px;
  }
  .gs-categories {
    display: block !important;
    white-space: nowrap;
    overflow: auto;
    font-size: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0px 0px 60px 0px;
  }
  .gs-categories::-webkit-scrollbar {
    display: none;
  }
  .gs-categories .gs-item {
    width: calc(100vw - 60px) !important;
    display: inline-flex !important;
    vertical-align: top;
    margin: 0 16px 0 0;
  }
  .gs-categories .gs-item .gs-item-title {
    font-size: 33px;
  }
  .gs-products {
    margin: 0 auto 60px auto;
  }
}
@media screen and (min-width: 768px) {
  .gs-mob-br {
    display: none;
  }
  .gs-container--hero .gs-hero-desktop {
    display: block;
  }
  .gs-container--hero .gs-hero-mobile {
    display: none;
  }
}
.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%;
  max-width: 400px;
  width: 82%;
  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;
}