.main-wrap {
  position: relative;
  overflow-x: hidden;
}
.qrField {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  max-height: 320px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 15px;
  margin: 0 auto;
}

.qrField #qr {
  width: 100%;
  height: 100%;
  background: blue;
}

.qrField #qr svg {
  max-width: 100%;
}

.sign-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

.sign-options-item {
  border-radius: 30px;
  background: #FFF;
  padding: 25px;
  padding-top: 33px;
  position: relative;
}

.sign-icon-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 100ms all ease;
}

.sign-options-item:hover .sign-icon-wrap {
  top: -40px;
}

.sign-option-icon {
  /* border-radius: 15px;
  background: #F5F5F5;
  padding: 5px; */
  text-align: center;
  vertical-align: middle;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-option-icon img {

}

.sign-option-text {
  color: #212121;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.sign-option-text span {
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.auth-options-cont {
  margin: 0 auto;
  width: 100%;
  max-width: 808px;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    color: #0083FF;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.page-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title-md {
  font-family: 'Unbounded', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #212121;
}


.text-white {
  color: #ffffff !important;
}

.btn-disabled {
  cursor: default;
  opacity: 0.3;
}

.btn-disabled.hover\:bg-blue-700:hover {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}


/* Pricing and subscription */
.tariffs-block {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  padding-bottom: 30px;
  font-family: 'Gilroy', sans-serif;
}

.tariffs-left {
  display: grid;
  gap: 15px;
}

.tariffs-left-row {
  width: 100%;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: 0 44px 0 30px;
  height: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tariffs-left-row-l {
  display: flex;
  align-items: center;
  gap: 15px;
}

.package-list {
  row-gap: 50px;
}

.package-list-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.package-list-hor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.package-item {
  background: #ffffff;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 25px;
  padding-bottom: 45px;
  position: relative;
  border-radius: 30px;
}

.package-list-flex .package-item {
  width: calc(50% - 20px);
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .package-list-flex .package-item {
    width: 100%;
  }
}


.package-badge-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  top: -13px;
}

.package-badge {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Gilroy', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 11px;
  border-radius: 20px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  line-height: 1;
}

.package-badge.purple {
  background: linear-gradient(90deg, #8F00FF 0%, #8B4CBD 100%);
}

.package-badge.green {
  background: linear-gradient(90deg, #58e54e 0%, #4cbd66 100%);
}

.package-title {
  font-family: 'Unbounded';
  font-size: 16px;
  font-weight: 500;
  line-height: 182%;
  text-transform: uppercase;
  text-align: center;
}

.tariffs-left-widget {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #FFFFFF;
  padding: 8px 11px 8px 11px;
  border-radius: 20px;
}

.tariffs-left-row:first-child .tariffs-left-widget {
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255) 100%);
}

.tariffs-left-row:last-child .tariffs-left-widget {
  background: linear-gradient(90.00deg, rgb(143, 0, 255), rgb(139, 76, 189) 100%);
}

.tariffs-left-row-r {
  display: grid;
  grid-template-columns: repeat(2, auto);
  font-family: 'Unbounded';
  text-transform: uppercase;
}

.package-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.package-price .old-price {
  font-family: 'Unbounded', sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 182%;
  text-decoration-line: line-through;
  opacity: .3;
}

.package-price .price {
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255));
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 29.12px */
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.package-discount {
  color: #212121;
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 18.2px */
  text-transform: uppercase;
  text-align: center;
}

.package-cta {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left:22px;
  padding-right:22px;
}

.package-cta .package-btn {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  color: #F5F5F5;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 50%, #0064FF 100%);
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.package-cta .package-btn.purple {
  background: linear-gradient(90deg, #8F00FF 0%, #8B4CBD 50%, #8F00FF 100%);
  background-size: 300% 100%;
}

.package-cta .package-btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.package-list-hor .package-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

.package-list-hor .package-item .package-title {
  text-align: left;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}

.package-list-hor .package-item .package-price {
  margin-top: 0px;
  flex-shrink: 0;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.package-list-hor .package-price {
  flex-direction: column;
  gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
}

.package-list-hor .package-price .price,
.package-list-hor .package-price .price-div {
  line-height: normal;
}

.price-div {
  color: #212121;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 18.2px */
  text-transform: uppercase;
  opacity: 0.3;
}

.package-list-hor .package-cta {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  padding: 0px;
  flex-shrink: 0;
}

.package-list-hor .package-btn {
  border-radius: 50px;
  /* border: 10px solid #F5F5F5; */
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index:2;
}

.package-list-hor .package-btn-wrap {
  /* background: #f5f5f5; */
  border-radius: 50px;
  /* padding-left: 13px; */
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
}

.package-list-hor .package-btn-wrap::before {
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  left: -13px;
  top:0px;
  background: #f5f5f5;
  border-radius: 50px;
  z-index:1;
}


.package-list-hor .package-title {
    font-size: 15px;
}

.tariffs-right {
  border-radius: 30px;
  background: url(/assets/img/package-bg.jpg) no-repeat;
  background-size: 100% auto;
  background-color: #ffffff;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: grid;
  gap: 20px;
  font-family: 'Gilroy', sans-serif;
}

.tariffs-right-title {
  font-family: 'Unbounded';
  font-size: 16px;
  font-weight: 500;
  line-height: 182%;
  text-transform: uppercase;
}

.tariffs-right-ul {
  display: grid;
  gap: 15px;
}

.tariffs-right-ul-li {
  display: flex;
  align-items: center;
}

.tariffs-right-ul-li-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.tariffs-right-ul-li-text span {
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.tariffs-right-ul-li::before {
  content: url(/assets/img/star.svg);
  display: block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.tariffs-right-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.tariffs-right-text span {
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.tariffs-right a {
  border-radius: 500px;
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255) 100%);
  font-family: 'Unbounded';
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 60px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 322px / 2);
}

.subscription-left {
  background: #ffffff;
  border-radius: 20px;
  padding: 17px 25px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.subscription-left .subscription-left-text {
  flex-grow: 1;
  color: #212121;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.subscription-left .subscription-left-text span {
  font-weight: 700;
}

.subscription-left .subscription-left-badge {
  flex-shrink: 0;
  padding: 8px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Gilroy', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1;
}

.subscription-left .subscription-left-badge span {
  font-weight: 700;
}

.text-red {
  color: #F00;
}

/* ----- */

.legal-text {
  border-radius: 30px;
  background: #FFF;
  padding: 30px;
  color: #797979;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.legal-text a {
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  text-decoration: underline;
}

/* FAQ */
.faq-block {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

.faq-row {
  border-radius: 30px;
  background: #ffffff;
  position: relative;
  padding: 30px 70px 30px 30px;
  cursor: pointer;
  transition: .3s;
  overflow: hidden;
}

.question {
  font-family: 'Unbounded';
  font-size: 16px;
  font-weight: 500;
  line-height: 182%;
  text-transform: uppercase;
  position: relative;
}

.answer {
  font-weight: 500;
  color: #fff;
  display: none;
  margin-top: 20px;
  position: relative;
}

.faq-circle {
  position: absolute;
  right: 24px;
  top: 20px;
  width: 46px;
  height: 46px;
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255) 100%);
  border-radius: 100%;
  transition: all .3s;
}

.faq-circle::before {
  content: "";
  display: block;
  width: 22px;
  height: 0;
  transform: rotate(90.00deg);
  border: 1px solid rgb(250, 250, 250);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 11px);
}

.faq-circle::after {
  content: "";
  display: block;
  width: 0;
  height: 22px;
  transform: rotate(90.00deg);
  border: 1px solid rgb(250, 250, 250);
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 1px);
}

.faq-row::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90.00deg, rgb(0, 100, 255), rgb(0, 131, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.faq-row:hover::before, .faq-activ.faq-row::before {
  opacity: 1;
}

.faq-row:hover .question, .faq-activ .question {
  color: #FFFFFF;
}

.faq-row:hover .faq-circle, .faq-activ .faq-circle {
  transform: rotate(45deg);
  background: #FAFAFA;
}

.faq-row:hover .faq-circle::after, .faq-row:hover .faq-circle::before, .faq-activ .faq-circle::after, .faq-activ .faq-circle::before {
  border: 1px solid #0064FF;
}


/* ----- */



.batch-stat {
  background: #ffffff;
  border-radius: 30px;
  position: relative;
  padding: 30px;
  display: grid;
  gap: 20px;
}

.batch-stat-title {
  font-family: 'Unbounded';
  font-size: 16px;
  font-weight: 500;
  line-height: 182%;
  text-transform: uppercase;
}

.batch-stat-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0064FF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.batch-stat-item span {
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.batch-stat-item::before {
  content: url(/assets/img/star.svg);
  display: block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.batch-stat .tariffs-right-text {
    font-family: 'Gilroy', sans-serif;
}



.decor-left {
  width: 332px;
  height: 332px;
  z-index: 0;
  position: absolute;
  left: -249px;
  top: 169px;
  border-radius: 332px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  filter: blur(250px);
}

.decor-right {
  width: 332px;
  height: 332px;
  z-index: 0;
  position: absolute;
  right: -249px;
  bottom: 150px;
  border-radius: 332px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  filter: blur(250px);
}

.bg-main {
  background: #F5F5F5;
}

.nav-main {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  z-index: 10;
}

.logo-descriptor {
  color: #808080;
  font-family: 'Gilroy', sans-serif;
  font-size: 11.25px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
}

.mt-35px {
  margin-top: 35px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-60px {
  margin-top: 60px;
}

.btn-main {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  color: #F5F5F5;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 50%, #0064FF 100%);
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-main:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-no-pad {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.btn-full {
  width: 100%;
}

.btn-main {
  cursor: pointer;
}

.main-text {
  color: #212121;
  font-family: 'Gilroy', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-text span {
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.invoice-confirm {
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  background: url('/assets/img/bg_invoice.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #ffffff;
  padding-bottom: 112px;
}

.invoice-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.invoice-item-label {
  color: #797979;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.invoice-item-value {
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 5px;
}

.invoice-pay {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
}

.invoice-pay-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 25.48px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invoice-pay-title b {
  color: #f00 !important;
}

.invoice-pay-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
}

.invoice-pay-flex input[type="email"] {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  color: #797979;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px;
  padding-left: 12px;
  width: 100%;
}

.invoice-pay-input {
  flex-grow: 1;
}

.payment-methods {
  flex-shrink: 0;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
}

.payment-methods .payment-methods-img {
  flex-shrink: 0;
}

.payment-methods .payment-methods-label {
  color: #797979;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


main {
  position: relative;
  z-index: 5;
}

.page-title-multicolor span {
  -webkit-text-fill-color: #212121;
}

.special-offer {
  border-radius: 30px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 70px;
}

.special-offer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.special-offer-title {
  color: #FFF;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 36.4px */
  text-transform: uppercase;
}

.special-offer-price-cont {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}

.special-offer-price-old {
  color: #FFF;
  font-family: Unbounded;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: uppercase;
  opacity: 0.8;
}

.special-offer-price {
  color: #FFF;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.special-offer-ul {
  display: grid;
  gap: 15px;
}

.special-offer-ul-li {
  display: flex;
  align-items: center;
}

.special-offer-ul-li-text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  font-family: 'Gilroy', sans-serif;
}

.special-offer-ul-li-text span {
  font-weight: 600;
}

.special-offer-ul-li::before {
  content: url(/assets/img/star_white.svg);
  display: block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.btn-white-big {
  display: block;
  width: fit-content;
  text-decoration: none;
  background: #ffffff;
  color: #0064FF;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 85px;
  padding-right: 85px;
  border-radius: 50px;
  background: linear-gradient(91deg, #FFF 0.65%, #FFF 24.11%, #E7F3FF 57.48%, #FFF 83.55%, #FFF 104.92%), #FFF;
  /* background: linear-gradient(90deg, #0064FF 0%, #0083FF 50%, #0064FF 100%); */
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-white-big:hover {
    background-position: 100% 0;
}

.special-offer-gift {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offer-gift img.giftbox {
  position: absolute;
  width: 115%;
  max-width: none;
  top: -164px;
}

.special-offer-package {
  width: 250px;
  height: 129px;
  background: #ffffff;
  border-radius: 30px;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offer-package-logo {
  position: absolute;
  width: 100%;
  top: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-offer-package-logo img {
  width: 50px;
}

.special-offer-package-title {
  color: #212121;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 29.12px */
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}

.special-offer-package-price {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.special-offer-package-price .old {
  color: #212121;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 29.12px */
  text-decoration-line: line-through;
  text-transform: uppercase;
  opacity: 0.3;
}

.special-offer-package-price .price {
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 29.12px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-purple-icon {
  display: inline-flex;
  background: linear-gradient(90deg, #8F00FF 0%, #8B4CBD 50%, #8F00FF 100%);
  border-radius: 50px;
  padding-left: 23px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 11px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 10px;
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-purple-icon:hover {
    background-position: 100% 0;
}

.btn-purple-icon .text {
  color: #F5F5F5;
  text-align: center;
  font-family: Unbounded;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.btn-purple-icon .icon {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn-purple-icon .icon svg {
  transition: all 0.2s ease-in;
}

.btn-purple-icon:hover .icon svg {
  /* transform: translate(30px); */
  transform: rotate(-45deg);
}

.batch-empty-screen {
  background: #ffffff;
  border-radius: 30px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  min-height: 100%;
}

.batch-lottie-container {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.batch-empty-title {
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 182%; /* 36.4px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.batch-empty-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.batch-empty-grow {
  flex-grow: 1;
}

.batch-empty-right {
  flex-grow: 1;
  width: 100%;
  min-width: 250px;
  max-width: 320px;
}

.guide-step {
  border-radius: 30px;
  background: #FFF;
  padding: 30px;
  padding-bottom: 45px;
  position: relative;
  min-height: 100%;
}

.guide-step-header {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: -37px;
  padding-left: 30px;
}

.guide-step-header .guide-step-number {
  border-radius: 25px;
  border: 8px solid #F5F5F5;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 20px 18px;
  color: #F5F5F5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.guide-step-body {
  margin-top: 30px;
}

.guide-step-title {
  font-family: Unbounded;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 20.02px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guide-step-text {
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  padding-right: 30px;
}

.guide-step-text span {
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.batch-list-group {
  padding-bottom: 50px;
}

.batch-list-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 15px;
  row-gap: 40px;
}

.batch-list-group-title {
  color: #797979;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 182%; /* 25.48px */
  text-transform: uppercase;
}


.batch-item {
  border-radius: 15px;
  background: #ffffff;
  padding: 30px;
  position: relative;
  min-height: 100%;
  padding-bottom: 50px;
}

.batch-item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.batch-item-head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.batch-item-id {
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; /* 25.48px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.batch-item-date {
  color: #797979;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.batch-item-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.batch-status-mode {
  color: #797979;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.batch-status-count {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212121;
}

.status-badge {
  color: #212121;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  background: #F5F5F5;
}

.batch-done .status-badge {
  background: linear-gradient(90deg, #59DB8A 0%, #59DB8A 100%);
  color: #FFF;
}

.batch-done .batch-status-count {
  color: #59DB8A;
}

.batch-pending .status-badge {
  background: linear-gradient(90deg, #457FCA 0%, #5691C8 100%);
  color: #FFF;
}

.batch-pending .batch-status-count {
  color: #457FCA;
}

.batch-progress .status-badge {
  background: linear-gradient(90deg, #FFB75E 0%, #ED8F03 100%);
  color: #FFF;
}

.batch-progress .batch-status-count {
  color: #ED8F03;
}

.batch-archive .status-badge {
  background: linear-gradient(90deg, #606C88 0%, #3F4C6B 100%);
  color: #FFF;
}

.batch-archive .batch-status-count {
  color: #3F4C6B;
}

.batch-deleted .status-badge {
  background: linear-gradient(90deg, #BDC3C7 0%, #7A7A7A 100%);
  color: #FFF;
}

.batch-deleted .batch-status-count {
  color: #797979;
}

.batch-body-text {
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 35px;
}

.batch-body-text span {
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.batch-item-bottom {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.batch-item-btn {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  color: #F5F5F5;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 50%, #0064FF 100%);
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.batch-item-btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.batch-item-btn-grey {
  background: linear-gradient(90deg, #BDC3C7 0%, #7A7A7A 50%, #BDC3C7 100%);
  background-size: 300% 100%;
}

.batch-progress-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.batch-progress-top {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.batch-progress-bottom {
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.batch-progress-bar-bar {
  width: 100%;
  height: 8px;
  border-radius: 15px;
  background: #F5F5F5;
  position: relative;
}

.batch-progress-handle {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  transition: all .4s ease-in-out;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
}

.rb-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.rb-modal-container {
  width: 100%;
  max-width: 700px;
}

.rb-modal-window {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
}

.rb-modal-header {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom:10px;
}

.rb-modal-close {
  width: 23px;
  height: 23px;
  background: url('/assets/img/close.svg');
  background-repeat:no-repeat;
  background-size:cover;
  cursor: pointer;
  transition: .4s all ease-in-out;
}

.rb-modal-close:hover {
  opacity: 0.4;
}

.rb-modal-title {
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 182%; /* 43.68px */
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.rb-modal-text {
  color: #212121;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 5px;
}

.special-offer-valid {
  border-radius: 15px;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  color: #FFF;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 182%; /* 25.48px */
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: fit-content;
  margin: 0 auto;
}

.special-offer-timer-cont {
  border-radius: 15px;
  background: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-top: 17px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 500px;
  margin: 0 auto;
}

.special-offer-timer {
  position: relative;
  bottom: 110px;
}

.special-offer-timer-num {
  text-align: center;
  font-family: Unbounded;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0064FF 0%, #0083FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special-offer-timer-label {
  color: #212121;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
}

@media screen /*and (min-width: 768px) */and (max-width: 1024px) {
  .special-offer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .special-offer-gift img.giftbox {
    position: initial;
    width: 100%;
    left: 0;
    top: 0;
  }
  .special-offer-package {
    position: absolute;
  }
  .special-offer-package {
    width: 220px;
    height: 110px;
  }
  .special-offer-package-logo img {
    width: 40px;
  }

  .special-offer-package-logo {
    top: -20px;
  }

  .special-offer-package-title,
  .special-offer-package-price .old,
  .special-offer-package-price .price {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  .page-title {
    font-size: 23px !important;
  }

  .page-title-md {
    font-size: 23px !important;
  }

  .legal-text p {
    font-size: 12px;
  }

  .question {
    font-size: 12px;
  }

  .answer {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
  }

  .faq-circle {
    top: 20px;
  }

  .invoice-confirm {
    padding-bottom: 100px;
  }

  .invoice-items {
    gap: 20px;
  }

  .invoice-item-label,
  .invoice-item-value {
    font-size: 12px;
  }

  /* .logo-descriptor {
    display: none;
  } */

  .decor-left,
  .decor-right {
    width: 240px;
    height: 240px;
    filter: blur(200px);
  }

  .decor-right {
    bottom: 100px;
  }

  .package-list-hor  .package-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    gap: 0px;
  }

  .package-list-hor .package-item .package-price {
    padding-top:0px;
    padding-bottom:0px;
    justify-content: center;
    align-items: center;
  }

  .package-list-hor .package-cta {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .package-list-hor .package-btn-wrap {
    background: transparent;
    padding: 0px;
    padding-top: 20px;
  }

  .package-list-hor .package-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .package-list-hor .package-btn-wrap::before {
    display: none;
  }

  .invoice-pay-flex {
    flex-direction: column;
  }

  .invoice-pay-input {
    width: 100%;
  }

  .payment-methods {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .payment-methods-label br {
    display: none;
  }

  .batch-list-group-grid {
    grid-template-columns: 1fr;
  }

  .rb-modal-container {
    width: 100%;
    height: 100%;
  }

  .rb-modal-window {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .rb-modal-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
  }

  .rb-modal-text {
    margin-top: 20px;
  }

  .rb-modal-text br {
    display: none;
  }

  .batch-empty-screen {
    flex-direction: column;
  }

  .batch-empty-title {
    font-size: 18px;
    line-height: normal;
  }

  .batch-empty-grow {
    display: none;
  }

  .btn-purple-icon .text {
    font-size: 10px;
  }

  .btn-main {
    font-size: 10px;
  }

  .btn-purple-icon .icon {
    width: 34px;
    height: 34px;
  }

  .btn-purple-icon {
    padding-right: 19px;
  }

  .guide-steps {
    gap: 60px;
    margin-top: 0px;
  }

  .btn-white-big {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .special-offer-ul-li-text {
    font-size: 12px;
  }

  .special-offer-title {
    font-size: 16px;
  }

  .special-offer-price-old {
    font-size: 23px;
  }

  .special-offer-price {
    font-size: 31px;
  }

  .special-offer-left {
    padding-top: 0px;
  }

  .special-offer-valid {
    font-size: 10px;
  }

  .special-offer-timer-num {
    font-size: 21px;
  }

  .special-offer-timer-label {
    font-size: 10px;
  }

  .special-offer-timer-cont {
    gap: 10px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-offer-gift {
    height: auto;
  }

  .special-offer-timer {
    position: initial;
    bottom: auto;
  }

  .special-offer {
    margin-top: 60px;
  }

  .special-offer-package-title, .special-offer-package-price .old, .special-offer-package-price .price {
    font-size: 11px;
  }

  .special-offer-package-logo img {
    width: 28px;
  }

  .special-offer-package {
    width: 144px;
    height: 75px;
    border-radius: 14px;
    margin-top: -30px;
  }

  .special-offer-gift img.giftbox {
    margin-top: -60px;
  }
}
