@charset "UTF-8";

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/@angular/material/prebuilt-themes/rose-red.css */
html {
  --mat-sys-background: #fff8f8;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #faeeef;
  --mat-sys-inverse-primary: #ffb1c5;
  --mat-sys-inverse-surface: #352f30;
  --mat-sys-on-background: #201a1b;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #8f0045;
  --mat-sys-on-primary-fixed: #3f001b;
  --mat-sys-on-primary-fixed-variant: #8f0045;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #5b3f46;
  --mat-sys-on-secondary-fixed: #2b151b;
  --mat-sys-on-secondary-fixed-variant: #5b3f46;
  --mat-sys-on-surface: #201a1b;
  --mat-sys-on-surface-variant: #514346;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #930100;
  --mat-sys-on-tertiary-fixed: #410000;
  --mat-sys-on-tertiary-fixed-variant: #930100;
  --mat-sys-outline: #847376;
  --mat-sys-outline-variant: #d6c2c5;
  --mat-sys-primary: #ba005c;
  --mat-sys-primary-container: #ffd9e1;
  --mat-sys-primary-fixed: #ffd9e1;
  --mat-sys-primary-fixed-dim: #ffb1c5;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #74565d;
  --mat-sys-secondary-container: #ffd9e1;
  --mat-sys-secondary-fixed: #ffd9e1;
  --mat-sys-secondary-fixed-dim: #e3bdc5;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #fff8f8;
  --mat-sys-surface-bright: #fff8f8;
  --mat-sys-surface-container: #f7ebec;
  --mat-sys-surface-container-high: #f1e5e6;
  --mat-sys-surface-container-highest: #ece0e1;
  --mat-sys-surface-container-low: #fdf1f2;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #e3d7d8;
  --mat-sys-surface-tint: #ba005c;
  --mat-sys-surface-variant: #f3dde1;
  --mat-sys-tertiary: #c00100;
  --mat-sys-tertiary-container: #ffdad4;
  --mat-sys-tertiary-fixed: #ffdad4;
  --mat-sys-tertiary-fixed-dim: #ffb4a8;
  --mat-sys-neutral-variant20: #3a2d30;
  --mat-sys-neutral10: #201a1b;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}

/* src/assets/style/ul-kit.scss */
button,
a,
span {
  -webkit-user-select: none;
  user-select: none;
}
.page-container {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  overflow-x: hidden;
}
.button {
  display: inline-block;
  text-align: center;
  height: 62px;
  line-height: 60px;
  padding: 0 40px;
  background: #D1000F;
  border-radius: 100px;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
}
.button:hover {
  background: #a10000;
  cursor: pointer;
}
.button:active {
  background: #a10000;
}
.button a {
  color: inherit;
  text-decoration: none;
}
.button[disabled],
.button[disabled]:hover,
.button[disabled]:active,
.button.disabled {
  background: #A7A7A7;
  cursor: default;
}
.white-button {
  color: #393939;
  border: 1px solid #393939;
  background: transparent;
}
.white-button:hover,
.white-button:active {
  color: #393939;
  border: 1px solid #393939;
  background: transparent;
}
.inner-section {
  width: 1242px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
header {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  width: 100%;
  padding: 0px 0 0px 0;
  z-index: 2;
  background: #fff;
  color: #393939;
  transition: all 0s;
}
header.active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.header .contacts {
  text-align: right;
}
.header .contacts .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D1000F;
  text-align: left;
}
section {
  clear: both;
  position: relative;
  padding: 70px 0 70px 0;
}
section p a {
  color: #D1000F;
  text-decoration: none;
}
section p a:hover {
  text-decoration: underline;
}
h1 {
  display: block;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #393939;
  padding: 0;
  margin: 0 0 34px 0;
}
label.black-checkbox {
  color: #000;
}
label.black-checkbox a {
  color: #000;
  border-bottom: 1px solid #000;
}
label.black-checkbox a:hover {
  border-bottom: 1px solid transparent;
}
.confirm-page {
  color: #fff;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background: url("./media/pay2me-background-7SZJRONX.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.payment-footer-img {
  padding-left: 40px;
}
.payment-page-container {
  color: #fff;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background: url("./media/pay2me-background-7SZJRONX.png") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.payment-page-container .inner-section {
  width: 825px;
  max-width: 100%;
}
.sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
}
.tab-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.subscription-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  white-space: nowrap;
  display: flex;
  font-family: "DIN Pro Condensed", sans-serif;
  gap: 16px;
  align-items: center;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}
.payment-page-container .form-item.pnl-agree > input {
  width: 24px !important;
  height: 24px !important;
}
.payment-page-container.darkened:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.payment-page-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.payment-logos-container {
  width: 515px;
  max-width: 100%;
  order: 3;
  opacity: 0.7;
  margin-left: auto;
}
.payment-logos-container-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}
.payment-logos-container-top img {
  display: block;
  max-width: 100%;
}
.payment-logo-v {
  max-width: none;
}
.payments-form-wrap {
  width: 825px;
  max-width: 100%;
}
.payment-order-text-content {
  border-radius: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  width: 100%;
}
.payment-order-text-content span {
  text-decoration: none;
}
.toggler {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: flex !important;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.toggler span {
  font-family: "DIN Pro Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.toggler svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.toggler.active svg {
  transform: rotate(180deg);
}
.payment-order-text .payment-title {
  margin-bottom: 4px;
  text-transform: none;
}
.payment-order-text a,
.payment-order-text span {
  display: block;
  text-decoration: none;
  color: #fff;
}
.extra-block {
  margin-bottom: 0;
}
.payment-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding-bottom: 24px;
}
.payment-footer-img-mobile {
  display: none;
}
.payment-footer img {
  max-width: 371px;
  max-height: 48px;
}
.payment-footer .button,
.retry-payment-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Pro Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  height: 62px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
}
.payment-title {
  white-space: nowrap;
  display: block;
  font-family: "DIN Pro Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: uppercase;
}
.payment-failed-reasons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  margin-bottom: 24px;
}
.payment-title svg,
.payment-failed-reasons svg {
  opacity: 1;
  margin-left: 16px;
  cursor: pointer;
}
.generate-qr-modal .title {
  text-transform: uppercase;
  font-family: "DIN Pro Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  color: rgb(57, 57, 57);
}
.generate-qr-modal {
  align-items: center;
}
.modal-qr-code {
  max-width: 263px;
  max-height: 263px;
}
.text-modal {
  margin-bottom: 24px;
}
.centered-text {
  text-align: center;
}
.payment-ul-modal-content li p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  opacity: 0.6;
}
.payment-ul-modal-content button {
  display: block;
  width: 298px;
  margin: 0 auto;
}
.payment-type-modal p {
  margin-bottom: 16px;
  color: rgb(57, 57, 57);
}
.payment-type-modal.active,
.payment-ul-modal.active {
  display: flex;
}
.payment-type a {
  color: rgb(57, 57, 57);
  text-decoration: none;
  border-bottom: 1px solid rgb(57, 57, 57);
}
.payment-modal-button,
.payment-failed-modal-button {
  outline: unset;
  font-family: "DIN Pro Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  border: none;
  border-radius: 16px;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  gap: 10px;
  background: rgb(78, 82, 66);
  color: #ffffff;
}
.payment-modal-button:hover,
.payment-failed-modal-button:hover {
  background: rgb(96, 101, 81);
}
.payment-page-container .form-item input::-webkit-input-placeholder,
.payment-page-container .form-item input:-moz-placeholder {
  font-size: 16px;
  font-weight: bold;
  color: #A7A7A7;
  text-transform: uppercase;
}
.payment-card-block input {
  font-family: "DIN Pro", sans-serif;
  max-height: 47px;
}
.payment-card-block-outer {
  display: flex;
  gap: 20px;
}
.payment-card-block input.active:focus-visible {
  outline: rgb(57, 57, 57) auto 1px;
}
.payment-card-contacts .email-item {
  margin-bottom: 24px;
}
.block-payment {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.payment-card-block {
  background: url("./media/card-background-KMOTBPY7.png") center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 24px;
  max-width: 370px;
  width: 100%;
  height: 234px;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
}
.invalid {
  border: 2px solid rgb(212, 18, 28) !important;
}
.payment-card-block .payment-title {
  color: rgb(57, 57, 57);
}
.payment-card-expires-inner .payment-title {
  margin-bottom: 0;
}
.payment-card-block input {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  outline: none;
}
.payment-card-block input:focus-visible {
  border-color: rgb(57, 57, 57);
}
.contacts-item input:focus-visible {
  outline: 2px #ffffff solid;
}
.payment-card-expires-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 147px;
}
.payment-card-expires-inner input {
  max-width: 63px;
  max-height: 47px;
}
.payment-card-cvc input {
  max-width: 80px;
}
.payment-card-block-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.payment-page-container .donate-form__payment-icon img {
  margin: 0 2px;
}
.payment-page-container .button.submit-button {
  font-size: 20px;
}
.result-success .payments-form-wrap,
.result-error .payments-form-wrap {
  display: none;
}
.payment-result-block-success {
  display: none;
}
.result-success .payment-result-block-success {
  display: block;
}
.payment-result-block-error {
  display: none;
}
.result-error .payment-result-block-error {
  display: block;
}
.payment-result-block {
  z-index: 10;
  color: #FFFFFF;
  text-align: center;
  width: 640px;
  max-width: 100%;
}
.payment-result-block .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.45em;
  text-transform: uppercase;
}
.payment-result-block .white-button {
  margin: 0 auto;
  display: block;
  width: 350px;
  background: #FFFFFF;
  color: #393939;
  border: 0;
  max-width: 100%;
}
.payment-result-block .white-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #393939;
}
.payment-mobile-logos-block {
  display: none;
}
.toggling-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.toggling-item.closed {
  display: none;
}
.payment-page-container .toggling-item {
  padding: 16px 0 3px 0;
}
.payment-order-text-row {
  display: flex;
  gap: 8px;
  vertical-align: top;
  margin-right: 49px;
  line-height: 1.5em;
}
.payment-order-text-row.description-row {
  margin-top: 24px;
}
.payment-order-text-row span {
  opacity: 0.6;
  margin-right: 8px;
}
.tabs {
  font-family: "DIN Pro", sans-serif;
}
.tabs-content,
.payment-monthly {
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(50px);
}
.payment-tabs.active {
  display: block;
}
.payment-tabs .tabs-head {
  font-size: 0;
  padding: 0 0 24px 0;
}
.payment-tabs .tabs-head button {
  width: 199px;
  height: 118px;
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 3px;
  background: #FFFFFF;
  border: 1px solid #393939;
  backdrop-filter: blur(3px);
  border-radius: 20px;
  margin: 0 3px 10px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #A7A7A7;
  padding: 0px 10px 0 24px;
  text-align: left;
  font-family: "DIN Pro", sans-serif;
}
.payment-tabs .tabs-head button:last-child {
  margin-right: 0;
}
.payment-tabs .tabs-head button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.payment-tabs .tabs-head button.active {
  background: #B3CC71;
  border-color: #B3CC71;
  color: #fff;
  opacity: 1;
}
.tabs-item .payment-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.payment-contacts {
  display: flex;
  gap: 19px;
}
.contacts-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts-item .donate-title {
  margin-top: 0;
}
.sub-title {
  font-family: "DIN Pro", sans-serif;
}
.contacts-item input {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  border-radius: 16px;
  width: 100%;
  height: 50px;
  text-align: left;
  padding: 16px;
  color: #ffffff;
}
.contacts-item input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.contacts-item input:focus-visible {
  outline: none;
}
.checkboxes-outer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkbox-wrap {
  position: relative;
  margin-right: 8px;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.checkbox-wrap .checkbox-image {
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.payment-page-container .form-item.pnl-agree > input {
  margin-left: 16px !important;
  margin-right: 0 !important;
}
.payment-title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  opacity: 0.6;
}
.small-text {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  text-transform: none;
}
.checkboxes-outer .pnl-agree {
  display: flex;
  align-items: center;
  gap: 8px;
}
a {
  color: white;
}
.payment-card-block input.active {
  border-color: rgb(57, 57, 57) !important;
}
.payment-page-container .form-item input.error {
  background: #FFD1D5;
  border: 1px solid #D1000F;
}
.payment-page-container div.error {
  display: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 8px 0 0 34px;
  margin: 0;
  color: #FFFFFF;
}
.payment-page-container div.error.active {
  display: block;
}
.payment-title.has-alert {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.error-alert {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #393939;
  backdrop-filter: blur(3px);
  padding: 3px 16px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #393939;
}
.error-alert svg {
  display: inline-block;
  margin-right: 4px;
}
.error-alert i {
  font-style: normal;
}
.payment-variants-blocks,
.payment-type-blocks {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.payment-type-blocks {
  margin-bottom: 16px;
}
.amount-variants {
  display: flex;
  gap: 8px;
}
.fixed-amount {
  font-family: "DIN Pro", sans-serif;
  cursor: pointer;
}
.amount-variants input {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 16px;
  max-width: 101px;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #ffffff;
}
.amount-variants input:focus-visible {
  outline: none;
}
.amount {
  min-width: 216px;
  color: #ffffff;
}
.amount::placeholder {
  opacity: 0.4;
  font-family: "DIN Pro", sans-serif;
}
.amount-variants input::placeholder {
  color: #ffffff;
}
.payment-type-item {
  font-family: "DIN Pro Condensed";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  width: 402px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  border-radius: 16px;
  padding: 8px;
}
.payment-variants-item {
  font-family: "DIN Pro Condensed";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  width: 402px;
  height: 58px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(50px);
  border-radius: 16px;
  padding: 8px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.payment-variants-item img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: 10px;
}
.payment-variants-item.active,
.payment-type-item.active,
.payment-variants-item:hover,
.payment-footer .button:hover,
.retry-payment-button:hover {
  background: #ffffff;
  color: rgb(57, 57, 57);
  backdrop-filter: none;
  box-shadow: none;
}
.payment-variants-item3 {
  display: none;
}
.fixed-amount.active,
.fixed-amount:hover,
.contacts-item input.active,
.amount.active {
  border: 2px solid #ffffff;
}
.payment-variants-item button,
.payment-type-item button {
  border: none;
}
.payment-variants-item .title,
.payment-type-item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: inherit;
}
.payment-variants-item .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 24px 0 16px 0;
}
.payment-variants-item p {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 16px 0;
  color: inherit;
}
.hidden-element {
  display: none !important;
}
.button a {
  color: inherit;
  text-decoration: none;
}
.generate-qr-button {
  font-family: "DIN Pro Condensed", sans-serif;
  color: rgb(57, 57, 57);
  font-weight: 700;
  line-height: 30px;
  background: rgb(209, 208, 208);
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
}
.generate-qr-button:hover {
  background: rgb(177, 177, 177);
}
.card-payment-button,
.sbp-generate-qr,
.mir-payment-button,
.monthly-payment-button {
  pointer-events: none;
}
.card-payment-button.active,
.sbp-generate-qr.active,
.monthly-payment-button.active,
.mir-payment-button.active {
  pointer-events: auto;
  background: rgb(212, 18, 28);
  color: #ffffff;
}
.card-payment-button.active:hover,
.sbp-generate-qr.active:hover,
.mir-payment-button.active:hover {
  background: rgb(245, 30, 41);
}

/* src/assets/style/fonts.scss */
@font-face {
  font-family: "DIN Pro";
  src: url("./media/dinpro_light-QSRZ3E64.otf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "DIN Pro";
  src: url("./media/dinpro-MR6RMOXM.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DIN Pro";
  src: url("./media/dinpro_medium-W7VG77UW.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "DIN Pro";
  src: url("./media/dinpro_bold-XBTSFGN4.otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "DIN Pro";
  src: url("./media/dinpro_black-HRYMQJ5Z.otf");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "DIN Pro Condensed";
  src: url("./media/dinpro_condensedregular-XG6K3MYP.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DIN Pro Condensed";
  src: url("./media/dinpro_condensedmedium-LWRVB3B3.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "DIN Pro Condensed";
  src: url("./media/dinpro_condensedbold-7HTUDYBL.otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "DIN Pro Condensed";
  src: url("./media/dinpro_condensedblack-F2I2XOPV.otf");
  font-style: normal;
  font-weight: 900;
}

/* src/assets/style/adaptive.scss */
@media only screen and (max-width: 1242px) {
  .inner-section {
    width: 100%;
  }
  .header-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translatey(-100%);
    width: 100%;
    height: 100vh;
    background: #768F43;
    padding: 120px 15px 20px 15px;
    color: #fff;
    transition: all 0s;
  }
  .inner-header {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .header.active .inner-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .header-content.active {
    transform: translateY(0);
  }
  .header .contacts {
    margin-top: auto;
  }
  .header .contacts .title {
    margin: 0 auto 8px 0;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .main {
    font-size: 18px;
  }
  section {
    padding: 50px 0 50px 0;
  }
  .header-placeholder {
    height: 60px;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .payment-order-text {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .payment-logos-container-top {
    display: none;
  }
  .payment-logo-v {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
  }
  .payments-form-wrap {
    position: relative;
    z-index: 3;
    padding-right: 0;
  }
  .payment-page-content-wrap {
    width: 100%;
    display: block;
  }
  .payment-logos-container {
    width: auto;
  }
  .payment-result-block {
    padding: 0 15px;
  }
  .payment-title.has-alert {
    display: block;
  }
  .error-alert {
    margin-top: 8px;
    width: 100%;
  }
  .error-alert i {
    display: inline-block;
    max-width: 80%;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .bth-payment {
    margin-top: 24px !important;
  }
  .payment {
    margin-bottom: 24px !important;
  }
  .carousel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 45px;
  }
  .carousel .donate-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-align: center;
  }
  .owl-theme {
    margin-bottom: 24px !important;
  }
  .owl-carousel {
    gap: 8px !important;
  }
  .owl-carousel img {
    width: 135px !important;
    height: 135px;
  }
  .text-carousel .button {
    width: 100% !important;
  }
  .text-carousel .payment-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .text-carousel .sub-text-carousel {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
  }
  .payment-contacts {
    display: flex;
    flex-direction: column;
  }
  .toggling-item {
    flex-direction: column;
  }
  .button {
    font-size: 16px !important;
  }
  .payment-order-text-row {
    margin-right: 0;
    font-size: 14px;
    line-height: 15.4px;
  }
  .description-row {
    margin-top: 0 !important;
  }
  .pnl-agree > div {
    max-width: 100% !important;
  }
  .payment-order-text-content {
    padding: 16px;
  }
  h1 {
    font-size: 20px;
  }
  .payment-order-text-row {
    margin-bottom: 8px;
  }
  .description-row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .payment-order-text .payment-title {
    font-size: 15px;
  }
  .payment-card-block {
    align-self: center;
  }
  .payment-card-contacts,
  .contacts-item {
    max-width: 100%;
    width: 100%;
  }
  .payment-page-container .button.submit-button {
    width: 100%;
  }
  .payment-order-text {
    margin-bottom: 25px;
  }
  .payment-tabs .tabs-head button {
    height: auto;
    margin: 0 0 8px 0;
    width: 100%;
    border-radius: 20px;
    padding: 23px 14px 23px 24px;
  }
  .payment-page-container .tabs-item .submit-button {
    font-size: 16px;
  }
  .payment-title br {
    display: none;
  }
  .error-alert svg {
    margin-right: 8px;
  }
  .modal {
    padding: 24px 16px !important;
  }
  .modal .payment-modal-button {
    width: 100% !important;
  }
  .modal .payment-type .payment-title {
    white-space: pre-wrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  .error-alert i {
    font-size: 10px;
    max-width: 100%;
  }
  .payment-variants-blocks {
    width: 100%;
  }
  .payment-card-contacts .email-item {
    margin-bottom: 16px;
  }
  .payment-card-block-outer {
    gap: 16px;
  }
  .payment-variants-item .mobile-title {
    display: block;
  }
  .owl-prev img,
  .owl-next img {
    width: 14px !important;
    height: 14px !important;
  }
  .owl-prev {
    top: unset !important;
    left: 35% !important;
    bottom: -23% !important;
  }
  .owl-next {
    right: 32% !important;
    top: unset !important;
    bottom: -23% !important;
  }
  .navi-bth {
    margin-bottom: 50px !important;
  }
  .payment-variants-item .ref {
    display: block;
  }
  .block-payment {
    flex-direction: column;
    gap: unset;
  }
  .payment-card-block-outer {
    flex-direction: column;
  }
  .amount-variants {
    flex-wrap: wrap;
  }
  .amount {
    max-width: 100% !important;
  }
  .amount-variants input {
    max-width: 94px;
  }
  .amount-variants input.amount {
    text-align: left;
    padding: 16px;
  }
  .payment-page-container .form-item.pnl-agree > input {
    margin: 0 !important;
  }
  .payment-card-contacts {
    max-width: 100%;
  }
  .checkboxes-outer {
    flex-direction: column;
  }
  .payment-footer {
    gap: unset !important;
  }
  .payment-footer .button,
  .retry-payment-button {
    max-width: 767px;
    width: 100%;
  }
  .payment-footer img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-title {
    font-size: 14px;
  }
  .subscription-title {
    font-size: 30px !important;
  }
  .generate-qr-button {
    margin-top: 16px;
  }
  .tab-menu {
    margin-bottom: 12px;
    padding-top: 8px;
  }
  .amount-variants .form-item:last-child {
    max-width: 100%;
    width: 100%;
  }
  .payment-footer {
    flex-direction: column;
    padding-bottom: 0;
  }
  .payment-footer-img {
    display: block;
    max-width: 330px;
    margin: 12px auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .confirm-page {
    justify-content: center;
  }
  .confirm-page .payment-page-content-wrap .payment-page-content .payments-form-wrap .payment-footer {
    gap: 10px !important;
  }
  .confirm-page .payment-page-content-wrap .payment-page-content .payments-form-wrap .tab-menu .subscription-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
  }
  .confirm-footer {
    position: absolute;
    bottom: 1%;
  }
  .payment-page-container {
    justify-content: space-between;
  }
  .tabs-content {
    padding: 16px;
  }
  .payment-type-modal,
  .payment-ul-modal {
    padding: 24px 16px;
  }
  .success-title {
    margin-top: 24px;
  }
  .payment-type-item .title {
    font-size: 16px;
    line-height: 24px;
  }
  .payment-variants-item .title,
  .payment-type-item .title {
    font-size: 16px;
    line-height: 24px;
  }
  .payment-monthly {
    padding: 16px !important;
  }
  .payment-footer {
    margin-top: 6px;
  }
  .tab-menu .payment-title {
    justify-content: space-between;
  }
  .payment-title span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 560px) {
  .payment-ul-modal {
    max-width: calc(100% - 30px);
  }
  .payment-variants-blocks {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }
  .payment-variants-item3,
  .payment-variants-item2 {
    display: flex;
    width: calc(50% - 5px);
  }
  .payment-variants-item1 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .payment-order-text-column {
    margin-right: 55px;
    font-size: 12px;
  }
  .payment-order-text-column:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 440px) {
  .payment-card-block {
    max-width: 100%;
    height: 198px;
    padding: 16px;
  }
  .payment-title {
    font-size: 16px;
    line-height: 24px;
  }
  .payment-card-block-bottom {
    margin-top: 8px;
  }
  .payment-card-block input {
    height: 47px;
  }
}
@media only screen and (max-width: 395px) {
  .payment-result-block .white-button {
    font-size: 15px;
    padding: 0 20px;
  }
  .payment-page-container .form-item input::-webkit-input-placeholder,
  .payment-page-container .form-item input:-moz-placeholder {
    font-size: 13px;
  }
  .payment-order-text-column {
    font-size: 12px;
  }
}
@media screen and (max-height: 667px) {
  .modal ul {
    overflow: auto !important;
    max-height: 250px !important;
  }
}
@media only screen and (max-width: 340px) {
  .show-all-button {
    min-width: 0;
    font-size: 15px;
  }
}

/* src/assets/style/mat-style.scss */
.mat-mdc-dialog-surface {
  border-radius: 24px !important;
  background-color: rgb(255, 255, 255) !important;
}

/* src/assets/style/library/carousel.scss */
.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50% !important;
  padding: 14px 16px !important;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.disabled .custom-prev,
.disabled .custom-next {
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.owl-theme {
  position: relative;
  margin-bottom: 16px;
}
.owl-prev {
  position: absolute;
  left: -8%;
  top: 35%;
}
.owl-next {
  position: absolute;
  right: -8%;
  top: 35%;
}
.line-bth {
  width: 24px;
  height: 8px;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
.line-bth.active {
  background-color: rgb(255, 255, 255);
  color: white;
}
.navi-bth {
  pointer-events: none;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .owl-theme {
    margin-bottom: unset !important;
  }
}

/* src/assets/style/library/yandex-captcha.scss */
.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
  bottom: 1% !important;
}
.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_right {
  z-index: 999;
}

/* src/assets/style/main.css */

/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.no-scroll {
  overflow: hidden !important;
}
body::-webkit-scrollbar {
  width: 1px;
}
body::-webkit-scrollbar-track {
  border-radius: 100px;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 100px;
  padding: 0;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}
p {
  -webkit-text-size-adjust: none !important;
  padding: 0;
  margin: 0;
}
a img {
  border: 0;
}
input[type=submit]:hover {
  cursor: pointer;
}
a.ref {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  display: block;
}
html {
  height: 100%;
}
body {
  font-family: "DIN Pro", sans-serif;
  font-weight: 400;
  min-width: 360px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-OBAZ7WS7.css.map */
