*, *::before, *::after {
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: #000;
  color: #ffffff;
}

*::selection {
  background-color: #000;
  color: #ffffff;
}

html, body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  direction: rtl;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  inset-inline-start: 1rem;
  padding: 0.75rem 1rem;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transform: translateY(-120%);
}
.skip-link:focus, .skip-link:focus-visible {
  transform: translateY(1rem);
  outline: 3px solid #0ff;
  outline-offset: 3px;
}

@font-face {
  font-family: "Rubik";
  src: url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-300.woff2?v=1.1.0") format("woff2"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-300.woff?v=1.1.0") format("woff"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-300.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-regular.woff2?v=1.1.0") format("woff2"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-regular.woff?v=1.1.0") format("woff"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-500.woff2?v=1.1.0") format("woff2"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-500.woff?v=1.1.0") format("woff"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-500.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-600.woff2?v=1.1.0") format("woff2"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-600.woff?v=1.1.0") format("woff"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-600.ttf?v=1.1.0") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-700.woff2?v=1.1.0") format("woff2"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-700.woff?v=1.1.0") format("woff"), url("./../fonts/rubik/rubik-v21-latin-ext_latin_hebrew-700.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.\:container {
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  .\:container {
    width: 645px;
  }
}
@media screen and (max-width: 750px) {
  .\:container {
    width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.\:button {
  background-color: #866694;
  padding: 15px 30px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.\:button:hover {
  background-color: #f0f;
}
.\:button.big {
  font-weight: 400;
  font-size: 48px;
  padding: 15px 50px;
  line-height: 1;
}

.\@header {
  position: relative;
}
.\@header .line {
  display: flex;
  padding: 30px 0;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .\@header .line {
    padding: 15px 0;
  }
}
.\@header .logo img {
  width: 206px;
  min-width: 206px;
}
@media screen and (max-width: 360px) {
  .\@header .logo img {
    width: 170px;
    min-width: 170px;
  }
}
.\@header .menu {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  padding: 0 35px;
}
@media screen and (max-width: 1240px) {
  .\@header .menu {
    display: none;
  }
}
.\@header .menu .item {
  font-size: 18px;
  padding: 16px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.\@header .menu .item:hover {
  color: #866694;
}
@media screen and (max-width: 1240px) {
  .\@header .action {
    display: none;
  }
}
.\@header .mobile-menu {
  flex-grow: 1;
  display: none;
}
@media screen and (max-width: 1240px) {
  .\@header .mobile-menu {
    display: block;
  }
}
.\@header .mobile-menu::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 55vw;
  min-width: 55vw;
  height: 55vw;
  right: 0;
  top: 0;
  border: 1px solid #f0f;
  border-radius: 50%;
  transform: translate(30%, -55%);
  display: none;
}
@media screen and (max-width: 750px) {
  .\@header .mobile-menu::after {
    display: block;
  }
}
.\@header .mobile-menu .burger-button {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  border: 0;
  padding: 10px;
  background-color: transparent;
  position: relative;
  z-index: 11;
  margin-top: -15px;
}
.\@header .mobile-menu .burger-button.active i:nth-child(1) {
  transform: rotate(45deg);
}
.\@header .mobile-menu .burger-button.active i:nth-child(3) {
  transform: rotate(-45deg);
}
.\@header .mobile-menu .burger-button.active i:nth-child(2) {
  transform: scaleX(0);
  transform-origin: 50%;
}
.\@header .mobile-menu .burger-button.active ~ .list {
  transform: translateY(0);
}
.\@header .mobile-menu .burger-button i {
  height: 2px;
  width: 34px;
  min-width: 34px;
  transform-origin: 0;
  background-color: #f0f;
  transition: transform 0.33s;
}
.\@header .mobile-menu .list {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  max-height: 100vh;
  overflow: auto;
  transform: translateY(-100%);
  transition: transform 0.5s;
  padding: 50px 0;
}
.\@header .mobile-menu .list .item {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
}

.\@footer .line {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1240px) {
  .\@footer .line {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1240px) {
  .\@footer .top {
    display: none;
  }
}
.\@footer .menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -16px;
}
.\@footer .menu .item {
  padding: 16px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.\@footer .menu .item:hover {
  color: #866694;
}
.\@footer .logo img {
  width: 75px;
  min-width: 75px;
  display: block;
}
.\@footer .bottom {
  border-top: 1px solid #ccc;
}
.\@footer .bottom .line {
  grid-gap: 15px;
}
@media screen and (max-width: 750px) {
  .\@footer .bottom .line {
    flex-direction: column;
  }
}
.\@footer .copyright {
  flex-grow: 1;
  text-align: left;
}
.\@footer .icons {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .\@footer .icons {
    grid-gap: 5px;
  }
}
.\@footer .icons .item {
  text-decoration: none;
  display: flex;
  padding: 7px;
}
.\@footer .icons .item:hover img {
  opacity: 0.8;
}
.\@footer .icons .item img {
  width: 40px;
  min-width: 40px;
}
.\@footer .button-up {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 0;
  background-color: #866694;
  position: fixed;
  z-index: 9;
  bottom: 50px;
  right: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .\@footer .button-up {
    display: none !important;
  }
}
.\@footer .button-up:hover {
  background-color: #f0f;
}
.\@footer .button-up.active {
  display: flex;
}
.\@footer .button-up img {
  width: 22px;
  min-width: 22px;
  z-index: 9;
}

.\@home .hero-block-mobile {
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile {
    display: block;
  }
}
.\@home .hero-block-mobile .box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-gap: 0 50px;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .hero-block-mobile .box {
    grid-gap: 15px;
    padding-top: 10px;
    justify-content: space-between;
    min-height: calc(100vh - 110px);
    padding-top: 15px;
  }
}
.\@home .hero-block-mobile .image {
  grid-row: span 2;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .image {
    display: flex;
    justify-content: center;
    grid-row: span 1;
  }
}
.\@home .hero-block-mobile .image img {
  width: 100%;
  min-width: 110%;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .image img {
    max-width: 75vw;
    min-width: 0;
  }
}
.\@home .hero-block-mobile .heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .heading.small {
    font-size: 32px;
  }
}
.\@home .hero-block-mobile .sub-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .sub-heading {
    text-align: center;
  }
}
.\@home .hero-block-mobile .desc {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .\@home .hero-block-mobile .desc {
    font-size: 18px;
  }
}
@media (max-height: 730px) and (max-width: 540px) {
  .\@home .hero-block-mobile .desc {
    display: none;
  }
}
.\@home .hero-block-mobile .desc:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .action {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block-mobile .action.mobile-hidden {
    display: none;
  }
}
.\@home .hero-block-mobile .action .button {
  min-width: 200px;
}
@media screen and (max-width: 540px) {
  .\@home .hero-block-mobile .action .button {
    min-width: 75vw;
  }
}
.\@home .hero-block {
  position: relative;
  z-index: 2;
}
.\@home .hero-block.mobile {
  display: none;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block.mobile {
    display: block;
  }
}
@media (max-height: 730px) and (max-width: 540px) {
  .\@home .hero-block.mobile .desc {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .\@home .hero-block.mobile .box {
    justify-content: space-between;
    min-height: calc(100vh - 110px);
    padding-top: 15px;
  }
}
.\@home .hero-block .box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 0 50px;
  padding-top: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .hero-block .box {
    grid-gap: 15px;
    padding-top: 10px;
  }
}
.\@home .hero-block .image {
  grid-row: span 3;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .image {
    display: flex;
    justify-content: center;
    grid-row: span 1;
  }
}
.\@home .hero-block .image img {
  width: 100%;
  min-width: 110%;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .image img {
    max-width: 75vw;
    min-width: 0;
  }
}
.\@home .hero-block .heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .heading.small {
    font-size: 32px;
  }
}
.\@home .hero-block .sub-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .sub-heading {
    text-align: center;
  }
}
.\@home .hero-block .desc {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .\@home .hero-block .desc {
    font-size: 18px;
  }
}
.\@home .hero-block .desc:last-child {
  margin-bottom: 0;
}
.\@home .hero-block .action {
  padding-top: 70px;
}
@media screen and (max-width: 1240px) {
  .\@home .hero-block .action {
    align-items: center;
    display: flex;
    justify-content: center;
    display: none;
  }
}
.\@home .hero-block .action .button {
  min-width: 200px;
}
@media screen and (max-width: 540px) {
  .\@home .hero-block .action .button {
    min-width: 75vw;
  }
}
.\@home .person-block {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.\@home .person-block .curve {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .curve {
    display: none;
  }
}
.\@home .person-block .curve.curve-top {
  top: 0;
}
.\@home .person-block .curve.curve-bottom {
  bottom: 0;
}
.\@home .person-block .box {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  margin-top: -50px;
  display: grid;
  grid-gap: 20px;
  padding-bottom: 70px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .box {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .image {
    display: none;
  }
}
.\@home .person-block .image img {
  width: 100%;
}
.\@home .person-block .photo {
  display: none;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .photo {
    display: flex;
  }
}
.\@home .person-block .photo img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #0ff;
  border-radius: 50%;
}
.\@home .person-block .about .heading {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .about .heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
  }
}
.\@home .person-block .about .sub-heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 2px;
}
.\@home .person-block .about .desc {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.\@home .person-block .about .desc:last-child {
  margin-bottom: 0;
}
.\@home .person-block .about .action {
  padding-top: 40px;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .about .action {
    display: none;
  }
}
.\@home .person-block .about .action .button {
  min-width: 200px;
}
.\@home .person-block .block-action {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .\@home .person-block .block-action {
    display: none;
  }
}
.\@home .person-block .block-action .button {
  width: 593px;
  max-width: 100%;
}
.\@home .boxes-block {
  padding-top: 30px;
}
.\@home .boxes-block .block-heading {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .block-heading {
    font-weight: 400;
  }
}
.\@home .boxes-block .block-heading.mobile {
  display: none;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .block-heading.mobile {
    display: block;
    text-align: center;
  }
}
.\@home .boxes-block .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  align-items: flex-start;
  padding-bottom: 37px;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box {
    grid-template-columns: 1fr;
  }
}
.\@home .boxes-block .box.reverse .image {
  order: -1;
}
.\@home .boxes-block .box .image {
  grid-row: span 2;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box .image {
    padding-bottom: 25px;
  }
}
.\@home .boxes-block .box .image img {
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box .image img {
    width: 240px;
  }
}
.\@home .boxes-block .box .heading {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box .heading {
    order: -2;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.\@home .boxes-block .box .desc {
  margin-bottom: 15px;
  margin-top: 0;
  color: #273150;
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box .desc {
    font-size: 14px;
  }
}
.\@home .boxes-block .box .desc:last-of-type {
  margin-bottom: 4px;
}
.\@home .boxes-block .box .params {
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .\@home .boxes-block .box .params {
    font-size: 14px;
  }
}
.\@home .boxes-block .box .params .label {
  font-weight: 600;
}
.\@home .offer-block {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block {
    padding: 50px 0;
  }
}
.\@home .offer-block .box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 0 50px;
  padding-top: 100px;
  padding-bottom: 70px;
  align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 70px;
    background-color: #573838;
    border-radius: 15px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .offer-block .box {
    grid-gap: 15px;
  }
}
.\@home .offer-block .image {
  grid-row: span 3;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .image {
    display: flex;
    justify-content: center;
    grid-row: span 1;
  }
}
.\@home .offer-block .image img {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .image img {
    width: 200px;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .about {
    padding-bottom: 15px;
    color: #fff;
  }
}
.\@home .offer-block .heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .heading.small {
    font-size: 32px;
  }
}
.\@home .offer-block .desc {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .desc {
    font-size: 16px;
  }
}
.\@home .offer-block .desc:last-child {
  margin-bottom: 0;
}
.\@home .offer-block .action {
  padding-top: 70px;
}
@media screen and (max-width: 1240px) {
  .\@home .offer-block .action {
    align-items: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.\@home .offer-block .action .button {
  min-width: 200px;
}
@media screen and (max-width: 540px) {
  .\@home .offer-block .action .button {
    min-width: 75vw;
  }
}
.\@home .faq-block {
  background-color: #f4eaf4;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block {
    padding: 40px 0 30px;
  }
}
.\@home .faq-block .heading {
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.\@home .faq-block .desc {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .desc {
    font-size: 16px;
  }
}
.\@home .faq-block .faq-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 0;
  padding-right: 0;
}
.\@home .faq-block .faq-list .item {
  padding: 15px 20px;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.\@home .faq-block .faq-list .item.active {
  padding: 30px 20px;
  background-color: #b47ecc;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .faq-list .item.active {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.\@home .faq-block .faq-list .item.active .question {
  font-weight: 600;
}
.\@home .faq-block .faq-list .item.active .question::after {
  filter: brightness(0) invert(1);
  transform: scaleY(-1);
}
.\@home .faq-block .faq-list .item.active .answer {
  display: block;
}
.\@home .faq-block .faq-list .item .question {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  cursor: pointer;
  line-height: 1.3;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .faq-list .item .question {
    font-size: 20px;
  }
}
.\@home .faq-block .faq-list .item .question::after {
  content: "";
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(./../images/icons/angle-down-purple.svg);
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .faq-list .item .question::after {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.\@home .faq-block .faq-list .item .answer {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 15px;
  display: none;
}
@media screen and (max-width: 1240px) {
  .\@home .faq-block .faq-list .item .answer {
    font-size: 16px;
  }
}
.\@home .faq-block .faq-list .item .answer:last-child {
  margin-bottom: 0;
}
.\@home .contacts-block {
  padding: 80px 0 30px;
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block {
    padding: 40px 0;
  }
}
.\@home .contacts-block .box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 80px;
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .box {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .box {
    grid-gap: 30px;
    align-items: center;
  }
}
.\@home .contacts-block .image {
  display: flex;
  justify-content: center;
}
.\@home .contacts-block .image img {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .image img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.\@home .contacts-block .heading {
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .heading {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.\@home .contacts-block .params {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .params {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .params {
    margin-bottom: 30px;
  }
}
.\@home .contacts-block .params .item {
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .\@home .contacts-block .params .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .params .item {
    font-size: 14px;
  }
}
.\@home .contacts-block .params .item .icon {
  padding-left: 14px;
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .params .item .icon {
    padding-left: 10px;
  }
}
.\@home .contacts-block .params .item .icon img {
  width: 38px;
  min-width: 38px;
  height: 25px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0;
     object-position: 0;
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .params .item .icon img {
    width: 30px;
    min-width: 30px;
    height: 20px;
  }
}
.\@home .contacts-block .params .item .label {
  font-weight: 700;
  padding-left: 8px;
}
.\@home .contacts-block .params .link {
  color: #000;
  text-decoration: none;
}
.\@home .contacts-block .params .link:hover {
  color: #866694;
}
.\@home .contacts-block .action {
  justify-content: flex-end;
  display: flex;
}
@media screen and (max-width: 540px) {
  .\@home .contacts-block .action .button {
    width: 100%;
  }
}

.doc-main {
  width: 100%;
  padding: 3rem 1.25rem;
}

.doc-content {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
.doc-content > h2 {
  margin: 2.5rem 0 0.75rem;
  font-size: 1.6875rem;
  line-height: 1.35;
}
.doc-content > p {
  margin: 0 0 1rem;
}
.doc-content > ul,
.doc-content > ol {
  margin: 0 0 1.25rem;
  padding-inline-start: 1.5rem;
}
.doc-content li + li {
  margin-top: 0.35rem;
}

.doc-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.doc-title {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.125rem);
  line-height: 1.2;
}

.doc-updated {
  margin: 0.75rem 0 0;
  font-size: 1.0625rem;
  opacity: 0.65;
}

body.coming-soon-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body.coming-soon-page main {
  flex-grow: 1;
}

.coming-soon-header {
  padding: 30px 0;
}
@media screen and (max-width: 540px) {
  .coming-soon-header {
    padding: 15px 0;
  }
}
.coming-soon-header .logo {
  display: inline-flex;
}
.coming-soon-header .logo img {
  display: block;
  width: 206px;
}
@media screen and (max-width: 360px) {
  .coming-soon-header .logo img {
    width: 170px;
  }
}

.\@coming-soon {
  display: flex;
  align-items: center;
  padding: 45px 0 80px;
}
@media screen and (max-width: 1240px) {
  .\@coming-soon {
    padding: 25px 0 55px;
  }
}
.\@coming-soon .hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1240px) {
  .\@coming-soon .hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media screen and (max-width: 1240px) {
  .\@coming-soon .about {
    text-align: center;
  }
}
.\@coming-soon .eyebrow {
  margin: 0 0 12px;
  color: #866694;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .\@coming-soon .eyebrow {
    font-size: 17px;
  }
}
.\@coming-soon .heading {
  max-width: 540px;
  margin: 0 0 28px;
  font-size: 58px;
  line-height: 1.05;
}
@media screen and (max-width: 1240px) {
  .\@coming-soon .heading {
    max-width: none;
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .\@coming-soon .heading {
    font-size: 36px;
  }
}
.\@coming-soon .desc {
  max-width: 540px;
  margin: 0 0 38px;
  color: #273150;
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .\@coming-soon .desc {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .\@coming-soon .desc {
    font-size: 17px;
  }
}
.\@coming-soon .action {
  min-width: 220px;
}
@media screen and (max-width: 540px) {
  .\@coming-soon .action {
    width: 100%;
  }
}
.\@coming-soon .image {
  display: flex;
  justify-content: center;
  padding: 20px 30px 20px 10px;
}
@media screen and (max-width: 1240px) {
  .\@coming-soon .image {
    order: -1;
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .\@coming-soon .image {
    padding: 0 10px;
  }
}
.\@coming-soon .image img {
  display: block;
  width: 100%;
  max-width: 560px;
  border-radius: 28px;
}

.coming-soon-footer {
  border-top: 1px solid #ccc;
}
.coming-soon-footer .line {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 0;
}
@media screen and (max-width: 750px) {
  .coming-soon-footer .line {
    flex-direction: column;
    gap: 8px;
  }
}
.coming-soon-footer a {
  color: #000;
  text-decoration: none;
}
.coming-soon-footer a:hover {
  color: #866694;
}
