.circles{
	width: 14.5vw;
	margin-top: 2.4vw;
}
.sustainable-actions{
	display: flex;
	justify-content: space-between;
	width: 64vw;
	margin-top: 9vw;
}
.sustainable-actions .sustainable-action{
	width: 19.3vw;
	border-radius: .3vw;
	padding: 2.5vw;
	background: #fff;
	box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.04);
}
.sustainable-actions .sustainable-action .img{
	width: 115%;
	margin-left: -7.5%;
	height: 18.8vw;
	object-fit: contain;
	object-position: bottom;
	margin-top: -10.5vw;
}
.sustainable-actions .sustainable-action h3{
	margin: 0;
	color: #097374;
	line-height: 133%;
	font-size: 1.3vw;
	font-family: "montserrat-bold"; 
	border-top: 2px solid  #EFEFEF;
	margin-top: 1.5vw;
	padding-top: 1.9vw;
	width: 100%;
}
.sustainable-actions .sustainable-action p{
	color: rgba(51, 51, 51, 0.5);
	font-size: .8vw;
	font-family: "montserrat-regular"; 
	margin: 0;
	line-height: 2;
}
.sustainable-actions .sustainable-action p span{
	font-family: "montserrat-bold"; 
}
.sustainable-actions-cont>.img{
	position: relative;
	width: 100%;
}
.sustainable-actions-cont>.img .blue-circle-1{
	width: 1vw;
	height: 1vw;
	top: 4vw;
	left: -3vw;
	animation: shapeAnimation 9s infinite ease-in-out;
}
.sustainable-actions-cont>.img .blue-circle-2{
	width: 1vw;
	height: 1vw;
	top: 9vw;
	left: 20.5vw;
	animation: shapeAnimation 9s infinite ease-in-out .3s;
}
.sustainable-actions-cont>.img .blue-circle-3{
	width: 3.4vw;
	height: 3.4vw;
	top: 4.5vw;
	left: 42.5vw;
	animation: shapeAnimation 9s infinite ease-in-out .6s;
}
.sustainable-actions-cont>.img .blue-circle-4{
	width: 1vw;
	height: 1vw;
	top: 12vw;
	right: -12vw;
	animation: shapeAnimation 9s infinite ease-in-out 1.3s;
}
.sustainable-actions-cont>.img .blue-circle-5{
	width: 1vw;
	height: 1vw;
	top: 32vw;
	right: 19vw;
	animation: shapeAnimation 9s infinite ease-in-out 2s;
}
.sustainable-actions-cont>.img .blue-circle-6{
	width: 3.4vw;
	height: 3.4vw;
	top: 29.5vw;
	right: 48vw;
	animation: shapeAnimation 9s infinite ease-in-out 2.6s;
}
.sustainable-actions-cont>.img .cross-shape{
	width: 1.5vw;
	position: absolute;
}
.sustainable-actions-cont>.img .cross-shape-1{
	right: -2vw;
	top: 3vw;
	animation: shapeAnimation 9s infinite ease-in-out 1s;
}
.sustainable-actions-cont>.img .cross-shape-2{
	right: -4vw;
	top: 26vw;
	animation: shapeAnimation 9s infinite ease-in-out 1.6s;
}
.sustainable-actions-cont>.img .cross-shape-3{
	left: 16vw;
	top: 33vw;
	animation: shapeAnimation 9s infinite ease-in-out 2.3s;
}
.sustainable-actions-cont>.img .cross-shape-4{
	top: 18vw;
	left: -3vw;
	animation: shapeAnimation 9s infinite ease-in-out 3s;
}
.servises{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50vw;
	margin: 5vw auto;
	margin-top: 8.5vw;
	position: relative;
}
.servises:before{
	z-index: 3;
	position: absolute;
	border-bottom: 1px dashed #106C7C;
	content: '';
	width: 80%;
	left: 10%;
}
.servises .servise{
	width: 15vw;
	padding: 1.8vw .5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	font-family: "montserrat-medium"; 
	color: #2FB0AB;
	letter-spacing: 3px;
	text-transform: uppercase;
	box-shadow: 0px 2px 24px #ECECEC;
	border-radius: .8vw;
	position: relative;
	z-index: 5;
	background: #fff;
	cursor: pointer;
}
.servises .servise.active{
	color: #fff;
	background: #2FB0AB;
}
.unwrapped-servises{
	width: 67vw;
}
.unwrapped-servise{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1vw;
}
.unwrapped-servise.reverse{
	flex-direction: row-reverse;
}
.unwrapped-servise .img{
	width: 29vw;
	margin-top: 5vw;
	position: relative;
}
.unwrapped-servise .img img{
	width: 100%;
}
.unwrapped-servise .img .blue-circle-1{
	width: 1.2vw;
	height: 1.2vw;
	top: -2.5vw;
	left: 11vw;
	animation: shapeAnimation 9s infinite ease-in-out 1.1s;
}
.unwrapped-servise .img .blue-circle-2{
	width: .85vw;
	height: .85vw;
	top: -2.3vw;
	left: 23vw;
	animation: shapeAnimation 9s infinite ease-in-out 1.4s;
}
.unwrapped-servise .img .blue-circle-3{
	width: 3vw;
	height: 3vw;
	bottom: -2.5vw;
	left: 17vw;
	animation: shapeAnimation 9s infinite ease-in-out 2s;
}
.unwrapped-servise .img .cross-shape{
	position: absolute;
}
.unwrapped-servise .img .cross-shape-1{
	width: 1.5vw;
	left: 0;
	top: 5vw;
	animation: shapeAnimation 9s infinite ease-in-out .8s;
}
.unwrapped-servise .img .cross-shape-2{
	width: 1.3vw;
	right: 3vw;
	bottom: 0vw;
	animation: shapeAnimation 9s infinite ease-in-out 1.7s;
}
.unwrapped-servise:nth-child(2) .img .blue-circle-1{
	left: -1vw;
	top: 17.5vw;
}
.unwrapped-servise:nth-child(2) .img .blue-circle-2{
	left: 5vw;
	top: unset;
	bottom: -2vw;
}
.unwrapped-servise:nth-child(2) .img .blue-circle-3{
	left: 22vw;
	bottom: unset;
	top: 1.5vw;
}
.unwrapped-servise:nth-child(2) .img .cross-shape-1{
	left: -3vw;
	top: -1vw;
}
.unwrapped-servise:nth-child(2) .img .cross-shape-2{
	bottom: 9.5vw;
	right: 5vw;
}
.unwrapped-servise:nth-child(3) .img .cross-shape-1{
	left: 4.5vw;
	top: 3vw;
}
.unwrapped-servise:nth-child(3) .img .cross-shape-2{
	right: 7vw;
	bottom: 1vw;
}
.unwrapped-servise .info{
	width: 35vw;
}
.unwrapped-servise .info h2{
	font-size: 2.4vw;
	line-height: 142%;
}
.unwrapped-servise .info>p{
	font-size: .83vw;
	line-height: 2;
	color: #333333;
	margin: 1vw 0;
	margin-bottom: 1.7vw;
	width: 80%;
}
.unwrapped-servise .info .blue-text{
	font-size: .83vw;
	color: #2FB0AB;
	line-height: 2;
	width: 60%;
	display: block;
	font-family: "montserrat-regular"; 
}
.percentes{
	display: flex;
	margin-top: 1.7vw;
}
.percent{
	width: 12vw;
	margin-right: 3.1vw;
}
.percent h3{
	color: #2FB0AB;
	margin: 0;
	font-family: "montserrat-bold";
	font-size: 3.5vw;
}
.percent h3 span{
	font-size: 2vw;
	margin-left: -1vw;
}
.percent h4{
	color: #2FB0AB;
	font-family: "montserrat-medium"; 
	margin: 0;
	margin-top: .5vw;
	font-size: 1.3vw;
}
.percent p{
	margin: 0;
	color: #006673;
	font-size: .9vw;
	line-height: 2;
	font-family: "montserrat-regular"; 
	margin-top: 1vw;
}
.meet-team-empty-block:before{
	top: -12vw;
	height: 62vw;
}
@media(min-width: 1920px){
	.circles{
		width: 278px;
		margin-top: 46px;
	}
	.sustainable-actions{
		width: 1229px;
		margin-top: 172px;
	}
	.sustainable-actions .sustainable-action{
		width: 370px;
		border-radius: 5px;
		padding: 48px;
	}
	.sustainable-actions .sustainable-action .img{
		height: 360px;
		margin-top: -202px;
	}
	.sustainable-actions .sustainable-action h3{
		font-size: 25px;
		margin-top: 29px;
		padding-top: 37px;
	}
	.sustainable-actions .sustainable-action p{
		font-size: 16px;
	}
	.sustainable-actions-cont>.img .blue-circle-1{
		width: 19px;
		height: 19px;
		top: 77px;
		left: -58px;
	}
	.sustainable-actions-cont>.img .blue-circle-2{
		width: 19px;
		height: 19px;
		top: 172px;
		left: 394px;
	}
	.sustainable-actions-cont>.img .blue-circle-3{
		width: 65px;
		height: 65px;
		top: 87px;
		left: 816px;
	}
	.sustainable-actions-cont>.img .blue-circle-4{
		width: 19px;
		height: 19px;
		top: 230px;
		right: -230px;
	}
	.sustainable-actions-cont>.img .blue-circle-5{
		width: 19px;
		height: 19px;
		top: 614px;
		right: 364px;
	}
	.sustainable-actions-cont>.img .blue-circle-6{
		width: 65px;
		height: 65px;
		top: 566px;
		right: 921px;
	}
	.sustainable-actions-cont>.img .cross-shape{
		width: 29px;
	}
	.sustainable-actions-cont>.img .cross-shape-1{
		right: -39px;
		top: 58px;
	}
	.sustainable-actions-cont>.img .cross-shape-2{
		right: -76px;
		top: 500px;
	}
	.sustainable-actions-cont>.img .cross-shape-3{
		left: 307px;
		top: 633px;
	}
	.sustainable-actions-cont>.img .cross-shape-4{
		top: 345px;
		left: -57px;
	}
	.servises{
		width: 960px;
		margin: 96px auto;
		margin-top: 163px;
	}
	.servises .servise{
		width: 288px;
		padding: 35px 10px;
		font-size: 19px;
		border-radius: 15px;
	}
	.unwrapped-servises{
		width: 1286px;
	}
	.unwrapped-servise{
		margin-bottom: 19px;
	}
	.unwrapped-servise .img{
		width: 556px;
		margin-top: 96px;
	}
	.unwrapped-servise .info{
		width: 672px;
	}
	.unwrapped-servise .info h2{
		font-size: 46px;
	}
	.unwrapped-servise .info>p{
		font-size: 16px;
		margin: 19px 0;
		margin-bottom: 33px;
	}
	.unwrapped-servise .info .blue-text{
		font-size: 16px;
	}
	.percentes{
		margin-top: 33px;
	}
	.percent{
		width: 230px;
		margin-right: 60px;
	}
	.percent h3{
		font-size: 67px;
	}
	.percent h3 span{
		font-size: 39px;
		margin-left: -19px;
	}
	.percent h4{
		margin-top: 10px;
		font-size: 25px;
	}
	.percent p{
		font-size: 18px;
		margin-top: 19px;
	}
	.meet-team-empty-block:before{
		top: -230px;
		height: 1190px;
	}
}
@media (max-width: 500px) {
	.circles{
		width: 50vw;
		margin-top: 8vw;
	}
	.sustainable-actions-cont>.img {
		display: none;
	}
	.sustainable-actions{
		width: 70vw;
		flex-direction: column;
		margin-top: 0;
	}
	.sustainable-actions .sustainable-action{
		width: 60vw;
		margin: 0 auto;
		margin-top: 30vw;
		padding: 5vw;
		border-radius: 1vw;
	}
	.sustainable-actions .sustainable-action .img{
		height: 50vw;
		margin-top: -25vw;
	}
	.sustainable-actions .sustainable-action h3{
		font-size: 5vw;
	}
	.sustainable-actions .sustainable-action p{
		font-size: 3.5vw;
	}
	.servises{
		flex-direction: column;
		width: 65vw;
	}
	.servises .servise{
		width: 100%;
		font-size: 3.5vw;
		padding: 3.5vw 0.5vw;
		border-radius: 3vw;
		margin-bottom: 7vw;
	}
	.servises:before{
		height: 80%;
		width: 1px;
		border-left: 2px dashed #106C7C;
		top: 5%;
		left: unset;
	}
	.meet-team-empty-block:before{
		height: 250vw;
	}
	.unwrapped-servise,
	.unwrapped-servise.reverse{
		flex-direction: column;
		align-items: center;
	}
	.unwrapped-servise .img{
		width: 85%;
	}
	.unwrapped-servises{
		margin: 0 auto;
		width: 75vw;
		padding-bottom: 8vw;
	}
	.unwrapped-servise .info{
		width: 100%;
		margin-top: 5vw;
	}
	.main-sub-title{
		font-size: 4vw;
	}
	.unwrapped-servise .info h2{
		font-size: 5vw;
	}
	.percent{
		width: 50%
	}
	.percent h3{
		font-size: 9vw;
	}
	.percent h3 span{
		font-size: 6vw;
	}
	.percent h4{
		font-size: 4vw;
	}
	.percent p{
		font-size: 3vw;
	}
	.unwrapped-servise .info>p{
		font-size: 3.2vw;
		width: 100%;
		margin: 3vw 0;
	}
	.unwrapped-servise .info .blue-text{
		font-size: 3vw;
		width: 100%;
	}
	.unwrapped-servise .img .blue-circle-1{
		width: 4vw;
		height: 4vw;
		left: 8vw;
	}
	.unwrapped-servise .img .blue-circle-2{
		width: 3.6vw;
		height: 3.6vw;
		top: -7vw;
	}
	.unwrapped-servise .img .blue-circle-3{
		width: 7vw;
		height: 7vw;
		bottom: -7vw;
		left: 35vw;
	}
	.unwrapped-servise .img .cross-shape-1{
		width: 4vw;
	}
	.unwrapped-servise .img .cross-shape-2{
		width: 4vw;
	}
	.unwrapped-servise:nth-child(2) .img .blue-circle-3{
		left: 50vw;
	}
	.unwrapped-servise:nth-child(2) .img .blue-circle-1{
		left: -10vw;
	}
	.unwrapped-servise:nth-child(2) .img .cross-shape-1{
		left: -7vw;
	}
}