

/* Start:/local/templates/uvprint_new/components/bitrix/news/services_new/bitrix/news.list/.default/style.css?174979260617466*/
body {
	font-family: "Onest", sans-serif;
}

.size--two {
	font-weight: 400;
	font-size: 48px;
	line-height: 112%;
	letter-spacing: -0.02em;
	color: #202021;
}

.detail-header {
	padding-top: 21px;
	padding-bottom: 130px;
}

.detail-header__title {
	font-weight: 500;
	font-size: 64px;
	line-height: 97%;
	letter-spacing: -0.01em;
	color: #202021;
	margin-bottom: 40px;
}

.detail-header__title > span {
	background: linear-gradient(90deg, #419aec 0%, #44dcf0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.detail-header__body {
	display: grid;
	grid-template-columns: minmax(auto, 458px) minmax(auto, 492px);
	gap: 18px 40px;
}
.detail-header__slider {
	max-height: 398px;
	overflow: hidden;
}
.detail-header__slider img {
	display: none;
}
.detail-header__slider img:first-child {
	display: inline-block;
}
.detail-header__slider .slick-list img {
	display: inline-block;
}

.action-info__footer {
	max-width: 358px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 60px;
}

.action-info__footer .btn-grad-border > span {
	margin-right: 13px;
}

.action-info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.action-info-list__title {
	font-weight: 500;
	font-size: 24px;
	color: #202021;
}

.action-info-list__value {
	font-weight: 400;
	font-size: 17px;
	color: #646464;
}

.services-detail {
	border-radius: 30px;
	background-color: #f3f6fb;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.services-detail__title {
	margin-bottom: 30px;
}


.advantages-detail {
	padding-top: 130px;
	padding-bottom: 130px;
}

.advantages-detail__title {
	margin-bottom: 63px;
}

.advantages-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, auto));
	gap: 30px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.advantages-list li.advantages-list__item {
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 210px;
}

.advantages-list li.advantages-list__item::before {
	content: none;
}

.advantages-list__img {
	height: 60px;
	margin-bottom: 10px;
}

.advantages-list__img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.advantages-list__title {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	text-align: center;
	color: #202021;
}

.description-detail {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
/*	padding-top: 130px;*/
	padding-bottom: 130px;
}

.description-detail p + p {
	margin-top: 30px;
}

.fields-detail {
	border-radius: 30px;
	background-color: #f3f6fb;
	padding-top: 65px;
	padding-bottom: 65px;
	margin-left: 30px;
	margin-right: 30px;
}

.fields-detail__title {
	margin-bottom: 15px;
}

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

.fields-detail__content {
	margin-top: 30px;
}

.fields-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: num;
}

.fields-list__item::before {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	font-weight: 300;
	font-size: 84px;
	background: linear-gradient(90deg, #419aec 0%, #44dcf0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

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

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

.calculate-detail {
	padding-top: 60px;
	padding-bottom: 130px;
}

.calculate-detail__title {
	margin-bottom: 40px;
	max-width: 100%;
}

.project-detail {
	border-radius: 30px;
	background-color: #f3f6fb;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
}

.project-detail__title {
	margin-bottom: 30px;
}

.project-detail__projects {
	margin-top: 0;
}

.technology-detail {
	padding-top: 100px;
	padding-bottom: 100px;
}

.technology-detail__title {
	margin-bottom: 50px;
}

.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;
}

.video-detail {
	padding-top: 30px;
	padding-bottom: 65px;
}

.video-detail__title {
	margin-bottom: 30px;
}

.video-detail__content video {
	border-radius: 30px;
	overflow: hidden;
}

.reviews-detail {
	padding-top: 65px;
	padding-bottom: 65px;
}

.reviews-detail__title {
	margin-bottom: 30px;
}

.advantages-section {
	padding-top: 65px;
	padding-bottom: 65px;
	overflow: hidden;
}

.advantages-section__container {
	display: grid;
	grid-template-columns: 360px auto;
	gap: 30px;
}

.advantages-section__info {
	border-radius: 30px;
	color: #fff;
	padding: 30px 33px;
	background:
		url("/local/templates/uvprint_new/components/bitrix/news/services_new/bitrix/news.list/.default/img/rectangle.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 465px;
}

.advantages-section__title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 19px;
	color: #fff;
	line-height: 1;
}

.advantages-section__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
}

.advantages-list-uf {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: num;
}

.advantages-list-uf__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(165px, auto) 1fr;
	gap: 20px;
	justify-content: space-between;
	border-radius: 30px;
	padding: 32px 34px;
	background-color: #f3f6fb;
}

.advantages-list-uf__item::before {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	font-weight: 300;
	font-size: 124px;
	background: linear-gradient(90deg, #419aec 0%, #44dcf0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}

.advantages-list-uf__title {
	font-weight: 500;
	font-size: 24px;
	color: #202021;
	margin-bottom: 15px;
}

.advantages-list-uf__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

.material-detail {
	padding-top: 65px;
	padding-bottom: 65px;
}

.material-detail__title {
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 18px;
}

.material-detail__title::after {
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 100%;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='url(%23paint0_linear_12_1394)' /%3E%3Cmask id='path-2-inside-1_12_1394' fill='white'%3E%3Crect x='15.6621' y='15.6621' width='28.6753' height='28.6753' rx='1' /%3E%3C/mask%3E%3Crect x='15.6621' y='15.6621' width='28.6753' height='28.6753' rx='1' stroke='white' stroke-width='3' mask='url(%23path-2-inside-1_12_1394)' /%3E%3Cpath d='M20.5122 22.9521L37.1591 39.599' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M23.2358 20.4023L39.8827 37.0492' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M28.4419 20.4023L39.8828 31.8432' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M33.7637 20.7568L39.1299 26.1231' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M20.8999 33.3887L26.2662 38.7549' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cpath d='M20.1182 28.1582L31.559 39.5991' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12_1394' x1='-3.92045' y1='45.9375' x2='60' y2='45.9375' 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;
}

.material-detail__description {
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
	max-width: 650px;
}

.material-detail__content {
	margin-top: 60px;
}

.material-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: num;
	font-weight: 500;
	font-size: 24px;
	color: #202021;
}

.material-list__item {
	display: flex;
	justify-content: space-between;
	padding-right: 18px;
}

.material-list__item:not(:first-child) {
	margin-top: 30px;
}

.material-list__item::after {
	content: counter(num, decimal-leading-zero);
	counter-increment: num;
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

.demand-details {
	border-radius: 30px;
	background-color: #f3f6fb;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 30px;
	margin-right: 30px;
}

.demand-details__container {
	display: grid;
	grid-template-columns: minmax(auto, 452px) auto;
	gap: 37px;
}

.demand-details__title {
	margin-bottom: 15px;
}

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

.demand-details__description p + p {
	margin-top: 15px;
}

.demand-details__info {
	margin-top: 30px;
}

.demand-details__img {
	border-radius: 30px;
	overflow: hidden;
}

.demand-details__img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

ul.custom-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 400;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

ul.custom-list b,
ul.custom-list strong {
	font-weight: 500;
}

ul.custom-list > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}

ul.custom-list > li:not(:first-child) {
	margin-top: 15px;
}

ul.custom-list > li::before {
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #429bed;
}

.partners-details {
	padding-top: 65px;
	padding-bottom: 65px;
}

.faq-details {
	padding-top: 65px;
	padding-bottom: 65px;
}

.faq-details__title {
	margin-bottom: 52px;
}

.faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-list.init .faq-list__button {
	cursor: pointer;
}

.faq-list__item {
	background-color: #f3f6fb;
	border-radius: 20px;
}

.faq-list__item:not(:first-child) {
	margin-top: 15px;
}

.faq-list__button {
	position: relative;
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 17px;
	line-height: 165%;
	color: #202021;
	padding: 16px 14px 16px 20px;
	width: 100%;
	text-align: left;
}

.faq-list__button.active .button--arrow {
	transform: rotate(-90deg);
}

.faq-list__content {
	padding: 0 20px 30px 20px;
	font-weight: 500;
	font-size: 17px;
	line-height: 165%;
	color: #646464;
}

.button--arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	transition: transform 0.1s linear;
}

.feedback-details {
	border-radius: 30px;
	background-color: #f3f6fb;
	padding-top: 120px;
	padding-bottom: 56px;
	margin-left: 30px;
	margin-right: 30px;
}

.webp .advantages-section__info {
	background: linear-gradient(
			30deg,
			rgba(0, 0, 0, 0.83) 0%,
			rgba(0, 0, 0, 0.83) 100%
		),
		url(/local/templates/uvprint_new/components/bitrix/news/services_new/bitrix/news.list/.default/../img/advantages-detail.webp);
}

.detail-header__slider img {
	border-radius: 20px;
}
.project-detail {
	margin-top: 130px;
}

.advantages2-detail .card-item-num {
	background: linear-gradient(90deg, #419AEC 47.97%, #44DCF0 100%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.advantages2-detail .card-item-num span {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.advantages2-detail > .container > p {
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 30px;
}
.advantages2-detail .grid {
	grid-gap: 30px 40px;
}

@media (min-width: 1023px) {
	.advantages-list-uf__item:not(:first-child) {
		margin-top: 30px;
	}

	.demand-details__img--mobile {
		display: none;
	}
}

@media (max-width: 1023px) {
	.size--two {
		font-size: 28px;
		line-height: 107%;
	}

	.detail-header {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.detail-header__title {
		font-size: 30px;
		line-height: 107%;
		margin-bottom: 24px;
	}

	.detail-header__body {
		grid-template-columns: 100%;
	}

	.action-info__footer {
		margin-top: 30px;
	}

	.action-info-list__value {
		font-size: 24px;
	}

	.services-detail {
		padding: 32px 0;
		border-radius: 5px;
		margin-left: 11px;
		margin-right: 11px;
	}

	.services-detail__title {
		margin-bottom: 20px;
	}

	.services-list {
		font-size: 15px;
		line-height: 187%;
		gap: 12px;
	}

	.services-list li.services-list__item {
		padding: 5.5px 20px 5.5px 12px;
	}

	.services-list li.services-list__item::before {
		width: 10px;
		height: 10px;
		margin-right: 6px;
	}

	.advantages-detail {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.advantages-detail__title {
		margin-bottom: 30px;
		text-align: center;
	}

	.advantages-list__title {
		font-size: 16px;
		line-height: 162%;
	}

	.description-detail {
		font-size: 16px;
		line-height: 162%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.fields-detail {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.fields-detail__title {
		margin-bottom: 20px;
	}

	.fields-detail__description {
		font-size: 16px;
		line-height: 162%;
	}

	.fields-list__title {
		font-style: 22px;
		margin-bottom: 10px;
	}

	.fields-list__description {
		font-style: 16px;
	}

	.project-detail {
		padding-top: 32px;
		padding-bottom: 32px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 60px;
	}

	.technology-detail {
		padding-top: 60px;
		padding-bottom: 32px;
	}

	.technology-detail__title {
		margin-bottom: 30px;
	}

	.technology-list {
		grid-template-columns: repeat(2, 1fr);
	}

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

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

	.video-detail {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.reviews-detail {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.reviews-detail__title {
		margin-bottom: 25px;
	}

	.advantages-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.advantages-section__container {
		grid-template-columns: 100%;
	}

	.advantages-section__info {
		border-radius: 5px;
	}

	.advantages-section__title {
		margin-bottom: 10px;
	}

	.advantages-list-uf__item {
		border-radius: 5px;
	}

	.material-detail {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.material-detail__title {
		margin-bottom: 20px;
	}

	.material-detail__title::after {
		width: 44px;
		height: 44px;
	}

	.material-detail__description {
		font-size: 16px;
		line-height: 162%;
	}

	.material-detail__content {
		margin-top: 30px;
	}

	.material-list {
		font-weight: 500;
		font-size: 18px;
	}

	.material-list__item:not(:first-child) {
		margin-top: 15px;
	}

	.material-list__item::after {
		font-size: 16px;
	}

	.demand-details {
		padding-top: 32px;
		padding-bottom: 22px;
		border-radius: 6px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.demand-details__container {
		grid-template-columns: 100%;
	}

	.demand-details__title {
		margin-bottom: 20px;
	}

	.demand-details__description {
		font-size: 16px;
		line-height: 162%;
	}

	.demand-details__description p + p {
		margin-top: 10px;
	}

	.demand-details__img {
		border-radius: 20px;
		margin-top: 30px;
	}

	.demand-details__img--desktop {
		display: none;
	}

	ul.custom-list {
		font-size: 16px;
		line-height: 175%;
	}

	.partners-details {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.faq-details {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.faq-details__title {
		margin-bottom: 30px;
	}

	.faq-list__button {
		font-size: 16px;
		line-height: 162%;
	}

	.faq-list__content {
		font-size: 16px;
		line-height: 162%;
	}

	.feedback-details {
		padding: 33px 14px 24px 14px;
		border-radius: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 992px) {
	.fields-list {
		grid-template-columns: 100%;
		gap: 20px;
	}

	.technology-list {
		grid-template-columns: 100%;
	}
}

@media (max-width: 768px) {
	.advantages-list-uf__item {
		padding: 20px 24px;
		grid-template-columns: 100%;
	}

	.advantages-list-uf__item::before {
		opacity: 0.08;
		margin-bottom: -80px;
		text-align: right;
		font-size: 250px;
	}

	.feedback-details .form-control__wrap {
		flex-direction: column;
		gap: 6px;
	}

	.feedback-details .footer-top .form-body > *:not(:last-child) {
		margin-bottom: 6px;
	}

	.feedback-details .footer-top > div {
		max-width: 100%;
	}
	.advantages2-detail .card-item-num {
		width: 44px;
		height: 44px;
	}
	.advantages2-detail .card-item-num span {
		font-size: 22px;
		font-weight: 500;
	}
	.action-info-list__title, .action-info-list__value {
		font-size: 17px;
	}
	.detail-header__content {
		margin-top: 25px;
	}
	.card-item .arr {
		font-size: 22px;
	}
	.price-detail a.hide-comp {
    margin: 5px 0 20px;
    display: inline-block;
	}
}

/* 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 */


/* Start:/local/templates/uvprint_new/components/bitrix/news.list/partners/style.css?1705173907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/uvprint_new/components/bitrix/news/services_new/bitrix/news.list/.default/style.css?174979260617466 */
/* /local/components/reshenie/calc/templates/.default/style.css?17428268938611 */
/* /local/templates/uvprint_new/components/bitrix/news.list/works_slider/style.css?1705173907691 */
/* /local/templates/uvprint_new/components/bitrix/news.list/partners/style.css?1705173907150 */
