@keyframes scale {
	0% {transform: scale(1);}
	50% {transform: scale(1.4);}
	100% {transform: scale(1);}
}
.main__worker {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 187px;
}
.main__worker-info {
	position: absolute;
	bottom: 263px;
	left: -112px;
	background: #FFFFFF;
	box-shadow: 0px 12px 18px rgba(198, 205, 215, 0.25);
	border-radius: 13px;
	text-align: center;
	width: 246px;
}
.main__worker-name {
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	color: #353535;
	padding: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.main__worker-options {
	display: flex;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #838383;
}
.main__worker-option {
	flex: 0 0 50%;
	padding: 18px 5px;
}
.main__worker-option:first-child{
	border-right: 1px solid #EBEBEB;
}
.main__worker-line {
	position: absolute;
	left: 100%;
	top: 51px;
	height: 1px;
	background: #fff;
	width: 108px;
}
.main__worker-line::before{
	background: #FFFFFF;
	width: 15px;height: 15px;
	top: -7px;
	content:'';
	border-radius: 50%;
	position: absolute;
	left: 100%;
	animation: scale  2.5s infinite ease-in-out;
}
.main__worker-line::after{
	background: #FFFFFF;
	opacity: 0.3;
	left: 100%;
	width: 25px;
	height: 25px;
	margin-left: -5px;
	top: -12px;
	border-radius: 50%;
	position: absolute;
	content:'';
	animation: scale  3.5s infinite ease-in-out;
}
.main__worker-image {
	width: 458px;
}
.row {
	
}
.modals-row {
	row-gap: 20px;
}
.s-modal-link {
	display: block;
	position: relative;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 12px 18px rgba(198, 205, 215, 0.25);
	border-radius: 13px;
	text-align: center;
}
.s-modal-link:hover{
	box-shadow: 0px 12px 30px rgba(198, 205, 215, 0.5);
}
.s-modal-link__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #353535;
	padding: 30px 15px;
	border-bottom: 1px solid #EBEBEB;
}
.s-modal-link__footer {
	display: flex;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2;
	color: #838383;
}
.s-modal-link__more {
	flex: 0 0 50%;
	border-right: 1px solid #EBEBEB;
	padding: 30px 15px;
}
.s-modal-link__price {
	color: #2684FE;
	padding: 30px 15px;
	flex: 0 0 50%;
}
.s-modal{
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 7px 40px rgba(198, 205, 215, 0.25);
	padding: 72px;
	width: 570px;
}
.s-modal h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.17;
	color: #353535;
	margin-bottom: 30px;
}
.s-modal ul{
	list-style: none;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.6;
	color: #353535;
}
.s-modal ul:last-child{
	margin-bottom: 0;
}
.s-modal ul li{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 32px;
	position: relative;
}
.s-modal ul li:last-child{
	padding-bottom: 0;
}
.s-modal ul li::before{
	content:'';
	position: absolute;
	border: 1px solid #2684FE;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	top: 11px;
	left: 0;
	background: #2684FE;
	box-shadow: inset 0 0 0 5px #fff;
}
@media(max-width: 991px){
	.main__worker +.main__flex .main__btn-wrap{
		margin-bottom: 251px;
	}
	.main__worker{
		left: 50%;
		width: 690px;
		transform: translateX(-50%);
		bottom: 28px;
		margin-left: 0;
	}
	.main__worker-image{
		width: 310px;
		margin-left: 120px;
	}
	.main__worker-line{
		top: 100%;
		margin-top: -8px;
		width: 82px;
		margin-left: -5px;
		transform: rotate(21deg);
		transform-origin: 0 0;
	}
	.main__worker-info{
		left: 0;
		bottom: 236px;
		width: 214px;
	}
}
@media(max-width: 767px){
	.main__worker{
		width: 510px;
	}
}
@media(max-width: 575px){
	.main__worker{
		width: auto;
		left: 15px;
		transform: translateX(0);
	}
	.s-modal-link__more,.s-modal-link__price,.s-modal-link__title{
		padding: 25px 5px;
	}
	.s-modal{
		padding: 30px;
	}
	.s-modal h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
}