.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.special-h2 {
	margin-top: 50px;
	text-align: center;
}

.service-title {
	font-size: 28px;
	font-weight: normal;
}

.services-button {
	display: inline-block;
	color: #ffffff;
	background-color: #ba0884;
	border: 1px solid #ba0884;
	text-align: center;
	border-radius: 6px;
	font-size: 14.7px;
	font-weight: 300;
	font-style: normal;
	padding: 9px 20px;
	transition: all 0.5s;
}

.services-button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #9c056f;
	border-color: #9c056f;
}

.services-button_outline {
	color: #ba0884;
	background-color: transparent;
}

.services-button_outline:hover {
	color: #ffffff;
	background-color: #ba0884;
	border-color: #ba0884;
}

@media (min-width: 1240px) {
    .container.container-thin.services-grid-wrapper {
        width: 1240px;
    }
}

@media all and (max-width: 340px) {
	.services-button {
		padding: 9px 10px;
	}
}

.services-grid {
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 70px;
}

.services-grid_small {
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 42px;
	margin-bottom: 35px;
}

.services-grid_small .services-grid__item {
	-moz-flex-direction: column;
	flex-direction: column;
	padding: 38px;
	width: calc(25% - 18px);
	margin-right: 24px;
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}

.services-grid_small .services-grid__item:nth-child(4n) {
	margin-right: 0;
}

.services-grid_small .services-grid__right {
	width: 100%;
	padding-left: 0;
	padding-top: 36px;
}

.services-grid_small .services-grid__title {
	font-size: 24px;
	line-height: 1.06;
	color: #000000;
}

.services-grid_small .services-grid__price {
	font-size: 21.3px;
	font-weight: 300;
	letter-spacing: 0.53px;
	margin: 17px 0 0 0;
}

.services-grid__item {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: calc(50% - 12px);
	margin-bottom: 24px;
	padding: 38px;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}

.services-grid__image {
	width: 190px;
	position: relative;
	flex-shrink: 0;
	display: -moz-flex;
	display: flex;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-moz-justify-content: center;
	justify-content: center;
}

.services-grid__image img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.services-grid__right {
	width: calc(100% - 190px);
	padding-left: 31px;
}

.services-grid__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: 0.6px;
	color: #464646;
	text-decoration: none;
}

.services-grid__title:hover {
	text-decoration: underline;
}

.services-grid__content {
	margin-top: 20px;
}

.services-grid__content p {
	margin: 5px 0;
	font-size: 14.7px;
	font-weight: 300;
	color: #414141;
}

.services-grid__content p:first-child {
	margin-top: 0;
}

.services-grid__footer {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	margin-top: 28px;
  align-self: flex-end;
}

.services-grid__price {
	margin: 0;
	width: 190px;
	font-size: 25.3px;
	font-weight: 300;
	line-height: 1.16;
	letter-spacing: 0.63px;
	color: #464646;
}

.services-grid__buttons {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	padding-left: 31px;
}

.services-grid__buttons .services-button {
	margin-right: 9px;
}

.services-grid__buttons .services-button:last-child {
	margin-right: 0;
}

.services-row .top-desc {
	margin-bottom: 40px;
}

.services-row .top-desc-img {
	margin-right: 20px;
	border: 1px solid #D7D7D8;
	min-height: 290px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}

.services-row .top-desc-text {
	padding-left: 20px;

}

.services-row.detail .preview-text {
	padding: 0 0 90px;
}

.services-row .detail-text {
	background: #fff;
	border: 1px solid #D7D7D8;
	padding: 20px;
	margin: 20px 0 40px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.two-column-list.services-row .buttons {
		margin-top: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.two-column-list.services-row .buttons .col-md-5 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.two-column-list.services-row .buttons .col-md-7 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.two-column-list.services-row .item-more {
		position: relative;
	}

	.two-column-list.services-row .list-box .item-int {
		padding-bottom: 70px;
	}

	.services-row.detail .preview-text {
		padding-bottom: 0;
	}

	.services-row .top-desc-text {
		padding: 20px 20px 0 20px;
	}

	.services-row .top-desc-text.no-img {
		padding-top: 0;
	}

	.services-row .top-desc-img {
		min-height: 300px;
		margin-right: 0;
	}

	.services-row .btn-call {
		width: 100%;
	}

	.services-row .detail-text {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.services-row .top-desc-text {
		min-height: 430px;
	}
}


@media all and (max-width: 1200px) {
	.services-grid__item {
		width: 100%;
		margin-right: 0;
	}
}

@media all and (max-width: 990px) {
	.services-grid_small .services-grid__item {
		width: calc(50% - 12px);
	}

	.services-grid_small .services-grid__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 768px) {
	.services-grid-wrapper {
		padding: 0 15px;
	}
}

@media all and (max-width: 550px) {
	.services-grid__item {
		-moz-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		align-items: center;
		padding: 15px;
	}

	.services-grid__right {
		width: 100%;
		padding: 25px 0 0 0;
	}

	.services-grid__footer {
		-moz-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		align-items: center;
	}

	.services-grid__buttons {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.services-grid_small .services-grid__item {
		width: 100%;
		margin-right: 0;
	}
}
