@charset "UTF-8";
/*
0-350px: small phone
350-600px : phone
600-900px: tablet portarit
900-1070px: mini desktop
1070-1200px: tablet landscape
1200-1520px: small-desktop
[1200-1800px]: main style 
1800px + : big desktop

$breakpoint argument choices
-phone-small
-phone
-tab-port
-mini-desktop
-tab-land
-small-desktop
-big-desktop

1em =16px
*/
:root {
  --primary: 45, 104, 243;
  --secondary: 32, 27, 34;
  --last: 104, 142, 141;
  --primary-color: #2d68f3;
  --secondary-color: #201b22;
  --last-color: #688e8d;
  --primary-dark: #653aff;
  --primary-light: #8969fc;
  --primary-part-transparent: #7752fed1;
  --secondary-part-transparent: #201b223c;
  --secondary-dark: #1b171d;
  --last-part-transparent: #688e8dbf;
  --last-light: #74a7a5;
  --last-dark: #5b8180;
  --grey-light-1: #f1f1f2;
  --grey-light-2: #ececec;
  --grey-light-3: #d8dde1;
  --grey-carousel: #ececec;
  --grey-dark: #777;
  --grey-dark-2: #999;
  --grey-dark-3: #333;
  --grey-dark-4: #3d3d3d;
  --footer-dark: #201b22;
  --white: #ffffff;
  --black: #000;
  --black-main: #3e3e3e;
  --bg: #fafafa;
  --bg-grey: #f2f2f2;
  --header-height: 6rem;
  --header-height-mobile: 5rem;
  --defaut-font-size: 1.6rem;
  --err: #ff3232;
  --err-rbg: 255, 50, 50;
}

@keyframes moveInHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    box-shadow: 0px 0px 0px 0px #727272;
  }
  90% {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    box-shadow: 0px 5px 30px 0px #727272;
  }
}
@keyframes moveOutHeader {
  0% {
    box-shadow: 0px 5px 30px 0px #727272;
    opacity: 1;
    transform: translateY(20%);
  }
  90% {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
  }
  100% {
    box-shadow: 0px 0px 0px 0px #727272;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes floating {
  from {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  /* set the box size in all elements inherit */
  box-sizing: inherit;
  direction: rtl;
  overflow-x: hidden;
  cursor: default;
}

html {
  position: relative;
  scroll-behavior: smooth;
  font-size: 1.1111111vw;
}
html::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 87.5em) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
    font-size: 4.444444vw;
  }
}

body {
  /* set the box size in all elements to border-box thanks to *{} */
  box-sizing: border-box;
  background-color: var(--bg);
}
::selection {
  background-color: var(--primary-color);
  color: var(--white);
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
}

/* Reset styling for links */
a,
a[href^="tel:"],
a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

div#NagishLiTrigger {
  overflow: visible;
  top: 1rem;
  right: 10px;
  max-width: 45px;
  max-height: 45px;
}
@media only screen and (max-width: 58.75em) {
  div#NagishLiTrigger {
    top: 10px;
    right: auto;
    left: 10px;
  }
}

div#NagishLiWidget * {
  overflow: auto;
}

span.nagishli-trigger-icon {
  background-color: var(--black);
}

.error-notes {
  color: var(--black);
  background-color: rgba(var(--err-rbg), 0.8);
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid var(--err);
  border-radius: 1rem;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media only screen and (max-width: 58.75em) {
  .error-notes {
    top: 10px;
    font-size: 1rem;
  }
}
.error-notes__container {
  display: flex;
  flex-direction: column;
}
.error-notes__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.error-notes__title {
  font-size: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .error-notes__title {
    font-size: 1rem;
  }
}
.error-notes__text {
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 58.75em) {
  .error-notes__text {
    font-size: 1rem;
  }
}
.error-notes:has(.error-notes__text > p) {
  display: block;
}

@font-face {
  font-family: "Book";
  src: url("../fonts/OneZero-Apparat-Book.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Light";
  src: url("../fonts/OneZero-Apparat-Light.woff2");
  font-display: swap;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/OneZero-Apparat-Medium");
  font-display: swap;
}
body {
  font-family: "Book", cursive;
  font-weight: 400;
  font-size: var(--defaut-font-size);
  line-height: 1.4;
}

.section-title {
  position: relative;
  margin: auto;
  margin-block-end: 2rem;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 58.75em) {
  .section-title {
    margin-block-end: 1rem;
  }
}
.section-title > h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  color: var(--black-main);
  text-transform: uppercase;
}
@media only screen and (max-width: 58.75em) {
  .section-title > h2 {
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    overflow: visible;
    text-align: center;
    z-index: 0;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-block-end: 0;
    width: fit-content;
    max-width: 85%;
    margin: 0 auto;
    z-index: 2;
    padding: 0 0rem;
  }
}

p {
  font-size: 1rem;
  color: var(--black-main);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.white-text {
  color: var(--white);
}

.black-text {
  color: var(--black-main);
}

.btn {
  position: relative;
  color: var(--black);
  background-color: var(--primary-color);
  border: 2px solid var(--black);
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Book", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1;
  transition: color 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-color);
}
.btn::after {
  content: "";
  cursor: pointer;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--black);
  transition: height 0.2s ease;
}
.btn:hover, .btn:focus {
  color: var(--primary-color);
  border: 2px solid var(--black);
}
.btn:hover::after, .btn:focus::after {
  height: calc(100% + 0.2em);
  transform: translateZ(0);
  background-color: var(--black);
}
.btn > * {
  cursor: pointer;
}
.btn-container {
  position: relative;
  width: 8rem;
  height: 3rem;
  margin: auto;
  overflow: visible;
}
@media only screen and (max-width: 66.875em) {
  .btn-container:hover > a {
    transform: translate(0.5rem, 0.5rem);
  }
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
[type=”email”],
[type=”tel”],
[type=”number”],
.input-checkbox {
  -webkit-appearance: none;
}

.bld {
  font-family: "Book";
}

.show-on-scroll {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s;
  will-change: transform opacity;
}
.show-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0%);
}

@media only screen and (max-width: 58.75em) {
  .u-desktop {
    display: none !important;
  }
}

.u-mobile {
  display: none !important;
}
@media only screen and (max-width: 58.75em) {
  .u-mobile {
    display: inherit !important;
  }
}

.u-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.u-round {
  border-radius: 1rem;
}

.u-fixed {
  position: fixed;
  z-index: 1000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  z-index: 1000;
}
@media only screen and (max-width: 58.75em) {
  .header {
    padding: 0.5rem 1rem;
    position: relative;
  }
}
.header-text {
  font-size: 1.5rem;
}
.header-phone {
  font-size: 1.15rem;
  color: var(--primary-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 58.75em) {
  .header-phone {
    font-size: 1rem;
  }
}
.header-phone * {
  cursor: pointer;
}
.header-btn {
  background: var(--primary-color);
  color: var(--white);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 50rem;
}

.top-section {
  background-image: url(../images/bg-desktop.jpg);
  background-size: cover;
  width: 100%;
  padding: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .top-section {
    background-image: url(../images/bg-mobile.avif);
    background-size: cover;
    background-position: center;
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 58.75em) {
  .top-section-logo {
    width: 7rem;
    margin-block-start: 1.5rem;
  }
}
.top-section * > .u-flex {
  justify-content: space-between;
}
.top-section * > .u-flex picture {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 58.75em) {
  .top-section * > .u-flex picture {
    width: 90%;
    margin-block-start: 1.5rem;
  }
}
.top__container {
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 58.75em) {
  .top__contents {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
  }
}
.top__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%;
  padding-inline-start: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .top__content {
    width: 100%;
    padding-inline-start: 0;
  }
}
.top__subtitle-top {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 58.75em) {
  .top__subtitle-top {
    font-size: 1.25rem;
    text-align: center;
    font-family: "Light", sans-serif;
  }
}
.top__title {
  font-size: 4rem;
  line-height: 1.1;
  color: var(--white);
  font-weight: 700;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .top__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    overflow: hidden;
  }
}
.top__text {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .top__text {
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    width: 70%;
    margin: auto;
  }
}
.top__small {
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-block-start: 7rem;
}
@media only screen and (max-width: 58.75em) {
  .top__small {
    font-size: 0.5rem;
    text-align: center;
    margin-block-start: 1.5rem;
    width: 75%;
  }
}
.top-topImg {
  width: 30rem;
}
@media only screen and (max-width: 58.75em) {
  .top-topImg {
    width: 100%;
  }
}
.top-content {
  width: 50%;
}

.advantages-section {
  background-color: var(--bg-grey);
  padding: 2rem;
}
.advantages__container {
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .advantages__container {
    padding: 1rem 2rem;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.advantages__container picture {
  width: 90%;
  display: flex;
}
@media only screen and (max-width: 58.75em) {
  .advantages__container picture {
    width: 100%;
  }
}
.advantages__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 58.75em) {
  .advantages__content {
    width: 100%;
  }
}
.advantages-img {
  width: 50%;
}
@media only screen and (max-width: 58.75em) {
  .advantages-img {
    width: 100%;
  }
}
.advantages-question {
  font-size: 1.3rem;
  margin-block-end: 0.3rem;
}
@media only screen and (max-width: 58.75em) {
  .advantages-question {
    font-size: 0.9rem;
  }
}
.advantages-text {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .advantages-text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.how-section {
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  padding-inline: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media only screen and (min-width: 87.5em) {
  .how-section {
    max-width: 1920px;
    margin: auto;
  }
}
@media only screen and (max-width: 58.75em) {
  .how-section {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
    padding-inline: 2rem;
    gap: 0rem;
  }
}
@media only screen and (max-width: 58.75em) {
  .how-section__title {
    margin: 0;
    font-size: 1.4rem;
    padding-inline-end: 3rem;
  }
}
.how-cards {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 58.75em) {
  .how-cards {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.how-cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 58.75em) {
  .how-cards__card-pre {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.how-cards__card-title {
  font-size: 1.65rem;
  line-height: 1.1;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .how-cards__card-title {
    font-size: 1.1rem;
  }
}
.how-cards__card-subtitle {
  font-size: 1.1rem;
  color: var(--black-main);
  line-height: 1;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .how-cards__card-subtitle {
    font-size: 0.9rem;
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
  }
}
.how-cards__card-text {
  width: 100%;
}
.how-cards__card-text span {
  font-size: 0.9rem;
  color: var(--black-main);
}
@media only screen and (max-width: 58.75em) {
  .how-cards__card-text span {
    font-size: 0.6rem;
    display: block;
  }
}

.form-section {
  border-radius: 2rem;
  display: flex;
  flex-direction: row-reverse;
  max-width: 1300px;
  margin: auto;
  margin-inline: 6rem;
}
@media only screen and (min-width: 87.5em) {
  .form-section {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 58.75em) {
  .form-section {
    flex-direction: column-reverse;
    margin-inline: 0rem;
  }
  .form-section-thanks {
    border-radius: 0rem;
  }
}
.form-img {
  width: 50%;
}
@media only screen and (max-width: 58.75em) {
  .form-img {
    width: 100%;
  }
}
.form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-container {
  width: 50%;
  padding: 5.5rem 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--black-main);
  color: var(--white);
}
@media only screen and (max-width: 58.75em) {
  .form-container {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.form-title {
  font-size: 3rem;
  margin-bottom: 0rem;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .form-title {
    font-size: 1.4rem;
    text-align: center;
  }
}
.form-cta {
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 58.75em) {
  .form-cta {
    font-size: 1rem;
    text-align: center;
    padding-inline: 1rem;
  }
}
.form-terms {
  color: var(--white);
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 58.75em) {
  .form-terms {
    font-size: 0.65rem;
  }
}
.form-terms:empty {
  display: none;
}
.form-terms a {
  color: var(--white);
  text-decoration: underline;
}
.form-check {
  width: 3rem;
}
@media only screen and (max-width: 58.75em) {
  .form-check {
    width: 2rem;
  }
}

.customers-section {
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  padding-inline: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  background-color: var(--bg-grey);
}
@media only screen and (max-width: 58.75em) {
  .customers-section {
    padding-block-start: 3rem;
    padding-block-end: 3rem;
    padding-inline: 2rem;
    gap: 0rem;
  }
}
.customers-section__title {
  overflow: hidden;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 58.75em) {
  .customers-section__title {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.customers-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
.customers-cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 40%;
}
@media only screen and (max-width: 58.75em) {
  .customers-cards__card {
    width: 100%;
    padding: 0rem;
  }
}
.customers-cards__card-title {
  font-size: 1.65rem;
}
@media only screen and (max-width: 58.75em) {
  .customers-cards__card-title {
    font-size: 1.1rem;
    text-align: center;
  }
}
.customers-cards__card-subtitle {
  font-size: 1.1rem;
  color: var(--black-main);
  line-height: 1;
  overflow: hidden;
  width: 80%;
}
@media only screen and (max-width: 58.75em) {
  .customers-cards__card-subtitle {
    font-size: 0.95rem;
    text-align: center;
    width: 80%;
    margin: auto;
  }
}
.customers-cards__card-text {
  width: 100%;
}
@media only screen and (max-width: 58.75em) {
  .customers-cards__card-text {
    font-size: 0.8rem;
    text-align: center;
  }
}

.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 0rem;
  background-color: var(--primary-color);
}
@media only screen and (max-width: 58.75em) {
  .cta-section {
    padding: 3rem 0rem;
  }
}
.cta-section h4 {
  font-size: 3rem;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 0rem;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .cta-section h4 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.cta-section-btn {
  position: relative;
  color: var(--primary-color);
  background-color: var(--white);
  border: 2px solid var(--white);
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Book", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1;
  transition: color 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10rem;
  transition: all 0.2s;
  margin-top: 2.5rem;
  padding: 0.7rem 2rem;
}
.cta-section-btn::after {
  content: "";
  cursor: pointer;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--primary-color);
  transition: height 0.2s ease;
}
.cta-section-btn:hover, .cta-section-btn:focus {
  color: var(--white);
  border: 2px solid var(--white);
}
.cta-section-btn:hover::after, .cta-section-btn:focus::after {
  height: calc(100% + 0.2em);
  transform: translateZ(0);
  background-color: var(--primary-color);
}
.cta-section-btn > * {
  cursor: pointer;
}
.cta-section-btn:hover {
  color: var(--white);
}
@media only screen and (max-width: 58.75em) {
  .cta-section-btn {
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1;
    margin-block-start: 1rem;
  }
}

.plans-section {
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  padding-inline: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 58.75em) {
  .plans-section {
    padding-inline: 2rem;
    padding-block: 3rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 58.75em) {
  .plans-title {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding-inline: 4rem;
  }
}
.plans-btn {
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1rem;
  cursor: pointer;
}
.plans-btn.active {
  background-color: var(--primary-color);
  color: var(--white);
}
.plans-cards {
  display: flex;
  gap: 7rem;
  max-width: 1280px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 58.75em) {
  .plans-cards {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
  }
}
.plans-plan {
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 58.75em) {
  .plans-plan {
    display: none;
  }
  .plans-plan.active {
    display: block;
  }
}
.plans-plan .plans-plan-header {
  display: flex;
  flex-direction: column;
  position: relative;
}
.plans-plan .plans-plan-header .plans-plan-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.plans-plan .plans-plan-header .plans-plan-bg-img img {
  width: 100%;
}
.plans-plan .plans-plan-header .plans-plan-bg-title,
.plans-plan .plans-plan-header .plans-plan-bg-text {
  position: absolute;
  color: var(--white);
  z-index: 2;
}
.plans-plan .plans-plan-header .plans-plan-bg-title {
  top: 50%;
  right: 5%;
  font-size: 2.5rem;
}
.plans-plan .plans-plan-header .plans-plan-bg-text {
  bottom: 1rem;
  right: 5%;
  font-size: 1rem;
  width: 90%;
}
.plans-plan-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
}
.plans-plan-title:empty {
  display: none;
}
.plans-plan-text {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  padding-inline-end: 5rem;
}
.plans-plan-text:empty {
  display: none;
}

hr {
  padding: 0;
  margin: 0;
  border: 1px solid var(--grey-dark-2);
  width: 97%;
  margin: auto;
}

.wrapQues {
  padding: 4% 5% 4% 5%;
}
.wrapQues-section {
  position: relative;
  overflow: visible;
}

.accordionQues {
  margin: 0 auto;
  /*background: #ffffff;*/
  border: 0px solid green;
}

.wrapQues h2 {
  width: 58.5rem;
  color: var(--black);
  margin: 0 auto;
  text-align: right;
  font-size: 2.65rem;
}
@media only screen and (max-width: 58.75em) {
  .wrapQues h2 {
    width: 100%;
    font-size: 1.4rem;
  }
}

.wrapQues h2 span.line {
  width: 7%;
  display: block;
  margin: 0 auto;
  border: 2px solid #000000;
}

.accordionQues .quesBox {
  /*padding: 1em 0 1.5em 0;*/
  border: 0px solid green;
}

.accordionQues .quesBox .questions {
  text-align: right;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: var(--black);
  font-family: "simpler-bold", sans-serif;
  font-size: 1.08rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.2rem;
  padding-block: 1.17rem;
  cursor: pointer;
  transition: all 0.5s;
}

.accordionQues .quesBox .questions img {
  float: left;
  width: 1.63rem;
  height: auto;
  padding: 0 0 0 0.5rem;
  transition: all 0.5s;
}
@media only screen and (max-width: 66.875em) {
  .accordionQues .quesBox .questions img {
    width: 2.63rem;
  }
}

.accordionQues .quesBox .mishpatiMore {
  display: none;
  font-size: 1.1em;
  text-align: right;
  line-height: 145%;
  padding: 0 0 2% 0;
  width: 98%;
  margin: 0 auto;
  color: var(--black);
}

.accordionQues .quesBox .mishpatiMore p {
  width: 95%;
  line-height: 1.3;
  padding-inline-start: 1rem;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .wrapQues {
    padding: 6% 0 15% 0;
  }
  .accordionQues {
    width: 90%;
  }
  .wrapQues h2 {
    width: 90%;
    /*padding: 5% 0 5% 0;*/
  }
  .accordionQues .quesBox .questions {
    width: 99%;
    font-size: 1rem;
    padding-inline-start: 0rem;
    padding-inline-end: 0rem;
  }
  .accordionQues .quesBox .mishpatiMore {
    width: 95%;
    font-size: 4em;
    text-align: justify;
    line-height: 100%;
    padding: 0;
    border: 0px solid green;
  }
  .accordionQues .quesBox .mishpatiMore p {
    line-height: 1.2;
    font-size: 1rem;
    margin-block-end: 1rem;
  }
  .accordionQues .quesBox .questions a img {
    width: 5%;
    height: auto;
    margin: 1% 0 0 0;
    transition: all 0.3s;
  }
  .accordionQues .quesBox .questions a span.theQues {
    padding: 1% 0 0 0;
  }
  .accordionQues .quesBox .mishpatiMore ul.quesList li {
    margin: 0 0 5% 0;
  }
}
.gallery {
  background-color: var(--bg);
  padding: 3rem 25rem;
}
@media only screen and (max-width: 58.75em) {
  .gallery {
    padding: 2rem 0rem 0rem;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/fonts/slick.eot');
    src: url('https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https: //cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
    font-display: swap;
} */
/* Arrows */
.slick-prev,
.slick-next {
  display: none !important;
}

/* Dots */
.slick-dots {
  display: none !important;
  /* position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center; */
}

img.slick-slide {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: inherit !important;
  max-height: 600px;
  border-radius: 1rem;
}

.slide {
  height: 100%;
}

.slick-track {
  display: flex !important;
  margin-bottom: 0;
  object-fit: cover;
  gap: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .slick-track {
    gap: 1rem;
  }
}

.slick-list {
  overflow: visible;
}

.slider {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .slider {
    padding: 1rem 0rem;
  }
}
.slider-item {
  position: relative;
  height: 100px;
  overflow: visible;
}
@media only screen and (max-width: 58.75em) {
  .slider-item {
    height: 100px;
  }
}
.slider-item img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: contain;
  aspect-ratio: 1;
}
.footer {
  padding: 2rem 6rem 5rem;
  display: flex;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 58.75em) {
  .footer {
 flex-direction: column-reverse;
    padding: 2rem 1rem 4rem;
    gap: 2rem;
    background-color: var(--bg);
    align-items: baseline;
  }
}
.footer .section-title {
  color: var(--white);
  font-size: 2rem;
  width: fit-content;
  margin: 0;
}
@media only screen and (max-width: 58.75em) {
  .footer .section-title {
    color: var(--black);
    font-size: 1.8rem;
    margin-block-end: 0;
  }
    .footer-right {
    width: 100%;
  }
}
.footer-data {
  display: flex;
  justify-content: center;
  margin-block-end: 2rem;
  overflow: visible;
}
@media only screen and (max-width: 58.75em) {
  .footer-data {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 58.75em) {
  .footer-qr, .footer-google {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 2rem;
    gap: 1.3rem;
  }
}
.footer__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  overflow: visible;
}
@media only screen and (max-width: 58.75em) {
  .footer__right {
    gap: 0.5rem;
    align-items: center;
    gap: 1.3rem;
    flex-direction: column;
  }
}
.footer__right .footer__phone-number {
  position: relative;
  color: var(--white);
  background-color: var(--primary-color);
  border: 2px solid var(--black);
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Book", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1;
  transition: color 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.footer__right .footer__phone-number::after {
  content: "";
  cursor: pointer;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--white);
  transition: height 0.2s ease;
}
.footer__right .footer__phone-number:hover, .footer__right .footer__phone-number:focus {
  color: var(--primary-color);
  border: 2px solid var(--black);
}
.footer__right .footer__phone-number:hover::after, .footer__right .footer__phone-number:focus::after {
  height: calc(100% + 0.2em);
  transform: translateZ(0);
  background-color: var(--white);
}
.footer__right .footer__phone-number > * {
  cursor: pointer;
}
.footer__social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  color: var(--white);
  overflow: visible;
}
@media only screen and (max-width: 58.75em) {
  .footer__social-media {
    color: var(--black);
  }
}
.footer__social-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.footer__social-icon:hover {
  color: var(--primary-color);
  background-color: var(--white);
  box-shadow: 0 0 1rem rgba(var(--primary), 0.6);
}
.footer__social-icon a {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.footer__social-icon * {
  cursor: pointer;
}
.footer__social-icon *::before {
  cursor: pointer;
}
.footer .copy-right {
  display: flex;
  justify-content: space-between;
  margin-block-start: 2rem;
}
@media only screen and (max-width: 58.75em) {
  .footer .copy-right {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.footer .copy-right-logo {
  width: 5rem;
  height: auto;
  cursor: pointer;
}
@media only screen and (max-width: 58.75em) {
  .footer .copy-right__text {
    font-size: 1.3rem;
    color: var(--black);
  }
}

.top-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-form label {
  display: none;
}
.top-form-inputs {
  display: flex;
  gap: 1rem;
}
.top-form .field-group {
  flex: 1;
  min-width: 15rem;
}
.top-form .field-group.form__buttons {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 3rem;
}
.top-form-input {
  font-family: "Book", sans-serif;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0 0;
  padding: 0 1rem 0 1rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  cursor: text;
  background: transparent;
  margin-bottom: 2rem;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid;
}
@media only screen and (max-width: 58.75em) {
  .top-form-input {
    font-size: 1rem;
    padding: 0 1rem;
    height: 2rem;
  }
}
.top-form-input:focus {
  color: var(--primary-color);
}
.top-form-input::placeholder {
  color: var(--white);
}
.top-form-input:focus {
  outline: 0;
}
.top-form-input:hover::placeholder, .top-form-input:focus::placeholder, .top-form-input:focus-visible::placeholder {
  color: var(--primary-color);
}
.top-form-input.error {
  background-color: var(--err);
}
.top-form select {
  font-family: "Book", sans-serif;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0 0;
  padding: 0 1rem 0 1rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  cursor: text;
  background: transparent;
  margin-bottom: 2rem;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid;
  cursor: pointer;
  background: transparent;
  color: var(--white);
}
@media only screen and (max-width: 58.75em) {
  .top-form select {
    font-size: 1rem;
    padding: 0 1rem;
    height: 2rem;
  }
}
.top-form select:focus {
  color: var(--primary-color);
}
.top-form select:hover, .top-form select:focus, .top-form select:focus-visible {
  color: var(--primary-color);
  border-bottom: 1px solid var(--white);
}
.top-form select:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--white);
}
.top-form select option {
  color: var(--black);
}
.top-form select.error {
  background-color: var(--err);
}
.top-form .btn-container {
  margin: unset;
  align-self: center;
  transition: all 0.2s;
}
.top-form button.submit,
.top-form input[type=submit] {
  height: 3rem;
  text-align: center;
  overflow: hidden;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  position: relative;
  color: var(--white);
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Book", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1;
  transition: color 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10rem;
  color: white;
  transition: all 0.2s;
}
.top-form button.submit::after,
.top-form input[type=submit]::after {
  content: "";
  cursor: pointer;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--white);
  transition: height 0.2s ease;
}
.top-form button.submit:hover, .top-form button.submit:focus,
.top-form input[type=submit]:hover,
.top-form input[type=submit]:focus {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.top-form button.submit:hover::after, .top-form button.submit:focus::after,
.top-form input[type=submit]:hover::after,
.top-form input[type=submit]:focus::after {
  height: calc(100% + 0.2em);
  transform: translateZ(0);
  background-color: var(--white);
}
.top-form button.submit > *,
.top-form input[type=submit] > * {
  cursor: pointer;
}
@media only screen and (max-width: 58.75em) {
  .top-form button.submit,
  .top-form input[type=submit] {
    margin: auto;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    line-height: 1;
    height: auto;
  }
  .top-form button.submit:hover,
  .top-form input[type=submit]:hover {
    top: 0rem;
    right: 0rem;
    background-color: var(--white);
  }
}
.top-form button.submit:hover,
.top-form input[type=submit]:hover {
  top: 0rem;
  right: 0rem;
  background-color: var(--white);
}
.top-form .divhidden {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border: 1px solid;
  padding: 1rem;
  background: var(--primary-color);
  height: 85%;
  z-index: 3;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
@media only screen and (max-width: 58.75em) {
  .top-form .divhidden {
    font-size: 1.5rem;
    padding-inline: 3rem;
    text-align: center;
  }
}

.bottom-contact {
  display: flex;
  flex-direction: column;
  background-color: var(--bg);
  padding: 25rem 25rem 5rem;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 58.75em) {
  .bottom-contact {
    align-items: center;
    gap: 1.3rem;
    padding: 2rem 1rem;
  }
}

.bottom__form {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  padding: 1.5rem 2rem;
  display: flex;
  border: 1px solid var(--primary-color);
  flex: 1;
  max-width: 30rem;
  border-radius: 1rem;
  width: inherit;
}
@media only screen and (max-width: 58.75em) {
  .bottom__form {
    gap: 1.3rem;
    margin-block: 0rem;
    padding: 0;
    border: 0px solid var(--primary-color);
    max-width: initial;
    width: 100%;
    border-radius: 0rem;
  }
}
.bottom__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bottom__form-inputs .field-group {
  flex: 1;
  min-width: 20rem;
}
.bottom__form-inputs .field-group.form__buttons {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 3rem;
}
.bottom__form-inputs label {
  display: none;
}
.bottom__form-inputs button.submit,
.bottom__form-inputs input[type=submit] {
  height: 3rem;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0rem;
  transition: all 0.2s;
  position: relative;
  color: var(--black);
  background-color: var(--primary-color);
  border: 2px solid var(--black);
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Book", sans-serif;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  outline: none;
  z-index: 1;
  transition: color 0.2s ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10rem;
  font-family: "Book", sans-serif;
  position: relative;
  padding: 0 1rem;
  font-size: 1.2rem;
  background-color: var(--primary-color);
  align-self: center;
  transition: all 0.5s;
  border-radius: 0rem;
}
.bottom__form-inputs button.submit::after,
.bottom__form-inputs input[type=submit]::after {
  content: "";
  cursor: pointer;
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--black);
  transition: height 0.2s ease;
}
.bottom__form-inputs button.submit:hover, .bottom__form-inputs button.submit:focus,
.bottom__form-inputs input[type=submit]:hover,
.bottom__form-inputs input[type=submit]:focus {
  color: var(--primary-color);
  border: 2px solid var(--black);
}
.bottom__form-inputs button.submit:hover::after, .bottom__form-inputs button.submit:focus::after,
.bottom__form-inputs input[type=submit]:hover::after,
.bottom__form-inputs input[type=submit]:focus::after {
  height: calc(100% + 0.2em);
  transform: translateZ(0);
  background-color: var(--black);
}
.bottom__form-inputs button.submit > *,
.bottom__form-inputs input[type=submit] > * {
  cursor: pointer;
}
@media only screen and (max-width: 66.875em) {
  .bottom__form-inputs button.submit,
  .bottom__form-inputs input[type=submit] {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.bottom__form-inputs button.submit .button-text,
.bottom__form-inputs input[type=submit] .button-text {
  cursor: pointer;
}
@media only screen and (max-width: 58.75em) {
  .bottom__form-inputs button.submit,
  .bottom__form-inputs input[type=submit] {
    width: 100%;
  }
  .bottom__form-inputs button.submit:hover,
  .bottom__form-inputs input[type=submit]:hover {
    top: 0rem;
    right: 0rem;
    color: var(--black);
  }
}
.bottom__form-inputs button.submit:hover,
.bottom__form-inputs input[type=submit]:hover {
  top: 0rem;
  right: 0rem;
  color: var(--white);
}
.bottom__form-input {
  font-family: "Book", sans-serif;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0 0;
  padding: 0 1rem 0 1rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  cursor: text;
  background: transparent;
  margin-bottom: 2rem;
  width: 100%;
  border: 2px solid transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0rem;
  background: transparent;
  min-width: 0;
}
@media only screen and (max-width: 58.75em) {
  .bottom__form-input {
    font-size: 1rem;
    padding: 0 1rem;
    height: 2rem;
  }
}
.bottom__form-input:focus {
  color: var(--primary-color);
}
@media only screen and (max-width: 58.75em) {
  .bottom__form-input {
    width: 100%;
  }
}
.bottom__form-input::placeholder {
  color: black;
}
.bottom__form-input:focus {
  outline: 0;
}
.bottom__form-input:hover::placeholder, .bottom__form-input:focus::placeholder, .bottom__form-input:focus-visible::placeholder {
  color: var(--primary-dark);
}
.bottom__form-input.error {
  border-bottom: 2px solid var(--err);
}
.bottom__form select {
  font-family: "Book", sans-serif;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0 0;
  padding: 0 1rem 0 1rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  cursor: text;
  background: transparent;
  margin-bottom: 2rem;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid;
  cursor: pointer;
  background: rgb(255, 255, 255);
  color: var(--black);
}
@media only screen and (max-width: 58.75em) {
  .bottom__form select {
    font-size: 1rem;
    padding: 0 1rem;
    height: 2rem;
  }
}
.bottom__form select:focus {
  color: var(--primary-color);
}
.bottom__form select:focus {
  color: var(--primary-color);
}
.bottom__form select option {
  color: var(--black);
}
.bottom__form .btn-container {
  margin: unset;
  align-self: center;
  transition: all 0.2s;
}

.callPhone-fixed {
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 100;
  background-color: rgba(var(--secondary-color), 0.2);
  cursor: pointer;
  transition: transform 0.3s;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  z-index: 1001;
}
.callPhone-fixed:hover {
  transform: scale(1.1);
}
.callPhone--icon {
  width: 2rem;
  height: 2rem;
}

/*# sourceMappingURL=index.css.map */
