.sub_outsourcing{
	padding: 25px 0 55px;
	max-width: 470px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: block;
}
.why_outsourcing{
	padding: 85px 0 50px;
}

.outsourcing_advantages{
	background: url(../img/web_development_outsourcing/process.svg) no-repeat center top;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: right;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #5C5C5C;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 271px;
	margin: 50px 0 125px;
}
.outsourcing_advantages li{
	width: 50%;
	height: 44px;
	margin-bottom: 33px;
}
.outsourcing_advantages b{
	display: block;
	width: 211px;
	font-weight: 600;
}

.outsourcing_advantages li:nth-child(4n+4){
	margin-bottom: 0;
}
.outsourcing_advantages li:nth-child(even){
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}


.outsourcing_advantages_still{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 44px;
	text-align: center;
}
.outsourcing_advantages_still li{
	background: #FFFFFF;
	border: 1px solid #DFE5E6;
	box-sizing: border-box;
	width: calc( ( 100% / 3 ) - 16px );
	box-shadow: 2px 2px 8px #DFE5E6;
	margin: 0 24px 24px 0;
	padding: 26px 25px 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #5C5C5C;
	min-height: 155px;
}
.outsourcing_advantages_still li:nth-child(3n+3){
	margin-right: 0;
}
.advantages_name{
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	color: #03BBD3;
	margin-bottom: 8px;
}

.btn_lets_talk{
	margin: 0 auto;
	height: 65px;
	width: 315px;
}

.technologies_we_use{
	padding: 20px 0;
}
.technologies_we_use .container{
	position: relative;
}
.technologies_use_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#technologies_use_list_hide{
	transition: 0.5s;
	overflow: hidden;
	opacity: 0;
	max-height: 0;
}
#technologies_use_list_hide.active{
	max-height: 600px;
	opacity: 1;
}
#technologies_use_list_hide.active li{
	display: block;
}
.technologies_use_list li{
	background: #F9FAFC;
	margin: 0 24px 24px 0;
	width: calc( ( 100% / 6 ) - 20px );
}
.technologies_use_list li:nth-child(6n+6){
	margin-right: 0;
}
#btn_viev_more{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) -38.04%, rgba(255, 255, 255, 0.578125) 35.17%, #FFFFFF 82.37%);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 290px;
	width: 100%;
	padding-top: 224px;
	z-index: 3;
}
#btn_viev_more.active{
	position: static;
	height: auto;
	background: none;
	padding: 0;
	margin: 10px 0;
}
#btn_viev_more .button-blue-border{
	width: 177px;
	height: 56px;
}
.button-blue-border{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border: 2px solid #03BBD3;
	margin: 0 auto;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #03BBD3;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.button-blue-border:hover{
	color: #fff;
	background: #03BBD3;
}

.container-services {
    width: 1296px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (max-width: 1199px){

	.outsourcing_advantages{
		background: url('../img/web_development_outsourcing/process_mob.svg') no-repeat center;
		margin: 20px 0 100px;

	}
	.outsourcing_advantages b{
		position: relative;
	}
	.outsourcing_advantages b:before{
		content: '';
		display: block;
		background: url('../img/web_development_outsourcing/plus.svg') no-repeat center;
		position: absolute;
		right: -56px;
		top: 50%;
		margin-top: -13.5px;
		width: 27px;
		height: 27px;
	}

	.outsourcing_advantages li:nth-child(even) b:before{
		left: -56px;
	}
}
@media (max-width: 991px){
	.outsourcing_advantages{
		-webkit-background-size: 250px auto;
		background-size: 240px auto;
		margin: 0px 0 70px;
	}
	.outsourcing_advantages b{
		width: 180px;
	}
	.outsourcing_advantages_still{
		justify-content: space-between;
	}
	.outsourcing_advantages_still li{
		width: calc( 50% - 12px );
		margin: 0 0 24px;
	}
	#btn_viev_more{
		height: 200px;
		padding-top: 90px;
	}
	.why_outsourcing{
		padding: 50px 0 30px;
	}
	.technologies_use_list li{
		width: calc( ( 100% / 6 ) - 10px );
		margin: 0 12px 12px 0;
	}
}
@media (max-width: 730px){
	.outsourcing_advantages{
		background-position: top center;
		-webkit-background-size: 200px;
		background-size: 200px;
		padding-top: 220px;
		justify-content: space-around;
		height: auto;
	}
	.outsourcing_advantages li{
		width: 33%;
		height: auto;
	}
	.outsourcing_advantages li b{
		text-align: center;
		height: auto;
		width: 100%;
	}
	.outsourcing_advantages li b:before{
		position: static;
		margin: 0 auto 10px;
	}
	.sub_outsourcing{
		padding-top: 18px;
		padding-bottom: 30px;
	}
	.why_outsourcing .sub_outsourcing{
		padding-bottom: 20px;
	}
	.technologies_we_use li{
		width: calc( 25% - 9px );
		margin-right: 0;
		margin-left: 12px;
	}
	.technologies_we_use li:nth-child(4n+1){
		margin-left: 0;
	}
	#technologies_use_list_main li:nth-child(17),
	#technologies_use_list_main li:nth-child(18){
		display: none;
	}
	h4{
		font-size: 32px;
	}
	.outsourcing_advantages{
		margin-bottom: 30px;
	}
	#technologies_use_list_hide.active{
		max-height: 1200px;
	}
}
@media (max-width: 620px){
	.outsourcing_advantages_still li{
		width: 100%;
		min-height: auto;
		padding: 15px 15px 20px;
	}
	.outsourcing_advantages_still{
		padding-bottom: 15px;
	}
	.why_outsourcing{
		padding-bottom: 15px;
	}
}

@media (max-width: 500px){

	.technologies_we_use li{
		width: calc( (100% / 3 ) - 8px );
		margin-right: 12px;
		margin-left: 0;
	}
	.technologies_we_use li:nth-child(3n+3){
		margin-right: 0;
	}
	#technologies_use_list_main li:nth-child(17),
	#technologies_use_list_main li:nth-child(18){
		display: block;
	}
	h4{
		font-size: 30px;
	}
	.sub_outsourcing{
		font-size: 17px;
		line-height: 1.35;
	}
	.outsourcing_advantages{
		justify-content: space-between;
	}
	.outsourcing_advantages li{
		width: 49%;
	}
	.technologies_we_use{
		padding-bottom: 30px;
	}

}
@media (max-width: 400px){
	h4{
		font-size: 26px;
	}
	.outsourcing_advantages{
		font-size: 16px;
	}
	.btn_lets_talk{
		max-width: 100%;
		font-size: 13px;
		height: 55px;
	}
	.outsourcing_advantages_still{
		padding-bottom: 5px;
	}
}
