

/* Start:/local/templates/uvprint_new/components/bitrix/news/services/bitrix/news.list/.default/style.css?17637129394992*/
.technology-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: num;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 42px;
}

.technology-list__item::before {
	display: inline-block;
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	border-radius: 8px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #419aec;
	padding: 8px 21px 7px 21px;
	background-color: #f3f6fb;
	margin-bottom: 24px;
}

.technology-list__title {
	font-weight: 500;
	font-size: 24px;
	color: #202021;
	margin-bottom: 15px;
}

.technology-list__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

.serv-detail__text {
	margin-bottom: 70px;
}

.serv-detail__form {
	/*margin-bottom: 70px;*/
	margin-top: 70px;
}

.req_form__input {
	flex-grow: 1;
}
.req_form__input input, .form-control .feedback-form__input {
	width:100%;
}

.serv-detail-top-text__main {
	display: grid;
	grid-template-columns: auto minmax(auto, 400px);
	gap: 12px 35px;
	align-items: center;
}

.serv-detail-top-text__list {
	margin-top: 50px;
}

.serv-detail-top-text__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.serv-detail-top-text__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

.serv-detail-top-text__img {
	display: block;
	border-radius: 20px;
	height: 298px;
	overflow: hidden;
}

.serv-detail-top-text__img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serv-categories__title {
	font-weight: 400;
	font-size: 48px;
	line-height: 112%;
	letter-spacing: -0.02em;
	text-align: center;
	color: #202021;
	margin-bottom: 15px;
	max-width: 100% !important;
}

.serv-categories__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	text-align: center;
	color: #646464;
}

.serv-categories__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.categories-card__content {
	margin-top: 20px;
}

.categories-card__action {
	margin-top: 16px;
}

.categories-card__link {
	display: inline-flex;
	align-items: center;
	column-gap: 13px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #419aec 0%, #44dcf0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.categories-card__link::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93883 0.5L12.3674 0.5M12.3674 0.5L12.3674 13.5M12.3674 0.5L0.367401 13.5' stroke='url(%23paint0_linear_1401_2549)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1401_2549' x1='-0.41669' y1='10.4531' x2='12.3674' y2='10.4531' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23419AEC' /%3E%3Cstop offset='1' stop-color='%2344DCF0' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.categories-card__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #202021;
}

.categories-card__img {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 366px;
}

.categories-card__img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback-form {
	border-radius: 30px;
	background-color: #f3f6fb;
	padding: 50px 20px;
}

.feedback-form__title {
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 9px;
	color: #202021;
}

.feedback-form__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	text-align: center;
	color: #646464;
}

.feedback-form__action {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 29px;
}

.feedback-form__input {
	border: 1px solid #e5eaf0;
	border-radius: 10px;
	padding: 16px 20px;
	background-color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	flex-grow: 1;
}

.feedback-form__submit {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(90deg, #419aec 0%, #44dcf0 100%);
	flex-grow: 1;
}

@media (max-width: 1023px) {
	.technology-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.technology-list__title {
		font-size: 20px;
	}

	.technology-list__description {
		font-size: 16px;
		line-height: 162%;
	}
}

@media (max-width: 992px) {
	.technology-list {
		grid-template-columns: 100%;
	}
	.serv-detail-top-text__main {
		grid-template-columns: 100%;
	}
	.feedback-form {
		padding: 24px;
	}
	.serv-detail-top-text__title,
	.serv-categories__title,
	.feedback-form__title {
		font-size: 24px;
	}
	.serv-detail-top-text__description,
	.feedback-form__description {
		font-size: 15px;
	}
}

/* End */


/* Start:/local/templates/uvprint_new/components/bitrix/news.list/works_slider/style.css?1705173907691*/
.index-works .description {
    display: block;
    background: white;
    bottom: -12px;
    right: 5px;
    color: #151515;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    text-decoration: underline;
}
.index-works {
    width: 100%;
}
.index-works .project img {
    width: 100%;
    height: auto;
    margin-top:6px;
}
.index-works .project {
    float: left;
    width: 33%;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.index-works .project:hover {
    box-shadow: 1px 3px 10px #858585;
    z-index: 99;
}
/* End */
/* /local/templates/uvprint_new/components/bitrix/news/services/bitrix/news.list/.default/style.css?17637129394992 */
/* /local/templates/uvprint_new/components/bitrix/news.list/works_slider/style.css?1705173907691 */
