@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  min-width: 375px;
  height: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Nunito", sans-serif;
  font-size: inherit;
}

button {
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.lock body {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 90.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  [class*=__container] {
    max-width: 76.25rem;
  }
}
@media screen and (max-width: 1250px) {
  [class*=__container] {
    max-width: 70.625rem;
  }
}
@media screen and (max-width: 1170px) {
  [class*=__container] {
    max-width: none !important;
    padding: 0 3.125rem;
  }
}
@media screen and (max-width: 620px) {
  [class*=__container] {
    padding: 0 1.25rem;
  }
}

.section-title {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 130%;
  color: #000;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 1170px) {
  .section-title {
    padding: 0;
  }
}
@media screen and (max-width: 620px) {
  .section-title {
    font-size: 24px;
  }
}

.button {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  text-align: center;
  background: #000;
  border-radius: 0.75rem;
  padding: 0 1.75rem;
  color: #fff;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 17.5rem;
  text-decoration: none;
  /* Легкі анімації */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity 180ms ease, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, -webkit-transform 180ms ease;
  transition: transform 180ms ease, opacity 180ms ease;
  transition: transform 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
  /* Для людей з reduced motion */
}
.button:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.button:active {
  opacity: 0.75;
  -webkit-transform: translateY(0) scale(0.98);
          transform: translateY(0) scale(0.98);
}
.button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.25);
}
@media (max-width: 620px) {
  .button {
    max-width: 242px;
    font-size: 18px;
    height: 48px;
    /* На мобайлі hover не потрібен */
  }
  .button:hover {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .button:active {
    opacity: 0.85;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@media (prefers-reduced-motion: reduce) {
  .button {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .button:hover, .button:active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.hero {
  border-radius: 0 0 15rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#da4577), color-stop(50%, #ed6d75), to(#ffc6b5));
  background: linear-gradient(180deg, #da4577 0%, #ed6d75 50%, #ffc6b5 100%);
  height: 90vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1170px) {
  .hero {
    height: 98vh;
  }
}
@media screen and (max-width: 620px) {
  .hero {
    border-radius: 0 0 100px 0;
  }
}
.hero__container {
  position: relative;
  z-index: 2;
  max-width: 81.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .hero__container {
    max-width: 67.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .hero__container {
    max-width: 61.875rem;
  }
}
@media screen and (max-width: 1170px) {
  .hero__container {
    padding-top: 9.8125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero__title {
  font-weight: 700;
  font-size: 3.625rem;
  line-height: 130%;
  max-width: 35rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 620px) {
  .hero__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.hero__text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.01em;
  max-width: 26.625rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 620px) {
  .hero__text {
    font-size: 18px;
  }
}
.hero__image {
  width: 38.875rem;
  height: 34.9375rem;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: calc((100vw - 78.75rem) / 2);
}
@media screen and (max-width: 1170px) {
  .hero__image {
    right: -10%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .hero__image {
    right: 0%;
    width: min(90vw, 600px);
  }
}
@media screen and (max-width: 620px) {
  .hero__image {
    bottom: -5%;
  }
}

.why-block {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 620px) {
  .why-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.why-block .why-list-item {
  border-radius: 3.75rem 1rem 0 1rem;
  padding: 2.625rem 4.375rem;
  background: -webkit-gradient(linear, right top, left top, from(#ffd7cb), color-stop(50%, #ffc1ad), to(#ffb49d));
  background: linear-gradient(270deg, #ffd7cb 0%, #ffc1ad 50%, #ffb49d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1170px) {
  .why-block .why-list-item {
    padding: 3.25rem 1.875rem;
    margin: 0 -1.875rem;
  }
}
@media screen and (max-width: 620px) {
  .why-block .why-list-item {
    border-radius: 40px 16px 0 16px;
    padding: 42px 20px 42px 10px;
    margin-left: -10px;
    margin-right: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.why-block .why-list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.why-block .why-list-item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-block .why-list-item__icons img {
  width: 4rem;
}
@media screen and (max-width: 620px) {
  .why-block .why-list-item__icons img {
    width: 48px;
    margin-bottom: 8px;
  }
}
.why-block .why-list-item__content {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  color: #232323;
}
@media screen and (max-width: 620px) {
  .why-block .why-list-item__content {
    font-size: 16px;
  }
}
.why-block .why-list-item__content strong {
  display: block;
  font-weight: 700;
  font-size: 2.125rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 620px) {
  .why-block .why-list-item__content strong {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.overview {
  padding-top: 4.75rem;
}
@media screen and (max-width: 620px) {
  .overview {
    padding-top: 60px;
  }
}
.overview-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}
@media screen and (max-width: 1170px) {
  .overview-blocks {
    grid-template-columns: 1fr;
  }
}
.overview-block {
  border-radius: 1rem 7.5rem 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyMCIgaGVpZ2h0PSI2MzQiIHZpZXdCb3g9IjAgMCAxMjIwIDYzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0XzgzMjYpIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8zNF84MzI2KSI+CjxjaXJjbGUgY3g9Ijk4IiBjeT0iLTEyMiIgcj0iNDA4IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMzRfODMyNiIgeD0iLTYxMCIgeT0iLTgzMCIgd2lkdGg9IjE0MTYiIGhlaWdodD0iMTQxNiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zNF84MzI2Ii8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM0XzgzMjYiPgo8cGF0aCBkPSJNMCAxNkMwIDcuMTYzNDUgNy4xNjM0NCAwIDE2IDBIMTEwMEMxMTY2LjI3IDAgMTIyMCA1My43MjU4IDEyMjAgMTIwVjYzNEgwVjE2WiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  position: relative;
  padding: 4.5rem 4.375rem;
}
@media screen and (max-width: 1170px) {
  .overview-block {
    margin: 0 -1.875rem;
    padding: 4.5rem 1.875rem;
  }
}
@media screen and (max-width: 620px) {
  .overview-block {
    border-radius: 16px 100px 16px 0;
    padding: 58px 20px;
    margin-left: -20px;
    margin-right: -10px;
  }
}
.overview-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
}
.overview-block__list li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #232323;
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 620px) {
  .overview-block__list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  .overview-block__list li {
    padding-left: 0;
  }
}
.overview-block__list li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHJ4PSI3LjUiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yOTZfMjg2MSkiIC8+CiAgPHBhdGggZD0iTTE5LjE1NDQgMTEuOTIxOUMxNy4wNjEyIDEwLjYxMjYgMTEuOTk5MSAxMC43NTg5IDkuNTg4ODcgMTIuNTAzNUMxMS4wMTk5IDkuMjMyNCAxMy40NTc2IDYuOTc5IDE5LjUzMSA2Ljk3OUMyMy44OTM5IDYuOTc5MDEgMjYuMDgxOSA4LjQ3MzA4IDI3LjQwNSA5Ljc2MTk0QzI4Ljc4MDEgMTEuMTAxNSAzMC4wMDAzIDE0LjI1MSAzMC4wMDAzIDE3LjY4NjlWMzIuNDkzMkMyOS4wNzgzIDMyLjQ5MzIgMjguMDIxIDMyLjQyNzUgMjYuNjU4MiAzMS44MDM3QzI0LjY0OTcgMzAuODg0MiAyMy43NzcgMjkuOTY0OCAyMy4wNzIyIDI4Ljg1MDdDMjIuMzY3NCAyNy43MzY1IDIxLjY1MDMgMjUuNjExOCAyMS42NTAzIDIyLjcwNzdDMjEuNjc0MyAyMC44MDExIDIxLjcwNzcgMTkuMzQwOCAyMS42NTAzIDE3LjY4NjlDMjEuNTc4NiAxNS42MTk1IDIxLjc3OTggMTMuNTY0MyAxOS4xNTQ0IDExLjkyMTlaIiBmaWxsPSJ3aGl0ZSIgLz4KICA8cGF0aCBkPSJNMTQuMzczMSAxMi43NDg0QzEzLjI0NjMgMTIuNzQ4NCAxMC40NTk5IDEyLjg5MiA5LjcwNzM4IDE1LjU0OEM5LjM5NTE3IDE2LjY0OTkgOS4zNzUgMTguNDE5MyA5LjM3NSAyMC45MzE4VjI4LjcwMDdDMTAuNzYwOSAyOC43MDA3IDEzLjc1MDUgMjguOTcwNiAxNi4wNDA1IDI3LjYxMTlDMTcuMTc3OSAyNi45MzcxIDE3LjQzMTcgMjUuNTUyMiAxNy41MzM3IDI0LjE2MlYyMC41MDFWMTcuNjI5NEMxNy41MzM3IDE0LjYyMTEgMjEuMjIxMSAxMi43NDg0IDE0LjM3MzEgMTIuNzQ4NFoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNCIgLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yOTZfMjg2MSIgeDE9IjQuMjIxODVlLTA4IiB5MT0iMjAuMDM1MiIgeDI9IjQwIiB5Mj0iMjAuMDM1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkY5REI2IiAvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkMzRDIiIC8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+");
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 620px) {
  .overview-block__list li::before {
    position: static;
    margin-bottom: 16px;
  }
}
.overview-block__list li strong {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 620px) {
  .overview-block__list li strong {
    font-size: 20px;
  }
}
.overview-block__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 130%;
  margin-bottom: 1.625rem;
  padding-left: 4rem;
}
@media screen and (max-width: 620px) {
  .overview-block__title {
    padding-left: 0;
    font-size: 24px;
  }
}

.bottom-section {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3MCIgaGVpZ2h0PSI2MzQiIHZpZXdCb3g9IjAgMCAxMTcwIDYzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0XzkzMDMpIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8zNF85MzAzKSI+CjxjaXJjbGUgY3g9IjE1MyIgY3k9Ii0xNDQiIHI9IjQwOCIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzM0XzkzMDMiIHg9Ii01NTUiIHk9Ii04NTIiIHdpZHRoPSIxNDE2IiBoZWlnaHQ9IjE0MTYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTUwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMzRfOTMwMyIvPgo8L2ZpbHRlcj4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zNF85MzAzIj4KPHJlY3Qgd2lkdGg9IjExNzAiIGhlaWdodD0iNjM0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-color: #ff90ac;
  background-size: cover;
  border-radius: 1rem 5.625rem 0 0;
  padding: 4.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  .bottom-section {
    border-radius: 16px 100px 0 0;
    padding: 70px 0;
  }
}
.bottom-section .contact-form {
  margin-right: 4.375rem;
}
@media screen and (max-width: 1170px) {
  .bottom-section .contact-form {
    margin-right: 0;
  }
}
.bottom-section__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media screen and (max-width: 1170px) {
  .bottom-section__container {
    grid-template-columns: 1fr;
  }
}
.bottom-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1170px) {
  .bottom-section__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
  }
}
.bottom-section__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 130%;
  max-width: 30.625rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 620px) {
  .bottom-section__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.bottom-section__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 2rem;
  max-width: 23.625rem;
}
@media screen and (max-width: 1170px) {
  .bottom-section__text {
    max-width: none;
  }
}
@media screen and (max-width: 620px) {
  .bottom-section__text {
    font-size: 16px;
  }
}

.footer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYzMiIgaGVpZ2h0PSIzNzciIHZpZXdCb3g9IjAgMCAxNjMyIDM3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0XzgyMjIpIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8zNF84MjIyKSI+CjxlbGxpcHNlIGN4PSIxNDkxIiBjeT0iLTM1MS41IiByeD0iNDA4IiByeT0iNDA4LjUiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8zNF84MjIyIiB4PSI3ODMiIHk9Ii0xMDYwIiB3aWR0aD0iMTQxNiIgaGVpZ2h0PSIxNDE3IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjE1MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzM0XzgyMjIiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzRfODIyMiI+CjxyZWN0IHdpZHRoPSIxNjMyIiBoZWlnaHQ9IjM3NyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #181818;
  color: #fff;
  padding: 3.75rem 0;
}
@media screen and (max-width: 620px) {
  .footer {
    background-position: top right 30%;
    background-size: auto 100%;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  max-width: 81.375rem;
}
@media screen and (max-width: 1440px) {
  .footer__container {
    max-width: 67.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .footer__container {
    max-width: 61.875rem;
  }
}
.footer-nav {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1170px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 620px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    font-size: 18px;
  }
}
.footer-nav--last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1170px) {
  .footer-nav--last {
    grid-template-columns: 1fr;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-copyright {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 620px) {
  .footer-copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.15s ease;
  transition: text-decoration-color 0.15s ease;
}

a:hover {
  text-decoration-color: currentColor;
}

a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.contact-form__error {
  margin-top: 6px;
  font-size: 12px;
  color: #d00000;
}

.contact-form__input--error {
  border-color: #d00000;
}

.contact-form {
  background: -webkit-gradient(linear, left top, right top, from(#ff9db6), to(#ffc3d2));
  background: linear-gradient(90deg, #ff9db6 0%, #ffc3d2 100%);
  border-radius: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 620px) {
  .contact-form {
    border-radius: 40px;
    padding: 40px 20px;
  }
}
.contact-form__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 130%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 620px) {
  .contact-form__title {
    font-size: 24px;
  }
}
.contact-form__form {
  width: 100%;
}
.contact-form__field {
  width: 100%;
}
.contact-form__field:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact-form__input {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  border: 1px solid #232323;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  color: #000;
}
@media screen and (max-width: 620px) {
  .contact-form__input {
    font-size: 14px;
  }
}
.contact-form__input::-webkit-input-placeholder {
  color: #232323;
}
.contact-form__input::-moz-placeholder {
  color: #232323;
}
.contact-form__input:-ms-input-placeholder {
  color: #232323;
}
.contact-form__input::-ms-input-placeholder {
  color: #232323;
}
.contact-form__input::placeholder {
  color: #232323;
}
.contact-form__submit {
  width: 100%;
  max-width: 16.6875rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 620px) {
  .contact-form__submit {
    max-width: 240px;
    margin-top: 24px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 0;
  z-index: 10000;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 81.375rem;
}
@media screen and (max-width: 1440px) {
  .header__container {
    max-width: 67.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .header__container {
    max-width: 61.875rem;
  }
}
.header-logo {
  width: 9.5rem;
}
.header-logo img {
  width: 100%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110%;
  color: #fff;
  gap: 2.25rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  padding: 40px 24px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
  overflow: hidden; /* важливо для ::before */
  background: #fff;
}

.mobile-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e84c7a), to(#f8b4a1));
  background: linear-gradient(180deg, #e84c7a, #f8b4a1);
  z-index: -1;
  height: 97vh;
  border-radius: 0 0 0 90px;
}

.mobile-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu__close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.mobile-menu__nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 36.625rem;
  height: 39.3125rem;
}
@media screen and (max-width: 960px) {
  .mobile-menu__nav {
    max-width: none;
    padding: 0 2.0625rem;
  }
}
@media screen and (max-width: 620px) {
  .mobile-menu__nav {
    padding: 0;
    font-size: 22px;
    gap: 32px;
  }
}

.mobile-menu__nav a {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 620px) {
  .mobile-menu__nav a {
    font-size: 22px;
  }
}

.mobile-menu__lang {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  background: #fff;
  text-align: center;
}

.header-burger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1100;
}

/* обидві іконки поверх одна одної */
.burger-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 32px; /* підженеш під свій макет */
  height: 32px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 0;
}

/* початково показуємо бургер */
.burger-icon--close {
  opacity: 0;
  pointer-events: none;
}

/* ===== OPEN STATE ===== */
.header-burger.is-active .burger-icon--open {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
}

.header-burger.is-active .burger-icon--close {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

/* ===== ADAPTATION FROM 1170px ===== */
@media (max-width: 1170px) {
  .header-nav {
    display: none;
  }
  .header-burger {
    display: block;
  }
}