.block-text.index * {box-sizing: border-box;}



.ssdk {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 10px 0;
	box-sizing: border-box;
}
.ssdk.ptop50 .item {
	padding-top: 50px;
}
.ssdk .item {
	width: calc((100%/3) - 20px );
	
	border-radius: 30px;
	padding: 30px;
	text-align: center;
	position: relative;
	border:1px solid #FE6053;
}
.ssdk .item div {
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	margin: 20px 0;
}
.ssdk .item span.text-left {
	display: block;
	text-align: left;
}
.ssdk .item div.num {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	margin-top: 0;
	color: #AE0477;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	font-size: 30px;
	background: #fae6f2
}
.ssdk.blue .item {
	/*background: #f5f5f5;*/
	color: #fff;
}
.ssdk.blue .item div.num {
	background: linear-gradient(270deg, #FE6053 0%, #FFAF57 100%);

	color: #fff;
}
.ssdk.blue .item div {
	color: #FE6053;
}



.testing {
	margin: 60px 0;
	background: url(../images/slide-calc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	padding: 50px 100px;
}
.testing .testing-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.testing ul {
	color: #fff;
	list-style: none;
}
.testing ul li {
	font-size: 16px;
	line-height: 22px;
	padding-left: 25px;
	background: url(/images/testing-li.png) 0px 3px no-repeat;
	margin-bottom: 20px;
}
.testing ul li:last-child {
	margin-bottom: 0;
}

.block-fon1 .title:after {display:none;}

.title span {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #ccc;
	margin: 10px 0 70px;
}
.tabs-content-container .title:after {
	display: none;
}
.stack .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.stack .list .item {
	width: 25%;
	text-align: center;
	margin: 15px 0;
}
.dor-content {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 45px 90px;
	margin-top: 55px;
}
.dor-title {
	background: url(/images/dor-ico.png) left center no-repeat;
	padding-left: 100px;
	font-weight: 600;
	font-size: 25px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 30px;
}
.dor-flexcol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dor-flexcol .col {
	width: calc(50% - 15px);
}
.dor-flexcol .col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.dor-flexcol .col ul li {
	position: relative;
	padding-left: 22px;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #4F4F4F;
	margin-bottom: 20px;
}
.dor-flexcol .col ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: linear-gradient(90deg, #AE0477 0%, #EF1F96 100%);
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.dor-more-btn {
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #131150;
}
.dor-more-btn:hover {
	text-decoration: none;
}
.dor-order {
	float: none;
	margin-left: 30px;
}




@media screen and (max-width: 768px) {
	.ssdk .item {
		width: 100%;
		margin: 20px auto;
	}
	.ssdk {
		flex-wrap: wrap;
	}
	.testing {
		width: 100%;
		margin: 0 auto;	
		display: block;
		padding: 0 30px;
	}
	.testing .col {
		padding: 30px 0;
	}
	.tabs-content-container .inner {
		width: 96%;
		margin: 0 auto;
	}
	.ssdk.ptop50 .item {
		margin-top: 70px;
	}
	.prim .list .item {
		width: 100%;
		padding: 30px 30px 30px 30px;
	}
	.prim .list .item:before {
		top: 20px;
		left: 50%;
		margin-left: -34px;
		margin-top: 0;
		display:none;
	}
	.stack .list {
		width: 94%;
		margin: 0 auto;
	}
	.stack .list .item {
		width: 42%;
	}
	.psdu-list li {
	    width: 50%;
	}
	.variants-bussines-for-key .col {
		margin: 0 2%;
		margin-top: 1em;
	}
	.variants-bussines-for-key .col .card .card-icon .icon {
		margin-top: -28%;
	}
	.variants-bussines-for-key .col .card .card-body {
		padding: 5px;
	}
	.variants-bussines-for-key .col .card .card-body .card-title {
		font-size: 15px;
	}
	.variants-bussines-for-key .col .card .card-body .card-desc {
		font-size: 13px;
	}
	.variants-bussines-for-key {
		grid-template-columns: 100%;
	}
	.testing .testing-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.title span {
		margin: 10px 0 0px;
	}
	.dor-content {
		padding: 30px;
	}
	.dor-title {
		background: none;
		padding: 0;
		line-height: normal;
		font-size: 22px;
	}
	.dor-flexcol .col {
		width: 100%;
	}
	
	
	.tarif-container .blue-bg {
    height: calc(100% - 35px);
    margin: 50px 0 0;}
}






.team-with-u{float: left;width: 100%;padding: 30px 0 50px;background-color: #ededed;}
.team-with-u * {box-sizing: border-box;}
.team-with-u .title{margin-bottom: 35px;}
.team-with-u__flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.team-with-u__item{width: calc(33% - 15px);text-align: center;margin-bottom: 30px;background-color: #F7F7F7;border-radius: 10px;padding: 28px 18px;}
.team-with-u__title{font-size: 24px;color: #484848;margin-bottom: 20px;line-height:1.1}
.team-with-u__text{font-size: 13px;color: #484848;font-weight: 300;margin-top: 15px;text-align: left; line-height:1.4; text-align:justify;}
@media only screen and (max-width: 992px) {
  .team-with-u__item{width: calc(50% - 15px);}
}
@media only screen and (max-width: 576px) {
  .team-with-u__item{width: 100%;}
  .team-with-u__title{font-size: 20px;}
}
.team-with-u .text{font-size: 26px;color: #484848;margin-top: 30px;margin-bottom: 30px; font-weight:bold; color:#FE6053;}
.team-with-u__flex3 .team-with-u__item{width: calc(25% - 15px);}
.team-with-u__flex3 .team-with-u__title{min-height: 63px;line-height:1.4;}
@media only screen and (max-width: 992px) {
  .team-with-u__flex3 .team-with-u__item{width: calc(50% - 15px);}
}
@media only screen and (max-width: 576px) {
  .team-with-u__flex3 .team-with-u__item{width: 100%;}
  .team-with-u__flex3 .team-with-u__title{min-height: auto;}
  .team-with-u .text{font-size: 21px;}
}











.func_text {width:49%; margin-right:0.5%; float:left}

.func_text strong {font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #FE6053;}
.func_text .spansmall {font-size:12px;}

.func_img {width:49%; margin-left:0.5%; float:right}

@media only screen and (max-width: 992px) { .func_text, .func_img {width:100%; margin:0; float:none;}
