

/* Start:/local/templates/dw/components/bitrix/news.list/cases-type-1/style.css?17821473553102*/
.cases-type-1 {
	overflow: hidden;
}

.cases-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cases-type-1__header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cases-type-1__heading {
	max-width: 1100px;
	text-wrap: balance;
}

.cases-type-1__description {
	max-width: 900px;
	margin: 0;
}

.cases-type-1__section-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cases-type-1__section-tab[active] {
	color: #ffffff;
	background-color: #0273e0;
}

.cases-type-1__item-pair {
	display: grid;
	flex-direction: column;
	grid-template: 1fr 1fr / 1fr;
	gap: 18px;
}

.cases-type-1__items-group,
.cases-type-1__items-container {
	display: block;
}

.cases-type-1__items-container[hidden] {
	display: block;
	height: 0;
	overflow: clip;
	visibility: hidden;
}

.cases-type-1__item {
	display: flex;
	flex: 1;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	padding: 4px;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
}

.cases-type-1__item-inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: start;
	justify-content: space-between;
	height: 100%;
	padding: 24px;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
}

.cases-type-1__item-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cases-type-1__item-services {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cases-type-1__item-service {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 6px;
	border-radius: 8px;
}

.cases-type-1__item-heading {
	margin: 0;
}

.cases-type-1__item-heading-box {
	display: flex;
}

.cases-type-1__item-description {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cases-type-1__item-image-box {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
	aspect-ratio: 4 / 3;
}

.cases-type-1__item-image {
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;
}

.cases-type-1__slider {
	display: flex;
	flex-direction: column;
	gap: 36px;
	min-width: 0;
}

.cases-type-1__slider-arrows {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.cases-type-1__slider-pagination {
	display: flex;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide:not(.is-overflow) .cases-type-1__slider-arrows {
	display: none;
}

@media (max-width: 1650px) {
	.cases-type-1__item-inner {
		padding: 18px;
	}

	.cases-type-1__item-header {
		gap: 8px;
	}
}

@media (max-width: 1250px) {
	.cases-type-1__item-pair {
		gap: 12px;
	}

	.cases-type-1 .cases-type-1__heading,
	.cases-type-1 .cases-type-1__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 460px) {
	.cases-type-1__header-inner {
		gap: 12px;
	}

	.cases-type-1 .cases-type-1__heading,
	.cases-type-1 .cases-type-1__heading .large-light {
		font-size: 1.5rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/pricing-type-3/style.css?17821486874284*/
.pricing-type-3 {
	background-image: url("/local/templates/dw/components/bitrix/news.list/pricing-type-3/images/background.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.pricing-type-3__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: start;
}

.pricing-type-3__header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 1100px;
}

.pricing-type-3__heading {
	text-wrap: balance;
}

.pricing-type-3__description {
	max-width: 900px;
	margin: 0;
}

.pricing-type-3__body {
	display: grid;
	grid-template: 1fr / 1fr 400px;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	border-radius: 20px;
}

.pricing-type-3__main {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pricing-type-3__table-container {
	width: 100%;
}

.pricing-type-3__table {
	width: 100%;
	text-wrap: balance;
	border-collapse: separate;
	border-spacing: 4px;
}

.pricing-type-3__column {
	box-sizing: border-box;
	padding: 10px 18px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	transition: background-color 0.1s ease-in-out;
}

.pricing-type-3__column:first-child {
	text-align: left;
}

.pricing-type-3__row:hover
	.pricing-type-3__column:not(.pricing-type-3__column--heading, .pricing-type-3__column--group) {
	background-color: #0273e010;
}

.pricing-type-3__column--heading {
	background-color: #0273e020;
}

.pricing-type-3__column.pricing-type-3__column--is-accent {
	background-color: #0273e010;
}

.pricing-type-3__column .sprite {
	vertical-align: middle;
}

.pricing-type-3__column-content {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pricing-type-3__column-content-image-box {
	width: 18px;
	height: 18px;
}

.pricing-type-3__column-note {
	box-sizing: border-box;
	width: 280px;
	padding: 24px;
	background-color: #ffffff;
	border-radius: 10px;
}

.pricing-type-3__note {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	box-sizing: border-box;
	margin: 0 4px;
	padding: 12px 18px;
	text-align: center;
	border-radius: 6px;
}

.pricing-type-3__note-value {
	margin: 0;
	padding: 0;
}

.pricing-type-3__aside {
	position: relative;
	height: 100%;
	border-radius: 16px;
}

.pricing-type-3__aside-inner {
	position: sticky;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: start;
	padding: 42px;
}

.pricing-type-3__aside-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-type-3__aside-heading {
	text-wrap: balance;
}

.pricing-type-3__aside-description {
	margin: 0;
	padding: 0;
}

@media (max-width: 1650px) {
	.pricing-type-3__body {
		grid-template-columns: 1fr 350px;
	}

	.pricing-type-3__aside-inner {
		padding: 36px;
	}
}

@media (max-width: 1425px) {
	.pricing-type-3__body {
		grid-template-columns: 1fr 320px;
	}

	.pricing-type-3__aside-inner {
		gap: 12px;
		padding: 30px;
	}

	.pricing-type-3 .pricing-type-3__aside-heading {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media (min-width: 1000px) and (max-width: 1250px) {
	.pricing-type-3__aside-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1250px) {
	.pricing-type-3 .pricing-type-3__heading,
	.pricing-type-3 .pricing-type-3__heading .large-light {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.pricing-type-3__body {
		grid-template-columns: 100%;
	}

	.pricing-type-3__aside-description {
		display: none;
	}
}

@media (max-width: 1000px) {
	.pricing-type-3__body {
		padding: 6px;
	}

	.pricing-type-3__table-container {
		overflow: auto hidden;
	}

	.pricing-type-3__table {
		flex-shrink: 0;
		width: 673px;
		scrollbar-width: thin;
	}

	.pricing-type-3__column {
		padding: 10px 12px;
	}

	.pricing-type-3__aside-inner {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 760px) {
	.pricing-type-3__header-inner {
		gap: 18px;
	}

	.pricing-type-3 .pricing-type-3__heading,
	.pricing-type-3 .pricing-type-3__heading .large-light {
		font-size: 2rem;
		line-height: 1.2;
	}

	.pricing-type-3 .pricing-type-3__description {
		font-size: 0.875rem;
		line-height: 1.4;
	}
}

@media (max-width: 460px) {
	.pricing-type-3 .pricing-type-3__heading,
	.pricing-type-3 .pricing-type-3__heading .large-light {
		font-size: 1.5rem;
	}
}

/* End */


/* Start:/local/templates/dw/components/dweb/uni.form/form-type-8/style.css?176901616410554*/
.gUniFormModalWindow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 100vh;
	text-align: center;
	background: rgb(0 5 10 / 75%);
	transition: 0.1s all ease-in-out;
}

.gUniFormModalWindowContainer {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 500px;
	padding: 24px;
	line-height: 21px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	border-radius: 14px;
	box-shadow: 1px 1px 12px rgb(60 60 60 / 30%);
	animation-name: zoomIn;
	animation-duration: 0.2s;
	animation-fill-mode: both;
}

.gUniFormModalWindow .gUniFormHideScrollBar {
	position: relative;
	width: 120%;
	height: 100%;
	overflow: auto;
}

.gUniFormModalWindow .gUniFormCn100 {
	position: relative;
	width: 100vw;
	height: 100%;
}

.gUniFormModalWindow .gUniFormModalWindowExit {
	position: absolute;
	top: 24px;
	right: 24px;
	display: block;
	width: 24px;
	height: 24px;
	background: none;
	transition: none;
}

.gUniFormModalWindow .gUniFormModalWindowExit:active {
	transform: scale(0.8);
}

.gUniFormModalWindow .uFormHeading {
	box-sizing: border-box;
	padding-right: 36px;
	padding-left: 36px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
}

.gUniFormModalWindow .uFormDescription {
	margin: 6px 0 12px;
	color: #222222;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}

.gUniFormModalWindow .uFormDescription {
	margin: 12px 0;
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.gUniFormModalWindow .uLabel {
	margin: 12px 0;
	overflow: hidden;
}

.gUniFormModalWindow .uLabel .uName,
.gUniFormModalWindow .uLabel .uIcon {
	display: inline-block;
	vertical-align: middle;
}

.gUniFormModalWindow .uLabel .uName {
	margin-top: 3px;
}

.gUniFormModalWindow .uLabel .uIcon {
	margin-right: 6px;
}

.gUniFormModalWindow .uLabel .uIcon img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.gUniFormModalWindow .uLabel .uHint {
	float: right;
	margin-top: 3px;
	color: #888888;
}

.gUniFormModalWindow .uError,
.gUniFormModalWindow .uFormGlobalErrors {
	color: #ff0000;
}

.gUniFormModalWindow .uError,
.gUniFormModalWindow .uFormGlobalErrors {
	line-height: 28px;
}

.gUniFormModalWindow .uCaptchaContainer {
	height: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.gUniFormModalWindow .uCaptchaImage {
	max-width: 100%;
	height: 40px;
}

.gUniFormModalWindow .gUniForm input,
.gUniFormModalWindow .gUniForm textarea,
.gUniFormModalWindow .gUniForm select {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	background-color: #fdfdfd;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	outline: none;
	transition: all 0.2s ease-in-out;
}

.gUniFormModalWindow .gUniForm input:focus,
.gUniFormModalWindow .gUniForm textarea:focus,
.gUniFormModalWindow .gUniForm select:focus {
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
}

.gUniFormModalWindow .gUniForm input[type="text"] {
	height: 50px;
	padding: 0 6px;
}

.gUniFormModalWindow .gUniForm input[type="file"] {
	margin: 4px;
	background-color: transparent;
	border: 0;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin: 0 12px;
	vertical-align: middle;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"] + label,
.gUniFormModalWindow .gUniForm input[type="radio"] + label {
	margin-right: 12px;
	cursor: pointer;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:not(checked),
.gUniFormModalWindow .gUniForm input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:not(checked) + label,
.gUniFormModalWindow .gUniForm input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"] + label::before {
	background: url("/local/templates/dw/components/dweb/uni.form/form-type-8/images/checkBox.png") 0 0 no-repeat transparent;
}

.gUniFormModalWindow .gUniForm input[type="radio"] + label::before {
	background: url("/local/templates/dw/components/dweb/uni.form/form-type-8/images/radio.png") 0 0 no-repeat transparent;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"].error + label::before,
.gUniFormModalWindow .gUniForm input[type="radio"].error + label::before {
	border: 1px solid #ff0000;
	border-radius: 5px;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:not(checked) + label::before,
.gUniFormModalWindow .gUniForm input[type="radio"]:not(checked) + label::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: " ";
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:not(checked) + label:hover::before,
.gUniFormModalWindow .gUniForm input[type="radio"]:not(checked) + label:hover::before {
	background-position: 0 -17px;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:checked + label::before,
.gUniFormModalWindow .gUniForm input[type="radio"]:checked + label::before {
	background-position: 0 -34px;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:checked + label:hover::before,
.gUniFormModalWindow .gUniForm input[type="radio"]:checked + label:hover::before {
	background-position: 0 -51px;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:disabled + label,
.gUniFormModalWindow .gUniForm input[type="radio"]:disabled + label {
	cursor: default;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]:disabled + label::before,
.gUniFormModalWindow .gUniForm input[type="radio"]:disabled + label::before {
	background-position: 0 -68px !important;
}

.gUniFormModalWindow .gUniForm textarea {
	height: 120px;
	padding: 12px 6px;
}

.gUniFormModalWindow .gUniForm select {
	padding: 12px 6px;
}

.gUniFormModalWindow .gUniForm .error {
	position: relative;
	border: 1px solid #ff0000 !important;
}

.gUniFormModalWindow .gUniForm .error:focus {
	border: 1px solid #ff0000;
}

.gUniFormModalWindow .gUniForm .uformTools {
	margin-top: 12px;
	padding-bottom: 1px;
	overflow: hidden;
}

.gUniFormModalWindow .gUniForm .uFormButton {
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.gUniFormModalWindow .gUniForm .uFormButton:first-child {
	padding-right: 6px;
}

.gUniFormModalWindow .gUniForm .uFormButton:last-child {
	padding-left: 6px;
}

.gUniFormModalWindow .gUniForm .uRequired {
	display: inline-block;
	color: #ff0000;
	vertical-align: middle;
}

.gUniFormModalWindow .gUniForm .uFormSubmit,
.gUniFormModalWindow .gUniForm .uFormReset {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 2px;
	transition:
		border 0.2s ease-in-out,
		background-color 0.2s ease-in-out;
}

.gUniFormModalWindow .gUniForm .uFormSubmit.loading {
	transition: none;
}

.gUniFormModalWindow .gUniForm .uFormSubmit {
	color: #ffffff;
	background-color: #0d7cca;
}

.gUniFormModalWindow .gUniForm .uFormSubmit:hover {
	background-color: #068ae6;
}

.gUniFormModalWindow .gUniForm .uFormSubmit:active {
	position: relative;
	top: 1px;
}

.gUniFormModalWindow .gUniForm .uFormSubmit.loading {
	color: #dddddd;
	background-color: #000000 !important;
	background-image: url("/local/templates/dw/components/dweb/uni.form/form-type-8/images/loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #000000;
	opacity: 0.1;
	pointer-events: none;
}

.gUniFormModalWindow .gUniForm .uFormReset {
	color: #888888;
	border: 1px solid #e5e5e5;
}

.gUniFormModalWindow .gUniForm .uFormReset:hover {
	border: 1px solid #cfcfcf;
}

.gUniFormModalWindow .gUniForm .uFormReset:active {
	position: relative;
	top: 1px;
}

.gUniFormModalWindow .gUniForm .uToolsIcon {
	display: inline-block;
	margin-top: -1px;
	margin-right: 12px;
	vertical-align: middle;
}

.gUniFormModalWindow .gUniForm .eFormHidden {
	display: none;
}

.gUniFormSuccess {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgb(0 5 10 / 75%);
	transition: 0.1s all ease-in-out;
}

.gUniFormSuccessContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	height: 270px;
	margin-top: -125px;
	margin-left: -250px;
	line-height: 270px;
	background-color: transparent;

	/* box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3); */
	border: 14px solid rgb(255 255 255 / 12%);
	border-radius: 14px;
	animation-name: zoomIn;
	animation-duration: 0.2s;
	animation-fill-mode: both;
}

.gUniFormSuccessBg {
	background-color: #ffffff;
	border-radius: 4px;
}

.gUniFormSuccessMiddler {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
}

.gUniFormSuccessHeading {
	padding: 0 24px;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.gUniFormSuccessText {
	margin-top: 12px;
	padding: 0 24px;
	line-height: 21px;
	text-align: center;
}

.gUniFormButtonContainter {
	text-align: center;
}

.gUniFormSuccessButton {
	display: inline-block;
	height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.gUniFormSuccessButton:hover {
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active {
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit {
	position: absolute;
	top: 24px;
	right: 24px;
	display: block;
	width: 24px;
	height: 24px;
	background: none;
	transition: none;
}

.gUniFormModalWindowExit:active {
	transform: scale(0.8);
}

.gUniFormModalWindow .eFormRequired {
	margin-top: 12px;
}

.gUniFormModalWindow .eFormBlur {
	filter: blur(3px);
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@media all and (max-width: 650px) {
	.gUniFormModalWindowContainer {
		width: 400px;
	}
}

@media all and (max-width: 450px) {
	.gUniFormModalWindowContainer {
		width: 340px;
	}

	.gUniForm .uFormButton:first-child {
		width: 100%;
		padding: 0;
	}

	.gUniForm .uFormButton:last-child {
		display: none;
	}
}

@media all and (max-width: 350px) {
	.gUniFormModalWindow .uFormDescription {
		display: none;
	}

	.gUniFormModalWindowContainer {
		width: 300px;
		padding: 12px;
	}

	.gUniFormModalWindow .uFormHeading {
		box-sizing: border-box;
		margin-top: 6px;
		padding-right: 36px;
		line-height: normal;
		text-align: left;
	}

	.gUniFormModalWindowExit {
		top: 22px;
		right: 12px;
	}
}

/* End */


/* Start:/local/templates/dw/components/dweb/uni.form/form-type-1/style.css?17690164634828*/
.block-type-50 {
	background-color: #f5f5f5;
}

.block-type-50 .block-info-column {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.block-type-50 .input {
	min-width: 175px;
	margin-right: 12px;
}

.block-type-50 .block-phone {
	width: 570px;
	height: 570px;
	line-height: 570px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all 0.3s;
}

.block-type-50 .block-phone:hover {
	opacity: 0.8;
}

.block-type-50 .input.error {
	border: 1px solid #ff0000;
}

@media screen and (max-width: 1650px) {
	.block-type-50 .block-heading {
		font-size: 46px;
		line-height: 46px;
	}

	.block-type-50 .input {
		min-width: 140px;
	}

	.block-type-50 .snippet-type-6 .snippet-circle-wrap {
		width: 380px;
		height: 380px;
	}

	.block-type-50 .block-phone {
		float: right;
		width: 380px;
		height: 380px;
		line-height: 380px;
		background-size: 60%;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-50 .empty-block {
		display: none;
	}

	.block-type-50 .snippet-type-6 .snippet-circle-wrap {
		width: 350px;
		height: 350px;
	}

	.block-type-50 .block-phone {
		float: right;
		width: 350px;
		height: 350px;
		line-height: 350px;
		background-size: 60%;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-50 .block-info-column:last-child {
		display: none;
	}

	.block-type-50 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.block-type-50 .block-heading {
		font-size: 30px;
		line-height: 30px;
	}

	.block-type-50 .block-description {
		margin-top: 12px;
		line-height: 18px;
	}

	.block-type-50 .block-form .form > div {
		margin-top: 12px;
	}

	.block-type-50 .block-phone {
		float: none;
		width: 250px;
		height: 250px;
		margin-left: 24px;
		line-height: 250px;
		background-position: 0;
		background-size: 90%;
	}

	.block-type-50 .snippet-circle-wrap {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-50 .block-heading {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 760px) {
	.block-type-50 .block-heading {
		font-size: 24px;
		line-height: 24px;
	}

	.block-type-50 .block-form .input {
		width: 82%;
		margin: 0 auto 12px;
		margin-right: 0;
	}

	.block-type-50 .block-form .button {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (max-width: 460px) {
	.block-type-50 .block-description {
		margin-top: 12px;
	}

	.block-type-50 .block-form .input {
		width: 75%;
	}
}

@media screen and (max-width: 350px) {
	.block-type-50 .block-form .input {
		width: 72%;
	}
}

.gUniForm .eFormHidden {
	display: none;
}

.gUniFormSuccess {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000000;
	background: rgb(0 5 10 / 75%);
	transition: 0.1s all ease-in-out;
}

.gUniFormSuccessContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	height: 270px;
	margin-top: -125px;
	margin-left: -250px;
	line-height: 270px;
	background-color: transparent;

	/* box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3); */
	border: 14px solid rgb(255 255 255 / 12%);
	border-radius: 14px;
	animation-name: zoomIn;
	animation-duration: 0.2s;
	animation-fill-mode: both;
}

.gUniFormSuccessBg {
	background-color: #ffffff;
	border-radius: 4px;
}

.gUniFormSuccessMiddler {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
}

.gUniFormSuccessHeading {
	padding: 0 24px;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}

.gUniFormSuccessText {
	margin-top: 12px;
	padding: 0 24px;
	line-height: 21px;
	text-align: center;
}

.gUniFormButtonContainter {
	text-align: center;
}

.gUniFormSuccessButton {
	display: inline-block;
	height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.gUniFormSuccessButton:hover {
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active {
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit {
	position: absolute;
	top: -24px;
	right: -24px;
	display: block;
	width: 54px;
	height: 54px;
	background: url("/local/templates/dw/components/dweb/uni.form/form-type-1/images/exit.png") 0 0 no-repeat transparent;
	transition: none;
}

.gUniFormSuccessExit:hover {
	background-position: -54px 0;
}

.gUniFormSuccessExit:active {
	background-position: -108px 0;
}

.eFormBlur {
	filter: blur(3px);
}

.eFormRequired {
	margin-top: 12px;
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale3d(0.3, 0.3, 0.3);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@media all and (max-width: 650px) {
	.gUniFormSuccessContainer {
		width: 300px;
		margin-left: -150px;
	}
}

/* End */
/* /local/templates/dw/components/bitrix/news.list/cases-type-1/style.css?17821473553102 */
/* /local/templates/dw/components/bitrix/news.list/pricing-type-3/style.css?17821486874284 */
/* /local/templates/dw/components/dweb/uni.form/form-type-8/style.css?176901616410554 */
/* /local/templates/dw/components/dweb/uni.form/form-type-1/style.css?17690164634828 */
