@charset "UTF-8";
/* Basic Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%; /* Для коректної роботи rem */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* Відключення масштабування тексту в мобільних браузерах */
}

body {
  margin: 0;
  font-family: Arial, sans-serif; /* Або інший базовий шрифт */
  background-color: #fff;
  color: #000;
}

img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
}

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

ul,
ol {
  list-style: none;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Bold.woff2) format("woff2"), url(../fonts/DMSans-Bold.woff) format("woff"), url(../fonts/DMSans-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Medium.woff2) format("woff2"), url(../fonts/DMSans-Medium.woff) format("woff"), url(../fonts/DMSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-regular.woff2) format("woff2"), url(../fonts/DMSans-regular.woff) format("woff"), url(../fonts/DMSans-regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans";
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.29)), url(../assets/images/backround_header.jpg);
  background-repeat: no-repeat;
  background-position: center, top;
  background-size: 1920px;
  background-attachment: fixed;
}
@media screen and (max-width: 1280px) {
  body {
    background-size: 1920px;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 2420px;
  }
}

h1 {
  font-family: "roboto";
  font-size: 120px;
  line-height: 1.08;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 58px;
    line-height: 1.08;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 58px;
    line-height: 1.08;
    color: #ffffff;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 40px;
    line-height: 1.08;
    color: #ffffff;
  }
}

h2 {
  font-size: 60px;
  line-height: 2.5;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 20px;
    line-height: 1.08;
    color: #ffffff;
  }
}

h3 {
  font-size: 42px;
  line-height: 1.19;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  h3 {
    font-size: 32px;
    line-height: 1.08;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 40px;
    line-height: 1.08;
    color: #ffffff;
  }
}

h4 {
  font-size: 40px;
  line-height: 1.16;
  color: #dd2242;
}

a {
  font-size: 18px;
  line-height: 1.55;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  a {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
  }
}

p {
  font-size: 18px;
  line-height: 1.55;
  color: #6f7787;
}
@media screen and (max-width: 1280px) {
  p {
    font-size: 16px;
    line-height: 1.24;
    color: #6f7787;
  }
}

.button {
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 18px 56px;
  border-radius: 211px;
  background-color: #dd2242;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .button {
    padding: 16px 38px;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .button {
    padding: 14px 36px;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 360px) {
  .button {
    width: 260px;
    padding: 12px 34px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
}

.button:hover {
  transform: scale(1.05);
}

.button:active {
  transform: scale(0.95);
}

.actions-section__readmore-toggle {
  display: none;
}
@media screen and (max-width: 360px) {
  .actions-section__readmore-container {
    max-height: 20px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .actions-section__readmore-toggle {
    margin-bottom: 32px;
    display: inline-block;
    color: #dd2242;
    cursor: pointer;
  }
  .actions-section__readmore-toggle a {
    text-decoration: none;
  }
  .actions-section__readmore-toggle:hover {
    text-decoration: underline;
  }
}

.expanded {
  max-height: none; /* Розгортаємо блок */
  white-space: normal; /* Дозволяємо перенос рядків */
  -webkit-line-clamp: unset; /* Видаляємо обмеження на кількість рядків */
  text-overflow: unset; /* Вимикаємо троеточие */
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__container {
    flex-direction: column;
  }
}
.header__nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
    justify-content: space-between;
  }
}
.header__logo {
  margin: 12px 0 0 24px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 148px;
    height: auto;
    flex-shrink: 0;
    margin: 48px 0 0 24px;
  }
}
.header__menu {
  display: flex;
  padding-left: 64px;
  gap: 62px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .header__menu {
    gap: 20px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-item {
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.3s ease;
}
.header__menu-item ul,
.header__menu li:hover {
  transform: scale(1.2);
}
.header__menu-item ul,
.header__menu li::after {
  content: "";
  color: #dd2242;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #dd2242;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.header__menu-item ul,
.header__menu li:hover::after {
  transform: scale(1.1);
}

.dropdown {
  position: relative;
  display: none;
}
.dropdown__button {
  background: none;
  border: none;
  cursor: pointer;
}
.dropdown__button svg {
  margin: 60px 30px 0 0;
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.dropdown__menu {
  position: absolute;
  top: 100px;
  right: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.dropdown__menu--list {
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
}
.dropdown__menu--item {
  padding: 10px 20px;
}
.dropdown__menu--item a {
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.dropdown__menu--item a:hover {
  color: #dd2242;
}

.dropdown.active .dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .header__menu {
    display: none; /* Ховаємо головне меню */
  }
  .dropdown {
    display: block; /* Відображаємо бургер-кнопку */
  }
}
.hero-section__title {
  margin: 196px 0 21px 278px;
  max-width: 768px;
}
@media screen and (max-width: 1280px) {
  .hero-section__title {
    margin: 160px auto 60px;
    max-width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .hero-section__title {
    margin: 42px auto 28px;
    padding: 0 30px;
    text-align: center;
  }
}
.hero-section__button {
  margin: 0 0 220px 278px;
}
@media screen and (max-width: 1280px) {
  .hero-section__button {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section__button {
    margin: 0 auto 54px;
  }
}

.trip-section {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .trip-section {
    position: static;
    display: block;
  }
}
.trip-section__list {
  justify-content: space-around;
  align-items: center;
  width: 1226px;
  height: 210px;
  margin-right: 418px;
  gap: 40px;
  padding: 40px;
  font-family: "roboto";
  display: flex;
  list-style-position: inside;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.17;
  color: #dd2242;
  list-style-type: decimal-leading-zero;
}
@media screen and (max-width: 1280px) {
  .trip-section__list {
    width: 100%;
    height: 160px;
    padding: 22px;
    margin-right: 328px;
  }
}
@media screen and (max-width: 768px) {
  .trip-section__list {
    position: static;
    display: block;
    width: 85%;
    height: max-content;
    margin: 0 auto;
    padding: 32px;
  }
}
.trip-section__list p {
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .trip-section__list p {
    max-width: max-content;
    padding-bottom: 32px;
  }
}
.trip-section__title {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .trip-section__title {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .trip-section__title {
    margin-top: 4px;
    font-size: 26px;
    line-height: 1.57;
    color: #ffffff;
  }
}
.trip-section__video-container {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  max-width: 418px;
}
@media screen and (max-width: 1280px) {
  .trip-section__video-container {
    max-width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .trip-section__video-container {
    max-width: 85%;
    position: relative;
    margin: 0 auto;
  }
}

.walkways-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to top, rgb(1, 10, 32), rgba(1, 10, 32, 0.8)), url(../assets/images/walkways_indonesia_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  .walkways-section {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .walkways-section {
    flex-direction: column;
    padding: 40px 32px 56px;
  }
}
.walkways-section__photo {
  width: 90%;
  margin: 208px 0 108px auto;
  border-radius: 12px;
}
@media screen and (max-width: 1280px) {
  .walkways-section__photo {
    margin: 108px 0 108px auto;
  }
}
@media screen and (max-width: 768px) {
  .walkways-section__photo {
    width: 100%;
    margin: 0 auto;
  }
}
.walkways-section__wrapper {
  width: 50%;
  margin: 265px 32px auto 130px;
  max-width: 480px;
}
@media screen and (max-width: 1280px) {
  .walkways-section__wrapper {
    margin: auto 32px auto 42px;
  }
}
@media screen and (max-width: 768px) {
  .walkways-section__wrapper {
    margin: 42px auto 0 0;
    width: 100%;
  }
}
.walkways-section__wrapper p {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .walkways-section__wrapper p {
    margin-top: 20px;
  }
}
.walkways-section__title {
  font-weight: 700;
}
.walkways-section__button {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .walkways-section__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .walkways-section__button {
    margin: 20px auto 0;
  }
}

.beaches-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, rgb(1, 10, 32), rgba(1, 10, 32, 0.8)), url(../assets/images/beaches_indonesia_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  .beaches-section {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .beaches-section {
    height: auto;
    flex-direction: column;
    padding: 0 32px 44px;
  }
}
.beaches-section__photo {
  width: 90%;
  margin: 108px auto 208px 0;
  border-radius: 12px;
}
@media screen and (max-width: 1280px) {
  .beaches-section__photo {
    margin: 108px auto 108px 0;
  }
}
@media screen and (max-width: 768px) {
  .beaches-section__photo {
    width: 100%;
    max-width: 768px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.beaches-section__wrapper {
  width: 50%;
  margin: 168px 130px auto 32px;
  max-width: 480px;
}
@media screen and (max-width: 1280px) {
  .beaches-section__wrapper {
    margin: auto 32px auto 42px;
  }
}
@media screen and (max-width: 768px) {
  .beaches-section__wrapper {
    margin: 42px auto 0 0;
    width: 100%;
    order: 1;
  }
}
.beaches-section__wrapper p {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .beaches-section__wrapper p {
    margin-top: 20px;
  }
}
.beaches-section__title {
  font-weight: 700;
}
.beaches-section__button {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .beaches-section__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .beaches-section__button {
    margin: 20px auto 0;
  }
}

.secrets-section {
  background-image: url(../assets/images/secrets_background.jpg);
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 360px) {
  .secrets-section {
    background-position: center -175px;
    background-size: 1800px;
  }
}
.secrets-section__title {
  display: flex;
  padding-top: 127px;
  margin: 0 30px;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 1.5;
  color: #010a20;
}
@media screen and (max-width: 768px) {
  .secrets-section__title {
    text-align: center;
    padding: 88px auto 0 auto;
    font-size: 42px;
    line-height: 1.08;
    color: #010a20;
  }
}
@media screen and (max-width: 360px) {
  .secrets-section__title {
    padding-top: 48px;
    text-align: center;
  }
}
.secrets-section__statistics {
  margin-top: 858px;
  background-color: rgba(2, 12, 33, 0.9);
}
@media screen and (max-width: 360px) {
  .secrets-section__statistics {
    margin-top: 695px;
  }
}
.secrets-section__statistics__title {
  display: flex;
  justify-content: center;
}
.secrets-section__statistics--title h3 {
  display: flex;
  justify-content: center;
  padding-top: 202px;
  margin: 0 30px;
  text-align: center;
  font-size: 60px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .secrets-section__statistics--title h3 {
    padding-top: 142px;
    font-size: 40px;
    line-height: 1.08;
    color: #ffffff;
  }
}
@media screen and (max-width: 360px) {
  .secrets-section__statistics--title h3 {
    padding-top: 52px;
  }
}
.secrets-section__statistics--title p {
  margin: 38px auto 0;
  text-align: center;
  max-width: 484px;
  color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .secrets-section__statistics--title p {
    margin: 28px auto 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #e0e0e0;
  }
}
.secrets-section__statistics--wrapper {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .secrets-section__statistics--wrapper {
    padding-bottom: 70px;
    flex-direction: column;
    align-items: center;
  }
}
.secrets-section__statistics--accent {
  max-width: 380px;
  margin: 0 30px;
}
.secrets-section__statistics--accent h4 {
  margin: 29px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secrets-section__statistics--accent h4 {
    margin-top: 29px;
    font-size: 32px;
    line-height: 1.5;
    color: #dd2242;
  }
}
.secrets-section__statistics--accent p {
  margin: 18px auto 224px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secrets-section__statistics--accent p {
    margin: 0 auto 0 auto;
    padding: 0 30px;
  }
}

.secrets-section__wrapper--swiper {
  display: flex;
  margin: 44px auto 28px auto;
  margin-top: 44px;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .secrets-section__wrapper--swiper {
    width: 672px;
  }
}
@media screen and (max-width: 768px) {
  .secrets-section__wrapper--swiper {
    width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .secrets-section__wrapper--swiper {
    width: 280px;
    margin: 23px auto 16px auto;
  }
}
.secrets-section__button {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 360px) {
  .secrets-section__button {
    display: none;
  }
}
.secrets-section__button--wrapper-prev {
  justify-content: flex-end;
  margin: auto 64px auto 24px;
}
.secrets-section__button--wrapper-next {
  margin: auto 24px auto 64px;
}
@media screen and (max-width: 1280px) {
  .secrets-section__button--wrapper-prev {
    justify-content: flex-end;
    margin: auto 46px auto 24px;
  }
  .secrets-section__button--wrapper-next {
    margin: auto 24px auto 46px;
  }
}
@media screen and (max-width: 768px) {
  .secrets-section__button--wrapper-prev {
    justify-content: flex-end;
    margin: auto 28px auto 24px;
  }
  .secrets-section__button--wrapper-next {
    margin: auto 24px auto 28px;
  }
}
@media screen and (max-width: 360px) {
  .secrets-section__button--wrapper-prev {
    justify-content: flex-end;
    margin: auto 9px auto 24px;
  }
  .secrets-section__button--wrapper-next {
    margin: auto 24px auto 9px;
  }
}
.secrets-section__button-prev {
  display: block;
  cursor: pointer;
}
.secrets-section__button-next {
  display: block;
  rotate: 180deg;
  cursor: pointer;
}
.secrets-section__swiper-pagination {
  text-align: center;
}

.swiper-slide img {
  border-radius: 12px;
  margin: 0 auto;
}

.swiper-slide img {
  border-radius: 12px;
}
@media screen and (max-width: 360px) {
  .swiper-slide img {
    border-radius: 10px;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 19px !important;
  height: 19px !important;
  background-color: rgb(133, 163, 178) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
}
@media screen and (max-width: 360px) {
  .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: rgb(221, 34, 66) !important;
  transform: scale(1.2) !important;
}

.relief-section {
  height: 821px;
  background-color: #ffffff;
  background-image: url(../assets/images/relief_background_left.png), url(../assets/images/relief_background_right.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 35%, 50%;
}
@media screen and (max-width: 1280px) {
  .relief-section {
    background-size: 40%, 60%;
  }
}
@media screen and (max-width: 768px) {
  .relief-section {
    background-size: 40%, 100%;
  }
}
@media screen and (max-width: 360px) {
  .relief-section {
    height: 761px;
    background-image: url(../assets/images/relief_background_left_rotate.png), url(../assets/images/relief_background_right_360.png);
    background-size: 100%, 100%;
    background-position: left top, right bottom;
  }
}
.relief-section__title {
  margin: 0 auto;
  padding: 258px 30px 0;
  max-width: 624px;
  font-size: 42px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .relief-section__title {
    max-width: 474px;
  }
}
@media screen and (max-width: 360px) {
  .relief-section__title {
    padding: 171px 30px 0;
    font-size: 40px;
    line-height: 1.15;
    color: #000000;
  }
}
.relief-section__button {
  margin: 32px auto 275px auto;
}
@media screen and (max-width: 360px) {
  .relief-section__button {
    margin: 41px auto 116px auto;
  }
}

.relief-section p {
  margin: 32px auto 0 auto;
  padding: 0 30px;
  max-width: 470px;
  font-size: 18px;
  line-height: 1.55;
  color: #6f7787;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .relief-section p {
    margin: 36px auto 0 auto;
    font-size: 16px;
    line-height: 1.55;
    color: #6f7787;
  }
}

.life-section {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../assets/images/life_background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 360px) {
  .life-section {
    background-position: left -900px top;
  }
}
.life-section__title {
  max-width: 1056px;
  margin: 0 auto 0 auto;
  padding: 141px 30px 0;
  text-align: center;
  font-size: 42px;
  line-height: 1.19;
  color: #ffffff;
}
@media screen and (max-width: 360px) {
  .life-section__title {
    font-size: 40px;
    line-height: 1.15;
    color: #ffffff;
    padding-top: 83px;
  }
}
.life-section__video-container {
  margin: 0 30px;
}
.life-section__video-container video {
  height: auto;
  width: 1056px;
  margin: 68px auto 0;
  border-radius: 10px;
}
.life-section__wrapper {
  display: flex;
  justify-content: center;
  margin: 125px auto 0;
  padding-bottom: 255px;
}
@media screen and (max-width: 1280px) {
  .life-section__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 360px) {
  .life-section__wrapper {
    margin: 40px auto 0;
    padding-bottom: 40px;
    gap: 40px;
  }
}
.life-section__wrapper--card {
  display: flex;
  width: 610px;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .life-section__wrapper--card {
    flex-direction: column;
    align-items: center;
    width: auto;
    text-align: center;
  }
}
.life-section__wrapper--card img {
  border-radius: 5px;
  margin-right: 40px;
  width: 215px;
}
@media screen and (max-width: 1280px) {
  .life-section__wrapper--card img {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .life-section__wrapper--card img {
    width: 100%;
    margin-right: 0;
  }
}
.life-section__text h3 {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 360px) {
  .life-section__text h3 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.5;
    color: #ffffff;
  }
}
.life-section__text p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 360px) {
  .life-section__text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
}

.gallery-section {
  background-color: #ffffff;
}
.gallery-section__container {
  display: flex;
  justify-content: center;
  margin-top: 41px;
  padding: 0 0 229px;
}
@media screen and (max-width: 1280px) {
  .gallery-section__container {
    flex-direction: column;
  }
  .gallery-section__container--inline {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section__container {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
.gallery-section__container--wrapper-wrapper {
  display: flex;
  justify-content: center;
}
.gallery-section__style-img {
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
.gallery-section__style-img:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1280px) {
  .gallery-section--inline {
    display: flex;
    justify-content: center;
    padding: 0 30px;
  }
}

.gallery-section h2 {
  padding-top: 177px;
  text-align: center;
  font-size: 60px;
  line-height: 1.5;
  color: #010a20;
}
@media screen and (max-width: 768px) {
  .gallery-section h2 {
    padding-top: 32px;
    font-size: 40px;
    line-height: 1.5;
    color: #010a20;
  }
}

.gallery-section p {
  width: 512px;
  margin: 42px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
  color: #6f7787;
}
@media screen and (max-width: 768px) {
  .gallery-section p {
    width: auto;
    margin: 20px 30px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #6f7787;
  }
}

.gallery-section img {
  width: 340px;
  height: auto;
  margin: 30px 15px;
}
@media screen and (max-width: 768px) {
  .gallery-section img {
    max-width: 141px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .gallery-section img {
    width: 141px;
    height: auto;
    margin: 13px 7px;
  }
}

.style-img-wrapper img {
  margin: 0 15px;
}
@media screen and (min-width: 1280px) {
  .style-img-wrapper img {
    margin: 30px 15px;
  }
}
@media screen and (max-width: 360px) {
  .style-img-wrapper img {
    margin: 0px 7px;
  }
}

.actions-section {
  background-color: #dce8f2;
  padding: 0 30px 100px;
}
@media screen and (max-width: 360px) {
  .actions-section {
    padding: 0 30px 0;
  }
}
.actions-section__title {
  padding-top: 119px;
  padding-bottom: 44px;
  color: #010a20;
}
@media screen and (max-width: 1280px) {
  .actions-section__title {
    font-size: 42px;
    line-height: 1.57;
    color: #010a20;
  }
}
@media screen and (max-width: 768px) {
  .actions-section__title {
    font-size: 42px;
    line-height: 1.57;
    color: #010a20;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__title {
    padding-top: 29px;
    padding-bottom: 108px;
    font-size: 40px;
    line-height: 1.15;
    color: #010a20;
    text-align: center;
  }
}
.actions-section__title--list {
  padding-left: 103px;
  padding-bottom: 28px;
  font-size: 26px;
  line-height: 1.57;
  color: #010a20;
}
@media screen and (max-width: 768px) {
  .actions-section__title--list {
    padding-left: 40px;
    font-size: 26px;
    line-height: 1.08;
    color: #010a20;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__title--list {
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.5;
    color: #010a20;
  }
}
.actions-section__wrapper-list {
  max-width: 1142px;
  margin: 0 auto;
  list-style: none;
  counter-reset: list-counter;
}
.actions-section__wrapper-list li {
  position: relative;
  padding-left: 29px;
}
@media screen and (max-width: 360px) {
  .actions-section__wrapper-list li {
    padding-left: 0;
    text-align: center;
    padding-bottom: 80px;
  }
}
.actions-section__wrapper-list li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: -13px;
  padding-top: 12px;
  width: 59px;
  height: 59px;
  background-color: #dd2242;
  font-size: 26px;
  line-height: 1.46;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 360px) {
  .actions-section__wrapper-list li::before {
    top: -72px;
    left: 40%;
    padding-top: 10px;
    width: 56px;
    height: 56px;
  }
}
.actions-section__text {
  padding: 0 0 80px 103px;
  font-size: 22px;
  line-height: 1.57;
  color: #6f7787;
}
@media screen and (max-width: 768px) {
  .actions-section__text {
    padding: 0 0 50px 40px;
    font-size: 18px;
    line-height: 1.57;
    color: #6f7787;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__text {
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #6f7787;
  }
}
.actions-section__text--last {
  padding: 0 0 16px 103px;
  font-size: 22px;
  line-height: 1.57;
  color: #6f7787;
}
@media screen and (max-width: 768px) {
  .actions-section__text--last {
    padding: 0 0 18px 40px;
    font-size: 18px;
    line-height: 1.57;
    color: #6f7787;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__text--last {
    padding: 0;
    font-size: 16px;
    line-height: 1.57;
    color: #6f7787;
  }
}
.actions-section__container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .actions-section__container {
    flex-direction: column;
  }
}
.actions-section__container--title {
  padding-left: 46px;
  padding-bottom: 12px;
  font-size: 26px;
  line-height: 1.57;
  color: #010a20;
}
@media screen and (max-width: 768px) {
  .actions-section__container--title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__container--title {
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.57;
    color: #010a20;
  }
}
.actions-section__container--text {
  display: inline-block;
  padding-left: 46px;
  font-size: 20px;
  line-height: 1.57;
  color: #6f7787;
}
@media screen and (max-width: 768px) {
  .actions-section__container--text {
    width: 100%;
    padding-left: 40px;
    padding-bottom: 45px;
    font-size: 18px;
    line-height: 1.57;
    color: #6f7787;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__container--text {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #6f7787;
  }
}
.actions-section__container img {
  height: 166px;
  margin-left: 103px;
  margin-bottom: 95px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .actions-section__container img {
    width: 205px;
    height: 136px;
    margin-left: 40px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__container img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.actions-section__button {
  margin: 0 0 0 104px;
}
@media screen and (max-width: 768px) {
  .actions-section__button {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 360px) {
  .actions-section__button {
    margin: 0 auto;
  }
}

.before-line {
  border-left: 3px solid #c0c4cd;
}
@media screen and (max-width: 360px) {
  .before-line {
    border-left: none;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #010a20;
  height: 136px;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    height: 100%;
  }
}
.footer__navigation {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    flex-direction: column;
  }
}
.footer__logo {
  width: 174px;
  margin: auto 124px auto 70px;
}
@media screen and (max-width: 1280px) {
  .footer__logo {
    margin: auto 84px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 146px auto 36px;
  }
}
.footer__address {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__address {
    flex-direction: column;
    gap: 36px;
  }
}
.footer__address--social svg {
  margin-left: 27px;
  margin-top: 6px;
  fill: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__address--social svg {
    margin-left: 0;
    margin: 0 24px;
    width: 24px;
    height: 24px;
  }
}
.footer__address--copyright {
  margin-right: 153px;
  font-style: normal;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .footer__address--copyright {
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.56;
    color: #ffffff;
  }
}
.footer__button-top {
  position: relative;
  right: 150px;
  top: -70px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #dd2242;
}
@media screen and (max-width: 1280px) {
  .footer__button-top {
    width: 74px;
    height: 74px;
  }
}
@media screen and (max-width: 768px) {
  .footer__button-top {
    right: -100px;
    top: -755px;
  }
}
.footer__button-top svg {
  position: relative;
  right: -40px;
  top: 30px;
  transform: rotate(90deg);
  fill: #ffffff;
}
@media screen and (max-width: 1280px) {
  .footer__button-top svg {
    right: -26px;
    top: 18px;
  }
}

.footer__navigation--list {
  display: flex;
  justify-content: space-between;
  width: 335px;
}
@media screen and (max-width: 1280px) {
  .footer__navigation--list {
    width: 55px;
    flex-direction: column;
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .footer__navigation--list li {
    width: 100%;
    margin-bottom: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__navigation--list a {
    font-size: 22px;
    line-height: 1.56;
    color: #ffffff;
  }
}

.footer__address--social {
  display: flex;
  margin: auto 36px;
}
@media screen and (max-width: 1280px) {
  .footer__address--social {
    margin: 27px;
  }
}
@media screen and (max-width: 768px) {
  .footer__address--social {
    display: flex;
    flex-direction: row;
  }
}

/* Стилі модального вікна */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.162);
  backdrop-filter: blur(15px);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 10000;
}
.modal__title-main {
  margin: 40px auto 40px auto;
  font-size: 42px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .modal__title-main {
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .modal__title-main {
    font-size: 26px;
    line-height: 1.1;
    color: #ffffff;
    margin: 20px auto 20px auto;
  }
}

.modal.show {
  opacity: 1;
}

.modal-content {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 900px;
  height: calc(100% - 40px);
  max-height: 720px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .modal-content {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    flex-direction: column;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 360px) {
  .modal-content {
    width: calc(100% - 40px);
  }
}
.modal-content__our-contacts {
  width: 550px;
  height: 100%;
  background-color: rgba(21, 20, 57, 0.4);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .modal-content__our-contacts {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
.modal-content__our-contacts--title {
  width: 70%;
  border-bottom: solid 2px rgba(21, 20, 57, 0.4);
}
.modal-content__our-contacts--info {
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .modal-content__our-contacts--info {
    padding: 0 20px 20px 20px;
  }
}
.modal-content__our-contacts--info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .modal-content__our-contacts--info-wrapper {
    padding: 5px 0;
  }
}
.modal-content__our-contacts--icon {
  width: 24px;
  height: 24px;
  fill: rgba(21, 20, 57, 0.4);
}
.modal-content__our-contacts--info-wrapper a {
  padding-left: 30px;
  margin: auto 0;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 360px) {
  .modal-content__our-contacts--info-wrapper a {
    padding-left: 15px;
  }
}
.modal-content__social-title {
  width: 70%;
  margin: 0 auto 40px auto;
  font-size: 26px;
  line-height: 1.5;
  color: #ffffff;
  border-bottom: solid 2px rgba(21, 20, 57, 0.4);
}
@media screen and (max-width: 768px) {
  .modal-content__social-title--none {
    display: none;
  }
}
.modal-content__address-title {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .modal-content__address-title {
    display: none;
  }
}
.modal-content__address {
  display: block;
  margin: 0 auto;
  width: 70%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .modal-content__address {
    display: none;
  }
}

.modal__form {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .modal__form {
    width: 100%;
  }
}
.modal__form-titl {
  width: 70%;
  margin: 0 auto;
  padding-top: 16px;
  border-bottom: solid 2px rgba(21, 20, 57, 0.4);
  color: #6f7787;
}
@media screen and (max-width: 768px) {
  .modal__form-titl {
    padding-top: 0;
  }
}
.modal__button {
  align-items: center;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .modal__button {
    margin: 15px auto;
  }
}

.modal-content__social-item {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal-content__social-item {
    margin-bottom: 20px;
  }
}

.close-modal {
  display: block;
  position: relative;
  left: -20px;
  top: 20px;
  width: 24px;
  height: 24px;
  fill: #dd2242;
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close-modal {
    padding-top: 0;
    border-bottom: none;
    left: -10px;
    top: -200px;
    width: 18px;
    height: 18px;
  }
}

label {
  display: block;
  margin-left: 85px;
  text-align: left;
  padding: 30px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(21, 20, 57, 0.4);
}
@media screen and (max-width: 1280px) {
  label {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  label {
    padding: 10px 0 0;
    text-align: center;
    margin-left: 0;
  }
}

input,
textarea {
  width: 300px;
  padding: 5px;
  border: solid 1px rgba(21, 20, 57, 0.4);
  border-radius: 10px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    width: 260px;
  }
}
@media screen and (max-width: 360px) {
  input,
  textarea {
    width: 240px;
  }
}

textarea {
  height: 80px;
}

input:valid,
textarea:valid {
  background-color: #ffffff; /* Світло-зелений (коректно заповнене поле) */
  border: 2px solid #6f7787;
}

input:invalid,
textarea:invalid {
  background-color: #e0e0e0; /* Світло-червоний (некоректне поле) */
  border: 2px solid #dd2242;
}

.animation-opacity-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animation-opacity-scale.active {
  opacity: 1;
  transform: scale(1);
}

@keyframes animation-opacity-scale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-movement-right {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animation-movement-right.active {
  animation: animation-movement-right 0.8s ease-out forwards;
}

@keyframes animation-movement-right {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animation-movement-left {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animation-movement-left.active {
  animation: animation-movement-left 0.8s ease-out forwards;
}

@keyframes animation-movement-left {
  from {
    opacity: 0;
    transform: translateX(-50px); /* Початкове зміщення вправо */
  }
  to {
    opacity: 1;
    transform: translateX(0); /* Рух до нормальної позиції */
  }
}
.animation-opacity {
  opacity: 0;
  transition: opacity 1.2s ease-out;
}

.animation-opacity.active {
  animation: animation-opacity 0.8s ease-out forwards;
}

@keyframes animation-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */