

/* Start:/services/style.css?16878261072738*/
.top-text-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.top-text-wrapper .top-text {
	margin-right: 22px;
	width: 100%;
}

.top-text-wrapper .btn-field {
	max-width: 360px;
	width: 100%;
}

.top-text-wrapper .btn-field a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 23px;
	
	color: #FFFFFF;
	background: #505151;
	padding: 25px 0;
	display: block;
	text-align: center;
}

.form-zkzkz {
	background: #505151;
}

.form-zkzkz .title {
	background: #DEDEDE;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 23px;
	color: #000000;
	padding: 30px 15px;
	text-align: center;
}

.form-zkzkz .wrapper-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 15px 100px;
}

.form-zkzkz .wrapper-form .column {
	width: calc(50% - 15px);
}

.form-zkzkz .wrapper-form .column.btn-field {
	margin-top: 60px;
	text-align: center
}

.services-detail .form-zkzkz {
	margin-top: 50px;
}

.form-zkzkz .wrapper-form .column.btn-field button {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 27px;
	line-height: 32px;
	color: #FFFFFF;
	border: none;
	background: #F6342D;
	padding: 20px 40px;
}

.form-zkzkz .wrapper-form .column.full {
	width: 100%;
}

.form-zkzkz .wrapper-form input {
	width: 100%;
	background: #fff;
	margin-bottom: 25px;
	padding: 15px 30px;
	border: 2px solid rgba(80, 81, 81, 0.2);
}

.form-zkzkz .wrapper-form textarea {
	border: 2px solid rgba(80, 81, 81, 0.2);
	padding: 15px 30px;
	background: #fff;
}

.form-zkzkz .wrapper-form input::placeholder, .form-zkzkz .wrapper-form textarea::placeholder, .form-zkzkz .wrapper-form input, .form-zkzkz .wrapper-form textarea {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #717171;
}

@media (max-width: 1090px) {
	body .form-zkzkz .title {
		font-size: 21px;
	}
}

@media (max-width: 768px) {
	body .form-zkzkz .wrapper-form .column {
		width: 100%;
	}
	body .form-zkzkz .wrapper-form .column.btn-field button {
		font-size: 21px;
	}
	body .portfolio-works .wrapper-portfolio .image {
		width: 100%;
	}
	body .top-text-wrapper {
		flex-direction: column;
		align-items: center;
	}
	body .top-text-wrapper .btn-field a {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 0;
	}
	body .top-text-wrapper .top-text {
		margin-right: 0;
	}
	body .all_wrapp .slick-arrow.slick-next {
		display: none;
	}
	body .all_wrapp {
		padding-right: 0;
	}
	body .slick-wrapper {
		padding-right: 0;
	}
	body .slick-wrapper .slick-arrow.slick-next {
		display: none !important;
	}
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/news6/style.css?16878261231960*/
.services-new .wrapper-services {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.services-new .wrapper-services .item {
	width: calc(50% - 45px);
	margin-bottom: 90px;
}

.services-new .wrapper-services .item .image {
	height: 240px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.services-new .wrapper-services .item .image a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.services-new .wrapper-services .item .btn-field {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.services-new .wrapper-services .item .btn-field {
	padding: 20px 14px 50px;
	background: #F7F7F7;
}

.services-new .wrapper-services .item .btn-field .title {
	width: 100%;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000000;
	height: 60px;
	overflow: hidden
}

.services-new .wrapper-services .item .btn-field a {
	width: calc(50% - 7.5px);
	padding: 15px 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 23px;
	text-align: center
}

.services-new .wrapper-services .item .btn-field a {
	transition: 0.3s ease-in-out;
}

.services-new .wrapper-services .item .btn-field .services-buy {
	color: #FFFFFF;
	background: #505151;
	border: 2px solid #505151;
}

.services-new .wrapper-services .item .btn-field .services-buy:hover {
	background: none;
	color: #505151;
}

.services-new .wrapper-services .item .btn-field .next-page:hover {
	background: #505151;
	color: #FFFFFF;
}

.services-new .wrapper-services .item .btn-field .next-page {
	border: 2px solid #505151;
	color: #505151;
}

@media (max-width: 1180px) {
	.services-new .wrapper-services .item .btn-field .title {
		font-size: 18px;
		line-height: 21px;
	}
	.services-new .wrapper-services .item .btn-field a {
		font-size: 15px;
		line-height: 20px;
	}
}
/* End */
/* /services/style.css?16878261072738 */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/news6/style.css?16878261231960 */
