/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  background-color: #1e1e1e;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Almarai", sans-serif;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #111111;
}

a:hover {
  color: #111111;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Almarai", sans-serif;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #111111;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body .main {
  flex: 1;
}

.text-size-1 {
  font-size: calc(42px + 20 * (100vw - 390px) / 1010);
  font-weight: 800;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 62px;
  }
}

.text-size-2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
  font-weight: 800;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
  }
}

.text-size-3 {
  font-size: calc(20px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 22px;
  }
}

.text-size-4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 20px;
  }
}

.text-size-5 {
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 18px;
    font-weight: 600;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}

.text-size-8 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 16px;
  }
}

.border-radius-20 {
  border-radius: 20px;
}

.text-color-1 {
  color: #4A008C;
}

.text-color-2 {
  color: #ffffff;
}

.background-color-1 {
  background-color: #4A008C;
}

.background-color-2 {
  background-color: #FEF3C7 !important;
}

.background-color-3 {
  background-color: #83792e;
}

.background-color-4 {
  background-color: #626c3b;
}

.color-linear {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-top: calc(8px + 2 * (100vw - 390px) / 1010);
  padding-right: calc(16px + 14 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 2 * (100vw - 390px) / 1010);
  padding-left: calc(16px + 14 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  line-height: 1.25;
  font-weight: 700;
  background: #4A008C;
  color: #ffffff;
  border: 1px solid #4A008C;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button._light {
  color: #111111;
  border: 1px solid #cbd5e1;
  background: #ffffff;
}
.button:hover {
  transform: scale(1.05);
  color: #ffffff;
}
.button:hover._light {
  color: #111111;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #475569;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 16px;
  }
}
.input-block input.error,
.input-block textarea.error {
  border-color: #ff756c;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  max-width: 100%;
  width: calc(60px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    width: 90px;
  }
}
.logo .logo__inner {
  width: 100%;
}
.logo .logo__inner img {
  width: 100%;
  height: auto;
}

.header-menu-button {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.header-menu-button::before {
  content: "\e905";
  font-family: "icomoon" !important;
}
.header-menu-button:focus {
  color: #ffffff;
}

.social-links {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 16px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.social-links a::before {
  color: #4A008C;
  font-size: 12px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 32px;
}
.icon-wrapper._small {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 24px;
}
.icon-wrapper._circle {
  border-radius: 50%;
}
.icon-wrapper._shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.card {
  height: 100%;
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1400px) {
  .card {
    padding: 20px;
  }
}

.text-content .buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 10px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-content._type-3 > *:not(h3):not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(h3):not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content._type-3 h3 {
  margin-bottom: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h3 {
    margin-bottom: 50px;
  }
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img,
.responsive-image .responsive-image__inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .hero-main {
  padding-top: calc(120px + 80 * (100vw - 390px) / 1010);
  padding-bottom: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #111111;
}
@media (min-width: 1400px) {
  .hero .hero-main {
    padding-top: 200px;
  }
}
.hero .hero-main .hero-main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #111111;
}
.hero .hero-main .hero-main__content h1 {
  display: none;
  margin-bottom: 5px;
  color: #4A008C;
}
.hero .hero-main .hero-main__content h3 {
  margin-top: 20px;
}
.hero .hero-main .hero-main__content-wrapper {
  position: relative;
  padding-top: 30px;
}
.hero .hero-main .desktop-title {
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hero .hero-main .desktop-title span {
  display: block;
  height: 100%;
  width: auto;
  max-width: 50%;
}
.hero .hero-main .desktop-title span:nth-child(1) {
  transform: rotate(20deg);
}
.hero .hero-main .desktop-title span:nth-child(1) img {
  -o-object-position: left;
     object-position: left;
}
.hero .hero-main .desktop-title span:nth-child(2) {
  transform: rotate(-20deg);
}
.hero .hero-main .desktop-title span:nth-child(2) img {
  -o-object-position: right;
     object-position: right;
}
.hero .hero-main .desktop-title span img {
  height: calc(60px + 54 * (100vw - 390px) / 1010);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1400px) {
  .hero .hero-main .desktop-title span img {
    height: 114px;
  }
}
@media (min-width: 991.9px) {
  .hero .hero-main {
    padding-top: 250px;
    padding-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .hero .hero-main .hero-main__content-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
  }
  .hero .hero-main .hero-main__content-wrapper::before {
    content: "";
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: #4A008C;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(40px);
    z-index: 0;
  }
  .hero .hero-main .hero-main__content {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
  }
  .hero .hero-main .hero-main__content h1 {
    display: none;
  }
  .hero .hero-main .hero-main__content h2 {
    padding: 0 20px;
  }
  .hero .hero-bottom {
    margin-top: -80px;
  }
}

.why-us-cards .card {
  display: grid;
  gap: calc(15px + 15 * (100vw - 390px) / 1010);
  padding-top: calc(20px + 20 * (100vw - 390px) / 1010);
  border-radius: 20px;
  background: #eff6ff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: clip;
}
@media (min-width: 1400px) {
  .why-us-cards .card {
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .why-us-cards .card {
    padding-top: 40px;
  }
}
.why-us-cards .card::before {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.why-us-cards .card ul {
  display: grid;
  gap: 16px;
}
.why-us-cards .card ul li {
  display: flex;
  gap: 10px;
}
.why-us-cards .card ul li::before {
  content: "\e904";
  font-family: "Icomoon";
  display: block;
}
.why-us-cards .card-wrapper:nth-child(1) .card::before {
  background: linear-gradient(90deg, #3b82f6 0%, #4f46e5 100%);
}
.why-us-cards .card-wrapper:nth-child(1) .card .icon-wrapper {
  background: linear-gradient(90deg, #3b82f6 0%, #4f46e5 100%);
}
.why-us-cards .card-wrapper:nth-child(1) .card ul li::before {
  color: #2563eb;
}
.why-us-cards .card-wrapper:nth-child(2) .card::before {
  background: linear-gradient(90deg, #22c55e 0%, #059669 100%);
}
.why-us-cards .card-wrapper:nth-child(2) .card .icon-wrapper {
  background: linear-gradient(90deg, #22c55e 0%, #059669 100%);
}
.why-us-cards .card-wrapper:nth-child(2) .card ul li::before {
  color: #16a34a;
}
.why-us-cards .card-wrapper:nth-child(3) .card::before {
  background: linear-gradient(90deg, #a855f7 0%, #7c3aed 100%);
}
.why-us-cards .card-wrapper:nth-child(3) .card .icon-wrapper {
  background: linear-gradient(90deg, #a855f7 0%, #7c3aed 100%);
}
.why-us-cards .card-wrapper:nth-child(3) .card ul li::before {
  color: #4A008C;
}

.plans-cards .card {
  display: grid;
  gap: 20px;
  text-align: center;
  padding-top: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #ffffff;
  position: relative;
}
.plans-cards .card:hover {
  border-color: #d97706;
}
.plans-cards .card .label {
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 20px;
  background: #f8f8f8;
  color: #111111;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.plans-cards .card .icon-wrapper {
  margin: 0 auto;
  background-color: #fef3c7;
}
.plans-cards .card .icon-wrapper span {
  color: #d97706;
}
.plans-cards .card-wrapper:nth-child(2) .card .button {
  background-color: #16a34a;
}
.plans-cards .card-wrapper:nth-child(3) .card .button {
  background-color: #2563eb;
}

.contact-block {
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.contact-block .heading {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: calc(16px + 9 * (100vw - 390px) / 1010);
  padding-right: 20px;
  padding-bottom: calc(16px + 39 * (100vw - 390px) / 1010);
  padding-left: 20px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(90deg, #eff6ff 0%, #eef2ff 100%);
  color: #0f172a;
}
@media (min-width: 1400px) {
  .contact-block .heading {
    padding-top: 25px;
  }
}
@media (min-width: 1400px) {
  .contact-block .heading {
    padding-bottom: 55px;
  }
}
.contact-block .heading .icon {
  font-size: 24px;
  color: #2563eb;
}
.contact-block .content {
  padding: calc(20px + 12 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .contact-block .content {
    padding: 32px;
  }
}
.contact-block .content .input-wrapper {
  position: relative;
}
.contact-block .content .input-wrapper::before {
  font-size: 20px;
  color: #94a3b8;
  position: absolute;
  right: 10px;
  top: 10px;
}
.contact-block .content .input-wrapper input,
.contact-block .content .input-wrapper textarea {
  padding-right: 40px;
}
.contact-block .content .form-control.error {
  border-color: #ff756c;
}
.contact-block .content .button {
  width: 100%;
}
.contact-block .content .button::before {
  content: "\e913";
  font-family: "Icomoon";
  margin-inline-end: 15px;
  display: block;
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination {
    margin-top: 30px;
  }
}
.swiper .swiper-pagination-bullet {
  width: calc(10px + 4 * (100vw - 390px) / 1010);
  min-width: calc(10px + 4 * (100vw - 390px) / 1010);
  height: calc(10px + 4 * (100vw - 390px) / 1010);
  opacity: 1;
  background-color: transparent;
  border: 1px solid #475569;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 14px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 14px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: auto;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  color: #333;
}
.swiper .swiper-button-next::after {
  content: "\e902";
}
.swiper .swiper-button-prev::after {
  content: "\e90d";
}
.swiper._pagination-bottom .swiper-button-next,
.swiper._pagination-bottom .swiper-button-prev {
  position: static;
}
.swiper.blogSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.blogSwiper .swiper-button-next,
.swiper.blogSwiper .swiper-button-prev {
  display: none;
}
.swiper.reviewsSwiper .swiper-slide {
  width: 100%;
}
.swiper.reviewsSwiper .swiper-button-next,
.swiper.reviewsSwiper .swiper-button-prev {
  display: none;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #0f172a;
  border-radius: 0px 0px 15px 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(20px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 22px;
  }
}
.nav-overlay .overlay-categories a {
  color: #4A008C;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(17px + 1 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 18px;
    font-weight: 600;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #fff;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #475569;
  border-right-color: transparent;
}

.header {
  width: 100%;
}
.header .header-main {
  padding-top: calc(10px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
  background-color: #4A008C;
  border-bottom: 1px solid rgba(226, 232, 240, 0.6);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-bottom: 20px;
  }
}
@media (min-width: 991.9px) {
  .header .header-main {
    background-color: #ffffff;
  }
}

.section {
  margin-bottom: calc(80px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section._plans {
  padding-top: calc(40px + 20 * (100vw - 390px) / 1010);
  padding-bottom: calc(40px + 20 * (100vw - 390px) / 1010);
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}
@media (min-width: 1400px) {
  .section._plans {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .section._plans {
    padding-bottom: 60px;
  }
}
.section._plans .section-heading h2 {
  color: #ffffff;
}
.section._plans .section-heading h3 {
  color: #cbd5e1;
}
.section .section-heading {
  margin-bottom: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 60px;
  }
}
.section .section-heading h2 {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
  font-weight: 800;
  color: #4A008C;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 32px;
  }
}
.section .section-heading h3 {
  margin-top: calc(15px + 10 * (100vw - 390px) / 1010);
  font-size: calc(20px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
  color: #475569;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    margin-top: 25px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 22px;
  }
}

.footer {
  color: #ffffff;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer > * {
  width: 100%;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #a4a4a4;
}
.footer .footer__main {
  padding: 30px 0;
  background-color: #4A008C;
}
.footer .footer__main .footer-block ul {
  display: grid;
  gap: 20px;
}
.footer .footer__main .footer-block ul li.email a, .footer .footer__main .footer-block ul li.phone a {
  display: flex;
  align-items: center;
  gap: calc(10px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block ul li.email a, .footer .footer__main .footer-block ul li.phone a {
    gap: 30px;
  }
}
.footer .footer__main .footer-block ul li.email a::before, .footer .footer__main .footer-block ul li.phone a::before {
  font-family: "Icomoon";
  display: block;
}
.footer .footer__main .footer-block ul li.email a::before {
  content: "\e911";
}
.footer .footer__main .footer-block ul li.phone a::before {
  content: "\e912";
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #000000;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #ffffff;
}