.container {
  width: 100%;
   max-width: 1360px; 
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 24px;
  }
}

.hamburger {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 13px 9px;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger__wrapper {
  display: block;
  height: 100%;
  position: relative;
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: #fff;
}
.hamburger__line:first-child {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 100% 50%;
}
.hamburger__line:nth-child(3) {
  top: 100%;
}
.hamburger:hover .hamburger__line {
  background-color: #da6c4e;
}
.hamburger:hover {
  border-color: #da6c4e;
}
.header_menu_list.active {
  left: -20%;
  opacity: 0;
}
.header_menu_list a {
  transition: all 0.3s ease-in-out;
}
.header_menu_list a.active {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 36px;
  padding: 0px 20px;
  border-radius: 4px;
  color: #fff;
}
.header_menu_list a:hover:not(.active) {
  color: #da6c4e;
}
.hamburger.active .hamburger__line {
  background-color: #da6c4e;
}
.hamburger.active {
  border-color: #da6c4e;
}
#wide_menu_wrapper {
  background: linear-gradient(180deg, #22517d, #7995b5);
  opacity: 0;
  visibility: hidden;
}
#wide_menu_wrapper.active {
  opacity: 1;
  visibility: visible;
}
#wide_socials_wrapper a:hover {
  transform: scale(1.1);
  background: #da6c4e;
}
#wide_socials_wrapper svg path {
  transition: all 0.3s ease-in-out;
}
#wide_socials_wrapper a:hover svg path {
  fill: #fff;
  opacity: 1;
}
.banner_thumbs_slider .swiper-slide {
  width: 25px !important;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banner_thumbs_slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  width: 35px !important;
  height: 35px;
  border: 1px solid #fff;
}
.banner_thumbs_slider .swiper-slide img,
.banner_main_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_main_slider .swiper-slide img {
  transform: scale(1.05);
  transition:
    transform 1.2s ease,
    opacity 0.9s ease;
}
.banner_main_slider .swiper-slide-active img {
  transform: scale(1);
}
.contents_slider {
  width: 50%;
  height: 80px;
  overflow: hidden;
  margin: 0px;
}

.contents_slider .swiper-slide {
  height: 80px;
  transition: all 0.2s ease-in-out;
}
.contents_slider .swiper-slide:hover {
  transform: translateX(10px);
  color: #da6c4e;
}
.banner_content_slider .swiper-slide a,
.banner_content_slider .swiper-slide a button {
  transition: all 0.3s ease-in-out;
}
.banner_content_slider .swiper-slide a:hover {
  background: #da6c4e;
}
.banner_content_slider .swiper-slide a:hover button {
  transform: scale(1.2);
  background: #fff;
  color: #da6c4e;
}

#banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0) 41%
  );
}
.header_menu {
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 1px,
    rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px,
    rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.adv_top_wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.adv_bottom_wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0px 0px 16px 16px;
}

.project-card {
  border-radius: 14px;
  height: 650px;
  overflow: hidden;
  position: relative;
}

.project-card__move-wrapper {
  transform: translateY(0);
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.3, 1);
}

.project-card:hover .project-card__move-wrapper {
  transform: translateY(0);
}

.project-card__img-wrapper {
  border-radius: 14px;
  height: 460px;
  overflow: hidden;
  position: relative;
  transition: height 0.55s cubic-bezier(0.25, 1, 0.3, 1);
  transform: translateZ(0);
}

.project-card:hover .project-card__img-wrapper {
  height: 347px;
}

.project-card__img-wrapper img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.3, 1);
  width: 100%;
}

.project-card:hover .project-card__img-wrapper img {
  transform: scale(1.06);
}

.project-card__link {
  align-items: center;
  background: rgba(18, 51, 79, 0.48);
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 500;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.35s ease;
  z-index: 3;
}

.project-card__img-wrapper:hover .project-card__link {
  opacity: 1;
}

.project-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 16px;
  max-width: calc(100% - 32px);
  position: absolute;
  top: 14px;
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 6;
}

.project-card:hover .project-card__badges {
  transform: translateY(0);
}

.project-card__badges span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #16416c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  min-height: 24px;
  padding: 5px 10px;
  white-space: nowrap;
}

.project-card__badges .project-card__badge--accent {
  background: #d86143;
  color: #fff;
}

.project-card__discount {
  align-items: center;
  background: #fff;
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 7px;
  color: #d86143;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 50px;
  min-width: 62px;
  position: absolute;
  right: 8px;
  top: 8px;
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 7;
}

.project-card:hover .project-card__discount {
  transform: translateY(0);
}

.project-card__discount span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.project-card__discount strong {
  color: #c84c30;
  font-size: 14px;
  line-height: 1;
}

.project-card__content {
  padding-top: 24px;
}

.project-card__title {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.project-card__title a {
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
}

.project-card__title div {
  color: #fff;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
}

.project-card__footer {
  margin-top: 14px;
}

.project-card__metro {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
}

.project-card__metro-title {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.project-card__metro-title::before {
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.project-card__metro-title--green::before {
  background: #2bf54b;
}

.project-card__metro-title--pink::before {
  background: #ffa1a1;
}

.project-card__time {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.project-card__plus {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.project-card__more {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: none;
  font: inherit;
  margin-top: 12px;
  padding: 0;
}

.project-card__apartments,
.project-card__buttons {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.35s ease,
    transform 0.55s cubic-bezier(0.25, 1, 0.3, 1);
}

.project-card__apartments {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
  margin-top: 28px;
  padding-top: 20px;
}

.project-card__apartments span {
  color: #fff;
}

.project-card__buttons {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.project-card:hover .project-card__apartments,
.project-card:hover .project-card__buttons {
  opacity: 1;
  transform: translateY(0);
}

.project-card:hover .project-card__more {
  display: none;
}

.project-card__button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  padding: 0 26px;
  white-space: nowrap;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.project-card__button--primary {
  background: #d96149;
  color: #fff;
}

.project-card__button--primary:hover {
  background: #eb745b;
}

.project-card__button--outline {
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}

.project-card__button--outline:hover {
  background: #fff;
  color: #285f8d;
}

@media (max-width: 1023px) {
  .project-card {
    height: auto;
    overflow: visible;
  }

  .project-card:hover .project-card__move-wrapper {
    transform: none;
  }

  .project-card__img-wrapper {
    height: auto;
    aspect-ratio: 645 / 460;
  }

  .project-card__apartments,
  .project-card__buttons {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 640px) {
  .project-card__title {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-card__title a {
    font-size: 27px;
  }

  .project-card__badges {
    gap: 6px;
    left: 10px;
    max-height: calc(100% - 20px);
    overflow: hidden;
    top: 10px;
  }

  .project-card__badges span {
    font-size: 11px;
    min-height: 22px;
    padding: 4px 8px;
  }

  .project-card__buttons {
    flex-direction: column;
    gap: 14px;
  }
}

.footer_socials_wrapper a {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}
.footer_socials_wrapper a:hover {
  transform: scale(1.1);
  background: #000;
}
.footer_socials_wrapper a:hover img {
  filter: invert(1) sepia(1) grayscale(1);
}
.main_about_card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.main_about_card_photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}
.main_about_card:hover .main_about_card_photo {
  transform: scale(1);
  border-radius: 0%;
}
.main_about_card_photo {
  transform: scale(0);
  border-radius: 50%;
}
.blog_photo_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
}
.blogSwiper .swiper-slide img{
  transition: all .3s ease-in-out;
}
.blogSwiper .swiper-slide:hover .blog_photo_wrapper img{
  transform: scale(1.1);
}