

/* Start:/local/templates/galaxystore/css/static/static.css?174592829677007*/
.static-egift-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.static-egift-time__radio:not(:last-child) {
    margin-right: 0px;
}

.static-egift-time__radio input[type="radio"] {
  display: none;
}

.static-egift-time__radio input[type="radio"]:checked+label {
  background-color: #1428A0;
  color: #ffffff;
}

.static-egift-time__label {
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 70px;
    height: 30px;
    background-color: #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.static-egift-time__radio:first-child label {
    border-radius: 5px 0px 0px 5px;
}
.static-egift-time__radio:last-child label {
    border-radius: 0px 5px 5px 0px;
}
.static-egift-calendar__title {
    margin-bottom: 19px;
  }
.static-egift-calendar__item:not(:last-child) {
  margin-bottom: 22px;
}
.static-egift-calendar__item.gm-disabled {
  position: relative;
}
.static-egift-calendar__item.gm-disabled:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.static-egift-calendar__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.static-egift-calendar__day {
    margin-bottom: 1px;
    display: block;
    text-transform: capitalize;
}
.static-egift-calendar__tab {
    min-width: 76px;
    min-height: 60px;
    text-align: left;
    position: relative;
}
.static-egift-calendar__tab.gm-calendar {
  background-image: url('/local/templates/galaxystore/css/static/../../img/basket/svg/calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 25px;
}
.static-egift-calendar__tab.gm-mobile select {
        display: block;
        height: 100%;
        width: 100%;
        min-height: 64px;
        z-index: 2;
        position: relative;
        opacity: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
}
.static-egift-calendar__tab:not(:last-child) {
  margin-right: 10px;
}
.static-egift-calendar__tab input[type="radio"] {
    display: none;
}
.static-egift-calendar__tab label {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #E6E6E6;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
}
.static-egift-calendar__tab input[type="radio"]:checked+label {
      border-color: #1428A0;
}
.static-egift-calendar__tab input[type="radio"]:checked+label .static-egift-calendar__day {
        color: #000000;
      }
.datepicker {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 315px;

  padding: 23px 30px 20px;
  margin-top: 10px
}
.datepicker:before, .datepicker:after {
  display: none;
}
.datepicker .table-condensed {
    width: 100%;
}
.datepicker .datepicker-switch {
    font-family: "SamsungOne";
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.datepicker .datepicker-switch:hover {
  background-color: transparent;
}
.datepicker table tr td {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.datepicker table tr td:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.datepicker table tr td.day:hover {
  background-color: #EEEEEE;
}
.datepicker table tr td.day:active, .datepicker table tr td.day:focus, .datepicker table tr td.day.today:active, .datepicker table tr td.day.today:focus, .datepicker table tr td.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.today {
  background-color: transparent;
  border-color: #ffb733;
  border-radius: 34px;
  height: 34px;
  width: 34px;
  position: relative;
}
.datepicker table tr td.today:before {
  border-color: #B8B8B8;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.active.active {
  background-color: #1428A0;
}
.datepicker table tr td.active.active:hover {
  background-color: #1428A0;
}
.static-egift-radio-btn__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.static-egift-radio-btn__radio {
    padding: 0 5px;
}
.static-egift-radio-btn__radio input[type="radio"] {
      display: none;
}
.static-egift-radio-btn__radio input[type="radio"]:checked+label {
      border-color: #0077C8;
}
.static-egift-radio-btn__label {
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 15px;
    height: 40px;
    border: 2px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.static-egift-radio-image__radio input[type="radio"] {
      display: none;
}
.static-egift-radio-image__radio input[type="radio"]:checked+label:after {
  opacity: 1;
}
.static-egift-radio-image__label {
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 215px;
    height: 130px;
    display: block;
    border-radius: 5px;
}
.static-egift-radio-image__label img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
.static-egift-radio-image__label:after {
  position: absolute;
  content: "";
  top: -5px;
  right: -5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url('/local/templates/galaxystore/css/static/../../img/static/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  z-index: 2;
  height: 25px;
  width: 25px;
  opacity: 0;
}
.static-egift-radio-image__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.static-egift-radio-image__button.gm-prev {
  left: -20px;
}
.static-egift-radio-image__button.gm-next {
  right: -20px;
}
.static-egift-form__title:not(.gm-line) {
    margin-bottom: 26px;
}
.static-egift-form__block:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
}
.static-egift-form__block-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}
.static-egift-form__check {
    margin-left: 30px;
}
.static-egift-form__calendar {
    margin-bottom: 30px;
}
.static-egift-form__desktop{
    position: relative;
}
.static-egift-form__desktop.gm-disabled:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.static-egift-side__body {
    background-color: #F7F7F7;
    padding: 23px 20px 30px;
  }
.static-egift-side__title {
    margin-bottom: 19px;
}
.static-egift-side__list {
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.static-egift-side__buttons {
    text-align: center;
}
.static-form {
  padding: 35px 0 55px;
}
.static-form__title {
    margin-bottom: 19px;
}
.static-form__info {
    margin-bottom: 35px;
}
.static-form__download {
    padding: 23px 0 24px;
}
.static-form__bottom {
    margin: 0 0 30px;
    width: 100%;
    max-width: 706px;
}
.static-form__capcha img {
      max-width: 100%;
      display: block;
}
.static-form__input {}
.static-device__row {
    padding: 32px 0 53px;
  }
.static-device__radio-group {
    height: 100%;
}
.static-device__radio-label {
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    padding: 22px 12px 17px;
}
.static-device__radio-input {
    display: none;
}
.static-device__radio-input:checked+.static-device__radio-label {
    border-color: #0077C8;
}
.static-device__radio-input:checked+.static-device__radio-label .static-device__radio-image {
    opacity: 1;
}
.static-device__radio-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 80px;
    opacity: 0.6;
}
.static-device__radio-image img {
      max-width: 100%;
      max-height: 100%;
}
.static-device__radio-name {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    display: block;
}
.static-device__compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.static-device__compare-title {
    margin-bottom: 14px;
}
.static-device__compare-price {
    margin-bottom: 11px;
}
.static-device__sub-title {
    margin-bottom: 29px;
}
.static-info {
  background-color: #F7F7F7;
  padding: 32px 0 42px;
}
.static-info__title {
    margin-bottom: 26px;
}
.static-info__button {
    text-align: center;
}
.static-info__button .g-button{
      max-width: 240px;
      width: 100%;
      margin: 0 auto;
    }
.static-feedback__info {
    margin-bottom: 26px;
  }
.static-feedback__download {
    padding: 23px 0 24px;
  }
.g-file__text {
  font-family: SamsungOne;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 5px;
}
.g-file__text-error {
  color: #FF4337;
}
.static-feedback__bottom {
    margin: 0 0 30px;
}
.static-feedback__capcha img {
      max-width: 100%;
      display: block;
    }
.static-feedback__input {}
.static-feedback__radios {
    margin-bottom: 26px;
}
.static-wallet {
  background-color: #F7F7F7;
}
.static-wallet__top {
    padding: 40px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.static-wallet__bottom {
    padding: 33px 0 35px;
}
.static-wallet__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}
.static-wallet__image {
    width: 80px;
    height: 80px;
    margin-right: 30px;
}
.static-wallet__image img {
      height: 100%;
      display: block;
      margin: 0 auto;
    }
.static-wallet__title {
    width: 100%;
    max-width: 400px;
}
.static-wallet__title-m {
    margin-bottom: 18px;
}
.static-wallet__icons {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.static-wallet__icon {
    width: 128px;
    height: 40px;
    margin-right: 10px;
}
.static-wallet__icon:first-child {
  margin-bottom: 20px;
}
.static-wallet__icon img {
      width: 100%;
      display: block;
}
.static-hero .g-header-top {
    background-color: #F7F7F7;
    position: relative;
  }
.static-hero__content {
    background-color: #FFFFFF;
    position: relative;
    min-height: 500px;
    padding-top: 50px;
}
.gm-job.static-hero {
    margin-top: 50px;
}
.gm-job .static-hero__content {
    background-color: transparent;
    background-image: url('/local/templates/galaxystore/img/job/hero-bg.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.gm-job.static-hero .g-breadcrumbs {
    padding: 16px 0;
    margin: 0;
}
.gm-job .static-hero__content > .g-content {
    position: unset;
}
.gm-job .static-hero__about {
    background: #000000;
    color: #FFFFFF;
    padding: 40px;
    position: absolute;
}
.gm-job.static-hero .static-hero__title,
.gm-job.static-hero .static-hero__text {
    color: #FFFFFF;
}
.gm-job.static-hero .static-hero__text {
    font-size: 16px;
    line-height: 22px;
}
.gm-job.static-hero .static-hero__text + .static-hero__text {
    margin-top: 15px;
}
.gm-job-advs {
    margin-top: 30px;
}
.gm-job-adv {
    display: flex;
    align-items: center;
}
.gm-job-adv__icon + .gm-job-adv__text {
    margin-left: 25px;
}
.gm-job-adv__text {
    font-size: 14px;
    line-height: 20px;
}
.gm-job-content .g-title-xl + .g-subtitle {
    margin-top: 15px;
}
.gm-job-form {
    margin: 40px 0;
}
.gm-job-form-wrapper {
    background: #EFF2F4;
}
.vacancy__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vacancy__title {
  max-width: 482px;
}
.vacancy__text {
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 482px;
}
.vacancy__btn {
  max-width: 240px;
}
.about-breadcrumb .g-breadcrumbs {
  margin-bottom: 30px;
  padding-top: 10px;
}

.about-breadcrumb .g-breadcrumbs__item {
  height: 20px;
  display: inline-flex;
  align-items: center;
}

.about-main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.about-main__img {
  width: 100%;
}

.about-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.about-row {
  padding-top: 30px;
}

.about-row:last-child {
  padding-bottom: 30px;
}

.about-chain-store {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-chain-store__wrapper {
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-chain-store__title {
  width: 700px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  font-family: "SamsungSharpSans";
}

.about-chain-store__link {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 10px 35px;
  color: #000;
  transition: 0.3s;
}

.about-chain-store__link:hover {
  background-color: #000;
  color: #fff;
}

.about-chain-store__numbers {
  display: flex;
  flex-direction: column;
}

.about-chain-store__block {
  display: flex;
  flex-direction: column;
}

.about-chain-store__block:not(:first-child) {
  margin-top: 40px;
}

.about-chain-store__number {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  font-family: "SamsungSharpSans";
}

.about-chain-store__desc {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 2px;
}

.about-info {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-info__img {
  width: 100%;
}

.about-info__desc {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about-info__desc-link {
  margin-top: 20px;
  text-align: center;
}

.about-info__desc-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  font-family: "SamsungSharpSans";
  margin-bottom: 10px;
  display: block;
}

.about-info__desc-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about-info__desc-text > span {
  display: block;
  width: 100%;
}

.about-info__desc-list {
  list-style: disc;
  padding-left: 27px;
}

.about-social {
  display: flex;
  flex-direction: column;
}

.about-social__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  font-family: "SamsungSharpSans";
}

.about-social__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.about-social__block {
  max-width: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 63px;
  border-radius: 20px;
  color: #000;
}

.about-social__block:first-child {
  background-color: #F5F7FE;
}

.about-social__block:last-child {
  background-color: #FEF6F3;
  margin-left: 30px;
}

.about-social__desc {
  margin: 25px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "SamsungSharpSans";
  text-align: center;
}

.about-social__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.about-social__link::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5857 10.0001L6.29285 4.70718L7.70706 3.29297L14.4142 10.0001L7.70706 16.7072L6.29285 15.293L11.5857 10.0001Z' fill='black'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.about-inventive {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-inventive__text {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  max-width: 497px;
}

.about-conveniences {
  display: flex;
  flex-direction: column;
}

.about-conveniences__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  font-family: "SamsungSharpSans";
  text-align: center;
}

.about-conveniences__wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.about-conveniences__slide {
  width: 338px;
}

.about-conveniences__card {
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 395px;
  border-radius: 20px;
  color: #000;
}

.about-conveniences__card-1 {
  background-color: #F5F7FE;
}

.about-conveniences__card-2 {
  background-color: #FEF6F3;
}

.about-conveniences__card-3 {
  background-color: #F6F0F5;
  padding: 25px 24px;
}

.about-conveniences__card-4 {
  background-color: #F7F5F2;
  padding: 25px 30px;
}

.about-conveniences__card-img {
  margin-bottom: 25px;
}

.about-conveniences__card-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: "SamsungSharpSans";
  text-align: center;
}

.about-conveniences__card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 25px 0;
  text-align: center;
}

.about-conveniences__card-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.about-conveniences__card-link::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5857 10.0001L6.29285 4.70718L7.70706 3.29297L14.4142 10.0001L7.70706 16.7072L6.29285 15.293L11.5857 10.0001Z' fill='black'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.about-full-range {
  display: flex;
  flex-direction: column;
}

.about-full-range__title {
  font-family: "SamsungSharpSans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

.about-full-range__wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.about-full-range__slide {
  width: 264px;
}

.about-full-range__card {
  padding: 35px 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  border-radius: 20px;
  color: #000;
}

.about-full-range__card-name {
  font-family: "SamsungSharpSans";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 25px 0;
  text-align: center;
}

.about-full-range__card-link {
  margin-top: auto;
}

.about-full-range__card-1 {
  background-color: #F5F7FE;
}

.about-full-range__card-2 {
  background-color: #FEF6F3;
}

.about-full-range__card-3 {
  background-color: #F6F0F5;
}

.about-full-range__card-4 {
  background-color: #F7F5F2;
}

.about-full-range__card-5 {
  background-color: #F5F7FE;
}

.about-info__desc-wrapper {
  display: flex;
  flex-direction: column;
}

.about-info__more {
  display: none;
}

.about-info__more.active {
  display: flex;
}

.about-info__more-btn {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #0077c8;
  width: 100%;
  transition: 0.3s;
}

.about-info__more-btn:hover {
  color: #00b3e3;
}

@media (max-width: 1279px) {
  .vacancy__title {
    text-align: center;
    max-width: 745px;
    margin: 0 auto;
  }
  .vacancy__text {
    text-align: center;
    max-width: 745px;
    margin: 0 auto 40px;
  }
  .vacancy__btn {
    margin: 0 auto;
  }
  
  .about-info__desc {
    padding: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .about-info__desc--brand {
    padding-top: 19px;
  }

  .about-info__desc--delivery {
    padding-top: 26px;
  }

  .about-chain-store__title {
    font-size: 28px;
    width: 327px;
  }

  .about-chain-store__wrapper {
    padding-left: 30px;
  }
  
  .about-chain-store {
    gap: 50px;
  }

  .about-container {
    padding: 0 40px;
  }

  .about-chain-store__number {
    font-size: 40px;
  }

  .about-chain-store__desc {
    font-size: 20px;
  }

  .about-info {
    align-items: flex-start;
  }

  .about-info__desc-wrapper {
    position: absolute;
    left: 0;
    top: 0;
  }

  .about-info__desc-wrapper--relative {
    position: relative;
  }

  .about-info__desc-title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-conveniences__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-full-range__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-social__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-social__desc {
    font-size: 20px;
    line-height: 120%;
  }

  .about-social__block {
    height: 260px;
  }

  .about-conveniences__card {
    height: 365px;
  }

  .about-inventive__text {
    max-width: 418px;
  }
}
@media (max-width: 979px) {
  .vacancy__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-inventive__text {
    max-width: none;
  }
  .about-info__desc-wrapper {
    position: relative;
  }
  .about-chain-store__title {
    font-size: 24px;
  }
  .about-container {
    padding: 0 20px;
  }
  .about-breadcrumb .g-breadcrumbs {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .vacancy__title {
    text-align: center;
  }
  .vacancy__text {
    text-align: center;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .vacancy__btn {
    max-width: 100%;
  }

  .about-breadcrumb .static-hero__content {
    min-height: auto;
  }

  .about-chain-store__wrapper {
    align-items: center;
    padding-left: 0;
  }
  
  .about-chain-store__title {
    text-align: center;
  }

  .about-chain-store {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .about-chain-store__block {
    align-items: center;
  }

  .about-chain-store__desc {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .about-chain-store__block:not(:first-child) {
    margin-top: 30px;
  }

  .about-chain-store__numbers {
    margin-top: 30px;
    padding-left: 0;
  }

  .about-info {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .about-info__desc {
    margin-top: 30px;
    padding: 0 20px;
  }

  .about-info__desc--brand {
    padding-top: 0px;
  }

  .about-info__desc--delivery {
    padding-top: 0px;
  }

  .about-info__desc-experience {
    padding-right: 17px;
  }

  .about-info__desc-title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-info__img {
    order: -1;
  }

  .about-info__desc-link {
    margin: 20px auto 0;
  }

  .about-social__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-social__wrapper {
    flex-direction: column;
  }
  
  .about-social__block:last-child {
    margin-left: 0;
    margin-top: 15px;
  }

  .about-social__block {
    max-width: none;
    height: 260px;
    padding: 25px;
  }

  .about-social__desc {
    font-size: 20px;
    line-height: 22px;
  }

  .about-inventive__img {
    width: 108px;
    height: 108px;
  }

  .about-inventive__text {
    margin-left: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .about-conveniences__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-conveniences__slide {
    width: 264px;
  }

  .about-conveniences__card {
    height: 398px;
  }

  .about-conveniences__card-1 {
    padding: 25px 21px;
  }
  
  .about-conveniences__card-2 {
    padding: 25px 18px;
  }
  
  .about-conveniences__card-3 {
    padding: 25px 37px;
  }
  
  .about-conveniences__card-4 {
    padding: 25px 26px;
  }

  .about-conveniences__card-img {
    margin-bottom: 21px;
  }

  .about-conveniences__card-desc {
    margin: 10px 0 25px 0;
  }

  .about-full-range__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.vacancy-form .g-form__item.gm-label {
    width: 120px;
}
.vacancy-form .g-select__selected,
.vacancy-form .g-select.gm-costum {
    background-color: #ffffff;
}
.vacancy-form__textarea-skills {
    resize: none;
    height: 100px;
}
.vacancy-form__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vacancy-form__col {
    flex: 0 1 47%;
}
.vacancy-form__col.vacancy-form__col--full {
    flex: 0 0 100%;
    max-width: none;
}
.vacancy-form__download {
    margin-top: 20px;
    min-height: 30px;
}
.vacancy-form__team {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.vacancy-form__team img {
    max-width: 100%;
}
.gm-job-contacts {
    max-width: 705px;
    padding-top: 20px;
    margin: 0 auto;
}
.gm-job-contacts__irg {
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
}
.static-hero__top {
    position: relative;
    z-index: 4;
}
.static-hero__block {
    padding-bottom: 243px;
}
.static-hero__bg-image {
    position: absolute;
    bottom: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    width: 1000px;
    left: 50%;
}
.static-hero__bg-image img {
      width: 234px;
      display: block;
}
.static-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 243px;
}
.static-hero__bg.gm-purple:after {
  background: rgba(189, 16, 224, 1);
  background: -webkit-gradient(left top, right top, color-stop(0%, #bd10e0), color-stop(100%, #9013fe));
  background: -webkit-linear-gradient(left, #bd10e0 0%, #9013fe 100%);
  background: -o-linear-gradient(left, #bd10e0 0%, #9013fe 100%);
  background: -webkit-gradient(linear, left top, right top, from(#bd10e0), to(#9013fe));
  background: linear-gradient(to right, #bd10e0 0%, #9013fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd10e0', endColorstr='#9013fe', GradientType=1);
}
.static-hero__bg.gm-redblue:after {
  background: -webkit-linear-gradient(349.85deg, #FFB0AC 0.96%, #05ABE4 101.23%);
  background: -o-linear-gradient(349.85deg, #FFB0AC 0.96%, #05ABE4 101.23%);
  background: linear-gradient(100.15deg, #FFB0AC 0.96%, #05ABE4 101.23%);
}
.static-hero__bg.gm-lightpink:after {
  background-color: #FDD3D8;
}
.static-hero__bg.gm-lightblue:after {
  background-color: #00B3E3;
}
.static-hero__bg.gm-darkgreen:after {
  background-color: #00C3B2;
}
.static-hero__bg.gm-green:after {
  background-color: #97D653;
}
.static-hero__bg.gm-blue:after {
  background-color: #4A90E2;
}
.static-hero__bg.gm-left:after {
  position: absolute;
  content: " ";
  width: 804px;
  height: 804px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  border-radius: 120px;
  bottom: -550px;
}
.static-hero__bg.gm-right:after {
  position: absolute;
  content: " ";
  width: 804px;
  height: 804px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  border-radius: 120px;
  bottom: -550px;
}
.static-hero__card {
    position: absolute;
    bottom: 215px;
    left: calc(50% + 280px);
    z-index: 1;
}
.static-hero__card img {
    width: 224px;
    display: block;
}
.static-hero__title {
    margin-bottom: 27px;
}
.static-hero__title .gm-note {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
}
.static-hero__title-list {
    padding-left: 16px;
}
.static-hero__title-list li {
      padding-left: 19px
    }
.static-hero__title-list li:not(:last-child) {
  margin-bottom: 10px;
}
.static-hero__bg-image-card {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    right: calc(50% - 30px);
}
.static-hero__bg-image-card img {
      width: 280px;
      display: block;
}
.static-hero__bg-image-watch {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: calc(50% - 30px);
}
.static-hero__bg-image-watch img {
      width: 200px;
      display: block;
}
.static-hero__list {
    padding-left: 110px;
    background-image: url('/local/templates/galaxystore/img/service/service-mobile.png');
    background-position: left top;
    background-size: 80px;
    background-repeat: no-repeat;
    margin-bottom: 28px;
}
.static-hero__list-item:not(:last-child) {
    margin-bottom: 10px;
}
.static-hero__button {
    width: 100%;
    max-width: 215px;
    margin-top: 23px;
}
.static-hero__button .g-button + .g-button {
    margin-left: 20px;
}
.static-hero.gm-gift .static-hero__bg:after {
      bottom: -710px;
}
.static-hero.gm-bonus .static-hero__content {
    overflow: hidden;
}
.static-hero.gm-bonus .static-hero__block {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 160px;
}
@media (max-width: 1500px) {
    .static-hero.gm-bonus .static-hero__block {
        padding-left: 100px;
    }
}
.static-hero.gm-bonus .static-hero__button {
    display: flex;
    margin-top: 30px;
    max-width: 155px;
}
.static-hero.gm-bonus .static-hero__button_small {
    max-width: 280px;
}
.static-hero.gm-bonus .static-hero__text {
    font-size: 18px;
    line-height: 26px;
}
.static-hero.gm-bonus .static-hero__img {
    display: none;
}
.static-hero.gm-bonus .static-hero__bg-image {
    width: 1110px;
    height: 762px;
    bottom: -170px;
    left: 50%;
    z-index: 2;
    margin-left: -210px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.static-hero.gm-service {
  margin-bottom: 35px;
}
.static-hero.gm-service .static-hero__image2 {
      position: absolute;
      content: " ";
      width: 412px;
      height: 409px;
      bottom: -50px;
      background-image: url('/local/templates/galaxystore/img/service/service-desktop.png');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 2;
}
.static-hero.gm-service .static-hero__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      z-index: 1;
}
.static-hero.gm-service .static-hero__image:after {
  position: absolute;
  content: " ";
  width: 804px;
  height: 804px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background-color: #4A90E2;
  border-radius: 120px;
  bottom: -550px;
}
.static-hero.gm-service .static-hero__content {
      min-height: auto;
      padding-bottom: 35px;
}
.static-hero.gm-tradein .static-hero__bg-image {
      position: absolute;
      bottom: 30px;
      z-index: 2;
      left: 65%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: auto;
}
.static-hero.gm-tradein .static-hero__bg-image img {
        width: 400px;
        display: block;
}
.static-hero.gm-job .static-hero__bg-image {
      position: absolute;
      bottom: 0px;
      z-index: 2;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      right: auto;
      width: auto;
}
.static-hero.gm-job .static-hero__bg-image img {
        width: 400px;
        display: block;
}
.static-hero.gm-about .static-hero__block {}
.static-hero.gm-about .static-hero__bg-image {
      position: absolute;
      bottom: 0;
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      width: 1000px;
      height: 500px;
      background-blend-mode: multiply;
}
.static {
  overflow: hidden;
  margin-top: -50px
}
.static.gm-contact {
  padding-bottom: 55px;
  margin-top: 0px;
}
.static__blocks {
    padding: 30px 0 35px;
}
.static__blocks.gm-border {
  border-bottom: 1px solid #EAEAEA;
}
.static__blocks.gm-about {
  border-bottom: none;
}
.static__title-l {
    margin-bottom: 17px;
}
.static__description {
    padding: 33px 0 55px;
}
.static__description-text {
      padding-left: 20px;
      position: relative;
}
.static__description-text:after {
  position: absolute;
  content: '*';
  top: 0;
  left: 0;
  font-family: "SamsungOne";
  font-size: 14px;
  line-height: 20px;
}
.static__items {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.static__form {
    padding-top: 25px;
}
.static__content {
    background-color: #F7F7F7;
    padding-bottom: 35px;
    position: relative;
}
.static__top {
    position: relative;
    z-index: 2;
}
.static__title {
    margin-bottom: 27px;
}
.static__text {
    width: 100%;
}
.static__device {
    padding: 23px 0 42px;
}
.static__gallery img {
      width: 100%;
      display: block;
}
.static__body {
    padding: 33px 0 25px;
}
.page.gm-about .g-header-top {
    background-color: #F7F7F7;
  }
.static-egift-form__block .g-input:disabled {
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #d4d4d4;
}
.static-egift-side__description {
    color: #999999;
    text-align: center;
    margin-top: 20px;
}
.static-egift-side__text {
    margin-top: 40px;
}
.static-egift-side__detail img {
    width: 100%;
}
@media (max-width: 375px) {
    .static-egift-side__detail img {
        width: 320px;
    }
}
.static-egift-side__picture-block {
    position: relative;
}
.static-egift-side__cost {
    background-color: #fff;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    font-size: 25px;
    font-family: "SamsungSharpSans";
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 52px;
    text-align: center;
}
.static-egift-side__information {
    display: flex;
    padding: 30px 0 0;
}
.static-egift-side__textarea {
    padding-top: 30px;
}
.static-egift-side__from, .static-egift-side__to {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.static-egift-side__from {
    padding-right: 10px;
    box-sizing: border-box;
}
.static-egift-side__from span, .static-egift-side__to span{
    display: block;
    word-wrap: break-word;
    line-height: 20px;
}
.egift-item-from-title, .egift-item-to-title {
    margin-bottom: 5px;
    font-weight: 800;
}
.static-egift-side__total {
    background-color: #F7F7F7;
    padding: 30px 40px 30px;
    border-top: 1px solid #eaeaea;
}
.static-egift-side__total-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.js-eps-submit:disabled,
.js-eps-submit[disabled]{
    background-color: #cccccc!important;
    color: #777777 !important;
    cursor: no-drop;
}
.static-egift-side__info-description{
    width: 100%;
}

@media (min-width: 1599px) {

    .static-egift-radio-image__items {
        display: flex;
    }

    .g-button.gm-circle{
        display: none;
    }

}

@media (min-width: 768px) {

  .static-egift-calendar__title {
    display: none;
  }

  .static-egift-calendar__radios {
    max-width: 597px;
    width: 100%;
  }

  .static-egift-calendar__item:not(:last-child) {
    margin-bottom: 36px;
  }

  .static-egift-calendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .static-egift-calendar__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .static-egift-calendar__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .static-egift-calendar__button {
    display: none;
  }

  .static-egift-calendar__tab.gm-mobile {
    display: none;
  }

  .static-egift-radio-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .static-egift-radio-btn__radios {
    margin-right: 30px;
  }

  .static-egift-radio-btn__items {
    margin: 0 -5px;
  }

  .static-egift-radio-btn__input {
    width: 213px;
  }

  .static-egift-radio-image__radios {
    max-width: 705px;
    width: 100%;
    position: relative;
  }

  .static-egift-radio-image__items {
    margin: 0 -15px;
  }

  .static-egift-radio-image__radio {
    padding: 5px 13px 0;
  }

  .static-egift-form__title:not(.gm-line) {
    margin-bottom: 30px;
  }

  .static-egift-form__block {
    margin-bottom: 34px;
  }

  .static-egift-form__block-line {
    margin-bottom: 30px;
  }

  .static-egift-form__radio-button {
    display: none;
  }

  .static-egift-form__mobile {
    display: none;
  }

  .static-egift-side__body {
    padding: 23px 40px 30px;
  }

  .static-form {
    padding: 55px 0 75px;
  }

  .static-form__title {
    margin-bottom: 25px;
  }

  .static-form__download {
    padding: 13px 0 24px;
  }

  .static-device__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .static-device__radio-group {
    height: 263px;
  }

  .static-device__radio-label {
    padding: 32px 27px 27px;
  }

  .static-device__radio-image {
    height: 140px;
    margin-bottom: 24px;
  }

  .static-device__radio-name {
    height: 40px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .static-device__compare-label {
    margin-bottom: 15px;
  }

  .static-feedback__download {
    padding: 13px 0 24px;
  }

  .static-feedback__radios {
    margin-bottom: 36px;
  }

  .static-wallet__top {
    padding: 60px 0 55px;
  }

  .static-wallet__bottom {
    padding: 55px 0;
  }

  .static-wallet__header {
    margin-bottom: 37px;
  }

  .static-wallet__title-m {
    margin-bottom: 30px;
  }

  .static-hero__content {
    min-height: 470px;
  }

  .static-hero__bg-image {
    left: calc(50% + 100px);
  }

  .static-hero__bg.gm-left:after {
    left: calc(50% + 150px);
  }

  .static-hero__bg.gm-right:after {
    left: calc(50% + 150px);
  }

  .static-hero__title {
    margin-bottom: 25px;
  }

  .gm-job .static-hero__title {
    margin-bottom: 20px;
  }

  .static-hero__title-list {
    font-size: 16px;
  }

  .static-hero__bg-image-card {
    right: calc(50% - 140px);
  }

  .static-hero__bg-image-watch {
    right: calc(50% - 140px);
  }

  .static-hero__list {
    display: none;
  }

  .static-hero__button {
    margin-top: 43px;
  }

  .static-hero.gm-gift .static-hero__bg:after {
    bottom: -600px;
    left: calc(50% - 100px);
  }

  .static-hero.gm-service {
    margin-bottom: 50px;
  }

  .static-hero.gm-service .static-hero__image2 {
    left: calc(100% - 300px);
  }

  .static-hero.gm-service .static-hero__image:after {
    left: calc(50% + 150px);
  }

  .static-hero.gm-service .static-hero__content {
    padding-bottom: 43px;
  }

  .static-hero.gm-tradein .g-breadcrumbs {
    margin-bottom: 50px;
  }

  .static-hero.gm-tradein .static-hero__text.g-text {
    font-size: 16px;
    max-width: 430px;
    width: 100%;
  }

  .static-hero.gm-tradein .static-hero__bg-image {
    bottom: 0px;
    right: 0px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .static-hero.gm-job .static-hero__bg-image {
    right: 40px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .static-hero.gm-about .static-hero__text.gm-lh-m {
    line-height: 22px;
  }

  .static-hero.gm-about .static-hero__bg-image {
    left: calc(50% - 80px);
  }

  .static.gm-contact {
    padding-bottom: 75px;
  }

  .static__blocks {
    padding: 60px 0 50px;
  }

  .static__blocks .col:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
  }

  .static__title-l {
    margin-bottom: 26px;
  }

  .static__description {
    padding: 60px 0 74px;
  }

  .static__items .col:not(:nth-last-child(-n+3)) {
    margin-bottom: 48px;
  }

  .static__items {
    padding: 20px 0 77px;
  }

  .static__form {
    padding-top: 55px;
  }

  .static__content {
    padding-bottom: 43px;
  }

  .static__title {
    margin-bottom: 25px;
  }

  .static__text {
    width: 50%;
  }

  .static__device {
    padding: 58px 0;
  }

  .static__gallery {
    margin-bottom: 50px;
  }

  .static__gallery .col:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }

  .static__body {
    padding: 54px 0 55px;
  }
}
@media (min-width: 980px) {
  .static-egift-radio-image__button.gm-prev {
    left: -30px;
  }

  .static-egift-radio-image__button.gm-next {
    right: -30px;
  }

  .sstatic-egift-side__body {
    padding: 23px 40px 40px;
  }

  .static-device__row {
    margin: -15px;
  }

  .static-device__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin: 15px 0;
  }

  .static-info {
    text-align: center;
  }

  .static-hero__content {
    padding-top: 150px;
    min-height: 571px;
  }

  .static-hero__bg.gm-left:after {
    left: calc(50% - 150px);
  }

  .static-hero__bg.gm-right:after {
    left: calc(50% - 150px);
  }

  .static-hero.gm-gift .static-hero__bg:after {
    left: calc(50% - 250px);
  }

  .static-hero.gm-service .static-hero__image2 {
    left: calc(100% - 440px);
  }

  .static-hero.gm-service .static-hero__image:after {
    left: calc(50% - 150px);
  }

  .static-hero.gm-service .static-hero__content {
    padding-bottom: 109px;
  }

  .static-hero.gm-tradein .static-hero__bg-image {
    right: 60px;
  }

  .static-hero.gm-job .static-hero__bg-image {
    right: 60px;
  }

  .static-hero.gm-about .static-hero__bg-image {
    left: calc(50% - 90px);
  }

  .static {
    margin-top: -150px;
  }

  .static__content {
    padding-bottom: 109px;
  }

  .static__text {
    width: 100%;
    max-width: 430px;
  }

  .static__device {
    padding: 58px 0 77px;
  }

  .gm-job .static-hero__content {
      min-height: 360px;
  }

  .gm-job.static-hero {
      margin-top: 150px;
  }

  .gm-job .static-hero__about {
      left: 80px;
      bottom: -40px;
      max-width: 540px;
  }

  .gm-job-adv {
      padding: 15px 0;
  }
}
@media (min-width: 1280px) {

  .sstatic-egift-side__body {
    margin-bottom: 23px;
  }

  .static-device__radio-group {
    height: 243px;
  }

  .static-device__compare-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .static-device__compare-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 20px;
  }

  .static-hero__bg.gm-left:after {
    left: calc(50%);
  }

  .static-hero__bg.gm-right:after {
    left: calc(50%);
  }

  .static-hero.gm-service .static-hero__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .static-hero.gm-service .static-hero__image2 {
    left: calc(50% + 100px);
  }

  .static-hero.gm-service .static-hero__image:after {
    left: calc(50%);
  }

  .static-hero.gm-tradein .static-hero__bg-image {
    right: 84px;
  }

  .static-hero.gm-job .static-hero__bg-image {
    right: 84px;
  }

  .static-hero.gm-about .static-hero__bg-image {
    left: calc(50% - 130px);
  }

  .static__device {
    padding: 58px 0 97px;
  }

  .static__body {
    padding: 54px 0 60px;
  }

  .gm-job .static-hero__content {
      background-position: center bottom;
      background-size: auto 100%;
  }

  .vacancy-form {
      padding: 40px 0;
  }

  .gm-job .static-hero__about {
      margin-left: 86px;
      left: auto;
  }

  .gm-job-adv {
      padding: 18px 0;
  }

  .gm-job-content,
  .gm-job-content.g-content {
      margin-bottom: 100px;
  }

  .gm-job-content.g-content.advantages {
    margin-bottom: 62px;
  }

  .vacancy-form__col {
      flex: 0 1 48%;
      max-width: 335px;
  }
}
@media (min-width: 1600px) {
  .static-egift-side__body {
    padding: 23px 30px 30px;
  }

  .static-device__radio-group {
    height: 243px;
  }

  .static-hero .g-breadcrumbs {
    margin-bottom: 51px;
  }

  .static-hero__bg.gm-left:after {
    left: calc(50% - 150px);
  }

  .static-hero__bg.gm-right:after {
    left: calc(50% - 150px);
  }

  .static-hero.gm-bonus .static-hero__bg.gm-right:after {
    left: calc(50% - 220px);
    bottom: -580px;
  }

  .static-hero.gm-service .static-hero__text {
    font-size: 16px;
    line-height: 22px;
  }

  .static-hero.gm-service .static-hero__image2 {
    left: 50%;
  }

  .static-hero.gm-service .static-hero__image:after {
    left: calc(50% - 150px);
  }

  .static-hero.gm-tradein .static-hero__bg.gm-left:after {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .static-hero.gm-tradein .static-hero__bg-image {
    right: auto;
    left: calc(50% + 80px);
  }

  .static-hero.gm-job .static-hero__bg-image {
    right: auto;
    left: calc(50% + 40px);
  }

  .static-hero.gm-about .static-hero__bg-image {
    left: calc(50% - 250px);
  }

  .gm-job-content .static__blocks {
      padding-left: 189px;
      padding-right: 189px;
  }

  .gm-job .static-hero__content {
      background-size: 100%;
      background-position: bottom;
  }

  .gm-job-advs {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
  }

  .vacancy-form {
      padding: 60px 0;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {

  .static-hero.gm-tradein .static-hero__bg.gm-left:after {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: calc(50% - 100px);
    bottom: -560px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {

  .static-hero.gm-tradein .static-hero__bg.gm-left:after {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: calc(50% - 150px);
  }
}
@media (min-width: 768px) and (max-width: 1599px) {

  .static-hero.gm-about .g-breadcrumbs {
    margin-bottom: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {

  .static-egift-form {
    margin-bottom: 60px;
  }
  .static-egift-side__total {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: baseline;
  }
  .static-egift-side__buttons {
      width: 240px;
      margin-right: 30px;
  }
  .static-egift-side__total-title {
      margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {

  /*.static-egift-calendar__tab:nth-child(5) {*/
  /*  display: none;*/
  /*}*/

  .static-device__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .static-device__swipe-container {
    overflow: hidden;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 53px;
  }

  .static-device__swipe-scroll {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .static-device__swipe-scroll::-webkit-scrollbar {
    display: none;
  }

  .static-hero.gm-tradein .static-hero__bg.gm-left:after {
    left: calc(50% - 70px);
  }

  .gm-job .static-hero__about {
      left: 40px;
      right: 40px;
      bottom: 0;
      transform: translateY(50%);
  }

  .gm-job .static-hero__content {
      min-height: 360px;
  }
}
@media (max-width: 1599px) {

  .static-hero__card {
    display: none;
  }
}

@media (max-width: 1279px) {
    .static-hero.gm-bonus .static-hero__block {
        padding-left: 60px;
    }
    .static-hero.gm-bonus .static-hero__bg-image {
        bottom: -130px;
        width: 1000px;
        height: 690px;
        margin-left: -220px;
    }

  .static-device__compare {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .static-device__compare-left {
    margin-bottom: 33px;
  }

  .gm-job-form {
      padding-top: 60px;
  }

  .gm-job-form .row {
      flex-direction: column-reverse;
  }

  .vacancy-form__team {
      justify-content: center;
  }

  .margin-x-auto {
      margin: 0 auto;
  }
    .static-egift-side__picture-block {
        margin-right: 40px;
        min-width: 400px;
        flex: 0 1 400px;
    }
    .static-egift-side__detail {
        display: flex;
    }
}
@media (max-width: 979px) {
    .static-hero.gm-bonus .static-hero__block {
        padding-left: 40px;
    }
    .static-egift-side__body, .static-egift-side__total {
        margin: 0 -40px 0;
    }
    .static-egift-side__picture-block {
        margin-right: 30px;
        min-width: 350px;
        flex: 0 1 350px;
    }
    .static-egift-side__cost {
        bottom: 60px;
    }
    .static-hero.gm-bonus .static-hero__content {
        min-height: 375px;
    }
    .static-hero.gm-bonus .static-hero__bg-image {
        bottom: -150px;
        width: 900px;
        height: 620px;
        margin-left: -260px;
    }
    .static-hero.gm-bonus .static-hero__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .static-hero.gm-bonus .static-hero__text {
        font-size: 14px;
        line-height: 20px;
    }
    .static-hero.gm-bonus .static-hero__button {
        display: block;
        max-width: 220px;
        margin-top: 20px;
    }
    .static-hero.gm-bonus .static-hero__button_small {
        display: flex;
        max-width: 280px;
    }
    .static-hero.gm-bonus .g-button.gm-grey {
        margin-left: 0;
        margin-top: 15px;
    }
    .static-hero.gm-bonus .static-hero__button_small .g-button.gm-grey {
        margin-top: 0;
        margin-left: 20px;
    }
    .static-info__title {
    max-width: 445px;
    width: 100%;
    margin: 0 auto 36px;
  }

  .gm-job.static-hero .g-breadcrumbs__item:first-child {
      padding-left: 0;
  }

  .gm-job.static-hero .g-breadcrumbs__item:last-child {
      padding-right: 0;
  }
}
@media (max-width: 767px) {
    .static-egift-calendar {
        overflow-x: auto;
    }
  .static-egift-calendar__items {
    margin-bottom: 26px;
  }

  .static-egift-calendar__label {
    display: none;
  }

  .static-egift-calendar__value.gm-date {
    overflow: hidden;
  }

  .static-egift-calendar__value.gm-date .gm-swipe {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .static-egift-calendar__value.gm-date {
    margin: 0 -20px;
  }

  .static-egift-calendar .gm-mb-xs {
    margin-bottom: 19px;
  }

  .static-egift-calendar__tab.gm-desktop {
    display: none;
  }

  .static-egift-radio-btn__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 5px;
  }

  .static-egift-radio-btn__radio {
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .static-egift-radio-btn__radio:nth-child(1) {
      flex: 0 1 33.33333333%;
  }

  .static-egift-radio-btn__radio:nth-child(2) {
      flex: 0 1 33.33333333%;
  }

  .static-egift-radio-btn__radio:nth-child(3) {
      flex: 0 1 33.33333333%;
  }

  .static-egift-radio-btn__label {
    width: 100%;
  }

  .static-egift-radio-image__swipe-container {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

  .static-egift-radio-image__swipe-scroll {
    padding-top: 5px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .static-egift-radio-image__swipe-scroll::-webkit-scrollbar {
    display: none;
  }

  .static-egift-radio-image__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }

  .static-egift-radio-image__radio {
    padding: 5px 10px 0px;
  }

  .static-egift-radio-image__radio:last-child {
    padding-right: 20px;
  }

  .static-egift-radio-image__button {
    display: none !important;
  }

  .static-egift-form {
    margin-bottom: 30px;
  }

  .static-egift-form__block .col + .col {
      margin-top: 40px;
  }

  .static-egift-form__radio-link {
    display: none;
  }

  .static-egift-side__body {
    margin: 0 -20px 0;
  }

    .static-egift-side__detail {
        display: block;
    }
    .static-egift-side__picture-block {
        margin-right: 0;
    }
    .static-egift-side__cost {
        bottom: 30px;
    }

  .static-form__capcha {
    margin-bottom: 30px;
  }

  .static-form__button {
    padding-top: 30px;
  }

  .static-device__row {
    margin: 0 -5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .static-device__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .static-device .col.col-12.col-sm-4:not(:last-child) {
    margin-bottom: 20px;
  }

  .static-device__compare-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .static-device__compare-select:not(:last-child) {
    margin-bottom: 20px;
  }

  .static-device__compare-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .static-info {
    margin: 0 -20px;
    padding: 30px 20px 43px;
  }

  .static-feedback__button {
    padding-top: 30px;
  }

  .static-wallet .col:not(:last-child) {
    margin-bottom: 30px;
  }

  .static-hero__block {
    padding-bottom: 300px;
  }

  .static-hero__bg-image {
    width: 600px;
  }

  .static-hero__bg-image img {
    width: 140px;
  }

  .static-hero__bg-image-card img {
    width: 168px;
  }

  .static-hero__bg-image-watch img {
    width: 105px;
  }
    .static-hero.gm-bonus .static-hero__title {
        margin-bottom: 10px;
    }

    .static-hero.gm-bonus .static-hero__button_small {
        display: flex;
        margin-bottom: 20px;
    }
    .static-hero__button .g-button.gm-grey {
        margin-left: 0;
        margin-top: 15px;
    }
    .static-hero.gm-bonus .static-hero__bg-image {
        display: none;
    }

  .static-hero.gm-service .static-hero__image2 {
    display: none;
  }

  .static-hero.gm-service .static-hero__image {
    display: none;
  }

  .static-hero.gm-tradein .static-hero__content {
    padding-bottom: 255px;
  }

  .static-hero.gm-tradein .static-hero__bg.gm-left:after {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    bottom: -680px;
    right: -300px;
  }

  .static-hero.gm-tradein .static-hero__bg-image img {
    width: 243px;
  }

  .static-hero.gm-job .static-hero__content {
    padding: 0;
  }

  .static-hero.gm-job .static-hero__bg-image img {
    width: 243px;
  }

  .static-hero.gm-about .static-hero__content {
    min-height: 560px;
    padding-bottom: 300px;
  }

  .static-hero.gm-about .static-hero__bg-image {
    height: 300px;
    width: 600px;
    left: 50px;
  }

  .static.gm-contact .g-breadcrumbs {
    margin-bottom: 31px;
  }

  .static.gm-contact .static__title {
    margin-bottom: 20px;
  }

  .static__blocks .col:not(:last-child) {
    margin-bottom: 35px;
  }

  .static__blocks.gm-about {
    padding-bottom: 25px;
  }

  .static__items .col:not(:last-child) {
    margin-bottom: 30px;
  }

  .static__items .col.gm-static-title {
    margin-bottom: 0px;
  }

  .static__gallery {
    margin: 0 -20px 60px;
    padding: 0 20px;
    overflow: hidden;
  }

  .static__gallery .gm-swipe {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .static__gallery .col {
    padding: 0 10px;
    max-width: 90%;
  }

  .static__gallery .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -20px;
  }

  .gm-job .static-hero__about {
      bottom: 0;
      padding: 40px 20px;
      margin-bottom: 40px;
  }

  .gm-job.static-hero .static-hero__text {
      font-size: 14px;
      line-height: 22px;
  }

  .gm-job .static-hero__title {
      text-align: center;
      margin-bottom: 12px;
  }

  .gm-job .static-hero__content > .g-content {
      padding: 0;
  }

  .gm-job .static-hero__content {
      background-position: center top;
  }

  .gm-job-content, .gm-job-content.g-content {
      margin-bottom: 40px;
  }

  .gm-job-advs {
      margin-top: 15px;
  }

  .gm-job-adv {
      padding: 10px 0;
  }

  .gm-job-adv__icon {
      flex-shrink: 0;
      width: 40px;
  }

  .gm-job-adv__icon img {
      max-width: 100%;
  }

  .gm-job-form {
      margin: 20px 0 20px;
      padding-top: 40px;
  }

  .vacancy-form__col {
      flex-basis: 100%;
  }

  .vacancy-form__download {
      margin: 10px 0 20px;
  }

  .vacancy-form__bottom .static-form__button {
      padding: 0;
  }

  .vacancy-form__team {
      margin: 0 -20px;
  }

  .vacancy-form__team img {
      width: 115%;
      max-width: none;
  }

  .gm-job-contacts {
      padding-left: 20px;
      padding-right: 20px
  }

  .vacancy-form__team img {
      object-position: 0 50px;
      margin-top: -50px;
  }
}

.g-input.active {
    border: 2px solid #0077C8;
}

.static-egift-form__congratulation-textarea {
    /*min-height: 80px;*/
    max-width: 753px;
    margin-top: 10px;
}

.static-egift-side__all {
    display: inline-block;
    margin-top: 20px;
}

.gm-gift-epc .static-hero__content {
    min-height: auto !important;
}

.gift-banner {
    max-width: 100%;
}

.gift-banner_l {
    display: block;
}

.gift-banner_m {
    display: none;
}

.gift-banner_s {
    display: none;
}

@media (max-width: 1279px) {
    .gift-banner_l {
        display: none;
    }

    .gift-banner_m {
        display: block;
    }
}

@media (max-width: 767px) {
    .gift-banner_m {
        display: none;
    }

    .gift-banner_s {
        display: block;
    }
}

.datepicker td.day.disabled, td.day.disabled:hover, .datepicker span.month.disabled, span.month.disabled:hover, .datepicker span.year.disabled, span.year.disabled:hover {
    color: #d3d3d3 !important;
}

/* Новая страница "Сервисная программа */
.static-warranty {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 100px;
}

.warranty-billboard {
    background: #F7F7F7;
    padding-top: 150px;
}

@media screen and (max-width: 979px) {
    .warranty-billboard {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .warranty-billboard .g-breadcrumbs {
        background: #ffffff;
        margin-bottom: 0;
        padding-bottom: 16px;
    }

    .static-warranty {
        padding-bottom: 10px;
    }
}

.warranty-billboard__inner {
    min-height: 439px;
    background-image: url('/local/templates/galaxystore/img/service/billboard.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) bottom;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 95px;
    padding-right: 15px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .warranty-billboard__inner {
        background-image: url('/local/templates/galaxystore/img/service/billboard@2x.png');
        background-size: 530px 439px;
    }
}

@media screen and (max-width: 1279px) {
    .warranty-billboard .warranty-billboard__inner {
        padding-right: 0;
        margin-right: -55px;
    }
}

@media screen and (max-width: 1279px) {
    .warranty-billboard__inner {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .warranty-billboard .warranty-billboard__inner {
        background-size: 284px 235px;
        background-position: right bottom;
        padding-top: 35px;
        padding-bottom: 240px;
        padding-left: 0;
        margin-right: -20px;
        margin-left: -20px;
    }
}

.warranty-billboard__title {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .warranty-billboard__title {
        margin-bottom: 16px;
    }
}

.warranty-title {
    font-family: "SamsungSharpSans";
    font-weight: 700;
}

.warranty-title--h1 {
    font-size: 35px;
    line-height: 43px;
}

.warranty-title--h3 {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .warranty-title--h1,
    .warranty-title--h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

.warranty-list {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

.warranty-list__item {
    position: relative;
    padding-left: 24px;
}

.warranty-list__item::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
}

.warranty-list--lightblue .warranty-list__item::before {
    background: #0077C8;
}

.warranty-list__item + .warranty-list__item {
    margin-top: 10px;
}

.text-bold {
    font-weight: 700;
}

.text-extra-bold {
    font-weight: 800;
}

.warranty-advantages {
    padding: 43px 0 50px;
}

@media screen and (max-width: 767px) {
    .warranty-advantages {
        padding: 34px 0;
    }
}

.warranty-advantages__title {
    margin-bottom: 24px;
}

.warranty-advantages__about {
    max-width: 1104px;
}

.warranty-advantages__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 47px;
}

.box-w-advantage__icon {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.box-w-advantage__icon img {
    max-width: 100%;
}

.box-w-advantage__text {
    margin-top: 10px;
}

.warranty-subtitle {
    font-family: "SamsungOne";
    font-weight: 800;
}

.warranty-subtitle--h4 {
    font-size: 20px;
    line-height: 28px;
}

.box-w-advantage__title {
    margin-top: 15px;
}

.warranty-text {
    margin: 10px 0;
}

.warranty-advantages__boxes .box-w-advantage {
    width: calc(33% - 20px);
}

.warranty-advantages__boxes .box-w-advantage:not(:nth-child(3n)) {
    margin-right: 30px;
}

@media screen and (max-width: 1023px) {
    .warranty-advantages__boxes .box-w-advantage {
        width: 100%;
    }

    .warranty-advantages__boxes .box-w-advantage:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .warranty-advantages__boxes .box-w-advantage:not(:last-child) {
        margin-bottom: 30px;
    }
}

.warranty-banner {
    min-height: 444px;
    background: #F7F7F7;
}

.warranty-banner .warranty-banner__inner {
    max-width: 415px;
    /* position: relative; */
    padding-top: 145px;
    padding-bottom: 145px;
    margin-left: 95px;
    z-index: 2;
}

@media screen and (max-width: 1279px) {
    .warranty-banner .warranty-banner__inner {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .warranty-banner .warranty-banner__inner {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .warranty-banner {
        min-height: 0;
    }

    .warranty-banner .warranty-banner__inner {
        padding-top: 26px;
        padding-bottom: 230px;
    }
}

.warranty-banner__bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.warranty-banner__bg::before {
    content: '';
    position: absolute;
    width: 801px;
    height: 801px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    background-color: #4A90E2;
    border-radius: 120px;
    right: 15px;
    bottom: -500px;
}

.warranty-banner__bg::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 306px;
    width: 401px;
    height: 401px;
    background-image: url('/local/templates/galaxystore/img/service/service-desktop.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1400px) {
    .warranty-banner__bg::before {
        right: -135px;
    }

    .warranty-banner__bg::after {
        right: 156px;
    }
}

@media screen and (max-width: 1279px) {
    .warranty-banner__bg::before {
        right: -300px;
    }

    .warranty-banner__bg::after {
        right: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .warranty-banner__bg::before {
        right: -400px;
    }

    .warranty-banner__bg::after {
        right: -30px;
    }
}

@media screen and (max-width: 991px) {
    .warranty-banner__bg::before {
        width: 450px;
        height: 450px;
        right: -200px;
        bottom: -250px;
        border-radius: 67px;
    }

    .warranty-banner__bg::after {
        width: 230px;
        height: 230px;
        bottom: 0;
        right: 30px;
    }
}

.warranty-banner__title {
    margin-bottom: 28px;
}

.warranty-text--16 {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .warranty-banner__title {
        margin-bottom: 11px;
    }

    .warranty-text--16 {
        font-size: 14px;
        line-height: 20px;
    }
}

.warranty-about {
    padding: 90px 30px;
}

.warranty-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.warranty-about__inner .box-w-about {
    width: calc(33% - 20px);
    padding: 15px 0;
}

.warranty-about__inner .box-w-about:not(:nth-child(3n)) {
    margin-right: 30px;
}

@media screen and (max-width: 1279px) {
    .warranty-about {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1023px) {
    .warranty-about__inner .box-w-about {
        width: 100%;
        padding: 0;
    }

    .warranty-about__inner .box-w-about:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .warranty-about__inner .box-w-about:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .warranty-about__inner .box-w-about:not(:last-child) {
        margin-bottom: 15px;
    }
}

.warranty-subtitle--h5 {
    font-size: 16px;
    line-height: 20px;
}

.warranty-support__banner {
    text-align: center;
    background-image: url('/local/templates/galaxystore/img/service/support.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .warranty-support__banner {
        background-image: url('/local/templates/galaxystore/img/service/support@2x.jpg');
    }
}

.warranty-support__title {
    display: inline-block;
    color: #ffffff;
    background: rgba(2, 2, 2, 0.4);
    padding: 24px;
    border: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
    .warranty-support__banner {
        padding: 110px 0;
    }

    .warranty-support__title {
        padding: 15px 24px;
    }
}

.warranty-support__tabs {
    margin-top: 65px;
}

.warranty-tabs__content[data-tabs-content] {
    display: none;
}

.warranty-tabs__content[data-tabs-content].active {
    display: block;
}

.warranty-tabs__btn {
    display: inline-block;
    color: #000000;
    text-align: center;
    background: #F7F7F7;
    padding: 11px 40px;
    border-radius: 5px;
}

.warranty-tabs__btn:first-child {
    border-radius: 5px 0 0 5px;
}

.warranty-tabs__btn:last-child {
    border-radius: 0 5px 5px 0;
}

.warranty-tabs__btn.active {
    color: #ffffff;
    background: #1428A0;
}

.warranty-tabs__body {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .warranty-support__tabs {
        margin-top: 27px;
    }

    .warranty-support__tabs .warranty-tabs__btn {
        padding: 11px;
    }

    .warranty-support__tabs .warranty-tabs__btn:first-child {
        width: 60%;
    }

    .warranty-support__tabs .warranty-tabs__btn:last-child {
        width: 38%;
    }

    .warranty-tabs__body {
        margin-top: 35px;
    }
}

.warranty-support__subtitle {
    margin-bottom: 25px;
}

.warranty-text--1104 {
    max-width: 1104px;
}

.warranty-support__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.warranty-support__advantages .box-w-about {
    width: calc(33% - 20px);
    padding: 15px 0;
}

.warranty-support__advantages .box-w-about:not(:nth-child(3n)) {
    margin-right: 30px;
}

.warranty-support__advantages .box-w-about__title {
    margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
    .warranty-support__advantages {
        margin-top: 30px;
    }

    .warranty-support__advantages .box-w-about {
        width: 100%;
        padding: 0;
    }

    .warranty-support__advantages .box-w-about:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .warranty-support__advantages .box-w-about:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .warranty-support__subtitle {
        margin-bottom: 10px;
    }

    .warranty-support__advantages {
        margin-top: 25px;
    }
}

.warranty-support__how {
    margin-top: 30px;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
  .warranty-support__how {
    margin-bottom: 0px;
  }
}

.waranty-support__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 55px;
}

.waranty-support__steps .box-w-step {
    width: calc(33.3% - 33.3px);
}

.waranty-support__steps .box-w-step:not(:nth-child(3n)) {
    margin-right: 50px;
}

@media screen and (max-width: 1023px) {
    .waranty-support__steps .box-w-step {
        width: calc(50% - 50px);
        margin-bottom: 30px;
    }
    
    .waranty-support__steps .box-w-step:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .waranty-support__steps .box-w-step:nth-child(odd) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    .waranty-support__steps .box-w-step {
        width: 100%;
        margin-bottom: 50px;
    }

    .waranty-support__steps .box-w-step:nth-child(odd) {
        margin-right: 0;
    }
}

.box-w-step__img {
    max-width: 338px;
    position: relative;
    background: #F7F7F7;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .box-w-step__img {
        max-width: none;
    }
}

.box-w-step__img img {
    max-width: 132px;
}

body {
    counter-reset: warranty-steps item;
}

.box-w-step__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 49px;
    height: 49px;
    font-weight: bold;
    font-size: 26.6px;
    line-height: 38px;
    border: 2px solid #0077C8;
    border-radius: 50%;
}

.box-w-step__counter::before {
    content: counter(warranty-steps);
    counter-increment: warranty-steps;
    position: absolute;
}

.box-w-step__text {
    margin-top: 30px;
}

/* New block TV */

.warranty-tabs__content--tv .waranty-support__steps .box-w-step {
  width: calc(25% - 30px);
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media(max-width: 1023px) {
  .warranty-tabs__content--tv .waranty-support__steps .box-w-step {
    width: calc(50% - 30px);
  }
}

@media(max-width: 767px) {
  .warranty-tabs__content--tv .waranty-support__steps .box-w-step {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.warranty-tabs__content--tv .waranty-support__steps .box-w-step__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  padding-top: 70px;
  background: #F3F0EF;
}
.warranty-tabs__content--tv .waranty-support__steps .box-w-step__img img {
  max-width: 100%;
}

.warranty-tabs__content--tv .waranty-support__steps {
  margin-left: -15px;
  margin-right: -15px;
}

@media(max-width: 767px) {
  .warranty-tabs__content--tv .waranty-support__steps {
    margin-left: 0;
    margin-right: 0;
  }
}

.warranty-tabs__content--tv .waranty-support__steps .box-w-step:not(:nth-child(3n)) {
  margin-right: 0;
}

.warranty-tabs__content--tv .box-w-step__counter::before {
  content: counter(item) !important;
  counter-increment: item !important;
  position: absolute;
}

.warranty-support__video {
  overflow      : hidden;
  position      : relative;
  padding-bottom: 39.45%;
  padding-top   : 30px;
  height        : 0;
  max-width     : 860px;
  margin        : 0 auto;
}

.warranty-support__video:not(:last-child) {
  margin-bottom: 110px;
}

@media(max-width: 767px) {
  .warranty-support__video:not(:last-child) {
    margin-bottom: 15px;
  }
}

.warranty-support__video iframe {
  position: absolute;
  width   : 100%;
  height  : 100%;
  left    : 0;
  top     : 0;
}

@media (max-width: 1599px) and (min-width: 1280px) {
    .vacancy-form__col .g-form__inline {
        display: flex;
        flex-direction: column;
    }

    .vacancy-form .g-form__inline.gm-mb {
        margin-bottom: 15px;
    }

    .vacancy-form__col .g-label-inline {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .vacancy-form__download {
        margin-bottom: 20px;
    }

    .vacancy-form__team img {
        width: 115%;
        max-width: none;
        object-position: -54px 0px;
    }
}

@media (max-width: 1279px) and (min-width: 768px) {
    .gm-job-content,
    .gm-job-content.g-content {
        margin-bottom: 60px;
    }

    .vacancy-form__team img {
        object-position: 0 75px;
        margin-top: -75px;
    }
}

@media (max-width: 768px) {
    .gm-job .static-hero__content {
        background-image: url('/local/templates/galaxystore/img/job/hero-bg-sm.jpg');
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .gm-job-adv {
        display: block;
        padding: 15px 0;
    }

    .gm-job-adv__icon + .gm-job-adv__text {
        margin-left: 0;
    }

    .gm-job-adv__icon,
    .gm-job-adv__text {
        text-align: center;
    }

    .gm-job-form {
        margin-top: 60px;
        padding-top: 60px;
    }
}

@media (max-width: 425px) {
    .gm-job .static-hero__content {
        min-height: 650px;
    }
}

.vacancy-form__bottom {
  margin-bottom: 30px;
}

.vacancy-form__download .g-file__list {
  margin-bottom: 0;
}

.vacancy__legal {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  max-width: 480px;
}

@media (max-width: 1279px) {
  .vacancy__legal {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.static-egift-side__from .egift-hidden,
.static-egift-side__to .egift-hidden{
    display: none;
}
.static-egift-side__from .egift-item-from-how {
    display: none;
    color: #d0021b;
}
/* End */


/* Start:/local/templates/galaxystore/css/bonus/bonus.css?174592829625350*/
		.bonus-activity .static__blocks{
			border-top: 1px solid rgba(0,0,0,0.1); 
		}
		.bonus-activity .pres-item{
			display: flex;
			justify-content: space-between;
			padding-top: 80px;	
		}
		.bonus-activity .pres-item.first-item{
			padding-top: 0px;	
		}
		.bonus-activity .pres-item-inner{
			width: calc(50% - 15px);
			font-size: 0;
			line-height: 0;
			position: relative;
			color: #000;
		}
		.bonus-activity .pres-item-inner img{
			width: 100%;
			max-width: 100%;
			display: block;
			transition: all 0.3s;
		}
		.bonus-activity .pres-item-textBlock{
			color: #000;
			position: absolute;
			width: 405px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.bonus-activity .pres-item-inner__title{
			font-family: SamsungSharpSans;
			font-weight: bold;
			letter-spacing: 0;
			font-size: 28px;
			line-height: 1.2;
			display: block;
			padding-bottom: 10px;
			text-align: left;
		}

		.bonus-activity .pres-item-inner__text{
			font-family: "SamsungOne", sans-serif;
			font-weight: 400;
			font-size: 16px;
			line-height: 22px;
			display: block;
			text-align: left;
		}
		.bonus-activity .pres-item-inner__text a{
			font-family: "SamsungOne", sans-serif;
			font-weight: 400;
			font-size: 16px;
			line-height: 22px;
		}
		.bonus-activity .pres-item-inner__text span{
			display: block;
			padding-top: 10px;
		}
		.bonus-activity .bonus-activity-title{
			font-family: SamsungSharpSans;
			font-weight: bold;
			letter-spacing: 0;
			font-size: 28px;
			line-height: 35px;
			color: #000;
			display: block;
			text-align: left;
		}
		.bonus-activity .bonus-activity-descr{
			font-family: "SamsungOne", sans-serif;
			font-weight: normal;
			letter-spacing: 0;
			font-size: 16px;
			line-height: 22px;
			color: #000;
			display: block;
			text-align: left;
			padding-bottom: 30px;
		}
		.bonus-activity .bonus-activity-descr a{
			font-family: "SamsungOne", sans-serif;
			font-weight: normal;
			letter-spacing: 0;
			font-size: 16px;
			line-height: 22px;
		}
		.pres-item-right .pres-item-inner:first-child{
			order: 2;
		}
		.bonus-activity-2 {
			background: #F7F8F9;

		}
		.bonus-activity-2 .static__blocks{
			border-top: 0px; 
			padding: 0;
		}
		.bonus-activity-2 .pres-item{
			padding-top: 0px;
			margin-top: 30px;
		}
		.bonus-activity-2 .pres-item-textBlock{
			width: 445px;
		}
		.bonus-activity-2 .pres-item-inner__title{
			padding-left: 38px;
		}
		.bonus-activity-2 .pres-item-inner__text span{
			padding-left: 38px;
			position: relative;	
		}
		.bonus-activity-2 .pres-item-inner__text span:before{
			content: '';
			display: inline-block;
			left: 0;
			top: 15px;
			width: 18px;
			height: 15px;
			background: url('https://galaxystore.ru//local/templates/galaxystore/img/bonus/06.svg');
			background-size: cover;
			position: absolute;
		}
		.bonus-img-des{
			display: block !important;
		}
		.bonus-img-mob{
			display: none!important;
		}
@media (max-width: 900px){
			.bonus-activity .pres-item-inner__title {
				font-size: 22px;
			}
			.bonus-activity .pres-item {
				padding-top: 54px;
			}
			.bonus-activity-2 .pres-item {
    			padding-top: 0px;
    			margin-top: 4px;
			}
		}
@media (max-width: 800px){
			.bonus-activity-2 .pres-item-inner img{
				padding-top: 50px;
			}
		}
@media (max-width: 767px){
			.bonus-activity .pres-item-inner {
				width: 100%;
			}
			.bonus-activity .pres-item {
				display: block;
			}
			.bonus-activity .pres-item-inner__title{
				margin-top: 20px;
			}
			.bonus-activity .pres-item-descr {
				padding-top: 13px;
			}	
			.bonus-activity .pres-item-descr{
				padding-top: 40px;
			}
			.bonus-activity .bonus-activity-title {
    			font-size: 22px;
    			line-height: 27px;
    			padding-bottom: 10px;
			}
			.bonus-activity .bonus-activity-descr {
    			font-size: 14px;
    			line-height: 20px;
    		}
    		.bonus-activity .pres-item {
    			padding-top: 60px;
			}
			.bonus-activity-2 .pres-item {
    			margin-top: 25px;
    			padding-top: 10px;
			}
			.bonus-activity-2 .pres-item-textBlock {
    			top: auto;
    			transform: none;
			}
			.bonus-activity-2 .pres-item-inner__title {
    			padding-left: 0;
			}
			.bonus-activity-2 .pres-item-inner__text span {
    			padding-left: 28px;
			}
			.bonus-img-des{
				display: none!important;
			}
			.bonus-img-mob{
				display: block!important;
    			max-width: 460px!important;
    			margin: 0 auto;
			}
			.bonus-activity-2 .pres-item-inner img {
    			padding-top: 5px;
			}

}
		.bonus-row {
			justify-content: center;
			margin-right: 0px !important;
			margin-left: 0px !important;
			border-radius: 20px;
			column-gap: 55px;
			margin-bottom: 70px;
		}
		.bonus-row .bonus-hero__left .static-hero__block .static-hero__text {
		}
		.bonus-row .bonus-hero__left .static-hero__block .static-hero__button .js-activatenewcard {
			color: #fff;
			border: 1px solid #fff;
			width: 140px;
		}
		.bonus-hero__left {
			display: flex;
			align-items: center;
			max-width: 530px;
		}

		.bonus-hero__title {
			font-size: 80px;
			line-height: 90%;
			letter-spacing: -0.04em;
		}
		.bonus-hero__subtitle {
			font-size: 22px;
			line-height: 100%;
			letter-spacing: -0.03em;
			color: #242424;
		}
		.bonus-hero__right img {
			width: 100%;
			height: 100%;
			border-bottom-right-radius: 20px;
			border-top-right-radius: 20px;
		}
		@media (max-width: 768px) {
			.g-breadcrumbs .gm-swipe {
				left: 20px;
			}
			.colorful-cards__card .colorful-cards__title {
				font-size: 20px;
				line-height: 24px;
			}
		}
		@media (max-width: 720px) {
			.bonus-hero__left {
				width: 100%;
				justify-content: center;
				text-align: center;
				padding-top: 30px;
			}
			.bonus-hero__left .static-hero__block {
				padding-left: 0px !important;
			}
			.bonus-hero__left .static-hero__block .static-hero__button {
				max-width: none;
			}
			.bonus-hero__right img {
				border-radius: 0px;
			}
			.g-breadcrumbs .gm-swipe {
				left: 40px;
			}
		}
		.bonus-heading {
			font-family: "SamsungSharpSans";
			margin: 40px 0;
		}
		.bonus-brands {
			display: flex;
			max-width: 1190px;
			margin: 0 auto 140px;
			justify-content: center;
		}
		@media (max-width: 430px) {
			.bonus-brands {
				margin: 0 auto 100px;
			}
		}
		.bonus-brands-list {
			display: flex;
			row-gap: 32px;
			column-gap: 70px;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		@media(max-width: 560px) {
			.bonus-brands-list {
				column-gap: normal;
				justify-content: space-between;
			}
			.bonus-brands-item {
				max-width: 200px;
			}
		}
		@media (max-width: 430px) {
			.bonus-brands-item {
				max-width: 150px;
			}
		}
		.bonus-brands-item a {
			display: flex;
		}
		.bonus-heading.first {
			margin: 0 0 20px 0;
		}
		.bonus-heading__title {
			font-weight: 700;
			font-size: 48px;
			line-height: 90%;
		}
		.bonus-heading__text {
			font-family: "SamsungOne";
			margin-top: 22px;
			font-weight: 400;
			font-size: 14px;
			line-height: 130%;
			color: #0077c8;
		}
		.bonus-heading__text a {
			color: #0077c8;
		}
		.bonus-privileges {
			display: flex;
			justify-content: center;
			column-gap: 6px;
			font-family: "SamsungSharpSans";
		}
		.bonus-privileges__card {
			display: flex;
			flex-direction: column;
			flex: 1 1 auto;
			border-radius: 8px;
			padding: 0;
			background: #fff;
		}
		.bonus-privileges__card .bonus-privileges__title {
			font-weight: 700;
			font-size: 38px;
			line-height: 90%;
			letter-spacing: -0.04em;
			color: #fff;
			min-height: 230px;
			padding: 28px 28px 40px 28px;
			font-family: "SamsungOne", sans-serif;
			background-size: contain;
			background-repeat: no-repeat;
		}
		.bonus-privileges__card .bonus-privileges__title.light-grey {
			background-image: url("/local/templates/galaxystore/img/bonus/alfa.svg");
		}
		.bonus-privileges__card .bonus-privileges__title.grey {
			background-image: url("/local/templates/galaxystore/img/bonus/beta.svg");
		}
		.bonus-privileges__card .bonus-privileges__title.blue {
			background-image: url("/local/templates/galaxystore/img/bonus/gamma.svg");
		}
		@media(max-width: 860px) {
			.bonus-privileges__card .bonus-privileges__title.light-grey {
				background-image: url("/local/templates/galaxystore/img/bonus/alfa-mob.svg");
			}
			.bonus-privileges__card .bonus-privileges__title.grey {
				background-image: url("/local/templates/galaxystore/img/bonus/beta-mob.svg");
			}
			.bonus-privileges__card .bonus-privileges__title.blue {
				background-image: url("/local/templates/galaxystore/img/bonus/gamma-mob.svg");
				background-size: cover;
				background-position: bottom;
			}
		}
		.bonus-privileges__card:nth-child(1) {
			box-shadow: 0 0 20px 0 rgba(49, 148, 255, 0.2);
		}
		.bonus-privileges__card:nth-child(2) {
			box-shadow: 0 0 20px 0 rgba(254, 110, 46, 0.2);
		}
		.bonus-privileges__card:nth-child(3) {
			box-shadow: 0 0 20px 0 rgba(205, 157, 242, 0.25);
		}
		.bonus-privileges__title {
			color: #fff;
			padding: 25px 0px 35px 25px;
			font-size: 24px;
			font-weight: 700;
			line-height: 30px;
			border-radius: 8px;
		}
		.bonus-privileges__title.black {
			background-color: #000000;
		}
		.bonus-privileges__card-list {
			font-family: "SamsungOne", sans-serif;
			padding: 0 0 40px 40px;
			font-weight: 700;
			font-size: 18px;
			line-height: 120%;
			letter-spacing: -0.01em;
			color: #242424;
		}
		.bonus-privileges__card-list li {
			display: flex;
			column-gap: 5px;
			margin: 15px 0 15px 15px;
			position: relative;
		}
		.bonus-privileges__card-list li.desktop-hidden {
			display: none;
		}
		.bonus-privileges__card-list li.desktop-hidden.tablet-show {
			display: flex;
			column-gap: 5px;
		}
		.span-with-tooltip {
			width: 20px;
			height: 20px;
		}
		.span-with-tooltip:hover svg path:first-child {
			fill: #0077C8;
		}
		.span-with-tooltip:hover svg path:last-child {
			fill: #ffffff;
		}
		.has-tooltip {
			cursor:pointer;
		}
		@media(max-width: 860px) {
			.bonus-privileges {
				flex-direction: column;
			}
			.bonus-privileges__card {
				width: 100%;
				margin: 10px 0;
			}
			.bonus-privileges__card-list {
				padding: 8px 20px 8px 30px !important;
			}
			.colorful-cards__title {
				font-size: 20px;
				line-height: 24px;
				letter-spacing: 0px;
			}
			.bonus-privileges__button {
				margin: 0 auto 20px auto !important;
			}
			.bonus-privileges__button .svg-arrow-right-bold {
				margin-top: 15px !important;
			}
			.bonus-privileges__title span {
				font-size: 16px;
			}
		}
		.bonus-privileges__button {
			font-family: "SamsungOne", sans-serif;
			margin: 0 auto;
			border-radius: 8px;
			padding: 12px 16px;
			height: 48px;
			font-weight: 500;
			font-size: 16px;
			line-height: 150%;
			color: #0077c8;
			display: flex;
			box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
			background: #fff;
		}
		.bonus-privileges__button .svg-arrow-right-bold {
			margin-left: 12px;
			margin-top: 30px;
			transform: translateY(3px);
			width: 7px;
		}
		.star-check-icon {
			position: absolute;
			left: -26px;
			width: 18px;
			height: 18px;
		}
		.star-check-icon.light-grey {
			fill: #3194ff;
		}
		.star-check-icon.grey {
			fill: #fe6e2e;
		}
		.star-check-icon.blue {
			fill: #cd9df2;
		}
		.colorful-cards {
			display: flex;
			margin: 0 auto;
		}
		.colorful-cards.with-buttons {

		}
		.colorful-cards__card {
			display: flex;
			flex-direction: column;
			border-radius: 20px;
			padding: 30px 40px 30px 40px;
			margin: 0 15px;
			min-width: 460px;
		}
		.colorful-cards__card:first-child {
			margin: 0 15px 0 0;
		}
		.colorful-cards__card:last-child {
			margin: 0 0 0 15px;
		}
		.colorful-cards__card.blue {
			background-color: #F5F7FE;
		}
		.colorful-cards__card.peach {
			background-color: #FEF6F3;
		}
		.colorful-cards__card.pink {
			background-color: #F6F0F5;
		}
		.colorful-cards__title {
			font-family: "SamsungSharpSans";
			font-size: 24px;
			font-weight: 700;
			line-height: 30px;
			text-align: center;
		}
		@media(max-width: 1060px) {
			.colorful-cards {
				display: flex;
				margin: 0 10px;
			}
			.colorful-cards__card {
				min-width: auto;
				width: 100%;
			}
			.colorful-cards__card {
				margin: 0 10px;
			}
			.colorful-cards__card:first-child {
				margin: 0 10px 0 0;
			}
			.colorful-cards__card:last-child {
				margin: 0 0 0 10px;
			}
			.bonus-privileges__title {
				padding: 10px 0px 40px 20px;
			}
			.bonus-privileges__card-list {
				padding: 0px 15px 8px 22px;
			}
		}
		.colorful-cards__content {
			margin-top: 25px;
			display: flex;
			justify-content: center;
		}
		.colorful-cards__content a {
			width: auto;
			padding: 0 40px;
		}

		.bonus-page {
			display: flex;
			flex-direction: column;
			color: #242424;
		}

		.bonus-page .g-block-info__icon {
			width: 80px;
			height: 80px;
		}
		.bonus-page .g-block-info__icon img {
			width: 100%;
		}

		@media (min-width: 768px) {
			.g-content.first {
				padding: 0;
			}
			.static__blocks {
				padding: 0px 0 30px 0;
			}
		}
		.static__blocks .row {
			display: flex;
			flex-wrap: nowrap;
			justify-content: center;
			margin: 0 auto;
			column-gap: 10px;
		}
		.static__blocks .row .col.col-12.col-sm-4 {
			display: flex;
			flex-direction: column;
			flex: none !important;
			border-radius: 8px;
			padding: 44px 22px 52px 22px;
			width: 100% !important;
			background: #f5f5fa;
		}
		.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
		.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__top {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__top .g-block-info__icon {
			margin-bottom: 20px;
		}
		.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__top .g-block-info__title.g-title-s {
			font-family: "SamsungSharpSans";
			font-size: 30px;
			line-height: 95%;
			text-align: center;
			color: #242424;
		}
		.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__text.g-text {
			font-family: "SamsungOne";
			font-size: 18px;
			line-height: 125%;
			letter-spacing: -0.01em;
			text-align: center;
			color: #242424;
		}
		@media(max-width: 767px) {
			.static__blocks .row .col.col-12.col-sm-4:nth-child(2) .g-block-info.gm-xs-inline .g-block-info__top .g-block-info__icon {
			}
			.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__text.g-text {
				padding: 0
			}
			.bonus-privileges {
				padding-bottom: 20px;
			}
		}
		@media(max-width: 720px) {
			.static__blocks {
				padding: 0px 28px 30px 28px !important;
			}
			.static__description.g-text.gm-grey {
				margin: 0 10px;
			}
		}
		@media(max-width: 680px) {
			.bonus-heading {
				margin: 20px 0;
			}
			.static__blocks {
				padding: 0px 10px 30px 10px !important;
			}
			.static__blocks .row {
				flex-direction: column;
			}
			.static__blocks .row .col.col-12.col-sm-4 {
				padding: 36px 20px 6px 20px;
			}
			.static__blocks .row .col.col-12.col-sm-4:nth-child(2) .g-block-info.gm-xs-inline .g-block-info__top .g-block-info__icon {
			}
			.static__blocks .row .col.col-12.col-sm-4 {
				margin: 10px 0 !important;
			}
			.bonus-privileges {
				margin: 0 10px;
			}
			.colorful-cards {
				flex-direction: column;
			}
			.colorful-cards__card {
				width: 100% !important;
			}
			.colorful-cards__card {
				margin: 10px 0 !important;
				padding: 30px 10px;
			}
			.colorful-cards__title {
				font-size: 20px;
				line-height: 24px;
			}
		}
		.bonus-page .bonus-heading.first {
			order: 0
		}
		.bonus-page .g-content.first {
			order: 1;
		}
		.bonus-page .bonus-heading.second  {
			margin-top: 112px;
			order: 2
		}
		.bonus-page .bonus-privileges {
			order: 3;
			margin-bottom: 25px;
		}
		.bonus-page .bonus-privileges__button {
			order: 4
		}
		.bonus-join {
			margin-top: 125px;
			border-radius: 8px;
			padding: 28px 40px;
			background: #1428a0;
			order: 5
		}
		.bonus-join-wrapper {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.bonus-join-title {
			font-weight: 700;
			font-size: 48px;
			line-height: 90%;
			color: #fff;
		}
		.bonus-join-button .g-button {
			border-radius: 20px;
			padding: 10px 40px;
			background: #f2f2f2;
			font-weight: 400;
			font-size: 14px;
			line-height: 143%;
			letter-spacing: 0.07em;
			text-transform: uppercase;
			color: #000;
		}
		.bonus-faq {
			order: 6;
			margin: 140px 0 85px;
		}
		.bonus-faq-top {
			margin-bottom: 50px;
		}
		.bonus-faq-top-title {
			font-weight: 700;
			font-size: 48px;
			line-height: 90%;
			color: #242424;
			margin-bottom: 20px;
		}
		.bonus-faq-top-buttons {
			display: flex;
			column-gap: 40px;
		}
		.js-bonus-faq-btn, .bonus-faq-top-buttons .g-link {
			font-weight: 400;
			font-size: 16px;
			line-height: 120%;
			letter-spacing: -0.01em;
			text-align: right;
			color: #0077c8;
		}
		.bonus-faq-bottom-list-question {
			font-weight: 700;
			font-size: 22px;
			line-height: 100%;
			color: #242424;
			cursor: pointer;
			margin-bottom: 25px;
			position: relative;
			padding-right: 20px;
		}
		.bonus-faq-list__faq-question-btn {
			position: absolute;
			width: 20px;
			height: 20px;
			right: 0;
			top: 0;
		}
		.bonus-faq-list__faq-question-btn:before,
		.bonus-faq-list__faq-question-btn:after {
			content: '';
			position: absolute;
			width: 13px;
			height: 1px;
			background: #242424;
			top: 50%;
			left: 50%;
		}
		.bonus-faq-list__faq-question-btn:before {
			transform: translate(-50%, -50%);
		}
		.bonus-faq-list__faq-question-btn:after {
			transform: translate(-50%, -50%) rotate(90deg);
		}
		.bonus-faq-list__faq-question-btn.opened:after {
			display: none;
		}
		.bonus-page .g-content.second {
			order: 7;
			padding: 0;
		}
		.bonus-faq-bottom-list-item {
			border-bottom: 1px solid rgba(36,36,36,0.1);
		}
		.bonus-faq-bottom-list-answer {
			display: none;
			font-weight: 400;
			font-size: 16px;
			line-height: 120%;
			color: #242424;
			padding: 0 20px 20px 0;
		}
		.bonus-faq-bottom-list-answer a {
			font-weight: 400;
			font-size: 16px;
			line-height: 150%;
			color: #0077c8;
		}
		.bonus-faq-bottom-list {
			display: flex;
			flex-direction: column;
			row-gap: 50px;
		}
		.bonus-faq-bottom-list-answer.active {
			display: block;
		}
		.personal-profile-bonus__support-modal {
			display: none;
		}

		.personal-profile-bonus__support-modal_open {
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			height: 100vh;
			width: 100vw;
			z-index: 100;
		}
		.personal-profile-bonus__support-modal-wrapper {
			padding: 24px;
		}
		.personal-profile-bonus__support-modal-title {
			font-weight: 700;
			font-size: 30px;
			line-height: 95%;
			color: #242424;
			max-width: 520px;
		}
		.personal-profile-bonus__support-modal-overlay {
			position: fixed;
			top: 0;
			left: 0;
			height: 100vh;
			width: 100vw;
			background-color: rgba(0, 0, 0, 0.5);
			z-index: 1;
		}
		.personal-profile-bonus__support-modal-content {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 2;
			background: #fff;
			width: max-content;
			border-radius: 8px;
			box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .08);
		}
		.personal-profile-bonus__support-modal-close-btn {
			position: absolute;
			top: 20px;
			right: 15px;
			width: 15px;
			height: 20px;
			border: none;
			background: #fff;
			cursor: pointer;
		}
		.personal-profile-bonus__support-modal-close-btn::before,
		.personal-profile-bonus__support-modal-close-btn::after {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 18px;
			height: 1px;
			background: #242424;
		}
		.personal-profile-bonus__support-modal-close-btn::before {
			transform: translate(-50%, -50%) rotate(45deg);
		}
		.personal-profile-bonus__support-modal-close-btn::after {
			transform: translate(-50%, -50%) rotate(-45deg);
		}
		.personal-profile-bonus__support-modal-links-list {
			list-style: none;
			padding: 0;
			margin: 20px 0 0 0;
			display: flex;
			gap: 8px;
			align-items: center;
			flex-wrap: wrap;
		}
		.personal-profile-bonus__support-modal-links-item {
			flex-shrink: 0;
		}
		.personal-profile-bonus__support-modal-link {
			display: block;
			font-family: inherit;
			cursor: pointer;
			overflow: hidden;
			border-radius: 20px;
			padding: 10px 40px;
			font-weight: 400;
			font-size: 14px;
			line-height: 143%;
			letter-spacing: 0.07em;
			text-transform: uppercase;
			text-align: center;
			color: #fff;
		}
		.personal-profile-bonus__support-modal-link_tg {
			background-color: #29A4EA;
		}
		.personal-profile-bonus__support-modal-link_wa {
			background-color: #3AD953;
		}
		.personal-profile-bonus__support-modal-link_vk {
			background-color: #1984FF;
		}
		.personal-profile-bonus__support-modal-link_feedback {
			background-color: #242424;
		}
		.bonus-privileges__card-list-button {
			display: none;
			font-weight: 500;
			font-size: 16px;
			line-height: 150%;
			text-align: right;
			color: #0077c8;
			margin: 10px auto 20px;
		}

@media (max-width: 1280px) {
	.bonus-privileges__title span {
		font-size: 20px;
	}
	.bonus-privileges__card-list {
		padding: 14px 20px 20px 34px;
	}
}
@media(max-width: 980px) {
	.static__blocks .row .col.col-12.col-sm-4 {
		padding: 30px 18px 30px 18px !important;
	}
	.bonus-activity .pres-item-inner__title br {
		display: none;
	}
	.bonus-activity .pres-item-textBlock {
		color: #000;
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		transform: none;
	}
	.bonus-activity-2 .pres-item-textBlock {
		width: auto;
	}
	.bonus-activity-2 .pres-item-inner img{
		padding-top: 30px;
	}
	.bonus-activity-2 .pres-item-textBlock {
		top: 50%;
		transform: translateY(-50%);
	}
	.bonus-privileges__title {
		padding: 8px 4px 16px 10px;
	}
	.bonus-privileges__card-list {
		padding: 4px 10px 10px 20px;
	}
	.bonus-privileges__title span {
		font-size: 16px;
	}
	.colorful-cards__card {
		padding: 30px 10px 30px 10px
	}
}
@media(max-width: 820px) {
	.personal-profile-bonus__support-modal-content {
		width: 100%;
		height: 100%;
	}
	.personal-profile-bonus__support-modal-links-item {
		flex: 1 1 33%;
	}
	.links-item-tg {
		order: 2;
	}
	.links-item-wa {
		order: 1;
	}
	.links-item-vk {
		order: 3;
	}
	.links-item-fb {
		order: 4;
	}
}
@media(max-width: 768px) {
	.bonus-hero__text {
		text-align: center;
	}
	.bonus-hero__left {
		max-width: 550px;
	}
	.static-hero.gm-bonus .static-hero__button {
		margin: 20px auto 0;
		max-width: 155px;
	}
	.bonus-hero__right {
		margin-top: 50px;
	}
	.bonus-page .bonus-heading.first,
	.bonus-page .bonus-heading.second
	{
		max-width: 530px;
	}
	.bonus-page .bonus-heading.second {
		margin-top: 50px;
	}
	.bonus-page .static__blocks .row {
		flex-direction: column;
		row-gap: 10px;
	}
	.bonus-page .static__blocks .row .col.col-12.col-sm-4 {
		max-width: 100%;
	}
	.bonus-privileges__card-list-button {
		display: block;
	}
	.bonus-privileges__card .bonus-privileges__title {
		font-size: 48px;
	}
	.bonus-join {
		margin-top: 45px;
	}
	.bonus-join-wrapper {
		flex-direction: column;
		row-gap: 20px;
	}
	.bonus-join-title {
		text-align: center;
	}
	.bonus-faq {
		margin: 80px 0 20px;
	}
}
@media(max-width: 600px) {
	.personal-profile-bonus__support-modal-links-item {
		flex: 1 1 50%;
	}
}
@media(max-width: 420px) {
	.bonus-hero__left {
		padding-top: 0;
		margin-bottom: 15px;
	}
	.bonus-hero__title {
		font-size: 48px;
		margin-bottom: 15px;
	}
	.bonus-hero__subtitle {
		max-width: 310px;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
	}
	.bonus-hero__right {
		margin-top: 0;
	}
	.bonus-row {
		margin-bottom: 12px;
	}
	.bonus-brands-list {
		column-gap: 38px;
		justify-content: normal;
	}
	.bonus-brands-item:nth-child(1) a,
	.bonus-brands-item:nth-child(3) a {
		width: 135px;
	}
	.bonus-brands-item:nth-child(2) a,
	.bonus-brands-item:nth-child(4) a {
		width: 200px;
	}
	.bonus-heading__title {
		font-size: 37px;
	}
	.bonus-heading__text {
		font-size: 16px;
		line-height: 120%;
		max-width: 335px;
	}
	.bonus-page .g-content.first,
	.static__blocks {
		padding: 0 !important;
	}
	.bonus-page .static__blocks .row .col.col-12.col-sm-4 {
		margin: 0 !important;
	}
	.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__top .g-block-info__title.g-title-s {
		font-size: 22px;
		line-height: 100%;
	}
	.static__blocks .row .col.col-12.col-sm-4 .g-block-info.gm-xs-inline .g-block-info__text.g-text {
		font-size: 16px;
		line-height: 120%;
	}
	.bonus-page .bonus-heading.second {
		margin: 100px 0 40px;
	}
	.bonus-privileges__card .bonus-privileges__title {
		min-height: auto;
	}
	.bonus-privileges__card .bonus-privileges__title,
	.bonus-join-title,
	.bonus-faq-top-title
	{
		font-size: 38px;
	}
	.bonus-join {
		margin-top: 5px;
	}
	.bonus-faq-top-buttons {
		column-gap: 20px;
	}
	.js-bonus-faq-btn, .bonus-faq-top-buttons .g-link {
		font-size: 14px;
	}
	.bonus-faq-top {
		margin-bottom: 44px;
	}
	.bonus-faq-bottom-list {
		row-gap: 44px;
	}
	.bonus-faq-bottom-list-question {
		font-size: 18px;
		line-height: 115%;
		margin-bottom: 16px;
	}
	.bonus-faq-bottom-list-answer {
		font-size: 14px;
		padding: 0 20px 10px 0;
	}
}
/* End */


/* Start:/local/templates/galaxystore/css/bonus/all-privileges.css?17459282965065*/
#all-privileges {
    width: 95%;
    max-width: 1540px;
    height: 88vh;
    margin: 50px auto 0 auto;
    visibility: hidden !important;
    transition: none !important;
    transform: translateY(20%) !important;
}
#all-privileges.in {
    transform: translateY(0%) !important;
    transition: all .4s ease !important;
    visibility: visible !important;
}
.modal-backdrop {
    background-color: hsla(0,0%,0%,1) !important;
    visibility: hidden !important;
}
.modal-backdrop.in {
    transform: translateY(0%) !important;
    visibility: visible !important;
}
.popup-privileges {
    padding: 30px 80px;
}
.popup-privileges__h1.g-h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 90%;
    color: #242424;
}
.popup-privileges__table {
    margin-top: 40px;
}
.popup-privileges__row {
    display: flex;
    flex-width: nowrap;
    column-gap: 5px;
}
.popup-privileges__row:first-child {
    margin-bottom: 5px;
}
.popup-privileges__col {
    display: flex;
    align-items: center;
    width: 30%;
    padding: 10px 6px 10px 16px;
    font-family: "SamsungOne";
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 16px 38px 16px 36px;
    line-height: 130%;
    color: #242424;
}
.popup-privileges__col.has-tooltip {
    column-gap: 5px;
}
.popup-privileges__col.has-tooltip span:first-child {
    max-width: 200px;
}
.popup-privileges__row:not(:first-child) .popup-privileges__col {
    margin: 0 -5px 0 -12px;
}
.popup-privileges__col:first-child {
    max-width: 250px;
}
.popup-privileges__col svg {
    width: 20px;
    height: 20px;
    fill: #000
}
.popup-privileges__row:first-child .popup-privileges__col {
    display: block;
    padding: 0;
}
.popup-privileges__row:first-child .popup-privileges__col:first-child {
    margin: 0 -5px 0 -12px;
}
.popup-privileges__col .bonus-privileges__title.light-light-grey {
    background-color: #ffffff;
    color: #242424;
}
.bonus-privileges__title.alfa {
    background-image: url("/local/templates/galaxystore/img/bonus/alfa.svg");
    box-shadow: 0 0 20px 0 rgba(49, 148, 255, 0.2);
}
.bonus-privileges__title.beta {
    background-image: url("/local/templates/galaxystore/img/bonus/beta.svg");
    box-shadow: 0 0 20px 0 rgba(254, 110, 46, 0.2);
}
.bonus-privileges__title.gamma {
    background-image: url("/local/templates/galaxystore/img/bonus/gamma.svg");
    box-shadow: 0 0 20px 0 rgba(49, 148, 255, 0.2), 0 0 20px 0 rgba(205, 157, 242, 0.25);
}
.bonus-privileges__title.alfa,
.bonus-privileges__title.beta,
.bonus-privileges__title.gamma {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 168px;
}
.popup-privileges__col .bonus-privileges__title {
    padding: 14px;
    border-radius: 6px;
    font-size: 30px;
    line-height: 95%;
    color: #ffffff;
    background-color: #ffffff;
}
.popup-privileges__row:not(:nth-child(1)):hover .popup-privileges__col {
    background-color: #F2F2F2;
    cursor: pointer;
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(2):hover {
    background-color: #3194FF;
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(3):hover {
    background-color: #FE6E2E;
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(4):hover {
    background-color: #CD9DF2;
    color: #fff
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(2):hover,
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(3):hover,
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(4):hover {
    border-radius: 8px;
    color: #ffffff;
    scale: 1.02;
    transition: all 0.1s ease-out;
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col:nth-child(5):hover svg {
    fill: #fff;
}
/*.popup-privileges__col:not(:nth-child(1)).highlight {*/
/*    background-color: #F4F4F4;*/
/*}*/
.alfa-color {
    background-color: #E7F2FF;
}
.beta-color {
    background-color: #FFDFD1;
}
.gamma-color {
    background-color: #EED8FF;
}
.popup-privileges__row:not(:nth-child(1)) .popup-privileges__col.highlight {
    background-color: #F4F4F4;
}
@media(max-width: 1200px) {
    .popup-privileges {
        padding: 30px 40px 40px 40px;
    }
}
@media(max-width: 980px) {
    .popup-privileges {
        padding: 30px 20px 40px 20px;
    }
    #all-privileges {
        height: 85vh;
    }
}
@media(max-height: 770px) {
    #all-privileges {
        height: 80vh;
    }
}
@media(max-width: 880px) {
    .popup-privileges {
        padding: 30px 10px 100px 10px;
    }
    #all-privileges {
        height: 100vh;
        width: 100%;
        margin: 0 auto;
    }
    .bonus-privileges__title {
        font-size: 20px;
        line-height: 24px;
    }
    .popup-privileges__row:first-child .popup-privileges__col {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .modal-backdrop {
        display: none !important;
    }
    #all-privileges {
        display: none !important;
    }
    .bonus-privileges__button {
        display: none !important;
    }
}
/* End */


/* Start:/local/components/spl/mindbox.bonuscard/templates/.default/style.css?1678432916799*/
@media (min-width: 768px){
  #popup-bonus form .g-form__item{max-width: 310px;}
}
.bonuses_terms, .g-popup-bonus__description_new{
  display: none;
}

.datepicker {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown:before, 
.datepicker-dropdown::after {
  display: block !important;
}


.datepicker th.prev, .datepicker th.next {
  opacity: 1 !important;
  visibility: visible !important;
  padding-bottom: 20px;
}

.datepicker table tr td span.active.active {
  background-color: #1428A0 !important;
  border-color: #1428A0 !important;
}

.g-form__item-wrap {
  position: relative;
}

.g-form__item-icon {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .datepicker.datepicker-dropdown {
    padding: 10px;
  }
}
/* End */
/* /local/templates/galaxystore/css/static/static.css?174592829677007 */
/* /local/templates/galaxystore/css/bonus/bonus.css?174592829625350 */
/* /local/templates/galaxystore/css/bonus/all-privileges.css?17459282965065 */
/* /local/components/spl/mindbox.bonuscard/templates/.default/style.css?1678432916799 */
