.complite-projects-block {
  padding: 100px 0px 50px;
}
.complite-projects-block .title {
  margin-bottom: 40px;
}
.complite-projects-block .project {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: start;
  align-items: flex-start;
}
.complite-projects-block .project .project-img,
.complite-projects-block .project .project-text-holder {
  width: calc(50% - 15px);
}
.complite-projects-block .project .project-img {
  height: auto;
  max-height: 500px;
  margin: 0px;
}
.complite-projects-block .project .project-img img {
  max-width: 750px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.complite-projects-block .project .project-text-holder {
  position: relative;
}
.complite-projects-block .project .project-text-holder .nav__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  height: 44px;
  max-width: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right {
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  overflow: none;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left svg path,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right svg path {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #f6f7f7;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left svg rect,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right svg rect {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #7a9e2d;
  fill: #7a9e2d;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left.swiper-button-disabled,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left:hover svg path,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right:hover svg path {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  stroke: #7a9e2d;
}
.complite-projects-block .project .project-text-holder .nav__holder .arr_left:hover svg rect,
.complite-projects-block .project .project-text-holder .nav__holder .arr_right:hover svg rect {
  transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  fill: #f6f7f7;
}
.complite-projects-block .project .project-text-holder .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: start;
  align-items: flex-start;
}
.complite-projects-block .project .project-text-holder .swiper-slide .sw-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #1d1d1b;
  padding-right: 130px;
  margin-bottom: 25px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .sw-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #606060;
  margin-bottom: 20px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .rooms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .rooms .room-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-align: center;
  align-items: center;
  width: calc(50% - 10px);
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 10px;
  color: #606060;
}
.complite-projects-block .project .project-text-holder .swiper-slide .rooms .room-item svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .info__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  width: 100%;
  margin-bottom: 20px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .info__holder .square {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #1d1d1b;
  margin-right: 5px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .info__holder .price {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #7a9e2d;
  margin-left: auto;
  margin-right: 30px;
}
.complite-projects-block .project .project-text-holder .swiper-slide .credit__holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  width: 100%;
}
.complite-projects-block .project .project-text-holder .swiper-slide .credit__holder .credit-icon {
  max-width: 250px;
  max-height: 40px;
  width: fit-content;
  height: auto;
}
.complite-projects-block .project .project-text-holder .swiper-slide .credit__holder .credit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.complite-projects-block .project .project-text-holder .swiper-slide .credit__holder .credit {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #7a9e2d;
}
@media screen and (max-width: 1400px) {
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder .square {
    font-size: 26px;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder .price {
    font-size: 26px;
  }
}
@media screen and (max-width: 1221px) {
  .complite-projects-block .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-align: start;
    align-items: flex-start;
  }
  .complite-projects-block .project .project-img,
  .complite-projects-block .project .project-text-holder {
    width: 100%;
  }
  .complite-projects-block .project .project-img {
    margin-bottom: 30px;
  }
  .complite-projects-block .project .project-img img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .complite-projects-block {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 578px) {
  .complite-projects-block .project .project-text-holder .nav__holder {
    max-width: none;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .sw-title {
    font-size: 24px;
    padding-right: 0px;
    padding-top: 55px;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder .square {
    font-size: 20px;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder .price {
    font-size: 20px;
    margin: 0px 0px 0px auto;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .info__holder .btn {
    margin-top: 15px;
    width: 100%;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .credit__holder .credit-icon {
    width: 100%;
  }
  .complite-projects-block .project .project-text-holder .swiper-slide .credit__holder .credit {
    flex-shrink: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 578px) {
	.complite-projects-block .project .project-img{
		height: 190px;
	}
