.articles {
  background-color: #f3f3f3;
  padding-top: 15px;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

/*article*/
.articles__breadcrumb {
  color: #767676;
  text-decoration: none;
}
.articles__breadcrumb:hover {
  color: #012c56;
}
.articles__breadcrumb-arrow::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: 0.8rem;
  margin: 0 7px 0 6px;
}
.articles__breadcrumb-active::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-size: 0.8rem;
  margin: 0 7px 0 6px;
}
.articles__title {
  font-size: 2rem;
}
.articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 30px;
  justify-content: flex-start;
  padding: 0 0 35px;
}
.articles__post {
  position: relative;
  width: calc(33.3333333% - 3%);
  background: #fff;
  min-height: 415px;
  border: 1px solid #f0f0f0;
}
.articles__post:hover {
  box-shadow: 1px 3px 20px 9px rgba(7, 152, 255, 0.062);
}
.articles__image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 7px;
  margin: 8px;
  height: 215px;
}
.articles__image,
.property__image {
  object-fit: cover;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  height: 100%;
}
.articles-single__image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 7px;
  /* height: 400px; */
  height: 600px;
}
.sales-single__image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 7px 7px 0 0;
  height: 400px;
}
.articles__post:hover .articles__image,
.property:hover .property__image {
  opacity: 0.8;
  transform: scale(1.1);
}
.articles__post-title {
  padding: 0 20px 25px 20px;
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.articles__post-title:hover {
  color: #012c56;
}
.articles__post-title-link,
.property__post-title-link {
  text-decoration: none;
  color: #000;
}
.articles__more {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  text-decoration: none;
  color: #504f4f;
}
.articles__more:hover {
  color: #012c56;
}
.articles__more::after {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
  color: #919191;
  font-size: 0.9rem;
  margin-left: 5px;
  transform: translateY(3px);
  transition: 0.4s ease-in-out;
}
.articles__more:hover::after {
  margin-left: 12px;
  color: #012c56;
}

.article-single__wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: 1fr;
  gap: 0px 30px;
  grid-auto-flow: row;
  grid-template-areas: "main sidebar";
  margin-top: 40px;
}

.sidebar {
  grid-area: sidebar;
}
.sidebar__title {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
.property {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.property:hover {
  box-shadow: 1px 3px 20px 9px rgba(7, 152, 255, 0.062);
}
.property__image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  height: 215px;
  border-radius: 5px 5px 0 0;
}
.property__post-title {
  margin: 20px 20px 0 20px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.property__price {
  margin: 10px 20px 0 20px;
  color: #0d7ae3;
  font-weight: bold;
  margin-bottom: 15px;
}
.property__price:after {
  font-family: "Font Awesome 6 Free";
  content: "\f158";
  margin-left: 5px;
  font-size: 0.9rem;
}
.property__details {
  margin: 10px 20px 20px 20px;
  padding-top: 15px;
  border-top: 1px solid #eeeded;
}
.property__details-item {
  color: #5c727d;
  font-size: 13px;
  margin-right: 20px;
}
.property__details-item:last-of-type {
  margin-right: 0;
}
.property__details-bedroom::before {
  font-family: "Font Awesome 6 Free";
  content: "\f236";
  margin-right: 5px;
  font-size: 1rem;
}
.property__details-bathroom::before {
  font-family: "Font Awesome 6 Free";
  content: "\f2cd";
  margin-right: 5px;
  font-size: 1rem;
}
.property__details-gestroom::before {
  font-family: "Font Awesome 6 Free";
  content: "\f4b8";
  margin-right: 5px;
  font-size: 1rem;
}
.property__details-size::before {
  font-family: "Font Awesome 6 Free";
  content: "\f065";
  margin-right: 5px;
  font-size: 1rem;
}
.sitebar__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  color: #222;
}
.main_article_single {
  padding: 27px;
  grid-area: main;
  background: #fff;
  border-radius: 10px;
}
.articles-single__text ol {
  counter-reset: item;
}
.articles-single__text ol li {
  display: block;
}

.articles-single__text ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.articles-single__title {
  font-size: 1.7rem;
  color: #2e3e4e;
}
.articles-single__text {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
}
.articles-single__text h2 {
  text-align: center;
  margin-top: 40px;
}
.articles-single__text h3 {
  margin: 30px 0 5px;
}
.articles-single__text img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 30px auto 30px;
}

/* Стили раздела Акции начало*/
.main-sales {
  padding: 0;
}
.sales__title {
  text-align: center !important;
}
.sales-cont {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.sales__post-title {
  margin: 25px 30px 0 30px;
  font-size: 1.8rem;
}
.sales__post-subtitle {
  margin: 20px 30px 25px 30px;
  font-size: 1.2rem;
  color: #464646;
  line-height: 120%;
}
.sales__details {
  margin: 0 30px 20px 30px;
  padding-top: 15px;
  border-top: 1px solid #eeeded;
}
.sales__button {
  background-color: #0d7ae3;
  border: 0;
  border-bottom: 1px solid #0c59a3;
  border-top: 1px solid #549ee5;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 13px 35px;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  max-width: fit-content;
}
.sales__button:hover {
  background-color: #3694eb;
  border-bottom: 1px solid #0f6ac0;
  border-top: 1px solid #3f90db;
}
.sales-cont {
  position: relative;
}
.sales-gift {
  position: absolute;
  top: 20px;
  z-index: 1;
  color: #fff;
  background: #18a923;
  padding: 8px 20px;
  font-size: 1.5rem;
  left: -13px;
  border-radius: 7px 0 7px 0;
}
/* Стили раздела Акции конец*/

/* Стили главной страницы */
.property__list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.property__index {
  width: 32%;
  padding-bottom: 15px;
}
.property__image-wrap__index {
  height: 230px;
}
.property__details-stats {
  margin: 10px 0 20px 20px;
  padding-top: 15px;
  border-top: 1px solid #eeeded;
  display: flex;
  justify-content: flex-start;
}
.property__details-index {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 0 20px;
}
.property__details-index-main {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 0 20px;
}
.property__whatsapp {
  background-color: transparent;
  border: 1px solid #38c148;
  color: #38c148;
}
.property__whatsapp::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f232";
  margin-right: 5px;
  font-size: 1rem;
}
.property__more {
  background-color: transparent;
  border: 1px solid #3694eb;
  color: #3694eb;
}
.property__more:hover {
  background-color: #3694eb;
  border: 1px solid #3694eb;
  color: #ffffff;
}
.property__whatsapp:hover {
  background-color: #38c148;
  border: 1px solid #38c148;
  color: #ffffff;
}
.property__whatsapp,
.property__more {
  width: 165px;
  padding: 7px 25px;
}
/* Конец стилей главной страницы */
@media (max-width: 1200px) {
  .sales-single__image-wrap {
    height: 268px;
  }
  .property__whatsapp,
  .property__more {
    width: 122px;
    padding: 7px 13px;
    font-size: 0.9rem;
  }
  .property__index {
    width: 31%;
  }
}
@media (max-width: 920px) {
  .articles__post {
    width: calc(50% - 2%);
  }
  .articles__wrapper {
    gap: 3%;
    row-gap: 20px;
  }
  .sales-single__image-wrap {
    height: 200px;
  }
  .article-single__wrapper {
    grid-template-areas:
      "main"
      "sidebar";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .property__index {
    width: 48%;
  }
  .articles-single__image-wrap{
    height: calc(600px - 1%);
  }
}
@media (max-width: 650px) {
  .articles__post {
    width: 100%;
  }
  .articles__wrapper {
    gap: 3%;
    row-gap: 20px;
  }
  .sales__post-title {
    font-size: 1.3rem;
    margin: 20px 20px 0 20px;
    line-height: 120%;
  }
  .sales__post-subtitle {
    margin: 20px 20px 20px 20px;
    font-size: 1rem;
  }
  .sales-single__image-wrap {
    height: 142px;
  }
  .sales__details {
    margin: 0 20px 20px 20px;
  }
  .sales__button {
    padding: 5px 9px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 0.8rem;
  }
  .sales-gift {
    position: absolute;
    top: 11px;
    z-index: 1;
    color: #fff;
    background: #18a923;
    padding: 5px 10px;
    font-size: 1rem;
    left: -7px;
    border-radius: 4px 0 4px 0;
  }
  .property__index {
    width: 48%;
  }
  .property__post-title {
    font-size: 13px;
    margin: 5px 5px 0 5px;
    text-align: center;
  }
  .property__details-index {
    flex-direction: column-reverse;
    align-items: center;
    gap: 7px;
    margin: 0 5px 0 5px;
  }
  .property__details-index-main {
    flex-direction: column-reverse;
    align-items: center;
    gap: 7px;
    margin: 0 5px 0 5px;
  }
  .property__details-stats {
    flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    gap: 7px 0;
    padding: 15px 5px 0;
  }
  .property__list {
    gap: 10px;
  }
  .property__details {
    margin: 10px 5px 15px 5px;
    padding-left: 7px;
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 0;
  }
  .property__details-item {
    display: block;
    width: 50%;
    margin-right: 0;
  }
  .property__image-wrap {
    height: 120px;
  }
  .property__details-bedroom::before {
    font-size: 0.85rem;
  }
  .articles-single__image-wrap{
    height: 300px;
  }
}

/*about*/
.about {
  margin: 0 0 100px;
}
.about__head {
  display: flex;
  gap: 150px;
}
.about__head-left,
.about__head-right {
  width: 50%;
}
.about__under-title {
  font-family: "Inter", Arial, sans-serif;
  color: #235687;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.about__title {
  font-family: "Inter", Arial, sans-serif;
  color: #0a1510;
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  margin: 17px 0 21px;
}
.about__hr {
  height: 3px;
  width: 44px;
  background: #235687;
}
.about__description {
  color: #0a1510;
  font-family: "Archivo", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 75px 0 0 0;
}
.about__subdescription {
  font-family: "Archivo", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #235687;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
}
.about__subdescription i {
  margin-right: 5px;
}
.about__slider {
  margin-top: 70px;
  height: 570px;
}
.swiper-nav {
  background: #fff;
}
.swiper-button-prev-about,
.swiper-button-next-about {
  background: #fff;
  opacity: 1;
  font-size: 10px;
  padding: 33px;
  cursor: pointer !important;
  border-radius: 0 !important;
  top: var(90%, 50%);
}
.swiper-button-prev-about {
  right: 68px !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
}
.swiper-button-next-about {
  right: 0px !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
}
.swiper-button-prev-about:after,
.swiper-rtl .swiper-button-next-about:after,
.swiper-button-next-about:after,
.swiper-rtl .swiper-button-prev-about:after {
  font-size: 25px !important;
  color: #0a1510 !important;
}
.about__stats {
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
}
.about__stat-item {
  width: 33.333%;
  box-sizing: border-box;
  border-right: 1px solid #d3d2d2;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  text-align: center;
}
.about__stat-item:last-of-type {
  border: 0;
}
.about__stat-num {
  font-family: "Inter", Arial, sans-serif;
  color: #0a1510;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 70px;
}
.about__stat-hr {
  margin: 10px auto;
}
.about__stat-desc {
  color: #0a1510;
  font-family: Sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 30px;
  padding: 0px 20px;
}

.about__swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 1);
  border-radius: 0px;
}

.about__swiper-slide-image {
  position: absolute;
  object-fit: cover;

  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;

  z-index: 0;
}
.sliderIndex {
  height: calc(100vh - 179px);
  margin-bottom: 60px;
}

/*index slider*/
:root {
  --swiper-navigation-color: rgba(255, 255, 255, 1);
  --swiper-pagination-color: rgba(35, 86, 135, 1);
  --swiper-pagination-bullet-inactive-color: rgba(35, 86, 135, 1);
  --swiper-pagination-progressbar-bg-color: rgba(35, 86, 135, 0.25);
}
.sliderIndex__swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sliderIndex__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 1);
  border-radius: 0px;
}

.sliderIndex__swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 48px 180px;
  align-items: flex-start;
  justify-content: center;
}

.sliderIndex__swiper-slide-title {
  font-family: "Inter", Arial, sans-serif;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 1);
  max-width: 550px;
  margin-bottom: 15px;
  line-height: 115%;
}

.sliderIndex__swiper-slide-text {
  max-width: 640px;
  font-size: 22px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  max-width: 500px;
}

.sliderIndex__swiper-slide-title + .sliderIndex__swiper-slide-text {
  margin: 8px 0 30px;
}

.sliderIndex__swiper-slide-image {
  position: absolute;
  object-fit: cover;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*property with filter*/

.houses__cols .property__list {
  gap: 18px;
  margin-top: 0;
  width: 940px;
}
.houses__cols .sales__button {
  padding: 5px 10px;
}
@media (max-width: 1200px) {
  .houses__cols .property__list {
    gap: 18px;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .houses__cols .property__index {
    width: 47%;
  }
}

/* Новые стили после редизайна сайта */
.project-top .container{
  margin-top: 30px;
}

.project-top .article-single__wrapper{
  grid-template-columns: none;
  gap: 0;
  grid-template-rows: none;

}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.project-top sidebar{
  display: none;
}
.project-top .main_article_single{
  padding: 0;
}
.project-top .articles-single__title {
  margin-top: 25px;
  text-align: center;
}
.project-top a {
  color: black;
  text-decoration: none;
  text-align: left;
}
.author_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  color: #838383;
}
span.author_info__date {
  margin-left: 20px;
}
.other_rand_articles_wrapper {
  width: 100%;
}
.other_rand_articles_title {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.other_rand_articles_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.other_rand_articles_item {
  width: 30%;
  display: block;

}
.other_rand_articles_item_wrapper {
  width: 100%;
  position: relative;
  height: 300px;
  transition: 1s;

}
.other_rand_articles_item_overlay {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(125 125 125 / 65%);
  padding: 10px;
  border-radius: 10px;
  font-size: 25px;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: 400;
}
.other_rand_articles_item_wrapper>img {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.other_rand_articles_item_wrapper:hover {
  transform: scale(1.1); 
 }
 .other_rand_articles {
  margin: 30px 0px 50px 0px;
}
@media (max-width: 850px) {
  .other_rand_articles_item {
    width: 100%;
  }
  .other_rand_articles_item_wrapper>img{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
/* Блок с рандомными домами */
:root {
  --swiper-navigation-color: rgba(10, 188, 34, 1);
}

.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* background-color: rgba(51, 51, 51, 1); */
  border-radius: 0px;
}

.swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0px 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-slide-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 1);
}

.swiper-button-next,
.swiper-button-prev {
  top: 25% !important;
}

.project__title-wrap {
  width: 100%;
}

.project__title {
  font-size: 20px;
}

.project__stats-item {
  align-items: center;
}

.project__stats-num {
  font-size: 16px;
}

.project__options-price {
  align-items: center;
}

.project__options-wrap {
  width: 100%;
}

.img_wrapper {
  width: 100%;
  height: 250px;
  position: relative;
}

.img_wrapper>img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
}

.project__title-wrap {
  display: flex;
  margin: 17px 0 17px 0;
}
@media (max-width: 1200px) {
  .swiper {
    max-width: 870px;
  }
  .project__stats-name {
    font-size: 14px;
  }
.project__stats-num {
  font-size: 14px;
  }
}
@media (max-width: 870px) {
  .swiper {
    max-width: 670px;
  }
}
@media (max-width: 690px) {
  .swiper {
    max-width: 100%;
  }
  .project__stats-item {
    width: 100%;
    gap: 2px;
    justify-content: center;
}
  .project__stats-wrap {
    gap: 5px;
}
.project__title {
  font-size: 18px;
  margin: 0px;
}
.img_wrapper {
  height: 200px;
}
.swiper-button-next, .swiper-button-prev {
  top: 20% !important;
}
.project__options-time-title,.project__options-time-value,.project__options-price-value,.project__options-price-value span {
  font-size: 13px;
}
.project__stats-wrap {
  padding: 0 0 10px;
}
.random_housees {
  width: 370px;
  margin: 0 auto;
}
.price-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 2;
  width: 70%;
  background: #44c054;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 0px;
  color: white;
  font-weight: 400;
  font-size: 12px;
}
}
