

/* Start:/local/templates/galaxystore/css/static/static.css?176476976779047*/
.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;
    max-width: 200px;
}
.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 10px 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 33.33333333%;
    flex: 0 1 33.33333333%;
  }

  .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;
    }
    .static-egift-side__from span, .static-egift-side__to span{
        max-width: 120px;
    }
}

.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;
}
.js-egc-price-custom {
    padding: 10px 12px;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    width: 130px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
.js-egc-price-custom:focus {
    border-color: #0077C8;
}
.js-egc-price-custom.active {
    border-color: #0077C8;
}

.js-egc-price-custom::placeholder {
    color: #999999;
}
.static-egift__irg-title {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.static-egift__gift-banner img {
    width: 100%;
    max-width: 100%;
}
.static-egift__irg {
    margin-top: 40px;
}
.static-egift__irg-companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.static-egift__irg-company {
    margin-right: 20px;
    margin-top: 20px;
}
@media(max-width: 768px) {
    .js-egc-price-custom {
        width: 100%;
    }
}
@media(max-width: 500px) {
    .static-egift__irg-companies {
        flex-direction: column;
        align-items: center;
    }
    .static-egift__irg-company {
        margin-right: 0;
        margin-top: 10px;
        background: #F0F0F5;
        border-radius: 8px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .static-egift-radio-btn__radio {
        -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%;
    }
    .custom-radio--with-input {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .static-egift-side__from span, .static-egift-side__to span{
        max-width: 160px;
    }
}
@media (max-width: 425px) {
    .static-egift-side__from span, .static-egift-side__to span{
        max-width: 120px;
    }
}
/* End */


/* Start:/local/templates/galaxystore/css/bonus/ego-landing/style.css?178893644822713*/
@font-face {
  font-family: 'Pragmatica';
  src: url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_book.woff2') format('woff2'),
    url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_book.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Pragmatica';
  src: url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_medium.woff2') format('woff2'),
    url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_medium.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Pragmatica Extended';
  src: url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_extended-medium.woff2') format('woff2'),
    url('/local/templates/galaxystore/css/bonus/ego-landing/../../../fonts/bonus-ego/pragmatica_extended-medium.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

.pl-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-wrap: auto;
}

.pl-container {
  margin: 0 auto;
  padding: 60px 16px 133px;
  max-width: 932px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: 'Pragmatica', Arial, sans-serif;
}

.pl-container img {
  width: 100%;
}

.hero__bg {
  display: block;
}

.hero {
  position: relative;
  max-height: 327px;
}

.hero__bg--mob {
  display: none;
}

.pl-container .hero__banner {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 42vw;
  max-width: 357px;
}

.brands {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-height: 24px;
}

.brands img {
  max-height: 24px;
  width: auto;
}

.brands__item--mobile {
  display: none;
}

.privilegies {
  background: #efefef;
  border-radius: 16px;
  height: 484px;
  overflow: hidden;
  position: relative;
}

.privilegies__visual {
  align-items: center;
  display: flex;
  height: 1012.748px;
  justify-content: center;
  left: -392.74px;
  position: absolute;
  top: -244px;
  width: 1060.323px;
}

.privilegies__visual-inner {
  flex: none;
  height: 487.585px;
  position: relative;
  width: 981.707px;
}

.privilegies__picture {
  display: block;
  height: 100%;
}

.pl-container .privilegies__image {
  height: 100%;
  object-fit: cover;
  width: auto;
}

.privilegies__image-overlay {
  background: linear-gradient(156.72deg,
  #efefef 36.77%,
  rgba(239, 239, 239, 0) 48.43%);
  inset: 0;
  position: absolute;
}

.privilegies__content {
  left: 58.5556%;
  position: absolute;
  top: 32px;
  width: 315px;
}

.privilegies__eyebrow,
.privilegies__list-title,
.privilegies__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.privilegies__eyebrow,
.privilegies__title,
.privilegies__subtitle {
  font-family: 'Pragmatica', Arial, sans-serif;
}

.privilegies__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-top: 11px;
}

.privilegies__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

.privilegies__list {
  margin-top: 18px;
}

.privilegies__list-title {
  font-weight: 400;
}

.privilegies__list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
  list-style: none;
  margin-top: 12px;
}

.privilegies__list-item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 11px;
  line-height: 1;
  min-height: 24px;
}

.privilegies__list-item > span:not(.privilegies__icon) {
  font-family: 'Pragmatica', Arial, sans-serif;
}

.privilegies__icon {
  align-items: center;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.pl-container .privilegies__icon img {
  height: auto;
  max-height: 13px;
  width: auto;
}

.privilegies__actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  width: 303px;
}

.privilegies__button,
.privilegies__link {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
}

.privilegies__button {
  background: linear-gradient(180deg,
  #f19c1c 0%,
  #e33a00 50%,
  #f19c1c 100%);
  background-position: top;
  background-size: 100% 200%;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 1;
  text-decoration: none;
  transition: background-position 300ms ease;
}

.privilegies__button:hover,
.privilegies__button:focus-visible {
  background-position: bottom;
}

.privilegies__link {
  height: 32px;
  text-decoration: underline;
  text-underline-position: from-font;
}

.first-purchase {
  color: #000;
  display: block;
  text-decoration: none;
}

.first-purchase__section-title,
.first-purchase__button {
  display: none;
}

.first-purchase__card {
  align-items: center;
  background: #efefef;
  border-radius: 16px;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
}

.first-purchase__visual {
  flex: 0 0 253px;
  height: 132px;
  position: relative;
}

.pl-container .first-purchase__image {
  height: 183px;
  left: 0;
  max-width: none;
  position: absolute;
  top: -35px;
  width: 253px;
}

.first-purchase__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  height: 70px;
  min-width: 0;
}

.first-purchase__title-row {
  align-items: flex-start;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 10px;
}

.first-purchase__title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: clamp(24px, 3.44vw, 32px);
  font-weight: 500;
  line-height: 1;
}

.pl-container .first-purchase__arrow {
  flex: 0 0 16px;
  height: 16px;
  margin-top: 6px;
  transform: rotate(-90deg);
  width: 16px;
}

.first-purchase__description {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Pragmatica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
}

.explanation {
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #efefef;
  min-height: 266px;
  padding: 32px;
}

.explanation__title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.explanation__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin-top: 24px;
}

.explanation__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.explanation__number {
  align-items: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.explanation__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.explanation__item:nth-child(n + 2) .explanation__content {
  padding-block: 4px;
}

.explanation__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.explanation__description {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Pragmatica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.levels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.levels__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.levels__header--mobile,
.levels__tabs,
.levels__mobile-text,
.levels__mobile-offer {
  display: none;
}

.levels__title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.levels__offer-link {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-underline-position: from-font;
}

.levels__cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.levels__disclaimer {
  color: rgb(0 0 0 / 50%);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  margin: -16px 0 0;
  text-transform: none;
}

.levels__card {
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 362px;
  padding: 24px 16px;
}

.levels__card--clickable {
  cursor: pointer;
}

.levels__card--clickable:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.levels__card--interest {
  background: linear-gradient(180deg, #9dd03f 0%, #5e922d 100%);
}

.levels__card--match {
  background: linear-gradient(180deg, #f19c1c 0%, #e33a00 100%);
}

.levels__card--attraction {
  background: linear-gradient(180deg, #288dde 0%, #2842bc 100%);
}

.levels__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.levels__card-title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.levels__card-description {
  font-family: 'Pragmatica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.levels__metrics {
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.levels__metric {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.levels__metric dt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.levels__metric dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.levels__card:not(.levels__card--match) .levels__metric:nth-child(n + 3) dt,
.levels__card:not(.levels__card--match) .levels__metric:nth-child(n + 3) dd {
  min-height: 2em;
}

.levels__card--match .levels__metric:nth-child(4) dd .levels__desktop-text {
  display: inline-block;
  margin-top: 8px;
}

.levels__benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin-top: auto;
}

.levels__benefits li {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
}

.pl-container .levels__benefits img {
  flex: 0 0 24px;
  height: 21px;
  object-fit: contain;
  width: 21px;
}

.bonuses {
  border: 1px solid #efefef;
  border-radius: 16px;
  display: grid;
  gap: 48px;
  grid-template-columns: 373px minmax(0, 1fr);
  padding: 16px;
}

.bonuses__picture {
  display: block;
  height: 185px;
}

.pl-container .bonuses__image {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bonuses__content {
  align-self: center;
  min-width: 0;
}

.bonuses__title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.bonuses__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin-top: 24px;
}

.bonuses__item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr) 28px;
}

.bonuses__number {
  align-items: center;
  background: #000;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.bonuses__link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.pl-container .bonuses__reward {
  height: 20px;
  width: 28px;
}

.pl-container .levels__title,
.pl-container .levels__offer-link,
.pl-container .levels__card-title,
.pl-container .levels__card-description,
.pl-container .levels__metric dt,
.pl-container .levels__metric dd,
.pl-container .levels__benefits span {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.faq__header {
  display: grid;
  gap: 16px;
  grid-template-columns: 5fr 8fr;
}

.faq__title {
  font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.faq__subtitle {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Pragmatica', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  max-width: 360px;
  max-width: 322px;
}

.faq__list {
  border: 1px solid #efefef;
  border-radius: 16px;
  margin-top: 32px;
  padding-inline: 16px;
}

.faq__item + .faq__item {
  border-top: 1px solid #efefef;
}

.faq__item-title {
  font-size: inherit;
  font-weight: inherit;
}

.faq__item-title:hover .faq__trigger {
  color: #e33a00;
}

.faq__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  gap: 16px;
  justify-content: space-between;
  line-height: 1;
  padding-block: 16px;
  text-align: left;
  width: 100%;
  transition: 0.3s;
}

.faq__chevron,
.faq__more-chevron {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  flex: 0 0 8px;
  height: 8px;
  margin-inline: 4px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 300ms ease;
  width: 8px;
}

.faq__trigger[aria-expanded='true'] .faq__chevron {
  transform: rotate(225deg);
}

.faq__panel {
  color: rgba(0, 0, 0, 0.5);
  display: grid;
  font-size: 14px;
  font-weight: 500;
  grid-template-rows: 0fr;
  line-height: 1;
  opacity: 0;
  padding: 0 32px 0 0;
  transition:
    grid-template-rows 300ms ease,
    opacity 300ms ease,
    padding-bottom 300ms ease,
    visibility 0s linear 300ms;
  visibility: hidden;
}

.faq__panel a {
  color: inherit;
  text-decoration: underline;
}

.faq__panel > * {
  overflow: hidden;
}

.faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 16px;
  transition-delay: 0s;
  visibility: visible;
}

.faq__item[hidden],
.faq__panel[hidden],
.faq__more[hidden] {
  display: none;
}

.faq__more {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  gap: 16px;
  justify-content: center;
  line-height: 1;
  padding-block: 18px;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .faq__chevron,
  .faq__more-chevron,
  .faq__panel {
    transition-duration: 0.01ms;
  }
}

@media (min-width: 769px) and (max-width: 950px) {
  .bonuses {
    gap: 24px;
    grid-template-columns: minmax(280px, 373px) minmax(0, 1fr);
  }

  .bonuses__title {
    font-size: clamp(24px, 3.4vw, 32px);
  }

  .bonuses__link {
    font-size: 14px;
  }

  .levels__title,
  .levels__card-title {
    font-size: clamp(26px, 3.4vw, 32px);
  }

  .levels__card {
    padding: 20px 12px;
  }

  .levels__intro {
    gap: 12px;
  }

  .levels__card-description {
    font-size: clamp(12px, 1.47vw, 14px);
  }

  .levels__metrics {
    gap: 18px 12px;
    margin-top: 24px;
  }

  .levels__metric {
    gap: 8px;
  }

  .levels__metric dt,
  .levels__benefits li {
    font-size: clamp(10px, 1.26vw, 12px);
  }

  .levels__metric dd {
    font-size: clamp(16px, 2.1vw, 20px);
  }

  .levels__benefits {
    gap: 12px;
  }

  .levels__benefits li {
    gap: 6px;
  }

  .pl-container .levels__benefits img {
    flex-basis: 20px;
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 768px) {
  .pl-container {
    padding-top: 16px;
    gap: 24px;
  }

  .hero {
    max-height: 100%;
  }

  .hero__bg,
  .hero__banner {
    display: none;
  }

  .hero__bg--mob {
    display: block;
  }

  .brands {
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-inline: -16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 16px;
    scrollbar-width: none;
    width: calc(100% + 32px);
  }

  .brands::-webkit-scrollbar {
    display: none;
  }

  .brands__item {
    flex-shrink: 0;
  }

  .brands__item--desktop {
    display: none;
  }

  .brands__item--mobile {
    display: block;
  }

  .privilegies {
    align-content: start;
    background: #f8f8f8;
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    grid-template-rows: 114px max-content max-content;
    height: auto;
    min-height: 414px;
    padding: 12px;
  }

  .privilegies__picture {
    background: #f3f3f3;
    border-radius: 8px;
    grid-column: 1;
    grid-row: 1;
    height: 114px;
    overflow: hidden;
    width: 152px;
  }

  .pl-container .privilegies__image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .privilegies__content {
    display: contents;
  }

  .privilegies__header {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
    margin-left: 16px;
  }

  .privilegies__title {
    margin-top: 12px;
  }

  .privilegies__subtitle {
    font-size: 14px;
    margin-top: 12px;
  }

  .privilegies__list {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 16px;
  }

  .privilegies__list-title {
    font-size: 20px;
    font-weight: 500;
  }

  .privilegies__list-wrapper {
    gap: 12px;
    margin-top: 16px;
  }

  .privilegies__list-item {
    font-size: 12px;
    font-weight: 400;
  }

  .privilegies__list-item br {
    display: none;
  }

  .privilegies__actions {
    gap: 4px;
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 24px;
    width: 100%;
  }

  .privilegies__link {
    height: 28px;
  }

  .first-purchase {
    display: flex;
    flex-direction: column;
    gap: 19px;
  }

  .first-purchase__section-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .first-purchase__card {
    align-items: stretch;
    background: #f8f8f8;
    display: grid;
    gap: 0 20px;
    grid-template-columns: 125px minmax(0, 1fr);
    grid-template-rows: 82px 42px;
    height: 172px;
    padding: 12px;
    row-gap: 24px;
  }

  .first-purchase__visual {
    flex-basis: auto;
    grid-column: 1;
    grid-row: 1;
    height: 66px;
    width: 125px;
  }

  .pl-container .first-purchase__image {
    height: 130px;
    left: 50%;
    top: calc(50% + 5.88px);
    transform: translate(-50%, -50%);
    width: 140px;
  }

  .first-purchase__content {
    gap: 16px;
    grid-column: 2;
    grid-row: 1;
    height: 82px;
  }

  .first-purchase__title-row {
    display: block;
    height: auto;
    padding: 0;
  }

  .first-purchase__title {
    font-family: 'Pragmatica', Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
  }

  .pl-container .first-purchase__arrow {
    display: none;
    margin-top: 0;
  }

  .first-purchase__description {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
  }

  .first-purchase__button {
    align-items: center;
    background: #000;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    grid-column: 1 / -1;
    grid-row: 2;
    height: 42px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
  }

  .explanation {
    min-height: 270px;
    padding: 16px;
  }

  .explanation__title {
    font-family: 'Pragmatica', Arial, sans-serif;
    font-size: 20px;
  }

  .explanation__list {
    gap: 24px;
    margin-top: 32px;
  }

  .explanation__item {
    align-items: center;
    gap: 8px;
  }

  .explanation__content {
    gap: 8px;
  }

  .explanation__item-title {
    font-size: 14px;
  }

  .explanation__description {
    font-size: 12px;
    font-weight: 400;
  }

  .levels__header--desktop {
    display: none;
  }

  .levels__header--mobile {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .levels__mobile-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .levels__mobile-subtitle {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .levels__tabs {
    background: #efefef;
    border-radius: 16px;
    display: flex;
    gap: 4px;
    padding: 4px;
    width: 100%;
  }

  .levels__tab {
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #6e6e6e;
    cursor: pointer;
    flex: 1 1 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 0;
    padding: 10px 4px;
    transition: background-color 200ms ease, color 200ms ease;
  }

  .levels__tab[aria-selected='true'] {
    background: #fff;
  }

  .levels__tab[aria-selected='true'][data-level='interest'] {
    color: #5e922d;
  }

  .levels__tab[aria-selected='true'][data-level='match'] {
    color: #e33a00;
  }

  .levels__tab[aria-selected='true'][data-level='attraction'] {
    color: #2842bc;
  }

  .levels__cards {
    display: block;
    margin-top: -8px;
  }

  .levels__card {
    display: none;
    height: 310px;
    justify-content: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 16px;
  }

  .levels__card.is-active {
    display: flex;
  }

  .levels__card-title,
  .levels__desktop-text,
  .levels__card--match .levels__metric:nth-child(4) dd .levels__desktop-text {
    display: none;
    margin-top: 0;
  }

  .levels__mobile-text,
  .levels__mobile-offer {
    display: inline;
  }

  .levels__card-description {
    font-size: 20px;
  }

  .levels__metrics {
    gap: 30px;
    margin-top: 0;
  }

  .levels__card:not(.levels__card--match) .levels__metric:nth-child(n + 3) dt,
  .levels__card:not(.levels__card--match) .levels__metric:nth-child(n + 3) dd {
    min-height: 0;
  }

  .levels__metric dd {
    font-family: 'Pragmatica Extended', 'Pragmatica', Arial, sans-serif;
    font-size: 24px;
  }

  .levels__benefits {
    gap: 8px;
    margin-top: 0;
  }

  .levels__benefits li {
    gap: 8px;
  }

  .pl-container .levels__benefits img {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
  }

  .levels__mobile-offer {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-top: auto;
    text-decoration: underline;
    text-underline-position: from-font;

  }

  .bonuses {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }

  .bonuses__picture {
    height: auto;
  }

  .pl-container .bonuses__image {
    aspect-ratio: 676 / 239;
  }

  .bonuses__content {
    align-self: stretch;
  }

  .bonuses__list {
    gap: 16px;
    margin-top: 24px;
  }

  .bonuses__item {
    gap: 8px;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
  }

  .bonuses__number {
    font-size: 14px;
    height: 24px;
    width: 24px;
  }

  .bonuses__link {
    font-size: 16px;
  }

  .faq__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq__title {
    font-family: 'Pragmatica', Arial, sans-serif;
    font-size: 20px;
  }

  .faq__subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  .faq__list {
    margin-top: 16px;
  }

  .faq__trigger {
    font-size: 14px;
    line-height: 1;
  }

  .faq__panel {
    font-size: 14px;
    padding-right: 0;
  }

  .faq__more:not([hidden]) {
    display: flex;
  }

  .faq__item-title:hover .faq__trigger {
    color: #000;
  }
}

/* End */


/* Start:/local/components/spl/mindbox.bonuscard/templates/.default/style.css?1755635031799*/
@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?176476976779047 */
/* /local/templates/galaxystore/css/bonus/ego-landing/style.css?178893644822713 */
/* /local/components/spl/mindbox.bonuscard/templates/.default/style.css?1755635031799 */
