.team__intro{
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url(https://forest-garden.ru/local/templates/forest_index/assets/images/webp/intro-background.webp);
  background-position: top;
  background-size: 100% 1000px;
  background-repeat: no-repeat;
}
.team__intro .team__intro-banner{
  position: relative;
  height: 680px;
  width: 100%;
  margin-bottom: 50px;
}
.team__intro .team__intro-banner > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  outline: 20px solid rgba(170, 129, 237, 1);
  object-fit: cover;
}
.team__intro .team__intro-banner .float-right,
.team__intro .team__intro-banner .float-left{
  position: absolute;
}
.team__intro .team__intro-banner .float-right img,
.team__intro .team__intro-banner .float-left img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.team__intro .team__intro-banner .float-right{
  bottom: -60px;
  width: 317px;
  height: 340px;
  right: -166px;
  object-fit: contain;
}
.team__intro .team__intro-banner .float-left{
  bottom: -40px;
  width: 370px;
  height: 400px;
  left: -169px;
  object-fit: contain;
  transform: scaleX(-1);
}
.team__intro-text{
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 100px;
}
.team__intro-text p{
  font-size: 46px;
  line-height: 54.46px;
  font-weight: 500;
  max-width: 830px;
}
.team__intro-text p span{
  color: rgba(38, 153, 214, 1);
}
.team__intro-flex{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.team__intro-block{
  width: calc(50% - 20px);
}
.team__intro-video{
  width: calc(50% - 20px);
}
.team__intro-video img{
  width: 100%;
}
.team__intro-block .team__intro-block__img{
  margin-bottom: 57px;
  background: rgba(217, 193, 255, 1);
  width: 100%;
  height: 217px;
  border-radius: 40px;
  position: relative;
}
.team__intro-block .team__intro-block__img img{
  position: absolute;
  width: calc(100% - 42px * 2);
  height: 100%;
  top: 0.1rem;
  left: 42px;
  object-fit: contain;
}
@media (max-width: 640px){
    .team__intro-block .team__intro-block__img{
        height: 50vw;
    }
    .team__intro-block .team__intro-block__img img{
        left: 0;
        width: 100%;
    }
}
.team__intro-block p{
  font-size: 18px;
  line-height: 27px;
}

.vacancy__list{
  padding: 100px 0;
  background-image: url(https://forest-garden.ru/local/templates/forest_index/assets/images/webp/intro-background.webp);
  background-position: top;
  background-size: 100% 1000px;
  background-repeat: no-repeat;
}
.vacancy__list-head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
    gap: 20px;
}
.vacancy__list-tab{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
width: calc(25% - 20px);
}
.vacancy__list-tab .vacancy__list-tab__img{
  margin-bottom: 10px;
  position: relative;
  filter: grayscale(1);
  transition: .2s ease-in-out;
width: 100%;
}
.vacancy__list-tab .vacancy__list-tab__img img{
  position: relative;
  z-index: 1;
width: 100%;
    height: 360px;
    object-fit: contain;
object-position: bottom;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
}
.vacancy__list-tab.active .vacancy__list-tab__img{
  filter: grayscale(0);
}
.vacancy__list-tab .vacancy__list-tab__img::after{
  position: absolute;
  content: '';
  width: 100%;
  aspect-ratio: 1;
  background: rgba(217, 193, 255, 1);
  border-radius: 60px;
  bottom: 0;
  left: 0;
}
.vacancy__list-tab__title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  opacity: 0.5;
}
.vacancy__list-tab.active .vacancy__list-tab__title{
  opacity: 1;
}
.vacancy__list-body{
  padding: 40px;
  background: rgba(245, 245, 245, 1);
  border-radius: 40px;
}
.vacancy__list-body .tab__el-head{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vacancy__list-body .tab__el-head .tab__el-title{
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
}
.vacancy__list-body .tab__el-head .tab__el-salary{
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
.vacancy__list-body .tab__el-body .flex-block{
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-bottom: 40px;
}
.vacancy__list-body .tab__el-body .flex-block .tab__el-col{
  width: 100%;
}
.vacancy__list-body .tab__el-body .flex-block .tab__el-col .tab__el-col-title{
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 20px;
}
.vacancy__list-body .tab__el-body .flex-block .tab__el-col p{
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.vacancy__list-tab__el{
  display: none;
}
.vacancy__list-tab__el[data-tab-el="1"]{
  display: block;
}

.corporate__culture{
  padding: 100px 0;
  background-image: url(https://forest-garden.ru/local/templates/forest_index/assets/images/webp/intro-background.webp);
  background-position: top;
  background-size: 100% 1000px;
  background-repeat: no-repeat;
}
.corporate__culture-inner{
  position: relative;
}
.corporate__culture-inner img{
  padding-top: 230px;
  width: 100%;
}
.corporate__culture-inner .float__text{
  position: absolute;
  width: 480px;
}
.corporate__culture-inner .float__text .float__text-title{
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
.corporate__culture-inner .float__text .float__text-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.corporate__culture-inner .float__text:nth-child(1){
  top: 93px;
  left: -10%;
}
.corporate__culture-inner .float__text:nth-child(2){
  top: 66px;
  left: 50%;
}
.corporate__culture-inner .float__text:nth-child(3){
  top: 240px;
  left: 0;
}
.corporate__culture-inner .float__text:nth-child(4){
  top: 210px;
  right: -15%;
}
@media (max-width: 1500px){
    .corporate__culture-inner .float__text{
        position: static;
        width: 50%;
        margin-bottom: 25px;
    }

    .corporate__culture-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .corporate__culture h2.title{
        margin-bottom: 30px;
    }
    .corporate__culture-inner img{
        padding-top: 0;
    }
}

.work__feedback{
  padding: 100px 20px 0 20px;
}
.work__feedback .title{
  margin-bottom: 40px;
}
.work__feedback-slider .feedback{
  padding: 40px;
  background: rgba(245, 245, 245, 1);
  border-radius: 40px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1200px){
    .work__feedback-slider .feedback{
        flex-direction: column;
    }
}
.work__feedback-slider .feedback img{
  width: 210px;
  border-radius: 20px;
}
.work__feedback-slider .feedback .feedback-name{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 800;
}
.work__feedback-slider .feedback .feedback-text{
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.work__feedback-slider{
  padding-bottom: 50px;
}
.work__feedback-slider .swiper-wrapper{
	    align-items: stretch;
}
.work__feedback-slider .swiper-slide{
    height: auto;
}
.work__feedback-slider .feedback{
    height: calc(100% - 80px);
}
.work__feedback-slider .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background: rgba(38, 153, 214, 1);
}
.tab__el-body .d-flex{
gap: 25px;
}
.tab__el-body .d-flex .share__btn{
	padding: 15px 50px;
    background: #FFB0D3;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
cursor: pointer;
    transition: .3s;
}
.tab__el-body .d-flex .share__btn:hover{
	background: #F088B6;
}
.send__resume .send__resume-inner{
background-image: url(../images/send-background.png);
background-size: cover;
    margin-bottom: 100px;
    border-radius: 40px;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send__resume .send__resume-inner p{
	font-size: 30px;
	line-height: 45px;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	font-family: "Proxima Nova Lt";
}
.send__resume .send__resume-inner p a{
	color: #2699D6;
}
.send__resume .send__resume-inner p a:hover{
	text-decoration: underline;
}
.send__resume{
position: relative;
}
.send__resume .ancor{
	position: absolute;
	top: -40vh;
}
.tab__el-body .d-flex{
position: relative;

}
.tab__el-body .d-flex .float__person{
    width: 260px;
    height: 280px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tab__el-body .tab__el-flex{
	display: flex;
	gap: 40px;
margin-bottom: 40px;
}
.tab__el-body .tab__el-flex .tab__el-col{
	width: calc(50% - 20px);
}
.tab__el-body .tab__el-flex + .tab__el-flex .tab__el-col{
	width: 35%;
}
.tab__el-body .tab__el-flex .tab__el-col p{
	font-size: 16px;
	line-height: 24px;
}
.tab__el-body .tab__el-flex .tab__el-col .tab__el-flex__title{
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
margin-bottom: 10px;
}
.tab__el-controls{
	margin-top: 20px;
}
@media (max-width: 1400px){
    .team__intro{
        overflow: hidden;
    }
    .team__intro .team__intro-banner{
        height: 480px;
        width: 81%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media (max-width: 640px) {
	.tab__el-body .d-flex .float__person{
	display: none;
    }
  .team__intro{
    padding: 118px 0 44px 0;
    overflow: hidden;
    background: unset;
  }
	.send__resume .ancor{
		position: absolute;
		top: -120px;
	}
  .team__intro .team__intro-banner{
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
  .team__intro .team__intro-banner .float-left{
    display: none;
  }
  .team__intro .team__intro-banner .float-right{
    right: -100px;
  }
  .team__intro-text{
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }
  .team__intro-text p{
    font-size: 40px;
  }
  .team__intro-flex{
    flex-direction: column-reverse;
    gap: 20px;
  }
  .team__intro-block{
    width: 100%;
  }
  .team__intro-video {
    width: 100%;
  }
  .vacancy__list{
    background: unset;
    padding: 44px 0;
    overflow: hidden;
  }
  .vacancy__list-head{
    gap: 11px;
    margin: 0 -20px 20px -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    scroll-behavior: smooth;
  }
  .vacancy__list-body .tab__el-head{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .vacancy__list-body .tab__el-head .tab__el-title{
    font-size: 25px;
    line-height: 32px;
  }
  .vacancy__list-body .tab__el-head .tab__el-salary{
    font-size: 21px;
    line-height: 32px;
  }
  .vacancy__list-body .tab__el-body .flex-block{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .vacancy__list-body .tab__el-body .flex-block .tab__el-col{
    margin-bottom: 0;
    width: 100%;
  }
  .vacancy__list-body .tab__el-body .flex-block .tab__el-col .tab__el-col-title{
    font-size: 22px;
    line-height: 24px;
  }
  .vacancy__list-body .tab__el-body .flex-block .tab__el-col p{
    font-size: 16px;
    line-height: 20px;
  }
  .corporate__culture{
    padding: 44px 0;
    background-size: auto 100%;
  }
  .corporate__culture-inner .float__text{
    position: static;
    width: 80%;
    margin-bottom: 20px;
  }
  .corporate__culture-inner .float__text:nth-child(2n){
    margin-left: auto;
  }
  .corporate__culture-inner img{
    padding-top: 0;
    width: 100%;
  }
  .corporate__culture .title{
    margin-bottom: 40px;
  }
  .work__feedback{
    padding: 44px 20px;
  }
  .work__feedback-slider .feedback{
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .work__feedback-slider .feedback img{
    max-width: 100%;
  }
	.send__resume .send__resume-inner p{
		font-size: 25px;
	}
	.send__resume .send__resume-inner{
		padding: 160px 20px;
		background-position: center;
	}
	.send__resume .send__resume-inner p a{
    font-size: 20px;
	}
	.tab__el-body .d-flex{
		flex-direction: column;
	}
	.tab__el-body .intro__but{width: auto;}
	.tab__el-body .tab__el-flex .tab__el-col,
	.tab__el-body .tab__el-flex + .tab__el-flex .tab__el-col{
		width: 100%;
	}
	.tab__el-body .tab__el-flex{
		flex-direction: column;
	}
}