:root {
  --violet_french: rgba(93, 81, 226, 1);
  --green: rgba(27, 202, 150, 1);
  --black_rock: rgba(32, 36, 55, 1);
  --white: rgba(255, 255, 255, 1);
}
/* large_banner */
.banner-large {
  aspect-ratio: 144 / 70;
  background-image: var(--lg-gradient), var(--bg-lg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding-top: 12.987%;
}
.banner-large.no-descktop-img {
  background-image: linear-gradient(
    253deg,
    rgba(0, 71, 255, 0.4) 11.63%,
    rgba(55, 42, 245, 0.63) 49.08%,
    rgba(101, 18, 236, 0.85) 89.22%
  );
}
.banner-large__pre_screen {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.banner-large__content {
  color: var(--white);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.banner-large__content.left {
  width: 594px;
  margin-left: 7.4%;
}
.banner-large__content.center {
  width: 840px;
  text-align: center;
  margin: 0 auto;
}
.banner-large__title {
  font-size: 4.375rem;
  line-height: 1.114286;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.center .banner-large__title {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-lage__description {
  font-size: 1.5rem;
  line-height: 1.666667;
  margin-bottom: 1.875rem;
}
.center .banner-lage__description {
  margin-bottom: 2.5rem;
}
.banner-lager__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
.center .banner-lager__buttons {
  justify-content: center;
}
/* large_banner */

/* banner simple */
.banner-simple {
  background-color: var(--white);
}
.banner-simple__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 3.3125rem;
  padding-bottom: 5.3125rem;
}
.banner-simple__content__text {
  width: 55%;
}
.banner-simple__content__text__top_line {
  position: relative;
  max-width: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.banner-simple__image__custom-logo-left {
  max-width: 4.5rem;
  height: auto;
  border-radius: 50%;
}
.banner-simple__text-content__before-title {
  color: var(--black_rock);
  font-size: 1.875rem;
  line-height: 2.6;
  font-weight: 600;
}
.banner-simple__text-content__title {
  font-size: 4.375rem;
  line-height: 1.11429;
  font-weight: 600;
  color: var(--black_rock);
  margin-bottom: 2.5rem;
}
.banner-simple__text-content__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.banner-simple__content__image {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-simple__image-content__image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.subscribe_form__wrapper {
  max-width: min(315px, 100%);
}
/* banner simple */

/* banner short */
.short-banner {
  background: var(--bg-desc, none), var(--bg-color, #5d51e2);
  background-size: cover;
  background-position: center center;
  color: var(--white, #fff);
  padding: 4.6875rem 0;
}
.short-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.short-banner__content__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66667;
  margin-bottom: 1.25rem;
}
.short-bannner__content__buttons .cta {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
/* banner short */

/* repeater-text-with-images */
.text-with-image {
  background-color: var(--bg);
}
.text-with-image__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875rem;
}
.text-with-image:nth-child(odd) .text-with-image__wrapper {
  flex-direction: row-reverse;
}
.text-with-image__content {
  color: var(--black_rock);
  width: 500px;
  max-width: 100%;
  padding: 0;
}
.text-with-image__title {
  font-size: 2.25rem;
  line-height: 1.38889;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.text-with-image__text {
  font-size: 1.125rem;
  line-height: 1.55556;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 1.25rem;
}
.text-with-image__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.text-with-image__buttons .cta {
  min-width: 160px;
  min-height: 40px;
}
.text-with_image__image {
  width: 500px;
  max-width: 100%;
  padding: 100px 0;
}
.text-with_image__image .image__body {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-width-image__image__img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.text-with-image__buttons a {
  width: 160px;
  height: 40px;
}
/* repeater-text-with-images */

/* repeater-text-with-videos */
.repeater-text-with-videos {
  margin: 3.75rem 0 5rem;
}
.repeater-text-with-videos__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.25rem;
}
.repeater-text-with-videos__item {
  max-width: 100%;
  overflow: hidden;
}
.repeater-text-with-videos__item__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.repeater-text-with-videos__item__video-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-color: var(--violet_french);
  border-radius: 1.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.repeater-text-with-videos__item__video-wrapper::before,
.repeater-text-with-videos__item__video-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 53.574%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="299" viewBox="0 0 260 299" fill="none"><path d="M0 -1H296V299H166.5L0 -1Z" fill="url(%23paint0_linear_793_4684)" fill-opacity="0.1"/><defs><linearGradient id="paint0_linear_793_4684" x1="59.5" y1="115.798" x2="292.571" y2="28.5875" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
  background-size: cover;
}
.repeater-text-with-videos__item__video-wrapper::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="468" height="299" viewBox="0 0 468 299" fill="none"><path d="M0 -1H468V299H162.386L0 -1Z" fill="url(%23paint0_linear_793_4683)" fill-opacity="0.1"/><defs><linearGradient id="paint0_linear_793_4683" x1="94.0743" y1="115.798" x2="405.258" y2="-68.3014" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
  left: 16.43%;
}
.repeater-text-with-videos__item__video {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
.repeater-text-with-videos__item__video .wp-video {
  aspect-ratio: 1.57480315;
  min-width: 100%;
}
.repeater-text-with-videos__item__video .wp-video .mejs-container {
  height: 100% !important;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.repeater-text-with-videos__item__video
  .wp-video
  .mejs-container
  .mejs-inner
  .mejs-layers
  .mejs-poster {
  z-index: 4;
  background-color: black;
  background-size: cover;
  background-position: left center;
}
.repeater-text-with-videos__item__video
  .wp-video
  .mejs-container
  .mejs-inner
  .mejs-controls {
  border-radius: 0 0 1.25rem 1.25rem;
}
.repeater-text-with-videos__item__video
  .wp-video
  .mejs-container
  .mejs-inner
  .mejs-layers
  .mejs-overlay-play {
  z-index: 5;
}
.repeater-text-with-videos__item__video
  .wp-video
  .mejs-container
  .mejs-inner
  .wp-video-shortcode {
  height: 100% !important;
}
.repeater-text-with-videos__item__video
  .wp-video
  .mejs-container
  .mejs-inner
  .mejs-layers
  .mejs-overlay-play
  .mejs-overlay-button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none"><circle cx="40" cy="40" r="40" fill="black" fill-opacity="0.2"/><path d="M57 38.2679C58.3333 39.0377 58.3333 40.9622 57 41.732L33 55.5885C31.6667 56.3583 30 55.396 30 53.8564L30 26.1436C30 24.604 31.6667 23.6417 33 24.4115L57 38.2679Z" fill="white"/></svg>');
  background-position: center center;
}
.repeater-text-with-videos__item__text__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.666667;
  color: rgba(32, 36, 55, 1);
  margin-bottom: 0.625rem;
}
.repeater-text-with-videos__item__text__content,
.repeater-text-with-videos__item__text__content * {
  color: rgba(32, 36, 55, 1);
  font-size: 1.125rem;
  line-height: 1.555556;
  margin: 0;
}
.repeater-text-with-videos__item__anchor {
  position: absolute;
  top: -100px;
}
/* repeater-text-with-videos */

/* repeater-table-about-packages */
.table-about-packages {
  position: relative;
  top: -37px;
  margin-bottom: -37px;
}
.table-about-packages__wrapper {
  background-image: linear-gradient(
    172.92deg,
    #5d51e2 13.62%,
    #5c42ea 54.47%,
    #5d51e2 85.8%
  );
  color: var(--white);
}
.table-about-packages__wrapper .container-lg {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.table-about-packages__table {
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
}
.table-about-packages__anchor {
  position: absolute;
  top: -5rem;
}
.table-about-packages__table__title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.38889;
  margin-bottom: 1.875rem;
}
.table-about-packages__table__wrapper {
  border-radius: 0.625rem;
  background: rgba(109, 98, 229, 0.9);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.table-about-packgaes__table__row {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.875;
}
.table-about-packgaes__table__row:not(:last-child) {
  border-bottom: 1px solid var(--violet_french);
}
.table-about-packgaes__table__row.table__head {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.table-about-packgaes__table__column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.5%;
  padding: 6.5px 15px;
}
.table__head .table-about-packgaes__table__column {
  padding: 0.9375rem;
}
.table-about-packgaes__table__column.features {
  width: 38.5%;
  justify-content: flex-start;
  padding-right: 0;
}
.table-about-packgaes__table__column:not(:last-child) {
  border-right: 1px solid var(--violet_french);
}
.table-about-packages__table:not(:first-child)
  .table__head
  .table-about-packgaes__table__column {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.table-about-packages__buttons {
  text-align: center;
  margin-bottom: 5rem;
}
.table-about-packages__buttons .cta {
  width: 300px;
}
.table-about-packages__bottom__image.have_desctop {
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 792;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
      rgba(89, 75, 226, 1),
      rgba(55, 42, 245, 0.63),
      rgba(63, 76, 230, 1)
    ),
    var(--bg-lg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.text-only-section {
  margin: 3.75rem 0;
}
.text-only-section__container > *,
.table-about-packages__table__description > * {
  margin: 1em 0;
  font-size: 1rem;
}
.text-only-section__container > * {
  color: rgba(19, 26, 49, 1);
  line-height: 1.666667;
}
.table-about-packages__table__description a {
  color: var(--green);
  transition: color 0.15s linear;
}
.text-only-section__container a {
  color: var(--violet_french);
  transition: color 0.15s linear;
  display: inline-block;
}
.text-only-section__container a:hover {
  color: inherit;
}
.table-about-packages__table__description a:hover {
  color: inherit;
}
.text-only-section__container h1,
.table-about-packages__table__description h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.text-only-section__container h2,
.table-about-packages__table__description h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
.text-only-section__container h3,
.table-about-packages__table__description h3 {
  font-size: 2rem;
  font-weight: 600;
}
.text-only-section__container h4,
.table-about-packages__table__description h4 {
  font-size: 1.75rem;
  font-weight: 600;
}
.text-only-section__container h5,
.table-about-packages__table__description h5 {
  font-size: 1.5rem;
  font-weight: 600;
}
.text-only-section__container h6,
.table-about-packages__table__description h6 {
  font-size: 1.25rem;
  font-weight: 600;
}
.text-only-section__container strong {
  font-weight: 600;
}
/* repeater-table-about-packages */

/* repeater list-block */
.list-block {
  background-color: var(--violet_french);
  color: var(--white);
  padding: 6.25rem 0;
}
.list-block__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.listn-block__content__text {
  width: 57%;
}
.list-block__content__title {
  font-size: 2.25rem;
  line-height: 1.38889;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
.list-block__content__list-title {
  font-size: 1.125rem;
  line-height: 1.55556;
  margin-bottom: 1.25rem;
}
.list-block__content__list {
  list-style-type: none;
  font-size: 1.125rem;
  line-height: 2.22222;
  column-count: 2;
}
.list-block__content__list__item {
  position: relative;
  padding-left: 1.75rem;
}
.list-block__content__list__item::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none"><path d="M7.29976 1.20006L7.84976 1.75006C7.89557 1.79679 7.92123 1.85962 7.92123 1.92506C7.92123 1.9905 7.89557 2.05333 7.84976 2.10006L2.99976 7.00006L0.149765 4.10006C0.125071 4.04502 0.112305 3.98538 0.112305 3.92506C0.112305 3.86474 0.125071 3.8051 0.149765 3.75006L0.699765 3.20006C0.746497 3.15426 0.809326 3.1286 0.874765 3.1286C0.940203 3.1286 1.00303 3.15426 1.04976 3.20006L2.94976 5.20006L6.89976 1.20006C6.95501 1.15137 7.02612 1.12451 7.09976 1.12451C7.1734 1.12451 7.24452 1.15137 7.29976 1.20006Z" fill="white"/></svg>'),
    rgba(34, 182, 98, 1);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.list-block__content__image {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list-block__content__image__image {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}
/* repeater list-block */

/* repeater cards */
.repeater-short {
  background-color: var(--white);
  padding: 6.25rem 0;
}
.repeater-short__title {
  font-size: 2.25rem;
  line-height: 1.38889;
  color: var(--black_rock);
  text-align: center;
  margin-bottom: 1.875rem;
  font-weight: 600;
}
.repeater-short__content__row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.repeater-short__content__item {
  width: 33.333%;
  flex: 0 0 33.33333%;
  padding: 0 0.625rem;
}
.repeater-short__content__item__body {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 3.125rem 1.875rem 1.875rem;
  background-color: var(--white);
  border: 1px solid rgba(235, 236, 241, 1);
  box-shadow: 0px 10px 20px 0px rgba(115, 128, 255, 0.1);
  border-radius: 1rem;
  height: 100%;
}
.repeater-short__content__item__icon {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  margin-bottom: 1.375rem;
}
.repeater-short__content__item__image {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.repeater-short__content__item__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66667;
  color: var(--black_rock);
  margin-bottom: 0.625rem;
}
.repeater-short__content__item__text {
  font-size: 1.125rem;
  color: var(--black_rock);
  line-height: 1.55556;
}
/* repeater cards */

/* custom-tarifs */
.loftyworks__tarifs {
  background-color: var(--white);
  padding: 100px 0;
}
.loftyworks__tarifs__wrapper .tarifs__title {
  text-align: center;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.23529;
  margin-bottom: 1.25rem;
  color: var(--black_rock);
}
.loftyworks__tarifs__wrapper .tarifs__description {
  text-align: center;
  width: 500px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black_rock);
}
.tarifs__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.875rem;
}
.tarif__body__item {
  max-width: calc(33.3333333333% - 1.25rem);
  width: 380px;
  background-color: var(--white);
  border-radius: 2.375rem;
  border: 1px solid var(--violet_french);
  overflow: hidden;
  padding: 2.5rem 2.5rem 2.25rem;
  min-height: 474px;
  display: flex;
  flex-direction: column;
}
.tarif__body__item:not(.popular) {
  margin-top: 2.5rem;
}
.tarif__body__item.popular {
  background-color: var(--violet_french);
  color: var(--white);
  border: none;
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.tarif__body__item__popular {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(37, 29, 0, 1);
  background-color: rgba(255, 199, 0, 1);
  padding: 0.5rem 2.5rem;
  margin: 0 -2.5rem 2.5rem;
}
.tarif__body__item__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.059;
  margin-bottom: 0.25rem;
  color: rgba(50, 55, 88, 1);
}
.tarif__body__item__subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(93, 81, 226, 0.1);
  color: rgba(26, 53, 96, 1);
}
.tarif__body__item__description {
  color: rgba(124, 131, 157, 1);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.tarif__body__item__advantages {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.tarfi__body__item__advanatge {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.625rem;
}
.tarfi__body__item__advanatge svg {
  margin-top: 5px;
  color: rgba(115, 128, 255, 1);
}
.tarfi__body__item__advanatge span {
  color: rgba(26, 53, 96, 1);
  max-width: calc(100% - 26px);
}
.tarif__body__item__button {
  margin-top: auto;
  margin-bottom: 0;
}
.tarif__body__item__button a {
  border: 1px solid var(--green);
  border-radius: 45px;
  width: 156px;
  height: 41px;
  color: var(--green);
  font-size: 0.875rem;
}
.popular .tarif__body__item__title,
.popular .tarif__body__item__subtitle,
.popular .tarif__body__item__description,
.popular .tarfi__body__item__advanatge,
.popular .tarfi__body__item__advanatge svg,
.popular .tarfi__body__item__advanatge span,
.popular .tarif__body__item__button a {
  color: var(--white);
}
.popular .tarif__body__item__subtitle {
  border-color: rgba(255, 255, 255, 0.1);
}
.tarif__body__item__button .cta {
  min-width: 156px;
  min-height: 40px;
}
.popular .tarif__body__item__button a {
  width: 100%;
  background-color: var(--green);
  height: 50px;
}
/* custom-tarifs */

/* custom-testimonials */
.loftyworks__testimonials {
  padding: 100px 0;
  background-color: rgba(250, 250, 255, 1);
}
.testimonials__title {
  font-size: 2.125rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.23529;
  color: var(--black_rock);
  margin-bottom: 1.25rem;
}
.testomonials__subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 640px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 1.875rem;
  color: var(--black_rock);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.testimonials__body {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.testimonial__body__item {
  max-width: calc(33.3333333333% - 1.25rem);
  width: 380px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: 0px 10px 20px 0px rgba(115, 128, 255, 0.1);
  border: 1px solid rgba(235, 236, 241, 1);
  padding: 2.5rem;
  border-radius: 61px;
}
.testimonial__body__item__content {
  color: rgba(32, 36, 55, 1);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}
.testimonial__body__item__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.125rem;
  margin: auto 0 0.625rem;
}
.testimonial__body__item__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.333333333;
  color: rgba(121, 126, 139, 1);
}
.testimonial__body__item__author__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonial__body__item__author__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial__body__item__author__name {
  max-width: calc(100% - 40px);
}
/* custom-testimonials */

/* modals */
.modal-window {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0.5s ease 0s, opacity 0.5s ease 0s;
}
.modal-window {
  opacity: 0;
  visibility: hidden;
}
.modal-window.visible {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.modal-window__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(32, 36, 55, 0.5);
}
.modal-window > *:not(.modal-window__overlay) {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  padding: 1.875rem;
  border-radius: 1.25rem;
}
.modal-window > .hidden {
  display: none;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .form-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.9375rem;
}
.wpcf7 .form-body .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.625rem;
}
.wpcf7 .form-body .form-row .item-md {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
.wpcf7 .form-body .form-row .item-lg {
  width: 100%;
}
/* talk to an expert */
.talk-to-an-expert-modal-body {
  width: 450px;
  max-width: 100%;
}
.talk-to-an-expert-modal-body .modal-top-line {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}
.talk-to-an-expert-modal-body .modal-top-line .modal-top-line__icon {
  display: inline-flex;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.talk-to-an-expert-modal-body .modal-top-line .modal-top-line__icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.talk-to-an-expert-modal-body .modal-top-line .modal-top-line__title {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black_rock);
  font-weight: 700;
  max-width: calc(100% - 2.5rem);
}
.talk-to-an-expert-modal-body input[type="submit"] {
  width: 100%;
  height: 2.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
/* talk to an expert */

/* region_picker */
#region_picker .sign-form {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 15px 35px;
}

#region_picker .sign-form .sign-form__title {
  color: #202437;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
#region_picker .sign-form .sign-form__subtitle {
  max-width: 360px;
  color: #515666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#region_picker .sign-form .sign-form-links {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#region_picker .sign-form .sign-form-links__link {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  width: 170px;
  height: 50px;
  border-radius: 4px;
  color: var(--green);
  background-color: var(--white);
  border: 1px solid var(--green);
  text-decoration: none;
}
#region_picker .sign-form .sign-form-links__link:hover {
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(115, 128, 255, 0.2);
}
#region_picker .sign-form .sign-form-links__link.active {
  color: var(--white);
  background-color: var(--green);
}
/* region_picker */

/* modals */
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .banner-large {
    padding-top: 10%;
  }
  .banner-large__title {
    font-size: 3rem;
  }
  .banner-lage__description {
    font-size: 1.25rem;
  }
  .text-with-image__content,
  .text-with_image__image {
    max-width: 48%;
  }
  .banner-simple__text-content__before-title {
    font-size: 1.5rem;
  }
  .banner-simple__text-content__title {
    font-size: 3.25rem;
  }
  .list-block__content__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  /* large_banner */
  .banner-large {
    padding-top: 60px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
  }
  .banner-large__content.left,
  .banner-large__content.center,
  .banner-large__content.right {
    padding: 0 1.25rem 0 1.875rem;
    margin: 0;
  }
  .banner-large__title {
    font-size: 2.25rem;
    line-height: 1.27778;
  }
  .banner-lage__description {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  /* large_banner */

  /* repeater-text-with-images */
  .text-with-image__wrapper {
    padding: 50px 30px;
    gap: 30px;
    justify-content: center;
  }
  .text-with-image__title {
    line-height: 1.23529;
    margin-bottom: 1.25rem;
  }
  .text-with-image__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    gap: 24px;
    margin-bottom: 1.875rem;
  }
  .text-with_image__image {
    padding: 0;
  }
  /* repeater-text-with-images */

  .text-only-section {
    margin: 3.125rem 0 2.5rem;
  }
  /* repeater-text-with-videos */
  .repeater-text-with-videos {
    margin: 2.5rem 0 3.125rem;
  }
  .repeater-text-with-videos__item__video {
    max-width: 100%;
  }
  /* repeater-text-with-videos */

  /*  */
  .table-about-packages {
    margin: 0;
    top: 0;
  }
  .table-about-packages__table__title {
    padding: 0 0.625rem;
    line-height: 1.55556;
  }
  .table-about-packgaes__table__row {
    font-size: 0.875rem;
    line-height: 1.42857;
  }
  .table-about-packgaes__table__row.table__head {
    font-size: 0.9375rem;
  }
  .table-about-packgaes__table__column {
    width: 22.083333333333%;
    padding: 10px 13px 10px 10px;
  }
  .table__head .table-about-packgaes__table__column {
    padding: 13px 12px 9px 12px;
  }
  .table-about-packgaes__table__column.features {
    width: 33.75%;
  }
  .table-about-packgaes__table__column.features {
    padding-left: 10px;
    padding-right: 13px;
  }
  /*  */

  /* custom-tarifs */
  .loftyworks__tarifs {
    padding: 50px 0;
  }
  .loftyworks__tarifs__wrapper {
    width: 560px;
  }
  .loftyworks__tarifs__wrapper .tarifs__title {
    text-align: left;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
  .loftyworks__tarifs__wrapper .tarifs__description {
    text-align: left;
    padding: 0 30px;
    margin: 0 0 25px;
  }
  .tarifs__body {
    gap: 1.25rem;
    justify-content: center;
  }
  .tarif__body__item {
    width: 100%;
    max-width: 100%;
    padding: 30px 25px 30px 30px;
  }
  .tarif__body__item:not(.popular) {
    margin-top: 0;
  }
  .tarif__body__item__title {
    text-align: left;
  }
  .tarif__body__item__subtitle {
    font-size: 0.9375rem;
    text-align-last: left;
    line-height: 2;
  }
  .tarif__body__item__description {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.71429;
  }
  .tarif__body__item__advantages {
    font-size: 0.875rem;
    line-height: 1.71429;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
  /* custom-tarifs */

  /* custom-testimonials */
  .loftyworks__testimonials {
    padding: 50px 0;
  }
  .testimonials__wrapper {
    width: 560px;
  }
  .testimonials__title {
    text-align: left;
    font-weight: 600;
  }
  .testomonials__subtitle {
    text-align: left;
    padding: 0 30px;
  }
  .testimonials__body {
    gap: 1.25rem;
  }
  .testimonial__body__item {
    width: 100%;
    max-width: 100%;
    min-height: 404px;
  }
  .testimonial__body__item__content {
    margin-bottom: 0.625rem;
  }
  /* custom-testimonials */
  /* modals */
  .modal-window > *:not(.modal-window__overlay) {
    margin: 0 1.875rem;
  }
  .wpcf7 .form-body .form-row {
    gap: 0.9375rem;
  }
  .wpcf7 .form-body .form-row .item-md {
    width: 100%;
    flex: 0 0 100%;
  }
  .modal-window {
    padding-top: 1.125rem;
  }
  /* modals */
  .banner-simple__content {
    padding-top: 2.5rem;
    padding-bottom: 2.875rem;
  }
  .banner-simple__text-content__before-title {
    font-size: 1.5rem;
    line-height: 1.91667;
  }
  .banner-simple__text-content__title {
    font-size: 2.25rem;
    line-height: 1.27778;
    margin-bottom: 1.25rem;
  }
  .list-block {
    padding: 3.125rem 0;
  }
  .listn-block__content__text,
  .list-block__content__image {
    width: 100%;
  }
  .listn-block__content__text {
    margin-bottom: 1.875rem;
  }
  .list-block__content__title {
    margin-bottom: 1.25rem;
  }
  .list-block__content__list-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.875rem;
  }
  .list-block__content__image {
    justify-content: center;
  }
  .repeater-short {
    padding: 3.125rem 0;
  }
  .repeater-short__title {
    text-align: left;
  }
  .repeater-short__content__row {
    padding: 0;
  }
  .repeater-short__content__row {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .repeater-short__content__item {
    width: 100%;
    padding: 0 1.875rem;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .repeater-short__content__item__body {
    padding-right: 2.5rem;
  }
  .repeater-short__content__row {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem 0;
  }
  .short-banner {
    padding: 3.125rem 0;
  }
  .short-banner__content__title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-large {
    aspect-ratio: 15 / 28;
    background-image: var(--sm-gradient), var(--bg-sm);
    max-height: 700px;
    width: 100%;
  }
  .banner-large__content.left,
  .banner-large__content.center,
  .banner-large__content.right {
    text-align: left;
  }
  .center .banner-lager__buttons {
    justify-content: flex-start;
  }
  .banner-large.no-mobile-img {
    background-image: linear-gradient(
      267deg,
      rgba(0, 71, 255, 0.4) -23.79%,
      rgba(55, 42, 245, 0.76) 16.38%,
      rgba(101, 18, 236, 0.85) 61.95%
    );
  }
  .modal-window > *:not(.modal-window__overlay) {
    margin: 0 1.875rem;
    max-height: 90vh;
    overflow: auto;
  }
  .wpcf7 .form-body .form-row {
    gap: 0.9375rem;
  }
  .wpcf7 .form-body .form-row .item-md {
    width: 100%;
    flex: 0 0 100%;
  }
  .modal-window {
    padding-top: 1.125rem;
  }
  .table-about-packages__table__description h1 {
    font-size: 2.25rem;
  }
  .table-about-packages__table__description h2 {
    font-size: 2rem;
  }
  .table-about-packages__table__description h3 {
    font-size: 1.75rem;
  }
  .table-about-packages__table__description h4 {
    font-size: 1.5rem;
  }
  .table-about-packages__table__description h5 {
    font-size: 1.25rem;
  }
  .table-about-packages__table__description h6 {
    font-size: 1.125rem;
  }
  .banner-simple__content__text,
  .banner-simple__content__image {
    width: 100%;
  }
  .banner-simple__content__text {
    margin-bottom: 2.5rem;
  }
  .banner-simple__content__image {
    justify-content: flex-start;
  }
  .banner-simple__image-content__image {
    width: 12.5rem;
  }
  .list-block__content__list {
    column-count: unset;
  }
  .short-banner {
    background: var(--bg-mob, none), var(--bg-color, #5d51e2);
    background-size: cover, cover;
    background-position: center, center;
  }
  .repeater-text-with-videos__row {
    grid-template-columns: 1fr;
  }
  .subscribe_form__wrapper {
    margin: 0 auto;
  }
  .banner-simple__image__custom-logo-left {
    display: none;
  }

  #signin-modal .sign-form {
    padding: 0;
  }
  #signin-modal .sign-form .sign-form-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  #signin-modal .sign-form .sign-form-links__link {
    width: 100%;
  }
}
