

/* 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:/promo/new-promo/css/index.css?16081147873812*/
.action-list-card{
    text-align: center;
}
.g-memory-selection {
    width: fit-content;
    margin: 10px -5px 0 -5px !important;
    display: inline-block !important;
    text-align: center;
}

.g-memory-selection_button {
    width: auto;
    min-width: 30px;
    height: 30px;
    color: #000000;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.g-memory-selection_button.gm-active {
    border: 2px solid #D8D8D8;
    border-color: #0077C8;
}
.g-memory-selection_button:hover {
    border: 2px solid #D8D8D8;
    background-color: rgba(219, 233, 239, 0.5);
    border-color: rgba(0, 119, 200, 0.2);
}

.g-memory-selection_button:not(:last-child) {
    margin: 0 5px 0 0;
}

.g-memory-selection_button span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.g-diagonal .g-memory-selection_button span::after {
    content: '"';
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 0;
    height: 26px;
}

.g-memory-selection_button.gm-disabled {
    background-image: url('/local/templates/galaxystore/img/global/svg/color-disabled-gray.svg');
    background-repeat: no-repeat;
    background-position: center;

    color: rgba(0, 0, 0, .3) !important;
}

.action-list-card__btn {
    min-width: 120px;
}

.g-colorpicker {
    margin-bottom: 10px;
}

.action-list__cards {
    overflow: auto;
}

.action-list__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.action-list__card {
    margin-bottom: 20px;
}

.hide-b .action-list__card {

}
.action-list-card__price-discounted {
    font-size: 14px;
    text-align: left;
    padding-left: 5%;
    display: inline;
}
.hide-b .action-list__card:first-child,
.hide-b .action-list__card:nth-child(2),
.hide-b .action-list__card:nth-child(3),
.hide-b .action-list__card:nth-child(4),
.hide-b .action-list__card:nth-child(5),
.hide-b .action-list__card:nth-child(6),
.hide-b .action-list__card:nth-child(7),
.hide-b .action-list__card:nth-child(8),
.hide-b .action-list__card:nth-child(9),
.hide-b .action-list__card:nth-child(10),
.hide-b .action-list__card:nth-child(11),
.hide-b .action-list__card:nth-child(12),
.hide-b .action-list__card:nth-child(13),
.hide-b .action-list__card:nth-child(14),
.hide-b .action-list__card:nth-child(15),
.hide-b .action-list__card:nth-child(16),
.hide-b .action-list__card:nth-child(17),
.hide-b .action-list__card:nth-child(18),
.hide-b .action-list__card:nth-child(19),
.hide-b .action-list__card:nth-child(20) {
    display: flex;
}

.action-list__top-text {
    font-family: "SamsungSharpSans";
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    padding-top: 50px;
}

.action-list__link {
    display: block;
    padding-bottom: 15px;
    text-decoration: underline;
}

.action-gifts-banners img {
    max-width: 100%;
}

.action-list__item {
    border-bottom: 0px solid #EAEAEA;
    padding-bottom: 40px;
}

.action-list__rules {
    padding-top: 0px;
}

.gifts-banners-des {
    display: block;
}

.gifts-banners-mob {
    display: none;
}


@media (min-width: 768px) {
    .action-list__item__colors .action-list-card__top + .action-list-card__bottom {
        margin-top: 55px;
    }
}

@media (max-width: 1023px) {
    .action-list__top-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .gifts-banners-des {
        display: none;
    }

    .gifts-banners-mob {
        display: block;
    }

    .action-list__top-text {
        font-size: 16px;
    }

    .action-gifts-banners img {
        padding-bottom: 20px;
    }

    .action-list__rules {
        padding-top: 0px;
    }

    .action-list__item {
        padding-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/galaxystore/css/actionlist/actionlist.css?17459282965752*/
.action-list-card {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.action-list-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.action-list-card__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  height: 130px;
  position: relative;
}
.action-list-card__gift {
  width: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.action-list-card__product {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.action-list-card__name {
  font-weight: 600;
}
.action-list-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin-top: 15px;
}
.action-list-card__left {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  text-align: center;
}
.action-list-card__left.flex-column {
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  text-align: right;
  align-items: flex-end;
}
.action-list-card__new {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  color: #000000;
}
.action-list-card__old {
  display: inline-block;
  margin-top: 7px;
  margin-right: 15px;
  line-height: 14px !important;
}
.action-list-card__price-discounted-wrap {
  width: 100%;
}
.action-list-card__price-discounted {
  color: #FF4337;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: right;
}
.action-list-card__right {
  text-align: center;
  padding-left: 15px;
}
.action-list-card__button {
  margin-bottom: 0;
}
.action-list-card__btn {
  max-width: 120px;
}
.action-list {
  padding-bottom: 54px;
}
.action-list__picture {
  width: 100%;
}
.action-list__picture img {
  width: 100%;
  display: block;
}
.action-list__item {
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.action-list__title {
  margin-bottom: 18px;
}
.action-list__cards {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.action-list__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.action-list__button {
  text-align: center;
}
.action-list__rules {
  padding-top: 13px;
}
@media (min-width: 768px) {
  .action-list-card {
    max-width: 340px;
  }
  .action-list-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .action-list-card__image {
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    padding-bottom: 160px;
  }
  .action-list-card__image img {
    max-height: 160px;
  }
  .action-list-card__gift {
    width: 111px;
  }
  .action-list-card__name {
    height: 40px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
  }
  .action-list {
    padding-bottom: 74px;
  }
  .action-list__item {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .action-list__title {
    margin-bottom: 28px;
  }
  .action-list__cards {
    margin: 0 -15px 35px -15px;
  }
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .action-list__btn {
    display: inline-block;
    max-width: 170px;
  }
  .action-list__rules {
    padding-top: 24px;
  }
}
@media (min-width: 980px) {
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1280px) {
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .action-list-card__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
  }
  .action-list-card__image {
    margin-right: 20px;
    flex: 0 0 120px;
    height: 80px;
  }
  .action-list__top {
    margin: 0 -20px;
  }
  .action-list__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .action-list__card {
    padding: 27px 20px 20px;
    margin-bottom: 0;
  }
  .action-list__card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .action-list-card__right {
    padding-left: 20px;
  }
  .action-list-card__left {
    padding-right: 0;
  }
  .action-list-card__bottom {
    margin-top: 20px;
  }
  .action-list-card__name {
    text-align: left;
  }
}

.g-memory-selection .g-memory-selection__button:hover {
  color: #0077c8;
  background-color: transparent;
  border-color: transparent;
}

.g-memory-selection__button.gm-active {
  border-color: #0077c8 !important;
}

.action-list-card__not-available {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #75787b;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.action-list__card .g-colorpicker  {
  justify-content: center !important;
  margin: 0px -8px 0 !important;
}

.action-list__card .g-colorpicker__item {
  margin: 5px 8px 5px !important;
}

.action-list__card .g-colorpicker__circle {
  height: 20px !important;
  width: 20px !important;
  vertical-align: middle !important;
}

.action-list__card .g-colorpicker__circle:after {
  height: 26px !important;
  width: 26px !important;
}
/* End */


/* Start:/local/templates/galaxystore/css/actions/end_actions.css?17459282964556*/
.w-modal, .w-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.w-modal {
    display: none;
}

.w-modal.active {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 13;
}

.w-background {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    cursor: pointer;
}

.w-popup {
    position: relative;
    max-width: 560px;
    padding: 60px 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.w-popup__title {
    font-family: "SamsungSharpSans";
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    margin: -10px 0 0;
}

.w-popup__group-text {
    margin: 19px 0;
}

.w-popup__info {
    font-family: "SamsungOne";
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0;
}

.w-popup__info:first-child {
    margin: 0;
}

.w-popup__link {
    position: relative;
    color: #0077c8;
    text-decoration: none;
    line-height: normal;
}

.w-popup__link__black {
    color: #000;
}

.w-popup__link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background: #0077c8;
    margin: auto;
    text-decoration: none;
    transition: width 0.3s ease 0s;
}

.w-popup__link__black:after {
    background: #000;
}

.w-popup__link:hover:after {
    width: 100%;
}

.w-popup__group {
    position: relative;
}

.w-popup__form, .w-popup__form .g-form {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 34px 0 0;
}

.w-popup__form-input {
    width: 210px;
    line-height: 38px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border 0.3s ease 0s;
}

.w-popup__form-input:focus {
    outline: none;
}

.w-popup__form-input::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.w-popup__form-input::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-moz-placeholder {
    opacity: 0;

}

.w-popup__form-button {
    width: 210px;
    font-family: "SamsungOne";
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #1428A0;
    padding: 0 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.25s, transform 0.1s ease 0s;
}

.w-popup__form-button:not(:disabled):hover {
    background: #102080;
}

.w-popup__form-button:not(:disabled):active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

.w-popup__form-button:disabled {
    color: #BFBFBF;
    pointer-events: none;
    background-color: #F2F2F2;
}

.w-popup__animate {
    display: none;
}

.w-popup__animate:first-child {
    display: block;
}

.w-popup__group.completed .w-popup__animate:first-child {
    display: none;
}

.w-popup__group.completed .w-popup__animate:last-child {
    display: block;
}
.error{overflow: inherit !important;}
.w-popup__group.error .w-popup__form-input {
    border: 1px solid red;
}

.w-popup__group.error .subscription_error_promotion {
    color: #ff4337;
}

.w-popup__group.completed .subscription_error_promotion {
    color: #97D653;
}

.g-header-top, .g-header {
    position: relative;
    z-index: 14;
}

.g-header-top{
    z-index: 15;
    background: #fff;
}
.g-checkbox {
    margin-top: 10px;
}

.w-btn{
    margin-top: 40px;
    width: auto;
    padding: 0 40px;
}

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

    .w-popup {
        max-width: 320px;
        padding: 30px 30px 45px 30px;
    }

    .w-popup__title {
        font-size: 22px;
    }

    .w-popup__form, .w-popup__form .g-form{
        display: block;
        margin: 0;
    }

    .w-popup__form-input, .w-popup__form-button {
        width: 100%;
        margin: 15px 0;
    }

    .w-popup__form-input{
        margin-top: 8px;
    }
}
/* End */
/* /local/templates/galaxystore/css/static/static.css?174592829677007 */
/* /promo/new-promo/css/index.css?16081147873812 */
/* /local/templates/galaxystore/css/actionlist/actionlist.css?17459282965752 */
/* /local/templates/galaxystore/css/actions/end_actions.css?17459282964556 */
