@charset "UTF-8";

.stats {
  padding: 60px 0;
  background-color: #dbf0f0;
}
@media (min-width: 768px) {
  .stats {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .stats {
    padding: 100px 0;
  }
}
.stats__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .stats__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .stats__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats__list-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stats__item-title {
  font-size: 24px;
  color: #79b4b7;
  margin-bottom: 10px;
}
.stats__item-subtitle {
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
.stats__item-text {
  font-size: 16px;
  color: #333333;
}

.about {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .about {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .about {
    padding: 100px 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  .about__content {
    flex-direction: row;
    gap: 50px;
  }
}
.about__description {
  flex: 1;
}
.about__text {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about__text strong {
  color: #79b4b7;
}
.about img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .about img {
    flex: 1;
    max-width: 50%;
  }
}

.services {
  padding: 60px 0;
  background-color: #dbf0f0;
}
@media (min-width: 768px) {
  .services {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .services {
    padding: 100px 0;
  }
}
.services__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services__list-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services__list-item span {
  font-weight: bold;
  color: #79b4b7;
  margin-top: 15px;
  display: block;
}
.services__item-title {
  font-size: 22px;
  color: #79b4b7;
  margin-bottom: 10px;
}
.services__item-text {
  font-size: 16px;
  color: #333333;
}
.services .btn--outlined {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.features {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .features {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .features {
    padding: 100px 0;
  }
}
.features__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__list-item {
  background-color: #dbf0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.features__item-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}
.features__item-title {
  font-size: 22px;
  color: #79b4b7;
  margin-bottom: 10px;
}
.features__item-text {
  font-size: 16px;
  color: #333333;
}

.process {
  padding: 60px 0;
  background-color: #9dcec3;
  color: #ffffff;
}
@media (min-width: 768px) {
  .process {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .process {
    padding: 100px 0;
  }
}
.process .title {
  color: #ffffff;
}
.process__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.process__list-item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333333;
}
.process__item-step-bg {
  width: 60px;
  height: 60px;
  background-color: #79b4b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.process__item-step {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.process__item-title {
  font-size: 22px;
  color: #79b4b7;
  margin-bottom: 10px;
}
.process__item-text {
  font-size: 16px;
  color: #555555;
}

.testimonials {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .testimonials {
    padding: 100px 0;
  }
}
.testimonials__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonials__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .testimonials__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonials__list-item {
  background-color: #dbf0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials__item-text {
  font-style: italic;
  margin-bottom: 20px;
  color: #555555;
  font-size: 16px;
}
.testimonials__item-user {
  text-align: right;
}
.testimonials__item-user-name {
  font-size: 18px;
  font-weight: bold;
  color: #79b4b7;
  margin-bottom: 5px;
}
.testimonials__item-user-location {
  font-size: 14px;
  color: #333333;
}

.contact {
  padding: 60px 0;
  background-color: #dbf0f0;
}
@media (min-width: 768px) {
  .contact {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .contact {
    padding: 100px 0;
  }
}
.contact__text {
  text-align: center;
  font-size: 17px;
  color: #555555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .contact__text {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.contact__form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .contact__form {
    padding: 40px;
  }
}
.contact__form-group {
  margin-bottom: 20px;
}
.contact__form-group:last-of-type {
  margin-bottom: 30px;
}
.contact__form-label {
  display: block;
  font-size: 15px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.contact__form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.contact__form-input:focus {
  outline: none;
  border-color: #79b4b7;
}
.contact__form-textarea {
  resize: vertical;
  min-height: 120px;
}
.contact__form .btn--contained {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .contact__form .btn--contained {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
.contact__status {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.contact__status.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact__status--success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact__status--error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
.footer__block {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__block {
    text-align: left;
  }
}
.footer__block p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}
.footer__logo {
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: bold;
  color: #79b4b7;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .footer__logo {
    font-size: 30px;
  }
}
.footer__title {
  font-size: 20px;
  color: #9dcec3;
  margin-bottom: 20px;
  font-family: "Lora", serif;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 22px;
  }
}
.footer__menu, .footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-item, .footer__list-item {
  margin-bottom: 10px;
}
.footer__menu-item:last-child, .footer__list-item:last-child {
  margin-bottom: 0;
}
.footer__menu-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.3s ease;
}
.footer__menu-link:hover {
  color: #79b4b7;
}
.footer__list-item {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.footer__list-item strong {
  color: #ffffff;
}
.footer__copy {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer__copy {
    margin-top: 30px;
  }
}

.legal {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .legal {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .legal {
    padding: 100px 0;
  }
}
.legal__content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.legal__content h2,
.legal__content h3,
.legal__content h4 {
  font-family: "Lora", serif;
  color: #79b4b7;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .legal__content h2,
  .legal__content h3,
  .legal__content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.legal__content h2 {
  font-size: 28px;
  text-align: center;
  color: #333333;
}
@media (min-width: 768px) {
  .legal__content h2 {
    font-size: 36px;
  }
}
.legal__content h3 {
  font-size: 22px;
  color: #9dcec3;
}
@media (min-width: 768px) {
  .legal__content h3 {
    font-size: 26px;
  }
}
.legal__content h4 {
  font-size: 18px;
  color: #555555;
}
@media (min-width: 768px) {
  .legal__content h4 {
    font-size: 20px;
  }
}
.legal__content p {
  margin-bottom: 15px;
}
.legal__content p:last-child {
  margin-bottom: 0;
}
.legal__content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.legal__content ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.legal__content a {
  color: #79b4b7;
  text-decoration: underline;
}
.legal__content a:hover {
  color: #62a0a3;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 20px 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cookie-banner .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.cookie-banner__text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .cookie-banner__text {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.cookie-banner__text a {
  color: #79b4b7;
  text-decoration: underline;
}
.cookie-banner__text a:hover {
  color: #9dcec3;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .cookie-banner__actions {
    flex-wrap: nowrap;
  }
}
.cookie-banner .btn {
  padding: 10px 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cookie-banner .btn {
    padding: 12px 25px;
    font-size: 16px;
  }
}
.cookie-banner .btn--accept {
  background-color: #79b4b7;
  color: #ffffff;
  border: 1px solid #79b4b7;
}
.cookie-banner .btn--accept:hover {
  background-color: #62a0a3;
  border-color: #62a0a3;
}
.cookie-banner .btn--decline {
  background-color: transparent;
  color: #79b4b7;
  border: 1px solid #79b4b7;
}
.cookie-banner .btn--decline:hover {
  background-color: #79b4b7;
  color: #ffffff;
}