*,
ol,
ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu a,
a {
  text-decoration: none;
}
.conclusion-contacts a:hover,
.dropdown-menu a:hover,
.footer nav a:hover,
.footer ul a:hover,
.header__bottom__rigth-link:hover,
.header__top-info a:hover {
  opacity: 0.7;
}
.dropdown-label,
.evening,
.guests,
.header,
.header__top,
.morning,
.night,
.slogan,
.welcome,
.what {
  width: 100%;
}
.conclusion .purple,
.conclusion-quote span,
.guests__info p span,
.what__info-text span {
  color: #530962;
}
.conclusion h2,
.how__info h2,
.welcome__title {
  text-transform: uppercase;
}
@font-face {
  font-family: Bicubik;
  src: url("./fonts/bicubik.woff2") format("woff2"),
    url("./fonts/bicubik.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Hanken Grotesk", sans-serif;
}
a {
  color: inherit;
}
ol,
ul {
  list-style: none;
}
.button-main {
  font-size: 16px;
  color: #fff;
  padding: 4px 20px;
  background-color: #a28388;
  border: 2px solid #530962;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.dropdown,
.dropdown-menu {
  border: 1px solid #530962;
}
.button-main:hover {
  transform: scale(1.01);
}
#for,
#how,
#how-we,
#what,
#why-we {
  scroll-margin-top: 80px;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}
.header {
  height: 100px;
  position: fixed;
  color: #fff;
}
.header__top {
  background-color: #530962;
}
.header__top .wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 5px 12px;
}
.header__top-info {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 14px;
}
.footer nav a,
.footer-links a,
.header__top-info a {
  transition: 0.3s;
}
.header__bottom {
  width: 100%;
  background-color: #a28388;
}
.header__bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}
.header__bottom__left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__bottom__left-name {
  font-family: Bicubik;
  font-weight: 400;
  font-size: 18px;
}
.dropdown {
  position: relative;
  font-size: 14px;
  border-radius: 15px;
  background-color: inherit;
  color: inherit;
  cursor: pointer;
}
.dropdown-label {
  padding: 4px 32px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #a28388;
  border-radius: 6px;
  margin-top: 5px;
  display: none;
  flex-direction: column;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu a {
  padding: 10px 12px;
  display: block;
  transition: 0.3s;
}
.dropdown.open .dropdown-menu {
  display: flex;
}
.header__bottom__rigth {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 645px) {
  .header__bottom__left {
    width: 100%;
    justify-content: space-between;
  }
  .header__bottom__rigth {
    width: 100%;
    justify-content: center;
  }
}
.header__bottom__rigth-link {
  font-size: 14px;
  padding: 4px 16px;
  border: 1px solid #530962;
  border-radius: 15px;
  transition: 0.3s;
}
.welcome {
  background: linear-gradient(to bottom, #e6deb2, #530962);
  padding-top: 100px;
}
.welcome .wrapper {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding: 56px 12px;
}
.welcome__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome__title-title {
  font-family: Bicubik;
  font-weight: 100;
  font-size: 40px;
}
.welcome__title-name {
  font-family: Bicubik;
  color: #fff;
  font-weight: 100;
  font-size: 56px;
}
.welcome-description {
  max-width: 600px;
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.5;
}
.guests__info p,
.morning__info p,
.what__info-text {
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 650px) {
  .welcome .wrapper {
    min-height: 100vh;
    gap: 32px;
    padding: 12px;
  }
  .welcome-description,
  .welcome__title {
    font-size: 24px;
  }
}
.what .wrapper {
  height: 768px;
  display: flex;
  justify-content: space-between;
}
.what__img {
  flex: 3;
  height: 100%;
}
.what__info {
  flex: 4;
  padding: 32px 48px;
}
.what__info-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px;
}
.what__info-text {
  font-size: 20px;
}
@media (max-width: 1111px) {
  .what__img {
    flex: 2;
    max-width: 500px;
  }
  .what__info {
    padding: 24px;
  }
  .what__info-title {
    font-size: 32px;
  }
  .what__info-text {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .what .wrapper {
    height: auto;
    align-items: center;
  }
  .what__img {
    max-width: 300px;
  }
  .what__info-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 733px) {
  .what .wrapper {
    height: auto;
    align-items: center;
  }
  .what__img {
    display: none;
  }
  .what__info-text {
    font-size: 18px;
  }
}
.slogan {
  height: 700px;
  background-image: url("./images/backgrounds/background-slogan.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #b7a0ba;
  font-size: 32px;
}
.slogan .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 938px) {
  .slogan {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .slogan {
    font-size: 20px;
  }
}
.morning {
  background: linear-gradient(to right, #530962, #e6deb2);
}
.features1 .wrapper,
.morning .wrapper,
.wireless .wrapper {
  height: 100%;
  display: flex;
}
.morning__info {
  padding: 32px 48px;
  flex: 3;
  color: #fff;
}
.morning__info h2 {
  text-align: left;
  font-size: 44px;
  margin-bottom: 32px;
}
.morning__info p {
  font-size: 20px;
}
.morning__image {
  max-width: 500px;
  flex: 1;
}
@media (max-width: 1152px) {
  .morning__info {
    padding: 24px;
  }
  .morning__info h2 {
    font-size: 32px;
  }
  .morning__info p {
    font-size: 18px;
  }
}
@media (max-width: 958px) {
  .morning__info {
    padding: 20px;
  }
  .morning__info h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .morning__info p {
    font-size: 16px;
  }
  .morning__image {
    max-width: 350px;
    height: auto;
  }
}
@media (max-width: 814px) {
  .morning__info {
    padding: 20px;
  }
  .morning__info h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .morning__info p {
    font-size: 16px;
  }
  .morning__image {
    display: none;
  }
}
.guests,
.night {
  height: 700px;
  background-color: #fff;
}
.features1,
.features2 {
  background-color: #481651;
}
.guests .wrapper,
.night .wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
}
.guests__info {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: #000;
}
.guests__info h2 {
  text-align: left;
  font-size: 48px;
  margin-bottom: 32px;
}
.guests__info p {
  max-width: 600px;
  font-size: 24px;
}
.features2__image,
.guests__image,
.night__image,
.wired__image,
.wireless__image {
  flex: 1;
}
@media (max-width: 990px) {
  .guests {
    height: auto;
    gap: 0;
  }
  .guests__info {
    padding: 24px;
  }
  .guests__info p {
    font-size: 20px;
  }
  .guests__image {
    max-width: 350px;
  }
}
@media (max-width: 810px) {
  .guests__info {
    padding: 16px;
    gap: 12px;
  }
  .guests__info h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .guests__info p {
    font-size: 18px;
  }
}
@media (max-width: 754px) {
  .guests__image {
    display: none;
  }
}
.evening {
  height: 700px;
  background-image: url("./images/backgrounds/background-evening.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.for,
.how {
  background-image: url("./images/backgrounds/background-how.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.evening .wrapper {
  color: #bb9dbf;
  height: 100%;
}
.evening__info {
  max-width: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}
.evening__info h2 {
  text-align: left;
  font-size: 52px;
}
.evening__info p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
}
.night__info {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  color: #000;
}
.night__info h2 {
  text-align: left;
  font-size: 48px;
}
.night__info p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.night__info button {
  align-self: center;
}
@media (max-width: 1148px) {
  .night__image {
    max-width: 500px;
  }
}
@media (max-width: 1033px) {
  .night__info {
    gap: 24px;
  }
  .night__info h2 {
    font-size: 32px;
  }
  .night__info p {
    font-size: 20px;
  }
}
.how {
  height: 700px;
}
.how .wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.how__info {
  max-width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  color: #fff;
}
.how__info h2 {
  text-align: left;
  font-size: 48px;
}
.how__info div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 690px) {
  .how {
    height: auto;
  }
  .how .wrapper {
    padding: 40px 24px;
  }
  .how__info h2 {
    font-size: 40px;
  }
  .how__info div {
    font-size: 20px;
  }
}
.features1__content,
.features2 .wrapper {
  display: flex;
  padding: 20px 40px;
  gap: 48px;
  color: #fff;
}
.features1 {
  min-height: 700px;
}
.features1__image {
  flex: 1;
  max-width: 500px;
}
.features1__content {
  flex: 4;
  flex-direction: column;
  justify-content: center;
}
.features1__content h2 {
  font-size: 32px;
}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.feature h3 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 10px;
}
.feature p {
  font-size: 18px;
  color: #bb9dbf;
}
@media (max-width: 1200px) {
  .features1__content {
    padding: 24px;
    gap: 24px;
  }
  .features {
    gap: 16px;
  }
}
@media (max-width: 1079px) {
  .features1__image {
    max-width: 350px;
  }
}
@media (max-width: 1026px) {
  .features1__image {
    display: none;
  }
  .features {
    max-width: 700px;
    gap: 24px;
  }
}
.features2 {
  height: 700px;
}
.features2 .wrapper {
  height: 100%;
  flex: 4;
}
.features2 .features {
  gap: 64px;
}
@media (max-width: 1170px) {
  .features2 {
    height: 850px;
  }
  .features2 .wrapper {
    padding: 36px;
    gap: 24px;
  }
  .features2 .features {
    gap: 24px;
  }
}
@media (max-width: 1020px) {
  .features2 {
    height: auto;
  }
  .features2__image {
    display: none;
  }
  .features2 .features,
  .features2 .wrapper {
    gap: 24px;
  }
}
.for .wrapper,
.for__list {
  flex-direction: column;
  display: flex;
}
.for {
  color: #fff;
}
.for .wrapper {
  align-items: center;
  gap: 64px;
  padding: 48px 32px;
}
.for .wrapper h2 {
  max-width: 600px;
  text-align: center;
  font-size: 40px;
}
.for__list {
  align-items: center;
  gap: 32px;
}
.for__list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.for__list-item h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.for__list-item ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.how-start-1 {
  width: 100%;
  height: 700px;
  background-image: url("./images/backgrounds/background-how-start-1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.how-start-1 .content {
  max-width: 700px;
  padding: 32px 0;
}
.how-start-1 .wrapper h2 {
  color: #520066;
  font-size: 48px;
  text-align: left;
  margin-bottom: 24px;
}
.how-start-1-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}
.step {
  flex: 1 1 45%;
  font-size: 20px;
}
.step-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #520066;
}
.step ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}
.step ul ul {
  list-style-type: circle;
}
@media (max-width: 1145px) {
  .how-start-1 {
    background: #fff;
  }
}
@media (max-width: 700px) {
  .evening {
    height: auto;
  }
  .evening .wrapper {
    padding: 24px;
  }
  .evening__info {
    gap: 24px;
  }
  .evening__info h2,
  .for .wrapper h2,
  .how-start-1 .wrapper h2 {
    font-size: 32px;
  }
  .evening__info p,
  .for__list-item ul li {
    font-size: 20px;
  }
  .for .wrapper {
    gap: 32px;
  }
  .for__list-item h3 {
    font-size: 28px;
  }
  .how-start-1-steps {
    flex-direction: column;
  }
}
.how-start-2 {
  width: 100%;
  height: 700px;
  background-image: url("./images/backgrounds/background-how-start-2.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.how-start-2 .wrapper {
  padding-top: 52px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.how-start-2 .wrapper h2,
.how-start-3 .wrapper h2 {
  color: #520066;
  font-size: 48px;
  text-align: center;
}
.how-start-2-steps {
  display: flex;
  justify-content: space-between;
}
.how-start-2-steps .step {
  max-width: 350px;
}
@media (max-width: 950px) {
  .how-start-2 {
    height: auto;
  }
  .how-start-2-steps {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    align-items: center;
  }
}
.how-start-3 {
  width: 100%;
  height: 700px;
  background-image: url("./images/backgrounds/background-how-start-3.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.how-start-3 .wrapper {
  padding: 52px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.how-start-3-steps {
  max-width: 700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.how-start-3 .wrapper p {
  max-width: 700px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1130px) {
  .how-start-3 {
    background-size: cover;
  }
}
@media (max-width: 748px) {
  .how-start-2 {
    background: #fff;
  }
  .how-start-2 .wrapper {
    gap: 32px;
  }
  .how-start-2 .wrapper h2,
  .how-start-3 .wrapper h2 {
    font-size: 32px;
  }
  .how-start-2-steps {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .how-start-2-steps .step {
    max-width: none;
  }
  .how-start-3 {
    height: auto;
    background: #fff;
  }
  .how-start-3-steps {
    flex-direction: column;
    justify-content: flex-start;
  }
  .how-start-3 .wrapper {
    padding: 24px;
  }
}
.better {
  width: 100%;
  height: 700px;
  background-image: url("./images/backgrounds/background-better.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.better .wrapper {
  height: 100%;
  padding: 32px;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: center;
}
.better-left h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.better-left i,
.better-right,
.conclusion p.purple {
  font-size: 20px;
}
.better-right {
  font-weight: 300;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1100px) {
  .better {
    height: auto;
  }
  .better .wrapper {
    flex-direction: column;
  }
  .better-left h2 {
    text-align: center;
  }
  .better-right {
    max-width: none;
    flex: 1;
    flex-direction: row;
  }
  .better-right p {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .features1__content h2 {
    font-size: 24px;
  }
  .features {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features2 .features {
    display: flex;
    flex-direction: column;
  }
  .features2 .features .feature {
    width: 100%;
  }
  .better-left h2 {
    font-size: 32px;
  }
  .better-right {
    max-width: none;
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
  .better-right p {
    flex: 1;
  }
}
.wired {
  width: 100%;
  height: 700px;
  background-color: #530962;
}
.wired .wrapper {
  height: 100%;
  display: flex;
  gap: 24px;
}
.wired__info {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 18px 18px 24px 0;
  color: #fff;
}
.wired__block h3 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 18px;
}
.wired__block ul {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .wired {
    height: auto;
  }
  .wired__image {
    max-width: 300px;
  }
  .wired__info {
    gap: 24px;
  }
}
.wireless {
  width: 100%;
  height: 700px;
  background: #530962;
}
.wireless__info {
  padding: 18px 18px 24px 0;
  flex: 3;
  color: #fff;
}
.wireless__block h3 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 18px;
}
.wired-if strong,
.wired-if ul li {
  margin-bottom: 24px;
}
.wireless__block ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1166px) {
  .wireless {
    height: auto;
  }
  .wireless__image {
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  .how-start-1,
  .night {
    height: auto;
  }
  .night .wrapper {
    padding: 24px;
  }
  .night__image,
  .wired__image,
  .wireless__image {
    display: none;
  }
  .night__info h2 {
    font-size: 36px;
  }
  .night__info p {
    font-size: 22px;
  }
}
.wired-if,
.wireless-if {
  width: 100%;
  min-height: 700px;
  background-image: url("./images/backgrounds/background-wired-if.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wired-if .wrapper,
.wireless-if .wrapper {
  padding: 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wired-if h2,
.wireless-if h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
.wired-if ul {
  font-size: 24px;
  color: #530962;
}
.wired-if strong {
  font-size: 32px;
  color: #530962;
  text-align: center;
}
.wired-if p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.wireless-if ul {
  max-width: 700px;
  font-size: 24px;
  color: #530962;
}
.wireless-if ul li {
  margin-bottom: 32px;
}
.wireless-if p {
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 550px) {
  .wired-if .wrapper,
  .wireless-if .wrapper {
    padding: 24px;
  }
  .wired-if h2 {
    font-size: 32px;
  }
  .wired-if ul,
  .wireless-if ul {
    font-size: 20px;
  }
  .wired-if strong {
    font-size: 28px;
  }
}
.automation-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.automation-table__head {
  background-color: #f2f2f2;
}
.automation-table__row {
  border-bottom: 1px solid #ddd;
}
.automation-table__cell {
  padding: 15px;
  vertical-align: top;
  border-left: 1px solid #ccc;
}
.automation-table__cell:first-child {
  border-left: none;
}
.automation-table__cell--heading {
  font-weight: 700;
  text-align: left;
  background-color: #f9f9f9;
}
.automation-table__cell--title {
  font-weight: 700;
  color: #004080;
  background-color: #fcfcfc;
}
@media (max-width: 768px) {
  .automation-table,
  .automation-table__body,
  .automation-table__cell,
  .automation-table__head,
  .automation-table__row {
    display: block;
    width: 100%;
  }
  .automation-table__cell {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  .automation-table__cell--heading {
    background: #e0e0e0;
  }
}
.conclusion,
.why-we {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.why-we {
  height: 700px;
  background-image: url("./images/backgrounds/background-why-we.webp");
}
.why-we .wrapper {
  padding: 32px;
  text-align: center;
}
.why-we h2 {
  color: #b7a0ba;
  font-size: 32px;
  margin-bottom: 24px;
}
.why-we__blocks {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  justify-content: center;
  gap: 25px;
}
.why-we__blocks div {
  width: 100%;
  height: 260px;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px;
  transition: 0.3s;
}
.why-we__blocks div:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
}
.why-we__blocks div h4 {
  font-size: 18px;
  color: #530962;
  font-style: italic;
  margin-bottom: 16px;
}
.why-we__blocks div p {
  font-size: 16px;
}
@media (max-width: 680px) {
  .why-we {
    height: auto;
  }
  .why-we__blocks {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 460px) {
  .why-we__blocks {
    grid-template-columns: 1fr;
  }
  .why-we__blocks div {
    height: auto;
  }
}
.conclusion {
  background-image: url("./images/backgrounds/background-conclusion.webp");
}
.conclusion .wrapper {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.conclusion h2 {
  text-align: center;
  font-size: 40px;
  color: #520066;
}
.conclusion-description {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 600px;
}
.conclusion-quote {
  max-width: 700px;
  background-color: #e1f5ff;
  padding: 18px;
  font-size: 18px;
  line-height: 1.5;
}
.conclusion strong {
  font-size: 18px;
  max-width: 600px;
  text-align: center;
}
.conclusion-contacts {
  font-size: 18px;
  text-align: center;
}
.conclusion-contacts a,
.footer ul a {
  text-decoration: underline;
  transition: 0.3s;
}
.footer {
  background-color: #530962;
  width: 100%;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 32px;
  color: #fff;
}
.footer nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  text-align: center;
}
.footer ul {
  text-align: center;
  font-size: 16px;
}
.footer-links-block p {
  font-size: 18px;
  margin-bottom: 8px;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-links a:hover {
  transform: scale(1.05);
}
@media (max-width: 555px) {
  .footer nav {
    flex-direction: row;
  }
  .footer .wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal {
  background: #fff;
  padding: 50px;
  border-radius: 36px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 5px 13px 0 #00000040;
  animation: 0.3s fadeIn;
}
.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 3rem;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.modal__form__input {
  height: 42px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 2rem;
  font-weight: 100;
  color: #4f4f4f;
  transition: border-color 0.3s;
}
.modal__form__input.invalid {
  border-color: red;
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}
.input-group {
  margin-bottom: 15px;
  position: relative;
}
.modal__form__submit {
  margin-top: 1rem;
  border-radius: 30px;
  background-color: #761a1f;
  color: #f4efef;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  transition: 0.2s;
}
.modal__description {
  margin-top: 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
