.servises-content{
	margin: 30px;
	margin-bottom: 70px;
}
.servises-body{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
}
a.servises-one,
a.servises-one:hover,
a.servises-one:visited,
a.servises-one:focus{
height: 286px;
background-size: cover;
background-position: center;
flex-basis: 320px;
max-width: 490px;
flex-grow: 1;
overflow: hidden;
text-decoration: none;
/* color: #fff; */
position: relative;
}

a.servises-one::before{
	content: '';
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.20;
}
h1{
text-align: center;
margin: 10px 0 60px 0;
}
.servises-one-haed{
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 534px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}
.oplata_dastavka .servises-one-haed{
	min-height:auto
}
.servises-one-haed::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.2;
}
.servises-one-haed h1{
	font-size: 58px;
	padding: 55px 60px 10px 60px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
	position: relative;
}
.oplata_dastavka .servises-one-haed h1{
	font-size: 33px;
	padding: 38px 50px 0 50px;
}
.servises-one-haed-excerpt{
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
	padding: 20px 60px 60px 60px;
	position: relative;
}
.oplata_dastavka .servises-one-haed-excerpt{
	font-size: 17px;
	padding: 28px 50px 89px 50px;
	max-width: 860px;
}
.servises-body h2{
	margin: 30px 0 30px 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.servises-one-ico{
	position: absolute;
	content: '';
	width: 48px;
	height: 48px;
	bottom: 35px;
	right: 25px;
	background-image: url(../img/projekt-button-over.svg);
}
a.servises-one:hover .servises-one-ico{
	background-image: url(../img/projekt_button.svg);
}
a.servises-one:hover::before{
	display: block;
}
a.servises-one:hover{
	/* background: var(--yellow);
	background-image: auto  !important; */
}
a.servises-one:hover h2{
	color: #fff;
}
.servises-one-g{
	display: flex;
	gap: 25px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.servises-one-g-bl{
	background: var(--gray-s);
	flex-basis: 300px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-height: 218px;
}
.home .servises-one-g-bl{
	background: #fff;
}
.servises-one-g-bl img{
	max-width: 72px;
	max-height: 72px;
}
.servises-one-g-bl h3{
	font-size: 20px;
	padding: 19px 0 0 0;
}
.servises-one-feed{
	display: flex;
	gap: 25px;
	margin-top: 75px;
	margin-bottom: 100px;
}
.mom-many-container{
	margin-top: 190px;
}
.ipoteka-container{
	margin-top: 100px;
}
.servises-one-feed-body{
	flex-basis: 187px;
	flex-grow: 100;
	background: var(--gray-s);
}
.servises-one-img{
	overflow: hidden;
	background-image: url(../img/qw-bg.jpg);
	background-size: cover;
	background-position: center right;
	flex-grow: 97;
}
.servises-one-img.home-feed-img{
	background-image: none;
	background-color: var(--gray-s);
	overflow: visible;
	position: relative;
}
.home-feed-img img{
	position: absolute;
	bottom: 0;
	height: 400px;
	left: 50%;
	transform: translateX(-150px);
}
.servises-one-feed-body h2{
	font-size: 32px;
	margin: 50px 60px 20px 60px;
}
.servises-one-feed-body p{
	margin: 0 60px 26px 60px;
}
.servises-one-feed-kn{
	margin: 0 60px 60px 60px;
	min-width: 200px;
}
.oplata_dastavka_faq{
	max-width: 978px;
	margin: auto;
	overflow: hidden;
	padding: 25px 50px 25px 60px;
	background: #fff;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 24px !important;
	padding: 32px 20px 32px 0 !important;
}
.oplata_dastavka_faq-bg{
	background: var(--gray-s);
	margin-top: 68px;
	padding: 70px 25px;
}
.sp-ea-single{
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: var(--gray-l) 1px solid !important;
	background: #ffffff !important;
	margin: 0 !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 24px !important;
	padding: 32px 20px 32px 0 !important;
}
.ea-icon-expand-minus,
.ea-icon-expand-plus{
	position: relative;
	width: 48px !important;
	height: 48px !important;
	background-color: var(--gray-s)!important;
	overflow: hidden !important;
	border-radius: 50%;    border-radius: 50%;
	top: -10px !important;
	right: -10px !important;
}
.ea-icon-expand-minus:after,
.ea-icon-expand-plus::after,
.ea-icon-expand-minus::before,
.ea-icon-expand-plus::before{
	content:'' !important;
	width: 18px;
	height: 1px;
	background: var(--lifht-black);
	position: absolute;
	display: block;
	top: 24px;
	left: 16px;
}
.ea-icon-expand-minus:hover::after,
.ea-icon-expand-plus:hover::after,
.ea-icon-expand-minus:hover::before,
.ea-icon-expand-plus:hover::before{
	background: var(--yellow);
}
.ea-icon-expand-plus::before{
	transform: rotate(90deg) !important;
	left: 11px !important;
}
.oplata_dastavka_faq .ea-icon-expand-plus::before{
	left: 13px !important;
}
.ea-icon-expand-minus::before{
	display:none !important;
}
@media screen and (max-width: 930px) {
	.servises-one-feed-body h2{
		font-size: 24px;
		margin: 40px 25px 20px 25px;
	}
	.servises-one-feed-kn,
	.servises-one-feed-body p {
    margin: 0 25px 25px 25px;
		position: relative;
	}
	.servises-one-haed h1{
		font-size: 45px;
    padding: 40px 60px 10px 60px;
	}
	.servises-one-haed-excerpt{
		font-size: 24px;
	}
	.servises-one-haed{
		margin-top: 25px;
	}
}
@media screen and (max-width: 768px) {
	h1{
		margin: 25px 0;
	}
	a.servises-one,
	a.servises-one:hover,
	a.servises-one:visited,
	a.servises-one:focus{
		max-width: 100%;
	}
	body:not(.home) .servises-one-img{
		display: none;
	}
	body:not(.home) .servises-one-feed{
		margin-left: 0;
		margin-right: 0;
	}
	body:not(.home) .servises-one-feed-body{
		background-image: url(../img/qw-bg.jpg);
		background-size: cover;
		border-radius: 0 !important;
		position: relative;
	}
	body:not(.home).servises-one-feed-body::before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		background:#000;
		opacity: 0.2;
	}
	body:not(.home) .servises-one-feed-body p,
	body:not(.home) .servises-one-feed-body h2{
		color: #fff;
		position: relative;
	}
	.servises-one-haed h1 {
		font-size: 24px;
		padding: 0 25px 25px 25px
	}
	.servises-one-haed-excerpt {
		font-size: 20px;
		padding: 0 25px 30px 25px;
	}
	.servises-one-haed{
		min-height: auto;
	}
	.servises-one-feed{
		margin-top: 10px;
		margin-bottom: 50px;
	}
	.oplata_dastavka .servises-one-haed h1 {
		font-size: 24px;
    padding: 0 25px;
	}
	.oplata_dastavka .servises-one-haed-excerpt{
		font-size: 16px;
    padding: 25px 25px 45px
	}
	.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 16px !important;
    padding: 20px 20px 20px 0 !important;
	}
	a.servises-one, a.servises-one:hover, a.servises-one:visited, a.servises-one:focus {
    color: #fff;
 }
 a.servises-one .servises-one-ico {
	background-image: url(../img/projekt_button.svg);
 }
 .home .servises-one-feed{
	flex-wrap: wrap;
 }
 .home .servises-one-feed-body{
	flex-basis: 100%;
	order:2;
	background: none;
 } 
 .home .servises-one-img.home-feed-img{
	order: 1;
	height: 200px;
	margin-top: 200px;
 }
 .home .servises-one-feed-kn,
 .home .servises-one-feed-body h2,
 .home .servises-one-feed-body p{
	margin-left: 0;
	margin-right: 0;
 }
 .home .servises-one-feed-kn{
	width:100%;
 }
}
@media screen and (min-width: 769px) {
	a.servises-one:not(:hover){
		background-color: var(--yellow);
		background-image: none !important;
		color:var(--lifht-black);
	}
}
