

/* Start:/local/components/uno/gift.card/templates/.default/style.css?176286404634270*/
.g-popup {
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  cursor: pointer;
}
.g-popup__wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: auto;
}
.g-popup__container {
  max-width: 1200px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
  overflow: hidden;
}
.g-popup__container.gm-top {
  background: #fff;
  width: 95%;
  top: 0;
  transform: translateX(-50%);
  margin: 30px 0;
}
.g-popup__container.gm-center {
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-popup__close {
  background: #FFC42E;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: background 0.3s;
  cursor: pointer;
}
.g-popup__close:hover {
  background: #000;
}
.g-popup__close:before, .g-popup__close:after {
  content: '';
  background: #000;
  width: 14px;
  height: 2px;
  position: absolute;
  left: 8px;
  top: 14px;
  transition: background 0.3s, transform 0.3s;
  transform: rotate(45deg);
}
.g-popup__close:after {
  transform: rotate(-45deg);
}
.g-popup__close:hover:before {
  background: #fff;
  transform: rotate(225deg);
}
.g-popup__close:hover:after {
  background: #fff;
  transform: rotate(135deg);
}

.g-calendar{
  background: #fff;
  width: 392px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.g-calendar__switch {
  display: flex;
}

.g-calendar__switch__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50%;
  box-sizing: border-box;
  padding: 8px 26px;
  cursor: pointer;
  color: #000;
}

.g-calendar__switch__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.g-calendar__nav-month {
  text-transform: lowercase;
}
.g-calendar__switch__item.gm-active {
  color: #E6431C;
  cursor: default;
}
.g-calendar__switch__item__title {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.g-calendar__switch__item__text {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-family: "GothamPro", Arial, sans-serif;
  font-weight: bold;
}
.g-calendar__header {
  margin-top: 16px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.g-calendar__header__text {
  font-family: "GothamPro", Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  transition: opacity 0.3s;
  cursor: default;
}
.g-calendar__header__arrow {
  width: 14px;
  height: 12px;
  position: absolute;
  top: calc(50% - 1px);
  cursor: pointer;
  mask-image: url("/local/templates/unode/images/arrow-submenu.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #777;
}
.g-calendar__header__arrow.gm-prev {
  left: 98px;
  transform: translateY(-50%) rotate(90deg);
}
.g-calendar__header__arrow.gm-next {
  right: 98px;
  transform: translateY(-50%) rotate(-90deg);
}
.g-calendar__header__arrow.gm-inactive {
  visibility: hidden;
}

.g-calendar__header__arrow:hover {
  background-color: #000;
}

.g-calendar__body {
  background: #fff;
  box-sizing: border-box;
}
.g-calendar__cell-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.gm-time{
  justify-content: flex-start;
}

.g-calendar__days {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 16px;
  margin-top: 16px;
}
.g-calendar__day {
  color: #777;
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
}
.g-calendar__cell {
  color: #000;
  width: 50px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-sizing: border-box;
  transition: background 0.3s, border 0.3s;
  cursor: pointer;
}
.g-calendar__cell.gm-hour {
  width: 86px;
  height: 42px;
}

.g-calendar__cell:not(.gm-selected):not(.gm-current):not(.gm-inactive):hover {
  background: #E6431C;
  color: #fff;
}

.g-calendar__cell.gm-current {
  background: rgba(195, 195, 195, 0.2);
}

.g-calendar__cell.gm-selected {
  background: rgba(254, 49, 0, 0.2);
}
.g-calendar__cell.gm-outrange {
  color: #E6E6E6;
}
.g-calendar__cell.gm-inactive {
  color: #E6E6E6;
  cursor: default;
}
.g-calendar__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 16px;
}
.g-calendar__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-grow: 1;
  flex-shrink: 1;
  height: 40px;
  background-color: #E6431C;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.25s ease-in-out;
}
.g-calendar__button.gm-black {
  text-transform: uppercase;
}

.g-calendar__button:hover {
  background-color: #C93A16;
}

.g-none {
  display: none !important;
}

.g-calendar__top-buttons {
  display: none;
}

@media (max-width: 997px) {
  .g-popup__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
  }

  .g-calendar {
    height: 100%;
    width: 100%;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .g-calendar__switch,
  .g-calendar__header,
  .g-calendar__body {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }

  .g-calendar__cell {
    width: 49px;
  }

  .g-calendar__buttons {
    min-width: 345px;
    margin-top: auto;
  }

  .g-calendar__top-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 20px 16px 0 16px;
  }

  .g-calendar__small-button {
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .g-calendar__small-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    mask-image: url('/local/templates/unode/images/close.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #A4A2A2;
  }
}


.gift-cards {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.gift-card__faq-content {
  padding: 24px 16px;
}

.gift-card__faq-title {
  font-family: 'GothamProMedium', Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.gift-card__faq {
  margin-top: 16px;
}

.gift-card__faq-list {
  margin: 0;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #E9E9E9;
}

.gift-card__faq-question {
  font-family: 'GothamProMedium', Arial, sans-serif;
  position: relative;
  margin: 0;
  padding-right: 36px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.gift-card__faq-question::before {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  mask-image: url("/local/templates/unode/images/arrow-submenu.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000;
  transition: all 250ms ease-in-out;
}

.gift-card__faq-answer {
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 250ms ease-in-out;
}

.gift-card__faq-list.opened .gift-card__faq-question::before {
  transform: translateY(-50%) rotate(180deg);
}

.gift-card__faq-list.opened .gift-card__faq-answer {
  max-height: 3000px;
  margin-top: 24px;
  opacity: 1;
}

.gift-card__banner-wrapper {
  position: relative;
  width: 100%;
  padding: 24px 16px;
  overflow: hidden;
  background-image: url('/local/components/uno/gift.card/templates/.default/./img/banner-mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gift-card__banner-image-wrapper {
  position: absolute;
  left: 12%;
  bottom: 5%;
  width: 462px;
  transition: transform 0.2s ease-in-out;
  z-index: 0;
}

.gift-card__banner-image {
  position: relative;
  width: 100%;
  z-index: 1;
}

.gift-card__banner-image-wrapper.hovered {
  transform: scale(1.1);
}

.gift-card__banner-anim-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.gift-card__banner-anim-image_one {
  width: 65px;
}

.gift-card__banner-anim-image_two {
  width: 100px;
}

.gift-card__banner-anim-image_three {
  width: 55px;
}

.gift-card__banner-anim-image_four {
  width: 135px;
}

.gift-card__banner-anim-image_five {
  width: 37px;
}

.gift-card__banner-anim-image_six {
  width: 70px;
}

.gift-card__banner-anim-image_seven {
  width: 75px;
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image {
  opacity: 1;
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_one {
  transform: translate(-259%, -186%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_two {
  transform: translate(103%, 38%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_three {
  transform: translate(275%, 175%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_four {
  transform: translate(11%, 51%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_five {
  transform: translate(-564%, 35%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_six {
  transform: translate(-365%, -40%);
}

.gift-card__banner-image-wrapper.hovered .gift-card__banner-anim-image_seven {
  transform: translate(-350%, -170%);
}

.gift-card__banner-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6431C;
  height: 48px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-family: 'GothamProMedium', Arial, sans-serif;
  margin-top: 40px;
}

.gift-card__banner-logo {
  margin-top: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gift-card__create-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999999999;
}

.gift-card__create-modal-content {
  height: calc(100% - 44px);
  overflow: auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.gift-card__create-modal-wrapper {
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  box-sizing: border-box;
  height: 100%;
}

.gift-card__create-modal.open .gift-card__create-modal-wrapper {
  transform: translateX(0);
}

.gift-card__create-modal-top-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 0 20px;
}

.gift-card__create-modal-close-btn,
.gift-card__create-modal-back-btn {
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0;
  overflow: hidden;
  color: #A4A2A2;
}

.gift-card__create-modal-back-btn {
  width: 16px;
  height: 16px;
}

.gift-card__create-modal-back-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 14px;
  height: 8px;
  mask-image: url("/local/templates/unode/images/arrow-submenu.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #A4A2A2;
}

.gift-card__create-modal-back-btn:hover {
  color: #000;
}

.gift-card__create-modal-close-btn {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.gift-card__create-modal-close-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  mask-image: url("/local/templates/unode/images/close.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #A4A2A2;
}

.gift-card__create-modal-close-btn:hover::before,
.gift-card__create-modal-back-btn:hover::before {
  background-color: #000;
}

.gift-card__create-step {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.gift-card__create-step-title {
  font-family: 'GothamProMedium', Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 8px 0 0 0;
  padding: 0;
  text-align: center;
}

.gift-card__create-illustrate {
  margin-top: 32px;
  padding: 0 16px;
  text-align: center;
}

.gift-card__create-illustrate_only-desktop {
  display: none;
}

.gift-card__create-illustrate-image {
  max-width: 343px;
  width: 100%;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.12);
  transition: background-image 250ms ease-in-out;
}

.gift-card__create-images-swiper {
  position: relative;
  margin-top: 77px;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.08);
  padding-top: 22px;
  padding-bottom: 6px;
}

.gift-card__create-images-swiper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  width: 136px;
  height: 100px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  border-radius: 3px;
}

.gift-card__create-images-swiper-container {
  width: 100%;
}

.gift-card__create-img-slide {
  width: 135px !important;
  height: 80px !important;
}

.gift-card__create-image-wrapper img {
  display: block;
  width: 100%;
}

.gift-card__create-illustrate-image {
  border-radius: 8px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}

.gift-card__create-img {
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 250ms ease-in-out;
}

.gift-card__create-swiper-btn-wrapper {
  display: none;
}

.gift-card__create-backgrounds-swiper {
  display: flex;
  justify-content: center;
  margin-top: 66px;
  padding-top: 22px;
  padding-bottom: 22px;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.08);
}


.gift-card__create-background {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gift-card__create-backgrounds-slide {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.gift-card__create-backgrounds-slide.active::before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  outline: none;
}

.gift-card__create-bottom-buttons {
  margin-top: 70px;
  width: 100%;
  padding: 0 16px 0 16px;
}

.gift-card__create-bottom-buttons_min-pad {
  margin-top: 32px;
}

.gift-card__create-btn {
  margin: 0;
  padding: 18px;
  width: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  background-color: #E6431C;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: all 150ms ease-in-out;
}

.gift-card__create-btn:hover {
  background-color: #C93A16;
}

.gift-card__price-list {
  list-style: none;
  margin: 0;
  padding: 32px 0 32px 16px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 16px;
}

.gift-card__price-item {
  flex-shrink: 0;
}

.gift-card__price-label {
  display: block;
  font-family: 'GothamProMedium', Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  padding: 15px 8px;
  box-sizing: border-box;
  border: 1px solid #B5B5B5;
  font-size: 16px;
  transition: all 150ms ease-in-out;
  text-align: center;
  min-width: 96px;
}

.gift-card__price-label {
  border-color: #CBCBCB;
}

.gift-card__price-checkbox:checked + .gift-card__price-label {
  color: #fff;
  background-color: #E6431C;
  border-color: #E6431C;
}

.gift-card__price-checkbox:checked + .gift-card__price-label:hover {
  background-color: #C93A16;
  border-color: #C93A16;
}

.gift-card__description {
  margin-top: 32px;
  padding: 0 16px;
}

.gift-card__text-area-wrapper {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 16px 16px 24px 16px;
  background-color: #F5F5F5;
}

.gift-card__text-area {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  border: none;
  outline: none;
  resize: none;
}

.gift-card__text-area-counter {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #868686;
  font-size: 14px;
}

.gift-card__text-tags-list {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gift-card__text-tags-item {
  cursor: pointer;
  padding: 4px 16px;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 18px;
  border-radius: 16px;
  text-align: center;
}

.gift-card__text-area-error {
  margin-top: 8px;
  color: #E6431C;
  font-size: 12px;
  line-height: 16px;
}

.gift-card__create-modal-close-alert {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  z-index: 99999999999;
}

.gift-card__create-modal-close-alert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.gift-card__create-modal-close-alert-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: #fff;
  z-index: 1;
  overflow: auto;
  padding: 16px 20px;
}

.gift-card__create-modal-close-alert-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.gift-card__create-modal-close-alert-bottom-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gift-card__create-alert-title {
  font-family: "GothamPro", Arial, sans-serif;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.gift-card__create-alert-description {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.gift-card__create-white-btn {
  margin: 0;
  padding: 18px;
  width: 100%;
  outline: none;
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  transition: all 150ms ease-in-out;
}

.gift-card__create-modal-top-buttons_alert {
  padding: 0;
}

.gift-card__create-personal-form {
  margin-top: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}

.gift-card__create-personal-form-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gift-card__create-personal-form-buttons_bottom {
  flex-direction: column;
  gap: 16px;
}

.gift-card__create-personal-form-button {
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  padding: 10px;
  font-family: "GothamProMedium", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  border: 1px solid #B5B5B5;
  transition: border 150ms ease-in-out;
}

.gift-card__create-personal-form-button.active {
  border: 2px solid #E6431C;
}

.gift-card__tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 20px;
  background-image: url("/local/templates/unode/images/icon-tooltip.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
}

.gift-card__create-personal-form .tippy-content {
  font-family: "GothamPro", Arial, sans-serif;
  padding: 18px 20px;
  text-align: start;
}

.gift-card__create-personal-form [data-tippy-root] {
  pointer-events: none;
}

.gift-card__create-personal-form-inputs {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gift-card__create-personal-inputs-title,
.gift-card__create-personal-delivery-title {
  font-family: "GothamProMedium", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.gift-card__create-personal-inputs-title {
  margin-bottom: 16px;
}

.gift-card__create-personal-from,
.gift-card__create-personal-to {
  flex-basis: 50%;
  flex-shrink: 0;
}

.gift-card__create-personal-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 8px;
  gap: 8px;
}


.gift-card__create-personal-input-wrapper:nth-child(2) {
  margin-top: 0;
}

.gift-card__create-personal-input {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #DFDBDB;
  font-size: 14px;
  line-height: 20px;
}

.gift-card__create-personal-input.with-error {
  border-bottom: 1px solid #E6431C;
}

.gift-card__create-personal-error {
  font-size: 14px;
  line-height: 20px;
  color: #E6431C;
}

.gift-card__create-personal-checkbox-wrapper {
  margin-top: 24px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-left: 28px;
}

.gift-card__create-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.gift-card__create-label {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.gift-card__create-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #DFDBDB;
}

.gift-card__create-checkbox.with-error + .gift-card__create-label::before {
  border-color: #E6431C;
}

.gift-card__create-checkbox:checked + .gift-card__create-label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 9px;
  box-sizing: border-box;
  background-image: url('/local/templates/unode/images/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.gift-card__create-personal-delivery {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gift-card__create-personal-footer {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 24px;
}

.gift-card__create-personal-footer-info,
.gift-card__create-personal-footer-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.gift-card__create-personal-card-info {
  font-family: "GothamProMedium", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.gift-card__create-personal-card-death-time {
  font-size: 13px;
  line-height: 13px;
}

.gift-card__preview-btn {
  margin: 0;
  padding: 18px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #B5B5B5;
  transition: all 150ms ease-in-out;
}

.gift-card__create-personal-checkbox-wrapper_agreement {
  margin-top: 0;
}

.gift-card__create-agreement,
.gift-card__create-agreement-link {
  font-size: 11px;
  line-height: 12px;
  color: #000;
}

.gift-card__create-agreement-link {
  text-decoration: underline;
}

.gift-card__create-agreement-link:hover {
  text-decoration: none;
  color: inherit;
}

.gift-card__spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 99999999999999;
  background-color: rgba(255, 255, 255, 0.63);
}

.gift-card__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}

.gift-card__spinner-loader {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}

.gift-card__spinner-loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid #E6431C;
  animation: prixClipFix 2s linear infinite ;
}

.gift-card__create-modal-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999999999;
}

.gift-card-preview__header {
  width: 100%;
  height: 40px;
  padding-right: 12px;
  background-color: #fff;
  margin-bottom: -4px;
  text-align: end;
}

.gift-card-preview__close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 6px 0 0 0;
}

.gift-card-preview__close-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  mask-image: url('/local/templates/unode/images/close.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #A4A2A2;
}

.gift-card__banner-wrapper_desktop {
  display: none;
}

.gift-card__banner-wrapper_mobile {
  display: flex;
  flex-direction: column;
}

.gift-card__banner-title {
  font-family: 'Bezier Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #E6431C;
  margin: 0;
}

.gift-card__banner-description {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #E6431C;
  margin-top: 16px;
}

.gift-card__create-common-error {
  font-family: "GothamProMedium", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #E6431C;
}

.gift-card__create-rules {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  line-height: 14px;
  color: #000;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media (min-width: 998px) {
  .gift-card__banner-wrapper {
    min-height: 770px;
    padding: 0;
    background-image: url('/local/components/uno/gift.card/templates/.default/./img/banner-desktop.png');
  }

  .gift-card__banner-wrapper_desktop {
    display: block;
  }

  .gift-card__banner-wrapper_mobile {
    display: none;
  }

  .gift-card__banner-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    margin-top: 60px;
    margin-left: 7.5%;
    max-width: 612px;
    width: 42%;
  }

  .gift-card__banner-title {
    font-size: 38px;
  }

  .gift-card__banner-description {
    font-size: 18px;
  }

  .gift-card__banner-order-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    left: calc(100% - 119px - 75px);
    top: calc(100% - 119px - 75px);
    text-transform: none;
    font-family: inherit;
    margin-top: auto;
  }

  .gift-card__banner-order-btn.followed {
    box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.25);
  }

  .gift-card__faq-content {
    max-width: 998px;
    margin: 0 auto;
    padding: 60px 0 42px 0;
  }

  .gift-card-preview::-webkit-scrollbar,
  .gift-card__create-modal-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .gift-card-preview::-webkit-scrollbar-track,
  .gift-card__create-modal-content::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .gift-card-preview::-webkit-scrollbar-thumb,
  .gift-card__create-modal-content::-webkit-scrollbar-thumb {
    background-color: #E6431C;
    border-radius: 3px;
  }

  .gift-card-preview,
  .gift-card__create-modal-content {
    scrollbar-width: thin;
    scrollbar-color: #E6431C transparent;
  }

  .gift-card__faq-title {
    font-size: 32px;
    line-height: 38px
  }

  .gift-card__faq {
    margin-top: 32px;
  }

  .gift-card__faq-question {
    font-size: 18px;
    line-height: 22px;
  }

  .gift-card__faq-answer {
    font-size: 16px;
    line-height: 22px;
  }

  .gift-card__create-modal-top-buttons {
    padding: 56px 56px 0 56px;
  }

  .gift-card__create-modal-close-btn {
    width: 32px;
    height: 32px;
  }

  .gift-card__create-modal-back-btn {
    width: auto;
    font-size: 16px;
    line-height: 16px;
    padding-left: 24px;
  }

  .gift-card__create-modal-back-btn::before {
    top: 50%;
    left: 0;
    width: 16px;
    height: 10px;
    transform: translate(0, -50%) rotate(90deg);
  }

  .gift-card__create-modal-close-btn::before {
    width: 16px;
    height: 16px;
  }

  .gift-card__create-info {
    margin-top: 48px;
    display: flex;
    gap: 72px;
    justify-content: center;
    padding: 0 56px 0 56px;
  }

  .gift-card__create-illustrate {
    display: none;
  }

  .gift-card__create-illustrate_info-steps {
    display: block;
    margin: 0;
    padding: 30px 0 0 0;
  }

  .gift-card__create-illustrate_only-desktop {
    display: block;
  }

  .gift-card__create-illustrate-image {
    max-width: 590px;
    transform: rotate(-3deg);
  }

  .gift-card__create-info-data {
    width: 496px;
  }

  .gift-card__text-tags-list {
    padding: 0;
  }

  .gift-card__text-tags-item {
    font-size: 13px;
  }

  .gift-card__description {
    margin-top: 56px;
    padding: 0;
  }

  .gift-card__price-list {
    overflow: hidden;
    flex-wrap: wrap;
    padding: 0;
  }

  .gift-card__create-img-slide {
    width: 590px !important;
    height: 350px !important;
  }

  .gift-card__create-images-swiper {
    position: relative;
    margin-top: 48px;
    box-shadow: none;
    padding: 0;

  }

  .gift-card__create-images-swiper::before {
    content: none;
    display: none;
  }

  .gift-card__create-img {
    border-radius: 14px;
  }

  .swiper-slide-active .gift-card__create-img {
    border-radius: 14px;
  }

  .gift-card__create-swiper-btn-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50%);
    width: 0;
    height: 0;
    z-index: 1;
  }

  .gift-card__create-swiper-btn {
    position: absolute;
    left: -295px;
    top: 175px;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    transition: all 0.25s ease;
  }

  .gift-card__create-swiper-btn::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 9px;
    top: 52%;
    left: 48%;
    transform: translate(-50%, -50%) rotate(90deg);
    mask-image: url("/local/templates/unode/images/arrow-submenu.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
    transition: all 0.25s ease;
  }

  .gift-card__create-swiper-btn:hover::before {
    width: 18px;
    height: 10px;
  }

  .gift-card__create-swiper-btn_prev {
    left: 295px;
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .gift-card__create-swiper-btn:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    width: 44px;
    height: 44px;
  }

  .gift-card__create-bottom-buttons {
    margin: 112px auto 0 auto;
    width: 332px;
  }

  .gift-card__create-modal-content {
    height: calc(100% - 88px);
  }

  .gift-card__price-label {
    padding: 16px;
    min-width: 112px;
  }

  .gift-card__text-area {
    font-size: 14px;
    line-height: 18px;
  }

  .gift-card__text-area-error {
    color: #E6431C;
    font-size: 14px;
    line-height: 20px;
  }

  .gift-card__create-alert-title {
    width: 100%;
    max-width: 430px;
  }

  .gift-card__create-modal-close-alert-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 558px;
    max-height: 610px;
    padding: 16px;
  }

  .gift-card__create-modal-top-buttons_alert {
    padding: 0;
  }

  .gift-card__create-modal-close-alert-bottom-buttons {
    flex-direction: row;
  }

  .gift-card__create-personal {
    margin-top: 48px;
    display: flex;
    gap: 72px;
    justify-content: center;
    padding: 0 56px 0 56px;
  }

  .gift-card__create-personal-form {
    margin-top: 0;
    padding: 0;
    max-width: 688px;
  }

  .gift-card__create-personal-form-buttons {
    gap: 24px;
    justify-content: flex-start;
  }

  .gift-card__create-personal-form-inputs {
    margin-top: 24px;
    flex-direction: row;
    gap: 24px;
  }

  .gift-card__create-personal-inputs-title {
    margin-bottom: 24px;
  }

  .gift-card__create-personal-input,
  .gift-card__create-personal-form-button {
    max-width: 332px;
  }

  .gift-card__create-personal-delivery {
    margin-top: 44px;
  }

  .gift-card__create-personal-form-buttons_bottom {
    flex-direction: row;
  }

  .gift-card__create-personal-footer {
    margin-top: 44px;
  }

  .gift-card__create-personal-footer-info {
    gap: 8px;
  }

  .gift-card__create-personal-footer-buttons {
    flex-direction: row;
    gap: 24px;
  }

  .gift-card__create-personal-footer-buttons button {
    max-width: 240px;
  }

  .gift-card__create-backgrounds-swiper {
    box-shadow: none;
  }

  .gift-card__create-rules {
    margin-top: 24px;
  }
}

/* End */
/* /local/components/uno/gift.card/templates/.default/style.css?176286404634270 */
