section{
  padding: 40px 0;
}
.btn-theme-red{
  line-height: 50px;
  height: 50px;
}
.btn-theme-red::after{
  height: 50px;
  top: -50px;
}
.btn-theme-border{
  border: 1.5px solid #74C094;
  color: #74C094;
}
.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%;
  }
}
.btn-theme{
  min-width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .btn-theme{
    width: 100%;
  }
}


/* hero-investments */
.hero-investments{
  padding: 200px 0 140px;
  background-image: url(../images/investments/hero-background.png);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.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{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  max-width: 464px;
}
.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{
    position: relative;
  }
  .hero-investments:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0) 3.82%, #161616 60.3%);
    z-index: 1;
    height: 50%;
  }
  .hero-investments .text{
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 9
  }
  .hero-investments .text p{
    margin: auto;
  }
  .hero-investments .wrapper-buttons{
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-investments .wrapper-buttons button,
  .hero-investments .wrapper-buttons a{
    width: 100%;
  }
  .hero-investments img{
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px){
  .hero-investments{
    padding: 130px 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{
  position: relative;
  z-index: 10;
}
.partner-investments .tree{
  position: absolute;
  z-index: 5;
  left: 0;
  top: -30px;
  width: 12%;
}
.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);
  padding: 0 0 30px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.items-partner-investments .item img{
  margin-bottom: 30px;
}
.items-partner-investments .item .description-partner-investments{
  margin-bottom: 15px;
  min-height: 370px;
  padding: 0 15px;
}
.items-partner-investments .item .description-partner-investments p{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #212121;
}
.items-partner-investments .item .description-partner-investments p.text-description{
  font-size: 20px;
  max-width: 525px;
  margin: auto;
}
.items-partner-investments .item:nth-child(2) .description-partner-investments p.text-description{
  font-size: 14px;
  max-width: 500px;
  margin: auto;
}
.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;
  color: #212121;
}
.items-partner-investments .item ul li:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 30px;
  left: 0;
  background-image: url(../images/investments/check-list.svg);
  background-size: 15px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.items-partner-investments .item .description-partner-investments p.title{
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 72px;
}
.items-partner-investments .item .description-partner-investments p.title span{
  display: block;
  font-size: 20px;
}
.items-partner-investments .item .description-partner-investments p.income{
  font-size: 20px;
  color: #74C094;
  line-height: 26px;
  padding: 12px;
  border: 1px solid #74C094;
  border-radius: 40px;
  max-width: 376px;
  margin: auto;
  font-weight: 700;
}
.items-partner-investments .item .description-partner-investments p.subincome{
  font-size: 16px;
  color: #74C094;
  font-weight: 600;
  margin: 5px 0 15px;
}

@media screen and (max-width: 1600px){
  .partner-investments h2{
    font-size: 40px;
  }
  .items-partner-investments .item .description-partner-investments p.title{
    font-size: 24px;
    min-height: 54px;
  }
  .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;
  }
  .items-partner-investments .item .description-partner-investments p.title{
    font-size: 20px;
  }
  .items-partner-investments .item .description-partner-investments p.income{
    font-size: 16px;
  }
}
@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{
  background-image: url(../images/investments/bg-lider.svg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 230px 0 100px;
  position: relative;
  margin-top: -100px;
}
.text-investments:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 3.82%, #161616 60.3%);
  z-index: 1;
  height: 40%;
}
.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;
  position: relative;
  z-index: 9;
}
.text-investments .container > div{
  width: calc((100% - 40px) / 2);
}
.text-investments .text p{
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 26px;
}
.text-investments img{
  border-radius: 30px;
}
.text-investments .tree{
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: -30px;
  width: 12%;
}


@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;
  }

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

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

}
/* -- text-investments */

/* projects-investments */
.projects-investments{
  position: relative;
  z-index: 10;
}
.projects-investments h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
}
.projects-investments p.subtitle{
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.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: 0 0 30px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.slider-item-projects-investments{
  position: relative;
}
.projects-investments .items-projects-investments > .item .description{
  max-width: 600px;
  margin: 30px auto 0;
  padding: 0 15px;
  position: relative;
}
.projects-investments .items-projects-investments > .item .description .marker{
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: #74C094;
  width: 205px;
  line-height: 1.4;
  border: 1.5px solid #74C094;
  color: #74C094;
  top: 0px;
  right: 0px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 100px;
}
.projects-investments .items-projects-investments > .item .description .suptitle{
  font-size: 20px;
  font-weight: 500;
  color: #74C094;
}
.projects-investments .items-projects-investments > .item .description .title{
  font-size: 40px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 15px;
}
.projects-investments .items-projects-investments > .item .description .title span{
  font-size: 24px;
  color: #74C094;
}
.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;
  color: #212121;
}
.projects-investments .items-projects-investments > .item .description ul li strong{
  font-weight: 600;
}
.projects-investments .items-projects-investments > .item .description sup{
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
  position: relative;
  top: -0.1em;
}
.items-projects-investments .swiper-pagination{
  position: absolute!important;
  bottom: 0px;
  top: auto !important;
  margin-top: 0;
  padding: 50px 0 20px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
}

@media screen and (max-width: 1600px){
  .projects-investments h2{
    font-size: 40px;
  }
  .projects-investments .items-projects-investments > .item .description .title{
    font-size: 30px;
  }
  .projects-investments .items-projects-investments > .item .description .title span{
    font-size: 20px;
  }
  .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 .description .marker{
    right: 15px;
  }
}
@media screen and (max-width: 991px){
  .projects-investments .items-projects-investments > .item{
    width: 100%;
  }
}
@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: 26px;
  }
  .projects-investments .items-projects-investments > .item .description .suptitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 400px){
  .projects-investments .items-projects-investments > .item{
    padding: 0px;
    border-radius: 16px;
  }
  .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{
  padding-top: 230px;
  background-image: url(../images/investments/bg-lider.svg);
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: -100px;
  position: relative;
}
.why-choose-it-investments .tree{
  position: absolute;
  z-index: 5;
  left: 0;
  top: 60px;
  width: 12%;
}
.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;
  position: relative;
  z-index: 9
}
.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: 26px;
}
.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;
}
.why-choose-it-investments .images img{
  display: block;
  border-radius: 30px;
}
.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;
  border-radius: 30px;
}
@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){
  .why-choose-it-investments .images img,
  .why-choose-it-investments .images .images-24 .image-34 > div{
    border-radius: 16px;
  }
}
@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 */
