@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Play";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/play-v19-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/play-v19-cyrillic_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v47-cyrillic_latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-cyrillic_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v51-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-brand-ligt: #2b7fff;
  --color-brand-dark: #011c44;
  --color-brand-white: #ffffff;
  --color-brand-gray: #747272;
  --color-brand-light-gray: #d9d9d9;
  --color-brand-blue: #a8c6f5;
  --color-brand-dark-gray: #4a4a4a;
}

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

body {
  background-image: url("../Images/wave-mob.png");
  background-repeat: no-repeat;
  background-position: center 665px;
  background-color: var(--color-brand-white);
  background-size: contain;
  margin: 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
}
@media screen and (min-width: 1280px) {
  body {
    background-image: url("../Images/wave.png");
    background-position: center 1320px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 57px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  img {
    width: 74px;
    height: 42px;
  }
}

a {
  display: inline-block;
}

.section {
  padding: 48px 0;
}

.container {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 24px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.button {
  padding: 16px 32px;
  color: var(--color-brand-white);
  background: var(--color-brand-ligt);
  border: 2px solid var(--color-brand-ligt);
  border-radius: 32px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Roboto";
  width: 223px;
  height: 57px;
  font-size: 18px;
}

.button:hover {
  color: #000000;
  background-color: transparent;
  border: 2px solid var(--color-brand-ligt);
}

.header__link {
  color: var(--color-brand-dark);
  font-weight: 700;
  line-height: 1.16;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.social {
  color: var(--color-brand-dark);
}

.header__link:hover {
  color: var(--color-brand-ligt);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.25);
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__social {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__icon {
  fill: var(--color-brand-dark);
}
.header__beauty {
  background-color: transparent;
  border: none;
  fill: var(--color-brand-white);
  width: 24px;
  height: 24px;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .header__beauty {
    display: none;
  }
}

.hero-section {
  background-image: url("../Images/hero-section-background-group-wave-mob.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .hero-section {
    padding: 123px 0 127px 0;
    background-image: url("../Images/hero-section-background-group-wave.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 688px;
  }
}
.hero-section__container {
  padding: 71px 0 56px 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero-section__container {
    width: 529px;
    height: 408px;
    padding: 0 0 0 105px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-section__secondary__title {
  color: var(--color-brand-dark);
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  width: 133px;
}
@media screen and (min-width: 1280px) {
  .hero-section__secondary__title {
    line-height: 1.16;
    margin-bottom: 0;
  }
}
.hero-section__title {
  color: var(--color-brand-ligt);
  font-family: "Play";
  font-size: 54px;
  font-weight: 700;
  line-height: 0.85;
  margin-bottom: 32px;
  text-align: center;
  width: 330px;
  height: 46px;
}
@media screen and (min-width: 1280px) {
  .hero-section__title {
    margin: 16px 0px 40px 0px;
    width: 529px;
    height: 228px;
    font-size: 140px;
    line-height: 0.81;
    text-align: left;
  }
}
.hero-section__ultimate__title {
  color: var(--color-brand-dark-gray);
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  width: 186px;
  height: 36px;
  font-size: 11px;
  line-height: 1.63;
}
@media screen and (min-width: 1280px) {
  .hero-section__ultimate__title {
    padding-top: 14px;
    width: 238px;
    height: 36px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.about-section {
  padding-bottom: 0;
  height: 347px;
}
@media screen and (min-width: 1280px) {
  .about-section {
    padding-bottom: 128px;
    height: 100%;
  }
}
.about-section__list {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .about-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.about-section__item {
  max-width: 709px;
  max-height: 456px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .about-section__item {
    margin: 0;
  }
}
.about-section__title {
  width: 264px;
  height: 76px;
  color: var(--color-brand-ligt);
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .about-section__title {
    width: 529px;
    height: 148px;
    margin: 40px 0 40px 0;
    font-family: "Play";
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
  }
}
.about-section__title--accent {
  color: var(--color-brand-dark);
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .about-section__title--accent {
    font-weight: 700;
  }
}
.about-section__title__beauty {
  margin-bottom: 16px;
  width: 320px;
  height: 63px;
  color: var(--color-brand-dark);
  font-size: 18px;
  line-height: 1.16;
}
@media screen and (min-width: 1280px) {
  .about-section__title__beauty {
    font-size: 22px;
    line-height: 1.7;
    width: 709px;
    height: 76px;
    margin-bottom: 40px;
  }
}
.about-section__title__beauty:last-child {
  margin-bottom: 0;
  height: 168px;
}
@media screen and (min-width: 1280px) {
  .about-section__title__beauty:last-child {
    margin-bottom: 199px;
    height: 152px;
  }
}
.about-section__title__beauty--bold {
  font-weight: bold;
}
.about-section__title__beauty--capitalize {
  text-transform: capitalize;
}
.about-section__woman__face {
  display: grid;
  gap: 40px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .about-section__woman__face {
    display: grid;
  }
}
.about-section {
  /* обгортка яка містить зображення облич та зірки, позиціонованим батьківським об'єктом */
}
.about-section__list li:nth-child(2) > div {
  position: relative;
}
.about-section__face__before {
  -webkit-box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.2);
          box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.2);
  background-color: #d9d9d9;
  margin-right: 168px;
  border-radius: 50%;
  max-width: none;
  width: 327px;
  height: auto;
}
.about-section__face__after {
  -webkit-box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.2);
          box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.2);
  background-color: #d9d9d9;
  margin-left: 164px;
  border-radius: 50%;
  max-width: none;
  width: 327px;
  height: auto;
}
.about-section {
  /* спільна анімація для всіх трьох декоративних зірок */
}
@-webkit-keyframes star-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes star-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.about-section__star__1 {
  fill: var(--color-brand-dark);
  position: absolute;
  top: 8px;
  left: calc(50% + 128px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  -webkit-animation: star-blink 2.5s infinite ease-in-out alternate;
          animation: star-blink 2.5s infinite ease-in-out alternate;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .about-section__star__1 {
    fill: var(--color-brand-dark);
    position: absolute;
    top: 54%;
    left: 32%;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: star-blink 2.5s infinite ease-in-out alternate;
            animation: star-blink 2.5s infinite ease-in-out alternate;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about-section__star__2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .about-section__star__2 {
    fill: var(--color-brand-ligt);
    position: absolute;
    top: 8%;
    left: 99%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: star-blink 1.8s infinite ease-in-out alternate;
            animation: star-blink 1.8s infinite ease-in-out alternate;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about-section__star__3 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .about-section__star__3 {
    fill: var(--color-brand-gray);
    position: absolute;
    top: 39%;
    left: 96%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: star-blink 2.1s infinite ease-in-out alternate;
            animation: star-blink 2.1s infinite ease-in-out alternate;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.why-section {
  padding: 104px 0 40px 0;
}
@media screen and (min-width: 1280px) {
  .why-section {
    padding: 48px 0 48px 0;
  }
}
.why-section__title {
  text-align: center;
  width: 210px;
  height: 76px;
  margin: 0 auto 24px;
  color: var(--color-brand-ligt);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.18;
}
@media screen and (min-width: 1280px) {
  .why-section__title {
    width: 432px;
    height: 148px;
    margin: 0 auto 48px;
    font-family: "Play";
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
  }
}
.why-section__title--accent {
  color: var(--color-brand-dark);
}
.why-section__title__cards__list {
  width: 316px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .why-section__title__cards__list {
    width: 1060px;
    height: 181px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-section__title__card {
  -webkit-box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.38);
          box-shadow: 0px 4px 4px rgba(168, 198, 245, 0.38);
  background-color: var(--color-brand-white);
  padding: 24px 32px;
  border: 1px solid lightgray; /* remowe*/
  border-radius: 32px;
  max-width: 316px;
}
.why-section__icon {
  fill: var(--color-brand-ligt);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.why-section__title__text {
  color: #000000;
  line-height: 1.3;
  text-align: center;
  width: 252px;
  height: 72px;
}

.treatment-section {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 1280px) {
  .treatment-section {
    padding: 48px 0 48px 0;
  }
}
.treatment-section__title {
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-brand-ligt);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.15;
}
@media screen and (min-width: 1280px) {
  .treatment-section__title {
    margin-bottom: 48px;
    font-family: "Play";
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
  }
}
.treatment-section__title--accent {
  color: var(--color-brand-dark);
}
.treatment-section__slider {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.treatment-section__container {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .treatment-section__container {
    margin: 0 auto;
    max-width: 1216px;
  }
}
.treatment-section__button {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--color-brand-white);
  border: 1px solid var(--color-brand-dark);
  cursor: pointer;
}
.treatment-section__button:hover {
  background-color: var(--color-brand-ligt);
  border: 1px solid var(--color-brand-white);
}
.treatment-section__button--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.treatment-section__button:hover {
  fill: var(--color-brand-white);
}
.treatment-section__button__btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .treatment-section__button__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.treatment-section__list {
  margin-bottom: 32px;
}
.treatment-section__pict {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.treatment-section__pict:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.treatment-section__pict__container {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 320px;
  height: 416px;
  padding: 37px;
  background-image: linear-gradient(180.05deg, rgba(1, 28, 68, 0) 48.53%, rgba(1, 28, 68, 0.725825) 84.61%, var(--color-brand-dark) 101.39%);
  border-top-right-radius: 120px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 1280px) {
  .treatment-section__pict__container {
    width: 344px;
    height: 456px;
  }
}
.treatment-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 120px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 4px;
}
.treatment-section__right {
  color: var(--color-brand-white);
  font-size: 22px;
  line-height: 1.18;
  width: 152px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
}

.contacts-section {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .contacts-section {
    padding: 48px 0 48px 0;
  }
}
.contacts-section__title {
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-brand-ligt);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.15;
}
@media screen and (min-width: 1280px) {
  .contacts-section__title {
    margin-bottom: 48px;
    font-family: "Play";
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
  }
}
.contacts-section__title--accent {
  color: var(--color-brand-dark);
}
.contacts-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .contacts-section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    width: 1059px;
    margin: 0 auto;
  }
}
.contacts-section__map {
  width: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 232px;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (min-width: 1280px) {
  .contacts-section__map {
    width: 605px;
    height: 481px;
    border-radius: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.contacts-section__form {
  background-image: url("/Images/contact-background.png");
  background-color: var(--color-brand-dark);
  border-radius: 24px;
  width: 320px;
  height: 434px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .contacts-section__form {
    border-radius: 32px;
    width: 422px;
    height: 482px;
  }
}
.contacts-section__sign {
  color: var(--color-brand-white);
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  width: 276px;
  margin: 0 auto;
  padding: 42px 0 24px 0;
}
.contacts-section__sign--highlight {
  color: var(--color-brand-ligt);
}
@media screen and (min-width: 1280px) {
  .contacts-section__sign {
    padding: 48px 0 32px 0;
  }
}
.contacts-section__field {
  margin-bottom: 16px;
  font-size: 13px;
}

.section-title-contacts-title {
  color: var(--color-brand-white);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
}

.section-title-contacts-title .accent {
  color: var(--color-brand-ligt);
}

.footer {
  padding: 56px 0;
  position: relative;
  background-image: url("../Images/footer-background.png");
  background-color: var(--color-brand-dark);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .footer {
    margin-top: 48px;
  }
}
.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;
}
@media screen and (min-width: 1280px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__nav, .footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .footer__nav, .footer__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
    gap: 20px;
  }
}
.footer__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 42px;
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    padding-bottom: 0;
  }
}
.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__address-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: contents;
}
.footer__address-list > div:nth-child(1) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.footer__address-list > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__address-list > div:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer__address-list > div:last-child {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 1280px) {
  .footer__address-list {
    display: block;
  }
}
.footer__address-info {
  display: contents;
}
.footer__address-info > div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.footer__address-info > p {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (min-width: 1280px) {
  .footer__address-info {
    display: block;
  }
}
.footer__link {
  color: var(--color-brand-white);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .footer__link {
    font-size: 16px;
    line-height: 1;
  }
}
.footer__address-link {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__address-link {
    color: var(--color-brand-white);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    font-style: normal;
    padding-bottom: 16px;
    display: block;
  }
}
.footer__address-social-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  line-height: 0;
}
@media screen and (min-width: 1280px) {
  .footer__address-social-line {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 28px;
  }
}
.footer__address-social {
  fill: var(--color-brand-white);
  width: 32px;
  height: 32px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .footer__address-social {
    width: 42px;
    height: 42px;
    padding-bottom: 0;
  }
}
.footer__address-link-confi {
  color: var(--color-brand-white);
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .footer__address-link-confi {
    font-size: 16px;
    line-height: 1;
  }
}
.footer__address-copyright {
  color: #747272;
  font-size: 12px;
  line-height: 1, 5;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .footer__address-copyright {
    font-size: 13px;
    line-height: 1;
  }
}
.footer::after {
  content: "";
  position: absolute;
  background-image: url("../Images/decor-bottles.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 247px;
  height: 152px;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer::after {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: var(--color-brand-white);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: none;
}
.mobile-menu .menu-btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu .menu-btn-close svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: var(--color-brand-dark);
}
.mobile-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu__btn-close {
  position: absolute;
  top: 16px;
}
.mobile-menu__backdrop {
  width: 360px;
  height: 640px;
  background-color: var(--color-brand-white);
  padding: 16px 20px 0 20px;
}
.mobile-menu__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: 12px;
  padding-top: 32px;
}
.mobile-menu__link {
  text-decoration: none;
  color: var(--color-brand-dark);
  font-size: 14px;
  line-height: 1;
  font-style: normal;
}
.mobile-menu__link:hover {
  color: var(--color-brand-light);
}
.mobile-menu__address-social-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 19px;
  padding-top: 16px;
}
.mobile-menu__address-social {
  fill: var(--color-brand-dark);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 28, 68, 0.725825);
  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;
  padding: 20px 0;
  z-index: 99;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal {
  position: relative;
  width: 100%;
  max-width: 332px;
  height: 100%;
  max-height: 606px;
  background-image: url("/Images/modal-background.png");
  background-color: var(--color-brand-dark);
  border-radius: 48px;
  padding: 42px 20px 0 20px;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .modal {
    max-width: 723px;
    max-height: 681px;
    padding: 42px 144px 0 144px;
  }
}
.modal__btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .modal__btn-close {
    top: 42px;
    right: 42px;
  }
}
.modal__btn-close svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: var(--color-brand-white);
}
@media screen and (min-width: 1280px) {
  .modal__btn-close svg {
    width: 32px;
    height: 32px;
  }
}
.modal__request-call {
  color: var(--color-brand-white);
  font-weight: 600;
  font-size: 42px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .modal__request-call {
    font-family: "Play";
    font-weight: 700;
    font-size: 64px;
    width: 435px;
    height: 148px;
  }
}
.modal__sign-up {
  color: var(--color-brand-white);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
  width: 276px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.modal__sign-up.highlight {
  color: var(--color-brand-ligt);
}

.form-field {
  margin-bottom: 24px;
  font-size: 13px;
}

.form-label {
  display: block;
}

.form-input {
  padding: 18px 32.85px;
  width: 241px;
  height: 46px;
  margin: 0 auto;
  display: block;
  font-size: 13px;
  border: 1.5px solid var(--color-brand-gray);
  border-radius: 24px;
  background-color: var(--color-brand-dark);
  color: var(--color-brand-white);
}
@media screen and (min-width: 1280px) {
  .form-input {
    width: 310px;
    height: 52px;
    border: 2px solid var(--color-brand-gray);
    border-radius: 32px;
  }
}

.form-input:focus {
  background-color: var(--color-brand-gray);
  border: var(--color-brand-gray);
  outline: none;
}

.form-input::-webkit-input-placeholder {
  color: var(--color-brand-white);
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.form-input::-moz-placeholder {
  color: var(--color-brand-white);
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.form-input:-ms-input-placeholder {
  color: var(--color-brand-white);
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.form-input::-ms-input-placeholder {
  color: var(--color-brand-white);
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.form-input::placeholder {
  color: var(--color-brand-white);
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

.button-form {
  padding: 16px 32px;
  color: var(--color-brand-white);
  background: var(--color-brand-ligt);
  border: 2px solid var(--color-brand-ligt);
  cursor: pointer;
  font-weight: 600;
  font-family: "Roboto";
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 auto 8px;
  text-align: center;
  width: 241px;
  height: 44px;
  border-radius: 24px;
}
@media screen and (min-width: 1280px) {
  .button-form {
    width: 281px;
    height: 53px;
    border-radius: 32px;
    font-size: 18px;
  }
}
.button-form:hover {
  color: #000000;
  background-color: transparent;
  border: 2px solid var(--color-brand-ligt);
}

.form-terms {
  color: var(--color-brand-gray);
  font-size: 12px;
  width: 213px;
  height: 36px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.form-terms__link {
  color: var(--color-brand-gray);
  text-underline-offset: 1px;
}

.pagination {
  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;
  gap: 24px;
}
.pagination__button {
  width: 11px;
  height: 11px;
  padding: 0;
  background-color: var(--color-brand-gray);
  border-radius: 50%;
}
.pagination__button--active {
  background-color: var(--color-brand-ligt);
}/*# sourceMappingURL=main.css.map */