/*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var( --font-sans--font-variation-settings );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var( --font-mono--font-feature-settings );
    --default-mono-font-variation-settings: var( --font-mono--font-variation-settings );
  }
}
@layer base {
  *,::after,::before,::backdrop,::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,strong {
    font-weight: bolder;
  }
  code,kbd,samp,pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,ul,menu {
    list-style: none;
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle;
  }
  img,video {
    max-width: 100%;
    height: auto;
  }
  button,input,select,optgroup,textarea,::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
body {
  position: relative;
  direction: ltr;
  font-family: "Nunito",sans-serif;
}
body.rtl {
  direction: rtl;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2c1258;
  z-index: 1000;
  transform: translateX(-100%);
}
@media (min-width: 769px) {
  .navigation {
    display: none;
  }
}
.navigation__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.navigation__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.navigation__item {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
.navigation__item:hover {
  color: #f4ab00;
  transform: scale(1.03, 1.03);
}
.fade-enter {
  animation: fade-enter .5s ease-in-out forwards;
}
.fade-leave {
  animation: fade-leave .5s ease-in-out forwards;
}
@keyframes fade-enter {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-leave {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.overview {
  position: relative;
  background-color: #6425cb;
  padding-bottom: 40px;
}
.overview__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 2;
}
@media (max-width: 768px) {
  .overview__wave {
    display: none;
  }
}
.overview__widget {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  max-width: 75%;
  padding: 80px 70px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 9px 9px 35px 0 rgba(56,11,113,.1);
  transform: translate(-50%, 80%);
  z-index: 3;
}
@media (max-width: 768px) {
  .overview__widget {
    display: none;
  }
}
.overview .widget__intro {
  max-width: 50%;
  text-align: start;
}
.overview .widget__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 60px;
}
body.rtl .overview .widget__list {
  padding-left: 0;
  padding-right: 60px;
}
.overview .widget__item {
  display: flex;
  align-items: start;
  gap: 24px;
}
.overview .widget__item--title {
  font-size: 20px;
  font-weight: 500;
  color: #2c1258;
}
.overview .widget__item--description {
  font-size: 14px;
  color: #604b83;
}
.overview .widget__hint {
  margin-bottom: 12px;
  font-size: 20px;
  color: #f4ab00;
}
.overview .widget__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}
.overview .widget__description {
  font-size: 14px;
  color: #604b83;
}
.overview__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .overview__contacts {
    flex-direction: row-reverse;
  }
}
.overview__mail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.overview__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f4ab00;
}
.overview__email {
  color: #fff;
}
@media (min-width: 769px) {
  .overview .burger {
    display: none;
  }
}
.overview__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  margin-bottom: 75px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .overview__navigation {
    display: none;
  }
}
.overview__navigation #title {
  font-size: 32px;
  font-weight: bold;
}
.overview__navigation .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  list-style-type: none;
}
.overview__navigation .list__item {
  font-size: 18px;
  font-weight: 500;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}
.overview__navigation .list__item:hover {
  color: #6425cb;
  transform: scale(1.03, 1.03);
}
.overview__navigation .cta {
  padding: 11px 27px;
  background-color: #f4ab00;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.overview__navigation .cta:hover {
  background-color: #feba1b;
  transform: scale(1.05, 1.05);
}
.overview__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.overview__info>div {
  max-width: 48%;
}
@media (max-width: 768px) {
  .overview__info>div {
    max-width: 100%;
  }
}
.overview__info .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 35px;
}
@media (max-width: 768px) {
  .overview__info .text {
    text-align: center;
  }
}
.overview__info .image {
  display: flex;
  align-items: center;
}
.overview__info .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.overview__info .title__name {
  color: #ffc400;
}
@media (max-width: 768px) {
  .overview__info .title {
    font-size: 24px;
    line-height: 1;
  }
}
.overview__info .description {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .overview__info .description {
    font-size: 14px;
  }
}
.overview__info .cta {
  padding: 11px 27px;
  background-color: #f4ab00;
  border: none;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .overview__info .cta {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 24px;
  }
}
.overview__info .cta:hover {
  background-color: #feba1b;
  transform: scale(1.05, 1.05);
}
.advantagies {
  position: relative;
  padding-top: 450px;
}
@media (max-width: 768px) {
  .advantagies {
    padding-top: 20px;
  }
}
.advantagies__hint {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #f4ab00;
}
@media (max-width: 768px) {
  .advantagies__hint {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.advantagies__title {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
  color: #2c1258;
}
@media (max-width: 768px) {
  .advantagies__title {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
.advantagies__description {
  margin-bottom: 20px;
  font-size: 18px;
  color: #604b83;
}
@media (max-width: 768px) {
  .advantagies__description {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.advantagies__reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
.advantagies__reasons>img {
  width: 100%;
  max-width: 552px;
}
.advantagies__reasons>div {
  max-width: 48%;
}
@media (max-width: 768px) {
  .advantagies__reasons {
    flex-direction: column;
  }
  .advantagies__reasons>div {
    max-width: 100%;
  }
}
.advantagies__reasons--text {
  padding-left: 25px;
}
body.rtl .advantagies__reasons--text {
  padding-left: 0;
  padding-right: 25px;
}
.advantagies__pros {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
.advantagies__pros>img {
  width: 100%;
  max-width: 552px;
}
.advantagies__pros>div {
  max-width: 48%;
}
@media (max-width: 768px) {
  .advantagies__pros {
    flex-direction: column;
  }
  .advantagies__pros>div {
    max-width: 100%;
  }
}
.advantagies__pros--text {
  padding-right: 25px;
}
@media (max-width: 768px) {
  .advantagies__pros--text {
    padding-right: 0;
  }
}
body.rtl .advantagies__pros--text {
  padding-right: 0;
  padding-left: 25px;
}
.advantagies__cards {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .advantagies__cards {
    flex-direction: column;
    gap: 15px;
  }
}
.advantagies__card {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 50%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f6f1ff;
}
@media (max-width: 768px) {
  .advantagies__card {
    width: 100%;
  }
}
.advantagies__card--title {
  font-size: 28px;
  color: #2c1258;
}
.advantagies__card--subtitle {
  font-size: 14px;
  color: #2c1258;
}
.advantagies__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #604b83;
}
.advantagies__lists {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 24px;
}
@media (max-width: 768px) {
  .advantagies__lists {
    margin-top: 24px;
    flex-direction: column;
    gap: 0;
  }
}
.advantagies__item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  color: #2c1258;
}
.resourses {
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #6425cb;
  overflow: hidden;
}
@media (max-width: 768px) {
  .resourses {
    padding: 20px 0;
  }
}
.resourses__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .resourses__wave {
    display: none;
  }
}
.resourses__shadow {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,0,.5);
  filter: blur(150px);
  z-index: 5;
}
.resourses__shadow--top {
  top: 50%;
  right: 0;
  transform: translate(40%, -70%);
}
body.rtl .resourses__shadow--top {
  left: 0;
  top: 15%;
  right: unset;
  transform: translate(0, 0);
}
body.rtl .resourses__shadow--left {
  transform: translate(-20%, 50%);
}
.resourses__shadow--left {
  bottom: 0;
  left: 0;
  transform: translate(-90%, 0);
}
.resourses__shadow--bottom {
  bottom: 0;
  right: 0;
  transform: translate(70%, 85%);
}
.resourses__title {
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.resourses__subtitle {
  position: relative;
  margin-bottom: 16px;
  font-size: 30px;
  color: #fff;
  text-align: start;
  z-index: 6;
}
.resourses__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
}
@media (max-width: 768px) {
  .resourses__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resourses__item {
  position: relative;
  z-index: 6;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid rgba(56,11,113,.1019607843);
  box-shadow: 9px 9px 35px 0 rgba(96,75,131,.1);
  cursor: pointer;
}
.resourses__item>div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resourses__item--title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: start;
}
.resourses__item--title .bold {
  font-weight: 600;
}
.resourses__item--description {
  margin-bottom: 8px;
  font-size: 14px;
  color: #604b83;
  text-align: start;
}
.resourses__item--cta {
  width: 100%;
  display: block;
  padding: 8px;
  background-color: #f4ab00;
  border-radius: 32px;
  color: #fff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.resourses__bot {
  min-width: 226px;
  max-width: 340px;
  min-height: 160px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 6px;
  border: 3px solid #f4ab00;
  background-color: #fff;
  box-shadow: 9px 9px 35px 0 rgba(56,11,113,.1);
}
.resourses__bot--title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.resourses__bot--description {
  margin-bottom: 8px;
  font-size: 14px;
  color: #604b83;
  text-align: center;
}
.resourses__bot--cta {
  display: block;
  margin: 0 auto;
  padding: 8px;
  background-color: #f4ab00;
  border-radius: 32px;
  color: #fff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.resourses__bot--cta:hover {
  background-color: #feba1b;
  transform: scale(1.05, 1.05);
}
.reviews {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}
.reviews__title {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #2c1258;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews__title {
    font-size: 30px;
  }
}
.reviews__commos {
  margin-top: 46px;
  font-size: 136px;
  line-height: 90px;
  color: #f4ab00;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews__commos {
    font-size: 100px;
    line-height: 12px;
  }
}
.reviews__review {
  margin: 0 auto 24px;
  max-width: 706px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #604b83;
}
@media (max-width: 768px) {
  .reviews__review {
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews__author {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__name {
  margin-bottom: 6px;
  text-align: center;
  font-size: 24px;
  color: #604b83;
}
@media (max-width: 768px) {
  .reviews__name {
    font-size: 16px;
  }
}
.reviews__position {
  margin-bottom: 45px;
  text-align: center;
  font-size: 18px;
  color: #604b83;
}
@media (max-width: 768px) {
  .reviews__position {
    font-size: 14px;
  }
}
.pricing {
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
  background-color: #6425cb;
}
@media (max-width: 768px) {
  .pricing {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.pricing__title {
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.pricing__subtitle {
  margin-bottom: 60px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.pricing__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .pricing__cards {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
.pricing .card {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .pricing .card {
    padding: 12px 18px;
  }
}
.pricing .card__marker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background-color: #eb5757;
  border-radius: 0 15px 15px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pricing .card__marker {
    padding: 4px 8px;
    font-weight: 400;
    font-size: 10px;
  }
}
.pricing .card__title {
  font-size: 28px;
  font-weight: bold;
  color: #f4ab00;
  text-align: center;
}
.pricing .card__title--free {
  color: #604b83;
}
.pricing .card__price {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #5b25b3;
}
.pricing .card__price--sum {
  font-weight: bold;
  font-size: 50px;
}
.pricing .card__points {
  margin-bottom: 18px;
  text-align: center;
}
.pricing .card__point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #604b83;
}
@media (max-width: 768px) {
  .pricing .card__point {
    font-size: 12px;
  }
}
.pricing .card__cta {
  min-width: 160px;
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  background-color: #f4ab00;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.pricing .card__cta:hover {
  background-color: #feba1b;
  transform: scale(1.05, 1.05);
}
.contacts {
  position: relative;
  background-color: #fff;
}
.contacts__header {
  position: relative;
  padding: 100px 0;
  background-color: #2c1258;
  z-index: 1;
}
.contacts__title {
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contacts__subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.contacts__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 200px 0 100px;
}
@media (max-width: 768px) {
  .contacts__body {
    padding: 50px 0 20px;
  }
}
.contacts__links {
  position: absolute;
  top: 25%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  transform: translate(-50%, -30%);
  z-index: 3;
}
@media (max-width: 1030px) {
  .contacts__links {
    position: relative;
    left: 0;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    transform: translate(0, 0);
  }
}
.contacts__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  gap: 12px;
  padding: 40px 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.07);
}
@media (max-width: 768px) {
  .contacts__link {
    min-width: 100%;
  }
}
.contacts__link--name {
  font-size: 20px;
  font-weight: 500;
  color: #2c1258;
  text-align: center;
}
.contacts__link--description {
  font-size: 14px;
  color: #604b83;
  text-align: center;
}
@media (max-width: 650px) {
  .contacts__image {
    display: none;
  }
}
.contacts__form {
  max-width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts__form input,.contacts__form textarea {
  padding: 9px 18px;
  border: 1px solid rgba(44,18,88,.1);
  border-radius: 5px;
}
.contacts__form button {
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #f4ab00;
  border-radius: 32px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.contacts__form button:hover {
  background-color: #feba1b;
  transform: scale(1.05, 1.05);
}
@media (max-width: 650px) {
  .contacts__form {
    max-width: 100%;
  }
}
.contacts__form--title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: bold;
  color: #2c1258;
  text-align: center;
}
.contacts__form--subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  color: #604b83;
  text-align: center;
}
.contacts__form--body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 400px;
}
.disabled {
  pointer-events: none;
  opacity: .5;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
