

/* Start:/local/templates/uvprint_new/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17637134932589*/
.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;
}
.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: 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/components/reshenie/calc/templates/.default/style.css?17428268938611*/
.calc-content {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 356px;
}
.calc-content .btn { 
    width: 100%;
    max-width: 310px;
}
.calc-wrapper {
	background: #F3F6FB;
	border-radius: 30px;
	padding: 32px 40px 40px;
	max-width: 750px;
}
.calc-wrapper .label {
	color: #202021;
/*	font-family: Onest;*/
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 16px;
}
.calc-wrapper .field:not(:last-child) {
	margin-bottom: 32px;
}
.calc-wrapper select {
	line-height: 60px;
	height: 60px;
	border-radius: 10px;
	width: 100%;
	border: 1px solid #E5EAF0;
	padding: 0 20px;
}
.calc-wrapper input {
	line-height: 40px;
	height: 60px;
	border-radius: 10px;
	width: 100%;
	border: 1px solid #E5EAF0;
	padding: 10px 20px;
}
.calc-wrapper textarea {
	border-radius: 10px;
	width: 100%;
	border: 1px solid #E5EAF0;
	padding: 14px 20px;
	line-height: 28px;
}
.calc-wrapper .file-inp {
	position: relative;
}
.calc-wrapper .file-inp input[type="file"] {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.calc-wrapper .file-inp span {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	display: block;
	border: 1px dashed #B9BBBE;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 16px 30px;
}
.calc-wrapper .file-inp span a {
	color: #429BED;
}
.calc-wrapper .field-flex .input {
	display: flex;
	gap: 20px;
}
.calc-result-line {
	margin: 4px 0 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0%;
}
.calc-result-line span {
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #202021;
}
#calc-result-cost.calc-result-line div {
	display: block;
	font-weight: 600;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #202021;
	margin-top: 8px;
}
#calc-result-cost.calc-result-line div span {
	font-weight: 600;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #202021;
}
.calc-result {
	position: relative;
	padding-bottom: 170px;
}
.calc-result-bottom {
	position: absolute;
	bottom: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
    right: 40px;
    left: 40px;
}
.calc-policy {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	margin-top: 18px;
	color: #646464;
}
.calc-policy a {
	color: #646464;
	text-decoration: underline;
}
.calc-policy a:hover {
	color: #202020;
}

.btn:disabled, .btn:disabled:hover {
	cursor: default;
	background: rgba(0,0,0,0.2);
}
.calc-note {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #646464;
	margin: 16px 0 0;
}

#property_509 {
	float: left;
	width: 49%;
}
#property_506 {
	float: right;
	width: 49%;
}
.calc-success {
	text-align: center;
	background: url("/local/components/reshenie/calc/templates/.default/images/calc-tick.svg") center top no-repeat;
	padding: 158px 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.calc-success-title {
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin: 0 auto 15px;
	color: #202021;
	max-width: 420px;
}
.calc-success .btn {
	margin-top: 64px;
}
.calc-wrapper.calc-form .field:not(:last-child) {
	margin-bottom: 12px;
}
#property_511 {
	margin-bottom: 24px;
}
body .calc-banner-title {
	max-width: 910px;
	margin-bottom: 50px;
}

.calc-params {
	counter-reset: label;
}
.calc-params > .field .label {
	position: relative;
	padding-left: 39px;
	counter-increment: label;
}
.calc-params > .field .label:before {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #202021;
	position: absolute;
	left: 0;
	top: -2px;
	content: "";
}
.calc-params > .field .label:after {
	background-image: linear-gradient(90deg, #419AEC -6.53%, #44DCF0 100%);
	content: "0 "counter(label);
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -1.6px;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: -1px;
	top: -2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.calc-question {
	display: inline-block;
	position: relative;
	margin-left: 15px;
}
.calc-question span {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 15px;
	color: #939393;
	border-radius: 50%;
  padding-left: 4px;
	background: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -1.6px;
	border: 2px solid #939393;
	cursor: default;
}
.calc-question > div {
	display: none;
	position: absolute;
	left: 9px;
	bottom: 23px;
	background: #202021;
	color: #fff;
	border-radius: 8px 8px 8px 0;
	padding: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}
.calc-question:hover span {
	background: #202021;
	color: #fff;
	border-color: #202021;
}
.calc-question:hover > div {
	display: block;
	max-width: 376px;
	min-width: 250px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;

	line-height: 60px;
	height: 60px;
	border-radius: 10px;
	width: 100%;
	border: 1px solid #E5EAF0;
	padding: 0 20px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 27px;
  right: 20px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #E5EAF0;
  box-shadow: 0px 5px 12px 0px #0000000D;
  border-radius: 10px;

}
.select-items div {
  padding: 8px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #F3F6FB;
  cursor: pointer;
}

.btn span i, .calc-btn-back {
	display: none;
}

@media screen and (max-width: 900px) {
	body .calc-banner-title {
		font-weight: 500;
		font-size: 30px;
		line-height: 32px;
		letter-spacing: -1%;
		margin-bottom: 20px;
	}
	.calc-content {
		display: block;
	}
	.calc-result {
		display: none;
	}
	.calculated .calc-result {
		display: block;
	}
	.calculated .calc-params {
		display: none;
	}
	.calculated-after .calc-result {
		display: none;
	}
	.calc-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	.calc-params > .field .label:before, .calc-params > .field .label:after {
		width: 24px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.calc-wrapper .label {
		padding-left: 32px;
		font-size: 16px;
		margin-bottom: 14px;
	}
	.calc-question span {
		display: inline-block;
		width: 14px;
		height: 14px;
		line-height: 11px;
		font-size: 12px;
		padding-left: 2px;
	}
	.calc-wrapper .field:not(:last-child) {
    margin-bottom: 24px;
	}
	.calc-wrapper .field-flex .input {
    display: grid;
    gap: 12px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
	}
	.calc-wrapper .field-flex .input input:nth-child(3) {
	  grid-column: 1 / 3;
	}
	.calc-result .label, .calc-form .label {
		padding-left: 0;
	}
	.calc-result {
		padding-bottom: 20px;
	}
	.btn span i {
		display: inline;
    font-style: normal;
	}
	.calc-result .btn {
		width: 100%;
		max-width: 900px;
	}
	.calc-content .btn {
		max-width: 900px;
	}
	.calc-btn-back {
		display: block;
		width: 100%;
    text-align: center;
	}
	.calc-btn-back a {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0px;
		margin-top: 16px;
    display: block;
	}
	.calc-result-bottom {
        position: static;
        bottom: auto;
        margin-top: 24px;
	}
	.calc-success {
		padding-top: 224px;
		background-position: center 90px;
	}
	.calc-success-title {
		max-width: 305px;
		font-family: Onest;
		font-weight: 500;
		font-size: 24px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
	}
}
/* 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.detail/.default/style.css?17637134932589 */
/* /local/components/reshenie/calc/templates/.default/style.css?17428268938611 */
/* /local/templates/uvprint_new/components/bitrix/news.list/works_slider/style.css?1705173907691 */
