button {
	background-color: transparent;
	background-image: none
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
[role=button],
button {
	cursor: pointer
}
.services__news{
	width: 100%;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 50px;
}
.services__section {
	width: 100%;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 50px;

}


@media screen and (min-width:1000px) {
	.services {
		padding: 0
	}
}
.services__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700
}

@media screen and (min-width:1000px) {
	.services__title {
		font-size: 28px;
		line-height: 40px;
		font-weight: 700
	}
}
.services__items {
	margin-top: 24px;
	margin-top: var(--m-3)
}
.services__group {
	margin-top: 24px
}

@media screen and (min-width:1000px) {
	.services__group {
		margin-top: 32px
	}
}
.services__group-items {
	display: grid;
	grid-gap: 32px 16px;
	grid-template-columns: repeat(2, 1fr)
}

.services__group-items.services__group-items_blank {
	grid-gap: 16px
}

@media screen and (min-width:600px) {
	.services__group-items {
		grid-gap: 32px 24px;
		grid-template-columns: repeat(3, 1fr)
	}

	.services__group-items.services__group-items_blank {
		grid-gap: 24px
	}
}

@media screen and (min-width:1000px) {
	.services__group-items {
		grid-gap: 40px 32px;
		grid-template-columns: repeat(4, 1fr)
	}

	.services__group-items.services__group-items_blank {
		grid-gap: 32px
	}
}

.services__group-item {
	cursor: pointer
}
.services-item-filled {
	display: flex;
	flex-direction: column
}
.services-item-filled_available .services-item-filled__photo-wrapper {
	opacity: 1
}
.services-item-filled__photo-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 8px;
	height: 100%
}
.services-item-filled__photo-wrapper-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 8px;
	height: 100%
}
.services-item-filled__photo-wrapper {
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}
@media screen and (max-width:999px) {
	.services-item-filled__photo-wrapper {
		border-radius: 8px
	}
}

.services-item-filled__photo-wrapper img {
	object-fit: fill;
	transition: transform 200ms
}

.services-item-filled__photo-wrapper img:hover {
	transform: scale(1.05)
}
.services-item-filled__name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 100%;
	margin: 16px 0 4px;
	word-break: break-word
}
.services-item-filled__description-wrapper {
	display: none
}

@media screen and (min-width:1000px) {
	.services-item-filled__description-wrapper {
		display: block
	}
}
.services-item-filled__description {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #81899a;
	overflow-wrap: anywhere;
	word-break: break-word;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	min-height: 80px
}
.services-item-filled__counter {
	display: block;
	padding-top: 16px;
	margin-top: auto
}

@media screen and (min-width:1000px) {
	.services-item-filled__counter {
		padding-top: 20px
	}
}
.a-button {
	display: block
}

.dark .a-button {
	background-color: #444953;
	color: rgba(255, 255, 255, .8)
}
.light .a-button {
	background-color: #e3e5ed;
	color: #323555
}
.a-button {
	outline: 0;
	transition: .3s;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 12px
}
@media screen and (max-width:359px) {
	.a-button {
		padding: 10px 16px
	}
}

.counter_md .a-button {
	outline: 0;
	transition: .3s;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 12px 24px;
	border-radius: 16px
}