.wf__image.astro-P3Y6Y3PV {
  align-items: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wf__image.astro-P3Y6Y3PV {
    border-radius: 20px;
    height: 633px;
    margin-bottom: 0;
    max-height: 320px;
    max-width: none;
    min-height: 633px;
  }
}
@media screen and (min-width: 1240px) {
  .wf__image.astro-P3Y6Y3PV {
    grid-area: 1/1/4/2;
    height: auto;
    max-height: inherit;
    object-position: center;
    overflow: visible;
    position: relative;
  }
  .wf__image.astro-P3Y6Y3PV:after {
    background: linear-gradient(0deg, rgba(88, 88, 88, 0) -5.41%, #585858);
    content: "";
    display: block;
    height: 1180px;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
}
.wf__image.astro-P3Y6Y3PV .wf__picture.astro-P3Y6Y3PV {
  display: flex;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.wf__image.astro-P3Y6Y3PV .wf__picture.astro-P3Y6Y3PV img.astro-P3Y6Y3PV {
  margin: 0 auto;
  max-height: 417px;
  max-width: inherit;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .wf__image.astro-P3Y6Y3PV .wf__picture.astro-P3Y6Y3PV img.astro-P3Y6Y3PV {
    max-height: inherit;
    width: auto;
  }
}
.selector {
  padding: 0 var(--page-padding-inline);
}
@media screen and (min-width: 1240px) {
  .selector {
    padding: 0;
  }
}
.selector__pack,
.selector__series {
  border: none;
  margin: 0;
  padding: 0;
}
.selector__series {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .selector__series {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    width: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .selector__series {
    display: block;
  }
}
@media screen and (min-width: 1536px) {
  .selector__series {
    display: grid;
  }
}
.selector__pack {
  margin-bottom: 40px;
  padding: 0 2px;
}
.selector__series-label {
  background: linear-gradient(180deg, #151517, #090909);
  border: 1.5px solid #282828;
  border-radius: 16px;
  display: grid;
  grid-template: auto/auto 1fr;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 20px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .selector__series-label {
    grid-template: auto 1fr min-content/auto;
  }
  .selector__series-label:first-of-type {
    border-radius: 16px 0 0 16px;
  }
  .selector__series-label:last-of-type {
    border-radius: 0 16px 16px 0;
  }
}
@media screen and (min-width: 1240px) {
  .selector__series-label:first-of-type {
    border-radius: 16px;
  }
  .selector__series-label:last-of-type {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .selector__series-label {
    grid-template: auto 1fr min-content/auto;
  }
  .selector__series-label:first-of-type {
    border-radius: 16px 0 0 16px;
  }
  .selector__series-label:last-of-type {
    border-radius: 0 16px 16px 0;
  }
}
.selector__series-input:checked + .selector__series-label {
  border: 1.5px solid #3da8e6;
}
.selector__series-input:checked
  + .selector__series-label
  .selector__series-name {
  background: var(--gradient-button);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.selector__pack-input,
.selector__series-input {
  display: none;
}
.selector__series-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.036px;
  line-height: 140%;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .selector__series-name {
    font-size: 20px;
    letter-spacing: 0.04px;
  }
}
@media screen and (min-width: 1240px) {
  .selector__series-name {
    font-size: 21px;
    letter-spacing: 0.042px;
  }
}
.selector__series-name-value {
  color: var(--color-white);
}
.selector__series-input:checked
  + .selector__series-label
  .selector__series-name-value {
  background: var(--gradient-button);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.selector__series-price {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
}
.selector__series-title {
  flex-grow: 0;
}
.selector__series-badges {
  align-self: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: flex-end;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .selector__series-badges {
    grid-row: 3;
    justify-content: flex-start;
  }
}
.selector__series-badge {
  background: #232323;
  border-radius: 8px;
  color: #949498;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 120%;
  opacity: 0.8;
  padding: 4px 8px;
  white-space: nowrap;
}
.selector__series-badge_delivery {
  padding-left: 24px;
  position: relative;
}
.selector__series-badge_delivery:before {
  background-image: url(../img/pricing/box.html);
  background-size: 13px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 8px;
  position: absolute;
  top: calc(50% - 8px);
  width: 13px;
}
@media only screen and (resolution >= 192dpi),
  only screen and (resolution >= 2dppx) {
  .selector__series-badge_delivery:before {
    background-image: url(../img/pricing/box%402x.html);
  }
}
.selector__pack-title {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
}
.selector__series-caption {
  color: var(--color-gray-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  grid-column: span 2;
  letter-spacing: 0.21px;
  line-height: 130%;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .selector__series-caption {
    grid-area: 2/1;
    margin-bottom: 20px;
  }
}
.selector__pack-label {
  align-items: baseline;
  background: #010101
    linear-gradient(180deg, hsla(0, 0%, 74%, 0.09), rgba(88, 88, 88, 0.09));
  border-radius: 16px;
  box-sizing: border-box;
  display: grid;
  gap: 3px;
  grid-template: auto/auto min-content;
  height: 92px;
  line-height: 1;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .selector__pack-label {
    align-items: center;
    grid-template: auto/max-content auto;
  }
}
.selector__pack-label:before {
  background: linear-gradient(180deg, #bdbdbd, #585858);
  border-radius: 16px;
  content: "";
  display: flex;
  inset: -1px;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1240px) {
  .selector__pack-label {
    height: 100px;
  }
}
.selector__pack-unit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.selector__pack-name {
  color: var(--color-white);
  display: inline;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.036px;
  padding-right: 13px;
}
@media screen and (min-width: 768px) {
  .selector__pack-name {
    font-size: 20px;
    letter-spacing: 0.04px;
  }
}
@media screen and (min-width: 1240px) {
  .selector__pack-name {
    font-size: 21px;
    letter-spacing: 0.4px;
  }
}
.selector__pack-price {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  justify-self: flex-end;
}
@media screen and (min-width: 768px) {
  .selector__pack-price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .selector__pack-price {
    font-size: 21px;
  }
}
.selector__pack-oldprice {
  font-size: 16px;
  font-weight: 500;
  height: 16px;
  justify-self: flex-end;
  letter-spacing: 0.048px;
  line-height: 1;
  text-decoration: line-through;
}
@media screen and (min-width: 768px) {
  .selector__pack-oldprice {
    font-size: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1240px) {
  .selector__pack-oldprice {
    font-size: 19px;
    height: 19px;
  }
}
.selector__pack-input:checked + .selector__pack-label {
  background: linear-gradient(180deg, #15191b, #090909);
}
.selector__pack-input:checked + .selector__pack-label .selector__pack-name {
  background: var(--gradient-button);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.selector__pack-input:checked + .selector__pack-label:before {
  background: linear-gradient(180deg, #3da8e6, #008ae6);
  inset: -1.5px;
}
.selector__pack-legend {
  font-size: 16px;
  letter-spacing: 0.08px;
  margin-bottom: 12px;
}
.selector__pack-caption,
.selector__pack-legend {
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.selector__pack-caption {
  font-size: 14px;
  letter-spacing: 0.07px;
}
.delivery-info.astro-PSIJTOZO {
  background-color: #121212;
  background-image: url(../img/pricing/delivery-delay.html);
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  border-radius: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  padding: 18px 20px 18px 76px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .delivery-info.astro-PSIJTOZO {
    padding: 18px 24px 18px 82px;
  }
}
.delivery-info_hidden.astro-PSIJTOZO {
  display: none;
}
.delivery-info__title.astro-PSIJTOZO {
  color: var(--color-gray-light);
  font-size: 16px;
  letter-spacing: 0.08px;
  padding-bottom: 6px;
}
.delivery-info__caption.astro-PSIJTOZO {
  --color-accent: var(--color-gray-light);
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hidden {
  display: none;
}
.wf {
  display: grid;
  max-width: 100%;
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 1240px) {
  .wf {
    gap: 0 var(--width-cell-1);
    grid-template: auto/auto var(--width-cell-4);
    padding-left: 0;
    padding-right: var(--page-padding-inline);
    position: relative;
  }
  .wf:before {
    background: var(--gradient-border);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.wf__title {
  padding: 120px var(--page-padding-inline) 0;
}
@media screen and (min-width: 1240px) {
  .wf__title {
    padding: 120px 0 0;
  }
}
.wf__title-head {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 105%;
  margin-bottom: 24px;
}
.wf__title-caption {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.054px;
  line-height: 120%;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .wf__title-caption {
    margin-bottom: 48px;
  }
}
.checkout {
  margin-bottom: 121px;
  padding: 0 var(--page-padding-inline);
}
@media screen and (min-width: 768px) {
  .checkout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1240px) {
  .checkout {
    padding: 0;
  }
}
.checkout__quantity-caption {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
  margin-bottom: 12px;
}
.checkout__quantity-counter {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.checkout__quantity-value {
  color: var(--color-white);
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 110%;
  width: 50px;
}
.checkout__quantity-button {
  background: #1c1c1d;
  border: none;
  border-radius: 50%;
  height: 40px;
  outline: none;
  position: relative;
  width: 40px;
}
.checkout__quantity-button:before {
  background-color: #aaaaaf;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 11px;
  position: absolute;
  top: 19px;
  width: 18px;
}
.checkout__quantity-button:disabled:before {
  background-color: #9e9ea3;
}
.checkout__quantity-button_increment:after {
  background-color: #aaaaaf;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 11px;
  position: absolute;
  top: 19px;
  transform: rotate(90deg);
  width: 18px;
}
.checkout__discount {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout__discount {
    width: var(--width-cell-8);
  }
}
@media screen and (min-width: 1240px) {
  .checkout__discount {
    width: var(--width-cell-2);
  }
}
.checkout__discount-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
  margin-bottom: 10px;
}
.checkout__discount-code {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout__discount-code {
    margin-bottom: 0;
  }
}
.checkout__discount-code_invalid .checkout__discount-input-field,
.checkout__discount-code_invalid
  .checkout__discount-input:focus-within
  .checkout__discount-input-field {
  border-color: #6cf;
}
.checkout__discount-code_invalid .checkout__discount-error {
  visibility: visible;
}
.checkout__discount-input-field {
  background: #1c1c1d;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 48px;
  letter-spacing: 0.08px;
  line-height: 120%;
  outline: none;
  padding: 14px 40px 14px 20px;
  width: 100%;
}
.checkout__discount-input-field:disabled {
  background: #1c1c1d;
  color: var(--color-white);
}
.checkout__discount-input {
  flex: 0 0 100%;
  position: relative;
}
.checkout__discount-input:focus-within .checkout__discount-input-field {
  background: linear-gradient(92deg, #262627 48.92%, rgba(22, 22, 23, 0) 98.7%),
    #1c1c1d;
  border-color: #656565;
}
.checkout__discount-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .checkout__discount-value {
    position: absolute;
    right: 50px;
    top: 43px;
    z-index: 2;
  }
}
.checkout__discount-button {
  border: 0;
  border-radius: 50%;
  bottom: 12px;
  height: 24px;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  width: 24px;
}
.checkout__discount-button_hidden {
  display: none;
}
.checkout__discount-button_apply {
  background: #fff;
}
.checkout__discount-button_apply:after,
.checkout__discount-button_apply:before {
  background: #4e4e53;
  border-radius: 1px;
  content: "";
  height: 2px;
  position: absolute;
  right: 7px;
  top: 14px;
  transform: rotate(135deg);
  width: 8px;
}
.checkout__discount-button_apply:after {
  top: 9px;
  transform: rotate(45deg);
}
.checkout__discount-button_clear {
  background: #6c6c70;
}
.checkout__discount-button_clear:after,
.checkout__discount-button_clear:before {
  background: #1c1c1d;
  content: "";
  height: 2px;
  position: absolute;
  right: 5px;
  top: 11px;
  transform: rotate(45deg);
  width: 14px;
}
.checkout__discount-button_clear:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .checkout__payment {
    width: 100%;
  }
}
.checkout__payment-input {
  display: none;
}
.checkout__payment-value {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.135px;
  line-height: 120%;
}
.checkout__payment-value_hidden {
  display: none;
}
.checkout__payment-label {
  align-items: center;
  background: linear-gradient(180deg, #151517, #090909);
  border: 1.5px solid #282828;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 16px 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout__payment-label {
    padding: 19px 24px;
  }
}
.checkout__payment-input:checked + .checkout__payment-label {
  border: 1.5px solid #3da8e6;
}
.checkout__payment-value-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.checkout__payment-value-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.checkout__payment-value-img {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 2px;
  max-width: 118px;
}
.checkout__payment-value-img svg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .checkout__payment-value-img {
    gap: 8px;
    margin-left: 24px;
    margin-top: 0;
    max-width: none;
  }
}
.checkout__payment-caption {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
  margin-bottom: 12px;
}
.checkout__payment-method {
  margin-bottom: 32px;
}
.checkout__discount-error {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
  line-height: 1.2;
  visibility: hidden;
}
.skeleton {
  position: relative;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.wf_loadable .skeleton:before {
  animation: none;
  background: #f5f5f5;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wf_loadable .skeleton:before {
    animation: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .wf_loadable .skeleton:before {
    animation: shine 1.5s linear infinite;
  }
}
.wf_loadable .skeleton-m {
  height: 28px;
  width: 80px;
}
.wf_loadable .skeleton-sm {
  height: 22px;
  width: 67px;
}
.wf_loadable .skeleton-l {
  height: 30px;
  width: 105px;
}
.checkout__total {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .checkout__total {
    padding-top: 24px;
    position: relative;
    width: 100%;
  }
  .checkout__total:before {
    background: linear-gradient(90deg, #585858, rgba(48, 48, 53, 0) 94.22%);
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.checkout__total-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.checkout__total-amount {
  display: flex;
  flex-direction: column;
}
.checkout__total-caption {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 120%;
  margin-bottom: 8px;
}
.checkout__total-notes {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 120%;
  padding-top: 28px;
  width: 100%;
}
.checkout__total-value {
  color: var(--color-white);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .checkout__total-value {
    font-size: 30px;
  }
}
.checkout__total-buy {
  flex: 0 1 auto;
}
.checkout__total-buy .button {
  border: none;
  outline: none;
  white-space: break-spaces;
}
.selector__series-desc {
  grid-column: span 2;
  white-space: pre-line;
}
.checkout__payment-fieldset {
  border: 0;
  display: grid;
  gap: 8px;
  grid-template: auto/100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
