section{
  padding: 40px 0;
}
.btn-theme-red{
  /* border: 1.5px solid #7DBA38; */
  line-height: 50px;
  height: 50px;
}
.btn-theme-red::after{
  height: 50px;
  top: -50px;
}
.btn-theme-border{
  border: 1.5px solid #7DBA38;
  color: #7DBA38;
}
.btn-theme-border:hover{
  border: 1.5px solid #212121;
  color: #212121;
}
#callback-invest.modal .content {
    height: auto;
    max-width: 680px;
}
#callback-invest.modal .content form {
    max-width: 400px;
}
@media screen and (max-width: 1200px){
  .projects-investments .items-projects-investments > .item .btn-theme-red{
    width: 100%;
    max-width: 100%;
  }
}

/* hero-investments */
.hero-investments{
  padding: 200px 0 140px;
  /* background-image: url(../img/hero-invest-1.jpg); */
  background-image: url(../img/bg_top_about_.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
}
.hero-investments img{
  max-width: 55%;
  position: absolute;
  right: 0;
  top: 100px;
}
.hero-investments .text{
  max-width: 50%;
}
.hero-investments .text h1{
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-investments .text p{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #573E31;
  line-height: 22px;
  max-width: 464px;
  letter-spacing: .2em;
}
.hero-investments .wrapper-buttons{
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.hero-investments .big-cloud,
.hero-investments .small-cloud{
	position: absolute;
	top: 0;
	z-index: 9;
}
.hero-investments .big-cloud{
	left: -100px;
	animation: movebigcloud 250s infinite ease-out;
	max-width: 33%;
}
.hero-investments .small-cloud{
	left: 0;
	animation: movesmallcloud 70s infinite ease-out;
	max-width: 20%;
}
@keyframes movesmallcloud {
  0% {
		left: 0;
  }
  50%{
		left: 100%;
  }
  100%{
		left: 0;
  }
}
@keyframes movebigcloud {
  0% {
		left: 0;
  }
  50%{
		left: 100%;
  }
  100%{
		left: 0;
  }
}
@media screen and (max-width: 1600px){
  .hero-investments .text h1{
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px){
  .hero-investments .text h1{
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px){
  .hero-investments .text h1{
    font-size: 45px;
  }
  .hero-investments .wrapper-buttons{
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-investments .wrapper-buttons a{
    width: 300px;
    text-align: center;
  }
  .hero-investments img{
    max-width: 50%;
    top: 200px;
  }
}
@media screen and (max-width: 991px){
  .hero-investments .text{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .hero-investments .text p{
    margin: auto;
  }
  .hero-investments .wrapper-buttons{
    justify-content: center;
  }
  .hero-investments img{
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px){
  .hero-investments{
    padding: 200px 0 30px;
  }
  .hero-investments .text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px){
  .hero-investments .wrapper-buttons a{
    width: 100%!important;
    max-width: 100%!important;
  }
}
/* -- hero-investments */

/* partner-investments */
.partner-investments h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
.items-partner-investments{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.items-partner-investments .item{
  width: calc((100% - 30px) / 2);
  border: 2px solid #E7E7E7;
  padding: 30px;
  text-align: center;
}
.items-partner-investments .item img{
  margin-bottom: 30px;
}
.items-partner-investments .item .title{
  font-size: 30px;
  color: #212121;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 72px;
}
.items-partner-investments .item .title span{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #7DBA38;
  padding: 2px 15px;
}
.items-partner-investments .item .income{
  font-size: 20px;
  color: #7DBA38;
  line-height: 26px;
  padding: 12px;
  border: 1px solid #7DBA38;
  max-width: 376px;
  margin: auto;
  font-weight: 700;
}
.items-partner-investments .item .subincome{
  font-size: 16px;
  color: #7DBA38;
  font-weight: 600;
  margin: 5px 0 15px;
}
.items-partner-investments .item .description-partner-investments{
  margin-bottom: 15px;
  min-height: 195px;
}
.items-partner-investments .item .description-partner-investments p{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
/* .items-partner-investments .item:nth-child(2) .description-partner-investments p{
  font-size: 15px;
} */
.items-partner-investments .item ul{
  display: inline-block;
  margin-top: 15px;
}
.items-partner-investments .item ul li{
  text-align: left;
  padding-left: 26px;
  position: relative;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.items-partner-investments .item ul li:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  left: 0;
  background-image: url(../img/check-list.svg);
  background-size: 15px 12px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px){
  .partner-investments h2{
    font-size: 40px;
  }
  .items-partner-investments .item .title{
    font-size: 24px;
    min-height: 60px;
  }
  .items-partner-investments .item .description-partner-investments{
    min-height: 195px;
  }
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
  .partner-investments h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 991px){
  .items-partner-investments .item{
    width: 100%;
  }
  .items-partner-investments .item .description-partner-investments p{
    font-size: 15px;
  }
  .items-partner-investments .item ul li{
    font-size: 15px;
  }
  .items-partner-investments .item .description-partner-investments{
    min-height: 0;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){
  .items-partner-investments .item{
    padding: 20px;
  }
  .items-partner-investments .item .title{
    font-size: 20px;
  }
  .items-partner-investments .item .title span{
    font-size: 16px;
  }
  .items-partner-investments .item .income{
    font-size: 18px;
  }
}
/* -- partner-investments */

/* text-investments */
.text-investments{

}
.text-investments h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
.text-investments .container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
/* .text-investments .container > div{
  width: calc((100% - 40px) / 2);
} */
.text-investments .container .slider-gallery{
  width: 500px;
  position: sticky;
  top: 60px;
  margin-bottom: 0;
}
.text-investments .container .text{
  width: calc(100% - 540px);
}
.text-investments .text p{
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 26px;
}
.invest-slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.invest-slider .item{
	position: relative;
}
.invest-slider .item:after{
	transition: all 0.3s ease-out;
}
.invest-slider .item:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.6;
	height: 60px;
}
.invest-slider .item .image{
	opacity: 0.6;
	transition: all 300ms ease;
}
.invest-slider .item .image{
	opacity: 1;
	padding: 0;
}
.invest-slider .item .image img{
  transition: all 300ms ease;
	width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.invest-slider .slick-dots{
	bottom: 0;
	padding: 20px 0;
}
.invest-slider .slick-dots li{
	border: 1px solid transparent;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	margin: 0;
	text-align: center;
}
.invest-slider .slick-dots li.slick-active{
	border: 1px solid #fff;
}
.invest-slider .slick-dots li button{
	padding: 0;
	width: 6px;
	height: 6px;
	display: inline-block;
}
.invest-slider .slick-dots li button:before{
	color: #fff;
	width: 6px;
	height: 6px;
	position: relative;
	line-height: 19px;
}
.arrows-invest-slider{
	position: absolute;
	bottom: -61px;
	left: 0;
	width: 100%;
	height: 61px;
}
.arrows-invest-slider .next-slide{
	position: absolute;
	right: 20px;
	top: -35px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.arrows-invest-slider .prev-slide{
	position: absolute;
	left: 20px;
	top: -35px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.arrows-invest-slider .next-slide:hover,
.arrows-invest-slider .prev-slide:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1600px){
  .text-investments h2{
    font-size: 40px;
  }
  .text-investments .text p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
  .text-investments h2{
    font-size: 30px;
  }
  .text-investments .container .slider-gallery{
    width: 400px;
  }
  .text-investments .container .text{
    width: calc(100% - 440px);
  }

}
@media screen and (max-width: 991px){
  .text-investments .container > div{
    width: 100%!important;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){

}
/* -- text-investments */

/* projects-investments */
.projects-investments h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
.projects-investments .items-projects-investments{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.projects-investments .items-projects-investments > .item{
  width: calc((100% - 30px) / 2);
  padding: 30px;
  border: 2px solid #E7E7E7;
}
.slider-item-projects-investments{
  position: relative;
}
.projects-investments .items-projects-investments > .item .description{
  max-width: 566px;
  margin: 30px auto 0;
  position: relative;
}
.projects-investments .items-projects-investments > .item .description .marker{
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #7DBA38;
  width: 205px;
  line-height: 1.4;
  border: 1.5px solid #7DBA38;
  color: #7DBA38;
  top: 0px;
  right: 0px;
  text-align: center;
  padding: 10px 30px;
}
.projects-investments .items-projects-investments > .item .description .suptitle{
  font-size: 18px;
  font-weight: 500;
  color: #7DBA38;
  margin-bottom: 10px;
}
.projects-investments .items-projects-investments > .item .description .title{
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 15px;
  line-height: 1.4;
}
.projects-investments .items-projects-investments > .item .description .title span{
  color: #7DBA38;
}
.projects-investments .items-projects-investments > .item .description .title span.with-repair{
  display: block;
  font-size: 20px;
}
.projects-investments .items-projects-investments > .item .description ul{
  margin-bottom: 30px;
}
.projects-investments .items-projects-investments > .item .description ul li{
  line-height: 1.4;
  padding: 5px 0;
}
.projects-investments .items-projects-investments > .item .description sup{
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
  position: relative;
  top: -0.1em;
}

.projects-investments .slick-dots {
    bottom: 0;
    padding: 20px 0;
}
.projects-investments .slick-dots li {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    margin: 0;
    text-align: center;
}
.projects-investments .slick-dots li.slick-active {
    border: 1px solid #fff;
}
.projects-investments .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    display: inline-block;
}
.projects-investments .slick-dots li button:before {
    color: #fff;
    width: 6px;
    height: 6px;
    position: relative;
    line-height: 19px;
}
.projects-investments .item.slick-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.6;
    height: 60px;
}
@media screen and (max-width: 1600px){
  .projects-investments h2{
    font-size: 40px;
  }
  .projects-investments .items-projects-investments > .item .description .title{
    font-size: 24px;
  }
  .projects-investments .items-projects-investments > .item .description .title span{

  }
  .projects-investments .items-projects-investments > .item .description .suptitle{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .projects-investments .items-projects-investments > .item .description .marker{
    width: 175px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
  .projects-investments h2{
    font-size: 30px;
  }
  .projects-investments .items-projects-investments > .item{
    width: 100%;
  }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
  .projects-investments .items-projects-investments > .item .description .marker{
    font-size: 13px;
    width: 110px;
    padding: 5px 5px;
  }
  .projects-investments .items-projects-investments > .item .description .title{
    font-size: 20px;
  }
  .projects-investments .items-projects-investments > .item .description .suptitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 400px){
  .projects-investments .items-projects-investments > .item{
    padding: 20px;
  }
  .projects-investments .items-projects-investments > .item .description .title{
    font-size: 20px;
  }
  .projects-investments .items-projects-investments > .item .description .marker{
    font-size: 12px;
    width: 100px;
    padding: 5px 5px;
  }
  .projects-investments .items-projects-investments > .item .btn-theme-red{
    font-size: 13px;
  }
}
/* -- projects-investments */

/* why-choose-it-investments */
.why-choose-it-investments h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
.why-choose-it-investments .container{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.why-choose-it-investments .container > div{
  width: calc((100% - 40px) / 2);
}
.why-choose-it-investments .text h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}
.why-choose-it-investments .text p{
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 20px;
}
.why-choose-it-investments .text ul{
  margin-bottom: 26px;
  padding-left: 20px;
}
.why-choose-it-investments .text ul li{
  font-size: 18px;
  line-height: 1.44;
  list-style: disc;
}
.why-choose-it-investments .images{
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 30px;
}
.why-choose-it-investments .images img{
  display: block;
}
.why-choose-it-investments .images .images-24{
  display: flex;
  gap: 30px;
}
.why-choose-it-investments .images .images-24 .image-2,
.why-choose-it-investments .images .images-24 .image-34{
  width: calc((100% - 30px) / 2);
}
.why-choose-it-investments .images .images-24 .image-34{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.why-choose-it-investments .images .images-24 .image-34 > div{
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1600px){
  .why-choose-it-investments h2{
    font-size: 40px;
  }
  .why-choose-it-investments .text h3{
    font-size: 24px;
  }
  .why-choose-it-investments .text ul li,
  .why-choose-it-investments .text p{
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
  .why-choose-it-investments h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 991px){
  .why-choose-it-investments .container > div {
      width: 100%;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){
  .why-choose-it-investments .images,
  .why-choose-it-investments .images .images-24,
  .why-choose-it-investments .images .images-24 .image-34{
    gap: 20px;
  }
  .why-choose-it-investments .images .images-24 .image-2, .why-choose-it-investments .images .images-24 .image-34 {
    width: calc((100% - 20px) / 2);
  }
}
/* -- why-choose-it-investments */
